{"id":3389,"date":"2026-02-17T09:19:06","date_gmt":"2026-02-17T09:19:06","guid":{"rendered":"https:\/\/www.nai.it\/marinai-semplici-bonta\/"},"modified":"2026-06-12T14:33:42","modified_gmt":"2026-06-12T14:33:42","slug":"marinai-semplici-bonta","status":"publish","type":"page","link":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/","title":{"rendered":"Marinai semplici bont\u00e0"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3389\" class=\"elementor elementor-3389 elementor-1172\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2c1d9e e-con-full e-flex e-con e-parent\" data-id=\"c2c1d9e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-205f90e elementor-widget elementor-widget-heading\" data-id=\"205f90e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Our Lines<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ab9850 elementor-widget elementor-widget-html\" data-id=\"7ab9850\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.titolo-hero {\n  font-family: \"Space Grotesk\", sans-serif;\n  font-weight: bold;\n  color: #F0F8FF;\n  text-transform: uppercase;\n  line-height: 1;\n  margin: 0;\n  animation: fadeInUp 1.8s ease-out;\n  text-align: center;\n}\n\n.titolo-hero .parte-1 {\n  font-size: 100px;\n  display: block;\n}\n\n.titolo-hero .parte-2 {\n  font-size: 120px;\n  display: block;\n  margin-top: -15px;\n}\n\n\/* Responsive per mobile *\/\n@media only screen and (max-width: 40em)  {\n  .titolo-hero .parte-1 {\n    font-size: 45px;\n  }\n  .titolo-hero .parte-2 {\n    font-size: 55px;\n    margin-top: -8px;\n  }\n}\n@media only screen and (min-width: 40.063em) and (max-width: 64em) {\n      .titolo-hero .parte-1 {\n    font-size: 80px;\n  }\n  .titolo-hero .parte-2 {\n    font-size: 70px;\n    margin-top: -8px;\n  }\n}\n}\n<\/style>\n\n<h1 class=\"titolo-hero\">\n  <span class=\"parte-1\">Marinai<\/span>\n<span class=\"parte-2\">semplici bont\u00e0<\/span>\n<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f15756 elementor-widget elementor-widget-html\" data-id=\"1f15756\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .plate-section {\n        height: 800px;\n        position: relative;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        overflow: hidden;\n    }\n    .plate-container {\n        width: 100%;\n        height: 800px;\n        display: flex;\n        align-items: flex-start;\n        justify-content: center;\n        position: relative;\n        padding-top: 20vh;\n    }\n    .plate-image {\n        width: 180%;\n        height: auto;\n        transform-origin: center top;\n    }\n    \n    \/* Tablet: piatto visibile con fade-in *\/\n    @media (max-width: 1024px) {\n        .plate-section {\n            height: 600px;\n             margin-top:-0.5rem; \n        }\n        \n        .plate-container {\n            height: 600px;\n            padding-top: 0;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .plate-image {\n            width: 70%;\n            opacity: 0;\n            transition: opacity 2.5s ease-out;\n        }\n    }\n    \n    \/* Mobile: piatto ancora pi\u00f9 grande *\/\n    @media (max-width: 768px) {\n        .plate-section {\n            overflow-x: hidden;\n        }\n        \n        .plate-container {\n            overflow-x: hidden;\n            align-items: center;\n        }\n        \n        .plate-image {\n            width: 90%;\n        }\n        .plate-section {\n            height: 400px;\n             margin-top:1rem; \n        }\n        \n        .plate-container {\n            height: 400px;\n            padding-top: 0;\n            align-items: center;\n            justify-content: center;\n           \n        }\n    }\n    \n    \/* Desktop: transizioni solo per width e transform, NO opacity *\/\n    @media (min-width: 1025px) {\n        .plate-image {\n            transition: transform 0.3s ease-out, width 0.3s ease-out;\n        }\n        \n        .plate-container {\n            transition: padding-top 0.3s ease-out;\n        }\n    }\n<\/style>\n<div class=\"plate-section\">\n    <div class=\"plate-container\" id=\"plateContainer\">\n        <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-bonta.webp\" alt=\"Marinai le selezioni\" class=\"plate-image\" id=\"plateImage\">\n    <\/div>\n<\/div>\n<script>\n    let manualProgress = 0;\n    let returnAnimationActive = false;\n    let isMobile = window.innerWidth <= 1024;\n    let fadeInTriggered = false;\n    \n    function isVisible() {\n        const section = document.querySelector('.plate-section');\n        if (!section) return false;\n        \n        const rect = section.getBoundingClientRect();\n        const vh = window.innerHeight;\n        \n        return rect.top < vh * 0.5 && rect.bottom > vh * 0.5;\n    }\n    \n    function updatePlate() {\n        const plateImage = document.getElementById('plateImage');\n        const plateContainer = document.getElementById('plateContainer');\n        \n        if (!plateImage || !plateContainer) return;\n        \n        \/\/ Mobile e Tablet: solo fade-in quando la sezione \u00e8 visibile\n        if (isMobile) {\n            const section = document.querySelector('.plate-section');\n            const rect = section.getBoundingClientRect();\n            const vh = window.innerHeight;\n            \n            \/\/ Fade in quando la sezione entra nella viewport (solo una volta)\n            if (!fadeInTriggered && rect.top < vh * 0.7 && rect.bottom > vh * 0.3) {\n                plateImage.style.opacity = '1';\n                fadeInTriggered = true;\n            }\n            return;\n        }\n        \n        \/\/ Desktop: animazione complessa SENZA fade\n        if (isVisible()) {\n            const startWidth = 180;\n            const endWidth = 35;\n            const currentWidth = startWidth - (manualProgress * (startWidth - endWidth));\n            \n            const paddingTop = 20 - (manualProgress * 90);\n            \n            plateImage.style.width = `${currentWidth}%`;\n            \/\/ NO opacity qui per desktop\n            plateContainer.style.paddingTop = `${paddingTop}vh`;\n        }\n    }\n    \n    function handleWheel(e) {\n        if (isMobile) return;\n        \n        const section = document.querySelector('.plate-section');\n        const rect = section.getBoundingClientRect();\n        const vh = window.innerHeight;\n        \n        \/\/ Scroll verso il basso (in avanti)\n        if (e.deltaY > 0) {\n            returnAnimationActive = false;\n            \n            const isInForwardZone = rect.top <= vh * 0.5 && rect.bottom > vh * 0.5;\n            \n            if (isInForwardZone && manualProgress < 0.98) {\n                e.preventDefault();\n                const delta = e.deltaY * 0.0004;\n                manualProgress = Math.min(1, manualProgress + delta);\n                updatePlate();\n            }\n        }\n        \/\/ Scroll verso l'alto (indietro)\n        else if (e.deltaY < 0) {\n            const isBottomAligned = rect.bottom >= vh * 0.95 && rect.bottom <= vh * 1.05;\n            \n            if (!returnAnimationActive && isBottomAligned && manualProgress > 0.05) {\n                returnAnimationActive = true;\n            }\n            \n            if (returnAnimationActive && manualProgress > 0.05) {\n                e.preventDefault();\n                const delta = e.deltaY * 0.0004;\n                manualProgress = Math.max(0, manualProgress + delta);\n                updatePlate();\n                \n                if (manualProgress <= 0.05) {\n                    returnAnimationActive = false;\n                }\n            }\n        }\n    }\n    \n    window.addEventListener('wheel', handleWheel, { passive: false });\n    window.addEventListener('scroll', updatePlate);\n    window.addEventListener('resize', function() {\n        isMobile = window.innerWidth <= 1024;\n        fadeInTriggered = false;\n        updatePlate();\n    });\n    updatePlate();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85eb154 inizio-card e-flex e-con-boxed e-con e-parent\" data-id=\"85eb154\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5782360 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"5782360\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-241f873 e-con-full e-flex e-con e-child\" data-id=\"241f873\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d435d9 elementor-widget elementor-widget-text-editor\" data-id=\"6d435d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"highlight-corsivo\">Simply processed products<\/span> that <br\/>preserve all the authentic goodness of the sea.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6ecb7b e-flex e-con-boxed e-con e-parent\" data-id=\"d6ecb7b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5534d7 elementor-widget elementor-widget-html\" data-id=\"c5534d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"nai-features-section\" class=\"nai-features-container\">\n  <div class=\"nai-feature\" data-feature=\"1\">\n    <div class=\"nai-feature-wrapper\">\n      <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-sfondo.webp\" alt=\"Fresh\">\n      <div class=\"nai-feature-overlay\"><\/div>\n      <div class=\"nai-feature-number\">01<\/div>\n      <div class=\"nai-feature-content\">\n        <p class=\"nai-feature-text\">Frozen seafood products, <strong>already cleaned and ready to prepare <\/strong>quickly, available in a variety of formats.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"nai-feature\" data-feature=\"2\">\n    <div class=\"nai-feature-wrapper\">\n      <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/pescatori.webp\" alt=\"Frozen seafood | deep-frozen seafood\">\n      <div class=\"nai-feature-overlay\"><\/div>\n      <div class=\"nai-feature-number\">02<\/div>\n      <div class=\"nai-feature-content\">\n        <p class=\"nai-feature-text\"><strong>Certified quality,<\/strong> <br\/>selected at the source.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Pagination dots fuori dal container per mobile\/tablet -->\n<div class=\"nai-features-pagination-wrapper\">\n  <div class=\"nai-features-pagination\"><\/div>\n<\/div>\n\n<style>\n.nai-features-container {\n  display: flex;\n  gap: 30px;\n  padding: 0px;\n  padding-top: 150px;\n  max-width: 1800px;\n  margin: 0 auto;\n  font-family: \"Space Grotesk\", sans-serif;\n  position: relative;\n  z-index: 10;\n}\n\n.nai-feature {\n  flex: 0 0 calc((100% - 60px) \/ 3);\n  min-width: 0;\n  transform: translateY(-100vh);\n  will-change: transform;\n}\n\n.nai-feature-wrapper {\n  position: relative;\n  width: 100%;\n  height: 650px;\n  overflow: hidden;\n}\n\n.nai-feature-wrapper img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n  filter: grayscale(100%);\n}\n\n.nai-feature-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: linear-gradient(135deg, #009AE7, #005681);\n  mix-blend-mode: multiply;\n  z-index: 1;\n}\n\n.nai-feature-number {\n  position: absolute;\n  top: 30px;\n  right: 30px;\n  font-size: 110px;\n  font-weight: 400;\n  color: white;\n  opacity: 0.5;\n  line-height: 1;\n  font-family: \"Space Grotesk\", sans-serif;\n  z-index: 2;\n  transition: color 0.3s ease;\n}\n\n.nai-feature-content {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  padding: 30px;\n  z-index: 2;\n}\n\n.nai-feature-text {\n  font-size: 22px;\n  font-weight: 400;\n  color: white;\n  margin: 0;\n  line-height: 1.6;\n  font-family: \"Space Grotesk\", sans-serif;\n  max-width: 90%;\n}\n\n.nai-feature-text strong {\n  font-family: \"Source Sans 3\", sans-serif;\n  font-weight: 700;\n  font-style: italic;\n  transition: color 0.3s ease;\n}\n\n.nai-features-pagination-wrapper {\n  display: none;\n}\n\n.nai-features-pagination {\n  display: none;\n}\n\n\/* Hover Effects - solo desktop *\/\n@media (min-width: 1025px) {\n  .nai-feature-wrapper:hover .nai-feature-number {\n    color: #FFEB34;\n  }\n\n  .nai-feature-wrapper:hover .nai-feature-text strong {\n    color: #FFEB34;\n  }\n}\n\n\/* Tablet e Mobile - Slider *\/\n@media (max-width: 1024px) {\n  .nai-features-container {\n    flex-wrap: nowrap;\n    gap: 0;\n    padding-top: 0;\n    padding-left: 0;\n    padding-right: 0;\n    overflow-x: auto;\n    scroll-snap-type: x mandatory;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n    -ms-overflow-style: none;\n    padding-bottom: 0;\n    justify-content: flex-start;\n  }\n\n  .nai-features-container::-webkit-scrollbar {\n    display: none;\n  }\n\n  .nai-feature {\n    flex: 0 0 100vw;\n    scroll-snap-align: center;\n    transform: none !important;\n    padding: 0 20px;\n    box-sizing: border-box;\n  }\n\n  .nai-feature-wrapper {\n    height: 500px;\n    margin: 0;\n  }\n\n  .nai-feature-number {\n    font-size: 80px;\n    top: 20px;\n    right: 20px;\n  }\n\n  .nai-feature-content {\n    padding: 20px;\n  }\n\n  .nai-feature-text {\n    font-size: 18px;\n  }\n\n  .nai-features-pagination-wrapper {\n    display: block;\n    padding: 30px 0;\n    max-width: 1800px;\n    margin: 0 auto;\n  }\n\n  .nai-features-pagination {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .nai-features-pagination-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background-color: rgba(0, 150, 231, 0.3);\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .nai-features-pagination-dot.active {\n    background-color: #009AE7;\n    width: 30px;\n    border-radius: 5px;\n  }\n}\n\n@media only screen and (min-width: 40.063em) and (max-width: 64em) {\n  .nai-features-container {\n    padding-top: 0;\n  }\n\n  .nai-feature {\n    flex: 0 0 100vw;\n    padding: 0 15px;\n  }\n\n  .nai-feature-wrapper {\n    height: 450px;\n  }\n\n  .nai-feature-number {\n    font-size: 100px;\n    top: 20px;\n    right: 20px;\n  }\n\n  .nai-feature-content {\n    padding: 20px;\n  }\n\n  .nai-feature-text {\n    font-size: 22px;\n    max-width: 100%;\n  }\n\n  .nai-features-pagination-wrapper {\n    padding: 25px 0;\n  }\n}\n\n@media only screen and (max-width: 40em) {\n  .nai-feature-number {\n    font-size: 100px;\n    top: 20px;\n    right: 20px;\n  }\n\n  .nai-feature-content {\n    padding: 20px;\n  }\n\n  .nai-feature-text {\n    font-size: 20px;\n    max-width: 100%;\n  }\n}\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const featuresContainer = document.getElementById('nai-features-section');\n  const features = document.querySelectorAll('.nai-feature');\n  const paginationContainer = document.querySelector('.nai-features-pagination');\n\n  let triggerPoint = 0;\n  let isDesktop = window.innerWidth > 1024;\n\n  \/\/ Crea pagination dots per mobile\/tablet\n  function createPagination() {\n    if (window.innerWidth <= 1024) {\n      paginationContainer.innerHTML = '';\n      features.forEach((_, index) => {\n        const dot = document.createElement('div');\n        dot.className = 'nai-features-pagination-dot';\n        if (index === 0) dot.classList.add('active');\n        dot.addEventListener('click', () => scrollToFeature(index));\n        paginationContainer.appendChild(dot);\n      });\n    }\n  }\n\n  \/\/ Scroll a una feature specifica\n  function scrollToFeature(index) {\n    const featureWidth = window.innerWidth;\n    featuresContainer.scrollTo({\n      left: featureWidth * index,\n      behavior: 'smooth'\n    });\n  }\n\n  \/\/ Update pagination on scroll (mobile\/tablet)\n  function updatePagination() {\n    if (window.innerWidth <= 1024) {\n      const scrollLeft = featuresContainer.scrollLeft;\n      const featureWidth = window.innerWidth;\n      const currentIndex = Math.round(scrollLeft \/ featureWidth);\n\n      document.querySelectorAll('.nai-features-pagination-dot').forEach((dot, index) => {\n        dot.classList.toggle('active', index === currentIndex);\n      });\n    }\n  }\n\n  \/\/ Desktop scroll animation\n  function updateTriggerPoint() {\n    const rect = featuresContainer.getBoundingClientRect();\n    triggerPoint = rect.top + window.pageYOffset;\n  }\n\n  function animateFeatures() {\n    if (window.innerWidth > 1024) {\n      const scrollY = window.pageYOffset;\n      const windowHeight = window.innerHeight;\n\n      if (scrollY + windowHeight > triggerPoint) {\n        const scrollProgress = (scrollY + windowHeight - triggerPoint) \/ (windowHeight * 1.5);\n        const clampedProgress = Math.max(0, Math.min(1, scrollProgress));\n\n        features.forEach((feature, index) => {\n          const featureDelay = index * 0.1;\n          const featureProgress = Math.max(0, Math.min(1, (clampedProgress - featureDelay) \/ 0.7));\n          const easedProgress = 1 - Math.pow(1 - featureProgress, 3);\n          const translateY = -100 + (easedProgress * 100);\n          feature.style.transform = `translateY(${translateY}vh)`;\n        });\n      }\n    }\n  }\n\n  \/\/ Initialize\n  function init() {\n    isDesktop = window.innerWidth > 1024;\n\n    if (isDesktop) {\n      updateTriggerPoint();\n      animateFeatures();\n    } else {\n      createPagination();\n      features.forEach(feature => feature.style.transform = 'none');\n    }\n  }\n\n  init();\n\n  \/\/ Event listeners\n  if (window.innerWidth > 1024) {\n    window.addEventListener('scroll', animateFeatures, { passive: true });\n  } else {\n    featuresContainer.addEventListener('scroll', updatePagination, { passive: true });\n  }\n\n  window.addEventListener('resize', () => {\n    const wasDesktop = isDesktop;\n    isDesktop = window.innerWidth > 1024;\n\n    if (wasDesktop !== isDesktop) {\n      init();\n    } else if (isDesktop) {\n      updateTriggerPoint();\n      animateFeatures();\n    }\n  });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad4c9aa e-con-full animated-slow no-auto-padding e-flex e-con e-parent\" data-id=\"ad4c9aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:400}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3d3d97 animated-slow elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"f3d3d97\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"469\" height=\"525\" viewBox=\"0 0 469 525\" fill=\"none\"><g opacity=\"0.5\"><g opacity=\"0.5\"><path d=\"M76.0879 305.343L73.4963 307.764C75.1765 308.776 75.1765 308.776 76.0879 305.343Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M63.5225 305.38L61.4545 305.08C61.3739 305.376 61.3424 305.683 61.3614 305.989C61.9715 306.232 62.5956 306.437 63.2306 306.605L63.5225 305.38Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M63.4255 300.934L63.0274 302.317L63.5896 302.475C63.7507 302.023 63.8785 301.56 64.0107 301.098L63.4255 300.934Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M690.706 339.407C696.53 341.304 702.038 344.061 707.046 347.586C705.672 347.933 704.574 348.153 703.52 348.506C703.31 348.573 703.117 348.686 702.958 348.838C702.798 348.991 702.675 349.177 702.598 349.384C702.594 349.656 702.651 349.926 702.764 350.173C702.878 350.421 703.045 350.64 703.254 350.815C704.225 351.211 705.244 351.477 706.285 351.607C711.765 352.414 717.283 353.003 722.726 354.002C728.158 355 733.549 356.267 738.9 357.645C745.839 359.432 752.69 361.57 759.637 363.322C765.105 364.701 770.658 365.743 776.183 366.882C777.025 366.97 777.872 366.977 778.715 366.904C779.957 364.641 780.685 362.132 780.847 359.555C780.69 358.501 780.868 357.424 781.357 356.476C781.846 355.529 782.621 354.759 783.571 354.276C784.605 353.505 785.574 352.651 786.468 351.722C786.97 351.48 787.418 351.139 787.784 350.718C788.149 350.297 788.424 349.806 788.593 349.274C788.761 348.743 788.819 348.183 788.762 347.628C788.706 347.074 788.536 346.537 788.264 346.05C788.022 344.389 788.127 342.696 788.574 341.078C792.835 340.797 797.006 339.717 800.869 337.894C799.894 336.617 798.81 335.428 797.629 334.34C797.06 334.091 796.549 333.724 796.131 333.265C795.713 332.806 795.396 332.263 795.201 331.673C795.005 331.084 794.936 330.459 794.998 329.841C795.06 329.223 795.251 328.624 795.559 328.085C795.732 327.521 795.747 326.921 795.601 326.349C795.449 325.648 795.561 324.914 795.917 324.291C796.273 323.667 796.846 323.197 797.528 322.971C798.568 322.54 799.492 321.868 800.224 321.012C800.955 320.155 801.474 319.138 801.737 318.043C801.937 317.37 802.314 316.764 802.829 316.288C803.344 315.812 803.977 315.482 804.663 315.335C806.086 314.734 807.453 314.006 808.746 313.16C807.031 310.398 805.045 307.812 802.818 305.443C802.934 305.015 803.136 304.615 803.413 304.269C803.998 303.972 804.506 303.543 804.897 303.016C805.288 302.489 805.55 301.878 805.664 301.232C805.777 300.585 805.738 299.921 805.55 299.293C805.362 298.664 805.029 298.088 804.58 297.61C804.507 297.517 804.454 297.411 804.424 297.296C804.395 297.182 804.389 297.063 804.409 296.947C804.674 295.887 804.6 294.771 804.198 293.756C803.796 292.74 803.086 291.877 802.168 291.286C803.288 291.392 804.411 291.484 805.53 291.607C808.182 291.898 809.125 291.41 809.259 288.744C809.384 286.158 810.464 283.71 812.291 281.875C812.699 281.322 813.227 280.868 813.835 280.547C815.068 280.118 816.516 280.014 816.408 278.223C816.462 277.335 816.299 276.446 815.933 275.635C815.567 274.823 815.009 274.113 814.308 273.565C813.353 273.029 812.358 272.566 811.333 272.181C810.838 269.728 811.158 267.18 812.245 264.925C812.601 264.406 812.824 263.807 812.894 263.181C812.964 262.555 812.879 261.922 812.646 261.337C812.413 260.751 812.039 260.233 811.558 259.827C811.077 259.42 810.503 259.139 809.887 259.007C808.842 258.519 807.807 258.01 806.371 257.321C810.883 255.767 815.279 253.898 819.528 251.726C819.12 250.729 818.698 249.783 818.345 248.813C817.91 248.12 817.689 247.315 817.707 246.497C819.417 242.953 816.828 241.933 814.529 240.679C814.351 240.549 814.191 240.395 814.055 240.221C814.055 238.913 814.012 237.626 814.076 236.345C814.054 235.759 814.211 235.181 814.526 234.687C816.274 232.695 818.029 230.692 819.953 228.874C821.398 227.508 821.398 226.857 819.633 225.783C818.551 225.548 817.525 225.103 816.616 224.471C815.706 223.84 814.93 223.035 814.332 222.103C814.01 221.165 813.555 220.272 813.262 219.326C813.159 218.863 813.158 218.383 813.257 217.919C813.532 216.824 813.56 215.682 813.339 214.575C813.119 213.469 812.655 212.425 811.982 211.519C811.309 210.613 810.444 209.868 809.448 209.337C808.452 208.806 807.351 208.503 806.223 208.45C805.942 207.007 805.24 205.68 804.206 204.637C803.171 203.594 801.85 202.881 800.41 202.588L798.815 195.613C799.233 194.663 799.589 193.688 799.883 192.692C800.129 191.948 800.109 191.142 799.824 190.411C799.011 188.829 798.855 186.99 799.388 185.292C799.673 184.402 799.722 183.453 799.531 182.538C799.34 181.623 798.916 180.773 798.298 180.071C797.681 179.369 796.893 178.839 796.009 178.532C795.126 178.226 794.179 178.154 793.259 178.322C793.269 177.32 793.456 176.327 793.81 175.389C795.684 172.397 795.753 172.44 793.742 169.821C793.694 169.601 793.682 169.374 793.707 169.149C795 164.564 794.037 163.109 789.254 163.676C783.89 164.341 778.569 165.313 773.317 166.587C766.219 168.272 759.211 170.332 752.16 172.212C751.366 172.435 750.554 172.586 749.732 172.663C740.922 173.464 732.278 175.565 724.082 178.898C719.175 180.54 714.36 182.446 709.658 184.605C703.807 187.642 697.714 190.221 691.925 193.366C685.717 196.739 679.81 200.662 673.64 204.108C669.744 206.284 665.647 208.12 661.565 209.939C657.441 211.962 653.004 213.273 648.443 213.816C643.755 214.258 639.046 214.439 634.338 214.359C623.506 213.836 612.755 212.218 602.248 209.531C599.044 208.779 595.747 208.43 592.525 207.742C589.306 207.055 586.117 206.217 582.935 205.369C581.745 204.992 580.686 204.284 579.884 203.328C579.082 202.371 578.569 201.206 578.405 199.968C576.8 194.67 574.055 189.786 570.362 185.661C570.148 185.384 569.817 185.195 569.615 184.912C566.501 181.112 563.7 177.065 561.241 172.812C559.237 169.46 558.284 165.584 558.507 161.685C558.818 159.365 557.587 157.953 555.616 158.778C555.225 158.973 554.799 159.089 554.362 159.119C553.926 159.15 553.487 159.094 553.073 158.954C552.658 158.815 552.275 158.596 551.945 158.308C551.615 158.021 551.344 157.672 551.15 157.28C550.78 156.682 550.285 156.172 549.698 155.786C546.413 153.661 543.618 150.861 541.499 147.572C540.701 146.861 540.173 145.896 540.004 144.841C539.834 143.785 540.034 142.704 540.569 141.779C541.162 140.821 541.353 139.669 541.102 138.571C540.851 137.474 540.179 136.519 539.229 135.913C538.265 135.756 537.277 135.936 536.431 136.425C535.494 136.77 534.471 136.802 533.514 136.516C532.558 136.231 531.719 135.644 531.125 134.842C527.193 130.025 523.369 125.119 519.39 120.342C518.6 119.462 518.07 118.38 517.858 117.217C517.645 116.054 517.76 114.855 518.187 113.753C518.6 113.03 518.797 112.205 518.755 111.374C518.714 110.543 518.435 109.741 517.953 109.063C517.028 109.336 516.121 109.664 515.237 110.047C514.816 110.361 514.336 110.585 513.826 110.706C513.316 110.827 512.786 110.842 512.27 110.751C511.753 110.66 511.261 110.464 510.823 110.176C510.385 109.887 510.011 109.512 509.723 109.074C506.89 105.698 503.634 102.701 500.035 100.157C497.439 98.0428 495.064 95.6702 492.947 93.0758C492.557 92.3805 492.399 91.5785 492.496 90.7869C492.492 89.2575 492.756 87.7221 492.679 86.2008C492.576 84.1735 491.735 83.376 489.957 84.3067C488.654 84.8267 487.237 84.9951 485.849 84.795C484.46 84.5949 483.149 84.0334 482.046 83.1667C481.593 83.0398 481.187 82.7814 480.881 82.424C478.075 78.9947 474.656 76.1166 470.799 73.9361C467.913 71.1988 466.167 67.4721 465.911 63.5023C465.822 61.8041 465.525 60.1165 465.238 57.719C463.389 58.7767 462.106 59.4699 460.864 60.23C458.713 61.5477 458.079 61.4298 456.567 59.3477C456.312 58.826 455.939 58.3709 455.478 58.0187C451.424 55.9043 447.87 52.9459 445.055 49.3428C444.637 48.7695 444.046 48.3445 443.37 48.1298C441.821 47.802 440.393 47.0528 439.244 45.9649C438.094 44.877 437.267 43.4927 436.855 41.9646C438.415 38.4658 438.64 34.5165 437.487 30.8632C436.591 31.3582 435.737 31.923 434.93 32.5524C433.834 33.62 432.866 34.8172 431.804 35.9211C431.618 36.1873 431.377 36.4097 431.096 36.5729C430.816 36.736 430.503 36.8359 430.18 36.8657C429.856 36.8954 429.531 36.8542 429.225 36.7449C428.919 36.6357 428.641 36.461 428.41 36.2331C427.145 35.2848 425.454 34.8958 424.21 33.9272C421.934 32.1559 419.842 30.1482 417.692 28.2185C417.115 27.5289 416.467 26.9026 415.758 26.3501C413.733 25.2261 411.604 24.2894 409.538 23.2367C409.1 23.0679 408.739 22.7444 408.523 22.3274C408.044 21.0606 407.297 19.9119 406.334 18.9592C405.371 18.0065 404.214 17.2721 402.942 16.8059C400.516 15.3157 400.409 15.2115 400.942 12.2818C401.006 11.9337 401.097 11.5914 401.169 11.2452C401.36 10.6747 401.328 10.0529 401.078 9.50541C400.829 8.95791 400.381 8.52553 399.825 8.2956C398.853 8.01921 397.811 8.12392 396.914 8.5884C395.406 9.50719 393.974 10.5446 392.631 11.6908C391.753 12.4014 390.694 12.8514 389.573 12.9898C388.452 13.1282 387.314 12.9493 386.29 12.4735C382.826 11.3024 379.086 11.2168 375.572 12.2282C375.046 12.4776 374.488 12.6565 373.915 12.7604C369.635 12.1644 365.324 13.2489 361.043 12.4456C359.647 12.3171 358.243 12.3054 356.845 12.4107C358.845 8.74996 360.019 4.69587 360.285 0.53311C360.079 0.329682 359.828 0.17748 359.553 0.0888005C359.278 0.000120532 358.986 -0.0225476 358.7 0.0226318C358.414 0.0678113 358.143 0.179565 357.909 0.348868C357.674 0.518171 357.483 0.740275 357.35 0.997216C353.537 4.82698 350.264 9.15932 347.622 13.8743C347.21 14.7968 346.547 15.5847 345.708 16.148C344.87 16.7113 343.89 17.0273 342.88 17.0597C341.862 17.3325 340.81 17.4566 339.756 17.428C338.817 17.0787 337.779 17.1032 336.857 17.4964C335.936 17.8897 335.2 18.6217 334.802 19.5415C334.705 19.6895 334.576 19.8141 334.424 19.906C334.273 19.998 334.103 20.055 333.927 20.0731C332.693 20.2057 331.503 20.6035 330.437 21.2392C329.372 21.8749 328.457 22.7336 327.754 23.7562C326.984 24.2792 326.109 24.6291 325.191 24.7819C324.275 24.929 323.415 25.3167 322.699 25.9052C321.029 28.2501 318.893 30.226 316.426 31.7097C315.306 32.5986 314.013 33.2708 312.411 34.2868C312.411 31.269 312.444 28.9459 312.378 26.6255C312.185 26.1366 311.894 25.6925 311.523 25.321C309.257 26.6562 307.388 28.5718 306.109 30.8702C304.164 34.5004 302.44 38.2455 300.949 42.0848C299.536 45.3074 297.094 47.9707 294.006 49.658C291.764 51.3239 289.223 52.5876 286.817 54.0324C286.596 54.1186 286.401 54.2567 286.245 54.435C283.331 58.66 279.041 61.7433 274.107 63.1593C273.666 63.4081 273.242 63.6876 272.84 63.9957C272.557 63.3604 272.227 62.747 271.854 62.1604C270.513 60.366 269.231 60.4492 268.021 62.3292C265.802 65.7748 263.622 69.2474 261.304 72.6251C260.764 73.6586 259.846 74.4435 258.741 74.8157C255.675 75.5299 252.828 76.9755 250.443 79.029C249.617 79.6593 248.92 80.4422 248.389 81.3351C247.84 81.8829 247.256 82.3953 246.642 82.8691C245.942 83.2394 245.32 83.7412 244.81 84.3471C244.195 85.4591 243.351 86.4271 242.332 87.1867C241.314 87.9462 240.145 88.4797 238.904 88.7517L236.412 86.5457C234.177 87.9391 232.412 89.9705 231.344 92.3775C230.458 93.7716 229.706 95.246 229.098 96.7811C228.361 98.5138 227.142 99.9981 225.585 101.057C224.304 102.064 223.3 103.379 222.668 104.88C222.008 106.371 221.001 107.682 219.731 108.703C218.399 110.052 217.216 111.541 216.204 113.143C215.393 113.295 214.629 113.632 213.972 114.129C213.314 114.626 212.78 115.268 212.413 116.006C210.885 118.927 208.625 121.4 205.854 123.185C203.351 124.468 201.121 126.225 199.29 128.36C195.829 125.164 195.697 125.155 193.233 129.027C189.671 134.001 186.538 139.267 183.866 144.77C183.566 145.334 183.158 145.834 182.664 146.239C182.169 146.644 181.599 146.947 180.987 147.129C180.144 147.369 179.359 147.779 178.68 148.334C178.002 148.889 177.444 149.577 177.042 150.356C175.948 152.177 174.298 153.599 172.335 154.412C170.809 155.274 169.513 156.491 168.556 157.959C166.737 160.553 164.441 162.776 161.789 164.509C159.802 166.068 158.036 167.888 156.538 169.92C155.51 171.031 154.515 172.172 153.589 173.206C153.117 173.046 152.661 172.846 152.224 172.607C149.459 170.548 147.885 170.846 147.272 174.147C146.347 177.17 145.016 180.054 143.317 182.72C143.179 183.03 142.974 183.306 142.717 183.527C142.459 183.748 142.156 183.91 141.829 184C140.772 184.042 139.755 184.409 138.916 185.052C138.076 185.695 137.457 186.582 137.142 187.592C136.643 187.657 136.136 187.65 135.639 187.573C131.948 186.322 131.604 186.4 129.593 189.47C128.387 191.606 126.766 193.478 124.826 194.977C123.619 196.103 122.685 197.488 122.095 199.029C120.372 202.114 118.211 204.933 115.68 207.398C113.857 209.534 112.155 211.77 110.581 214.096C108.162 218.306 104.854 221.939 100.889 224.742C98.6669 226.072 96.7017 227.79 95.087 229.815C91.5182 234.038 88.0916 238.396 84.8492 242.875C82.0963 246.116 78.5919 248.634 74.6419 250.21C74.1508 250.383 73.6298 250.454 73.1102 250.42C72.5906 250.386 72.0833 250.247 71.619 250.012C67.8571 248.427 63.7596 247.804 59.6967 248.2C55.6338 248.596 51.7335 249.997 48.348 252.278C44.9676 254.266 42.2065 257.154 40.3734 260.62C39.3241 262.28 37.7616 263.551 35.9235 264.241C33.2768 265.492 30.9003 267.248 28.9276 269.411C25.9966 272.923 22.3668 275.787 18.2688 277.819C14.5361 279.801 10.9502 282.048 7.53827 284.542C6.16779 285.428 4.7287 286.202 3.23474 286.859C2.54688 287.042 1.91449 287.392 1.39282 287.876C0.871155 288.361 0.476074 288.966 0.242188 289.639C0.00836182 290.311 -0.057251 291.031 0.0511475 291.734C0.159607 292.438 0.438721 293.104 0.864197 293.675C2.50464 295.956 4.40265 298.04 6.52069 299.886C10.0731 302.614 14.1533 304.575 18.5029 305.644C22.5822 307.522 26.4357 309.855 29.9901 312.6C28.585 312.752 27.9974 312.808 27.4119 312.88C23.4529 313.368 19.4943 313.859 15.5358 314.354C14.8539 314.536 14.153 314.638 13.4474 314.657C12.2745 314.522 11.0863 314.662 9.97729 315.067C8.86835 315.472 7.86926 316.13 7.05975 316.99C6.25287 317.662 5.33936 318.194 4.35693 318.564C3.78693 318.702 3.25964 318.978 2.82153 319.368C2.38342 319.758 2.04797 320.249 1.84485 320.799C1.64172 321.349 1.57709 321.941 1.65674 322.522C1.73645 323.103 1.95789 323.655 2.30157 324.13C3.65515 326.787 5.90424 328.88 8.65137 330.039C11.4097 331.103 13.8193 332.911 15.6134 335.261C17.5114 337.354 19.8035 339.052 22.3587 340.257C28.1712 343.091 33.8796 346.141 39.7178 348.92C42.8958 350.467 46.1838 351.776 49.5551 352.838C61.0266 356.333 72.5306 359.721 84.0671 363.003C90.1277 364.933 95.8596 367.773 101.066 371.427C103.819 373.227 106.744 374.764 109.584 376.431C110.698 377.085 111.798 377.764 112.895 378.444C113.476 379.025 114.185 379.46 114.966 379.715C117.87 380.127 120.601 381.344 122.85 383.228C126.821 385.285 131.011 386.889 135.341 388.009C139.275 389.25 143.083 390.86 146.714 392.819C149.162 393.373 151.374 394.684 153.035 396.567C154.695 398.449 155.721 400.807 155.966 403.305C158.587 409.634 159.917 416.423 159.879 423.274C159.888 424.099 159.976 424.923 160.145 425.731C160.179 427.685 160.85 429.574 162.055 431.112C163.26 432.65 164.933 433.753 166.821 434.255C170.061 435.22 173.119 436.785 176.278 438.033C176.884 438.368 177.585 438.489 178.268 438.376C178.643 438.191 179.056 438.094 179.474 438.094C179.893 438.094 180.305 438.19 180.681 438.376C181.056 438.561 181.383 438.83 181.638 439.162C181.892 439.494 182.067 439.88 182.148 440.29C182.88 441.836 183.936 443.205 185.245 444.305C186.555 445.406 188.086 446.21 189.734 446.665C192.624 447.669 195.422 448.936 198.267 450.07C198.82 450.351 199.428 450.51 200.048 450.535C200.668 450.559 201.286 450.449 201.86 450.213C202.434 449.976 202.95 449.618 203.372 449.163C203.795 448.709 204.114 448.168 204.307 447.578C204.919 446.418 205.161 445.097 205 443.795C204.838 442.493 204.282 441.271 203.405 440.295C200.775 437.226 199.394 433.281 199.536 429.241C199.495 428.08 199.182 426.945 198.624 425.926C196.89 422.876 195.081 419.857 193.105 416.959C191.871 415.408 190.531 413.945 189.094 412.581C200.223 413.345 211.401 412.16 222.123 409.079C222.828 410.178 223.813 411.477 224.55 412.904C227.571 418.756 230.358 424.735 233.541 430.495C236.097 435.121 239.092 439.505 241.907 443.986C244.413 447.975 247.026 451.9 249.44 455.944C253.849 463.465 258.929 470.572 264.618 477.179C264.901 477.513 265.257 477.779 265.657 477.957C266.058 478.136 266.493 478.221 266.932 478.208C267.294 477.96 267.602 477.643 267.84 477.274C268.078 476.905 268.239 476.493 268.315 476.061C268.407 475.144 268.366 474.22 268.195 473.315C272.07 473.597 275.699 475.318 278.369 478.141C279.041 478.79 279.921 479.178 280.854 479.236C282.86 479.452 284.791 480.117 286.505 481.182C288.218 482.247 289.67 483.685 290.752 485.388C292.734 487.652 295.125 489.523 297.8 490.903C298.475 490.349 298.908 489.555 299.008 488.687C299.108 487.82 298.866 486.948 298.334 486.255C300.921 486.166 303.511 486.335 306.065 486.759C308.865 487.613 311.558 488.788 314.089 490.258C315.51 491.009 316.837 491.849 318.339 492.515C320.244 493.63 321.908 495.111 323.235 496.874C324.71 498.496 325.932 500.346 327.764 502.752L330.275 495.043C333.579 496.459 337.245 496.799 340.753 496.014C343.891 497.211 346.493 498.182 349.075 499.203C349.74 499.421 350.353 499.772 350.876 500.235C353.58 503.026 356.203 505.895 358.903 508.69C359.48 509.172 360.109 509.588 360.777 509.932C361.182 509.18 361.507 508.388 361.747 507.569C361.846 506.597 361.859 505.618 361.785 504.644C363.091 504.428 364.43 504.547 365.677 504.992C366.923 505.436 368.036 506.19 368.91 507.184C369.742 508.245 370.852 509.054 372.117 509.52C373.381 509.987 374.751 510.093 376.072 509.826C377.174 509.618 378.312 509.698 379.374 510.059C380.436 510.419 381.388 511.048 382.136 511.884C382.698 512.625 383.474 513.176 384.359 513.464C386.244 513.721 387.959 514.691 389.151 516.174C389.354 516.469 389.649 516.689 389.99 516.799C393.947 517.866 397.321 520.457 399.372 524.006C399.696 524.312 400.053 524.582 400.436 524.81C402.849 523.365 402.844 523.224 402.074 521.049C401.699 519.736 401.406 518.401 401.198 517.051L405.98 517.852L405.446 514.742L408.66 515.202L409.503 512.542C409.804 512.367 410.128 512.233 410.464 512.144C412.093 511.877 413.738 511.717 415.388 511.665C416.888 511.758 418.38 511.966 419.848 512.287C420.157 512.452 420.481 512.585 420.816 512.686C422.447 512.695 424.047 513.127 425.461 513.939C426.875 514.752 428.053 515.918 428.881 517.323C431.116 519.795 432.615 519.488 435.118 517.198C435.545 516.894 435.849 516.449 435.977 515.941C436.104 515.434 436.047 514.897 435.814 514.428C435.477 513.557 435.002 512.739 434.611 511.944C435.788 509.621 437.715 507.763 440.079 506.671C442.517 504.417 445.769 503.463 448.196 501.056C450.29 499.166 452.755 497.734 455.434 496.849C456.715 496.612 458.034 496.674 459.287 497.03C460.541 497.386 461.695 498.027 462.66 498.903C463.46 499.448 464.227 500.041 464.955 500.679C465.24 500.604 465.503 500.462 465.722 500.264C465.941 500.066 466.108 499.818 466.211 499.542C466.314 499.266 466.349 498.969 466.313 498.676C466.277 498.383 466.171 498.103 466.004 497.86C465.199 496.559 464.923 494.998 465.234 493.5C465.545 492.002 466.419 490.68 467.677 489.807C470.235 487.5 472.168 484.582 473.295 481.327C474.75 480.968 476.103 480.277 477.248 479.309C478.392 478.34 479.297 477.119 479.891 475.743C481.06 473.839 482.494 472.111 484.151 470.611C484.594 470.088 485.145 469.665 485.765 469.372C486.386 469.079 487.062 468.922 487.748 468.912C488.434 468.902 489.115 469.04 489.743 469.315C490.372 469.59 490.935 469.996 491.393 470.507C491.899 471.107 492.551 471.567 493.286 471.843C494.02 472.12 494.813 472.204 495.59 472.087C495.766 471.304 495.761 470.491 495.575 469.711C495.388 468.931 495.025 468.203 494.514 467.585C493.24 465.303 492.902 462.616 493.57 460.089C494.4 454.819 496.728 449.899 500.277 445.916C502.385 443.547 504.352 441.055 506.166 438.454C508.407 435.368 509.822 435.154 512.827 437.535C513.847 438.459 515.047 439.162 516.351 439.601C516.741 439.747 517.166 439.771 517.57 439.67C517.975 439.568 518.338 439.347 518.614 439.035C518.889 438.722 519.064 438.333 519.113 437.92C519.163 437.506 519.086 437.087 518.893 436.718C518.489 435.495 517.823 434.359 517.326 433.163C517.008 432.69 516.789 432.158 516.68 431.598C516.571 431.039 516.576 430.463 516.693 429.905C516.811 429.347 517.039 428.818 517.364 428.35C517.689 427.882 518.104 427.483 518.586 427.178C520.131 425.913 521.205 424.164 521.634 422.213C521.793 421.047 522.198 419.929 522.82 418.931C523.443 417.933 524.27 417.078 525.247 416.422C526.313 415.668 527.072 414.554 527.383 413.286C527.583 412.263 528.107 411.332 528.878 410.631C529.649 409.929 530.626 409.496 531.663 409.394C532.003 410.313 532.479 411.176 533.075 411.954C533.727 412.529 534.577 412.825 535.445 412.78C535.727 412.541 535.948 412.239 536.091 411.898C536.234 411.557 536.295 411.187 536.267 410.818C535.095 406.648 535.463 402.195 537.306 398.275C537.861 395.178 538.662 392.13 539.699 389.16C540.96 387.177 541.982 385.043 543.239 383.057C544.12 381.664 545.053 381.615 546.435 382.804C546.902 383.439 547.54 383.928 548.275 384.212C549.01 384.496 549.811 384.565 550.584 384.41C550.655 383.082 550.785 381.631 550.797 380.179C550.815 378.07 550.724 375.962 550.723 373.853C551.509 371.054 552.774 368.413 554.463 366.047C554.98 364.758 555.609 363.518 556.342 362.339C557.222 360.712 558.167 359.119 559.015 357.475C559.34 356.741 559.616 355.985 559.841 355.214C560.129 354.201 560.487 353.209 560.91 352.245C562.751 348.689 563.228 348.568 566.919 350.169C567.964 350.536 569.029 350.845 570.108 351.096C569.981 349.557 569.739 348.03 569.384 346.528C568.794 345.357 568.64 344.015 568.949 342.741C569.258 341.468 570.01 340.345 571.07 339.575C571.306 339.404 571.505 339.186 571.655 338.936C571.806 338.686 571.905 338.409 571.946 338.12C572.707 334.918 574.14 331.913 576.148 329.305C576.271 328.975 576.458 328.673 576.698 328.416C576.938 328.159 577.227 327.952 577.547 327.807C578.627 327.452 579.584 326.798 580.306 325.92C581.028 325.043 581.487 323.978 581.627 322.85C582.306 320.507 583.763 318.465 585.759 317.062C586.467 316.47 587.016 315.71 587.356 314.851C587.656 313.883 588.246 313.031 589.046 312.409C589.846 311.787 590.817 311.425 591.829 311.373C595.569 311.013 599.34 310.996 603.097 310.796C606.148 310.634 609.193 310.333 612.246 310.241C617.18 310.093 622.119 310.001 627.055 310.014C629.643 310.021 632.228 310.365 634.818 310.446C642.176 311.278 649.32 313.455 655.891 316.87C659.796 319.487 663.7 322.132 667.391 325.036C674.665 330.453 682.409 335.212 690.528 339.254L690.706 339.407ZM349.384 100.045L349.939 97.3778L350.672 97.619L349.473 100.115L348.248 104.185L347.497 103.895C348.126 102.612 348.755 101.328 349.384 100.045ZM494.527 146.093C493.803 148.85 492.524 151.43 490.767 153.675L488.865 152.492C486.798 151.959 487.812 150.681 488.352 149.784C490.114 146.863 492.006 144.019 493.848 141.146C495.16 139.074 496.472 137.002 497.784 134.931C501.885 128.207 506.872 122.066 512.61 116.672C513.052 116.343 513.526 116.058 514.025 115.824C512.849 118.02 511.143 119.663 509.96 121.622C507.905 125.025 506.207 128.643 504.29 132.133C503.508 133.557 502.531 134.874 501.672 136.257C499.533 138.128 497.611 140.234 495.942 142.534L494.527 146.093ZM97.4442 250.863L101.669 253.333L99.1628 257.501L95.7218 254.568L97.4811 250.815L93.9979 253.356L91.9071 251.79L94.5906 248.496L97.4442 250.863ZM292.727 103.046L295.331 102.159C295.524 103.399 295.231 104.666 294.513 105.696C293.796 106.726 292.708 107.439 291.478 107.687V104.278C289.697 104.045 289.649 105.233 289.674 106.479C289.868 107.473 289.742 108.502 289.317 109.421C288.891 110.339 288.186 111.099 287.302 111.594C288.274 109.051 289.031 106.431 289.563 103.761C289.943 102.015 290.711 100.377 291.81 98.9677C292.909 97.5583 294.31 96.4137 295.91 95.6183C296.29 96.6587 296.317 97.7954 295.987 98.8528C295.657 99.9103 294.989 100.83 294.084 101.469C293.573 101.941 293.117 102.47 292.727 103.046ZM364.983 439.892C365.514 440.914 365.983 441.966 366.388 443.044C367.685 447.176 368.869 451.343 370.164 455.475C370.588 456.444 370.765 457.504 370.679 458.559C370.592 459.614 370.246 460.631 369.669 461.519C366.327 454.364 363.752 446.876 361.989 439.179L365.229 448.143L366.101 447.939L365.019 439.861C363.776 436.838 362.496 433.828 361.304 430.785C361.069 429.76 360.579 428.81 359.881 428.024C359.183 427.238 358.299 426.639 357.309 426.284C358.02 427.993 358.637 429.74 359.156 431.517C359.441 433.143 359.628 434.784 359.715 436.432L359.284 436.551L355.08 425.616L361.043 425.291L364.983 439.892ZM181.761 207.19L179.991 204.176C181.166 202.861 182.383 201.458 183.647 200.098C183.804 199.883 184.006 199.705 184.24 199.577C184.473 199.448 184.731 199.373 184.997 199.355C185.263 199.337 185.529 199.378 185.777 199.474C186.025 199.57 186.249 199.72 186.434 199.912C187.058 200.424 187.738 200.87 188.492 201.417C187.053 203.424 186.01 205.118 184.708 206.581C183.964 207.093 183.122 207.445 182.236 207.616C182.463 208.014 182.579 208.466 182.574 208.924C180.975 211.551 179.286 214.123 177.425 217.016L173.08 212.405L178.694 205.639L181.761 207.19ZM33.7228 316.719C35.2817 318.278 36.65 320.016 37.7989 321.898C29.2683 320.809 29.2682 320.809 27.7164 318.504L20.6592 318.054L22.834 320.34C20.4452 319.983 18.4799 319.669 16.5084 319.4C14.498 319.125 12.4816 318.895 10.468 318.645L10.4775 317.861C14.3534 316.714 18.3298 315.939 22.3529 315.547C23.0075 315.699 23.6217 315.99 24.1536 316.401C27.3536 317.679 30.6743 318.631 34.0651 319.243L33.7638 316.675L31.4082 315.823L31.7721 315.244L33.7228 316.719ZM726.732 351.397C728.784 352.285 728.513 350.433 728.949 349.235C733.076 349.384 737.119 350.436 740.795 352.317C741.28 352.615 741.838 352.773 742.407 352.774C747.519 353.197 752.521 354.49 757.198 356.598C751.565 356.103 745.962 355.502 740.381 354.731C735.67 354.484 731.05 353.337 726.771 351.35C722.522 350.803 718.402 349.515 714.599 347.542C716.58 347.454 718.501 347.897 720.41 347.851C721.696 347.754 722.982 348.039 724.106 348.67C725.231 349.301 726.144 350.249 726.732 351.397ZM594.337 303.243C594.855 302.571 595.293 301.658 596.98 302.815L594.297 303.195C593.077 303.783 591.785 304.207 590.454 304.458C588.12 304.598 585.763 304.256 583.416 304.264C581.855 304.222 580.325 303.816 578.947 303.08C577.57 302.344 576.383 301.297 575.48 300.023L578.729 296.259C580.38 298.027 581.834 299.402 583.062 300.955C583.202 301.251 583.419 301.503 583.691 301.686C583.962 301.869 584.278 301.975 584.604 301.994C584.931 302.013 585.257 301.943 585.547 301.792C585.837 301.642 586.082 301.416 586.255 301.138C587.638 299.745 589.018 298.351 590.353 297.005C593.922 299.47 593.923 299.47 592.599 303.242L594.337 303.243ZM406.02 80.2057C405.781 81.2269 405.437 82.2206 404.993 83.1706C402.004 88.1878 398.938 93.1581 395.884 98.1362C395.063 99.4744 394.195 100.784 393.349 102.106C394.053 99.6466 395.025 97.2717 396.248 95.0243C397.642 92.7295 398.765 90.2806 399.594 87.727C400.193 85.3767 401.203 83.1511 402.578 81.1534L406.064 80.2449C406.022 78.5225 406.304 76.8074 406.895 75.1889C410.562 69.332 414.414 63.592 418.45 57.9688C422.22 52.7286 426.296 47.7078 430.269 42.615C430.826 42.0003 431.429 41.43 432.075 40.9093C432.205 41.8975 431.953 42.8981 431.372 43.7073C429.747 46.0042 427.987 48.2061 426.395 50.5239C422.357 56.4019 418.355 62.3045 414.388 68.2318C412.894 70.4554 411.543 72.7769 410.017 74.978C408.769 76.7785 407.358 78.4666 406.02 80.2057ZM565.29 320.253L568.903 318.824L567.997 323.028L571.687 322.803L571.353 319.177L573.978 322.732C573.779 316.661 573.779 316.661 575.004 315.402C575.213 315.502 575.399 315.645 575.549 315.822C576.2 317.207 576.826 318.604 577.439 320.007C577.741 320.479 577.94 321.01 578.022 321.565C578.104 322.119 578.067 322.685 577.914 323.224C577.761 323.763 577.495 324.264 577.134 324.693C576.773 325.122 576.326 325.469 575.82 325.712C573.314 328.289 571.196 331.215 569.531 334.401C569.399 334.731 569.368 335.094 569.442 335.442C569.48 335.881 569.423 336.323 569.276 336.738C569.128 337.153 568.894 337.531 568.588 337.848C568.282 338.165 567.911 338.412 567.502 338.573C567.092 338.735 566.653 338.806 566.213 338.784C565.398 335.414 564.65 332.104 563.786 328.825C563.346 327.728 563.206 326.535 563.38 325.367C563.555 324.198 564.037 323.097 564.777 322.177C565.098 321.56 565.291 320.884 565.344 320.19L562.34 322.078L562.817 316.094L567.705 315.375L565.29 320.253ZM352.904 90.1007L352.39 93.3395L351.677 93.1659L352.944 90.1349C354.066 88.3465 355.078 86.4914 355.975 84.58C357.821 80.0054 359.239 75.2498 361.231 70.7449C363.893 64.725 366.919 58.865 369.82 52.9518C371.525 49.4762 373.183 45.9706 375.056 42.5858C377.499 38.1713 380.103 33.8443 382.699 29.5172C384.007 27.3378 385.45 25.24 386.832 23.1053L387.543 23.5088C386.508 25.8118 385.336 28.0504 384.033 30.2127C380.488 35.7561 377.413 41.5868 374.841 47.6436C371.362 55.2274 368.176 62.9484 364.952 70.6473C362.82 75.7379 360.755 80.8604 358.829 86.0316C358.68 87.1702 358.266 88.2581 357.62 89.2075C356.974 90.1568 356.114 90.9412 355.11 91.4973L352.904 90.1007ZM258.143 408.675C259.687 409.051 261.091 409.86 262.191 411.008C263.29 412.155 264.039 413.593 264.348 415.152C266.725 422.779 269.22 430.38 272.002 437.867C274.744 445.244 277.875 452.477 280.892 459.749C281.611 461.481 282.573 463.111 283.398 464.8C285.701 469.514 287.996 474.232 290.284 478.953L289.684 479.287C289.075 478.472 288.509 477.626 287.987 476.753C284.607 470.429 281.118 464.158 277.936 457.735C272.562 446.888 267.359 435.956 262.162 425.023C261.151 423.091 260.938 420.84 261.569 418.753L264.431 426.64L265.217 426.327C264.51 419.933 262.036 413.863 258.071 408.797C257.897 408.939 257.702 409.055 257.493 409.139C257.11 409.223 256.719 409.265 256.327 409.264C256.244 409.08 256.215 408.876 256.245 408.676C256.554 408.426 256.923 408.26 257.316 408.195C257.627 408.285 257.911 408.45 258.143 408.675ZM162.474 395.935L163.104 397.704C158.271 395.597 154.054 393.387 149.726 391.458C145.153 389.796 140.743 387.715 136.553 385.243L152.044 377.425L154.899 382.832L148.346 385.465C150.893 385.981 153.539 385.666 155.894 384.567L162.561 393.47L160.602 396.065L162.528 395.975L171.651 391.085L175.292 393.969L173.94 389.443L181.442 384.783L185.347 389.194C180.507 392.877 175.449 396.265 170.2 399.338C176.084 397.33 181.616 394.41 186.593 390.685L190.638 395.697C189.994 396.063 189.585 396.303 189.169 396.53C185.56 398.494 181.958 400.472 178.329 402.4C177.833 402.711 177.241 402.834 176.662 402.744C174.217 402.535 171.862 401.727 169.804 400.391C168.622 399.259 167.315 398.266 165.907 397.432C164.802 396.847 163.654 396.347 162.474 395.935ZM294.942 428.54L292.188 421.338C297.863 420.758 298.34 421.069 299.69 425.836C299.754 426.063 299.783 426.301 299.855 426.524C302.137 433.704 304.343 440.908 306.735 448.051C308.416 453.072 310.399 457.99 312.157 462.986C313.954 468.09 315.638 473.234 317.38 478.358C318.045 480.315 318.735 482.264 319.413 484.217C315.771 478.191 312.468 471.966 309.52 465.571C307.282 460.776 305.272 455.866 303.349 450.933C300.446 443.484 297.708 435.971 294.899 428.485L294.942 428.54ZM281.426 122.677C281.305 124.32 281.273 125.975 281.043 127.603C280.661 130.303 280.52 130.367 277.255 130.514L281.467 122.712C280.807 121.567 280.501 120.253 280.589 118.934C280.677 117.616 281.154 116.354 281.96 115.307C282.487 114.389 282.886 113.403 283.145 112.377C283.222 112.107 283.239 111.824 283.196 111.546C283.153 111.269 283.05 111.005 282.895 110.771C280.717 109.826 281.695 108.347 282.115 106.945C284.07 100.412 286.075 93.8948 287.963 87.3435C288.839 84.3041 289.398 81.1731 290.263 78.1299C294.195 65.9157 298.942 53.9789 304.471 42.3997C304.949 41.5093 305.502 40.6616 306.125 39.866L306.846 40.1971C305.928 42.5379 305.009 44.8786 304.091 47.2193C302.804 50.4974 301.305 53.7102 300.274 57.0666C298.065 64.2534 296.106 71.5164 294.031 78.7442C293.095 82.0034 292.125 85.2538 291.173 88.5089C290.712 90.0832 290.219 91.6493 289.809 93.2366C288.898 96.7596 288.078 100.306 287.128 103.817C286.454 106.309 285.619 108.757 284.871 111.228C283.716 115.042 282.568 118.859 281.426 122.677ZM675.042 318.144C679.768 321.807 683.492 326.603 685.87 332.089L690.444 335.183L691.025 334.783L689.23 330.803L691.192 328.455C693.325 329.158 695.285 330.304 696.945 331.817C698.605 333.329 699.928 335.176 700.826 337.234C699.785 337.902 698.592 338.296 697.359 338.378C696.125 338.46 694.89 338.228 693.771 337.703C688.129 334.561 682.256 331.789 676.833 328.313C671.014 324.583 665.602 320.219 660.013 316.132L660.636 315.716L659.269 311.318L662.075 306.844L666.516 312.539L663.995 316.294C664.754 316.446 665.543 316.301 666.198 315.888C666.871 315.384 667.513 314.84 668.12 314.259C669.597 315.939 670.929 317.419 672.222 318.933C674.362 321.438 676.456 323.982 678.614 326.472C679.33 327.299 680.1 328.354 681.62 327.132C679.991 325.256 678.383 323.576 676.989 321.734C676.25 320.581 675.611 319.366 675.078 318.104C673.635 317.515 672.354 316.588 671.343 315.401C670.333 314.213 669.622 312.801 669.271 311.282C671.841 312.936 673.853 315.328 675.042 318.144ZM339.465 33.4933C340.214 30.5377 341.828 27.8732 344.102 25.8419C343.354 27.4882 342.836 28.9236 342.077 30.217C341.306 31.3858 340.466 32.5077 339.561 33.5767C338.944 35.2232 338.327 36.8697 337.71 38.5163C336.276 42.3556 334.733 46.1582 333.437 50.0437C331.731 55.162 330.269 60.3613 328.608 65.4954C327.561 68.7304 326.241 71.8777 325.227 75.1219C323.899 79.3713 322.792 83.6893 321.518 87.9561C319.469 94.8187 317.37 101.667 315.269 108.514C315.112 109.916 314.604 111.256 313.791 112.41C311.586 114.792 309.944 117.64 308.988 120.742C308.437 121.816 307.796 122.844 307.197 123.893L306.343 123.468C307.057 119.957 308.37 116.594 310.226 113.528C311.267 110.015 312.85 106.662 314.278 103.029H311.687C312.326 101.964 312.849 101.134 313.329 100.28C314.404 98.365 315.456 96.4379 316.518 94.5159C316.66 94.2752 316.753 94.0087 316.79 93.7319C316.828 93.455 316.811 93.1735 316.738 92.9036C316.666 92.6337 316.541 92.3809 316.37 92.16C316.199 91.939 315.985 91.7544 315.742 91.6168C315.678 91.16 315.768 90.6948 315.998 90.2949C316.582 88.8875 317.247 87.5135 317.833 86.1067C318.913 83.5145 320.086 80.9513 320.988 78.2971C322.158 74.8537 322.85 71.2332 324.191 67.8654C327.624 59.2453 331.234 50.6937 334.92 42.1777C336.214 39.1873 337.936 36.3816 339.465 33.4933ZM551.877 330.16L554.409 335.248L555.061 334.974C554.188 330.837 552.909 326.797 551.243 322.911L554.279 321.723C555.408 326.086 556.203 330.247 557.588 334.202C558.97 338.148 560.942 341.887 562.441 345.236C560.456 347.619 558.768 350.233 557.411 353.022C555.175 358.253 552.571 363.318 549.617 368.18C549.299 368.507 548.929 368.778 548.521 368.983C548.256 367.812 548 366.84 547.819 365.856C547.416 363.665 547.148 361.444 546.65 359.276C544.887 351.592 542.999 343.937 541.273 336.246C540.499 333.714 540.543 331.003 541.397 328.498L547.805 340.957L548.664 340.922C547.846 338.808 547.402 336.817 549.969 335.656L552.172 340.613L552.71 340.5L553.186 336.257C552.797 336.152 552.435 335.964 552.126 335.707C551.816 335.449 551.565 335.128 551.391 334.765C551.217 334.402 551.123 334.005 551.116 333.603C551.109 333.2 551.189 332.8 551.35 332.431C551.56 331.665 551.734 330.889 551.923 330.117L549.606 330.387C549.323 330.081 549.124 329.708 549.029 329.303C548.934 328.898 548.945 328.475 549.062 328.076C549.178 327.676 549.397 327.314 549.695 327.024C549.994 326.734 550.362 326.527 550.765 326.422L551.877 330.16ZM226.754 143.778L218.628 151.934L217.966 151.571C218.312 148.84 219.167 146.197 220.487 143.78C222.254 141.577 224.157 139.486 226.187 137.522C228.147 135.484 230.216 133.551 232.168 131.507C232.559 130.95 232.867 130.339 233.08 129.692C228.737 132.327 225.895 136.428 221.545 139.333C221.634 136.937 222.658 134.672 224.396 133.021C226.351 130.974 228.35 128.967 230.226 126.851C231.534 125.522 232.276 123.737 232.296 121.872C232.214 120.513 232.413 119.151 232.881 117.872C233.348 116.593 234.074 115.423 235.013 114.437C235.563 113.773 236.04 113.053 236.438 112.289C232.577 112.627 232.237 117.254 228.469 117.763C228.469 116.772 228.574 115.785 228.783 114.817C231.027 108.368 233.318 101.936 235.657 95.5205C235.866 94.8548 236.266 94.2653 236.808 93.8256C238.635 92.5928 240.631 91.6038 242.425 90.3282C245.076 88.4433 247.615 86.3999 250.184 84.4004C250.448 84.1628 250.654 83.8666 250.783 83.5355C252.576 81.0852 255.065 79.2308 257.925 78.2132C258.331 78.2151 258.732 78.3109 259.095 78.4931C258.888 79.3331 258.736 80.1102 258.504 80.8625C256.876 86.1413 255.187 91.4017 253.599 96.6927C249.844 109.208 246.207 121.759 242.373 134.249C241.969 136.69 240.913 138.977 239.317 140.868C237.721 142.76 235.645 144.185 233.306 144.994C229.962 146.287 226.725 147.84 223.624 149.64L227.214 144.198L226.754 143.778ZM472.584 145.421L479.56 142.103L479.418 141.529H474.505C473.795 139.136 476.117 139.368 476.767 138.29C476.896 137.937 476.972 137.567 476.995 137.191H474.257L475.115 125.692L473.006 123.416C472.405 127.119 472.405 127.119 469.888 127.477C470.399 125.555 471.393 123.797 472.776 122.368C474.159 120.94 475.885 119.89 477.789 119.318C478.803 119.009 479.762 118.542 480.63 117.934C481.191 117.287 481.65 116.559 481.993 115.775L474.843 119.413C478.342 110.449 483.501 102.227 490.049 95.1759C491.347 96.0927 492.53 97.1626 493.572 98.3624C496.323 102.367 500.826 104.457 503.902 108.123C505.071 109.016 506.161 110.008 507.161 111.087C508.209 112.359 509.413 113.494 510.745 114.466C500.361 125.47 491.386 137.721 484.026 150.94L477.58 147.389C479.501 146.683 481.21 145.5 482.547 143.951C480.163 144.535 478.271 145.116 476.337 145.428C475.103 145.522 473.863 145.504 472.633 145.374L470.811 144.5L471.348 143.938L472.584 145.421ZM316.14 434.913C319.089 432.864 319.952 433.234 320.845 437.514C319.571 436.883 318.637 436.457 317.74 435.964C317.165 435.648 316.645 435.234 316.101 434.864L316.948 438.628C318.43 438.446 319.931 438.477 321.404 438.722C322.917 439.448 324.327 440.372 325.596 441.468C323.139 437.507 321.198 433.248 319.822 428.795C318.72 428.15 316.696 428.292 316.892 426.076C322.176 425.628 323.209 426.14 324.607 429.895C330.439 445.561 336.24 461.238 342.126 476.883C343.574 480.733 345.314 484.472 346.893 488.273C347.854 490.589 348.764 492.927 349.816 495.552C348.739 495.659 347.652 495.541 346.622 495.206C345.593 494.872 344.644 494.328 343.835 493.609C343.419 493.098 342.84 492.746 342.195 492.61C341.55 492.474 340.878 492.562 340.291 492.861C339.1 493.361 337.819 493.61 336.528 493.593C335.236 493.575 333.962 493.291 332.786 492.758C331.894 492.219 330.861 491.959 329.82 492.012C328.779 492.065 327.778 492.429 326.945 493.056C322.254 483.84 318.412 474.216 315.468 464.302C315.238 463.28 315.214 462.223 315.398 461.191C315.581 460.16 315.968 459.175 316.535 458.295C316.54 459.457 316.019 460.597 316.118 461.679C316.149 463.043 316.59 464.366 317.384 465.475C318.685 466.657 320.15 467.645 321.734 468.406C323.885 469.664 327.474 468.62 327.429 466.546C328.011 464.827 328.905 463.23 330.065 461.834C330.182 459.926 330.051 458.011 329.674 456.137C329.636 455.912 329.578 455.69 329.502 455.475C323.004 450.717 322.994 450.712 320.572 451.437C320.571 451.662 320.606 451.886 320.675 452.1C320.765 452.319 320.937 452.494 321.154 452.587C322.924 452.929 324.513 453.891 325.638 455.299C326.763 456.707 327.35 458.47 327.294 460.271C327.313 460.386 327.296 460.506 327.296 460.257C326.437 461.873 325.662 463.167 325.051 464.533C324.909 464.984 324.607 465.368 324.202 465.612C323.797 465.855 323.317 465.942 322.852 465.856C322.064 465.773 321.31 465.494 320.658 465.045C320.006 464.595 319.477 463.989 319.12 463.282C318.762 462.575 318.588 461.79 318.612 460.998C318.636 460.207 318.859 459.434 319.259 458.75C319.742 457.95 320.488 457.306 320.949 456.497C321.197 455.917 321.229 455.268 321.039 454.667C320.849 454.066 320.45 453.553 319.914 453.221C319.379 452.888 318.742 452.759 318.119 452.856C317.496 452.953 316.929 453.269 316.519 453.749C315.66 455.036 314.664 456.233 313.466 457.816C308.739 446.33 304.762 434.549 301.561 422.548C303.326 422.652 305.031 423.223 306.503 424.203C307.974 425.183 309.158 426.537 309.933 428.126L307.903 429.856C308.744 429.967 309.592 430.024 310.441 430.025C311.095 429.922 311.764 430.071 312.313 430.442C312.862 430.813 313.25 431.378 313.398 432.024C313.508 432.727 313.829 433.381 314.319 433.897C314.808 434.413 315.444 434.767 316.14 434.913ZM294.947 107.134L294.9 107.175C295.579 106.265 296.106 105.25 296.46 104.171C297.06 100.098 297.57 96.0013 297.847 91.8955C297.741 90.3665 297.999 88.8341 298.6 87.4239C299.2 86.0137 300.126 84.7658 301.302 83.7823C301.479 83.36 301.566 82.9052 301.556 82.4473C299.996 83.0619 298.6 84.1445 297.43 82.664C295.422 84.0398 297.37 87.5798 293.854 87.9291C294.234 86.5852 294.541 85.3562 294.927 84.153C296.114 80.4532 297.429 76.7918 298.513 73.0629C300.287 66.9611 301.892 60.8105 303.629 54.6977C303.959 53.3205 304.491 51.9998 305.209 50.7786C307.193 47.4376 308.614 43.7927 309.415 39.9901C310.161 37.1198 310.346 37.2006 313.305 36.9313C314.433 36.8121 315.514 36.4191 316.454 35.7865C318.277 34.5451 319.956 33.0902 321.669 31.691C322.153 31.3526 322.555 30.9091 322.844 30.3936C323.189 29.3203 323.88 28.3921 324.81 27.7548C325.74 27.1175 326.855 26.8073 327.98 26.873C328.327 26.8727 328.669 26.7963 328.983 26.6494C329.297 26.5024 329.575 26.2884 329.797 26.0224C330.27 25.2776 330.93 24.6696 331.711 24.2589C332.492 23.8481 333.367 23.6488 334.249 23.6808C335.287 23.5115 336.247 23.0238 336.995 22.2851C337.651 21.6637 338.463 21.2305 339.344 21.0313C340.225 20.8321 341.144 20.8741 342.004 21.153C339.226 26.8316 336.569 32.3117 333.869 37.7713C328.64 48.4389 324.007 59.3884 319.991 70.5694C316.297 80.7449 312.935 91.0407 309.439 101.288C308.755 103.294 308.076 105.305 307.495 107.343C306.115 112.189 304.636 117.015 303.508 121.92C302.745 125.239 302.913 125.461 299.384 126.112C296.152 126.709 292.869 127.03 289.637 127.623C287.836 127.953 286.092 128.592 283.817 129.235C283.707 127.928 283.719 126.613 283.854 125.308C284.608 121.863 285.423 118.422 286.445 115.05C287.11 113.982 287.959 113.039 288.952 112.267C289.619 116.194 288.841 120.23 286.76 123.627C288.738 122.771 290.371 121.276 291.397 119.38C290.908 118.926 290.541 118.357 290.33 117.724C289.956 115.7 290.196 113.61 291.018 111.723C291.841 109.836 293.209 108.238 294.947 107.134ZM396.109 103.581L396.448 110.345C394.944 111.521 393.184 112.325 391.31 112.692C392.474 109.447 394.109 106.391 396.162 103.622C396.531 102.892 396.864 102.142 397.273 101.435C399.573 97.4675 402.045 93.5906 404.164 89.5288C406.614 84.8301 406.483 84.7573 411.405 86.8065C411.555 86.993 411.658 87.2134 411.703 87.4484C409.866 88.5035 408.332 90.0143 407.249 91.8352C409.087 90.8513 410.347 90.0394 411.711 89.4843C413.114 88.6588 414.701 88.1978 416.329 88.1437C420.059 88.3012 423.785 87.7543 427.313 86.5316C427.403 86.0308 427.394 85.5172 427.286 85.0199C426.587 84.0702 426.158 82.9488 426.045 81.7749C425.932 80.6009 426.139 79.4183 426.644 78.3527C426.665 77.6628 426.453 76.9859 426.042 76.4314C425.634 75.996 425.324 75.4783 425.133 74.9131C424.942 74.3479 424.875 73.7484 424.935 73.1549C424.995 72.5614 425.182 71.9877 425.483 71.4724C425.783 70.9572 426.191 70.5123 426.678 70.1677C428.815 67.7101 428.702 67.219 425.867 65.3455C424.528 64.4609 423.297 63.4122 421.89 62.3411C425.567 56.0772 429.904 50.2245 434.826 44.8828C435.529 46.5054 436.579 47.9542 437.902 49.1274C439.226 50.3005 440.79 51.1694 442.485 51.6731C442.887 51.9142 443.248 52.2181 443.554 52.5731C446.777 55.298 450.024 57.9946 453.209 60.7637C453.99 61.4429 454.527 62.3945 455.251 63.15C455.55 63.4021 455.784 63.7217 455.934 64.0824C456.084 64.4431 456.146 64.8344 456.115 65.2238C456.084 65.6133 455.96 65.9897 455.754 66.3217C455.548 66.6538 455.266 66.9319 454.931 67.1329C453.397 68.5898 452.171 70.3386 451.323 72.2764C450.506 73.6924 449.471 74.9834 448.522 76.3226C447.776 77.2286 447.095 78.1862 446.484 79.1883C444.083 83.882 441.77 88.6208 439.412 93.3364C439.131 93.8541 438.824 94.3565 438.49 94.8416C435.83 98.9907 433.036 103.061 430.539 107.306C427.505 112.464 424.72 117.77 421.828 123.012L421.653 123.319C419.778 126.861 419.773 126.886 415.922 126.186C409.437 125.008 402.955 123.809 396.478 122.589C395.945 122.49 395.432 122.285 394.588 122.032C396.185 120.598 397.484 119.94 399.041 121.408C399.801 119.692 399.88 117.752 399.262 115.98L404.894 113.088L406.092 116.346C406.729 115.039 407.037 113.596 406.989 112.143C406.969 108.612 406.961 105.075 406.762 101.551C406.625 100.8 406.736 100.024 407.08 99.3421C407.423 98.66 407.98 98.1085 408.665 97.7711C409.634 97.1674 410.561 96.4978 411.44 95.7671L411.039 95.1591L406.61 97.1197C406.502 96.8143 406.35 96.5261 406.159 96.2643C405.673 95.8521 405.157 95.4765 404.615 95.1405C405.348 98.7805 401.846 98.9421 400.526 101.365L405.264 100.186C404.821 101.491 404.023 102.648 402.962 103.527C401.9 104.406 400.615 104.974 399.25 105.167L396.109 103.581ZM517.915 346.447L520.345 344.539C519.996 345.964 519.539 347.248 517.875 346.385C515.672 351.16 512.703 355.543 509.084 359.36C506.069 363.68 501.703 366.876 496.673 368.445C499.628 364.638 504.911 363.677 507.715 359.657C505.494 357.569 505.522 357.613 507.931 356.08C509.234 355.251 510.421 354.241 511.66 353.312C507.21 354.727 503.148 357.155 499.794 360.404L501.719 360.596C500.114 362.141 498.421 363.591 496.647 364.938C494.408 366.445 491.926 367.586 489.619 368.999C488.526 369.668 486.233 369.626 487.41 372.038C487.268 372.305 487.05 372.526 486.785 372.671C485.101 373.719 483.416 374.765 481.704 375.765C480.638 376.388 479.525 376.928 478.434 377.505L478.617 378.083H481.108C480.37 379.352 479.351 380.434 478.129 381.246C476.907 382.059 475.515 382.579 474.06 382.769C472.921 383.071 471.783 383.392 470.629 383.625C469.891 383.739 469.198 384.049 468.622 384.524C468.046 384.998 467.608 385.619 467.356 386.322C466.71 388.354 465.293 390.053 463.409 391.052C461.525 392.052 459.324 392.272 457.279 391.666C456.58 392.753 455.571 393.605 454.384 394.114C453.196 394.623 451.884 394.765 450.614 394.522C450.041 394.56 449.484 394.733 448.989 395.025C448.495 395.318 448.076 395.723 447.767 396.208C445.281 398.668 442.013 400.18 438.529 400.483L439.306 396.343C436.724 400.215 433.087 403.266 428.826 405.135C429.976 403.487 430.759 401.611 431.123 399.635C429.032 401.661 427.333 403.39 425.544 405.018C424.691 405.809 423.67 406.396 422.557 406.734C421.444 407.072 420.268 407.153 419.12 406.97C419.968 406.45 420.68 405.735 421.196 404.885C421.712 404.035 422.019 403.074 422.089 402.082C419.066 404.934 415.678 407.371 412.013 409.33L411.053 408.223L415.469 405.292C410.427 405.474 405.485 406.748 400.984 409.028L408.158 408.347L408.349 409.122C407.457 409.789 406.461 410.306 405.401 410.651C402.694 411.043 399.944 411.134 397.209 411.314C397.041 411.154 396.91 410.959 396.824 410.744L399.232 408.872C396.37 408.452 393.448 408.869 390.818 410.071L393.871 410.845C392.753 412.341 391.342 413.593 389.724 414.525C388.106 415.457 386.315 416.05 384.461 416.266C385.319 415.633 385.98 414.768 386.366 413.773C386.752 412.779 386.848 411.695 386.642 410.648C386.17 411.414 385.503 412.042 384.71 412.468C383.917 412.894 383.026 413.103 382.126 413.073C378.028 413.154 373.94 413.85 369.851 414.322C369.289 414.554 368.755 414.851 368.262 415.207L375.457 416.121C375.068 417.411 374.257 418.532 373.153 419.303C372.049 420.075 370.717 420.452 369.372 420.374C367.996 420.283 366.618 420.533 365.362 421.102C365.12 421.358 364.823 421.557 364.493 421.683C364.163 421.808 363.81 421.858 363.458 421.828C363.107 421.799 362.767 421.69 362.463 421.51C362.159 421.331 361.9 421.085 361.704 420.791C361.122 420.128 360.363 419.644 359.516 419.397C358.669 419.15 357.769 419.149 356.922 419.394C355.049 419.941 353.073 420.031 351.158 419.656C354.505 416.549 357.546 413.808 360.486 410.961C360.941 410.213 361.65 409.654 362.483 409.384C363.316 409.114 364.219 409.152 365.026 409.491C364.827 408.468 365.026 407.408 365.582 406.527C366.139 405.645 367.011 405.01 368.021 404.751L370.962 407.496L370.047 410.125C373.603 408.227 376.836 405.777 379.624 402.865C380.31 403.497 381.144 403.946 382.049 404.173C382.953 404.4 383.9 404.397 384.804 404.164L381.054 401.009L386.778 395.144L391.291 399.4L389.668 402.158L390.078 402.558L393.384 401.12C394.829 402.29 396.062 403.396 397.406 404.347C397.944 405.048 398.631 405.621 399.418 406.022C400.205 406.424 401.072 406.645 401.956 406.669C400.25 403.326 396.643 402.279 395.056 399.157L405.302 388.587L410.692 393.576L404.993 399.425C407.659 399.011 410.094 397.67 411.868 395.637C413.908 397.137 416.207 398.249 418.649 398.916L413.724 393.835C415.379 391.179 417.658 388.968 420.364 387.396C421.532 388.453 422.733 389.565 423.963 390.645C425.133 391.766 426.376 392.808 427.684 393.765C428.162 394.484 428.897 394.994 429.738 395.189C430.58 395.384 431.464 395.25 432.21 394.814L428.399 391.414L433.462 386.71C434.695 387.911 436.317 388.632 438.035 388.741L435.17 384.482L440.752 378.098C442.514 379.647 444.013 381.119 445.669 382.387C447.988 384.162 450.389 385.838 452.838 387.429C453.497 387.603 454.188 387.618 454.854 387.474L455.06 386.769L450.317 383.537L455.022 378.2C455.812 378.81 456.514 379.394 457.258 379.919C459.362 381.406 461.447 382.925 463.627 384.293C464.266 384.416 464.925 384.379 465.545 384.183C462.064 382.142 458.956 379.523 456.355 376.438L460.799 370.727L467.381 375.239C466.094 376.789 465.187 378.618 464.732 380.58C470.606 375.691 475.774 370.012 480.088 363.704L483.504 364.559L483.831 363.983L481.464 361.479L485.823 355.766L488.803 358.35L486.916 361.465L487.415 362.03L490.642 359.784L494.048 360.688L492.053 357.413C492.624 356.205 493.511 355.173 494.62 354.428C495.728 353.682 497.018 353.249 498.352 353.175L497.066 350.766L500.396 346.239L504.713 348.559L505.089 347.93C504.546 347.353 503.997 346.783 503.463 346.198C502.93 345.613 502.413 345.013 501.738 344.251L504.902 340.117C512.44 345.396 512.44 345.396 514.38 344.529L510.073 341.565L515.275 335.997L520.417 341.155C521.419 339.434 522.755 337.931 524.346 336.733C525.936 335.534 527.75 334.666 529.681 334.178C529.39 335.703 528.643 337.104 527.539 338.195C526.435 339.287 525.026 340.018 523.498 340.291C517.817 344.078 512.11 347.826 506.429 351.613C505.773 351.92 505.186 352.358 504.704 352.898C504.222 353.439 503.854 354.072 503.623 354.758C505.09 353.967 505.907 353.559 506.69 353.098C510.436 350.889 514.178 348.672 517.915 346.447ZM320.407 117.076L314.317 121.39C315.415 117.587 316.536 114.257 317.309 110.848C317.458 109.746 317.904 108.706 318.599 107.839C319.295 106.971 320.213 106.31 321.255 105.924L322.017 106.873L327.541 99.4153L327.064 98.9699L319.112 105.397C319.141 102.865 319.963 100.405 321.464 98.3653C323.566 95.9264 326.316 94.059 328.644 91.7972C331.154 89.9143 333.125 87.4048 334.36 84.52L330.456 87.3061C331.136 85.1201 332.497 83.2084 334.339 81.8494C335.244 81.2266 335.966 80.3745 336.433 79.3805C336.9 78.3864 337.094 77.2861 336.995 76.1924C333.809 80.5094 329.888 84.2318 325.411 87.1892C325.166 86.1524 325.25 85.065 325.652 84.0784C326.054 83.0919 326.754 82.2554 327.654 81.6854C329.713 80.1117 331.777 78.5355 333.724 76.8292C336.092 75.1628 337.978 72.9011 339.193 70.2726C335.26 73.6839 331.13 76.86 326.824 79.7843C327.245 78.3533 327.457 77.4638 327.767 76.6089C329.208 72.6258 330.786 68.6886 332.107 64.6666C333.87 59.3011 335.267 53.812 337.128 48.4833C341.205 37.057 346.774 26.2192 353.69 16.2511C354.911 16.6735 356.219 16.7883 357.495 16.5855C358.482 15.9711 359.602 15.6044 360.761 15.5167C361.92 15.4291 363.082 15.623 364.15 16.082C364.487 16.2003 364.852 16.2142 365.197 16.122C369.538 14.6232 374.239 16.4354 378.575 14.6483C379.501 14.4535 380.463 14.5093 381.36 14.8098C383.486 15.236 385.591 15.766 387.587 16.2269C384.245 21.3637 380.883 26.2941 377.778 31.3806C375.206 35.5937 372.795 39.9204 370.57 44.3267C368.09 49.2373 365.925 54.3058 363.579 59.2851C361.322 64.0763 358.943 68.8106 356.743 73.6276C354.938 77.5819 353.465 81.6919 351.577 85.6036C349.585 89.73 349.446 89.663 345.006 88.3776C342.99 87.7944 342.595 88.0493 342.27 90.1479C342.184 90.7074 342.105 91.2684 341.993 92.0332C341.255 91.9485 340.507 92.0407 339.811 92.3022C339.115 92.5637 338.492 92.9869 337.992 93.537C337.492 94.087 337.131 94.7481 336.937 95.4655C336.743 96.183 336.723 96.9363 336.878 97.6631C336.915 97.9679 336.492 98.3219 336.514 98.6371C336.409 99.869 336.573 101.109 336.996 102.271C338.431 104.608 340.238 106.715 342.213 109.336L339.319 118.701L316.793 122.573L320.407 117.076ZM776.272 323.797L776.314 323.738C776.998 324.162 777.731 324.501 778.497 324.746C782.31 325.472 786.143 326.096 789.966 326.771C790.728 326.906 791.479 327.107 792.073 327.241L792.745 334.2C791.865 334.265 790.982 334.258 790.104 334.181C780.696 332.688 771.31 331.051 761.886 329.672C757.561 328.351 753.094 327.545 748.579 327.272C746.139 327.221 743.712 326.907 741.339 326.336C740.365 326.198 739.39 326.072 738.415 325.941L738.267 326.546L741.473 327.733L737.309 328.619L737.436 329.483C739.271 329.483 741.117 329.614 742.939 329.457C747.285 329.087 751.661 329.301 755.95 330.094C765.21 331.775 774.481 333.405 783.776 334.878C787.228 335.425 790.762 335.437 794.25 335.792C795.052 336.175 795.783 336.69 796.414 337.315C794.564 337.544 793.566 337.726 792.561 337.777C791.151 337.849 789.718 337.695 788.327 337.879C787.277 337.949 786.27 338.326 785.432 338.962C784.903 339.901 784.575 340.938 784.467 342.01L753.323 335.042L753.597 333.527C749.457 333.061 745.599 332.715 741.771 332.158C739.809 331.873 737.841 330.253 736.111 332.671C735.689 332.868 735.215 332.925 734.757 332.834C729.937 332.833 725.117 332.855 720.298 332.787C718.025 332.958 715.754 332.437 713.783 331.294C714.917 329.863 716.372 328.719 718.029 327.953C719.686 327.187 721.5 326.821 723.325 326.885C723.548 326.15 723.509 325.361 723.214 324.652C722.919 323.944 722.386 323.36 721.708 323C720.764 322.338 719.854 321.627 718.928 320.938L716.4 321.542L719.414 324.856L719.055 325.263L715.288 322.971C714.968 324.024 714.706 324.859 714.46 325.699C714.429 326.37 714.231 327.023 713.886 327.6C711.754 329.211 709.513 330.673 707.179 331.974C705.594 332.616 703.947 333.092 702.264 333.395L691.818 326.79L692.946 324.504C694.329 325.666 695.929 326.541 697.653 327.08C695.623 323.844 692.772 321.205 689.389 319.432L692.073 323.564L687.943 330.068L682.126 323.245L685.756 316.014C683.759 317.5 681.989 319.268 680.501 321.264C679.272 320.142 678.198 318.862 677.308 317.456C676.551 316.291 675.626 315.245 674.562 314.351C672.687 312.109 669.201 310.346 671.411 306.42C671.291 306.115 671.118 305.834 670.899 305.589L667.271 310.266C662.32 305.753 662.268 305.492 665.389 299.914C666.096 298.652 666.865 297.425 667.604 296.181C665.05 298.291 662.874 300.819 661.167 303.658L654.565 295.904C656.785 292.634 658.544 289.074 659.793 285.324L659.083 284.941L653.255 294.332L649.663 290.321L651.385 286.348C650.213 287.029 649.758 287.275 649.322 287.552C648.873 287.839 648.443 288.156 647.885 288.543C646.733 287.06 645.793 285.716 644.713 284.496C643.655 283.301 642.453 282.231 641.314 281.106L640.787 281.638L647.529 290.107L644.522 294.792C641.385 291.14 638.667 287.906 635.864 284.749C635.406 284.295 635.129 283.691 635.082 283.048C635.036 282.406 635.224 281.768 635.611 281.253C636.136 280.732 636.55 280.109 636.827 279.423C637.105 278.737 637.239 278.002 637.224 277.262L632.574 282.022L632.599 281.996C631.969 284.734 630.495 287.207 628.386 289.063L623.958 284.939L627.295 278.851L626.635 278.43L622.196 283.45L619.569 280.536C619.757 279.855 620.132 279.241 620.653 278.763C621.173 278.286 621.818 277.965 622.512 277.836C623.474 277.777 624.374 277.34 625.013 276.619C625.653 275.898 625.981 274.953 625.926 273.991L618.513 277.361L618.261 279.621L613.809 276.068L613.018 278.666L617.424 280.65L614.921 284.476C612.16 283.104 611.15 279.994 608.779 279.281L604.542 285.811L601.365 282.353L602.848 279.122L602.419 278.829L599.966 280.902L597.258 279.444C598.849 283.057 598.44 284.218 594.719 287.381C593.614 286.364 592.487 285.342 591.378 284.301C590.294 283.284 589.23 282.248 588.266 281.325L590.234 277.814L589.411 277.207C588.982 277.994 588.41 278.694 587.723 279.27C586.836 279.567 585.905 279.707 584.97 279.684C586.307 282.476 586.307 282.476 582.666 286.418L579.305 285.094L581.574 288.481L578.442 293.11C572.877 287.399 566.829 282.18 560.364 277.513C565.832 283.421 572.001 288.636 577.193 294.924L573.97 299.09C570.393 295.785 567.172 292.546 563.668 289.648C560.405 286.459 556.861 283.571 553.078 281.021L552.552 281.651C559.236 287.879 565.919 294.107 572.713 300.438C572.133 301.282 571.717 301.973 571.217 302.596C569.343 304.93 568.72 304.956 566.421 302.845C565.654 302.14 564.906 301.415 564.144 300.693L565.986 296.589L565.554 296.3L562.542 298.811C561.494 298.443 560.582 297.765 559.927 296.868C559.273 295.97 558.907 294.894 558.878 293.783C554.132 293.447 552.928 288.101 548.648 287.453L556.356 295.769L553.057 300.701C550.718 298.729 548.717 296.908 546.572 295.273C544.834 293.275 542.549 291.831 539.999 291.117L545.675 297.071L541.636 302.441C540.151 301.194 538.888 300.157 537.652 299.089C535.066 296.853 532.517 294.576 529.896 292.383C529.384 292.131 528.825 291.986 528.255 291.957L527.98 292.491L540.574 303.941L536.833 309.524C534.557 307.536 532.618 305.752 530.58 304.087C529.031 301.943 526.824 300.362 524.296 299.584L531.967 307.654L529.315 312.017C527.352 310.189 524.97 308.871 522.379 308.178L528.145 314.035C526.531 317.527 524.369 320.739 521.742 323.549C520.955 322.938 520.273 322.475 519.668 321.927C517.611 320.062 517.604 319.85 518.98 317.484C519.381 316.794 519.675 316.04 520.018 315.316L519.381 314.973L516.187 318.444C514.832 317.221 513.518 316.081 512.256 314.886C510.606 313.866 509.35 312.318 508.692 310.494C508.034 308.669 508.012 306.676 508.63 304.837C508.788 304.39 508.777 303.9 508.598 303.46C508.123 302.464 507.959 301.348 508.128 300.258C508.296 299.168 508.789 298.154 509.542 297.348L500.083 290.902C498.918 292.935 500.012 293.525 501.221 294.155C502.966 295.064 504.664 296.061 505.788 296.688C505.625 298.73 505.648 300.783 505.857 302.821C506.241 303.88 506.227 305.042 505.817 306.092C505.407 307.141 504.63 308.006 503.63 308.525C504.728 309.524 505.709 310.645 506.553 311.866C507.089 312.844 507.883 313.657 508.848 314.215C510.847 315.665 512.682 317.329 514.32 319.178C514.536 319.495 514.672 319.861 514.714 320.243C514.756 320.624 514.705 321.011 514.564 321.368C513.305 323.56 511.827 325.626 510.505 327.625C508.709 326.401 507.137 324.879 505.857 323.124C504.182 322.097 502.587 320.945 501.086 319.679C500.438 318.78 499.588 318.046 498.605 317.536C497.621 317.026 496.532 316.754 495.424 316.742L503.1 323.559L502.362 326.238C503.735 325.929 505.173 326.133 506.406 326.811C507.639 327.489 508.581 328.595 509.056 329.92L504.534 336.744L500.595 333.135L501.449 330.734C498.337 331.549 498.337 331.549 496.035 328.269C496.549 327.807 496.921 327.208 497.108 326.543C497.295 325.878 497.29 325.173 497.092 324.511C496.746 324.464 496.394 324.502 496.066 324.622C495.708 324.98 495.276 325.256 494.799 325.428C494.323 325.601 493.815 325.666 493.31 325.62C492.806 325.574 492.318 325.417 491.881 325.161C491.443 324.905 491.068 324.556 490.781 324.138C489.208 322.717 487.656 321.27 486.067 319.866C485.339 319.223 484.546 318.654 483.235 317.62C483.913 319.579 485.077 321.334 486.617 322.722L481.324 323.089L481.997 318.995C481.146 319.147 480.341 319.489 479.641 319.995C478.679 322.231 477.472 324.353 476.042 326.323C475.97 326.75 475.99 327.189 476.101 327.608C477.821 327.5 479.344 327.433 480.86 327.286C481.184 327.169 481.475 326.977 481.712 326.726C482.098 326.24 482.585 325.843 483.139 325.562C483.693 325.282 484.301 325.125 484.922 325.102C485.543 325.079 486.161 325.19 486.734 325.429C487.308 325.667 487.823 326.027 488.244 326.484C489.124 327.425 490.218 328.14 491.434 328.566C492.894 328.772 494.276 329.349 495.448 330.243C496.62 331.136 497.544 332.316 498.129 333.668L495.099 338.329C491.252 334.562 486.893 331.356 482.151 328.805L494.004 340.018L489.676 346.375C485.861 343.275 482.332 340.533 478.946 337.624C475.739 334.495 472.16 331.773 468.289 329.518C471.033 333.06 474.259 336.2 477.874 338.847C481.219 342.09 484.92 344.967 488.634 348.148L485.264 353.02L478.375 347.062C478.882 346.264 479.206 345.784 479.5 345.287C479.819 344.746 480.112 344.188 480.508 343.473C478.337 342.623 478.146 344.982 476.627 345.22C473.118 342.358 469.455 339.69 465.654 337.229C465.734 337.821 466.022 338.365 466.466 338.765C468.92 340.967 471.411 343.126 473.861 345.333C474.826 346.202 475.941 347.127 474.991 348.624C473.811 350.481 472.538 352.278 471.11 354.391C469.05 352.642 467.274 351.297 465.697 349.75C464.183 348.038 462.367 346.62 460.339 345.567L459.834 346.131L469.862 355.879L466.672 360.242L460.037 353.726L461.958 350.543L461.396 350.112L458.801 352.123C456.928 350.695 454.855 349.549 452.65 348.723L457.565 354.168L451.997 361.139L442.831 352.934C442.006 355.231 440.627 357.289 438.815 358.923L435.773 356.457L435.185 356.906L437.721 360.953C436.664 363.175 435.144 365.145 433.263 366.731L428.153 362.295C429.377 360.269 430.236 358.045 430.693 355.723L426.878 359.896C425.128 358.513 423.194 357.379 421.132 356.527L425.441 361.867C423.634 364.686 421.528 367.303 419.161 369.671C417.966 368.398 416.358 367.59 414.624 367.392L417.789 371.593L412.884 377.337L407.458 372.569C408.975 370.583 410.217 368.403 411.152 366.086C408.782 367.92 406.693 370.091 404.951 372.53C402.774 374.795 400.676 377.137 398.75 379.222L394.357 375.575L395.378 372.691L392.552 373.922C388.834 370.312 384.75 367.1 380.366 364.336L384.376 368.773L372.346 379.827L367.261 375.943L366.622 376.703L371.68 381.455L366.251 386.553C363.574 384.032 360.994 381.79 358.64 379.332C356.542 376.81 354.198 374.504 351.642 372.447L351.105 372.978L353.633 376.222L349.06 381.074C345.084 379.911 344.712 374.858 340.565 374.406C340.43 376.244 339.775 378.006 338.677 379.486C337.579 380.966 336.082 382.103 334.362 382.765C332.96 381.266 331.537 379.714 330.08 378.195C328.919 376.345 327.185 374.926 325.142 374.155L326.988 377.307L323.789 382.014L320.215 379.472L319.845 379.867L322.13 383.511L315.627 389.71C313.396 387.477 311.469 385.437 309.417 383.532C307.711 381.947 305.857 380.521 304.069 379.024L304.123 378.982L309.115 386.281L303.247 391.585C301.612 390.276 299.815 389.182 297.902 388.33L301.447 392.925L296.217 397.258L291.266 391.251C293.419 389.224 295.324 387.482 297.17 385.68C299.328 384.296 300.86 382.122 301.438 379.624L289.996 389.819C286.587 385.845 283.268 382.222 280.281 378.344C279.607 377.244 278.607 376.383 277.419 375.88C277.535 376.869 277.408 377.871 277.049 378.799C274.883 381.383 272.317 383.603 269.448 385.373L267.423 382.674C269.589 380.708 271.244 378.244 272.245 375.495L266.204 380.927C264.408 379.018 262.273 377.46 259.909 376.33L264.795 382.365L258.751 387.621L255.333 383.881C257.203 382.548 258.642 380.695 259.47 378.553L254.065 382.73C252.238 380.736 250.498 378.848 248.77 376.949C247.363 374.741 245.294 373.036 242.858 372.077L252.819 384.009L247.02 388.536L242.922 384.166L246.277 380.109L245.958 379.885L241.807 382.549C239.341 380.017 236.503 377.875 233.392 376.196L240.436 384.163C238.479 386.192 236.166 387.845 233.612 389.039L220.112 374.999L225.92 368.289L225.351 367.749C222.967 369.522 220.674 371.413 218.48 373.416C216.649 375.717 214.415 377.667 211.887 379.17C210.116 377.323 207.955 375.896 205.562 374.991L210.542 380.682L206.262 383.808C203.576 382.056 201.473 379.544 200.22 376.592H198.265C198.07 377.822 197.522 378.968 196.688 379.892C195.854 380.816 194.77 381.479 193.567 381.799L190.234 377.856L192.357 375.043L192.015 374.709L188.944 376.147L179.622 365.494C180.443 364.978 181.057 364.19 181.357 363.268C181.656 362.345 181.622 361.347 181.261 360.447C180.493 360.961 179.685 361.412 178.845 361.797C175.627 362.968 175.615 362.938 177.406 365.624C177.775 366.178 178.153 366.726 178.64 367.445C177.132 368.686 175.717 369.737 174.44 370.935C174.013 371.344 173.449 371.581 172.858 371.597C172.266 371.614 171.69 371.41 171.241 371.025L170.864 371.398L171.755 373.31L176.844 379.042L168.951 384.026L165.295 379.025C166.888 377.845 168.166 377.016 169.299 376.021C170.187 375.156 171.024 374.239 171.804 373.276L163.807 377.675L159.469 372.715L161.456 370.203L161.013 369.641L152.654 374.758C151.478 373.45 150.611 372.323 149.573 371.384C148.682 370.578 148.314 368.78 146.13 369.406L151.042 375.908L147.28 378.079C146.245 377.077 145.424 375.875 144.869 374.545C144.314 373.216 144.035 371.787 144.051 370.346L139.966 371.861C139.765 371.297 139.695 370.695 139.761 370.1C141.636 368.148 143.779 366.471 146.125 365.121C150.244 363.302 154.375 361.449 158.613 359.902C160.369 359.262 162.291 359.088 164.096 358.561C164.826 358.073 165.472 357.47 166.01 356.776C162.247 356.822 158.503 357.311 154.855 358.234C155.229 357.601 155.77 357.083 156.419 356.737C160.179 354.127 163.866 351.406 167.707 348.924C170.333 347.345 172.525 345.14 174.088 342.505C176.095 338.771 178.381 335.193 180.925 331.802C184.085 327.993 187.433 324.346 190.959 320.873C193.503 316.658 196.939 313.05 201.025 310.304C201.489 309.943 201.898 309.517 202.239 309.039C203.308 308.085 204.41 307.167 205.655 306.101C204.888 303.066 203.123 300.377 200.644 298.466C198.678 296.638 196.587 294.949 194.388 293.41C190.532 290.306 187.51 286.291 185.594 281.727C182.953 275.788 178.935 270.563 173.874 266.485C169.273 263.208 164.666 259.928 159.927 256.859C155.275 254.055 151.242 250.334 148.074 245.923C146.844 244.195 145.488 242.562 144.016 241.035C142.753 239.667 141.333 238.444 139.732 236.918C140.738 234.049 142.694 231.609 145.276 230.002C145.411 229.775 145.481 229.516 145.479 229.252C146.202 226.48 147.749 223.992 149.916 222.117L153.374 223.273L151.333 219.968L153.587 217.088L157.38 220.105C156.118 221.672 156.19 224.299 153.325 223.224C153.637 223.914 153.764 224.674 153.693 225.428C153.623 226.182 153.358 226.905 152.924 227.526C152.726 227.703 152.565 227.917 152.45 228.157C152.336 228.396 152.27 228.656 152.257 228.921C152.244 229.186 152.284 229.451 152.374 229.7C152.465 229.95 152.604 230.179 152.784 230.374L155.367 226.372L158.021 227.324L156.377 224.83C156.79 224.093 157.18 223.382 157.586 222.68C157.818 222.277 158.075 221.889 158.477 221.243C159.673 221.952 160.763 222.826 161.714 223.84C162.191 224.96 162.474 226.152 162.553 227.367L164.701 225.35L164.645 225.402C164.726 224.455 165.015 223.537 165.493 222.716C165.97 221.894 166.624 221.189 167.408 220.651L172.482 223.934L172.428 223.986C171.963 223.11 171.442 222.265 170.868 221.456C170.091 220.485 169.165 219.632 168.214 218.635L171.996 214.075C173.009 214.873 173.788 215.402 174.464 216.04C175.211 216.746 175.863 217.552 176.465 218.214C174.946 222.52 174.946 222.52 175.794 224.07L177.916 219.644L181.906 222.669L182.286 222.208L178.848 218.086C182.12 212.759 185.752 207.662 189.719 202.83L196.307 208.883C195.041 210.82 194.461 213.125 194.66 215.43L197.877 210.755C200.137 211.444 200.898 213.906 202.953 214.282L203.467 213.662L199.029 208.901C200.235 205.875 202.311 203.275 204.996 201.43C206.445 202.703 207.902 204.062 209.447 205.312C210.511 206.171 211.699 206.877 212.831 207.652L212.781 207.703C211.753 206.316 210.803 204.862 209.677 203.56C208.467 202.161 207.091 200.905 205.657 199.455C208.26 195.815 211.171 192.406 214.357 189.265L221.808 195.479C220.61 197.532 219.795 199.786 219.404 202.13L223.188 197.305L226.81 200.277L227.285 199.845L224.458 195.618C225.483 193.398 227.084 191.493 229.093 190.101L231.97 191.859L232.336 191.364L230.098 188.006L242.011 176.236L254.782 190.113C251.688 184.564 247.959 179.393 243.671 174.706L251.557 167.152L256.061 172.191C254.326 174.236 252.887 176.515 251.784 178.96L257.209 173.859L260.701 176.758L261.168 176.298L258.78 172.321C260.707 169.951 262.939 167.845 265.417 166.058L268.518 168.669L268.913 168.276L266.726 164.278L272.416 158.468C274.557 161.491 276.913 164.356 279.464 167.041L280.066 166.627L273.587 156.88C275.263 155.037 276.776 153.259 278.415 151.604C279.991 150.014 281.697 148.552 283.346 147.034L282.778 146.41C278.971 148.712 275.608 151.678 272.848 155.167L265.536 146.604C265.312 146.956 265.148 147.343 265.048 147.748C267.138 150.7 269.256 153.631 271.324 156.502C270.17 159.081 268.22 161.223 265.76 162.614L262.323 160.951L264.195 164.659L257.474 171.042L252.789 165.627C254.235 164.16 255.441 162.929 256.656 161.707C257.621 160.736 258.597 159.777 259.567 158.812C258.48 159.014 257.429 159.372 256.445 159.877C254.757 161.079 253.266 162.558 251.766 163.859C250.434 162.549 248.8 161.588 247.008 161.059L250.412 166.085L242.392 174.066C241.545 173.021 240.621 172.041 239.628 171.134C238.162 169.18 236.234 167.619 234.018 166.592C235.092 168.083 236.112 169.616 237.255 171.053C238.39 172.48 239.647 173.811 240.851 175.184L239.747 174.69L228.682 187.39C226.069 185.438 223.671 183.216 221.527 180.758L234.055 166.62L239.077 160.77C237.887 160.905 236.745 161.314 235.741 161.965C234.736 162.616 233.896 163.491 233.287 164.521C230.772 167.475 228.502 170.64 225.966 173.574C224.142 175.685 222.052 177.564 220.377 179.248C218.246 178.267 215.956 177.677 213.617 177.508L218.654 181.212L214.168 186.557C211.901 185.507 209.964 183.857 208.566 181.786C210.125 179.766 211.548 177.749 213.156 175.891C214.713 174.093 216.461 172.46 218.125 170.754C216.847 170.891 215.622 171.338 214.557 172.057C213.491 172.776 212.618 173.744 212.013 174.879C210.288 176.768 208.772 178.849 207.14 180.876C204.621 178.848 201.536 177.647 198.309 177.436L205.612 182.876C204.138 184.253 202.769 185.738 201.517 187.319C200.186 188.602 198.48 189.427 196.647 189.674L197.291 191.387H194.37L195.446 193.731L189.237 200.428L186.307 197.366L200.329 181.545C199.482 181.514 198.643 181.716 197.903 182.129C197.164 182.541 196.551 183.149 196.133 183.886C193.105 187.345 190.132 190.853 187.12 194.327C184.969 196.811 184.847 196.799 182.172 194.083L192.51 182.442L191.925 181.827C188.939 184.249 186.223 186.986 183.824 189.991C180.91 192.886 178.095 195.885 175.28 198.879C172.564 201.768 169.902 204.709 167.1 207.754L163.465 204.853C165.753 202.396 167.711 200.213 169.759 198.118C171.901 195.927 174.224 193.905 176.296 191.652C178.576 189.923 180.416 187.681 181.666 185.106C180.881 185.172 180.138 185.486 179.545 186.004C172.981 192.905 166.414 199.804 159.96 206.807C159.453 207.616 158.712 208.251 157.834 208.628C156.957 209.004 155.985 209.104 155.049 208.914C156.68 211.928 154.534 212.934 152.938 214.528L149.388 211.774L150.946 208.896L150.456 208.518L144.123 214.637C140.09 212.645 140.09 212.645 138.717 213.186L142.669 216.203L137.406 222.619C135.605 221.496 134.055 220.459 132.437 219.542C131.718 218.728 130.814 218.099 129.8 217.707C128.787 217.316 127.694 217.175 126.614 217.295L136.342 224C134.965 226.114 133.757 227.854 132.673 229.669C132.355 230.37 131.776 230.918 131.06 231.197C130.343 231.476 129.546 231.464 128.838 231.162C122.085 229.158 115.305 227.245 108.539 225.29C108.34 225.129 108.164 224.942 108.015 224.734C108.901 223.577 109.901 222.512 111 221.556C114.149 219.297 117.422 217.208 120.678 215.103C121.452 214.557 122.318 214.156 123.235 213.918C127.351 212.752 131.373 211.276 135.267 209.503C137.801 208.092 140.586 207.19 143.466 206.847C145.168 205.526 146.281 204.584 147.476 203.762C148.336 203.169 149.338 202.786 150.221 202.223C153.498 200.132 156.771 198.036 160.008 195.885C164.309 193.37 168.409 190.527 172.272 187.381C172.861 186.573 173.705 185.988 174.668 185.718C175.63 185.448 176.656 185.51 177.579 185.894C178.06 185.151 178.457 184.358 178.764 183.527C179.235 181.804 180.369 180.338 181.918 179.448C190.37 173.671 198.957 168.076 207.205 162.02C214.288 157.381 221.747 153.342 229.503 149.946C238.054 145.629 247.177 142.443 256.054 138.771C256.382 138.64 256.719 138.535 257.063 138.456C265.643 136.39 274.226 134.335 282.81 132.288C283.137 132.301 283.457 132.386 283.746 132.539C283.851 138.789 283.972 138.887 291.124 138.295C291.821 139.149 292.336 140.136 292.638 141.196C292.802 142.303 293.19 143.364 293.78 144.316C294.369 145.267 295.147 146.088 296.065 146.727C297.003 147.464 297.994 148.129 299.031 148.718L292.572 154.306C290.987 151.712 289.684 149.347 288.159 147.134C287.75 145.86 287.049 144.699 286.114 143.742C285.178 142.785 284.033 142.058 282.768 141.62L291.216 155.341L287.731 159.775L288.299 160.265L292.251 157.322L297.928 166.644C298.077 166.439 298.167 166.197 298.186 165.944C298.206 165.692 298.155 165.439 298.04 165.213C296.796 162.676 295.567 160.131 294.255 157.63C293.903 157.228 293.722 156.704 293.752 156.17C293.782 155.637 294.02 155.136 294.415 154.777C297.634 151.547 301.219 148.705 305.097 146.308C308.054 150.335 308.044 150.328 305.46 153.96C304.701 155.028 304.013 156.148 303.292 157.243L303.891 157.671C308.263 152.406 313.324 147.754 318.938 143.84C320.46 145.738 321.685 147.857 322.571 150.123C323.374 152.146 324.54 154.006 326.01 155.611C326.165 155.092 326.223 154.548 326.184 154.008C325.869 153.542 325.657 153.013 325.563 152.458C325.47 151.903 325.496 151.335 325.64 150.79C325.784 150.246 326.043 149.74 326.4 149.304C326.756 148.868 327.202 148.514 327.707 148.265C328.547 147.618 329.313 146.867 330.19 146.277C335.956 142.395 341.75 138.555 347.514 134.668C348.044 134.23 348.529 133.739 348.961 133.202C345.714 133.852 342.701 135.364 340.24 137.579C337.265 139.263 334.41 141.152 331.696 143.231C329.099 145.161 326.699 147.356 324.059 149.563L320.3 142.669C321.53 141.636 322.544 140.846 323.486 139.977C324.313 139.213 325.94 138.813 324.934 136.748L319.181 141.036C318.047 139.584 317.162 138.346 316.165 137.206C315.838 136.513 315.331 135.919 314.699 135.486C314.066 135.053 313.33 134.796 312.566 134.741C313.251 137.278 313.145 137.459 309.947 138.884C309.862 137.998 310.082 137.109 310.57 136.365C311.058 135.62 311.785 135.064 312.632 134.787C313.443 133.824 314.018 132.684 314.309 131.459C313.916 129.778 313.276 128.165 312.408 126.672C313.484 126.19 314.594 125.787 315.729 125.467C317.567 125.071 319.483 125.022 321.309 124.586C328.411 122.844 335.708 122.024 343.02 122.147C346.103 122.395 349.202 122.385 352.283 122.115C357.169 121.342 362.144 121.312 367.039 122.027C369.69 122.453 372.479 121.955 375.156 122.283C381.312 123.04 387.411 124.376 393.582 124.869C401.517 125.933 409.392 127.396 417.179 129.253C418.327 129.764 419.54 130.114 420.784 130.293C423.717 130.087 426.659 130.535 429.397 131.605C434.805 133.167 440.201 134.774 445.583 136.426C447.291 136.879 448.955 137.484 450.555 138.233C458.816 142.47 467.294 146.27 475.954 149.616C478.715 150.895 481.393 152.346 483.973 153.959C484.572 154.283 485.252 154.457 485.872 154.747C488.945 156.189 492.02 157.629 495.072 159.114C495.6 159.557 496.173 159.946 496.78 160.273C501.89 161.927 506.693 164.412 510.995 167.629C516.819 171.1 522.143 175.399 527.783 179.193C532.613 182.442 537.586 185.477 542.486 188.622C542.877 188.931 543.242 189.271 543.577 189.639L540.232 191.032C541.035 191.391 541.897 191.601 542.776 191.65C544.334 191.351 545.941 191.437 547.458 191.899C548.975 192.361 550.357 193.186 551.484 194.302C560.53 200.645 570.747 205.126 581.54 207.487C587.535 208.573 593.344 210.646 599.311 211.931C607.934 213.789 616.61 215.413 625.296 216.955C628.21 217.396 631.155 217.606 634.102 217.582C636.425 217.186 638.812 217.455 640.988 218.36C641.776 218.576 642.611 218.541 643.377 218.257C645.874 217.741 648.354 217.146 651.631 216.402C650.613 217.952 649.963 218.975 649.281 219.976C647.718 222.269 646.141 224.552 644.57 226.838L649.675 222.827L652.97 224.772L649.113 229.812C648.2 229.632 647.332 229.271 646.559 228.753C645.787 228.234 645.124 227.567 644.611 226.791C642.065 226.317 639.674 225.223 637.651 223.607C636.038 222.829 634.467 221.965 632.877 221.139L632.435 221.705L634.048 224.388C631.064 228.4 630.505 228.39 626.401 224.238L628.563 220.596L627.965 220.096L624.745 223.107L621.848 221.652L621.477 222.027L623.32 225.221L620.017 229.48L616.385 226.891C619.236 221.602 619.312 221.39 618.863 220.16L614.716 225.318L610.951 222.895L610.451 223.388L613.563 227.213L609.656 231.867L604.865 228.767L605.27 225.177L602.807 226.663C601.641 226.37 600.631 225.643 599.983 224.63C599.336 223.618 599.099 222.396 599.321 221.215L596.982 222.423L590.368 216.295L587.865 218.616C586.642 217.401 585.339 216.269 583.966 215.227C583.049 213.89 581.75 212.86 580.239 212.273L579.652 212.94L586.937 220.239C584.113 223.254 581.51 226.467 579.146 229.854C582.58 227.449 585.766 224.709 588.658 221.674L595.156 225.445C593.784 224.027 592.38 222.64 591.063 221.174C590.746 220.684 590.507 220.147 590.354 219.584C592.247 220.565 593.971 221.842 595.46 223.367C596.349 224.2 595.69 224.812 595.105 225.413C594.006 226.638 592.863 227.826 591.821 229.097C591.088 229.531 590.485 230.154 590.076 230.901C589.667 231.649 589.466 232.492 589.495 233.343L597.914 225.529L601.679 228.298C600.098 230.056 598.774 231.396 597.609 232.861C596.808 233.437 596.15 234.188 595.685 235.057C595.219 235.926 594.959 236.891 594.923 237.876L603.12 229.642C604.41 229.83 605.62 230.378 606.612 231.223C607.605 232.067 608.339 233.174 608.732 234.417H612.436C611.408 231.898 612.005 230.733 615.496 228.327C620.741 232.424 626.693 235.524 633.056 237.475L627.765 234.161C628.347 233.336 628.859 232.71 629.261 232.02C629.406 231.662 629.635 231.343 629.929 231.091C630.222 230.839 630.572 230.661 630.948 230.572C631.325 230.483 631.717 230.485 632.093 230.578C632.468 230.671 632.816 230.853 633.107 231.108C633.995 231.682 634.926 232.189 635.891 232.623C637.594 233.331 639.347 233.922 641.079 234.561L641.034 234.612C639.834 233.695 638.669 232.724 637.424 231.871C635.905 230.829 634.318 229.885 632.681 228.848C633.208 228.174 633.47 227.783 633.788 227.444C636.184 224.893 636.323 224.913 639.435 226.669C641.466 227.814 643.611 228.761 645.627 229.932C646.454 230.819 647.432 231.553 648.515 232.098C650.786 232.6 652.959 233.472 654.946 234.681C655.758 234.955 656.579 235.203 657.395 235.462L657.706 234.766L650.381 230.708C651.277 229.487 651.856 228.613 652.52 227.808C654.274 225.683 654.766 225.588 657.322 226.842C659.534 227.927 661.698 229.113 663.942 230.124C665.194 230.606 666.474 231.012 667.775 231.339L668.05 230.646L661.381 227.299C665.076 221.819 665.076 221.819 667.507 222.811L666.753 226.03L669.321 223.912C671.375 224.17 673.243 225.232 674.516 226.865C675.789 228.497 676.363 230.568 676.112 232.623C676.427 238.271 676.896 243.929 676.814 249.576C676.719 256.166 676.065 262.748 675.745 269.337C675.491 270.09 675.429 270.895 675.564 271.678C675.699 272.461 676.026 273.198 676.517 273.823C678.904 258.663 679.185 243.245 677.352 228.008L682.57 229.652L682.843 228.888L671.048 222.141C673.113 218.925 673.113 218.925 675.119 219.987L673.494 223.441C674.641 222.714 675.113 222.461 675.532 222.138C676.066 221.727 676.557 221.259 677.024 220.854C680.825 223.094 685.004 224.62 689.355 225.357C687.632 224.199 685.822 223.177 683.939 222.302C682.018 221.28 680.174 220.112 678.005 218.836L682.798 212.903C685.105 214.067 687.01 214.989 688.877 215.983C690.781 217.216 692.998 217.878 695.267 217.89C691.507 215.94 687.876 213.749 684.398 211.332C684.638 210.875 684.902 210.431 685.19 210.003C687.663 206.78 687.658 206.808 691.58 208.196C692.7 208.593 693.887 208.798 695.043 209.091L695.374 208.248L689.944 205.003C689.97 204.62 690.083 204.247 690.276 203.914C690.469 203.58 690.736 203.296 691.056 203.083C691.376 202.869 691.741 202.732 692.122 202.682C692.504 202.632 692.892 202.671 693.256 202.795C694.98 203.174 696.674 203.687 698.39 204.101C699.015 204.384 699.704 204.498 700.387 204.432C701.07 204.367 701.724 204.125 702.285 203.729L693 200.411C695.549 196.193 699.218 192.766 703.598 190.508C703.819 190.923 704.125 191.285 704.496 191.573C704.868 191.861 705.296 192.066 705.753 192.177C706.209 192.287 706.684 192.3 707.146 192.213C707.607 192.127 708.046 191.944 708.432 191.676C708.957 191.441 709.527 191.322 710.102 191.33C710.678 191.337 711.244 191.47 711.763 191.719C712.282 191.968 712.74 192.327 713.106 192.772C713.471 193.216 713.735 193.735 713.88 194.292C714.054 194.855 714.165 195.436 714.209 196.023C714.243 196.677 714.499 197.299 714.934 197.787C715.37 198.275 715.96 198.599 716.606 198.706C717.415 198.961 718.206 199.273 718.972 199.637C718.276 202.551 718.551 204.927 722.24 205.318C721.918 205.69 721.674 206.122 721.523 206.59C721.372 207.058 721.318 207.552 721.362 208.041C721.407 208.531 721.55 209.006 721.783 209.439C722.016 209.872 722.335 210.254 722.719 210.56C724.928 209.779 726.88 209.087 728.833 208.397L729.991 206.143C729.136 206.084 728.279 206.077 727.424 206.121C726.539 206.278 725.666 206.491 724.81 206.76C725.655 202.433 720.799 201.163 720.55 197.491C719.974 196.938 719.281 196.522 718.522 196.273C717.925 195.971 717.39 195.561 716.943 195.064C715.107 192.464 713.354 189.806 711.523 187.096C712.062 186.761 712.622 186.459 713.198 186.192C717.438 184.444 721.655 182.637 725.944 181.017C732.334 178.606 738.971 176.909 745.735 175.96C750.617 175.269 755.495 174.426 760.296 173.309C767.399 171.656 774.404 169.582 781.507 167.928C784.608 166.911 787.912 166.675 791.125 167.24C790.7 167.55 790.356 167.957 790.122 168.428C789.888 168.899 789.771 169.419 789.782 169.945C789.792 170.47 789.929 170.986 790.181 171.447C790.434 171.908 790.794 172.302 791.231 172.594C790.398 174.122 789.927 175.821 789.852 177.56C789.777 179.299 790.101 181.032 790.799 182.626C790.557 182.876 790.284 183.093 789.987 183.274C782.048 186.881 773.811 189.794 765.37 191.982C758.064 193.818 750.712 195.498 743.49 197.622C739.712 198.926 736.021 200.47 732.439 202.243C732.149 202.316 731.882 202.458 731.659 202.656C731.435 202.854 731.263 203.103 731.156 203.382C731.049 203.66 731.01 203.961 731.043 204.257C731.077 204.554 731.181 204.838 731.347 205.086C732.43 204.342 733.319 203.626 734.302 203.078C736.384 201.76 738.575 200.625 740.852 199.685C743.995 198.695 747.188 197.875 750.419 197.231C763.27 194.787 775.863 191.143 788.033 186.345C789.182 186.111 790.27 185.643 791.23 184.971C792.191 184.3 793.004 183.439 793.619 182.441C794.029 182.078 794.527 181.829 795.063 181.719C795.566 182.307 795.903 183.019 796.039 183.781C796.175 184.542 796.106 185.326 795.838 186.052C795.538 187.387 795.537 188.771 795.833 190.106C796.907 193.498 796.676 193.984 793.107 194.863C790.888 195.112 788.75 195.837 786.837 196.988C784.831 198.587 782.474 199.687 779.96 200.199C774.608 201.601 769.226 202.892 763.865 204.26C763.131 204.494 762.414 204.774 761.716 205.099L761.883 205.846C763.945 205.671 765.996 205.392 768.03 205.01C773.41 203.745 778.818 202.526 784.089 200.886C787.975 199.702 792.055 199.292 796.099 199.678C796.297 199.881 796.448 200.124 796.541 200.392C796.094 201.198 795.46 201.885 794.692 202.396C793.925 202.908 793.046 203.228 792.13 203.33C790.751 203.59 789.4 203.982 788.096 204.499C785.423 205.401 782.818 206.56 780.092 207.239C770.283 209.682 760.435 211.969 750.426 214.356C749.59 213.183 748.421 212.286 747.07 211.783C745.719 211.28 744.249 211.193 742.848 211.533C742.49 211.551 742.14 211.428 741.872 211.19C741.023 210.557 739.99 210.219 738.931 210.23C737.872 210.24 736.845 210.598 736.009 211.249C734.902 208.223 734.902 208.213 731.975 208.235C730.915 208.243 729.855 208.312 728.796 208.354C728.205 209.179 727.53 209.941 726.781 210.627C725.793 211.259 725.008 212.163 724.52 213.229C724.032 214.296 723.862 215.481 724.03 216.642C724.235 219.345 723.803 222.059 722.767 224.565C722.038 226.182 721.656 227.935 721.646 229.709C721.636 231.484 721.998 233.241 722.71 234.866C723.892 238.8 726.194 242.305 729.335 244.952C730.246 245.771 731.418 246.242 732.642 246.281C734.195 246.155 735.765 246.252 736.807 246.252C737.177 248.767 737.507 250.666 737.711 252.579C737.753 253.251 737.648 253.924 737.402 254.551C736.458 257.166 736.624 257.652 739.158 258.881C739.786 259.186 740.455 259.407 741.089 259.66C740.707 261.208 740.081 262.685 739.236 264.037C737.936 265.095 736.481 265.945 734.921 266.559L739.608 270.465C738.53 271.963 737.629 273.173 736.776 274.415C736.078 275.315 735.472 276.283 734.965 277.303C733.266 281.313 731.667 285.366 729.968 289.559L735.663 292.95C734.93 293.878 734.015 294.646 732.976 295.21C732.174 295.36 731.45 295.783 730.927 296.408C730.404 297.033 730.114 297.82 730.107 298.635L731.946 301.021C730.739 302.543 729.77 303.848 728.712 305.076C727.909 306.484 726.692 307.61 725.227 308.302L724.238 304.241L723.31 304.318C723.218 305.736 723.2 307.159 723.257 308.579C722.703 310.161 721.651 311.521 720.259 312.455C720.509 313.254 720.581 314.099 720.471 314.93C720.362 315.761 720.072 316.558 719.622 317.265C719.15 318.446 718.902 319.705 718.891 320.977L722.493 321.587C723.009 320.671 723.52 319.9 723.891 319.065C724.261 318.23 724.491 317.334 724.87 316.204C729.733 317.65 734.868 317.931 739.86 317.024C739.637 316.494 739.228 316.065 738.709 315.818C738.19 315.571 737.599 315.524 737.048 315.686C733.999 315.521 730.939 315.389 727.914 315.007C725.873 314.75 725.483 313.434 726.759 311.792C727.368 311.279 727.888 310.669 728.296 309.987C729.025 307.747 730.583 305.871 732.651 304.745C733.986 303.956 735.103 302.846 735.901 301.517C736.698 300.187 737.151 298.679 737.219 297.13C737.091 296.684 737.059 296.214 737.127 295.755C737.194 295.295 737.36 294.854 737.611 294.463C737.863 294.072 738.195 293.74 738.586 293.488C738.976 293.236 739.416 293.07 739.876 293.002L738.096 288.612C739.443 288.057 740.419 287.683 741.369 287.255C742.14 286.969 742.871 286.587 743.546 286.117C743.966 285.887 744.305 285.534 744.517 285.105C744.729 284.677 744.804 284.193 744.732 283.721C744.661 283.248 744.445 282.808 744.115 282.462C743.786 282.116 743.357 281.879 742.888 281.784C742.341 281.564 741.77 281.407 741.187 281.317C740.131 281.155 739.16 280.642 738.43 279.862C737.7 279.082 737.254 278.079 737.162 277.014C738 276.379 738.712 275.765 739.493 275.26C741.959 272.646 743.636 269.388 744.331 265.862C744.388 265.572 744.383 265.272 744.315 264.984C744.248 264.695 744.119 264.425 743.938 264.19C743.583 263.576 743.423 262.868 743.479 262.16C743.534 261.453 743.803 260.779 744.25 260.228C744.812 259.25 745.432 258.307 746.108 257.405L742.546 253.598C742.581 252.052 744.694 251.231 743.33 249.399L740.505 251.139C740.121 250.736 739.843 250.245 739.693 249.709C739.543 249.174 739.527 248.609 739.647 248.066C739.766 247.523 740.017 247.017 740.377 246.593C740.737 246.169 741.195 245.84 741.712 245.635C742.497 245.427 743.187 244.96 743.673 244.31C744.158 243.66 744.409 242.865 744.384 242.054C744.31 241.435 744.364 240.807 744.544 240.211C744.725 239.614 745.026 239.061 745.431 238.587C745.835 238.112 746.334 237.727 746.895 237.455C747.456 237.183 748.067 237.03 748.69 237.006C749.021 237.014 749.351 236.948 749.653 236.812C749.956 236.676 750.224 236.474 750.437 236.22C750.651 235.966 750.805 235.667 750.888 235.346C750.97 235.025 750.979 234.689 750.915 234.364C750.65 233.155 750.851 231.89 751.479 230.823C752.106 229.755 753.114 228.964 754.299 228.608C752.355 220.426 752.355 220.426 750.43 219.432C750.353 219.516 750.298 219.618 750.271 219.729C750.319 220.074 750.411 220.413 750.484 220.755C751.234 222.082 751.545 223.612 751.371 225.126C751.198 226.64 750.549 228.06 749.517 229.182C749.202 229.806 749.043 230.497 749.054 231.196C748.769 232.437 748.465 233.673 748.291 234.402L742.572 237.548C741.001 235.339 739.979 232.786 739.591 230.103C739.534 228.981 739.208 227.889 738.639 226.92C738.071 225.951 737.277 225.134 736.325 224.537C736.118 224.426 735.939 224.269 735.8 224.079C735.661 223.89 735.566 223.671 735.522 223.44C735.418 222.025 735.01 220.649 734.326 219.405C733.642 218.162 732.698 217.081 731.559 216.235C733.508 215.231 735.09 214.539 736.541 213.636C736.866 213.297 737.256 213.027 737.688 212.844C738.12 212.66 738.585 212.565 739.054 212.566C739.524 212.567 739.988 212.663 740.42 212.848C740.851 213.034 741.24 213.305 741.564 213.645C742.494 214.048 743.542 214.085 744.498 213.748C744.759 213.642 745.039 213.589 745.321 213.593C745.602 213.597 745.88 213.657 746.139 213.769C746.397 213.882 746.63 214.045 746.824 214.249C747.019 214.453 747.17 214.694 747.27 214.957L744.792 216.85C746.916 216.245 749.185 216.393 751.212 217.27C753.176 218.509 754.647 219.484 753.526 222.121C753.813 222.171 754.107 222.162 754.391 222.093C754.674 222.024 754.94 221.898 755.172 221.721C755.404 221.545 755.597 221.322 755.739 221.068C755.881 220.813 755.969 220.532 755.997 220.241C756.591 217.317 753.439 217.393 752.12 215.775C752.598 215.512 753.1 215.295 753.618 215.127C768.382 212.212 782.812 207.672 797.845 206.053C798.378 205.86 798.95 205.801 799.512 205.88C800.073 205.96 800.606 206.176 801.065 206.51C801.523 206.843 801.893 207.284 802.141 207.794C802.389 208.304 802.509 208.867 802.489 209.434C802.504 210.201 802.789 210.938 803.293 211.516C803.798 212.095 804.49 212.477 805.248 212.595C804.228 213.296 803.095 213.815 801.898 214.131C796.253 215.287 790.599 216.411 784.928 217.437C780.705 217.817 776.551 218.755 772.574 220.226C784.978 219.73 797.248 217.469 809.014 213.51C809.532 214.246 809.886 215.085 810.052 215.97C810.218 216.854 810.192 217.764 809.976 218.638C809.676 223.018 809.413 223.357 805.304 224.446C804.165 224.747 803.017 225.028 801.858 225.241C792.828 226.908 783.792 228.545 774.765 230.231C774.21 230.429 773.688 230.708 773.216 231.061C773.453 231.283 773.736 231.447 774.045 231.543C774.355 231.638 774.681 231.662 775.001 231.613C778.017 231.174 781.039 230.765 784.038 230.224C791.454 228.887 798.878 227.578 806.259 226.065C807.984 225.644 809.776 225.577 811.527 225.868C813.278 226.159 814.952 226.802 816.448 227.758C814.994 229.417 813.711 230.854 812.461 232.319C811.941 232.78 811.536 233.357 811.279 234.003C810.699 236.989 810.261 240.003 809.731 243.269C806.374 243.602 802.867 243.991 799.353 244.288C792.198 244.893 785.036 245.426 777.88 246.032C769.439 246.747 761.103 248.539 752.584 248.476C752.273 248.42 751.953 248.439 751.652 248.533C751.35 248.627 751.076 248.793 750.852 249.016C750.629 249.238 750.462 249.512 750.367 249.813C750.272 250.114 750.251 250.434 750.305 250.745C754.652 251.45 758.791 249.23 763.106 249.954C762.871 250.605 762.427 251.159 761.843 251.531C761.26 251.903 760.569 252.071 759.88 252.009C758.74 252.056 757.653 252.507 756.816 253.282C754.727 255.668 753.375 258.609 752.922 261.748C752.775 263.15 753.141 264.558 753.953 265.711C754.765 266.863 755.968 267.682 757.338 268.015L755.44 259.735L759.283 254.635C760.504 254.887 761.773 254.751 762.914 254.248C764.054 253.745 765.01 252.898 765.646 251.826C767.274 252.207 768.378 254.496 770.304 252.316L767.361 248.666L813.225 244.914L815.7 250.503C812.315 252.44 808.593 253.718 804.733 254.27C803.455 254.423 802.23 254.869 801.155 255.575C799.528 257.144 797.4 258.09 795.145 258.245C788.957 259.06 782.732 259.6 776.519 260.223C775.593 260.461 774.613 260.352 773.762 259.918C772.911 259.484 772.248 258.754 771.897 257.865C771.307 257.233 770.609 256.712 769.836 256.328L770.93 260.476L761.986 261.762C763.595 262.11 765.241 262.259 766.887 262.206C768.58 262.238 770.273 262.323 772.015 262.386C771.713 265.666 770.45 268.783 768.385 271.348H760.655C760.387 271.044 759.63 270.186 758.875 269.327C757.719 268.011 757.346 268.106 755.894 270.147C757.268 271.376 758.71 272.527 760.212 273.595C761.001 273.995 761.91 274.086 762.763 273.851C763.493 273.623 764.267 273.564 765.023 273.678C765.78 273.793 766.501 274.078 767.132 274.512C767.878 274.914 768.658 275.251 769.462 275.52C770.091 274.307 770.608 273.283 771.15 272.272C771.458 271.638 771.943 271.106 772.546 270.74C773.149 270.374 773.844 270.191 774.549 270.211C783.97 269.787 793.385 269.239 802.803 268.766C803.75 268.749 804.677 269.04 805.444 269.596C806.211 270.152 806.777 270.942 807.055 271.847C807.362 272.869 807.952 273.784 808.758 274.483C809.564 275.183 810.552 275.639 811.607 275.799C812.308 276.145 812.94 276.616 813.471 277.19C798.608 278.227 784.465 277.976 770.283 278.054C771.02 278.597 771.901 278.911 772.815 278.955C778.706 279.175 784.597 279.417 790.49 279.502C795.792 279.579 801.097 279.444 806.4 279.455C807.559 279.548 808.71 279.711 809.848 279.946C808.585 281.11 807.481 282.436 806.563 283.888C806.151 285.429 805.952 287.018 805.971 288.613C801.408 287.946 796.803 287.601 792.192 287.582C781.249 288.17 770.275 288.191 759.315 288.482C758.783 288.336 758.216 288.373 757.708 288.589C757.199 288.805 756.778 289.186 756.513 289.671C757.137 289.796 757.767 289.88 758.402 289.922C768.895 289.836 779.405 290.055 789.873 289.494C792.073 289.361 794.267 289.824 796.225 290.836C798.183 291.847 799.831 293.369 800.995 295.239C801.946 297.086 802.216 299.209 801.758 301.235C801.121 303.663 800.242 306.022 799.133 308.275L758.155 305.538L758.018 306.464C759.585 306.727 761.142 307.111 762.719 307.236C772.471 308.005 782.226 308.721 791.982 309.444C794.803 309.652 797.636 309.747 800.448 310.042C801.255 309.975 802.062 310.179 802.741 310.622C803.419 311.064 803.931 311.72 804.195 312.486C802.612 312.722 801.14 313.44 799.98 314.543C798.819 315.645 798.027 317.079 797.712 318.648C789.501 317.82 781.224 316.836 772.921 316.188C764.532 315.534 756.116 315.214 747.712 314.747C747.951 315.09 748.258 315.38 748.614 315.599C748.969 315.819 749.366 315.963 749.78 316.023C752.223 316.344 754.674 316.626 757.131 316.81C767.12 317.558 777.117 318.206 787.1 319.028C789.641 319.37 792.163 319.849 794.653 320.464C791.343 325.529 790.923 325.708 785.348 324.687C784.768 324.581 784.195 324.413 783.611 324.364C781.166 324.157 778.719 323.983 776.272 323.797ZM45.0341 277.077C49.7795 279.404 55.2047 279.945 60.3161 278.599C65.4275 277.253 69.8829 274.11 72.8661 269.747C74.2289 268.121 75.2377 266.228 75.828 264.19C76.4183 262.152 76.5773 260.013 76.2947 257.911C75.9717 256.566 75.4509 255.269 74.9832 253.835C76.0817 253.152 77.0151 252.453 78.0446 251.953C82.5729 249.415 86.4458 245.854 89.3548 241.555C92.6691 237.3 96.1492 233.174 99.5756 229.007C99.8889 228.881 100.223 228.817 100.561 228.818C100.341 229.363 100.075 229.89 99.7657 230.39C97.6978 233.101 95.5499 235.751 93.5206 238.49C89.8202 243.483 86.0509 248.435 82.5837 253.587C81.2333 255.958 80.0769 258.433 79.1259 260.99L79.9473 261.418C80.6743 259.523 81.7498 257.781 83.1183 256.283C84.1531 254.372 85.433 252.604 86.9255 251.024L89.2936 252.43C87.3796 254.681 86.0459 257.366 85.4093 260.251C86.3258 259.212 86.7991 258.742 87.194 258.213C88.1094 256.988 88.9339 255.692 89.8969 254.508C90.0239 254.303 90.2003 254.133 90.4099 254.013C90.6195 253.894 90.8557 253.829 91.0969 253.824C91.3381 253.819 91.5767 253.875 91.7908 253.986C92.0049 254.097 92.1878 254.26 92.3228 254.46C92.5236 254.774 92.6508 255.128 92.6949 255.498C92.739 255.868 92.6988 256.242 92.5773 256.594C92.0234 257.435 91.3539 258.194 90.5884 258.848L91.543 260.629L94.6467 256.184C95.8125 256.374 96.8593 257.009 97.5668 257.954C98.2744 258.9 98.5878 260.084 98.441 261.256L102.922 254.683L107.418 256.583L103.948 252.969L111.6 243.124L115.174 245.817L107.371 256.557C106.899 257.648 107.398 258.287 108.436 258.075C110.497 257.667 112.527 257.112 114.509 256.417C115.732 255.816 117.124 255.651 118.453 255.95C119.782 256.249 120.969 256.995 121.816 258.062C122.922 259.699 123.759 261.518 125.079 263.916L118.982 262.274C118.97 262.612 119.027 262.949 119.148 263.265C122.831 266.612 125.434 270.98 126.623 275.812C127.57 278.211 129.025 280.377 130.887 282.161C132.466 283.383 133.685 285.01 134.415 286.87C135.144 288.729 135.357 290.751 135.03 292.721C134.691 294.811 134.975 296.954 135.846 298.884C136.789 299.898 137.974 300.658 139.29 301.089C139.391 301.15 139.501 301.195 139.605 301.251C140.207 301.425 140.755 301.752 141.195 302.199C141.635 302.646 141.953 303.198 142.118 303.804C142.283 304.409 142.289 305.046 142.137 305.655C141.984 306.263 141.678 306.823 141.247 307.278C139.858 309.744 138.013 311.924 135.811 313.702C133.479 315.503 131.241 317.422 129.104 319.451C124.947 324.109 121.638 329.461 119.328 335.262C118.874 336.125 118.697 337.107 118.821 338.075C118.945 339.042 119.364 339.948 120.021 340.669C120.48 339.647 120.814 339 121.067 338.323C121.68 336.684 122.162 334.989 122.874 333.396C123.591 331.792 124.6 330.32 125.344 328.726C126.837 325.509 129.013 322.656 131.72 320.364C134.947 317.609 138.086 314.75 141.278 311.953C143.231 310.2 144.432 307.76 144.631 305.142C144.874 303.914 144.669 302.639 144.052 301.549C143.436 300.459 142.449 299.626 141.271 299.202C140.221 298.713 139.173 298.218 137.824 297.584C138.001 295.065 138.2 292.628 138.33 290.187C138.484 289.392 138.414 288.569 138.128 287.811C136.575 285.331 134.876 282.947 133.037 280.671C131.976 280.056 131.096 279.171 130.487 278.106C129.878 277.041 129.56 275.835 129.567 274.608C129.368 273.937 129.011 273.324 128.526 272.82C128.085 272.024 127.686 271.204 127.181 270.224L129.334 270.127C128.5 268.902 127.828 267.575 127.336 266.177C126.553 262.979 125.159 259.962 123.231 257.292C122.853 256.342 122.247 255.5 121.467 254.84C120.686 254.179 119.756 253.721 118.756 253.505C117.757 253.289 116.72 253.323 115.737 253.602C114.754 253.882 113.854 254.399 113.118 255.109C112.162 255.619 111.18 256.077 110.175 256.481L109.645 255.766C111.456 252.423 114.361 249.889 116.358 246.733L120.174 248.702L120.419 248.279L117.929 245.97L118.962 242.875L115.716 244.344L112.435 241.571L115.127 238.202L131.762 250.195L132.199 249.592C127.27 244.979 121.993 240.753 116.414 236.951C118.826 236.672 121.269 236.886 123.595 237.579C122.958 236.715 122.176 235.968 121.286 235.369C117.286 233.716 112.956 233.018 108.64 233.329C108.891 233.722 109.045 234.169 109.091 234.634C109.136 235.098 109.071 235.566 108.902 236.001C108.732 236.435 108.462 236.824 108.114 237.134C107.766 237.445 107.349 237.669 106.898 237.788L104.472 235.862L110.62 229.112C112.755 229.267 114.834 229.868 116.722 230.875C118.429 232.423 120.58 233.394 122.87 233.65C127.623 234.645 131.967 237.05 135.333 240.55C138.218 243.323 141.053 246.148 143.945 248.913C144.616 249.48 145.323 250.003 146.062 250.477C144.956 247.948 143.177 245.772 140.919 244.186C139.217 242.077 137.247 240.185 135.395 238.198L135.946 237.672C139.924 240.137 143.341 243.409 145.976 247.277C149.339 252.118 153.72 256.165 158.811 259.135C160.979 260.537 163.169 261.905 165.283 263.245L164.829 265.671C165.691 265.594 166.56 265.691 167.383 265.958C168.207 266.224 168.968 266.654 169.622 267.221C170.276 267.788 170.809 268.481 171.189 269.259C171.569 270.036 171.788 270.883 171.833 271.747C169.781 270.14 167.476 268.885 165.013 268.032C163.91 267.931 162.866 267.484 162.033 266.753C161.2 266.023 160.62 265.047 160.376 263.966C160.109 263.066 159.659 262.231 159.052 261.514C158.446 260.796 157.698 260.213 156.855 259.8C153.555 257.987 150.346 256.009 147.073 254.145C146.477 253.883 145.855 253.687 145.216 253.558L144.879 254.178C147.052 255.656 149.123 257.321 151.421 258.567C155.244 260.192 158.345 263.152 160.145 266.895C160.462 267.802 161.092 268.567 161.921 269.05C162.751 269.534 163.727 269.706 164.672 269.534C165.482 269.474 166.286 269.717 166.928 270.217C170.024 272.911 173.106 275.632 176.022 278.517C177.366 279.843 178.971 280.875 180.736 281.547C177.697 278.141 175.264 274.241 173.54 270.015C178.753 274.531 182.692 280.334 184.964 286.846L181.137 284.216L180.683 284.791C180.966 285.252 181.289 285.686 181.648 286.091C186.25 290.473 190.851 294.857 195.511 299.177C196.153 299.613 196.88 299.907 197.645 300.04C198.715 300.298 199.69 300.857 200.453 301.652C201.215 302.447 201.734 303.444 201.947 304.525C200.913 304.005 199.738 303.833 198.598 304.032C197.458 304.232 196.412 304.794 195.615 305.634C193.039 307.399 190.876 309.703 189.276 312.385C187.377 315.511 184.93 318.267 182.052 320.522C181.615 320.752 181.228 321.065 180.914 321.445C180.599 321.824 180.363 322.262 180.218 322.734C180.074 323.205 180.024 323.7 180.072 324.191C180.12 324.682 180.265 325.158 180.498 325.592C180.599 325.963 180.619 326.351 180.559 326.731C180.498 327.111 180.358 327.473 180.146 327.794C177.425 332.058 174.477 336.183 171.876 340.517C170.525 342.721 168.738 344.626 166.625 346.116C161.804 349.667 157.095 353.37 152.294 356.95C151.553 357.515 150.677 357.877 149.754 358.002C146.584 359.207 143.231 359.859 139.84 359.93C139.484 359.951 139.147 360.094 138.883 360.333C135.606 362.601 132.282 364.807 129.087 367.187C125.807 369.629 122.637 372.222 119.458 374.797C118.977 375.233 118.378 375.517 117.737 375.613C117.095 375.71 116.439 375.614 115.852 375.338C113.704 374.43 111.575 373.476 109.578 372.603L109.305 368.531C112.143 367.377 112.138 367.382 113.742 369.416C114.485 370.358 115.255 371.278 116.014 372.208L116.834 371.664L114.238 366.806L117.41 364.545L113.529 362.479L116.811 359.909C113.584 359.78 110.727 363.325 108.347 359.169L114.843 355.536L114.49 354.891C113.509 355.204 112.516 355.488 111.548 355.838C110.338 356.55 109.003 357.022 107.615 357.227C106.218 357.103 105.094 356.647 104.241 358.153C103.903 358.207 103.557 358.161 103.245 358.018C102.252 357.846 101.333 357.38 100.608 356.681C99.8821 355.981 99.3826 355.081 99.1737 354.095C101.187 353.317 103.135 352.382 105.001 351.297C102.137 350.208 99.2189 354.15 96.4122 350.69C100.399 350.409 100.573 350.29 100.54 348.093L95.2037 348.715L92.5245 346.159L92.0626 346.603L95.5741 352.685C95.03 353.103 94.3964 353.391 93.723 353.524C93.0495 353.657 92.3543 353.633 91.6918 353.453C91.0294 353.273 90.4174 352.942 89.904 352.486C89.3905 352.03 88.9893 351.462 88.7319 350.826C87.6851 349.238 86.5119 347.736 85.224 346.336C83.2449 347.125 81.6378 347.837 79.9823 348.409C77.1645 349.384 77.1517 349.347 75.4733 346.515L77.321 344.92L71.1588 344.636L75.3884 349.841C74.4849 350.279 73.4501 350.363 72.488 350.076C71.5259 349.789 70.7062 349.151 70.1907 348.29L71.011 346.478L66.0333 345.964L68.6844 343.972L68.4468 343.399L64.5006 344.242L59.2105 337.991L61.9725 336.137C59.8644 336.166 57.7953 336.71 55.9462 337.723C58.7325 339.5 60.9617 342.026 62.3779 345.012C60.7178 345.508 59.5417 345.974 58.3213 346.201C55.0435 346.523 51.7989 347.122 48.6221 347.992C47.6646 348.286 46.6517 348.352 45.6639 348.186C44.6761 348.02 43.7408 347.625 42.9321 347.034C45.8606 346.289 48.1062 345.776 50.3141 345.133C51.6683 344.764 52.9804 344.255 54.2291 343.614C55.4009 342.985 54.7749 342.327 54.0885 341.891C51.0098 343.867 47.4272 344.915 43.7689 344.91C42.0243 345.389 40.1841 345.401 38.4334 344.944C36.6827 344.487 35.0831 343.578 33.7953 342.307C40.7582 341.781 47.6316 340.412 54.265 338.232C53.3685 338.016 52.4396 337.968 51.5256 338.091C45.0977 338.845 38.6559 339.506 32.2549 340.445C30.9837 340.643 29.684 340.544 28.4575 340.155C27.231 339.767 26.1111 339.1 25.1857 338.206C25.8483 338.41 26.5387 338.509 27.2319 338.501C30.05 337.787 32.8527 337.013 35.6399 336.18C36.4233 336.015 37.1381 335.616 37.6892 335.035C39.6758 332.677 42.4005 331.059 45.4216 330.443C45.9512 330.236 46.4682 329.999 46.9698 329.731C45.2885 329.349 43.5339 329.445 41.9041 330.007C40.2744 330.57 38.8347 331.578 37.7476 332.916C36.3873 334.126 34.7939 335.044 33.0655 335.614C31.337 336.184 29.5101 336.395 27.6972 336.232C27.2886 336.211 26.8895 336.101 26.5269 335.912C26.1644 335.722 25.847 335.456 25.5963 335.133C24.4569 333.878 23.0438 332.903 21.4666 332.283C19.8895 331.663 18.1906 331.414 16.5018 331.556C15.8391 331.303 15.2173 330.953 14.6566 330.518C16.8506 330.518 18.2286 330.477 19.6035 330.525C25.3671 331.018 31.1722 330.435 36.7225 328.806C39.0273 327.979 41.3763 327.281 43.7585 326.715C47.2726 325.926 48.2335 324.208 46.5491 321.075C45.4692 318.979 44.2643 316.95 42.941 314.999C39.5426 309.753 35.2245 305.164 30.1948 301.453C23.2589 296.317 15.9896 291.648 8.43488 287.476L18.563 280.765L20.5011 283.09C21.4032 282.939 22.2464 282.543 22.9382 281.945C23.6301 281.347 24.144 280.57 24.4235 279.699C24.5872 278.838 24.9291 278.02 25.4271 277.298C25.9251 276.577 26.5684 275.967 27.3157 275.509C28.5366 274.425 29.704 273.274 30.8245 272.086C32.0214 270.19 33.7793 268.714 35.8538 267.863L38.4681 266.298C39.0643 268.562 39.6539 270.33 39.9736 272.145C40.1323 272.956 40.5007 273.71 41.0422 274.334C41.5836 274.957 42.2791 275.428 43.0592 275.699C43.7556 276.101 44.4163 276.562 45.0341 277.077ZM371.361 106.318L372.403 106.425C372.526 105.106 372.557 103.78 372.496 102.456C371.825 96.4336 372.349 90.3517 371.56 84.3339C371.569 83.5264 371.708 82.7257 371.971 81.9624C372.166 81.5831 372.278 81.1669 372.3 80.7412C371.419 78.835 371.149 76.7027 371.528 74.637C371.412 73.8783 371.548 73.1028 371.915 72.4286C372.281 71.7543 372.858 71.2185 373.558 70.9026C375.944 69.3884 378.277 67.7859 380.582 66.1491C381.213 65.6084 381.791 65.0081 382.307 64.3566L381.749 63.6559L372.287 69.7664L369.711 66.3468C371.705 61.7029 373.672 56.9179 375.807 52.2089C377.556 48.3512 379.415 44.544 381.385 40.7874C383.839 36.0984 386.381 31.4557 389.011 26.8593C390.94 22.873 393.623 19.2982 396.912 16.3326C398.046 17.5376 399.289 18.6351 400.625 19.6111C403.234 20.7277 405.358 22.7401 406.613 25.2851C406.864 25.6759 407.234 25.9761 407.668 26.1419C409.835 27.2768 412.04 28.341 414.186 29.5125C414.727 29.9116 415.216 30.3757 415.643 30.8943C418.06 33.7199 421.031 36.0193 424.373 37.6498C425.79 38.3979 427.117 39.3055 428.329 40.3549C423.949 46.0962 419.763 51.4552 415.738 56.9336C415.26 57.7951 414.502 58.468 413.59 58.842C412.679 59.216 411.667 59.2688 410.721 58.9917C407.985 58.4189 407.141 59.2323 406.543 61.9502C406.392 62.6331 406.469 63.3692 406.295 64.0431C406.019 65.1149 405.632 66.1592 405.267 67.2066C405.042 67.8512 404.78 68.4829 404.521 69.1149C404.087 70.1674 403.657 71.2215 403.197 72.2626C402.773 72.8034 402.48 73.4348 402.341 74.1075C402.427 75.3414 402.267 76.5801 401.869 77.7513C401.472 78.9226 400.845 80.0029 400.025 80.9293C398.536 83.4638 397.114 86.0378 395.587 88.5493C393.64 91.7546 391.55 94.8742 389.642 98.1021C385.929 104.385 382.286 110.71 378.646 117.035C378.344 117.738 377.837 118.333 377.192 118.743C376.546 119.154 375.792 119.36 375.028 119.335C370.1 119.242 365.17 119.301 360.241 119.249C358.567 119.231 356.895 119.061 354.653 118.926L358.655 115.908L358.315 115.255L351.191 118.35C351.143 115.62 351.991 112.949 353.606 110.747C355.221 108.546 357.513 106.934 360.132 106.16C360.717 108.377 361.437 110.556 362.288 112.685C363.713 109.376 360.17 105.192 364.679 102.539L365.832 105.564C366.061 105.367 366.243 105.122 366.368 104.847C366.493 104.572 366.557 104.273 366.556 103.971C366.491 100.839 366.316 97.7068 366.312 94.5745C366.309 91.5503 366.911 90.998 370.261 90.5406L371.361 106.318ZM458.443 492.812C456.697 493.191 454.974 493.669 453.282 494.243C448.731 496.118 445.71 500.454 440.94 502.028C440.577 502.32 440.233 502.636 439.911 502.972C437.991 504.992 435.545 506.436 432.848 507.142C431.059 504.184 428.949 501.199 427.36 497.958C424.669 492.469 422.309 486.817 419.806 481.236C418.843 479.086 417.707 476.999 416.928 474.785C414.191 467.021 411.527 459.231 408.937 451.415C407.867 448.184 407.081 444.859 406.137 441.586C404.411 435.603 402.646 429.631 400.951 423.639C400.843 422.727 400.834 421.806 400.926 420.892L407.432 428.46L408.115 428.022C407.647 427.025 407.106 426.064 406.498 425.146C404.637 422.712 402.627 420.393 400.786 417.946C400.138 416.924 399.578 415.851 399.11 414.736C400.171 414.235 401.355 414.056 402.516 414.222C403.678 414.387 404.765 414.889 405.644 415.666C407.004 416.773 406.432 417.828 405.578 418.965C409.158 419.089 410.905 421.407 410.034 423.788C411.052 424.654 412.006 425.593 412.885 426.599C414.199 428.351 415.336 430.235 416.547 432.064C416.41 430.556 415.967 429.092 415.245 427.761C414.629 426.42 414.024 425.075 413.425 423.757C415.517 422.472 416.883 422.685 417.908 424.523C418.538 425.654 419.206 426.766 419.918 427.846C420.708 429.042 421.567 430.193 422.395 431.364L423.192 430.864L418.949 422.797L420.477 420.714C417.006 419.743 414.809 417.785 415.428 416.121L418.36 415.268C419.334 416.789 420.208 418.18 421.109 419.552C421.615 420.965 422.529 422.197 423.735 423.092L424.415 422.581L420.178 414.657L423.773 412.766L423.473 411.999C422.502 412.219 421.523 412.407 420.563 412.664C420.265 412.803 419.936 412.862 419.608 412.838C419.281 412.813 418.965 412.704 418.691 412.522C418.417 412.34 418.195 412.091 418.045 411.799C417.895 411.506 417.823 411.18 417.835 410.852C419.175 410.865 420.513 410.725 421.821 410.433C423.198 409.778 424.509 408.99 425.734 408.081C437.448 436.46 445.113 465.854 458.443 492.812ZM456.464 412.776C455.205 412.266 453.845 412.055 452.49 412.161C451.136 412.267 449.825 412.687 448.661 413.388L446.608 409.282L451.059 408.054C452.085 405.785 448.201 404.515 449.034 401.566L455.768 399.288C456.311 400.886 456.771 402.511 457.147 404.157C458.915 411.731 461.8 419 465.708 425.724C470.059 434.449 474.736 443.012 479.336 451.611C481.435 455.535 483.675 459.382 485.876 463.25C486.321 464.031 486.875 464.75 487.421 465.561C486.592 466.305 485.674 466.941 484.686 467.456C481.094 468.96 478.199 471.762 476.578 475.304C476.258 476.175 475.737 476.958 475.057 477.591C474.378 478.223 473.56 478.686 472.668 478.944C471.957 479.135 471.314 479.52 470.812 480.057C470.309 480.595 469.967 481.262 469.823 481.983C469.494 483.398 468.772 484.691 467.739 485.712C466.706 486.733 465.405 487.441 463.987 487.754C452.591 461.357 443.642 433.969 437.251 405.935L441.53 405.528L444.268 409.303L442.001 411.774L442.295 412.198L444.972 411.125C447.613 414.227 447.609 414.223 444.981 416.918C444.484 417.212 444.088 417.648 443.843 418.17C443.598 418.693 443.516 419.276 443.607 419.846L448.096 416.418L453.03 424.025C453.126 420.662 450.159 418.481 450.169 414.91L456.464 412.776ZM374.165 456.16L373.054 455.689C372.407 453.938 371.714 452.203 371.123 450.433C369.264 444.853 367.351 439.289 365.652 433.66C364.99 431.279 364.554 428.842 364.35 426.38C364.345 425.945 364.446 425.514 364.644 425.126C364.841 424.737 365.129 424.402 365.484 424.149C365.911 424.02 366.362 423.988 366.803 424.055C367.245 424.121 367.666 424.285 368.036 424.534C369.25 425.575 370.373 426.716 371.394 427.947L368.65 429.268C370.093 429.43 371.516 429.732 372.899 430.17C373.765 431.286 374.386 432.571 374.722 433.942C377.913 436.889 380.754 440.195 383.188 443.794C381.676 440.194 379.871 436.726 377.788 433.424C380.293 431.896 380.5 431.833 381.724 433.776C383.608 436.764 385.293 439.876 387.115 442.904C387.358 443.617 387.765 444.263 388.302 444.79C388.839 445.317 389.493 445.711 390.21 445.941L382.917 432.061C386.047 431.28 386.049 431.277 387.611 433.372C387.789 433.849 388.132 434.247 388.577 434.494C389.023 434.741 389.541 434.822 390.041 434.721L381.133 420.889L388.627 417.96C388.966 418.538 389.259 419.142 389.503 419.766C390.976 424.974 392.611 430.147 393.827 435.416C396.763 445.841 400.314 456.083 404.463 466.088C405.825 470.227 407.398 474.293 409.177 478.27C412.695 485.592 416.549 492.751 420.272 499.974C421.873 503.078 423.496 506.171 425.114 509.278C422.614 510.416 422.308 510.686 420.863 509.882C418.408 508.863 415.72 508.537 413.093 508.939C411.086 508.996 409.114 509.474 407.303 510.341C405.493 511.208 403.884 512.445 402.581 513.972C401.272 513.411 400.088 512.597 399.096 511.575C398.104 510.554 397.325 509.346 396.803 508.022C395.516 504.625 393.671 501.439 392.048 498.171C390.227 494.502 388.383 490.844 386.785 487.651C387.686 485.867 388.731 484.158 389.91 482.544C391.015 481.273 393.099 482.062 394.571 480.566C396.083 479.927 397.741 479.715 399.365 479.953L401.56 470.331C400.791 469.419 400.292 468.31 400.119 467.13C400.405 466.123 400.397 465.056 400.097 464.053C399.797 463.051 399.217 462.155 398.425 461.471C397.85 460.592 397.515 459.578 397.453 458.53C397.422 458.004 397.233 457.5 396.912 457.082C396.591 456.665 396.152 456.353 395.652 456.188C393.73 455.351 391.872 454.37 389.95 453.535C389.395 453.384 388.819 453.331 388.247 453.379C386.761 453.32 385.275 453.269 383.789 453.237C382.892 453.023 381.956 453.048 381.072 453.31C380.614 453.754 380.008 454.014 379.37 454.039C378.733 454.064 378.108 453.854 377.616 453.448C377.293 453.374 376.958 453.377 376.637 453.458C376.316 453.538 376.019 453.693 375.769 453.909C375.148 454.594 374.61 455.35 374.165 456.16ZM352.207 426.224C352.857 427.557 353.527 428.781 354.065 430.061C358.032 439.504 361.944 448.97 365.944 458.4C366.932 460.728 368.866 462.975 365.653 465.075C365.592 465.174 365.548 465.283 365.525 465.398C364.607 468.545 364.277 471.834 364.551 475.1C364.599 475.39 364.709 475.665 364.873 475.908C365.038 476.151 365.252 476.355 365.503 476.508C367.666 477.95 369.365 479.988 370.397 482.375C370.936 483.093 371.612 483.697 372.387 484.151L374.588 481.395C378.263 492.329 383.751 502.568 390.824 511.681C389.622 511.815 388.406 511.697 387.253 511.334C386.1 510.97 385.036 510.37 384.129 509.572C383.137 508.584 381.937 507.832 380.616 507.37C379.295 506.907 377.887 506.747 376.496 506.901C375.333 506.95 374.173 506.75 373.093 506.314C372.014 505.879 371.039 505.218 370.235 504.376C369.091 503.387 367.799 502.582 366.406 501.991C363.97 500.911 361.442 500.039 359.505 499.293C358.084 495.732 356.914 492.784 355.731 489.841C353.627 484.603 351.213 479.466 349.478 474.109C346.871 466.061 344.686 457.874 342.424 449.717C341.197 445.297 340.176 440.819 339.072 436.364C338.742 435.803 338.62 435.144 338.728 434.502C338.836 433.86 339.166 433.277 339.661 432.855C340.365 432.441 341.18 432.255 341.994 432.321C342.807 432.387 343.581 432.703 344.209 433.225C344.542 433.482 344.833 433.794 345.083 434.026L346.419 431.755C347.129 432.07 347.789 432.486 348.379 432.992C349.044 433.861 349.641 434.78 350.163 435.742C348.231 436.162 346.528 437.293 345.393 438.911C348.46 437.579 351.295 438.165 353.997 436.652C352.974 436.099 352.072 435.348 351.344 434.442C350.616 433.536 350.076 432.494 349.756 431.376C349.679 431.041 349.529 430.727 349.317 430.456C349.105 430.185 348.836 429.964 348.529 429.808C348.223 429.653 347.885 429.566 347.542 429.555C347.198 429.543 346.856 429.607 346.539 429.742C344.113 430.075 341.714 430.581 339.36 431.256C338.992 431.223 338.636 431.104 338.323 430.908C338.161 430.229 337.954 429.56 337.856 428.876C337.835 428.383 337.859 427.89 337.928 427.402L352.207 426.224ZM474.611 392.04L474.327 392.668C475.266 394.148 476.151 395.666 477.159 397.097C477.921 398.621 478.816 400.074 479.834 401.44C481.308 403.276 482.524 405.304 483.448 407.469C483.596 407.692 483.696 407.943 483.741 408.206C483.787 408.47 483.777 408.74 483.713 409C483.648 409.26 483.53 409.503 483.366 409.715C483.202 409.926 482.996 410.101 482.761 410.229C481.331 411.252 480.212 412.65 479.526 414.268C478.84 415.887 478.614 417.664 478.873 419.403C478.786 420.629 478.953 421.86 479.364 423.018C479.775 424.177 480.421 425.238 481.261 426.135C483.28 427.69 485.487 428.984 487.831 429.983C488.165 430.103 488.52 430.155 488.874 430.135C489.228 430.115 489.574 430.024 489.892 429.868C492.368 428.642 494.777 427.282 497.319 425.912C496.97 424.967 496.883 423.944 497.065 422.953C498.206 420.482 498.388 417.675 497.573 415.078C497.505 413.716 497.08 412.396 496.341 411.25C495.603 410.105 494.576 409.173 493.364 408.548C492.546 408.399 491.706 408.41 490.892 408.581C491.943 409.525 492.928 410.541 493.837 411.622C494.489 412.42 494.905 413.385 495.037 414.407C495.098 417.658 494.907 420.914 494.817 424.023C493.833 424.534 493.31 424.779 492.812 425.068C492.074 425.71 491.209 426.189 490.273 426.472C489.337 426.754 488.351 426.835 487.381 426.708C486.412 426.581 485.48 426.249 484.648 425.735C483.816 425.221 483.103 424.536 482.556 423.725C482.287 423.547 482.055 423.318 481.875 423.049C481.695 422.781 481.57 422.48 481.507 422.163C481.444 421.847 481.445 421.52 481.51 421.204C481.574 420.887 481.701 420.587 481.883 420.32C482.195 419.489 482.244 418.583 482.025 417.723C481.799 416.437 482.054 415.113 482.741 414.003C483.429 412.892 484.5 412.074 485.752 411.702C486.644 411.424 487.622 411.43 488.524 411.174C489.573 410.876 490.158 410.241 489.371 408.838H485.977L480.535 399.126L482.713 396.727L487.234 403.668C487.384 403.338 487.457 402.978 487.448 402.615C487.438 402.253 487.347 401.897 487.181 401.575C486.419 400.116 485.612 398.675 484.73 397.286C484.497 397.071 484.33 396.795 484.249 396.488C484.167 396.182 484.174 395.859 484.269 395.557C484.364 395.255 484.543 394.985 484.785 394.781C485.027 394.576 485.322 394.445 485.636 394.401C486.117 394.98 486.628 395.534 487.166 396.06C487.511 396.149 487.871 396.157 488.219 396.083L487.104 393.1L489.114 390.926C487.201 390.497 484.999 391.09 484.934 388.481L486.934 385.548L483.501 385.981C484.08 384.592 484.967 383.353 486.095 382.356C487.223 381.36 488.562 380.632 490.012 380.229C495.334 398 501.825 415.4 509.442 432.316C504.77 435.412 500.847 439.511 497.959 444.315C494.042 448.157 491.493 453.177 490.702 458.607C489.155 456.022 487.747 453.357 486.484 450.623C483.868 445.101 480.91 439.703 478.78 433.998C476.155 426.968 474.2 419.686 472.013 412.495C470.44 407.323 468.946 402.127 467.457 396.929C467.291 396.019 467.191 395.099 467.16 394.175C471.884 399.146 476.234 404.46 480.176 410.072C477.344 403.681 473.423 397.831 468.588 392.783L477.411 388.573L478.675 390.66C478.525 391.04 478.294 391.383 477.999 391.665C477.703 391.946 477.35 392.16 476.963 392.291C476.576 392.423 476.166 392.468 475.76 392.424C475.354 392.381 474.961 392.25 474.611 392.04ZM445.749 108.709C448.535 107.781 451.108 106.305 453.316 104.369C449.756 105.613 446.049 106.389 442.289 106.677C442.733 105.686 443.034 104.954 443.383 104.246C446.351 98.2246 449.239 92.161 452.329 86.2026C454.978 81.0967 457.819 76.0882 460.676 71.0948C461.486 70.0063 462.406 69.0045 463.422 68.1051C464.485 70.1978 465.24 71.7722 466.082 73.2979C466.431 74.0079 466.914 74.6437 467.504 75.1704C469.885 77.0519 472.413 78.7523 474.747 80.689C478.013 83.4004 481.154 86.2627 484.47 89.1663C472.865 103.853 463.793 120.513 453.269 136.236C451.674 135.444 449.975 134.684 448.361 133.773C446.838 132.914 446.875 131.754 448.384 130.832C449.188 130.34 450.042 129.928 450.873 129.48L450.595 128.829L447.25 129.185C446.747 125.735 447.08 122.214 448.222 118.919C445.805 116.865 445.847 116.488 449.066 112.725L445.989 112.428L445.749 108.709ZM256.457 116.386C256.251 115.097 256.474 113.777 257.092 112.628C257.711 111.479 258.69 110.566 259.879 110.029C261.352 109.343 262.926 108.901 264.539 108.719C265.179 108.748 265.815 108.605 266.381 108.305C266.947 108.005 267.422 107.559 267.757 107.014C268.212 106.328 268.737 105.693 269.325 105.117C270.15 103.952 270.693 102.611 270.913 101.201C271.133 99.79 271.022 98.3476 270.59 96.9868C269.734 95.7311 269.321 94.2261 269.415 92.7093C269.509 91.1925 270.105 89.7501 271.109 88.6097C271.27 88.0707 271.345 87.5099 271.332 86.9477C270.694 87.3466 270.089 87.7972 269.525 88.2951C269.339 88.5645 269.1 88.7922 268.821 88.9637C268.543 89.1351 268.231 89.2465 267.907 89.2906C267.583 89.3347 267.254 89.3106 266.939 89.2199C266.625 89.1292 266.333 88.9739 266.083 88.7638C264.897 87.942 265.496 86.9179 265.832 85.9178C267.144 82.0122 268.493 78.1179 269.721 74.1854C270.461 72.0956 271.615 70.1766 273.113 68.543C274.612 66.9094 276.425 65.5948 278.443 64.6778C282.378 62.854 285.875 60.206 288.697 56.9132C290.438 55.1166 292.445 53.5976 294.646 52.4093C295.297 52.2192 295.979 52.1533 296.654 52.215C295.783 54.5789 295.213 56.621 294.305 58.4999C291.101 66.0912 288.595 73.9586 286.817 82.0045C285.196 87.8873 283.935 93.8829 282.043 99.6748C278.648 110.07 274.922 120.358 271.252 130.661C271.083 131.069 270.833 131.438 270.518 131.747C270.202 132.056 269.828 132.298 269.417 132.459C266.391 133.396 263.314 134.18 260.226 134.893C257.984 134.973 255.826 135.769 254.069 137.164C253.039 137.701 251.919 138.041 250.764 138.168C253.99 134.375 257.003 130.407 259.788 126.28L255.78 129.284C255.685 128.17 255.889 127.05 256.371 126.041C256.853 125.031 257.595 124.169 258.521 123.541C259.72 122.592 260.818 121.52 261.796 120.344C262.346 120.035 262.799 119.577 263.102 119.024C263.405 118.47 263.547 117.843 263.511 117.212L257.359 122.032C257.062 121.1 257.107 120.092 257.486 119.19C257.866 118.288 258.555 117.552 259.429 117.113C261.609 115.519 263.625 113.713 265.449 111.722C265.897 111.039 266.251 110.3 266.502 109.524C263.47 112.243 260.093 114.55 256.457 116.386ZM282.206 417.907C284.077 418.296 285.917 418.826 287.709 419.492C288.602 419.99 289.289 420.79 289.645 421.749C292.398 429.261 294.83 436.898 297.769 444.335C301.82 455.267 306.48 465.963 311.726 476.375C313.793 480.267 315.562 484.317 317.467 488.294C314.362 485.646 310.517 484.016 306.454 483.624C302.839 483.495 299.293 482.599 296.05 480.996C294.779 480.465 293.734 479.507 293.094 478.288C291.999 476.074 290.975 473.826 289.894 471.606C287.526 466.738 284.974 461.952 282.806 456.996C280.498 451.72 278.524 446.297 276.447 440.922C273.479 433.241 270.539 425.551 267.626 417.85C267.237 416.56 266.92 415.25 266.676 413.925C270.195 416.18 273.165 419.194 275.369 422.746C277.963 425.715 280.091 429.091 282.464 432.346C284.067 430.347 284.217 430.306 285.323 431.757C285.89 432.502 286.257 433.401 286.83 434.14C287.24 434.549 287.702 434.901 288.203 435.189L288.746 434.767L287.047 430.922L287.454 430.633L290.458 433.571C290.573 432.14 290.365 430.702 289.849 429.362C289.4 429.192 288.992 428.93 288.649 428.594C288.306 428.257 288.037 427.853 287.858 427.408C287.679 426.962 287.595 426.484 287.611 426.004C287.626 425.524 287.741 425.052 287.948 424.619C286.85 424.157 285.878 423.441 285.113 422.529C284.64 420.727 283.626 419.113 282.206 417.907ZM241.164 406.834C243.908 406.054 246.795 405.914 249.602 406.423C250.542 406.424 251.451 406.756 252.17 407.36C252.889 407.965 253.373 408.803 253.535 409.729C254.625 413.825 255.969 417.85 257.559 421.779C261.054 429.759 264.746 437.652 268.634 445.458C273.349 454.954 278.33 464.318 283.176 473.75C283.487 474.47 283.751 475.209 283.966 475.962C282.273 476.119 280.584 475.615 279.254 474.556C277.123 472.555 274.457 471.217 271.58 470.703C269.188 470.375 266.853 469.718 264.641 468.751C264.134 468.445 263.731 467.993 263.483 467.455C260.283 462.379 256.876 457.415 253.987 452.166C251.098 446.918 248.766 441.364 246.13 435.973C243.647 430.897 241.23 425.779 238.51 420.831C236.539 417.215 234.965 413.397 233.814 409.443C233.279 407.638 233.651 407.119 235.402 406.717C236.215 406.534 237.063 406.585 237.847 406.865C238.632 407.144 239.322 407.64 239.836 408.296C242.371 411.051 244.802 413.901 247.301 416.69C247.628 416.869 247.987 416.984 248.358 417.029L247.648 414.035C248.601 414.038 249.527 414.349 250.288 414.922C251.049 415.495 251.604 416.298 251.871 417.213C250.708 417.261 249.569 417.555 248.529 418.077C247.49 418.599 246.572 419.335 245.839 420.238L254.732 419.333L251.573 414.101L254.115 413.003L247.216 409.32C247.286 409.734 247.329 410.153 247.345 410.573C247.33 411.186 247.247 411.797 247.193 412.409C246.579 412.334 245.987 412.129 245.46 411.805C244.032 410.301 242.732 408.674 241.164 406.834ZM511.783 362.184L511.444 361.097C511.794 361.666 512.103 362.259 512.367 362.872C514.356 368.526 516.288 374.2 518.292 379.849C520.102 384.948 521.789 390.102 523.891 395.08C525.484 398.85 527.644 402.381 529.473 405.868C528.017 407.556 526.69 409.005 525.468 410.539C524.468 411.794 523.644 413.19 522.652 414.452C520.639 416.09 519.198 418.324 518.537 420.834C518.429 421.993 518.052 423.111 517.435 424.098C516.818 425.085 515.978 425.914 514.983 426.519C507.527 410.517 502.056 393.664 498.692 376.334C499.836 378.122 501.432 379.575 503.32 380.546L499.217 373.55L511.783 362.184ZM500.05 157.808C499.665 157.88 499.272 157.905 498.881 157.883C498.321 157.713 497.773 157.506 497.24 157.264C494.246 155.902 493.934 155.465 495.364 152.459C496.909 149.303 498.623 146.233 500.498 143.262C504.152 138.379 507.276 133.12 509.815 127.575C511.199 124.832 512.897 122.259 514.877 119.909C520.314 127.107 526.222 133.936 532.562 140.352C529.172 143.98 525.366 147.637 522.062 151.702C518.675 155.869 515.777 160.435 512.474 165.097L508.902 162.807C510.484 161.984 511.98 161.004 513.367 159.884C511.518 159.884 509.701 159.409 508.09 158.504L511.117 155.829L508.25 155.517L506.994 150.345C506.44 151.194 505.612 151.829 504.648 152.143C503.683 152.458 502.64 152.432 501.692 152.072L500.136 147.954L499.398 148.143L499.892 152.926L496.512 154.629L496.616 155.118L500.05 155.283L500.05 157.808ZM223.044 110.597C222.72 111.732 222.517 112.612 222.219 113.457C219.01 122.564 215.852 131.689 212.541 140.758C210.405 146.608 208.069 152.386 205.739 158.162C205.357 159.133 204.727 159.986 203.912 160.637C201.151 162.686 198.274 164.578 195.47 166.512C196.53 165.433 197.251 164.068 197.546 162.585L180.88 176.286C181.167 173.999 182.044 171.826 183.425 169.98C186.217 167.472 189.177 165.157 192.284 163.052L193.865 165.568C194.518 160.336 196.378 155.328 199.299 150.938L199.061 150.482L196.466 151.883L197.299 146.837L195.192 145.817C194.06 148.633 192.652 151.33 190.987 153.868L194.583 151.106C194.794 151.792 194.862 152.513 194.784 153.226C194.706 153.94 194.484 154.629 194.131 155.253C192.053 157.465 189.859 159.565 187.558 161.545C187.683 159.859 187.754 159.069 187.799 158.277C188.556 154.003 189.744 149.816 191.344 145.781C193.504 140.013 196.849 134.762 201.164 130.366C202.212 128.817 203.647 127.568 205.326 126.743C207.474 125.583 209.386 124.033 210.965 122.171C212.9 118.886 216.032 116.479 219.704 115.454C219.643 114.389 219.938 113.334 220.543 112.455C221.148 111.575 222.028 110.922 223.044 110.597ZM523.832 356.301L524.613 355.616C523.852 353.253 522.484 351.132 520.646 349.465L523.154 346.932C524.75 349.345 526.198 351.29 527.334 353.403C527.444 353.835 527.463 354.285 527.39 354.725C527.316 355.165 527.151 355.584 526.906 355.956C526.264 356.719 525.511 357.38 524.672 357.918L527.009 360.654C527.489 357.9 529.033 355.445 531.307 353.819C531.633 353.581 531.906 353.277 532.11 352.928C532.314 352.579 532.443 352.192 532.491 351.791C532.539 351.39 532.503 350.983 532.387 350.596C532.271 350.209 532.076 349.85 531.815 349.542C531.48 349.247 531.217 348.881 531.046 348.47C530.874 348.059 530.798 347.614 530.824 347.169C530.85 346.724 530.977 346.291 531.196 345.903C531.414 345.515 531.718 345.181 532.085 344.928C532.792 343.947 533.277 342.824 533.507 341.637C531.004 340.623 531.29 342.724 530.518 343.476C530.22 343.767 529.886 344.022 529.339 344.49L528.038 341.539L533.508 335.156C535.257 342.95 536.605 350.202 538.553 357.288C540.537 364.502 543.113 371.552 545.498 378.884C544.528 379.121 543.577 379.431 542.654 379.812C541.809 380.156 541.071 380.717 540.512 381.438C539.285 383.446 538.16 385.514 537.141 387.634C535.958 389.663 535.266 391.94 535.121 394.284C535.142 396.42 534.501 398.511 533.286 400.268C531.63 395.59 529.902 391.345 528.63 386.967C526.86 380.876 525.433 374.685 523.856 368.538C523.564 367.401 523.208 366.279 522.965 365.131C522.259 361.803 521.564 358.472 520.948 355.126C520.998 354.302 521.167 353.489 521.448 352.712L523.832 356.301ZM182.29 149.278C182.166 150.224 181.977 151.159 181.725 152.079C179.073 158.745 176.4 165.404 173.707 172.054C173.356 172.925 172.874 173.742 172.525 174.613C171.698 176.676 170.983 178.786 170.098 180.823C169.283 183.379 168.098 185.802 166.579 188.013C164.428 190.19 161.987 192.06 159.325 193.57C155.285 196.19 151.116 198.613 146.981 201.085C146.29 201.359 145.573 201.563 144.841 201.693C147.259 193.871 149.492 186.587 151.783 179.321C151.952 178.524 152.402 177.815 153.051 177.323C155.647 175.748 157.861 173.616 159.534 171.082C161.157 169.254 163.084 167.699 164.857 166.003C166.619 164.317 168.384 162.633 170.097 160.898C170.902 159.615 171.954 158.503 173.19 157.627C176.083 156.319 178.475 154.111 180.008 151.331C180.716 150.59 181.479 149.904 182.29 149.278ZM630.182 290.795L633.939 284.682L643.331 295.85C642.299 297.582 641.832 299.593 641.996 301.603L644.598 297.839C646.634 299.467 647.714 300.784 646.522 302.859C647.25 302.652 648.025 302.682 648.736 302.943C649.447 303.204 650.056 303.683 650.477 304.313C652.696 306.911 654.9 309.524 657.055 312.175C657.681 313.112 658.244 314.089 658.738 315.102C656.91 314.005 655.01 313.033 653.051 312.191C645.763 309.13 637.984 307.405 630.086 307.098C628.671 307.099 627.258 307.001 625.857 306.805C625.281 306.816 624.722 306.615 624.284 306.242C623.364 303.058 620.83 303.829 618.751 304.071C612.552 304.792 606.375 305.7 600.194 306.574C598.095 306.871 598.103 306.925 596.515 304.893L605.931 303.669L605.23 300.825L607.809 300.361C607.583 299.214 607.711 298.026 608.175 296.953C608.639 295.881 609.418 294.974 610.409 294.354C611.907 295.993 613.521 297.521 615.24 298.927C615.911 299.878 616.811 300.645 617.857 301.155C618.903 301.666 620.061 301.904 621.223 301.847L616.181 297.004L619.267 292.386C623.39 295.473 623.564 295.888 622.399 299.45C622.525 299.673 622.695 299.868 622.9 300.023L625.296 298.469L630.797 303.432C630.829 302.66 630.676 301.891 630.352 301.19C630.028 300.488 629.541 299.874 628.932 299.398C628.113 298.436 627.231 297.527 626.3 296.512L629.178 292.445C630.498 293.72 631.516 294.68 632.509 295.667C636.186 299.322 639.846 302.995 643.535 306.639C643.916 307.137 644.439 307.508 645.036 307.703C645.632 307.898 646.273 307.909 646.875 307.733L630.182 290.795ZM173.169 405.75C175.859 406.36 178.224 407.952 179.802 410.214C182.554 414.994 185.094 419.903 187.569 424.836C189.893 429.466 191.996 434.207 194.257 438.87C194.749 439.704 195.314 440.494 195.945 441.23C196.095 440.067 196 438.886 195.666 437.762C195.332 436.638 194.766 435.597 194.004 434.706C193.045 432.426 191.912 430.219 190.883 427.968C189.904 425.825 188.969 423.661 188 421.513C187.009 419.315 186 417.125 184.709 414.294C185.378 414.496 186.034 414.741 186.672 415.028C189.118 416.669 191.112 418.899 192.47 421.512C195.133 424.951 196.746 429.084 197.117 433.417C197.16 436.411 198.388 439.267 200.532 441.358C201.158 441.901 201.575 442.646 201.713 443.463C201.758 444.701 201.449 445.926 200.821 446.994C199.883 447.284 198.872 447.221 197.978 446.817C195.522 446.015 193.138 444.99 190.697 444.137C189.446 443.815 188.281 443.221 187.284 442.399C186.287 441.577 185.483 440.546 184.928 439.379C184.476 438.421 183.8 437.587 182.957 436.946C180.368 434.863 178.523 431.998 177.695 428.78C175.596 421.654 172.856 414.732 169.508 408.1C169.166 407.431 168.88 406.733 168.513 405.929C171.085 405.93 170.826 408.264 172.066 409.427L174.161 409.185C177.013 414.547 179.74 419.891 182.67 425.12C185.067 430.546 187.854 435.79 191.01 440.812C191.171 440.374 191.152 439.89 190.958 439.466C188.248 433.593 185.818 427.565 182.714 421.908C180.229 416.139 177.022 410.71 173.169 405.75ZM311.28 417.96L311.217 417.099H303.203L302.615 414.46C298.474 416.075 293.946 416.427 289.605 415.471C288.487 415.338 287.416 414.945 286.478 414.324L286.892 411.864C284.716 412.005 282.541 411.561 280.593 410.581L286.768 406.658L290.342 412.141L292.849 412.734C294.62 409.449 297.322 406.761 300.614 405.005L305.17 408.8L303.225 412.048L306.767 410.99L310.118 413.314L310.72 412.756L308.478 409.295L313.315 405.58L317.446 409.977C315.761 411.071 314.499 412.706 313.866 414.612L318.816 411.852C324.766 416.674 324.766 416.674 326.633 416.102L320.142 410.669L327.403 404.564C329.137 406.09 330.644 407.387 332.116 408.723C333.644 410.11 335.138 411.536 336.552 412.856C333.207 417.155 328.435 420.116 323.098 421.204C317.942 423.006 312.325 422.991 307.179 421.162C317.551 420.742 319.37 420.372 320.976 418.367L302.134 419.63C305.212 419.252 308.267 418.694 311.28 417.96ZM377.478 456.268C378.212 456.804 379.104 457.078 380.012 457.047C380.92 457.016 381.792 456.681 382.487 456.096C382.849 455.799 383.309 455.648 383.777 455.672C386.106 455.78 388.424 456.071 390.708 456.54C392.182 456.819 393.488 457.665 394.344 458.897C394.941 460.788 395.911 462.54 397.197 464.05C397.546 464.633 397.726 465.303 397.716 465.983C397.848 466.894 397.765 467.849 397.982 468.734C398.523 469.71 398.81 470.805 398.817 471.921C398.824 473.036 398.549 474.135 398.02 475.117C397.49 476.099 396.722 476.931 395.786 477.538C394.85 478.145 393.777 478.507 392.664 478.59C392.103 478.767 391.528 478.895 390.946 478.973C389.704 478.981 388.501 479.407 387.531 480.182C386.561 480.956 385.88 482.035 385.598 483.244C385.221 483.41 384.82 483.516 384.411 483.561C380.851 475.548 377.778 467.237 374.351 459.113L377.478 456.268ZM545.795 183.9C548.397 178.044 551.703 172.528 555.64 167.472C556.834 171.309 558.668 174.916 561.064 178.141C562.583 179.772 563.991 181.501 565.28 183.319C568.082 187.334 570.589 191.566 573.549 195.457C574.961 197.696 575.751 200.271 575.836 202.917C566.837 200.648 558.441 196.445 551.233 190.601L554.005 189.278L553.855 188.558H547.529L551.095 186.969L550.948 186.19H544.986C547.86 185.481 550.426 183.858 552.3 181.566L545.795 183.9ZM532.597 174.593L532.394 174.064L535.755 171.333L532.167 171.085C532.379 169.145 532.344 167.185 532.061 165.254C531.272 163.291 530.258 161.426 529.041 159.696C528.674 161.81 528.8 163.98 529.41 166.037L523.107 168.633L523.374 169.525L530.409 168.341C529.544 169.781 528.183 170.856 526.582 171.363C524.98 171.869 523.249 171.773 521.713 171.092C524.959 161.922 530.079 153.528 536.748 146.445C537.776 148.035 538.713 149.595 539.761 151.077C541.564 152.788 543.12 154.742 544.383 156.883C544.621 157.149 544.95 157.317 545.305 157.352C547.636 158.219 549.643 159.781 551.056 161.828C547.634 165.612 544.343 169.26 541.036 172.893C540.812 173.17 540.507 173.37 540.163 173.466C537.646 173.871 535.12 174.224 532.597 174.593ZM42.9781 262.628C44.2407 260.236 45.963 258.116 48.0463 256.391C50.1296 254.665 52.5329 253.368 55.1185 252.573C58.3777 251.143 61.96 250.609 65.4945 251.028C67.0325 251.128 68.5186 251.624 69.8088 252.467C71.0991 253.31 72.1497 254.472 72.8589 255.84C73.7203 259.025 73.486 262.407 72.1938 265.442C70.9016 268.477 68.6263 270.99 65.7338 272.577C67.7242 270.453 67.7242 270.453 67.3713 268.911L59.584 274.195L61.1636 270.217L54.4505 273.426C53.2328 270.863 51.364 268.664 49.0305 267.049L47.52 271.04L42.9781 262.628ZM396.385 433.749C399.741 437.018 398.523 442.197 401.87 446.313C402.124 444.769 402.187 443.201 402.056 441.642C401.162 437.991 400.041 434.391 398.891 430.809C398.781 430.452 398.591 430.125 398.335 429.852C398.079 429.58 397.765 429.37 397.415 429.238C396.651 429.559 395.978 430.063 395.453 430.704C394.726 428.422 393.948 426.201 393.319 423.938C392.7 421.716 392.233 419.451 391.774 417.517C392.513 416.895 393.43 416.523 394.394 416.455C395.357 416.386 396.318 416.624 397.138 417.135C397.457 418.275 397.827 419.391 398.08 420.532C400.764 432.6 404.13 444.47 407.941 456.235C411.379 467.364 415.448 478.288 420.126 488.955C422.432 494.884 425.286 500.585 428.651 505.983C429.516 506.94 430.17 508.068 430.57 509.294C430.97 510.52 431.107 511.816 430.973 513.099C419.14 493.622 409.265 473.021 401.492 451.598C399.194 445.835 397.483 439.855 396.385 433.749ZM784.733 343.749C784.975 345.02 785.251 346.044 785.354 347.085C785.472 347.457 785.488 347.854 785.399 348.234C785.31 348.613 785.12 348.962 784.849 349.243C784.578 349.523 784.237 349.726 783.86 349.828C783.484 349.93 783.087 349.929 782.711 349.823C782.124 349.786 781.542 349.682 780.978 349.514C771.78 347.038 762.586 344.545 753.397 342.037C752.838 341.745 752.333 341.36 751.904 340.898C754.197 340.661 756.405 339.902 758.36 338.679C756.409 339.228 754.348 339.262 752.38 338.777C750.412 338.292 748.604 337.305 747.131 335.913L747.003 338.383C745.676 338.779 744.275 338.858 742.913 338.614C741.55 338.369 740.264 337.808 739.158 336.975C738.615 337.712 737.829 338.233 736.939 338.447C736.049 338.661 735.113 338.553 734.294 338.144C730.309 336.74 726.127 335.976 721.903 335.88C721.717 335.975 721.552 336.107 721.42 336.269L724.03 337.388C722.593 337.861 721.124 338.233 719.635 338.503C718.108 338.061 716.459 338.038 714.934 337.593C714.042 337.73 713.13 337.575 712.335 337.149C711.54 336.723 710.905 336.051 710.525 335.232C711.817 335.232 712.818 335.271 713.815 335.223C715.097 335.191 716.377 335.086 717.647 334.908C719.433 334.456 721.241 334.1 723.064 333.841C726.468 333.658 729.887 333.791 733.3 333.758C738.845 333.824 744.367 334.487 749.77 335.735C756.782 337.193 763.782 338.715 770.767 340.3C775.346 341.34 779.887 342.545 784.733 343.749ZM650.762 221.23C651.511 220.221 652.173 219.15 652.741 218.029C653.045 217.139 653.571 216.341 654.269 215.711C654.967 215.081 655.814 214.64 656.731 214.429C657.52 214.217 658.258 213.819 659.031 213.536C664.792 211.507 670.365 208.977 675.686 205.977C680.569 203.148 685.439 200.298 690.329 197.484C691.685 196.703 693.095 196.018 694.479 195.288C692.389 198.8 689.764 201.964 686.697 204.665C686.397 204.81 686.16 205.06 686.033 205.368C685.523 207.425 684.369 209.265 682.739 210.619C681.162 212.815 679.491 214.946 677.806 217.062C676.953 218.134 676.098 218.088 675.236 216.611L681.043 210.832C680.192 210.687 679.321 210.703 678.476 210.879C677.622 211.507 676.851 212.24 676.182 213.062C674.187 215.345 672.231 217.661 670.275 219.978C669.347 221.078 668.466 221.427 667.464 219.888C668.374 218.496 669.368 217.18 670.136 215.744C670.884 215.175 671.452 214.402 671.771 213.518C672.09 212.634 672.147 211.676 671.934 210.76C670.058 213.518 667.98 216.133 665.718 218.583C664.181 221.566 662.005 224.175 659.347 226.223L655.763 223.959C657.168 222.3 658.341 221.016 659.395 219.642C660.188 218.993 660.807 218.157 661.196 217.209C661.585 216.261 661.733 215.231 661.625 214.212L654.083 223.236L650.762 221.23ZM741.546 240.345C741.375 241.342 740.831 242.236 740.024 242.846C739.218 243.456 738.209 243.736 737.203 243.629C735.919 243.94 734.578 243.937 733.295 243.621C732.012 243.304 730.824 242.683 729.832 241.81C729.645 241.666 729.423 241.574 729.189 241.545C728.225 241.255 727.386 240.648 726.81 239.822C726.233 238.997 725.951 238.001 726.009 236.996C726.051 236.419 726.007 235.84 725.879 235.276C724.921 233.342 724.436 231.209 724.466 229.051C724.496 226.894 725.038 224.775 726.049 222.868C726.446 221.888 726.615 220.83 726.543 219.775C726.567 218.264 726.407 216.749 726.315 215.051C727.639 214.591 728.531 212.56 731.078 214.644C730.346 214.98 729.655 215.398 729.019 215.891C727.208 217.754 727.417 218.852 729.964 219.437C730.771 219.587 731.498 220.021 732.012 220.661C732.527 221.301 732.794 222.104 732.767 222.925C732.681 223.689 732.811 224.463 733.143 225.157C733.476 225.851 733.996 226.438 734.646 226.85C735.393 227.184 736.011 227.751 736.407 228.467C736.803 229.182 736.955 230.007 736.841 230.817C736.859 232.201 737.151 233.568 737.701 234.838C738.87 236.75 740.155 238.589 741.546 240.345ZM360.563 407.964C360.443 408.351 360.262 408.717 360.027 409.048C356.066 412.561 352.134 416.11 348.066 419.495C347.075 420.126 345.938 420.491 344.765 420.552C343.02 420.8 341.225 420.706 339.483 420.968C338.261 421.215 337.067 421.584 335.92 422.071C333.067 423.112 330.048 423.629 327.011 423.596C327.133 423.236 327.307 422.897 327.527 422.588C335.645 416.746 343.371 410.377 350.656 403.525C350.883 403.252 351.163 403.029 351.48 402.868C351.796 402.708 352.142 402.614 352.496 402.592C352.85 402.57 353.205 402.621 353.539 402.741C353.873 402.861 354.178 403.048 354.437 403.291C356.398 404.791 358.365 406.288 360.563 407.964ZM298.643 146.275C297.661 145.72 296.816 144.95 296.173 144.023C295.53 143.095 295.104 142.035 294.929 140.92C294.287 138.924 293.15 137.124 291.622 135.688C290.207 135.4 288.741 135.482 287.367 135.925C286.944 135.867 286.531 135.753 286.138 135.586L286.792 132.154L289.982 132.509L290.737 130.018C294.581 129.412 298.502 128.667 302.457 128.229C304.267 128.568 306.129 128.503 307.91 128.038C308.195 128.019 308.482 128.058 308.751 128.153C309.021 128.247 309.269 128.396 309.48 128.588C310.481 129.339 311.391 130.21 312.307 131.006C312.146 131.436 311.914 131.835 311.62 132.188C310.327 132.918 309.298 134.038 308.681 135.389C308.063 136.739 307.889 138.25 308.184 139.705C308.177 140.211 308.065 140.71 307.854 141.169C307.644 141.629 307.34 142.04 306.961 142.375C305.301 143.742 303.574 145.025 301.786 146.22L301.389 143.175L298.643 146.275ZM773.19 268.919C773.086 268.08 773.15 267.229 773.376 266.414C773.602 265.599 773.987 264.836 774.508 264.17C775.029 263.504 775.677 262.948 776.413 262.532C777.15 262.117 777.961 261.85 778.801 261.749C785.847 261.372 792.855 260.466 799.766 259.039C802.713 258.707 805.682 259.432 808.144 261.084C808.581 261.223 808.959 261.503 809.221 261.88C809.482 262.256 809.611 262.709 809.589 263.167C809.566 263.624 809.393 264.062 809.096 264.411C808.799 264.76 808.394 265.001 807.946 265.096C806.039 266.005 804.008 266.625 801.919 266.936C796.905 267.537 791.857 267.878 786.816 268.22C782.37 268.522 777.915 268.683 773.19 268.919ZM433.849 419.166L433.161 419.356L428.886 408.926C429.554 408.106 430.439 407.49 431.439 407.148C432.44 406.805 433.517 406.75 434.547 406.989C436.91 413.97 438.343 421.244 440.299 428.375C442.258 435.518 444.662 442.545 447.037 449.566C449.412 456.586 452.207 463.468 454.421 470.535C457.218 477.331 459.632 484.278 461.651 491.343C460.872 490.862 460.243 490.173 459.833 489.354C457.654 484.539 455.45 479.731 453.426 474.85C450.228 467.137 447.087 459.397 444.096 451.603C443.379 449.391 442.883 447.114 442.615 444.805C442.409 443.574 442.711 442.244 442.426 441.044C441.696 437.964 440.843 434.906 439.902 431.883C438.017 425.827 435.54 419.958 434.231 413.718C433.945 412.452 433.522 411.221 432.969 410.047C432.456 409.297 431.853 408.612 431.175 408.006L433.849 419.166ZM357.489 502.523C354.122 497.877 351.443 492.768 349.535 487.356C345.2 478.887 342.067 469.854 340.226 460.52C340.106 460.065 339.944 459.622 339.741 459.198C337.097 450.665 334.457 442.13 331.822 433.595C331.114 431.3 330.44 428.995 329.729 426.623C330.326 426.676 331.255 426.715 332.169 426.855C333.068 426.992 333.952 427.231 334.317 427.311C337.65 440.388 340.976 453.009 344.069 465.688C347.922 478.184 352.401 490.478 357.489 502.523ZM157.255 398.595L158.044 398.153C158.379 398.539 158.704 398.934 159.051 399.308C160.735 401.364 162.585 403.278 164.583 405.03C165.425 405.539 166.119 406.26 166.596 407.121C169.177 412.004 171.297 417.117 172.93 422.393C173.981 426.522 175.526 430.525 177.02 435.102C172.686 434.51 168.551 432.91 164.948 430.428C164.752 430.291 164.611 430.089 164.549 429.858C163.783 427.768 163.181 425.621 162.748 423.437C162.37 420.569 162.461 417.64 162.318 413.867C163.011 415.709 163.875 417.481 164.898 419.161C165.054 420.072 165.395 420.942 165.901 421.716C166.406 422.489 167.065 423.151 167.837 423.66C167.912 423.264 167.931 422.86 167.893 422.459C166.481 417.966 165.117 413.455 163.567 409.01C163.41 408.196 163.028 407.443 162.464 406.837C161.9 406.23 161.176 405.795 160.376 405.58C160.065 405.466 159.781 405.287 159.544 405.054C159.307 404.822 159.123 404.541 159.003 404.232C158.326 402.388 157.824 400.479 157.255 398.595ZM464.381 395.924C464.914 397.215 465.469 398.378 465.874 399.591C466.272 400.779 466.518 402.018 466.83 403.234C465.019 400.845 465.019 400.845 462.716 401.503C463.798 408.181 465.705 414.699 468.394 420.906C469.41 417.249 466.051 414.164 467.269 409.938C469.475 414.884 471.214 420.026 472.464 425.296C472.5 426.088 472.765 426.852 473.227 427.497C473.743 427.881 474.174 428.367 474.494 428.924C474.814 429.482 475.016 430.1 475.086 430.739C477.466 436.498 479.797 442.278 482.201 448.026C483.373 450.829 484.665 453.581 485.903 456.356L485.194 456.672C484.575 455.165 483.865 453.697 483.068 452.276C477.417 443.039 472.275 433.499 467.666 423.7C464.037 416.987 461.245 409.855 459.354 402.462C458.394 398.053 458.282 397.899 462.569 396.306C463.163 396.136 463.769 396.008 464.381 395.924ZM423.922 83.4055C421.692 85.0663 418.906 85.7989 416.148 85.4497C413.39 85.1004 410.874 83.6965 409.129 81.5324C412.545 75.7026 416.312 70.0856 420.409 64.7123L424.561 67.4456C423.545 69.5355 422.982 71.8168 422.911 74.1395C423.733 77.2599 423.413 80.3622 423.922 83.4055ZM433.265 111.985C435.227 108.627 436.578 104.949 437.255 101.12C437.315 100.892 437.429 100.682 437.587 100.507C439.883 96.5416 442.18 92.5766 444.477 88.612C447.548 83.3344 450.554 78.0164 453.745 72.8115C455.199 70.5377 456.821 68.3758 458.598 66.3441C459.344 65.7403 460.191 65.2731 461.1 64.964C461.116 65.2462 461.075 65.5286 460.98 65.7949C460.885 66.0611 460.739 66.3058 460.548 66.5145C456.803 70.8968 453.843 75.8927 451.798 81.282C450.894 83.5793 449.857 85.8217 448.691 87.9976C445.289 94.9677 441.789 101.892 438.488 108.909C438.352 109.456 438.108 109.971 437.77 110.424C437.433 110.876 437.008 111.256 436.522 111.543C436.036 111.829 435.497 112.016 434.938 112.092C434.379 112.168 433.81 112.131 433.265 111.985ZM278.969 379.007L288.75 390.917L280.178 397.613L271.464 387.443L278.969 379.007ZM84.8152 348.12L88.6284 353.698C85.0325 354.017 81.4196 354.1 77.8127 353.947C78.476 354.404 79.1876 354.786 79.9349 355.087C82.5662 355.691 85.2319 356.134 87.9171 356.415C89.2061 356.425 90.4508 356.885 91.4369 357.715C92.423 358.546 93.0886 359.694 93.3189 360.962C92.6097 361.438 91.7986 361.741 90.951 361.846C90.1034 361.952 89.2428 361.857 88.4385 361.57C82.103 359.766 75.7647 357.973 69.438 356.139C68.436 355.848 67.49 355.369 66.2238 354.858L84.8152 348.12ZM391.868 375.668L381.042 387.454L374.096 381.378L385.186 369.658L391.868 375.668ZM204.789 398.876C202.89 400.125 201.296 401.09 199.794 402.181C198.807 403.025 197.589 403.551 196.297 403.692C195.006 403.833 193.703 403.581 192.557 402.969C191.532 402.609 190.465 402.38 189.382 402.287C188.905 405.148 191.92 404.055 192.47 405.986C188.467 405.689 184.517 404.887 180.715 403.6L191.459 397.303L193.45 400.484L194.346 399.83L193.592 395.675L199.296 391.701L204.789 398.876ZM517.721 352.197C519.504 360.67 520.887 368.504 522.843 376.192C524.817 383.954 527.359 391.572 529.653 399.254C524.547 391.152 520.774 382.283 518.478 372.985L521.54 373.531C519.817 370.314 518.322 367.56 516.864 364.786C515.914 363.185 515.099 361.507 514.427 359.77C514.029 358.591 514.046 357.31 514.476 356.142C515.392 354.699 516.482 353.374 517.721 352.197ZM11.6605 297.242L9.66467 290.918C10.8539 291.441 12.0157 292.024 13.1454 292.665C17.0594 295.261 20.8633 298.029 24.8448 300.514C32.8846 305.707 39.3713 312.976 43.6185 321.552C43.852 322.204 43.9939 322.884 44.0403 323.574C42.5902 322.467 41.3256 321.136 40.2939 319.631C39.2761 318.078 38.1356 316.61 36.8831 315.24C32.9321 311.223 28.7284 307.464 24.2977 303.984C20.723 300.704 16.3751 298.385 11.6605 297.242ZM561.019 309.996L565.445 308.551L566.651 309.938C568.883 307.796 571.678 306.334 574.71 305.722C577.824 305.981 580.961 305.95 584.088 306.047C583.415 307.04 582.418 307.768 581.266 308.105C576.868 309.387 572.408 310.463 568.042 311.842C565.871 312.527 564.15 312.692 563.222 310.061C561.405 310.658 559.844 311.149 558.298 311.683C557.527 312.148 556.664 312.44 555.768 312.539C554.873 312.637 553.967 312.539 553.113 312.253C552.259 311.966 551.478 311.497 550.823 310.879C550.169 310.26 549.656 309.506 549.322 308.67L553.261 303.611L561.019 309.996ZM262.58 394.543L270.502 403.532L268.422 404.954C267.501 403.969 266.364 403.211 265.1 402.74C263.837 402.268 262.481 402.097 261.14 402.238C260.651 405.481 258.821 406.367 256.125 404.796C253.794 403.438 251.452 402.099 249.134 400.72C248.472 400.327 247.872 399.828 246.945 399.162L251.532 395.707L253.546 400.168C256.729 398.584 259.754 396.7 262.58 394.543ZM145.325 378.626C142.459 380.877 139.168 382.523 135.648 383.467C134.856 383.957 133.951 384.235 133.02 384.273C132.09 384.311 131.165 384.107 130.336 383.682C128.443 383.182 126.731 382.156 125.399 380.722L141.799 372.925C142.674 374.064 143.45 374.944 144.068 375.924C144.544 376.797 144.964 377.7 145.325 378.626ZM213.419 394.96L218.945 401.142L212.799 403.52C212.127 404.743 211.166 405.783 210 406.55C208.833 407.317 207.497 407.787 206.108 407.92C204.718 408.052 203.317 407.842 202.027 407.309C200.737 406.776 199.597 405.935 198.707 404.861L205.289 400.682C206.064 401.185 206.711 401.661 207.414 402.032C207.75 402.079 208.091 402.052 208.414 401.951L207.41 399.204L213.419 394.96ZM342.754 391.277L348.664 384.4C352.272 387.309 355.445 390.719 358.087 394.526L352.235 399.799L342.754 391.277ZM551.493 313.488C547.536 315.277 543.961 317.007 540.295 318.516C536.841 319.938 536.307 319.616 534.515 315.974L541.9 304.99C543.111 305.655 544.131 306.62 544.863 307.792C545.594 308.964 546.012 310.304 546.077 311.684C548.63 310.019 549.92 311.487 551.493 313.488ZM149.595 361.04C147.349 362.02 145.264 363.334 143.409 364.936C140.678 366.476 138.316 368.594 136.486 371.14C135.846 371.636 135.072 371.929 134.264 371.982C132.567 372.456 130.823 372.787 129.167 373.373C128.622 373.771 128.174 374.288 127.858 374.885L128.264 375.512L134.329 374.216L134.521 374.885C131.183 376.292 127.839 377.686 124.509 379.113C124.191 379.258 123.847 379.34 123.497 379.353C123.147 379.365 122.799 379.309 122.471 379.187C122.143 379.065 121.842 378.879 121.586 378.641C121.329 378.402 121.123 378.116 120.977 377.798C121.762 377.115 122.517 376.441 123.289 375.789C125.667 374.081 127.89 372.169 129.935 370.075C132.962 367.129 136.402 364.641 140.148 362.689C140.567 362.475 141.027 362.35 141.497 362.322C144.113 361.896 146.732 361.491 149.595 361.04ZM529.456 331.747L523.405 325.208L529.556 314.874L531.584 316.812C530.845 317.85 530.469 318.294 530.192 318.793C529.967 319.261 529.773 319.744 529.612 320.238L530.035 320.576L532.759 318.628L536.332 321.546L529.63 327.917L530.282 328.666C531.39 327.741 532.484 326.798 533.61 325.894C534.57 325.043 535.603 324.278 536.697 323.606C537.36 323.466 538.047 323.48 538.704 323.647L539.001 324.54L529.456 331.747ZM388.185 393.836L398.265 382.48L404.067 387.226C400.767 391.279 397.043 394.968 392.959 398.231L388.185 393.836ZM364.953 387.853L359.402 393.123L349.786 382.757L354.836 377.337L364.953 387.853ZM263.86 393.166L269.828 387.987L278.916 398.47L272.234 402.986L263.86 393.166ZM224.66 408.184C229.827 407 229.986 407.081 231.385 410.723C232.521 413.679 233.51 416.706 234.854 419.565C236.501 423.068 238.57 426.372 240.243 429.864C243.11 435.852 245.812 441.919 248.583 447.953C244.603 442.916 241.201 437.449 238.44 431.653C236.314 425.723 232.967 420.235 230.252 414.508C229.791 413.133 229.058 411.865 228.098 410.778C227.137 409.692 225.968 408.81 224.66 408.184ZM338.428 411.944L328.855 403.477L335.005 397.744L344.144 407.2L338.428 411.944ZM397.257 381.035L386.856 392.661L382.315 388.548L393.071 376.761L397.257 381.035ZM340.969 391.964L351.091 400.914L345.687 405.723C342.365 402.76 339.242 399.582 336.337 396.209L340.969 391.964ZM378.668 483.936C379.472 483.919 380.271 484.065 381.017 484.366C381.902 485.128 382.639 486.047 383.19 487.076C387.449 495.592 391.66 504.131 395.823 512.695C395.843 513.174 395.777 513.653 395.629 514.109C388.507 504.95 382.791 494.781 378.668 483.936ZM127.857 208.733C129.787 203.836 131.51 199.356 133.341 194.921C133.69 194.182 134.264 193.573 134.982 193.182C137.617 191.808 139.887 189.826 141.603 187.399C140.698 191.872 139.19 196.201 137.121 200.269L134.712 197.421C134.524 198.682 134.224 199.923 133.815 201.13C133.224 202.211 132.545 203.242 131.784 204.211C133.996 205.343 134.938 203.294 136.425 202.438C135.875 206.655 134.438 207.741 127.857 208.733ZM227.328 398.286C228.66 395.479 231.024 393.295 233.926 392.188L236.907 395.932C231.636 399.884 226.044 403.391 220.191 406.414L216.937 404.029C219.976 401.431 223.512 399.477 227.328 398.286ZM198.442 192.853C201.448 190.709 202.651 194.382 205.214 194.074L201.067 190.191L207.028 183.619L212.614 188.063L203.984 198.389L198.442 192.853ZM90.8338 244.229C94.8245 239.121 98.4852 234.372 102.219 229.681C104.271 227.103 104.878 227.052 108.544 228.84C106.949 231.672 104.412 233.854 101.374 235.006C101.924 238.652 99.4792 238.662 96.3945 238.169L98.3571 240.93L94.3007 246.451L90.8338 244.229ZM190.626 201.698C192.476 198.949 194.789 196.542 197.463 194.585L203.177 199.834L197.462 207.634L190.626 201.698ZM513.555 431.656L512.848 431.964C510.821 428.037 508.654 424.174 506.807 420.164C504.895 416.012 503.267 411.728 501.577 407.476C501.065 406.283 500.708 405.03 500.513 403.746C500.02 399.691 499.667 395.619 499.358 392.534L513.555 431.656ZM764.175 352.622L777.911 355.247C778.192 358.675 777.411 359.516 773.992 358.78C770.336 357.994 766.691 357.145 763.075 356.199C759.621 355.295 756.209 354.231 752.779 353.237C754.787 353.26 756.782 352.907 758.661 352.197L755.559 350.836C755.912 350.568 756.316 350.372 756.745 350.261C757.175 350.149 757.622 350.125 758.062 350.188C758.501 350.251 758.923 350.4 759.304 350.628C759.685 350.856 760.017 351.157 760.281 351.514C761.426 352.699 762.661 353.793 763.975 354.788C764.773 355.091 765.615 355.265 766.469 355.302L764.175 352.622ZM174.577 373.69C175.948 371.476 177.926 369.702 180.277 368.581L187.791 377.618L181.792 382.293L179.503 379.121C180.954 377.927 182.18 376.481 183.121 374.854L177.985 377.679L174.577 373.69ZM756.832 345.349C765.181 346.351 773.326 348.639 780.975 352.133C776.706 353.133 772.252 353.035 768.03 351.849C763.808 350.663 759.955 348.427 756.832 345.349ZM458.869 354.974L465.68 361.751L460.714 367.83C457.962 366.459 455.517 364.545 453.525 362.204L458.869 354.974ZM295.046 398.439L286.567 404.318L281.677 398.923L289.95 392.398C291.177 393.714 292.23 394.794 293.222 395.927C293.752 396.531 294.175 397.229 295.046 398.439ZM373.134 396.164L367.773 401.762L360.487 394.257L366.179 389.349L373.134 396.164ZM213.183 380.818L218.903 375.706C221.362 378.196 223.62 380.876 225.657 383.721L219.612 388.108L213.183 380.818ZM467.708 124.77L467.063 124.538C467.187 122.016 467.774 119.538 468.795 117.228C474.493 107.889 480.745 98.9 487.519 90.3094C487.97 89.8998 488.475 89.5554 489.021 89.2862C485.402 95.2826 481.294 100.821 477.702 106.676C474.103 112.543 471.019 118.726 467.708 124.77ZM427.921 377.264L433.465 370.231L439.545 376.869L433.414 383.737L427.921 377.264ZM484.323 354.529L479.561 361.141L472.4 355.595L477.434 348.579L484.323 354.529ZM367.308 388.194L372.954 382.568L380.057 388.786L374.26 394.862L367.308 388.194ZM540.352 321.459C544.428 317.931 549.52 315.789 554.893 315.344C555.227 315.32 555.54 315.171 555.77 314.928C557.463 313.597 559.516 312.804 561.664 312.649L541.289 326.284L540.352 321.459ZM222.939 194.232L215.748 188.22C216.668 185.876 218.281 183.869 220.372 182.466L227.798 188.559L222.939 194.232ZM420.793 371.44C422.258 368.375 424.49 365.741 427.273 363.792L431.795 368.889C430.425 371.73 428.318 374.152 425.693 375.9L420.793 371.44ZM439.326 362.068L445.926 369.036L440.799 375.175L434.574 368.905L439.326 362.068ZM406.511 387.37L412.686 380.299L418.674 385.827L411.931 392.186L406.511 387.37ZM270.395 406.817L279.563 400.353L285.419 405.215L278.536 409.331L273.387 407.238L273.912 410.202L270.395 406.817ZM400.233 380.303L406.484 373.394L411.297 379.212L405.296 386.12L400.233 380.303ZM343.415 105.471C342.556 105.074 341.784 104.508 341.148 103.808C340.511 103.107 340.022 102.285 339.709 101.391C339.396 100.498 339.267 99.5501 339.328 98.6052C339.389 97.6604 339.639 96.7374 340.064 95.8913L346.262 91.6231L348.76 92.7236L343.415 105.471ZM168.841 209.218C168.828 208.862 168.893 208.507 169.033 208.18C172.259 204.609 175.456 201.008 178.797 197.546C179.121 197.26 179.499 197.04 179.908 196.901C180.318 196.762 180.751 196.705 181.182 196.734C181.614 196.763 182.035 196.877 182.422 197.07C182.809 197.263 183.154 197.531 183.437 197.858C182.103 200.297 179.943 202.18 177.345 203.169C176.117 206.276 174.205 209.067 171.752 211.335L168.841 209.218ZM531.806 145.555L532.04 145.946L517.867 169.002L515.019 167.334C515.766 166.173 516.355 165.199 517.002 164.266C518.534 162.372 519.921 160.365 521.152 158.263C523.329 154.243 526.176 150.625 529.572 147.565C530.282 146.861 531.06 146.224 531.806 145.555ZM340.952 389.544L336.038 384.746L342.824 377.624L347.442 382.797L340.952 389.544ZM442.076 376.369L447.347 370.435L453.733 376.771L448.244 382.09L442.076 376.369ZM366.874 402.643L362.736 406.578C359.411 405.252 356.465 403.125 354.161 400.386L359.122 395.988L366.874 402.643ZM466.989 363.072L474.011 368.814L469.413 374.037L461.983 369.379L466.989 363.072ZM212.44 393.66C210.621 394.856 209.18 395.804 207.739 396.753C207.5 396.933 207.225 397.057 206.933 397.118C206.641 397.178 206.339 397.173 206.049 397.102C205.759 397.031 205.488 396.896 205.257 396.708C205.026 396.52 204.839 396.282 204.711 396.013C203.43 394.225 202.217 392.389 200.827 390.354L206.036 386.677L212.44 393.66ZM316.849 391.228L323.436 384.602L328.224 389.96L321.322 396.086L316.849 391.228ZM448.447 368.828C449.445 366.902 450.945 365.282 452.789 364.139L459.289 369.746L454.442 375.828L448.447 368.828ZM426.743 390.74L421.055 385.491L426.221 379.313L432.028 385.232L426.743 390.74ZM226.194 395.411L220.838 389.349L226.571 384.426L232.535 390.598L226.194 395.411ZM413.98 378.869L419.305 372.677L424.551 377.584C423.346 380.101 421.567 382.299 419.357 384.003L413.98 378.869ZM227.547 107.49L228.034 107.647C228.004 107.959 227.953 108.268 227.881 108.573C225.642 115.995 223.399 123.416 221.152 130.835C220.862 132.207 220.458 133.553 219.945 134.858C219.201 136.035 218.376 137.158 217.477 138.219C216.769 139.242 216.162 140.335 215.511 141.397L214.952 141.075L227.547 107.49ZM440.14 360.774L443.411 355.732L450.44 363.213L447.029 367.323L440.14 360.774ZM308.556 398.318L315.475 392.295L319.909 397.313L313.73 402.847L308.556 398.318ZM519.832 338.253L516.475 334.218C518.169 331.625 520.222 329.285 522.572 327.268L527.743 332.767L519.832 338.253ZM333.913 396.077C332.111 398.295 329.963 400.21 327.554 401.747L322.576 397.066L329.443 391.191L333.913 396.077ZM326.066 403.459L319.116 409.223L314.561 404.291L321.364 398.498L326.066 403.459ZM653.68 297.479C655.292 299.268 656.792 300.854 658.202 302.514C660.919 305.711 660.825 306.654 657.425 309.91L650.372 301.346L653.68 297.479ZM562.97 301.974L566.544 305.911C565.508 306.567 564.416 307.129 563.28 307.591C562.537 307.827 561.73 307.759 561.037 307.403C558.857 305.87 556.804 304.155 554.37 302.246L557.725 297.084L561.251 300.22C560.652 301.329 560.229 302.014 559.918 302.746C559.913 303.129 559.989 303.51 560.14 303.862L562.97 301.974ZM143.107 228.724L138.49 235.959L133.174 231.991C134.377 229.437 136.084 227.153 138.192 225.276L143.107 228.724ZM28.2581 327.584L28.1165 326.702C27.0745 325.787 25.8889 325.049 24.6071 324.519C21.1674 323.748 17.6473 323.332 14.1548 322.805C13.6084 322.624 13.0171 322.63 12.4748 322.824C10.6597 325.207 9.45343 323.427 7.48804 322.162C10.1705 321.609 12.9324 321.56 15.6329 322.017C21.3624 322.624 27.0901 323.256 32.8065 323.973C35.2408 324.014 37.6317 324.624 39.7885 325.754L28.2581 327.584ZM296.265 399.552C297.732 400.642 298.738 402.24 299.087 404.033C296.68 406.191 293.987 408.005 291.084 409.426L287.899 405.615L296.265 399.552ZM165.558 208.807L164.879 212.194L167.785 210.475L170.576 212.957L167.388 217.273C165.827 216.376 164.486 215.14 163.464 213.657C161.712 212.865 160.187 211.645 159.03 210.109L162.347 206.476L165.558 208.807ZM188.423 145.815C187.166 149.212 185.908 152.609 184.649 156.006C183.509 159.073 182.347 162.13 181.225 165.203C180.984 165.863 180.816 166.548 180.725 167.245C180.696 168.42 180.219 169.539 179.391 170.372C178.563 171.206 177.447 171.69 176.272 171.726C179.582 162.761 183.647 154.093 188.423 145.815ZM594.206 289.089L590.332 293.829L583.772 288.001L587.464 282.954L594.206 289.089ZM213.799 392.497L207.4 385.307L211.859 381.958L218.285 389.362L213.799 392.497ZM138.575 223.734L144.09 216.883L148.636 220.728L143.808 227.555L138.575 223.734ZM515.163 333.319L511.56 329.268L516.655 321.25L520.826 325.788L515.163 333.319ZM266.488 98.0073L260.615 101.916C260.633 101.169 260.886 100.447 261.338 99.8522C261.789 99.2574 262.417 98.8199 263.131 98.602C262.751 97.249 262.672 95.8293 262.899 94.4425C263.125 93.0557 263.653 91.7353 264.444 90.574C264.877 90.7762 265.298 91.0019 265.706 91.25C265.55 92.2267 265.618 93.2259 265.904 94.1727C266.189 95.1195 266.686 95.9893 267.356 96.7169C267.989 98.0078 268.2 99.4655 267.958 100.883C267.717 102.301 267.034 103.606 266.009 104.614L263.129 104.179C263.963 101.979 265.093 99.9023 266.488 98.0073ZM199.331 378.789L204.922 385.178L199.469 389.144L194.863 383.397L199.331 378.789ZM777.361 362.668C776.936 363.308 776.282 363.759 775.533 363.929C774.784 364.098 773.999 363.973 773.341 363.578C770.837 362.964 768.383 362.142 765.871 361.571C762.102 360.713 758.296 360.018 754.517 359.199C753.851 358.984 753.209 358.701 752.602 358.354C761.066 358.033 769.503 359.503 777.361 362.668ZM468.033 361.751L471.356 357.098L478.512 362.585L474.909 367.296L468.033 361.751ZM259.202 88.4541C260.533 81.9703 263.326 75.8758 267.369 70.6349C266.166 77.0266 264.245 83.2618 261.642 89.222L259.202 88.4541ZM188.045 389.39L193.566 384.903L197.937 390.245L192.235 394.581L188.045 389.39ZM559.422 318.79L563.569 340.268C560.252 334.44 558.046 328.046 557.066 321.411C556.956 321.072 556.937 320.709 557.012 320.36C557.086 320.011 557.251 319.688 557.489 319.422C557.728 319.157 558.032 318.959 558.371 318.848C558.71 318.737 559.072 318.717 559.422 318.79ZM584.569 299.867L579.47 294.653L583.037 289.348L589.134 295.557L584.569 299.867ZM546.799 297.691L551.882 302.264L547.656 308.048L542.874 303.596L546.799 297.691ZM307.445 147.251C308.469 146.371 309.292 145.281 309.858 144.055C310.13 142.71 310.75 141.46 311.656 140.43C312.563 139.399 313.723 138.625 315.023 138.184L317.545 141.982L308.937 149.448L307.445 147.251ZM422.448 127.361L428.681 116.027L429.042 116.21L426.724 122.56L427.427 122.872L431.739 114.995C431.889 115.139 432.014 115.307 432.109 115.491C431.15 117.753 430.186 120.014 429.197 122.263C428.917 122.693 428.771 123.197 428.779 123.71C428.788 124.223 428.949 124.721 429.244 125.142C430.469 127.044 429.366 128.533 427.06 128.312C425.507 128.074 423.968 127.757 422.448 127.361ZM495.587 376.112C495.799 376.489 495.961 376.891 496.071 377.309C496.773 378.905 497.135 380.63 497.137 382.374C497.138 384.118 496.777 385.843 496.078 387.441C496.01 388.127 496.142 388.817 496.457 389.43C497.13 392.025 497.82 394.616 498.503 397.208C496.315 391.918 494.46 386.496 492.948 380.975C492.076 377.904 492.215 377.865 495.587 376.112ZM307.606 397.003L304.237 393.143C306.011 390.821 308.261 388.906 310.836 387.525L314.19 391.225L307.606 397.003ZM245.369 389.38C243.559 391.677 241.227 393.51 238.568 394.727L235.162 390.712L241.566 385.396L245.369 389.38ZM375.446 396.179L381.188 390.006L385.477 394.087C384.409 395.246 383.574 396.214 382.671 397.114C381.776 398.006 380.812 398.829 379.712 399.834L375.446 396.179ZM404.886 104.683C406.502 111.801 405.323 113.023 399.395 113.56C397.795 107.673 397.793 107.669 402.952 105.355C403.476 105.12 404.039 104.974 404.886 104.683ZM188.895 378.857L192.522 383.593L186.924 388.379L183.116 383.454L188.895 378.857ZM240.028 396.023L246.882 390.979L249.991 394.596C247.688 396.316 245.772 397.821 243.773 399.208C243.568 399.382 243.324 399.505 243.062 399.567C242.799 399.629 242.526 399.627 242.264 399.563C242.003 399.499 241.76 399.374 241.555 399.199C241.351 399.023 241.191 398.801 241.089 398.552C240.689 397.729 240.335 396.885 240.028 396.023ZM199.128 306.229L199.909 307.096C198.843 307.887 197.741 308.634 196.719 309.479C195.436 310.276 194.318 311.311 193.424 312.527C190.751 316.69 187.564 320.499 183.939 323.865C183.421 324.253 182.839 324.548 182.219 324.737C182.03 324.334 181.9 323.906 181.833 323.466C181.857 323.121 182.003 322.795 182.243 322.546C187.551 316.785 193.188 311.337 199.128 306.229ZM214.88 393.819L219.242 390.755L224.682 396.641L220.098 399.63L214.88 393.819ZM339.726 390.901L335.16 395.018L331.149 390.499L334.751 385.639L339.726 390.901ZM329.568 388.661L324.728 383.516L328.486 379.05L333.348 384.429L329.568 388.661ZM307.641 399.512L311.891 404.177L306.736 408.31L302.336 403.335C303.226 402.706 303.799 402.31 304.363 401.901C305.384 401.162 306.4 400.417 307.641 399.512ZM167.131 384.555C161.602 388.593 160.393 388.419 157.841 383.127L163.439 380.219L167.131 384.555ZM473.015 128.896C473.015 131.268 473.142 133.365 472.986 135.441C472.745 138.66 472.497 138.806 468.889 139.233C468.218 136.389 468.229 136.412 470.491 135.248C471.211 134.831 471.906 134.375 472.575 133.882C471.897 133.51 471.105 133.407 470.354 133.593C469.684 133.689 469.01 133.758 468.353 133.838C467.585 130.275 467.585 130.275 473.015 128.896ZM162.537 379.024L156.702 381.729L153.455 376.02L158.143 373.421L162.537 379.024ZM379.903 480.046L379.431 480.52C378.796 479.578 378.182 478.62 377.519 477.698C377.069 476.895 376.483 476.175 375.788 475.57C374.633 474.75 373.843 473.514 373.583 472.122C373.271 470.746 372.794 469.413 372.161 468.151C371.932 467.782 371.785 467.367 371.729 466.935C371.674 466.504 371.712 466.066 371.84 465.65C371.969 465.234 372.185 464.851 372.474 464.526C372.763 464.201 373.119 463.942 373.517 463.766L379.903 480.046ZM368.809 403.061L374.467 397.509L378.498 401.319L373.062 406.54L368.809 403.061ZM250.091 126.803C248.295 136.179 246.502 139.737 242.953 140.625C243.989 137.489 244.973 134.428 246.013 131.386C246.716 129.331 246.781 126.734 250.091 126.803ZM365.953 83.7995C365.3 82.4984 364.978 81.0563 365.015 79.6009C365.053 78.1456 365.449 76.7219 366.168 75.4563C366.626 74.5396 367.262 73.6976 368.288 74.2551C368.982 74.7343 369.472 75.456 369.66 76.278C369.822 77.3163 369.859 78.3702 369.771 79.4174C369.759 82.5986 369.576 82.807 365.953 83.7995ZM256.299 105.831C255.251 111.842 252.747 117.505 249.005 122.324L253.706 105.831H256.299ZM202.55 409.517C195.587 410.905 188.358 409.761 182.163 406.293C189.026 406.889 195.838 407.967 202.55 409.517ZM439.84 131.97L432.135 129.372C432.548 124.374 433.862 123.452 438.899 123.981C439.641 125.888 438.387 126.395 436.921 126.771C435.926 127.027 434.446 126.399 434.132 128.612L439.312 128.158L439.84 131.97ZM505.712 338.125L510.503 330.979L513.914 334.814L508.367 340.869L505.712 338.125ZM180.373 383.436L172.599 388.235L170.439 385.22L177.597 380.259L180.373 383.436ZM69.9811 350.894L69.7927 352.022C67.3902 352.057 64.998 352.344 62.6555 352.878C59.8832 353.509 56.9741 353.04 54.5407 351.569C56.9911 351.029 58.6496 350.614 60.3276 350.306C62.1186 349.855 63.9532 349.599 65.7993 349.544C67.2492 349.798 68.6567 350.252 69.9811 350.894ZM495.234 341.458L499.218 344.658L495.035 350.413L491.189 347.526L495.234 341.458ZM257.573 388.559L251.432 393.405L248.265 389.556L253.955 385.236L257.573 388.559ZM610.288 291.009C605.399 286.818 605.361 285.983 609.749 282.036L613.762 285.937L610.288 291.009ZM604.85 288.452L609.094 292.96L605.548 297.653L601.39 293.798L604.85 288.452ZM297.897 398.778C302.289 393.507 303.46 393.466 305.973 398.361L300.986 402.245L297.897 398.778ZM629.425 228.923C626.599 234.12 625.957 233.937 621.666 230.324C621.603 230.225 621.563 230.113 621.549 229.997L620.974 229.423L625.087 226.172C625.741 226.426 626.376 226.727 626.987 227.073C627.846 227.64 628.633 228.314 629.425 228.923ZM746.342 347.315C744.374 348.267 742.112 348.414 740.037 347.727C737.961 347.039 736.235 345.57 735.224 343.632C739.182 344.472 743.659 342.063 746.342 347.315ZM162.078 389.088L168.307 386.138L171.052 389.432L164.583 393.345L162.078 389.088ZM373.428 479.087L372.874 479.531C370.85 478.198 369.124 476.462 367.803 474.431C367.253 473.243 367.04 471.926 367.189 470.626C367.338 469.325 367.841 468.09 368.645 467.057C370.587 470.92 372.187 474.945 373.428 479.087ZM500.107 343.333L496.109 339.57L499.724 334.35L503.589 338.226L500.107 343.333ZM349.195 107.251C348.069 111.16 347.188 114.588 346.07 117.937C345.564 119.45 344.263 119.531 342.56 118.715C343.022 116.325 343.727 113.989 344.662 111.743C345.954 110.039 347.48 108.527 349.195 107.251ZM723.175 343.484C725.146 342.696 727.328 342.61 729.354 343.242C731.379 343.874 733.126 345.185 734.298 346.954C732.305 347.178 730.287 346.985 728.372 346.388C726.457 345.791 724.688 344.802 723.175 343.484ZM239.763 401.131C237.309 405.124 234.512 405.492 231.465 401.925L238.196 397.36C238.049 397.711 237.974 398.086 237.973 398.466C237.973 398.846 238.047 399.222 238.193 399.572C238.339 399.923 238.552 400.241 238.822 400.509C239.091 400.776 239.412 400.987 239.763 401.131ZM107.123 246.385L102.696 252.17L98.8715 249.971C100.147 248.418 101.068 247.223 102.066 246.095C104.122 243.772 104.232 243.786 107.123 246.385ZM578.418 318.888C577.559 317.316 577.078 315.565 577.014 313.774C577.626 311.873 580.028 312.618 581.707 312.464C582.768 312.46 583.828 312.531 584.879 312.677C583.421 315.367 581.163 317.538 578.418 318.888ZM623.001 286.234L627.666 291.032L624.669 295.209L620.45 290.235L623.001 286.234ZM210.193 156.658C210.368 154.275 211.063 151.96 212.229 149.875C213.395 147.789 215.004 145.985 216.942 144.588C216.829 146.985 216.161 149.323 214.989 151.418C213.818 153.513 212.177 155.306 210.193 156.658ZM604.029 299.316C602.071 303.149 599.626 303.404 597.039 299.747L600.572 295.248L604.029 299.316ZM603.535 287.284L600.028 292.55L596.567 288.908L600.376 283.774L603.535 287.284ZM599.122 293.877L595.162 298.925L591.718 295.212L595.4 290.64L599.122 293.877ZM552.939 165.669C549.894 170.487 546.847 175.304 543.797 180.12C543.749 180.147 543.696 180.165 543.641 180.171C543.587 180.178 543.531 180.174 543.478 180.159C543.304 180.091 543.137 180.005 542.981 179.902C544.313 174.039 547.887 168.93 552.939 165.669ZM260.149 388.792L266.045 383.83L268.394 386.812L262.543 391.777L260.149 388.792ZM540.32 354.763C542.096 353.504 542.682 354.472 542.981 355.771C544.057 360.443 545.084 365.127 546.129 369.806C543.283 365.193 541.314 360.093 540.32 354.763ZM258.399 390.34C259.061 390.545 259.638 390.961 260.042 391.525C260.445 392.089 260.653 392.77 260.633 393.463L255.055 397.387L252.721 394.711L258.399 390.34ZM113.419 215.8C115.463 211.607 118.552 208.01 122.389 205.357C122.046 207.772 121.02 210.039 119.43 211.889C117.841 213.74 115.755 215.097 113.419 215.8ZM614.789 287.898C618.651 289.988 618.458 292.033 614.108 295.492L611.58 292.609L614.789 287.898ZM105.723 239.072L105.117 241.621C107.644 240.438 109.711 240.905 109.901 242.91L108.018 244.988L100.998 240.063L103.282 237.513L105.723 239.072ZM490.377 357.114L486.886 354.056L490.038 349.521L493.944 352.027L490.377 357.114ZM708.469 338.814C709.985 338.729 711.5 339.001 712.892 339.607C714.29 341.001 716.117 341.885 718.078 342.116C718.766 342.219 719.393 342.573 719.835 343.111C720.277 343.649 720.504 344.332 720.472 345.027C715.859 344.451 711.603 342.248 708.469 338.814ZM649.174 299.655L645.834 296.642L648.734 291.617L652.183 295.758L649.174 299.655ZM442.588 108.221C445.782 114.289 443.91 114.718 439.09 115.31C438.804 115.22 438.539 115.073 438.311 114.878C439.175 112.344 440.642 110.059 442.588 108.221ZM157.619 211.801L161.757 215.033L158.087 218.782L154.452 215.661L157.619 211.801ZM380.687 120.286L380.488 119.583C383.887 116.355 386.977 112.816 389.718 109.013L383.856 120.496L380.687 120.286ZM163.312 223.35L159.631 219.649L162.819 216.13L166.248 219.15L163.312 223.35ZM257.527 102.081L257.245 102.331C257.213 102.141 257.177 101.952 257.15 101.762C256.96 100.437 256.771 99.1122 256.622 98.0652C257.005 96.8066 257.311 95.5259 257.539 94.2302C257.833 91.6742 257.872 91.606 261.193 92.3L257.527 102.081ZM396.399 112.004C397.669 113.786 397.562 114.806 396.181 115.453C393.823 116.794 391.211 117.627 388.512 117.898C390.605 115.303 393.317 113.276 396.399 112.004ZM50.1936 350.037L50.2112 349.06C52.6207 348.697 55.0724 348.509 57.4305 347.935C62.7459 346.641 62.727 346.564 64.3926 347.628C59.8437 349.281 55.0332 350.097 50.1936 350.037ZM731.277 339.767C733.16 339.423 735.094 339.469 736.958 339.903C738.822 340.337 740.578 341.15 742.115 342.291C740.255 342.939 738.249 343.047 736.33 342.6C734.412 342.153 732.659 341.171 731.277 339.767ZM343.785 423.285C348.95 421.626 354.423 421.151 359.797 421.895C358.971 422.526 357.999 422.938 356.971 423.092C355.943 423.247 354.893 423.138 353.918 422.777C353.311 422.557 352.648 422.546 352.033 422.746C349.42 423.836 346.518 424.026 343.785 423.285ZM193.554 158.416L194.093 158.881C191.134 162.336 187.497 165.146 183.406 167.136L186.106 159.879L186.442 159.945L185.857 164.117L186.594 164.551L193.554 158.416ZM96.0553 362.767C100.371 360.607 101.569 360.87 103.225 364.149C102.716 364.659 102.09 365.037 101.401 365.248C100.712 365.46 99.9811 365.5 99.2733 365.363C98.5654 365.227 97.9018 364.919 97.3408 364.466C96.7797 364.014 96.3384 363.43 96.0553 362.767ZM102.232 243.182C101.256 244.584 100.471 245.73 99.6678 246.862C98.3232 248.756 98.3177 248.753 95.7621 246.99C96.7684 245.609 97.7482 244.204 98.7903 242.848C99.9678 241.315 101.058 241.65 102.232 243.182ZM149.563 219.415L145.623 215.943C147.847 212.789 148.854 212.887 151.904 216.507L149.563 219.415ZM753.982 345.176C753.982 346.42 753.988 347.323 753.973 348.225C753.928 348.321 753.858 348.403 753.771 348.465C753.064 348.718 752.309 348.809 751.562 348.731C750.814 348.652 750.094 348.406 749.455 348.011C748.816 347.616 748.274 347.082 747.87 346.449C747.466 345.815 747.21 345.099 747.12 344.353L753.982 345.176ZM442.498 403.992C443.003 403.437 443.656 403.037 444.38 402.84C445.104 402.643 445.869 402.657 446.585 402.879C447.045 403.223 447.425 403.661 447.701 404.165C447.976 404.668 448.14 405.225 448.182 405.797C447.632 406.727 446.847 407.496 445.906 408.027L442.498 403.992ZM439.568 117.231L444.409 115.974C445.167 120.023 444.897 120.331 440.615 120.357L439.568 117.231ZM538.232 331.79L539.722 340.462L537.038 341.209C538.483 338.97 538.549 338.449 537.66 337.531C537.188 337.188 536.814 336.728 536.575 336.195C536.337 335.663 536.242 335.077 536.3 334.497C536.357 333.916 536.566 333.361 536.905 332.886C537.244 332.411 537.702 332.034 538.232 331.79ZM440.939 127.231L445.187 126.409C445.998 130.228 445.651 130.578 441.209 130.744L440.939 127.231ZM618.443 282.288C621.853 285.094 621.854 285.488 618.655 288.467L616.179 285.831L618.443 282.288ZM363.866 87.9263C364.453 91.9587 364.115 92.4233 359.851 93.65C359.748 92.3774 360.092 91.1088 360.826 90.0636C361.559 89.0184 362.635 88.2624 363.866 87.9263ZM458.843 133.107L460.923 137.494C459.37 139.983 459.37 139.983 456.372 138.077L458.843 133.107ZM292.984 90.6955L296.355 90.0895C296.262 91.6193 295.741 93.0921 294.85 94.3391C293.959 95.5861 292.735 96.5569 291.318 97.1404L292.984 90.6955ZM369.548 84.4685C370.169 88.099 370.011 88.3543 366.359 89.9533C365.441 86.1771 365.616 85.857 369.548 84.4685ZM532.695 314.962C530.498 313.145 530.542 312.747 533.294 308.673L535.634 311.265L532.695 314.962ZM25.7029 327.111C24.0419 327.997 22.1125 328.239 20.2842 327.791C18.4559 327.342 16.8573 326.235 15.7945 324.682C17.6754 325.045 19.384 325.314 21.0604 325.717C22.493 326.061 23.8884 326.559 25.7029 327.111ZM741.706 283.642L741.879 284.601C740.142 286.171 737.863 287.004 735.523 286.923C734.159 286.808 733.765 286.085 734.095 285.235L741.706 283.642ZM177.861 176.637L176.982 179.344L171.759 183.166L173.795 177.555C174.377 177.608 174.963 177.6 175.544 177.531C176.335 177.284 177.109 176.986 177.861 176.637ZM230.874 119.197C231.374 120.675 231.283 122.29 230.619 123.702C229.954 125.114 228.769 126.214 227.311 126.771C227.217 125.31 227.494 123.85 228.117 122.525C228.74 121.201 229.689 120.056 230.874 119.197ZM415.165 420.741C412.222 422.517 412.056 422.428 410.108 418.213C412.956 416.729 413.328 416.901 415.165 420.741ZM384.622 429.448C380.662 430.078 380.201 429.802 379.688 426.494C382.667 425.195 382.855 425.308 384.622 429.448ZM87.5604 249.257L90.1947 245.892L92.7435 247.62C90.7338 251.012 90.7337 251.012 87.5604 249.257ZM488.489 374.731L489.097 375.282C488.802 376.694 487.963 377.934 486.761 378.732C485.559 379.53 484.091 379.822 482.676 379.545L488.489 374.731ZM382.523 414.6C382.116 415.752 381.344 416.74 380.324 417.413C379.304 418.086 378.093 418.408 376.873 418.33V415.467L382.523 414.6ZM406.372 413.409C409.605 411.777 410.174 412.046 411.201 415.475C408.516 416.607 408.517 416.607 406.372 413.409ZM526.559 348.778L524.145 345.147L526.474 343.006C528.667 346.206 528.667 346.206 526.559 348.778ZM146.257 185.909C145.623 189.767 144.359 193.495 142.516 196.943C143.056 193.062 144.325 189.318 146.257 185.909ZM720.367 340.613C727.7 338.875 727.762 338.88 728.972 341.318C726.086 341.685 723.155 341.445 720.367 340.613ZM473.904 385.112C472.18 387.316 469.829 388.947 467.161 389.789C468.877 387.797 469.298 384.11 473.904 385.112ZM376.018 425.457C372.912 427.335 372.912 427.335 371.012 424.344L373.148 422.31L376.018 425.457ZM584.237 309.158C585.476 307.887 587.101 307.063 588.858 306.813C590.615 306.564 592.406 306.903 593.95 307.778C592.306 308.093 590.734 308.453 589.142 308.681C587.575 308.905 585.988 308.993 584.237 309.158ZM502.227 157.022C501.945 154.316 502.27 154.067 506.082 154.07C506.433 156.749 506.064 157.031 502.227 157.022ZM477.198 394.055L479.937 392.145L481.686 395.046L479.397 397.838L477.198 394.055ZM355.587 106.195C355.553 105.047 355.938 103.926 356.669 103.04C357.4 102.154 358.428 101.563 359.562 101.378C359.856 104.269 359.549 104.641 355.587 106.195ZM375.477 421.692C378.724 420.897 378.985 421.033 380.539 424.106C377.684 425.155 377.684 425.155 375.477 421.692ZM377.332 427.228L378.918 430.177C377.638 431.294 376.568 431.67 375.562 430.545C375.064 429.838 374.641 429.082 374.301 428.287L377.332 427.228ZM113.485 237.559L111.141 240.99L108.918 238.918C110.523 236.149 110.523 236.149 113.485 237.559ZM325.11 92.5408C324.355 89.281 325.58 87.8549 329.255 87.5466C328.938 88.6163 328.407 89.6106 327.695 90.4691C326.983 91.3276 326.103 92.0324 325.11 92.5408ZM275.126 129.63L274.399 129.37L277.232 121.498L278.057 121.793C278.024 124.667 276.987 127.44 275.126 129.63ZM712.339 345.231C711.099 345.441 709.825 345.319 708.647 344.877C707.469 344.435 706.429 343.69 705.633 342.716C706.874 342.437 708.17 342.526 709.361 342.973C710.552 343.42 711.587 344.205 712.339 345.231ZM309.593 424.761C314.112 425.046 314.112 425.046 314.901 428.179C313.771 428.23 312.654 427.928 311.702 427.316C310.751 426.704 310.014 425.811 309.593 424.761ZM93.9374 357.418C96.0228 357.583 98.0364 358.254 99.8034 359.374C95.8965 361.187 95.5686 361.088 93.9374 357.418ZM463.524 140.801L462.937 140.186C463.159 139.295 463.617 138.481 464.264 137.829C464.911 137.178 465.722 136.713 466.611 136.485V140.066C465.976 140.275 465.434 140.49 464.874 140.627C464.428 140.712 463.977 140.77 463.524 140.801ZM210.916 408.611C214.95 405.288 215.488 405.242 217.216 407.632C215.283 408.648 213.066 408.993 210.916 408.611ZM444.825 121.352C445.419 124.589 445.191 124.768 441.035 124.825C440.57 121.877 443.181 122.478 444.825 121.352ZM266.779 407.249C265.883 407.783 264.855 408.053 263.813 408.03C262.77 408.007 261.755 407.69 260.885 407.117C264.377 404.867 264.772 404.87 266.779 407.249ZM416.769 413.516C413.355 415.041 413.355 415.041 412.358 411.936C415.575 410.83 415.575 410.83 416.769 413.516ZM438.671 121.651L434.345 122.059L436.96 117.514L437.663 117.721L438.671 121.651ZM5.06012 323.283L13.532 326.934C11.9155 327.404 10.1862 327.296 8.64032 326.63C7.09454 325.964 5.82874 324.78 5.06012 323.283ZM390.265 120.361C392.311 118.847 394.755 117.967 397.296 117.829C396.371 118.726 395.266 119.416 394.054 119.853C392.841 120.289 391.55 120.463 390.265 120.361ZM534.746 176.133C535.344 176 535.905 175.854 536.476 175.755C537.049 175.655 537.631 175.603 538.45 175.5C535.566 180.116 535.149 180.366 533.007 178.856L536.012 177.483C536.019 177.282 535.99 177.08 535.925 176.889C535.557 176.628 535.168 176.398 534.746 176.133ZM364.492 97.5243C364.802 100.668 364.802 100.668 362.124 101.701C361.497 99.249 361.497 99.249 364.492 97.5243ZM412.256 61.9393L409.363 66.4591C408.185 62.4551 408.951 61.3475 412.256 61.9393ZM271.458 411.311C270.498 411.546 269.496 411.565 268.528 411.364C267.559 411.163 266.648 410.748 265.86 410.149C269.491 408.468 269.491 408.468 271.458 411.311ZM283.417 429.524C282.418 429.298 281.522 428.744 280.874 427.951C280.225 427.157 279.86 426.17 279.837 425.145C280.803 425.434 281.66 426.006 282.298 426.786C282.936 427.566 283.326 428.52 283.417 429.524ZM2.77515 291.68L3.42627 291.078L7.8786 296.532C6.73761 296.122 5.69458 295.479 4.81598 294.643C3.93732 293.808 3.24225 292.798 2.77515 291.68ZM252.036 132.484C252.179 130.733 251.661 128.69 254.187 128.021C253.692 129.615 254.524 131.708 252.036 132.484ZM707.786 350.368C708.762 349.725 709.943 349.467 711.099 349.646C712.255 349.824 713.303 350.426 714.04 351.334L707.786 350.368ZM547.223 335.175C545.519 332.448 545.519 332.448 547.856 330.865C548.329 331.526 548.527 332.344 548.409 333.148C548.291 333.951 547.866 334.678 547.223 335.175ZM106.246 369.867L101.618 366.941L104.873 365.732L106.246 369.867ZM276.059 418.527L275.455 419.218C273.641 418.254 272.136 416.798 271.112 415.017L271.623 414.481L276.059 418.527ZM318.29 432.052C316.147 432.977 314.978 432.532 314.632 430.387C316.872 430.068 316.872 430.068 318.29 432.052ZM483.26 393.48C481.311 391.111 481.311 391.111 483.197 389.91C484.431 391.663 484.431 391.663 483.26 393.48ZM528.914 353.021C527.632 350.188 527.632 350.188 529.484 348.999C531.007 350.43 530.444 351.61 528.914 353.021ZM245.204 400.803L249.992 403.326C245.808 403.739 245.808 403.739 245.204 400.803ZM480.414 389.349C479.528 388.296 478.75 387.446 480.024 386.587C480.304 386.438 480.616 386.359 480.933 386.359C481.25 386.359 481.563 386.437 481.843 386.585C482.9 388.006 481.544 388.487 480.414 389.349ZM45.7909 272.188L44.9088 272.654C44.5139 272.46 44.1643 272.185 43.8831 271.847C43.6019 271.509 43.3954 271.115 43.2772 270.691C43.1591 270.268 43.1318 269.824 43.1973 269.389C43.2628 268.954 43.4196 268.538 43.6573 268.167L45.7909 272.188ZM106.984 365.316C108.559 364.37 109.815 363.606 110.835 365.807C109.504 366.584 108.321 367.573 106.984 365.316ZM255.243 118.272C255.67 119.317 255.761 120.469 255.502 121.569C255.244 122.668 254.649 123.659 253.801 124.405L255.243 118.272ZM108.639 362.566C105.286 363.507 105.286 363.507 104.383 360.517L108.639 362.566ZM545.198 330.58C543.558 327.933 543.558 327.933 546.362 327.002L545.198 330.58ZM506.746 158.081C505.919 160.531 505.919 160.531 502.653 159.452L506.746 158.081ZM708.769 333.847C707.227 336.666 707.227 336.666 705.634 334.42L708.769 333.847ZM364.554 93.7917C364.282 94.5608 363.813 95.2453 363.195 95.7774C362.576 96.3096 361.829 96.6708 361.028 96.8253C361.113 94.8634 362.45 94.5163 364.554 93.7917ZM279.888 423.712C279.492 423.734 279.096 423.676 278.722 423.543C278.349 423.409 278.006 423.202 277.713 422.935C277.421 422.667 277.185 422.343 277.019 421.983C276.853 421.623 276.76 421.233 276.747 420.837C277.495 420.953 278.193 421.288 278.752 421.799C279.311 422.311 279.706 422.977 279.888 423.712ZM277.224 417.025L277.909 416.303L280.665 419.01C279.948 419.162 279.199 419.043 278.564 418.677C277.929 418.31 277.451 417.722 277.224 417.025ZM284.729 414.801L284.553 415.965L280.87 415.401L280.996 414.405L284.729 414.801ZM283.843 425.894L284.532 425.445L286.553 428.536L285.802 429.022L283.843 425.894ZM52.5539 275.461L52.175 276.3L48.6341 275.155L48.9097 274.335L52.5539 275.461ZM494.391 371.986C493.249 374.305 493.093 374.384 490.985 373.631L494.391 371.986ZM97.8544 356.314L94.3535 355.443C95.4462 355.179 96.6818 353.671 97.8544 356.314ZM472.04 140.619L472.251 141.457C471.805 141.932 471.192 142.217 470.541 142.252C469.89 142.287 469.251 142.07 468.756 141.646L472.04 140.619ZM230.897 404.849L226.499 405.191C226.735 404.837 227.048 404.541 227.414 404.327C227.781 404.112 228.191 403.983 228.615 403.95C229.039 403.917 229.464 403.981 229.859 404.137C230.255 404.293 230.609 404.536 230.897 404.849ZM539.736 179.246C539.488 181.197 539.488 181.197 537.759 181.703L539.736 179.246ZM275.567 412.838C276.932 411.499 276.932 411.499 278.379 412.462L275.567 412.838ZM23.2767 336.362L22.8897 336.943C22.2208 336.826 21.5999 336.518 21.1011 336.057C20.6024 335.596 20.2471 335.001 20.0776 334.344L23.2767 336.362ZM282.812 422.683L282.06 423.234L280.827 421.346L281.37 420.953L282.812 422.683ZM7.24481 292.159L6.68451 292.462L5.38715 290.302L6.14539 289.901L7.24481 292.159ZM749.205 340.506L749.072 341.176L746.316 340.543L746.408 340.051L749.205 340.506ZM530.048 174.303L530.057 175.086C529.539 175.343 528.961 175.454 528.384 175.406C527.808 175.358 527.256 175.153 526.788 174.813L530.048 174.303ZM293.628 418.581C293.662 418.434 293.719 418.293 293.797 418.163C294.411 418.01 295.055 418.021 295.664 418.195C296.272 418.369 296.824 418.701 297.264 419.156L293.628 418.581ZM437.306 402.927L437.103 402.034H439.259L437.306 402.927ZM531.59 333.343L531.024 332.674L532.942 331.541L533.257 332.002L531.59 333.343ZM141.743 204.044L139.368 204.987C139.596 202.942 140.339 202.957 141.743 204.044ZM225.58 125.351L226.096 125.459L225.415 128.72L224.89 128.612L225.58 125.351ZM742.437 256.001L742.421 256.829H740.355L740.318 256.221L742.437 256.001ZM573.68 302.962C574.724 302.303 574.724 302.303 575.74 303.49L573.68 302.962ZM731.28 211.447L731.265 210.578L733.29 210.843L733.251 211.447H731.28ZM465.265 127.977L465.811 128.17L464.675 130.202L464.294 130.002L465.265 127.977ZM368.596 69.8652L369.06 70.0074L368.636 71.7418L368.042 71.5744L368.596 69.8652ZM703.143 341.972L702.829 341.192L704.348 340.673L704.57 341.201L703.143 341.972ZM444.352 132.986L444.312 132.106C444.804 132.155 445.297 132.193 445.781 132.278L445.771 132.829C445.303 132.912 444.827 132.942 444.352 132.986ZM259.58 105.551C259.744 105.161 259.984 104.807 260.285 104.51C260.609 104.461 260.939 104.48 261.255 104.568C261.281 104.86 261.239 105.154 261.133 105.428C260.622 105.534 260.101 105.575 259.58 105.551ZM322.528 423.266L322.639 423.878L320.941 424.056L320.873 423.686L322.528 423.266ZM348.71 113.781L349.34 114.086L348.45 115.99L348.063 115.838L348.71 113.781ZM131.976 235.361L132.3 234.982L133.489 236.014L133.183 236.371L131.976 235.361ZM242.488 402.758L242.593 403.386L240.896 403.545L240.828 403.136L242.488 402.758ZM735.405 290.336L734.667 289.675C734.798 289.542 734.962 289.446 735.143 289.397C735.364 289.449 735.558 289.581 735.689 289.766C735.634 289.973 735.538 290.167 735.405 290.336ZM358.538 97.482L359.225 97.7127L358.805 99.0173L358.25 98.8679L358.538 97.482ZM128.752 197.482L129.093 197.644L128.452 199.045L128.06 198.864L128.752 197.482ZM125.208 206.553L125.564 206.761L124.835 208.007L124.489 207.806L125.208 206.553Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M203.81 342.55C204.606 344.821 202.502 345.071 201.321 346.323L227.52 351.82C226.597 352.541 225.516 353.034 224.366 353.259C223.216 353.485 222.03 353.435 220.902 353.116C215.716 351.588 210.472 350.253 205.239 348.884C204.642 348.9 204.052 349.013 203.491 349.219C205.779 351.108 208.636 352.17 211.602 352.234C214.314 352.948 217.034 353.629 220.389 354.488L214.253 358.529L214.446 359.013C215.24 358.761 216.053 358.558 216.823 358.247C220.511 356.759 224.192 355.253 227.866 353.729C229.094 353.171 230.445 352.935 231.79 353.043C233.135 353.152 234.43 353.602 235.552 354.35C231.425 356.252 227.543 358.647 223.993 361.483C224.824 361.424 225.647 361.284 226.451 361.066C230.831 359.091 235.189 357.067 239.558 355.066C239.979 354.873 240.452 354.782 240.854 354.561C242.236 353.667 243.82 353.135 245.461 353.013C247.102 352.891 248.747 353.182 250.246 353.86L249.065 351.729L250.701 349.85L256.8 350.497L256.964 349.615C256.173 349.442 255.37 349.312 254.595 349.085C253.758 348.898 253.027 348.389 252.561 347.669C255.25 348.167 257.95 348.613 260.625 349.181C262.345 349.546 264.027 350.091 265.725 350.555C267.33 351.179 269.07 351.372 270.772 351.115C272.475 350.858 274.08 350.16 275.429 349.091C276.185 348.522 277.086 348.175 278.028 348.092C280.747 347.682 283.194 346.216 284.84 344.013C287.059 341.156 289.105 338.168 290.968 335.066C291.123 334.83 291.224 334.564 291.264 334.285C291.305 334.006 291.284 333.721 291.202 333.451C290.85 332.583 290.749 331.632 290.911 330.709C291.074 329.786 291.492 328.927 292.12 328.23C293.702 324.82 295.775 321.66 298.271 318.849C298.935 318.17 299.345 317.283 299.432 316.337C299.52 315.392 299.281 314.444 298.754 313.654C298.044 312.065 297.518 310.401 297.185 308.693C297.183 308.276 297.091 307.864 296.913 307.487C296.736 307.11 296.478 306.775 296.158 306.508C295.838 306.241 295.464 306.046 295.061 305.939C294.658 305.831 294.237 305.813 293.826 305.885C290.657 305.782 287.481 305.787 284.31 305.856C275.236 305.931 266.184 306.759 257.246 308.331C251.358 309.445 245.346 309.895 239.44 310.928C234.705 311.756 230.061 313.084 225.349 314.057C222.474 314.65 219.548 314.996 216.643 315.443C215.82 315.475 215.003 315.596 214.206 315.804C213.842 315.914 213.503 316.094 213.208 316.334C212.913 316.575 212.669 316.871 212.489 317.206C212.521 317.575 212.637 317.931 212.83 318.246C213.023 318.561 213.287 318.827 213.601 319.023C216.248 320.992 219.235 322.456 222.413 323.342C222.965 323.393 223.5 323.564 223.979 323.844C224.457 324.123 224.869 324.505 225.185 324.961C225.501 325.417 225.713 325.936 225.806 326.483C225.899 327.03 225.871 327.59 225.724 328.125C224.374 328.319 223.075 328.778 221.903 329.475C220.731 330.173 219.709 331.096 218.895 332.19C216.798 335.017 213.837 337.083 210.461 338.076C209.342 338.222 208.273 338.635 207.347 339.279C206.42 339.924 205.661 340.781 205.134 341.78C204.788 342.095 204.369 342.319 203.915 342.432L203.81 342.55ZM296.823 315.116C296.096 316.092 295.428 317.111 294.821 318.166C294.422 319.094 293.743 319.874 292.878 320.396C292.013 320.918 291.006 321.156 289.998 321.076C289.173 321.074 288.348 321.106 287.522 321.107C273.732 321.115 259.941 321.097 246.151 321.149C243.675 321.176 241.202 321.343 238.745 321.647C237.347 321.823 235.98 322.194 234.685 322.749C234.222 323.288 233.901 323.935 233.751 324.629C237.139 323.98 240.562 323.531 244.003 323.284C257.313 323.124 270.625 323.154 283.937 323.22C286.107 323.382 288.264 323.692 290.393 324.148L286.322 332.089C284.844 332.181 283.322 332.365 281.801 332.359C269.543 332.306 257.284 332.234 245.026 332.143C242.077 332.126 239.128 332.127 236.179 332.146C235.887 332.091 235.586 332.096 235.295 332.161C235.005 332.226 234.731 332.35 234.49 332.525C234.248 332.699 234.045 332.922 233.893 333.178C233.741 333.433 233.643 333.718 233.604 334.013L269.017 334.656L269.181 335.519C266.146 338.002 262.349 339.361 258.428 339.367L260.759 336.103C257.715 338.25 253.988 339.204 250.287 338.785L251.13 336.029C249.198 337.144 247.103 337.95 244.922 338.415L247.147 334.871C246.019 335.915 244.681 336.707 243.223 337.194C241.766 337.681 240.221 337.853 238.692 337.697L238.806 335.288L238.359 334.71C237.259 336.047 235.794 337.036 234.143 337.555C232.491 338.074 230.724 338.101 229.057 337.633L228.875 335.097C225.511 337.591 222.511 340.046 219.274 342.136C215.491 343.432 211.37 343.342 207.647 341.881C209.93 340.624 212.397 339.731 214.956 339.237C215.844 339.232 216.706 338.935 217.41 338.393C218.113 337.851 218.62 337.094 218.852 336.237C219.255 335.71 219.811 335.322 220.445 335.127C221.248 334.691 222.09 334.326 222.885 333.946V331.23C223.971 331.215 225.054 331.105 226.121 330.901C226.896 330.705 227.581 330.252 228.065 329.616C228.39 328.945 228.577 328.216 228.614 327.472C228.652 326.727 228.54 325.983 228.285 325.283C228.03 324.583 227.636 323.941 227.128 323.396C226.62 322.851 226.008 322.413 225.328 322.109C223.769 321.578 222.152 321.215 220.603 320.66C219.912 320.525 219.264 320.22 218.72 319.772C218.176 319.324 217.753 318.747 217.488 318.094C221.323 317.212 224.925 316.188 228.594 315.574C241.363 313.438 254.13 311.267 266.948 309.47C273.232 308.59 279.622 308.41 285.974 308.107C288.61 308.116 291.244 308.268 293.863 308.56L294.459 313.189C291.884 313.189 289.776 313.121 287.672 313.202C281.553 313.437 275.429 313.614 269.321 314.029C258.034 314.797 246.757 315.726 235.474 316.575C232.302 316.813 229.126 316.995 225.953 317.225C224.444 317.335 223.52 317.905 224.022 319.388C248.198 318.428 271.986 314.726 296.823 315.116ZM279.57 338.547C277.77 339.794 275.62 340.435 273.431 340.377L276.396 337.57C275.442 337.469 274.479 337.584 273.576 337.907C272.674 338.231 271.856 338.753 271.184 339.437C270.355 340.114 269.318 340.484 268.248 340.486C267.177 340.488 266.139 340.121 265.307 339.448C267.68 337.474 270.366 335.909 273.253 334.819C277.855 334.085 282.555 334.251 287.093 335.307L284.905 339.374L280.074 339.988L279.57 338.547ZM249.957 344.915C250.713 343.578 251.911 342.547 253.346 342C254.78 341.452 256.361 341.422 257.815 341.915L257.538 343.733C258.654 343.079 259.897 342.672 261.184 342.54C262.471 342.408 263.771 342.555 264.997 342.969L263.355 345.615C265.678 344.184 268.35 343.418 271.078 343.401C269.758 344.774 268.083 345.754 266.239 346.231C264.395 346.708 262.454 346.664 260.634 346.104C259.953 345.895 259.223 345.908 258.55 346.139C258.293 346.254 258.009 346.294 257.731 346.255C257.452 346.217 257.19 346.101 256.974 345.921C256.759 345.74 256.598 345.503 256.51 345.236C256.422 344.969 256.411 344.683 256.477 344.41L249.957 344.915ZM239.615 347.527L239.516 348.4C238.313 348.4 237.111 348.33 235.916 348.192C234.885 348.021 233.915 347.508 232.89 347.271C231.019 346.839 230.667 347.27 230.706 349.934L233.7 349.765C232.165 350.62 230.414 351.007 228.662 350.876C226.91 350.745 225.236 350.103 223.845 349.03C225.368 348.926 227.555 349.945 227.093 347.216C224.95 347.216 222.875 347.359 220.829 347.176C218.763 346.992 216.726 346.484 214.677 346.118C222.797 345.93 230.86 346.35 238.92 346.813C239.211 346.986 239.45 347.232 239.615 347.527ZM232.039 339.739C230.961 341.045 229.515 341.997 227.888 342.469C226.262 342.941 224.531 342.913 222.921 342.388C223.289 341.562 223.833 340.827 224.514 340.233C225.195 339.639 225.998 339.201 226.866 338.949C227.734 338.697 228.646 338.637 229.54 338.774C230.433 338.91 231.286 339.24 232.039 339.739ZM240.803 343.984C246.631 340.464 246.631 340.464 249.961 341.539C248.783 342.715 247.317 343.559 245.709 343.989C244.102 344.418 242.41 344.416 240.803 343.984ZM238.658 340.199C235.116 343.666 234.199 343.953 231.628 342.426C232.429 341.378 233.534 340.602 234.792 340.204C236.05 339.805 237.4 339.804 238.658 340.199ZM234.703 351.862C235.917 351.095 237.326 350.694 238.762 350.707C240.198 350.72 241.599 351.146 242.8 351.934C241.61 352.765 240.191 353.204 238.74 353.191C237.289 353.178 235.878 352.714 234.703 351.862ZM248.117 349.42C245.214 351.43 244.759 351.41 242.191 348.989C243.159 348.666 244.18 348.537 245.197 348.611C246.214 348.685 247.207 348.96 248.117 349.42ZM238.539 343.763C238.763 342.786 239.346 341.929 240.172 341.361C240.999 340.794 242.008 340.558 243 340.7C241.97 341.312 241.282 341.668 240.655 342.107C239.922 342.621 239.242 343.208 238.539 343.763ZM267.901 347.738L267.651 347.214C268.214 346.902 268.764 346.56 269.346 346.288C269.724 346.144 270.113 346.029 270.508 345.945L270.716 346.514L267.901 347.738Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M458.966 258.829C458.698 259.842 458.512 260.617 458.288 261.381C458.228 261.731 458.093 262.064 457.893 262.357C457.693 262.65 457.432 262.897 457.128 263.081C456.824 263.264 456.484 263.38 456.132 263.421C455.779 263.461 455.421 263.425 455.084 263.315C451.554 263.001 448.131 261.937 445.044 260.195C444.569 259.846 444.042 259.574 443.481 259.39C443.269 259.272 443.026 259.22 442.784 259.24C442.542 259.261 442.312 259.354 442.123 259.506C441.934 259.659 441.795 259.865 441.723 260.097C441.652 260.329 441.652 260.578 441.723 260.81C441.994 262.054 442.356 263.276 442.804 264.468L438.007 265.432C441.026 268.132 442.76 267.772 445.982 264.007C449.654 265.373 453.634 265.69 457.477 264.923C458.564 264.591 459.496 263.88 460.104 262.919C460.674 262.017 461.13 261.047 461.461 260.033C463.908 260.601 466.407 261.124 468.874 261.768C471.129 262.548 473.562 262.659 475.879 262.087C478.196 261.516 480.298 260.287 481.932 258.548L485.788 259.558C486.059 258.228 486.235 257.112 486.517 256.025C486.545 255.392 486.755 254.781 487.122 254.266C487.489 253.751 487.998 253.353 488.587 253.121C489.176 252.889 489.82 252.833 490.44 252.959C491.06 253.086 491.63 253.389 492.082 253.833C492.472 254.092 492.8 254.442 493.177 254.723C495.7 256.604 496.241 256.376 496.909 253.109C499.309 252.949 501.563 251.903 503.234 250.173C504.535 248.004 506.04 245.964 507.729 244.081C510.574 244.157 513.341 245.029 515.715 246.6C515.798 246.858 515.833 247.129 515.817 247.399C514.418 251.258 515.006 252.598 518.85 253.517C520.165 254.074 521.622 254.207 523.016 253.896C524.411 253.585 525.673 252.846 526.628 251.783C527.142 251.337 527.804 251.098 528.484 251.112C533.038 250.935 533.255 250.805 534.838 246.634C534.961 246.311 535.15 246.013 535.513 245.303C536.651 245.782 537.79 246.253 538.922 246.739C541.55 247.869 541.548 247.872 543.818 245.21L551.839 248.954L554.778 244.066C554.697 243.858 554.572 243.671 554.411 243.517C554.25 243.364 554.057 243.247 553.846 243.176C553.635 243.105 553.411 243.081 553.19 243.106C552.968 243.131 552.755 243.204 552.565 243.321C551.851 243.696 551.187 244.159 550.589 244.701C546.793 244.349 543.556 244.089 540.33 243.724C539.411 243.539 538.509 243.276 537.635 242.939C534.361 241.981 533.424 242.507 532.568 245.781C532.449 246.237 532.374 246.704 532.247 247.158C532.198 247.513 532.066 247.851 531.862 248.146C531.657 248.44 531.386 248.682 531.07 248.851C530.754 249.02 530.402 249.111 530.044 249.118C529.686 249.125 529.331 249.047 529.009 248.891C528.135 248.541 527.226 248.284 526.298 248.124C525.971 248.096 525.641 248.143 525.333 248.26C525.026 248.378 524.75 248.564 524.525 248.805C524.486 249.438 524.252 250.044 523.854 250.538C523.456 251.033 522.915 251.393 522.305 251.567C520.634 251.615 519.002 251.061 517.704 250.008L519.463 246.272C518.603 245.208 517.539 244.326 516.332 243.679C515.126 243.032 513.803 242.633 512.44 242.505C510.374 242.017 508.267 241.723 506.147 241.626C504.199 241.454 503.545 241.911 503.886 243.691C504.087 244.498 503.973 245.35 503.569 246.076C503.165 246.802 502.499 247.347 501.708 247.601C499.845 248.61 497.915 249.489 495.932 250.234C494.713 250.643 493.416 250.763 492.143 250.583C491.349 250.25 490.489 250.105 489.629 250.157C488.769 250.209 487.933 250.458 487.184 250.885C486.436 251.311 485.795 251.904 485.312 252.617C484.829 253.33 484.516 254.145 484.398 254.998C484.141 255.446 483.851 255.875 483.532 256.282C483.11 255.442 482.643 254.626 482.135 253.835C481.22 252.511 480.211 251.255 479.115 250.076C478.514 249.89 477.873 249.868 477.26 250.012C477.212 250.651 477.245 251.294 477.356 251.925C477.607 252.457 477.929 252.952 478.314 253.397C478.875 253.937 479.253 254.638 479.395 255.402C479.538 256.167 479.438 256.958 479.109 257.663C478.78 258.368 478.238 258.952 477.56 259.334C476.883 259.716 476.102 259.876 475.329 259.792C472.645 259.801 469.963 259.652 467.297 259.348C467.71 258.346 467.872 257.26 467.769 256.181C467.01 255.491 466.08 255.016 465.076 254.806C464.537 254.593 463.863 254.688 463.357 254.432C461.975 253.926 460.464 253.894 459.062 254.34C457.66 254.787 456.445 255.687 455.61 256.898C455.043 257.819 454.706 258.864 454.628 259.943L455.232 260.477L458.966 258.829Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M276.668 279.005C277.101 280.251 277.279 280.807 277.487 281.352C278.556 284.149 279.517 284.486 282.306 283.557C284.85 282.709 287.477 282.094 290.088 281.461C290.749 281.496 291.4 281.28 291.91 280.856C292.419 280.432 292.75 279.831 292.835 279.174L288.658 277.933C291.145 275.725 294.071 274.069 297.244 273.074C296.387 272.67 295.469 272.411 294.528 272.309C292.647 272.51 290.836 273.136 289.232 274.138C287.628 275.141 286.272 276.496 285.268 278.099C284.773 279.075 283.996 279.881 283.039 280.412C282.081 280.944 280.986 281.176 279.896 281.079L278.318 276.273H270.555C270.63 275.443 270.617 274.608 270.518 273.78C270.447 273.007 270.083 272.29 269.502 271.775C268.624 271.577 267.704 271.733 266.94 272.208C266.209 272.788 265.628 273.534 265.245 274.384C264.858 275.225 264.534 276.093 264.277 276.981C258.478 274.066 257.86 276.109 257.893 279.561H250.021C249.724 278.379 249.314 277.227 248.797 276.123C248.588 275.681 248.289 275.287 247.918 274.968C247.547 274.649 247.114 274.411 246.645 274.27C245.698 274.552 244.875 275.149 244.313 275.963C243.883 276.609 243.546 277.312 243.312 278.052C241.577 277.235 240.044 275.062 238.05 277.197C238.107 278.354 238.558 279.457 239.328 280.323C240.098 281.189 241.14 281.766 242.283 281.959C243.733 282.282 243.733 282.282 246.964 277.351C247.467 277.813 247.81 278.422 247.946 279.092C248.082 279.761 248.002 280.456 247.719 281.078C247.633 281.506 247.637 281.947 247.733 282.373C247.829 282.799 248.013 283.2 248.275 283.55C248.671 283.71 249.098 283.777 249.524 283.746C249.95 283.715 250.363 283.587 250.732 283.371C251.882 282.575 253.212 282.075 254.602 281.915C255.992 281.755 257.399 281.941 258.701 282.455C260.911 283.31 263.883 284.096 265.079 280.389C265.367 280.158 265.706 280 266.068 279.93C266.43 279.859 266.803 279.877 267.156 279.983C267.69 280.324 268.31 280.508 268.943 280.514C269.577 280.52 270.2 280.347 270.74 280.016C272.692 279.549 274.672 279.211 276.668 279.005Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M215.5 288.167C215.86 287.553 216.012 286.838 215.933 286.13C215.854 285.423 215.548 284.759 215.061 284.239C214.823 283.967 214.652 283.644 214.561 283.294C214.47 282.944 214.461 282.578 214.536 282.225C214.611 281.872 214.768 281.54 214.993 281.258C215.218 280.975 215.506 280.749 215.834 280.597L217.669 284.105C223.323 282.314 225.498 281.277 229.025 286.512C231.468 285.396 234.036 284.316 236.493 283.024C236.792 282.792 237.027 282.489 237.176 282.143C237.325 281.796 237.384 281.417 237.348 281.041C236.966 279.858 235.868 280.123 234.978 280.566C233.937 281.083 232.942 281.692 231.741 282.365L228.568 279.007C229.894 278.77 230.883 278.576 231.879 278.42C232.808 278.274 233.753 278.218 234.674 278.033C235.755 277.816 236.98 277.378 236.613 276.047C236.185 274.499 234.928 275.393 233.95 275.561C231.404 275.997 228.863 276.534 226.296 276.761C224.368 276.932 223.097 277.473 223.356 279.683L219.643 280.517C218.306 278.977 217.203 276.843 214.784 277.827C213.684 278.425 212.802 279.358 212.264 280.49C211.727 281.622 211.563 282.895 211.795 284.126C211.792 283.674 211.669 283.231 211.439 282.842C211.209 282.453 210.88 282.132 210.485 281.912C210.091 281.691 209.645 281.58 209.193 281.588C208.741 281.597 208.299 281.725 207.913 281.96C205.466 282.801 203.006 283.605 200.573 284.482C199.883 284.806 199.12 284.944 198.361 284.881C197.601 284.819 196.871 284.559 196.243 284.127C195.242 283.558 194.064 283.388 192.943 283.652C191.822 283.916 190.843 284.594 190.201 285.549C190.065 285.908 190.016 286.295 190.059 286.676C190.101 287.058 190.235 287.424 190.447 287.743C190.736 287.996 191.076 288.181 191.445 288.287C191.814 288.392 192.201 288.414 192.579 288.352C193.17 288.017 193.668 287.54 194.028 286.964C195.583 287.622 197.27 287.912 198.956 287.811C200.642 287.71 202.282 287.22 203.747 286.38C204.279 285.908 204.9 285.546 205.574 285.316C206.247 285.086 206.96 284.993 207.669 285.042C208.379 285.09 209.072 285.28 209.708 285.6C210.344 285.919 210.91 286.362 211.372 286.903C211.824 287.54 212.474 288.011 213.221 288.239C213.968 288.468 214.769 288.443 215.5 288.167Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M403.919 266.423C403.553 268.498 405.294 268.644 406.516 269.105C407.241 269.507 408.064 269.697 408.892 269.654C409.719 269.612 410.518 269.337 411.198 268.863C411.475 268.642 411.717 268.381 411.915 268.087C412.703 266.994 413.748 266.112 414.958 265.518C416.167 264.924 417.504 264.637 418.851 264.683C420.334 265.988 421.892 267.206 423.516 268.331C427.036 270.508 428.555 269.627 428.753 265.504C428.817 265.228 428.915 264.961 429.045 264.71C432.757 264.959 436.474 264.308 439.88 262.812C440.355 262.268 440.748 261.656 441.045 260.997C438.007 261.654 435.577 262.391 433.097 262.655C430.458 262.809 427.813 262.828 425.173 262.714L426.126 266.739C425.146 266.674 424.194 266.388 423.341 265.903C422.487 265.418 421.755 264.746 421.197 263.937C421.609 262.104 423.976 261.334 422.633 259.021C421.916 259.046 421.218 259.257 420.608 259.635C419.362 260.989 417.848 262.067 416.161 262.801C414.474 263.535 412.652 263.908 410.813 263.896C410.171 263.044 409.475 262.234 408.729 261.472C408.083 260.775 407.28 260.243 406.387 259.92C405.495 259.597 404.538 259.492 403.596 259.614C402.654 259.735 401.755 260.08 400.974 260.619C400.192 261.159 399.551 261.877 399.103 262.714C398.474 263.695 398.13 264.858 397.532 265.863C396.85 267.009 396.029 268.072 394.912 269.686L396.459 272.582C398.429 269.971 400.993 267.867 403.937 266.443C404.139 266.322 404.313 266.159 404.447 265.965C404.689 265.271 404.864 264.553 405.065 263.844C404.45 263.613 403.802 263.479 403.145 263.447C402.263 263.649 401.403 263.941 400.581 264.32C404.013 260.821 407.201 261.832 408.723 266.969L403.919 266.423Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M355.36 268.158C352.005 268.351 348.834 268.439 345.685 268.74C341.891 269.102 341.438 270.181 343.5 273.432C343.733 273.799 343.917 274.198 344.139 274.61C343.494 275.006 342.743 275.197 341.987 275.156C341.231 275.115 340.506 274.844 339.908 274.38C339.31 273.915 338.867 273.28 338.64 272.558C338.412 271.835 338.411 271.061 338.635 270.338C338.702 270.023 338.702 269.698 338.635 269.383C338.568 269.068 338.436 268.771 338.246 268.511C337.946 268.374 337.617 268.313 337.288 268.332C336.958 268.351 336.639 268.45 336.357 268.621C333.541 270.339 331.149 272.669 329.359 275.438C328.38 277.311 328.556 278.041 331.003 280.016C330.94 278.439 331.367 276.882 332.226 275.558C333.084 274.234 334.332 273.208 335.797 272.622C336.3 273.277 336.889 274.091 337.528 274.864C338.273 275.786 339.245 276.497 340.348 276.928C341.452 277.359 342.649 277.495 343.821 277.322C346.702 277.031 347.455 275.523 346.026 273.013C345.751 272.531 345.426 272.077 344.944 271.33C347.381 270.504 349.984 270.288 352.524 270.7C352.011 272.124 351.591 273.186 351.244 274.271C351.108 274.599 351.043 274.953 351.054 275.308C351.065 275.663 351.151 276.012 351.307 276.331C351.464 276.65 351.686 276.932 351.96 277.159C352.234 277.385 352.553 277.551 352.896 277.645C353.51 277.97 354.191 278.151 354.886 278.175C355.582 278.198 356.273 278.063 356.908 277.78C357.544 277.497 358.106 277.073 358.554 276.54C359.001 276.008 359.322 275.381 359.491 274.706C360.144 272.789 361.311 272.453 362.808 273.776C363.158 274.084 363.393 274.523 363.744 274.828C364.092 275.237 364.53 275.558 365.024 275.768C365.518 275.978 366.054 276.071 366.589 276.038C367.125 276.006 367.645 275.849 368.11 275.582C368.575 275.314 368.971 274.941 369.268 274.494C369.888 273.909 370.337 273.167 370.568 272.346C370.799 271.526 370.803 270.658 370.579 269.835C369.926 270.673 369.407 271.229 369.013 271.863C367.445 274.389 365.067 274.524 364.08 271.685C363.831 271.166 363.538 270.669 363.205 270.2L356.525 270.98L355.36 268.158ZM355.923 274.572L355.52 275.846C354.818 275.545 354.11 275.256 353.434 274.906C353.493 274.611 353.603 274.329 353.759 274.071C354.489 274.185 355.204 274.391 355.923 274.572Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M192.464 256.754C192.108 257.573 192.086 258.5 192.401 259.336C192.716 260.172 193.345 260.853 194.153 261.234C195.067 262.075 196.231 262.595 197.467 262.714C199.292 262.901 201.168 262.518 203.014 262.591C203.574 262.76 204.175 262.734 204.718 262.515C205.261 262.297 205.714 261.9 206.001 261.391C206.28 260.87 206.694 260.434 207.2 260.129C207.668 259.879 208.08 259.537 208.411 259.123C208.742 258.709 208.985 258.231 209.125 257.72C209.266 257.209 209.3 256.674 209.227 256.149C209.154 255.624 208.975 255.119 208.701 254.665C208.229 253.38 208.172 251.979 208.539 250.661C208.868 250.049 209.059 249.372 209.098 248.678C209.136 247.984 209.022 247.291 208.763 246.646C208.504 246.001 208.106 245.421 207.598 244.947C207.09 244.473 206.484 244.117 205.823 243.903C204.346 243.183 202.662 243.009 201.069 243.412C199.098 244.085 196.997 244.292 194.933 244.015C192.309 244.286 192.036 244.579 191.526 247.318C191.285 248.063 190.887 248.748 190.359 249.326C188.977 251.184 188.97 251.612 190.617 254.107C191.479 252.848 192.349 251.697 193.087 250.467C193.798 249.282 194.373 248.015 195.308 246.202C196.08 246.035 196.887 246.181 197.551 246.609C198.216 247.036 198.684 247.709 198.852 248.481C200.404 247.087 202.39 246.275 204.474 246.182C205.415 246.707 206.297 247.334 207.103 248.051C206.318 249.042 205.818 250.228 205.655 251.482C205.493 252.736 205.674 254.01 206.181 255.169C206.291 255.771 206.265 256.391 206.102 256.981C205.939 257.571 205.645 258.117 205.242 258.578C204.838 259.039 204.336 259.402 203.772 259.641C203.208 259.88 202.598 259.989 201.986 259.958C200.231 260.146 198.458 260.047 196.735 259.664C195.182 258.899 193.744 257.919 192.464 256.754Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M366.755 197.255L369.602 194.898L369.302 190.826C373.127 188.586 373.206 188.504 370.068 185.508C368.259 183.708 366.237 182.136 364.047 180.825C362.594 180.105 360.952 179.858 359.351 180.116C356.939 180.602 354.567 181.269 352.255 182.111C351.781 182.391 351.353 182.74 350.982 183.147C351.965 183.954 353.172 184.441 354.44 184.541C355.708 184.641 356.976 184.349 358.073 183.706C361.3 181.088 363.42 183.47 365.827 184.74C366.637 185.289 367.372 185.942 368.013 186.682C367.606 188.586 367.245 190.356 366.839 192.115C366.762 192.561 366.577 192.981 366.299 193.339C365.27 193.906 364.131 194.244 362.96 194.33C361.788 194.416 360.612 194.247 359.512 193.834C358.768 193.303 357.939 192.901 357.062 192.643C354.197 191.95 354.163 191.964 354.042 189.015C353.955 188.544 353.826 188.082 353.658 187.634C352.879 188.051 352.267 188.724 351.925 189.538C351.584 190.353 351.533 191.261 351.782 192.109C352.031 192.956 352.564 193.692 353.292 194.193C354.02 194.694 354.898 194.929 355.779 194.858C356.627 195.175 357.296 195.959 358.138 196.311C359.273 196.828 360.475 197.182 361.709 197.363C363.391 197.431 365.077 197.395 366.755 197.255Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M194.497 319.131C195.096 320.738 195.055 322.514 194.384 324.093C193.712 325.672 192.461 326.933 190.887 327.616C190.262 328.155 189.581 328.627 188.857 329.023C187.391 329.868 186.166 331.075 185.299 332.528C184.432 333.981 183.952 335.633 183.905 337.324C183.009 341.562 181.584 345.67 179.663 349.552C178.789 350.933 177.483 351.986 175.949 352.547C173.653 353.442 171.314 354.22 168.939 354.878C168.097 355.159 167.291 355.55 166.463 355.893C166.566 356.169 166.697 356.434 166.855 356.683C170.548 356.074 174.192 355.199 177.759 354.065C179.248 353.447 180.534 352.422 181.469 351.108C182.404 349.794 182.951 348.244 183.048 346.634C183.432 343.762 184.593 341.049 186.407 338.789C188.221 336.528 190.617 334.807 193.338 333.809C194.706 333.141 196.189 332.71 197.604 332.132C198.463 331.884 199.254 331.442 199.916 330.84C200.579 330.239 201.094 329.494 201.424 328.662C198.247 329.967 195.683 330.864 193.265 332.058C190.898 333.226 188.681 334.697 186.104 336.208C186.007 335.333 186.172 334.448 186.576 333.666C186.981 332.883 187.608 332.238 188.378 331.81C189.984 330.616 191.691 329.555 193.26 328.317C195.214 326.955 196.638 324.96 197.293 322.67C197.497 322.246 197.578 321.774 197.526 321.306C197.474 320.839 197.292 320.395 197.001 320.026C196.709 319.657 196.32 319.378 195.877 319.219C195.435 319.061 194.956 319.03 194.497 319.131Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M316.216 276.038C315.581 275.028 314.739 274.164 313.745 273.504C312.891 273.27 311.99 273.27 311.136 273.504C310.282 273.737 309.507 274.196 308.891 274.832C308.569 275.145 308.502 275.725 308.174 276.024C307.818 276.426 307.322 276.677 306.788 276.726C306.539 276.62 306.315 276.465 306.13 276.269C305.945 276.072 305.802 275.84 305.71 275.586C305.415 274.717 305.182 273.828 305.01 272.926C303.623 274.324 301.907 275.35 300.02 275.91C299.826 276.089 299.672 276.307 299.567 276.549C299.462 276.791 299.409 277.053 299.411 277.317C299.759 277.977 300.325 278.496 301.013 278.785C303.401 278.413 305.843 278.584 308.156 279.286C310.603 279.073 313.035 278.695 315.474 278.389C316.361 278.387 317.236 278.189 318.039 277.811C318.841 277.433 319.551 276.884 320.118 276.201C320.674 275.369 321.474 274.73 322.407 274.37C323.341 274.01 324.363 273.947 325.334 274.19C326.349 274.255 327.367 274.261 328.383 274.21C328.482 273.907 328.503 273.584 328.444 273.27C328.385 272.957 328.248 272.663 328.047 272.416C327.845 272.17 327.584 271.977 327.289 271.858C326.993 271.738 326.672 271.694 326.356 271.73C324.749 271.326 323.057 271.412 321.499 271.976C319.941 272.541 318.588 273.559 317.613 274.899C317.221 275.362 316.748 275.748 316.216 276.038Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M426.218 200.051C427.196 203.033 427.26 206.239 426.401 209.258C426.338 211.23 426.609 213.199 427.203 215.081C426.984 216.257 424.144 215.467 425.136 217.8C425.19 217.896 425.27 217.976 425.366 218.031C432.145 218.732 438.65 221.079 444.315 224.867C444.927 225.225 445.606 225.453 446.311 225.536C447.015 225.618 447.729 225.555 448.407 225.349C449.086 225.143 449.715 224.799 450.254 224.339C450.793 223.878 451.232 223.312 451.542 222.674C451.649 222.136 451.657 221.583 451.567 221.042C450.836 221.233 450.127 221.497 449.45 221.832C445.871 224.208 445.313 224.128 442.6 220.663C441.076 220.597 439.581 220.23 438.201 219.582C436.821 218.934 435.583 218.019 434.559 216.89C433.978 216.37 433.243 216.055 432.466 215.991C431.565 215.904 430.659 215.892 429.756 215.955C428.939 214.507 428.483 212.883 428.425 211.221C428.366 209.559 428.708 207.908 429.422 206.405C429.752 205.79 429.929 205.104 429.938 204.406C429.947 203.708 429.787 203.018 429.473 202.394C429.159 201.771 428.699 201.232 428.132 200.824C427.565 200.416 426.909 200.151 426.218 200.051Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M379.095 272.464C376.166 273.321 376.166 273.321 374.156 270.47C372.726 271.979 372.845 273.637 374.728 274.297C376.409 274.79 378.157 275.022 379.909 274.983C380.295 274.978 380.674 274.881 381.015 274.699C381.355 274.517 381.647 274.256 381.865 273.937C382.003 273.042 381.78 272.129 381.245 271.397C380.27 270.349 379.201 269.391 378.052 268.537C378.878 268.174 379.78 268.017 380.68 268.079C381.58 268.141 382.452 268.42 383.22 268.893C384.439 269.49 385.808 269.71 387.153 269.523C388.497 269.337 389.755 268.754 390.765 267.848C391.168 267.699 391.537 267.469 391.847 267.172C392.157 266.875 392.402 266.517 392.567 266.121C392.732 265.724 392.814 265.298 392.806 264.869C392.799 264.439 392.703 264.016 392.524 263.625C390.157 264.313 387.724 264.75 385.265 264.931C382.646 265.559 379.993 266.037 377.319 266.362C376.168 266.733 375.06 267.225 374.014 267.83C374.803 268.754 375.531 269.745 376.404 270.582C377.255 271.272 378.155 271.901 379.095 272.464Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M375.199 302.88C375.794 303.438 376.579 303.748 377.395 303.745C378.211 303.742 378.994 303.426 379.584 302.862C379.926 302.456 380.111 301.94 380.106 301.409C380.1 300.878 379.904 300.366 379.553 299.968C378.338 297.158 378.397 297.174 380.609 295.038C381.221 294.513 381.653 293.81 381.845 293.028C381.946 292.261 382.306 291.553 382.866 291.021C383.427 290.488 384.153 290.165 384.924 290.105C387.195 289.552 389.483 289.029 391.792 288.679C392.72 288.658 393.644 288.801 394.523 289.099C395.28 289.399 396.072 289.603 396.879 289.706C397.19 289.632 397.48 289.491 397.731 289.294C397.982 289.097 398.188 288.848 398.334 288.564C398.318 288.3 398.237 288.043 398.097 287.817C397.958 287.591 397.766 287.403 397.536 287.27C396.253 286.573 394.833 286.167 393.376 286.078C391.919 285.99 390.46 286.221 389.102 286.757C387.605 287.429 386.043 287.945 384.441 288.297C383.261 288.363 382.137 288.821 381.245 289.597C380.354 290.374 379.747 291.425 379.52 292.585C379.19 293.185 378.682 293.67 378.067 293.972C375.999 295.553 375.742 295.961 376.74 298.39C377.479 300.189 377.946 301.716 375.199 302.88Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M434.718 154.044C432.25 155.367 429.473 156.006 426.674 155.895C424.001 155.464 421.287 155.283 418.074 154.936C418.404 155.83 418.999 156.602 419.779 157.148C420.56 157.694 421.489 157.988 422.442 157.991C424.648 158.09 426.849 158.387 429.054 158.416C430.189 158.358 431.312 158.159 432.397 157.824C433.218 157.471 434.072 157.2 434.946 157.014C435.27 157.042 435.597 156.996 435.902 156.881C436.206 156.765 436.481 156.583 436.706 156.347C436.931 156.111 437.1 155.827 437.2 155.518C437.301 155.208 437.33 154.879 437.287 154.556C437.32 154.086 437.296 153.613 437.217 153.149C436.876 152.069 436.925 150.905 437.356 149.858C437.787 148.811 438.571 147.949 439.572 147.421C440.354 146.973 440.277 146.839 440.321 145.19C435.912 146.213 435.632 146.654 434.718 154.044Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M415.767 150.032C415.111 150.222 414.472 150.468 413.858 150.767C413.384 151.214 412.764 151.473 412.113 151.496C411.462 151.52 410.826 151.305 410.322 150.893C409.63 150.549 409.082 149.972 408.775 149.263C408.468 148.555 408.422 147.76 408.645 147.021C408.749 145.938 408.621 144.845 408.268 143.815C407.916 142.786 407.348 141.843 406.602 141.051C407.693 137.442 411.034 139.126 413.891 138.205C412.743 137.815 411.627 137.337 410.552 136.776C410.246 136.502 409.887 136.295 409.496 136.168C409.106 136.041 408.693 135.996 408.285 136.038C407.876 136.079 407.481 136.205 407.124 136.407C406.767 136.61 406.455 136.884 406.21 137.214C405.406 137.722 404.833 138.526 404.615 139.452C404.397 140.378 404.551 141.353 405.044 142.166C405.912 144.066 406.406 146.115 406.498 148.202C406.588 149.191 406.932 150.14 407.495 150.958C408.058 151.776 408.823 152.435 409.715 152.871C410.607 153.308 411.597 153.507 412.589 153.45C413.58 153.393 414.54 153.082 415.377 152.546C416.053 152.058 416.053 152.058 415.767 150.032Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M397.877 316.543C395.385 316.21 392.859 316.814 390.788 318.239C389.595 318.577 388.335 318.61 387.126 318.335C388.269 321.214 390.268 322.044 392.004 320.261C392.561 319.669 393.253 319.221 394.021 318.956C394.789 318.69 395.611 318.616 396.414 318.738C399.993 318.988 400.202 318.761 400.654 314.898C401.683 314.96 402.715 314.951 403.743 314.872C404.072 314.876 404.396 314.79 404.68 314.623C404.963 314.456 405.196 314.215 405.352 313.926C405.509 313.636 405.583 313.309 405.567 312.981C405.551 312.652 405.446 312.334 405.262 312.061C404.926 311.235 404.359 310.523 403.628 310.011C402.898 309.499 402.036 309.209 401.144 309.174L402.855 312.436C402.244 312.26 401.6 312.236 400.977 312.365C400.355 312.494 399.774 312.773 399.283 313.178C398.793 313.582 398.409 314.1 398.164 314.687C397.919 315.273 397.82 315.91 397.877 316.543Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M308.163 238.59C309.095 238.722 310.043 238.665 310.952 238.424C311.862 238.182 312.714 237.761 313.457 237.184C314.201 236.608 314.821 235.888 315.282 235.068C315.743 234.248 316.034 233.343 316.14 232.408C316.527 231.069 317.042 229.767 317.481 228.499L312.511 221.136C312.204 221.143 311.905 221.233 311.647 221.398C311.388 221.564 311.18 221.796 311.045 222.072C310.909 222.347 310.852 222.655 310.88 222.96C310.908 223.266 311.019 223.558 311.201 223.805C311.603 224.66 312.124 225.453 312.748 226.163C313.458 227.182 313.909 228.358 314.063 229.59C314.216 230.823 314.067 232.074 313.629 233.236C313.02 234.313 312.053 235.143 310.895 235.581C310.159 235.683 309.483 236.04 308.983 236.59C308.484 237.14 308.194 237.848 308.163 238.59Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M455.429 211.884C457.442 208.207 458.687 204.16 459.087 199.987C456.32 196.583 453.094 193.58 449.501 191.063C449.445 192.162 449.705 193.254 450.249 194.21C450.793 195.166 451.6 195.946 452.574 196.459C453.94 197.725 455.383 198.907 456.651 200.002C455.867 203.928 455.137 207.56 454.443 211.199C454.737 211.473 455.07 211.703 455.429 211.884Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M306.559 219.669C305.195 219.313 303.802 219.082 302.396 218.978C301.953 219.004 301.519 219.118 301.12 219.314C300.722 219.51 300.366 219.783 300.074 220.118C298.597 221.638 297.602 223.562 297.214 225.646C296.826 227.73 297.064 229.883 297.896 231.833C298.216 232.936 298.387 234.077 298.402 235.225C298.891 234.999 299.326 234.672 299.678 234.264C300.031 233.857 300.293 233.38 300.447 232.864C300.601 232.348 300.644 231.805 300.572 231.271C300.5 230.737 300.316 230.225 300.031 229.768C299.655 228.976 299.462 228.11 299.465 227.233C299.468 226.357 299.667 225.492 300.049 224.703C300.203 223.884 300.663 223.155 301.335 222.663C302.007 222.171 302.841 221.952 303.668 222.052C304.024 222.178 304.406 222.21 304.778 222.145C305.149 222.08 305.497 221.919 305.789 221.679C306.08 221.439 306.304 221.128 306.439 220.776C306.574 220.423 306.615 220.042 306.559 219.669Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M328.293 286.884C328.792 288.645 328.999 290.475 328.906 292.302C328.18 293.963 327.193 295.496 325.981 296.843L321.984 296.289C321.754 296.696 321.612 297.147 321.57 297.613C322.197 300.581 325.082 298.439 326.575 299.694C326.994 299.676 327.404 299.569 327.779 299.381C328.153 299.192 328.484 298.926 328.747 298.599C329.704 297.024 330.559 295.388 331.307 293.703C331.66 293.072 331.861 292.368 331.895 291.645C331.929 290.923 331.795 290.203 331.502 289.541C331.21 288.88 330.768 288.296 330.211 287.835C329.654 287.373 328.997 287.048 328.293 286.884Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M433.543 190.193L429.6 193.152L431.491 194.34L428.179 197.967L428.545 198.646C429.235 198.727 429.934 198.63 430.576 198.363C430.871 197.785 431.28 197.273 431.779 196.857C432.277 196.442 432.855 196.132 433.477 195.946C434.099 195.76 434.752 195.702 435.397 195.775C436.042 195.849 436.665 196.053 437.229 196.374C437.67 196.354 438.103 196.253 438.507 196.076L436.85 194.246L438.611 190.705L433.543 190.193Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M336.126 167.515C336.822 167.744 337.509 168.01 338.217 168.193C339.693 168.574 341.172 168.949 342.665 169.255C343.672 169.508 344.705 169.644 345.744 169.662C347.837 169.599 349.928 169.392 352.015 169.195C352.719 169.234 353.42 169.068 354.031 168.717C354.356 168.446 354.618 168.108 354.802 167.728C354.986 167.347 355.086 166.931 355.097 166.509C354.746 165.297 353.768 165.698 352.816 166.182C351.889 166.828 350.783 167.169 349.653 167.156C345.876 166.17 342.007 167.568 338.259 166.508C337.576 166.452 336.889 166.518 336.229 166.702L336.126 167.515Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M236.384 364.49C236.662 364.718 236.981 364.891 237.323 365.001C244.886 361.556 252.438 358.089 259.98 354.6C260.185 354.461 260.356 354.277 260.478 354.062C260.6 353.846 260.671 353.605 260.685 353.358C256.366 354.329 252.203 355.897 248.316 358.015C244.018 359.521 239.989 361.707 236.384 364.49Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M398.561 291.545C398.652 292.22 398.917 292.859 399.329 293.401C400.634 294.483 401.696 295.827 402.448 297.347C403.199 298.866 403.622 300.526 403.69 302.22C404.547 304.69 402.233 305.555 400.429 306.489C402.573 308.07 404.466 307.748 405.027 305.5C405.723 303.682 405.921 301.711 405.601 299.791C405.282 297.871 404.456 296.07 403.209 294.575C402.046 293.33 400.804 292.158 399.598 290.953L398.561 291.545Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M290.717 230.492C292.501 230.839 293.644 229.668 293.368 228.705C293.238 228.036 293.315 227.343 293.591 226.719C293.866 226.095 294.325 225.569 294.906 225.214C295.666 224.486 296.157 223.523 296.3 222.48C296.443 221.438 296.23 220.378 295.694 219.472C295.147 220.006 294.628 220.568 294.14 221.156C293.498 222.252 292.771 223.297 291.968 224.282C291.093 225.026 290.494 226.043 290.267 227.17C290.04 228.296 290.198 229.466 290.717 230.492Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M429.909 348.12C427.263 346.808 426.808 349.604 425.081 350.408C424.536 350.23 423.789 349.936 423.017 349.744C422.795 349.664 422.558 349.634 422.323 349.656C422.089 349.677 421.861 349.75 421.658 349.87C421.454 349.989 421.279 350.151 421.146 350.346C421.012 350.54 420.922 350.761 420.884 350.994C420.43 352.384 419.881 353.743 419.32 355.259C419.966 355.534 420.695 355.545 421.35 355.29C422.005 355.035 422.534 354.533 422.824 353.893C423.142 353.417 423.57 353.024 424.072 352.748C424.574 352.473 425.135 352.323 425.708 352.311C426.774 352.177 427.765 351.693 428.525 350.934C429.286 350.176 429.773 349.186 429.909 348.12Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M325.341 286.111L317.111 287.114C316.119 288.76 315.662 290.674 315.803 292.59C316.386 292.417 316.933 292.138 317.416 291.769C318.094 290.892 318.976 290.194 319.985 289.736C320.994 289.278 322.1 289.074 323.206 289.142C323.585 289.194 323.971 289.141 324.322 288.988C324.673 288.835 324.975 288.589 325.195 288.276C325.416 287.963 325.546 287.596 325.572 287.214C325.597 286.832 325.517 286.451 325.341 286.111Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M289.254 183.477C290.485 185.214 291.476 186.411 292.233 187.741C292.181 188.494 292.31 189.247 292.609 189.94C292.907 190.633 293.366 191.245 293.948 191.724C294.546 190.132 295.747 188.84 297.292 188.128C298.394 187.844 297.914 186.486 296.851 186.084C294.505 185.197 292.107 184.446 289.254 183.477Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M444.193 182.165C445.721 181.071 446.977 180.146 448.261 179.26C448.511 179.168 448.739 179.025 448.93 178.839C449.121 178.654 449.27 178.43 449.37 178.183C449.469 177.936 449.515 177.671 449.506 177.405C449.496 177.139 449.431 176.878 449.314 176.639C449.165 176.416 448.969 176.228 448.74 176.088C448.511 175.948 448.255 175.859 447.989 175.827C447.722 175.795 447.452 175.821 447.197 175.903C446.941 175.985 446.707 176.121 446.509 176.302C444.982 177.111 443.544 178.084 441.871 179.11C441.813 179.464 441.829 179.826 441.915 180.174C442.002 180.523 442.159 180.85 442.376 181.135C442.593 181.421 442.866 181.66 443.179 181.837C443.491 182.014 443.836 182.125 444.193 182.165Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M425.201 167.8L422.316 169.903C421.429 169.418 420.487 169.041 419.51 168.781C419.25 168.718 418.978 168.714 418.716 168.77C418.454 168.825 418.208 168.939 417.996 169.102C417.783 169.265 417.61 169.474 417.489 169.713C417.368 169.952 417.302 170.215 417.296 170.482C417.282 170.718 417.32 170.954 417.407 171.173C417.495 171.393 417.63 171.59 417.803 171.751C417.975 171.912 418.182 172.033 418.406 172.105C418.631 172.177 418.869 172.199 419.104 172.168C420.137 172.219 421.161 172.392 422.154 172.683C422.763 172.911 423.432 172.924 424.049 172.72C424.667 172.516 425.196 172.107 425.549 171.561C425.722 170.297 425.602 169.011 425.201 167.8Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M335.237 348.028C334.964 348.585 334.582 349.081 334.112 349.487C333.643 349.892 333.097 350.199 332.506 350.388C331.915 350.577 331.292 350.645 330.675 350.587C330.057 350.529 329.458 350.347 328.912 350.052C326.657 349.38 325.872 350.786 326.957 353.591C327.688 353.066 328.535 352.724 329.426 352.595C330.318 352.466 331.227 352.553 332.077 352.849C335.07 353.441 336.188 351.943 335.237 348.028Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M376.227 365.992C374.3 365.719 372.335 365.898 370.49 366.516C368.644 367.134 366.968 368.175 365.595 369.554C366.356 370.858 367.568 371.08 368.302 370.254C368.968 369.611 369.783 369.144 370.674 368.896C371.566 368.648 372.505 368.626 373.407 368.833C373.794 368.9 374.191 368.873 374.566 368.753C374.94 368.634 375.28 368.426 375.557 368.147C375.833 367.868 376.039 367.527 376.155 367.152C376.272 366.777 376.297 366.379 376.227 365.992Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M399.234 358.674C396.109 357.989 392.921 357.632 389.722 357.607C388.376 358.275 387.178 359.207 386.199 360.347C387.101 360.706 388.07 360.869 389.039 360.824C389.995 360.159 391.112 359.762 392.273 359.674C393.434 359.585 394.598 359.809 395.643 360.323C395.978 360.519 396.355 360.632 396.742 360.652C397.13 360.671 397.516 360.597 397.869 360.435C398.221 360.273 398.53 360.029 398.767 359.722C399.005 359.416 399.165 359.056 399.234 358.674Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M326.566 365.868C324.809 362.575 322.964 362.177 321.531 364.892C321.008 365.575 320.34 366.134 319.574 366.526C318.809 366.919 317.965 367.137 317.105 367.164C317.394 367.604 317.773 367.979 318.217 368.262C318.662 368.545 319.161 368.731 319.683 368.806C320.204 368.882 320.736 368.846 321.242 368.7C321.748 368.555 322.218 368.303 322.62 367.962C323.869 367.146 325.19 366.444 326.566 365.868Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M332.75 340.764L334.394 338.735C335.436 339.206 336.257 341.23 337.481 339.463C337.632 339.176 337.717 338.858 337.729 338.534C337.741 338.209 337.68 337.887 337.55 337.589C337.42 337.292 337.224 337.028 336.978 336.816C336.732 336.605 336.441 336.451 336.128 336.368C335.556 335.863 334.832 335.564 334.07 335.518C333.309 335.473 332.554 335.683 331.926 336.115C330.76 337.095 331.041 338.613 332.75 340.764Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M349.598 357.953L346.934 363.047C347.719 363.206 348.53 363.191 349.309 363.004C349.755 362.484 350.353 362.116 351.018 361.953C351.683 361.789 352.383 361.838 353.019 362.093C355.319 362.464 356.003 361.653 355.792 359.086C354.792 359.657 353.622 359.857 352.488 359.649C351.355 359.442 350.331 358.841 349.598 357.953Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M296.13 235.809C295.581 236.544 295.194 237.388 294.993 238.283C295.449 239.361 296.145 240.321 297.028 241.09C297.911 241.859 298.957 242.417 300.088 242.721C300.868 242.985 301.712 242.988 302.494 242.73C303.276 242.472 303.953 241.968 304.423 241.291C304.664 240.926 304.818 240.51 304.873 240.076C303.102 239.888 301.313 239.969 299.567 240.317C297.92 239.272 296.701 237.673 296.13 235.809Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M361.989 131.027C357.123 134.439 352.57 138.277 348.384 142.495C353.785 139.837 358.455 135.9 361.989 131.027Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M447.01 344.654C447.467 345.265 448.128 345.691 448.873 345.853C449.618 346.016 450.397 345.904 451.067 345.539C451.647 345.39 452.153 345.035 452.492 344.541C452.831 344.047 452.98 343.447 452.91 342.852C452.778 340.566 452.541 338.286 452.349 336.003L451.486 335.744C451.056 336.228 450.688 336.762 450.389 337.335C450.326 337.799 450.379 338.271 450.542 338.71C451.469 343.561 451.471 343.561 447.01 344.654Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M363.577 143.127L375.554 135.424C375.176 135.105 374.73 134.878 374.251 134.761C370.886 136.798 367.549 138.883 364.275 141.061C363.89 141.689 363.652 142.395 363.577 143.127Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M331.381 181.304L333.221 182.697C333.534 182.609 333.829 182.467 334.094 182.279C335.153 180.428 336.797 178.981 338.767 178.165C339.147 177.547 339.363 176.843 339.396 176.118C338.78 175.93 338.138 175.843 337.495 175.863C336.939 176.061 336.444 176.4 336.057 176.846C334.55 178.246 333.077 179.681 331.381 181.304Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M460.917 326.402C463.773 325.027 466.35 323.136 468.519 320.824C466.013 318.958 464.402 321.991 462.292 321.947C461.032 321.921 460.089 323.778 460.917 326.402Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M241.048 212.252C239.885 212.851 238.901 213.748 238.197 214.851C237.494 215.954 237.095 217.225 237.042 218.532C237.096 218.745 237.201 218.942 237.348 219.106C237.495 219.27 237.679 219.396 237.885 219.473C238.163 219.499 238.443 219.469 238.709 219.386C238.975 219.303 239.222 219.167 239.436 218.988C240.16 218.04 240.678 216.951 240.956 215.791C241.234 214.63 241.265 213.425 241.048 212.252Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M120.051 222.315L131.938 229.209C130.588 227.254 128.823 225.621 126.767 224.429C124.712 223.237 122.418 222.515 120.051 222.315Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M242.696 203.089C245.307 202.654 247.131 202.443 248.902 202.012C249.673 201.781 250.358 201.328 250.87 200.708C250.992 200.463 251.051 200.191 251.041 199.918C251.031 199.644 250.953 199.377 250.814 199.142C250.626 198.948 250.393 198.805 250.136 198.724C249.879 198.643 249.606 198.628 249.341 198.68C247.438 199.444 245.581 200.331 243.749 201.257C243.296 201.803 242.94 202.423 242.696 203.089Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M259.512 158.856L262.376 160.994C262.39 160.213 262.23 159.438 261.909 158.726C259.71 156.124 257.376 153.635 255.059 151.134C254.615 150.887 254.134 150.711 253.635 150.614C253.818 151.296 254.082 151.953 254.421 152.573C256.083 154.695 257.809 156.766 259.512 158.856Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M316.918 174.423C315.477 173.967 314.334 173.566 313.168 173.248C312.925 173.141 312.656 173.109 312.396 173.157C312.135 173.205 311.895 173.33 311.706 173.516C311.517 173.702 311.388 173.94 311.337 174.2C311.285 174.46 311.312 174.73 311.415 174.974C311.453 175.627 311.742 176.24 312.22 176.686C312.699 177.132 313.331 177.376 313.985 177.368C314.377 177.392 314.77 177.332 315.138 177.193C315.506 177.053 315.839 176.837 316.117 176.558C316.394 176.279 316.609 175.945 316.747 175.577C316.885 175.208 316.944 174.815 316.918 174.423Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M215.215 221.93C216.226 221.448 217.201 220.891 218.131 220.266C218.451 220.139 218.717 219.903 218.88 219.599C219.043 219.296 219.093 218.945 219.022 218.607C218.951 218.27 218.763 217.969 218.491 217.757C218.219 217.546 217.881 217.437 217.537 217.451C217.183 217.298 216.803 217.217 216.418 217.212C216.033 217.207 215.651 217.277 215.293 217.42C214.935 217.563 214.609 217.775 214.334 218.044C214.058 218.313 213.838 218.633 213.687 218.987C213.539 219.276 213.463 219.596 213.464 219.921C213.465 220.245 213.543 220.564 213.693 220.852C213.842 221.14 214.059 221.388 214.323 221.576C214.588 221.763 214.894 221.885 215.215 221.93Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M265.983 355.831C261.959 356.439 258.195 358.192 255.14 360.881C259.166 360.279 262.932 358.525 265.983 355.831Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M438.194 351.783C439.061 351.6 439.878 351.231 440.587 350.7C441.296 350.169 441.881 349.489 442.3 348.709C442.719 347.928 442.962 347.065 443.013 346.181C443.064 345.296 442.921 344.412 442.594 343.588C442.017 343.891 441.51 344.313 441.106 344.825C440.654 346.003 440.567 347.324 440.096 348.492C439.541 349.633 438.906 350.732 438.194 351.783Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M396.932 129.765L388.658 136.233C391.941 135.451 394.963 133.826 397.427 131.52C397.608 131.04 397.677 130.525 397.629 130.014L396.932 129.765Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M185.353 240.631C184.606 241.726 183.92 242.861 183.296 244.031C183.237 244.292 183.235 244.562 183.29 244.824C183.345 245.085 183.456 245.332 183.616 245.547C183.795 245.661 184.002 245.727 184.214 245.739C184.427 245.75 184.64 245.707 184.831 245.612C185.803 244.837 186.615 243.879 187.22 242.792C187.896 241.14 186.876 240.522 185.353 240.631Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M385.474 316.742C383.98 316.249 382.463 315.831 380.928 315.49C379.765 315.283 379.557 315.685 379.252 318.047C381.29 318.236 383.345 318.131 385.353 317.734L385.474 316.742Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M378.974 314.656C378.427 313.792 377.656 313.092 376.745 312.63C375.733 312.996 374.832 313.613 374.125 314.424C375.52 316.792 377.043 315.746 378.457 315.475L378.974 314.656Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M398.362 159.423C398.794 160.129 399.371 160.735 400.055 161.202C400.739 161.669 401.514 161.985 402.329 162.131L403.922 159.843C402.019 157.279 400.162 160.436 398.362 159.423Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M372.704 178.115C372.912 178.468 373.204 178.765 373.553 178.979C373.903 179.193 374.299 179.318 374.709 179.342C375.118 179.367 375.527 179.291 375.899 179.12C376.272 178.949 376.597 178.69 376.846 178.364C377.146 178.193 377.392 177.94 377.555 177.635C377.719 177.331 377.793 176.986 377.77 176.641C377.747 176.296 377.627 175.964 377.425 175.684C377.222 175.404 376.945 175.186 376.624 175.056L372.704 178.115Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M437.037 140.901C436.172 139.554 435.381 138.148 434.394 136.898C433.858 136.648 433.265 136.544 432.676 136.598C432.505 137.093 432.469 137.625 432.572 138.138C433.733 139.36 435.036 140.446 436.289 141.58L437.037 140.901Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M178.014 248.654C177.289 249.507 176.702 250.469 176.275 251.505C176.305 251.865 176.424 252.212 176.621 252.515C176.819 252.817 177.089 253.066 177.407 253.237C177.694 253.274 177.985 253.243 178.257 253.149C178.53 253.054 178.777 252.898 178.979 252.692C179.182 252.486 179.334 252.236 179.423 251.962C179.513 251.688 179.539 251.396 179.497 251.111C179.134 250.219 178.634 249.39 178.014 248.654Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M203.807 342.55L203.911 342.431L204.381 340.959C203.343 340.5 202.181 340.401 201.08 340.677C199.979 340.952 199.001 341.587 198.301 342.48C199.154 342.909 200.092 343.137 201.046 343.15C202 343.162 202.944 342.957 203.807 342.55Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M289.543 367.889C290.371 368.02 291.219 367.959 292.02 367.713C292.822 367.466 293.557 367.039 294.168 366.465C294.29 366.287 294.365 366.082 294.386 365.867C294.408 365.653 294.374 365.437 294.29 365.239C294.105 365.046 293.879 364.898 293.628 364.805C293.378 364.712 293.11 364.677 292.844 364.702C291.552 365.356 290.362 366.214 289.135 366.996L289.543 367.889Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M273.843 204.421L274.074 201.514L270.164 202.448C270.695 204.414 270.695 204.414 273.843 204.421Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M212.202 362.495C210.93 365.009 211.028 365.386 213.278 367.397C214.686 365.367 214.626 365.051 212.202 362.495Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M154.657 204.924L160.101 200.229C157.804 199.755 156.799 200.506 154.188 204.332L154.657 204.924Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M376.1 307.727L379.302 311.861C380.072 308.839 379.723 308.344 376.1 307.727Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M354.685 333.282C354.103 333.8 353.616 334.416 353.247 335.102C353.755 335.893 354.351 336.625 355.022 337.283C355.527 336.98 355.968 336.58 356.317 336.106C355.866 335.115 355.319 334.169 354.685 333.282Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M457.411 216.31C457.196 216.32 456.983 216.363 456.781 216.437C456.256 216.796 455.893 217.347 455.769 217.971C455.645 218.596 455.77 219.244 456.118 219.777C456.29 219.901 456.49 219.98 456.7 220.008C456.91 220.036 457.124 220.01 457.322 219.935C458.353 219.397 458.355 218.387 457.411 216.31Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M315.466 295.837C315.741 296.044 316.065 296.176 316.407 296.22C316.748 296.264 317.095 296.218 317.413 296.086C317.731 295.955 318.01 295.743 318.221 295.472C318.433 295.2 318.569 294.878 318.618 294.537C318.595 294.272 318.506 294.017 318.359 293.796C318.212 293.575 318.011 293.394 317.776 293.271C316.875 292.937 316.273 293.655 315.466 295.837Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M455.824 161.103C456.329 160.273 456.743 159.391 457.059 158.472C457.002 158.22 456.883 157.986 456.713 157.792C456.542 157.597 456.326 157.449 456.083 157.36C455.823 157.371 455.568 157.438 455.336 157.556C455.104 157.674 454.901 157.841 454.739 158.046C454.577 158.25 454.462 158.487 454.4 158.74C454.338 158.993 454.332 159.256 454.381 159.512C454.769 160.119 455.257 160.657 455.824 161.103Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M376.138 349.311C377.581 348.893 378.847 348.695 378.558 347.096C378.411 346.889 378.213 346.723 377.983 346.613C377.754 346.504 377.5 346.454 377.246 346.47C376.942 346.519 376.656 346.646 376.416 346.84C376.176 347.033 375.991 347.286 375.879 347.573C375.767 347.86 375.732 348.172 375.778 348.476C375.823 348.781 375.947 349.069 376.138 349.311Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M459.991 163.073C460.563 162.257 461.048 161.383 461.44 160.467C461.22 160.013 460.89 159.621 460.481 159.327C459.814 159.801 459.225 160.376 458.734 161.031C459.014 161.788 459.441 162.482 459.991 163.073Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M391.004 158C391.476 157.486 391.837 156.881 392.066 156.222C391.949 155.497 391.691 154.801 391.307 154.174C391.02 154.065 390.703 154.069 390.419 154.185C390.174 154.869 390.034 155.585 390.004 156.311C390.236 156.928 390.574 157.5 391.004 158Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M374.815 343.333C374.323 343.984 373.911 344.692 373.591 345.443C373.807 345.91 374.137 346.316 374.55 346.622C375.24 345.979 375.856 345.263 376.389 344.485C376.336 343.934 376.138 343.408 375.814 342.96L374.815 343.333Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M219.054 364.244C221.231 365.368 222.131 364.775 222.586 363.546C222.475 363.038 222.231 362.568 221.877 362.186L219.054 364.244Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M170.347 360.755C170.924 361.17 171.579 361.463 172.273 361.616C172.894 361.192 173.414 360.639 173.799 359.993C173.556 359.573 173.201 359.229 172.774 358.998C171.915 359.512 171.103 360.1 170.347 360.755Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M307.62 319.151V322.068C309.017 322.455 309.715 321.942 309.759 320.82C309.824 320.542 309.808 320.251 309.713 319.983C309.618 319.714 309.448 319.477 309.223 319.302C308.998 319.127 308.727 319.019 308.444 318.992C308.16 318.966 307.874 319.021 307.62 319.151Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M277.948 201.774C278.304 199.855 277.592 199.167 276.196 199.139C276.04 199.18 275.897 199.261 275.781 199.374C275.665 199.486 275.58 199.627 275.534 199.782C275.552 201.263 276.559 201.598 277.948 201.774Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M278.862 365.255C280.004 366.572 280.915 366.663 281.773 365.721C281.858 365.532 281.892 365.325 281.873 365.119C281.853 364.913 281.781 364.715 281.663 364.546C280.58 363.688 279.823 364.427 278.862 365.255Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M191.293 230.375C190.846 230.767 190.49 231.252 190.251 231.796C190.357 232.081 190.527 232.338 190.747 232.548C190.967 232.757 191.232 232.914 191.522 233.006C192.062 232.726 192.516 232.305 192.835 231.787L191.293 230.375Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M264.63 204.543C265.852 205.772 266.866 205.401 268.495 203.625H264.697L264.63 204.543Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M166.785 233.632C167.246 234.168 167.83 234.583 168.487 234.844C168.785 234.761 169.057 234.603 169.277 234.386C169.497 234.169 169.658 233.899 169.745 233.602C169.672 233.306 169.522 233.035 169.311 232.816C169.1 232.597 168.835 232.437 168.543 232.353C167.863 232.634 167.261 233.072 166.785 233.632Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M212.832 207.653C213.056 208.507 213.503 209.287 214.127 209.913C214.75 210.539 215.528 210.989 216.382 211.217C216.163 210.356 215.711 209.573 215.076 208.953C214.441 208.333 213.646 207.901 212.781 207.704L212.832 207.653Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M267.568 369.144L266.277 370.36C266.529 370.789 266.892 371.143 267.328 371.384C267.809 371.229 268.241 370.95 268.58 370.576L267.568 369.144Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M172.479 223.932C172.602 224.682 172.949 225.376 173.476 225.923C174.002 226.47 174.682 226.845 175.426 226.997C175.295 226.248 174.937 225.557 174.4 225.019C173.863 224.48 173.174 224.119 172.426 223.986L172.479 223.932Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M303.325 348.469C303.773 348.905 304.311 349.24 304.9 349.451C305.351 349.261 305.746 348.959 306.048 348.574C305.751 348.155 305.359 347.815 304.903 347.58C304.316 347.753 303.777 348.057 303.325 348.469Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M260.7 176.758L262.537 179.553C262.7 179.255 262.795 178.924 262.812 178.585C262.83 178.246 262.771 177.907 262.639 177.594C262.507 177.281 262.307 177.002 262.052 176.777C261.797 176.553 261.494 176.389 261.167 176.298L260.7 176.758Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M164.704 225.349C164.775 226.01 165.062 226.628 165.522 227.108C165.981 227.588 166.587 227.902 167.244 228.001C167.132 227.353 166.823 226.755 166.359 226.289C165.894 225.824 165.297 225.514 164.649 225.401L164.704 225.349Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M151.731 234.055L149.083 232.06L148.552 232.789L151.233 234.739L151.731 234.055Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M163.447 369.322L165.59 367.603L165.119 366.996L162.89 368.617L163.447 369.322Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M232.899 374.019L230.743 372.121L230.201 372.668L232.237 374.778L232.899 374.019Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M171.239 371.024L169.702 368.515C169.536 368.771 169.435 369.063 169.406 369.366C169.377 369.669 169.422 369.974 169.535 370.257C169.649 370.539 169.829 370.79 170.06 370.988C170.291 371.186 170.567 371.326 170.863 371.396L171.239 371.024Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M304.07 379.023L304.987 377.358L304.362 376.905L303.151 378.706L304.125 378.981L304.07 379.023Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M260.204 350.787L258.828 350.413L258.665 351.027L260.067 351.336L260.204 350.787Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M47.0572 303.664C44.2082 304.692 43.9584 304.912 45.2262 307.041C47.0871 310.165 49.2588 313.105 51.3288 316.103C51.5682 316.493 51.9293 316.795 52.3566 316.96C54.7112 315.706 55.4294 317.957 56.6135 318.973C59.8138 321.473 63.6333 323.056 67.6637 323.553C71.6941 324.049 75.7838 323.442 79.4955 321.794C80.5291 321.274 81.648 320.911 82.6432 320.33C85.9071 318.292 88.5176 315.36 90.1649 311.882C91.8121 308.404 92.427 304.527 91.9365 300.71C91.7715 298.126 91.0367 295.61 89.7848 293.343C88.101 289.075 85.0705 285.474 81.1536 283.085C77.2367 280.696 72.6474 279.651 68.0824 280.108C67.0221 280.135 65.9731 280.333 64.9757 280.694C60.2538 282.188 55.9418 284.754 52.3771 288.192C51.0731 289.659 49.407 290.8 48.0298 292.211C47.5097 292.841 47.1448 293.584 46.9645 294.38C46.0103 297.406 46.0427 300.657 47.0572 303.664ZM77.0971 319.259C75.3175 320.442 73.1896 320.986 71.0606 320.804C68.9317 320.622 66.9274 319.723 65.3749 318.255C69.6597 318.103 73.8172 316.759 77.3802 314.374C75.585 313.149 75.5495 313.076 74.4617 313.607C73.4907 314.469 72.2544 314.973 70.9577 315.036C69.661 315.098 68.3819 314.716 67.3324 313.952C67.23 313.894 67.1165 313.857 66.9993 313.845C66.8821 313.833 66.7637 313.846 66.6516 313.882C64.9091 314.123 63.134 313.892 61.5107 313.215C59.8874 312.538 58.475 311.438 57.4203 310.03C56.2624 309.106 56.7041 308.222 58.0732 307.358C59.1046 308.033 60.1993 308.844 61.3808 309.497C62.4177 310.251 63.6095 310.766 64.8699 311.003C67.4358 311.866 70.2206 311.821 72.757 310.875C73.1964 310.799 73.6472 310.827 74.0743 310.955C74.7754 310.854 75.4464 310.602 76.0417 310.218C76.6369 309.834 77.1423 309.326 77.5234 308.729C77.9045 308.132 78.1524 307.46 78.2502 306.759C78.3479 306.057 78.2932 305.343 78.0898 304.664C76.2016 301.254 73.2696 298.54 69.7245 296.919C68.8915 296.46 67.9605 296.208 67.0097 296.183C66.0588 296.159 65.1159 296.363 64.2603 296.778C63.4047 297.194 62.6613 297.808 62.0926 298.571C61.5239 299.333 61.1465 300.221 60.9922 301.159C60.8193 301.826 60.4926 302.443 60.0384 302.961C59.5841 303.479 59.0149 303.883 58.3763 304.142C57.623 303.651 57.0951 302.882 56.9086 302.003C56.7221 301.123 56.8923 300.206 57.3818 299.452L54.5625 298.684L58.7224 294.821L58.3857 294.078L52.595 294.987L51.6522 298.236C51.0429 297.382 50.7456 296.344 50.8101 295.297C50.8746 294.249 51.2968 293.256 52.0063 292.483C53.4649 290.131 55.4605 288.16 57.829 286.729C60.1976 285.299 62.8716 284.45 65.6316 284.254C66.2177 284.318 66.8083 284.184 67.3099 283.874C68.2396 283.258 69.3027 282.873 70.411 282.749C71.5193 282.626 72.6411 282.769 73.6834 283.165C78.6786 284.459 82.9812 287.632 85.6933 292.021C88.4054 296.411 89.3175 301.678 88.2392 306.724C87.6529 308.634 87.028 310.532 86.3906 312.425C86.2548 312.564 86.0838 312.663 85.8959 312.712L85.219 309.568C84.5482 312.271 83.3021 314.798 81.5658 316.976C81.7069 315.929 81.556 314.863 81.1295 313.897C80.7031 312.93 80.0179 312.1 79.1494 311.498C78.8912 313.561 77.9808 315.487 76.5509 316.996C75.121 318.504 73.2465 319.517 71.2008 319.885L71.5152 320.589L77.0971 319.259ZM54.4382 303.659L55.317 303.472C55.8717 304.046 56.2733 304.751 56.4848 305.521C56.1205 306.197 55.5822 306.763 54.9257 307.161L54.1224 306.759L54.4382 303.659ZM76.09 305.339C75.1786 308.772 75.1787 308.772 73.4987 307.76L76.09 305.339ZM53.8475 310.549L53.2294 310.926L51.0883 307.045L51.8542 306.642L53.8475 310.549ZM63.5217 305.381L63.2298 306.605C62.5948 306.438 61.9706 306.232 61.3606 305.99C61.3416 305.683 61.3731 305.376 61.4537 305.081L63.5217 305.381ZM52.0141 304.01C51.9031 303.682 51.8586 303.335 51.8832 302.989C51.9078 302.643 52.001 302.306 52.1573 301.997C52.3136 301.688 52.53 301.413 52.7938 301.188C53.0575 300.963 53.3633 300.794 53.6934 300.688L52.0141 304.01ZM59.7575 314.847L60.1733 314.355C60.4387 314.409 60.6915 314.513 60.9184 314.661C61.2502 315.148 61.5332 315.667 61.7634 316.209L59.7575 314.847ZM63.4273 300.932L64.0126 301.096C63.8803 301.558 63.7526 302.022 63.5916 302.473L63.0292 302.315L63.4273 300.932Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M37.7042 288.045C35.8745 287.137 33.9922 286.34 32.0673 285.657C31.576 285.43 31.0258 285.365 30.4951 285.47C29.9645 285.575 29.4807 285.846 29.1129 286.242C28.7451 286.639 28.5122 287.142 28.4474 287.679C28.3826 288.216 28.4893 288.76 28.7522 289.233C29.6266 291.528 31.0262 293.586 32.839 295.243C34.7564 296.201 36.866 296.713 39.0094 296.739C39.2539 296.56 39.459 296.332 39.6119 296.07C39.7648 295.808 39.8623 295.518 39.8984 295.216C39.8465 294.937 39.7342 294.672 39.5695 294.441C39.4047 294.209 39.1914 294.016 38.9445 293.876C38.3992 293.655 37.9165 293.303 37.5385 292.852C37.1605 292.402 36.8988 291.865 36.7764 291.289C36.654 290.714 36.6746 290.117 36.8364 289.551C36.9981 288.986 37.2961 288.468 37.7042 288.045ZM31.576 290.821C30.3913 288.419 30.3912 288.419 32.1595 287.999L31.576 290.821Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M130.916 272.266L136.545 278.957L136.065 279.421L131.846 276.379C132.065 277.285 132.473 278.133 133.044 278.869C133.614 279.605 134.334 280.212 135.156 280.65C137.796 282.634 140.014 285.124 141.681 287.974C143.003 290.173 142.9 290.69 141 292.881C140.729 292.703 140.446 292.522 140.17 292.332C139.908 292.153 139.653 291.965 139.273 291.693C139.088 292.003 138.97 292.349 138.929 292.708C139.063 293.279 139.276 293.827 139.561 294.339C140.665 296.354 141.943 296.443 143.243 294.593C144.102 293.622 144.613 292.391 144.694 291.097C144.775 289.803 144.421 288.519 143.69 287.448C141.156 283.506 138.877 279.401 136.364 275.445C135.952 274.375 135.189 273.477 134.198 272.899C133.208 272.321 132.05 272.097 130.916 272.266Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M149.675 332.218C142.042 332.175 138.83 334.021 138.725 338.608C139.348 337.478 140.22 336.505 141.275 335.761C142.33 335.018 143.54 334.525 144.814 334.319C147.248 334.694 149.661 335.194 152.043 335.817C151.961 335.302 151.836 334.691 151.771 334.074C151.392 331.784 151.182 329.469 151.141 327.149C150.984 326.362 151.009 325.55 151.213 324.774C151.417 323.998 151.796 323.278 152.32 322.671C152.844 322.063 153.5 321.583 154.238 321.267C154.976 320.951 155.776 320.808 156.577 320.848C155.057 318.807 154.089 318.539 152.589 319.801C151.724 320.516 151.02 321.406 150.522 322.412C150.024 323.418 149.744 324.517 149.699 325.639C149.586 327.742 149.675 329.856 149.675 332.218Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M27.4088 295.815C32.1763 298.72 35.9148 303.045 38.0997 308.183L39.2017 306.245L47.1084 312.703C45.5646 309.058 42.9885 305.944 39.6971 303.745C38.7621 303.276 37.9195 302.642 37.2099 301.873C34.4513 299.128 31.0975 297.055 27.4088 295.815Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M104.953 312.29C104.729 312.695 104.581 313.139 104.518 313.598C104.827 315.338 104.781 317.122 104.382 318.844C103.983 320.565 103.24 322.188 102.198 323.615C100.395 326.636 98.3544 329.513 96.4187 332.454C95.674 333.491 95.067 334.62 94.6129 335.812C95.2808 335.722 95.9174 335.473 96.4691 335.086C97.0209 334.699 97.4716 334.185 97.7836 333.587C101.211 329.392 103.91 324.651 105.77 319.563C106.205 317.754 106.339 315.885 106.164 314.033C105.895 313.369 105.481 312.774 104.953 312.29Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M137.134 355.129C136.315 354.643 135.405 354.329 134.46 354.208C132.02 354.294 129.611 354.774 127.325 355.63C124.298 357.42 120.808 358.267 117.298 358.065C117.003 358.232 116.744 358.456 116.537 358.724C117.029 359.14 117.606 359.443 118.228 359.613C120.087 359.549 121.937 359.329 123.76 358.957C128.133 357.961 132.471 356.806 136.823 355.715L137.134 355.129Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M111.694 312.427C111.78 311.821 111.81 311.209 111.784 310.597C111.677 310.024 111.748 309.431 111.988 308.899C112.228 308.368 112.625 307.922 113.126 307.623C117.093 304.62 120.021 300.452 121.501 295.702C121.869 295.122 122.032 294.435 121.963 293.751C121.894 293.067 121.598 292.426 121.122 291.931C120.792 292.416 120.513 292.934 120.291 293.477C118.941 298.76 115.883 303.45 111.592 306.815C109.37 308.566 109.448 310.018 111.694 312.427Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M151.436 283.275L153.237 286.406L154.128 286.238L154.563 283.025L158.738 280.96C155.406 279.268 151.538 278.968 147.984 280.124C148.12 283.083 148.201 283.156 151.436 283.275Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M111.977 268.769C109.623 264.878 106 261.919 101.717 260.391L102.931 262.394C99.0662 263.158 95.4262 264.794 92.2888 267.177C93.1085 266.964 93.9342 266.771 94.7469 266.535C96.8828 265.914 98.9837 265.137 101.152 264.674C102.737 264.181 104.432 264.171 106.022 264.646C107.611 265.121 109.024 266.059 110.078 267.34C110.651 267.891 111.288 268.371 111.977 268.769Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M102.7 298.388C102.722 292.575 101.974 286.784 100.473 281.167L99.5675 281.084C99.2228 281.675 99.0041 282.33 98.925 283.009C99.2401 285.439 99.743 287.845 100.154 290.263C100.506 292.337 100.806 294.42 101.175 296.491C101.309 297.242 101.575 297.969 101.781 298.706L102.7 298.388Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M105.391 298.678C105.216 299.354 105.137 300.052 105.156 300.75C105.623 302.34 105.638 304.029 105.198 305.626C104.758 307.224 103.882 308.667 102.667 309.794C100.024 312.561 97.9506 315.82 96.5635 319.386C97.1135 319.274 97.6377 319.06 98.1098 318.756C100.316 315.874 102.374 312.875 104.662 310.062C106.07 308.535 106.911 306.571 107.044 304.499C107.177 302.426 106.593 300.371 105.391 298.678Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M112.84 336.12C113.373 335.494 113.189 334.452 111.861 334.185C110.392 333.96 108.899 333.953 107.428 334.163C105.976 334.31 104.551 334.716 102.821 335.068V330.527L98.8841 335.584C101.196 336.23 103.589 336.541 105.989 336.506C108.111 336.348 110.238 336.263 112.84 336.12Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M44.3584 279.168C43.4302 278.477 42.4747 277.819 41.5777 277.089C40.2023 276.338 39.0473 275.241 38.2275 273.906C37.4078 272.571 36.9518 271.044 36.9051 269.478C36.6931 268.841 36.3235 268.268 35.8308 267.812C35.0731 268.589 34.6444 269.628 34.6341 270.713C34.6238 271.797 35.0326 272.844 35.7754 273.635C37.8618 275.853 40.1282 277.894 42.5512 279.738C43.0973 280.19 44.155 280.61 44.3584 279.168Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M94.2588 274.857C88.832 273.997 83.3422 273.597 77.8481 273.659C78.0937 274.082 78.4167 274.455 78.8002 274.758C82.5921 275.402 86.4015 275.947 90.185 276.634C90.5689 276.788 90.9794 276.864 91.3929 276.858C91.8064 276.852 92.2146 276.763 92.5936 276.598C92.9727 276.433 93.3151 276.194 93.6009 275.895C93.8868 275.596 94.1104 275.243 94.2588 274.857Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M117.499 343.959L103.532 348.477C103.684 348.784 103.878 349.068 104.108 349.321C108.105 348.45 112.111 347.611 116.077 346.611C117.309 346.301 118.464 345.56 117.499 343.959Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M62.3577 326.592L76.249 328.024C75.9754 327.33 75.4896 326.74 74.861 326.338C74.2324 325.937 73.493 325.744 72.7482 325.787C69.3069 324.738 65.5964 325.025 62.3577 326.592Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M146.922 311.49L154.1 299.08C153.402 298.922 152.677 298.937 151.987 299.122C149.147 302.674 147.389 306.967 146.922 311.49Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M177.317 287.033C179.503 293.164 183.538 298.466 188.864 302.207L177.317 287.033Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M172.063 317.867C172.402 317.808 172.719 317.657 172.978 317.431C173.238 317.206 173.431 316.913 173.537 316.586C173.642 316.258 173.657 315.908 173.578 315.573C173.499 315.238 173.33 314.931 173.09 314.684C171.896 313.471 170.366 312.642 168.697 312.306C167.532 312.131 166.467 313.431 167.172 315.285L170.295 314.913L172.063 317.867Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M142.195 261.334C141.606 261.686 141.122 262.19 140.793 262.793C140.519 263.816 141.408 264.098 142.356 263.986C144.138 263.776 144.221 265.325 144.892 266.344C145.376 266.72 145.943 266.973 146.546 267.082C146.784 266.597 146.917 266.067 146.938 265.527C146.729 264.399 146.149 263.373 145.29 262.613C144.43 261.852 143.341 261.402 142.195 261.334Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M158.925 330.951C161.263 332.624 161.697 332.502 162.223 329.986C162.468 329.222 162.655 328.439 162.782 327.646C162.69 327.109 162.493 326.595 162.201 326.134C161.569 326.241 160.974 326.51 160.476 326.914C159.873 328.225 159.355 329.573 158.925 330.951Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M108.877 329.889C109.841 330.012 110.819 329.937 111.754 329.671C112.688 329.404 113.558 328.951 114.312 328.338C115.065 327.725 115.687 326.965 116.138 326.104C116.589 325.244 116.861 324.301 116.937 323.333C115.468 324.72 114.339 325.925 113.066 326.952C111.742 328.02 110.279 328.917 108.877 329.889Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M146.659 345.602C148.215 346.816 150.165 347.412 152.134 347.276C152.348 347.233 152.548 347.135 152.713 346.992C152.879 346.848 153.004 346.664 153.077 346.457C153.093 346.192 153.049 345.926 152.947 345.681C152.845 345.435 152.689 345.216 152.49 345.039C151.562 344.58 150.524 344.39 149.494 344.489C148.464 344.589 147.482 344.974 146.659 345.602Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M82.7939 269.876C81.1709 267.129 79.9969 266.477 78.3667 267.212C77.4152 267.706 76.6645 268.515 76.2429 269.5C75.8213 270.486 75.7548 271.587 76.0548 272.616C77.9704 269.967 79.4407 267.26 82.7939 269.876Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M25.6116 286.261C23.8873 288.624 24.1366 289.564 27.2836 292.032C27.4449 289.969 26.8506 287.918 25.6116 286.261Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M160.856 281.414C160.461 282.165 160.304 283.018 160.406 283.86C160.508 284.702 160.865 285.492 161.429 286.126C163.79 284.926 163.759 284.553 160.856 281.414Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M109.35 290.525C109.804 291.412 110.083 292.047 110.441 292.636C110.899 293.387 111.607 294.114 112.368 293.275C112.541 292.947 112.637 292.583 112.65 292.212C112.663 291.841 112.591 291.471 112.441 291.132C111.852 289.788 111.742 289.836 109.35 290.525Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M58.4844 323.562C57.0981 321.421 55.2918 319.584 53.1748 318.161C53.4459 319.477 54.0911 320.687 55.033 321.645C55.9749 322.603 57.1733 323.268 58.4844 323.562Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M149.313 268.049C148.719 268.533 148.197 269.097 147.761 269.726C148.187 270.453 148.763 271.081 149.451 271.567C149.971 271.364 150.406 270.989 150.685 270.505C150.333 269.631 149.872 268.806 149.313 268.049Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M115.063 281.256C115.704 280.603 116.191 279.814 116.487 278.948C116.36 278.618 116.159 278.321 115.9 278.08C115.641 277.839 115.33 277.66 114.991 277.557C114.708 277.608 114.44 277.723 114.208 277.893C113.976 278.064 113.785 278.285 113.652 278.541C114.01 279.5 114.484 280.412 115.063 281.256Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M177.237 293.754C177.381 294.537 177.632 295.297 177.984 296.011C178.401 296.488 178.939 296.842 179.542 297.036C179.74 296.972 179.922 296.865 180.072 296.721C180.223 296.578 180.339 296.402 180.412 296.207C180.262 295.57 179.941 294.987 179.484 294.519C178.779 294.15 178.021 293.892 177.237 293.754Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M90.1333 335.163C90.4603 336.7 91.058 337.581 92.4643 337.3C92.6862 337.166 92.8697 336.977 92.9971 336.752C93.1244 336.526 93.1914 336.271 93.1914 336.012C92.7678 334.497 91.628 334.67 90.1333 335.163Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M104.32 277.821L105.605 279.535L107.087 278.39C106.676 277.828 106.202 277.315 105.674 276.862C105.175 277.109 104.718 277.432 104.32 277.821Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M34.9931 279.23L30.8763 280.775C32.4279 282.061 32.8546 281.967 35.2822 280.008L34.9931 279.23Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M133 241.755L129.145 240.743C129.267 241.107 129.46 241.442 129.712 241.731C129.965 242.02 130.272 242.257 130.616 242.427C130.96 242.597 131.334 242.697 131.717 242.723C132.099 242.748 132.484 242.697 132.847 242.574L133 241.755Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M164.908 300.388C164.399 300.854 164.011 301.437 163.776 302.086C163.887 302.367 164.067 302.616 164.301 302.808C164.534 303.001 164.813 303.131 165.11 303.186C165.392 303.098 165.646 302.937 165.846 302.721C166.047 302.504 166.188 302.239 166.254 301.952C165.938 301.329 165.477 300.793 164.908 300.388Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M92.5967 281.226C93.0335 281.64 93.5184 282 94.0409 282.299C94.5434 281.825 94.9942 281.299 95.3857 280.73C95.0448 280.351 94.6074 280.071 94.12 279.921C93.5312 280.251 93.0136 280.695 92.5967 281.226Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M160.082 310.413C160.715 310.787 161.386 311.092 162.084 311.323C162.383 311.053 162.623 310.725 162.789 310.358C162.316 309.982 161.798 309.666 161.248 309.417C160.796 309.667 160.4 310.006 160.082 310.413Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M89.1667 280.693C88.6908 281.059 88.3056 281.529 88.0411 282.068C88.189 282.559 88.458 283.006 88.8234 283.367C89.3408 283.035 89.7992 282.619 90.1797 282.136C89.9368 281.595 89.593 281.105 89.1667 280.693Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M38.5984 280.354L35.1159 281.619L35.4624 282.59L38.9551 281.322L38.5984 280.354Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M45.0609 277.026C43.5724 277.327 44.4008 278.423 44.3137 279.205C46.4472 279.125 45.1636 277.873 45.0609 277.026Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M333.316 95.0766V102.952C334.048 101.785 334.508 100.467 334.662 99.0981C334.815 97.7288 334.658 96.3425 334.202 95.0422L333.316 95.0766Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M320.409 117.074C320.952 116.989 321.482 116.837 321.988 116.621C322.367 116.264 322.683 115.847 322.924 115.385C322.646 115.303 322.354 115.282 322.068 115.326C321.782 115.369 321.509 115.475 321.268 115.637C321.028 115.798 320.826 116.011 320.677 116.259C320.529 116.507 320.437 116.786 320.409 117.074Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M300.582 77.6497L302.577 75.4677L301.997 74.9047L299.864 76.98L300.582 77.6497Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M294.948 107.135V109.714C295.924 108.253 295.924 108.253 294.9 107.176L294.948 107.135Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M265.508 131.499C267.076 125.553 267.625 119.384 267.131 113.254C265.77 119.235 265.224 125.372 265.508 131.499Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M291.56 435.747L293.717 438.722C293.776 436.887 293.776 436.887 291.56 435.747Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M238.98 104.715C235.813 106.468 233.195 109.066 231.419 112.22C234.551 110.421 237.159 107.834 238.98 104.715Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M227.216 144.195L228.887 142.141L228.387 141.678L226.755 143.776L227.216 144.195Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M162.465 186.983L153.622 193.728C153.939 191.296 154.113 188.847 154.144 186.394C154.042 184.379 156.217 182.165 153.395 179.898C153.174 181.996 152.974 183.707 152.819 185.422C152.682 186.944 152.67 188.481 152.467 189.993C152.49 191.307 152.177 192.605 151.557 193.764C150.936 194.923 150.03 195.904 148.924 196.613C150.375 196.761 151.841 196.542 153.186 195.975C154.53 195.408 155.711 194.512 156.618 193.369C159.133 191.908 161.297 189.914 162.958 187.527L162.465 186.983Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M164.399 180.866L158.933 180.145C158.907 181.858 158.666 183.561 158.216 185.214C157.647 186.681 156.271 187.834 155.525 189.341C159.14 187.296 162.19 184.384 164.399 180.866Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M192.8 441.108C192.398 441.428 192.079 441.84 191.871 442.31C191.936 442.515 192.054 442.698 192.213 442.843C192.373 442.987 192.567 443.087 192.777 443.132C192.988 443.077 193.181 442.969 193.338 442.818C193.495 442.668 193.611 442.479 193.675 442.271C193.482 441.818 193.182 441.419 192.8 441.108Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M49.0715 257.843C50.3556 260.485 51.3567 262.568 52.3791 264.641C52.4473 265.023 52.6051 265.383 52.8395 265.692C53.0739 266.001 53.3783 266.25 53.7277 266.418C54.077 266.587 54.4614 266.67 54.8492 266.661C55.2369 266.652 55.6171 266.552 55.9584 266.367C59.5101 265.02 62.3949 262.339 63.9979 258.895C64.0624 257.799 63.7753 256.711 63.1782 255.79C62.5812 254.869 61.7056 254.162 60.6789 253.773C59.5413 253.277 58.2785 253.142 57.0618 253.388C55.8451 253.633 54.7333 254.247 53.8771 255.145C53.2788 255.678 52.5861 256.093 51.835 256.371C50.9497 256.858 50.0516 257.322 49.0715 257.843Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M298.423 134.753C298.828 135.151 299.265 135.515 299.729 135.843C299.981 135.706 300.197 135.512 300.36 135.276C300.099 134.855 299.772 134.478 299.393 134.158C299.042 134.307 298.715 134.507 298.423 134.753Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M294.898 428.485C296.312 431.682 297.726 434.879 299.14 438.075C300.073 440.306 301.172 442.463 302.427 444.53C302.432 441.196 301.484 437.931 299.695 435.118C298.96 431.89 297.422 428.9 295.224 426.425L294.941 428.541L294.898 428.485Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M166.974 415.147C168.162 420.037 170.497 424.573 173.784 428.383C172.979 426.273 172.394 424.773 171.834 423.263C170.98 420.959 170.157 418.643 169.292 416.343C168.89 415.273 168.322 414.424 166.974 415.147Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0fcf7d e-flex e-con-boxed e-con e-parent\" data-id=\"b0fcf7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b6901e elementor-widget elementor-widget-global elementor-global-3653 elementor-global-787 elementor-widget-heading\" data-id=\"7b6901e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">all the flavour of the sea<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-371ed1a elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"371ed1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:3684,&quot;columns&quot;:4,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-3684\">.elementor-3684 .elementor-element.elementor-element-b37bc77{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3684 .elementor-element.elementor-element-596369f{--display:flex;--gap:5px 0px;--row-gap:5px;--column-gap:0px;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3684 .elementor-element.elementor-element-d87c435 .elementor-icon-list-icon{width:14px;}.elementor-3684 .elementor-element.elementor-element-d87c435 .elementor-icon-list-icon i{font-size:14px;}.elementor-3684 .elementor-element.elementor-element-d87c435 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-3684 .elementor-element.elementor-element-a04c7ff{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}.elementor-3684 .elementor-element.elementor-element-39625ea .elementor-heading-title{font-family:\"Bricolage Grotesque\", Sans-serif;font-size:21px;font-weight:600;color:var( --e-global-color-primary );}.elementor-3684 .elementor-element.elementor-element-39625ea .elementor-heading-title a:hover, .elementor-3684 .elementor-element.elementor-element-39625ea .elementor-heading-title a:focus{color:var( --e-global-color-primary );}.elementor-3684 .elementor-element.elementor-element-62b2fc0{font-size:14px;}@media(max-width:1024px){.elementor-3684 .elementor-element.elementor-element-596369f{--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-3684 .elementor-element.elementor-element-a04c7ff{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 1rem) 0rem;}}@media(max-width:767px){.elementor-3684 .elementor-element.elementor-element-596369f{--margin-top:17rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-3684 .elementor-element.elementor-element-a04c7ff{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 1rem) 0rem;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3461 post-3461 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-balnched\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-gamberoni-sgusciati-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"gamberoni sgusciati precotti\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-gamberoni-sgusciati-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-gamberoni-sgusciati-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-gamberoni-sgusciati-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-gamberoni-sgusciati.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-gambero-sgusciato-qb.webp\" alt=\"gamberetti sgusciati\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">balnched<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pre-cooked Peeled King Prawns IQF<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag 450g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3503 post-3503 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-natural\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppioline-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"seppioline pulite nai\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppioline-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppioline-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppioline-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppioline.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-seppioline.webp\" alt=\"seppioline pulite\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">natural<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Clean Cuttlefish IQF<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p><strong>40\/60 &#8211; 60UP<\/strong><br \/>\nBag with header 400g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3506 post-3506 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-balnched\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-tropicali-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"mazzancolle sgusciate con codino\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-tropicali-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-tropicali-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-tropicali-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-tropicali.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-mazzancolle-tropicali.webp\" alt=\"mazzancolle tropicali\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">balnched<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Peeled Blanched Tropical King Prawns with tail<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag with header 240g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3509 post-3509 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-balnched\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberoni-sgusciati-precotti-a-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"gamberoni sgusciati precotti\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberoni-sgusciati-precotti-a-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberoni-sgusciati-precotti-a-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberoni-sgusciati-precotti-a-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberoni-sgusciati-precotti-a.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-gambero-sgusciato-qb.webp\" alt=\"gamberetti sgusciati\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">balnched<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pre-cooked Peeled King Prawns IQF<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p><strong>10\/20 &#8211; 20\/40 &#8211; 60\/80<br \/>\n<\/strong>Bag with header 240g \/ 400g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3512 post-3512 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-balnched\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-code-gamberone-scottate-a-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"code di gamberone\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-code-gamberone-scottate-a-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-code-gamberone-scottate-a-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-code-gamberone-scottate-a-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-code-gamberone-scottate-a.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-code-gambero-a-qb.webp\" alt=\"code di gambero\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">balnched<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Blanched King Prawn Tails IQF<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p><strong>11\/15 &#8211; 16\/20 &#8211; 21\/30 &#8211; 31\/40<br \/>\n<\/strong>Bag with header 240g \/ 400g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3514 post-3514 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-cooked\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberetti-sgusciati-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"gamberetti sgusciati precotti\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberetti-sgusciati-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberetti-sgusciati-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberetti-sgusciati-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberetti-sgusciati.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-gamberetti-sgusciati.webp\" alt=\"gamberetti sgusciati precotti\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">cooked<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pre-cooked Peeled Shrimp IQF<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag 425g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3516 post-3516 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-natural\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-merluzzo-alaska-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"filetti di merluzzo\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-merluzzo-alaska-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-merluzzo-alaska-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-merluzzo-alaska-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-merluzzo-alaska.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-merluzzo-alaska.webp\" alt=\"merluzzo alaska\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">natural<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Alaska Pollock Fillets IQF ASC<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag 400g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3519 post-3519 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-natural\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"filetti di pangasio\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-pangasio-2.webp\" alt=\"nai prodotti ittici\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">natural<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pangasius Fillets IQF ASC<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag 600g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3523 post-3523 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-natural\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-platessa-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"platessa surgelata\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-platessa-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-platessa-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-platessa-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-platessa.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-platessa.webp\" alt=\"filetti di platessa\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">natural<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Plaice Fillets IQF MSC<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag 320g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"3684\" class=\"elementor elementor-3684 elementor-35 elementor-35 e-loop-item e-loop-item-3526 post-3526 prodotto type-prodotto status-publish has-post-thumbnail hentry category-semplici-bonta tag-natural\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-b37bc77 e-flex e-con-boxed e-con e-parent\" data-id=\"b37bc77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a418693 elementor-widget elementor-widget-shortcode\" data-id=\"a418693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-042e869 elementor-widget elementor-widget-shortcode\" data-id=\"042e869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"prodotto-immagini-wrapper\">\n        <div class=\"immagine-principale\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-anelli-totano-a-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"anelli di totano\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-anelli-totano-a-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-anelli-totano-a-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-anelli-totano-a-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-anelli-totano-a.webp 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>        <\/div>\n                <div class=\"immagine-hover\">\n            <img decoding=\"async\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/piatto-hover-anelli-totano.webp\" alt=\"anelli di totano\">\n        <\/div>\n            <\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-596369f e-con-full e-flex e-con e-child\" data-id=\"596369f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d87c435 elementor-widget elementor-widget-post-info\" data-id=\"d87c435\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tag-prodotti\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-86e6fdb elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<span class=\"elementor-post-info__terms-list-item\">natural<\/span>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a04c7ff elementor-widget elementor-widget-html\" data-id=\"a04c7ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Tag prodotti - stili base *\/\n#tag-prodotti .elementor-post-info__terms-list-item {\n    display: inline-block;\n    padding: 5px 20px;\n    font-size: 15px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    color: #ffffff;\n    font-weight: bold;\n    transition: all 0.3s ease;\n}\n\/* Colori specifici per categoria *\/\n#tag-prodotti .tag-cotto {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-misti {\n    background-color: #22498A;\n}\n#tag-prodotti .tag-sughi {\n    background-color: #C5AE08;\n}\n#tag-prodotti .tag-scottato {\n    background-color: #009AE7;\n}\n#tag-prodotti .tag-al-naturale {\n    background-color: #009AE7;\n}\n\/* Classe per mobile applicata via JS *\/\n.mobile-tag-reset {\n    position: static !important;\n    left: auto !important;\n    top: auto !important;\n    right: auto !important;\n    bottom: auto !important;\n    transform: none !important;\n    margin: 10px 0 0 0 !important;\n    width: 100% !important;\n}\n.mobile-tag-reset .elementor-post-info__terms-list-item {\n    font-size: 13px !important;\n    padding: 4px 16px !important;\n}\n<\/style><script>document.addEventListener('DOMContentLoaded', function() {\n    const tags = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list-item');\n    const tagLists = document.querySelectorAll('#tag-prodotti .elementor-post-info__terms-list');\n    \n    \/\/ Applica classi colore\n    tags.forEach(tag => {\n        const text = tag.textContent.trim().toLowerCase();\n        if(text.includes('cotto')) {\n            tag.classList.add('tag-cotto');\n        } else if(text.includes('misti')) {\n            tag.classList.add('tag-misti');\n        } else if(text.includes('sughi')) {\n            tag.classList.add('tag-sughi');\n        } else if(text.includes('scottato')) {\n            tag.classList.add('tag-scottato');\n        } else if(text.includes('al-naturale') || text.includes('al naturale')) {\n            tag.classList.add('tag-al-naturale');\n        }\n    });\n    \n    \/\/ Funzione per gestire il layout responsive\n    function handleResponsive() {\n        const isMobile = window.innerWidth <= 1024;\n        \n        tagLists.forEach(list => {\n            if(isMobile) {\n                list.style.setProperty('position', 'static', 'important');\n                list.style.setProperty('left', 'auto', 'important');\n                list.style.setProperty('top', 'auto', 'important');\n                list.style.setProperty('transform', 'none', 'important');\n                list.style.setProperty('margin-top', '10px', 'important');\n                list.style.setProperty('width', '100%', 'important');\n            } else {\n                list.style.removeProperty('position');\n                list.style.removeProperty('left');\n                list.style.removeProperty('top');\n                list.style.removeProperty('transform');\n                list.style.removeProperty('margin-top');\n                list.style.removeProperty('width');\n            }\n        });\n    }\n    \n    \/\/ Esegui al caricamento\n    handleResponsive();\n    \n    \/\/ Esegui al resize\n    window.addEventListener('resize', handleResponsive);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39625ea elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"39625ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Giant Pacific Squid Rings<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62b2fc0 elementor-widget elementor-widget-theme-post-content\" data-id=\"62b2fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Bag 400g<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Lines Marinai semplici bont\u00e0 Simply processed products that preserve all the authentic goodness of the sea. 01 Frozen seafood products, already cleaned and ready to prepare quickly, available in a variety of formats. 02 Certified quality, selected at the source. tutto il gusto del mare<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3389","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Marinai semplici bont\u00e0 - Nai<\/title>\n<meta name=\"description\" content=\"Marinai semplici bont\u00e0 brings to the table products that are simple in their preparation, but which retain all the authentic flavour of the sea.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Marinai semplici bont\u00e0 - Nai\" \/>\n<meta property=\"og:description\" content=\"Marinai semplici bont\u00e0 brings to the table products that are simple in their preparation, but which retain all the authentic flavour of the sea.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/\" \/>\n<meta property=\"og:site_name\" content=\"Nai\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T14:33:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-bonta.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/\",\"url\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/\",\"name\":\"Marinai semplici bont\u00e0 - Nai\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nai.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/hero-marinai-bonta.webp\",\"datePublished\":\"2026-02-17T09:19:06+00:00\",\"dateModified\":\"2026-06-12T14:33:42+00:00\",\"description\":\"Marinai semplici bont\u00e0 brings to the table products that are simple in their preparation, but which retain all the authentic flavour of the sea.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.nai.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/hero-marinai-bonta.webp\",\"contentUrl\":\"https:\\\/\\\/www.nai.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/hero-marinai-bonta.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-semplici-bonta\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nai.it\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Marinai semplici bont\u00e0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.nai.it\\\/en\\\/\",\"name\":\"Nai\",\"description\":\"Prodotti Ittici\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nai.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Marinai semplici bont\u00e0 - Nai","description":"Marinai semplici bont\u00e0 brings to the table products that are simple in their preparation, but which retain all the authentic flavour of the sea.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/","og_locale":"en_US","og_type":"article","og_title":"Marinai semplici bont\u00e0 - Nai","og_description":"Marinai semplici bont\u00e0 brings to the table products that are simple in their preparation, but which retain all the authentic flavour of the sea.","og_url":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/","og_site_name":"Nai","article_modified_time":"2026-06-12T14:33:42+00:00","og_image":[{"url":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-bonta.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/","url":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/","name":"Marinai semplici bont\u00e0 - Nai","isPartOf":{"@id":"https:\/\/www.nai.it\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/#primaryimage"},"image":{"@id":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/#primaryimage"},"thumbnailUrl":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-bonta.webp","datePublished":"2026-02-17T09:19:06+00:00","dateModified":"2026-06-12T14:33:42+00:00","description":"Marinai semplici bont\u00e0 brings to the table products that are simple in their preparation, but which retain all the authentic flavour of the sea.","breadcrumb":{"@id":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/#primaryimage","url":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-bonta.webp","contentUrl":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-bonta.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.nai.it\/en\/marinai-semplici-bonta\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nai.it\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Marinai semplici bont\u00e0"}]},{"@type":"WebSite","@id":"https:\/\/www.nai.it\/en\/#website","url":"https:\/\/www.nai.it\/en\/","name":"Nai","description":"Prodotti Ittici","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nai.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/pages\/3389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/comments?post=3389"}],"version-history":[{"count":1,"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/pages\/3389\/revisions"}],"predecessor-version":[{"id":3391,"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/pages\/3389\/revisions\/3391"}],"wp:attachment":[{"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/media?parent=3389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}