/** Shopify CDN: Minification failed

Line 7:8 Expected URL token but found "("

**/
/** CUSTOM STYLES **/
@import (css) url("//hello.myfonts.net/count/3bca07");
  
@font-face {
  font-family: 'Recoleta-Medium';
  src: url('/cdn/shop/t/22/assets/recoleta-medium.woff2') format('woff2'), 
  url('/cdn/shop/t/22/assets/recoleta-medium.woff') format('woff');
  font-display: swap;
}

body {
  /* background: url("/cdn/shop/files/bg-texture.webp?v=1695308842") !important;
  background-size: 200px !important; */
  letter-spacing: 0!important;
}
 
button:not(.z-div, .z-a, .z-text, .z-li, .co-button, .rb-btn, .thumbnail, .slider-button, .slider-counter__link--dots, .kl-hub-action-card, .kl-hub-button, .kl-hub-button-secondary), .button {
  background: #554839! important;
  border-color: #554839;
  color: #FFFFFF! important;
  border-radius: 3px!important;
  font-family: 'Raleway';
}

button:before, .button:before, button:after, .button:after {display:none;}
.menu-drawer__utility-links li.list-social__item {margin: 1rem;}

a.button.button--secondary.button--outlined {
  background: transparent!important;
  border: 1px solid #4f3a3e;
  color: #4f3a3e!important;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all .25s ease-in-out;
}

a.button.button--secondary.button--outlined:hover {
  background: #4f3a3e!important;
  border: 1px solid #4f3a3e;
  color: #FFFFFF!important;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
}

.desktop {display:none!important;}

@media screen and (min-width: 749px) {
  .desktop {display:block!important;}
  .mobile {display:none!important;}
}

/** NAV ICON STYLES **/
.header__icon, .header__icon--cart .icon {padding: 12px;}
.cart-count-bubble {background-color: #f68f56;}

/** BANNER STYLES **/

.mobile.banner__media {
  height: 100vw;
  position: relative;
  left: 0;
  top: 0;
} 

h1, h2, 
h2.banner__heading, .title-wrapper-with-link h2, 
.squiggle h2, 
h1.main-page-title.page-title {
  font-family: 'Recoleta-Medium';
    font-weight: normal !important;
    color: #554838;
}

.banner__text p {color: #554838;}

.banner__buttons:hover {
    opacity: .75;
    transition: opacity .25s ease;
}

#MainContent .banner.banner--large {
    min-height: 47rem;
}

slideshow-component .slideshow__controls {
  border: none!important;
}

@media screen and (min-width: 749px) {
    .banner--content-align-left.banner--desktop-transparent .banner__box p {
        font-size: 1.75vw;
        width: 50%;
        text-align: center;
    }
    
    .banner--content-align-left.banner--desktop-transparent .banner__box h2 {
        font-size: 5vw;
        width: 50%;
        line-height:120%;
        text-align: center;
    }
}

@media screen and (min-width:1200px) {
.banner--content-align-left.banner--desktop-transparent .banner__box p {font-size: 1.75rem;width: 70%;}
.banner--content-align-left.banner--desktop-transparent .banner__box h2 {font-size: 6rem;line-height: 110%;width: 70%;}
#MainContent .banner.banner--large {height: 90rem;}
.banner__buttons {
  width: 70%;
  justify-content: center;
}
}

#MainContent .banner {
  -webkit-mask: url(//www.michelesgranola.com/cdn/shop/t/81/assets/border-mask.svg?v=162175713173472175631760385080);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-size: cover;
  mask: url(//www.michelesgranola.com/cdn/shop/t/81/assets/border-mask.svg?v=162175713173472175631760385080);
  mask-repeat: no-repeat;
  mask-position: bottom;
  mask-size: cover;
}

@media (min-width:750px) {
  .banner--content-align-left.banner--desktop-transparent .banner__box {
    margin-left: -5rem;
    width: 70vw;
  }
}

@media (min-width:1000px) {
  .banner--content-align-left.banner--desktop-transparent .banner__box {
    margin-left: 0;
    width: 70vw;
  }
}

@media (min-width:1200px) {
  .banner--content-align-left.banner--desktop-transparent .banner__box {
    margin-left: -6vw;
    width: 50vw;
  }
}


/** MEGA MENU **/
sticky-header.header-wrapper {background-color: #ffffff;}

.mega-menu--image img {
  width: 100%;
  height: auto;
}

.shopify-section.shopify-section-group-header-group.section-header #MegaMenu-Content-1 {
  max-width: 80rem !important;
  width: 100%;
  min-width: 80rem !important;
}

.mega-menu--image a {
  color: #373737;
  text-decoration: none;
}

.mega-menu--image p.mega-menu-image-subheading {
  text-align: center !important;
  font-weight: 800;
  font-size: 1.5rem;
}

div#MegaMenu-Content-1 a.mega-menu__link--level-2 {
  font-size: 2rem;
}

.menu-drawer__close-button {
  width: 90%;
  margin-inline: 2rem;
}

.header__inline-menu header-menu .mega-menu__content {
  min-width: 33rem !important;
  top: 50px !important;
  left: -1.85rem;
  z-index:100;
}

.mega-menu__list.page-width {padding: 0px 3rem;}

/** FEATURED PRODUCTS **/
.product-card-wrapper .card__inner {background: transparent;}

h3.card__heading a {
  font-family: 'Recoleta-Medium';
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}


.card__information .card-information {
  text-align: center;
}

@media screen and (min-width: 749px) {
  h3.card__heading a {font-size: 2.25rem;}
  .product-card-wrapper {transition: transform .25s ease;}
  /* .product-card-wrapper:hover {transform: scale(1.1);} */
  .product-card-wrapper.underline-links-hover:hover a {text-decoration: none;}
}

/** TEXT WITH IMAGE **/
.image-with-text__media {border: none;}
.image-with-text__media img {object-fit: contain;}

/** INSTA FEED **/
div#insta-feed {margin-block: 4rem;}


/** SEARCH **/
.search-modal__content input#Search-In-Modal {
  background-color: #fff;
  border: 1px solid #4f3a3e;
  border-radius: 4px;
  box-shadow: none;
}

.search-modal__content button.search__button.field__button {
  height: 95%;
}

.search-modal__content .field:before,
.search-modal__content .field:after {
  display: none;
}

.search-modal__content.search-modal__content-bottom,
.predictive-search.predictive-search--header {
  background-color: #fff;
}

/** Klaviyo adjustments **/
button.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1 {
  background: transparent!important;
}

form.needsclick.klaviyo-form {
  margin-bottom: 2rem!important;
}

/** ADA Adjustments **/
.badge.color-inverse {
  background-color: #ccc;
  color: #4d4d4d;
}

.badge {
  font-weight: 600;
}

/* Drawer fix for smaller screen sizes */
.drawer__inner {padding-bottom: 7rem;}

/* Page Fly Adjustments */
select.rc_widget__option__plans__dropdown {background-color: transparent;}
#MainContent h1[data-product-type="title"] {font-size: 3.5rem !important;}
h5[data-pf-type="Heading"] {
  font-weight: 700;
  margin-bottom: 0;
}
h5[data-pf-type="Heading"]+div[data-pf-type="Block"] {
  margin-top: 0;
}
.navbar {font-size: 3rem;}
.navbar .dropdown button.dropbtn {
  font-size: 16px;
  background-color: #554838 !important;
}
.navbar .dropdown-content a {font-size: 16px;}
.pf-option-swatches input[type='radio']+label {font-size: 1.25rem;}
button[data-pf-type="TabHeader"] {
  background-color: transparent !important;
  border-radius: 0 !important;
}
#MainContent h2[data-pf-type="Heading"] {font-size: 3rem;}
h3[data-pf-type="ArticleTitle"] {color: #554738;}
a[data-pf-type="ArticleViewDetails"] {text-decoration: none;}
#calories th {font-size: 2.5rem!important;}
table.pf-inner-table {border-collapse: collapse;}
table:not([class]) td, table:not([class]) th {
  padding: 0;
  border: none;
}

table:not([class]) {
  border-style: none;
  box-shadow: none;
}

img, video, canvas {
  overflow: hidden;
  }
#__pf {
  max-width: 1600px;
  margin: 0 auto;
}
button#BIS_trigger {
  background-color: #cfa44e !important;
  border: none;
  padding: 1rem;
}

button.dropbtn b:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 800 800" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M0,200.652L400.001,599.35L800,200.652L0,200.652Z" style="fill:white;fill-rule:nonzero;"/></svg>');
  margin-left: 5px;
}

div#you-may-also-like .rc_container_wrapper,
div#you-may-also-like .splide__pagination {display: none!important;}

/* Recharge Bundle Builder */
section#recharge-bundle {
    padding: 3rem;
    background-color: #f6f4f5;
}
#recharge-bundle select {padding: 1rem;}

/* CART/DRAWER STYLES */
cart-remove-button .button,button.quantity__button {
  background-color: transparent!important;
  color: #000!important;
}

