{"id":3393,"date":"2026-02-17T09:38:01","date_gmt":"2026-02-17T09:38:01","guid":{"rendered":"https:\/\/www.nai.it\/marinai-maxi\/"},"modified":"2026-06-12T14:35:31","modified_gmt":"2026-06-12T14:35:31","slug":"marinai-maxi","status":"publish","type":"page","link":"https:\/\/www.nai.it\/en\/marinai-maxi\/","title":{"rendered":"Marinai maxi"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3393\" class=\"elementor elementor-3393 elementor-1204\" 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\">maxi<\/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-maxi.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>The format for <span class=\"highlight-corsivo\">maximum consumption,<\/span> <br\/>strictly in the name of freshness and value.<\/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=\"478\" height=\"334\" viewBox=\"0 0 478 334\" fill=\"none\"><g opacity=\"0.5\"><g opacity=\"0.5\"><path d=\"M355.635 277.252L356.826 279.334C355.384 279.967 354.559 278.968 353.84 278.318C353.401 277.909 352.888 277.593 352.328 277.388C351.769 277.184 351.176 277.096 350.583 277.128C345.857 277.169 341.128 277.047 336.404 277.134C334.186 277.19 331.975 277.412 329.789 277.798C323.805 278.39 317.788 278.58 311.779 278.37C307.626 278.516 303.486 279.065 299.332 279.19C294.71 279.328 290.071 279.353 285.455 279.117C282.237 278.953 279.047 278.248 275.839 277.825C275.016 277.681 274.176 277.661 273.347 277.765C267.368 278.525 261.313 278.421 255.363 277.454C249.482 276.786 243.593 276.192 237.715 275.495C235.909 275.28 234.129 274.832 231.851 274.398C231.952 275.577 232.142 276.747 232.42 277.896C233.464 281.022 234.642 284.101 235.737 287.209C236.84 290.14 238.802 292.653 241.354 294.405C242.113 294.9 242.764 295.55 243.265 296.314C243.767 297.078 244.108 297.94 244.268 298.845C244.428 299.75 244.403 300.678 244.195 301.573C243.987 302.468 243.599 303.309 243.058 304.044C239.871 309.353 236.584 314.62 233.789 320.142C232.969 322.537 232.511 325.046 232.431 327.581C232.347 328.145 232.368 328.72 232.492 329.276C233.068 331.81 232.353 333.525 229.409 334C229.038 333.605 228.709 333.172 228.426 332.707C225.935 327.858 223.379 323.04 221.056 318.107C219.868 316.081 219.177 313.792 219.043 311.434C219.248 308.279 217.717 305.617 217.651 302.561C217.582 299.33 216.335 296.145 215.978 292.897C215.422 287.83 215.18 282.726 214.812 277.638C214.757 276.89 214.739 276.14 214.689 275.08C213.762 274.996 212.881 274.883 211.997 274.84C204.788 274.494 197.546 274.483 190.379 273.726C184.145 273.067 178.002 271.533 171.807 270.452C165.974 269.433 160.128 268.486 154.282 267.541C152.733 267.291 151.165 267.169 149.606 266.984C145.107 266.448 140.614 265.855 136.107 265.41C134.816 265.313 133.518 265.42 132.259 265.725C127.376 266.294 122.431 265.576 117.897 263.64C115.148 262.833 112.398 262.025 109.649 261.216C109.383 261.137 109.102 261.102 108.844 261.003C100.977 257.983 93.1117 254.959 85.2487 251.928C83.5041 251.055 81.6068 250.543 79.667 250.424C78.5712 250.255 77.5114 249.897 76.5331 249.365C73.2381 248.156 69.9679 246.872 66.6462 245.745C59.9536 243.875 53.6226 240.853 47.9253 236.811C44.7208 234.29 41.0459 232.403 37.682 230.081C30.0238 224.793 22.4043 219.448 14.8234 214.045C12.4919 212.377 10.4283 210.324 8.16512 208.55C6.1147 206.942 3.9567 205.478 1.85116 203.943C1.28095 203.618 0.809707 203.139 0.489289 202.558C0.168871 201.976 0.0116927 201.316 0.0350556 200.65C0.0584185 199.984 0.261415 199.337 0.621706 198.781C0.981996 198.225 1.48562 197.781 2.07715 197.498C4.64133 195.794 7.72528 195.099 10.754 195.545C13.6938 195.841 16.6595 195.728 19.5694 195.207C22.5896 194.899 25.5839 194.326 28.8725 193.825C28.5556 193.244 28.203 192.685 27.8167 192.15C23.1886 186.61 17.8982 181.685 12.0693 177.49C8.50222 174.789 5.08543 171.888 1.83489 168.799C0.992063 168.031 -0.587242 167.159 0.226035 165.553C0.989205 164.045 1.54059 162.142 3.84605 162.221C4.58941 162.23 5.32201 162.039 5.97092 161.669C11.6035 158.424 17.896 156.53 23.2621 152.704C25.036 151.697 26.9139 150.893 28.8613 150.307C39.5936 145.91 50.2636 141.343 61.0858 137.19C67.0444 134.903 73.2702 133.347 79.3525 131.387C80.9258 130.88 82.3836 130.009 83.944 129.448C86.7324 128.447 89.5413 127.497 92.3724 126.629C98.4796 124.757 104.575 122.831 110.734 121.155C116.088 119.343 121.603 118.075 127.2 117.368C136.366 116.187 145.387 114.038 154.118 110.955C156.258 110.363 158.467 110.028 160.601 109.417C162.273 108.938 163.863 108.167 165.517 107.615C168.276 106.537 171.104 105.655 173.982 104.975C182.346 103.452 190.749 102.146 199.154 100.874C202.717 100.335 206.33 100.144 209.907 99.6916C211.178 99.5308 212.405 99.0308 213.663 98.7393C220.333 97.5746 227.107 97.1487 233.867 97.469C237.368 97.4385 240.871 97.4669 244.373 97.4623C244.651 97.4818 244.931 97.4526 245.199 97.376C252.026 95.6931 259.024 94.8366 266.047 94.8241C267.789 94.6055 269.533 94.3999 271.282 94.2454C273.574 94.0427 275.874 93.9259 278.166 93.7177C280.272 93.5264 282.372 93.2627 284.207 93.0602C286.812 86.6696 289.238 80.5779 291.777 74.5366C294.365 68.3779 297.017 62.2469 299.732 56.1438C302.796 49.2655 305.696 42.2906 309.161 35.6246C312.895 28.2337 317.326 21.2322 322.392 14.7197C324.488 12.0861 326.294 9.20866 328.421 6.60325C330.072 4.5814 332.014 2.80685 333.833 0.92873C334.433 0.309369 335.147 -0.404663 335.973 0.27774C336.434 0.799773 336.719 1.45898 336.785 2.15844C336.868 3.75114 337.101 5.332 337.48 6.87921C339.003 10.1261 341.345 12.9012 344.265 14.9197C344.493 15.0894 344.751 15.2111 345.026 15.2776C345.3 15.3441 345.585 15.3542 345.863 15.3072C346.141 15.2602 346.408 15.1571 346.647 15.004C346.885 14.8508 347.092 14.6506 347.254 14.4151C347.82 13.8313 348.306 12.9731 349.389 13.7606C349.027 14.8479 348.88 15.9978 348.958 17.1433C349.22 18.0792 350.429 18.7039 351.104 19.5617C352.146 20.885 353.045 22.3255 354.089 23.646C354.585 24.333 355.219 24.9039 355.949 25.3205C357.181 25.9281 358.336 26.4878 358.723 27.9898C358.765 28.1529 359.194 28.2124 359.482 28.3367C360.943 27.6541 361.739 25.6388 364.293 25.7862L362.345 28.1544C363.791 33.4383 367.155 37.9617 371.752 40.8046C373.213 40.4744 373.932 38.3623 375.766 39.8421C375.463 40.3406 375.134 40.8525 374.835 41.3823C374.526 41.9288 374.248 42.4928 373.722 43.4945L375.797 42.7797C376.645 45.625 378.22 48.1884 380.36 50.2058C382.667 51.9691 384.644 54.4983 388.326 53.3622C388.326 54.1002 388.53 54.7615 388.293 55.0981C387.63 56.1954 387.326 57.4787 387.423 58.7638C387.519 60.0489 388.013 61.2696 388.832 62.2505C390.191 64.2626 391.707 66.16 393.364 67.9243C393.827 68.4972 394.184 69.1654 394.679 69.7048C395.606 70.7162 396.599 71.6655 397.511 72.5861L401.906 70.4556L402.358 70.8085C401.73 71.7085 401.351 72.7641 401.259 73.865C401.167 74.966 401.366 76.072 401.835 77.0676C402.649 79.0654 403.119 81.2609 405.317 82.4896L404.049 84.2111H408.713L407.114 86.7275C407.901 88.4943 408.801 90.2063 409.808 91.8523C410.934 93.9069 412.608 95.5932 414.635 96.7151C416.663 97.837 418.961 98.3484 421.262 98.1899C424.01 97.8737 426.774 97.7155 429.54 97.716C433.601 97.7973 437.661 98.1022 441.712 98.4249C447.148 98.8585 452.585 99.3164 458.004 99.9231C462.32 100.406 466.607 101.14 470.91 101.738C472.651 101.98 474.418 102.06 476.142 102.381C482.859 103.633 489.55 105.036 496.279 106.213C500.189 106.897 504.158 107.231 508.094 107.772C513.59 108.565 519.135 108.954 524.686 108.938C527.246 109.172 529.777 109.662 532.243 110.401C534.047 108.212 536 105.839 537.958 103.469C539.868 101.156 541.685 98.7515 543.723 96.5632C545.567 94.5841 547.65 92.837 549.637 90.9988C550.163 90.6116 550.659 90.1848 551.123 89.722C554.469 86.328 558.098 83.2373 561.968 80.4848C562.932 79.7058 564.105 79.2428 565.332 79.1564C566.558 79.0701 567.782 79.3645 568.842 80.0011C572.49 82.0746 575.754 84.7849 578.485 88.0088C578.95 88.4675 579.342 88.9966 579.648 89.5776C580.145 90.5953 580.91 91.4518 581.857 92.0515C582.803 92.6512 583.895 92.9703 585.009 92.9733C586.296 93.0588 587.534 93.5124 588.58 94.2822C590.548 95.6958 592.557 97.0539 594.482 98.5265C595.227 99.0806 595.856 99.7815 596.331 100.588C598.678 104.667 601.554 108.404 604.88 111.699C606.662 113.518 607.914 115.807 608.495 118.31C608.612 119.34 608.475 120.385 608.097 121.348C607.719 122.312 607.112 123.164 606.33 123.827C605.656 124.598 604.832 125.238 604.195 126.035C603.658 126.838 603.178 127.679 602.759 128.552C605.814 129.223 608.468 129.933 611.167 130.308C611.836 130.401 612.781 129.533 613.374 128.89C615.214 126.898 616.925 124.783 618.724 122.751C619.036 122.34 619.426 121.997 619.871 121.742C620.315 121.488 620.805 121.327 621.311 121.269C621.818 121.212 622.33 121.259 622.818 121.407C623.307 121.556 623.761 121.803 624.154 122.134C627.039 123.991 629.965 125.784 632.906 127.546C633.26 127.673 633.586 127.871 633.862 128.13C634.139 128.388 634.361 128.701 634.516 129.05C634.671 129.399 634.754 129.776 634.762 130.159C634.77 130.542 634.701 130.922 634.561 131.277C634.19 133.026 633.637 134.735 633.167 136.451C635.431 137.727 636.21 137.693 637.805 136.129C639.2 134.762 640.493 133.284 641.918 131.952C642.326 131.408 642.841 130.954 643.428 130.621C644.016 130.288 644.665 130.082 645.334 130.016C646.003 129.95 646.678 130.026 647.317 130.238C647.957 130.449 648.546 130.794 649.05 131.248C651.953 132.956 654.19 135.919 657.838 136.323C658.815 136.431 659.144 137.332 658.998 138.276C658.842 139.285 658.584 140.278 658.379 141.243C660.641 142.722 661.268 142.723 663.072 141.188C664.067 140.341 664.965 139.369 665.991 138.568C667.648 137.275 668.243 137.369 670.063 138.601C670.787 139.005 671.554 139.324 672.349 139.552C674.198 140.147 676.015 140.84 677.792 141.629C679.515 142.61 681.183 143.685 682.79 144.851L682.323 147.003C684.439 148.369 684.793 148.375 686.435 146.882C687.658 145.771 688.831 144.604 690.135 143.357C691.6 144.63 693.45 145.351 695.373 145.398C697.112 145.58 698.798 146.111 700.334 146.962C701.87 147.813 703.226 148.965 704.323 150.354L704.093 152.273C704.364 152.419 704.649 152.533 704.945 152.614C705.595 152.645 706.242 152.511 706.829 152.224C707.416 151.937 707.923 151.505 708.307 150.969C709.122 149.957 710.263 149.274 711.526 149.041C712.789 148.807 714.092 149.038 715.203 149.693C716.512 150.379 717.862 150.984 719.173 151.667C719.661 151.919 720.114 152.237 720.518 152.612C722.166 154.165 722.477 154.209 723.778 152.578C728.922 146.132 733.93 139.567 739.21 133.24C742.082 129.8 745.369 126.717 748.529 123.534C751.362 120.679 754.231 117.856 757.166 115.111C763.377 109.301 769.717 103.632 775.866 97.7561C783.199 91.0943 790.854 84.812 798.803 78.9329C800.489 77.6178 802.42 76.6353 804.167 75.394C808.496 72.3168 812.736 69.1065 817.102 66.0853C821.391 63.1172 825.789 60.3125 830.146 57.4475C830.521 57.1674 830.943 56.9588 831.391 56.8317C835.876 55.3429 840.185 53.3489 844.239 50.8864C846.6 49.8131 849.015 48.8362 851.467 48.0057C853.631 47.2727 854.929 48.0924 855.154 50.3756C855.301 51.6753 855.117 52.9919 854.619 54.1976C852.971 57.7755 851.068 61.2294 849.308 64.7547C846.031 71.3173 842.79 77.8983 839.527 84.4678C836.766 90.0271 833.974 95.5709 831.235 101.142C830.036 103.58 828.968 106.085 827.782 108.529C825.692 112.837 823.531 117.109 821.447 121.42C819.32 125.817 817.273 130.254 815.14 134.648C814.523 135.914 813.812 137.129 813.012 138.283C810.814 141.898 809.081 145.787 807.854 149.852C806.874 152.495 805.658 155.049 804.728 157.708C802.895 162.948 801.005 168.182 799.525 173.529C799.151 175.563 799.232 177.657 799.763 179.655C800.758 184.741 801.759 189.85 803.201 194.815C804.692 199.952 806.674 204.944 808.51 209.973C809.155 211.74 809.992 213.435 810.758 215.156C815.002 224.697 819.212 234.254 823.511 243.768C826.948 250.663 829.809 257.842 832.063 265.228C833.927 271.366 836.178 277.375 838.802 283.217C840.756 288.004 843.103 292.622 845.093 297.394C845.989 299.769 846.74 302.198 847.343 304.667C847.605 305.604 847.587 306.742 846.518 307.096C845.444 307.452 844.184 308.169 843.115 307.092C841.516 305.651 839.538 304.72 837.426 304.415C836.974 304.35 836.537 304.206 836.135 303.988C829.848 299.847 823.262 296.096 817.371 291.43C807.052 283.257 795.861 276.319 785.801 267.815C782.314 264.867 779.074 261.614 775.734 258.486C774.164 257.016 772.57 255.566 771.081 254.013C766.563 249.297 762.149 244.474 757.584 239.806C752.312 234.492 747.319 228.897 742.626 223.044C740.54 220.405 738.084 218.074 735.881 215.526C733.684 212.984 731.594 210.345 729.455 207.749C729.336 207.605 729.16 207.492 729.084 207.329C727.101 203.935 724.762 200.77 722.11 197.89C721.267 196.776 720.318 195.743 719.387 194.702C718.925 194.308 718.388 194.017 717.809 193.847C717.23 193.677 716.624 193.633 716.027 193.717C715.431 193.801 714.859 194.012 714.347 194.335C713.835 194.659 713.395 195.088 713.055 195.595C712.998 195.669 712.947 195.749 712.904 195.832C711.21 200.054 707.432 201.127 703.659 202.19C702.246 202.624 700.81 202.974 699.357 203.236C698.554 203.275 697.75 203.18 696.977 202.954C696.717 202.85 696.487 202.682 696.305 202.466C695.116 201.317 693.534 200.688 691.897 200.716C690.26 200.744 688.699 201.426 687.549 202.615C687.566 202.792 687.52 203.02 687.611 203.14C689.173 205.219 689.168 205.939 686.885 206.9C684.39 207.861 682.048 209.194 679.935 210.855C679.209 211.292 678.348 211.433 677.524 211.251C676.701 211.069 675.975 210.577 675.49 209.873C675.207 209.444 674.841 209.079 674.414 208.799C673.988 208.519 673.511 208.33 673.011 208.243C672.511 208.157 671.999 208.175 671.506 208.296C671.014 208.417 670.55 208.639 670.144 208.949C669.084 209.492 667.935 209.856 666.68 210.36C667.618 213.039 666.202 214.48 664.166 215.598C661.651 216.98 659.15 218.387 656.633 219.765C656.228 219.986 655.682 220.01 655.358 220.305C652.941 222.509 650.975 221.146 648.988 219.567C648.112 218.872 647.159 218.28 646.246 217.633C645.444 217.065 644.677 216.642 643.767 217.515C643.607 217.659 643.418 217.764 643.213 217.822C643.008 217.881 642.793 217.891 642.583 217.853C640.543 217.063 639.286 218.385 637.724 219.553C638.126 220.077 638.562 220.572 639.031 221.035C639.509 221.314 639.9 221.726 640.157 222.223C640.414 222.72 640.528 223.281 640.484 223.842C640.44 224.402 640.242 224.938 639.911 225.388C639.58 225.837 639.13 226.181 638.615 226.379C635.68 227.972 632.711 229.501 629.711 230.967C627.474 232.059 626.808 231.873 625.08 230.065C624.304 229.253 623.54 228.429 622.78 227.601C622.355 227.158 621.824 226.838 621.239 226.673C620.654 226.507 620.037 226.501 619.45 226.656C619.099 226.665 618.759 226.781 618.474 226.99C618.189 227.198 617.971 227.49 617.851 227.826C617.73 228.162 617.711 228.527 617.796 228.875C617.881 229.222 618.067 229.535 618.329 229.773C619.129 230.675 620.082 231.434 621.244 232.514C620.13 233.467 619.186 234.175 618.361 235.005C617.219 236.085 616.164 237.257 615.208 238.51C614.877 239.164 614.413 239.737 613.845 240.19C613.277 240.643 612.62 240.965 611.919 241.135C611.218 241.304 610.489 241.316 609.783 241.171C609.076 241.026 608.409 240.726 607.827 240.292C605.596 238.769 603.086 237.721 600.448 237.212C599.606 237.254 598.771 237.381 597.953 237.591C600.187 239.827 602.003 241.513 603.665 243.346C605.228 245.071 606.664 246.922 608.086 248.774C608.233 248.961 608.339 249.178 608.399 249.41C608.458 249.642 608.469 249.884 608.431 250.121C608.393 250.357 608.306 250.583 608.177 250.783C608.048 250.984 607.879 251.154 607.681 251.283C605.516 253.851 603.161 256.244 600.636 258.442C598.598 260.214 596.769 262.223 595.188 264.429C594.735 265.03 594.199 265.561 593.596 266.005C588.048 270.089 582.878 274.685 578.153 279.734C576.351 281.208 574.477 282.587 572.536 283.865C572.258 284.121 571.905 284.278 571.532 284.311C568.896 284.468 566.26 283.988 563.84 282.909C557.868 278.774 551.947 274.563 545.976 270.427C541.635 267.42 537.233 264.505 532.887 261.507C532.278 261.077 531.579 260.798 530.846 260.691C530.113 260.585 529.365 260.653 528.662 260.891C521.266 262.984 513.835 264.951 506.475 267.171C502.825 268.198 499.092 268.889 495.322 269.236C489.809 269.852 484.306 270.558 478.797 271.219C477.787 271.34 476.775 271.473 475.76 271.521C471.881 271.703 467.986 271.701 464.122 272.052C459.256 272.495 454.415 273.22 449.563 273.816C447.361 274.086 445.159 274.362 442.953 274.592C433.208 275.61 423.481 276.986 413.71 277.522C402.34 278.145 390.932 278.174 379.541 278.173C373.257 278.172 366.973 277.563 360.688 277.265C359.121 277.188 357.548 277.252 355.635 277.252ZM312.85 70.3891L314.293 67.5793L313.752 67.0497L311.521 68.315L312.883 70.4257C311.745 70.5372 310.483 70.4707 310.392 72.177C312.097 72.3614 312.098 72.3615 312.85 70.3891ZM681.631 206.657L685.949 205.095C684.471 203.424 683.293 204.601 682.113 204.744L681.66 206.694C680.486 206.799 679.456 205.517 678.075 206.173C679.609 207.88 679.609 207.881 681.631 206.657ZM811.813 134.035C811.248 133.908 810.663 133.9 810.094 134.012C809.526 134.123 808.985 134.352 808.507 134.684C808.028 135.017 807.62 135.445 807.309 135.944C806.998 136.442 806.79 137 806.698 137.583C807.037 137.775 807.412 137.891 807.799 137.925C808.185 137.959 808.574 137.91 808.941 137.781C809.308 137.652 809.644 137.445 809.927 137.175C810.211 136.905 810.436 136.578 810.588 136.213C810.958 135.464 811.378 134.742 811.774 134.006C812.935 132.972 813.648 131.51 813.755 129.941C810.871 129.586 810.681 129.697 809.644 132.181L811.813 134.035ZM633.815 225.991C631.144 226.616 630.645 223.867 628.878 222.636L626.556 223.905L630.603 227.721L633.777 225.96L635.861 224.623C633.975 224.086 633.516 221.606 631.007 222.421L633.815 225.991ZM667.051 147.421L670.035 148.398C668.583 146.388 668.538 146.374 666.737 147.123C664.157 145.683 661.258 144.944 658.317 144.977C660.345 147.567 660.76 147.743 667.54 148.988L667.051 147.421ZM33.0769 200.386L34.8501 200.658L35.1372 200.187L30.4121 195.117L28.8577 197.306L24.7279 197.494L24.7314 198.205C26.2806 198.334 27.8306 198.575 29.3787 198.563C30.1118 198.45 30.8611 198.568 31.5273 198.899C32.1936 199.231 32.7455 199.762 33.11 200.42L29.2708 200.161C30.2935 200.77 31.4397 201.131 32.6209 201.217C32.7394 201.231 32.9235 200.677 33.0769 200.386ZM181.617 269.122C180.485 268.826 179.378 268.438 178.307 267.961C176.677 267.087 175.133 266.039 173.592 265.003C173.082 264.548 172.44 264.276 171.764 264.227C171.089 264.177 170.416 264.354 169.847 264.729C170.298 265.201 170.791 265.63 171.32 266.009C173.163 267.067 175.025 268.094 176.918 269.057C177.76 269.437 178.626 269.757 179.511 270.015C179.907 270.162 180.343 270.15 180.73 269.98C181.117 269.81 181.426 269.496 181.594 269.102L183.686 267.515C179.762 263.998 178.204 263.472 175.596 264.934C176.011 265.186 176.322 265.385 176.642 265.567C177.68 266.156 178.766 266.671 179.746 267.347C180.416 267.886 181.041 268.48 181.617 269.122ZM651.011 135.67L651.052 135.716C650.001 134.446 649.146 135.042 648.345 136.023C647.679 136.84 647.029 137.671 646.085 138.857C645.49 136.319 647.419 135.404 647.854 133.871C645.77 133.555 644.264 134.902 642.929 138.296C643.897 138.583 644.836 138.897 645.793 139.137C650.051 140.206 650.053 140.199 652.021 136.349C652.054 136.286 652 136.176 651.965 135.95L651.011 135.67ZM364.069 98.2329L361.552 97.5066L360.222 99.0567L359.718 96.6088C358.468 96.8518 357.535 97.1064 357.731 98.571C357.937 100.109 358.767 101.404 359.914 101.453C362.185 101.55 364.463 101.481 367.272 101.481L364.021 98.1984L367.227 99.3436L366.436 96.2908H361.779L364.069 98.2329ZM402.4 105.032L407.224 107.504C408.065 105.504 406.555 104.224 405.944 102.788C404.214 98.7171 403.794 98.4485 399.474 97.9148C397.393 97.5275 395.253 97.621 393.213 98.1884C394.491 99.0164 395.271 99.439 395.959 99.9829C398.103 101.678 400.822 102.612 402.411 105.042L395.532 101.295C397.54 107.589 401.031 111.838 408.184 111.243C408.476 109.817 407.429 109.286 406.569 108.587C405.153 107.435 403.787 106.22 402.4 105.032ZM428.578 102.215C428.302 102.207 427.942 102.311 427.762 102.173C425.041 100.568 421.906 99.845 418.774 100.098C417.693 100.18 416.627 100.404 415.601 100.762C412.803 99.2647 409.585 98.7975 406.489 99.4393C406.626 99.5692 406.743 99.7793 406.882 99.7954C407.676 99.8874 408.476 99.9333 409.273 99.9953C409.826 102.381 409.948 102.581 412.213 102.811C414.317 103.026 416.439 103.068 418.553 103.165C419.094 103.189 419.735 102.932 420.163 103.148C422.613 104.387 425.071 103.183 427.516 103.236C427.847 103.243 428.193 102.534 428.532 102.158L429.986 102.191C429.761 101.873 429.594 101.364 429.302 101.275C428.485 101.024 428.369 101.534 428.578 102.215ZM347.354 105.047C348.362 105.659 349.383 106.25 350.373 106.891C350.99 107.29 351.527 108.081 352.159 108.151C355.243 108.498 358.353 108.543 361.446 108.287C359.728 106.37 358.411 104.808 356.983 103.359C356.463 102.848 355.806 102.504 355.095 102.372C353.369 102.089 351.627 101.916 349.88 101.856C348.36 101.807 346.833 101.985 345.182 102.069L347.331 105.026L341.227 101.947C340.86 103.312 342.704 104.603 341.611 106.436L338.756 99.4836L338.244 99.7207L341.189 107.437L349.546 108.131L347.354 105.047ZM824.002 69.2554C824.253 69.6352 824.729 70.0295 824.706 70.3915C824.564 71.1377 824.335 71.8638 824.023 72.5544C826.19 71.4904 828.024 70.6071 829.843 69.6913C831.131 69.0174 832.526 68.5813 833.963 68.403C835.035 68.4091 836.086 68.1098 837 67.5387C837.913 66.9675 838.652 66.1473 839.134 65.1704C839.217 64.9631 839.104 64.6742 839.08 64.3901L836.702 64.6776C837.948 63.5337 839.366 62.6036 840.903 61.9235C842.404 61.2034 844.006 60.6852 845.456 59.8778C846.814 59.1215 848.712 59.6201 849.888 57.9578C849.428 57.8048 849.162 57.6115 848.95 57.6609C844.597 58.6713 840.468 60.4278 836.132 61.5816C831.538 63.0951 827.38 65.7409 824.027 69.285C820.957 71.3405 817.888 73.3979 814.821 75.4571C814.597 75.6076 814.223 75.9466 814.257 76.0121C815.228 77.8556 812.844 78.6179 812.884 80.4503C813.647 79.8683 814.19 79.3994 814.784 79.0106C818.769 76.8072 821.988 73.3997 824.002 69.2554ZM28.6883 203.828C27.5097 203.378 26.1528 203.226 25.4792 201.922C26.6246 200.196 26.6167 199.584 25.4077 199.398C21.2669 198.742 17.0611 198.629 12.8922 199.06C13.717 199.482 14.021 199.647 14.3329 199.795C18.431 201.736 22.5814 203.572 26.6081 205.656C28.7119 206.745 30.5301 208.397 32.5986 209.571C36.3913 211.376 40.4712 212.468 44.6432 212.796C44.3026 211.831 43.7284 210.969 42.9741 210.291C42.2198 209.613 41.3097 209.141 40.3286 208.918L41.6009 208.627C38.7541 203.47 36.1564 201.861 32.4486 203.204C33.7854 204.083 34.9522 204.784 36.0467 205.587C37.518 206.667 38.9334 207.825 40.3723 208.95C37.8345 209.698 35.1258 209.568 32.6678 208.581C34.0985 205.811 35.9816 208.858 37.6479 207.855C34.8664 205.644 31.3767 206.796 28.6315 205.207V203.777L32.1296 205.178C30.0383 202.702 30.0383 202.702 27.9105 202.628L28.6883 203.828ZM321.753 97.6726L326.856 99.6627C327 97.3388 326.313 95.4711 325.269 95.2953L323.595 96.6805C323.062 94.1259 321.35 94.4179 319.648 94.4886C317.723 94.5683 315.791 94.481 313.863 94.4725C312.531 94.4667 311.199 94.4714 309.867 94.4714L309.762 95.1537C312.18 97.4851 315.335 98.8562 318.657 99.019L318.149 100.482C320.185 101.906 322.181 103.449 324.317 104.752C326.38 106.369 328.576 107.802 330.879 109.036C330.326 107.794 329.854 106.517 329.466 105.212C329.272 104.293 328.874 103.431 328.303 102.693C327.732 101.955 327.004 101.359 326.174 100.952C324.637 99.9501 323.171 98.8383 321.788 97.6252L321.753 97.6726ZM504.178 264.567C503.254 263.657 502.371 262.696 501.389 261.857C500.864 261.408 500.106 260.808 499.558 260.903C497.765 261.214 496.02 261.813 494.156 262.33L495.86 264.849C494.58 265.622 494.022 264.841 493.432 264.291C492.805 263.66 492.017 263.222 491.157 263.028C490.298 262.833 489.402 262.89 488.572 263.192C487.401 263.419 486.207 263.5 485.016 263.432C484.889 263.437 484.755 263.205 484.562 263.025L485.277 261.319C484.532 260.678 483.768 259.988 482.967 259.345C482.556 259.015 482.05 258.489 481.638 258.534C479.303 258.788 476.984 259.189 474.003 259.639C475.309 260.856 476.082 261.625 476.906 262.332C478.323 263.546 479.874 264.615 481.183 265.937C481.959 266.75 482.932 267.34 484.003 267.648C485.074 267.955 486.206 267.969 487.284 267.688C489.368 267.283 491.484 267.054 493.57 266.658C497.102 265.986 500.621 265.243 504.147 264.531C506.1 264.492 508.02 264.004 509.763 263.103C508.542 262.053 507.524 261.131 506.457 260.271C504.788 258.925 504.281 258.991 502.302 260.713C502.975 261.465 503.598 262.262 504.167 263.099C504.383 263.455 504.187 264.07 504.178 264.567ZM439.152 111.29C438.159 110.623 437.177 109.939 436.169 109.295C434.827 108.437 433.869 106.913 431.841 106.628C431.787 107.996 431.801 109.366 431.884 110.733C431.997 111.361 432.318 111.931 432.794 112.346C434.042 113.453 435.408 114.421 436.683 115.499C437.078 115.986 437.414 116.52 437.686 117.088C435.392 116.008 434.364 113.888 432.041 113.589C432.022 114.304 432.063 115.019 432.164 115.727C433.657 121.953 435.157 128.177 436.751 134.376C436.884 134.706 437.084 135.002 437.339 135.246C437.594 135.489 437.897 135.674 438.228 135.787C439.771 136.177 441.334 136.484 442.909 136.708C442.883 135.233 442.785 133.759 442.614 132.294C441.582 127.296 441.421 122.151 442.139 117.095C442.168 115.986 442.038 114.878 441.751 113.808C442.205 113.597 442.881 113.506 443.067 113.15C443.464 112.306 443.759 111.415 443.944 110.498C444.354 108.796 444.089 108.109 442.557 107.274C441.429 106.659 440.116 106.366 439.054 105.665C438.244 105.084 437.322 104.687 436.349 104.499C435.377 104.311 434.376 104.337 433.414 104.575L439.152 111.29ZM811.802 283.88L811.76 283.843C812.108 284.28 812.446 284.727 812.806 285.154C815.296 287.697 818.117 289.877 821.189 291.635C827.278 296.34 833.887 300.3 840.881 303.433C841.146 303.48 841.418 303.483 841.684 303.443L840.808 301.256L844.733 302.806C843.009 298.778 841.467 295.046 839.794 291.377C839.359 290.7 838.755 290.155 838.045 289.797C837.325 289.383 836.57 289.039 835.788 288.767C833.572 287.886 831.348 287.029 829.184 286.184C827.85 288.355 827.789 288.322 826.41 286.898C825.47 286.023 824.486 285.199 823.461 284.428C823.099 284.17 822.769 283.867 822.48 283.526C820.014 279.544 816.193 276.633 811.752 275.351C811.922 275.165 812.048 274.942 812.121 274.698C812.194 274.455 812.212 274.198 812.174 273.947C812.136 273.696 812.042 273.457 811.9 273.248C811.758 273.039 811.572 272.865 811.355 272.74C808.739 270.486 806.13 268.195 803.745 265.695C797.932 259.601 792.245 253.381 786.51 247.208C780.648 240.897 774.906 234.464 768.894 228.305C763.47 222.749 757.721 217.523 752.177 212.087C750.11 210.06 748.23 207.836 746.239 205.726C743.093 202.388 739.911 199.085 736.785 195.728C736.394 195.187 736.072 194.597 735.826 193.973L736.352 193.53C737.128 194.105 737.87 194.726 738.574 195.39C745.476 202.641 752.293 209.976 759.261 217.159C762.713 220.717 766.547 223.889 770 227.447C775.345 232.953 780.516 238.635 785.752 244.253C794.753 253.91 803.758 263.554 813.256 272.722C816.533 275.092 820.317 276.629 824.293 277.206C824.261 275.344 823.634 274.541 822.237 274.163C820.006 273.56 817.812 272.803 815.621 272.054C815.09 271.755 814.596 271.39 814.152 270.968C817.436 270.711 819.972 272.725 822.977 272.25C822.634 270.043 820.833 269.235 819.579 268.149C818.117 267.11 816.547 266.238 814.898 265.55C813.38 264.747 811.854 263.959 810.139 263.063L811.943 262.303C810.4 260.435 808.928 258.654 807.457 256.872C804.896 253.771 802.572 250.42 799.735 247.608C783.849 231.869 767.889 216.208 751.855 200.624C749.852 198.668 747.62 196.956 745.524 195.096C745.128 194.672 744.772 194.21 744.463 193.716C744.788 193.64 745.125 193.635 745.452 193.702C745.779 193.768 746.089 193.906 746.36 194.104C748.244 195.634 750.17 197.128 751.915 198.814C761.064 207.655 770.184 216.527 779.274 225.43C784.759 230.791 790.253 236.144 795.642 241.604C798.527 244.527 801.295 247.585 803.939 250.737C807.119 255.036 810.882 258.851 815.116 262.067C816.624 263.487 818.544 264.368 820.585 264.577C819.984 261.832 819.128 259.712 816.162 259.298C815.157 259.041 814.183 258.669 813.26 258.189L813.426 257.563L817.701 258.058C817.937 256.418 816.842 255.997 815.798 255.663C814.211 255.157 812.581 254.791 810.981 254.324C810.177 254.089 809.398 253.762 808.608 253.477L808.781 252.765L814.906 253.648C812.021 250.662 810.184 247.385 806.18 246.666L806.773 245.222C797.71 236.077 788.856 226.933 779.772 218.034C770.645 209.092 761.289 200.395 751.804 191.371C750.288 191.529 748.548 191.682 746.814 191.895C743.118 192.808 739.271 192.886 735.542 192.124C734.994 192.021 734.432 192.02 733.883 192.12C731.303 192.314 728.727 192.572 726.144 192.715C724.514 192.805 722.876 192.732 720.917 192.732C721.147 193.331 721.442 193.901 721.797 194.433C727.672 200.865 733.565 207.279 739.477 213.675C739.934 214.114 740.463 214.469 741.039 214.724C742.423 215.423 743.878 215.985 745.223 216.752C746.283 217.427 747.306 218.159 748.287 218.947L748.651 218.535C748.276 217.958 747.861 217.409 747.411 216.891C745.037 214.5 742.645 212.128 740.233 209.776C736.222 205.855 732.179 201.967 728.192 198.02C727.695 197.528 726.683 197.093 727.437 195.671C728.223 196.161 728.972 196.711 729.676 197.317C738.114 205.81 746.538 214.318 754.947 222.841C760.345 228.292 765.597 233.908 771.203 239.129C780.506 247.793 790.018 256.225 799.487 264.701C803.522 268.312 807.672 271.79 811.769 275.329C814.849 278.723 818.297 281.748 822.046 284.348C823.019 285.006 824.263 285.547 824.763 287.157C822.942 286.994 821.246 286.144 820.007 284.772C814.542 280.108 809.103 275.41 803.759 270.605C791.255 259.364 778.781 248.087 766.339 236.775C765.953 236.426 765.513 236.139 764.832 235.619C765.441 237.165 767.09 237.72 766.767 239.801C762.69 235.397 758.934 231.266 755.096 227.215C751.276 223.135 746.952 219.581 742.232 216.641C744.023 218.899 745.931 221.037 747.841 223.174C748.403 223.801 749.279 224.333 749.483 225.062C750.619 227.957 752.343 230.573 754.541 232.74C757.959 237.208 761.672 241.434 765.653 245.388C771.285 250.696 777.338 255.55 783.341 260.431C791.588 267.136 799.969 273.668 807.767 280.93C809.052 281.997 810.399 282.982 811.802 283.88ZM506.424 184.501V186.177C509.736 184.266 512.2 181.126 513.306 177.41C511.951 179.128 510.815 181.015 509.558 182.814C508.815 183.877 507.971 184.976 506.389 184.532C506.511 184.017 506.699 183.52 506.949 183.056C508.314 181.401 509.59 179.673 510.772 177.878C512.715 174.449 514.434 170.885 516.181 167.343C517.354 164.54 519.422 162.224 522.047 160.771C522.986 160.217 524.034 159.884 525.115 159.797C526.196 159.71 527.282 159.871 528.295 160.268C529.307 160.665 530.219 161.288 530.965 162.092C531.71 162.895 532.27 163.859 532.603 164.912C533.369 167.024 533.886 169.231 534.495 171.4C535.235 174.032 535.833 176.715 536.739 179.285C537.164 180.415 537.913 181.388 538.888 182.077C539.347 182.438 539.897 182.661 540.474 182.719C541.051 182.777 541.632 182.669 542.152 182.408C542.672 182.146 543.11 181.74 543.415 181.237C543.721 180.734 543.882 180.154 543.881 179.562C544.058 177.766 543.664 175.96 542.756 174.412C541.348 171.757 540.029 169.053 538.649 166.382C537.544 164.003 536.307 161.69 534.944 159.454C533.26 157.063 532.377 154.18 532.426 151.235C532.345 149.926 532.167 148.625 531.895 147.343C531.403 144.674 531.07 141.977 530.897 139.266C531.041 136.817 531.312 134.377 531.709 131.957C531.799 130.967 531.972 129.598 531.449 129.008C529.532 126.96 527.436 125.094 525.188 123.433L523.119 138.263L528.508 139.733L528.401 140.395L522.261 139.813C521.804 140.59 521.406 141.219 521.054 141.873C518.964 145.766 517.081 149.791 514.755 153.529C511.448 158.655 508.674 164.118 506.477 169.831C504.997 173.626 504.452 177.734 504.89 181.795C505.024 182.893 505.007 184.136 506.424 184.501ZM293.96 76.6609C293.266 76.9283 292.651 77.3719 292.172 77.9497C291.693 78.5275 291.367 79.2205 291.223 79.9631C290.762 81.4933 290.239 83.0042 289.791 84.5381C289.06 87.0386 288.367 89.5511 287.567 92.3819C289.849 92.3819 291.857 92.3214 293.858 92.4013C294.507 92.4483 295.15 92.2598 295.675 91.8693C296.2 91.4787 296.573 90.9111 296.727 90.2671C298.194 86.6124 299.625 82.9372 301.247 79.3541C306.1 68.6368 311.007 57.9453 315.969 47.2796C317.444 43.5955 319.516 40.1907 322.097 37.2074C322.894 36.4101 323.552 35.4806 324.044 34.4585C324.947 32.6698 326.197 31.0868 327.717 29.8054C328.675 28.9141 327.865 28.1364 328.033 27.3734C329.956 27.1213 329.956 27.1213 330.953 25.0146L329.843 23.4828C332.999 22.8918 333.021 22.867 332.583 20.5698C334.487 20.1864 334.487 20.1864 335.476 19.0314L333.675 17.585L333.887 17.0707L341.401 18.4902L341.396 19.134L338.005 19.5802L337.6 21.6348C336.889 21.5704 336.178 21.7597 335.588 22.1705C334.998 22.5812 334.566 23.1881 334.366 23.8876L336.722 24.6737C334.677 25.4093 331.939 24.4121 331.452 27.9168L334.574 28.5388C333.4 30.6269 330.825 27.8483 329.782 30.2006L331.538 30.9511C330.937 32.8469 330.039 34.631 328.88 36.2343C326.426 39.9927 324.366 44.0187 322.104 47.9113C321.643 48.7057 321.578 49.8957 320.141 50.2284C321.054 46.9063 322.395 43.7229 324.13 40.7616C323.116 39.8962 322.199 39.5553 321.312 40.8316C320.326 42.077 319.434 43.3962 318.642 44.7783C316.277 49.5926 314.036 54.47 311.77 59.3345C310.94 61.115 310.176 62.9267 309.367 64.7578C310.271 65.3195 310.962 66.1343 311.889 65.0765C312.72 64.1291 312.323 63.3119 311.373 62.5761C314.105 61.9431 314.105 61.9431 313.505 59.773C315.676 59.1718 316.417 58.5161 316.083 55.9021L318.897 54.8135C319.436 55.727 320.001 56.5847 320.909 55.8051L320.714 52.9353L317.693 51.5462L317.88 50.8653L321.931 51.433L343.701 18.0996C339.012 14.586 335.558 9.62323 333.852 3.94765C332.631 5.42977 331.708 6.46131 330.884 7.56998C329.398 10.1781 327.587 12.5788 325.497 14.7121C323.419 16.7937 321.686 19.2056 320.365 21.8538C319.85 22.5183 319.38 23.2176 318.957 23.9468C317.986 25.1098 317.503 26.6167 317.614 28.1405C320.256 25.4734 321.554 21.9008 325.065 20.6665C323.95 22.4608 322.536 24.0033 321.353 25.7121C320.138 27.4973 319.035 29.3586 318.05 31.285C317.092 33.122 316.318 35.0587 315.25 37.4247C314.306 35.0387 315.658 33.56 315.698 31.8782C314.521 33.3422 313.469 34.9061 312.553 36.5527C306.387 47.5561 301.378 59.1406 296.211 70.6435C295.328 72.6084 294.682 74.6837 293.926 76.7077L293.96 76.6609ZM567.015 281.056C568.037 281.597 569.019 282.627 570.165 281.195C570.315 281.099 570.487 281.043 570.665 281.031C570.842 281.02 571.02 281.054 571.181 281.13C572.502 281.952 573.49 281.255 574.445 280.461C576.307 278.91 578.263 277.449 579.965 275.728C583.177 272.48 586.24 269.078 589.354 265.729C589.957 265.079 590.51 264.38 591.191 263.581C590.468 263.133 590.016 262.819 589.535 262.56C583.805 259.474 578.067 256.405 572.347 253.3C571.911 252.986 571.515 252.617 571.17 252.201L571.506 251.695C573.426 252.235 575.257 253.061 576.942 254.147C581.648 256.579 586.359 259.004 591.031 261.504C591.532 261.837 592.121 262.005 592.719 261.985C593.316 261.965 593.894 261.759 594.373 261.393C596.4 260.074 598.337 258.617 600.173 257.032C602.043 255.088 603.801 253.035 605.436 250.882C605.643 250.692 605.804 250.456 605.906 250.191C606.008 249.927 606.048 249.642 606.023 249.36C605.998 249.077 605.909 248.804 605.763 248.562C605.617 248.321 605.417 248.117 605.181 247.968C602.39 245.349 599.693 242.624 597.005 239.894C596.638 239.527 596.151 239.309 595.637 239.283C595.124 239.256 594.618 239.423 594.217 239.752C588.152 242.771 581.836 245.234 575.344 247.111C568.82 249.205 562.317 251.376 555.752 253.328C550.343 254.936 544.856 256.271 539.406 257.734C537.875 258.121 536.396 258.697 535.003 259.45C536.603 260.44 538.007 261.163 539.251 262.106C542.293 264.412 545.245 266.841 548.268 269.173C549.626 269.965 550.911 270.881 552.108 271.908C555.739 275.53 559.926 278.521 564.504 280.762C565.331 281.237 566.126 281.749 567.056 281.019L567.015 281.056ZM796.82 177.097L793.971 178.335L792.844 182.266L795.603 183.198C796.306 182.259 797.318 181.483 797.457 180.569C797.432 179.386 797.203 178.217 796.782 177.115C796.987 176.01 797.114 174.892 797.163 173.769C796.927 170.908 797.687 168.053 799.309 165.707C790.667 166.539 782.13 168.266 773.832 170.863C773.877 174.619 773.51 178.368 772.737 182.04C772.346 183.892 771.429 185.585 770.1 186.907C768.771 188.23 767.09 189.123 765.266 189.475C762.134 190.228 758.883 190.463 755.688 190.946C755.203 191.019 754.734 191.196 753.591 191.506C754.775 191.858 755.867 192.478 756.785 193.319C757.704 194.16 758.425 195.201 758.896 196.365C759.017 196.509 759.155 196.635 759.308 196.743C767.971 204.296 776.235 212.283 784.244 220.551C788.865 225.321 793.543 230.034 798.277 234.689C799.51 235.717 800.957 236.443 802.508 236.811C804.058 237.178 805.671 237.178 807.221 236.809C806.925 235.523 806.259 234.357 805.308 233.461C804.356 232.565 803.164 231.981 801.884 231.783C800.798 231.55 799.74 231.195 798.73 230.724C798.195 230.491 797.672 230.23 797.163 229.943C799.371 229.242 801.301 230.699 803.446 230.112L799.595 228.445L801.803 227.745C800.583 225.852 798.696 224.513 796.533 224.007C795.314 223.6 794.123 223.11 792.969 222.541L793.155 222.017L796.04 222.415L796.347 221.937C793.023 218.731 789.73 215.49 786.365 212.329C783.028 209.195 779.583 206.18 776.247 203.044C772.692 200.115 769.322 196.96 766.157 193.598C766.778 193.504 767.411 193.644 767.937 193.992C769.115 194.903 770.227 195.905 771.347 196.893C776.105 201.088 780.86 205.287 785.611 209.491L785.583 209.453C787.756 211.632 789.86 213.889 792.13 215.957C792.726 216.514 793.451 216.907 794.236 217.099C795.022 217.291 795.843 217.276 796.621 217.054L795.502 213.199L796.038 212.992C796.43 213.461 796.759 213.98 797.018 214.536C797.353 215.914 798.053 217.171 799.041 218.17C800.03 219.169 801.269 219.871 802.622 220.199C802.968 220.285 803.197 220.855 803.794 221.583L800.364 220.838C800.581 221.891 801.108 222.85 801.875 223.589C802.641 224.327 803.611 224.808 804.653 224.969C806.545 225.401 808.414 225.933 810.252 226.561C810.92 226.784 811.964 226.849 811.819 228.265C808.798 228.342 806.245 226.42 803.043 226.33C803.476 227.148 804.077 227.86 804.806 228.416C805.535 228.972 806.374 229.36 807.265 229.552C808.504 229.852 810.003 229.858 810.903 231.558H808.017C809.374 234.121 812.715 233.708 814.369 236.006L813.418 237.471C813.923 238.469 814.725 239.278 815.709 239.782C816.693 240.286 817.808 240.46 818.894 240.278C815.486 234.43 812.76 228.196 810.772 221.701C809.755 219.29 808.494 216.986 807.344 214.634L807.371 214.674C807.077 213.889 806.844 213.073 806.479 212.324C806.016 211.141 805.274 210.092 804.32 209.271C803.365 208.45 802.228 207.882 801.007 207.616C798.777 207.018 796.595 206.246 794.48 205.307C793.842 205.022 793.222 204.698 792.623 204.337C796.401 203.964 799.448 206.5 803.15 206.811C802.311 204.783 802.34 204.71 800.805 204.088C798.233 203.047 795.613 202.131 793.033 201.112C792.559 200.857 792.117 200.544 791.716 200.182L792.01 199.659L801.874 202.976C801.531 198.469 799.912 195.565 795.56 195.034C795.012 194.967 794.471 194.848 793.927 194.753C794.488 193.577 795.459 193.964 796.353 194.105C797.222 194.242 798.086 194.415 799.393 194.652C798.606 192.001 797.928 189.778 797.287 187.543C796.402 184.46 796.287 184.361 792.753 184.24C791.82 185.953 791.3 187.869 791.237 189.828C791.068 190.728 790.822 191.614 790.611 192.506V183.642C789.236 183.342 787.716 183.011 786.196 182.677C784.555 182.423 782.934 182.046 781.347 181.548C780 181.029 778.205 182.046 777.044 180.255C779.426 179.65 781.931 179.795 784.23 180.671C786.566 181.09 788.887 181.594 791.509 182.12L792.482 177.727C792.135 177.566 791.773 177.442 791.401 177.356C787.539 177.138 783.676 176.949 779.814 176.726C778.892 176.673 777.741 177.095 777.141 175.313C778.097 175.075 779.075 174.935 780.059 174.894C783.275 175.101 786.479 175.511 789.696 175.692C791.223 175.7 792.749 175.618 794.267 175.445C795.092 175.978 795.957 176.537 796.82 177.097ZM822.252 105.186V102.772L818.304 103.368C819.086 105.512 820.182 106.315 822.029 105.696L821.505 107.514C817.567 106.246 816.903 106.534 814.864 110.143C814.43 110.72 813.944 111.256 813.413 111.742L813.938 108.908L807.463 113.564L807.731 114.145C809.531 113.515 811.401 113.117 813.298 112.961C815.064 113.023 817.002 111.732 819.018 113.406C815.908 114.089 812.793 113.952 810.906 116.742L811.207 115.115C808.568 114.881 805.914 115.343 803.5 116.456C801.086 117.569 798.992 119.297 797.419 121.473C801.295 120.658 804.905 119.968 808.472 119.095C809.277 118.898 809.933 118.062 810.657 117.52C810.839 118.327 811.335 118.494 812.104 118.424C812.749 118.426 813.392 118.495 814.024 118.629C812.621 119.63 811.036 120.336 809.361 120.703C805.485 121.452 801.587 122.151 797.668 122.582C795.838 122.787 794.105 123.534 792.684 124.729C791.444 125.716 790.18 126.671 788.935 127.652C777.963 136.047 767.551 145.18 757.769 154.989C757.43 155.486 756.952 155.867 756.398 156.083C755.843 156.299 755.238 156.339 754.661 156.199C763.336 146.994 772.707 138.501 782.688 130.798C792.432 123.018 802.356 115.471 812.57 107.536L808.376 108.22L808.211 107.579C809.003 107.225 809.816 106.922 810.645 106.671C811.902 106.366 813.199 106.229 814.467 105.96C816.227 105.587 816.469 105.241 816.644 102.956C815.898 103.038 815.179 103.088 814.471 103.201C813.077 103.659 811.619 103.877 810.155 103.846C809.435 103.72 808.697 103.767 807.997 103.981C807.298 104.195 806.656 104.571 806.123 105.081C805.141 105.79 804.207 106.569 803.219 107.27C790.441 116.654 778.254 126.85 766.731 137.797C760.815 143.235 755.177 148.988 749.398 154.582C748.779 155.181 748.061 155.674 747.389 156.216C747.465 155.408 747.718 154.628 748.129 153.934C748.541 153.24 749.1 152.65 749.766 152.206C756.231 145.978 762.66 139.703 769.303 133.675C776.569 127.083 783.887 120.527 791.492 114.353C798.423 108.725 805.776 103.639 812.918 98.2791C813.476 97.7987 813.941 97.2165 814.29 96.5622C814.805 95.711 815.213 94.792 815.663 93.9007C817.037 91.1829 818.41 88.4644 819.914 85.4867C814.351 86.8467 812.698 91.5909 809.856 95.239L811.686 90.4776C810.171 91.5905 809.178 92.2716 808.236 93.0195C801.512 98.357 794.777 103.681 788.086 109.061C775.792 119.266 764.101 130.204 753.072 141.817C748.686 146.293 744.571 151.046 740.327 155.666C739.864 156.17 739.523 157.02 738.528 156.457C738.206 155.26 739.206 154.793 739.787 154.169C745.151 148.419 750.53 142.684 755.926 136.964C766.114 126.228 776.936 116.139 788.332 106.753C796.212 100.188 804.529 94.1722 812.629 87.8822C813.459 87.2913 814.176 86.5512 814.746 85.6981C816.114 83.4077 817.322 81.0176 818.594 78.667C813.954 81.0105 810.014 84.5787 807.181 89.0014L806.114 87.2514C804.939 88.5414 803.978 89.6272 802.979 90.675C802.634 91.0488 802.232 91.3632 801.788 91.6062C800.966 91.8788 800.175 92.2396 799.427 92.6826C790.131 100.64 780.793 108.55 771.632 116.669C763.242 123.977 755.282 131.784 747.793 140.049C744.553 143.687 741.358 147.368 738.092 150.982C737.482 151.657 737.011 152.744 735.559 152.593C735.651 152.19 735.797 151.801 735.992 151.438C737.817 149.177 739.606 146.88 741.527 144.704C753.446 131.349 766.255 118.849 779.861 107.295C787.227 100.97 794.735 94.8148 802.195 88.604C804.081 86.7941 805.437 84.4851 806.113 81.9344C805.563 82.1129 805.054 82.4033 804.617 82.7881C799.743 86.8545 794.849 90.896 790.012 95.0064C782.968 100.991 775.628 106.667 769.026 113.127C759.398 122.545 750.283 132.512 741.014 142.309C737.283 146.252 733.758 150.397 730.055 154.369C729.218 155.057 728.296 155.63 727.312 156.072C728.202 154.752 729.158 153.479 730.177 152.26C737.983 143.785 745.817 135.336 753.679 126.915C758.608 121.65 763.302 116.087 768.682 111.344C780.805 100.658 793.177 90.256 805.68 80.0335C811.086 75.6137 817.034 71.8772 822.795 67.9204C826.404 65.4416 830.078 63.063 833.817 60.7845C835.096 59.8492 836.613 59.3113 838.185 59.2355C839.827 59.2765 841.457 58.945 842.958 58.2648C845.147 57.512 847.328 56.7321 849.538 56.053C851.473 55.458 851.89 54.9675 852.191 52.0745L841.563 57.4753L841.198 56.7969C843.648 54.6736 846.759 53.5334 849.36 51.6138C847.698 52.1282 846.074 52.7623 844.5 53.5114C839.764 55.8666 834.914 58.0355 830.387 60.759C824.178 64.4942 818.162 68.5767 812.184 72.6917C807.811 75.7008 803.568 78.9176 799.383 82.1958C795.273 85.4149 791.379 88.9218 787.268 92.1389C775.555 101.304 765.109 111.915 754.289 122.097C750.957 125.232 747.9 128.678 744.777 132.039C741.848 135.193 738.964 138.39 736.125 141.63C734.027 144.021 731.987 146.466 730.005 148.963C728.334 151.072 726.792 153.288 725.004 155.713L727.151 156.202C727.58 156.36 728.019 156.486 728.465 156.578C732.952 157.177 737.465 157.614 741.926 158.371C749.11 159.591 756.273 160.937 763.415 162.409C765.405 162.787 767.301 163.567 768.99 164.706C770.595 166.112 772.049 167.688 773.329 169.407C774.029 169.065 774.755 168.785 775.501 168.568C782.998 166.488 790.67 165.127 798.415 164.504C799.813 164.475 800.567 163.835 800.525 162.49C800.546 160.705 800.921 158.943 801.628 157.31C801.815 156.489 801.896 155.647 801.869 154.805C797.505 155.706 796.693 156.758 798.18 159.776C796.213 159.636 794.356 159.65 792.554 159.335C790.741 158.956 788.856 159.171 787.169 159.949C783.887 161.471 780.517 162.798 777.166 164.159C776.401 164.405 775.621 164.595 774.83 164.728C774.859 164.144 774.805 163.838 774.886 163.795C782.032 160.163 789.389 156.981 796.916 154.268C793.576 154.034 790.287 154.068 787 154.018C785.618 153.997 784.253 154.332 783.031 154.99C779.48 156.817 775.86 158.503 772.251 160.209C771.651 160.493 770.925 161.027 770.189 159.794C774.829 157.425 779.425 155.132 783.972 152.74C788.645 150.283 793.269 147.729 798.036 145.151L795.621 144.639C797.297 144.011 799.024 143.537 800.783 143.226C803.084 142.713 803.364 142.308 803.537 139.463C800.898 138.921 798.157 139.336 795.785 140.634C786.734 146.161 777.322 151.08 768.742 157.405C768.01 157.84 767.236 158.198 766.433 158.474L766.086 157.931C766.387 157.419 766.76 156.954 767.193 156.551C777.975 149.217 789.212 142.663 800.549 136.28C800.678 136.207 800.9 136.306 801.214 136.338L801.487 137.809C805.399 138.094 805.535 138.007 805.871 134.935C802.674 134.075 799.574 136.146 796.368 135.376C797.062 134.919 797.83 134.593 798.636 134.412C801.166 133.862 803.701 133.329 806.247 132.866C807.684 132.604 808.243 131.743 808.339 130.227C807.861 130.163 807.378 130.139 806.896 130.157C803.598 130.577 800.298 130.987 797.014 131.499C796.292 131.669 795.615 131.999 795.031 132.464C786.672 138.401 778.303 144.325 769.996 150.337C766.904 152.575 763.994 155.074 760.938 157.368C760.151 157.959 759.39 159.038 757.654 158.277C758.282 157.543 758.958 156.852 759.678 156.211C762.267 154.225 764.873 152.26 767.526 150.364C772.985 146.46 778.463 142.584 783.96 138.736C790.526 134.148 797.083 129.545 803.736 125.092C805.653 123.957 807.665 123.001 809.749 122.234C810.301 122.121 810.868 122.11 811.423 122.204L811.529 122.727L809.536 124.123C811.692 123.967 811.642 123.931 812.604 122.631C813.371 121.595 814.007 120.285 815.632 120.273C813.978 122.1 814.28 125.029 812.048 126.491C811.724 126.702 811.728 127.433 811.531 128.088H815.068C816.164 126.421 817.343 124.841 818.29 123.127C819.366 121.606 820.1 119.862 820.442 118.02C820.469 116.847 820.739 115.694 821.233 114.636C821.912 113.189 822.662 111.777 823.366 110.342C826.599 103.758 829.828 97.1717 833.055 90.5842C833.397 89.8865 833.753 89.1955 834.135 88.4359C833.836 88.3033 833.514 88.2343 833.188 88.2332C832.862 88.2321 832.539 88.2988 832.239 88.4293C831.939 88.5599 831.668 88.7514 831.443 88.9924C831.218 89.2333 831.044 89.5185 830.931 89.8306C829.988 91.5319 829.081 93.2602 828.026 94.8875C827.279 96.0397 827.145 97.0501 827.942 97.737C827.005 98.4743 826.136 99.2992 825.349 100.201C824.211 101.786 823.273 103.517 822.252 105.186ZM37.6516 225.286C39.2398 226.414 40.8319 227.537 42.4115 228.679C42.622 228.831 42.9383 229.099 42.9162 229.276C42.6426 231.469 44.3887 231.705 45.8547 232.678L45.1974 230.069C46.2425 230.48 47.1737 231.145 47.9108 232.006C49.189 233.37 50.3951 234.807 51.6998 236.144C52.3058 236.765 52.9865 237.507 54.0945 237C51.8206 233.643 51.8206 233.643 51.9089 231.955C53.5978 234.675 55.8228 237.007 58.4425 238.801C61.0622 240.596 64.0191 241.814 67.1252 242.379L67.4586 239.45C68.3352 239.527 69.2171 239.513 70.0911 239.41C70.7886 239.161 71.4522 238.822 72.0659 238.402C73.4705 240.312 77.6922 242.522 78.5256 241.856L78.9284 239.062C79.3642 239.702 79.7645 240.366 80.1275 241.052C80.4719 241.775 80.988 242.398 81.6289 242.865C82.2698 243.332 83.015 243.628 83.7966 243.726C85.5146 244.154 87.1677 244.853 88.6727 245.373C88.2569 248.774 91.1443 249.869 91.9757 252.002H94.9773C94.2405 251.03 93.5876 249.995 93.0258 248.909C92.6168 247.934 91.0481 246.837 92.8788 245.591C94.432 247.909 95.8824 250.16 97.421 252.346C98.0878 253.522 99.0241 254.516 100.15 255.242C101.275 255.968 102.557 256.404 103.884 256.514C103.017 253.975 100.572 253.669 98.6737 252.505L100.235 251.155L96.979 248.407C99.0558 248.124 100.681 247.958 101.99 249.356C101.777 251.961 102.458 252.774 105.233 253.189C105.479 252.2 104.082 251.182 105.358 250.052C106.11 251.077 106.799 252.061 107.533 253.008C107.807 253.427 108.166 253.78 108.587 254.043C109.008 254.305 109.48 254.471 109.97 254.528C110.459 254.586 110.956 254.533 111.424 254.375C111.892 254.216 112.32 253.955 112.68 253.61C113.67 254.016 114.035 255.852 115.569 255.052C116.431 254.229 114.629 252.736 116.287 252.157C116.409 252.223 116.524 252.246 116.556 252.31C116.677 252.559 116.784 252.814 116.876 253.076C117.847 255.82 117.881 255.908 120.6 255.873C122.811 255.845 125.021 255.525 127.23 255.544C131.014 255.576 134.797 255.742 138.577 255.927C139.418 256.12 140.232 256.416 141.003 256.807C137.947 258.016 135.367 255.881 132.954 257.198C132.93 258.274 133.398 258.815 134.273 258.78C138.336 259.049 142.416 258.65 146.356 257.598C150.349 255.386 154.843 254.288 159.385 254.417C160.037 254.416 160.68 254.266 161.267 253.978C162.681 253.533 164.071 253.011 165.432 252.415C168.528 250.945 171.595 249.41 174.632 247.811C175.37 247.422 176.42 246.995 175.795 245.668C175.694 245.454 176.018 244.982 176.217 244.678C179.846 239.115 182.861 233.201 186.035 227.366C188.546 221.301 192.148 215.77 196.656 211.06C196.804 210.949 196.908 210.786 196.946 210.602C197.012 208.201 198.84 206.792 199.983 205.011C200.363 204.537 200.628 203.976 200.754 203.377C200.88 202.777 200.865 202.156 200.71 201.564L198.343 200.323C200.589 198.559 200.658 198.344 199.874 195.826C198.77 191.532 196.901 187.482 194.359 183.88C193.226 182.421 192.535 180.614 191.531 179.041C190.988 178.076 190.261 177.232 189.391 176.561C188.956 176.295 188.607 175.906 188.387 175.44C188.166 174.975 188.084 174.454 188.15 173.941C188.183 172.853 188.002 171.77 187.617 170.755C187.233 169.74 186.653 168.814 185.911 168.032C183.01 164.632 179.552 161.772 175.692 159.578C176.481 157.57 175.104 156.7 173.841 155.654C171.973 154.283 170.259 152.705 168.73 150.95C165.553 146.527 161.799 142.567 157.573 139.179C156.168 138.124 154.687 137.168 153.213 136.212C151.25 135.187 149.387 133.976 147.647 132.594C146.834 131.694 145.729 131.124 144.537 130.99C143.345 130.855 142.145 131.164 141.159 131.861L145.916 136.765C145.032 136.64 144.184 136.329 143.425 135.853C142.665 135.376 142.011 134.744 141.503 133.996C140.786 132.959 139.697 132.253 138.473 132.031C137.249 131.809 135.989 132.09 134.966 132.811C135.585 134.586 137.894 134.977 138.51 137.343C135.737 135.94 133.202 134.092 131.002 131.871C129.179 129.246 126.288 128.149 124.391 125.762C125.694 124.917 126.477 125.806 127.242 126.4C128.593 127.395 129.866 128.496 131.049 129.693C132.908 131.68 134.967 131.2 137.498 130.639C135.453 127.469 132.224 125.745 130.33 122.508C132.224 122.883 132.252 122.855 133.215 123.848C134.713 125.392 136.175 126.973 137.641 128.548C139.785 130.854 140.17 130.914 143.422 129.235C140.807 127.255 138.561 124.812 136.791 122.022C136.24 121.03 135.358 120.273 134.305 119.889C133.253 119.506 132.1 119.522 131.058 119.935C129.715 120.244 128.35 120.446 126.975 120.537C122.583 121.146 118.225 121.998 113.923 123.089C105.948 125.489 98.1416 128.467 90.2025 131C80.0559 134.237 69.8176 137.176 59.6794 140.439C55.3808 141.823 51.2361 143.705 47.0214 145.361C46.3799 145.426 45.7461 145.555 45.1287 145.744C38.6293 148.429 32.1411 151.141 25.6642 153.881C25.0342 154.244 24.4535 154.69 23.9369 155.207C25.8978 156.669 27.6131 157.895 29.2705 159.197C30.4487 160.172 31.9538 160.637 33.4641 160.494C34.9743 160.351 36.3696 159.61 37.3515 158.43C34.6947 157.349 33.1632 154.239 29.6333 154.881C32.1257 152.732 34.9613 151.035 38.0164 149.865C38.6985 149.594 39.5791 149.462 39.9956 148.95C41.1921 147.48 42.2971 148.145 43.3838 148.911C44.9762 150.033 46.4688 151.304 48.077 152.4C48.6546 152.842 49.3713 153.051 50.0904 152.988C51.5155 152.522 52.9075 151.956 54.2566 151.295C52.5614 150.057 51.1792 149.148 49.9148 148.092C48.8878 147.235 47.3428 146.92 46.9825 145.324C47.6903 145.392 48.383 145.574 49.0352 145.863C51.2667 147.333 53.4245 148.92 55.8807 150.654C57.4865 150.365 58.9899 149.651 60.2403 148.583L53.7421 144.091L53.9901 143.548C54.562 143.606 55.122 143.752 55.651 143.981C56.9062 144.778 58.1162 145.658 59.2904 146.576C59.7669 147.06 60.3346 147.44 60.9592 147.693C61.5837 147.946 62.2521 148.068 62.9238 148.049C63.5956 148.031 64.2568 147.874 64.8673 147.588C65.4779 147.301 66.0251 146.891 66.476 146.383L61.0379 142.858C62.6092 141.966 63.6736 141.226 64.8368 140.725C69.3611 138.792 74.0844 137.385 78.9174 136.532C84.7389 135.479 90.5108 134.141 96.3082 132.948C96.5347 132.902 96.8033 133.069 97.086 133.145L96.636 134.586C98.2928 135.923 100.125 137.017 102.08 137.835C104.682 138.29 107.32 138.495 109.959 138.446C107.467 135.511 104.194 133.375 100.538 132.298C102 130.854 102.631 130.718 104.22 131.742C105.816 132.704 107.324 133.812 108.723 135.053C109.857 136.287 111.25 137.243 112.798 137.849C114.346 138.454 116.009 138.694 117.661 138.548L117.619 138.508L115.344 139.998L119.97 144.542L119.589 144.965C117.572 143.075 115.317 141.467 112.884 140.183C110.256 139.573 107.558 139.334 104.866 139.47L104.712 139.938L108.788 143.6L108.439 144.034C106.873 143.095 105.358 142.072 103.898 140.97C103.205 140.416 102.399 140.026 101.54 139.828C100.681 139.63 99.7892 139.63 98.9298 139.827C98.0164 139.965 97.1165 140.231 96.2005 140.298C95.6233 140.216 95.0615 140.046 94.5337 139.794C96.0247 138.432 97.7549 138.916 99.1141 138.19C97.7639 136.354 95.7549 135.139 93.5281 134.813C91.3013 134.487 89.0387 135.075 87.2368 136.45C90.1688 139.486 94.5627 140.379 97.1247 143.819C96.2555 143.599 95.4258 143.24 94.6662 142.756C92.0464 141.168 89.4294 139.575 86.832 137.949C85.4595 137.295 83.9548 136.982 82.441 137.035C80.9271 137.089 79.4471 137.507 78.122 138.256C80.2097 139.65 81.8742 140.777 83.5544 141.88C87.1455 144.237 87.1488 144.231 88.1827 146.185C85.0644 144.176 82.2004 142.638 79.6909 140.637C78.2637 139.523 76.5329 138.889 74.7376 138.823C72.9424 138.757 71.1713 139.262 69.6693 140.268C73.1103 143.53 77.5598 144.826 81.3951 148.139C79.4849 147.23 77.4536 146.614 75.3669 146.31C73.8808 146.354 71.6092 146.141 70.8389 148.465C68.3744 147.301 64.1122 148.291 63.635 150.466C60.3558 149.597 57.7959 150.658 57.413 153.197C55.0979 151.77 53.2606 152.963 51.1649 154.305L54.9321 157.353L54.5375 157.864L47.0238 153.377C45.3098 154.723 43.5931 156.082 41.8653 157.426C40.5498 158.449 40.5434 158.44 40.7546 160.427C37.8898 159.076 36.0641 161.783 33.0533 162.163L37.3447 165.645L36.9189 166.273C36.1187 165.762 35.293 165.288 34.5248 164.731C33.5462 164.02 32.6585 163.173 31.653 162.509C30.9237 161.962 30.0148 161.726 29.1183 161.851C28.2218 161.975 27.4078 162.45 26.848 163.176C28.2768 164.985 30.9128 165.453 31.731 168.003L24.7262 163.651L21.2789 165.8L24.1697 168.638L24.2051 168.598L19.8222 166.641L18.4633 169.29C17.9975 169.084 17.331 168.822 16.6934 168.5C14.2061 167.246 11.7384 165.951 9.24039 164.72C8.80368 164.361 8.25194 164.181 7.69248 164.215C7.13303 164.249 6.60585 164.494 6.21349 164.902L21.8641 175.306C21.5041 173.658 19.4686 173.483 19.9947 171.748L49.0889 194.636C45.0854 192.952 41.2726 190.831 37.7176 188.308C39.7261 190.63 42.1271 192.564 44.8063 194.019C47.3249 195.931 49.8591 197.823 52.3694 199.747C54.8636 201.329 57.2726 203.048 59.5861 204.895L59.278 205.395L57.1741 204.626C57.4686 205.636 58.062 206.527 58.8728 207.178C61.0733 208.896 63.3579 210.502 65.5795 212.192C66.0113 212.591 66.4031 213.033 66.7492 213.511L66.4629 213.891L63.2882 212.192C63.9035 213.987 64.7552 215.687 65.82 217.247C67.4 219.841 67.907 222.969 67.2297 225.944C67.1902 226.472 66.9533 226.963 66.5682 227.317C66.1831 227.671 65.6794 227.859 65.1615 227.844C64.015 228.024 62.8443 227.958 61.7242 227.65C60.6041 227.342 59.5591 226.8 58.6557 226.057C56.1275 223.998 53.7029 221.809 51.3912 219.5C48.2857 216.351 44.2202 214.378 39.8671 213.907C36.8711 213.437 33.9826 212.42 31.3402 210.904C29.1096 209.57 26.8025 208.37 24.5684 207.042C23.0765 205.943 21.5095 204.954 19.8793 204.083C15.5069 202.297 11.0358 200.763 6.59747 199.147C5.99033 198.89 5.33201 198.784 4.67692 198.838C4.02183 198.893 3.38878 199.105 2.8301 199.458C5.62723 202.523 7.51066 206.178 11.1894 208.04L13.1189 207.061C17.3979 213.547 18.8557 214.981 21.6743 215.489L19.7343 212.008C21.9601 211.145 21.6423 213.196 22.3642 213.836C23.2242 214.691 24.041 215.591 24.8116 216.531C25.5898 217.378 26.3947 218.199 27.1878 219.032L27.6368 218.654C27.1009 217.835 26.615 216.982 26.1818 216.102C26.0482 215.795 26.3638 215.284 26.5782 214.472C28.2332 217.493 30.4509 220.154 33.1063 222.306C33.3871 222.536 33.5706 222.867 33.6191 223.232C34.0271 225.977 36.3831 226.112 38.3253 226.853L37.4778 225.446L37.6516 225.286ZM507.551 110.116C506.934 109.856 506.196 109.242 506.083 110.913L507.574 110.074C507.656 110.766 508.23 111.646 507.129 111.966C506.065 112.274 506.138 113.139 506.357 113.77C506.58 114.759 507.107 115.649 507.861 116.31C509.763 117.384 510.682 119.31 512.132 120.753C514.453 123.063 516.754 125.395 519.034 127.748C519.433 128.202 519.806 128.679 520.152 129.176L519.785 129.615C518.998 129.062 518.245 128.462 517.528 127.817C515.149 125.432 512.826 122.99 510.471 120.58C509.974 120.018 509.424 119.508 508.829 119.056C507.626 118.236 506.18 118.288 505.615 119.357C505.019 120.128 504.598 121.024 504.383 121.982C504.168 122.939 504.164 123.933 504.372 124.892C504.413 125.01 504.257 125.199 504.174 125.399L502.667 125.178C503.801 126.76 502.477 127.195 501.74 127.969C496.77 133.19 491.739 138.353 486.886 143.684C484.755 145.696 483.323 148.36 482.806 151.275C482.233 156.32 480.826 161.201 480.381 166.305C479.779 170.889 478.763 175.405 477.346 179.798C476.651 182.179 475.167 184.24 473.148 185.628C472.587 186.129 471.922 186.492 471.203 186.691C470.484 186.889 469.729 186.917 468.998 186.772C468.267 186.627 467.577 186.313 466.983 185.855C466.388 185.396 465.905 184.805 465.568 184.127C464.705 182.576 464.201 180.843 464.096 179.062C464.006 175.383 464.166 171.701 464.575 168.044C464.532 164.284 464.703 160.526 465.087 156.787C465.759 153.548 466.087 150.245 466.063 146.934C466.11 141.749 465.829 136.56 465.641 131.375C465.589 129.944 464.777 129.255 463.346 129.037C460.243 128.563 457.16 127.952 454.076 127.36C453.63 127.221 453.201 127.03 452.798 126.791L452.934 126.244L465.238 128.174L463.406 120.465H458.928L452.178 118.741L454.835 117.496C452.123 114.687 449.139 112.166 445.928 109.973C445.15 112.605 444.442 114.915 443.793 117.243C443.603 117.974 443.488 118.724 443.45 119.48C443.168 124.969 443.826 130.466 445.394 135.724C445.454 136.146 445.648 136.536 445.946 136.834C446.244 137.133 446.629 137.324 447.043 137.377C447.868 137.495 448.69 137.648 449.505 137.82C451.429 138.228 453.348 138.656 455.268 139.075L455.18 139.701C452.169 140.306 449.245 137.953 446.153 138.977L446.793 145.829C449.749 146.394 452.665 146.84 455.526 147.528C458.389 147.631 461.222 148.165 463.933 149.111C458.304 148.941 452.689 148.453 447.114 147.649C446.343 150.112 445.685 152.247 445.007 154.376C444.008 157.514 442.842 160.607 442.029 163.793C441.144 167.264 440.775 170.876 439.823 174.323C438.84 177.652 437.664 180.918 436.3 184.104C435.79 185.114 435.062 185.992 434.17 186.671C433.451 187.194 432.6 187.493 431.719 187.532C430.838 187.572 429.964 187.351 429.203 186.895C427.722 185.837 426.545 184.395 425.792 182.717C425.04 181.04 424.74 179.187 424.923 177.352C425.283 174.929 425.508 172.482 425.942 170.074C426.262 168.413 426.697 166.778 427.245 165.181C428.898 160.169 430.63 155.185 432.288 150.175C432.561 149.271 432.749 148.342 432.849 147.402C433.162 145.027 433.015 144.769 430.761 144.371C427.304 143.76 423.838 143.203 420.363 142.698C419.344 142.615 418.32 142.607 417.3 142.675C416.891 143.844 416.39 144.979 415.803 146.067C414.385 148.225 412.953 148.521 410.943 146.927C409.866 146.07 408.986 144.982 408.365 143.739C408.105 143.046 407.64 142.453 407.034 142.044C406.427 141.634 405.711 141.428 404.985 141.454C401.293 141.268 397.613 140.811 393.933 140.419C393.493 140.294 393.074 140.098 392.694 139.839L392.822 139.303L406.241 140.282C406.268 139.878 406.265 139.473 406.234 139.07C405.404 134.915 404.469 130.779 403.747 126.605C403.149 122.102 401.776 117.743 399.692 113.729C399.003 112.345 397.831 111.276 396.407 110.73C394.984 110.184 393.412 110.201 392 110.779L394.405 113.444L393.991 113.855C390.472 111.149 387.028 108.332 383.412 105.768C379.907 102.938 376.183 100.403 372.277 98.1874C371.029 99.9419 373.322 100.947 372.652 102.399C372.602 102.507 372.745 102.776 372.87 102.888C373.408 103.404 373.981 103.881 374.585 104.316C376.367 105.506 378.225 106.582 379.971 107.824C382.189 109.055 384.101 110.788 385.56 112.891L379.796 109.169L377.657 110.446C378.527 111.397 379.3 112.186 380.009 113.031C380.855 113.902 381.597 114.871 382.22 115.919C383.754 119.015 385.006 122.26 386.593 125.324C389.006 130.262 389.789 135.863 388.827 141.292C388.673 143.401 388.658 145.518 388.782 147.628L389.071 147.658L390.269 144.183C390.468 144.417 390.618 144.69 390.709 144.985C390.801 145.28 390.832 145.592 390.801 145.9C389.792 154.184 386.843 162.098 382.203 168.972C381.602 169.817 380.8 170.49 379.872 170.929C379.272 171.352 378.573 171.604 377.846 171.659C377.12 171.715 376.392 171.571 375.737 171.244C375.083 170.917 374.525 170.418 374.123 169.798C373.72 169.178 373.486 168.46 373.446 167.717C373.312 166.78 373.251 165.835 373.264 164.888C373.306 159.034 374.111 153.212 375.657 147.574C376.388 144.464 376.919 141.309 377.249 138.128C377.525 136.461 377.573 134.763 377.392 133.082C376.623 129.674 375.282 126.427 373.428 123.485C373.136 122.844 372.646 122.318 372.033 121.988C371.42 121.658 370.718 121.542 370.034 121.658C368.552 121.759 367.058 121.679 365.569 121.679L365.499 120.984L370.93 120.039C370.693 119.474 370.411 118.93 370.087 118.413C368.613 116.72 367.231 114.945 365.948 113.098C365.188 111.915 364.119 110.972 362.862 110.376C361.604 109.781 360.208 109.557 358.832 109.73C355.598 109.715 352.352 109.693 349.135 109.405C346.684 109.105 344.204 109.176 341.774 109.617C342.027 110.398 342.045 111.239 342.46 111.586C343.836 112.74 343.403 113.954 343.062 115.396C342.308 118.581 341.779 121.822 341.104 125.321C345.63 125.559 349.981 125.532 354.261 126.084C358.583 126.32 362.875 126.958 367.084 127.989C366.937 128.126 366.765 128.231 366.578 128.299C366.391 128.367 366.193 128.396 365.994 128.385C360.651 127.883 355.314 127.302 349.965 126.871C347.476 126.671 344.964 126.762 342.462 126.709C341.453 126.688 340.586 126.907 340.346 128.073C339.498 131.09 339.471 134.285 340.269 137.316C340.406 137.915 340.729 138.452 341.19 138.849C341.651 139.245 342.225 139.479 342.827 139.515C345.859 139.855 348.882 140.28 351.902 140.721C352.331 140.862 352.734 141.074 353.097 141.348C349.297 141.001 345.478 140.94 341.67 141.163C343.719 145.075 346.571 148.488 350.032 151.17C353.144 153.055 355.848 155.566 357.979 158.55C358.705 159.637 359.489 160.682 360.328 161.68C361.601 163.075 362.414 164.842 362.653 166.733C362.898 168.801 360.499 172.601 358.907 172.362C356.915 172.117 354.98 171.518 353.191 170.591C350.266 168.958 347.481 167.076 344.867 164.964C341.867 162.621 339.085 160.002 336.553 157.14C334.094 153.958 331.794 150.652 329.662 147.233C329.327 146.573 328.861 145.991 328.293 145.525C326.849 144.895 325.662 143.773 324.937 142.35C324.212 140.927 323.992 139.292 324.315 137.722C312.483 135.056 300.313 134.305 288.252 135.495C289.415 137.668 290.497 139.536 291.424 141.482C291.942 142.473 292.265 143.558 292.376 144.675C292.499 146.712 292.129 148.749 291.298 150.605C290.467 152.461 289.201 154.079 287.611 155.317C287.064 155.834 286.377 156.17 285.639 156.281C284.902 156.391 284.149 156.271 283.48 155.935C282.346 155.505 281.356 154.752 280.629 153.765C279.902 152.779 279.467 151.6 279.376 150.369C279.067 147.365 278.891 144.33 278.331 141.373C277.351 136.209 275.203 134.861 270.178 135.461C265.402 136.03 260.599 136.369 255.803 136.74C255.171 136.673 254.554 136.498 253.979 136.222C256.174 135.65 258.421 135.306 260.685 135.195C262.907 135.15 265.125 134.972 267.326 134.661C269.392 134.246 271.712 135.03 273.514 133.666C271.159 130.655 269.054 127.692 266.663 124.994C265.83 124.232 265.287 123.195 265.13 122.065C264.974 120.934 265.213 119.784 265.806 118.816C266.683 117.206 267.755 115.707 268.942 113.839C266.328 111.954 263.64 110.142 261.095 108.142C258.672 106.238 256.347 107.059 253.427 107.961C255.721 109.551 257.636 110.845 259.517 112.191C261.587 113.309 263.286 115.028 264.4 117.13L248.811 106.588L246.869 111.036C248.079 112.714 250.101 113.088 250.717 115.088L246.419 112.713C244.648 114.558 244.696 115.474 246.812 119.032C251.352 119.149 255.948 117.999 260.617 118.489C256.41 120.021 251.859 119.425 247.331 120.579L249.124 125.418H255.486L255.505 126.049L249.283 126.37C249.462 128.552 249.461 130.532 249.815 132.442C250.849 136.861 250.984 141.448 250.212 145.922C249.937 147.582 249.531 149.216 248.999 150.809C248.662 151.755 247.979 152.531 247.094 152.974C246.209 153.417 245.19 153.492 244.251 153.185C243.428 153.023 242.645 152.69 241.953 152.208C241.26 151.725 240.671 151.103 240.223 150.38C238.901 148.422 238.189 146.103 238.178 143.725C238.302 139.187 238.25 134.644 238.251 130.103C238.251 129.284 238.151 128.466 238.093 127.584C237.238 127.584 236.606 127.525 235.987 127.594C232.128 128.024 228.278 128.744 224.412 128.848C223.01 128.758 221.606 129.004 220.314 129.569C219.022 130.133 217.878 130.999 216.975 132.098C216.419 132.763 215.698 133.262 214.887 133.542C214.076 133.822 213.205 133.872 212.368 133.688C211.532 133.504 210.759 133.091 210.134 132.495C209.508 131.898 209.052 131.139 208.815 130.3C208.547 129.023 207.867 127.876 206.885 127.039C205.903 126.203 204.675 125.726 203.397 125.685C202.31 125.449 201.211 125.275 200.105 125.166C197.185 124.523 194.138 124.943 191.49 126.352C193.088 127.005 195.003 126.853 196.332 128.34C194.037 128.071 191.717 128.116 189.433 128.475C186.955 129.14 184.765 130.631 183.214 132.713C186.911 132.377 188.66 128.989 191.901 129.103C191.62 129.873 191.099 130.528 190.419 130.97C184.899 134.243 179.156 137.11 173.236 139.549C175.073 136.74 178.684 136.197 180.499 133.416C176.234 135.029 172.376 137.594 169.206 140.923C170.271 141.247 171.26 141.787 172.114 142.512C172.968 143.237 173.67 144.131 174.176 145.14C177.533 151.522 182.875 156.582 189.36 159.524C190.039 159.893 190.692 160.313 191.312 160.778L190.981 161.393C184.443 160.133 179.746 154.817 173.435 152.819C173.784 153.483 174.312 154.032 174.957 154.4C178.26 156.634 181.534 158.915 184.894 161.056C186.031 161.632 187.212 162.111 188.425 162.49C188.856 162.647 189.251 162.89 189.588 163.206C191.616 165.357 193.621 167.531 195.603 169.727C195.843 170.014 195.998 170.364 196.049 170.737C196.171 171.58 196.502 172.377 197.01 173.054C197.517 173.73 198.186 174.263 198.951 174.603C199.086 174.675 199.142 174.903 199.248 175.083L198.361 176.07C198.827 177.734 199.172 179.199 199.654 180.616C200.106 181.944 201.981 182.285 202.29 184.55C200.896 183.676 199.561 182.706 198.297 181.646C197.268 180.647 195.312 180.503 195.098 178.208L197.986 179.187C196.97 176.161 196.141 173.452 192.553 173.361C192.82 177.173 194.299 180.791 196.766 183.666C198.643 185.453 200.751 186.991 202.796 188.587C203.345 188.869 203.819 189.283 204.178 189.793C204.537 190.303 204.77 190.894 204.856 191.515L201.172 189.433L200.698 189.699C203.379 193.921 204.425 199.01 203.632 203.976C204.504 204.545 205.452 205.113 206.344 205.762C207.195 206.381 207.988 207.083 208.807 207.749L208.414 208.412L202.576 205.551C200.245 208.72 198.071 211.653 195.926 214.607C195.551 215.125 194.901 215.906 195.054 216.271C195.756 217.952 194.524 218.704 193.723 219.641C189.083 225.555 185.52 232.27 183.203 239.468C182.476 241.697 181.294 243.744 179.737 245.474C178.963 246.283 177.907 247.01 177.553 247.99C177.016 249.19 176.116 250.182 174.986 250.821C170.694 253.637 165.845 255.449 160.786 256.13C157.133 256.581 153.671 258.046 150.776 260.365C152.609 261.594 154.682 262.403 156.851 262.734C159.021 263.066 161.235 262.913 163.34 262.286C161.021 261.202 160.772 259.541 160.292 257.503L164.42 259.486L165.964 257.187C167.576 256.427 168.828 255.88 170.042 255.256C172.434 253.635 175.127 252.533 177.953 252.017C178.149 252.004 178.361 252.252 178.653 252.433L176.814 253.989L184.557 259.102L184.289 259.571L180.244 258.476L180.124 260.806C178.554 260.628 176.955 260.882 176.662 259.021L179.359 257.995L179.402 257.307C178.343 256.627 177.242 256.004 176.235 255.252C174.823 254.198 173.748 254.684 172.565 255.822L174.927 257.797C173.008 258.239 171.315 255.464 169.469 257.914L173.12 260.386C170.672 260.956 169.369 259.224 167.641 258.747L163.412 260.754C163.963 261.411 164.65 261.935 165.424 262.289C166.197 262.644 167.038 262.819 167.886 262.802C169.452 262.678 171.041 262.869 172.609 262.755C177.125 263.015 181.656 262.765 186.118 262.01C186.942 262.375 187.873 262.402 188.716 262.086C189.56 261.77 190.252 261.135 190.65 260.313C192.74 257.126 194.592 253.775 196.886 249.911C191.413 249.533 186.063 248.083 181.127 245.642C182.501 244.956 183.998 244.56 185.526 244.48C187.054 244.4 188.582 244.637 190.018 245.176C192.744 246.11 195.42 247.193 198.033 248.418C196.649 247.009 195.168 245.704 193.6 244.514C192.76 243.794 192.027 242.955 191.422 242.022C191.197 241.678 191.495 240.978 191.609 239.953C193.885 243.08 196.811 245.653 200.177 247.488C202.042 246.568 203.654 245.191 204.871 243.481C206.935 240.809 208.927 238.08 210.926 235.356C214.907 230.617 217.423 224.78 218.155 218.582C218.174 218.302 218.288 218.03 218.323 217.749C218.717 214.572 219.185 211.401 219.437 208.212C219.499 207.423 218.854 206.575 218.42 205.46C219.479 203.888 219.713 202.499 218.832 201.96L217.151 202.33L218.355 199.998C215.476 198.848 212.809 197.818 210.172 196.711C209.104 196.262 208.068 195.552 208.637 194.153C209.168 192.848 210.377 193.436 211.334 193.522C211.787 193.62 212.228 193.768 212.649 193.964C213.705 194.316 214.763 194.661 215.82 195.012C216.048 195.134 216.303 195.198 216.562 195.196C216.82 195.195 217.074 195.128 217.302 195.003C217.529 194.878 217.723 194.697 217.866 194.478C218.009 194.258 218.097 194.006 218.123 193.744C218.305 193.011 218.492 192.275 218.604 191.529C219.07 188.156 220.088 184.888 221.615 181.859C221.863 181.253 222.056 180.623 222.19 179.98C223.613 176.619 224.278 172.975 224.137 169.316C223.996 165.658 223.053 162.078 221.377 158.841C221.084 161.617 220.749 164.59 220.469 167.568C220.373 168.415 220.384 169.27 220.501 170.114C221.039 173.42 221.649 176.713 222.232 180.011C221.024 180.134 220.653 179.278 220.354 178.338L219.417 175.393C217.76 176.056 217.522 178.281 215.106 178.579C216.333 176.927 217.156 175.689 218.111 174.568C218.579 173.988 218.861 173.275 218.919 172.525C218.976 171.776 218.807 171.027 218.433 170.379L216.234 172.758C216.009 172.18 215.996 171.538 216.197 170.95C216.397 170.363 216.799 169.868 217.328 169.558C217.931 169.219 218.424 168.707 218.745 168.084C219.067 167.462 219.202 166.757 219.135 166.057C219.29 163.709 219.308 161.35 219.337 158.995C219.368 156.49 219.344 153.983 219.344 151.442L213.105 146.914L206.94 152.479C206.318 151.707 206.261 151.647 206.853 151.059C208.243 149.677 209.674 148.334 211.128 147.02C212.301 145.96 212.259 145.016 210.964 143.899C209.719 144.791 208.542 145.675 207.324 146.495C206.123 147.302 205.383 148.871 203.633 148.841C205.454 146.396 207.707 144.321 210.277 142.723C209.166 139.822 209.166 139.822 204.876 135.934C203.465 136.759 201.998 137.479 200.486 138.089C198.948 138.599 198.427 141.209 196.017 140.241C196.563 138.48 197.581 136.91 198.957 135.709C200.332 134.508 202.01 133.726 203.8 133.45L200.775 136.315C201.83 136.018 202.842 135.583 203.787 135.02C204.508 134.591 204.436 133.98 203.864 133.413L200.711 127.329C202.423 128.545 204.418 129.232 205.491 131.154C207.452 134.665 209.357 138.229 211.6 141.549C213.289 143.899 215.185 146.086 217.264 148.083C217.902 148.733 219.091 148.819 220.361 149.285C220.576 150.006 220.91 151.07 221.207 152.146C221.619 154.449 222.264 156.703 223.13 158.872C224.293 162.133 225.095 165.518 225.519 168.962C225.576 169.429 225.539 169.903 225.411 170.355C225.17 175.315 224.043 180.188 222.086 184.734C222.567 185.318 222.84 186.053 222.857 186.816C222.643 189.084 223.02 191.369 223.95 193.441C226.26 197.762 227.574 202.565 227.792 207.483C229.554 207.922 231.365 207.864 232.525 209.711L224.928 209.092L224.012 211.321L223.451 211.301L222.31 205.861C221.978 208.223 221.826 210.607 221.853 212.993C221.781 215.329 220.407 217.566 221.178 220.322L224.835 217.445C224.896 221.215 222.18 223.54 221.615 226.688C223.166 226.488 224.094 224.872 226.294 225.459C224.467 226.503 222.721 227.688 221.072 229.005C219.737 230.488 218.525 232.083 217.451 233.773L217.182 232.208L221.896 222.451L221.303 222.106C220.55 222.857 219.912 223.721 219.411 224.667C218.546 227.143 217.934 229.71 217.221 232.241L215.791 235.933C218.526 234.724 220.609 232.639 224.114 232.882C221.374 234.686 219.08 236.198 216.785 237.707C216.63 237.808 216.454 237.976 216.301 237.963C214.928 237.844 214.361 238.901 213.785 239.825C211.128 243.843 207.416 247.016 203.074 248.98C202.739 249.141 202.414 249.324 202.101 249.527C201.474 249.816 200.933 250.269 200.532 250.84C200.132 251.411 199.886 252.08 199.82 252.778C201.817 254.48 203.604 253.261 205.733 252.032C205.174 253.694 204.828 254.676 203.336 255.223C202.24 255.625 200.713 256.939 200.715 257.844C200.719 259.328 199.78 259.592 198.66 260.391C200.359 261.834 201.77 263.167 203.328 264.289C204.031 264.724 204.852 264.921 205.671 264.849C208.791 264.632 211.92 264.405 215.011 263.94C218.142 263.47 221.299 263.558 224.431 263.369C229.971 263.035 235.546 263.289 241.106 263.34C241.766 263.458 242.41 263.657 243.023 263.933C242.373 264.284 242.139 264.522 241.908 264.52C238.022 264.476 234.13 264.52 230.253 264.299C227.035 264 223.791 264.341 220.701 265.304C222.222 266.46 223.112 267.719 224.88 267.89C226.322 268.03 226.887 266.951 227.582 266.246C228.326 266.747 229.148 267.116 230.014 267.337C233.42 267.45 236.832 267.401 240.242 267.39C240.604 267.389 240.962 267.217 241.327 267.183C241.988 267.068 242.66 267.035 243.328 267.086C245.751 267.196 248.171 266.817 250.451 265.972C248.454 262.535 248.454 262.535 249.321 261.146C249.612 261.849 249.938 262.537 250.298 263.207C250.745 264.251 251.525 265.109 252.511 265.642C253.498 266.175 254.632 266.351 255.729 266.141C257.54 265.812 259.431 265.953 261.255 265.674C263.366 265.351 265.111 265.365 265.743 268.008C265.877 268.568 266.569 269.001 267.033 269.463C268.093 270.52 269.264 271.477 270.221 272.622C270.886 273.415 271.71 274.051 272.638 274.488C273.565 274.925 274.575 275.152 275.596 275.154C280.498 275.381 285.403 275.539 290.304 275.774C292.334 275.872 294.357 276.119 296.385 276.254C297.266 276.313 298.153 276.264 299.458 276.264C298.556 274.57 297.251 273.136 295.662 272.095C293.151 271.399 290.536 271.173 287.946 271.428L289.811 274.043C289.049 274.088 288.288 273.935 287.601 273.597C286.913 273.259 286.322 272.748 285.881 272.112C285.104 271.314 284.128 270.747 283.058 270.471C281.989 270.196 280.866 270.224 279.811 270.55L282.107 273.536C279.79 273.585 278.859 272.027 277.564 271.093C276.244 270.142 274.808 269.359 273.227 268.382C273.822 267.33 273.265 266.404 272.413 265.427C271.782 264.702 270.718 263.992 271.294 262.098C274.192 265.675 276.516 269.668 281.778 268.602C279.667 265.177 275.667 263.135 275.049 258.734C275.634 258.93 276.149 259.298 276.529 259.793C277.917 261.562 279.214 263.407 280.65 265.133C281.526 266.592 282.767 267.786 284.247 268.591C285.726 269.397 287.39 269.784 289.065 269.713C289.897 269.74 290.726 269.84 291.541 270.014C292.112 270.019 292.684 269.987 293.251 269.917C292.401 268.13 291.07 266.628 289.413 265.585C287.756 264.543 285.842 264.005 283.896 264.033L284.078 263.47L287.325 263.119L285.178 259.182L285.817 258.722C286.525 259.374 287.152 260.111 287.684 260.918C289.086 263.718 291.441 263.851 294.157 263.643L293.419 260.687C293.733 260.637 293.84 260.584 293.898 260.617C294.132 260.754 294.442 260.864 294.562 261.078C294.816 261.637 295.18 262.136 295.632 262.544C296.085 262.951 296.615 263.258 297.19 263.445C297.764 263.632 298.371 263.696 298.971 263.631C299.571 263.566 300.151 263.374 300.674 263.069C301.196 262.856 301.923 263.237 302.543 263.189C303.34 263.074 304.13 262.907 304.907 262.692C304.322 261.7 303.853 261.016 303.5 260.275C303.209 259.586 302.954 258.883 302.736 258.166L303.306 257.877C303.96 258.504 304.538 259.21 305.026 259.98C305.225 260.458 305.516 260.891 305.882 261.252C306.248 261.614 306.68 261.897 307.155 262.086C307.629 262.275 308.136 262.364 308.645 262.35C309.154 262.336 309.655 262.218 310.119 262.004C314.624 260.933 319.238 260.414 323.863 260.456C324.569 260.434 325.28 260.565 326.454 260.665C324.373 262.277 322.37 261.682 320.535 261.851C318.392 261.851 316.272 262.305 314.309 263.183C315.584 264.827 316.692 266.299 317.845 267.733C318.358 268.411 319.087 268.885 319.906 269.073C320.725 269.26 321.583 269.149 322.33 268.759C322.229 266.916 319.802 266.16 320.297 263.854C320.813 264.197 321.291 264.595 321.724 265.042C325.337 269.922 324.279 268.581 329.563 268.379C329.8 268.333 330.031 268.262 330.252 268.167L329.62 265.653C333.82 268.799 334.316 268.935 337.52 267.907C335.885 265.455 333.357 263.643 332.422 260.407C332.902 260.502 333.357 260.703 333.753 260.996C334.149 261.289 334.478 261.666 334.716 262.102C336.066 263.783 337.416 265.472 338.881 267.045C340.486 268.769 341.099 268.772 343.455 267.485C342.201 264.892 339.42 263.082 339.337 259.618C342.413 262.27 342.638 262.115 348.372 260.811C348.644 259.474 346.618 258.585 347.676 256.764C348.152 257.277 348.587 257.83 348.974 258.416C349.39 259.269 350.097 259.937 350.962 260.294C351.828 260.652 352.791 260.673 353.671 260.355C355.212 260.036 356.767 259.797 358.331 259.639C358.736 259.595 359.18 259.932 359.606 260.094L359.559 260.556L352.556 262.012C352.696 262.553 352.683 262.891 352.842 263.058C354.641 264.954 356.408 266.892 358.328 268.655C359.016 269.105 359.832 269.306 360.645 269.227C363.702 269.175 366.76 269.068 369.81 268.849C370.955 268.643 372.079 268.332 373.169 267.917C373.792 268.436 374.538 268.779 375.331 268.913C376.124 269.047 376.938 268.967 377.692 268.68C376.296 265.62 374.096 263.84 371.643 264.275C368.911 264.408 366.173 264.369 363.445 264.158C362.777 264.03 362.13 263.812 361.519 263.511C364.917 262.869 368.372 262.587 371.827 262.67V259.963C372.404 260.412 372.787 260.567 372.94 260.851C373.366 261.639 374.032 262.264 374.836 262.634C375.64 263.003 376.54 263.096 377.401 262.899C380.002 262.669 382.678 264.143 385.236 262.556C385.342 262.49 385.614 262.59 385.745 262.695C387.114 263.794 388.356 262.815 389.561 262.616L389.767 260.533C392.516 263.093 395.156 265.423 397.646 267.909C399.721 269.979 402.073 269.614 404.839 269.305C403.413 267.378 402.314 265.682 399.924 265.666C399.19 265.584 398.47 265.396 397.787 265.109C397.671 265.072 397.617 264.83 397.435 264.505L399.462 263.624C399.037 262.396 397.781 261.602 398.551 259.68C399.507 260.94 400.206 261.977 401.027 262.903C401.553 263.498 402.209 264.27 402.89 264.37C405.254 264.718 407.655 264.806 410.027 264.993L410.325 263.326C410.949 264.075 411.759 264.638 412.671 264.954C413.583 265.271 414.562 265.329 415.503 265.124C417.325 265.366 419.171 265.327 420.981 265.008C415.241 259.473 415.241 259.473 415.566 257.406C416.043 257.847 416.447 258.194 416.822 258.57C418.734 260.488 420.605 262.452 422.57 264.313C423.144 264.918 423.89 265.323 424.702 265.469C428.157 265.725 431.629 265.509 435.027 264.825C435.228 263.463 433.287 262.374 434.866 260.966C435.378 261.859 435.779 262.59 436.209 263.303C436.431 263.723 436.773 264.065 437.19 264.282C437.606 264.5 438.078 264.583 438.542 264.52C441.942 264.295 445.301 263.636 448.539 262.556C450.403 262.081 452.314 261.831 454.235 261.81L454.372 262.413L451.797 263.617C454.809 268.54 457.127 269.399 461.264 267.323C460.113 266.053 458.863 264.798 457.759 263.422C456.722 262.13 455.114 261.168 454.866 258.802C455.285 259.078 455.689 259.376 456.077 259.696C458.219 261.781 460.354 263.873 462.483 265.972C463.148 266.626 463.739 267.34 464.864 267.053C466.531 266.629 468.226 266.314 470.415 265.844C469.009 264.368 467.874 263.296 466.882 262.101C465.878 260.891 464.406 259.916 464.328 257.639C466.539 259.808 468.452 261.688 470.37 263.565C472.842 265.984 472.845 265.982 476.582 264.328C474.537 262.154 472.849 259.65 469.015 260.103L470.41 258.336C469.536 256.333 467.113 255.303 467.342 252.706C468.556 253.682 469.634 254.823 470.546 256.096C471.059 256.941 471.823 257.597 472.727 257.967C473.632 258.337 474.628 258.402 475.571 258.152C478.025 257.679 480.485 257.242 482.942 256.785C484.728 256.452 486.513 256.113 488.255 255.785C490.038 261.667 493.258 262.14 498.84 259.212L493.594 254.29L511.169 248.91L510.12 246.643C510.956 246.69 511.75 247.03 512.369 247.605C512.683 247.948 513.089 248.19 513.535 248.303C513.982 248.415 514.451 248.394 514.886 248.241C518.584 247.04 522.313 245.935 526.03 244.792C526.606 244.614 527.18 244.429 527.756 244.247L528.034 244.826C526.654 246.397 524.238 246.285 522.622 247.727C522.93 248.454 523.435 249.075 524.078 249.517C524.722 249.96 525.475 250.205 526.251 250.225L526.581 247.858C527.375 248.549 528.129 249.285 528.841 250.063C529.095 250.488 529.43 250.856 529.826 251.146C530.221 251.436 530.669 251.643 531.144 251.755C531.619 251.866 532.111 251.88 532.591 251.795C533.071 251.71 533.53 251.528 533.94 251.26C534.577 250.993 535.241 250.799 535.92 250.682L536.154 251.192L533.1 253.151C533.816 254.078 534.803 254.748 535.918 255.063C537.033 255.378 538.217 255.323 539.299 254.904C539.933 254.775 540.585 254.759 541.224 254.857C543.964 254.511 546.611 253.618 549.013 252.229C547.189 251.007 545.382 249.883 543.669 248.624C542.63 248.075 541.71 247.319 540.964 246.399C540.217 245.48 539.66 244.417 539.324 243.273C539.937 243.609 540.516 244.005 541.055 244.453C543.831 247.103 546.938 249.367 550.295 251.186C550.787 251.601 551.401 251.837 552.039 251.857C554.717 251.442 557.321 250.627 559.766 249.437C557.372 247.521 555.165 245.812 553.02 244.024C550.626 242.43 548.855 240.029 548.015 237.24C548.844 237.981 549.424 238.511 550.015 239.027C553.181 241.788 556.322 244.58 559.53 247.289C560.101 247.845 560.808 248.234 561.577 248.416C562.346 248.597 563.149 248.565 563.902 248.323C573.81 245.896 583.307 241.97 592.076 236.673C592.578 236.33 593.042 235.928 593.68 235.431C591.638 233.863 589.818 232.416 587.934 231.061C587.708 230.905 587.454 230.797 587.187 230.742C586.919 230.687 586.644 230.687 586.377 230.741C584.114 231.447 581.888 232.275 579.178 233.226C580.383 234.126 581.233 234.649 581.951 235.319C582.587 236.02 583.451 236.46 584.382 236.557C585.313 236.653 586.247 236.4 587.008 235.844C588.19 235.224 589.41 234.68 590.658 234.215L590.96 234.829C590.227 235.285 589.516 235.782 588.758 236.19C586.794 237.248 584.847 238.354 582.817 239.267C582.251 239.485 581.772 239.888 581.453 240.413C581.134 240.937 580.994 241.555 581.055 242.169C580.229 241.747 579.295 241.598 578.383 241.744C577.47 241.89 576.625 242.322 575.965 242.981C575.66 243.185 575.449 243.535 575.145 243.739C574.715 244.088 574.173 244.261 573.624 244.226C573.076 244.19 572.56 243.948 572.177 243.546C570.317 241.874 568.412 240.254 566.528 238.61C565.583 237.786 564.747 237.941 563.849 238.927L568.068 242.02C567.315 242.253 566.512 242.255 565.757 242.028C565.003 241.801 564.33 241.354 563.822 240.741C563.311 240.182 562.609 239.846 561.861 239.804C561.113 239.762 560.379 240.018 559.812 240.517C559.483 240.74 559.137 240.936 558.779 241.105L558.365 240.66C558.791 240.15 559.181 239.61 559.533 239.045C559.846 238.385 560.12 237.707 560.354 237.014C562.292 237.636 562.292 237.636 564.17 236.616L563.525 234.108L563.92 233.883L566.337 236.044L575.782 232.789L575.627 230.349C576.714 230.997 577.65 232.039 578.395 231.911C580.871 231.522 583.259 230.686 585.449 229.443C585.158 228.101 583.491 227.779 583.711 226.1C585.879 227.101 587.041 229.738 589.406 228.826C589.607 229.602 589.57 230.433 589.945 230.737C591.737 232.193 593.64 233.505 595.447 234.827C598.165 233.525 600.776 232.316 603.35 231.03C605.907 229.753 608.427 228.399 610.962 227.078C612.098 226.731 613.26 226.454 614.364 226.023C616.736 224.763 619.276 223.866 621.903 223.361C623.612 222.957 625.258 222.311 626.791 221.441C625.188 219.787 623.848 218.499 622.623 217.106C622.498 216.938 622.341 216.798 622.162 216.693C621.982 216.589 621.784 216.523 621.579 216.5C621.374 216.476 621.166 216.495 620.969 216.555C620.771 216.616 620.587 216.717 620.429 216.852C618.651 217.85 616.851 218.809 615.066 219.796C614.392 220.169 613.735 220.575 612.97 221.025L616.009 223.664C613.834 224.38 613.234 222.227 611.502 222.051L608.463 223.894L611.001 227.116C610.166 226.62 609.336 226.114 608.494 225.631C608.041 225.372 607.505 224.877 607.111 224.967C605.644 225.144 604.298 225.885 603.346 227.037L606.361 228.874C604.024 229.977 603.368 228.076 602.179 228C600.804 228 599.431 228.086 598.067 228.257L599.435 226.436C598.743 225.057 596.879 224.523 596.876 222.148C598.102 223.138 599.007 223.758 599.779 224.518C600.276 225.082 600.96 225.438 601.699 225.519C602.438 225.6 603.18 225.399 603.783 224.955C606.04 223.667 608.446 222.629 610.62 221.214C613.835 218.996 617.259 217.11 620.84 215.582C625.576 213.705 630.245 211.655 634.954 209.706C635.692 209.401 636.417 208.742 637.55 209.25C633.264 212.135 628.604 214.395 623.706 215.966C627.025 220.822 628.93 221.31 632.63 218.462C629.869 216.23 629.869 216.23 630.338 214.547C635.278 218.517 635.278 218.517 638.973 215.976C638.063 214.746 636.165 214.307 635.83 211.957C636.989 212.718 637.748 213.212 638.502 213.714C639.341 214.272 640.175 214.837 641.089 215.452L643.754 214.013L643.744 213.425L639.149 212.218C639.649 212.018 640.122 211.755 640.558 211.435C640.873 211.043 641.139 210.612 641.35 210.153C643.17 211.085 644.896 210.967 645.398 210.024L644.911 207.525C648.323 209.641 648.826 209.61 651.33 207.355C650.428 206.537 649.481 205.783 648.661 204.906C647.837 204.026 646.624 203.328 646.669 201.309C647.766 202.27 648.518 202.94 649.282 203.595C650.203 204.385 651.135 205.163 652.062 205.945C652.41 206.26 652.847 206.453 653.309 206.497C653.772 206.541 654.236 206.434 654.635 206.191C656.555 205.265 658.519 204.435 660.449 203.571L660.085 201.239C661.822 202.458 663.523 202.804 664.937 204.67C661.489 204.377 658.056 205.389 655.293 207.514C655.416 207.806 655.594 208.069 655.818 208.29C656.042 208.51 656.307 208.683 656.596 208.798C656.886 208.912 657.196 208.967 657.507 208.958C657.817 208.95 658.124 208.878 658.407 208.747C661.873 207.499 665.304 206.149 668.786 204.825C668.259 203.562 666.502 203.291 667.169 201.316C668.347 202.454 669.845 203.187 671.451 203.412C673.058 203.637 674.694 203.343 676.128 202.572L672.198 200.755C672.158 200.659 672.154 200.551 672.188 200.452C672.383 199.942 672.619 199.45 672.829 198.973C674.465 199.283 676.153 199.151 677.723 198.588C679.293 198.026 680.691 197.053 681.778 195.766L683.892 196.419C684.038 197.43 684.197 198.307 684.266 199.19C684.281 199.378 683.97 199.593 683.758 199.859L681.792 198.243L676.167 200.594C676.759 201.273 677.56 201.726 678.438 201.881C679.315 202.035 680.218 201.88 680.998 201.442C682.612 200.75 684.314 200.272 685.982 199.714C688.229 198.963 690.481 198.226 692.804 197.459L691.188 195.396C692.498 195.11 693.579 194.923 694.635 194.635C700.745 192.737 707.051 191.573 713.426 191.167C715.164 191.124 716.898 190.955 718.613 190.661C719.289 190.541 719.876 189.892 720.596 189.423C722.326 190.978 724.239 190.049 726.142 189.73C725.005 189.307 723.833 189.109 722.697 188.781C721.687 188.491 720.289 189.051 719.469 187.099C725.78 188.815 732.37 189.182 738.826 188.176C738.176 187.468 736.636 187.86 736.401 186.346C736.683 186.238 736.981 186.178 737.282 186.168C740.002 186.691 742.718 187.241 745.432 187.792C745.7 187.846 746.138 187.888 746.192 188.044C746.98 190.351 748.641 189.326 750.115 189.198C754.351 188.832 758.336 187.14 762.668 187.055C764.098 187.058 765.503 186.677 766.744 185.952C767.984 185.227 769.017 184.183 769.739 182.923C770.96 180.815 771.665 178.436 771.792 175.99C771.92 173.544 771.466 171.102 770.47 168.873C770.268 168.455 769.985 168.081 769.64 167.775C769.294 167.469 768.892 167.236 768.458 167.089C766.177 166.078 763.759 165.422 761.287 165.145C757.619 164.785 753.994 164.068 750.461 163.003C747.359 162.344 744.334 160.685 741.038 162.199C740.689 162.265 740.328 162.225 740.001 162.083C737.084 161.293 734.17 160.488 731.37 159.718C730.037 162.068 730.052 162.436 731.591 163.836C733.179 165.281 734.848 166.634 736.424 168.092C736.913 168.43 737.323 168.875 737.623 169.395C737.923 169.915 738.106 170.496 738.159 171.097C737.046 170.171 736.328 169.648 735.696 169.033C734.223 167.599 732.792 166.119 731.342 164.659C729.228 162.531 728.687 162.483 725.469 164.386L728.844 167.149C727.134 168.91 725.905 165.872 724.632 166.669C724.153 168.315 723.429 169.875 722.484 171.295C721.141 172.32 719.65 173.126 718.063 173.681L713.852 168.025L717.063 170.39C716.676 166.432 717.904 162.516 714.361 159.651C713.431 158.899 712.727 157.862 711.861 157.019C711.403 156.555 710.868 156.177 710.282 155.902C708.805 155.257 707.883 155.739 707.32 157.334C707.107 157.731 706.98 158.17 706.947 158.621C706.914 159.072 706.976 159.525 707.129 159.95C707.282 160.374 707.522 160.761 707.834 161.083C708.145 161.405 708.521 161.655 708.935 161.816C711.534 163.226 712.387 165.864 713.885 168.062C712.943 167.347 711.955 166.685 711.071 165.901C709.958 164.914 708.962 163.789 707.846 162.806C707.527 162.525 706.966 162.53 706.516 162.404L706.154 162.901C707.246 163.976 708.282 165.11 709.257 166.296C710.196 167.55 711.669 168.457 712.167 170.025L711.706 170.441L705.921 165.089C705.053 167.278 703.81 168.77 704.361 171.007C704.724 172.477 703.246 173.62 701.724 173.419C700.656 173.307 699.66 172.817 698.908 172.034C698.157 171.251 697.698 170.224 697.611 169.132C697.415 167.272 697.293 165.405 697.138 163.54C697.94 160.532 697.351 159.825 693.68 160.066L697.189 163.507C696.503 164.37 695.934 163.957 695.371 163.342C693.6 161.408 691.836 159.468 690.049 157.549C687.753 155.084 685.478 152.597 683.116 150.2C681.988 149.055 680.991 149.388 680.357 150.863C680.175 151.297 680.144 151.782 680.268 152.238C680.393 152.693 680.665 153.092 681.041 153.368C683.279 155.758 685.491 158.174 687.677 160.615C688.204 161.295 688.683 162.014 689.108 162.765C688.49 162.961 688.202 162.92 688.047 162.752C685.889 160.416 683.753 158.06 681.605 155.716C680.994 155.048 680.438 154.243 679.264 154.475C678.92 155.39 678.791 156.375 678.888 157.35C678.985 158.325 679.305 159.263 679.823 160.088C678.754 161.461 678.773 161.46 678.877 162.914C679.324 168.304 678.376 173.718 676.129 178.617C675.194 180.642 674.291 180.871 672.379 179.847C670.853 179.029 670.105 177.095 668.148 176.851C667.921 176.823 667.652 175.876 667.672 175.366C667.701 174.61 667.868 173.866 668.163 173.171C670.212 168.082 671.135 162.593 670.865 157.098C670.749 150.615 670.976 151.403 665.367 150.022C664.714 149.861 664.045 149.771 662.95 149.567C665.428 152.364 667.579 154.791 669.723 157.224C669.756 157.262 669.715 157.4 669.672 157.466C669.625 157.535 669.535 157.573 669.261 157.774C666.581 155.136 663.822 152.508 661.164 149.777C660.128 148.875 658.905 148.225 657.587 147.876C656.269 147.528 654.891 147.489 653.557 147.764C654.243 150.116 656.01 151.026 657.101 152.467C658.155 153.858 659.907 154.702 660.473 156.476L659.982 156.961L652.7 149.812C652.554 151.328 652.194 152.814 651.631 154.225C650.749 155.659 650.868 156.595 652.437 157.594C652.087 157.619 651.746 157.716 651.435 157.88C651.123 158.044 650.847 158.271 650.625 158.547C650.402 158.823 650.236 159.143 650.138 159.486C650.04 159.83 650.011 160.19 650.054 160.545C649.996 163.095 649.857 165.652 649.977 168.195C650.077 172.831 649.462 177.454 648.154 181.895C647.861 182.945 647.262 183.879 646.438 184.574C645.613 185.269 644.602 185.693 643.536 185.789C642.524 185.624 641.587 185.143 640.854 184.412C640.121 183.681 639.627 182.737 639.441 181.708C639.292 181.161 639.217 180.596 639.216 180.028C639.148 177.574 639.251 175.118 639.523 172.68C640.356 167.656 641.485 162.684 642.495 157.691C643.568 152.383 643.435 152.174 638.272 151.247C638.131 151.222 637.959 151.379 637.796 151.453L637.88 153.181C636.522 151.989 635.093 150.884 633.602 149.872C632.076 149.074 630.503 148.376 628.891 147.782L628.531 148.245L632.164 152.222C628.37 152.222 624.855 152.339 621.352 152.171C620.623 152.027 619.869 152.118 619.192 152.431C618.516 152.743 617.951 153.263 617.577 153.917C615.652 157.224 614.005 160.691 612.651 164.28C611.313 168.469 610.896 172.955 609.864 177.259C609.187 179.996 608.313 182.679 607.25 185.286C606.894 186.07 606.304 186.718 605.563 187.136C604.823 187.554 603.972 187.721 603.133 187.613C602.335 187.608 601.558 187.355 600.906 186.888C600.253 186.42 599.756 185.76 599.481 184.997C599.17 184.211 598.965 183.385 598.874 182.543C598.567 178.862 598.921 175.156 599.918 171.605C601.137 166.848 601.721 161.944 601.655 157.027C601.566 154.758 601.255 154.328 599.169 154.052C594.498 153.435 589.817 152.89 585.145 152.279C584.799 152.234 584.491 151.893 584.165 151.69L584.32 151.141C589.787 151.096 595.056 153.384 601.013 153.048C600.256 151.06 599.373 149.125 598.368 147.254C596.136 143.668 593.705 140.21 591.302 136.736C590.853 135.917 590.189 135.241 589.384 134.785C586.48 133.71 583.495 132.864 580.54 131.933C583.574 135.449 586.369 139.173 588.906 143.078C583.15 136.686 576.936 130.74 570.317 125.287C570.049 125.663 569.848 125.814 569.857 125.95C570.123 129.997 570.115 134.093 570.765 138.076C571.687 143.729 573.023 149.317 574.314 154.902C575.693 160.865 577.852 166.613 578.674 172.745C579.132 176.104 578.941 179.523 578.111 182.807C577.906 183.424 577.527 183.967 577.021 184.366C576.291 185.084 575.395 185.601 574.416 185.87C573.437 186.138 572.407 186.148 571.423 185.9C570.438 185.652 569.532 185.154 568.788 184.451C568.044 183.748 567.486 182.864 567.168 181.882C564.887 177.207 563.694 172.058 563.681 166.835C563.605 165.079 564.09 163.345 565.065 161.896L565.521 167.66C565.764 166.585 565.857 165.479 565.797 164.377C565.777 163.438 566.068 162.192 565.595 161.619C564.395 160.161 564.815 158.615 564.806 157.058C564.8 155.925 564.736 154.791 564.764 153.659C564.803 152.062 564.113 151.32 562.532 151.033C559.255 150.437 556.009 149.658 552.76 148.909C552.216 148.722 551.693 148.477 551.199 148.178L551.386 147.516L564.338 150.212C564.34 149.764 564.31 149.317 564.251 148.873C563.512 145.655 562.639 142.463 562.055 139.217C561.982 138.613 561.74 138.044 561.358 137.577C560.977 137.111 560.471 136.766 559.903 136.584C556.215 135.062 552.569 133.428 548.846 132.003C545.699 130.8 542.467 129.824 539.27 128.758C538.907 128.637 538.524 128.581 538.078 128.478L539.756 126.993L535.694 123.476C535.447 123.771 535.235 124.094 535.062 124.44C533.727 129.247 534.023 134.305 532.69 139.164C531.674 142.867 534.05 146.409 534.548 150.093C534.595 150.438 534.907 150.746 535.092 151.073C537.166 154.754 539.32 158.391 541.292 162.128C543.977 166.548 545.851 171.431 546.821 176.536C547.028 178.12 547.069 179.721 546.945 181.313C546.958 182.318 546.616 183.294 545.982 184.062C545.348 184.831 544.464 185.341 543.491 185.498C542.481 185.856 541.392 185.914 540.351 185.667C539.31 185.419 538.358 184.876 537.607 184.1C536.094 182.558 535.024 180.622 534.513 178.503C533.724 174.94 532.801 171.404 531.824 167.888C531.388 166.546 530.853 165.24 530.224 163.98C529.906 163.236 529.349 162.625 528.645 162.248C527.941 161.871 527.132 161.749 526.352 161.903C525.138 161.966 523.964 162.37 522.961 163.071C521.958 163.772 521.165 164.742 520.668 165.874C518.645 170.006 516.819 174.238 514.838 178.391C513.663 181.382 511.96 184.127 509.813 186.489C509.298 187.103 508.607 187.537 507.838 187.729C507.069 187.921 506.261 187.862 505.526 187.56C504.63 187.353 503.826 186.846 503.243 186.12C502.66 185.394 502.331 184.491 502.307 183.553C501.831 177.766 502.935 171.958 505.496 166.773C508.7 160.495 512.184 154.362 515.635 148.219C517.396 145.309 518.626 142.098 519.267 138.74C517.446 137.595 515.05 138.13 513.027 136.103L519.621 137.338C519.923 136.874 520.167 136.659 520.212 136.406C521.064 131.687 521.957 126.973 522.653 122.229C522.631 121.778 522.516 121.336 522.316 120.933C522.117 120.529 521.837 120.173 521.494 119.886C518.478 117.235 515.312 114.762 512.287 112.12C511.001 110.884 509.316 110.171 507.551 110.116ZM286.696 118.704L286.906 117.746L302.01 119.069C302.546 116.822 303.741 114.856 302.28 112.597C301.502 112.597 300.767 112.631 300.035 112.587C299.301 112.543 298.572 112.421 297.84 112.333L297.875 111.534C298.915 111.491 299.952 111.39 300.982 111.231C301.669 111.151 302.312 110.841 302.808 110.348C303.268 107.413 302.704 104.406 301.214 101.852C299.136 100.438 297.019 99.0856 294.862 97.7943C294.235 97.4048 293.509 97.2111 292.776 97.2369C289.501 97.5375 286.237 97.9641 282.97 98.3459L282.828 98.9378C284.649 100.152 286.548 101.261 288.27 102.606C289.311 103.608 290.539 104.384 291.882 104.888C293.224 105.392 294.653 105.614 296.081 105.54C296.166 105.529 296.279 105.772 296.438 105.968L294.387 106.596L298.105 109.631L297.698 110.208C296.252 109.271 294.836 108.278 293.346 107.42C292.59 106.913 291.725 106.602 290.825 106.514C289.233 106.612 287.649 106.813 286.083 107.117C285.618 108.678 285.117 110.355 284.619 112.033C284.524 112.352 284.538 112.811 284.33 112.972C282.488 114.824 281.036 117.039 280.062 119.483C278.251 122.651 278.517 123.941 280.928 126.728C281.173 127.011 281.462 127.254 281.713 127.531C283.221 129.194 284.804 130.794 286.194 132.554C286.473 132.978 286.856 133.319 287.305 133.544C287.755 133.769 288.254 133.869 288.753 133.835C291.429 133.751 294.109 133.822 296.787 133.766C303.723 133.657 310.656 134.171 317.505 135.302C319.783 136.068 322.206 136.281 324.58 135.925C324.75 135.559 324.9 135.185 325.03 134.802C326.89 127.995 328.708 121.176 330.61 114.381C331.349 111.739 331.697 111.2 328.596 109.067C325.834 107.167 323.092 105.235 320.371 103.274C317.427 101.635 314.578 99.8255 311.837 97.8538C310.999 97.3932 310.101 97.057 309.171 96.8556C309.765 98.1186 310.046 98.7937 310.398 99.4264C310.542 99.6842 311.075 99.9378 311.037 100.046C310.396 101.845 311.883 102.363 312.833 103.127C315.304 105.114 317.847 107.007 320.318 108.993C321.341 109.678 322.139 110.659 322.609 111.811C318.419 109.707 315.964 106.028 311.606 104.017C312.777 106.741 313.706 108.873 314.611 111.015C314.874 111.515 315.255 111.941 315.719 112.253C316.183 112.565 316.715 112.755 317.269 112.805C319.597 113.41 321.927 114.009 324.241 114.669C324.77 114.887 325.275 115.164 325.744 115.497C322.194 115.961 319.153 113.894 315.401 113.809C315.337 115.021 315.259 116.113 315.225 117.207C315.246 118.392 315.022 119.569 314.57 120.66C314.118 121.752 313.447 122.735 312.6 123.546C311.495 124.44 310.11 124.895 308.701 124.828C307.293 124.761 305.956 124.176 304.937 123.181C304.208 122.152 303.243 121.32 302.127 120.758C301.011 120.197 299.777 119.923 298.533 119.961C295.213 119.686 291.884 119.518 288.563 119.249C287.924 119.133 287.299 118.95 286.696 118.704ZM324.003 81.8423L324.072 82.4852L319.997 82.0904L318.228 83.7881L317.727 83.4242C319.812 78.5347 322.38 73.8751 325.392 69.5181L324.42 68.1592C325.254 67.7671 326.198 67.6318 326.58 67.0864C327.789 65.3611 328.787 63.4824 329.847 61.6959L328.707 59.0789L331.064 59.7476C332.054 58.1082 332.979 56.3604 334.114 54.7689C334.989 53.5423 335.56 52.4077 334.522 50.9854C336.454 50.7245 337.562 51.8942 339.343 52.7575L335.823 53.9892L339.308 55.6991L339.141 56.2539C338.288 56.0773 337.424 55.9625 336.556 55.9105C335.948 55.8547 335.342 56.0418 334.866 56.4324C333.912 57.7639 333.151 59.2401 332.24 60.7909C333.065 61.1489 333.551 61.4098 334.066 61.5719C334.86 61.8331 335.668 62.0447 336.487 62.2052C338.489 62.5689 339.11 62.279 340.104 60.443C341.088 58.6238 341.989 56.7575 342.949 54.9246C347.181 46.0253 352.331 37.6118 358.31 29.8268C353.918 26.6497 349.896 22.9713 346.321 18.863C345.972 19.1446 345.647 19.4553 345.349 19.792C342.87 23.325 340.329 26.8164 337.956 30.4229C333.45 36.7826 329.585 43.5905 326.42 50.743C326.07 51.6121 325.537 52.4036 325.102 53.2386C322.022 59.1579 318.852 65.031 315.9 71.0163C313.825 75.2263 312.055 79.5938 310.132 83.8834C308.989 86.4336 307.814 88.9689 306.643 91.5323C306.867 91.6388 307.103 91.7171 307.345 91.7656C311.682 91.7312 316.025 91.8099 320.352 91.5732C321.837 91.492 323.604 91.8464 324.624 89.7332C326.581 85.675 328.908 81.804 331.048 77.8358C332.296 75.5218 333.488 73.1767 334.681 70.8323C335.898 68.4413 337.084 66.0347 338.34 63.5233L331.188 62.3342L329.721 64.8852C330.582 65.2275 331.174 65.479 331.778 65.6993C332.4 65.9262 333.032 66.1227 333.66 66.3326L333.524 66.9589C332.484 66.836 331.445 66.6927 330.403 66.5949C328.544 66.4204 328.543 66.432 327.967 68.5933L330.399 70.3045C326.097 69.8672 325.561 70.2708 324.612 74.3481L327.796 75.4963L327.689 76.0997L323.244 75.8529L321.648 78.3902L324.767 79.6767L324.664 80.1834H320.587L320.522 80.7157L324.003 81.8423ZM496.151 127.439C495.384 126.853 494.571 126.333 493.72 125.883C492.979 125.662 492.217 125.521 491.446 125.463V123.702L488.151 125.976L490.835 127.457C490.624 127.62 490.38 127.733 490.122 127.79C489.863 127.847 489.596 127.846 489.338 127.786C488.094 127.28 486.726 127.186 485.427 127.519C484.128 127.852 482.965 128.594 482.103 129.641C482.029 129.697 481.967 129.768 481.919 129.849C481.901 129.94 481.899 130.034 481.912 130.126L483.906 131.288C482.621 131.552 481.923 131.638 481.262 131.847C480.667 132.006 480.105 132.271 479.601 132.63C477.743 134.112 475.895 134.196 474.548 132.367C472.728 129.894 470.417 130.11 467.872 130.328C467.8 130.86 467.772 131.398 467.789 131.935C468.273 137.485 468.225 143.069 467.644 148.609C467.158 156.991 466.459 165.361 465.882 173.738C465.535 176.947 466.126 180.188 467.58 183.054C468.744 185.201 470.309 185.532 472.072 183.933C472.502 183.572 472.874 183.146 473.178 182.671C475.9 178.595 477.436 173.816 477.606 168.886C477.46 163.501 477.914 158.117 478.957 152.837C479.906 146.832 482.851 141.343 487.298 137.294C490.705 134.399 494.163 131.559 497.456 128.534C499.019 126.928 500.486 125.228 501.849 123.443L496.542 118.033C493.314 122.161 493.295 122.796 496.024 126.396C496.111 126.51 496.071 126.726 496.151 127.439ZM349.631 71.425C351.998 71.9809 352.253 71.8252 353.537 69.7304C355.496 66.5358 357.492 63.3644 359.484 60.1911C360.58 58.4442 361.69 56.7062 362.814 54.9772C363.934 53.2467 365.049 51.5119 366.207 49.8079C367.823 47.4294 369.478 45.0778 371.197 42.5974C366.512 40.0465 362.641 36.18 360.04 31.4548C359.328 32.424 358.774 33.0602 358.347 33.7752C353.58 41.7546 348.722 49.6795 344.111 57.752C338.987 66.7231 334.067 75.8162 329.124 84.8932C328 86.75 327.288 88.835 327.037 91.0021C327.866 91.2769 328.716 91.476 329.579 91.597C332.884 91.7448 336.194 91.7832 339.5 91.905C340.698 91.9491 340.994 91.0551 341.464 90.2342C343.932 85.9181 346.444 81.6274 348.919 77.3149C349.697 75.9591 350.406 74.5622 351.158 73.1632C348.808 72.1067 348.094 73.8792 347.415 75.2079C346.949 76.3042 346.089 77.176 345.011 77.6432C343.933 78.1104 342.721 78.1372 341.625 77.7181C341.133 77.6277 340.638 77.563 340.14 77.5242L338.961 80.3239L344.065 80.5702C343.015 81.2452 341.835 81.6831 340.605 81.8547C339.375 82.0264 338.123 81.9277 336.934 81.5654C337.283 80.5405 337.687 79.5362 338.146 78.5575C341.106 73.1091 344.056 67.6537 347.117 62.2645C349.153 58.6797 351.354 55.1915 353.521 51.6856C353.907 51.1878 354.345 50.7347 354.827 50.3346L355.216 50.7057L353.281 54.5892L357.843 56.5515C354.754 61.2986 352.01 66.2697 349.631 71.425ZM372.378 44.6665C372.011 44.9291 371.717 45.0388 371.579 45.2531C368.735 49.6633 365.902 54.0811 363.081 58.5065C362.526 59.3754 362.019 60.2771 361.455 61.1392C358.169 66.1544 354.795 71.1122 351.605 76.19C349.359 79.7637 347.342 83.4874 345.257 87.1647C344.481 88.5333 343.804 89.9605 342.942 91.6337C343.886 91.9175 344.843 92.1517 345.81 92.3354C348.371 92.674 350.941 92.9506 353.509 93.2267C354.7 93.3547 355.901 93.3833 357.089 93.5325C357.684 93.6256 358.292 93.5089 358.813 93.2015C359.334 92.894 359.737 92.4144 359.955 91.8417C365.378 82.2785 371.468 73.1256 378.177 64.4537C380.098 61.8443 381.93 59.1663 383.818 56.4987C381.389 55.2035 379.102 53.6486 376.994 51.8601C375.222 49.6267 373.676 47.2167 372.378 44.6665ZM216.972 274.798C217.011 292.195 220.993 309.346 228.608 324.91C229.689 322.741 230.526 320.774 231.605 318.956C234.242 314.512 237.062 310.181 239.677 305.724C242.457 300.987 242.3 302.129 239.668 297.94C236.618 293.083 233.802 288.116 231.128 283.048C230.905 282.741 230.642 282.468 230.345 282.236C230.734 284.671 231.353 287.062 232.191 289.375C232.917 291.605 233.626 293.84 234.342 296.073L233.711 296.334C232.98 295.057 232.323 293.736 231.743 292.38C229.775 286.997 227.837 281.6 226.03 276.159C225.906 275.505 225.553 274.919 225.038 274.51C224.523 274.101 223.88 273.896 223.228 273.933C221.153 274.048 219.095 274.488 216.972 274.798ZM166.618 115.312L166.407 116.036C169.506 118.305 172.46 120.775 175.251 123.428C171.307 123.175 167.357 123.829 163.693 125.341L166.218 128.472L165.873 128.924C165.396 128.384 164.746 128.036 164.04 127.943C163.333 127.85 162.618 128.017 162.022 128.416C161.244 128.72 160.414 128.862 159.582 128.832C157.884 128.828 156.187 128.693 154.49 128.612L154.09 129.218C154.526 129.384 154.936 129.614 155.307 129.902C156.975 131.652 159.604 132.601 159.861 135.561C159.886 135.856 160.301 136.165 160.597 136.379C162.258 137.574 163.915 138.778 165.627 139.894C166.047 140.167 166.858 140.399 167.161 140.178C168.81 139.164 170.296 137.896 171.566 136.419C172.005 135.668 172.599 135.024 173.308 134.532C174.27 133.97 175.2 133.351 176.158 132.78C179.665 130.69 183.085 128.416 186.713 126.571C189.222 125.137 191.988 124.23 194.847 123.903C197.705 123.577 200.599 123.838 203.357 124.671C204.928 125.038 206.524 125.279 208.132 125.392L207.124 116.918L202.538 117.427L203.679 119.902C203.487 119.935 203.292 119.944 203.098 119.93C202.833 119.865 202.584 119.741 202.371 119.567C201.997 119.056 201.527 118.626 200.988 118.303C200.449 117.98 199.852 117.77 199.233 117.687C198.613 117.603 197.983 117.647 197.381 117.816C196.778 117.985 196.215 118.276 195.724 118.671C194.685 119.307 193.512 119.68 192.303 119.757C191.094 119.835 189.884 119.615 188.775 119.117C188.024 118.91 187.251 118.8 186.473 118.79L188.418 121.01L188.017 121.491C187.018 120.727 185.927 120.097 184.77 119.618C183.504 119.431 182.22 119.407 180.949 119.547C180.949 118.883 181.236 117.934 180.899 117.535C179.584 115.398 177.54 113.833 175.161 113.142C174.649 114.681 173.448 114.818 172.089 114.855C170.263 114.906 168.442 115.151 166.618 115.312ZM419.951 132.859L420.089 132.196C424.136 132.313 427.981 134.059 432.225 134.378C432.259 130.892 431.959 127.41 431.329 123.983C431.158 122.786 431.296 121.189 430.602 120.495C428.969 118.697 427.01 117.241 424.834 116.205C422.01 115.339 419.116 114.732 416.187 114.39L419.194 118.009C415.793 116.719 414.344 113.071 410.83 113.574C410.862 118.551 411.782 123.48 413.545 128.12C413.689 126.928 412.971 125.656 414.034 124.523C414.62 127.479 414.956 130.449 415.271 133.422C415.295 134.834 415.436 136.241 415.692 137.629C416.763 141.413 416.666 141.405 419.819 141.351C420.188 141.38 420.554 141.439 420.914 141.526C424.997 142.13 429.08 142.731 433.138 143.33C434.495 138.199 434.514 138.03 433.883 136.538L432.488 139.53L432.205 135.963L419.951 132.859ZM362.914 93.5118C368.39 93.5118 373.286 93.6035 378.171 93.4292C379.077 93.3969 380.078 92.4222 380.805 91.6548C382.345 90.0295 383.738 88.2581 385.182 86.5386C385.662 85.9661 386.436 85.4161 386.526 84.7757C386.886 82.2025 388.938 81.1493 390.567 79.7129C392.672 77.8036 394.625 75.7262 396.407 73.5003C391.757 69.6277 387.989 64.7683 385.364 59.2597C377.147 70.1579 369.647 81.6005 362.914 93.5118ZM535.612 110.769L536.249 111.363C536.879 110.772 537.557 110.226 538.132 109.583C542.443 104.768 546.605 99.8071 551.074 95.1519C554.043 92.0598 557.416 89.3674 560.665 86.5653C561.013 86.1277 561.503 85.8308 562.046 85.7273C562.589 85.6239 563.151 85.7207 563.631 86.0005C554.422 93.4265 546.125 101.959 538.918 111.413C541.881 113.191 541.882 113.191 543.802 111.155C544.204 110.763 544.585 110.349 544.944 109.915C550.913 102.542 557.92 96.1117 565.737 90.8355C566.24 90.5555 566.774 90.3387 567.327 90.1898L567.671 90.732C566.361 91.8623 565.096 93.0545 563.732 94.1126C557.561 98.8033 551.862 104.109 546.72 109.951C545.775 111.045 544.955 112.25 544.052 113.437C544.64 113.845 545.302 114.13 545.999 114.275C546.696 114.419 547.414 114.421 548.111 114.28C548.809 114.139 549.472 113.858 550.062 113.452C550.652 113.047 551.158 112.527 551.549 111.92C555.37 107.689 559.483 103.707 563.699 99.8781C566.935 96.9385 570.477 94.3394 573.977 91.7179C574.405 91.3428 574.949 91.1327 575.514 91.1241C576.079 91.1155 576.629 91.309 577.069 91.6709C577.639 91.9776 578.249 92.2018 578.88 92.3369C576.291 88.806 572.234 90.4328 569.447 88.1546L572.584 87.6865C572.088 85.9068 569.194 85.5743 570.186 83.1054C568.814 82.222 567.347 81.3852 565.79 82.2859C562.986 83.9087 560.296 85.7381 557.556 87.477C554.148 89.609 551.201 92.426 548.894 95.7568C548.733 95.9876 548.545 96.1979 548.335 96.383C545.553 98.8488 542.708 101.243 540.001 103.79C538.01 105.723 536.504 108.117 535.612 110.769ZM5.50062 168.266L5.23792 168.689C7.67826 171.206 10.2891 173.544 13.0511 175.687C19.41 180.564 25.232 186.131 30.4149 192.289C34.2794 196.353 38.1157 200.445 41.9238 204.564C42.7981 205.509 43.5165 206.602 44.3192 207.617C45.7713 209.451 47.1194 211.389 48.7142 213.084C51.4404 215.982 54.3351 218.714 57.1362 221.539C58.8203 223.105 60.7764 224.336 62.9037 225.169C66.4244 221.733 66.4543 221.62 64.5113 219.22L64.1347 221.955L63.4197 222.05C63.0137 221.27 62.6971 220.444 62.4761 219.589C62.2641 218.15 61.5865 217.635 60.192 217.268C57.6195 216.592 56.2989 214.166 54.8095 212.192C54.176 211.352 54.4227 209.82 54.1833 207.919C56.4996 210.637 59.1824 213.005 62.1514 214.953C62.1878 214.795 62.189 214.631 62.1549 214.472C62.1208 214.314 62.0524 214.165 61.9545 214.037C58.2345 210.371 54.5045 206.716 50.7645 203.071C50.5689 202.88 50.2873 202.618 50.0691 202.639C47.7249 202.87 46.3343 201.111 44.8959 199.806C42.5908 197.927 40.5872 195.692 38.9576 193.182C38.0049 191.386 36.7407 189.782 35.2264 188.447C34.5163 187.845 33.8697 187.163 33.1466 186.579C29.3844 183.54 25.7587 180.292 21.7927 177.559C17.6759 174.722 13.227 172.387 8.91725 169.843C8.11624 169.371 7.29489 168.931 6.46382 168.516C6.15228 168.398 5.82942 168.314 5.50062 168.266ZM594.541 136.473C595.042 137.134 595.231 137.449 595.48 137.703C598.578 141.093 600.825 145.199 602.029 149.669C603.711 155.581 604.256 161.768 603.635 167.891C603.461 169.662 602.872 171.364 601.918 172.854C601.346 173.687 601.08 174.699 601.168 175.713C601.276 177.315 601.467 178.909 601.742 180.49C602.049 182.115 602.251 183.862 603.855 184.796C604.571 184.541 605.209 184.097 605.704 183.51C606.199 182.923 606.534 182.213 606.674 181.452C607.544 177.981 608.52 174.538 609.425 171.076C609.66 170.179 609.936 169.286 608.93 168.532C608.766 168.313 608.652 168.059 608.595 167.79C608.538 167.52 608.54 167.241 608.6 166.973C608.922 162.335 610.537 157.889 613.254 154.157C613.809 153.452 614.312 152.705 614.758 151.924L610.996 151.132L611.028 150.542C613.794 149.704 617.482 151.777 619.43 147.887C618.623 147.015 617.823 146.108 616.978 145.248C616.716 144.855 616.372 144.528 615.97 144.289C615.568 144.05 615.119 143.906 614.656 143.867C614.192 143.828 613.726 143.896 613.292 144.065C612.857 144.234 612.465 144.5 612.144 144.844C611.846 145.061 611.62 145.38 611.334 145.618C609.674 147 608.816 147.005 607.284 145.402C606.331 144.503 605.533 143.447 604.921 142.279C603.38 139.255 601.19 136.625 598.515 134.584C596.534 132.877 594.563 131.158 592.56 129.478C592.031 129.147 591.471 128.869 590.89 128.647C591.236 129.734 591.47 130.33 591.615 130.948C591.817 132.204 592.412 133.36 593.311 134.241C594.211 135.122 595.367 135.682 596.605 135.835C597.881 136.199 599.116 136.697 600.29 137.322L600.112 137.855L594.541 136.473ZM376.6 122.134C376.568 122.326 376.557 122.521 376.568 122.715C376.793 123.33 377.015 123.947 377.265 124.552C379.286 129.833 380.043 135.531 379.475 141.171C378.915 146.029 377.815 150.807 376.199 155.411C375.025 158.912 375.099 162.724 376.407 166.175C377.427 168.79 379.031 169.324 380.9 167.216C382.405 165.565 383.602 163.649 384.432 161.56C386.294 155.814 387.102 149.767 386.813 143.723C386.659 138.913 386.251 134.116 385.591 129.351C385.322 127.591 384.921 125.855 384.391 124.157C384.239 123.557 383.913 123.017 383.457 122.608C383 122.199 382.434 121.939 381.832 121.861C380.098 121.443 378.283 121.538 376.6 122.134ZM238.759 118.559C239.017 118.035 239.104 117.44 239.009 116.861C238.913 116.283 238.64 115.75 238.228 115.34C237.129 114.056 235.73 113.076 234.16 112.491C232.591 111.905 230.903 111.733 229.251 111.991C228.263 112.231 227.257 112.389 226.244 112.463C225.789 112.41 225.346 112.277 224.935 112.068L224.931 111.421L230.923 110.236C229.516 108.403 227.469 107.195 225.209 106.864C222.976 107.144 220.778 107.666 218.652 108.422C220.612 110.032 222.135 111.23 223.6 112.5C226.057 114.63 226.826 115.572 227.23 116.995C225.827 115.93 224.629 115.073 223.488 114.143C221.61 112.614 219.782 111.022 217.907 109.488C216.806 108.587 215.666 108.144 214.581 109.466C214.712 110.95 215.135 112.393 215.825 113.706C216.515 115.02 217.456 116.179 218.594 117.113L214.957 116.73L214.487 117.321C215.978 118.628 217.797 119.575 218.269 121.77C218.915 123.922 219.735 126.016 220.72 128.03C226.443 127.39 232.457 126.873 238.609 125.785V120.668L230.73 121.078L230.65 120.358C233.009 118.797 236.061 120.368 238.759 118.559ZM327.625 138.953C328.134 139.897 328.372 141.088 329.005 141.375C330.946 142.433 332.537 144.053 333.577 146.031C335.919 149.645 338.025 153.418 340.328 157.058C341.47 159.391 343.124 161.422 345.162 162.994L346.297 161.34C347.655 162.794 349.106 164.156 350.641 165.415C352.743 166.931 355.074 168.114 357.264 169.509C357.459 169.68 357.692 169.8 357.942 169.86C358.192 169.921 358.452 169.919 358.701 169.856C358.951 169.793 359.182 169.671 359.376 169.498C359.569 169.326 359.72 169.109 359.815 168.866C360.342 168.196 360.634 167.365 360.643 166.506C360.652 165.647 360.378 164.809 359.865 164.128C359.232 163.319 358.614 162.495 357.943 161.719C354.537 158.126 350.72 154.963 346.573 152.3C342.627 149.815 339.68 145.974 338.262 141.468C338.094 140.889 337.643 140.017 337.223 139.952C334.12 138.974 330.857 138.635 327.625 138.953ZM435.912 145.221C435.458 147.678 435.057 149.602 434.752 151.542C433.838 158.469 432.397 165.313 430.44 172.011C429.631 174.921 429.05 177.892 428.704 180.896C428.489 181.729 428.548 182.611 428.873 183.406C429.198 184.201 429.771 184.865 430.502 185.295C432.068 184.234 433.333 182.772 434.173 181.056C437.016 174.806 439.196 168.264 440.676 161.541C441.567 158.171 442.455 154.802 443.341 151.431C443.986 149.91 444.104 148.21 443.676 146.612L435.912 145.221ZM563.464 116.425L562.737 115.819C563.174 115.07 563.687 114.371 564.267 113.731C569.126 109.358 574.045 105.054 578.897 100.671C579.553 99.9112 580.124 99.0798 580.602 98.1919L582.916 97.742C581.576 96.9477 580.025 96.6047 578.483 96.7615C576.941 96.9183 575.487 97.567 574.327 98.6155C568.321 103.518 562.738 108.936 557.639 114.811C557.13 115.4 556.731 116.088 556.127 116.949L566.325 119.53C569.539 116.657 572.605 113.787 575.808 111.086C578.989 108.405 582.308 105.895 585.763 103.154L582.84 101.802C583.77 100.846 584.569 101.392 585.326 101.523C586.075 101.652 586.817 101.825 587.562 101.979C583.953 99.4569 582.998 99.3547 579.993 101.864C575.698 105.452 571.557 109.233 567.356 112.938C566.05 114.09 564.761 115.262 563.464 116.425ZM333.98 126.596L333.894 126.045L337.617 125.237C338.602 123.054 339.63 120.956 340.506 118.794C341.273 117.238 341.456 115.449 341.018 113.765C340.581 112.081 339.555 110.618 338.133 109.654C337.383 108.96 336.408 108.575 335.396 108.573C334.384 108.571 333.407 108.954 332.656 109.646C333.164 110.791 333.503 112.008 333.662 113.255C333.477 114.629 333.14 115.978 332.655 117.273C332.495 117.911 332.501 118.599 332.296 119.217C331.822 120.638 331.301 122.047 330.729 123.43C330.002 124.84 329.366 126.297 328.825 127.792C327.803 130.756 327.407 133.907 327.663 137.038L336.576 138.445L337.496 126.934L333.98 126.596ZM574.205 182.379C575.283 181.864 576.159 180.992 576.692 179.906C577.224 178.819 577.383 177.581 577.141 176.391C577.073 172.998 576.483 169.637 575.392 166.432C574.11 162.91 573.49 159.142 572.475 155.513C571.683 152.681 570.39 152.044 567.26 152.731C567.26 153.184 567.251 153.65 567.261 154.116C567.367 159.116 567.405 164.118 567.61 169.114C567.738 172.215 568.01 175.322 568.433 178.395C568.626 179.927 569.393 181.322 570.574 182.287L573.041 179.897L573.58 180.325L571.944 184.267L574.707 184.143L574.205 182.379ZM560.6 135.692C561.028 132.498 558.841 133.657 557.509 133.173L559.19 130.645C558.212 128.675 557.202 126.668 556.216 124.648C555.009 122.488 553.388 120.599 551.448 119.094C549.509 117.589 547.292 116.499 544.931 115.889C542.792 115.8 540.687 115.308 538.722 114.44C538.641 114.39 538.435 114.552 538.172 114.664C539.974 116.352 541.805 117.937 543.485 119.673C545.656 122.389 548.576 124.376 551.867 125.378C551.984 125.404 552.055 125.643 552.166 125.81L550.949 126.577C552.299 128.593 554.368 129.784 555.125 132.061C553.921 131.378 552.852 130.472 551.973 129.389C550.576 127.562 548.798 126.076 546.767 125.04C544.736 124.004 542.505 123.443 540.235 123.399C539.419 123.326 538.609 123.192 537.38 123.032C538.856 124.554 540.025 125.861 541.307 127.042C542.046 127.74 542.891 128.311 543.809 128.732C548.051 130.579 552.327 132.347 556.597 134.126C557.849 134.648 559.123 135.116 560.6 135.692ZM249.5 140.351C248.812 136.248 247.804 132.208 246.485 128.27C245.938 126.535 244.684 126.654 243.369 126.791C242.066 126.927 240.758 127.022 240.544 128.818C240.276 131.058 239.791 133.277 239.634 135.522C239.274 140.067 240.459 144.601 242.989 148.36C243.683 149.408 244.5 150.378 245.852 150.244C247.265 150.105 247.808 148.938 248.071 147.69C248.57 145.316 249.002 142.926 249.5 140.351ZM382.764 93.6942C386.631 93.6942 390.232 93.7232 393.83 93.6652C394.465 93.6637 395.079 93.4355 395.566 93.0204C398.036 90.5096 400.427 87.9185 402.781 85.4207L397.575 76.4897C394.041 79.5042 390.777 82.8329 387.821 86.4366C386.044 88.5163 384.656 90.9431 382.764 93.6942ZM274.419 116.713L274.216 117.052C273.662 116.843 273.088 116.677 272.558 116.417C272.278 116.221 271.962 116.084 271.629 116.015C271.296 115.945 270.953 115.944 270.62 116.012C270.286 116.08 269.97 116.215 269.688 116.409C269.407 116.604 269.166 116.853 268.981 117.144C268.227 118.334 267.842 119.728 267.874 121.144C267.906 122.561 268.354 123.935 269.16 125.089C271.388 127.729 273.615 130.371 275.899 132.959C276.32 133.427 276.884 133.734 277.5 133.828C278.821 133.955 280.161 133.869 281.494 133.869L281.817 133.122C281.136 132.658 280.483 132.153 279.861 131.609C277.816 129.798 276.493 127.285 276.142 124.545C275.79 121.805 276.434 119.029 277.952 116.742C279.106 114.791 280.15 112.776 281.08 110.706C280.107 109.877 279.086 109.109 278.023 108.406C276.777 107.685 276.03 108.067 275.395 109.421C274.572 111.172 273.713 112.904 272.785 114.819L274.419 116.713ZM187.492 271.363C199.942 272.785 212.511 272.737 224.95 271.218C223.952 269.099 222.095 269.46 220.569 269.144C221.089 265.979 218.279 264.505 213.947 265.854C214.935 266.59 215.87 267.396 216.746 268.266C217.477 269.099 219.53 268.561 219.18 270.946C218.182 270.58 217.212 270.136 216.28 269.618C215.033 268.805 213.86 267.881 212.774 266.856C211.001 265.145 209.186 265.747 206.905 266.388L212.074 270.27C210.916 271.131 210.232 270.974 209.488 270.379C208.193 269.343 206.882 268.316 205.502 267.404C205.086 267.004 204.584 266.709 204.037 266.543C203.489 266.376 202.911 266.342 202.349 266.444C201.787 266.545 201.255 266.779 200.797 267.128C200.339 267.476 199.967 267.928 199.71 268.449C198.201 268.418 196.905 266.001 195.015 267.965L199.639 271.042C197.962 271.715 197.096 270.832 196.179 270.337C194.79 269.588 193.481 268.686 192.1 267.922C191.885 267.779 191.643 267.682 191.39 267.636C191.137 267.59 190.878 267.597 190.628 267.656C190.378 267.715 190.142 267.825 189.934 267.98C189.726 268.134 189.551 268.33 189.42 268.555C188.86 269.338 188.329 270.142 187.492 271.363ZM251.331 101.903L251.61 101.357C252.386 101.697 253.188 101.989 253.934 102.387C255.827 103.707 257.87 104.787 260.018 105.603C263.73 106.329 267.482 106.826 271.253 107.091C271.513 107.114 271.775 107.075 272.017 106.976C272.26 106.877 272.476 106.722 272.649 106.523C272.879 106.008 272.94 105.005 272.625 104.716C271.307 103.402 269.827 102.267 268.224 101.34C267.416 100.919 266.148 101.434 265.087 101.483C264.766 101.422 264.455 101.314 264.165 101.16L265.238 99.2237C263.804 98.4008 262.876 96.9195 260.986 97.3032C259.453 97.6141 257.867 97.6443 256.31 97.8484C254.572 98.0765 252.832 98.311 251.11 98.6391C250.877 98.647 250.65 98.7078 250.443 98.817C250.237 98.9262 250.057 99.0811 249.917 99.2703C249.776 99.4596 249.679 99.6784 249.632 99.9109C249.586 100.143 249.59 100.383 249.646 100.614C249.849 102.257 249.877 103.923 249.994 105.786C252.1 107.536 254.271 105.997 257.042 105.72L251.331 101.903ZM372.239 95.9132L372.121 96.63C373.285 97.3753 374.463 98.1005 375.611 98.8714C376.222 99.3538 376.921 99.708 377.666 99.9136C378.412 100.119 379.19 100.172 379.956 100.069C380.861 99.8991 381.794 99.9892 382.651 100.33C383.508 100.67 384.256 101.248 384.81 101.997L379.943 101.158C381.345 102.69 382.896 104.073 384.573 105.285C385.725 106.503 387.109 107.469 388.638 108.125C390.167 108.782 391.811 109.115 393.471 109.104C394.693 109.123 395.911 109.261 397.108 109.516C396.57 107.228 394.62 106.844 393.798 105.47C393.892 104.76 393.779 104.038 393.472 103.395C392.257 101.735 390.936 100.15 389.565 98.6208C389.056 97.9661 388.364 97.4846 387.581 97.2401C385.032 96.4281 382.318 96.3144 379.713 96.9102C379.34 97.0431 378.844 96.8154 378.405 96.7553L372.239 95.9132ZM414.036 140.313C413.986 139.248 413.881 138.185 413.721 137.131C413.484 135.937 413.008 134.794 412.745 133.603C411.671 128.736 410.65 123.856 409.578 118.988C409.513 118.341 409.263 117.727 408.857 117.225C406.539 115.285 404.132 113.456 401.756 111.589C402.203 113.348 402.792 115.066 403.516 116.727C404.876 120.826 406.115 124.968 407.339 129.113C407.811 130.136 407.983 131.278 407.833 132.399C407.591 133.304 407.538 134.251 407.678 135.178C407.818 136.106 408.148 136.993 408.647 137.781C409.901 140.879 410.258 140.996 414.036 140.313ZM282.393 153.228C283.867 153.12 285.29 152.631 286.527 151.805C287.763 150.98 288.774 149.846 289.462 148.511C289.866 147.938 290.094 147.255 290.119 146.549C290.143 145.844 289.962 145.146 289.598 144.546C288.148 142.036 286.823 139.448 285.304 136.983C283.73 134.428 281.567 134.034 278.363 135.731C279.293 138.499 280.457 141.268 281.127 144.157C281.796 147.047 281.972 150.055 282.393 153.228ZM414.845 266.294L414.576 266.948C416.398 269.288 418.544 271.344 420.947 273.052C421.515 273.32 422.156 273.384 422.764 273.234C426.433 272.769 430.099 272.272 433.76 271.742C436.098 271.405 438.426 270.998 441.314 270.534C440.487 269.831 439.704 269.077 438.968 268.276C438.366 267.495 437.556 266.906 436.636 266.58C435.716 266.254 434.723 266.204 433.776 266.436C431.862 266.73 429.922 266.843 427.966 267.039C427.146 268.899 426.714 269.056 425.02 268.101C424.362 267.597 423.62 267.217 422.831 266.979C420.181 266.65 417.509 266.507 414.845 266.294ZM474.434 108.529C475.281 111.902 475.901 114.616 476.676 117.282C476.997 117.947 477.46 118.53 478.03 118.989C479.071 120.078 480.151 121.129 481.214 122.195L480.79 122.711L477.29 120.272C476.733 122.78 476.72 122.813 478.345 123.491C479.537 123.989 480.782 124.353 481.98 124.836C485.239 126.15 487.575 124.586 490.105 122.293C484.875 117.732 480.186 112.994 474.434 108.529ZM642.425 181.742C645.631 181.346 646.902 180.311 647.494 177.367C648.348 171.205 648.401 164.955 647.65 158.779C647.565 158.496 647.414 158.239 647.211 158.028C647.007 157.818 646.757 157.66 646.482 157.569C645.643 157.355 645.123 157.923 645.033 158.833C644.978 159.395 644.878 159.952 644.814 160.513C644.646 164.934 643.717 169.289 642.069 173.381C641.501 174.71 641.238 176.154 641.3 177.603C641.361 179.052 641.746 180.467 642.425 181.742ZM590.294 107.318C587.472 106.022 585.192 105.305 582.81 107.387C580.148 109.714 577.308 111.829 574.636 114.144C572.696 115.825 570.902 117.681 568.594 119.887C570.693 120.275 572.193 120.61 573.711 120.8C574.241 120.844 574.767 120.683 575.187 120.35C576.841 118.911 578.404 117.364 580.036 115.896C582.252 113.902 584.479 111.918 586.745 109.983C587.775 109.103 588.909 108.351 590.294 107.318ZM578.353 93.7483C576.706 93.1931 575.585 92.6001 574.151 93.6089C566.377 99.0947 559.249 105.478 552.909 112.633C552.186 113.446 551.536 114.327 550.651 115.427L554.634 116.171C561.38 107.512 569.378 99.9516 578.353 93.7483ZM172.902 108.979L173.045 109.707C173.796 110.03 174.58 110.265 175.383 110.406C178.524 110.745 181.488 112.063 183.869 114.182C184.673 114.812 185.526 115.382 186.389 115.928C186.916 116.308 187.5 116.599 188.118 116.79C188.754 116.944 189.422 116.89 190.026 116.636C190.63 116.382 191.142 115.941 191.487 115.374C191.671 115.03 191.771 114.647 191.78 114.255C191.789 113.863 191.706 113.475 191.538 113.123C190.382 111.421 189.066 109.839 187.609 108.397C187.039 107.644 186.288 107.055 185.428 106.687C184.568 106.32 183.629 106.186 182.703 106.3C179.413 107.093 176.167 108.076 172.902 108.979ZM347.816 269.273C347.856 269.498 347.919 269.717 348.003 269.929C348.295 270.291 348.624 270.624 348.896 271.001C349.655 272.35 350.811 273.421 352.2 274.062C353.589 274.703 355.141 274.882 356.635 274.572C357.935 274.388 359.245 274.288 360.557 274.271C360.295 273.31 359.757 272.45 359.012 271.804C358.266 271.158 357.348 270.755 356.376 270.647C356.093 269.706 356.074 268.885 355.667 268.42C354.067 266.598 352.358 264.875 350.657 263.149C350.363 262.792 349.951 262.56 349.499 262.496C347.271 262.701 345.053 263.016 342.721 263.309C344.884 267.717 345.489 268.053 349.688 267.538C350.528 267.435 351.481 267.11 352.05 268.363L347.816 269.273ZM642.368 144.16C642.538 142.152 641.947 141.299 640.545 140.957C637.943 140.322 635.359 139.606 632.752 138.995C629.885 138.322 629.75 138.427 628.34 141.633C630.057 143.436 631.908 145.264 633.624 147.214C634.319 148.142 635.227 148.881 636.268 149.365C637.309 149.849 638.451 150.063 639.592 149.989C638.234 147.437 635.458 146.19 634.107 143.098C637.873 145.156 639.516 148.805 642.884 151.044C643.091 148.232 642.931 146.107 640.824 144.564C639.945 143.871 639.122 143.105 638.367 142.273C638.073 141.9 637.82 141.496 637.612 141.067L638.036 140.655L642.368 144.16ZM672.952 154.446C672.867 154.805 672.818 155.171 672.807 155.539C673.214 159.765 672.749 164.031 671.44 168.062C670.598 170.699 670.813 173.57 672.038 176.046C672.344 176.641 673.056 177.552 673.406 177.476C673.785 177.387 674.141 177.215 674.449 176.971C674.756 176.728 675.008 176.419 675.187 176.066C675.844 174.321 676.266 172.493 676.442 170.632C676.634 167.442 676.262 164.211 676.538 161.034C676.712 159.689 676.457 158.322 675.811 157.136C675.166 155.949 674.163 155.006 672.952 154.446ZM306.963 78.0784C308.322 74.6673 308.339 74.4774 307.435 72.3157C307.776 72.2174 308.104 72.0784 308.412 71.9016C308.722 71.5989 308.999 71.263 309.239 70.8996L306.957 69.706C304.98 74.0584 303.01 78.1433 301.33 82.5858L305.638 82.9529L305.601 83.6773C304.649 83.6773 303.697 83.6597 302.746 83.6822C301.723 83.7064 300.403 83.3586 300.636 85.4957L305.612 85.2487C303.653 87.2669 301.315 86.4047 298.87 87.3565C299.637 87.7426 300.423 88.0856 301.227 88.3841C301.963 88.5643 302.708 88.7051 303.459 88.806C301.917 90.2836 300.278 89.2643 298.532 89.4611L297.623 91.9127C299.368 91.9127 300.753 91.8381 302.127 91.9335C302.676 92.0161 303.235 91.8864 303.696 91.5697C304.156 91.2531 304.484 90.7723 304.615 90.2218C305.709 87.4159 306.944 84.6673 308.077 81.8767C308.273 81.2456 308.416 80.5986 308.503 79.9426C307.235 79.352 305.599 79.8568 304.706 78.21L306.963 78.0784ZM588.404 119.558C590.25 118.427 592.162 121.501 593.82 119.125C590.178 117.112 589.451 117.187 586.574 119.462C586.153 119.965 585.615 120.353 585.009 120.589C584.403 120.825 583.749 120.902 583.107 120.812L590.351 113.971C587.351 112.06 586.585 112.039 584.277 114.067C582.527 115.603 580.85 117.227 579.179 118.853C578.721 119.364 578.301 119.91 577.924 120.485C580.957 123.755 585.095 122.459 588.357 123.967L591.351 121.505L588.404 119.558ZM336.883 273.302C336.247 273.405 335.594 273.297 335.022 272.994C334.45 272.69 333.989 272.207 333.706 271.616C332.787 270.231 331.369 270.27 330.02 270.017C329.453 269.855 328.857 269.825 328.277 269.93C327.697 270.035 327.147 270.271 326.669 270.621C327.432 272.24 329.555 272.639 329.656 275.22C328.541 274.374 327.809 273.882 327.15 273.302C326.451 272.687 325.81 271.999 325.162 271.325C323.94 270.052 322.641 270.122 320.909 271.066C321.946 271.954 322.894 272.944 323.74 274.022C324.188 274.74 324.848 275.293 325.624 275.603C326.401 275.912 327.254 275.961 328.06 275.743C330.717 275.406 333.373 275.041 336.04 274.808C337.232 274.778 338.424 274.828 339.609 274.958C341.034 275.026 342.46 275.092 344.147 275.171C341.032 270.154 338.451 268.898 334.916 270.499C335.306 270.943 335.702 271.331 336.023 271.777C336.335 272.27 336.623 272.779 336.883 273.302ZM460.919 111.012C461.612 107.309 461.551 107.139 459.066 105.133C458.471 104.683 457.913 104.186 457.397 103.645C456.978 103.208 456.473 102.867 455.915 102.645C455.357 102.423 454.759 102.323 454.161 102.354C451.954 102.265 449.755 101.934 447.548 101.867C444.646 101.778 441.739 101.845 438.141 101.845C439.809 103.4 441.656 104.743 443.641 105.844C444.439 104.625 443.365 103 445.049 101.987L445.982 104.678C447.063 104.414 448.191 104.433 449.262 104.735C450.334 105.036 451.313 105.609 452.108 106.401C453.198 107.275 454.209 108.26 455.345 109.064C456.938 110.33 458.9 111.015 460.919 111.012ZM414.086 104.188L413.489 105.019C414.054 105.308 414.596 105.64 415.113 106.011C417.611 108.087 420.122 110.15 422.548 112.312C424.217 114.128 426.4 115.367 428.792 115.857C428.622 117.563 429.499 118.474 431.108 119.258C430.934 118.089 430.768 117.201 430.673 116.305C430.022 110.188 430.836 112.152 426.152 108.449C424.817 107.091 423.219 106.034 421.46 105.346C419.701 104.658 417.82 104.353 415.939 104.452C415.312 104.448 414.689 104.359 414.086 104.188ZM472.859 104.533L472.633 104.926C474.414 106.513 476.293 108.001 477.954 109.71C480.066 112.041 482.932 113.514 486.025 113.857C488.164 114.083 490.264 114.704 492.382 115.148L492.67 114.585C489.564 111.433 486.185 108.572 482.576 106.039C482.091 105.766 481.557 105.598 481.006 105.546C478.293 105.184 475.575 104.867 472.859 104.533ZM376.634 271.772C375.029 271.061 373.346 270.547 371.622 270.24C368.49 270.109 365.341 270.388 362.201 270.537C361.766 270.625 361.344 270.773 360.947 270.975C361.458 272.227 362.368 273.266 363.53 273.925C364.691 274.583 366.036 274.823 367.348 274.606C368.894 274.375 370.452 274.24 372.015 274.2C373.019 274.155 374.025 274.209 375.019 274.36C378.097 274.808 381.217 274.872 384.311 274.551C381.713 272.676 380.59 269.287 376.95 270.529L376.634 271.772ZM328.207 94.6603C328.035 96.2694 328.255 97.897 328.848 99.3985C329.44 100.9 330.387 102.229 331.604 103.267C333.017 104.463 334.594 105.457 336.051 106.602C336.555 107.028 337.187 107.264 337.842 107.271C338.496 107.278 339.133 107.056 339.646 106.642C338.566 103.464 337.188 100.4 335.532 97.4923C334.755 96.2975 333.63 95.3816 332.316 94.8735C331.002 94.3655 329.565 94.2909 328.207 94.6603ZM526.498 253.368C524.675 251.98 522.959 252.355 520.879 254.43C521.815 255.81 523.707 256.365 524.422 258.444C522.78 258.039 521.287 257.157 520.126 255.905C519.768 255.535 519.32 255.267 518.829 255.13C518.337 254.992 517.818 254.989 517.325 255.121C516.061 255.559 514.83 256.1 513.151 256.769C514.905 258.213 516.206 259.412 517.646 260.398C518.275 260.708 518.994 260.765 519.662 260.557C523.768 259.43 527.856 258.229 531.939 257.015C532.712 256.717 533.465 256.37 534.195 255.975L530.756 253.743L531.313 255.678C529.987 255.178 528.617 254.811 527.222 254.58C525.887 254.493 524.658 255.812 523.122 255.318C523.208 255.052 523.212 254.911 523.268 254.884C524.259 254.409 525.256 253.947 526.498 253.368ZM829.365 268.598C829.641 267.807 829.772 267.626 829.75 267.467C828.56 259.528 825.936 251.884 822.011 244.923C821.218 243.649 819.962 242.746 818.519 242.414C817.626 242.089 816.904 242.444 816.636 243.807C817.188 244.335 817.777 244.821 818.399 245.259C819.283 245.735 820.191 246.162 821.121 246.538L819.205 247.514C819.344 250.155 822.222 249.892 823.195 251.746L821.841 252.554L829.365 268.598ZM367.844 110.944C368.82 112.42 369.788 113.902 370.779 115.367C371.091 115.826 371.421 116.554 371.824 116.618C373.366 116.859 373.779 118.204 374.614 119.166C375.137 119.768 375.836 120.536 376.518 120.607C378.406 120.805 380.326 120.676 382.434 120.676C382.331 120.081 382.155 119.503 381.908 118.954C380.539 116.828 379.057 114.775 377.708 112.635C377.459 112.16 377.117 111.742 376.702 111.408C376.287 111.075 375.809 110.832 375.298 110.696C374.787 110.56 374.254 110.533 373.732 110.618C373.21 110.702 372.711 110.895 372.266 111.186C373.619 112.899 375.677 113.767 376.894 116.079C373.167 114.94 371.396 111.391 367.844 110.944ZM205.064 114.022C202.816 113.914 201.56 112.136 199.81 111.322C198.036 110.256 196.385 108.991 194.886 107.55C193.224 106.42 191.496 105.394 189.712 104.478C189.154 106.876 189.474 107.869 190.928 108.963C193.677 111.032 196.455 113.062 199.16 115.19C199.611 115.593 200.14 115.894 200.714 116.072C201.287 116.25 201.891 116.302 202.486 116.224C203.744 116.035 204.992 115.78 206.503 115.508L204.893 109.484L200.309 109.865L205.064 114.022ZM448.351 105.526C446.014 107.633 445.991 107.94 447.884 109.583C450.368 111.538 452.749 113.628 455.014 115.844C455.998 116.897 457.199 117.713 458.53 118.233C459.861 118.753 461.289 118.964 462.71 118.851C463.106 117.244 462.14 116.375 461.139 115.535C458.655 113.452 456.204 111.328 453.664 109.319C451.937 107.953 450.083 106.754 448.351 105.526ZM568.056 132.557C568.272 131.98 568.46 131.724 568.442 131.485C568.273 129.246 568.098 127.008 567.866 124.774C567.833 123.82 567.458 122.911 566.811 122.221C566.165 121.531 565.292 121.107 564.36 121.031C563.005 120.767 561.664 120.428 560.308 120.178C559.465 120.023 558.603 119.97 557.644 119.86C557.661 120.959 557.927 122.039 558.421 123.016C558.915 123.993 559.624 124.84 560.493 125.49C561.278 126.146 562.027 126.846 562.737 127.586C564.466 129.206 566.198 130.821 568.056 132.557ZM835.866 69.738C833.145 70.4491 830.466 71.3177 827.842 72.3397C825.825 73.0342 823.976 74.1568 822.415 75.6336C820.854 77.1104 819.617 78.9079 818.786 80.9077C818.417 81.6669 817.989 82.3945 817.505 83.0834C817.231 83.5828 817.036 84.1271 816.805 84.6512C818.924 83.5212 821.27 82.9267 822.485 80.7684L821.228 79.3249C823.221 78.7258 824.935 78.0701 826.706 77.7123C829.052 77.2195 831.178 75.9638 832.765 74.1333L828.325 75.0664C830.347 72.4819 834.441 73.7372 835.866 69.738ZM472.659 121.72C473.013 121.109 473.243 120.433 473.338 119.731C473.432 119.028 473.387 118.314 473.207 117.629C473.027 116.944 472.714 116.303 472.288 115.743C471.861 115.184 471.33 114.717 470.724 114.37C469.427 113.319 468.186 112.196 466.887 111.149C465.831 110.298 464.726 109.512 463.44 108.544C462.939 110.672 463.101 112.081 465.178 112.601C463.524 113.979 463.173 115.097 464.339 116.41C465.287 117.837 466.517 119.046 467.95 119.961C469.383 120.875 470.986 121.474 472.659 121.72ZM569.307 122.669C570.837 123.826 572.308 125.061 573.715 126.37C576.205 129.152 579.542 130.995 583.186 131.6C584.866 131.938 586.524 132.381 588.151 132.928C587.352 130.953 586.066 129.223 584.419 127.905C582.772 126.587 580.819 125.726 578.75 125.405C577.669 125.306 576.092 125.3 575.637 124.624C574.021 122.224 571.543 123.093 569.307 122.669ZM208.877 116.651C209.305 118.584 209.567 120.552 209.658 122.532C209.607 123.697 209.944 124.845 210.615 125.789C211.286 126.733 212.25 127.417 213.35 127.73C213.737 127.928 214.164 128.03 214.596 128.028C215.029 128.025 215.455 127.919 215.839 127.716C216.223 127.514 216.555 127.222 216.808 126.863C217.061 126.505 217.227 126.091 217.292 125.654C217.331 124.369 217.015 123.099 216.381 121.988C215.201 120.142 213.925 118.36 212.561 116.651L208.877 116.651ZM156.21 117.594C156.298 117.938 156.284 118.19 156.397 118.282C158.55 120.032 160.7 121.789 162.903 123.472C163.323 123.674 163.8 123.717 164.248 123.596C166.664 123.174 169.071 122.701 172.122 122.124C169.322 119.961 166.968 118.202 164.682 116.356C164.041 115.771 163.206 115.458 162.346 115.478C161.487 115.499 160.667 115.853 160.054 116.468C162.075 118.606 164.823 119.701 166.309 122.212C165.865 122.229 165.428 122.102 165.059 121.85C163.41 120.64 161.818 119.345 160.137 118.183C159.022 117.412 157.854 116.446 156.21 117.594ZM171.218 267.705C167.982 265.623 165.474 263.534 161.845 264.335C156.926 264.942 151.967 263.598 147.99 260.583C147.771 260.631 147.496 260.674 147.231 260.752C145.055 261.396 143.323 263.512 140.713 262.786C140.518 262.732 140.194 263.161 139.914 263.378L171.218 267.705ZM354.648 100.845L354.826 100.395C352.356 98.6298 349.786 97.0148 347.13 95.5582C345.501 94.9152 343.735 94.717 342.007 94.9831C341.154 95.0722 340.161 96.1771 339.699 97.0738C339.237 97.9705 340.028 98.8286 340.819 99.4193C341.405 99.9488 342.088 100.353 342.83 100.608C343.571 100.863 344.355 100.964 345.135 100.905C346.777 100.788 348.424 100.768 350.068 100.845C351.595 100.842 353.121 100.845 354.648 100.845ZM268.979 273.974C267.051 271.692 265.328 269.632 263.572 267.601C263.333 267.318 263.001 267.132 262.639 267.078C259.979 266.772 257.285 267.041 254.734 267.868C256.25 270.21 258.413 272.04 260.949 273.127C263.484 274.214 266.279 274.509 268.979 273.974ZM422.615 114.416L422.824 113.957C419.203 110.897 415.582 107.836 411.961 104.775C411.596 104.381 411.107 104.129 410.58 104.062C410.053 103.994 409.519 104.115 409.069 104.403C409.346 107.519 409.725 110.559 413.006 112.104C413.65 112.454 414.33 112.731 415.034 112.928C417.552 113.468 420.087 113.927 422.615 114.416ZM532.09 127.995C534.308 122.439 534.109 121.568 530.088 118.203C529.161 117.427 528.239 116.64 527.272 115.919C526.682 115.548 526.069 115.219 525.436 114.934C525.286 116.925 525.109 118.6 525.067 120.278C525.073 120.823 525.277 121.346 525.639 121.746C527.67 123.785 529.766 125.758 532.09 127.995ZM603.238 234.731C605.364 236.033 607.089 237.244 608.954 238.156C609.376 238.344 609.831 238.441 610.291 238.442C610.75 238.443 611.206 238.348 611.628 238.162C614.301 236.743 616.468 234.501 617.823 231.754L615.079 228.6L613.017 230.002L615.559 233.631C612.946 233.97 612.624 231.259 610.714 230.594C610.64 233.103 612.694 233.592 613.911 234.709C613.629 235.859 612.938 235.875 612.254 235.308C611.182 234.419 610.235 233.375 609.172 232.473C608.769 232.245 608.329 232.09 607.873 232.016L607.581 232.439L611.609 236.909C609.011 236.567 607.822 234.313 605.632 233.218L603.238 234.731ZM510.063 256.135L506.711 251.546L496.257 254.736L500.811 259.287L503.836 258.295C503.397 256.579 501.556 255.706 502.351 253.41C503.205 254.486 503.814 255.262 504.433 256.03C505.77 257.69 505.984 257.757 507.932 257.045C508.531 256.827 509.109 256.546 510.063 256.135ZM463.383 102.845C462.828 104.347 462.523 105.636 463.551 106.544C466.364 109.03 469.295 111.377 472.18 113.779L472.732 113.403C472.221 111.345 471.741 109.279 471.191 107.233C470.675 105.309 469.841 103.74 467.457 103.917C466.965 103.954 466.455 103.508 465.931 103.373C465.107 103.16 464.263 103.023 463.383 102.845ZM443.753 145.323C444.542 138.307 443.223 136.867 437.21 137.629C437.053 137.649 436.916 137.83 436.548 138.095V143.957L443.753 145.323ZM306.743 112.825C306.743 114.801 306.599 116.75 306.784 118.666C306.949 119.162 307.211 119.619 307.555 120.009C307.899 120.398 308.317 120.712 308.784 120.932C309.25 121.151 309.756 121.271 310.269 121.284C310.783 121.298 311.294 121.204 311.771 121.01C312.257 120.648 312.668 120.19 312.978 119.664C313.289 119.137 313.493 118.553 313.58 117.945C313.666 117.336 313.633 116.717 313.481 116.122C313.33 115.527 313.063 114.97 312.698 114.481C311.111 112.293 309.215 112.512 306.743 112.825ZM418.621 273.408C416.502 271.226 414.461 269.077 412.354 266.999C411.926 266.642 411.393 266.444 410.84 266.437C408.786 266.374 406.73 266.411 404.633 266.411C405.264 267.521 406.231 268.391 407.389 268.89C408.547 269.389 409.832 269.49 411.051 269.178C411.137 269.153 411.295 269.378 411.575 269.622L409.895 270.878C410.27 271.663 410.804 272.358 411.46 272.919C412.117 273.479 412.881 273.892 413.705 274.131C414.528 274.369 415.391 274.428 416.238 274.304C417.085 274.179 417.897 273.874 418.621 273.408ZM374.482 109.114C372.897 106.982 371.591 105.072 370.106 103.32C369.54 102.741 368.774 102.412 367.973 102.404C365.814 102.46 363.661 102.753 361.057 102.995C361.841 103.711 362.257 104.165 362.742 104.519C364.166 105.558 365.684 106.472 367.043 107.59C368.075 108.429 369.288 109.005 370.582 109.27C371.875 109.535 373.212 109.482 374.482 109.114ZM697.251 158.003C697.446 155.641 697.583 153.627 695.851 152.72C692.718 151.367 689.331 150.734 685.931 150.866C687.253 152.794 688.854 154.32 690.222 156.039C690.92 156.774 691.763 157.351 692.695 157.73C693.627 158.11 694.627 158.284 695.629 158.242L692.896 154.571L693.288 154.231L697.251 158.003ZM235.659 100.156C236.366 102.274 237.516 104.209 239.031 105.826C240.545 107.444 242.387 108.705 244.427 109.522L247.136 105.584C243.834 103.707 240.728 101.898 237.568 100.192C237.088 99.9332 236.359 100.156 235.659 100.156ZM570.981 151.316C569.957 147.484 569.014 143.86 568.012 140.252C567.594 138.746 566.468 138.615 564.959 138.909C564.902 139.831 564.909 140.756 564.981 141.677C565.263 143.631 565.713 145.56 566.007 147.512C566.539 151.043 566.999 151.447 570.981 151.316ZM311.701 274.679C309.83 275.057 309.207 273.98 308.504 273.194C308.338 272.938 308.118 272.724 307.859 272.567C307.6 272.411 307.31 272.316 307.01 272.29C306.711 272.264 306.409 272.308 306.128 272.418C305.848 272.528 305.595 272.701 305.389 272.925L305.493 274.737L304.996 275.068C304.341 274.267 303.564 273.579 302.695 273.029C301.471 272.689 300.212 272.503 298.944 272.472C299.546 273.822 300.568 274.932 301.851 275.628C303.135 276.324 304.608 276.567 306.041 276.32C308.133 275.974 310.278 275.975 312.392 275.746C313.443 275.632 314.477 275.352 315.621 275.127C313.088 271.363 312.893 271.27 310.042 272.399L311.701 274.679ZM219.145 195.925C220.079 196.271 220.837 196.607 221.625 196.834C223.033 197.238 223.327 198.088 223.298 199.572C223.348 201.815 223.546 204.051 223.89 206.266C224.087 208.002 225.097 207.775 226.208 207.307C226.424 204.536 225.943 201.754 224.81 199.226C222.909 195.635 221.585 191.756 220.888 187.736C220.188 190.135 219.661 192.5 219.153 194.869C219.12 195.22 219.118 195.573 219.145 195.925ZM219.963 100.321L219.848 100.872L225.588 104.709L233.389 102.391C232.816 100.083 232.815 99.9854 230.941 100.007C227.281 100.048 223.622 100.209 219.963 100.321ZM224.032 105.658C222.75 104.703 222.041 104.116 221.276 103.618C219.872 102.704 218.469 101.775 217 100.978C216.468 100.675 215.847 100.575 215.249 100.695C214.651 100.815 214.114 101.147 213.733 101.633C213.519 102.081 213.403 102.572 213.394 103.071C213.384 103.569 213.481 104.064 213.677 104.521C214.259 105.422 215.077 106.14 216.037 106.593C216.998 107.046 218.063 107.215 219.113 107.083C220.536 106.763 221.922 106.278 224.032 105.658ZM826.928 84.1422C825.001 84.0593 823.104 84.6566 821.557 85.8335C819.663 88.1266 818.174 90.7386 817.157 93.5528C822.077 93.4288 823.324 92.7166 823.583 89.8808L821.287 90.1383C821.408 89.7912 821.609 89.4789 821.873 89.2271C822.137 88.9754 822.455 88.7917 822.803 88.6912C825.17 88.3346 826.261 86.7868 826.928 84.1422ZM28.6994 160.052C26.4668 158.695 24.6949 157.558 22.8562 156.548C22.6029 156.442 22.3311 156.389 22.0572 156.393C21.7833 156.397 21.5131 156.458 21.2629 156.571C18.9519 157.702 16.6879 158.93 14.446 160.104C14.9768 161.78 15.7887 162 16.9385 161.469C18.6137 160.696 20.2971 159.941 21.9887 159.204C22.2941 159.137 22.6074 159.113 22.9193 159.135L22.5558 160.759C24.5518 162.564 26.3202 161.604 28.6994 160.052ZM192.997 104.396C197.115 108.544 200.489 109.488 204.094 107.503C203.453 103.701 197.858 102.117 192.997 104.396ZM567.824 137.679C567.93 136.22 568.644 134.809 567.404 133.617C565.132 131.432 562.816 129.293 560.519 127.135L560.027 127.426C560.863 129.761 561.751 132.078 562.521 134.436C563.374 137.05 565.308 137.66 567.824 137.679ZM513.133 111.055C515.945 114.112 519.224 116.683 522.842 118.669C522.988 117.262 523.067 115.851 523.295 114.464C523.379 114.191 523.399 113.902 523.352 113.62C523.305 113.338 523.192 113.071 523.024 112.842C522.856 112.613 522.637 112.428 522.385 112.303C522.133 112.178 521.855 112.115 521.575 112.121C518.801 111.728 516.017 111.414 513.133 111.055ZM227.797 105.831C232.905 110.137 233.943 110.981 237.554 109.56C237.534 104.592 233.54 102.987 227.797 105.831ZM406.193 95.7188L410.468 96.4352L405.279 88.6604C402.783 90.1426 400.649 92.1826 399.037 94.6274C400.41 94.6359 401.42 95.7958 401.997 94.1064L407.14 94.2965L406.193 95.7188ZM148.096 120.998C150.051 122.966 152.379 124.507 154.937 125.526C155.675 125.761 156.461 125.786 157.212 125.598C157.962 125.41 158.648 125.016 159.195 124.459C155.853 120.177 151.657 118.751 148.096 120.998ZM720.676 160.755L721.115 160.241L723.877 162.079C724.716 160.028 727.878 162.47 728.581 159.241L720.058 157.415C718.514 158.748 719.034 160.383 718.923 161.807C718.872 162.135 718.893 162.47 718.984 162.788C719.075 163.107 719.234 163.4 719.448 163.649C719.663 163.898 719.929 164.096 720.227 164.228C720.525 164.36 720.848 164.423 721.172 164.414C721.578 164.456 722.285 164.304 722.374 164.06C722.451 163.812 722.479 163.551 722.456 163.293C722.432 163.034 722.358 162.782 722.238 162.553C721.773 161.906 721.25 161.304 720.676 160.755ZM654.599 218.236C655.966 217.693 657.266 217.203 658.544 216.662C659.907 216.287 661.127 215.501 662.045 214.406C659.399 211.304 656.573 212.805 653.232 213.548L655.932 216.727C653.294 217.62 652.96 214.691 651.025 214.152L647.551 215.597L650.064 217.313L650.26 217.028L649.219 215.318C651.972 214.943 652.479 217.9 654.599 218.236ZM472.485 123.399L465.955 121.061C466.697 122.671 466.995 124.456 466.818 126.225C466.981 128.236 467.193 128.451 469.067 128.739C470.14 128.904 471.216 129.056 472.485 129.243V123.399ZM496.323 116.269L504.447 117.003C504.447 116.076 504.671 115.333 504.411 115.046C502.646 112.853 500.484 111.029 498.042 109.672L496.323 116.269ZM353.095 61.7541L352.58 61.1488C352.514 61.5226 352.362 61.875 352.135 62.1761C351.909 62.4773 351.614 62.7184 351.277 62.879C350.94 63.0397 350.57 63.1152 350.198 63.0993C349.827 63.0834 349.464 62.9764 349.141 62.7875C348.923 62.7769 348.705 62.8208 348.507 62.9153C348.309 63.0099 348.136 63.1523 348.004 63.3302C346.779 65.2724 345.636 67.2682 344.29 69.543L348.182 71.3696L353.095 61.7541ZM838.4 288.22C837.626 286.719 837.347 285.474 836.582 284.843C834.999 283.582 833.296 282.486 831.499 281.571C829.974 280.887 828.408 280.299 826.813 279.81C827.605 281.933 827.243 283.836 829.246 284.601C832.079 285.685 834.89 286.828 838.4 288.22ZM257.087 272.758C255.293 270.952 253.825 269.461 252.334 267.993C252.141 267.79 251.878 267.672 251.601 267.664C249.636 267.912 247.677 268.209 245.395 268.537C246.767 270.28 248.588 271.598 250.653 272.344C252.718 273.09 254.946 273.233 257.087 272.758ZM602.021 123.409L603.688 124.638C604.581 123.326 605.501 122.185 606.189 120.915C607.216 119.018 607.048 118.054 605.388 116.811C604.43 116.262 603.414 115.828 602.359 115.519L601.967 117.486C600.645 117.616 599.119 116.531 598.018 118.618L604.305 120.994C604.78 122.463 602.864 122.269 602.021 123.409ZM830.575 271.129C829.606 270.726 828.669 270.246 827.773 269.693C826.504 268.657 824.976 268.003 823.362 267.805C824.303 270.848 826.336 273.417 829.053 274.995C829.973 275.758 830.95 276.144 831.138 277.612C831.242 278.423 832.191 279.121 832.76 279.87L833.069 279.596L830.575 271.129ZM622.584 132.737L621.89 132.522L623.271 128.527L623.063 128.397L620.25 131.883L619.641 131.485C620.156 130.456 620.63 129.401 621.199 128.403C621.809 127.332 622.509 126.315 623.17 125.275C619.797 126.066 619.289 129.702 616.771 131.583L616.587 129.776L614.028 131.553C616.956 132.396 619.396 133.141 621.866 133.772C622.128 133.83 622.401 133.825 622.661 133.756C622.921 133.688 623.162 133.558 623.365 133.378C624.322 131.898 625.119 130.309 625.975 128.76L625.465 128.443L622.584 132.737ZM812.456 246.93C812.41 243.658 809.538 244.222 808.221 242.658L810.174 241.952C809.215 240.507 807.888 239.356 806.337 238.624C804.785 237.891 803.067 237.603 801.367 237.793C804.486 240.786 807.314 243.559 810.227 246.237C810.691 246.662 811.534 246.66 812.456 246.93ZM577.721 240.537C576.865 239.845 576.208 239.348 575.589 238.806C574.957 238.253 574.377 237.637 573.747 237.08C571.692 235.264 570.082 235.409 567.733 237.764C569.526 239.137 571.258 240.537 573.079 241.804C573.345 241.959 573.639 242.059 573.944 242.096C574.248 242.134 574.557 242.109 574.852 242.023C575.845 241.605 576.805 241.108 577.721 240.537ZM590.233 124.803C593.528 125.693 596.625 126.575 599.748 127.354C601.602 127.817 601.805 127.592 602.245 125.424C600.348 123.441 598.677 125.413 596.577 125.933L597.774 123.611C597.232 123.11 596.587 122.739 595.887 122.525C595.187 122.31 594.448 122.258 593.725 122.372C593.003 122.487 592.314 122.764 591.71 123.185C591.106 123.605 590.601 124.158 590.233 124.803ZM426.57 179.859C428.978 171.638 430.892 163.275 432.302 154.816C428.752 162.682 426.802 171.201 426.57 179.859ZM533.353 119.375L534.026 119.151C533.949 117.599 533.957 116.034 533.747 114.501C533.689 114.196 533.562 113.908 533.378 113.661C533.193 113.413 532.954 113.213 532.681 113.075C531.621 112.522 530.448 112.232 529.257 112.228C528.066 112.224 526.891 112.505 525.826 113.049L533.353 119.375ZM483.57 126.612L476.986 124.491C476.421 125.273 475.765 125.982 475.032 126.602C474.248 127.113 473.961 127.752 474.321 128.443C474.656 129.061 475.206 129.528 475.863 129.753C478.932 130.563 480.927 128.493 483.57 126.612ZM491.158 121.493C491.967 121.046 492.666 120.416 493.2 119.651C493.734 118.886 494.089 118.006 494.239 117.079C490.813 116.05 487.309 115.315 483.764 114.883L491.158 121.493ZM308.039 263.98C309.611 265.801 310.769 267.215 312.004 268.555C313.773 270.476 314.193 270.523 317.103 269.256L312.283 262.956L308.039 263.98ZM382.613 270.794C384.895 272.492 385.914 275.475 389.307 274.701C389.713 274.609 390.191 274.921 390.641 274.945C392.357 275.147 394.094 274.991 395.748 274.485C392.012 270.533 392.012 270.533 389.153 271.333L391.2 273.834L390.744 274.315C389.198 273.83 387.821 272.903 386.776 271.644C386.27 271.054 385.589 270.651 384.836 270.497C384.083 270.344 383.302 270.448 382.613 270.794ZM806.204 144.419C805.049 144.313 803.894 143.84 803.127 145.009C802.649 145.865 802.24 146.76 801.904 147.684L804.47 149.206C802.05 149.75 799.736 149.785 799.858 152.723C802.399 153.484 803.615 153.046 804.655 150.998C805.682 148.964 806.214 146.707 806.204 144.419ZM33.348 154.03C34.8835 155.218 36.3357 156.469 37.9276 157.495C38.251 157.632 38.5992 157.697 38.9492 157.686C39.2991 157.675 39.6428 157.589 39.9576 157.432C40.872 156.859 41.729 156.194 42.516 155.449C41.1605 154.483 40.1519 153.707 39.0886 153.018C36.6253 151.423 35.9107 151.545 33.348 154.03ZM281.466 106.391C280.857 104.238 280.402 102.455 279.845 100.706C279.212 98.7233 279.172 98.7366 276.678 99.4284C276.544 100.914 276.306 102.481 276.286 104.052C276.262 105.891 276.96 106.557 278.765 106.619C279.668 106.589 280.57 106.513 281.466 106.391ZM74.1856 144.98C73.6715 144.589 73.2603 144.235 72.8114 143.942C71.8047 143.286 70.7894 142.641 69.7595 142.023C67.2292 140.504 66.7007 140.617 64.5647 143.063C68.9105 147.002 69.138 146.688 74.1856 144.98ZM210.66 101.544C208.86 101.23 207.013 101.653 205.518 102.722C205.669 106.744 207.253 108.175 210.978 107.356L210.66 101.544ZM454.69 269.397C453.492 268.115 452.576 267.105 451.629 266.128C449.242 263.666 449.027 263.64 445.695 265.343C446.875 266.583 447.989 267.805 449.158 268.969C449.893 269.676 450.843 270.104 451.85 270.182C452.857 270.26 453.859 269.983 454.69 269.397ZM544.595 123.116L544.859 122.456C542.592 120.099 540.101 117.977 537.424 116.123L535.943 121.152L544.595 123.116ZM263.028 107.411L262.847 108.07L269.993 113.108L272.693 108.462L263.028 107.411ZM448.181 270.407C446.956 268.959 445.843 267.705 444.803 266.391C444.474 265.93 444.007 265.589 443.471 265.422C442.936 265.255 442.363 265.27 441.836 265.464C441.071 265.683 440.312 265.928 439.076 266.306C440.807 267.777 442.234 268.919 443.579 270.153C444.179 270.769 444.982 271.137 445.832 271.184C446.682 271.231 447.519 270.954 448.181 270.407ZM516.681 253.634C514.663 250.595 513.047 248.977 508.915 251.553C510.957 255.831 512.203 256.454 516.681 253.634ZM544.131 174.282C544.3 172.21 543.817 170.137 542.751 168.366C541.686 166.387 540.721 164.352 539.62 162.396C538.029 159.569 536.355 156.791 534.616 153.822C533.945 155.586 534.975 156.595 535.665 157.614C537.689 160.647 539.356 163.913 540.632 167.344C541.673 169.72 542.841 172.036 544.131 174.282ZM507.133 258.909C508.507 259.949 509.626 260.873 510.819 261.682C512.806 263.029 513.585 262.929 515.896 261.167C515.175 260.602 514.492 259.986 513.854 259.326C511.969 257.109 509.907 256.891 507.133 258.909ZM607.196 133.514L614.449 140.394L616.489 138.582C612.412 133.978 612.073 133.78 607.196 133.514ZM150.543 127.562C148.469 126.154 146.742 124.956 144.989 123.799C144.739 123.604 144.452 123.467 144.145 123.397C143.839 123.326 143.522 123.324 143.214 123.389C142.907 123.455 142.617 123.587 142.364 123.778C142.112 123.968 141.902 124.211 141.749 124.491C144.133 128.583 145.855 129.821 150.543 127.562ZM628.869 151.477L629.156 150.686L624.566 146.051C622.823 147.46 621.24 148.548 620.921 150.873L628.869 151.477ZM582.578 237.542C581.171 236.52 579.996 235.64 578.794 234.8C576.949 233.51 576.056 233.629 574.051 235.492C575.142 236.38 576.166 237.31 577.285 238.102C579.704 239.815 579.724 239.786 582.578 237.542ZM173.784 150.182L174.545 148.363C170.76 142.609 169.767 141.931 166.956 143.336C169.465 145.404 170.247 149.069 173.784 150.182ZM701.203 161.577C701.207 162.445 701.145 163.312 701.017 164.17C700.636 165.781 700.056 167.346 699.73 168.966C699.629 169.464 700.089 170.08 700.291 170.643C700.831 170.387 701.659 170.274 701.86 169.85C702.657 168.276 703.288 166.62 703.744 164.91C704.299 162.571 704.021 162.336 701.203 161.577ZM300.293 270.56C299.311 269.295 298.477 268.316 297.749 267.26C297.038 266.281 296.028 265.57 294.877 265.242C293.727 264.913 292.502 264.985 291.396 265.446C292.87 266.941 294.164 268.092 295.266 269.41C296.614 271.022 298.198 270.932 300.293 270.56ZM303.282 264.994C304.425 267.036 305.967 268.816 307.812 270.224C308.735 270.982 309.886 270.863 311.083 269.746C309.778 268.275 308.513 266.817 307.212 265.392C305.778 263.821 305.765 263.835 303.282 264.994ZM387.89 264.479C388.57 266.157 389.805 267.539 391.381 268.382C392.957 269.226 394.773 269.478 396.512 269.094L390.916 263.697L387.89 264.479ZM515.289 249.633C519.344 253.891 519.185 253.545 523.436 251.202C520.14 247.709 521.651 247.474 515.289 249.633ZM596.5 104.283C596.339 103.799 596.127 103.333 595.87 102.894C594.694 101.176 593.03 99.8673 591.103 99.145C589.175 98.4227 587.077 98.3213 585.091 98.8545L591.54 100.973L590.389 102.801C592.038 103.332 593.508 103.826 594.992 104.269C595.493 104.328 595.998 104.332 596.5 104.283ZM487.103 107.337C489.123 109.903 491.638 112.02 494.491 113.556V108.253L487.103 107.337ZM292.099 94.3951C293.003 95.0645 293.388 95.5388 293.859 95.658C294.755 95.8601 295.669 95.9705 296.586 95.9875C298.202 96.0559 296.36 97.6238 297.5 98.0248C298.639 98.4258 299.494 99.5775 300.87 99.5744C300.969 97.2647 300.969 97.2647 298.422 94.6155L299.427 94.0279L299.358 93.6674L292.099 94.3951ZM322.777 276.072C322.616 275.602 322.411 275.148 322.164 274.718C321.593 273.987 320.996 273.273 320.357 272.603C318.46 270.617 318.451 270.627 315.729 271.839L318.072 276.298L322.777 276.072ZM247.353 99.2918L239.952 100.173C241.688 101.065 242.915 101.666 244.115 102.32C245.38 103.008 246.619 103.746 247.959 104.513C248.328 103.668 248.467 102.736 248.36 101.817C248.254 100.898 247.906 100.025 247.353 99.2918ZM347.25 72.4923L343.544 70.794L341.262 75.7703C344.57 77.5809 345.869 76.4952 347.25 72.4923ZM788.777 152.473C791.689 152.473 794.601 152.506 797.511 152.461C799.178 152.435 798.96 151.302 798.85 150.149C798.073 150.302 797.385 150.68 796.918 150.491C795.516 150.006 794.008 149.934 792.568 150.285C791.128 150.636 789.814 151.394 788.777 152.473ZM305.91 270.798C304.616 269.135 303.497 267.791 302.482 266.37C302.307 266.015 302.057 265.703 301.75 265.459C301.443 265.214 301.086 265.042 300.706 264.955C300.326 264.868 299.932 264.867 299.552 264.954C299.172 265.041 298.815 265.213 298.508 265.457C300.393 269.354 302.8 271.225 305.91 270.798ZM845.063 68.6907L844.493 68.1728C842.835 70.0091 841.423 72.0619 840.294 74.2773C839.39 76.7731 836.951 78.1788 836.405 80.9533C837.008 81.0179 837.615 80.8853 838.139 80.5745C838.664 80.2637 839.078 79.7908 839.321 79.2242C841.213 75.7006 843.146 72.2002 845.063 68.6907ZM124.359 257.591H119.928C121.773 261.383 123.796 262.76 126.964 262.416L124.359 257.591ZM402.544 271.205C402.842 271.976 403.297 272.674 403.878 273.252C404.46 273.831 405.154 274.278 405.917 274.563C406.68 274.849 407.493 274.966 408.303 274.907C409.113 274.849 409.902 274.616 410.618 274.225C409.829 272.839 408.589 271.778 407.115 271.227C405.64 270.675 404.023 270.667 402.544 271.205ZM799.44 129.932C802.59 129.394 805.741 128.863 808.889 128.313C810.256 128.075 810.54 127.092 810.607 125.565C806.629 126.218 802.827 127.705 799.44 129.932ZM633.023 130.864L631.146 129.13L626.319 134.947L630.983 136.34L631.355 131.934L633.023 130.864ZM239.992 108.314C240.228 110.397 240.462 112.3 240.656 114.208C240.801 115.637 241.696 116.162 242.88 116.536C243.006 115.263 243.223 114.001 243.53 112.76C243.655 112.484 243.725 112.186 243.737 111.882C243.748 111.579 243.7 111.276 243.596 110.991C243.491 110.706 243.333 110.446 243.129 110.224C242.925 110.003 242.68 109.825 242.408 109.701C241.635 109.239 240.847 108.804 239.992 108.314ZM212.392 114.985C212.169 113.607 211.578 112.319 210.684 111.261C209.79 110.204 208.627 109.419 207.325 108.992C207.378 111.227 207.853 113.43 208.724 115.481L212.392 114.985ZM83.8136 249.118C81.9354 245.414 79.8937 242.977 75.8343 243.277C77.1186 247.1 80.5396 247.536 83.8136 249.118ZM312.166 111.854C310.994 108.405 308.717 107.375 306.111 105.702L306.845 111.083L312.166 111.854ZM650.608 147.706C649.365 145.957 647.684 144.582 645.741 143.724C645.491 147.685 645.78 148.219 649.103 150.061L650.608 147.706ZM304.268 99.0852C304.247 100.615 304.718 102.109 305.609 103.339C306.5 104.569 307.762 105.467 309.2 105.894C309.255 101.471 308.82 100.874 304.268 99.0852ZM237.967 269.111C240.168 272.256 243.195 272.185 246.534 272.432C245.698 270.957 244.39 269.821 242.829 269.216C241.268 268.611 239.551 268.574 237.967 269.111ZM644.723 212.263C645.031 212.619 645.269 213.12 645.487 213.111C648.878 212.856 652.155 211.758 655.035 209.912C654.186 209.062 653.419 208.3 652.301 208.811C651.051 209.382 649.431 209.686 649.875 211.903C648.011 211.253 646.412 210.524 644.723 212.263ZM278.143 96.4165C282.624 97.1573 287.201 97.0399 291.64 96.0702C290.922 95.4747 290.071 95.0711 289.162 94.8959C288.254 94.7207 287.317 94.7794 286.436 95.0667C283.657 95.3532 280.957 96.2232 278.143 96.4165ZM349.804 273.884C348.716 272.894 347.6 271.936 346.548 270.908C344.822 269.221 344.839 269.202 342.394 270.285C345.71 274.588 346.187 274.873 349.804 273.884ZM692.974 148.714C692.572 148.318 692.105 147.6 691.463 147.351C691.213 147.254 690.569 148.211 690.031 148.763C693.565 150.88 697.763 151.523 701.749 150.559L692.974 148.714ZM240.92 125.828L244.782 125.251L243.412 120.726H240.904C240.81 121.226 240.749 121.733 240.724 122.241C240.753 123.341 240.839 124.439 240.92 125.828ZM704.072 154.711L700.788 154.232C700.684 158.265 701.247 159.204 704.072 160.185V154.711ZM646.626 151.694C645.3 153.204 644.959 155.258 645.884 156.131C646.718 156.918 647.578 156.509 649.035 154.621C648.893 153.611 648.653 152.619 648.317 151.658C647.77 150.449 646.25 149.663 645.609 150.187L646.626 151.694ZM395.073 271.291C397.176 273.616 399.024 275.601 402.431 274.43C400.521 272.023 398.64 270.149 395.073 271.291ZM352.404 55.5755L350.199 59.7915L354.008 60.3174L356.099 57.1653L352.404 55.5755ZM382.528 264.817C383.051 266.266 384.063 267.477 385.381 268.235C386.699 268.992 388.238 269.247 389.723 268.953C388.907 268.08 388.089 267.333 387.422 266.465C386.901 265.675 386.138 265.084 385.251 264.786C384.365 264.487 383.407 264.499 382.528 264.817ZM429.855 109.937C430.25 108.28 430.059 106.533 429.316 105.006H423.437L429.855 109.937ZM620.069 139.888L623.955 143.358L625.806 141.026L621.89 137.542L620.069 139.888ZM836.507 77.6967C832.953 77.1486 831.85 77.9458 830.755 81.72C833.717 82.107 835.354 80.4792 836.507 77.6967ZM474.537 266.589C476.069 269.32 477.595 269.698 481.243 268.022C480.088 267.044 479.176 265.725 478.034 265.469C477.003 265.238 475.721 266.167 474.537 266.589ZM171.128 110.657C168.331 110.139 165.445 110.588 162.926 111.933C165.825 112.55 168.825 113.945 171.128 110.657ZM837.51 82.7009C834.633 82.6939 834.108 83.2039 833.416 86.537L836.313 87.4125C836.987 85.8909 838.142 84.6612 837.51 82.7009ZM214.523 234.201C211.95 236.867 209.93 240.034 208.583 243.514C211.079 240.752 214.17 238.401 214.523 234.201ZM847.058 61.467C842.413 62.4928 842.363 62.5352 840.802 66.0908H843.952L847.058 61.467ZM833.036 83.3491C829.648 83.0172 828.982 83.4773 827.502 87.0413C831.01 87.5184 831.327 87.3176 833.036 83.3491ZM38.733 151.283C40.2152 152.236 41.2626 152.978 42.3718 153.607C44.0721 154.57 44.1024 154.533 45.571 152.564C43.5321 150.205 42.3484 149.919 38.733 151.283ZM383.319 268.598C381.456 266.938 380.48 263.759 376.662 264.909C378.781 266.706 379.871 269.586 383.319 268.598ZM820.123 277.937C821.509 280.114 823.467 281.849 825.774 282.943C825.065 278.851 824.105 278.001 820.123 277.937ZM806.18 85.0261C807.688 84.2878 809.01 83.2058 810.044 81.8636C811.077 80.5215 811.795 78.955 812.142 77.2849C809.507 79.2689 807.446 81.9439 806.18 85.0261ZM155.733 133.752C154.147 132.517 154.784 130.462 152.95 129.61C152.604 129.375 152.216 129.213 151.809 129.133C151.401 129.052 150.982 129.055 150.576 129.14C150.169 129.226 149.783 129.393 149.44 129.631C149.097 129.87 148.804 130.176 148.577 130.53L155.733 133.752ZM302.949 96.5288L308.159 99.567C307.615 97.302 308.211 95.0829 305.773 94.4556C304.226 94.0572 303.84 95.4029 302.949 96.5288ZM192.659 264.223C194.248 264.399 195.674 264.535 197.094 264.719C198.538 265.17 200.074 265.214 201.54 264.845C201.17 264.414 200.988 263.99 200.718 263.92C198.699 263.393 196.677 262.842 194.625 262.496C193.612 262.326 193.033 263.132 192.659 264.223ZM827.16 93.5375C823.705 93.2608 822.934 93.8026 822.531 96.7872C826.331 97.1599 826.443 97.0817 827.16 93.5375ZM281.8 100.244C281.576 102.001 281.898 103.786 282.72 105.347C282.834 105.694 283.803 105.955 284.327 105.88C284.642 105.835 285.034 105.085 285.087 104.617C285.28 102.876 284.105 101.334 281.8 100.244ZM490.018 261.415L486.246 257.245L483.855 258.256C486.568 261.509 487.825 262.2 490.018 261.415ZM821.625 256.108C819.714 251.209 819.165 250.586 816.596 250.335C817.506 252.866 817.931 255.699 821.625 256.108ZM813.126 102.034C814.522 101.874 815.587 101.679 816.656 101.649C818.289 101.603 818.889 100.685 818.96 99.1748C815.369 98.5519 814.327 99.0054 813.126 102.034ZM829.965 78.2288L822.936 83.0495C827.732 83.0147 829.652 82.2498 829.965 78.2288ZM265.08 97.1025C265.655 98.066 266.575 98.7635 267.645 99.0473C268.715 99.3312 269.851 99.1791 270.813 98.6234C271.239 98.4818 271.799 98.0076 271.856 97.6199C271.982 96.7596 271.291 96.536 270.576 96.5947C268.845 96.7367 267.117 96.9121 265.08 97.1025ZM74.3477 245.094C72.9262 241.638 71.8586 240.956 68.6331 241.222C69.3195 244.187 71.6462 244.561 74.3477 245.094ZM821.697 261.576C821.666 262.29 821.777 263.004 822.024 263.673C822.271 264.343 822.648 264.954 823.133 265.47C823.618 265.987 824.201 266.397 824.846 266.677C825.49 266.957 826.184 267.1 826.885 267.098C825.76 264.752 823.946 262.822 821.697 261.576ZM590.864 116.054C595.37 118.282 595.812 118.283 597.168 116.122C595.128 115.466 593.208 113.473 590.864 116.054ZM676.902 151.839C675.674 148.745 674.104 147.678 671.733 148.193C671.718 151.949 675.186 150.645 676.902 151.839ZM824.453 98.5948C820.801 98.2766 820.713 98.3339 819.896 101.403C823.715 101.657 823.714 101.657 824.453 98.5948ZM278.357 125.82C278.823 127.455 279.656 128.956 280.79 130.204C281.925 131.451 283.329 132.411 284.892 133.007L278.357 125.82ZM612.921 141.131C611.393 139.106 609.531 137.368 607.419 135.994C608.443 140.104 609.608 141.261 612.921 141.131ZM596.927 111.793L603.287 114.57C602.961 113.576 602.399 112.68 601.652 111.961C600.904 111.241 599.995 110.722 599.003 110.448C598.092 110.193 597.377 110.494 596.927 111.793ZM669.52 141.006L667.295 143.16L667.14 140.405L664.945 143.241L670.693 144.574L669.52 141.006ZM149.087 118.382C145.883 115.542 145.883 115.542 144.084 116.704C146.108 120.08 146.55 120.245 149.087 118.382ZM503.905 118.45L498.181 117.919L502.37 121.982C502.815 121.164 503.11 120.703 503.325 120.205C503.536 119.716 503.665 119.192 503.905 118.45ZM839.505 72.3435C835.445 73.065 835.445 73.0649 834.651 75.72C837.834 75.9022 838.607 75.395 839.505 72.3435ZM18.5854 165.915C15.9727 163.184 15.5877 163.147 13.3986 165.373L16.9088 167.432L18.5854 165.915ZM194.018 260.032L200.915 255.383C199.661 254.204 198.696 254.005 197.721 255.261L194.018 260.032ZM837.036 71.5298C839.362 70.5204 841.993 71.0421 842.334 67.923C839.361 67.6463 838.848 67.962 837.036 71.5298ZM600.745 134.829C600.604 133.818 600.244 132.851 599.69 132.001C599.136 131.15 598.403 130.436 597.544 129.911C597.108 129.552 596.256 129.722 595.593 129.649L595.406 130.131L600.745 134.829ZM629.033 228.376C627.937 227.298 626.813 226.26 625.768 225.145C624.849 224.166 624.119 224.358 623.331 225.284C627.686 228.905 627.685 228.905 629.033 228.376ZM128.397 260.733C129.641 263.498 130.045 263.669 133.154 262.912C132.597 260.008 131.577 260.368 128.397 260.733ZM825.385 90.2709C826.578 90.4275 826.516 92.2149 827.934 91.7572C829.201 91.3483 829.634 90.2638 829.829 88.7219C828.205 88.7929 826.702 88.4951 825.385 90.2709ZM700.773 195.068C699.65 194.715 698.456 194.664 697.308 194.919C696.16 195.175 695.096 195.728 694.218 196.526C696.928 197.415 698.764 195.827 700.773 195.068ZM718.918 165.92C718.655 166.702 718.561 167.534 718.643 168.358C718.726 169.181 718.983 169.976 719.396 170.688C722.147 169.022 722.084 168.197 718.918 165.92ZM136.954 118.309L136.665 118.639L140.245 123.136L141.415 122.356L139.119 118.934L136.954 118.309ZM226.548 269.483C227.187 270.375 228.097 271.026 229.135 271.337C230.174 271.647 231.284 271.599 232.293 271.2C230.523 269.717 229.099 268.056 226.548 269.483ZM83.5719 245.18C86.6542 249.766 87.2524 250.374 89.3022 250.767C87.4487 248.763 86.6856 246.288 83.5719 245.18ZM14.0992 163.039C12.6573 160.838 12.0703 160.824 9.56312 162.929C11.5588 164.767 11.5639 164.767 14.0992 163.039ZM600.843 121.686C597.782 119.607 597.005 119.496 595.185 120.92C597.046 121.51 598.594 123.024 600.843 121.686ZM596.241 109.67C592.549 107.71 592.49 107.709 590.643 109.715C592.559 109.892 594.162 111.633 596.241 109.67ZM804.769 142.161C807.496 142.504 807.67 142.358 808.06 139.592C805.669 139.315 805.669 139.315 804.769 142.161ZM587.282 104.664C588.136 105.231 589.093 105.615 590.095 105.796C591.098 105.976 592.126 105.948 593.118 105.713C590.562 103.913 589.343 103.694 587.282 104.664ZM653.392 144.624L648.555 143.299C649.073 144.22 649.742 145.044 650.535 145.732C651.716 146.88 652.433 146.25 653.392 144.624ZM622.657 144.932L617.959 143.734L617.734 144.256L620.331 147.072L622.657 144.932ZM616.363 152.991C613.049 156.232 612.243 157.559 611.841 160.141C612.015 160.179 612.319 160.293 612.346 160.244C613.602 158.015 614.833 155.771 616.363 152.991ZM350.418 96.0155L354.615 98.5213C355.007 95.6729 354.79 95.5262 350.418 96.0155ZM626.142 144.857L631.663 147.488L627.964 143.124L626.142 144.857ZM130.946 258.829C130.467 256.422 128.89 256.134 126.318 257.754C127.633 259.013 129.216 258.59 130.946 258.829ZM18.2021 163.291C20.3248 165.054 20.4109 165.046 22.459 162.896C20.5614 161.492 20.4113 161.506 18.2021 163.291ZM155.43 113.218C157.646 115.421 158.268 115.534 160.505 114.212C159.09 112.357 157.311 113.124 155.43 113.218ZM504.045 112.763L504.548 112.465L503.946 109.309H500.316L504.045 112.763ZM713.908 156.684L713.753 157.185L716.685 160.141L717.117 159.843L716.957 157.036L713.908 156.684ZM825.989 275.574C826.271 278.327 826.346 278.389 829.798 278.932C829.475 278.101 828.96 277.362 828.297 276.777C827.634 276.192 826.842 275.78 825.989 275.574ZM656.63 139.785L656.816 139.1L653.484 137.214L652.069 139.45L656.63 139.785ZM811.967 238.087L808.234 234.161C808.521 236.387 809.121 238.304 811.967 238.087ZM484.758 143.567L490.247 137.372C488.039 139.093 485.444 140.461 484.758 143.567ZM139.212 260.771L139.072 260.17C137.864 260.263 136.647 260.298 135.456 260.495C135.284 260.599 135.141 260.746 135.042 260.924C134.942 261.101 134.89 261.301 134.89 261.505C134.963 261.8 135.599 262.23 135.848 262.149C136.996 261.776 138.095 261.245 139.212 260.771ZM210.832 195.362L217.508 197.986L217.741 197.376C215.68 196.03 213.278 195.33 210.832 195.362ZM704.603 198.261C703.799 198.458 702.973 198.545 702.147 198.517C701.342 198.385 700.726 197.203 699.709 198.06C700.999 200.808 701.272 200.841 704.603 198.261ZM594.656 106.847C596.032 107.93 597.708 108.542 599.445 108.595C597.71 105.923 597.71 105.923 594.656 106.847ZM289.581 105.51L289.812 105.009L285.975 102.519L286.493 105.847L289.581 105.51ZM618.989 135.493L614.89 134.419L614.697 134.907L617.721 137.49L618.989 135.493ZM627.763 137.798C626.158 137.59 625.113 136.763 623.37 137.266L626.437 139.777L627.763 137.798ZM180.834 239.51L177.506 244.988C178.507 244.484 179.35 243.703 179.938 242.735C180.526 241.766 180.837 240.649 180.834 239.51ZM232.931 269.144C234.193 269.982 235.02 271.747 237.205 271.18C236.107 269.51 234.985 268.426 232.931 269.144ZM148.178 115.044L152.741 116.951L151.691 114.162L148.178 115.044ZM405.425 112.91L408.641 115.648C408.685 112.83 408.421 112.61 405.425 112.91ZM472.27 268.144L472.123 267.095L466.036 268.239L466.096 268.642L472.27 268.144ZM638.007 223.54C637.84 221.671 637.117 221.153 634.673 221.028C634.772 223.468 637.353 222.101 638.007 223.54ZM119.851 260.517C118.493 259.066 117.833 257.627 116.103 257.248C116.481 259.759 116.866 260.118 119.851 260.517ZM431.942 102.973H436.534C434.266 101.343 433.812 101.326 431.942 102.973ZM368.936 96.122C368.289 98.7455 368.344 98.8892 370.521 100.547C370.588 99.7364 370.481 98.9202 370.207 98.1557C369.933 97.3912 369.499 96.6978 368.936 96.122ZM599.816 115.038C597.365 113.128 596.625 112.919 594.707 113.665C596.256 114.589 598.023 115.064 599.816 115.038ZM799.163 222.587C798.851 220.332 797.942 219.012 795.771 219.031L799.163 222.587ZM811.24 240.068C811.961 242.004 812.434 243.3 814.49 243.565C814.278 242.751 813.87 242.004 813.302 241.393C812.734 240.782 812.025 240.326 811.24 240.068ZM191.922 247.873C191.377 247.136 190.616 246.596 189.75 246.33C188.884 246.063 187.957 246.085 187.104 246.392L191.922 247.873ZM307.736 68.5279C308.761 69.1369 309.634 69.5777 310.302 68.2113C310.393 68.0714 310.447 67.9098 310.46 67.7422C310.473 67.5746 310.443 67.4064 310.373 67.254C310.304 67.1015 310.197 66.9698 310.064 66.8715C309.93 66.7732 309.774 66.7115 309.61 66.6925C308.143 66.306 307.978 67.3745 307.736 68.5279ZM311.198 74.3703C309.314 74.2785 308.962 75.0014 309.255 78.5546L311.198 74.3703ZM335.31 152.723C334.708 150.735 333.674 148.912 332.286 147.389L331.817 147.743L335.31 152.723ZM326.088 37.3802C323.798 36.9627 323.798 36.9627 323.314 38.8715C324.672 39.4988 325.587 39.1343 326.088 37.3802ZM191.038 168.636C191.696 171.017 193.048 171.41 195.09 171.93C194.189 170.354 192.744 169.18 191.038 168.636ZM676.246 145.711C677.299 146.171 678.49 147.1 679.034 145.833C679.64 144.42 678.008 144.484 677.253 143.938L676.246 145.711ZM186.314 264.204C185.286 264.143 184.658 264.068 184.032 264.08C183.459 264.092 182.887 264.198 182.062 264.29C184.557 266.12 184.558 266.12 186.314 264.204ZM718.105 154.736C715.699 152.842 715.699 152.842 714.37 154.736H718.105ZM593.234 112.177C590.324 110.63 590.324 110.63 588.536 111.527C590.021 111.852 591.206 112.881 593.234 112.177ZM587.14 127.395C588.019 129.147 588.536 130.484 590.094 130.971C589.422 129.74 589.707 127.819 587.14 127.395ZM214.431 130.291C213.734 130.194 213.025 130.261 212.358 130.486C211.69 130.711 211.082 131.089 210.579 131.59C211.697 131.767 212.825 131.875 213.956 131.912C214.098 131.908 214.221 131.038 214.431 130.291ZM673.212 152.502L676.358 155.289C676.426 152.876 676.426 152.876 673.212 152.502ZM814.142 245.412C814.573 247.283 815.347 248.129 816.993 248.065C816.783 246.497 815.886 245.802 814.142 245.412ZM664.872 213.617C664.594 212.527 664.619 211.709 664.286 211.508C664.085 211.38 663.859 211.296 663.624 211.262C663.388 211.228 663.149 211.245 662.92 211.311C662.691 211.378 662.479 211.493 662.297 211.648C662.114 211.803 661.966 211.996 661.861 212.214L664.872 213.617ZM801.571 145.062C800.8 145.287 800.128 145.776 799.669 146.447C799.209 147.118 798.99 147.93 799.049 148.747C800.69 147.926 800.988 146.652 801.571 145.062ZM624.827 133.45L625.571 134.019C625.998 132.197 627.929 131.334 627.844 129.169L624.827 133.45ZM799.941 190.931L800.671 190.939L799.279 185.686L798.645 185.858L799.941 190.931ZM194.017 256.847C196.366 255.368 196.518 255.117 196.893 252.581L194.017 256.847ZM617.183 142.107L621.247 143.09C619.335 140.816 619.335 140.816 617.183 142.107ZM245.811 120.91L245.198 121.153C245.169 121.837 245.294 122.519 245.562 123.147C245.831 123.775 246.236 124.332 246.747 124.776L247.288 124.535L245.811 120.91ZM639.275 137.791C641.462 138.516 641.462 138.516 642.26 135.799L639.275 137.791ZM320.17 57.4782C318.292 57.6855 318.196 57.8176 318.153 60.2677C318.692 60.0138 319.16 59.625 319.512 59.1373C319.865 58.6497 320.091 58.079 320.17 57.4782ZM793.086 157.594C795.533 158.324 795.533 158.324 796.276 156.701L793.086 157.594ZM272.1 102.346C271.966 99.9793 271.966 99.9793 269.656 100.576L272.1 102.346ZM197.413 116.587L198.054 115.921L194.601 113.273L194.273 113.718L197.413 116.587ZM282.956 110.369L283.516 110.572L284.535 107.659C282.528 108.026 282.899 109.254 282.956 110.369ZM180.752 113.885C182.7 116.571 182.7 116.571 184.428 116.339L180.752 113.885ZM411.232 142.671L413.247 144.129C413.766 142.15 413.766 142.151 411.232 142.671ZM337.176 96.9535L338.597 94.328L336.179 94.6348L337.176 96.9535ZM203.958 246.398C206.02 245.716 206.02 245.716 206.082 244.11L203.958 246.398ZM584.641 96.3112L584.751 95.773C583.236 95.4686 581.855 94.5074 580.121 95.2831L584.641 96.3112ZM192.576 261.9L192.149 261.484C191.226 262.211 189.935 262.581 190.177 264.443L192.576 261.9ZM229.302 274.744C229.348 277.012 229.348 277.012 230.964 277.994C230.52 276.879 230.736 275.649 229.302 274.744ZM215.156 129.865C216.74 130.617 216.898 130.496 217.722 128.034L215.156 129.865ZM185.885 128.491L185.632 127.919L181.861 130.367L182.103 130.763L185.885 128.491ZM820.461 95.6309L817.227 97.398C819.061 97.5008 820.207 97.4669 820.461 95.6309ZM332.141 104.958C331.964 106.491 332.266 107.574 334.216 106.859L332.141 104.958ZM378.189 108.024L374.922 106.121C375.7 107.665 376.299 108.643 378.189 108.024ZM706.836 198.056C707.266 196.017 707.266 196.017 705.181 196.274L706.836 198.056ZM605.506 137.746L606.118 137.507L604.742 134.378L604.169 134.658L605.506 137.746ZM108.43 257.999C107.663 255.868 107.663 255.868 105.848 256.027L108.43 257.999ZM240.673 117.09C241.16 119.193 241.16 119.193 243.13 118.644L240.673 117.09ZM624.052 126.977H626.896C625.112 125.642 625.112 125.642 624.052 126.977ZM707.328 193.169C705.965 193.02 704.59 193.29 703.379 193.944L703.599 194.622L707.328 193.169ZM113.856 258.185L111.766 256.794C112.353 258.373 112.353 258.373 113.856 258.185ZM325.224 35.0926C325.965 36.2856 326.603 36.4279 327.344 35.6458C327.475 35.5083 327.416 35.1837 327.476 34.6765L325.224 35.0926ZM281.985 113.398L281.562 113.233L279.7 116.685L280.079 116.89L281.985 113.398ZM341.342 143.679L340.997 143.936L343.209 147.176L343.669 146.84L341.342 143.679ZM235.628 111.687L238.168 113.143C238.128 111.189 237.204 111.481 235.628 111.687ZM326.717 142.624L327.292 142.29L325.981 139.565L325.623 139.712L326.717 142.624ZM212.656 128.632C211.235 127.843 211.235 127.843 209.952 127.991C210.614 129.015 211.44 128.89 212.656 128.632ZM274.283 102.282C274.854 100.798 274.854 100.798 274.009 99.6578L274.283 102.282ZM327.595 32.7575L328 33.5053C328.488 33.2777 328.961 33.0171 329.415 32.7251C329.527 32.6447 329.431 32.2624 329.431 31.6453L327.595 32.7575ZM153.721 114.602C154.358 116.135 154.358 116.135 155.877 115.727L153.721 114.602ZM797.665 147.02L795.714 148.303C796.559 148.489 797.554 149.059 797.665 147.02ZM213.672 109.164C213.011 110.516 213.011 110.516 213.891 112.202L213.672 109.164ZM370.335 276.164L370.285 276.279H373.845L373.846 276.164H370.335ZM654.663 146.102H656.825C655.484 145.133 655.484 145.133 654.663 146.102ZM274.241 98.3238C274.543 97.7785 274.897 97.4008 274.818 97.2246C274.673 96.901 274.274 96.696 273.98 96.4418C273.827 96.734 273.548 97.0308 273.558 97.3169C273.568 97.5801 273.889 97.8316 274.241 98.3238ZM140.688 117.021L140.483 117.61L142.457 118.32L142.658 117.738L140.688 117.021ZM220.861 200.343C221.938 199.8 222.285 199.154 221.055 198.259L220.861 200.343ZM679.312 148.895L676.716 149.057C677.705 150.02 678.284 150.821 679.312 148.895ZM34.6671 185.905L35.0685 185.462L33.736 184.213L33.3527 184.634L34.6671 185.905ZM609.176 142.531L608.809 143.207L610.335 144.07L610.644 143.533L609.176 142.531ZM304.875 114.693L304.69 114.682L304.468 117.598L304.875 117.622V114.693ZM461.307 113.834L461.836 113.249L460.574 112.437L460.275 112.846L461.307 113.834ZM602.857 134.051C602.895 132.483 602.895 132.483 601.771 132.012L602.857 134.051ZM813.515 248.409L812.817 249.177L814.083 250.279L814.693 249.59L813.515 248.409ZM361.213 93.1973L361.585 93.3831C361.79 93.0029 362.024 92.6352 362.193 92.2383C362.319 91.887 362.424 91.5279 362.507 91.1632L362.14 91.0524L361.213 93.1973ZM475.377 119.429L474.9 119.191L474.721 122.082L475.13 122.104L475.377 119.429ZM183.797 162.864L183.996 162.283L182.318 161.53L182.124 161.986L183.797 162.864ZM280.039 107.7L279.873 108.452C280.34 108.494 280.807 108.553 281.274 108.556C281.328 108.556 281.385 108.248 281.44 108.082L280.039 107.7ZM316.356 62.7882L316.768 63.0362L317.813 61.3648L317.345 61.0816L316.356 62.7882ZM403.523 87.5221L403.281 87.2545L402.027 88.4548L402.243 88.6949L403.523 87.5221ZM459.83 102.868L459.533 103.349L460.714 104.155L461.046 103.61L459.83 102.868ZM161.266 127.16C161.534 126.843 161.825 126.649 161.832 126.445C161.839 126.266 161.526 126.076 161.353 125.891C161.174 126.091 160.912 126.266 160.847 126.499C160.807 126.641 161.072 126.871 161.266 127.16ZM696.425 198.804L696.351 199.18L697.648 199.522L697.742 199.049L696.425 198.804ZM350.728 61.6696L350.763 61.0371L349.776 60.9884C349.785 61.1501 349.751 61.4311 349.811 61.4534C350.111 61.5483 350.418 61.6206 350.728 61.6696ZM527.749 251.181L527.333 251.632L528.417 252.434L528.65 252.168L527.749 251.181ZM810.295 102.165L810.499 102.513L811.681 101.771L811.484 101.439L810.295 102.165ZM304.934 108.83L304.652 108.849L304.732 110.347L305.049 110.325L304.934 108.83ZM474.212 125.082L474.71 125.186C474.738 124.872 474.769 124.557 474.782 124.242L474.563 124.182C474.437 124.478 474.326 124.78 474.212 125.082ZM314.326 64.5227L313.854 64.2867L313.423 65.4302L313.754 65.6064L314.326 64.5227ZM817.397 95.5392L817.065 95.0535L816.127 95.9178L816.369 96.2224L817.397 95.5392ZM302.752 94.4399C302.611 94.2509 302.45 94.0783 302.272 93.9252C302.224 93.8908 302.026 94.0731 301.898 94.1558L302.356 94.7779L302.752 94.4399ZM188.083 167.534L188.507 167.215L187.577 166.502L187.382 166.745L188.083 167.534ZM620.763 137.087L620.446 136.81L619.72 137.717L620.002 137.96L620.763 137.087ZM201.359 196.345L201.935 196.162L201.398 195.047L201.116 195.164L201.359 196.345Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M238.872 199.269C238.141 198.861 237.584 198.191 237.308 197.388C237.032 196.585 237.058 195.707 237.379 194.922C237.809 193.978 238.33 193.079 238.935 192.241C239.983 190.688 240.612 188.883 240.761 187.004C240.91 185.125 240.573 183.24 239.783 181.536C239.303 180.008 238.22 179.623 236.648 180.067L236.805 177.372C238.708 176.147 240.907 175.489 243.156 175.47C251.702 174.497 260.251 173.548 268.803 172.623C270.827 172.4 272.85 172.113 274.881 172.019C280.893 171.738 286.908 171.383 292.923 171.355C298.195 171.283 303.468 171.494 308.718 171.987C313.025 172.431 317.263 173.585 321.53 174.43C322.075 174.537 322.607 174.743 323.155 174.797C326.744 175.193 330.107 176.778 332.729 179.312C329.753 182.556 326.437 185.457 322.841 187.962C323.458 188.305 324.166 188.441 324.864 188.35C325.561 188.26 326.213 187.947 326.727 187.457C327.898 186.437 329.143 185.507 330.525 184.402C330.525 185.925 328.829 187.88 325.638 190.335L327.777 191.367C327.608 191.624 327.498 191.895 327.426 191.885C323.797 191.378 321.851 193.665 320.172 196.746C321.482 196.805 322.795 196.794 324.105 196.715C325.289 196.59 326.025 194.929 328.05 195.557L321.197 200.936L327.412 203.802L324.743 205.244L326.64 207.522C324.694 207.957 322.664 206.133 321.385 208.407L323.051 209.684L315.197 211.349C314.453 214.528 313.882 217.747 313.486 220.99C312.769 224.359 312.318 227.787 311.735 231.281C312.207 231.412 312.687 231.507 313.172 231.565C315.976 231.584 316.751 231.146 316.969 228.283C317.371 226.276 317.96 224.313 318.728 222.421C318.844 221.97 319.317 221.614 320.11 221.395L319.382 225.433C319.728 225.565 320.026 225.801 320.207 225.729C323.19 225 326.221 224.495 329.276 224.219C331.616 223.671 331.654 223.619 332.196 221.212C334.019 213.115 335.937 205.041 337.834 196.961C337.941 196.714 338.089 196.488 338.271 196.292C339.217 196.12 339.52 196.606 339.369 197.401C339.265 197.95 338.938 198.451 338.798 198.996C337.437 204.294 336.08 209.593 334.768 214.904C334.684 215.628 334.677 216.358 334.747 217.083L340.57 216.623C342.158 215.596 340.928 213.055 343.292 212.362L343.072 216.391C345.578 217.683 345.067 214.956 345.978 214.191C346.626 217.198 346.368 220.336 345.238 223.191C343.678 221.496 344.984 219.566 344.584 217.823C344.263 217.752 343.931 217.756 343.612 217.835C343.292 217.913 342.995 218.064 342.74 218.276C342.486 218.488 342.281 218.755 342.142 219.059C342.002 219.362 341.931 219.694 341.934 220.029C341.732 221.597 341.565 223.17 341.345 225.07C339.284 223.228 337.134 224.382 335.056 224.536C332.903 224.696 332.72 225.038 332.365 227.357C332.281 227.91 332.221 228.467 332.142 229.088L334.244 229.868C331.744 231.214 331.748 231.215 331.338 234.232C330.994 237.123 330.499 239.994 329.855 242.832C329.529 238.921 329.65 234.984 330.217 231.101C327.79 231.378 325.505 231.519 323.281 231.973C322.711 232.089 322.334 233.192 321.713 234.058C321.557 233.675 321.323 233.329 321.027 233.045C320.731 232.76 320.379 232.542 319.994 232.407C319.609 232.271 319.201 232.22 318.795 232.257C318.39 232.294 317.997 232.418 317.642 232.621C315.878 235.258 316.406 238.827 314.808 242.225C313.708 238.811 315.772 236.143 315.389 233.173C314.889 232.995 314.374 232.866 313.85 232.787C311.709 232.656 311.426 232.816 311.054 234.95C310.503 238.112 310.103 241.303 309.596 244.474C309.475 245.178 309.179 245.837 308.736 246.39C308.471 244.002 308.589 241.587 309.084 239.238C309.197 237.006 310.549 234.758 309.181 232.478C309.546 231.98 310.255 231.447 310.351 230.816C311.319 224.435 313.036 218.159 313.458 211.236C309.638 211.866 305.778 212.206 301.909 212.253C302.282 210.606 303.222 210.628 304.154 210.558C306.637 210.372 309.128 210.232 311.593 209.895C312.678 209.612 313.73 209.209 314.73 208.693C315.702 209.007 316.714 209.175 317.733 209.193C318.49 209.121 319.179 208.295 319.681 207.378C318.228 207.378 316.772 207.313 315.324 207.392C312.556 207.544 309.791 207.746 307.028 207.999C306.393 208.092 305.778 208.29 305.207 208.588C300.688 210.559 295.885 211.768 290.986 212.167C289.046 212.234 287.105 212.094 285.194 211.748C282.622 211.461 280.067 210.992 277.49 210.78C273.26 210.54 269.102 209.565 265.193 207.897C261.15 206.263 256.934 205.113 252.631 204.471C248.112 203.616 243.716 202.079 239.276 200.803C238.427 200.559 238.455 199.908 238.844 199.23C240.015 199.424 241.196 199.567 242.354 199.822C244.593 200.316 246.794 201.087 249.055 201.365C257.309 202.321 265.41 204.35 273.161 207.402C274.595 208.051 276.102 208.519 277.647 208.796C280.287 209.14 282.966 209.19 285.63 209.327C287.382 209.417 289.454 208.868 290.812 209.644C292.279 210.322 293.937 210.431 295.477 209.951C295.601 209.935 295.702 209.728 295.818 209.605L294.709 208.021C299.054 206.591 303.162 205.246 307.264 203.881C307.698 203.781 308.101 203.57 308.433 203.267C309.991 201.413 311.586 199.578 312.996 197.607C315.381 193.247 318.411 189.288 321.979 185.87C322.173 185.723 322.221 185.373 322.335 185.117C323.087 184.079 323.839 183.043 324.64 181.94L316.314 183.114C316.752 183.587 317.292 183.95 317.892 184.174C318.491 184.398 319.133 184.477 319.768 184.405C320.659 184.431 321.85 183.673 322.373 185.144C317.76 185.661 313.198 186.579 308.737 187.886L315.923 189.131L315.522 190.827H305.951L305.901 190.491L308.153 189.397C306.713 189.072 305.764 188.761 304.794 188.655C297.811 187.893 290.838 186.829 283.834 186.523C273.864 186.088 263.87 186.231 253.887 186.092C252.744 186.019 251.605 185.886 250.475 185.691L250.457 184.955C251.201 184.826 251.951 184.744 252.704 184.708C255.749 184.735 258.794 184.792 261.838 184.879C271.645 185.15 281.456 185.341 291.257 185.766C295.122 185.934 298.964 186.643 302.817 187.093C303.361 187.2 303.919 187.221 304.469 187.153C308.063 186.376 311.646 185.546 315.478 184.677C312.853 183.777 310.026 183.687 307.351 184.419L307.829 182.834C304.675 182.641 301.63 182.482 298.589 182.265C287.505 181.505 276.383 181.5 265.298 182.253C261.427 182.505 257.57 182.997 253.702 183.321C253.142 183.276 252.591 183.143 252.071 182.927L252.034 182.307C252.638 182.016 253.275 181.8 253.929 181.663C258.258 181.284 262.587 180.839 266.926 180.661C280.152 179.994 293.408 180.259 306.598 181.456C307.325 181.509 308.056 181.443 308.763 181.259C309.912 180.982 311.015 180.495 312.17 180.257C314.785 179.72 317.419 179.281 320.046 178.802H324.907L324.474 180.346C328.202 180.912 328.202 180.912 329.163 178.497L324.168 177.137C323.324 179.006 321.238 177.769 320.075 178.841C317.772 179.008 315.453 179.059 313.168 179.368C310.877 179.914 308.486 179.841 306.231 179.156L311.48 178.036C309.772 177.886 308.105 177.868 306.44 177.888C291.445 178.073 276.45 178.222 261.456 178.491C258.51 178.544 255.573 179.073 252.63 179.368C250.39 179.593 248.147 179.795 245.906 180.008C246.02 179.685 246.21 179.395 246.457 179.163C246.705 178.932 247.005 178.764 247.329 178.676C249.593 178.21 251.88 177.875 254.18 177.672C261.292 177.254 268.408 176.92 275.528 176.668C280.524 176.489 285.526 176.495 290.525 176.404C290.793 176.363 291.054 176.286 291.303 176.177L291.005 173.658C286.762 173.858 282.617 174.023 278.477 174.268C277.033 174.553 275.57 174.723 274.101 174.776C269.5 174.485 264.882 174.723 260.334 175.486C257.44 176.073 254.51 176.463 251.565 176.652C248.704 176.687 245.863 177.139 243.126 177.993C241.311 178.489 240.969 179.179 241.39 181.169C241.722 182.735 242.346 184.246 242.58 185.822C243.19 188.603 242.835 191.515 241.574 194.058C240.622 195.765 239.769 197.53 238.872 199.269ZM330.655 229.664L331.093 225.294C329.042 225.618 327.417 225.807 325.821 226.141C323.208 226.688 323.019 227.023 323.221 230.159C325.707 230.474 328.229 230.306 330.655 229.664ZM340.415 218.475C335.331 217.605 333.482 218.882 333.442 223.275C334.626 223.171 335.804 223.04 336.984 222.969C339.478 222.817 340.819 222.597 340.415 218.475ZM309.067 205.938L309.305 206.601C310.923 206.421 312.539 206.124 314.16 206.093C314.82 206.135 315.471 205.909 315.969 205.464C316.468 205.019 316.774 204.392 316.822 203.718C315.03 202.709 313.328 204.874 311.578 203.463L309.067 205.938ZM322.051 198.412C318.085 198.276 317.261 198.775 315.932 201.819C318.882 202.707 320.239 200.594 322.051 198.412ZM318.261 230.664C321.423 231.156 321.996 230.468 321.315 227C318.496 226.932 318.071 227.441 318.261 230.664ZM302.533 175.929C301.101 175.266 299.533 174.966 297.962 175.055C296.392 175.145 294.866 175.621 293.515 176.443C296.531 176.571 299.55 176.398 302.533 175.929ZM323.901 203.817C320.249 202.511 319.037 202.92 317.592 205.972C319.455 204.727 322.201 206.646 323.901 203.817ZM318.078 196.799L317.889 196.051C317.258 196.145 316.358 196.004 316.044 196.377C315.006 197.666 314.063 199.032 313.223 200.464C313.06 200.986 312.99 201.534 313.017 202.082C315.934 201.171 315.418 197.509 318.078 196.799ZM311.651 181.569L311.834 182.399L321.101 180.972L321.022 180.401L311.651 181.569ZM317.674 194.265C319.427 195.179 320.331 194.183 321.162 192.777C318.691 192.034 318.691 192.034 317.674 194.265ZM304.974 206.901L304.759 206.174L299.98 207.939L300.155 208.486L304.974 206.901ZM323.874 190.704C321.773 189.378 321.773 189.378 320.638 190.876L323.874 190.704ZM306.293 176.196L306.254 176.359H308.99L308.991 176.196H306.293Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M478.212 242.149C469.482 243.598 460.619 243.334 451.768 244.378L450.679 247.275L450.277 247.326L449.744 244.461C445.928 244.354 442.223 246.008 438.206 245.582C439.36 244.406 439.36 244.406 441.628 243.705L442.548 238.646C431.165 240.919 419.499 241.318 407.993 239.828C409.79 238.881 411.653 239.632 413.481 239.573C415.422 239.51 417.368 239.644 419.311 239.618C421.254 239.592 423.203 239.548 425.137 239.374C427.068 239.201 428.984 238.853 430.907 238.588C432.829 238.324 434.75 238.057 436.675 237.813C438.597 237.569 440.523 237.352 442.739 237.088L443.545 230.394C445.509 232.441 444.059 234.51 444.576 236.612C447.615 237.003 450.7 236.496 453.465 235.152C454.381 235.554 455.347 235.823 456.336 235.951C460.494 235.908 464.65 235.647 468.808 235.574C472.307 235.513 475.809 235.587 479.309 235.641C480.043 235.721 480.771 235.855 481.487 236.044C481.105 236.423 480.638 236.7 480.125 236.85C479.613 236.999 479.072 237.016 478.552 236.9C473.553 236.946 468.552 236.873 463.553 236.947C460.78 236.988 458.012 237.27 455.239 237.371C454.731 237.306 454.218 237.445 453.809 237.758C453.4 238.072 453.126 238.536 453.046 239.052C452.809 240.145 452.469 241.215 452.055 242.73C460.931 242.615 469.557 241.519 478.212 242.149ZM452.016 237.64C449.488 237.824 447.662 237.966 445.835 238.086C444.851 238.151 443.974 238.394 443.77 239.54C443.561 240.711 443.442 241.899 443.222 243.541C445.45 243.372 447.429 243.274 449.39 243.033C449.652 242.983 449.899 242.873 450.114 242.713C450.33 242.552 450.507 242.345 450.634 242.106C451.158 240.77 451.502 239.36 452.016 237.64Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M459.128 209.533C452.806 211.048 446.321 211.735 439.829 211.578C438.33 215.346 437.426 219.332 437.151 223.388L436.518 223.464C436.257 222.883 436.103 222.258 436.062 221.619C436.373 219.292 436.713 216.957 437.248 214.674C438 211.47 438.942 208.313 439.783 205.13C439.923 204.599 439.959 204.04 440.066 203.345C437.223 202.848 434.877 204.614 432.157 204.827C432.087 204.648 432.059 204.455 432.075 204.263C432.091 204.071 432.151 203.885 432.251 203.721C432.35 203.558 432.486 203.42 432.647 203.319C432.808 203.219 432.99 203.159 433.179 203.143C434.882 202.709 436.577 202.233 438.294 201.865C440.08 201.482 441.44 200.794 441.36 198.593C441.35 198.302 441.719 197.998 442.304 197.098L442.802 200.456C445.367 199.973 447.962 199.49 450.556 198.996C452.186 198.685 451.858 196.895 452.517 195.983C454.466 196.013 453.33 197.676 454.035 198.377L468.584 196.751L468.758 197.396C468.313 197.721 467.821 197.975 467.3 198.149C465.383 198.461 463.449 198.659 461.523 198.914C458.344 199.335 458.293 199.442 457.59 202.599C457.366 203.191 457.312 203.837 457.437 204.459C457.562 205.081 457.859 205.654 458.293 206.109H452.017L450.529 209.276C448.947 206.107 451.6 203.584 450.982 200.623C448.231 200.868 445.513 201.412 442.876 202.247C442.586 202.371 442.326 202.558 442.114 202.794C441.902 203.031 441.742 203.311 441.646 203.616C441.116 205.504 440.757 207.441 440.313 209.454C443.355 210.433 446.601 210.547 449.702 209.783C452.788 209.369 455.87 208.924 458.954 208.493L459.128 209.533ZM455.213 204.596C455.662 203.946 455.968 203.204 456.109 202.421C456.25 201.639 456.223 200.834 456.029 200.064C453.037 200.065 452.815 200.322 452.251 204.596H455.213Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M189.918 227.475C190.429 227.547 190.95 227.582 191.45 227.701C191.865 227.823 192.271 227.97 192.667 228.142C195.008 225.702 195.426 224.545 194.818 222.082C197.432 222.245 197.595 219.897 198.625 218.425C197.763 217.586 197.262 216.433 197.231 215.217L199.722 216.715L201.266 214.353L198.812 212.133C200.25 211.292 201.058 212.64 202.392 212.499L205.839 208.798C206.014 211.081 203.236 212.01 203.964 213.975L200.793 217.152L202.738 219.622C199.173 219.297 199.121 219.335 197.811 223.165L199.721 224.555C202.575 222.236 203.718 218.303 207.471 217.191L200.327 226.184L196.695 224.516L194.262 228.807C195.843 230.626 198.243 230.97 199.022 233.353L193.667 230.559L190.968 234.362L190.375 234.026L192.03 230.045L189.673 228.074L189.918 227.475Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M258.312 213.572C259.24 212.916 259.605 212.434 259.953 212.445C264.075 212.579 268.194 212.787 272.483 212.984C271.349 214.287 271.348 214.313 265.768 214.213C263.266 214.353 260.757 214.137 258.312 213.572Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M276.464 273.232C275.903 273.388 275.308 273.361 274.762 273.156C274.216 272.95 273.746 272.576 273.418 272.086C270.553 269.69 268.197 266.722 266.497 263.363C268.649 263.907 268.811 265.715 269.872 266.598C271.089 267.611 272.283 268.661 273.404 269.781C274.41 270.787 275.303 271.912 276.464 273.232Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M384.5 205.604C382.01 207.273 379.511 205.929 376.512 206.289C377.091 205.466 377.302 204.866 377.564 204.842C379.902 204.509 382.285 204.771 384.5 205.604Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M357.959 207.998C355.676 209.209 353.035 209.515 350.544 208.857C351.604 208.077 352.843 207.589 354.142 207.438C355.44 207.288 356.755 207.481 357.959 207.998Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M402.512 205.524C404.793 204.095 407.033 204.879 409.874 205.216C408.749 205.83 407.503 206.177 406.228 206.23C404.953 206.284 403.682 206.042 402.512 205.524Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M434.276 205.567C433.11 206.374 431.738 206.815 430.329 206.835C428.92 206.855 427.537 206.454 426.349 205.681C428.952 205.054 431.657 205.015 434.276 205.567Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M297.613 214.172C299.872 213.702 302.214 213.862 304.392 214.637C303.311 215.132 302.128 215.349 300.946 215.268C299.764 215.187 298.619 214.811 297.613 214.172Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M210.653 157.304C212.44 155.394 214.597 153.885 216.986 152.874C216.733 153.271 216.455 153.652 216.156 154.014C215.097 155.154 213.97 156.231 212.949 157.405C212.355 158.088 211.824 158.283 210.653 157.304Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M210.233 191.035C211.253 190.204 212.513 189.738 213.818 189.711C215.123 189.684 216.401 190.097 217.453 190.885C214.664 190.571 212.53 191.892 210.233 191.035Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M217.446 138.734C218.447 141.437 219.058 144.273 219.262 147.155C217.738 144.64 217.098 141.67 217.446 138.734Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M199.767 141.83L203.996 138.503C203.939 140.588 202.079 141.266 201.266 142.725C201.185 142.869 200.48 142.649 200.065 142.598L199.767 141.83Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M206.453 142.239C203.368 145.767 203.368 145.767 202.094 145.795C202.86 143.527 203.517 142.95 206.453 142.239Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M355.043 216.146C354.909 215.158 354.975 214.152 355.236 213.191C355.496 212.23 355.947 211.333 356.559 210.556C356.728 211.544 356.68 212.558 356.418 213.525C356.156 214.492 355.686 215.387 355.043 216.146Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M191.203 237.174C189.141 237.449 188.011 236.034 186.362 235.067C187.283 234.88 188.238 234.981 189.102 235.357C189.965 235.733 190.698 236.366 191.203 237.174Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M212.24 161.678C213.525 159.039 214.425 158.667 216.175 160.248C214.777 160.661 214.004 162.314 212.24 161.678Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M326.08 212.062C326.659 211.559 327.364 211.231 328.116 211.114C328.868 210.997 329.637 211.095 330.337 211.399C329.792 211.962 329.083 212.331 328.316 212.45C327.549 212.57 326.765 212.434 326.08 212.062Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M215.726 164.692L212.246 166.119C213.164 163.937 213.26 163.896 215.726 164.692Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M196.689 134.188C197.817 135.918 196.592 136.444 195.994 137.293L195.353 136.968L196.689 134.188Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M180.01 250.085L183.349 252.134C181.29 252.381 181.149 252.302 180.01 250.085Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M210.514 153.32C211.144 152.238 212.153 151.439 213.336 151.083L213.695 151.564L210.852 153.773L210.514 153.32Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M194.056 131.421L197.36 129.227C196.566 131.269 196.566 131.269 194.056 131.421Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M186.773 238.857C185.398 238.939 184.343 238.73 184.505 237.41L185.111 236.863L186.773 238.857Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M215.077 166.96L216.567 166.89L216.656 167.487L215.169 167.749L215.077 166.96Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M189.332 240.846L190.198 241.571L189.959 241.93L188.953 241.328L189.332 240.846Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M101.489 160.019L100.526 161.53C101.574 162.373 102.317 163.548 102.638 164.869C102.96 166.191 102.842 167.584 102.303 168.83C101.994 169.598 101.592 170.323 101.106 170.988C100.374 172.134 100.355 172.122 101.477 173.664L103.212 170.684L105.026 172.073C104.974 172.27 104.895 172.46 104.793 172.636C104.367 173.123 103.599 173.549 103.537 174.069C103.342 175.734 102.071 176.604 101.288 177.833C100.937 178.628 100.687 179.466 100.546 180.326L97.8114 181.105C96.5953 179.258 96.5622 179.282 94.6133 180.211C92.637 181.228 90.6051 182.129 88.5278 182.909C84.5189 183.74 80.3585 183.341 76.5721 181.76C75.9471 181.598 75.3493 181.325 74.7236 181.168C73.0797 180.82 71.5705 179.991 70.3795 178.784C69.1885 177.576 68.3671 176.041 68.0153 174.365C67.1096 171.781 66.7818 169.023 67.0557 166.292C67.3296 163.562 68.1984 160.929 69.5984 158.585C72.0813 154.673 75.6229 151.58 79.7937 149.682C81.8977 148.913 84.1593 148.707 86.3635 149.082C88.5678 149.457 90.6413 150.402 92.3871 151.825C95.3544 153.403 97.8741 155.734 99.704 158.593C100.025 159.178 100.813 159.497 101.489 160.019ZM70.3554 161.807C71.2103 161.155 71.6309 159.743 73.0774 159.976C72.4447 161.561 71.9244 163.191 71.5206 164.852C71.3412 166.504 71.2814 168.167 71.3415 169.828L69.4343 169.446C69.939 171.013 70.6512 172.501 71.5511 173.871C72.0764 174.461 72.7061 174.855 72.9282 175.718C73.1827 176.733 73.6967 177.66 74.4174 178.405C75.1382 179.15 76.0399 179.686 77.0303 179.958C78.7739 180.576 80.5551 181.078 82.3624 181.461C83.3052 181.709 84.2896 181.744 85.2469 181.563C86.2042 181.383 87.1113 180.991 87.9049 180.415C89.5593 179.207 91.2795 178.096 93.0571 177.086C93.9006 176.589 94.6349 175.919 95.2147 175.12C95.7946 174.321 96.2075 173.409 96.428 172.44C97.0203 170.161 97.4656 167.829 98.2313 165.613C98.5192 164.816 98.6018 163.958 98.4712 163.12C98.3406 162.282 98.0011 161.492 97.4854 160.826C96.6528 159.706 95.8892 158.535 95.1988 157.319C94.4599 156.056 93.3855 155.032 92.1 154.366C90.8145 153.7 89.3705 153.42 87.9352 153.557L87.5271 151.679C87.1933 152.017 86.8188 152.311 86.4124 152.552C84.7084 153.272 82.9795 153.931 81.2573 154.606C80.9138 154.74 80.3973 155.062 80.236 154.935C78.3663 153.458 77.5181 155.458 76.339 156.135C75.5209 156.605 75.0336 157.834 73.7812 156.874C73.608 156.741 72.8144 157.077 72.6339 157.392C71.8105 158.825 71.1043 160.328 70.3554 161.807L69.5467 163.179L70.0526 163.399L70.3554 161.807ZM99.9043 174.698L97.346 178.337C100.277 177.576 100.86 176.663 99.9043 174.698ZM75.284 154.756L75.6461 155.237L77.8689 153.369L77.6393 153.089L75.284 154.756Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M157.515 208.706C156.63 208.309 155.714 207.988 154.776 207.747C154.016 207.526 153.203 207.597 152.491 207.948C150.618 209.382 149.225 211.373 148.503 213.648L151.678 214.594C150.542 216.137 148.917 215.443 147.543 216.256L146.375 219.793L148.731 218.223C148.916 218.515 149.117 218.71 149.079 218.794C146.888 224.315 143.628 229.328 139.494 233.533C139.43 233.364 139.272 233.16 139.318 233.031C140.391 230.032 141.496 227.046 142.575 224.049C144.106 220.723 145.281 217.238 146.079 213.654C146.454 211.609 147.571 209.784 149.206 208.542C150.572 207.129 152.044 205.819 153.371 204.371C153.917 203.63 154.408 202.849 154.84 202.034C155.203 201.393 155.655 200.809 156.183 200.302C158.359 198.54 158.457 198.28 157.316 195.459L159.194 194.042C158.704 193.176 158.125 192.364 157.468 191.622C155.549 189.852 153.43 188.303 151.566 186.479C150.219 185.204 149.059 183.739 148.12 182.127C146.484 179.186 145.128 176.082 143.662 173.042C143.5 172.701 143.362 172.349 143.248 171.989C142.291 169.048 142.615 168.561 145.771 168.166C146.317 169.829 146.826 171.507 147.456 173.136C147.542 173.358 148.235 173.337 148.818 173.467C148.607 171.527 146.665 169.896 148.707 167.765C149.001 168.492 149.251 169.236 149.459 169.993C149.788 172.157 150.749 174.169 152.218 175.765C153.687 177.361 155.593 178.467 157.689 178.938C159.062 179.31 160.388 179.859 162.273 180.514C161.671 180.933 160.966 181.17 160.238 181.198C159.511 181.226 158.79 181.044 158.159 180.673C157.057 180.325 155.963 179.953 154.393 179.437C154.718 180.403 155.26 181.279 155.978 181.992C156.695 182.705 157.567 183.235 158.522 183.541C159.526 183.878 160.512 184.268 161.476 184.712L161.382 185.301L159.014 185.43L162.478 188.471H159.835L162.003 190.984L160.528 192.12L162.22 196.738C162.004 197.033 161.88 197.387 161.863 197.755C161.938 199.911 160.537 200.898 159.034 201.94C157.537 202.978 156.156 204.192 154.578 205.445L157.932 207.863L157.515 208.706ZM148.121 177.734L148.539 177.609L148.036 176.343L147.754 176.435L148.121 177.734Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M77.5067 206.044L74.9324 205.352C76.0061 209.792 80.6429 210.118 82.8089 213.379L79.4326 212.427L81.2174 217.023L80.595 217.433C79.9274 216.623 79.2123 215.848 78.6002 214.996C75.8699 211.195 73.3582 207.21 70.4026 203.603C67.5637 200.138 64.306 197.025 61.162 193.83C60.4293 193.102 59.5534 192.541 58.5923 192.185C55.6043 190.874 53.0056 188.787 51.0557 186.13C49.5415 184.353 47.9341 182.657 46.3296 180.963C44.8896 179.443 43.4578 177.95 44.2817 175.424C44.6604 175.233 45.0735 175.124 45.4954 175.103C45.9174 175.083 46.3389 175.151 46.7337 175.304C47.1285 175.457 47.4881 175.692 47.79 175.994C48.0918 176.295 48.3295 176.657 48.488 177.057C49.1193 178.136 50.0567 179.028 50.6914 180.169C48.9939 179.742 48.4173 177.941 46.6879 177.363C47.289 178.44 47.9514 179.479 48.6718 180.477C50.7832 183.095 52.9314 185.687 55.1609 188.201C55.7314 188.958 56.4652 189.571 57.3053 189.992C58.1454 190.412 59.0692 190.629 60.005 190.626C61.2424 190.624 62.4656 190.896 63.59 191.423C64.7144 191.95 65.7131 192.721 66.5169 193.681C67.7006 194.721 68.8165 195.848 69.8978 197C70.5307 197.674 71.4451 198.432 71.5228 199.224C71.7701 201.745 73.6449 202.56 75.3397 203.668C76.2017 204.232 76.9793 204.93 77.7951 205.567L77.5067 206.044Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M134.315 141.533C133.844 141.354 133.392 141.126 132.967 140.854C128.361 137.217 123.694 133.653 119.221 129.85C118.635 129.26 117.882 128.874 117.068 128.746C116.254 128.618 115.422 128.755 114.689 129.138C114.029 129.371 113.355 129.559 112.671 129.702C112.31 128.335 113.189 128.165 113.821 127.947C117.17 126.972 120.684 126.734 124.131 127.248C123.105 128.803 121.576 128.057 120.119 128.838C125.285 132.453 130.145 136.503 134.647 140.947L134.315 141.533Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M65.3312 238.678C64.6654 238.637 64.0089 238.497 63.382 238.264C58.7622 235.732 54.5539 232.486 50.9062 228.641C56.8561 230.144 60.5933 235.076 65.5806 238.063L65.3312 238.678Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M37.4782 225.447C36.7057 224.789 35.9771 224.078 35.2973 223.321C34.1417 221.867 33.0578 220.349 32.0303 218.797C31.6585 218.035 31.3627 217.237 31.1475 216.415C33.7858 217.09 34.6694 219.141 36.2196 220.289C37.7535 221.425 39.481 222.288 41.256 223.35C39.6186 225.072 38.3235 222.836 36.6202 222.844C37.0269 223.808 37.3389 224.548 37.6518 225.286L37.4782 225.447Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M117.657 138.549C116.175 137.167 114.685 135.795 113.217 134.399C112.732 133.939 112.302 133.417 111.848 132.924L112.338 132.363L124.008 141.394C122.544 141.718 121.725 140.803 120.745 140.226C119.719 139.623 118.66 139.078 117.615 138.509L117.657 138.549Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M81.8691 188.377C83.2898 186.735 85.0978 185.49 87.1218 184.76C89.1459 184.031 91.3188 183.841 93.4348 184.209C92.4618 185.709 90.8671 184.9 89.6959 185.397C88.3435 185.971 86.9409 186.421 85.5893 186.997C84.4305 187.491 83.5612 188.866 81.8691 188.377Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M153.19 219.201C154.332 217.78 155.582 216.434 156.585 214.918C157.528 213.494 158.211 211.89 159.151 210.092C159.299 212.072 158.792 214.045 157.711 215.697C156.631 217.348 155.039 218.582 153.19 219.201Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M56.9647 186.908C54.5749 185.64 52.5956 183.693 51.2656 181.303C52.0801 181.448 52.4138 181.401 52.5602 181.549C54.1698 183.171 55.7508 184.824 57.3385 186.468L56.9647 186.908Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M96.9482 186.031C97.6774 182.911 98.9912 182.036 101.916 182.439L96.9482 186.031Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M46.077 171.81C43.807 171.088 41.71 169.89 39.9209 168.292C42.2941 168.747 44.4561 169.983 46.077 171.81Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M156.142 212.458L153.854 215.788C153.115 213.664 154.304 212.8 155.562 211.981L156.142 212.458Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M102.617 155.973C103.114 156.442 103.419 157.086 103.468 157.775C103.517 158.465 103.307 159.147 102.881 159.684L101.842 156.085L102.617 155.973Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M98.2979 154.145C99.0087 153.146 99.7053 152.971 100.811 153.856C100.5 154.211 100.072 154.436 99.6083 154.489C99.145 154.542 98.6787 154.42 98.2979 154.145Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M23.7187 210.222L22.4453 209.103L22.7283 208.707L24.174 209.698L23.7187 210.222Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M24.168 168.639C24.5891 168.789 25.0009 168.965 25.401 169.166C25.6131 169.286 25.7487 169.547 26.1714 170.039C25.7405 170.025 25.3235 169.881 24.9732 169.625C24.6228 169.368 24.3549 169.012 24.2034 168.6L24.168 168.639Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M323.975 88.1234C320.132 87.9195 316.424 86.6056 313.283 84.3346C315.443 83.73 316.866 85.5513 318.713 85.9895C320.547 86.4246 322.36 86.9548 324.182 87.4433L323.975 88.1234Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M343.983 50.0338C342.722 50.3141 341.416 50.3004 340.161 49.9937C338.906 49.687 337.735 49.0952 336.735 48.2625L336.977 47.5439L343.983 50.0338Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M352.539 36.1804C348.949 36.6626 346.731 35.8162 345.431 33.4163L352.539 36.1804Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M344.128 37.4014L348.455 38.967C347.706 39.4075 346.825 39.5519 345.978 39.373C345.131 39.1941 344.379 38.7042 343.862 37.9963L344.128 37.4014Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M340.342 41.8547L345.446 43.2907C342.924 44.2193 342.252 44.0741 340.342 41.8547Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M293.929 76.708C294.471 75.7355 295.042 74.778 295.552 73.7879C297.954 69.1208 300.328 64.4383 302.745 59.7793C303.155 59.0972 303.61 58.4444 304.108 57.8257L304.678 58.1053C304.31 58.9947 303.995 59.9117 303.565 60.7688C301.715 64.455 299.763 68.0893 297.978 71.8072C295.61 76.3934 293.85 81.2803 292.743 86.3397C292.594 86.8089 292.396 87.2606 292.153 87.687C290.962 86.8656 291.453 85.8985 291.666 85.0719C292.393 82.2578 293.192 79.4628 293.963 76.661L293.929 76.708Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M313.51 45.0066C313.515 46.0391 313.255 47.0549 312.755 47.9525C312.255 48.8501 311.533 49.5981 310.661 50.1219C310.487 48.1855 311.177 46.9651 313.51 45.0066Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M322.896 30.6215C323.193 28.2835 323.306 28.1545 325.581 27.5208L322.896 30.6215Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M333.854 85.8188L340.881 87.5651C339.685 88.1036 338.348 88.2243 337.078 87.9086C335.807 87.5929 334.674 86.8584 333.854 85.8188Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M358.252 45.3923L363.689 47.6058C363.193 47.8449 362.653 47.9771 362.104 47.9942C361.556 48.0114 361.009 47.913 360.499 47.7054C359.989 47.4978 359.527 47.1853 359.14 46.7874C358.753 46.3895 358.451 45.9146 358.252 45.3923Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M360.06 51.1404L356.634 50.6242L356.71 50.0336C357.273 49.8033 357.885 49.7251 358.487 49.8063C359.089 49.8875 359.66 50.1254 360.145 50.4972L360.06 51.1404Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M371.053 59.7478L370.816 61.6767L373.384 62.3826C371.684 64.0014 368.481 61.9981 368.12 65.5489L368.955 66.72L365.488 67.7517L367.94 69.3277C366.668 69.3308 365.436 69.7808 364.45 70.6022C363.465 71.4236 362.786 72.5663 362.529 73.8381C362.871 74.2498 363.291 74.586 363.765 74.826C364.238 75.0661 364.755 75.2049 365.282 75.234C366.264 75.4841 367.194 75.91 368.03 76.4918C366.958 76.4387 365.909 76.8156 365.106 77.542C364.303 78.2683 363.811 79.2863 363.734 80.3785C363.558 81.2648 362.665 82.0027 362.09 82.8209L363.69 83.8751C361.845 85.1418 360.343 84.316 358.8 83.7192C357.877 83.3621 356.899 83.1518 355.449 82.7314C355.107 81.8257 356.027 80.763 356.69 79.7142C358.195 77.335 359.824 75.0371 361.355 72.6742C362.146 71.4524 363.326 70.406 363.181 68.7018C363.162 68.4872 363.577 68.21 363.824 68.0025C364.102 67.7683 364.549 67.6476 364.692 67.3584C364.998 66.4781 365.36 65.6193 365.777 64.7875C366.268 64.0604 367.355 63.6727 367.667 62.9156C368.3 61.3776 369.545 60.7757 371.053 59.7478ZM363.83 76.4848L361.491 75.173L359.074 78.6984C362.033 80.4079 362.41 80.2265 363.83 76.4848ZM358.139 80.3081C357.157 81.7295 358.047 82.1334 358.815 82.3635C359.485 82.4744 360.167 82.4945 360.842 82.4235C360.741 81.9472 360.783 81.1997 360.509 81.0478C359.747 80.7154 358.953 80.4674 358.139 80.3081Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M359.015 87.5403C356.575 87.7019 354.139 87.1784 351.971 86.0269L352.126 85.3101L359.074 86.8602L359.015 87.5403Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M370.22 56.0864L375.704 58.1158C373.613 59.1357 371.922 58.6258 370.22 56.0864Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M222.024 275.345C223.608 275.919 224.724 276.418 224.988 277.994C225.973 283.083 227.468 288.056 229.451 292.833C229.754 293.787 230.006 294.757 230.206 295.739C228.512 294.594 228.106 293.902 226.891 289.951C226.242 287.838 225.713 285.687 224.949 283.601C226.101 291.216 227.772 298.739 229.951 306.117C228.381 304.876 228.039 303.971 226.836 298.925C226.224 296.357 225.419 293.839 224.811 291.271C224.185 288.622 223.639 285.951 223.156 283.272C222.189 280.753 221.802 278.041 222.024 275.345Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M227.658 315.751C227.116 314.384 226.523 313.036 226.04 311.648C224.245 307.101 222.907 302.381 222.045 297.559C221.637 294.6 220.879 291.688 220.221 288.768C220.069 288.338 220.074 287.867 220.233 287.44C220.392 287.013 220.696 286.659 221.089 286.44C222.34 288.303 221.682 290.468 222.241 292.361C222.82 294.326 223.066 296.39 223.556 298.387C224.027 300.306 224.61 302.197 225.17 304.093C225.757 306.08 226.463 308.035 226.954 310.046C227.745 311.783 228.229 313.649 228.385 315.557L227.658 315.751Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M235.319 297.842L235.998 299.056L235.539 299.319L234.89 298.083L235.319 297.842Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M378.524 80.0382L381.723 81.4482C383.338 80.5052 383.557 79.3502 382.413 77.7006C384.47 77.6623 386.484 78.3131 388.145 79.5535C387.171 80.659 386.094 79.7936 384.817 79.797L382.511 83.87L383.422 84.9334L380.347 85.9107C379.845 84.3194 377.411 84.5725 376.815 82.4786C378.306 82.1568 379.265 84.1291 380.792 83.1876L378.456 80.0827L378.524 80.0382Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M378.46 80.0818C378.353 79.6268 378.006 79.016 378.177 78.7405C380.048 75.7325 381.983 72.7661 383.937 69.8138C384.244 69.3117 384.699 68.9217 385.237 68.6998C385.774 68.478 386.367 68.4356 386.93 68.5789C384.044 71.2364 381.699 74.4479 380.029 78.0301C379.575 78.7341 379.073 79.4049 378.527 80.0375L378.46 80.0818Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M372.081 85.7622L378.051 88.7204C376.889 88.9387 375.691 88.8469 374.574 88.454C373.456 88.0611 372.457 87.3803 371.673 86.4776L372.081 85.7622Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M385.417 72.3716L389.277 74.5542C388.493 74.8152 387.646 74.7948 386.875 74.4965C386.104 74.1982 385.456 73.6399 385.039 72.9142L385.417 72.3716Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M439.09 111.25L441.638 113.575C441.014 113.55 440.419 113.304 439.954 112.88C439.489 112.456 439.184 111.879 439.09 111.25Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M396.838 85.7324L393.483 86.8471V84.7471C394.549 84.7836 395.608 84.3533 396.838 85.7324Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M391.885 87.6057L395.102 88.1079C393.404 88.7643 393.404 88.7643 391.885 87.6057Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M321.788 97.6245L319.719 97.2462L320.002 96.4766L321.752 97.6721L321.788 97.6245Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M311.142 194.033L307.99 194.589C308.292 196.455 310.177 195.327 310.815 196.368C307.221 197.851 303.388 198.64 299.511 198.693C300.565 198.305 301.609 197.887 302.675 197.537C303.793 197.171 304.93 196.871 306.461 196.424C304.492 194.66 302.58 195.581 300.646 195.289C300.433 193.949 299.385 193.714 298.113 193.62C290.923 193.091 283.743 192.417 276.549 191.949C269.727 191.506 262.895 191.221 256.065 190.948C254.414 190.882 252.751 191.168 251.092 191.231C250.553 191.191 250.019 191.094 249.499 190.942C249.891 189.502 250.885 189.614 251.754 189.609C255.178 189.589 258.607 189.489 262.025 189.635C269.138 189.941 276.252 190.289 283.354 190.799C290.101 190.985 296.818 191.803 303.419 193.241C304.784 193.425 306.168 193.396 307.524 193.155C308.753 193.073 310.008 192.598 311.143 193.341L311.142 194.033Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M299.754 200.759C293.795 199.858 288.183 198.874 282.536 198.193C276.851 197.507 271.139 197.02 265.426 196.634C259.784 196.254 254.127 196.109 248.292 195.853C248.818 194.304 249.76 194.677 250.508 194.682C267.133 194.08 283.749 196.131 299.754 200.759Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M292.391 206.551C280.719 205.881 269.281 203.143 257.649 202.116C257.275 202.083 256.932 201.672 256.36 201.295C258.362 200.314 260.627 200.045 262.796 200.531C270.161 201.889 277.516 203.305 284.886 204.636C286.886 204.997 288.925 205.12 290.943 205.386C291.456 205.486 291.962 205.62 292.458 205.786L292.391 206.551Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M307.979 201.514C303.969 203.423 299.619 204.474 295.196 204.603C299.214 202.717 303.559 201.666 307.979 201.514Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M83.0278 157.653C84.7833 157.635 86.5141 158.075 88.0565 158.931C89.5989 159.786 90.9018 161.03 91.8416 162.543C92.4009 163.373 92.6818 164.366 92.6424 165.373C92.603 166.379 92.2453 167.346 91.6229 168.127C90.3493 169.834 88.8175 171.324 87.0852 172.539C86.2814 173.117 85.3298 173.444 84.3471 173.479C83.3643 173.514 82.3929 173.255 81.5517 172.735C79.1373 171.511 77.2336 169.443 76.1864 166.908C75.8447 166.071 75.7374 165.153 75.8766 164.258C76.0158 163.362 76.3958 162.524 76.9745 161.836C77.6593 160.762 78.5476 159.839 79.5872 159.121C80.6267 158.402 81.7965 157.903 83.0278 157.653Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M78.7471 176.954L83.3345 179.205C83.9207 177.353 85.4281 177.102 86.9277 176.654C88.3544 176.129 89.7437 175.504 91.0854 174.783L91.5521 175.221C91.3144 175.843 91.253 176.712 90.8076 177.044C89.1983 178.416 87.4149 179.561 85.5057 180.447C84.1559 180.79 82.7303 180.626 81.4893 179.984C80.2484 179.343 79.275 178.267 78.7471 176.954Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M92.3242 157.19C94.4414 159.557 95.6853 162.603 95.8426 165.803C94.0705 163.228 92.8698 160.288 92.3242 157.19Z\" fill=\"black\" fill-opacity=\"0.5\"><\/path><path d=\"M92.2158 175.988L93.1942 169.734C93.5481 170.204 93.8044 170.743 93.9472 171.318C94.0901 171.892 94.1165 172.491 94.0249 173.076C93.9333 173.661 93.7257 174.222 93.4146 174.722C93.1035 175.223 92.6956 175.653 92.2158 175.988Z\" 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-3440 post-3440 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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 fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-tentacoli-totano-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"marinai maxi - totano\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-tentacoli-totano-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-tentacoli-totano-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-tentacoli-totano-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-tentacoli-totano-maxi.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\/03\/piatto-hover-tentacoli-totano.webp\" alt=\"tentacoli di totano nai\">\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\">Squid Tentacles<\/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<br \/>\n800g<\/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-3459 post-3459 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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 decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-vongole-cotte-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"vongole cotte surgelate\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-vongole-cotte-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-vongole-cotte-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-vongole-cotte-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/03\/evidenza-vongole-cotte.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-vongole-qb.webp\" alt=\"vongole sgusciate\">\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\">Cooked Shelled Clams 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>700\/1200<\/strong><br \/>\nBag with header 800g<\/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-3463 post-3463 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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 decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-light-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"vongole pacifico surgelate\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-light-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-light-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-light-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-light-maxi.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\/hover-piatto-vongole-light.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\">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\">Cooked Pacific Clams with shell light brown<\/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; 60\/80<\/strong><br \/>\nBag with header 1000g<\/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-3466 post-3466 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-vongole-pacifico-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"vongole pacifico surgelate\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-vongole-pacifico-maxi.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-vongole-pacifico.webp\" alt=\"vongole del pacifico\">\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\">Cooked Pacific Clams with shell brown<\/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; 60\/80<\/strong><br \/>\nBag with header 1000g<\/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-3468 post-3468 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-polpo-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"polpo surgelato\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-polpo-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-polpo-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-polpo-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-polpo-maxi.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-polpo-cotto.webp\" alt=\"polpo cotto\">\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\">Cooked Sliced Octopus<\/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 650g<\/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-3470 post-3470 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-seppie-pulite-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"seppioline surgelate\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppie-pulite-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppie-pulite-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppie-pulite-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-seppie-pulite-maxi.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<\/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; 40\/60 &#8211; 60UP<\/strong><br \/>\nBag with header 800g<\/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-3472 post-3472 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-gamberi-60-80-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"gamberi sgusciati surgelati\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberi-60-80-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberi-60-80-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberi-60-80-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gamberi-60-80.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\">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 King Prawnsi 60 \/ 80 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 with header 800g<\/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-3474 post-3474 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-ciuffi-calamaro-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"calamaro indopacifico surgelato\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-ciuffi-calamaro-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-ciuffi-calamaro-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-ciuffi-calamaro-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-ciuffi-calamaro.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\/hover-piatto-ciuffi-calamaro.webp\" alt=\"calamaro scottato\">\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 Indo-Pacific Squid Rings &#038; Tentacles<\/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 class=\"p1\">Bag with header 800g<\/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-3477 post-3477 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-branzino-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"filetti branzino surgelati\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-branzino-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-branzino-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-branzino-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-branzino-maxi.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\">Sea Bass Fillets<\/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 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-3479 post-3479 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-orata-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"filetti di orata surgelati\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-orata-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-orata-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-orata-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-orata-maxi.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\">Sea Bream Fillets<\/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 class=\"p1\">Bag with header 800g<\/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-3481 post-3481 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"pangasio surgelato\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-pangasio-maxi.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\">White Pangasius Fillets<\/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 800g<\/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-3483 post-3483 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-mazzancolle-butterfly-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"mazzancolle tropicali panate butterfly\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-butterfly-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-butterfly-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-butterfly-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-butterfly.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\/hover-piatto-mazzancolle-butterfly-2.webp\" alt=\"mazzancolle panate butterfly\">\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\">Breaded Butterfly Tropical King Prawns<\/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>Box 1000g<\/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-3487 post-3487 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-mazzancolle-torpedo-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"mazzancolle torpedo\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-torpedo-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-torpedo-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-torpedo-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-torpedo.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\/hover-piatto-mazzancolle-torpedo-3.webp\" alt=\"mazzancolle torpedo 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\">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\">Breaded Torpedo Tropical King Prawns<\/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>Box 1000g<\/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-3490 post-3490 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi 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-mazzancolle-avvolte-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"mazzancolle tropicali avvolte\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-avvolte-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-avvolte-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-avvolte-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-mazzancolle-avvolte.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\/hover-piatto-mazzancolle-avvolte-3.webp\" alt=\"mazzancolle avolte 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\">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\">Tropical King Prawns wrapped in potato strings<\/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>Box 1000g<\/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-3493 post-3493 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi tag-mixed\" 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-risotto-spaghetti-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"misto per risotto e spaghetti\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-risotto-spaghetti-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-risotto-spaghetti-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-risotto-spaghetti-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-risotto-spaghetti-maxi.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-risotto-spaghetti.webp\" alt=\"misto risotto spaghetti\">\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\">mixed<\/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\">Risotto &#038; Spaghetti Mix 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 900g<\/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-3495 post-3495 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi tag-mixed\" 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-gran-fritto-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"gran fritto extra surgelato\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gran-fritto-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gran-fritto-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gran-fritto-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-gran-fritto-maxi.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\/hover-piatto-gran-fritto.webp\" alt=\"gran fritto\">\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\">mixed<\/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\">Gran Fritto &#8220;Extra&#8221; 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 850g<\/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-3498 post-3498 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi tag-mixed\" 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-misto-scoglio-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"misto scoglio surgelato\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-misto-scoglio-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-misto-scoglio-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-misto-scoglio-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-misto-scoglio-maxi.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-misto-scoglio.webp\" alt=\"misto scoglio\">\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\">mixed<\/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\">Seafood Mix 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 850g<\/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-3501 post-3501 prodotto type-prodotto status-publish has-post-thumbnail hentry category-maxi tag-mixed\" 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-cocktail-mare-maxi-300x300.webp\" class=\"attachment-medium size-medium wp-post-image\" alt=\"cocktail mare surgelato\" srcset=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-cocktail-mare-maxi-300x300.webp 300w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-cocktail-mare-maxi-150x150.webp 150w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-cocktail-mare-maxi-768x768.webp 768w, https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/evidenza-cocktail-mare-maxi.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\/2025\/12\/piatto-hover-cocktail-mare.webp\" alt=\"cocktail mare\">\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\">mixed<\/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\">Seafood Cocktail<\/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 900g<\/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 maxi The format for maximum consumption, strictly in the name of freshness and value. 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-3393","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 maxi - Nai<\/title>\n<meta name=\"description\" content=\"Marinai maxi, designed for mass consumption, maintains the freshness and convenience of its products unchanged.\" \/>\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-maxi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Marinai maxi - Nai\" \/>\n<meta property=\"og:description\" content=\"Marinai maxi, designed for mass consumption, maintains the freshness and convenience of its products unchanged.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nai.it\/en\/marinai-maxi\/\" \/>\n<meta property=\"og:site_name\" content=\"Nai\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T14:35:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-maxi.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-maxi\\\/\",\"url\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/\",\"name\":\"Marinai maxi - Nai\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nai.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/hero-marinai-maxi.webp\",\"datePublished\":\"2026-02-17T09:38:01+00:00\",\"dateModified\":\"2026-06-12T14:35:31+00:00\",\"description\":\"Marinai maxi, designed for mass consumption, maintains the freshness and convenience of its products unchanged.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.nai.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/hero-marinai-maxi.webp\",\"contentUrl\":\"https:\\\/\\\/www.nai.it\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/hero-marinai-maxi.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nai.it\\\/en\\\/marinai-maxi\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nai.it\\\/en\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Marinai maxi\"}]},{\"@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 maxi - Nai","description":"Marinai maxi, designed for mass consumption, maintains the freshness and convenience of its products unchanged.","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-maxi\/","og_locale":"en_US","og_type":"article","og_title":"Marinai maxi - Nai","og_description":"Marinai maxi, designed for mass consumption, maintains the freshness and convenience of its products unchanged.","og_url":"https:\/\/www.nai.it\/en\/marinai-maxi\/","og_site_name":"Nai","article_modified_time":"2026-06-12T14:35:31+00:00","og_image":[{"url":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-maxi.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nai.it\/en\/marinai-maxi\/","url":"https:\/\/www.nai.it\/en\/marinai-maxi\/","name":"Marinai maxi - Nai","isPartOf":{"@id":"https:\/\/www.nai.it\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nai.it\/en\/marinai-maxi\/#primaryimage"},"image":{"@id":"https:\/\/www.nai.it\/en\/marinai-maxi\/#primaryimage"},"thumbnailUrl":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-maxi.webp","datePublished":"2026-02-17T09:38:01+00:00","dateModified":"2026-06-12T14:35:31+00:00","description":"Marinai maxi, designed for mass consumption, maintains the freshness and convenience of its products unchanged.","breadcrumb":{"@id":"https:\/\/www.nai.it\/en\/marinai-maxi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nai.it\/en\/marinai-maxi\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nai.it\/en\/marinai-maxi\/#primaryimage","url":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-maxi.webp","contentUrl":"https:\/\/www.nai.it\/wp-content\/uploads\/2026\/02\/hero-marinai-maxi.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.nai.it\/en\/marinai-maxi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nai.it\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Marinai maxi"}]},{"@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\/3393","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=3393"}],"version-history":[{"count":1,"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/pages\/3393\/revisions"}],"predecessor-version":[{"id":3395,"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/pages\/3393\/revisions\/3395"}],"wp:attachment":[{"href":"https:\/\/www.nai.it\/en\/wp-json\/wp\/v2\/media?parent=3393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}