.quantity:after {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

button.button.button--tertiary.cart-remove-button {
  background-color: transparent!important;
  color: #000;
}

svg.icon.icon-remove path {fill: #4f3a3e;}

/* .quantity:before, quantity-input.quantity.cart-quantity {
  background-color: transparent!important;
} */

.cart-item__image-container {
  background-color: transparent;
  border: none;
}


/* Adding arrow to pagefly templates */
div[data-pf-type="ProductBox"] div[data-pf-type="Divider2"] + h5[data-pf-type="Heading"],
div[data-pf-type="ProductBox"] div[data-pf-type="Divider2"] + h5[data-pf-type="Heading2"],
div[data-pf-type="ProductBox"] h5.arrow-to-below {
  position: relative;
}

div[data-pf-type="ProductBox"] div[data-pf-type="Divider2"] + h5[data-pf-type="Heading"]:after,
div[data-pf-type="ProductBox"] div[data-pf-type="Divider2"] + h5[data-pf-type="Heading2"]:after,
div[data-pf-type="ProductBox"] h5.arrow-to-below:after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  position: absolute;
  top: 1rem;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 225 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Artboard1" transform="matrix(0.448735,0,0,1,0,0)"><rect x="0" y="0" width="500" height="511.61" style="fill:none;"/><g transform="matrix(1.45957,0,0,0.654962,-2864.47,-55.2013)"><path d="M2192.72,561.055C2193.12,561.199 2193.52,561.492 2193.86,561.434C2194.47,561.332 2195.77,561.793 2195.35,560.59C2195.21,560.168 2193.52,560.145 2192.72,561.055ZM2181.22,553.234C2181.34,552.691 2181.12,552.289 2180.58,552.316C2179.58,552.367 2178.99,552.996 2178.96,553.984C2178.94,554.324 2179.35,554.996 2179.51,554.98C2180.5,554.867 2180.78,553.957 2181.22,553.234ZM2087.7,396.313C2087.01,396.477 2086.57,396.922 2086.54,397.605C2086.5,398.367 2086.93,398.93 2087.68,398.465C2088.12,398.199 2088.34,397.492 2088.52,396.941C2088.56,396.836 2087.99,396.523 2087.7,396.313ZM2167.4,731.973C2165.61,730.684 2163.89,730.375 2162.11,731.988C2163.89,733.426 2165.61,733.414 2167.4,731.973ZM2095.63,360.625C2096.11,359.445 2095.47,359.094 2094.84,358.902C2094.23,358.715 2093.43,358.539 2093.23,359.477C2093.05,360.348 2092.96,361.391 2094.27,361.352C2094.82,361.332 2095.35,360.785 2095.63,360.625ZM2039.94,734.5C2039.55,733.672 2038.82,733.648 2038.27,733.961C2037.77,734.238 2037.22,734.832 2037.14,735.355C2037.02,736.125 2037.77,736.375 2038.41,736.195C2039.27,735.961 2039.82,735.332 2039.94,734.5ZM2111.86,357.918C2111.87,357.254 2111.72,356.469 2110.98,356.563C2110.48,356.625 2109.86,357.262 2109.63,357.789C2109.35,358.445 2109.8,359.055 2110.55,359.113C2111.32,359.172 2111.68,358.602 2111.86,357.918ZM2256.52,149.34C2255.83,149.527 2255.27,149.926 2255.38,150.676C2255.42,150.902 2256.07,151.156 2256.45,151.199C2257.13,151.273 2257.8,151.027 2257.82,150.242C2257.84,149.461 2257.22,149.254 2256.52,149.34ZM2053.42,755.984C2053.29,755.242 2052.79,754.898 2052.12,755.094C2051.83,755.172 2051.46,755.699 2051.48,756.004C2051.53,756.715 2052.11,757.059 2052.77,756.867C2053.05,756.789 2053.21,756.293 2053.42,755.984ZM2214.8,189.52C2214.86,188.723 2214.44,188.223 2213.69,188.164C2213.33,188.137 2212.72,188.375 2212.61,188.645C2212.35,189.305 2212.7,189.945 2213.32,190.23C2214,190.535 2214.55,190.246 2214.8,189.52ZM2095.83,784.836C2094.91,784.746 2094,784.867 2094.02,785.992C2094.03,786.523 2094.65,787.047 2094.99,787.566C2095.65,787.035 2096.53,786.629 2096.91,785.941C2097.32,785.188 2096.37,785.066 2095.83,784.836ZM2156.57,216.969C2156.99,216.461 2157.45,216.055 2157.7,215.547C2157.78,215.375 2157.35,214.691 2157.11,214.672C2156.34,214.598 2156.11,215.277 2156.04,215.871C2156,216.16 2156.32,216.488 2156.57,216.969ZM2187.38,237.129C2188.16,237.078 2188.55,236.598 2188.5,235.883C2188.44,235.039 2188.35,234.039 2187.1,234.191C2186.41,234.273 2185.84,234.727 2185.78,235.453C2185.72,236.512 2186.46,236.945 2187.38,237.129ZM2097.42,707.754C2097.24,707.137 2096.93,706.555 2096.22,706.648C2096,706.676 2095.7,707.297 2095.72,707.637C2095.74,708.277 2096.13,708.832 2096.86,708.676C2097.11,708.621 2097.25,708.074 2097.42,707.754ZM2123,687.457C2122.7,687.906 2122.19,688.41 2122.04,689.004C2121.91,689.531 2122.45,689.754 2122.91,689.336C2123.38,688.906 2123.9,688.398 2124.08,687.832C2124.21,687.402 2123.65,687.188 2123,687.457ZM2093.68,661.305C2093.49,660.953 2093.37,660.492 2093.08,660.285C2092.65,659.992 2092.19,660.242 2092.21,660.762C2092.22,661.121 2092.46,661.609 2092.75,661.797C2093.17,662.066 2093.55,661.797 2093.68,661.305ZM2181.42,628.844C2181.27,628.5 2181.4,627.621 2180.65,627.746C2180.17,627.832 2179.63,628.48 2179.41,629C2179.11,629.723 2179.7,630.109 2180.37,630.117C2181.04,630.129 2181.56,629.824 2181.42,628.844ZM2152.26,621.34C2152.05,621.676 2151.65,622.031 2151.68,622.34C2151.71,622.617 2152.21,623.059 2152.5,623.063C2153.33,623.07 2153.59,622.484 2153.25,621.797C2153.12,621.543 2152.6,621.484 2152.26,621.34ZM2098.03,606.363C2097.88,605.859 2097.49,605.613 2097.08,605.902C2096.6,606.242 2095.97,606.703 2095.88,607.191C2095.73,608.043 2096.41,608.109 2097.05,607.793C2097.62,607.504 2098.14,607.137 2098.03,606.363ZM2162.28,228.578C2163.15,228.254 2164.44,228.629 2164.12,227.23C2164.02,226.816 2163.16,226.379 2162.61,226.316C2161.7,226.223 2160.77,226.602 2160.89,227.695C2160.92,228.051 2161.84,228.316 2162.28,228.578ZM2190.84,227.664C2190.72,226.535 2190.09,225.969 2189.24,225.781C2188.6,225.641 2187.98,226.078 2187.87,226.738C2187.68,227.789 2188.43,228.301 2189.32,228.32C2189.84,228.336 2190.36,227.883 2190.84,227.664ZM2143.78,238.438C2143.6,238.102 2143.4,237.227 2142.99,237.105C2142.02,236.824 2141.28,237.523 2141.32,238.473C2141.33,238.926 2142,239.551 2142.52,239.742C2143.25,240.02 2143.66,239.453 2143.78,238.438ZM2154.63,242.742C2152.93,241.617 2151.79,242.387 2150.67,243.754C2152.37,244.844 2153.55,244.23 2154.63,242.742ZM2065.79,774.633C2066.09,773.617 2065.75,772.852 2064.88,772.418C2064.22,772.102 2063.58,772.301 2063.22,772.977C2062.77,773.84 2062.82,774.773 2063.64,775.289C2064.47,775.805 2065.29,775.473 2065.79,774.633ZM2122.77,749.594C2122.75,748.676 2122.39,747.863 2121.44,747.57C2120.73,747.348 2120.18,747.773 2120.11,748.527C2120.02,749.527 2120.59,750.293 2121.44,750.633C2122.15,750.91 2122.59,750.332 2122.77,749.594ZM2139.63,324.922C2140.58,324.801 2141.38,324.293 2141.61,323.426C2141.81,322.656 2141.08,322.281 2140.38,322.258C2139.59,322.227 2139.3,322.883 2139.07,323.492C2138.83,324.113 2138.81,324.703 2139.63,324.922ZM2075.06,718.492C2075.12,717.605 2074.62,717.191 2073.92,717.141C2072.98,717.074 2072.09,717.434 2071.79,718.332C2071.56,719 2072.05,719.59 2072.85,719.531C2073.73,719.469 2074.57,719.215 2075.06,718.492ZM2074.97,709.82C2074.92,709.133 2074.61,708.578 2073.89,708.535C2073.17,708.496 2072.78,709.043 2072.76,709.699C2072.73,710.648 2073.28,711.285 2074.23,711.227C2074.99,711.184 2074.95,710.414 2074.97,709.82ZM2183.89,692.398C2183.24,692.543 2182.38,692.777 2182.27,693.762C2182.18,694.52 2182.83,694.738 2183.48,694.707C2184.32,694.664 2185.2,694.52 2185.23,693.426C2185.25,692.742 2184.85,692.289 2183.89,692.398ZM2081.48,391.863C2081.15,392.242 2080.56,392.633 2080.4,393.156C2080.17,393.926 2080.74,394.43 2081.49,394.195C2082.05,394.023 2082.8,393.551 2082.91,393.078C2083.08,392.406 2082.36,392.039 2081.48,391.863ZM2089.99,392.586C2089.87,391.938 2089.62,391.242 2088.87,391.449C2088.38,391.578 2087.8,392.133 2087.66,392.613C2087.45,393.344 2088.11,393.668 2088.77,393.676C2089.46,393.68 2089.96,393.359 2089.99,392.586ZM2231.03,129.426C2230.61,129.039 2230.16,128.281 2229.71,128.277C2228.65,128.266 2228.59,129.305 2228.54,130.102C2228.52,130.402 2228.92,130.988 2229.15,130.996C2230.09,131.035 2230.63,130.387 2231.03,129.426ZM2096.29,653.215C2096.03,652.359 2095.28,652.105 2094.39,652.109C2093.22,652.113 2092.87,652.93 2093.24,653.762C2093.58,654.5 2094.43,654.988 2095.38,654.613C2095.92,654.402 2096.64,654.215 2096.29,653.215ZM2086.16,494.121C2086.96,494.215 2087.36,493.988 2087.38,493.461C2087.42,492.633 2086.77,492.34 2086.11,492.254C2085.55,492.184 2084.64,492.094 2084.91,493.043C2085.05,493.543 2085.84,493.859 2086.16,494.121ZM2066.32,484C2065.99,486.754 2064.16,488.203 2067.02,490.395C2067.12,488.383 2068.07,486.879 2066.32,484ZM2101.75,480.078C2101.85,479.293 2101.47,478.758 2100.77,478.586C2100.05,478.418 2099.49,478.789 2099.32,479.5C2099.13,480.254 2099.52,480.816 2100.26,480.969C2100.96,481.113 2101.48,480.75 2101.75,480.078ZM2077.56,468.914C2077.85,468.215 2077.79,467.57 2076.98,467.387C2076.68,467.324 2076.03,467.707 2075.98,467.973C2075.87,468.551 2075.81,469.508 2076.13,469.727C2076.75,470.152 2077.18,469.398 2077.56,468.914ZM2142.84,309.438C2142.76,308.711 2142.36,308.277 2141.63,308.426C2140.95,308.563 2140.48,309.137 2140.64,309.793C2140.77,310.32 2141.27,311.133 2141.65,311.16C2142.73,311.234 2142.73,310.227 2142.84,309.438ZM2166.66,214.105C2165.4,212.879 2164.25,214.398 2163.06,214.188C2164.25,214.078 2165.47,215.305 2166.66,214.105ZM2124.72,731.313C2122.54,731.223 2120.79,730.684 2119.61,732.859C2121.14,732.219 2123.12,733.797 2124.72,731.313ZM2162.26,562.246C2160.45,561.137 2158.98,560.66 2156.97,562.141C2158.85,563.574 2160.31,564.086 2162.26,562.246ZM2096.29,719.676C2097.21,721.074 2097.46,723.168 2099.75,723.816C2099.86,721.137 2098.43,720.117 2096.29,719.676ZM2151.45,833.445C2151.27,834.281 2151.82,834.535 2152.47,834.688C2153.62,834.969 2154.62,834.738 2155.06,833.527C2155.43,832.52 2154.85,831.844 2153.88,831.789C2152.74,831.727 2151.86,832.305 2151.45,833.445ZM2084.17,797.484C2083.48,796.988 2082.83,796.301 2081.88,796.523C2081.2,796.688 2080.69,797.387 2081.31,797.828C2081.92,798.27 2082.91,798.273 2083.73,798.305C2084.31,798.32 2084.46,797.914 2084.17,797.484ZM2138.93,641.855C2139.88,642.035 2140.16,641.461 2140.08,640.707C2139.98,639.855 2140.06,638.742 2139.01,638.516C2138.66,638.445 2137.9,639.238 2137.7,639.773C2137.31,640.816 2138.16,641.371 2138.93,641.855ZM2094.06,795.961C2095.2,795.969 2096.04,795.75 2095.99,794.629C2095.96,793.898 2095.24,793.711 2094.6,793.676C2093.73,793.629 2092.7,793.559 2092.89,794.844C2092.96,795.301 2093.72,795.652 2094.06,795.961ZM2117.87,323.797C2117.72,322.965 2117.14,322.602 2116.51,322.699C2115.4,322.875 2114.48,323.512 2114.16,324.641C2113.96,325.316 2114.36,326.078 2115.07,325.969C2116.37,325.781 2117.39,325.039 2117.87,323.797ZM2066.48,790.672C2067.6,792.289 2068.22,793.469 2069.76,793.188C2070.03,793.141 2070.45,792.352 2070.38,792.258C2069.54,791.258 2068.41,790.832 2066.48,790.672ZM2123.99,346.992C2124.09,346.078 2123.79,345.422 2122.97,345.668C2122.03,345.957 2121.84,346.922 2121.89,347.824C2121.92,348.523 2122.34,349.281 2123.04,349.09C2124.04,348.805 2123.82,347.672 2123.99,346.992ZM2200.62,171.18C2201.64,172.363 2202.92,172.004 2204.13,171.711C2204.77,171.555 2205.25,170.988 2205.03,170.289C2204.78,169.488 2204.01,169.5 2203.41,169.754C2202.45,170.148 2201.19,169.965 2200.62,171.18ZM2193.31,601.383C2192.45,601.563 2191.5,601.707 2191.38,602.781C2191.29,603.488 2191.67,604.102 2192.53,604.004C2193.7,603.871 2194.75,603.379 2194.79,602.082C2194.81,601.289 2193.96,601.313 2193.31,601.383ZM2088.06,480.129C2087.77,478.973 2086.77,479.141 2085.99,479.059C2085.05,478.961 2084.23,479.406 2084.12,480.395C2084.03,481.184 2084.75,481.453 2085.43,481.402C2086.46,481.328 2087.62,481.426 2088.06,480.129ZM2056.98,596.516C2059.77,597.113 2061.12,596.367 2061.97,593.523C2059.66,593.965 2058.12,594.336 2056.98,596.516ZM2210.7,149.133C2210.16,148.887 2209.5,148.309 2209.08,148.449C2208.08,148.781 2207.11,149.5 2207.18,150.715C2207.22,151.473 2208.07,151.586 2208.59,151.184C2209.33,150.621 2210.74,150.719 2210.7,149.133ZM2107.09,500.176C2106.89,499.43 2106.29,498.949 2105.68,499.195C2104.77,499.555 2103.26,499.531 2103.26,500.762C2103.26,501.57 2104.52,501.91 2105.41,501.809C2106.3,501.707 2106.98,501.18 2107.09,500.176ZM2084.68,505.512C2084.3,504.594 2084.12,503.352 2082.63,503.68C2082.34,503.742 2081.89,504.371 2081.97,504.625C2082.23,505.652 2082.75,506.703 2083.89,506.887C2084.62,507.008 2084.7,506.18 2084.68,505.512ZM2170.28,541.27C2169.34,541.566 2167.98,541.578 2167.88,542.945C2167.78,544.094 2168.88,544.328 2169.77,544.172C2170.88,543.973 2171.95,543.43 2171.86,542.078C2171.81,541.352 2171.05,541.203 2170.28,541.27ZM2069.86,452.684C2070.37,452.441 2070.96,452.254 2071.45,451.914C2072.3,451.328 2073.51,450.949 2073.36,449.59C2073.33,449.281 2072.9,448.871 2072.57,448.762C2071.18,448.309 2070.61,449.355 2070.14,450.32C2069.82,450.992 2068.83,451.641 2069.86,452.684ZM2081.48,434.023C2080.25,436.441 2079.17,437.938 2080.53,440.238C2081.92,438.43 2082.07,436.805 2081.48,434.023ZM2086.29,382.793C2086.19,381.961 2086.2,380.949 2084.95,380.984C2084.01,381.008 2083.16,381.453 2083.01,382.465C2082.86,383.453 2083.36,384.191 2084.43,384.266C2085.42,384.332 2086.14,383.934 2086.29,382.793ZM2109.27,364.43C2107.32,364.602 2105.39,364.41 2104.65,366.84C2104.56,367.125 2104.91,367.836 2105.15,367.879C2107.2,368.246 2108.27,366.875 2109.25,365.406C2109.34,365.281 2109.27,365.043 2109.27,364.43ZM2113.65,315.051C2115.13,317.395 2116.64,317.645 2118.3,315.547C2118.51,315.289 2118.43,314.801 2118.55,313.953C2117.05,314.137 2115.6,313.59 2113.65,315.051ZM2129.41,835.277C2129.61,834.34 2129.09,833.984 2128.39,833.836C2127.73,833.695 2126.92,833.652 2126.67,834.352C2126.38,835.121 2127.07,835.512 2127.73,835.691C2128.4,835.871 2129.04,835.848 2129.41,835.277ZM2098.8,684.727C2098.8,686.898 2098.87,688.172 2098.77,689.438C2098.72,690.137 2098.52,690.883 2099.45,690.93C2100.51,690.977 2100.97,690.188 2100.95,689.207C2100.93,687.832 2100.4,686.633 2098.8,684.727ZM2106.02,671.047C2104.42,672.559 2102.3,673.051 2103.2,675.359C2103.32,675.66 2103.97,676.043 2104.21,675.957C2105.94,675.316 2105.25,673.363 2106.11,672.215C2106.2,672.098 2106.09,671.824 2106.02,671.047ZM2083.39,672.156C2083,671.211 2082.79,669.875 2081.57,669.863C2080.73,669.855 2080.27,670.914 2080.24,671.828C2080.2,672.828 2080.79,673.434 2081.75,673.523C2082.67,673.605 2083.45,673.359 2083.39,672.156ZM2106.83,653.633C2106.45,653.215 2106.13,652.551 2105.63,652.371C2104.44,651.938 2103.5,652.457 2103.15,653.684C2102.96,654.355 2103.36,655.035 2104.05,655.109C2105.16,655.227 2106.14,654.82 2106.83,653.633ZM2067.21,586.281C2066.26,586.516 2065.46,587.133 2065.75,587.992C2066.09,589.012 2067.17,589.551 2068.29,589.508C2068.99,589.48 2069.44,588.859 2069.31,588.156C2069.1,587.023 2068.45,586.25 2067.21,586.281ZM2212.79,561.879C2211.67,561.816 2210.55,562.016 2210.09,563.117C2209.53,564.461 2210.8,564.406 2211.53,564.488C2212.71,564.617 2213.67,564.063 2213.97,562.902C2214.17,562.145 2213.39,562 2212.79,561.879ZM2073.52,556.395C2073.17,556.559 2072.91,556.59 2072.79,556.738C2072.07,557.602 2071.7,558.598 2072.02,559.703C2072.1,559.984 2072.67,560.402 2072.87,560.332C2073.88,559.98 2073.67,558.992 2073.73,558.203C2073.77,557.625 2073.6,557.035 2073.52,556.395ZM2061.03,583.949C2065.37,585.758 2066.02,583.473 2066.68,581.293C2066.74,581.113 2066.2,580.75 2065.93,580.453C2064.07,580.965 2063.87,583.336 2061.03,583.949ZM2056.14,765.992C2053.42,766.477 2051.49,766.285 2050.45,768.34C2050.33,768.574 2051.1,769.586 2051.61,769.766C2054.43,770.738 2054.59,768.34 2056.14,765.992ZM2120.94,837.871C2120.96,836.477 2120.14,835.785 2119.34,835.891C2118.07,836.059 2117.84,837.367 2117.72,838.445C2117.59,839.48 2118.27,840.219 2119.24,840.055C2120.48,839.844 2120.84,838.703 2120.94,837.871ZM2099.08,675.871C2098.52,674.543 2097.61,674.016 2096.57,673.906C2095.52,673.797 2094.97,674.613 2095.25,675.504C2095.51,676.352 2095.34,677.957 2096.72,677.73C2097.61,677.59 2098.33,676.496 2099.08,675.871ZM2086.11,403.402C2087.05,403.73 2087.27,403.074 2087.43,402.469C2087.75,401.219 2087.32,400.367 2085.95,400.254C2085.14,400.188 2084.04,400.008 2084.04,401.246C2084.04,402.5 2085.31,402.82 2086.11,403.402ZM2079.1,448.652C2079.82,447.16 2080.38,446.234 2080.73,445.238C2081.01,444.418 2081.13,443.25 2080.18,442.949C2078.67,442.469 2078.45,443.738 2078.43,444.844C2078.41,445.895 2077.88,446.996 2079.1,448.652ZM2035.55,742.227C2035.56,743.035 2036.14,743.168 2036.78,743.266C2037.9,743.445 2038.88,745.137 2040.14,743.613C2040.38,743.324 2040.53,742.762 2040.42,742.422C2039.82,740.496 2038.36,741.523 2037.21,741.574C2036.61,741.598 2035.86,741.41 2035.55,742.227ZM2132.37,323.32C2136.81,322.156 2136.86,322.16 2136.93,321.039C2136.95,320.672 2136.74,320.027 2136.5,319.953C2134.59,319.379 2134.09,321.379 2132.86,322.066C2132.72,322.148 2132.7,322.449 2132.37,323.32ZM2024.42,750.582C2023.01,749.078 2021.55,748.539 2020.04,750.457C2019.84,750.707 2019.87,751.441 2020.09,751.66C2021.58,753.156 2022.9,752.141 2024.18,751.238C2024.32,751.137 2024.32,750.855 2024.42,750.582ZM2088.33,661.813C2087.5,663.836 2088.06,665.57 2089.38,667.133C2089.44,667.211 2090.39,666.809 2090.39,666.637C2090.37,664.805 2090.62,662.805 2088.33,661.813ZM2184.68,184.805C2184.91,183.785 2184.23,183.242 2183.56,182.715C2182.74,182.063 2182.02,181.027 2180.76,181.617C2180.45,181.762 2180.14,182.262 2180.1,182.625C2179.95,184.195 2180.86,185.031 2182.28,185.367C2183.15,185.57 2184.02,185.559 2184.68,184.805ZM2077.77,792.527C2076.87,791.238 2076.25,790.023 2074.68,790.016C2073.99,790.012 2073.21,790.184 2073.16,790.879C2073.07,792.32 2073.66,793.504 2075.34,793.391C2076.15,793.34 2076.92,792.848 2077.77,792.527ZM2115.5,353.75C2114.55,351.277 2114.46,349.25 2111.95,348.246C2111.86,350.945 2111.41,353.188 2115.5,353.75ZM2068.05,573.422C2068.2,572.453 2068.02,571.695 2066.84,571.676C2065.27,571.648 2064.46,572.488 2064.43,574.008C2064.4,575.105 2064.63,576.344 2066.02,576.25C2067.62,576.152 2067.86,574.715 2068.05,573.422ZM2067.74,620.008C2071.64,619.672 2071.53,617.336 2071.52,615.113C2071.52,614.469 2071.27,613.656 2070.45,613.797C2069.93,613.891 2069.02,614.637 2069.09,614.848C2069.66,616.684 2069.03,618.18 2067.74,620.008ZM2079.53,624.859C2081.22,624.824 2083.14,625.609 2084.96,623.938C2082.55,621.828 2081.03,623.359 2079.53,624.859ZM2092.86,435.355C2091.03,437 2089.66,438.34 2091.02,440.586C2091.28,441.016 2092.3,441.406 2092.73,441.23C2095.07,440.238 2093.35,438.184 2093.76,436.656C2093.79,436.523 2093.53,436.316 2092.86,435.355ZM2170.87,197.961C2172.62,197.188 2175.39,198.398 2175.82,195.191C2175.85,195.012 2175.7,194.652 2175.57,194.625C2172.86,193.988 2171.97,196.102 2170.87,197.961ZM2191.53,175.129C2193.11,176.066 2193.84,174.816 2194.85,174.598C2195.59,174.438 2196.87,174.781 2196.78,173.547C2196.74,172.82 2196.05,172.027 2195.46,171.465C2194.72,170.758 2193.77,170.922 2193.31,171.828C2192.75,172.906 2190.89,173.227 2191.53,175.129ZM2100.44,489.742C2100.15,488.621 2099.45,487.809 2098.62,488.121C2097.05,488.711 2095.12,489.148 2094.64,491.086C2094.45,491.902 2095.36,493.043 2096.15,492.832C2097.94,492.367 2099.91,491.84 2100.44,489.742ZM2140.52,628.305C2140.59,630.359 2137.57,631.617 2139.28,634.055C2139.66,634.586 2140.36,634.879 2141.01,634.289C2143.28,632.234 2141.28,630.336 2140.52,628.305ZM2072,441.707C2073.01,441.527 2074.56,441.508 2073.91,440.039C2073.47,439.059 2072.66,437.5 2071.15,437.73C2069.91,437.918 2069.84,439.273 2069.8,440.336C2069.75,441.988 2070.91,441.816 2072,441.707ZM2096.97,715.289C2095.16,712.738 2094.7,709.773 2093.36,707.133C2093.99,710.113 2091.11,714.215 2096.97,715.289ZM2022.02,727.305C2020.83,727.426 2019.35,727.484 2019.52,729.34C2019.64,730.727 2020.56,731.855 2021.95,732.004C2023.84,732.207 2023.61,730.25 2023.98,729.238C2024.43,728.016 2023.43,727.336 2022.02,727.305ZM2081.88,430.02C2083.81,429 2082.2,427.332 2083.2,426.273C2084.1,425.301 2086.26,423.965 2083.64,422.898C2082.22,422.32 2081.72,424.32 2081.41,425.586C2081.1,426.883 2081.05,428.215 2081.88,430.02ZM2066.74,474.953C2068.86,474.52 2070.45,473.816 2070.43,471.941C2070.42,471.281 2068.54,469.91 2068.11,470.117C2066.38,470.941 2066.32,472.707 2066.74,474.953ZM2094,587.871C2097.11,588.172 2099.53,587.934 2101.76,585.914C2098.4,583.77 2096.24,584.758 2094,587.871ZM2133.21,266.617C2128.77,264.148 2128.77,264.148 2125.36,268.648C2128.36,269.215 2130.88,268.441 2133.21,266.617ZM2027.85,736.543C2029.77,736.023 2031.19,738.012 2033.34,737.34C2032.64,735.629 2035.69,733.219 2032.47,732.09C2029.04,730.891 2029.78,735.34 2027.85,736.543ZM2125.8,333.164C2124.78,334.332 2125.52,335.191 2126.59,335.676C2127.87,336.254 2128.65,335.391 2129.2,334.305C2129.69,333.328 2130.2,332.453 2129.95,331.188C2129.46,328.699 2127.94,328.547 2125.97,329.035C2125.54,329.141 2124.85,329.137 2124.74,329.391C2124,331.055 2126.14,330.488 2126.43,331.457C2126.66,332.199 2126.48,332.695 2125.8,333.164ZM2177.66,200.965C2168.68,201.32 2168.68,201.32 2167.54,206.426C2171.14,203.91 2174.55,202.832 2177.66,200.965ZM2066.23,599.789C2068.25,599.48 2068.72,597.656 2069.07,596.074C2069.32,594.926 2068.4,594.047 2067.08,594.113C2064.84,594.227 2064.28,596.012 2063.95,597.691C2063.67,599.098 2065.12,599.277 2066.23,599.789ZM2061.2,723.965C2063.95,724.98 2066.27,726.172 2068.74,726.641C2070.36,726.953 2071.51,725.508 2071.56,723.746C2071.59,722.785 2070.35,721.719 2070.01,722.125C2067.62,725.023 2064.16,721.676 2061.2,723.965ZM2127.3,289.426C2129.76,289.043 2130.98,287.418 2131.5,285.141C2131.84,283.645 2132.28,281.719 2130.15,281.395C2128.43,281.125 2128.31,282.855 2128.14,284.199C2127.92,285.844 2125.97,287.145 2127.3,289.426ZM2105.23,315.023C2106.39,311.43 2111.65,313.559 2112.73,309.652C2106.5,309.805 2106.01,310.117 2105.23,315.023ZM2075.37,485.488C2075.67,481.844 2076.7,478.395 2076.88,474.816C2076.93,473.848 2075.99,473.195 2075.08,473.25C2074.64,473.277 2073.86,474.152 2073.91,474.555C2074.36,478.145 2073.51,481.863 2075.37,485.488ZM2239.17,126.496C2241.37,125.02 2240.97,122.016 2242.86,120.527C2243.91,119.703 2243.25,119.137 2242.55,118.531C2241.69,117.793 2241.05,117.949 2240.39,118.801C2238.66,121.051 2237.13,123.313 2239.17,126.496ZM2129.74,316.219C2121.3,315.07 2121.3,315.07 2122.09,322.59C2122.14,316.223 2129.9,321.984 2129.74,316.219ZM2100.99,777.137C2100.44,775.172 2103.9,773.035 2101.08,771.797C2099.24,770.988 2097.13,768.309 2094.72,771.715C2096.77,773.563 2099.64,774.383 2100.99,777.137ZM2122.33,369.461C2124.6,366.73 2124.13,363.664 2123.91,360.168C2123.63,364.508 2120.89,365.637 2116.13,365.516C2119.23,367.129 2121.08,367.707 2122.33,369.461ZM2170.86,796.074C2166.52,792.148 2164.03,799.363 2160.2,797.715C2162.65,800.305 2165.02,802.34 2167.51,798.102C2168.21,796.93 2170.27,798.219 2170.86,796.074ZM2086.92,597.332C2084.52,602.734 2084.52,602.734 2092.41,604.422C2090.36,601.879 2091.21,597.781 2086.92,597.332ZM2048.26,768.883C2045.06,772.355 2044.65,775.203 2046.01,777.73C2046.88,779.34 2049.12,779.852 2052.05,778.266C2047.92,776.566 2048.14,773.316 2048.26,768.883ZM2046.64,757.258C2045.44,757.805 2044.72,759.234 2045.25,759.938C2046.64,761.758 2048.13,764.277 2049.71,765.063C2052.05,766.215 2054.25,763.887 2056.03,760.91C2053.43,760.844 2052.22,764.629 2050.26,761.871C2049.12,760.27 2048.75,758.09 2046.64,757.258ZM2184.01,189.363C2183.8,187.617 2182.95,186.648 2181.86,186.773C2179.74,187.02 2177.38,187.293 2177.06,190.23C2176.91,191.641 2179.25,197.004 2180.21,197.184C2180.58,197.258 2181.3,197.102 2181.36,196.891C2182.22,194.219 2179.86,190.531 2184.01,189.363ZM2121.45,832.344C2121.97,830.141 2122.39,828.039 2122.97,825.98C2123.53,823.922 2127.27,824.887 2127.33,821.813C2118.45,823.992 2116.75,827.086 2121.45,832.344ZM2095.14,422.461C2090.3,426.105 2089.35,428.852 2091.72,431.688C2092.3,432.379 2093.03,433.004 2094,432.754C2095.18,432.449 2096.23,431.488 2095.86,430.398C2094.98,427.863 2095.59,425.199 2095.14,422.461ZM2071.32,636.242C2071.28,636.68 2071.17,637.121 2071.2,637.555C2071.29,639.016 2072.06,640.391 2073.45,640.387C2075.69,640.379 2074.55,638.766 2074.44,637.563C2074.14,634.227 2074.51,631.246 2078.99,631.313C2079.41,631.32 2080.02,631.223 2080.2,630.949C2080.52,630.457 2080.76,629.777 2080.7,629.215C2080.63,628.57 2080.09,628.094 2079.32,628.141C2074.92,628.395 2071.66,631.703 2071.32,636.242ZM2235.6,159.484C2232.33,157.984 2229.62,157.684 2227.95,161.559C2227.39,162.867 2225.93,163.969 2224.63,164.723C2223.27,165.496 2222.53,166.137 2223.14,167.777C2223.44,168.598 2223.45,169.703 2224.52,169.715C2225.92,169.734 2227.14,169.023 2227.78,167.719C2229.49,164.219 2232.23,161.742 2235.6,159.484ZM2074.09,509.574C2074.5,504.918 2076.48,501.461 2081.62,500.16C2078.83,498.102 2076.96,499.688 2075.17,499.926C2072.03,500.348 2069.22,502.891 2065.7,501.047C2064.52,500.43 2064.41,501.828 2064.43,502.617C2064.47,504.008 2064.62,505.148 2066.72,504.801C2072.3,503.863 2072.32,503.969 2074.09,509.574ZM2124.79,272.543C2122.36,274.387 2123.05,279.355 2118.38,278.938C2118.29,280.516 2115.97,281.156 2116.54,282.891C2117.03,284.363 2118.59,284.422 2119.9,284.605C2120.97,284.762 2122.07,284.777 2123.56,284.879C2122.02,280.328 2127.92,277.039 2124.79,272.543ZM2063.47,516.5C2063.64,518.105 2063.37,519.363 2062.72,520.551C2062.29,521.309 2060.4,521.789 2062.19,522.973C2063.66,523.945 2064.91,523.16 2065.45,521.895C2065.93,520.742 2065.67,519.293 2065.89,518.004C2066.36,515.395 2066.76,512.758 2069.94,511.801C2070.71,511.566 2071.15,510.551 2070.4,509.527C2067.69,509.566 2064.41,507.996 2063.68,512.828C2063.38,514.832 2060.71,515.262 2059.2,516.512C2058.8,516.836 2059,517.359 2059.46,517.668C2061,518.309 2061.56,516.184 2063.47,516.5ZM2141.72,245.254C2140.17,244.188 2140.32,242.074 2139.09,240.762C2138.19,239.805 2137.25,238.363 2135.93,239.742C2135.1,240.629 2134.61,242.645 2135.84,243.328C2137.64,244.32 2138.31,246.824 2140.02,247.098C2143.07,247.594 2143.49,248.004 2141.18,250.328C2140.37,251.145 2141.68,252.285 2142.75,252.707C2144.62,253.449 2145.33,251.367 2146.79,250.945C2148.67,250.398 2147.3,249.203 2146.88,248.402C2146.31,247.355 2146.05,246.531 2146.79,245.379C2148.57,242.605 2146.22,243.07 2144.84,243.219C2143.57,243.355 2143.51,245.609 2141.72,245.254ZM2113.05,328.691C2111.74,328.758 2110.36,328.609 2109.12,328.945C2107.69,329.332 2107.08,330.648 2107.29,332.074C2107.55,333.805 2108.8,333.133 2109.82,332.906C2112.46,332.328 2114.41,332.176 2113.84,336.109C2113.64,337.531 2115.05,339.594 2117.48,338.68C2119.23,338.016 2120.45,337.641 2119.9,334.758C2118.86,329.363 2118.81,328.773 2113.05,328.691ZM2142.19,830.98C2142.36,828.695 2142.69,826.953 2140.62,826.484C2138.35,825.969 2137.48,827.547 2136.96,829.387C2136.07,832.496 2135.48,835.57 2132.72,837.961C2130.99,839.445 2132.27,841.34 2134.41,841.73C2136.69,842.152 2138.9,841.863 2139.74,839.121C2140.64,836.184 2141.51,833.238 2142.19,830.98ZM2073.04,550.105C2074.16,548.883 2076.23,548.395 2075.14,545.605C2074.15,543.094 2074.94,540.859 2077.15,538.66C2078.8,537.02 2080.96,535.59 2082,533.387C2082.75,531.801 2083.47,529.82 2081.03,528.953C2078.95,528.219 2077.03,528.547 2076.21,530.996C2076.01,531.582 2075.93,532.34 2076.12,532.902C2076.84,534.996 2076.08,535.797 2074.16,536.949C2071.15,538.746 2072.73,543.598 2069.37,545.625C2069.02,545.84 2069.78,546.703 2070.35,547.07C2071.48,547.797 2071.29,549.625 2073.04,550.105ZM2190.65,556.41C2196.29,556.938 2200.89,556.188 2205.44,553.02C2207.7,551.449 2207.65,550.313 2207.52,548.414C2207.38,546.488 2207.78,544.453 2204.93,543.781C2202.75,543.262 2201.5,543.176 2201.5,545.902C2201.51,549.832 2199.55,551.883 2195.56,552.438C2193.68,552.699 2191.84,553.77 2190.65,556.41ZM2106.22,464.348C2105.9,463.063 2105.62,462.012 2105.38,460.949C2104.98,459.211 2103.84,459.641 2102.95,460.277C2098.22,463.672 2096.7,468.707 2096.03,474.152C2095.8,476.063 2097.95,476.879 2098.35,476.441C2100.27,474.309 2104.97,473.809 2104.74,471.832C2104.38,468.836 2105.57,466.66 2106.22,464.348ZM2080.32,593.055C2079.5,596.645 2080.52,600.699 2076.52,603C2076.15,603.215 2076.17,604.199 2076.1,604.832C2075.69,608.355 2078.5,612.23 2074.86,615.434C2074.34,615.883 2074.94,616.715 2075.58,616.988C2076.82,617.516 2077.41,620.594 2078.99,618.75C2080.54,616.949 2084.41,618.242 2084.16,613.949C2083.73,606.859 2082.66,599.965 2080.32,593.055ZM2148.48,286.203C2146.82,282.359 2150.72,282.816 2151.69,280.973C2150.84,279.766 2149.99,278.477 2149.06,277.238C2146.36,273.641 2144.98,273.602 2142.86,277.449C2141.08,280.699 2140.11,284.328 2136.83,286.727C2134.88,288.148 2137.03,290.781 2135.88,292.945C2133.92,296.621 2139.32,294.109 2139.39,296.395C2138.14,298.004 2135.06,297.145 2134.99,300.289C2138.16,302.148 2142.13,301.094 2145.48,302.59C2146.46,303.027 2147.65,303.086 2148.74,303.113C2149.84,303.145 2151.68,302.176 2150.53,301.512C2146.47,299.172 2152.31,297.586 2150.75,295.621C2147.97,295.547 2146.37,297.406 2144.53,298.898C2144.19,299.184 2143.24,298.891 2142.66,298.648C2142.38,298.531 2142.09,297.793 2142.21,297.531C2142.87,296.125 2143.65,294.773 2144.42,293.422C2145.38,291.762 2146.98,291 2148.7,290.395C2152.45,289.09 2147.68,288.758 2148.43,288.055C2148.78,287.715 2149.73,287.906 2150.38,288.008C2155.8,288.859 2157.27,288.285 2159.79,284.223C2160.49,283.094 2161.54,281.883 2160.02,280.73C2158.8,279.801 2157.3,280.027 2156.48,281.277C2154.51,284.27 2151.15,284.5 2148.48,286.203ZM2151.95,232.301C2154.97,232.402 2157.27,232.453 2157.92,228.125C2158.32,225.547 2159.05,221.484 2163.4,220.832C2164.22,220.707 2165.47,219.207 2165.18,217.594C2163.22,216.324 2161.57,217.637 2160.36,218.648C2157.58,220.969 2155.01,222.977 2150.95,222.066C2149.32,221.703 2149.2,223.859 2148.32,225.125C2150.55,225.57 2152.15,222.875 2153.7,225.207C2155.1,227.324 2152.88,227.707 2151.96,228.754C2150.9,229.965 2151.38,231.234 2152.11,232.434C2148.36,233.09 2149.94,235.859 2150.21,237.836C2150.32,238.656 2151.67,238.215 2152.45,237.785C2155.09,236.348 2152.72,234.914 2152.45,233.484C2152.38,233.074 2152.12,232.695 2151.95,232.301ZM2090.85,634.059C2088.65,636.133 2087.42,638.672 2087.16,641.68C2085.42,641.523 2082.93,640.844 2082.41,642.805C2081.03,648.113 2077.75,645.492 2074.69,644.387C2074.83,646.352 2074.99,647.629 2075,648.902C2075,653.188 2075.03,653.406 2078.96,652.547C2081.12,652.082 2081.47,652.441 2081.78,654.566C2082.12,656.844 2083.76,658.852 2086.43,657.77C2087.51,657.336 2091.67,657.875 2088.52,653.77C2086.91,651.672 2091.67,653.199 2092.45,651.313C2092.45,648.789 2095.9,651.371 2096.03,648.941C2091.4,648.297 2091.4,648.297 2092.62,651.449C2089.28,650.691 2086.13,649.621 2084.25,646.418C2085.1,644.684 2087.46,643.883 2087.11,641.563C2087.72,642.5 2088.37,643.77 2089.49,643.676C2090.75,643.563 2091.34,642.223 2090.69,641.121C2089,638.227 2090.79,638.523 2092.77,638.398C2094.72,638.277 2094.88,636.977 2093.6,635.77C2092.82,635.027 2091.67,634.688 2090.68,634.172C2085.03,628.898 2085.03,628.898 2080.55,635.609C2082.15,636.273 2083.4,637.551 2085.43,636.348C2087.11,635.348 2089.05,634.793 2090.85,634.059ZM2160.19,268.75C2157.87,269.652 2156.27,271.379 2157.07,273.797C2157.9,276.305 2159.99,276.828 2162.43,275.398C2162.78,275.191 2163.63,275.691 2164.18,275.992C2165.39,276.672 2166.45,276.422 2166.75,275.129C2167.19,273.223 2165.53,272.691 2164.33,273.023C2159.93,274.234 2160.3,271.156 2160.03,268.57C2161.98,268.656 2164.09,269.195 2165.76,267.895C2167.16,266.805 2168.01,265.211 2167.73,263.281C2167.63,262.523 2167.03,262.051 2166.4,262.082C2164.72,262.176 2162.69,261.781 2161.8,263.762C2161.08,265.344 2160.72,267.078 2160.19,268.75ZM2079.65,759.602C2077.2,759.801 2074.58,759.172 2072.43,760.617C2072.47,762.688 2074.54,762.734 2074.84,763.941C2075.74,767.527 2077.5,765.578 2079.2,764.813C2082.87,763.168 2079.12,761.215 2079.48,759.441C2082.82,758.668 2080.35,757.211 2080.52,755.035C2079.03,757.141 2079.67,758.395 2079.65,759.602ZM2133.72,333.715C2134.26,333.082 2134.94,332.512 2135.3,331.789C2135.67,331.02 2135.73,330.023 2134.49,329.91C2133.75,329.844 2133.37,330.551 2133.39,331.176C2133.41,332.016 2133.67,332.848 2133.82,333.691C2133.92,334.766 2133.63,336.152 2134.19,336.848C2135.21,338.094 2136.59,337.207 2137.72,336.543C2140.75,334.766 2139.68,331.836 2140.59,327.824C2137.57,330.563 2136.07,332.762 2133.72,333.715ZM2211.97,171.734C2209.3,171.785 2206.64,171.711 2207.34,175.809C2207.49,176.605 2206.35,177.633 2205.8,178.555C2204.58,178.438 2203.75,178.863 2203.13,180.02C2201.1,183.738 2197.27,184.629 2193.92,186.465C2193.44,185.063 2193.87,184.637 2194.45,184.234C2195,183.852 2196.63,184.332 2195.79,182.813C2195.52,182.336 2194.71,181.961 2194.11,181.906C2192.53,181.758 2191.32,182.949 2191.15,184.125C2190.72,187.172 2188.74,189.133 2186.89,191.203C2186.16,192.027 2185.69,192.531 2185.65,193.883C2185.55,197.594 2184.31,200.781 2181.9,204.043C2180.08,206.508 2178.66,207.859 2175.82,208.063C2174.57,208.156 2173.03,207.855 2172.63,209.688C2172.56,210.219 2172.8,210.535 2173.36,210.629C2177.2,211.281 2176.7,211.09 2175.45,214.309C2173.23,220.02 2166.41,223.086 2166.62,230.078C2163.21,230.32 2164.13,234.258 2161.84,235.652C2159.59,237.027 2157.31,238.324 2154.82,239.305C2155.86,241.086 2158.12,240.102 2159.06,242.203C2156.33,244.918 2156.63,248.371 2157.67,251.953C2157.84,252.551 2157.59,253.277 2157.53,253.941C2155.07,253.395 2153.12,253.742 2153.14,256.824C2153.15,258.051 2154.11,258.789 2155.31,258.695C2158.35,258.461 2157.64,256.27 2157.43,254.375C2157.41,254.16 2157.36,253.949 2157.33,253.738C2159.04,255.27 2160.88,257.078 2162.7,254.102C2163.41,252.941 2163.61,251.258 2165.28,252.395C2166.47,253.199 2166.4,254.75 2165.32,255.934C2164.62,256.707 2163.27,256.969 2163.39,258.484C2165.82,259.219 2168.37,260.957 2170.75,259.004C2172.05,257.934 2169.06,257.164 2169.69,255.477C2171.01,255.051 2172.47,254.621 2173.91,254.098C2174.55,253.859 2175.02,253.379 2174.81,252.57C2174.62,251.859 2174.14,251.496 2173.43,251.391C2172.47,251.25 2171.22,252.121 2170.45,250.227C2174.02,247.211 2177.88,244.316 2181.12,240.734C2182.1,239.656 2184.66,240.41 2184.78,239.961C2185.22,238.203 2181.75,239.766 2182.17,237.426C2182.39,236.168 2181.69,234.98 2182.43,233.57C2183.57,231.375 2184.17,228.895 2185.03,226.457C2183.04,226.18 2181.57,227.379 2180.02,226.621L2180.2,226.813C2180.24,224.117 2183.54,223.316 2183.74,220.574C2183.86,218.957 2185.57,218.293 2186.76,219.16C2188.62,220.531 2186.43,221.207 2185.82,222.16C2185.53,222.625 2184.79,223.164 2185.85,223.75C2187.45,223.359 2189.48,223.578 2189.84,221.156C2189.94,220.5 2190.07,219.523 2190.75,219.645C2192.16,219.895 2191.11,221.055 2191.27,221.793C2191.65,223.535 2193.03,222.285 2193.03,222.016C2193.05,218.75 2197.41,216.734 2195.62,212.945C2195.31,212.301 2196.25,211.086 2194.8,210.906C2193.82,210.785 2193.25,211.426 2192.73,212.242C2189.33,217.617 2187.66,217.672 2184.19,212.344C2186.84,211.738 2189.82,211.316 2188.91,207.449L2188.81,207.598C2189.43,207.379 2190.26,207.34 2190.62,206.906C2193.43,203.523 2193.48,203.504 2196.92,207.148C2196.07,207.098 2195.21,206.949 2194.37,207.027C2193.73,207.086 2193.12,207.535 2193.38,208.293C2193.7,209.227 2194.57,209.656 2195.36,209.078C2195.99,208.613 2196.29,207.707 2196.74,206.992C2198.51,206.109 2200.72,206.285 2202.14,204.824C2201.88,201.82 2200.31,199.641 2197.66,197.711C2199.64,197.672 2201.6,195.895 2201.69,196.465C2202.17,199.504 2206.13,196.008 2206.21,199.133C2206.25,200.738 2207.06,201.828 2208.72,201.305C2210.36,200.789 2212.34,200.242 2212.55,198.098C2212.71,196.578 2211.12,196.016 2210.25,195.055C2208.98,193.66 2206.87,195.039 2205.47,193.594C2207.98,188.477 2204.41,183.449 2205.67,178.414C2211.45,177.293 2211.92,176.793 2211.99,171.754C2212.79,173.012 2213.28,175.043 2215.2,174.508C2217.31,173.91 2216.03,171.887 2216.2,170.48C2216.22,170.258 2216.29,170.043 2216.34,169.828C2215.08,168.707 2219.75,165.082 2215.08,165.926C2212.48,166.395 2212.21,166.02 2211.94,163.953C2211.83,163.109 2212.25,160.988 2210.54,162.074C2208.3,163.496 2206.18,161.254 2204.02,162.52C2204.16,163.73 2204.3,164.941 2204.44,166.148C2209.02,165.465 2211.42,171.992 2216.39,169.824C2215.05,170.766 2214.14,172.703 2211.97,171.734ZM2090.3,803.832C2089.27,801.254 2087.22,800.746 2084.05,800.711C2085.97,803.449 2088.02,803.988 2090.46,803.66C2089.21,807.227 2092.45,806.984 2094.17,808.039C2097.08,812.738 2097.12,812.742 2100.54,808.672C2098.25,808.25 2096.28,807.238 2094.05,808.168C2093.79,805.801 2094.16,803.605 2095.68,801.535C2093.9,802.301 2092.1,803.066 2090.3,803.832ZM2136.57,315.188C2137.79,314.969 2138.92,316.68 2140.2,315.367C2140.57,314.992 2140.57,314.5 2140.08,314.301C2138.62,313.711 2137.55,314.699 2136.41,315.344C2136.4,314.281 2137.25,313.242 2136.53,312.172C2136.01,311.402 2135.14,310.664 2134.39,311.328C2133.22,312.379 2132.59,314.023 2133.52,315.43C2134.24,316.52 2135.42,314.508 2136.57,315.188ZM2196.24,162.074C2194.33,163.055 2192.62,164.242 2192.26,166.563C2192.22,166.793 2192.88,167.414 2193.12,167.367C2196.23,166.75 2195.61,164.004 2196.16,161.934C2197.36,163.105 2198.68,163.73 2200.22,162.621C2200.44,162.461 2200.52,161.629 2200.36,161.496C2198.82,160.25 2197.51,161.094 2196.24,162.074ZM2220.42,158.762L2220.31,158.848C2218.57,157.563 2220.39,155 2218.57,153.684C2216.64,154.797 2215.62,156.379 2215.3,158.441C2214.43,159.898 2214.3,160.914 2216.52,160.977C2218.32,161.027 2218.93,159.156 2220.42,158.762ZM2057.89,554.008C2059.15,554.141 2060.76,552.789 2061.62,554.227C2062.89,556.363 2064.57,555.719 2066.31,555.492C2068.33,555.23 2069.64,554.195 2069.95,552.164C2070.3,549.887 2068.14,549.223 2066.95,548.082C2064.95,546.18 2064.55,548.973 2063.38,549.574C2063.01,549.773 2062.59,549.891 2062.2,550.043C2062.74,544.035 2056.59,546.758 2054.31,543.902C2056.4,541.117 2058.43,538.32 2062.3,537.488C2064.22,537.07 2063.95,535.633 2063.09,534.375C2062.12,532.969 2061.24,533.598 2060.61,534.73C2059.3,537.105 2056.47,537.129 2053.75,539.539C2054.81,536.023 2053.35,533.254 2055.59,530.73C2057.19,528.926 2053.78,528.406 2054.18,526.152C2054.63,523.707 2057.27,522.762 2057.1,520.5C2056.94,518.34 2055.22,516.492 2055.46,514.16C2055.5,513.719 2055.4,513.168 2055.62,512.84C2058.45,508.688 2059.25,504.434 2056.51,499.91C2056.07,499.191 2056.45,498.375 2057.05,498.281C2061.16,497.645 2059.16,495.031 2059.48,492.688C2059.79,490.418 2061.64,487.887 2061.34,485.539C2060.88,482.098 2059.25,478.859 2061.11,475.305C2061.46,474.641 2060.53,473.262 2060.1,472.25C2058.86,469.32 2059.3,466.656 2060.95,463.98C2065.07,457.293 2065.26,454.824 2062.82,445.656C2062.67,445.059 2062.61,444.227 2062.9,443.742C2066.18,438.426 2064.98,432.348 2065.97,426.652C2067.03,420.559 2068.52,414.512 2070.25,408.566C2072.23,401.711 2073.88,394.777 2075,387.758C2076.67,377.375 2078.85,367.039 2083.28,357.602C2085.34,353.227 2085.29,348.715 2086.93,344.434C2088.57,340.109 2090.29,335.785 2091.6,331.281C2093.63,324.293 2096.98,317.703 2098.97,310.633C2099.98,307.035 2100.82,303.379 2103.04,300.164C2104.45,298.125 2105.73,296.559 2108.36,297.691C2110.57,298.645 2112.45,297.645 2115.41,297.281C2112.43,294.34 2109.38,295.902 2106.96,295.188C2105.8,293.809 2106.73,292.617 2107.2,291.445C2113.46,275.789 2119.75,260.082 2128.28,245.547C2133.32,236.977 2136.36,227.258 2143.2,219.691C2144.72,218.012 2144.77,215.078 2145.87,212.918C2147.97,208.801 2150.43,207.926 2154.73,209.355C2159.35,210.891 2164.31,207.738 2165.33,202.75C2165.57,201.586 2165.95,200.555 2164.62,199.934C2163.5,199.414 2162.48,199.75 2161.62,200.637C2157.21,205.195 2157.21,205.191 2151.87,205.234C2153.34,200.762 2153.34,200.762 2157.94,200.871C2156.43,198.816 2155.95,196.906 2157.64,194.504C2162.2,188.004 2166.44,181.281 2170.96,174.754C2173.55,171.016 2175.49,166.633 2180.2,164.766C2181.22,164.363 2181.73,163.086 2181.71,161.922C2181.66,158.781 2184.23,157.91 2185.91,156.027C2189.23,152.32 2193.38,149.961 2196.99,146.816C2198.53,145.473 2200.55,144.449 2200.32,141.781C2200.23,140.699 2201.63,139.977 2202.04,139.129C2204.04,134.996 2208.14,133.281 2211.31,130.523C2211.9,130.004 2212.84,130.129 2213.15,128.98C2214.45,124.219 2216.89,121.609 2221.48,120.594C2223.39,120.172 2223.55,120.008 2223.71,117.848C2223.96,114.406 2226.33,111.574 2230.05,110.41C2230.97,112.324 2229.79,113.188 2229.03,114.254C2228.19,115.438 2229.52,115.719 2230.08,116.199C2231.11,117.086 2231.98,116.09 2232.11,115.441C2232.51,113.293 2232.62,111.086 2232.81,108.898C2233.13,105.254 2234.47,104.219 2237.95,105.09C2239.03,105.359 2240.02,105.957 2241.08,106.305C2243.76,107.188 2245.6,107.449 2245.86,103.414C2246.11,99.48 2247.38,99.285 2252.38,101.305C2247.86,105.512 2247.88,105.957 2252.85,111.043C2252.54,113.594 2249.9,110.578 2249.32,112.48C2248.87,113.961 2248.12,115.375 2248.33,117.293C2250.36,117.52 2252.49,115.773 2254.48,117.355C2253.97,118.672 2252.52,119.25 2251.41,119.316C2247.9,119.527 2246.45,121.258 2245.8,124.617C2245.17,127.871 2243.59,130.539 2239.3,129.227C2236.59,128.395 2236.43,131.352 2236.08,132.484C2234.79,136.641 2233.59,140.445 2228.75,141.863C2225.96,142.68 2228.48,145.582 2227.22,147.148C2227.2,147.16 2227.05,147.301 2226.78,147.551C2226.02,148.59 2224.95,149.469 2224.92,150.898C2224.89,151.977 2224.75,153.25 2226.14,153.543C2227.12,153.742 2227.57,152.793 2227.98,152.031C2228.28,151.461 2228.56,150.875 2228.85,150.293L2228.59,150.457C2233.85,152.156 2233.91,152.195 2236.57,148.262C2239.1,144.531 2242.92,142.168 2246.34,138.113C2246.75,140.98 2248.26,142.805 2244.23,143.23C2240.8,143.598 2238.28,147.5 2238.32,150.773C2238.75,151.746 2238.17,152.43 2237.74,153.184C2235.65,156.852 2238.45,156.051 2240.33,156.527C2240.61,153.895 2239.66,152.23 2238.22,150.766C2243.08,152.746 2244.84,147.852 2248.04,146.219C2249.11,145.68 2249.66,144.18 2250.53,143.195C2252.62,140.82 2254.55,138.793 2258.12,141.496C2260.25,143.098 2262.75,142.801 2263.44,139.25C2263.56,138.586 2264.67,138.113 2265.32,137.555L2265.26,137.559C2266.95,139.254 2265.27,141.188 2265.25,142.93C2267.24,143.379 2268.52,142.531 2269.84,141.879L2269.68,141.797C2271.19,143.477 2270.84,144.945 2269.32,146.453C2267.04,148.691 2264.41,150.316 2261.44,151.398C2260.23,151.832 2259.13,152.75 2260.06,153.758C2264.11,158.152 2259.11,159.203 2257.23,160.52C2253.26,163.309 2249.39,166.219 2245.62,169.254C2241.59,172.5 2239.44,177.715 2234.08,179.715C2231.42,180.707 2231.95,184.645 2230.02,186.375C2220.66,194.797 2214.62,205.973 2206.06,215.047C2204.11,217.121 2202.62,219.691 2201.18,222.18C2199.5,225.074 2198.05,227.934 2195,229.867C2193.34,230.926 2191.75,233.137 2191.4,235.059C2190.37,240.82 2185.99,244.781 2184.04,250.012C2182.87,253.164 2180,254.543 2176.68,255.434C2177.13,257.25 2181.2,257.266 2178.69,260.184C2175.9,263.406 2176.03,268.652 2171.32,270.695C2169.35,271.551 2172.18,272.91 2171.22,274.699C2168.18,280.367 2165.64,286.344 2163.37,292.375C2159.14,303.566 2152.91,313.996 2150.7,325.941C2150.25,328.375 2149.23,330.551 2147.78,332.629C2146.2,334.898 2142.73,336.547 2145.24,340.598C2145.8,341.508 2142.07,344.699 2142.53,346.137C2143.64,349.641 2142.7,350.441 2139.49,350.844C2137.35,351.109 2136.1,353.105 2135.41,354.969C2134.74,356.789 2135.46,358.383 2137.46,359.273C2138.43,359.703 2138.43,360.91 2137.94,361.621C2134.35,366.785 2135.73,373.051 2134.06,378.633C2133.68,379.906 2134.11,381.805 2133.34,382.504C2130.27,385.309 2127.62,388.105 2128.67,392.719C2126.34,393.805 2127.62,395.508 2127.64,397.215C2127.72,402.996 2126.64,408.68 2125.14,414.266C2125.03,414.695 2125.03,415.371 2124.75,415.516C2119.02,418.543 2121.41,423.164 2122.08,427.648C2122.43,429.961 2122.23,432.656 2121.36,434.805C2118.48,441.934 2118.88,449.578 2117.39,456.91C2116.95,459.063 2114.87,464.879 2113.67,466.73C2113.16,467.523 2112.88,468.625 2113.84,468.98C2117.11,470.199 2116.1,472.977 2115.13,474.422C2113.68,476.586 2113.61,479.418 2111.65,481.16C2109.73,482.863 2110.19,485.527 2110.93,486.625C2115.31,493.141 2111.39,498.711 2109.36,504.441C2108.32,507.355 2107.44,510.207 2106.92,513.285C2106.41,516.262 2109.72,515.77 2109.83,517.211C2109.98,519.09 2105.68,518.441 2106.49,520.5C2108.36,525.262 2101.91,528.148 2104.2,532.949C2104.62,533.816 2100.69,534.219 2101.68,536.797C2099.46,535.727 2096,536.734 2095.48,532.969C2092.69,532.844 2089.98,533.957 2087.15,533.438C2086.28,533.281 2086.52,531.656 2084.82,532.324C2086.55,534.941 2084.41,537.461 2084.06,540.711C2087.62,539.43 2090.56,539.316 2093.55,539.68C2094.39,541.043 2093.95,542.293 2093.68,543.602C2093.18,545.961 2095.34,545.711 2096.57,546.387C2097.6,546.949 2098.35,546.609 2098.67,545.672C2099.3,543.777 2097.82,543.766 2096.57,543.207C2094.54,542.301 2095.18,540.551 2096.29,539.406C2097.68,537.961 2099.61,537.246 2101.56,536.715C2103.75,536.93 2104.79,540.809 2107.87,538.559C2108.77,537.898 2109.09,539.227 2109.39,540.039C2111.13,544.766 2109.18,548.625 2106.32,552.195C2106.9,552.539 2107.28,552.953 2107.54,552.891C2108.71,552.594 2109.89,552.488 2110.28,553.832C2110.62,554.984 2110,555.848 2108.8,556.406C2103,559.074 2103.05,559.086 2106.74,565.141C2107.15,565.805 2106.94,566.844 2107.04,567.746C2107.29,569.984 2103.59,572.086 2107.14,574.898C2108.04,572.129 2108.05,569.879 2106.93,567.617C2107.92,569.105 2109.06,570.516 2109.88,572.102C2112.26,576.719 2111.8,577.699 2106.59,579.488C2107.26,581.945 2110.93,579.758 2111.47,582.953C2112.19,587.215 2112.99,591.73 2111.19,595.398C2109.22,599.426 2108.13,604.145 2104.27,607.434C2105.99,611.102 2110.86,613.719 2108.45,618.977C2108.07,619.789 2109.64,620.605 2110.6,621.176C2112.09,622.074 2115.43,621.918 2115.05,623.273C2114.21,626.293 2117.16,629.496 2114.29,632.203C2112.47,633.926 2114.09,634.246 2115.41,634.586C2116.49,634.859 2116.69,635.539 2116.6,636.574C2116.05,642.84 2118.26,648.852 2119.13,654.895C2120.09,661.508 2120.66,668.543 2123.54,674.938C2125.37,679 2126.23,683.41 2126.55,687.914C2126.62,689.016 2127.45,690.105 2128.84,689.656C2129.75,689.363 2129.86,688.387 2129.97,687.449C2131.33,675.355 2131.7,663.164 2133.66,651.125C2134.03,648.797 2134,646.355 2137.56,647.633C2138.33,647.906 2139.48,647.941 2139.51,646.609C2139.53,645.598 2138.82,644.879 2137.88,644.816C2135.15,644.641 2134.7,643.023 2134.74,640.688C2134.87,634.781 2137.57,629.426 2138.23,623.629C2138.48,621.555 2140.5,621.746 2141.94,621.445C2143.65,621.09 2145.4,620.434 2144.58,618.492C2143.12,615.074 2145,612.496 2146.1,609.688C2146.96,607.504 2147.2,605.539 2145.75,603.379C2143.16,599.5 2143.71,596.879 2148.19,595.625C2151.27,594.758 2150.97,593.285 2151.05,591.098C2151.12,588.949 2150.62,586.566 2152.48,584.781C2153.03,584.25 2152.89,583.664 2152.66,582.988C2151.07,578.414 2151.7,577.18 2157.29,574.246C2154.15,572.047 2152.2,569.563 2154.55,565.637C2155.41,564.195 2155.22,562.156 2155.73,560.465C2157.39,555.023 2157.64,554.59 2163.35,554.625C2167.27,554.648 2167.87,550.719 2170.63,549.5C2170.87,549.395 2170.62,547.84 2170.36,547.039C2170.02,545.965 2169.02,546.09 2168.13,546.215C2166.02,546.512 2165.02,547.371 2161.56,551.801C2160.84,551.52 2160.36,550.816 2160.65,550.23C2164.43,542.684 2168.1,535.109 2175.1,529.758C2179.05,526.738 2183.5,526.898 2187.92,526.988C2190.74,527.047 2193.53,527.461 2196.45,526.148C2196.78,530.535 2193.32,529.855 2191.47,530.875C2189.25,532.113 2188.58,534.391 2190.5,535.773C2192.17,536.973 2194.27,537.617 2196.23,537.047C2198.03,536.523 2197.08,534.883 2196.82,533.648C2196.67,532.969 2196.84,531.832 2197.36,531.988C2201.79,533.336 2202.54,528.703 2205.43,526.742C2206.48,529.875 2205.35,532.348 2204.78,534.789C2203.68,539.52 2204.23,541.082 2208.26,543.379C2212.77,545.949 2213.26,545.832 2216.27,541.453C2216.5,541.117 2216.89,540.824 2216.96,540.469C2217.82,535.395 2217.81,535.398 2222.23,534.887C2223.09,534.789 2223.95,534.613 2224.81,534.535C2224.97,534.52 2225.16,534.781 2225.66,535.148C2224.87,539.293 2220.44,541.48 2219.16,546.059C2221.67,545.809 2223.89,545.629 2226.11,545.359C2227.38,545.199 2229.01,544.473 2228.89,546.668C2228.83,547.656 2227.89,548.926 2226.58,548.613C2222.15,547.578 2219.4,549.238 2217.96,553.477C2217.6,554.535 2216.75,554.418 2215.8,554.008C2214.59,553.488 2213.3,553.168 2211.75,552.668C2210.87,559.25 2218.8,557.414 2219.66,562.426C2216.67,565.066 2213.89,568.484 2213.72,573.313C2213.7,573.867 2213.22,574.684 2212.74,574.902C2206.66,577.688 2206.89,583.777 2205.39,588.902C2202.71,598.18 2202.92,608.227 2198.04,616.914C2197.3,618.23 2199.69,619.18 2198.14,620.309C2196.8,621.285 2195.52,620.301 2194.31,619.988C2191.45,619.238 2189.28,621.625 2186.55,621.48C2185.53,621.426 2184.18,621.98 2184.79,623.52C2185.22,624.629 2186.32,625.277 2187.51,624.945C2189.41,624.414 2191.22,623.563 2193.1,622.988C2196.75,621.875 2197.53,622.301 2197.69,626.117C2198,633.559 2196.84,641.004 2194.7,647.961C2192.82,654.059 2193.61,660.121 2192.72,666.152C2191.61,673.656 2191.44,681.293 2189.82,688.758C2188.91,692.906 2188.21,697.121 2188.61,701.387C2189.14,707.02 2186.41,711.668 2184.33,716.523C2183.48,718.52 2182.17,720.41 2184.75,722.383C2186.02,723.363 2185.86,725.508 2185.27,726.844C2182.22,733.715 2184,741.195 2182.32,748.238C2181.44,751.898 2181.67,755.781 2179.8,759.273C2178.59,761.563 2180.41,763.867 2180.09,766.379C2177.85,783.797 2177.12,801.379 2174.62,818.773C2174.17,821.867 2173.72,824.867 2171.3,827.027C2169.56,826.656 2169.94,825.266 2169.51,824.324C2168.11,821.242 2166.53,820.879 2163.93,822.828C2163,823.523 2162.82,824.176 2163.68,824.871C2164.56,825.578 2165.8,826.184 2164.94,827.453C2164.27,828.434 2163.38,827.363 2162.58,827.145C2161.97,826.969 2160.8,827.121 2161.04,827.574C2162.93,831.133 2159.26,831.836 2158.16,833.871C2157.32,835.422 2156.43,837.762 2159.15,838.977C2160.47,839.563 2161.76,840.293 2160.39,841.867C2159.17,843.277 2157.85,842.254 2156.93,841.367C2155.78,840.273 2154.64,839.242 2153.15,838.668C2152.21,838.313 2151.31,838.336 2150.97,839.422C2150.69,840.348 2150.98,841.152 2152.13,841.328C2153.08,841.473 2154.69,840.98 2153.04,842.914C2151.27,844.98 2149.7,846.402 2146.59,846.594C2139.59,847.027 2132.77,845.801 2125.89,845.203C2125.23,845.148 2124.1,845.074 2124.02,844.773C2122.5,839.34 2117.83,841.789 2114.52,840.965C2114.43,835.34 2113.49,834.418 2108.25,835.344C2107.04,835.563 2105.94,835.852 2105.32,834.766C2104.36,833.102 2106.12,832.52 2106.97,831.645C2107.62,830.961 2108.54,830.879 2109.47,831.105C2110.71,831.414 2111.89,831.313 2111.45,829.672C2111.11,828.402 2110.16,827.012 2108.57,827.516C2107.12,827.977 2105.81,828.789 2104.29,829.246C2100.07,830.504 2100.11,830.648 2096.02,827.66C2097.51,825.961 2099.9,827.402 2101.42,825.922C2103.36,824.047 2103.22,823.246 2100.02,821.777C2103.61,818.16 2107.17,820.25 2110.91,822.488C2110.43,816.75 2103.28,819.461 2102.8,814.211C2102.11,816.406 2101.95,818.258 2099.68,819.141C2098.18,819.727 2100.33,820.77 2100.16,821.746C2097.99,823.105 2097.32,821.172 2096.71,819.926C2095.84,818.16 2095.58,816.117 2094.22,814.539C2092.73,812.82 2091.49,810.16 2089.94,814.566C2089.51,815.793 2088,815.641 2087.32,814.477C2086.43,812.961 2085.54,811.465 2085.07,809.676C2083.53,803.82 2082.74,803.27 2076.52,802.641C2074,802.375 2073.54,801.395 2073.71,796.508C2072,795.512 2070.3,796.859 2068.57,796.594C2067.02,796.352 2065.85,798.152 2063.8,797.621C2063.36,793.504 2060.93,791.23 2056.74,790.309C2054.39,789.793 2052.27,788.289 2051.54,785.652C2053.88,785.219 2056.39,789.395 2058.67,785.488C2056.12,783.074 2053.87,784.727 2051.59,785.652C2046.33,784.027 2044.16,779.258 2041.29,775.285C2040.76,774.566 2041.19,773.219 2039.77,772.84C2035.19,771.629 2039.02,769.758 2039.45,768.098C2038.29,766.031 2035.97,766.609 2034.21,766.035C2031.54,765.164 2028.19,766.285 2027.58,761.512C2027.36,759.766 2023.29,758.93 2021.66,756.758C2023.97,757.953 2026.25,758.637 2029.36,755.957C2026.07,755.395 2023.68,752.492 2021.8,756.797C2021.61,755.516 2020.57,755.109 2019.62,754.5C2015.09,751.629 2014.93,750.324 2018.47,745.695C2017.25,744.52 2016.05,743.262 2014.75,742.129C2011.21,739.059 2010.4,739.402 2009.05,744.453C2006.2,742.684 2007.73,741.844 2006.06,738.809C2004.11,735.281 2007.61,729.293 2001.13,727.879C1999.38,727.496 1998.74,725.324 1998.82,723.406C1998.89,721.676 1999.38,719.926 2001.58,721.145C2005.65,723.391 2007.91,718.473 2011.55,718.844C2012.43,718.934 2013.2,716.605 2012.58,716.074C2008.64,712.699 2013.31,710.242 2013.31,707.348L2013.16,707.516C2014.27,706.781 2016.25,705.949 2015.98,704.895C2014.48,699.102 2019.19,699.535 2023.38,698.184C2019.73,696.285 2017.21,697.582 2014.68,698.152C2011.6,698.848 2008.72,700.316 2005.36,698.109C2003.75,697.059 2002.6,696.516 2003.64,694.809C2006.14,690.707 2002.94,689.867 1998.87,688.398C2003.59,687.961 2004.83,684.023 2008.69,683.926C2010.76,683.875 2008.47,680.566 2010.3,679.301C2016.88,683.41 2024.53,682.113 2031.68,683.406C2035.15,684.031 2035.73,684.133 2036,688.336C2036.07,689.438 2036.56,690.098 2037.56,690.047C2039.14,689.965 2040.57,689.387 2041.82,688.344C2046.73,684.258 2050.21,684.852 2052.86,690.211C2053.63,691.762 2054.02,693.293 2056.25,693.82C2057.53,694.121 2059.32,695.09 2059.43,697.512C2059.53,700.109 2062.61,700.148 2064.33,701.355C2065.84,702.418 2068.19,701.828 2069.12,704.379C2069.68,705.949 2071.93,706.086 2073.25,705.238C2075.31,703.914 2077.43,704.547 2079.41,704.738C2080.72,701.035 2078.2,699.039 2077.27,696.699C2076,696.527 2075.7,697.055 2075.58,697.746C2075.39,698.852 2077.06,700.496 2074.79,700.973C2073.08,701.336 2071.92,699.648 2072.1,698.664C2072.93,693.984 2069.64,690.711 2068.48,686.734C2068.16,685.605 2068.05,684.387 2069.66,684.23C2070.79,684.121 2071,685.008 2071.11,685.988C2071.27,687.305 2071.41,688.676 2071.9,689.891C2072.47,691.289 2073.27,693.125 2075.16,692.508C2076.55,692.051 2077.97,690.688 2077.61,688.949C2077.17,686.824 2079.75,683.645 2075.02,682.797C2072.2,682.293 2072.6,677.84 2069.72,676.254C2068.82,675.762 2070.26,673.469 2072.18,673.297C2073.22,673.207 2073.95,672.902 2073.41,671.707C2073.05,670.918 2072.7,669.914 2072.04,669.52C2071.19,669.008 2070.3,669.703 2069.96,670.57C2069.34,672.105 2068.31,673.184 2066.7,674.281C2060.82,667.059 2066.84,661.996 2069.62,656.434C2068.64,654.566 2066.78,655.934 2065.45,655.309C2064.05,651.961 2069.25,651.645 2068.38,647.945C2066.81,648.617 2065.17,649.242 2063.4,649.082C2062.41,648.996 2061.17,650.066 2060.84,648.223C2060.6,646.949 2060.3,645.777 2061.43,644.547C2065.73,639.828 2065.84,638.133 2062.52,632.555C2062.2,632.008 2061.62,631.578 2062.09,630.91C2062.73,630.008 2065.05,629.582 2063.31,628.012C2061.79,626.637 2060.14,627.77 2058.39,628.734C2063.03,625.598 2061.34,620.473 2062.57,616.363C2063.35,613.766 2059.53,613.977 2058.05,612.59C2060.01,611.195 2060.35,608.66 2062.21,607.645C2060.96,604.395 2056.86,607.523 2056.09,603.563C2055.26,599.211 2053.73,595.027 2056.57,590.926C2057.94,588.941 2058.22,586.855 2057.72,584.563C2057.48,583.492 2057.55,582.359 2056.07,582.043C2052.5,581.285 2053.2,579.543 2055.7,578.547C2058.38,577.48 2058.01,575.406 2057.91,573.602C2057.77,571.414 2057.03,569.25 2056.46,567.102C2055.89,564.965 2053.94,563.348 2054.01,560.973C2054.09,558.387 2057.49,559.613 2058.23,557.27C2058.68,555.875 2059.27,554.957 2058.07,553.828L2057.89,554.008Z" style="fill:rgb(85,72,57);"/></g></g></svg>');
  transform: rotate(-20deg);
  left: -2.5rem;
  background-size: 1.75rem;
  background-repeat: no-repeat;
}

@media (max-width:768px) {
  div[data-pf-type="ProductBox"] {padding: 2rem;}
}

.rte img {border: none;}

.badge.badge-best-seller {
  font-weight: 600;
  background-color: #CFA44E;
  color: #000;
  border: none;
}

.badge.badge-new-release {
  font-weight: 600;
  background-color: #9baf74;
  color: #000;
  border: none;
}
.menu-drawer__menu-item a.menu-drawer__menu-item {padding: 0;}

@media (min-width:1200px){
  ul#product-grid {column-gap: 4em;row-gap: 2em;}
  .grid--3-col-desktop .grid__item {width: 23%;}
}

/* New Recharge text */
.rc-radio .rc_widget__option__selector label ul, .rc-radio .rc_widget__option__selector label ul li {
  display: block!important;
  padding: 0;
  margin: 0;
  font-size: 1.35rem;
}

span.rc-option__price.rc_widget__price.rc_widget__price--subsave,
span.rc-option__price.rc_widget__price.rc_widget__price--onetime {
  display: block!important;
  margin-left: 5px;
}

body span.rc-option__discount.rc_widget__option__discount {display: none!important;}

.rc_widget__option__selector {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.rc_widget__option__selector input {
  margin-top: 1rem;
}

label.rc-radio__label.rc_widget__option__label {
  display: flex;
}

.rc-radio.rc-option.rc_widget__option.rc-legacy-radio.rc_widget__option--active.rc-option--active .rc_widget__option__plans__dropdown {
  background-color: #554839;
}

span.rc-option__text {
  font-weight: 700;
}

span.rc-option__text ul {
  font-weight: normal;
  line-height: 160%;
}

label.rc-radio__label.rc_widget__option__label {flex-direction: row-reverse;gap: 15px;}

.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
  padding-left: 105px;
  padding-bottom: 8px;
  padding-top: 8px;
}

h5[data-pf-type="Heading"] + div[data-pf-type="Block"] {
  display: flex;
}

button[data-pf-type="ProductATC"] {
  margin-top: 0!important;
}

h5[data-pf-type="Heading"] {margin-bottom: 10px;}
