:root{--cart-badge-right: 0;--cart-badge-bottom: 20px;--cart-badge-background-hsl: var(--button-color-h), calc(var(--button-color-s) * 1%), calc(var(--button-color-l) * 1%);--cart-badge-background: hsla(var(--cart-badge-background-hsl), 1);--cart-badge-foreground-hsl: var(--button-color-h), calc(var(--button-color-s) * 1%), calc((var(--button-color-l) - 75) * -100%);--cart-badge-foreground: hsla(var(--cart-badge-foreground-hsl), var(--button-color-a))}.has-swmp{--cart-badge-bottom: calc(var(--swmp-height, 0px) + 20px)}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(source-sans-pro-v21-latin-700-KJ6NFRFV.digested.woff) format("woff2"),url(source-sans-pro-v21-latin-700-LG6CIKLA.digested.woff) format("woff")}@keyframes showCartBadge{0%{opacity:0;pointer-events:none}to{opacity:1}}.cart-badge{display:block;position:fixed;bottom:var(--cart-badge-bottom);right:0;background:transparent!important;z-index:9900;animation-fill-mode:both;animation-name:showCartBadge;animation-duration:.25s;animation-timing-function:ease-in-out}.cart-badge[data-cart--badge-tally="0"]{animation-direction:reverse}.cart-badge.-empty-on-load{display:none}.cart-badge__button{display:flex;background-color:hsla(var(--cart-badge-background-hsl),.5);color:var(--cart-badge-foreground);width:62px;height:62px;align-items:center;justify-content:center;border-radius:0!important;border:none!important;transition:background-color .25s ease-in-out}.cart-badge__button:hover{background-color:var(--cart-badge-background)}.cart-badge__button svg{fill:var(--cart-badge-foreground)}.cart-badge__icon{display:flex;width:38px;height:38px;position:relative;align-items:center;justify-content:center;margin-top:.5ch;font-weight:600;font-size:14px;font-family:Source Sans Pro}.cart-badge__bubble{position:absolute;top:-1ch;left:10px;display:flex;align-items:center;justify-content:center;background-color:var(--cart-badge-foreground);color:var(--cart-badge-background);min-height:24px;min-width:24px;text-align:center;border-radius:999em;border:2px solid var(--cart-badge-background);letter-spacing:0;padding:0 .25em;box-sizing:border-box!important}:root{--cart-summary-width: 100vw;--cart-summary-bottom: 0}@media (min-width: 760px){:root{--cart-summary-width: 375px}}@keyframes hideCartContent{0%{opacity:1}to{opacity:0}}@keyframes showCartContent{0%{opacity:0}to{opacity:1}}@keyframes openNewCart{0%{transform:translate(100%);opacity:1}to{transform:translate(0);opacity:1}}@keyframes openExistingCart{0%{overflow:hidden;pointer-events:none;top:100%;bottom:var(--cart-badge-bottom);width:0}to{overflow:hidden;pointer-events:all;top:0;bottom:var(--cart-summary-bottom);width:var(--cart-summary-width)}}@keyframes closeCart{0%{overflow:hidden;pointer-events:none;top:0;bottom:var(--cart-summary-bottom);width:var(--cart-summary-width)}to{overflow:hidden;pointer-events:none;top:100%;bottom:var(--cart-badge-bottom);width:0}}#usersite-container .cart-summary{font-size:clamp(12px,var(--content-typeface-size-number),16px);position:fixed;top:0;right:var(--cart-badge-right);bottom:var(--cart-summary-bottom);width:var(--cart-summary-width);z-index:9901;animation-name:openNewCart;animation-delay:0;animation-duration:.4s;display:flex;flex-direction:column;padding:var(--section-padding-x-small) 0}#usersite-container .cart-summary__heading,#usersite-container .cart-summary__body,#usersite-container .cart-summary__footer{padding:0 var(--section-padding-x-small)}#usersite-container .cart-summary#cart-summary{background-color:var(--section-background-color)!important}#usersite-container .cart-summary__heading{display:flex;align-items:center}#usersite-container .cart-summary__heading h2{flex:1;margin:0}#usersite-container .cart-summary__close,#usersite-container .cart-summary__close:hover{-webkit-text-decoration:none!important;text-decoration:none!important}#usersite-container .cart-summary__close:hover{-webkit-text-decoration:none;text-decoration:none;transform:rotate(360deg)}#usersite-container .cart-summary__body{flex:1;overflow:auto;overscroll-behavior:none}#usersite-container .cart-summary__body table{margin:0}#usersite-container .cart-summary input[name=quantity][type=tel]{width:5.5ch}#usersite-container .cart-summary__content{animation-duration:.15s}#usersite-container .cart-summary__footer{text-align:center}#usersite-container .cart-summary__subtotal{text-align:right}#usersite-container .cart-summary,#usersite-container .cart-summary__content{animation-fill-mode:both;animation-timing-function:ease-in-out}#usersite-container .cart-summary[data-cart--cart-open=false]{animation-name:closeCart;animation-delay:.05s}#usersite-container .cart-summary[data-cart--cart-open=false] .cart-summary__content{animation-name:hideCartContent}#usersite-container .cart-summary.-existing[data-cart--cart-open=true]{animation-name:openExistingCart}#usersite-container .cart-summary.-existing[data-cart--cart-open=true] .cart-summary__content{animation-name:showCartContent;animation-delay:.3s}#usersite-container .cart-items{border-collapse:collapse}#usersite-container .cart-item>td{padding-top:1.5em;padding-bottom:1.5em}#usersite-container .cart-item>td,#usersite-container .cart-item__bundle-item>td{border-width:0 0 1px;border-style:solid}#usersite-container .cart-item.-borderless>td,#usersite-container .cart-item__bundle-item.-borderless>td{border-width:0}#usersite-container .cart-item .cart-image,#usersite-container .cart-item__details{padding:1em 0 1em 1em!important}#usersite-container .cart-item__product-options{display:flex;flex-wrap:wrap}#usersite-container .cart-item__product-option{font-weight:700!important}#usersite-container .cart-item__product-option:last-child .delimiter{display:none}#usersite-container .cart-item__product-option+.cart-item__product-option{margin-left:1em}#usersite-container .cart-item__actions{margin-top:.25em;display:flex;align-items:center;justify-content:flex-start}#usersite-container .cart-item__action{margin-right:.5em}#usersite-container .cart-item__price{margin-left:auto;text-align:right}#usersite-container .cart-item__price [class*=-price]{display:block}#usersite-container .cart-item__price .old-price{padding-right:0}#usersite-container .cart-item__bundle-item>td{padding-top:1em;padding-bottom:1em}#usersite-container .cart-item__bundle-item .cart-item__product-options{flex-direction:column}#usersite-container .cart-item__bundle-item .cart-item__product-options .delimiter{display:none}@layer moda.reset,moda.tokens,moda.utilities,moda.blocks,moda.themes;@layer moda.tokens{:where(html){--border-size-0: 0;--border-size-1: 1px;--border-size-2: 2px;--border-size-3: 4px;--border-size-4: 8px;--border-size-5: 16px;--border-size-6: 32px;--border-style-none: none;--border-style-solid: solid;--border-style-dashed: dashed;--border-style-dotted: dotted;--border-style-double: double;--border-style-groove: groove;--border-style-ridge: ridge;--border-style-inset: inset;--border-style-outset: outset;--border-radius-0: 0;--border-radius-1: 8px;--border-radius-2: 16px;--border-radius-3: 32px;--border-radius-4: 48px;--border-radius-5: 64px;--border-radius-none: var(--border-radius-0);--border-radius-s: var(--border-radius-1);--border-radius-m: var(--border-radius-2);--border-radius-l: var(--border-radius-3);--border-radius-xl: var(--border-radius-4);--border-radius-xxl: var(--border-radius-5);--border-radius-circle: 50%;--border-radius-pill: 9999px;--border-radius-blob-1: 30% 70% 70% 30% / 53% 30% 70% 47%;--border-radius-blob-2: 53% 47% 34% 66% / 63% 46% 54% 37%;--border-radius-blob-3: 37% 63% 56% 44% / 49% 56% 44% 51%;--border-radius-blob-4: 63% 37% 37% 63% / 43% 37% 63% 57%;--border-radius-blob-5: 49% 51% 48% 52% / 57% 44% 56% 43%;--border-radius-dome-south: var(--border-radius-1) var(--border-radius-1) var(--border-radius-3) var(--border-radius-3);--border-radius-dome-north: var(--border-radius-3) var(--border-radius-3) var(--border-radius-1) var(--border-radius-1);--border-radius-dome-east: var(--border-radius-1) var(--border-radius-3) var(--border-radius-3) var(--border-radius-1);--border-radius-dome-west: var(--border-radius-3) var(--border-radius-1) var(--border-radius-1) var(--border-radius-3);--border-radius-mix-t: var(--border-radius-3) var(--border-radius-3) 0 0;--border-radius-mix-r: 0 var(--border-radius-3) var(--border-radius-3) 0;--border-radius-mix-b: 0 0 var(--border-radius-3) var(--border-radius-3);--border-radius-mix-l: var(--border-radius-3) 0 0 var(--border-radius-3);--border-radius-mix-tr-bl: 0 var(--border-radius-3);--border-radius-mix-tl-br: var(--border-radius-3) 0;--border-radius-mix-tl: var(--border-radius-3) 0 0 0;--border-radius-mix-tr: 0 var(--border-radius-3) 0 0;--border-radius-mix-br: 0 0 var(--border-radius-3) 0;--border-radius-mix-bl: 0 0 0 var(--border-radius-3);--border-radius-drop-tr: var(--border-radius-3) 0 var(--border-radius-3) var(--border-radius-3);--border-radius-drop-br: var(--border-radius-3) var(--border-radius-3) 0 var(--border-radius-3);--border-radius-drop-bl: var(--border-radius-3) var(--border-radius-3) var(--border-radius-3) 0;--border-radius-drop-tl: 0 var(--border-radius-3) var(--border-radius-3) var(--border-radius-3)}.moda{--cut-corner-none: none;--cut-corner-xs: polygon( 10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10% );--cut-corner-s: polygon( 15% 0, 85% 0, 100% 15%, 100% 86%, 85% 100%, 15% 100%, 0 85%, 0 15% );--cut-corner-m: polygon( 20% 0, 80% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20% );--cut-corner-l: polygon( 25% 0, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0 75%, 0 25% );--cut-corner-xl: polygon( 30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30% );--cut-corner-diagonal-right: polygon( 0 0, 80% 0, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0 80%, 0 0 );--cut-corner-diagonal-left: polygon( 20% 0, 100% 0, 100% 0, 100% 81%, 80% 100%, 0 100%, 0 100%, 0 20% );--cut-corner-asymmetrical: polygon( 60% 0, 100% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 100%, 0 60% );--cut-corner-asymmetrical-up: polygon( 0 0, 40% 0, 100% 60%, 100% 100%, 100% 100%, 20% 100%, 0 80%, 0 20% );--cut-corner-rupee-right: polygon( 0 0, 50% 0, 100% 50%, 100% 100%, 100% 100%, 50% 100%, 0 50%, 0 0 );--cut-corner-rupee-left: polygon( 50% 0, 100% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 100%, 0 50% );--cut-corner-jewel-1: polygon( 45% 0, 55% 0, 100% 40%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 40% );--cut-corner-jewel-2: polygon( 20% 0, 80% 0, 100% 20%, 100% 60%, 55% 100%, 45% 100%, 0 60%, 0 20% );--cut-corner-homeplate: polygon( 0 0, 100% 0, 100% 0, 100% 50%, 50% 100%, 50% 100%, 0 50%, 0 0 );--cut-corner-pointed: polygon( 50% 0, 50% 0, 100% 50%, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 50% )}}@layer moda.tokens{:where(html){--ratio-none: auto;--ratio-square: 1 / 1;--ratio-widescreen: 16 / 9;--ratio-landscape: 4 / 3;--ratio-portrait: 3 / 4;--ratio-portrait-large: 9 / 16}}@layer moda.tokens{:where(html){--shape-stretched-off: initial;--shape-stretched-on: ;--shape-stretched: var(--shape-stretched-on);--shape-none: initial}.moda{--shape: var(--shape-none);--shape-abstract-geometric-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20251%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='M140.19.341%202.506%2057.675.333%20186.34l51.45%2054%20155.072-18.667%2043.478-73.333-18.114-91.332L140.19.341Z'/%3e%3c/svg%3e");--shape-abstract-geometric-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20251%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='M140.19.341%202.506%2057.675.333%20186.34l51.45%2054%20155.072-18.667%2043.478-73.333-18.114-91.332L140.19.341Z'/%3e%3c/svg%3e");--shape-abstract-geometric: var(--shape-abstract-geometric-when-stretched, var(--shape-abstract-geometric-when-not-stretched));--shape-abstract-star-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20241%20246'%3e%3cpath%20fill='%23D6D6D6'%20d='M96.7.342%2069.644%2059.385%209.352%2078.08.667%20108.843l56.545%2036.154-23.31%2079.703%2035.742%2020.897%2049.563-61.768%2048.808%2040.871%2040.752-29.591-28.927-76.681%2060.827-47.87-23.382-28.254-67.118%209.037-19.062-51H96.7Z'/%3e%3c/svg%3e");--shape-abstract-star-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20246'%3e%3cpath%20fill='%23D6D6D6'%20d='M96.7.342%2069.644%2059.385%209.352%2078.08.667%20108.843l56.545%2036.154-23.31%2079.703%2035.742%2020.897%2049.563-61.768%2048.808%2040.871%2040.752-29.591-28.927-76.681%2060.827-47.87-23.382-28.254-67.118%209.037-19.062-51H96.7Z'/%3e%3c/svg%3e");--shape-abstract-star: var(--shape-abstract-star-when-stretched, var(--shape-abstract-star-when-not-stretched));--shape-ancient-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M236.606%2097.53c-2.809-1.339-6.268-.764-9.357-.609-2.206.15-4.373.235-6.571.31-2.394.088-4.803.126-7.227.118-3.75.029-8.185-.238-11.136%201.52-3.913%202.176-4.001%207.934-.056%2010.104%202.556%201.358%205.683.885%208.495.981%203.63.088%207.273.161%2010.895-.123%203.688-.219%207.594-.158%2011.296-.767%204.028-.615%207.502-2.216%207.008-6.883v-.029c-.262-2.013-1.54-3.772-3.347-4.619v-.003Zm3.224%2032.995c-.088-3.421-.454-6.947-.503-10.384-.101-2.128-.216-4.256-1.157-6.151-1.678-3.531-6.76-4.611-9.2-1.32-2.275%203.175-2.088%207.623-2.229%2011.349-.083%202.665-.949%204.464-3.67%204.758-1.23.155-2.711.021-4.162-.091-1.647-.134-3.282-.265-4.942-.329-5.191-.112-16.313-.27-19.839%202.74-2.451%201.997-2.747%206.367-.28%208.492%202.178%201.932%205.672%201.916%208.641%201.852%202.163-.069%204.362-.243%206.528-.326%205.118-.248%2010.09.23%2015.091.463%204.664.077%2010.192.844%2013.37-2.762%201.924-2.258%202.389-5.351%202.355-8.262v-.032l-.003.003Zm-.334%2021.528c-1.254-7.116-7.655-7.188-13.661-7.15-1.853.005-3.7.029-5.56.088-3.312.158-6.985.203-10.016%201.347-2.608%201.024-3.854%203.085-4.327%205.854-.473%202.59-.195%205.482-.139%208.147.024%201.47-.07%202.913-.356%204.343-.858%204.221-3.183%208.359.757%2011.59%202.152%201.759%205.389%202.443%208.024%201.649%202.534-.7%204.095-2.991%204.547-5.477.499-2.37.374-5.124.259-7.692-.043-1.572-.086-3.218.639-4.63.922-1.897%203.525-2.641%205.239-1.363%202.547%201.951%201.732%205.899%201.847%208.957-.022%204.41.582%2010.018%205.797%2010.053%207.051-.433%206.773-9.31%207.025-14.68.053-3.646.548-7.404-.07-11.007l-.005-.029Zm-10.43-72.233c-2.098-.123-4.22-.209-6.324-.214-4.825-.01-9.513.532-14.3.433-8.971-.203-3.825-10.44-8.337-15.324-1.625-1.788-4.469-2.304-6.581-1.133-2.528%201.44-3.253%204.105-3.528%207.171-.241%203.162.19%206.75.361%2010.05.31%203.841.005%208.278%203.255%2010.489%202.486%201.646%205.908%201.577%208.877%201.6%203.186-.028%206.372-.162%209.551-.258%204.479-.158%209.141-.332%2013.776-.23%205.062.05%2013.413.492%2013.028-6.54v-.028c-.636-5.07-5.515-5.79-9.773-6.014l-.005-.002Zm-2.138-16.52c-2.417.137-4.841.397-7.265.447-3.275.145-6.931-.369-9.601.965-3.499%201.615-4.48%206.373-1.682%209.115%202.075%202.013%205.226%202.17%207.976%202.293%203.4.129%206.867.166%2010.296-.139%201.863-.147%203.775-.254%205.616-.494%203.777-.42%206.56-2.35%206.081-6.495l-.005-.03c-.904-5.431-6.752-5.969-11.416-5.661ZM173.694%2014.89c1.59.802%203.83.946%205.76%201.04%201.232.059%202.486.099%203.726.147%204.341.187%208.433.398%2012.616.045%202.903-.208%205.76-.436%208.671-.46%203.336-.05%206.677.166%2010.016.257%203.873.152%207.74-.246%2011.568-.369%202.967-.15%206.332.142%209.016-1.208%202.002-.994%203.183-3.242%202.937-5.485V8.83c-1.208-8.045-12.186-5.808-18.037-5.754-1.558.05-3.105.05-4.669.024-6.95-.22-13.982.168-20.959.39-4.172.152-8.374.005-12.581.032-3.488.104-7.473.22-9.802%202.97-2.165%202.62-1.414%206.95%201.74%208.4l-.002-.002Zm41.895%2034.187c-2.769.099-5.533.133-8.28.254-9.66.43-19.278.756-28.946%201.277-3.325.24-7.291.38-9.857%202.569-2.786%202.416-2.192%206.594%201.106%208.27%202.679%201.409%206.076%201.433%209.152%201.422%2014.568-.47%2029.087-1.192%2043.647-1.69%206.147-.219%2012.915-.542%2014.137-7.882l.005-.027c.289-1.67.278-3.392.187-5.086-.15-2.556-.422-5.121-.612-7.768-.556-5.204-.532-15.155-3.512-18.905-2.213-2.802-6.148-3.21-9.639-3.416-2.707-.12-5.45-.062-8.152-.035-9.671.15-19.28.297-28.959.465-3.662.15-8.227.096-11.255%202.069-2.069%201.323-2.994%204.017-1.879%206.238.692%201.452%202.103%202.444%203.605%202.989%203.406%201.235%208.032%201.053%2011.86%201.058%209.27-.034%2018.35-.417%2027.579-.275%204.397.262%206.488%202.35%207.142%206.567.332%202.315.647%204.838.356%207.145-.497%204.039-4.237%204.635-7.685%204.769v-.008Zm-16.246%2076.098c2.371.069%204.803.037%207.193.083%206.45.018%2016.091.9%2015.698-6.602v-.027c-.176-1.783-1.208-3.486-2.729-4.443-1.732-1.125-4.039-1.328-6.148-1.379-3.058-.043-6.155-.003-9.235-.064-5.567.008-12.092-.211-13.581%204.782-.513%201.887.088%204.122%201.47%205.487%201.895%201.885%204.702%202.056%207.332%202.165v-.002Zm-39.621-81.348c3.323%202.344%208.089%201.89%2012.053%202.034%205.936.072%2011.798.016%2017.692-.093%206.228-.075%2012.464.139%2018.691.163%204.48.074%2011.115-.845%2011.189-6.456v-.024c-.28-5.746-7.262-6.129-11.734-6.206-4.739-.115-9.475-.337-14.153-.313-4.694.032-9.32.238-13.993.214-3.229-.064-7.385.409-9.489-2.489-1.796-2.715-1.406-5.79-1.459-9.146-.163-5.466%201.099-14.859-3.48-18.347-2.432-1.764-5.744-.82-7.308%201.748-1.109%201.697-1.545%203.94-1.719%206.02-.374%205.877-.072%2011.624-.032%2017.58.241%204.875-.51%2012.07%203.745%2015.312l-.003.003Zm41.233%20105.057c-.364-1.818-1.214-3.4-2.756-4.333-2.331-1.438-5.656-.794-7.356%201.277-1.791%202.166-1.769%205.135-2.114%207.915-.11%201.056-.23%202.122-.361%203.194-.799%206.177-1.638%2015.03%201.305%2019.443%202.015%203.183%206.992%203.109%209.17.168%201.516-2.007%201.358-4.803%201.353-7.358-.022-1.946%200-3.964.136-5.873.211-3.18.626-6.203.839-9.443.089-1.649.107-3.338-.211-4.961l-.005-.029Zm-2.817-44.7v-.024c-.425-4.175-4.611-5.386-8.383-5.608-3.381-.25-7.051-.115-10.397-.098-13.557.024-27.093-.153-40.647-.2-2.005-.006-3.98-.022-6.017.02-2.948.097-6.217.206-8.746%201.62-2.09%201.131-3.248%203.635-2.587%205.875%201.042%203.494%204.848%204.392%208.323%204.697%203.75.31%207.853.155%2011.547.168%2014.049.019%2028.071.198%2042.117.203%205.087-.155%2015.102.703%2014.792-6.653h-.002Zm-27.139%2029.606c-2.921.74-6.848.406-10.058.545-10.328.168-20.637.323-30.971.526-4.768-.005-13.193.594-12.453%207.153%201.564%205.608%209.157%205.033%2013.894%205.162%209.547-.091%2019.09-.305%2028.629-.444%206.52-.257%2013.231.326%2019.7-.567%207.03-.909%208.374-7.217%208.331-13.463%200-3.774.345-7.704-.555-11.39l-.009-.026c-.911-4.357-4.57-6.447-8.788-6.669-4.087-.316-8.308-.056-12.386-.054-12.659.086-25.209.07-37.892.038-4.528.147-11.346.192-12.498%205.498-.621%206.375%207.58%206.952%2012.332%206.944%2013.648.112%2027.256-.206%2040.886.032%205.332.19%207.77%204.865%201.836%206.715h.002Zm6.087-68.807c-3.871%202.409-2.882%207.738-3.756%2011.555-.585%202.641-2.531%203.865-5.156%204.14-3.122.29-6.332.188-9.462.383-5.8.216-11.627.59-17.435.713-2.756.038-5.646-.162-8.458-.176-2.266%200-4.76.18-6.765%201.09-3.718%201.546-4.437%206.162-1.489%208.808%201.978%201.81%205.007%202.283%207.688%202.593%203.234.353%206.466.457%209.684.409%209.326-.24%2018.641-.794%2027.964-1.107%202.841-.107%205.822-.192%208.599-.695%201.595-.297%203.076-.748%204.271-1.52%202.312-1.506%203.149-3.903%203.491-6.921v-.032c.235-2.186.208-4.493.15-6.712-.18-3.913-.212-8.663-2.419-11.362-1.607-2.067-4.713-2.582-6.907-1.166Zm8.508%2088.025c-.535-3.889-4.146-5.199-7.68-5.485-2.349-.208-4.798-.24-7.313-.192-2.796.096-5.672.256-8.305.839-2.403.51-4.38%201.807-5.514%204.001-2.413%204.502-1.865%2010.732-1.732%2015.875.139%203.06.5%206.565%203.232%208.417%203.857%202.673%2010.411%201.566%2015.182%201.224%202.52-.238%205.642-.409%207.562-1.574%202.419-1.363%203.384-4.721%202.149-7.164-.96-1.999-3.138-2.993-5.242-3.37-2.828-.663-6.434.152-8.65-1.414-.833-.599-1.066-1.665-.414-2.51%202.697-3.491%2011.216-.628%2015.054-3.991%201.334-1.12%201.911-2.911%201.676-4.632v-.027l-.005.003Zm-66.497-67.692c-.056-2.069-.334-4.223.441-6.118%201.737-3.491%206.201-2.395%209.686-2.307a91.62%2091.62%200%200%200%204.012.184c5.127.097%2010.264-.641%2015.396-.43%205.75-.07%2018.281%202.612%2018.393-6.174v-.024c-.353-5.106-6.159-5.648-10.288-5.886-3.042-.193-6.137-.377-9.179-.46-5.621-.144-11.272.425-16.839.23-5.491-.19-11.291-.914-16.725.04-3.632.62-6.003%202.355-6.936%205.96-.898%203.363-.711%206.907-.588%2010.412.051%203.025.767%207.158-1.35%209.25-.519.447-1.128.511-1.727.21-4.798-3.019-2.323-15.94-3.798-20.946-.76-3.175-3.766-5.391-7.011-4.255-5.1%202.005-4.766%208.66-4.737%2013.324.073%202.946.268%205.835.578%208.749.232%202.154.473%204.327.762%206.48.508%203.955%201.515%207.922%205.284%209.317%202.384.957%205.006%201.096%207.583%201.259%202.138.117%204.33.248%206.485.23%203.394-.088%206.401-.388%208.483-2.614%203.294-3.85%202.109-11.494%202.083-16.43h-.008ZM96.935%2050.02c-2.675.088-5.803.302-8.07%201.371-3.923%201.682-4.834%206.693-1.416%209.425%203.558%202.737%2010.443%201.844%2014.851%201.877%2015.605-.276%2031.201-.754%2046.806-.998%202.63-.096%205.581-.248%207.895-1.384%202.141-.978%203.595-3.339%203.315-5.656v-.024c-.428-3.964-4.33-5.309-7.931-5.549-2.836-.24-5.861-.102-8.689%200-12.943.38-25.861.599-38.809.85-2.558.035-5.295.013-7.952.094v-.006Zm36.13-18.815c-2.889-2.745-1.366-8.427-2.862-11.865-1.572-4.64-7.506-5.605-9.879-1.128-1.783%203.339-1.385%208.963-1.422%2013.146.085%203.296-.094%206.912%201.25%209.93%202.74%205.781%2011.569%204.375%2016.859%204.006%207.476-.879%2015.866.647%2016.81-9.063v-.03c.398-4.541-.214-9.208-.113-13.787-.096-7.655%201.2-21.364-7.92-20.461-5.458%201.267-4.904%207.88-4.829%2012.43.08%203.653.165%207.325.192%2010.92-.051%202.174-.238%203.874-1.489%205.314-1.59%201.853-4.779%202.254-6.599.591l.002-.003Zm18.767%20122.166-.005-.029c-.444-2.718-2.238-5.119-5.036-5.498-2.705-.42-5.311%201.152-6.183%203.723-.574%201.559-.732%203.293-.911%204.95-.535%204.577-.647%209.086-.283%2013.678.189%202.585.131%205.453%201.627%207.671.915%201.347%202.441%202.24%204.058%202.408%204.22.377%206.436-3.14%206.653-7.099.27-3.325-.059-6.645.077-9.962.04-3.266.588-6.581.003-9.842Zm-13.816%203.211c-.735-5.178-5.635-5.771-9.965-5.854-4.958-.086-9.818.056-14.701.077-1.192.006-2.502-.024-3.587-.454-3.601-1.483-2.767-6.305-7.65-7.139-6.017-.722-7.45%205.391-7.41%2010.298.033%202.433.303%204.969%201.433%207.092%202.529%204.693%209.134%203.05%2013.862%203.031%205.629-.171%2011.111-.193%2016.762-.206%202.871-.035%206.442.208%208.842-1.299%201.831-1.147%202.681-3.314%202.419-5.514v-.03l-.005-.002Zm-.842%2016.558c-.906-6.623-11.371-5.442-16.356-5.626-11.074-.032-22.124.12-33.19%200-1.387-.011-2.999-.126-4.252-.382-1.147-.252-2.502-.591-2.508-1.235.18-.77%202.476-1.428%203.25-1.77%201.754-.671%203.625-1.339%204.833-2.774%202-2.28%201.385-5.608-1.087-7.271-3.617-2.59-12.98-2.761-16.845-1.058-4.924%201.914-5.482%207.391-5.245%2012.009.35%206.712%201.422%2012.953%208.543%2014.258%204.052.783%208.404.518%2012.515.676%204.496.118%208.925.131%2013.41.075%208.294-.128%2016.596-.115%2024.895-.171a49.786%2049.786%200%200%200%203.475-.155c1.917-.177%203.668-.465%205.29-1.286%201.981-.933%203.523-3.098%203.272-5.263V173.139Zm-69.58-160.3c2.481%201.235%205.734%201.088%208.52%201.299%205.153.28%2010.314.802%2015.518.575%206.798-.23%2013.293-1.126%2020.154-1.147%202.211-.019%204.429.067%206.637.104%203.2.059%206.404-.085%209.599-.473%204.201-.494%209.031-1.612%208.478-6.757v-.027c-.267-2.018-1.646-3.852-3.518-4.67-2.739-1.213-5.853-.833-8.89-.745-2.555.115-5.116.093-7.671.016-8.66-.294-16.93.77-25.623%201.066-2.245.06-4.56.027-6.786-.083C78.268%201.915%2064.78-.438%2064.713%208.17c.032%201.946%201.118%203.777%202.882%204.672v-.002Zm16.34%2043.534c-.016-1.657-.01-3.432.31-4.99%201.067-6.028%206.736-6.17%2011.796-6.205%207.217-.187%2016.233.565%2018.181-7.951.757-3.061.936-6.423%201.051-9.639.05-2.617-.016-5.036-.794-7.265l-.008-.027c-1.008-3.172-4.194-5.474-7.279-3.624-4.83%203.047-2.825%2010.272-6.893%2013.843-3.387%202.852-9.788%201.735-14.145%202.013-4.127.181-8.938.082-11.935%203.26-3.964%204.438-2.694%2015.319-2.809%2021.421.07%208.41.31%2016.813.273%2025.211.013%201.45-.725%207.372-2.796%205.924-2.606-2.812-1.9-10.168-2.144-14.076-.171-8.313-.36-16.626-.519-24.936-.184-4.621.142-10.026-2.421-13.899-2.35-3.453-6.64-2.948-8.57.786-1.496%202.855-1.518%206.225-1.518%209.435.24%2014.41.572%2028.801.909%2043.216.059%202.066.168%204.271.57%206.228%201.074%206.362%206.166%207.837%2012.284%208.473%204.124.396%209.593.874%2012.926-1.558%204.031-3.1%203.764-9.24%203.905-13.953-.053-10.593-.261-21.113-.371-31.687h-.003Zm-.524%2070.888c.249%202.868.468%206.105%201.85%208.527%201.735%203.098%205.536%203.632%208.786%203.983%203.076.294%206.346.553%209.366.36%205.41-.395%208.535-2.084%209.192-7.633.532-3.614.628-7.912.666-11.673-.008-3.01.045-5.56-.511-8.283l-.005-.03c-.524-2.462-1.903-4.686-4.328-5.375-2.264-.647-4.819.371-6.054%202.365-2.494%203.729-1.061%2010.379-2.373%2014.822-1.262%203.445-3.628%201.587-4.282-1.444-1.243-5.407.435-14.455-3.903-18.421-2.435-2.16-6.359-1.353-7.88%201.483-2.245%204.146-1.128%2010.435-.938%2015.214.142%202.037.26%204.058.417%206.105h-.003ZM62.177%2030.616c2.999.022%206.011-.021%209%200%202.333.008%204.658.022%206.992.032%203.988-.008%208.118.113%2012.156-.066%204.67-.171%209.666-1.385%209.046-6.902v-.027c-.923-5.647-7.41-5.696-11.965-5.693-6.273.046-12.538-.003-18.806-.021-.95-.008-1.97-.038-2.866-.198-7.16-1.08-1.708-11.528-7.869-15.014-1.879-1.05-4.375-.887-6.027.495-3.197%202.817-2.7%208.203-2.81%2012.357.075%203.276-.05%206.68.928%209.772%201.615%205.126%207.233%205.19%2012.223%205.268l-.002-.003Zm23.14%20109.999v-.026c-.819-5.456-6.619-5.833-11.243-5.512-2.662.15-5.317.361-7.968.532-4.587.478-11.085-.048-13.926%204.274-1.898%203.079-1.62%206.827-1.777%2010.395-.107%204.124-.206%208.241-.3%2012.362-.061%203.438-.355%207.049-.12%2010.481.134%201.772.513%203.472%201.35%204.774%201.44%202.413%204.69%203.228%207.195%202.012%201.673-.77%202.775-2.347%203.293-4.089.65-2.139.674-4.461.765-6.699.12-3.517.21-6.955.294-10.432.192-2.919-.31-6.196%201.376-8.516%201.754-2.178%205.01-2.061%207.607-2.264%205.747-.388%2013.908-.307%2013.45-7.294l.003.002Zm-6.344-32.952c-2.272-1.961-5.591-1.376-7.286%201.038-1.326%201.785-1.754%204.167-2.737%206.155-1.668%203.686-5.178%204.004-8.848%204.015-15.264.099-30.532.449-45.8.535-1.569.016-3.189.069-4.72.304-2.81.407-5.654%201.633-6.704%204.325-.949%202.347-.013%205.145%202.053%206.6%203.715%202.678%209.676%201.82%2014.097%201.831%2014.538-.217%2029.081-.369%2043.635-.508%204.782-.182%2012.964.561%2016.332-3.114%202.234-2.513%202.568-5.964%202.868-9.508.133-2.507.12-5.132-.51-7.556l-.009-.03c-.42-1.55-1.141-3.047-2.373-4.089l.002.002Zm-71.23%208.319c2.373.291%204.843.414%207.249.497%205.404.128%2010.731-.139%2016.128-.022%206.549.038%2012.913.874%2019.41.923%205.098-.035%2015.119.761%2014.226-6.859v-.027c-.853-5.418-7.254-5.461-11.63-5.549-4.36-.029-8.566-.257-12.875-.609-8.145-.741-16.37-.142-24.62-.353-2.698-.062-5.504-.257-8.174-.104-3.742.141-7.423%201.718-7.431%205.851.134%204.311%203.822%205.829%207.72%206.252h-.003ZM.138%2057.712c.185%205.787-.922%2015.786%202.547%2020.397%203.026%203.747%208.049%203.576%2012.593%203.948%203.057.17%206.177.641%209.224.409%207.655-.607%208.508-6.739%207.93-13.127-.393-4.547-.262-9.133-.21-13.696.1-2.938-.25-6.324%201.253-8.925%202.534-3.892%207.89-2.363%2011.803-3.461%202.909-.58%205.82-2.927%205.226-6.156v-.024c-.404-2.572-2.892-4.336-5.41-4.977-2.43-.666-5.349-.78-8.013-.917-3.801-.123-7.803-.406-11.392.871-6.811%202.5-5.86%2011.403-6.172%2017.61-.035%202.678-.062%205.35-.096%208.016-.08%203.002.288%209.577-3.328%2010.12-2.983-.498-3.14-5.461-3.157-8.078-.099-15.907-.037-31.752-.19-47.672-.059-1.681-.187-3.475-.486-5.04-.572-4.125-3.89-7.907-8.096-5.852C1.384%202.652.526%206.402.285%209.56-.257%2025.6.304%2041.66.138%2057.712Zm34.783%2027.052c-2.301%201.072-4.835.786-7.655.797-4.02-.053-7.934-.16-12.026-.214-4.293.062-10.865-.497-13.105%203.806-.882%201.757-.676%203.975.513%205.52.997%201.296%202.403%201.975%204.151%202.408%202.6.602%205.496.634%208.203.751%207.821.238%2015.35.415%2023.126.417%206.199-.147%2011.443-.924%2012.341-8.181l.006-.03c.136-.967.206-1.98.235-3.001.027-6.996-.385-13.977-.567-20.972-.09-2.47-.174-4.948-.294-7.423-.093-1.79-.232-3.667-.668-5.367-.388-1.497-.984-2.799-1.97-3.847-1.93-2.127-5.314-2.44-7.385-.384-1.36%201.307-1.984%203.295-2.283%205.212-.331%202.14-.32%204.375-.278%206.546.15%205.327.289%2010.643.425%2015.962.072%202.847.15%206.603-2.766%208.006l-.003-.005Zm7.137%2069.636c-2.866-.952-5.977-.995-8.981-1.064-4.135-.091-8.225-.051-12.328-.131-1.179-.043-2.488-.201-3.536-.511-2.425-.679-3.189-2.034-.5-3.082%201.815-.703%204.02-.882%206.011-.887%203.86-.021%207.75.029%2011.652.128%203.352.008%207.043.177%2010.085-1.352%201.962-.997%203.207-2.938%202.943-5.095v-.021c-.957-5.523-7.763-6.084-12.475-6.295a243.94%20243.94%200%200%200-9.048-.19c-2.855-.008-5.741.027-8.607.091-3.753.107-8.395.179-11.346%201.775-4.346%202.309-5.247%207.703-5.76%2012.205-1.26%2012.851%204.61%2016.152%2016.46%2016.128%203.656.032%207.192-.139%2010.688-.051%201.716.067%203.657.273%205.1%201.109%203.261%201.834%203.069%206.648%205.448%209.238%201.6%201.804%204.413%202.01%206.367.679%204.161-2.764%204.536-11.058%203.667-15.867-.583-3.255-2.595-5.784-5.843-6.807h.003ZM17.03%2017.746c.184%203.507-.126%207.474%202.31%2010.246%202.595%202.707%206.714%202.464%2010.851%202.614%204.507-.048%209.342.425%2012.983-1.545%202.716-1.47%203.437-4.57%203.67-7.48.278-4.166.414-8.95-.265-13.075l-.005-.03c-.655-4.108-4.018-7.219-8.187-5.364-2.246%201.032-3.312%203.427-3.654%205.779-.516%202.515.157%206.62-2.221%208.12-.626.326-1.31.185-1.845-.267-1.94-1.871-1.307-4.678-1.67-7.321-.137-1.294-.404-2.604-.947-3.782-1.844-4.312-7.168-4.766-9.772-.912-2.306%203.68-1.181%208.77-1.25%2013.017h.002Zm16.294%20155.538c-.871-4.753-5.37-5.664-9.55-5.667-4.44-.053-8.789.022-13.167.043-2.622.056-5.354.211-7.318%202.007-1.829%201.668-2.251%204.536-1.15%206.725%202.283%204.536%207.958%204.047%2012.317%203.833%202.122-.088%204.207-.026%206.337.006%205.1-.006%2013.45.395%2012.54-6.921l-.006-.029-.003.003Z'/%3e%3c/svg%3e");--shape-ancient-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%3e%3cpath%20fill='%23D6D6D6'%20d='M236.606%2097.53c-2.809-1.339-6.268-.764-9.357-.609-2.206.15-4.373.235-6.571.31-2.394.088-4.803.126-7.227.118-3.75.029-8.185-.238-11.136%201.52-3.913%202.176-4.001%207.934-.056%2010.104%202.556%201.358%205.683.885%208.495.981%203.63.088%207.273.161%2010.895-.123%203.688-.219%207.594-.158%2011.296-.767%204.028-.615%207.502-2.216%207.008-6.883v-.029c-.262-2.013-1.54-3.772-3.347-4.619v-.003Zm3.224%2032.995c-.088-3.421-.454-6.947-.503-10.384-.101-2.128-.216-4.256-1.157-6.151-1.678-3.531-6.76-4.611-9.2-1.32-2.275%203.175-2.088%207.623-2.229%2011.349-.083%202.665-.949%204.464-3.67%204.758-1.23.155-2.711.021-4.162-.091-1.647-.134-3.282-.265-4.942-.329-5.191-.112-16.313-.27-19.839%202.74-2.451%201.997-2.747%206.367-.28%208.492%202.178%201.932%205.672%201.916%208.641%201.852%202.163-.069%204.362-.243%206.528-.326%205.118-.248%2010.09.23%2015.091.463%204.664.077%2010.192.844%2013.37-2.762%201.924-2.258%202.389-5.351%202.355-8.262v-.032l-.003.003Zm-.334%2021.528c-1.254-7.116-7.655-7.188-13.661-7.15-1.853.005-3.7.029-5.56.088-3.312.158-6.985.203-10.016%201.347-2.608%201.024-3.854%203.085-4.327%205.854-.473%202.59-.195%205.482-.139%208.147.024%201.47-.07%202.913-.356%204.343-.858%204.221-3.183%208.359.757%2011.59%202.152%201.759%205.389%202.443%208.024%201.649%202.534-.7%204.095-2.991%204.547-5.477.499-2.37.374-5.124.259-7.692-.043-1.572-.086-3.218.639-4.63.922-1.897%203.525-2.641%205.239-1.363%202.547%201.951%201.732%205.899%201.847%208.957-.022%204.41.582%2010.018%205.797%2010.053%207.051-.433%206.773-9.31%207.025-14.68.053-3.646.548-7.404-.07-11.007l-.005-.029Zm-10.43-72.233c-2.098-.123-4.22-.209-6.324-.214-4.825-.01-9.513.532-14.3.433-8.971-.203-3.825-10.44-8.337-15.324-1.625-1.788-4.469-2.304-6.581-1.133-2.528%201.44-3.253%204.105-3.528%207.171-.241%203.162.19%206.75.361%2010.05.31%203.841.005%208.278%203.255%2010.489%202.486%201.646%205.908%201.577%208.877%201.6%203.186-.028%206.372-.162%209.551-.258%204.479-.158%209.141-.332%2013.776-.23%205.062.05%2013.413.492%2013.028-6.54v-.028c-.636-5.07-5.515-5.79-9.773-6.014l-.005-.002Zm-2.138-16.52c-2.417.137-4.841.397-7.265.447-3.275.145-6.931-.369-9.601.965-3.499%201.615-4.48%206.373-1.682%209.115%202.075%202.013%205.226%202.17%207.976%202.293%203.4.129%206.867.166%2010.296-.139%201.863-.147%203.775-.254%205.616-.494%203.777-.42%206.56-2.35%206.081-6.495l-.005-.03c-.904-5.431-6.752-5.969-11.416-5.661ZM173.694%2014.89c1.59.802%203.83.946%205.76%201.04%201.232.059%202.486.099%203.726.147%204.341.187%208.433.398%2012.616.045%202.903-.208%205.76-.436%208.671-.46%203.336-.05%206.677.166%2010.016.257%203.873.152%207.74-.246%2011.568-.369%202.967-.15%206.332.142%209.016-1.208%202.002-.994%203.183-3.242%202.937-5.485V8.83c-1.208-8.045-12.186-5.808-18.037-5.754-1.558.05-3.105.05-4.669.024-6.95-.22-13.982.168-20.959.39-4.172.152-8.374.005-12.581.032-3.488.104-7.473.22-9.802%202.97-2.165%202.62-1.414%206.95%201.74%208.4l-.002-.002Zm41.895%2034.187c-2.769.099-5.533.133-8.28.254-9.66.43-19.278.756-28.946%201.277-3.325.24-7.291.38-9.857%202.569-2.786%202.416-2.192%206.594%201.106%208.27%202.679%201.409%206.076%201.433%209.152%201.422%2014.568-.47%2029.087-1.192%2043.647-1.69%206.147-.219%2012.915-.542%2014.137-7.882l.005-.027c.289-1.67.278-3.392.187-5.086-.15-2.556-.422-5.121-.612-7.768-.556-5.204-.532-15.155-3.512-18.905-2.213-2.802-6.148-3.21-9.639-3.416-2.707-.12-5.45-.062-8.152-.035-9.671.15-19.28.297-28.959.465-3.662.15-8.227.096-11.255%202.069-2.069%201.323-2.994%204.017-1.879%206.238.692%201.452%202.103%202.444%203.605%202.989%203.406%201.235%208.032%201.053%2011.86%201.058%209.27-.034%2018.35-.417%2027.579-.275%204.397.262%206.488%202.35%207.142%206.567.332%202.315.647%204.838.356%207.145-.497%204.039-4.237%204.635-7.685%204.769v-.008Zm-16.246%2076.098c2.371.069%204.803.037%207.193.083%206.45.018%2016.091.9%2015.698-6.602v-.027c-.176-1.783-1.208-3.486-2.729-4.443-1.732-1.125-4.039-1.328-6.148-1.379-3.058-.043-6.155-.003-9.235-.064-5.567.008-12.092-.211-13.581%204.782-.513%201.887.088%204.122%201.47%205.487%201.895%201.885%204.702%202.056%207.332%202.165v-.002Zm-39.621-81.348c3.323%202.344%208.089%201.89%2012.053%202.034%205.936.072%2011.798.016%2017.692-.093%206.228-.075%2012.464.139%2018.691.163%204.48.074%2011.115-.845%2011.189-6.456v-.024c-.28-5.746-7.262-6.129-11.734-6.206-4.739-.115-9.475-.337-14.153-.313-4.694.032-9.32.238-13.993.214-3.229-.064-7.385.409-9.489-2.489-1.796-2.715-1.406-5.79-1.459-9.146-.163-5.466%201.099-14.859-3.48-18.347-2.432-1.764-5.744-.82-7.308%201.748-1.109%201.697-1.545%203.94-1.719%206.02-.374%205.877-.072%2011.624-.032%2017.58.241%204.875-.51%2012.07%203.745%2015.312l-.003.003Zm41.233%20105.057c-.364-1.818-1.214-3.4-2.756-4.333-2.331-1.438-5.656-.794-7.356%201.277-1.791%202.166-1.769%205.135-2.114%207.915-.11%201.056-.23%202.122-.361%203.194-.799%206.177-1.638%2015.03%201.305%2019.443%202.015%203.183%206.992%203.109%209.17.168%201.516-2.007%201.358-4.803%201.353-7.358-.022-1.946%200-3.964.136-5.873.211-3.18.626-6.203.839-9.443.089-1.649.107-3.338-.211-4.961l-.005-.029Zm-2.817-44.7v-.024c-.425-4.175-4.611-5.386-8.383-5.608-3.381-.25-7.051-.115-10.397-.098-13.557.024-27.093-.153-40.647-.2-2.005-.006-3.98-.022-6.017.02-2.948.097-6.217.206-8.746%201.62-2.09%201.131-3.248%203.635-2.587%205.875%201.042%203.494%204.848%204.392%208.323%204.697%203.75.31%207.853.155%2011.547.168%2014.049.019%2028.071.198%2042.117.203%205.087-.155%2015.102.703%2014.792-6.653h-.002Zm-27.139%2029.606c-2.921.74-6.848.406-10.058.545-10.328.168-20.637.323-30.971.526-4.768-.005-13.193.594-12.453%207.153%201.564%205.608%209.157%205.033%2013.894%205.162%209.547-.091%2019.09-.305%2028.629-.444%206.52-.257%2013.231.326%2019.7-.567%207.03-.909%208.374-7.217%208.331-13.463%200-3.774.345-7.704-.555-11.39l-.009-.026c-.911-4.357-4.57-6.447-8.788-6.669-4.087-.316-8.308-.056-12.386-.054-12.659.086-25.209.07-37.892.038-4.528.147-11.346.192-12.498%205.498-.621%206.375%207.58%206.952%2012.332%206.944%2013.648.112%2027.256-.206%2040.886.032%205.332.19%207.77%204.865%201.836%206.715h.002Zm6.087-68.807c-3.871%202.409-2.882%207.738-3.756%2011.555-.585%202.641-2.531%203.865-5.156%204.14-3.122.29-6.332.188-9.462.383-5.8.216-11.627.59-17.435.713-2.756.038-5.646-.162-8.458-.176-2.266%200-4.76.18-6.765%201.09-3.718%201.546-4.437%206.162-1.489%208.808%201.978%201.81%205.007%202.283%207.688%202.593%203.234.353%206.466.457%209.684.409%209.326-.24%2018.641-.794%2027.964-1.107%202.841-.107%205.822-.192%208.599-.695%201.595-.297%203.076-.748%204.271-1.52%202.312-1.506%203.149-3.903%203.491-6.921v-.032c.235-2.186.208-4.493.15-6.712-.18-3.913-.212-8.663-2.419-11.362-1.607-2.067-4.713-2.582-6.907-1.166Zm8.508%2088.025c-.535-3.889-4.146-5.199-7.68-5.485-2.349-.208-4.798-.24-7.313-.192-2.796.096-5.672.256-8.305.839-2.403.51-4.38%201.807-5.514%204.001-2.413%204.502-1.865%2010.732-1.732%2015.875.139%203.06.5%206.565%203.232%208.417%203.857%202.673%2010.411%201.566%2015.182%201.224%202.52-.238%205.642-.409%207.562-1.574%202.419-1.363%203.384-4.721%202.149-7.164-.96-1.999-3.138-2.993-5.242-3.37-2.828-.663-6.434.152-8.65-1.414-.833-.599-1.066-1.665-.414-2.51%202.697-3.491%2011.216-.628%2015.054-3.991%201.334-1.12%201.911-2.911%201.676-4.632v-.027l-.005.003Zm-66.497-67.692c-.056-2.069-.334-4.223.441-6.118%201.737-3.491%206.201-2.395%209.686-2.307a91.62%2091.62%200%200%200%204.012.184c5.127.097%2010.264-.641%2015.396-.43%205.75-.07%2018.281%202.612%2018.393-6.174v-.024c-.353-5.106-6.159-5.648-10.288-5.886-3.042-.193-6.137-.377-9.179-.46-5.621-.144-11.272.425-16.839.23-5.491-.19-11.291-.914-16.725.04-3.632.62-6.003%202.355-6.936%205.96-.898%203.363-.711%206.907-.588%2010.412.051%203.025.767%207.158-1.35%209.25-.519.447-1.128.511-1.727.21-4.798-3.019-2.323-15.94-3.798-20.946-.76-3.175-3.766-5.391-7.011-4.255-5.1%202.005-4.766%208.66-4.737%2013.324.073%202.946.268%205.835.578%208.749.232%202.154.473%204.327.762%206.48.508%203.955%201.515%207.922%205.284%209.317%202.384.957%205.006%201.096%207.583%201.259%202.138.117%204.33.248%206.485.23%203.394-.088%206.401-.388%208.483-2.614%203.294-3.85%202.109-11.494%202.083-16.43h-.008ZM96.935%2050.02c-2.675.088-5.803.302-8.07%201.371-3.923%201.682-4.834%206.693-1.416%209.425%203.558%202.737%2010.443%201.844%2014.851%201.877%2015.605-.276%2031.201-.754%2046.806-.998%202.63-.096%205.581-.248%207.895-1.384%202.141-.978%203.595-3.339%203.315-5.656v-.024c-.428-3.964-4.33-5.309-7.931-5.549-2.836-.24-5.861-.102-8.689%200-12.943.38-25.861.599-38.809.85-2.558.035-5.295.013-7.952.094v-.006Zm36.13-18.815c-2.889-2.745-1.366-8.427-2.862-11.865-1.572-4.64-7.506-5.605-9.879-1.128-1.783%203.339-1.385%208.963-1.422%2013.146.085%203.296-.094%206.912%201.25%209.93%202.74%205.781%2011.569%204.375%2016.859%204.006%207.476-.879%2015.866.647%2016.81-9.063v-.03c.398-4.541-.214-9.208-.113-13.787-.096-7.655%201.2-21.364-7.92-20.461-5.458%201.267-4.904%207.88-4.829%2012.43.08%203.653.165%207.325.192%2010.92-.051%202.174-.238%203.874-1.489%205.314-1.59%201.853-4.779%202.254-6.599.591l.002-.003Zm18.767%20122.166-.005-.029c-.444-2.718-2.238-5.119-5.036-5.498-2.705-.42-5.311%201.152-6.183%203.723-.574%201.559-.732%203.293-.911%204.95-.535%204.577-.647%209.086-.283%2013.678.189%202.585.131%205.453%201.627%207.671.915%201.347%202.441%202.24%204.058%202.408%204.22.377%206.436-3.14%206.653-7.099.27-3.325-.059-6.645.077-9.962.04-3.266.588-6.581.003-9.842Zm-13.816%203.211c-.735-5.178-5.635-5.771-9.965-5.854-4.958-.086-9.818.056-14.701.077-1.192.006-2.502-.024-3.587-.454-3.601-1.483-2.767-6.305-7.65-7.139-6.017-.722-7.45%205.391-7.41%2010.298.033%202.433.303%204.969%201.433%207.092%202.529%204.693%209.134%203.05%2013.862%203.031%205.629-.171%2011.111-.193%2016.762-.206%202.871-.035%206.442.208%208.842-1.299%201.831-1.147%202.681-3.314%202.419-5.514v-.03l-.005-.002Zm-.842%2016.558c-.906-6.623-11.371-5.442-16.356-5.626-11.074-.032-22.124.12-33.19%200-1.387-.011-2.999-.126-4.252-.382-1.147-.252-2.502-.591-2.508-1.235.18-.77%202.476-1.428%203.25-1.77%201.754-.671%203.625-1.339%204.833-2.774%202-2.28%201.385-5.608-1.087-7.271-3.617-2.59-12.98-2.761-16.845-1.058-4.924%201.914-5.482%207.391-5.245%2012.009.35%206.712%201.422%2012.953%208.543%2014.258%204.052.783%208.404.518%2012.515.676%204.496.118%208.925.131%2013.41.075%208.294-.128%2016.596-.115%2024.895-.171a49.786%2049.786%200%200%200%203.475-.155c1.917-.177%203.668-.465%205.29-1.286%201.981-.933%203.523-3.098%203.272-5.263V173.139Zm-69.58-160.3c2.481%201.235%205.734%201.088%208.52%201.299%205.153.28%2010.314.802%2015.518.575%206.798-.23%2013.293-1.126%2020.154-1.147%202.211-.019%204.429.067%206.637.104%203.2.059%206.404-.085%209.599-.473%204.201-.494%209.031-1.612%208.478-6.757v-.027c-.267-2.018-1.646-3.852-3.518-4.67-2.739-1.213-5.853-.833-8.89-.745-2.555.115-5.116.093-7.671.016-8.66-.294-16.93.77-25.623%201.066-2.245.06-4.56.027-6.786-.083C78.268%201.915%2064.78-.438%2064.713%208.17c.032%201.946%201.118%203.777%202.882%204.672v-.002Zm16.34%2043.534c-.016-1.657-.01-3.432.31-4.99%201.067-6.028%206.736-6.17%2011.796-6.205%207.217-.187%2016.233.565%2018.181-7.951.757-3.061.936-6.423%201.051-9.639.05-2.617-.016-5.036-.794-7.265l-.008-.027c-1.008-3.172-4.194-5.474-7.279-3.624-4.83%203.047-2.825%2010.272-6.893%2013.843-3.387%202.852-9.788%201.735-14.145%202.013-4.127.181-8.938.082-11.935%203.26-3.964%204.438-2.694%2015.319-2.809%2021.421.07%208.41.31%2016.813.273%2025.211.013%201.45-.725%207.372-2.796%205.924-2.606-2.812-1.9-10.168-2.144-14.076-.171-8.313-.36-16.626-.519-24.936-.184-4.621.142-10.026-2.421-13.899-2.35-3.453-6.64-2.948-8.57.786-1.496%202.855-1.518%206.225-1.518%209.435.24%2014.41.572%2028.801.909%2043.216.059%202.066.168%204.271.57%206.228%201.074%206.362%206.166%207.837%2012.284%208.473%204.124.396%209.593.874%2012.926-1.558%204.031-3.1%203.764-9.24%203.905-13.953-.053-10.593-.261-21.113-.371-31.687h-.003Zm-.524%2070.888c.249%202.868.468%206.105%201.85%208.527%201.735%203.098%205.536%203.632%208.786%203.983%203.076.294%206.346.553%209.366.36%205.41-.395%208.535-2.084%209.192-7.633.532-3.614.628-7.912.666-11.673-.008-3.01.045-5.56-.511-8.283l-.005-.03c-.524-2.462-1.903-4.686-4.328-5.375-2.264-.647-4.819.371-6.054%202.365-2.494%203.729-1.061%2010.379-2.373%2014.822-1.262%203.445-3.628%201.587-4.282-1.444-1.243-5.407.435-14.455-3.903-18.421-2.435-2.16-6.359-1.353-7.88%201.483-2.245%204.146-1.128%2010.435-.938%2015.214.142%202.037.26%204.058.417%206.105h-.003ZM62.177%2030.616c2.999.022%206.011-.021%209%200%202.333.008%204.658.022%206.992.032%203.988-.008%208.118.113%2012.156-.066%204.67-.171%209.666-1.385%209.046-6.902v-.027c-.923-5.647-7.41-5.696-11.965-5.693-6.273.046-12.538-.003-18.806-.021-.95-.008-1.97-.038-2.866-.198-7.16-1.08-1.708-11.528-7.869-15.014-1.879-1.05-4.375-.887-6.027.495-3.197%202.817-2.7%208.203-2.81%2012.357.075%203.276-.05%206.68.928%209.772%201.615%205.126%207.233%205.19%2012.223%205.268l-.002-.003Zm23.14%20109.999v-.026c-.819-5.456-6.619-5.833-11.243-5.512-2.662.15-5.317.361-7.968.532-4.587.478-11.085-.048-13.926%204.274-1.898%203.079-1.62%206.827-1.777%2010.395-.107%204.124-.206%208.241-.3%2012.362-.061%203.438-.355%207.049-.12%2010.481.134%201.772.513%203.472%201.35%204.774%201.44%202.413%204.69%203.228%207.195%202.012%201.673-.77%202.775-2.347%203.293-4.089.65-2.139.674-4.461.765-6.699.12-3.517.21-6.955.294-10.432.192-2.919-.31-6.196%201.376-8.516%201.754-2.178%205.01-2.061%207.607-2.264%205.747-.388%2013.908-.307%2013.45-7.294l.003.002Zm-6.344-32.952c-2.272-1.961-5.591-1.376-7.286%201.038-1.326%201.785-1.754%204.167-2.737%206.155-1.668%203.686-5.178%204.004-8.848%204.015-15.264.099-30.532.449-45.8.535-1.569.016-3.189.069-4.72.304-2.81.407-5.654%201.633-6.704%204.325-.949%202.347-.013%205.145%202.053%206.6%203.715%202.678%209.676%201.82%2014.097%201.831%2014.538-.217%2029.081-.369%2043.635-.508%204.782-.182%2012.964.561%2016.332-3.114%202.234-2.513%202.568-5.964%202.868-9.508.133-2.507.12-5.132-.51-7.556l-.009-.03c-.42-1.55-1.141-3.047-2.373-4.089l.002.002Zm-71.23%208.319c2.373.291%204.843.414%207.249.497%205.404.128%2010.731-.139%2016.128-.022%206.549.038%2012.913.874%2019.41.923%205.098-.035%2015.119.761%2014.226-6.859v-.027c-.853-5.418-7.254-5.461-11.63-5.549-4.36-.029-8.566-.257-12.875-.609-8.145-.741-16.37-.142-24.62-.353-2.698-.062-5.504-.257-8.174-.104-3.742.141-7.423%201.718-7.431%205.851.134%204.311%203.822%205.829%207.72%206.252h-.003ZM.138%2057.712c.185%205.787-.922%2015.786%202.547%2020.397%203.026%203.747%208.049%203.576%2012.593%203.948%203.057.17%206.177.641%209.224.409%207.655-.607%208.508-6.739%207.93-13.127-.393-4.547-.262-9.133-.21-13.696.1-2.938-.25-6.324%201.253-8.925%202.534-3.892%207.89-2.363%2011.803-3.461%202.909-.58%205.82-2.927%205.226-6.156v-.024c-.404-2.572-2.892-4.336-5.41-4.977-2.43-.666-5.349-.78-8.013-.917-3.801-.123-7.803-.406-11.392.871-6.811%202.5-5.86%2011.403-6.172%2017.61-.035%202.678-.062%205.35-.096%208.016-.08%203.002.288%209.577-3.328%2010.12-2.983-.498-3.14-5.461-3.157-8.078-.099-15.907-.037-31.752-.19-47.672-.059-1.681-.187-3.475-.486-5.04-.572-4.125-3.89-7.907-8.096-5.852C1.384%202.652.526%206.402.285%209.56-.257%2025.6.304%2041.66.138%2057.712Zm34.783%2027.052c-2.301%201.072-4.835.786-7.655.797-4.02-.053-7.934-.16-12.026-.214-4.293.062-10.865-.497-13.105%203.806-.882%201.757-.676%203.975.513%205.52.997%201.296%202.403%201.975%204.151%202.408%202.6.602%205.496.634%208.203.751%207.821.238%2015.35.415%2023.126.417%206.199-.147%2011.443-.924%2012.341-8.181l.006-.03c.136-.967.206-1.98.235-3.001.027-6.996-.385-13.977-.567-20.972-.09-2.47-.174-4.948-.294-7.423-.093-1.79-.232-3.667-.668-5.367-.388-1.497-.984-2.799-1.97-3.847-1.93-2.127-5.314-2.44-7.385-.384-1.36%201.307-1.984%203.295-2.283%205.212-.331%202.14-.32%204.375-.278%206.546.15%205.327.289%2010.643.425%2015.962.072%202.847.15%206.603-2.766%208.006l-.003-.005Zm7.137%2069.636c-2.866-.952-5.977-.995-8.981-1.064-4.135-.091-8.225-.051-12.328-.131-1.179-.043-2.488-.201-3.536-.511-2.425-.679-3.189-2.034-.5-3.082%201.815-.703%204.02-.882%206.011-.887%203.86-.021%207.75.029%2011.652.128%203.352.008%207.043.177%2010.085-1.352%201.962-.997%203.207-2.938%202.943-5.095v-.021c-.957-5.523-7.763-6.084-12.475-6.295a243.94%20243.94%200%200%200-9.048-.19c-2.855-.008-5.741.027-8.607.091-3.753.107-8.395.179-11.346%201.775-4.346%202.309-5.247%207.703-5.76%2012.205-1.26%2012.851%204.61%2016.152%2016.46%2016.128%203.656.032%207.192-.139%2010.688-.051%201.716.067%203.657.273%205.1%201.109%203.261%201.834%203.069%206.648%205.448%209.238%201.6%201.804%204.413%202.01%206.367.679%204.161-2.764%204.536-11.058%203.667-15.867-.583-3.255-2.595-5.784-5.843-6.807h.003ZM17.03%2017.746c.184%203.507-.126%207.474%202.31%2010.246%202.595%202.707%206.714%202.464%2010.851%202.614%204.507-.048%209.342.425%2012.983-1.545%202.716-1.47%203.437-4.57%203.67-7.48.278-4.166.414-8.95-.265-13.075l-.005-.03c-.655-4.108-4.018-7.219-8.187-5.364-2.246%201.032-3.312%203.427-3.654%205.779-.516%202.515.157%206.62-2.221%208.12-.626.326-1.31.185-1.845-.267-1.94-1.871-1.307-4.678-1.67-7.321-.137-1.294-.404-2.604-.947-3.782-1.844-4.312-7.168-4.766-9.772-.912-2.306%203.68-1.181%208.77-1.25%2013.017h.002Zm16.294%20155.538c-.871-4.753-5.37-5.664-9.55-5.667-4.44-.053-8.789.022-13.167.043-2.622.056-5.354.211-7.318%202.007-1.829%201.668-2.251%204.536-1.15%206.725%202.283%204.536%207.958%204.047%2012.317%203.833%202.122-.088%204.207-.026%206.337.006%205.1-.006%2013.45.395%2012.54-6.921l-.006-.029-.003.003Z'/%3e%3c/svg%3e");--shape-ancient: var(--shape-ancient-when-stretched, var(--shape-ancient-when-not-stretched));--shape-bacteria-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M234.052%2033.803c-2.084-.51-3.984%201.24-5.219%202.759-1.922%202.41-3.296%205.452-3.435%208.931-.322%205.225%203.469%2010.474%209.087%209.372%204.288-.98%205.833-5.436%205.462-9.67l-.005-.06c-.137-2.038-1.03-3.917-1.916-5.667-.982-1.89-2.012-5.057-3.974-5.665Zm4.55%2049.476-.016-.035c-.755-1.686-2.284-1.198-3.28.462-.776%201.254-1.214%202.77-1.598%204.205-.739%202.8-1.185%205.804-1.697%208.809-.657%203.776-1.422%207.637-3.088%2011.13-3.047%206.871-10.148%206.212-11.669%2013.5-.79%204.464.755%209.518%204.216%2012.104%203.176%202.19%207.469.547%2010.103-1.826%202.818-2.388%204.283-6.084%204.529-9.806.224-2.967.141-5.969.627-8.902.83-5.612%202.324-11.104%202.583-16.8.072-2.064-.046-4.134-.08-6.194-.094-2.215.208-4.614-.625-6.645l-.005-.002Zm-.214%2060.913c-.277-3.413-2.567-6.485-5.718-7.816-4.272-1.826-9.289-.764-13.377%201.099-3.664%201.62-6.287%204.534-9.537%206.951-2.434%201.895-5.564%203.309-7.256%205.962-1.94%203.092.072%206.113%203.627%206.252%201.403.093%202.906-.2%204.269-.723%202.631-.942%204.777-3.317%207.726-2.96%201.827.177%203.53%201.135%205.555%201.716%203.269%201.006%207.096%201.238%2010.047-.723%203.162-2.044%204.979-5.959%204.67-9.708l-.006-.053v.003ZM218.346%2017.136c.082%202.049%202.383%203.562%203.186%205.497.598%201.216.816%202.665%201.326%204.005%201.073%203.109%204.974%204.574%207.941%203.309%203.739-1.487%204.067-5.855%205.081-9.236.587-2.108%201.577-4.061%201.993-6.23a15.84%2015.84%200%200%200%20.235-3.64v-.056c-.112-2.031-.656-4.12-2.297-5.303-1.289-.958-3.181-.907-4.312.256-1.642%201.61-1.356%204.393-2.367%206.213-1.239%202.223-4.131%201.598-6.279%201.865-1.956.147-4.545%201.211-4.507%203.322v-.003Zm6.908%2088.921c3.886-3.88%203.987-9.74%204.433-14.85.293-2.824%201.014-5.578%201.98-8.243.947-2.61%201.972-5.246%203.135-7.757%201.601-3.456%203.002-7.296%201.961-11.096l-.013-.048c-1.195-4.005-4.606-3.248-6.148.227-1.609%203.511-1.919%207.8-4.739%2010.682-2.151%202.305-5.308%203.714-7.789%205.732-2.183%201.72-3.944%203.807-5.519%206.134-1.081%201.633-2.044%203.237-3.309%204.622-1.286%201.527-3.13%202.78-3.864%204.673-.803%202.505.942%205.014%202.17%207.223.798%201.308%201.582%202.639%202.634%203.763%204.016%204.384%2011.292%202.927%2015.071-1.068l-.003.006Zm5.089%2060.096c-.608-5.059-5.396-7.576-10.137-7.458-4.788-.102-9.618%201.817-14.226%202.276-4.053.355-9.572-.561-10.962-4.993-.299-1.054-.259-2.209-.019-3.314.286-1.294.82-2.959.473-4.053-.571-1.903-2.853-2.002-4.539-1.191-2.861%201.417-4.422%204.822-5.097%207.894-2.148%209.465%204.91%2015.25%2013.425%2016.992%202.746.564%205.585.729%208.301%201.457%201.879.467%203.747%201.049%205.674%201.303%203.677.485%207.423-.369%2010.948-1.425%203.563-1.054%206.653-3.288%206.164-7.437l-.005-.051Zm-19.322-83.477c1.918-4.547%206.529-5.404%209.902-8.329%204.182-3.58%206.194-10.415%205.513-16.275l-.005-.058c-.504-3.65-1.411-7.541-4.331-9.967-3.733-3.005-9.937-3.442-14.69-1.465-2.238.896-4.002%202.599-5.804%204.12-3.877%203.648-11.132%202.925-14.553%206.684-1.228%201.383-.852%203.325.816%204.169%201.604.867%203.688.806%205.532.63a66.215%2066.215%200%200%200%206.503-1.076c1.617-.355%203.175-.91%204.795-1.324%201.628-.416%203.333-.637%204.691-.106%202.669.942%202.965%204.264%201.826%206.519-2.479%204.792-8.379%206.474-8.95%2012.8-.382%203.31.595%209.327%204.29%2010.175%202.938.22%203.357-4.472%204.465-6.495v-.002ZM194.655%2019.88c2.762-.758%204.681-3.255%206.877-4.968%202.967-2.226%206.972-3.872%2010.794-3.464%203.346.448%206.879%202.263%2010.295.907%201.603-.496%203.543-2.153%203.01-3.877l-.011-.032c-.87-2.17-4.483-1.924-6.578-2.343-2.041-.299-4.099-.75-6.161-.808-2.717-.105-5.465.493-8.211.92-4.494.814-6.858.467-10.469-2.292-1.609-1.206-4.403-2.46-5.417-.12-.659%201.516-.643%203.362-.931%204.998-.365%202.428-1.27%204.905-.493%207.263.883%203.01%204.296%204.726%207.298%203.816h-.003Zm29.417%2017.996c-.595-3.554-4.992-4.202-8.011-4.6-5.622-.705-11.095-.12-15.602%203.066-3.101%202.116-5.558%205.038-9.609%205.091-3.643.046-7.282-.314-10.762-1.182-1.606-.376-3.143-.792-4.184-1.724-2.066-1.822-1.788-5.08-3.088-7.314-.752-1.31-1.785-1.812-2.793-1.078-1.014.67-1.831%202.848-2.325%204.54-1.382%205.016-4.021%2010.788-.293%2015.19%206.996%208.607%2021.54%203.456%2029.315-.42%202.381-1.204%204.35-2.901%206.573-4.441%202.383-1.66%205.134-2.749%208.021-3.114%201.495-.2%203.018-.211%204.529-.147%203.389.203%208.469.616%208.232-3.824l-.005-.043h.002Zm-44.798-6.532c-1.79%201.815-.411%204.427%201.444%205.817%201.681%201.292%203.978%201.97%206.153%201.884%204.702-.07%208.158-3.666%2011.731-6.196%202.167-1.526%204.48-2.837%207.02-3.648%202.061-.672%204.27-1.022%206.431-1.478%202.087-.504%206.109-1.238%205.823-3.768l-.005-.035c-.638-2.43-4.243-4.088-6.621-4.872-4.694-1.465-9.852-.411-14.26%201.529-2.535%201.113-4.587%202.59-6.674%204.405-1.126.972-2.239%202.002-3.49%202.805-1.206.793-2.578%201.342-3.982%201.801-1.219.409-2.679.857-3.57%201.756Zm-13.033%20116.526c2.621-3.082%205.855-6.364%2010.055-7.036%202.412-.379%204.705.437%206.957%201.152%203.229.953%206.89%201.674%2010.361%201.695%209.743-.339%2020.662-8.4%2019.96-19.146l-.005-.054c-.256-3.325-2.959-5.908-6.265-5.518-2.773.283-4.844%202.508-6.832%204.277-6.439%205.762-9.008%205.852-17.238%205.53-7.173.104-15.989%202.358-20.427%207.725a16.067%2016.067%200%200%200-3.49%208.01c-.235%202.063-.224%204.406%201.363%205.844%202.004%201.564%204.296-.928%205.559-2.479h.002Zm40.059-41.153-.005-.056c-.227-2.319-1.457-4.533-3.53-5.505-2.269-1.04-5.271-.392-7.686.054-2.871.504-5.486%202.588-3.591%205.577.854%201.291%202.444%202.263%203.802%203.226%201.569%201.075%203.25%202.327%205.052%202.751%203.805.939%206.388-2.46%205.958-6.047Zm-6.572-31.037c1.238-1.411%202.38-2.89%203.319-4.434.694-1.22%201.511-2.73%201.215-4.14l-.008-.031c-.644-1.841-3.523-1.705-5.329-1.599-7.157.462-13.014%202.445-16.382%208.812-.705%201.318-1.212%202.732-1.569%204.19-.494%202.03-.699%204.175-1.785%205.974-3.224%204.744-4.393%205.54-.238%2010.356%201.559%201.799%203.045%203.739%205.412%204.472%203.154.972%207.605%201.068%2010.337-.122%204.006-1.738%203.728-6.754%203.168-10.434-.368-3.173-1.751-6.516-.574-9.513.531-1.324%201.508-2.447%202.434-3.525v-.005Zm-40.761%2020.147c-4.59%201.268-9.27%202.549-13.705%204.134-1.108.403-2.33.95-3.194%201.66-3.982%203.559%202.748%206.086%206.113%206.262%201.764.158%203.456-.037%205.041-.429%202.332-.577%204.624-1.556%207.066-1.38%202.418.102%204.616%201.228%206.943%201.892%202.18.638%204.638.814%206.349%202.461%201.395%201.312%202.22%203.26%203.308%204.829%202.103%203.091%204.884%205.607%208.465%207.163%202.199.926%204.758%201.352%207.077.744%202.623-.616%204.883-2.991%204.512-5.748l-.005-.045c-.582-3.629-4.622-4.563-7.213-6.599-.59-.438-1.15-.913-1.676-1.425-2.53-2.402-4.189-5.644-6.42-8.275-3.349-3.723-7.784-6.052-13.281-6.583-3.194-.254-6.335.496-9.38%201.34Zm30.258%2077.559c-.251-3.066-2.981-5.638-6.108-5.486-3.752.035-7.669%203.917-5.599%207.656%202.693%204.934%2012.251%204.512%2011.712-2.114l-.005-.053v-.003ZM165.529%2017.098c-2.957%204.523%204.531%206.116%208.101%206.175%206.573.33%2011.392-5.26%2010.538-11.736l-.008-.056c-.454-2.98-1.734-6.716-4.003-8.704-1.83-1.594-4.744-1.823-6.681-.302-2.429%201.833-2.461%205.169-2.175%207.95.648%205.352-3.253%203.807-5.775%206.673h.003Zm-12.587%2077.567c6.879-2.044%2013.243-5.767%2018.78-9.89%202.621-1.993%205.375-4.063%207.096-6.927.899-1.51%201.593-3.14%202.316-4.742%201.454-3.108%202.65-6.503%201.935-9.953l-.011-.05c-.451-2.824-3.055-4.932-5.825-3.66-1.516.67-2.519%202.352-3.098%203.929-.659%201.732-1.244%203.522-2.359%205.022-1.185%201.654-2.976%202.949-4.641%204.29-2.679%202.12-5.358%204.158-8.32%205.978-4.899%203.264-9.681%203.925-15.234%202.001a43.194%2043.194%200%200%201-5.86-2.596c-2.322-1.222-4.795-2.514-7.504-2.25-3.215.308-6.45%202.274-7.586%205.247-.718%201.729-1.049%204.085-1.1%206.103-.323%204.846%201.964%209.32%205.761%2011.695%203.035%202.01%207.069%202.869%2010.57%201.666%201.863-.612%203.248-1.922%204.841-2.944%202.986-2.038%206.858-1.83%2010.236-2.92h.003Zm28.768%2059.192-.008-.054c-.261-2.428-1.681-4.915-4.08-5.577-2.684-.814-5.211.454-6.559%202.818-1.027%201.649-1.9%203.517-3.365%204.846-2.383%202.284-6.097%202.594-9.366%202.279-9.7-1.18%202.314-17.74-6.33-23.965-1.475-1.129-4.048-1.53-4.886.421-.611%201.422-.29%203.098-.274%204.929.152%203.992-1.174%207.85-1.775%2011.757-.587%203.57-.937%207.122.019%2010.586%201.881%206.714%209.163%2010.473%2015.709%2011.407%206.674.905%2012.689-1.267%2016.801-6.244%202.89-3.586%204.685-8.525%204.114-13.206v.003Zm-37.74-25.537c2.936%202.201%206.346.424%209.604.95%201.222.173%202.415.576%203.613.848%202.751.798%205.132-.715%207.912-1.662%203.853-1.473%2010.071-1.436%209.887-6.647v-.049c-.198-3.754-3.821-6.364-6.399-8.709-3.904-3.541-10.044-5.086-15.136-3.568-1.539.491-3.01%201.169-4.496%201.777-2.514%201.116-5.393%202.02-7.05%204.339-2.821%203.803-1.638%2010.089%202.065%2012.718v.003Zm14.826-74.194c-1.505.827-2.543%202.159-3.338%203.709-2.676%204.974-.339%2010.748%205.444%2011.661%205.169.838%2010.228-2.949%2010.068-8.384v-.056c-.056-5.777-7.2-9.537-12.174-6.93Zm-25.23-29.887c-1.59%202.957-4.475%205.377-5.142%208.731-.515%202.653.902%205.783%203.218%207.28%202.14%201.409%205.156%201.582%207.314.168%201.906-1.246%203.013-4.187%203.336-6.783.24-1.86.045-3.712.256-5.561.256-2.578%201.62-5.063%203.352-6.848%205.673-6.348%2021.579-2.34%2021.177-13.342l-.006-.05c-.755-6.058-7.173-5.933-12.035-5.89-1.483-.003-2.98.01-4.451.136-1.98.155-3.925.368-5.905.168-2.441-.213-4.846-1.275-7.25-1.662-3.288-.683-7.168.643-8.742%203.728-1.74%203.394-.008%207.405%202.146%2010.196%202.769%203.218%205.12%205.342%202.735%209.726l-.003.003Zm11.538%2018.396c-2.212%201.316-4.867%202.148-7.114%203.464-3.167%201.716-5.225%205.22-5.024%208.825.09%202.422.928%204.712%201.385%207.084.843%204.79%201.689%209.062%205.449%2012.46%202.022%201.931%204.816%203.1%207.722%203.506%201.43.203%203.848.341%204.635-.91.988-1.927-2.626-4.862-3.311-6.823-1.409-3.077-1.834-7.216-.766-10.693%203.41-10.791%2017.014-13.313%2016.438-26.765v-.058c-.123-3.016-.78-5.986-2.594-8.4-2.522-3.494-7.789-5.217-11.632-2.68-1.385.854-2.767%202.52-2.49%204.096.24%201.321%201.884%202.13%202.866%203.36.961%201.073%201.134%202.842.83%204.31-.728%203.925-2.999%207.268-6.396%209.219l.002.005Zm4.347%20130.915c-.4-2.727-2.305-5.284-4.979-6.108-3.714-1.177-8.336%201.126-9.294%204.835-.521%201.988-.072%204.272%201.099%205.943%201.644%202.319%204.867%202.719%207.547%202.281%203.866-.493%206.241-2.924%205.635-6.9l-.008-.054v.003Zm-12.122-56.924c1.451-.704%202.665-2.22%202.164-3.365l-.011-.032c-.849-1.884-3.701-2.807-5.598-3.832-1.783-.891-3.541-1.857-5.153-3.002-5.946-3.695-6.373-12.173-11.408-16.536-2.41-2.055-5.598-2.76-8.75-2.506-5.486.529-12.55%203.379-15.466%207.654-2.162%203.276-1.049%207.106%203.426%206.428%202.863-.459%205.633-2.087%208.286-3.31%203.439-1.69%206.754-3.081%207.73%201.22.547%202.431.681%205.153%201.588%207.501%202.316%206.103%207.96%2010.773%2014.636%2011.307%202.85.227%206.055-.219%208.556-1.527Zm1.115%2038.021c.152-2.53%201.7-5.284.755-7.755l-.016-.037c-1.681-3.192-4.979.413-6.647%201.868-1.985%201.793-4.243%203.119-6.097%204.886-4.227%204.104-9.38%2012.277-4.094%2017.414%206.175%205.51%2013.054-1.059%2015.258-7.162%201.118-2.952.523-6.116.841-9.214Zm-10.935-4.705c1.326-2.348%202.14-4.974%203.992-6.938%201.24-1.39%202.852-2.386%204.25-3.597%202.221-1.852%203.483-4.785%203.272-7.685v-.054c-.12-2.036-1.003-3.855-2.37-5.344-2.065-2.253-7.308-6.245-10.081-4.081-1.991%202.178.414%205.972-2.773%209.257-4.253%204.118-10.142%206.837-13.918%2011.36-3.512%203.757-4.638%2010.709.117%2013.951%202.997%202.062%207.293%202.359%2010.495.581%203.05-1.643%205.326-4.475%207.013-7.45h.003Zm-20.259-77.02c-2.381%201.58-4.689%203.264-7.066%204.849-3.675%202.559-8.265%203.89-10.626%207.957-1.161%201.839-1.51%204.884%201.505%204.86%201.425%200%203.143-.758%204.544-1.359%202.89-1.291%205.93-2.21%208.819-3.477%209.172-4.44%2020.524-8.176%2024.817-17.668%201.561-3.847%201.281-8.192%201.068-12.264l-.006-.053c-.373-5.948-3.706-11.106-5.353-16.74-.638-1.897-1.347-4.496-2.674-5.665-1.737-1.577-4.144-.355-5.406%201.441-1.625%202.162-1.289%205.046-.739%207.616.547%202.578%201.276%205.182%201.294%207.84-.018%204.966-1.726%209.465-3.002%2014.122-1.182%204.048-3.712%206.294-7.178%208.544l.003-.003Zm-3.125-49.961c-1.308.718-2.93%201.42-3.907%202.457-1.766%201.794-.63%204.048%201.34%205.265%203.944%202.482%209.286%202.02%2013.702%201.036%206.53-1.332%2013.02-4.006%2012.713-11.213v-.056c-.128-4.569-2.089-8.985-5.436-12.126-3.162-2.975-9.78-7.981-14.233-7.576-1.874.137-3.309%201.548-3.053%203.387.31%202.097%202.25%203.434%203.261%205.198%201.681%202.89%201.297%207.37-.579%2010.31-.934%201.44-2.303%202.506-3.811%203.315l.003.003Zm-8.008%20108.302c3.237%202.54%205.833%204.864%2010.081%205.729%202.522.566%205.385.571%207.723-.499%203.263-1.412%205.331-5.123%204.894-8.664l-.008-.051c-.267-2.519-2.391-4.488-4.961-4.195-1.769.117-3.525.95-5.227.953-2.554.029-5.359-2.02-6.325-4.192-1.758-4.446%205.001-9.441%204.609-14.05-.096-1.321-1.049-2.324-2.458-2.311-1.622-.01-3.335%201.076-4.648%202.1-4.168%203.517-8.63%207.261-11.138%2012.171-1.228%202.524-1.1%205.62.696%207.856%201.79%202.247%204.542%203.402%206.764%205.153h-.002Zm18.698%2036.091c-.307-6.14-5.932-9.38-11.376-6.637-3.229%201.505-4.654%205.097-7.597%206.976-2.623%201.662-5.78%202.097-8.755%202.823-2.106.475-5.58%201.15-5.593%203.538.395%203.645%208.197%205.751%2011.402%206.14%205.1.822%209.66-1.822%2014.199-3.677%204.406-1.726%208.003-3.704%207.725-9.11v-.056l-.005.003ZM71.733%2064.076c-1.65%201.372-3.536%202.453-5.156%203.864-1.977%201.695-3.498%203.923-5.086%206.034-1.324%201.782-2.669%203.575-3.576%205.614-2.215%204.86-1.78%2011.024-.31%2016.246%201.193%203.832%202.859%208.315%206.384%2010.209%204.072%202.095%207.776-.686%206.444-5.145-.475-1.691-1.433-3.25-1.903-4.864-.701-2.252-.56-4.54-.285-6.933.512-5.932%203.709-11.936%209.465-14.201%203.466-1.55%207.514-2.04%2011.32-1.647%201.715.131%203.415.112%205.12-.075%201.473-.152%203.01-.208%204.224-.474%202.522-.451%203.939-2.034%205.655-3.827%205.545-4.552%208.856-12.16%208.451-20.053v-.06c-.208-3.551-.795-6.81-2.282-9.854-1.128-2.37-3.973-4.6-4.715-.49-.291%201.715-.248%203.561-.195%205.603.102%203.194.265%206.225-.507%209.275-1.094%204.323-4.106%2010.007-8.579%2011.248-2.02.491-3.898-.574-5.446-1.799-4.182-3.367-9.697-6.078-14.642-2.484-1.593%201.137-2.874%202.594-4.382%203.808v.005Zm-2.925-43.69c.712%202.802%202.63%205.993%205.31%203.285.72-.75%201.246-1.882%201.74-3.008%201.355-3.389%202.895-5.545%206.602-6.367%205.638-1.64%2014.084%203.616%2018.463.518%201.249-.96%201.737-2.591%201.51-4.152l-.008-.048c-.63-4.248-5.388-5.164-8.945-5.823-1.774-.35-3.543-.734-5.272-1.254-2.44-.715-4.729-1.684-7.31-2.308-5.862-1.583-14.39-.056-14.719%207.14-.098%201.514.155%203.072.54%204.55.69%202.485%201.432%204.969%202.089%207.47v-.003Zm21.975-3.998c-1.986-.528-4.097-.13-6.015.497-5.233%201.54-8.43%205.982-7.52%2011.445.542%203.197%202.66%205.849%203.424%208.955.712%202.72.56%205.841%201.07%208.673.296%201.747.798%203.437%201.617%204.984%201.921%203.827%206.588%206.386%2010.722%205.841%204.779-.579%207.183-5.315%207.087-9.787v-.056c-.01-4.745-2.196-9.279-4.875-13.02-1.358-2.065-3.354-4.045-3.453-6.642-.107-2.356%201.921-4.653%201.873-6.767-.077-1.977-1.902-3.6-3.928-4.117l-.002-.006Zm2.033%20148.079c4.769-2.592%208.384-7.672%207.976-13.279v-.056c-.312-4.48-2.17-8.622-4.181-12.555-1.05-2.025-2.013-4.067-3.325-5.86-.828-1.115-1.911-2.14-3.237-2.575-1.564-.566-3.57-.085-4.035%201.655-.267.867-.165%201.953-.043%203.098.35%202.353.144%204.894-1.42%206.788-2.153%202.671-5.462%204.491-7.943%206.928-3.304%202.962-4.956%207.09-3.296%2011.351%203.117%207.627%2013.052%208.28%2019.501%204.502l.003.003Zm-4.987-56.881v-.059c-.24-3.528-1.241-7.101-2.306-10.404-.912-2.829-2.316-5.623-2.244-8.665-.067-2.447%201.94-4.969%202.37-7%20.581-3.092-3.544-3.468-5.74-2.355-1.911.835-3.453%202.404-4.425%204.229-2.721%205.28-1.195%2011.824.558%2017.18%201.406%203.679%202.647%207.127%201.377%2011.106-.814%202.721-2.295%205.203-3.688%207.519-.784%201.337-1.654%202.826-1.724%204.385.056%203.85%205.164%202.439%207.266%201.099%205.815-3.41%208.945-10.391%208.553-17.035h.003Zm-26.38%2047.071c3.132-1.606%204.602-5.113%206.77-7.589%201.253-1.417%202.9-2.415%204.653-3.095%201.34-.542%202.78-.964%204.043-1.601a6.035%206.035%200%200%200%203.45-6.439l-.008-.051c-.411-3.293-3.541-5.641-6.778-5.609-4.878.005-8.947%203.335-13.425%204.811-5.839%202.17-16.763%204.462-13.9%2012.937%202.004%205.966%209.374%2010.036%2015.194%206.639v-.003Zm-2.032-97.972c-2.74.645-6.377.373-8.64-1.284-1.91-1.355-2.858-3.549-4.392-5.473-1.407-1.82-3.237-3.215-5-4.694-1.85-1.52-3.766-3.255-6.226-3.589-5.732-.739-9.74%205.105-6.133%209.876%201.055%201.428%202.637%202.314%204.014%203.384%201.56%201.18%202.663%202.7%203.584%204.443%202.04%204.336%205.593%207.648%2010.414%208.49%203.883.743%207.817-.183%2011.502-1.395%2010.124-3.111%2019.004-12.859%2018.399-24.493v-.056c-.206-3.227-1.148-6.277-3.248-8.662-1.852-2.271-6.479-4.04-7.533-.355-.579%203.015%201.473%206.132%201.948%209.126%201.553%206.746-2.079%2013.206-8.686%2014.682h-.003Zm12.774%20110.917c-.069-4.408-3.615-8.387-8.08-8.251-5.74.152-10.03%204.174-8.579%2010.09%203.02%209.595%2016.966%209.056%2016.662-1.78v-.059h-.003Zm-21.745-32.054c2.316-.541%204.416-1.79%206.282-3.18%205.563-3.99%209.47-10.341%208.942-17.415l-.006-.058c-.16-3.728-2.564-6.525-4.902-9.169-2.044-2.458-4.92-5.927-8.39-4.176-2.19%201.19-2.966%203.906-2.868%206.302.04%201.401.328%202.832.473%204.179.976%205.836-4.542%209.401-6.618%2014.274-2.322%205.083%201.31%2010.746%207.087%209.246v-.003ZM47.884%2030.753c-2.743%204.387-5.574%209.427-2.022%2014.21%202.497%203.17%207.205%204.423%2011.18%204.205%203.08-.18%205.874-2.28%204.812-5.41-.432-1.363-1.66-2.58-2.76-3.522-.77-.704-1.574-1.382-1.971-2.326-1.505-3.774%207.074-8.409%206.625-18.04v-.058c-.197-3.859-1.107-7.616-2.913-10.93-1.263-2.188-3.787-3.79-4.646-.133-.798%203.65-.091%208.045-1.644%2011.602-.88%202.041-2.34%203.75-3.645%205.644-1.078%201.537-2.047%203.151-3.018%204.758h.002Zm3.333%20133.116c-.77-4.507-4.958-6.359-8.872-7.624-3.346-1.147-6.445-2.749-9.737-4.005-2.498-.94-4.948-2.09-7.002-3.806-1.687-1.339-3.056-3.044-4.596-4.531-3.525-3.53-7.218-2.014-7.263%202.917.016%202.877.798%205.964%202.799%208.109%201.31%201.428%203.168%202.298%205.011%203.253%202.45%201.305%205.132%202.695%206.864%204.683%202.593%202.88%202.684%207.421%205.035%2010.501%201.657%202.391%204.686%203.853%207.565%203.085%202.015-.489%203.632-1.871%205.129-3.229%202.647-2.394%205.775-5.388%205.078-9.303l-.008-.05h-.003ZM38.014%2019.964c-.948.814-1.863%201.7-2.863%202.423-2.674%201.983-6.746%202.751-9.775%201.588-2.508-.785-5.332-6.052-7.256-1.59-.97%202.79-.413%206.438.131%209.35.454%202.196%201.003%204.408%202.626%205.996%202.514%202.279%206.348%202.652%209.638%202.175%205.11-.86%207.67-4.475%209.305-9.084.806-1.988%201.887-3.568%203.643-4.678%201.417-.926%203.058-1.558%204.347-2.684%202.215-1.86%203.317-4.617%203.391-7.645v-.056c.027-2.394-.52-4.785-1.88-6.69-1.36-1.898-3.478-2.325-4.468.237-.707%201.74-.894%203.776-1.806%205.452-1.105%202.164-3.139%203.568-5.03%205.206h-.003ZM50.668%2087.5v-.059c-.491-7.626-2.885-14.641-9.228-19.172-1.31-.953-3.015-2.005-4.651-1.844-.776.088-1.324.512-1.47%201.147-.326%201.126.867%202.869%201.747%203.923.814%201.016%201.564%202.06%202.21%203.333%201.556%203.22%203.05%207.042%202.58%2010.719-.376%202.965-2.137%205.542-4.104%207.712-1.732%201.889-3.354%203.816-5.814%204.213-5.404.606-10.46-4.955-15.701-5.822-6.984-1.223-8.193%205.98-5.751%2011.004%203.576%207.456%2011.133%2013.738%2019.717%2013.38%2013.599-.646%2021.073-15.234%2020.465-28.534Zm-26.976%2050.167c.64%204.518%202.655%209.388%206.976%2011.304%202.612%201.161%206.057%201.056%208.322-.718%202.824-2.282%203.49-6.103%203.235-9.855l-.006-.056c-.232-3.482-2.132-6.439-3.383-9.587-1.17-2.733-.267-6.239-1.61-8.713-2.078-3.432-6.28-3.162-9.592-1.839-1.543.571-3.165%201.212-4.444%202.239-2.986%202.319.217%205.801.473%208.699.341%202.802-.38%205.706.032%208.526h-.003ZM2.502%2035.625c.141%203.968%203.231%205.585%206.743%203.773%201.37-.701%202.426-1.675%202.949-3.036.627-1.54.405-3.555.227-5.468-.198-2.791-.19-5.95.43-8.747.562-2.607%201.8-4.814%204.333-6.057%202.943-1.43%206.495-2.826%209.748-1.78%201.694.541%203.343%201.48%205.16%201.555%201.97.118%203.931-.763%205.498-1.902%202.58-1.75%204.381-4.868%203.706-8.054l-.01-.05c-.735-3.579-4.227-4.091-7.32-4.246-2.832-.155-5.655-.288-8.494-.558-2.8-.301-5.294-.872-8.235-.59-1.198.1-2.401.291-3.589.532-2.25.49-4.87.984-6.535%202.513-2.476%202.343-2.492%206.213-2.96%209.396-.434%203.344-1.173%206.6-1.419%2010.012-.235%202.743.021%205.55-.099%208.28-.045%201.473-.221%202.957-.138%204.43l.005-.003Zm22.757%2017.25c-.34-3.64-2.354-8.262-5.63-10.082-2.72-1.388-6.739-.857-9.135.96-1.759%201.38-2.522%203.736-2.471%206.229.085%203.18%201.494%206.279%203.093%208.968%201.297%202.143%202.914%204.032%203.978%206.26.996%201.983%201.505%204.174%202.22%206.271.905%202.626%202.229%205.132%203.963%207.24%201.633%202.023%203.747%203.498%206.314%204.515%202.305.936%208.088%202.62%208.336-1.163v-.04c-.117-2.88-3.506-6.285-5.244-8.705-2.647-3.424-5.446-7.194-5.758-11.661-.23-2.882.63-5.847.334-8.79v-.003Zm3.226%20121.291c-.56-2.185-2.591-3.626-4.467-4.701-7.021-3.55-10.108-3.822-11.819-12.51-.9-3.875-1.022-8.142-3.29-11.517-1.062-1.471-2.7-2.308-3.992-1.908-2.978.904-2.423%207.063-2.874%209.726-.825%206.909-2.85%2016.385%201.24%2021.668%203.174%204.131%207.82%204.43%2012.647%204.603%202.748.099%205.745.689%208.384.056%202.575-.6%204.83-2.759%204.181-5.371l-.01-.043v-.003ZM4.509%2086.281c2.45%202.545%206.26%202.118%209.513%202.092%203.317-.054%208.552.8%208.23-4.016l-.006-.048c-.424-3.723-3.888-5.98-5.852-8.905-1.398-1.999-2.212-4.336-3.167-6.612a225.943%20225.943%200%200%200-2.258-5.225c-.718-1.53-1.54-3.173-3.085-3.998-2.348-1.254-4.739.414-5.449%202.85-.565%201.692-.68%203.715-.774%205.556-.186%204.187-.15%208.371.435%2012.459.297%202.103.892%204.296%202.41%205.85l.003-.003Zm.781%2043.816c.588%202.169%201.028%204.499%202.498%206.255%201.492%201.908%204.392%202.428%206.25.835%202.484-2.106%203.38-5.673%203.333-8.833v-.056c-.06-3.97-1.828-7.53-3-11.234-.856-2.588-.894-5.622-1.87-8.019-1.388-3.274-7.392-8.459-10.602-4.798-3.952%205.134-.809%2013.332%201.107%2018.682.862%202.341%201.67%204.721%202.284%207.168Z'/%3e%3c/svg%3e");--shape-bacteria-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%3e%3cpath%20fill='%23D6D6D6'%20d='M234.052%2033.803c-2.084-.51-3.984%201.24-5.219%202.759-1.922%202.41-3.296%205.452-3.435%208.931-.322%205.225%203.469%2010.474%209.087%209.372%204.288-.98%205.833-5.436%205.462-9.67l-.005-.06c-.137-2.038-1.03-3.917-1.916-5.667-.982-1.89-2.012-5.057-3.974-5.665Zm4.55%2049.476-.016-.035c-.755-1.686-2.284-1.198-3.28.462-.776%201.254-1.214%202.77-1.598%204.205-.739%202.8-1.185%205.804-1.697%208.809-.657%203.776-1.422%207.637-3.088%2011.13-3.047%206.871-10.148%206.212-11.669%2013.5-.79%204.464.755%209.518%204.216%2012.104%203.176%202.19%207.469.547%2010.103-1.826%202.818-2.388%204.283-6.084%204.529-9.806.224-2.967.141-5.969.627-8.902.83-5.612%202.324-11.104%202.583-16.8.072-2.064-.046-4.134-.08-6.194-.094-2.215.208-4.614-.625-6.645l-.005-.002Zm-.214%2060.913c-.277-3.413-2.567-6.485-5.718-7.816-4.272-1.826-9.289-.764-13.377%201.099-3.664%201.62-6.287%204.534-9.537%206.951-2.434%201.895-5.564%203.309-7.256%205.962-1.94%203.092.072%206.113%203.627%206.252%201.403.093%202.906-.2%204.269-.723%202.631-.942%204.777-3.317%207.726-2.96%201.827.177%203.53%201.135%205.555%201.716%203.269%201.006%207.096%201.238%2010.047-.723%203.162-2.044%204.979-5.959%204.67-9.708l-.006-.053v.003ZM218.346%2017.136c.082%202.049%202.383%203.562%203.186%205.497.598%201.216.816%202.665%201.326%204.005%201.073%203.109%204.974%204.574%207.941%203.309%203.739-1.487%204.067-5.855%205.081-9.236.587-2.108%201.577-4.061%201.993-6.23a15.84%2015.84%200%200%200%20.235-3.64v-.056c-.112-2.031-.656-4.12-2.297-5.303-1.289-.958-3.181-.907-4.312.256-1.642%201.61-1.356%204.393-2.367%206.213-1.239%202.223-4.131%201.598-6.279%201.865-1.956.147-4.545%201.211-4.507%203.322v-.003Zm6.908%2088.921c3.886-3.88%203.987-9.74%204.433-14.85.293-2.824%201.014-5.578%201.98-8.243.947-2.61%201.972-5.246%203.135-7.757%201.601-3.456%203.002-7.296%201.961-11.096l-.013-.048c-1.195-4.005-4.606-3.248-6.148.227-1.609%203.511-1.919%207.8-4.739%2010.682-2.151%202.305-5.308%203.714-7.789%205.732-2.183%201.72-3.944%203.807-5.519%206.134-1.081%201.633-2.044%203.237-3.309%204.622-1.286%201.527-3.13%202.78-3.864%204.673-.803%202.505.942%205.014%202.17%207.223.798%201.308%201.582%202.639%202.634%203.763%204.016%204.384%2011.292%202.927%2015.071-1.068l-.003.006Zm5.089%2060.096c-.608-5.059-5.396-7.576-10.137-7.458-4.788-.102-9.618%201.817-14.226%202.276-4.053.355-9.572-.561-10.962-4.993-.299-1.054-.259-2.209-.019-3.314.286-1.294.82-2.959.473-4.053-.571-1.903-2.853-2.002-4.539-1.191-2.861%201.417-4.422%204.822-5.097%207.894-2.148%209.465%204.91%2015.25%2013.425%2016.992%202.746.564%205.585.729%208.301%201.457%201.879.467%203.747%201.049%205.674%201.303%203.677.485%207.423-.369%2010.948-1.425%203.563-1.054%206.653-3.288%206.164-7.437l-.005-.051Zm-19.322-83.477c1.918-4.547%206.529-5.404%209.902-8.329%204.182-3.58%206.194-10.415%205.513-16.275l-.005-.058c-.504-3.65-1.411-7.541-4.331-9.967-3.733-3.005-9.937-3.442-14.69-1.465-2.238.896-4.002%202.599-5.804%204.12-3.877%203.648-11.132%202.925-14.553%206.684-1.228%201.383-.852%203.325.816%204.169%201.604.867%203.688.806%205.532.63a66.215%2066.215%200%200%200%206.503-1.076c1.617-.355%203.175-.91%204.795-1.324%201.628-.416%203.333-.637%204.691-.106%202.669.942%202.965%204.264%201.826%206.519-2.479%204.792-8.379%206.474-8.95%2012.8-.382%203.31.595%209.327%204.29%2010.175%202.938.22%203.357-4.472%204.465-6.495v-.002ZM194.655%2019.88c2.762-.758%204.681-3.255%206.877-4.968%202.967-2.226%206.972-3.872%2010.794-3.464%203.346.448%206.879%202.263%2010.295.907%201.603-.496%203.543-2.153%203.01-3.877l-.011-.032c-.87-2.17-4.483-1.924-6.578-2.343-2.041-.299-4.099-.75-6.161-.808-2.717-.105-5.465.493-8.211.92-4.494.814-6.858.467-10.469-2.292-1.609-1.206-4.403-2.46-5.417-.12-.659%201.516-.643%203.362-.931%204.998-.365%202.428-1.27%204.905-.493%207.263.883%203.01%204.296%204.726%207.298%203.816h-.003Zm29.417%2017.996c-.595-3.554-4.992-4.202-8.011-4.6-5.622-.705-11.095-.12-15.602%203.066-3.101%202.116-5.558%205.038-9.609%205.091-3.643.046-7.282-.314-10.762-1.182-1.606-.376-3.143-.792-4.184-1.724-2.066-1.822-1.788-5.08-3.088-7.314-.752-1.31-1.785-1.812-2.793-1.078-1.014.67-1.831%202.848-2.325%204.54-1.382%205.016-4.021%2010.788-.293%2015.19%206.996%208.607%2021.54%203.456%2029.315-.42%202.381-1.204%204.35-2.901%206.573-4.441%202.383-1.66%205.134-2.749%208.021-3.114%201.495-.2%203.018-.211%204.529-.147%203.389.203%208.469.616%208.232-3.824l-.005-.043h.002Zm-44.798-6.532c-1.79%201.815-.411%204.427%201.444%205.817%201.681%201.292%203.978%201.97%206.153%201.884%204.702-.07%208.158-3.666%2011.731-6.196%202.167-1.526%204.48-2.837%207.02-3.648%202.061-.672%204.27-1.022%206.431-1.478%202.087-.504%206.109-1.238%205.823-3.768l-.005-.035c-.638-2.43-4.243-4.088-6.621-4.872-4.694-1.465-9.852-.411-14.26%201.529-2.535%201.113-4.587%202.59-6.674%204.405-1.126.972-2.239%202.002-3.49%202.805-1.206.793-2.578%201.342-3.982%201.801-1.219.409-2.679.857-3.57%201.756Zm-13.033%20116.526c2.621-3.082%205.855-6.364%2010.055-7.036%202.412-.379%204.705.437%206.957%201.152%203.229.953%206.89%201.674%2010.361%201.695%209.743-.339%2020.662-8.4%2019.96-19.146l-.005-.054c-.256-3.325-2.959-5.908-6.265-5.518-2.773.283-4.844%202.508-6.832%204.277-6.439%205.762-9.008%205.852-17.238%205.53-7.173.104-15.989%202.358-20.427%207.725a16.067%2016.067%200%200%200-3.49%208.01c-.235%202.063-.224%204.406%201.363%205.844%202.004%201.564%204.296-.928%205.559-2.479h.002Zm40.059-41.153-.005-.056c-.227-2.319-1.457-4.533-3.53-5.505-2.269-1.04-5.271-.392-7.686.054-2.871.504-5.486%202.588-3.591%205.577.854%201.291%202.444%202.263%203.802%203.226%201.569%201.075%203.25%202.327%205.052%202.751%203.805.939%206.388-2.46%205.958-6.047Zm-6.572-31.037c1.238-1.411%202.38-2.89%203.319-4.434.694-1.22%201.511-2.73%201.215-4.14l-.008-.031c-.644-1.841-3.523-1.705-5.329-1.599-7.157.462-13.014%202.445-16.382%208.812-.705%201.318-1.212%202.732-1.569%204.19-.494%202.03-.699%204.175-1.785%205.974-3.224%204.744-4.393%205.54-.238%2010.356%201.559%201.799%203.045%203.739%205.412%204.472%203.154.972%207.605%201.068%2010.337-.122%204.006-1.738%203.728-6.754%203.168-10.434-.368-3.173-1.751-6.516-.574-9.513.531-1.324%201.508-2.447%202.434-3.525v-.005Zm-40.761%2020.147c-4.59%201.268-9.27%202.549-13.705%204.134-1.108.403-2.33.95-3.194%201.66-3.982%203.559%202.748%206.086%206.113%206.262%201.764.158%203.456-.037%205.041-.429%202.332-.577%204.624-1.556%207.066-1.38%202.418.102%204.616%201.228%206.943%201.892%202.18.638%204.638.814%206.349%202.461%201.395%201.312%202.22%203.26%203.308%204.829%202.103%203.091%204.884%205.607%208.465%207.163%202.199.926%204.758%201.352%207.077.744%202.623-.616%204.883-2.991%204.512-5.748l-.005-.045c-.582-3.629-4.622-4.563-7.213-6.599-.59-.438-1.15-.913-1.676-1.425-2.53-2.402-4.189-5.644-6.42-8.275-3.349-3.723-7.784-6.052-13.281-6.583-3.194-.254-6.335.496-9.38%201.34Zm30.258%2077.559c-.251-3.066-2.981-5.638-6.108-5.486-3.752.035-7.669%203.917-5.599%207.656%202.693%204.934%2012.251%204.512%2011.712-2.114l-.005-.053v-.003ZM165.529%2017.098c-2.957%204.523%204.531%206.116%208.101%206.175%206.573.33%2011.392-5.26%2010.538-11.736l-.008-.056c-.454-2.98-1.734-6.716-4.003-8.704-1.83-1.594-4.744-1.823-6.681-.302-2.429%201.833-2.461%205.169-2.175%207.95.648%205.352-3.253%203.807-5.775%206.673h.003Zm-12.587%2077.567c6.879-2.044%2013.243-5.767%2018.78-9.89%202.621-1.993%205.375-4.063%207.096-6.927.899-1.51%201.593-3.14%202.316-4.742%201.454-3.108%202.65-6.503%201.935-9.953l-.011-.05c-.451-2.824-3.055-4.932-5.825-3.66-1.516.67-2.519%202.352-3.098%203.929-.659%201.732-1.244%203.522-2.359%205.022-1.185%201.654-2.976%202.949-4.641%204.29-2.679%202.12-5.358%204.158-8.32%205.978-4.899%203.264-9.681%203.925-15.234%202.001a43.194%2043.194%200%200%201-5.86-2.596c-2.322-1.222-4.795-2.514-7.504-2.25-3.215.308-6.45%202.274-7.586%205.247-.718%201.729-1.049%204.085-1.1%206.103-.323%204.846%201.964%209.32%205.761%2011.695%203.035%202.01%207.069%202.869%2010.57%201.666%201.863-.612%203.248-1.922%204.841-2.944%202.986-2.038%206.858-1.83%2010.236-2.92h.003Zm28.768%2059.192-.008-.054c-.261-2.428-1.681-4.915-4.08-5.577-2.684-.814-5.211.454-6.559%202.818-1.027%201.649-1.9%203.517-3.365%204.846-2.383%202.284-6.097%202.594-9.366%202.279-9.7-1.18%202.314-17.74-6.33-23.965-1.475-1.129-4.048-1.53-4.886.421-.611%201.422-.29%203.098-.274%204.929.152%203.992-1.174%207.85-1.775%2011.757-.587%203.57-.937%207.122.019%2010.586%201.881%206.714%209.163%2010.473%2015.709%2011.407%206.674.905%2012.689-1.267%2016.801-6.244%202.89-3.586%204.685-8.525%204.114-13.206v.003Zm-37.74-25.537c2.936%202.201%206.346.424%209.604.95%201.222.173%202.415.576%203.613.848%202.751.798%205.132-.715%207.912-1.662%203.853-1.473%2010.071-1.436%209.887-6.647v-.049c-.198-3.754-3.821-6.364-6.399-8.709-3.904-3.541-10.044-5.086-15.136-3.568-1.539.491-3.01%201.169-4.496%201.777-2.514%201.116-5.393%202.02-7.05%204.339-2.821%203.803-1.638%2010.089%202.065%2012.718v.003Zm14.826-74.194c-1.505.827-2.543%202.159-3.338%203.709-2.676%204.974-.339%2010.748%205.444%2011.661%205.169.838%2010.228-2.949%2010.068-8.384v-.056c-.056-5.777-7.2-9.537-12.174-6.93Zm-25.23-29.887c-1.59%202.957-4.475%205.377-5.142%208.731-.515%202.653.902%205.783%203.218%207.28%202.14%201.409%205.156%201.582%207.314.168%201.906-1.246%203.013-4.187%203.336-6.783.24-1.86.045-3.712.256-5.561.256-2.578%201.62-5.063%203.352-6.848%205.673-6.348%2021.579-2.34%2021.177-13.342l-.006-.05c-.755-6.058-7.173-5.933-12.035-5.89-1.483-.003-2.98.01-4.451.136-1.98.155-3.925.368-5.905.168-2.441-.213-4.846-1.275-7.25-1.662-3.288-.683-7.168.643-8.742%203.728-1.74%203.394-.008%207.405%202.146%2010.196%202.769%203.218%205.12%205.342%202.735%209.726l-.003.003Zm11.538%2018.396c-2.212%201.316-4.867%202.148-7.114%203.464-3.167%201.716-5.225%205.22-5.024%208.825.09%202.422.928%204.712%201.385%207.084.843%204.79%201.689%209.062%205.449%2012.46%202.022%201.931%204.816%203.1%207.722%203.506%201.43.203%203.848.341%204.635-.91.988-1.927-2.626-4.862-3.311-6.823-1.409-3.077-1.834-7.216-.766-10.693%203.41-10.791%2017.014-13.313%2016.438-26.765v-.058c-.123-3.016-.78-5.986-2.594-8.4-2.522-3.494-7.789-5.217-11.632-2.68-1.385.854-2.767%202.52-2.49%204.096.24%201.321%201.884%202.13%202.866%203.36.961%201.073%201.134%202.842.83%204.31-.728%203.925-2.999%207.268-6.396%209.219l.002.005Zm4.347%20130.915c-.4-2.727-2.305-5.284-4.979-6.108-3.714-1.177-8.336%201.126-9.294%204.835-.521%201.988-.072%204.272%201.099%205.943%201.644%202.319%204.867%202.719%207.547%202.281%203.866-.493%206.241-2.924%205.635-6.9l-.008-.054v.003Zm-12.122-56.924c1.451-.704%202.665-2.22%202.164-3.365l-.011-.032c-.849-1.884-3.701-2.807-5.598-3.832-1.783-.891-3.541-1.857-5.153-3.002-5.946-3.695-6.373-12.173-11.408-16.536-2.41-2.055-5.598-2.76-8.75-2.506-5.486.529-12.55%203.379-15.466%207.654-2.162%203.276-1.049%207.106%203.426%206.428%202.863-.459%205.633-2.087%208.286-3.31%203.439-1.69%206.754-3.081%207.73%201.22.547%202.431.681%205.153%201.588%207.501%202.316%206.103%207.96%2010.773%2014.636%2011.307%202.85.227%206.055-.219%208.556-1.527Zm1.115%2038.021c.152-2.53%201.7-5.284.755-7.755l-.016-.037c-1.681-3.192-4.979.413-6.647%201.868-1.985%201.793-4.243%203.119-6.097%204.886-4.227%204.104-9.38%2012.277-4.094%2017.414%206.175%205.51%2013.054-1.059%2015.258-7.162%201.118-2.952.523-6.116.841-9.214Zm-10.935-4.705c1.326-2.348%202.14-4.974%203.992-6.938%201.24-1.39%202.852-2.386%204.25-3.597%202.221-1.852%203.483-4.785%203.272-7.685v-.054c-.12-2.036-1.003-3.855-2.37-5.344-2.065-2.253-7.308-6.245-10.081-4.081-1.991%202.178.414%205.972-2.773%209.257-4.253%204.118-10.142%206.837-13.918%2011.36-3.512%203.757-4.638%2010.709.117%2013.951%202.997%202.062%207.293%202.359%2010.495.581%203.05-1.643%205.326-4.475%207.013-7.45h.003Zm-20.259-77.02c-2.381%201.58-4.689%203.264-7.066%204.849-3.675%202.559-8.265%203.89-10.626%207.957-1.161%201.839-1.51%204.884%201.505%204.86%201.425%200%203.143-.758%204.544-1.359%202.89-1.291%205.93-2.21%208.819-3.477%209.172-4.44%2020.524-8.176%2024.817-17.668%201.561-3.847%201.281-8.192%201.068-12.264l-.006-.053c-.373-5.948-3.706-11.106-5.353-16.74-.638-1.897-1.347-4.496-2.674-5.665-1.737-1.577-4.144-.355-5.406%201.441-1.625%202.162-1.289%205.046-.739%207.616.547%202.578%201.276%205.182%201.294%207.84-.018%204.966-1.726%209.465-3.002%2014.122-1.182%204.048-3.712%206.294-7.178%208.544l.003-.003Zm-3.125-49.961c-1.308.718-2.93%201.42-3.907%202.457-1.766%201.794-.63%204.048%201.34%205.265%203.944%202.482%209.286%202.02%2013.702%201.036%206.53-1.332%2013.02-4.006%2012.713-11.213v-.056c-.128-4.569-2.089-8.985-5.436-12.126-3.162-2.975-9.78-7.981-14.233-7.576-1.874.137-3.309%201.548-3.053%203.387.31%202.097%202.25%203.434%203.261%205.198%201.681%202.89%201.297%207.37-.579%2010.31-.934%201.44-2.303%202.506-3.811%203.315l.003.003Zm-8.008%20108.302c3.237%202.54%205.833%204.864%2010.081%205.729%202.522.566%205.385.571%207.723-.499%203.263-1.412%205.331-5.123%204.894-8.664l-.008-.051c-.267-2.519-2.391-4.488-4.961-4.195-1.769.117-3.525.95-5.227.953-2.554.029-5.359-2.02-6.325-4.192-1.758-4.446%205.001-9.441%204.609-14.05-.096-1.321-1.049-2.324-2.458-2.311-1.622-.01-3.335%201.076-4.648%202.1-4.168%203.517-8.63%207.261-11.138%2012.171-1.228%202.524-1.1%205.62.696%207.856%201.79%202.247%204.542%203.402%206.764%205.153h-.002Zm18.698%2036.091c-.307-6.14-5.932-9.38-11.376-6.637-3.229%201.505-4.654%205.097-7.597%206.976-2.623%201.662-5.78%202.097-8.755%202.823-2.106.475-5.58%201.15-5.593%203.538.395%203.645%208.197%205.751%2011.402%206.14%205.1.822%209.66-1.822%2014.199-3.677%204.406-1.726%208.003-3.704%207.725-9.11v-.056l-.005.003ZM71.733%2064.076c-1.65%201.372-3.536%202.453-5.156%203.864-1.977%201.695-3.498%203.923-5.086%206.034-1.324%201.782-2.669%203.575-3.576%205.614-2.215%204.86-1.78%2011.024-.31%2016.246%201.193%203.832%202.859%208.315%206.384%2010.209%204.072%202.095%207.776-.686%206.444-5.145-.475-1.691-1.433-3.25-1.903-4.864-.701-2.252-.56-4.54-.285-6.933.512-5.932%203.709-11.936%209.465-14.201%203.466-1.55%207.514-2.04%2011.32-1.647%201.715.131%203.415.112%205.12-.075%201.473-.152%203.01-.208%204.224-.474%202.522-.451%203.939-2.034%205.655-3.827%205.545-4.552%208.856-12.16%208.451-20.053v-.06c-.208-3.551-.795-6.81-2.282-9.854-1.128-2.37-3.973-4.6-4.715-.49-.291%201.715-.248%203.561-.195%205.603.102%203.194.265%206.225-.507%209.275-1.094%204.323-4.106%2010.007-8.579%2011.248-2.02.491-3.898-.574-5.446-1.799-4.182-3.367-9.697-6.078-14.642-2.484-1.593%201.137-2.874%202.594-4.382%203.808v.005Zm-2.925-43.69c.712%202.802%202.63%205.993%205.31%203.285.72-.75%201.246-1.882%201.74-3.008%201.355-3.389%202.895-5.545%206.602-6.367%205.638-1.64%2014.084%203.616%2018.463.518%201.249-.96%201.737-2.591%201.51-4.152l-.008-.048c-.63-4.248-5.388-5.164-8.945-5.823-1.774-.35-3.543-.734-5.272-1.254-2.44-.715-4.729-1.684-7.31-2.308-5.862-1.583-14.39-.056-14.719%207.14-.098%201.514.155%203.072.54%204.55.69%202.485%201.432%204.969%202.089%207.47v-.003Zm21.975-3.998c-1.986-.528-4.097-.13-6.015.497-5.233%201.54-8.43%205.982-7.52%2011.445.542%203.197%202.66%205.849%203.424%208.955.712%202.72.56%205.841%201.07%208.673.296%201.747.798%203.437%201.617%204.984%201.921%203.827%206.588%206.386%2010.722%205.841%204.779-.579%207.183-5.315%207.087-9.787v-.056c-.01-4.745-2.196-9.279-4.875-13.02-1.358-2.065-3.354-4.045-3.453-6.642-.107-2.356%201.921-4.653%201.873-6.767-.077-1.977-1.902-3.6-3.928-4.117l-.002-.006Zm2.033%20148.079c4.769-2.592%208.384-7.672%207.976-13.279v-.056c-.312-4.48-2.17-8.622-4.181-12.555-1.05-2.025-2.013-4.067-3.325-5.86-.828-1.115-1.911-2.14-3.237-2.575-1.564-.566-3.57-.085-4.035%201.655-.267.867-.165%201.953-.043%203.098.35%202.353.144%204.894-1.42%206.788-2.153%202.671-5.462%204.491-7.943%206.928-3.304%202.962-4.956%207.09-3.296%2011.351%203.117%207.627%2013.052%208.28%2019.501%204.502l.003.003Zm-4.987-56.881v-.059c-.24-3.528-1.241-7.101-2.306-10.404-.912-2.829-2.316-5.623-2.244-8.665-.067-2.447%201.94-4.969%202.37-7%20.581-3.092-3.544-3.468-5.74-2.355-1.911.835-3.453%202.404-4.425%204.229-2.721%205.28-1.195%2011.824.558%2017.18%201.406%203.679%202.647%207.127%201.377%2011.106-.814%202.721-2.295%205.203-3.688%207.519-.784%201.337-1.654%202.826-1.724%204.385.056%203.85%205.164%202.439%207.266%201.099%205.815-3.41%208.945-10.391%208.553-17.035h.003Zm-26.38%2047.071c3.132-1.606%204.602-5.113%206.77-7.589%201.253-1.417%202.9-2.415%204.653-3.095%201.34-.542%202.78-.964%204.043-1.601a6.035%206.035%200%200%200%203.45-6.439l-.008-.051c-.411-3.293-3.541-5.641-6.778-5.609-4.878.005-8.947%203.335-13.425%204.811-5.839%202.17-16.763%204.462-13.9%2012.937%202.004%205.966%209.374%2010.036%2015.194%206.639v-.003Zm-2.032-97.972c-2.74.645-6.377.373-8.64-1.284-1.91-1.355-2.858-3.549-4.392-5.473-1.407-1.82-3.237-3.215-5-4.694-1.85-1.52-3.766-3.255-6.226-3.589-5.732-.739-9.74%205.105-6.133%209.876%201.055%201.428%202.637%202.314%204.014%203.384%201.56%201.18%202.663%202.7%203.584%204.443%202.04%204.336%205.593%207.648%2010.414%208.49%203.883.743%207.817-.183%2011.502-1.395%2010.124-3.111%2019.004-12.859%2018.399-24.493v-.056c-.206-3.227-1.148-6.277-3.248-8.662-1.852-2.271-6.479-4.04-7.533-.355-.579%203.015%201.473%206.132%201.948%209.126%201.553%206.746-2.079%2013.206-8.686%2014.682h-.003Zm12.774%20110.917c-.069-4.408-3.615-8.387-8.08-8.251-5.74.152-10.03%204.174-8.579%2010.09%203.02%209.595%2016.966%209.056%2016.662-1.78v-.059h-.003Zm-21.745-32.054c2.316-.541%204.416-1.79%206.282-3.18%205.563-3.99%209.47-10.341%208.942-17.415l-.006-.058c-.16-3.728-2.564-6.525-4.902-9.169-2.044-2.458-4.92-5.927-8.39-4.176-2.19%201.19-2.966%203.906-2.868%206.302.04%201.401.328%202.832.473%204.179.976%205.836-4.542%209.401-6.618%2014.274-2.322%205.083%201.31%2010.746%207.087%209.246v-.003ZM47.884%2030.753c-2.743%204.387-5.574%209.427-2.022%2014.21%202.497%203.17%207.205%204.423%2011.18%204.205%203.08-.18%205.874-2.28%204.812-5.41-.432-1.363-1.66-2.58-2.76-3.522-.77-.704-1.574-1.382-1.971-2.326-1.505-3.774%207.074-8.409%206.625-18.04v-.058c-.197-3.859-1.107-7.616-2.913-10.93-1.263-2.188-3.787-3.79-4.646-.133-.798%203.65-.091%208.045-1.644%2011.602-.88%202.041-2.34%203.75-3.645%205.644-1.078%201.537-2.047%203.151-3.018%204.758h.002Zm3.333%20133.116c-.77-4.507-4.958-6.359-8.872-7.624-3.346-1.147-6.445-2.749-9.737-4.005-2.498-.94-4.948-2.09-7.002-3.806-1.687-1.339-3.056-3.044-4.596-4.531-3.525-3.53-7.218-2.014-7.263%202.917.016%202.877.798%205.964%202.799%208.109%201.31%201.428%203.168%202.298%205.011%203.253%202.45%201.305%205.132%202.695%206.864%204.683%202.593%202.88%202.684%207.421%205.035%2010.501%201.657%202.391%204.686%203.853%207.565%203.085%202.015-.489%203.632-1.871%205.129-3.229%202.647-2.394%205.775-5.388%205.078-9.303l-.008-.05h-.003ZM38.014%2019.964c-.948.814-1.863%201.7-2.863%202.423-2.674%201.983-6.746%202.751-9.775%201.588-2.508-.785-5.332-6.052-7.256-1.59-.97%202.79-.413%206.438.131%209.35.454%202.196%201.003%204.408%202.626%205.996%202.514%202.279%206.348%202.652%209.638%202.175%205.11-.86%207.67-4.475%209.305-9.084.806-1.988%201.887-3.568%203.643-4.678%201.417-.926%203.058-1.558%204.347-2.684%202.215-1.86%203.317-4.617%203.391-7.645v-.056c.027-2.394-.52-4.785-1.88-6.69-1.36-1.898-3.478-2.325-4.468.237-.707%201.74-.894%203.776-1.806%205.452-1.105%202.164-3.139%203.568-5.03%205.206h-.003ZM50.668%2087.5v-.059c-.491-7.626-2.885-14.641-9.228-19.172-1.31-.953-3.015-2.005-4.651-1.844-.776.088-1.324.512-1.47%201.147-.326%201.126.867%202.869%201.747%203.923.814%201.016%201.564%202.06%202.21%203.333%201.556%203.22%203.05%207.042%202.58%2010.719-.376%202.965-2.137%205.542-4.104%207.712-1.732%201.889-3.354%203.816-5.814%204.213-5.404.606-10.46-4.955-15.701-5.822-6.984-1.223-8.193%205.98-5.751%2011.004%203.576%207.456%2011.133%2013.738%2019.717%2013.38%2013.599-.646%2021.073-15.234%2020.465-28.534Zm-26.976%2050.167c.64%204.518%202.655%209.388%206.976%2011.304%202.612%201.161%206.057%201.056%208.322-.718%202.824-2.282%203.49-6.103%203.235-9.855l-.006-.056c-.232-3.482-2.132-6.439-3.383-9.587-1.17-2.733-.267-6.239-1.61-8.713-2.078-3.432-6.28-3.162-9.592-1.839-1.543.571-3.165%201.212-4.444%202.239-2.986%202.319.217%205.801.473%208.699.341%202.802-.38%205.706.032%208.526h-.003ZM2.502%2035.625c.141%203.968%203.231%205.585%206.743%203.773%201.37-.701%202.426-1.675%202.949-3.036.627-1.54.405-3.555.227-5.468-.198-2.791-.19-5.95.43-8.747.562-2.607%201.8-4.814%204.333-6.057%202.943-1.43%206.495-2.826%209.748-1.78%201.694.541%203.343%201.48%205.16%201.555%201.97.118%203.931-.763%205.498-1.902%202.58-1.75%204.381-4.868%203.706-8.054l-.01-.05c-.735-3.579-4.227-4.091-7.32-4.246-2.832-.155-5.655-.288-8.494-.558-2.8-.301-5.294-.872-8.235-.59-1.198.1-2.401.291-3.589.532-2.25.49-4.87.984-6.535%202.513-2.476%202.343-2.492%206.213-2.96%209.396-.434%203.344-1.173%206.6-1.419%2010.012-.235%202.743.021%205.55-.099%208.28-.045%201.473-.221%202.957-.138%204.43l.005-.003Zm22.757%2017.25c-.34-3.64-2.354-8.262-5.63-10.082-2.72-1.388-6.739-.857-9.135.96-1.759%201.38-2.522%203.736-2.471%206.229.085%203.18%201.494%206.279%203.093%208.968%201.297%202.143%202.914%204.032%203.978%206.26.996%201.983%201.505%204.174%202.22%206.271.905%202.626%202.229%205.132%203.963%207.24%201.633%202.023%203.747%203.498%206.314%204.515%202.305.936%208.088%202.62%208.336-1.163v-.04c-.117-2.88-3.506-6.285-5.244-8.705-2.647-3.424-5.446-7.194-5.758-11.661-.23-2.882.63-5.847.334-8.79v-.003Zm3.226%20121.291c-.56-2.185-2.591-3.626-4.467-4.701-7.021-3.55-10.108-3.822-11.819-12.51-.9-3.875-1.022-8.142-3.29-11.517-1.062-1.471-2.7-2.308-3.992-1.908-2.978.904-2.423%207.063-2.874%209.726-.825%206.909-2.85%2016.385%201.24%2021.668%203.174%204.131%207.82%204.43%2012.647%204.603%202.748.099%205.745.689%208.384.056%202.575-.6%204.83-2.759%204.181-5.371l-.01-.043v-.003ZM4.509%2086.281c2.45%202.545%206.26%202.118%209.513%202.092%203.317-.054%208.552.8%208.23-4.016l-.006-.048c-.424-3.723-3.888-5.98-5.852-8.905-1.398-1.999-2.212-4.336-3.167-6.612a225.943%20225.943%200%200%200-2.258-5.225c-.718-1.53-1.54-3.173-3.085-3.998-2.348-1.254-4.739.414-5.449%202.85-.565%201.692-.68%203.715-.774%205.556-.186%204.187-.15%208.371.435%2012.459.297%202.103.892%204.296%202.41%205.85l.003-.003Zm.781%2043.816c.588%202.169%201.028%204.499%202.498%206.255%201.492%201.908%204.392%202.428%206.25.835%202.484-2.106%203.38-5.673%203.333-8.833v-.056c-.06-3.97-1.828-7.53-3-11.234-.856-2.588-.894-5.622-1.87-8.019-1.388-3.274-7.392-8.459-10.602-4.798-3.952%205.134-.809%2013.332%201.107%2018.682.862%202.341%201.67%204.721%202.284%207.168Z'/%3e%3c/svg%3e");--shape-bacteria: var(--shape-bacteria-when-stretched, var(--shape-bacteria-when-not-stretched));--shape-blobs-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%20179'%20preserveAspectRatio='none'%20fill='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M173.594%20151.29c2.439-1.849%204.715-3.998%207.039-6.024%202.757-2.431%205.704-4.645%208.863-6.529%206.769-4.08%2014.256-6.761%2020.177-11.979a42.798%2042.798%200%200%200%2010.989-14.947c.946-2.159%201.529-4.443%202.222-6.599.98-3.164%202.358-5.999%204.457-8.54%203.915-4.47%207.875-9.005%2010.054-14.576%201.593-4%202.867-8.365%202.559-12.7l-.005-.048c-.38-5.55-4.781-9.268-10.016-6.326-3.065%201.698-5.644%204.475-8.973%205.688-2.529%201.006-5.203%201.366-7.93%201.829-2.626.44-5.261.885-7.892%201.285-5.996.919-12.253%201.411-17.938%203.863-2.585%201.09-5.099%202.519-6.955%204.563-2.546%202.766-3.459%206.266-4.527%2010.056-1.871%207.382-5.661%2014.028-11.965%2018.408-3.907%202.842-8.233%205.208-12.132%208.068-6.319%204.412-11.455%2010.771-13.116%2018.411-2.331%2010.849%203.365%2020.347%2014.521%2022.233%207.255%201.248%2014.824-1.846%2020.565-6.141l.003.005Zm64.421-43.376c-2.479-4.483-8.442-4.598-11.214-.288-2.534%203.965-2.239%209.478-3.315%2013.956-1.005%204.965-4.552%208.18-8.467%2011.107-6.309%204.9-12.585%209.856-19.004%2014.618-5.418%204.125-10.904%208.11-16.68%2011.688a35.46%2035.46%200%200%201-3.823%201.998c-3.967%201.794-8.33%202.512-12.67%203.417-2.208.478-4.627%201.088-6.491%202.169-5.106%202.939-4.17%208.34%201.498%209.513%205.301%201.088%2011.725-.13%2017.271-.157%203.427-.04%206.766.435%2010.178.755%205.211.628%2010.819.028%2015.822-.825%202.775-.446%205.496-.931%208.258-1.591%202.269-.546%204.53-1.216%206.671-2.139%207.022-3.024%2012.195-9.093%2015.055-16.062%201.373-3.355%201.658-7.157%202.681-10.557%201.186-4.567%205.368-7.914%205.518-12.635v-.045c.161-2.789-.39-5.613-.26-8.445.31-5.263%201.631-11.932-1.02-16.482l-.008.005ZM200.63%208.389c4.635%202.979%2011.044%202.669%2015.309%206.414%204.243%203.607%205.814%209.475%209.471%2013.53%202.136%202.45%205.631%204.666%208.893%203.317%204.865-2.098%206.006-11.302%205.393-16.052l-.007-.053c-.593-5.273-4.33-9.338-9.268-10.969-3.995-1.395-8.285-1.455-12.583-2.11-1.784-.261-3.557-.581-5.328-.916-3.845-.658-8.4-1.877-12.092-.468-3.87%201.548-2.915%205.288.215%207.304l-.003.003Zm-64.791%2035.108c4.187%201.361%208.91%201.104%2013.095%201.494%204.835.39%209.508%202.584%2012.778%206.188%203.202%203.453%204.895%208.203%207.749%2012.008%202.197%202.997%205.096%205.778%208.796%206.566%204.515.976%208.73-1.416%2012.867-2.987%202.044-.745%204.165-1.32%206.304-1.58%205.303-.774%2010.522%201.13%2015.82.77%208.34-.315%2013.793-8.027%2013.711-15.99v-.05c-.023-3.164-.791-6.394-1.591-9.558-1.169-4.578-2.492-9.195-5.319-13.02-8.542-11.93-26.661-16.49-41.217-16.573-3.477-.092-7.309.333-10.721-.077-4.516-.476-7.585-3.65-11.122-6.134a17.495%2017.495%200%200%200-5.243-2.412c-8.671-2.469-17.401%201.804-21.393%209.739-1.641%203.177-2.749%206.659-3.74%2010.103-1.148%204.14-2.191%208.553-.715%2012.676%201.493%204.447%205.503%207.57%209.941%208.832v.005Zm16.197-34.89c.077-.098.253-.05.308.057l.015.04c.03.163-.216.125-.301.06-.062-.043-.07-.108-.022-.158ZM9.205%2094.17c3.912.677%207.387-2.512%2011.286-.949%201.882.636%204.07%202.254%205.964%203.66%202.804%201.974%205.418%204.28%208.165%206.286%203.522%202.649%207.687%203.548%2011.885%202.239%204.542-1.401%208.735-4.16%2011.982-7.622%202.494-2.734%204.315-6.174%206.289-9.493%202.987-4.918%205.768-9.761%209.448-14.081%202.78-3.375%208.71-6.391%2012.067-2.341%201.929%202.401%202.324%206.093%204.288%208.585%202.046%202.679%205.153%204.017%208.045%205.81%204.712%203.078%209.555%205.952%2014.463%208.708%203.66%202.18%207.277%204.478%2010.854%206.752%2010.404%207.114%2021.806%207.67%2032.255.318%204.903-3.02%208.087-7.527%2010.008-13.353%201.396-4.09%202.209-8.608%201.776-12.9l-.005-.05c-1.048-10.242-10.851-18.742-20.117-22.024-5.295-1.826-10.986-2.216-16.437-3.372-7.267-1.323-14.394-4.598-15.074-12.76-.288-3.15.693-6.229%201.228-9.336.428-2.464.53-5.03-.055-7.48-1.976-8.247-9.163-10.516-16.165-13.272-4.152-1.629-8.122-3.833-12.53-4.733-5.168-.968-10.606-.6-14.531%202.361-2.992%202.26-3.785%206.084-1.869%209.22%201.604%202.79%204.22%205.179%204.553%208.521.328%202.426-.34%205.076-1.028%207.457-1.41%205.036-3.59%209.703-6.594%2013.913a140.905%20140.905%200%200%201-7.522%209.671c-3.545%204.15-7.765%207.705-11.815%2011.322-2.969%202.464-6.15%206.071-10.03%206.714-1.532.198-2.735-.465-3.22-1.766-2.774-9.828%2018.409-23.852%2024.412-30.941%203.637-3.828%206.727-9.801%203.797-14.827-2.906-5.113-10.568-6.839-16.362-5.716-2.82.47-5.548%201.424-8.125%202.637-11.977%205.721-19.86%2016.05-27.344%2026.298-3.57%205.196-7.412%2010.394-10.194%2016.025-3.289%207.257-4.22%2016.578-.777%2024.017%201.433%202.902%203.76%205.776%207.031%206.507l-.002-.005Zm132.347%2071.958c-1.083-6.872-10.997-7.707-16.745-9.403-5.436-1.354-10.559-3.397-15.887-5.073-9.023-3.037-16.873-3.09-26.186-1.494-9.265%201.619-18.263%204.916-26.17%2010.031-2.224%201.476-4.814%202.937-6.73%204.643-5.723%205.106%201.394%208.315%205.919%209.773%204.065%201.339%207.905%202.449%2012.19%203.102%203.734.568%207.56.668%2011.337.518%208.777-.528%2017.145-.983%2025.865-.99%202.777-.043%205.553-.141%208.325-.313%205.393-.35%2010.774-.873%2016.12-1.824%205.018-.94%2012.337-2.796%2011.962-8.928l-.005-.04.005-.002Zm-73.29-24.275c5.707-1.863%2011.883-2.479%2017.84-2.149%203.921.253%207.676%201.134%2011.604%201.601%203.212.396%206.539.528%209.796.153%203.874-.44%207.707-1.546%2011.106-3.46%206.517-3.802%2011.95-11.001%2011.68-18.721v-.05c-.243-6.709-4.661-12.28-10.056-15.877-4.938-3.432-10.459-6.049-16.32-7.467-8.095-2.041-14.837-3.535-23.014-.708-5.006%201.664-9.868%203.985-13.798%207.512-4.813%204.35-8.63%209.601-12.723%2014.609-4.375%205.313-9.939%206.201-15.234%201.588-1.676-1.451-3.092-3.167-4.58-4.803a68.811%2068.811%200%200%200-6.962-6.776c-2.58-2.146-5.308-4.225-8.37-5.476-7.33-3.03-14.291.078-16.493%207.725-3.274%2010.904%202.347%2021.768%203.2%2032.614.573%205.999-.633%2010.242-2.572%2015.787-.753%202.449-1.183%204.793-.665%207.21%201.22%205.703%207.642%209.2%2013.283%208.64%202.972-.263%205.643-1.711%207.885-3.65%202.469-2.114%204.54-4.678%206.909-6.896a38.718%2038.718%200%200%201%205.788-4.531c5.228-3.259%2011.17-5.54%2016.44-8.805%204.933-2.894%209.831-6.246%2015.257-8.07Zm-62.92-97.22c4.716%202.746%207.713-4.269%209.631-7.553%201.228-2.209%202.562-4.368%204.05-6.411%203.512-4.81%207.675-9.153%2012.918-11.782%204.913-2.795%2016.562-4.706%2015.897-11.898l-.005-.037c-.958-4.588-6.934-5.103-10.852-5.486C33.184%201.16%2029.47.782%2025.595.68c-4.478-.045-8.93.205-13.376.565-4.205.358-8.35%201.529-9.446%206.124-.557%202.071-.545%204.35-.587%206.506-.036%202.977-.188%205.9-.226%208.883a806.06%20806.06%200%200%200%20.008%2010.137c.145%203.932-.02%209.168%203.374%2011.742v-.003Z'/%3e%3c/svg%3e");--shape-blobs-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%20179'%20fill='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M173.594%20151.29c2.439-1.849%204.715-3.998%207.039-6.024%202.757-2.431%205.704-4.645%208.863-6.529%206.769-4.08%2014.256-6.761%2020.177-11.979a42.798%2042.798%200%200%200%2010.989-14.947c.946-2.159%201.529-4.443%202.222-6.599.98-3.164%202.358-5.999%204.457-8.54%203.915-4.47%207.875-9.005%2010.054-14.576%201.593-4%202.867-8.365%202.559-12.7l-.005-.048c-.38-5.55-4.781-9.268-10.016-6.326-3.065%201.698-5.644%204.475-8.973%205.688-2.529%201.006-5.203%201.366-7.93%201.829-2.626.44-5.261.885-7.892%201.285-5.996.919-12.253%201.411-17.938%203.863-2.585%201.09-5.099%202.519-6.955%204.563-2.546%202.766-3.459%206.266-4.527%2010.056-1.871%207.382-5.661%2014.028-11.965%2018.408-3.907%202.842-8.233%205.208-12.132%208.068-6.319%204.412-11.455%2010.771-13.116%2018.411-2.331%2010.849%203.365%2020.347%2014.521%2022.233%207.255%201.248%2014.824-1.846%2020.565-6.141l.003.005Zm64.421-43.376c-2.479-4.483-8.442-4.598-11.214-.288-2.534%203.965-2.239%209.478-3.315%2013.956-1.005%204.965-4.552%208.18-8.467%2011.107-6.309%204.9-12.585%209.856-19.004%2014.618-5.418%204.125-10.904%208.11-16.68%2011.688a35.46%2035.46%200%200%201-3.823%201.998c-3.967%201.794-8.33%202.512-12.67%203.417-2.208.478-4.627%201.088-6.491%202.169-5.106%202.939-4.17%208.34%201.498%209.513%205.301%201.088%2011.725-.13%2017.271-.157%203.427-.04%206.766.435%2010.178.755%205.211.628%2010.819.028%2015.822-.825%202.775-.446%205.496-.931%208.258-1.591%202.269-.546%204.53-1.216%206.671-2.139%207.022-3.024%2012.195-9.093%2015.055-16.062%201.373-3.355%201.658-7.157%202.681-10.557%201.186-4.567%205.368-7.914%205.518-12.635v-.045c.161-2.789-.39-5.613-.26-8.445.31-5.263%201.631-11.932-1.02-16.482l-.008.005ZM200.63%208.389c4.635%202.979%2011.044%202.669%2015.309%206.414%204.243%203.607%205.814%209.475%209.471%2013.53%202.136%202.45%205.631%204.666%208.893%203.317%204.865-2.098%206.006-11.302%205.393-16.052l-.007-.053c-.593-5.273-4.33-9.338-9.268-10.969-3.995-1.395-8.285-1.455-12.583-2.11-1.784-.261-3.557-.581-5.328-.916-3.845-.658-8.4-1.877-12.092-.468-3.87%201.548-2.915%205.288.215%207.304l-.003.003Zm-64.791%2035.108c4.187%201.361%208.91%201.104%2013.095%201.494%204.835.39%209.508%202.584%2012.778%206.188%203.202%203.453%204.895%208.203%207.749%2012.008%202.197%202.997%205.096%205.778%208.796%206.566%204.515.976%208.73-1.416%2012.867-2.987%202.044-.745%204.165-1.32%206.304-1.58%205.303-.774%2010.522%201.13%2015.82.77%208.34-.315%2013.793-8.027%2013.711-15.99v-.05c-.023-3.164-.791-6.394-1.591-9.558-1.169-4.578-2.492-9.195-5.319-13.02-8.542-11.93-26.661-16.49-41.217-16.573-3.477-.092-7.309.333-10.721-.077-4.516-.476-7.585-3.65-11.122-6.134a17.495%2017.495%200%200%200-5.243-2.412c-8.671-2.469-17.401%201.804-21.393%209.739-1.641%203.177-2.749%206.659-3.74%2010.103-1.148%204.14-2.191%208.553-.715%2012.676%201.493%204.447%205.503%207.57%209.941%208.832v.005Zm16.197-34.89c.077-.098.253-.05.308.057l.015.04c.03.163-.216.125-.301.06-.062-.043-.07-.108-.022-.158ZM9.205%2094.17c3.912.677%207.387-2.512%2011.286-.949%201.882.636%204.07%202.254%205.964%203.66%202.804%201.974%205.418%204.28%208.165%206.286%203.522%202.649%207.687%203.548%2011.885%202.239%204.542-1.401%208.735-4.16%2011.982-7.622%202.494-2.734%204.315-6.174%206.289-9.493%202.987-4.918%205.768-9.761%209.448-14.081%202.78-3.375%208.71-6.391%2012.067-2.341%201.929%202.401%202.324%206.093%204.288%208.585%202.046%202.679%205.153%204.017%208.045%205.81%204.712%203.078%209.555%205.952%2014.463%208.708%203.66%202.18%207.277%204.478%2010.854%206.752%2010.404%207.114%2021.806%207.67%2032.255.318%204.903-3.02%208.087-7.527%2010.008-13.353%201.396-4.09%202.209-8.608%201.776-12.9l-.005-.05c-1.048-10.242-10.851-18.742-20.117-22.024-5.295-1.826-10.986-2.216-16.437-3.372-7.267-1.323-14.394-4.598-15.074-12.76-.288-3.15.693-6.229%201.228-9.336.428-2.464.53-5.03-.055-7.48-1.976-8.247-9.163-10.516-16.165-13.272-4.152-1.629-8.122-3.833-12.53-4.733-5.168-.968-10.606-.6-14.531%202.361-2.992%202.26-3.785%206.084-1.869%209.22%201.604%202.79%204.22%205.179%204.553%208.521.328%202.426-.34%205.076-1.028%207.457-1.41%205.036-3.59%209.703-6.594%2013.913a140.905%20140.905%200%200%201-7.522%209.671c-3.545%204.15-7.765%207.705-11.815%2011.322-2.969%202.464-6.15%206.071-10.03%206.714-1.532.198-2.735-.465-3.22-1.766-2.774-9.828%2018.409-23.852%2024.412-30.941%203.637-3.828%206.727-9.801%203.797-14.827-2.906-5.113-10.568-6.839-16.362-5.716-2.82.47-5.548%201.424-8.125%202.637-11.977%205.721-19.86%2016.05-27.344%2026.298-3.57%205.196-7.412%2010.394-10.194%2016.025-3.289%207.257-4.22%2016.578-.777%2024.017%201.433%202.902%203.76%205.776%207.031%206.507l-.002-.005Zm132.347%2071.958c-1.083-6.872-10.997-7.707-16.745-9.403-5.436-1.354-10.559-3.397-15.887-5.073-9.023-3.037-16.873-3.09-26.186-1.494-9.265%201.619-18.263%204.916-26.17%2010.031-2.224%201.476-4.814%202.937-6.73%204.643-5.723%205.106%201.394%208.315%205.919%209.773%204.065%201.339%207.905%202.449%2012.19%203.102%203.734.568%207.56.668%2011.337.518%208.777-.528%2017.145-.983%2025.865-.99%202.777-.043%205.553-.141%208.325-.313%205.393-.35%2010.774-.873%2016.12-1.824%205.018-.94%2012.337-2.796%2011.962-8.928l-.005-.04.005-.002Zm-73.29-24.275c5.707-1.863%2011.883-2.479%2017.84-2.149%203.921.253%207.676%201.134%2011.604%201.601%203.212.396%206.539.528%209.796.153%203.874-.44%207.707-1.546%2011.106-3.46%206.517-3.802%2011.95-11.001%2011.68-18.721v-.05c-.243-6.709-4.661-12.28-10.056-15.877-4.938-3.432-10.459-6.049-16.32-7.467-8.095-2.041-14.837-3.535-23.014-.708-5.006%201.664-9.868%203.985-13.798%207.512-4.813%204.35-8.63%209.601-12.723%2014.609-4.375%205.313-9.939%206.201-15.234%201.588-1.676-1.451-3.092-3.167-4.58-4.803a68.811%2068.811%200%200%200-6.962-6.776c-2.58-2.146-5.308-4.225-8.37-5.476-7.33-3.03-14.291.078-16.493%207.725-3.274%2010.904%202.347%2021.768%203.2%2032.614.573%205.999-.633%2010.242-2.572%2015.787-.753%202.449-1.183%204.793-.665%207.21%201.22%205.703%207.642%209.2%2013.283%208.64%202.972-.263%205.643-1.711%207.885-3.65%202.469-2.114%204.54-4.678%206.909-6.896a38.718%2038.718%200%200%201%205.788-4.531c5.228-3.259%2011.17-5.54%2016.44-8.805%204.933-2.894%209.831-6.246%2015.257-8.07Zm-62.92-97.22c4.716%202.746%207.713-4.269%209.631-7.553%201.228-2.209%202.562-4.368%204.05-6.411%203.512-4.81%207.675-9.153%2012.918-11.782%204.913-2.795%2016.562-4.706%2015.897-11.898l-.005-.037c-.958-4.588-6.934-5.103-10.852-5.486C33.184%201.16%2029.47.782%2025.595.68c-4.478-.045-8.93.205-13.376.565-4.205.358-8.35%201.529-9.446%206.124-.557%202.071-.545%204.35-.587%206.506-.036%202.977-.188%205.9-.226%208.883a806.06%20806.06%200%200%200%20.008%2010.137c.145%203.932-.02%209.168%203.374%2011.742v-.003Z'/%3e%3c/svg%3e");--shape-blobs-1: var(--shape-blobs-1-when-stretched, var(--shape-blobs-1-when-not-stretched));--shape-blobs-2-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20182'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M212.055%2017.485c2.625%202.013%205.02%204.334%207.01%206.978%201.144%201.504%202.163%203.097%203.104%204.731%202.299%203.89%204.015%208.252%207.768%2010.803%202.958%202.044%207.267%201.975%208.988-1.566%201.121-2.259%201.126-4.906%201.045-7.745v-.055c-.311-6.523-1.287-12.798-2.218-19.215-.97-7.62-3.303-9.521-10.926-9.795a295.558%20295.558%200%200%200-15.161.022c-3.279.175-9.02-.106-10.232%203.654-1.082%205.398%207.072%209.205%2010.617%2012.188h.005Zm27.359%2094.05c-.259-2.924-1.743-6.833-5.398-5.247-1.444.661-2.619%201.992-3.716%203.165-1.923%202.094-3.931%204.03-5.884%206.074-2.884%202.828-4.123%205.934-4.237%2010.05-.082%208.786.43%2013.349-6.808%2019.65-2.168%201.911-4.464%203.659-6.78%205.393-2.827%202.081-5.78%204.143-8.981%205.607-2.61%201.2-5.375%201.944-8.145%202.672-5.129%201.245-10.092%203.213-14.85%205.294-3.331%201.511-6.926%203.069-9.304%205.941-2.776%203.39-1.946%207.929%202.242%209.588%202.98%201.193%206.472.869%209.664.921%203.823-.047%207.687.417%2011.373.728%203.566.284%207.243.437%2010.887.571%202.971.094%206.02.106%208.934-.477%203.16-.63%206.16-1.817%209.062-3.197%206.518-3.001%2011.635-7.223%2014.588-13.791%202.696-5.914%204.284-12.776%204.788-19.252.284-3.682.217-7.129.503-10.657.482-7.561%202.761-15.253%202.067-22.981l-.005-.05v-.002ZM152.53%2024.863c-4.921%206.855-2.042%2016.003-.049%2023.482%201.106%204.04%201.741%208.166%201.839%2012.356.069%206.603-.108%2013.267%202.773%2019.384%202.711%206.01%207.665%2012.44%2014.559%2013.346%203.101.38%206.188-.539%209.173-1.477%202.464-.77%204.985-1.452%207.696-1.835%2020.277-3.024%2024.542%2014.408%2034.159%2013.704%205.346-.538%208.956-4.948%2010.86-9.881%201.765-4.477%203.062-9.529%203.207-14.413v-.05c.107-3.281-.089-6.61-.365-9.894-.277-3.17-.835-6.343-2.366-9.153-1.755-3.309-4.748-6.01-7.311-8.874-1.696-1.855-3.252-3.83-4.825-5.79-2.928-3.697-6.296-7.062-8.844-11.05-4.544-7.526-8.275-16.102-15.621-21.361-5.395-3.823-12.63-5.094-19.21-4.01-2.733.471-5.329%201.415-7.867%202.494-6.82%202.92-13.348%207.017-17.805%2013.027l-.003-.005Zm62.434%2096.139v-.052c-.037-7.825-5.788-14.361-12.926-16.781-6.766-2.059-17.534-1.701-23.779%201.825-4.676%202.57-7.881%207.119-11.269%2011.138-1.543%201.81-3.156%203.559-4.926%205.107-2.939%202.565-6.324%204.514-9.736%206.37-4.963%202.642-9.954%205.603-15.24%207.445-5.477%201.968-11.391%202.459-16.946%204.116-12.801%203.746-24.068%2013.01-16.643%2027.117%205.798%2010.662%2020.425%2015.037%2033.018%2011.494%206.366-1.59%2011.566-5.272%2016.828-8.901%205.079-3.408%2010.257-6.806%2015.756-9.517%2018.875-8.491%2046.451-13.232%2045.856-39.364l.007.003ZM94.83%2022.905c6.654-.197%2013.546-3.05%2019.926-3.87%205.507-.715%2010.736%201.371%2015.687%203.527%203.618%201.368%207.524%203.511%2011.403%203.338%203.44-.081%205.694-2.854%207.763-5.294%201.351-1.57%202.869-2.987%204.662-4.037%203.247-2.207%2010.943-3.55%2010.778-8.368v-.035c-.835-5.417-10.361-5.382-14.716-5.827-5.033-.309-9.929-.625-14.9-.76-3.755-.097-7.607.212-11.222.412-4.077.27-8.153.27-12.247.247-5.759-.047-11.823.602-17.176%202.943-4.719%202.099-11.524%205.61-10.5%2011.702%201.006%204.8%206.124%206.291%2010.54%206.022h.002Zm18.306%20114.082c3.914-1.461%207.06-4.4%2010.28-6.834%201.879-1.428%203.859-2.712%205.965-3.786%203.079-1.602%206.42-2.629%209.645-3.889%204.289-1.615%208.329-4.101%2011.991-6.637%205.995-3.993%2010.637-9.259%2010.21-16.914v-.052c-.393-6.679-5.43-11.956-11.739-13.625-3.385-1.01-7.166-1.543-10.672-1.336-2.338.136-4.657.632-6.906%201.282-3.134.916-6.265%202.04-9.055%203.568-2.812%201.533-5.511%203.607-8.153%205.615-1.632%201.257-3.269%202.518-4.775%203.92-3.776%203.344-5.838%208.041-8.376%2012.268-2.716%204.553-6.376%208.82-7.376%2014.21-2.051%2010.519%2010.527%2015.67%2018.961%2012.208v.002Zm26.1-104.291c-9.464-5.84-25.462-7.28-37.685-4.61-6.934%201.506-12.415%206.284-17.28%2011.23-2.844%202.925-5.177%206.2-8.871%207.945-2.494%201.3-5.346%202.139-7.697%203.842-.78.563-1.504%201.218-2.188%201.91-1.651%201.693-3.123%203.562-4.654%205.367-4.26%204.902-8.556%2010.023-10.926%2016.164-2.798%207.23-4.749%2015.148-4.472%2022.983.368%208.237%204.299%2016.618%2011.18%2021.114%206.71%204.341%2015.974%204.946%2023.011%201.19%203.595-1.918%206.437-5.057%209.55-7.805%202.223-2.015%204.52-3.953%206.628-6.089%203.966-4.096%207.346-8.783%2011.613-12.593%2015.758-14.134%2041.87-17.023%2041.102-43.705v-.054c-.331-6.904-3.706-13.267-9.313-16.894l.002.005ZM92%20158.146c.025-4.652-.158-9.472-.852-14.139-.728-4.718-2.642-9.904-7.417-11.682-7.931-2.819-17.51%201.428-26.62-3.691-8.147-4.58-12.944-14.692-15.611-23.255-1.427-4.785-2.647-9.864-2.227-14.921.18-3.324%201.128-6.72.513-10.02-.716-4.346-4.726-7.05-9.015-5.885-2.43.618-4.306%202.46-5.85%204.398-1.48%201.852-2.9%203.778-4.63%205.415-2.802%202.684-6.13%204.768-8.69%207.684-3.722%204.104-6.391%209.531-6.171%2015.176.14%206.595%204.738%2011.702%206.862%2017.63%201.827%205.223%202.407%2010.921%204.52%2016.082%202.337%206.134%205.95%2011.761%2010.31%2016.608%202.457%202.775%205.234%205.23%207.926%207.773%202.805%202.647%205.432%205.492%208.509%207.83%207.684%205.519%2017.55%208.435%2027.075%207.291%2012.158-1.271%2021.566-9.711%2021.358-22.242v-.05l.01-.002ZM31.8%2035.698c-.67%204.119-.044%208.405.24%2012.566.435%204.664.521%2010.309%202.161%2014.25%201.355%203.427%204.615%206.05%208.353%206.178%206.68.31%207.855-9.843%2011.188-14.922%203.116-5.25%2011.929-8.032%2016.102-12.494%208.156-1.96%2011.98-11.882%2011.57-20.702v-.05C81.198%2014.113%2076.238%207.93%2069.39%209.698c-4.08%201.033-7.023%204.294-10.769%206.033-3.573%201.773-7.689%202.51-11.407%203.975-7.198%202.721-14.028%208.097-15.413%2015.996v-.003ZM2.023%2053.77c.255%204.855.892%2010.11%203.531%2014.255%202.304%203.916%207.504%206.75%2011.492%203.775%206.931-5.533%202.533-23.042%205.262-31.351%202.667-8.88%2013.85-18.423%2022.27-22.048%202.977-1.35%206.32-2.116%209.165-3.684%202.378-1.274%204.06-3.834%203.724-6.55l-.005-.043c-.533-4.79-5.652-6.158-9.758-6.676C43.695.907%2039.665.6%2035.643.78c-9.255.588-19.092.657-27.349%205.368C3.158%209.391.106%2015.512%200%2021.53c0%205.966.467%2012.29.807%2018.144.413%204.717.993%209.369%201.218%2014.097h-.003Zm31.465%20117.5c-.637-2.793-2.76-4.971-4.869-6.8-4.817-4.23-10.156-8.186-13.46-13.808-2.318-3.743-3.279-8.114-5.286-11.986-2.037-4.025-6.768-5.555-8.882-.612-1.289%203.556-.738%207.679-.689%2011.435.227%204.489-.015%209.03.613%2013.42.923%206.445%204.447%2012.902%2010.417%2015.892%206.482%203.452%2024.235%203.4%2022.166-7.497l-.01-.044Z'/%3e%3c/svg%3e");--shape-blobs-2-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20182'%3e%3cpath%20fill='%23D6D6D6'%20d='M212.055%2017.485c2.625%202.013%205.02%204.334%207.01%206.978%201.144%201.504%202.163%203.097%203.104%204.731%202.299%203.89%204.015%208.252%207.768%2010.803%202.958%202.044%207.267%201.975%208.988-1.566%201.121-2.259%201.126-4.906%201.045-7.745v-.055c-.311-6.523-1.287-12.798-2.218-19.215-.97-7.62-3.303-9.521-10.926-9.795a295.558%20295.558%200%200%200-15.161.022c-3.279.175-9.02-.106-10.232%203.654-1.082%205.398%207.072%209.205%2010.617%2012.188h.005Zm27.359%2094.05c-.259-2.924-1.743-6.833-5.398-5.247-1.444.661-2.619%201.992-3.716%203.165-1.923%202.094-3.931%204.03-5.884%206.074-2.884%202.828-4.123%205.934-4.237%2010.05-.082%208.786.43%2013.349-6.808%2019.65-2.168%201.911-4.464%203.659-6.78%205.393-2.827%202.081-5.78%204.143-8.981%205.607-2.61%201.2-5.375%201.944-8.145%202.672-5.129%201.245-10.092%203.213-14.85%205.294-3.331%201.511-6.926%203.069-9.304%205.941-2.776%203.39-1.946%207.929%202.242%209.588%202.98%201.193%206.472.869%209.664.921%203.823-.047%207.687.417%2011.373.728%203.566.284%207.243.437%2010.887.571%202.971.094%206.02.106%208.934-.477%203.16-.63%206.16-1.817%209.062-3.197%206.518-3.001%2011.635-7.223%2014.588-13.791%202.696-5.914%204.284-12.776%204.788-19.252.284-3.682.217-7.129.503-10.657.482-7.561%202.761-15.253%202.067-22.981l-.005-.05v-.002ZM152.53%2024.863c-4.921%206.855-2.042%2016.003-.049%2023.482%201.106%204.04%201.741%208.166%201.839%2012.356.069%206.603-.108%2013.267%202.773%2019.384%202.711%206.01%207.665%2012.44%2014.559%2013.346%203.101.38%206.188-.539%209.173-1.477%202.464-.77%204.985-1.452%207.696-1.835%2020.277-3.024%2024.542%2014.408%2034.159%2013.704%205.346-.538%208.956-4.948%2010.86-9.881%201.765-4.477%203.062-9.529%203.207-14.413v-.05c.107-3.281-.089-6.61-.365-9.894-.277-3.17-.835-6.343-2.366-9.153-1.755-3.309-4.748-6.01-7.311-8.874-1.696-1.855-3.252-3.83-4.825-5.79-2.928-3.697-6.296-7.062-8.844-11.05-4.544-7.526-8.275-16.102-15.621-21.361-5.395-3.823-12.63-5.094-19.21-4.01-2.733.471-5.329%201.415-7.867%202.494-6.82%202.92-13.348%207.017-17.805%2013.027l-.003-.005Zm62.434%2096.139v-.052c-.037-7.825-5.788-14.361-12.926-16.781-6.766-2.059-17.534-1.701-23.779%201.825-4.676%202.57-7.881%207.119-11.269%2011.138-1.543%201.81-3.156%203.559-4.926%205.107-2.939%202.565-6.324%204.514-9.736%206.37-4.963%202.642-9.954%205.603-15.24%207.445-5.477%201.968-11.391%202.459-16.946%204.116-12.801%203.746-24.068%2013.01-16.643%2027.117%205.798%2010.662%2020.425%2015.037%2033.018%2011.494%206.366-1.59%2011.566-5.272%2016.828-8.901%205.079-3.408%2010.257-6.806%2015.756-9.517%2018.875-8.491%2046.451-13.232%2045.856-39.364l.007.003ZM94.83%2022.905c6.654-.197%2013.546-3.05%2019.926-3.87%205.507-.715%2010.736%201.371%2015.687%203.527%203.618%201.368%207.524%203.511%2011.403%203.338%203.44-.081%205.694-2.854%207.763-5.294%201.351-1.57%202.869-2.987%204.662-4.037%203.247-2.207%2010.943-3.55%2010.778-8.368v-.035c-.835-5.417-10.361-5.382-14.716-5.827-5.033-.309-9.929-.625-14.9-.76-3.755-.097-7.607.212-11.222.412-4.077.27-8.153.27-12.247.247-5.759-.047-11.823.602-17.176%202.943-4.719%202.099-11.524%205.61-10.5%2011.702%201.006%204.8%206.124%206.291%2010.54%206.022h.002Zm18.306%20114.082c3.914-1.461%207.06-4.4%2010.28-6.834%201.879-1.428%203.859-2.712%205.965-3.786%203.079-1.602%206.42-2.629%209.645-3.889%204.289-1.615%208.329-4.101%2011.991-6.637%205.995-3.993%2010.637-9.259%2010.21-16.914v-.052c-.393-6.679-5.43-11.956-11.739-13.625-3.385-1.01-7.166-1.543-10.672-1.336-2.338.136-4.657.632-6.906%201.282-3.134.916-6.265%202.04-9.055%203.568-2.812%201.533-5.511%203.607-8.153%205.615-1.632%201.257-3.269%202.518-4.775%203.92-3.776%203.344-5.838%208.041-8.376%2012.268-2.716%204.553-6.376%208.82-7.376%2014.21-2.051%2010.519%2010.527%2015.67%2018.961%2012.208v.002Zm26.1-104.291c-9.464-5.84-25.462-7.28-37.685-4.61-6.934%201.506-12.415%206.284-17.28%2011.23-2.844%202.925-5.177%206.2-8.871%207.945-2.494%201.3-5.346%202.139-7.697%203.842-.78.563-1.504%201.218-2.188%201.91-1.651%201.693-3.123%203.562-4.654%205.367-4.26%204.902-8.556%2010.023-10.926%2016.164-2.798%207.23-4.749%2015.148-4.472%2022.983.368%208.237%204.299%2016.618%2011.18%2021.114%206.71%204.341%2015.974%204.946%2023.011%201.19%203.595-1.918%206.437-5.057%209.55-7.805%202.223-2.015%204.52-3.953%206.628-6.089%203.966-4.096%207.346-8.783%2011.613-12.593%2015.758-14.134%2041.87-17.023%2041.102-43.705v-.054c-.331-6.904-3.706-13.267-9.313-16.894l.002.005ZM92%20158.146c.025-4.652-.158-9.472-.852-14.139-.728-4.718-2.642-9.904-7.417-11.682-7.931-2.819-17.51%201.428-26.62-3.691-8.147-4.58-12.944-14.692-15.611-23.255-1.427-4.785-2.647-9.864-2.227-14.921.18-3.324%201.128-6.72.513-10.02-.716-4.346-4.726-7.05-9.015-5.885-2.43.618-4.306%202.46-5.85%204.398-1.48%201.852-2.9%203.778-4.63%205.415-2.802%202.684-6.13%204.768-8.69%207.684-3.722%204.104-6.391%209.531-6.171%2015.176.14%206.595%204.738%2011.702%206.862%2017.63%201.827%205.223%202.407%2010.921%204.52%2016.082%202.337%206.134%205.95%2011.761%2010.31%2016.608%202.457%202.775%205.234%205.23%207.926%207.773%202.805%202.647%205.432%205.492%208.509%207.83%207.684%205.519%2017.55%208.435%2027.075%207.291%2012.158-1.271%2021.566-9.711%2021.358-22.242v-.05l.01-.002ZM31.8%2035.698c-.67%204.119-.044%208.405.24%2012.566.435%204.664.521%2010.309%202.161%2014.25%201.355%203.427%204.615%206.05%208.353%206.178%206.68.31%207.855-9.843%2011.188-14.922%203.116-5.25%2011.929-8.032%2016.102-12.494%208.156-1.96%2011.98-11.882%2011.57-20.702v-.05C81.198%2014.113%2076.238%207.93%2069.39%209.698c-4.08%201.033-7.023%204.294-10.769%206.033-3.573%201.773-7.689%202.51-11.407%203.975-7.198%202.721-14.028%208.097-15.413%2015.996v-.003ZM2.023%2053.77c.255%204.855.892%2010.11%203.531%2014.255%202.304%203.916%207.504%206.75%2011.492%203.775%206.931-5.533%202.533-23.042%205.262-31.351%202.667-8.88%2013.85-18.423%2022.27-22.048%202.977-1.35%206.32-2.116%209.165-3.684%202.378-1.274%204.06-3.834%203.724-6.55l-.005-.043c-.533-4.79-5.652-6.158-9.758-6.676C43.695.907%2039.665.6%2035.643.78c-9.255.588-19.092.657-27.349%205.368C3.158%209.391.106%2015.512%200%2021.53c0%205.966.467%2012.29.807%2018.144.413%204.717.993%209.369%201.218%2014.097h-.003Zm31.465%20117.5c-.637-2.793-2.76-4.971-4.869-6.8-4.817-4.23-10.156-8.186-13.46-13.808-2.318-3.743-3.279-8.114-5.286-11.986-2.037-4.025-6.768-5.555-8.882-.612-1.289%203.556-.738%207.679-.689%2011.435.227%204.489-.015%209.03.613%2013.42.923%206.445%204.447%2012.902%2010.417%2015.892%206.482%203.452%2024.235%203.4%2022.166-7.497l-.01-.044Z'/%3e%3c/svg%3e");--shape-blobs-2: var(--shape-blobs-2-when-stretched, var(--shape-blobs-2-when-not-stretched));--shape-burst-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='m.674%20120.336-.674.683h1.358l23.071%2023.029-10.701%2037.05%2036.31%208.726%209.124%2034.877%2035.926-10.122%2025.81%2025.762%2026.715-27.068%2031.114%207.477.67%201.129.262-.905.944.226-.679-1.145%209.237-31.982%2033.254-9.369%201.16.652-.238-.912.934-.263-1.176-.661-8.422-32.194%2023.989-24.307H240l-.674-.672.674-.684h-1.358l-23.071-23.028%2010.701-37.05-36.311-8.726-9.123-34.877-35.926%2010.122L119.102.341l-26.715%2027.07-31.114-7.478-.67-1.13-.262.906-.944-.227.68%201.146-9.238%2031.981-33.254%209.37-1.16-.652.238.912-.934.263%201.176.661%208.422%2032.194-23.989%2024.306H0l.674.673Z'/%3e%3c/svg%3e");--shape-burst-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='m.674%20120.336-.674.683h1.358l23.071%2023.029-10.701%2037.05%2036.31%208.726%209.124%2034.877%2035.926-10.122%2025.81%2025.762%2026.715-27.068%2031.114%207.477.67%201.129.262-.905.944.226-.679-1.145%209.237-31.982%2033.254-9.369%201.16.652-.238-.912.934-.263-1.176-.661-8.422-32.194%2023.989-24.307H240l-.674-.672.674-.684h-1.358l-23.071-23.028%2010.701-37.05-36.311-8.726-9.123-34.877-35.926%2010.122L119.102.341l-26.715%2027.07-31.114-7.478-.67-1.13-.262.906-.944-.227.68%201.146-9.238%2031.981-33.254%209.37-1.16-.652.238.912-.934.263%201.176.661%208.422%2032.194-23.989%2024.306H0l.674.673Z'/%3e%3c/svg%3e");--shape-burst: var(--shape-burst-when-stretched, var(--shape-burst-when-not-stretched));--shape-club-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M180%20197.484c-18.48%200-35.008-8.354-46.015-21.492%209.387%2021.328%2019.705%2038.574%2027.129%2049.824%203.958%205.998-.332%2014.525-7.519%2014.525h-67.19c-7.187%200-11.477-8.527-7.519-14.525%207.424-11.25%2017.742-28.496%2027.129-49.824C95.008%20189.13%2078.48%20197.484%2060%20197.484c-33.137%200-60-26.863-60-60s26.863-60%2060-60c.837%200%201.67.017%202.5.051A60.01%2060.01%200%200%201%2060%2060.341c0-33.137%2026.863-60%2060-60s60%2026.863%2060%2060a60.02%2060.02%200%200%201-2.5%2017.194%2061.205%2061.205%200%200%201%202.5-.05c33.137%200%2060%2026.862%2060%2059.999s-26.863%2060-60%2060Z'/%3e%3c/svg%3e");--shape-club-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='M180%20197.484c-18.48%200-35.008-8.354-46.015-21.492%209.387%2021.328%2019.705%2038.574%2027.129%2049.824%203.958%205.998-.332%2014.525-7.519%2014.525h-67.19c-7.187%200-11.477-8.527-7.519-14.525%207.424-11.25%2017.742-28.496%2027.129-49.824C95.008%20189.13%2078.48%20197.484%2060%20197.484c-33.137%200-60-26.863-60-60s26.863-60%2060-60c.837%200%201.67.017%202.5.051A60.01%2060.01%200%200%201%2060%2060.341c0-33.137%2026.863-60%2060-60s60%2026.863%2060%2060a60.02%2060.02%200%200%201-2.5%2017.194%2061.205%2061.205%200%200%201%202.5-.05c33.137%200%2060%2026.862%2060%2059.999s-26.863%2060-60%2060Z'/%3e%3c/svg%3e");--shape-club: var(--shape-club-when-stretched, var(--shape-club-when-not-stretched));--shape-coral-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M239.935%2050.264c-.017-4.125-2.101-7.509-5.263-10.039-5.385-4.253-9.592-9.78-13.684-15.274a441.892%20441.892%200%200%201-12.397-15.846c-5.263-7.052-8.97-8.31-17.567-7.99h-8.315c-2.655.18-8.433-.765-7.904%202.777.162.922.935%202.422%201.668%203.513%201.699%202.645%203.457%205.326%205.088%208.04%207.672%2012.114%2011.161%2027.078%2020.242%2038.195%203.583%204.205%208.108%208.672-1.071%205.797-6.913-2.343-12.82-6.556-18.237-11.166-9.249-7.436-7.092-16.184-8.264-26.618-.703-5.014-2.313-15.77-6.304-18.761-2.953-2.197-6.622-1.693-10.374-1.774-2.446.096-7.09-.481-7.427%202.744-.144%201.577.917%203.989.859%205.135-.005.363-.151.743-.512.862-1.131.398-3.235-.97-4.613-1.502-3.855-1.928-7.947-3.414-12.115-4.53-6.074-1.65-12.217-2.76-18.489-2.87-5.329-.136-10.695.189-16.02.25-2.149.06-7.314-.122-3.497%202.632%204.783%203.314%209.681%206.44%2015.06%208.978%208.023%203.986%2017.743%204.061%2025.015%209.552%207.055%205.369%2011.578%2013.225%2016.705%2020.426%204.929%206.786%2010.379%2013.203%2016.433%2018.983%207.894%207.033-1.275%206.891-6.561%204.636-8.866-3.424-17-8.221-25.209-13.008-5.425-3.135-11.003-6.214-15.601-10.512-2.152-2.009-4.034-4.291-5.796-6.652-7.339-10.243-15.226-20.11-23.777-29.39-2.865-3.328-6.71-5.583-11.2-5.671-1.716-.113-5.037.005-5.568%201.585-.459%201.91%201.043%203.656%201.955%205.258%202.03%203.213%205.095%207.491%206.35%2010.787.737%202.116-.76%202.127-2.908%201.104C68.789%2013.799%2056.914%207.65%2044.32%203.024c-3.993-1.42-8.211-1.932-12.434-1.907-8.164.005-16.332-.028-24.494.013-2.093-.015-4.898.48-5.93%202.109C-.214%206.87%204.89%209.02%207.77%209.922c5.193%201.617%2010.371%203.19%2015.509%204.928%205.576%201.837%206.903%203.107-.078%204.026-4.8.7-9.53%201.48-14.466%201.91-2.025.187-4.28.368-6.006%201.421-4.087%202.606-1.792%207.877%202.098%209.378%204.765%201.86%209.824%203.062%2014.7%204.637%207.214%202.088%2014.611%203.834%2021.25%207.455.817.345%209.925%205.385%205.246%204.24-13.762-4.67-27.277-10.645-41.538-14.021C1.45%2033.604.36%2035.451.167%2038.506c-.01%204.443-.96%2010.352%203.235%2013.282%201.81%201.328%204.435%202.074%206.897%202.948%207.596%202.761%2015.4%205.26%2022.777%208.529%204.082%202.089-.695%203.613-2.857%204.235-6.093%201.804-12.515%203.092-19.11%203.825-3.003.39-5.903.305-8.284%201.741-2.597%201.492-3.091%205.279-1.086%207.448l.028.03c1.5%201.694%204.057%202.092%206.292%202.286%2010.53.877%2021.379.31%2031.349-3.465%206.138-2.403%2012.608-5.767%2019.424-3.96%202.6.576%205.034%201.61%207.443%202.685%202.046%201.018%205.858%202.356%206.883%204.004.635%201.557-2.41%202.099-3.64%202.505-12.4%203.104-25.366%205.986-37.367%2010.335-2.988%201.151-5.752%202.726-8.506%204.336-6.176%203.83-13.145%206.388-19.275%2010.301-4.49%202.973-4.36%208.098-4.268%2013.132.199%202.346-.706%207.675%201.685%208.68%201.164.355%202.578-.35%203.79-.99%206.88-4.069%2014.014-7.96%2021.381-11.366%2014.617-6.932%205.576-.363-.768%204.205-7.25%205.679-15.146%2011.104-22.614%2016.599C.205%20142.696-.1%20147.186.021%20151.336c.005%201.754.03%203.515.053%205.271.196%203.374-.459%206.561%201.678%208.874%203.1%203.631%2018.469-2.996%2019.134.156-.043%202.961-11.056%2011.606-10.272%2014.083%201.4%202.298%206.765.156%208.94-1.497%207.923-6.125%2013.363-15.644%2022.401-20.278%205.617-2.948%2011.757-5.052%2017.575-7.551%205.654-2.512%206.135-1.625%202.267%202.844-8.526%2010.107-20.079%2017.434-30.684%2025.323-1.96%202.005.2%202.267%202.545%202.373%206.176.368%2010.986-1.738%2015.8-5.344%204.017-2.774%208.313-5.059%2012.2-7.967%202.374-1.756%204.62-3.676%206.998-5.43%201.884-1.406%203.827-2.749%205.734-4.124%208.615-6.043%2015.257-14.088%2021.71-22.322%204.097-5.447%2010.189-8.111%2016.178-10.923%209.119-4.278%2018.073-8.995%2027.059-13.485%203.451-1.491%208.811-5.041%2012.477-4.117%203.421%201.754-4.203%209.89-6.191%2011.117-1.426%201.046-3.031%201.839-4.724%202.53-13.13%204.989-26.683%2010.771-36.333%2020.777-2.029%202.053-3.964%204.187-5.964%206.281-2.29%202.568-5.078%204.709-6.98%207.574-2.998%205.082%203.278%203.709%205.929%202.129%206.417-3.527%2013.014-6.929%2019.751-9.932%203.608-1.661%2011.271-5.45%204.755.967-9.522%209.227-21.659%2015.65-33.615%2021.803-4.545%202.391-9.813%204.23-13.855%207.385-2.95%202.582.282%203.099%203.268%203.104%206.31.033%2012.636.002%2018.95.012%204.281-.017%208.524.197%2012.568-1.096%205.835-1.965%2010.839-5.868%2015.778-9.451%207.781-5.898%2014.652-12.666%2020.983-20.028%201.5-1.709%203.095-3.485%204.843-4.888%202.666-2.273%205.395-2.739%204.135%201.635-3.228%208.955-8.252%2017.715-14.616%2024.76-1.492%202.071-10.989%208.088-4.256%208.905%204.25.352%208.783.09%2013.077.163%203.92-.03%207.818.245%2011.391-1.237%205.085-2.167%208.317-7.065%2011.036-11.673%203.593-7.048%205.382-10.993%2012.245-15.629%204.616-3.45%209.487-6.282%2014.954-7.942%2012.08-3.959%2025.882-6.194%2037.767-10.946%202.386-1.312%203.19-3.658%203.24-6.425.048-25.612.089-51.246-.015-76.859v.005ZM99.03%20107.779c-2.568%202.283-4.956%204.75-7.813%206.627-4.138%202.683-8.84%204.497-13.244%206.694-21.656%2010.109-43.184%2022.093-67.33%2026.373-2.678.436-2.922.091-.445-1.091%2016.964-7.707%2033.211-17.269%2047.371-29.179%202.11-1.85%204.007-3.908%205.974-5.896%202.125-2.112%204.468-4.135%207.146-5.468%203.785-1.94%208.131-2.099%2012.29-2.439%205.206-.393%2010.483-.93%2015.786-.967%201.26.042%203.17-.008%203.737.939l.008.02c.38%201.311-2.389%203.342-3.483%204.385l.003.002Zm31.568-34.146v.02c-.105%201.87-10.209%202.532-12.29%202.1-6.032-.74-10.84-4.166-15.942-7.267-6.32-3.866-11.815-8.847-17.925-13.004-6.687-4.591-12.825-9.729-19.512-14.322-2.547-1.703-5.273-3.122-8.1-4.296-7.06-2.943-14.133-5.137-21.712-6.55-.88-.19-3.714-.676-3.535-1.273.486-.953%205.23-1.782%206.77-2.132%207.31-1.534%2014.984-.035%2021.488%203.53%2016.5%208.645%2033.513%2016.75%2049.044%2026.766%204.256%202.903%208.106%206.377%2012.314%209.363%202.242%201.638%204.601%203.162%206.971%204.636.923.567%202.573%201.772%202.434%202.437l-.005-.008Zm78.056%2048.896c-.219%201.416-3.066%202.364-4.407%203.099-10.401%204.694-17.373%2013.42-26.468%2020.062a348.864%20348.864%200%200%200-3.105%202.333c-2.293%201.695-4.527%203.671-7.055%204.744-2.597.99-3.212-.615-2.416-3.101.701-2.17%201.739-4.231%202.615-6.33%201.197-2.701%202.308-5.571%203.77-8.151%201.564-2.892%203.935-4.515%207.115-5.871%202.359-1.038%204.795-1.965%207.196-2.9a424.226%20424.226%200%200%201%2011.901-4.379c1.657-.567%203.285-1.04%205.004-1.194%201.683-.156%205.649-.083%205.85%201.668v.023-.003Z'/%3e%3c/svg%3e");--shape-coral-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%3e%3cpath%20fill='%23D6D6D6'%20d='M239.935%2050.264c-.017-4.125-2.101-7.509-5.263-10.039-5.385-4.253-9.592-9.78-13.684-15.274a441.892%20441.892%200%200%201-12.397-15.846c-5.263-7.052-8.97-8.31-17.567-7.99h-8.315c-2.655.18-8.433-.765-7.904%202.777.162.922.935%202.422%201.668%203.513%201.699%202.645%203.457%205.326%205.088%208.04%207.672%2012.114%2011.161%2027.078%2020.242%2038.195%203.583%204.205%208.108%208.672-1.071%205.797-6.913-2.343-12.82-6.556-18.237-11.166-9.249-7.436-7.092-16.184-8.264-26.618-.703-5.014-2.313-15.77-6.304-18.761-2.953-2.197-6.622-1.693-10.374-1.774-2.446.096-7.09-.481-7.427%202.744-.144%201.577.917%203.989.859%205.135-.005.363-.151.743-.512.862-1.131.398-3.235-.97-4.613-1.502-3.855-1.928-7.947-3.414-12.115-4.53-6.074-1.65-12.217-2.76-18.489-2.87-5.329-.136-10.695.189-16.02.25-2.149.06-7.314-.122-3.497%202.632%204.783%203.314%209.681%206.44%2015.06%208.978%208.023%203.986%2017.743%204.061%2025.015%209.552%207.055%205.369%2011.578%2013.225%2016.705%2020.426%204.929%206.786%2010.379%2013.203%2016.433%2018.983%207.894%207.033-1.275%206.891-6.561%204.636-8.866-3.424-17-8.221-25.209-13.008-5.425-3.135-11.003-6.214-15.601-10.512-2.152-2.009-4.034-4.291-5.796-6.652-7.339-10.243-15.226-20.11-23.777-29.39-2.865-3.328-6.71-5.583-11.2-5.671-1.716-.113-5.037.005-5.568%201.585-.459%201.91%201.043%203.656%201.955%205.258%202.03%203.213%205.095%207.491%206.35%2010.787.737%202.116-.76%202.127-2.908%201.104C68.789%2013.799%2056.914%207.65%2044.32%203.024c-3.993-1.42-8.211-1.932-12.434-1.907-8.164.005-16.332-.028-24.494.013-2.093-.015-4.898.48-5.93%202.109C-.214%206.87%204.89%209.02%207.77%209.922c5.193%201.617%2010.371%203.19%2015.509%204.928%205.576%201.837%206.903%203.107-.078%204.026-4.8.7-9.53%201.48-14.466%201.91-2.025.187-4.28.368-6.006%201.421-4.087%202.606-1.792%207.877%202.098%209.378%204.765%201.86%209.824%203.062%2014.7%204.637%207.214%202.088%2014.611%203.834%2021.25%207.455.817.345%209.925%205.385%205.246%204.24-13.762-4.67-27.277-10.645-41.538-14.021C1.45%2033.604.36%2035.451.167%2038.506c-.01%204.443-.96%2010.352%203.235%2013.282%201.81%201.328%204.435%202.074%206.897%202.948%207.596%202.761%2015.4%205.26%2022.777%208.529%204.082%202.089-.695%203.613-2.857%204.235-6.093%201.804-12.515%203.092-19.11%203.825-3.003.39-5.903.305-8.284%201.741-2.597%201.492-3.091%205.279-1.086%207.448l.028.03c1.5%201.694%204.057%202.092%206.292%202.286%2010.53.877%2021.379.31%2031.349-3.465%206.138-2.403%2012.608-5.767%2019.424-3.96%202.6.576%205.034%201.61%207.443%202.685%202.046%201.018%205.858%202.356%206.883%204.004.635%201.557-2.41%202.099-3.64%202.505-12.4%203.104-25.366%205.986-37.367%2010.335-2.988%201.151-5.752%202.726-8.506%204.336-6.176%203.83-13.145%206.388-19.275%2010.301-4.49%202.973-4.36%208.098-4.268%2013.132.199%202.346-.706%207.675%201.685%208.68%201.164.355%202.578-.35%203.79-.99%206.88-4.069%2014.014-7.96%2021.381-11.366%2014.617-6.932%205.576-.363-.768%204.205-7.25%205.679-15.146%2011.104-22.614%2016.599C.205%20142.696-.1%20147.186.021%20151.336c.005%201.754.03%203.515.053%205.271.196%203.374-.459%206.561%201.678%208.874%203.1%203.631%2018.469-2.996%2019.134.156-.043%202.961-11.056%2011.606-10.272%2014.083%201.4%202.298%206.765.156%208.94-1.497%207.923-6.125%2013.363-15.644%2022.401-20.278%205.617-2.948%2011.757-5.052%2017.575-7.551%205.654-2.512%206.135-1.625%202.267%202.844-8.526%2010.107-20.079%2017.434-30.684%2025.323-1.96%202.005.2%202.267%202.545%202.373%206.176.368%2010.986-1.738%2015.8-5.344%204.017-2.774%208.313-5.059%2012.2-7.967%202.374-1.756%204.62-3.676%206.998-5.43%201.884-1.406%203.827-2.749%205.734-4.124%208.615-6.043%2015.257-14.088%2021.71-22.322%204.097-5.447%2010.189-8.111%2016.178-10.923%209.119-4.278%2018.073-8.995%2027.059-13.485%203.451-1.491%208.811-5.041%2012.477-4.117%203.421%201.754-4.203%209.89-6.191%2011.117-1.426%201.046-3.031%201.839-4.724%202.53-13.13%204.989-26.683%2010.771-36.333%2020.777-2.029%202.053-3.964%204.187-5.964%206.281-2.29%202.568-5.078%204.709-6.98%207.574-2.998%205.082%203.278%203.709%205.929%202.129%206.417-3.527%2013.014-6.929%2019.751-9.932%203.608-1.661%2011.271-5.45%204.755.967-9.522%209.227-21.659%2015.65-33.615%2021.803-4.545%202.391-9.813%204.23-13.855%207.385-2.95%202.582.282%203.099%203.268%203.104%206.31.033%2012.636.002%2018.95.012%204.281-.017%208.524.197%2012.568-1.096%205.835-1.965%2010.839-5.868%2015.778-9.451%207.781-5.898%2014.652-12.666%2020.983-20.028%201.5-1.709%203.095-3.485%204.843-4.888%202.666-2.273%205.395-2.739%204.135%201.635-3.228%208.955-8.252%2017.715-14.616%2024.76-1.492%202.071-10.989%208.088-4.256%208.905%204.25.352%208.783.09%2013.077.163%203.92-.03%207.818.245%2011.391-1.237%205.085-2.167%208.317-7.065%2011.036-11.673%203.593-7.048%205.382-10.993%2012.245-15.629%204.616-3.45%209.487-6.282%2014.954-7.942%2012.08-3.959%2025.882-6.194%2037.767-10.946%202.386-1.312%203.19-3.658%203.24-6.425.048-25.612.089-51.246-.015-76.859v.005ZM99.03%20107.779c-2.568%202.283-4.956%204.75-7.813%206.627-4.138%202.683-8.84%204.497-13.244%206.694-21.656%2010.109-43.184%2022.093-67.33%2026.373-2.678.436-2.922.091-.445-1.091%2016.964-7.707%2033.211-17.269%2047.371-29.179%202.11-1.85%204.007-3.908%205.974-5.896%202.125-2.112%204.468-4.135%207.146-5.468%203.785-1.94%208.131-2.099%2012.29-2.439%205.206-.393%2010.483-.93%2015.786-.967%201.26.042%203.17-.008%203.737.939l.008.02c.38%201.311-2.389%203.342-3.483%204.385l.003.002Zm31.568-34.146v.02c-.105%201.87-10.209%202.532-12.29%202.1-6.032-.74-10.84-4.166-15.942-7.267-6.32-3.866-11.815-8.847-17.925-13.004-6.687-4.591-12.825-9.729-19.512-14.322-2.547-1.703-5.273-3.122-8.1-4.296-7.06-2.943-14.133-5.137-21.712-6.55-.88-.19-3.714-.676-3.535-1.273.486-.953%205.23-1.782%206.77-2.132%207.31-1.534%2014.984-.035%2021.488%203.53%2016.5%208.645%2033.513%2016.75%2049.044%2026.766%204.256%202.903%208.106%206.377%2012.314%209.363%202.242%201.638%204.601%203.162%206.971%204.636.923.567%202.573%201.772%202.434%202.437l-.005-.008Zm78.056%2048.896c-.219%201.416-3.066%202.364-4.407%203.099-10.401%204.694-17.373%2013.42-26.468%2020.062a348.864%20348.864%200%200%200-3.105%202.333c-2.293%201.695-4.527%203.671-7.055%204.744-2.597.99-3.212-.615-2.416-3.101.701-2.17%201.739-4.231%202.615-6.33%201.197-2.701%202.308-5.571%203.77-8.151%201.564-2.892%203.935-4.515%207.115-5.871%202.359-1.038%204.795-1.965%207.196-2.9a424.226%20424.226%200%200%201%2011.901-4.379c1.657-.567%203.285-1.04%205.004-1.194%201.683-.156%205.649-.083%205.85%201.668v.023-.003Z'/%3e%3c/svg%3e");--shape-coral: var(--shape-coral-when-stretched, var(--shape-coral-when-not-stretched));--shape-diamond-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20240'%3e%3cpath%20fill='%23D9D9D9'%20d='M0%2071.139%20120%20.842l120%2070.297-120%20168.703L0%2071.139Z'/%3e%3c/svg%3e");--shape-diamond-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20240'%3e%3cpath%20fill='%23D9D9D9'%20d='M0%2071.139%20120%20.842l120%2070.297-120%20168.703L0%2071.139Z'/%3e%3c/svg%3e");--shape-diamond-1: var(--shape-diamond-1-when-stretched, var(--shape-diamond-1-when-not-stretched));--shape-diamond-2-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='m0%20120.969%20120-120%20120%20120-120%20120-120-120Z'/%3e%3c/svg%3e");--shape-diamond-2-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='m0%20120.969%20120-120%20120%20120-120%20120-120-120Z'/%3e%3c/svg%3e");--shape-diamond-2: var(--shape-diamond-2-when-stretched, var(--shape-diamond-2-when-not-stretched));--shape-diamond-rounded-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20211%20212'%3e%3cpath%20fill='%23D9D9D9'%20d='M10.79%20131.425c-14.06-14.059-14.06-36.853%200-50.911l69.088-69.089c14.058-14.059%2036.852-14.059%2050.911%200l69.089%2069.089c14.058%2014.059%2014.058%2036.852%200%2050.911l-69.089%2069.089c-14.059%2014.058-36.853%2014.059-50.911%200l-69.089-69.089Z'/%3e%3c/svg%3e");--shape-diamond-rounded-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20211%20212'%3e%3cpath%20fill='%23D9D9D9'%20d='M10.79%20131.425c-14.06-14.059-14.06-36.853%200-50.911l69.088-69.089c14.058-14.059%2036.852-14.059%2050.911%200l69.089%2069.089c14.058%2014.059%2014.058%2036.852%200%2050.911l-69.089%2069.089c-14.059%2014.058-36.853%2014.059-50.911%200l-69.089-69.089Z'/%3e%3c/svg%3e");--shape-diamond-rounded: var(--shape-diamond-rounded-when-stretched, var(--shape-diamond-rounded-when-not-stretched));--shape-dome-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M.23%20120.342c0-66.275%2053.726-120%20120-120%2066.275%200%20120%2053.725%20120%20120v120H.23v-120Z'/%3e%3c/svg%3e");--shape-dome-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M.23%20120.342c0-66.275%2053.726-120%20120-120%2066.275%200%20120%2053.725%20120%20120v120H.23v-120Z'/%3e%3c/svg%3e");--shape-dome: var(--shape-dome-when-stretched, var(--shape-dome-when-not-stretched));--shape-flow-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M192.227%2038.264c8.18%201.353%2015.49-4.159%2023.136-6.167%2022.305-7.147%2024.565%208.113%2023.639-22.522-.022-2.126-.032-4.674-1.56-6.245-1.455-1.484-3.981-1.575-6.046-1.589-8.371.201-16.846-.448-25.18.328-6.247.945-9.119%207.24-12.701%2011.71-2.8%203.81-6%207.681-7.353%2012.336-1.632%205.316.169%2010.916%206.059%2012.149h.006Zm46.055%202.115c-14.363-4.923-48.732%204.097-61.589%209.815-3.635%201.958%204.685%201.031%205.812%201.115%207.751-.269%2015.306%201.656%2022.785%203.557%209.053%202.373%2018.149%204.88%2027.494%205.839%207.469.98%207.243-3.415%207.19-9.579-.172-3.256.714-8.48-1.692-10.75v.003Zm-.797%2029.306c-1.525-1.514-3.869-2-6.006-2.3-5.256-.613-10.475-1.464-15.211-2.707-39.465-14.07-45.114-8.3-81.357%207.96-14.47%206.693-30.775%208.578-46.499%206.666-4.478.194-16.53-4.292-18.597.543-1.852%209.936%2026.028%2015.53%2033.401%2018.033%203.127%201.042%206.148%202.424%209.211%203.651%2012.524%204.91%2026.229%205.786%2039.551%206.357%2014.14%201.243%2020.057-.437%2032.97-5.694%209.437-2.867%2018.917-5.466%2027.502-10.325%206.725-4.653%2025.266-3.112%2026.573-11.287.618-3.106.868-8.625-1.538-10.9v.003Zm-170.26%2062.017c26.409-3.515%2052.22%206.413%2076.586%2015.324%2010.591%204.36%2022.264%207.635%2033.789%205.815%2012.339-2.714%2024.283-8.588%2033.908-16.787%206.129-5.574%209.662-13.499%2016.213-18.619%203.463-2.948%208.153-4.679%2010.035-9.002.969-2.123%201.372-5.345-.558-6.94-3.592-1.881-9.112%201.958-12.93%203.023-23.762%2010.111-50.139%2015.005-75.81%2011.33-24.664%201.307-48.429-6.14-69.695-18.35-4.217-2.196-8.282-4.663-12.548-6.755-15.123-7.909-34.313-1.804-44.383%2011.335-7.788%209.23-13.187%2020.755-18.817%2031.47-3.845%209.372-1.584%2019.931-2.159%2029.8.078%201.989-.23%207.238%202.948%205.388%201.407-.784%203.345-2.829%205.16-4.639%2014.919-17.101%2035.076-30.672%2058.263-32.396l-.002.003Zm161.768-5.641c-4.872%205.351-9.469%2012.497%201.987%206.446%204.143-1.812%208.188-4.505%208.559-9.27.097-1.149-.215-2.553-1.138-3.125-3.252-1.232-7.193%203.85-9.405%205.949h-.003Zm-37.277%2034.004c-2.853%204.162%209.166%203.644%2012.683%204.376%204.615.242%2030.079-2.703%2033.749-5.557%202.709-2.996%201.611-8.602%201.729-12.489-.102-9.021-12.451-6.194-22.385-1.093-9.933%205.101-22.919%2010.605-25.773%2014.766l-.003-.003ZM16.5%20172.061c-2.937%204.668-2.961%208.172%203.093%208.164%205.557.032%2011.15.123%2016.71-.078%2012.298-1.071%2024.105-5.638%2036.385-6.935%2011.437-1.549%2022.989-1.339%2034.375.457%2010.443.655%2019.955%204.658%2030.119%206.362%2033.242-.539%2069.102%202.291%20101.227-1.03-50.067-9.598-101.254-16.001-149.591-33.457-26.224-8.392-58.207%202.379-72.318%2026.517ZM4.295%2096.497c12.452-12.051%2027.658-21.912%2044.872-26.154%2035.943-8.153%2070.173%2014.076%2099.871-17.628%2013.284-9.273%2022.243-22.986%2029.889-37.03%201.361-2.596%202.722-5.203%203.976-7.852.808-1.662%201.761-4.307.837-5.622-1.318-1.799-4.234-1.624-6.368-1.675-7.058.507-14.75-1.332-21.41%201.447-2.21%201.162-3.821%203.036-5.437%205.24-10.905%2016.012-28.648%2027.271-47.572%2031.127-8.538%201.726-17.19%201.028-25.865%201.194-20.89-.83-41.323%205.831-56.902%2019.757C13%2065.62%203.224%2071.08.561%2080.85-.266%2084.596.086%2088.878.02%2092.84c.043%203.527.233%207.281%204.274%203.656h.002ZM64.74%2032.93c7.213%202.333%2016.35.526%2023.692-.872%2010.567-1.716%2020.017-6.736%2029.126-12.082%205.203-3.237%2018.895-9.46%2017.883-16.54-.435-.725-1.388-1.146-2.706-1.35-17.354-.43-34.826-.15-52.193-.108C74.186%201.854%2071.834%208%2068.486%2012.23c-2.276%202.846-5.288%205.26-7.35%208.159-3.46%204.781-2.347%2010.58%203.603%2012.54ZM.352%2055.703c.08%201.332-.266%206.041%201.661%205.437%202.038-1.002%204.038-4.07%205.864-5.743%206.64-6.889%2014.537-12.204%2022.586-17.257%205.721-3.936%2011.303-8.108%2016.616-12.575C51.173%2022.008%2068.978.662%2055.25.922c-16.626.105-33.339-.354-49.943.18-1.364.22-2.481.685-3.27%201.487-.8.803-1.257%201.93-1.48%203.316C-.008%2022.462.526%2039.123.35%2055.701l.003.002Z'/%3e%3c/svg%3e");--shape-flow-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%3e%3cpath%20fill='%23D6D6D6'%20d='M192.227%2038.264c8.18%201.353%2015.49-4.159%2023.136-6.167%2022.305-7.147%2024.565%208.113%2023.639-22.522-.022-2.126-.032-4.674-1.56-6.245-1.455-1.484-3.981-1.575-6.046-1.589-8.371.201-16.846-.448-25.18.328-6.247.945-9.119%207.24-12.701%2011.71-2.8%203.81-6%207.681-7.353%2012.336-1.632%205.316.169%2010.916%206.059%2012.149h.006Zm46.055%202.115c-14.363-4.923-48.732%204.097-61.589%209.815-3.635%201.958%204.685%201.031%205.812%201.115%207.751-.269%2015.306%201.656%2022.785%203.557%209.053%202.373%2018.149%204.88%2027.494%205.839%207.469.98%207.243-3.415%207.19-9.579-.172-3.256.714-8.48-1.692-10.75v.003Zm-.797%2029.306c-1.525-1.514-3.869-2-6.006-2.3-5.256-.613-10.475-1.464-15.211-2.707-39.465-14.07-45.114-8.3-81.357%207.96-14.47%206.693-30.775%208.578-46.499%206.666-4.478.194-16.53-4.292-18.597.543-1.852%209.936%2026.028%2015.53%2033.401%2018.033%203.127%201.042%206.148%202.424%209.211%203.651%2012.524%204.91%2026.229%205.786%2039.551%206.357%2014.14%201.243%2020.057-.437%2032.97-5.694%209.437-2.867%2018.917-5.466%2027.502-10.325%206.725-4.653%2025.266-3.112%2026.573-11.287.618-3.106.868-8.625-1.538-10.9v.003Zm-170.26%2062.017c26.409-3.515%2052.22%206.413%2076.586%2015.324%2010.591%204.36%2022.264%207.635%2033.789%205.815%2012.339-2.714%2024.283-8.588%2033.908-16.787%206.129-5.574%209.662-13.499%2016.213-18.619%203.463-2.948%208.153-4.679%2010.035-9.002.969-2.123%201.372-5.345-.558-6.94-3.592-1.881-9.112%201.958-12.93%203.023-23.762%2010.111-50.139%2015.005-75.81%2011.33-24.664%201.307-48.429-6.14-69.695-18.35-4.217-2.196-8.282-4.663-12.548-6.755-15.123-7.909-34.313-1.804-44.383%2011.335-7.788%209.23-13.187%2020.755-18.817%2031.47-3.845%209.372-1.584%2019.931-2.159%2029.8.078%201.989-.23%207.238%202.948%205.388%201.407-.784%203.345-2.829%205.16-4.639%2014.919-17.101%2035.076-30.672%2058.263-32.396l-.002.003Zm161.768-5.641c-4.872%205.351-9.469%2012.497%201.987%206.446%204.143-1.812%208.188-4.505%208.559-9.27.097-1.149-.215-2.553-1.138-3.125-3.252-1.232-7.193%203.85-9.405%205.949h-.003Zm-37.277%2034.004c-2.853%204.162%209.166%203.644%2012.683%204.376%204.615.242%2030.079-2.703%2033.749-5.557%202.709-2.996%201.611-8.602%201.729-12.489-.102-9.021-12.451-6.194-22.385-1.093-9.933%205.101-22.919%2010.605-25.773%2014.766l-.003-.003ZM16.5%20172.061c-2.937%204.668-2.961%208.172%203.093%208.164%205.557.032%2011.15.123%2016.71-.078%2012.298-1.071%2024.105-5.638%2036.385-6.935%2011.437-1.549%2022.989-1.339%2034.375.457%2010.443.655%2019.955%204.658%2030.119%206.362%2033.242-.539%2069.102%202.291%20101.227-1.03-50.067-9.598-101.254-16.001-149.591-33.457-26.224-8.392-58.207%202.379-72.318%2026.517ZM4.295%2096.497c12.452-12.051%2027.658-21.912%2044.872-26.154%2035.943-8.153%2070.173%2014.076%2099.871-17.628%2013.284-9.273%2022.243-22.986%2029.889-37.03%201.361-2.596%202.722-5.203%203.976-7.852.808-1.662%201.761-4.307.837-5.622-1.318-1.799-4.234-1.624-6.368-1.675-7.058.507-14.75-1.332-21.41%201.447-2.21%201.162-3.821%203.036-5.437%205.24-10.905%2016.012-28.648%2027.271-47.572%2031.127-8.538%201.726-17.19%201.028-25.865%201.194-20.89-.83-41.323%205.831-56.902%2019.757C13%2065.62%203.224%2071.08.561%2080.85-.266%2084.596.086%2088.878.02%2092.84c.043%203.527.233%207.281%204.274%203.656h.002ZM64.74%2032.93c7.213%202.333%2016.35.526%2023.692-.872%2010.567-1.716%2020.017-6.736%2029.126-12.082%205.203-3.237%2018.895-9.46%2017.883-16.54-.435-.725-1.388-1.146-2.706-1.35-17.354-.43-34.826-.15-52.193-.108C74.186%201.854%2071.834%208%2068.486%2012.23c-2.276%202.846-5.288%205.26-7.35%208.159-3.46%204.781-2.347%2010.58%203.603%2012.54ZM.352%2055.703c.08%201.332-.266%206.041%201.661%205.437%202.038-1.002%204.038-4.07%205.864-5.743%206.64-6.889%2014.537-12.204%2022.586-17.257%205.721-3.936%2011.303-8.108%2016.616-12.575C51.173%2022.008%2068.978.662%2055.25.922c-16.626.105-33.339-.354-49.943.18-1.364.22-2.481.685-3.27%201.487-.8.803-1.257%201.93-1.48%203.316C-.008%2022.462.526%2039.123.35%2055.701l.003.002Z'/%3e%3c/svg%3e");--shape-flow: var(--shape-flow-when-stretched, var(--shape-flow-when-not-stretched));--shape-flowers-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M236.636%20100.064c-.68-1.596-.104-2.92-1.512-3.737-1.416-.82-3.433-.135-3.913%201.068-.118.09-.236.177-.357.267-.45-.992-2.177-2.192-2.846-.624-.391.958.157%202.225.267%203.113-2.683-.084-5.324.596-6.316%202.225-1.539%202.532%201.7%204.032%204.004%204.004-.439.607-.809%201.05-.801%202.135v.09c.492.382.753.626%201.691.624l2.136-2.403h.533c-.073%202.085-.789%206.271.534%207.474.382.345%201.071.252%201.425.623.497.52.837%201.369%202.045%201.158%203.065-.537%203.478-6.066%203.38-9.786.986-.269%201.747-.736%202.579-1.067%201.955-3.414-2.242-3.74-2.846-5.158l-.003-.006Zm-4.537%2057.909-.09-.177c1.278-1.112%203.276-2.497%203.646-4.447.155-.809-.185-1.599-.443-2.046-1.366-2.36-4.619-.694-6.049.357-1.057-4.509-5.566-2.764-6.049.978-.801.031-1.602.059-2.402.09-2.147.792-1.13%204.88-.624%206.672l-2.579%203.026c-1.514%201.138-3.422%201.478-3.914%203.647-.303%201.332.464%201.952.891%202.759.537%201.011.691%202.231%201.601%202.846%201.751%201.185%204.945-1.984%205.425-3.026l.978-.891c.784%201.697.736%204.316%203.203%204.358%201.503-1.301%202.484-3.953%202.846-6.316%202.481%201.394%2010.673%205.72%2011.207-.801-.236-.623-.475-1.244-.711-1.868-.278-.402-6.445-5.051-6.939-5.158l.003-.003Zm2.759-112.172-.267.177c-1.116-1.11-1.605-6.164-4.358-4.804-1.601.753-1.118%203.18-1.868%204.804v.177c-.568-.466-1.332-1.387-2.402-.8-.703.424-.756%204.832-.444%205.425-.764.938-2.655%201.672-3.914%202.045-1.149%201.885.337%203.152%202.492%203.026-.93%202.22-2.649%205.959-.444%208.007%201.708.374%203.45-.817%203.914-2.225l.267-.177c.511%201.382%202%205.31%204.27%203.824%202.144-1.405%202.832-5.886%202.846-9.342.573.242%201.692.548%202.312.177%201.032-.669-.716-1.138-1.334-1.157l2.579-1.602c1.354-1.81-.879-3.357-2.402-3.557%201.346-1.697%203.548-2.16%203.557-5.248l-.801-.8c-1.66-.72-3.596%201.09-4.003%202.045v.005Zm-8.808%2013.346-.267.177c.168-.509.149-.745.711-.891-.149.236-.298.475-.444.71v.004Zm-5.425-37.094.533.534c-1.567%201.048-6.023%204.77-3.646%207.74%201.663%202.076%205.436-.014%207.116-.711h.09c.076%203.16%201.096%206.53%203.557%207.383%202.579-.076%202.854-4.804%202.936-7.383%201.396%201.118%203.208%205.313%206.226%203.47%203.155-1.928-.439-7.833-2.402-8.628l-1.512-1.602c2.956-2.084%205.793-6.459%205.692-11.474-2.891-3.388-7.586%201.16-8.451%204.004-.149.118-.298.236-.444.357-.008-3.006-.534-7.235-3.647-7.207-.665.669-1.073.765-2.135.891-.694%201.073-.851%202.464-.8%204.357h-.09l-2.313-.71-2.579-1.425c-.682.15-1.362.298-2.045.444-2.548.433-4.161-.508-4.537%202.046-.425%202.874%207.262%205.616%208.451%207.917v-.003Zm15.21-8.007c-.149.503-.298%201.008-.444%201.511-.444.118-.89.236-1.334.357l1.778-1.868Zm-5.071%20156.649c-.761.373-.952%201.298-1.601%201.778-1.11.823-2.529.854-3.203%202.135.095%201.441.829%202.023%201.157%203.203.397.281.708.438%201.425.444.011%201.45.643%202.52%201.958%202.669.278-.127%202.635-1.753%202.759-1.958l.624-1.869c.941-1.438%202.888-1.657%203.736-3.379-.003-2.096-4.899-3.473-6.849-3.026l-.006.003Zm6.316-36.027c-1-.969-1.694-2-3.113-2.579a417.17%20417.17%200%200%200-1.691-.444h-.177c.868-.955%205.175-1.888%204.537-3.913-.433-1.38-4.079-.753-5.158-.357h-.267c.157-2.231%201.07-4.765-.624-6.049-2.866.214-4.779%202.942-5.959%204.891l-.624%201.335c-.303.157-3.669-.913-5.158-.534%201.27-3.197.365-5.95-.89-8.541%202.475-1.416%207.493-.047%208.628-2.846%201.382-3.405-4.622-3.804-7.561-3.736.309-1.616%202.416-3.372%201.602-5.159-.368-.598-.981-.275-1.602-.623-.326-.357-.652-.711-.977-1.068-1.06-.702-2.931-.05-3.737.357-.118-.298-.236-.593-.357-.891-.298-.149-.593-.297-.89-.444-.745.175-.753.759-1.158%201.245-1-1.604-2.071-3.506-3.914-4.27-.845%200-1.267.309-1.511.89-.511.166-1.593-.559-2.492-.09-.874.531-.697%202.532-.357%203.557%201.276%202.756%202.551%205.515%203.824%208.274.323%201.377-.961%202.265-1.335%203.113-.623%201.896-1.244%203.796-1.868%205.692l-.978%202.045c-.196.975.45%201.579.801%202.046%203.183.778%205.08-1.534%207.293-2.313l1.068-1.067c.604%201.211%201.542%203.146%202.759%203.736.388.61.129%201.172.09%202.313.444.503.831.98%201.511%201.244l.177.267c-2.649.868-6.15-.028-8.094%201.335-.135.46-.255.91%200%201.334.509%201.028%201.691.43%202.669.978l.801.891c1.579%201.118%203.944%202.028%206.226%202.312-.335%201.851-3.838%208.111%200%208.718%202.292.362%204.444-3.538%205.425-3.47%202.32%201.562%205.411%205.714%209.075%202.936.696-2.678-1.897-5.667-3.737-6.406-.09-.118-.177-.236-.267-.357%203.394-1.135%208.024.298%208.007-4.357l.003.005Zm-7.027%208.005.624.71c-.385.284-.787.054-1.245-.089l.624-.624-.003.003Zm-3.559-1.422.8.624c-.272.078-.612-.343-.8-.624Zm2.048-72.676c-1.59.04-2.68%201.225-2.936%202.58-.09.058-.177.117-.267.176-.073-1.888-1.07-5.461-3.29-5.07-1.694.297-2.815%203.528-3.026%205.337-1.36-.913-2.832-2.582-4.891-1.958-1.652%202.329.902%203.293%202.045%204.624h.177c-1.733%202.1-4.262%202.728-3.38%206.583-.901%201.155-.856%201.947-.533%203.647-1.225-.697-2.411-1.546-4.181-1.692.194-3.23%204.175-7.113%201.778-10.319-2.292-3.068-7.636%203.119-8.184%204.891-.691.08-.924-.48-1.868-.533-.444.416-.89.831-1.334%201.244-2.703-.463-7.114-2.45-8.541.711-.441.98-.014%202.293.444%202.936.525.736%201.393.997%202.045%201.601-.416.565-.832%201.127-1.245%201.692-1.581%202.674-.663%205.546%202.58%205.782v.09c-.849%201.323-3.344%204.587-1.245%206.315%201.941.352%203.975-.682%205.338-1.334.354.69.756%201.388%201.691%201.511%201.737.526%203.49-3.767%203.47-5.692%203.369%201.152%205.973%209.156%2010.94%207.117%204.723-1.939-2.697-7.65-3.737-8.985%201.981-.472%203.833-2.172%202.67-4.624v-.09c1.025.36%201.834.913%203.202.977-.154%201.054.059%201.765.357%202.492.43.245%201.017.298%201.779.267.224.83.713%201.175%201.778%201.158.545%203.916%201.34%204.871%203.293%207.206%204.366-.441%204.644-6.422%204.537-11.387%201.714%201.253%204.686%204.139%207.56%202.225.913-.606%201.369-1.185%201.335-2.758-.565-.711-1.127-1.425-1.691-2.136-1.051-.792-2.397-1.191-3.203-2.225h-.177c.997-1.253%203.003-1.702%203.557-3.38.252-.767-.152-1.345-.357-1.868-.958-2.453-2.051-3.914-5.425-3.914.261-1.581-.003-2.663-1.068-3.202l.003.005Zm-23.575%209.519c.436-.706.984-1.523%201.779-1.869-.382.83-.787%201.647-1.779%201.869Zm-6.582-34.605c-.717%202.852%203.059%207.395%204.714%208.628-.469%201.616-2.663%201.32-1.424%204.004-1.02%201.427-1.458%203.632-.267%205.158%202.447.632%203.422-.854%204.714-1.868.239%202.079.638%205.413%201.958%206.492%202.371%201.942%204.723-1.138%205.159-3.203%202.354.967%206.178%202.077%207.917-.266%202.219-2.99-.829-8.359-3.113-9.252l-.09-.177c1.385-1.694%205.071-2.307%204.27-5.515-1.323-.916-3.34-.514-4.804.09.86-1.961%202.284-3.38%201.778-6.226-2.551-1.568-5.369%201.947-6.048%203.737l-.177.09c-1.203-3.231-1.206-3.68-3.914-5.426-.551-.354-.688-.845-1.512-.977l-.977.09c-.953%201.62-.941%204.439-.891%207.026-2.638-.275-5.304-5.206-7.293-2.402v-.003Zm19.394%2016.278c-.236.06-.475.118-.711.177l-.09-.177h.801Zm-21.083%20110.037c2.768-1.225%206.403-1.113%206.406-5.158%202.913-.219%204.807-5.715%205.158-8.718h.09c1.683%201.306%203.414%202.984%205.782%203.557%202.217.536%204.253-1.29%203.557-3.824-.683-.919-1.366-1.837-2.046-2.759l-.89-.891c2.329-.826%205.554.087%205.515-3.202-1.582-1.829-4.785-2.636-8.184-2.58.638-.803%202.219-1.89%201.868-3.292l-.534-.801c-1.548-.39-2.804.329-3.913.891-.72-1.686-.649-4.751-2.046-5.782-1.708-1.262-4.877%201.907-5.515%202.936-.562%201.719-1.126%203.438-1.691%205.158-1.191.652-2.764-.214-4.447.177l-2.759.978-4.091.266c-.261.402-.475.708-.534%201.335.922%202.191%204.672%201.093%206.049%202.846l-1.691%202.225c-.239.885.171%201.646.444%202.045%201.497%202.197%205.161.385%206.582-.89l.267-.09c1.183%201.927%201.47%205.248%201.425%208.361h-.09c-2.357-1.107-5.498-1.582-8.985-1.512-.149-1.157-.298-2.312-.444-3.469-.444-1.082-3.543-3.782-5.425-3.026-1.017.41-.86%201.896-1.245%202.135l-1.067-.09c-2.085.332-2.554%201.52-2.492%204.004-2.779-.037-9.474.587-10.674%201.958-2.514%202.866%203.406%205.678%205.782%205.872l.09.177c-4.028%202.891-1.264%207.56%204.181%205.248h.09c-.208%202.655%201.466%207.237%204.624%205.338%201.883-1.132%201.028-4.869%202.759-6.049%201.506%202.102%205.465%206.417%208.985%204.091.635-.419%201.284-.885%201.511-1.692.677-2.385-1.565-4.079-2.225-5.605l-.177-.177v.009Zm4.358-146.95-.267.177c-1.708-1.47-6.493-9.564-10.14-6.94-.842.607-.708%202.655-.356%203.737.736%202.253%201.531%204.647%202.669%206.582.444.683.89%201.363%201.334%202.046l2.225%202.225c-1.008.918-2.017%201.837-3.026%202.759-1.351%201.876-3.385%207.81-.356%209.251%203.138-.008%207.619-5.326%208.451-7.74l3.112.8c2.894.914%2013.497%204.749%2013.7-1.157-2.054-2.607-5.412-4.689-9.873-4.804l-.09-.09v-.09c2.675-1.022%209.923-4.189%207.206-7.74-2.523-.63-4.624.894-6.582%201.691.826-1.753%202.939-8.855.09-9.872-3.737-1.335-7.204%206.813-8.094%209.162l-.003.003Zm10.319%20148.018c.07-2.11.16-4.858-1.068-5.693-2.337-1.59-4.337%202.546-4.624%204.181-1.939.461-3.942-.27-4.981%201.245-1.815%202.643%201.213%203.655%203.823%203.556-.053%201.107-.255%202.504.09%203.47%201.34%203.748%205.327%203.329%205.872-.89%201.815-.135%203.248-.009%204.181-.978.587-2.787-.804-4.726-3.29-4.891h-.003Zm-18.146-158.16c.081%201.033.488%201.43%201.244%201.778%201.155-.014%201.309-.425%201.868-.978.885%201.287%201.607%204.515%204.091%203.824%201.419-.573%201.59-2.563%201.512-4.625%202.028-.452%204.009-.7%204.891-2.312-.003-.994-.464-1.48-1.335-1.601%201.245-1.436%203.273-1.644%203.38-4.27-.298-.504-.593-1.01-.89-1.512-2.001-1.43-6.179-.023-8.184.357-1.037-1.119-.981-2.67-3.203-2.67-.795.888-1.113%202.167-1.425%203.557-.177.06-.357.118-.534.177-.809-.654-1.056-1.843-2.312-2.045-2.708-.921-1.725%203.048-.977%204.09-.919.855-1.886%201.299-2.313%202.67-.977%203.127%201.703%204.574%204.181%203.557l.006.002Zm10.94%20116.441c-.883-2.368-7.01-2.095-9.429-1.157h-.624c.565-3.38.59-4.391-2.225-5.515-.528-.211-1.239-.666-2.045-.357-2.45.938-2.419%204.58-4.091%206.316-2.18-.925-3.124-2.827-5.158-3.824.385-.742.77-1.483%201.158-2.225.699-2.045.033-4.807-.09-6.939%204.947%201.326%209.411%203.141%2014.766%204.18%202.284.444%205.979.205%207.027-1.157.975-1.265.323-3.102-.534-4.004-1.91-2.012-6.476-4.487-9.341-5.425%201.489-1.79%207.02-3.037%206.759-6.226-.371-4.551-10.389-1.674-12.721-.711h-.09c.831-2.91%203.321-9.546.09-11.74-2.728-1.855-7.03%204.256-7.384%206.315-.118.09-.236.177-.356.267-.987-1.953-4.692-6.678-4.091-9.518l.801-2.58c2.688%201.208%205.835%205.496%209.428%202.76.593-2.288-1.947-4.763-3.646-5.339-.203-.34-.332-.598-.357-1.157%202.52-.07%207.594-1.942%206.849-4.982-.702-2.865-7.226-4.062-11.207-2.935h-1.244c-.478-6.288-6.796-8.097-7.294-.801-.385.236-.77.475-1.157.71-.978-.148-1.958-.297-2.936-.443-2.099.36-1.543%202.287-.801%203.557l-1.868.977c-.309.41-.455%201.234-.267%201.869.75%202.517%203.829%201.727%205.782.89%201.393%201.138.034%206.223%202.579%208.094-.003%205.636-.115%2010.733%201.245%2015.124-1.841.683-3.92.989-2.846%203.647-1.259%201.652-8.98%208.729-4.715%2011.386%203.197%201.992%205.223-2.219%207.117-3.025.859-.118%201.719-.236%202.579-.357-.076%205.082-.051%209.715%204.357%2010.319-.222.708-.764.933-.977%201.512-.812%202.216%202.174%203.722%203.023%204.804-2.97.087-8.831%201.435-8.541%204.447.396%204.088%206.346%202.501%208.718%201.335-.354%202.093-1.383%203.557-1.425%205.872h-.09c-2.716-2.032-5.661.637-7.56%201.868-1.349-6.459-8.563-6.897-8.361.89h-.09c-1.452-.612-4.529-2.506-6.583-1.334-2.862%201.635.155%206.251%201.959%206.939.118.149.236.298.356.444-1.899%201.043-8.925%208.103-4.891%2010.586%203.276%202.018%207.274-5.135%209.429-6.138l.623-.624c.826%201.818.849%205.029%202.492%206.049%203.779%202.349%206.016-4.304%205.959-7.65l2.846.267%201.779%201.778c1.497%201.124%205.234%202.16%206.582.177%202.45-3.596-5.529-7.187-8.361-7.473%201.276-1.394%202.551-2.787%203.824-4.181l.177-.177c.649%201.644%202.633%202.099%204.358%201.158%202.138-1.166%204.975-4.161%205.782-6.583l.177-.09c1.41%201.017%207.228%208.125%209.608%204.625%201.601-2.358-4.161-7.437-5.158-8.718%202.292-.562%2011.389-3.035%2010.319-5.782l.006.005Zm-8.005-14.143c-.118.161-.095.051-.177.09l.177-.09Zm-40.386%2044.211c.177-.357.357-.711.534-1.068.118-.09.236-.177.357-.267.149.09.297.177.444.267-.352.483-.762.798-1.335%201.068Zm35.849-107.992c-.118.09-.236.177-.357.267-3.346-5.04-4.911-.005-6.226%203.026v.177c-1.281-.399-4.056-2.829-5.604-1.958-.571.267-.669.62-.891%201.245-.978%202.753%203.45%202.983%204.447%204.537-2.211.626-4.335%202.91-2.759%205.425-.932%201.18-4.652%205.35-1.958%207.206%202.259%201.554%206.083-2.31%206.583-3.823.118-.09.236-.177.357-.267.084%202.157.868%205.085%202.579%205.605%202.806.854%204.068-3.686%204.357-5.605%202.858%201.469%204.965%203.652%208.184%204.714%202.175.716%203.827-.169%203.824-2.312-.444-.652-.891-1.304-1.334-1.958-.846-1.074-3.799-3.24-5.072-3.824-.415-.444-.831-.89-1.244-1.335%201.978-1.014%204.675-5.487.801-6.405.146-1.959%201.876-3.481%201.067-5.692-1.087-2.973-5.962-1.023-6.76.977h.006Zm-10.319-28.465c-1.149-.472-1.638-1.619-2.492-2.402l-1.425.356c-.893%201.48-.368%203.838-.089%205.605l-3.38-.623c-2.922.505-2.467%204.68-1.335%206.76-.618.92-1.582%201.831-1.778%203.112-.607%203.936%204.234%201.663%205.425.89.177.416.357.832.534%201.245.556.365%201.107.368%201.778.09.568.86%201.211%201.9%202.579%201.958%201.242-.497.995-1.008%201.512-2.225.241-.27.618-.292%201.157-.267.475-.665.495-1.2.09-1.958l.177-.177c.742%201.009%202.543%203.13%203.824%203.47.896.236%201.441-.298%202.045-.444.773-1.22.104-2.871-1.067-3.38l-.978-1.067c1.82-1.194%204.748-1.279%204.804-4.27-1.969-1.83-3.557-1.004-5.692.09-.149-1.217-.298-2.431-.444-3.648.632-3.894%201.267-6.374-2.312-7.74-2.25.925-1.562%202.914-2.936%204.625h.003Zm-8.361%2017.435c-2.616-.643-4.206%202.012-4.892%203.824-2.376%201.624-5.843-2.947-8.807-2.402-.868.16-1.821%201.2-1.512%202.492l1.602%202.669c.123.733-.425%201.096-.534%201.601l.177%201.779c-.334%201.478-1.183%201.16-.444%203.026%201.306.767%202.95-.245%204.18.444h.177c-.056%202.19-2.289%204.618-.8%206.672%201.416%201.953%205.554-2.158%206.405-2.58l.534-.533c.826%202.073%205.453%207.375%207.917%203.737%201.357-2.006-1.944-6.198-2.135-8.541%201.852-.05%202.846-.894%204.271-1.335%202.227-.688%207.712-1.475%206.939-4.804-.823-3.537-9.746-1.222-11.921-.357h-.267c.256-2.362.18-4.292-.89-5.692Zm-6.406-25.62c-.621.827-2.172%202.877-.357%203.557%201.703.638%202.113-1.671%203.38-2.045.149.09.298.177.444.267.756%201.39.056%203.33%201.335%204.18%202.424%201.616%204.132-2.25%204.27-4.09h.09c1.41.966%204.29%202.79%205.515.267-.104-2.006-1.644-2.301-1.958-3.914-.031-.118-.059-.236-.09-.357%202.166-.784%204.79-.972%204.891-3.823-1.73-2.195-3.953-3.023-8.007-2.936-.382-1.596-1.402-6.004-3.914-4.358-1.373.9-1.463%202.756-2.492%204.004-.896-1.256-3.354-5.12-5.871-4.18-2.001.744-1.099%204.767.356%205.424l.624.711c-1.323.638-1.259%201.607-2.045%202.76-.385.415-.77.83-1.158%201.244-1.216%202.877%202.467%203.382%204.982%203.29h.005Zm.357%20121.778c2.939.961%203.147-4.2%204.18-5.692.537-.773%201.737-1.042%202.58-1.512.196-.519.365-.907.356-1.691-.879-.638-2.975-1.006-3.646-1.868-.944-1.211-.486-3.172-2.402-3.47-1.599.837-1.144%202.321-2.136%203.737-.859.651-1.719%201.303-2.579%201.958-.365%201.683.621%202.93%201.869%203.29.769%202.301-.413%204.366%201.778%205.248Zm.624%2031.225c-1.672-1.355-1.222-4.701-3.113-5.872-2.894-1.79-3.877%202.124-3.824%204.804-2.27-.042-3.074%201.551-2.492%203.557-2.101.511-4.138%201.115-4.447%203.47.713%201.359%201.899%201.935%204.003%201.601-.09%203.531%202.953%202.691%204.625%201.511%202.635%203.526%204.902%201.754%204.714-2.935%202.172.932%203.433.738%204.714-.891.357-.385.711-.77%201.068-1.158.694-2.191-3.158-4.722-5.248-4.09v.003Zm-13.699-56.131%201.601-.177c.812.101%201.762.129%202.312-.267.632-.455.795-1.309%201.158-2.045.564-.399%201.955.8%202.669.977%201.494.377%202.599-.449%203.38-1.067.536-2.138-.866-3.119-1.512-4.538l-.357-.356c2.256-1.335%205.748-.812%205.782-4.448-1.197-1.537-2.166-2.728-4.891-2.759.43-.983%201.379-2.315%201.067-3.823-.511-2.481-4.129-1.964-5.958-1.068-.433-2.107-2.487-3.801-4.181-1.691-.478-.54-.641-1.085-1.245-1.512-2.264-.492-2.511%201.542-2.402%203.737-1.132-.59-2.747-1.034-3.913-.177-.571%202.23%201.011%203.363%201.958%204.624-3.158.624-6.861%201.439-8.274%203.824-1.821%203.079%202.343%204.489%205.071%204.18v.09c-.669.877-3.014%203.026-2.045%204.715%201.809%203.846%206.622-1.518%208.007-2.136-.07%201.956.23%203.602%201.778%203.914l-.005.003Zm-2.049-92.334c-1.789-1.495-1.446-3.874-4.804-3.47-.716%201.06-.553%202.748-.09%204.004-2.273%201.02-10.288%201.79-7.74%205.959.748%201.222%202.9%202.253%204.004%203.736-1.442%201.849-1.641%205.864%202.312%205.071%201.587-.32%202.818-1.3%204.18-1.958.481.554.506%201.191%201.245%201.512%201.512.733%204.299-1.557%204.624-2.67%202.498%201.956%206.091%208.556%2010.764%204.892%203.452-2.708-2.838-8.67-4.982-9.342l-.177-.267c2.863-.62%206.611-1.57%206.673-4.98-3.127-2.956-5.467-1.734-9.429-.357h-.09c.13-5.091-5.759-7.985-6.492-2.136l.002.006Zm2.403%2044.12c-3.928-.073-8.227-.475-10.674%201.335-2.983%202.205.02%205.531%202.669%206.049l.09.177c-1.669%201.016-6.751%204.22-5.248%207.206%201.18%202.346%204.903.255%206.406-.267-.618%201.444-1.669%203.759-.09%204.981%202.778.565%204.975-2.298%205.338-4.447l.177-.09c1.194%201.955%202.329%208.805%206.316%206.226%202.809-1.815-.172-8.977-.978-11.297.891-.236%201.778-.475%202.669-.711.95-.503%201.899-1.009%202.846-1.512.995-.317%202.495-.1%203.203-.71.444-.383.525-1.231.534-2.046-2.032-1.902-1.301-.27-3.29-1.067l-1.602-1.512a727.57%20727.57%200%200%200-2.759-1.244c.838-2.279%201.574-6.257-1.067-7.027-2.894-.843-4.456%203.54-4.538%205.959l-.002-.003Zm-19.392%2089.668c2.054%201.7%204.695-.599%205.159-2.492l.267-.177c1.143%202.579%203.143%207.268%207.026%206.405%201.854-3.101-.202-7.138-.534-10.406%203.529.065%2011.854-1.388%2010.853-4.804-.671-2.295-6.647-2.562-9.962-2.492.031-.86.059-1.72.09-2.579%202.652-.7%204.329-3.453%204.714-6.406h.09c1.447%201.076%207.951%207.372%2010.319%203.914%201.77-2.582-2.795-5.524-3.556-7.027l-.357-.357c1.32-.57%203.697-.696%204.537-1.778%203.692-4.762-5.47-7.243-9.075-7.65-.677-1.433-2.357-4.574-4.804-2.936-.652.683-1.303%201.365-1.958%202.045h-2.135c-1.352.264-2.714.874-3.647%201.602-3.13%202.441.961%206.593%203.026%207.56-.042%201.52.227%202.408%201.067%203.026l-.71%203.913c-.703.661-1.481%201.47-2.225%202.046-1.068-4.206-2.97-6.518-7.918-5.072-1.275%202.257.47%206.277.711%208.628-1.371-.261-2.36-1-3.913-.623-.329.508-.551.882-.534%201.778-1.815-.166-3.86.028-5.605.09.98-1.913%202.599-4.223%201.778-6.849-3.065-2.203-5.591%202.138-7.56%203.112l-.534.534c-.725-1.174-1.23-2.548-2.492-3.203-.86.093-1.093.408-1.601.801-.545-.89-.815-2.076-1.245-3.113-1.466-.435-2.621.16-2.669%201.692-1.393-1.431-1.287-3.653-3.203-4.625-.708.045-.848.245-1.334.444-1.7%203.082%202.334%2010.735%203.203%2013.342-1.607%201.029-3.524%201.104-4.805%202.402-2.051%202.079%200%204.889%202.225%205.425-.969%202.375-1.416%204.251-.533%207.117.177.118.356.236.533.357%202.422-.219%204.209-2.161%205.872-3.29%201.354%201.801%204.2%202.396%205.159-.177%202.801.5%205.585%205.335%208.717%204.09%204.383-1.739-2.216-9.945-3.29-11.473%203.15-.838%205.763-1.987%208.184-3.47.425%201.598%201.296%202.275%202.136%203.38-.871%202.315-1.366%205.723.533%207.293v.003Zm.801-96.961c1.97.418%203.712-.138%205.071-.801h.09c-.452%201.686-1.27%204.973.267%206.139%202.301%201.744%204.65-1.163%204.804-3.38l.177-.09c1.329%202.144%206.62%203.945%207.474.09.8-3.624-2.936-6.324-3.914-8.451l-.267-.267c2.481-1.674%207.319-3.725%207.473-7.56-2.952-2.726-5.725-.72-8.984.533h-.09c.07-2.727.115-7.978-2.846-7.473-2.532.433-2.886%204.85-3.647%207.027h-1.778c-1.88.528-.686%201.464-1.335%202.936-.357.385-.711.77-1.068%201.157-.753%201.568%201.405%203.212%201.959%204.27-2.037%201.86-6.097%201.981-3.38%205.873l-.006-.003Zm20.639%20111.191c-1.596-2.09-3.285-2.843-7.117-2.759.545-1.964.7-5.633-2.312-4.714-.829.503-1.66%201.008-2.492%201.511-1.239-.121-1.731-.924-2.579-1.424-2.565-1.509-3.627%201.272-4.091%203.29-4.045.3-7.804%202.95-3.646%205.959-.158%203.042-1.54%205.801%203.292%205.071.29%201.66.278%204.065%201.425%204.891%202.694%201.941%204.262-1.846%204.447-3.824%201.009.503%202.017%201.009%203.023%201.512%204.709%201.208%206.808-2.124%205.248-5.692%202.096-.5%204.436-1.599%204.805-3.824l-.003.003Zm-18.77-150.954c.221.584.758.905%201.334%201.157%202.776%201.217%204.627-3.084%205.425-4.89%204.931.083%2010.564-1.155%2011.831-4.715%201.34-3.76-4.15-3.624-6.673-3.38l-.09-1.691c-.559-.337-5.22-1.453-6.048-.978-.714.329-.939%201.14-.891%202.225-.759.017-1.068.186-1.601.357l-.624.978c.084%201.447%201.006%202.545.357%204.09-.658%201.568-3.959%204.386-3.023%206.85l.003-.003Zm-29.177%2021.973-3.914%201.601-.267.177c-1.666-.94-3.983-5.602-7.116-3.47-4.27%202.908-.261%209.854%203.026%2010.94l.177.268c-1.776%201.447-5.156%207.53-2.936%2010.406%201.849%202.397%205.928-1.093%206.406-2.669l.266-.177c1.076%202.172%203.068%205.04%205.692%205.605v.09c-2.77-.295-5.585%202.382-3.913%205.158%201.382%202.296%205.181%204.313%208.628%204.448l.09.177c-.874%202.11-2.967%206.107-1.425%208.717%202.166%203.661%206.372-.075%207.117-2.758%202.582%201.71%203.849%207.636%207.65%207.65v.09c-1.916.3-6.729%202.907-5.425%205.425.61%201.433%202.913%201.843%204.981%201.511-.598.818-2.085%203.06-.711%204.18%201.81%201.476%204.701-.654%205.158-2.044.149-.118.298-.236.444-.357%202.026%204.484%205.378.326%205.605-3.026%201.81%201.441%202.49%204.133%204.805%205.071%201.899.77%203.337-.47%203.379-2.225l-.71-1.335-.978-.71c-.031-.444-.059-.891-.09-1.335-.624-.444-1.245-.89-1.868-1.334l-.09-.177c2.037-.944%203.444-4.02.623-5.159-1.227-.494-3.214-.418-4.891-.356-.163-2.273-1.368-7.08-4.09-6.493-2.363.508-2.664%204.315-2.58%207.293l-3.469.978c3.354-2.191.646-8.903-.444-11.654v-.09c4.099.624%209.375%201.102%2010.586-2.492-.247-2.438-3.768-3.877-6.049-4.357.967-1.22%203.737-2.172%203.203-4.715-.711-3.388-6.681-1.163-7.827.357l-.267.09h-.09c.32-1.826%202.284-7.968.177-8.985-.77-.278-3.355.295-4.004.711-1.284.826-1.18%203.175-1.868%204.625l-1.334%201.511-2.226%205.338c-2.405-.994-4.329-3-7.026-3.47%201.23-.463%202.29-.306%203.203-.977%203.152-2.324-.25-5.965-1.158-8.094%204.855-.163%209.176-2.141%2011.03-5.426-.334-3.871-7.456-3.554-11.474-3.112.93-3.335.967-6.791-4.003-5.426l-.003.006Zm-8.364%204.268c-.09-.15-.177-.298-.267-.444l.267.177v.267Zm42.966%2066.45c-2.872-3.344-7.24-2.995-11.654-1.245h-.09c.126-2.672.795-6.383-1.068-7.65-2.804-1.908-6.127%204.009-6.672%205.959l-.177.09c-1.312-1.964-2.739-4.583-6.049-4.538-2.158%202.248.784%206.277%201.158%208.541-4.161-.034-11.545%201.88-12.008%205.248-.526%203.816%205.065%203.262%208.541%203.203-.225.902-.967%202.602-.357%203.647l.89.978c.63%201.399.045%203.478%201.158%204.357%203.515%202.784%208.35-3.383%209.429-5.692.972.23%201.23.992%202.045%201.335%201.053.441%202.36.356%203.203.977%201.424%201.048%202.303%204.318%205.338%203.113%204.72-1.874-1.287-9.698-3.47-10.586l-.801-.891c3.768-1.671%2010.46-1.584%2010.586-6.849l-.002.003Zm-8.184%2013.699c.118.149.236.298.356.444l-.09.356-.443-.177-.177-.266.356-.357h-.002Zm-5.249-89.488c-.415-.326-.831-.652-1.244-.978-1.697-.82-4.214.54-4.714%201.602-1.394.578-2.464-.75-3.914-.267-1.472.489-2.124%203.329-.267%203.913-.084.801-1.169%202.551-.267%203.557.778%201.506%203.683.497%204.804%200%20.593.787.936%201.832%201.245%202.936.643.318%201.399.377%202.312.267.548%202.658%203.262%208.17%206.583%205.515%202.357-1.885.317-6.81-.09-9.252%202.118-.511%203.891-1.845%204.091-4.27-1.22-1.745-1.799-2.933-4.358-3.38-1.394.118-2.787.236-4.181.357Zm-16.188-11.03c.585%201.287%202.753%201.548%204.625%201.244-.458%202.754-.624%206.263%201.244%207.65%202.916%202.167%205.861-1.19%206.226-3.913h.09c1.455%201.554%204.009%205.02%207.383%203.113%202.386-1.349%201.194-5.122-.977-5.872a69.672%2069.672%200%200%201-.444-.534c1.216-.424%202.804-.446%203.469-1.424%201.807-2.652-3.933-6.33-5.959-6.673l-.177-.267c3.282-1.323%207.403-3.905%207.384-8.45-.812-.812-1.245-1.925-2.402-2.403-3.119-1.286-6.209%202.745-8.361%203.47l-1.959%201.958c-.719-1.272-.55-3.422-1.601-4.357-3.113-2.776-3.787%202.467-4.624%204.09l-.891.978.267%202.046c-.149%201.157-.298%202.312-.444%203.47-.149.592-.298%201.185-.444%201.778-.697.963-3.619%201.89-2.402%204.09l-.003.006Zm14.233%20145.172c.714-.908%202.043-1.45%202.492-2.579.295-.742.135-1.664-.177-2.225-1.531-2.754-6.987-.579-9.075.266-.682-1.109-.491-2.536-1.511-3.292-2.118-1.568-4.304.885-4.891%202.402-1.453-.717-4.479-2.832-6.583-1.512-1.658%201.04-1.461%204.448.444%205.071l.177.267c-1.422%201.017-7.058%205.701-4.004%208.007%203.31%202.498%206.235-1.475%208.718-2.312.149.09.298.177.444.267.489%201.253-.511%203.453.357%204.714%201.879%202.737%205.633-1.944%206.316-3.289%203.295%201.413%2011.547%203.629%2011.563-2.492-1.247-1.599-1.885-2.776-4.27-3.293Zm-7.116-76.233c-2.31-.736-2.83%201.217-3.914%201.958-.86.385-1.719.77-2.579%201.158-.371.548-.059%201.306.09%201.778.744.554%201.801.093%202.225.444.444.8.891%201.602%201.334%202.402%202.026%201.722%205.271.174%205.782-1.868.565-.118%201.127-.236%201.692-.357l.177-.978c-.492-.323-.871-.6-1.692-.623-.598-1.593-1.469-3.391-3.113-3.914h-.002Zm-25.62%2018.501c3.706%201.503%204.619-3.914%205.515-6.049.419-.995%201.141-1.762%201.424-2.936%202.273%201.045%208.527%207.982%2011.741%203.736%202.265-2.992-2.599-6.349-3.47-8.094l-1.601-1.601c2.849-1.93%208.566-2.088%208.628-6.76-.385-.444-.77-.89-1.158-1.334-1.067-.548-3.112-.04-4.09.177-3.506.778-6.586%201.758-9.786%202.579-1.677-1.31-3.537-4.212-6.492-3.29-.787%201.146-.745%202.868-.534%204.624-2.804.593-9.398%201.088-8.541%204.982.573%202.601%205.035%202.143%207.917%201.958-.719%202.998-3.332%2010.476.444%2012.008h.003Zm-10.32-93.489c-1.46%203.478%203.892%205.821%206.316%206.316-.887%201.542-2.47%202.29-2.936%204.27-1.106%204.706%201.858%205.667%204.892%203.647%201.492%206.996%206.44%203.45%207.56-1.335l.177-.09c2.818%202.043%205.608%204.077%209.162%205.426%202.41.916%204.492.129%204.447-2.58-.918-1.424-1.837-2.846-2.759-4.27l-3.736-4.714-.978-.978c1.613-.989%207.352-5.077%205.692-8.007-1.944-3.428-7.234-.638-9.695.357h-.09c.059-2.973-.832-8.347-4.358-6.94-2.773%201.107-2.615%204.906-3.824%207.65v.178C91.427%2013.456%2086.02%2012.22%2084.432%2016l.003.003Zm13.967-1.958-.177%203.47-.534.533h-.09c-.421-1.216.095-3.3.8-4.003Zm7.116-6.049c.298.503.593%201.009.891%201.511.96%201.262%203.891%201.475%205.248.444l.623-.977-.089-2.846c.222-.936.809-1.447.8-2.76-.98-1.165-3.447-4.486-5.959-2.758-.444.624-.89%201.244-1.334%201.868-.992.739-2.748.89-2.312%203.026.283%201.396%201.334%201.65%202.135%202.492h-.003Zm-13.342%2056.13c-1.913%201.428-1.475%205.01-3.203%206.583-3.588-1.427-8.563%201.16-9.696%203.47-1.171%202.385%201.17%204.175%203.38%204.18-1.062%201.563-4.869%204.681-2.846%207.384%202.641%203.526%207.642-1.686%208.274-4.09l.267-.178c2.453%203.546%207.482%204.549%208.628-.977%202.652%201.497%205.762%206.995%209.962%204.27%201.31-.848%201.919-1.77%201.869-4.003-1.748-2.192-3.065-5.428-5.959-6.406a26.43%2026.43%200%200%200-.357-.444c1.006-.705%203.981-2.456%203.026-4.358-.939-1.918-5.768-.85-7.74-.533-.537-2.692-2.282-7.372-5.605-4.892v-.005Zm7.827%2046.79c1.014.435%202.107-.174%202.669-.444.416.149.832.298%201.245.444h.09l.089-.09c.762-.365.7-1.318%201.335-1.778.846-.616%201.784-.705%202.492-1.425.031-.208.059-.416.09-.623l-.177-.444c-.924-.177-1.823.084-2.579.356-.287-.182-.894-1.778-1.335-2.225l-1.244.177c-.349.691-.484%201.425-.444%202.579-1.194.489-2.273%201.026-2.936%202.046.005.741.197%201.185.711%201.424l-.006.003Zm6.85%2025.797c-1.734-2.239-2.566-5.605-5.515-6.583-.09-.118-.177-.236-.267-.357%201.32-.517%203.025-1.166%203.823-2.225%202.681-3.554-1.921-5.622-5.605-5.515.514-1.669%202.748-4.425%201.158-6.405-1.677-2.088-5.813%202.306-6.226%203.556l-.267.177c-.817-1.862-1.13-4.537-2.669-5.692-3.891-2.922-6.172%203.341-7.026%206.049h-.09c-2.577-3.739-3.945-2.599-6.05.444-.359%201.843%201.52%203.276%202.937%203.647.09.118.177.236.267.357-1.964.252-4.142.932-4.805%202.492-.382.896.096%201.657.178%202.492v2.402c.708%201.829%204.34%201.076%205.958.534h.09c-.073%204.371-.081%2010.021%202.936%2011.296%204.209%201.779%206.987-5.919%207.384-9.074h.09c2.722%202.034%204.714%204.956%208.184%206.226%203.171%201.16%205.551-.588%205.515-3.824v.003Zm-16.546-16.812-1.6-2.046c.089-.207.176-.415.266-.623.118-.09.236-.177.357-.267.593.68.528%201.812.978%202.669v.267Zm10.32%2028.466c-.669-1.065-.371-2.796-1.512-3.38-.764-.391-1.624-.062-2.135.267-1.06.685-1.958%201.865-1.601%203.913.09.503.177%201.009.266%201.512-.325.416-.651.831-.977%201.244-.239.545.034%201.102.177%201.512.455.317.739.472%201.601.444.624%201.655%201.177%203.571%203.113%203.913%202.79.498%202.697-4.048%201.958-5.871.548-.652.998-.846.978-2.136l-1.868-1.424v.006Zm-15.034%207.827c1.596-1.919%204.92-2.321%205.605-5.158.23-.959-.228-1.689-.534-2.136-2.427-3.548-10.097-.025-12.721%201.068.087-3.203-.07-7.378-2.492-8.094-2.84-.843-3.192%203.194-3.113%205.692l-.09.09c-2.885-1.354-6.785-3.743-10.052-4.271-.031-.503-.06-1.008-.09-1.511l-2.135-2.312c-2.186.011-3.782.545-5.425%201.157-2.846-4.228-6.162-3.054-7.294%201.778-2.45-1.216-7.453-4.028-10.406-1.778-.7%202.908%202.604%204.686%203.556%206.673l.267.267c-1.904%201.368-7.301%203.888-6.672%207.383.708%203.933%206.445%202.225%209.162%201.244h.09c.025%202.773.32%206.17%201.958%207.384%202.545%201.885%205.897-2.425%206.226-4.358l.177-.09c1.014%201.166%203.56%204.698%206.138%202.936%201.04-.711.278-1.61.711-2.759.292-.772%201.203-1.199%201.425-2.312.52-2.621-3.695-6.035-5.339-6.672-.36-.807.023-2.411.09-3.47%201.425-.416%202.846-.832%204.27-1.245l1.335%202.313c1.765%202.32%205.052%204.753%208.541%205.248v.09c-1.43%201.829-6.434%204.944-5.692%208.45.18.855.728%201.155%201.425%201.512%202.624%201.346%204.75-.256%206.582-1.424.91%203.781%201.486%208.849%205.071%209.962%202.585.804%202.683-1.747%203.38-3.203l1.158-1.157c.772-1.124.823-3.077.71-4.805%204.299.666%208.097%201.81%2012.188%202.669%202.815.59%205.04-.542%205.071-3.112l-.89-1.692c-2.355-2.017-8.376-3.896-12.188-4.357h-.003Zm12.455%2012.898c-1.99-2.318-3.355-1.548-5.872-.267-.093-.876-.203-2.062-.624-2.669-.66-.955-3.416-1.579-4.357-.444-.885%201.065-1.054%203.082-.978%205.071-1.208.787-3.565%201.307-4.09%202.759-1.167%203.209%203.77%203.9%205.871%203.026.992.919.537%202.835%201.778%203.557%201.978-.022%203.13-2.194%203.203-4.091%201.304.576%202.195%201.284%204.09%201.068.288-.458.462-.792.445-1.601-.509-.7-1.349-1.652-2.312-1.869l-.177-.267c1.536-.786%203.02-1.955%203.025-4.27l-.002-.003ZM65.934%2050.072l-.177%202.225c-.135.688-.312%201.708.09%202.312%201.189%201.798%205.406.59%206.85-.09-.79%201.484-3.299%202.933-2.76%205.425.602%202.779%204.72%201.97%205.426-.177.149-.118.298-.236.444-.356.997%202.135%202.483%204.439%204.447%205.605%202.486%201.474%203.894-1.054%203.824-3.47%201.978.95%206.313%201.89%207.827-.177%201.866-2.548-1.913-6.487-3.647-7.027-.09-.118-.177-.236-.267-.356%203.043-.75%206.271-1.902%206.226-5.782a639.55%20639.55%200%200%200-1.157-1.779c-1.717-1.329-5.125-2.239-7.917-1.601.219-1.728%202.081-3.616.8-5.515-2.104-3.119-7.537%201.2-8.184%203.113-.118.09-.236.177-.356.267-.813-1.366-1.748-3.574-4.004-2.67-.764.307-1.326.745-1.602%201.512-.03%201.483-.058%202.964-.09%204.447-2.317.512-5.096%201.973-5.781%204.091l.008.003ZM79.276%208.087c.458.798.436%202.304.978%203.113%202.242%203.357%204.388-1.722%205.338-2.312.829-.15%201.66-.298%202.492-.444.593-.88.385-2.428.978-3.47.778-1.363%202.455-.916%202.492-3.203C88.255-.392%2086.848%203.39%2084.26%203.64c-.623-.236-1.244-.474-1.868-.71-1.86-.655-6.153-1.658-8.007-.267-3.07%202.304%202.947%205.119%204.891%205.425Zm2.403%2099.45c.924.7%204.245%203.554%205.958%202.579%201.046-.494%201.4-2.509.711-3.646-1.393-2.018-2.787-4.032-4.18-6.049l-1.869-1.779c2.667-3.444%204.47-9.043-3.47-7.74.023-2.849-.792-6.372-2.758-7.206l-1.779.09-1.334-.978-.978.177c-1.298%201.882-.778%205.408-.71%208.274-3.532.171-11.848%201.25-12.542%203.824-.214.795.076%201.758.534%202.135.952.778%202.497.733%203.736%201.245%201.812.75%203.124%201.84%205.872%201.778-.523%202.113-3.144%2013.05%202.045%2011.564%201.908-.545%201.214-3.56%203.29-4.181%202.523-3.36%203.17.495%207.474-.09v.003Zm-13.346-73.92c.885%202.39%205.732%202.967%208.095%201.511%201.23%201.74%203.902%201.287%204.624-.623%203.706.632%204.928-2.26%203.113-4.805.528-1.264%201.025-2.236.978-4.09-1.107-2.49-2.515-4.968-5.605-2.492-.818-.14-1.082-.633-1.779-.801-2.006-.486-2.919%201.604-3.025%203.113-1.59.764-5.827%201.567-6.14%203.557-.16.491.195.969.358%201.424.27.579-1.138%201.812-.624%203.203l.005.003Zm10.5%2036.293c-.512-.736-.627-1.779-1.335-2.313-2.63-1.986-8.083-1.32-11.297-.443.919-2.116%204.301-6.04%201.779-8.718-.43-.455-1.051-.939-2.136-.711-1.8.376-2.818%201.72-4.27%202.402l-.357.357c-.927-1.602-.916-4.54-3.203-4.804-1.511.651-1.242%202.056-2.135%203.29-.652.384-1.304.77-1.958%201.157-.866.71-1.39%203.178-1.602%204.447-3.278-.376-7.063-.272-8.54%201.692-2.119%202.818%201.002%205.402%203.823%205.605v.09c-1.149%201.472-5.09%204.287-4.537%207.026.784%203.88%205.4%201.366%207.56.444h.09c-.067%202.967.582%205.737%202.402%206.85%203.403%202.076%205.737-2.2%205.692-5.249%201.624%201.256%205.153%207.58%208.451%205.96%204.549-2.234-.168-8.058-.71-10.94%205.677.067%2012.257-.594%2012.274-6.14l.008-.002ZM53.39%2012.357c-3.358-.067-9.4.604-8.895%204.004.584%203.944%205.245%203.835%209.519%203.557-.827%201.882-1.953%204.565.266%205.872%203.054%201.795%206.813-2.082%207.65-3.914%201.504-.245%202.866.323%204.271.534%201.826.275%205.217-.512%206.406-1.245%201.865-1.149.823-4.121-.89-4.714-.09-.118-.178-.236-.268-.357%202.481-.601%205.436-1.04%205.425-4.18-2.32-2.164-4.972-2.76-9.695-2.67.986-1.466%205.012-5.293%201.424-6.76C64.72.898%2060.02%206.498%2058.197%208c-.708-.97-4.844-5.409-6.493-3.38-1.452%201.787%201.07%206.192%201.691%207.65v.09l-.005-.003Zm20.638%20162.518c-1.916-4.214-6.523-.969-5.07%202.669.53%201.332%203.435%203.647%204.803%201.601.765-1.14-.059-2.168%201.425-2.669.233-.376.36-.578.357-1.244-.425-.261-.742-.382-1.512-.357h-.003Zm.267-55.774c-.913-1.107-1.393-2.068-3.29-2.225v-.09c.225-.534.371-.978.357-1.778-.472-.618-.795-1.444-1.244-2.136-1.11.234-1.209.944-1.959%201.425-.652.236-1.303.475-1.958.711-1.214-2.579-.374-6.235-2.846-7.474-3.166-1.584-4.33%204.549-4.714%206.673h-.09c-1.057-.835-2.461-3.759-4.715-3.113-2.736.784-.365%205.715.267%207.027-.904.398-2.365.761-2.936%201.511-1.786%202.357%201.408%203.894%203.557%203.914l-.8%201.691c.118.534.236%201.068.356%201.601l-.89%201.692a595.61%20595.61%200%200%201-.357%201.958c-.385.882-1.132%201.208-1.245%202.492.273.475.39.832.801%201.157%203.085.579%204.641-2.705%206.316-4.003.632%203.116%204.42%204.79%205.425.978l.177-.09c.924%201.295%205.81%205.841%207.74%203.026%201.691-2.47-1.961-5.021-2.759-6.406-.292-.509.068-.916-.09-1.512-.236-.444-.475-.89-.71-1.334%202.444-1.264%205.624-1.936%205.604-5.692l.003-.003Zm-13.612%2047.5-.623-2.225c-.978-1.66-4.352-.753-5.159.357-2.399-.396-5.824-1.191-7.65.267-2.329%201.862%201.689%206.228%203.023%206.672-.205%206.92%207.215%206.072%208.094%201.692l3.293.089c3.32-.57%207.094-1.101%207.116-4.981-1.978-1.843-4.312-2.177-8.094-1.868v-.003ZM43.427%2037.621c-2.096.912-4.812%202.95-5.605%205.157-.334.936-.081%202.06.267%202.76%201.408%202.812%205.243%201.553%207.474.443-.082%204.518%201.286%2011.584%206.315%2010.496%202.877-.62%202.79-4.632%202.67-8.006%202.165.952%206.663%202.508%209.25.8%202.476-1.635.442-5.5-1.6-6.139a74.628%2074.628%200%200%201-.444-.533c2.96-.234%205.74-1.74%205.782-4.892-1.256-1.685-1.824-2.818-4.892-2.759v-.09c1.02-1.326%205.931-5.467%203.026-7.65-3.835-2.877-11.19%202.992-13.522%204.448-.846-1.192-3.029-5.125-5.515-3.293-1.863%201.374-.666%205.706-.267%207.65-.81.908-1.708%201.068-2.936%201.602l-.003.005Zm16.368%2065.022c-.857-1.129-1.275-2.444-2.402-3.29-.89-.444-1.778-.89-2.669-1.334-.71-.883%202.4-3.543.267-4.625-.885-.388-1.818.21-2.312.534h-.09c.062-2.565-.615-6.816-3.47-6.316-2.329.408-3.57%203.467-4.09%205.692-.691-.55-.922-1.28-2.136-1.334-.418.174-.71.306-.977.624-.273%201.401.334%202.368.8%203.29-2.19.449-10.324-.689-7.473%203.556.683.593%201.366%201.186%202.046%201.779-.276.623-.956%201.211-.801%202.135.118.444.236.89.357%201.334-.52%202.124-3.723%203.198-1.425%206.226%202.076.531%204.178-.919%205.338-1.958l.267-.09c.568%201.607.354%204.133%201.602%205.071%203.315%202.492%206.504-2.719%207.116-5.158%204.914.067%2010.013-1.354%2010.052-6.139v.003Zm-17.345-2.399-.267-.267c.118-.031.236-.06.356-.09l-.09.357Zm.267-92.78c.328.494%201.19.378%201.69.71l1.335%201.245c2.088.795%202.99-1.26%202.936-3.026-.823-1.04-.41-1.978-.356-3.557-.032-.06-.06-.118-.09-.177-.618-.185-1.683.087-2.226-.09-.918-.298-2.489-2.13-3.823-.978-1.666.849-.3%202.717.177%203.557.118.77.236%201.543.357%202.312v.003Zm5.248%20114.84c-.461-.452-.607-.84-1.335-1.068.101-3.669-3.189-2.436-4.891-1.334h-.09c.073-2.829.503-5.928-1.425-7.027-2.851.096-3.618%203.748-3.913%206.406h-.09c-1.49-1.163-2.866-3.717-5.425-2.225-.761.444-1.315.955-1.512%201.958-.503%202.551%201.92%203.602%202.136%205.692-1.24%201.599-6.33%207.347-4.538%2010.319.497.823%201.259.759%202.402.978%203.448.663%205.934-2.057%206.94-4.358l.8-.71%201.779%201.334c1.871%201.245%204.2%202.925%206.672%203.38%201.984.365%202.799-1.975%201.959-3.38-.335-.556-.944-.747-1.425-1.157.632-1.829.22-4.054-1.334-4.538-.09-.118-.177-.236-.267-.357%201.638-.761%203.526-1.548%203.557-3.913Zm-2.76-37.807c-1.044-.978-1.977-2.24-3.646-2.58-.273-.584-.076-1.306-.267-2.135-.334-1.455-1.278-3.689-2.579-4.27-1.717.04-2.686%201.7-3.023%203.113l-1.157-.801c-1.248-.006-1.464.61-1.779%201.511-.876-.455-1.77-.783-2.936-.533-.177.267-.357.533-.534.8.113%201.76%201.262%201.633%201.959%202.67.236.623.474%201.244.71%201.868-.792.972-4.253%203.304-3.113%205.338.189.401.408.522.801.71%201.363-.08%202.66-.966%203.113-1.958l1.158-1.067c.325.624.651%201.244.977%201.868.385.236.77.475%201.158.71.69%201.13.168%202.268%201.511%202.76%202.203.8%203.242-2.16%202.58-4.004%201.637-1.798%204.978-.497%205.07-4.003l-.002.003ZM13.54%2020.895c-1.84%202.445-.37%205.661%202.225%206.316-.865%201.868-4.003%205.243-3.203%208.007%201.425%204.917%206.729.444%208.451-.89.25%203.295%201.455%2010.12%205.605%209.074%202.635-.666%202.784-4.99%202.67-8.184%202.061.525%2011.232%204.141%209.785-1.958-.402-1.697-2.372-2.694-3.113-4.18l-.357-.357c2.722-1.636%207.456-1.891%207.473-6.226-1.43-1.354-2.425-1.852-5.425-1.779%201.245-1.907%203.447-3.155%204.003-5.692.57-2.607-2.03-4.408-4.537-3.913-2.68.528-5.911%202.048-7.56%203.736l-.267.09c-1.065-2.053-2.711-7.9-6.673-5.872-2.43%201.245-1.885%206.178-1.69%209.519-2.74.334-6.05.54-7.384%202.312l-.003-.003ZM9.98%2052.297c-1.809%202.262%203.34%205.723%204.982%206.049.09.118.177.236.267.357-3.223%201.983-5.33%207.81%201.778%206.94-.124%202.564-.247%205.396.89%206.939%202.164%202.93%205.572-.312%206.14-2.67%201.632%201.327%202.033%205.145%205.247%204.27.82-.221%201.363-.364%201.692-1.067.868.093%201.744%201.16%203.113.89%202.534-.5%202.683-4.618%201.778-7.026%201.992-.561%204.124.138%205.158-1.334%201.562-2.222-.328-5.804-2.312-6.226l-.09-.177c3.686-4.405.284-6.953-5.425-6.76.014-3.326-.368-5.428-1.778-7.206-1.945-.489-3.257.916-3.824%202.312-.582.292-.919-.286-1.869%200-1.157.349-1.559%201.981-1.511%203.557-1.998-1.584-2.97-5.217-5.782-5.872-4.11-.955-2.02%204.762-1.424%206.226v.09c-2.178-.079-5.895-.705-7.027.71l-.003-.002ZM30.53%20166.514v-.09c1.332-1.697%203.607-2.731%204.18-5.158%201.127-4.779-4.79-3.313-6.76-2.312-.044-1.964-1.859-5.827-4.357-4.181-1.48.975-1.559%203.332-2.312%205.071v.177c-1.273-.834-2.455-2.211-4.003-2.669-2.203-.649-5.552%201.18-4.892%203.47.425%201.478%201.964%202.172%202.67%203.47-1.51%201.857-3.76%202.576-4.358%205.425-.919%204.383%205.49%203.77%208.54%203.29-.05%203.045.762%204.711%202.76%205.692%202.351-.138%202.75-3.369%203.292-5.248l.267-.177c3.063%202.486%2016.101%206.799%2016.011-1.335-2.47-3.163-5.812-5.023-11.03-5.425h-.008ZM27.416%209.242c.149.606.691%201.017%201.157%201.334%202.172%201.475%203.066-.924%204.358-1.601%201.88-.694%203.846%201.112%205.872.533.545-.767.846-1.525.8-2.935-.415-.475-.831-.95-1.244-1.425l-1.958-.978C37.957.2%2034.035.248%2032.487%202.48c-1.598-.327-4.152-1.667-5.338-.09-1.214%201.617.4%202.94.71%204.18.273%201.084-.74%201.458-.443%202.669v.003Zm5.071%20132.186c-.183-1.065-1.773-2.846-3.113-2.045-1.938.93-.407%202.686-.09%204.003-.118.77-.236%201.543-.357%202.313.86.682%201.72%201.365%202.58%202.045%201.351-.034%202.042-.666%202.492-1.602-.93-2.671.23-2.022.356-4.18-.474-.419-.899-.837-1.868-.534Zm-13.966-11.831c1.026-.073%201.228-1%202.046-1.244.876-.262%202.078.053%202.758-.357%201.56-.938%204.001-6.392%203.38-9.519-.373-1.888-1.256-3.259-2.045-4.714%203.346.081%205.287-.747%206.226-3.026%201.188-2.88-.526-6.088-2.936-6.672l-.09-.177c1.767-1.296%203.54-3.962%203.47-7.027-2.152-3.973-7.372.787-9.429%202.225-.478-3.543-1.118-11.412-4.357-11.83-2.366%201.202-2.76%205.357-2.67%208.984-2.72-1.758-4.905-4.113-7.917-5.605-1.003-.497-2.975-.997-4.003-.177-1.132.905-.795%204.19-.177%205.425.416.624.831%201.245%201.244%201.869.118.86.236%201.72.357%202.579%201.017%202.694%203.422%205.284%205.872%206.582-1.073%202.507-5.976%208.168-4.18%2011.741%202.194%204.366%207.389-.803%209.341-2.225-.04%203.408.06%2013.385%203.113%2013.165l-.003.003ZM1.62%20141.338c.031.77.06%201.543.09%202.312.031%204.529%202.397%205.027%205.248%202.759.618%202.593%201.07%206.707%203.113%207.917.8.475%201.672.059%202.402-.177%203.125-1.019%204.358-3.601%204.448-7.473l.177-.09c1.663%202.178%209.723%205.557%209.518-.534-2.312-2.345-3.941-5.765-7.74-6.582-.09-.118-.177-.236-.267-.357%201.416-1.028%205.324-3.818%203.47-6.493-1.722-2.483-6.046.073-7.65%201.068.062-2.326-.29-5.473-1.602-6.493-2.722-2.118-5.304%201.753-5.605%204.004-1.7-.576-5.855-2.262-6.76.357-.699%202.02%202.229%205.534%202.937%206.939-.593.82-1.506%201.764-1.779%202.846v-.003ZM1.53%2018.139c.397.882%201.32%201.045%202.67.978l.71%202.135c.624.893%203.877%201.49%204.804.444%201.107-1.247.537-3.635.978-5.605%203.33-.79%207.49.472%207.56-3.737-1.174-1.579-1.758-2.638-4.624-2.579.79-1.792%202.545-4.07%201.958-6.492l-.89-.624c-1.804-.725-3.299%201.354-4.358%201.868L8.826%206.04C7.713%205.06%205.168.675%202.866%201.59l-.89.624c-.815%203.683.514%207.948.978%2011.297-.703.902-2.38%203.026-1.425%204.624v.003Zm2.492%2067.782c.568.23%201.355.368%201.959%200%20.564-.503%201.126-1.009%201.69-1.512.914%201.357%204.291%203.172%203.648-.443%201.8.154%203.652%201.902%204.714-.267-.02-1.79-1.183-2.453-2.402-3.026v-.444c2.261-.166%204.158-1.14%204.18-3.557-1.303-1.671-2.135-1.871-5.07-1.778%201.131-4.664-1.164-9.286-5.072-5.338-1.792-.25-2.972-3.344-5.425-1.779-2.545%201.621.146%204.712.09%206.406-.048%201.421-2.186%202.958.267%204.18.491%203.088-2.192%206.086%201.424%207.56l-.003-.002Zm2.58-41.007c2.45%201.033%205.74%201.236%205.605-2.313-.91-1.18-1.093-3.07-1.692-4.537-.385-.742-.77-1.483-1.157-2.225-.655-1.16%203.439-5.504.8-6.94-2.087-.887-3.91%202.04-4.27%203.38-.697-.581-.84-1.595-1.601-2.135-.627.017-.815.13-1.245.267-.377.663-.031.992-.267%201.958-.267.562-.534%201.127-.8%201.692-.442%202.048%201.134%203.506%201.424%205.158-1.495%202.076-3.93%204.652-1.602%207.65%202.425.624%203.51-.941%204.805-1.958v.003Zm4.18%20118.04c-.421-.396-.61-.772-1.245-.977-.233-1.329-.112-2.102-.8-3.026.444-.683.89-1.366%201.334-2.045v-.444l-.177-.177c-1.02.126-1.21.699-1.778%201.244-.424-.438-.548-.972-1.068-1.334-.854.062-1.177.351-1.691.711-.514-1.032-1.475-2.251-2.936-1.779-1.725.694-1.601%203.484-.89%205.158-2.068.486-2.068%203.532.176%203.824-.52%201.183-.918%202.804-.09%203.914.835.196%201.487.059%202.313-.09l.623-.624c1.357%202.728%204.37%201.784%204.18-1.868%201.293-.273%202.072-.888%202.046-2.492l.003.005ZM3.841%2061.726c.548.474.81.977%201.512%201.334%203.967-.16%201.486-3.419%201.779-5.248.278-1.736%202.02-2.447%202.312-4.357-.09-.15-.177-.298-.267-.444-.177-.06-.357-.118-.534-.177-.874.376-1.278.904-1.958%201.424-1.085-.419-3.863-1.894-4.804-.444-.57.882.486%202.051.177%203.113L.723%2059.062c-.753%202.121%201.343%203.285%203.113%202.67l.006-.006Z'/%3e%3c/svg%3e");--shape-flowers-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20181'%3e%3cpath%20fill='%23D6D6D6'%20d='M236.636%20100.064c-.68-1.596-.104-2.92-1.512-3.737-1.416-.82-3.433-.135-3.913%201.068-.118.09-.236.177-.357.267-.45-.992-2.177-2.192-2.846-.624-.391.958.157%202.225.267%203.113-2.683-.084-5.324.596-6.316%202.225-1.539%202.532%201.7%204.032%204.004%204.004-.439.607-.809%201.05-.801%202.135v.09c.492.382.753.626%201.691.624l2.136-2.403h.533c-.073%202.085-.789%206.271.534%207.474.382.345%201.071.252%201.425.623.497.52.837%201.369%202.045%201.158%203.065-.537%203.478-6.066%203.38-9.786.986-.269%201.747-.736%202.579-1.067%201.955-3.414-2.242-3.74-2.846-5.158l-.003-.006Zm-4.537%2057.909-.09-.177c1.278-1.112%203.276-2.497%203.646-4.447.155-.809-.185-1.599-.443-2.046-1.366-2.36-4.619-.694-6.049.357-1.057-4.509-5.566-2.764-6.049.978-.801.031-1.602.059-2.402.09-2.147.792-1.13%204.88-.624%206.672l-2.579%203.026c-1.514%201.138-3.422%201.478-3.914%203.647-.303%201.332.464%201.952.891%202.759.537%201.011.691%202.231%201.601%202.846%201.751%201.185%204.945-1.984%205.425-3.026l.978-.891c.784%201.697.736%204.316%203.203%204.358%201.503-1.301%202.484-3.953%202.846-6.316%202.481%201.394%2010.673%205.72%2011.207-.801-.236-.623-.475-1.244-.711-1.868-.278-.402-6.445-5.051-6.939-5.158l.003-.003Zm2.759-112.172-.267.177c-1.116-1.11-1.605-6.164-4.358-4.804-1.601.753-1.118%203.18-1.868%204.804v.177c-.568-.466-1.332-1.387-2.402-.8-.703.424-.756%204.832-.444%205.425-.764.938-2.655%201.672-3.914%202.045-1.149%201.885.337%203.152%202.492%203.026-.93%202.22-2.649%205.959-.444%208.007%201.708.374%203.45-.817%203.914-2.225l.267-.177c.511%201.382%202%205.31%204.27%203.824%202.144-1.405%202.832-5.886%202.846-9.342.573.242%201.692.548%202.312.177%201.032-.669-.716-1.138-1.334-1.157l2.579-1.602c1.354-1.81-.879-3.357-2.402-3.557%201.346-1.697%203.548-2.16%203.557-5.248l-.801-.8c-1.66-.72-3.596%201.09-4.003%202.045v.005Zm-8.808%2013.346-.267.177c.168-.509.149-.745.711-.891-.149.236-.298.475-.444.71v.004Zm-5.425-37.094.533.534c-1.567%201.048-6.023%204.77-3.646%207.74%201.663%202.076%205.436-.014%207.116-.711h.09c.076%203.16%201.096%206.53%203.557%207.383%202.579-.076%202.854-4.804%202.936-7.383%201.396%201.118%203.208%205.313%206.226%203.47%203.155-1.928-.439-7.833-2.402-8.628l-1.512-1.602c2.956-2.084%205.793-6.459%205.692-11.474-2.891-3.388-7.586%201.16-8.451%204.004-.149.118-.298.236-.444.357-.008-3.006-.534-7.235-3.647-7.207-.665.669-1.073.765-2.135.891-.694%201.073-.851%202.464-.8%204.357h-.09l-2.313-.71-2.579-1.425c-.682.15-1.362.298-2.045.444-2.548.433-4.161-.508-4.537%202.046-.425%202.874%207.262%205.616%208.451%207.917v-.003Zm15.21-8.007c-.149.503-.298%201.008-.444%201.511-.444.118-.89.236-1.334.357l1.778-1.868Zm-5.071%20156.649c-.761.373-.952%201.298-1.601%201.778-1.11.823-2.529.854-3.203%202.135.095%201.441.829%202.023%201.157%203.203.397.281.708.438%201.425.444.011%201.45.643%202.52%201.958%202.669.278-.127%202.635-1.753%202.759-1.958l.624-1.869c.941-1.438%202.888-1.657%203.736-3.379-.003-2.096-4.899-3.473-6.849-3.026l-.006.003Zm6.316-36.027c-1-.969-1.694-2-3.113-2.579a417.17%20417.17%200%200%200-1.691-.444h-.177c.868-.955%205.175-1.888%204.537-3.913-.433-1.38-4.079-.753-5.158-.357h-.267c.157-2.231%201.07-4.765-.624-6.049-2.866.214-4.779%202.942-5.959%204.891l-.624%201.335c-.303.157-3.669-.913-5.158-.534%201.27-3.197.365-5.95-.89-8.541%202.475-1.416%207.493-.047%208.628-2.846%201.382-3.405-4.622-3.804-7.561-3.736.309-1.616%202.416-3.372%201.602-5.159-.368-.598-.981-.275-1.602-.623-.326-.357-.652-.711-.977-1.068-1.06-.702-2.931-.05-3.737.357-.118-.298-.236-.593-.357-.891-.298-.149-.593-.297-.89-.444-.745.175-.753.759-1.158%201.245-1-1.604-2.071-3.506-3.914-4.27-.845%200-1.267.309-1.511.89-.511.166-1.593-.559-2.492-.09-.874.531-.697%202.532-.357%203.557%201.276%202.756%202.551%205.515%203.824%208.274.323%201.377-.961%202.265-1.335%203.113-.623%201.896-1.244%203.796-1.868%205.692l-.978%202.045c-.196.975.45%201.579.801%202.046%203.183.778%205.08-1.534%207.293-2.313l1.068-1.067c.604%201.211%201.542%203.146%202.759%203.736.388.61.129%201.172.09%202.313.444.503.831.98%201.511%201.244l.177.267c-2.649.868-6.15-.028-8.094%201.335-.135.46-.255.91%200%201.334.509%201.028%201.691.43%202.669.978l.801.891c1.579%201.118%203.944%202.028%206.226%202.312-.335%201.851-3.838%208.111%200%208.718%202.292.362%204.444-3.538%205.425-3.47%202.32%201.562%205.411%205.714%209.075%202.936.696-2.678-1.897-5.667-3.737-6.406-.09-.118-.177-.236-.267-.357%203.394-1.135%208.024.298%208.007-4.357l.003.005Zm-7.027%208.005.624.71c-.385.284-.787.054-1.245-.089l.624-.624-.003.003Zm-3.559-1.422.8.624c-.272.078-.612-.343-.8-.624Zm2.048-72.676c-1.59.04-2.68%201.225-2.936%202.58-.09.058-.177.117-.267.176-.073-1.888-1.07-5.461-3.29-5.07-1.694.297-2.815%203.528-3.026%205.337-1.36-.913-2.832-2.582-4.891-1.958-1.652%202.329.902%203.293%202.045%204.624h.177c-1.733%202.1-4.262%202.728-3.38%206.583-.901%201.155-.856%201.947-.533%203.647-1.225-.697-2.411-1.546-4.181-1.692.194-3.23%204.175-7.113%201.778-10.319-2.292-3.068-7.636%203.119-8.184%204.891-.691.08-.924-.48-1.868-.533-.444.416-.89.831-1.334%201.244-2.703-.463-7.114-2.45-8.541.711-.441.98-.014%202.293.444%202.936.525.736%201.393.997%202.045%201.601-.416.565-.832%201.127-1.245%201.692-1.581%202.674-.663%205.546%202.58%205.782v.09c-.849%201.323-3.344%204.587-1.245%206.315%201.941.352%203.975-.682%205.338-1.334.354.69.756%201.388%201.691%201.511%201.737.526%203.49-3.767%203.47-5.692%203.369%201.152%205.973%209.156%2010.94%207.117%204.723-1.939-2.697-7.65-3.737-8.985%201.981-.472%203.833-2.172%202.67-4.624v-.09c1.025.36%201.834.913%203.202.977-.154%201.054.059%201.765.357%202.492.43.245%201.017.298%201.779.267.224.83.713%201.175%201.778%201.158.545%203.916%201.34%204.871%203.293%207.206%204.366-.441%204.644-6.422%204.537-11.387%201.714%201.253%204.686%204.139%207.56%202.225.913-.606%201.369-1.185%201.335-2.758-.565-.711-1.127-1.425-1.691-2.136-1.051-.792-2.397-1.191-3.203-2.225h-.177c.997-1.253%203.003-1.702%203.557-3.38.252-.767-.152-1.345-.357-1.868-.958-2.453-2.051-3.914-5.425-3.914.261-1.581-.003-2.663-1.068-3.202l.003.005Zm-23.575%209.519c.436-.706.984-1.523%201.779-1.869-.382.83-.787%201.647-1.779%201.869Zm-6.582-34.605c-.717%202.852%203.059%207.395%204.714%208.628-.469%201.616-2.663%201.32-1.424%204.004-1.02%201.427-1.458%203.632-.267%205.158%202.447.632%203.422-.854%204.714-1.868.239%202.079.638%205.413%201.958%206.492%202.371%201.942%204.723-1.138%205.159-3.203%202.354.967%206.178%202.077%207.917-.266%202.219-2.99-.829-8.359-3.113-9.252l-.09-.177c1.385-1.694%205.071-2.307%204.27-5.515-1.323-.916-3.34-.514-4.804.09.86-1.961%202.284-3.38%201.778-6.226-2.551-1.568-5.369%201.947-6.048%203.737l-.177.09c-1.203-3.231-1.206-3.68-3.914-5.426-.551-.354-.688-.845-1.512-.977l-.977.09c-.953%201.62-.941%204.439-.891%207.026-2.638-.275-5.304-5.206-7.293-2.402v-.003Zm19.394%2016.278c-.236.06-.475.118-.711.177l-.09-.177h.801Zm-21.083%20110.037c2.768-1.225%206.403-1.113%206.406-5.158%202.913-.219%204.807-5.715%205.158-8.718h.09c1.683%201.306%203.414%202.984%205.782%203.557%202.217.536%204.253-1.29%203.557-3.824-.683-.919-1.366-1.837-2.046-2.759l-.89-.891c2.329-.826%205.554.087%205.515-3.202-1.582-1.829-4.785-2.636-8.184-2.58.638-.803%202.219-1.89%201.868-3.292l-.534-.801c-1.548-.39-2.804.329-3.913.891-.72-1.686-.649-4.751-2.046-5.782-1.708-1.262-4.877%201.907-5.515%202.936-.562%201.719-1.126%203.438-1.691%205.158-1.191.652-2.764-.214-4.447.177l-2.759.978-4.091.266c-.261.402-.475.708-.534%201.335.922%202.191%204.672%201.093%206.049%202.846l-1.691%202.225c-.239.885.171%201.646.444%202.045%201.497%202.197%205.161.385%206.582-.89l.267-.09c1.183%201.927%201.47%205.248%201.425%208.361h-.09c-2.357-1.107-5.498-1.582-8.985-1.512-.149-1.157-.298-2.312-.444-3.469-.444-1.082-3.543-3.782-5.425-3.026-1.017.41-.86%201.896-1.245%202.135l-1.067-.09c-2.085.332-2.554%201.52-2.492%204.004-2.779-.037-9.474.587-10.674%201.958-2.514%202.866%203.406%205.678%205.782%205.872l.09.177c-4.028%202.891-1.264%207.56%204.181%205.248h.09c-.208%202.655%201.466%207.237%204.624%205.338%201.883-1.132%201.028-4.869%202.759-6.049%201.506%202.102%205.465%206.417%208.985%204.091.635-.419%201.284-.885%201.511-1.692.677-2.385-1.565-4.079-2.225-5.605l-.177-.177v.009Zm4.358-146.95-.267.177c-1.708-1.47-6.493-9.564-10.14-6.94-.842.607-.708%202.655-.356%203.737.736%202.253%201.531%204.647%202.669%206.582.444.683.89%201.363%201.334%202.046l2.225%202.225c-1.008.918-2.017%201.837-3.026%202.759-1.351%201.876-3.385%207.81-.356%209.251%203.138-.008%207.619-5.326%208.451-7.74l3.112.8c2.894.914%2013.497%204.749%2013.7-1.157-2.054-2.607-5.412-4.689-9.873-4.804l-.09-.09v-.09c2.675-1.022%209.923-4.189%207.206-7.74-2.523-.63-4.624.894-6.582%201.691.826-1.753%202.939-8.855.09-9.872-3.737-1.335-7.204%206.813-8.094%209.162l-.003.003Zm10.319%20148.018c.07-2.11.16-4.858-1.068-5.693-2.337-1.59-4.337%202.546-4.624%204.181-1.939.461-3.942-.27-4.981%201.245-1.815%202.643%201.213%203.655%203.823%203.556-.053%201.107-.255%202.504.09%203.47%201.34%203.748%205.327%203.329%205.872-.89%201.815-.135%203.248-.009%204.181-.978.587-2.787-.804-4.726-3.29-4.891h-.003Zm-18.146-158.16c.081%201.033.488%201.43%201.244%201.778%201.155-.014%201.309-.425%201.868-.978.885%201.287%201.607%204.515%204.091%203.824%201.419-.573%201.59-2.563%201.512-4.625%202.028-.452%204.009-.7%204.891-2.312-.003-.994-.464-1.48-1.335-1.601%201.245-1.436%203.273-1.644%203.38-4.27-.298-.504-.593-1.01-.89-1.512-2.001-1.43-6.179-.023-8.184.357-1.037-1.119-.981-2.67-3.203-2.67-.795.888-1.113%202.167-1.425%203.557-.177.06-.357.118-.534.177-.809-.654-1.056-1.843-2.312-2.045-2.708-.921-1.725%203.048-.977%204.09-.919.855-1.886%201.299-2.313%202.67-.977%203.127%201.703%204.574%204.181%203.557l.006.002Zm10.94%20116.441c-.883-2.368-7.01-2.095-9.429-1.157h-.624c.565-3.38.59-4.391-2.225-5.515-.528-.211-1.239-.666-2.045-.357-2.45.938-2.419%204.58-4.091%206.316-2.18-.925-3.124-2.827-5.158-3.824.385-.742.77-1.483%201.158-2.225.699-2.045.033-4.807-.09-6.939%204.947%201.326%209.411%203.141%2014.766%204.18%202.284.444%205.979.205%207.027-1.157.975-1.265.323-3.102-.534-4.004-1.91-2.012-6.476-4.487-9.341-5.425%201.489-1.79%207.02-3.037%206.759-6.226-.371-4.551-10.389-1.674-12.721-.711h-.09c.831-2.91%203.321-9.546.09-11.74-2.728-1.855-7.03%204.256-7.384%206.315-.118.09-.236.177-.356.267-.987-1.953-4.692-6.678-4.091-9.518l.801-2.58c2.688%201.208%205.835%205.496%209.428%202.76.593-2.288-1.947-4.763-3.646-5.339-.203-.34-.332-.598-.357-1.157%202.52-.07%207.594-1.942%206.849-4.982-.702-2.865-7.226-4.062-11.207-2.935h-1.244c-.478-6.288-6.796-8.097-7.294-.801-.385.236-.77.475-1.157.71-.978-.148-1.958-.297-2.936-.443-2.099.36-1.543%202.287-.801%203.557l-1.868.977c-.309.41-.455%201.234-.267%201.869.75%202.517%203.829%201.727%205.782.89%201.393%201.138.034%206.223%202.579%208.094-.003%205.636-.115%2010.733%201.245%2015.124-1.841.683-3.92.989-2.846%203.647-1.259%201.652-8.98%208.729-4.715%2011.386%203.197%201.992%205.223-2.219%207.117-3.025.859-.118%201.719-.236%202.579-.357-.076%205.082-.051%209.715%204.357%2010.319-.222.708-.764.933-.977%201.512-.812%202.216%202.174%203.722%203.023%204.804-2.97.087-8.831%201.435-8.541%204.447.396%204.088%206.346%202.501%208.718%201.335-.354%202.093-1.383%203.557-1.425%205.872h-.09c-2.716-2.032-5.661.637-7.56%201.868-1.349-6.459-8.563-6.897-8.361.89h-.09c-1.452-.612-4.529-2.506-6.583-1.334-2.862%201.635.155%206.251%201.959%206.939.118.149.236.298.356.444-1.899%201.043-8.925%208.103-4.891%2010.586%203.276%202.018%207.274-5.135%209.429-6.138l.623-.624c.826%201.818.849%205.029%202.492%206.049%203.779%202.349%206.016-4.304%205.959-7.65l2.846.267%201.779%201.778c1.497%201.124%205.234%202.16%206.582.177%202.45-3.596-5.529-7.187-8.361-7.473%201.276-1.394%202.551-2.787%203.824-4.181l.177-.177c.649%201.644%202.633%202.099%204.358%201.158%202.138-1.166%204.975-4.161%205.782-6.583l.177-.09c1.41%201.017%207.228%208.125%209.608%204.625%201.601-2.358-4.161-7.437-5.158-8.718%202.292-.562%2011.389-3.035%2010.319-5.782l.006.005Zm-8.005-14.143c-.118.161-.095.051-.177.09l.177-.09Zm-40.386%2044.211c.177-.357.357-.711.534-1.068.118-.09.236-.177.357-.267.149.09.297.177.444.267-.352.483-.762.798-1.335%201.068Zm35.849-107.992c-.118.09-.236.177-.357.267-3.346-5.04-4.911-.005-6.226%203.026v.177c-1.281-.399-4.056-2.829-5.604-1.958-.571.267-.669.62-.891%201.245-.978%202.753%203.45%202.983%204.447%204.537-2.211.626-4.335%202.91-2.759%205.425-.932%201.18-4.652%205.35-1.958%207.206%202.259%201.554%206.083-2.31%206.583-3.823.118-.09.236-.177.357-.267.084%202.157.868%205.085%202.579%205.605%202.806.854%204.068-3.686%204.357-5.605%202.858%201.469%204.965%203.652%208.184%204.714%202.175.716%203.827-.169%203.824-2.312-.444-.652-.891-1.304-1.334-1.958-.846-1.074-3.799-3.24-5.072-3.824-.415-.444-.831-.89-1.244-1.335%201.978-1.014%204.675-5.487.801-6.405.146-1.959%201.876-3.481%201.067-5.692-1.087-2.973-5.962-1.023-6.76.977h.006Zm-10.319-28.465c-1.149-.472-1.638-1.619-2.492-2.402l-1.425.356c-.893%201.48-.368%203.838-.089%205.605l-3.38-.623c-2.922.505-2.467%204.68-1.335%206.76-.618.92-1.582%201.831-1.778%203.112-.607%203.936%204.234%201.663%205.425.89.177.416.357.832.534%201.245.556.365%201.107.368%201.778.09.568.86%201.211%201.9%202.579%201.958%201.242-.497.995-1.008%201.512-2.225.241-.27.618-.292%201.157-.267.475-.665.495-1.2.09-1.958l.177-.177c.742%201.009%202.543%203.13%203.824%203.47.896.236%201.441-.298%202.045-.444.773-1.22.104-2.871-1.067-3.38l-.978-1.067c1.82-1.194%204.748-1.279%204.804-4.27-1.969-1.83-3.557-1.004-5.692.09-.149-1.217-.298-2.431-.444-3.648.632-3.894%201.267-6.374-2.312-7.74-2.25.925-1.562%202.914-2.936%204.625h.003Zm-8.361%2017.435c-2.616-.643-4.206%202.012-4.892%203.824-2.376%201.624-5.843-2.947-8.807-2.402-.868.16-1.821%201.2-1.512%202.492l1.602%202.669c.123.733-.425%201.096-.534%201.601l.177%201.779c-.334%201.478-1.183%201.16-.444%203.026%201.306.767%202.95-.245%204.18.444h.177c-.056%202.19-2.289%204.618-.8%206.672%201.416%201.953%205.554-2.158%206.405-2.58l.534-.533c.826%202.073%205.453%207.375%207.917%203.737%201.357-2.006-1.944-6.198-2.135-8.541%201.852-.05%202.846-.894%204.271-1.335%202.227-.688%207.712-1.475%206.939-4.804-.823-3.537-9.746-1.222-11.921-.357h-.267c.256-2.362.18-4.292-.89-5.692Zm-6.406-25.62c-.621.827-2.172%202.877-.357%203.557%201.703.638%202.113-1.671%203.38-2.045.149.09.298.177.444.267.756%201.39.056%203.33%201.335%204.18%202.424%201.616%204.132-2.25%204.27-4.09h.09c1.41.966%204.29%202.79%205.515.267-.104-2.006-1.644-2.301-1.958-3.914-.031-.118-.059-.236-.09-.357%202.166-.784%204.79-.972%204.891-3.823-1.73-2.195-3.953-3.023-8.007-2.936-.382-1.596-1.402-6.004-3.914-4.358-1.373.9-1.463%202.756-2.492%204.004-.896-1.256-3.354-5.12-5.871-4.18-2.001.744-1.099%204.767.356%205.424l.624.711c-1.323.638-1.259%201.607-2.045%202.76-.385.415-.77.83-1.158%201.244-1.216%202.877%202.467%203.382%204.982%203.29h.005Zm.357%20121.778c2.939.961%203.147-4.2%204.18-5.692.537-.773%201.737-1.042%202.58-1.512.196-.519.365-.907.356-1.691-.879-.638-2.975-1.006-3.646-1.868-.944-1.211-.486-3.172-2.402-3.47-1.599.837-1.144%202.321-2.136%203.737-.859.651-1.719%201.303-2.579%201.958-.365%201.683.621%202.93%201.869%203.29.769%202.301-.413%204.366%201.778%205.248Zm.624%2031.225c-1.672-1.355-1.222-4.701-3.113-5.872-2.894-1.79-3.877%202.124-3.824%204.804-2.27-.042-3.074%201.551-2.492%203.557-2.101.511-4.138%201.115-4.447%203.47.713%201.359%201.899%201.935%204.003%201.601-.09%203.531%202.953%202.691%204.625%201.511%202.635%203.526%204.902%201.754%204.714-2.935%202.172.932%203.433.738%204.714-.891.357-.385.711-.77%201.068-1.158.694-2.191-3.158-4.722-5.248-4.09v.003Zm-13.699-56.131%201.601-.177c.812.101%201.762.129%202.312-.267.632-.455.795-1.309%201.158-2.045.564-.399%201.955.8%202.669.977%201.494.377%202.599-.449%203.38-1.067.536-2.138-.866-3.119-1.512-4.538l-.357-.356c2.256-1.335%205.748-.812%205.782-4.448-1.197-1.537-2.166-2.728-4.891-2.759.43-.983%201.379-2.315%201.067-3.823-.511-2.481-4.129-1.964-5.958-1.068-.433-2.107-2.487-3.801-4.181-1.691-.478-.54-.641-1.085-1.245-1.512-2.264-.492-2.511%201.542-2.402%203.737-1.132-.59-2.747-1.034-3.913-.177-.571%202.23%201.011%203.363%201.958%204.624-3.158.624-6.861%201.439-8.274%203.824-1.821%203.079%202.343%204.489%205.071%204.18v.09c-.669.877-3.014%203.026-2.045%204.715%201.809%203.846%206.622-1.518%208.007-2.136-.07%201.956.23%203.602%201.778%203.914l-.005.003Zm-2.049-92.334c-1.789-1.495-1.446-3.874-4.804-3.47-.716%201.06-.553%202.748-.09%204.004-2.273%201.02-10.288%201.79-7.74%205.959.748%201.222%202.9%202.253%204.004%203.736-1.442%201.849-1.641%205.864%202.312%205.071%201.587-.32%202.818-1.3%204.18-1.958.481.554.506%201.191%201.245%201.512%201.512.733%204.299-1.557%204.624-2.67%202.498%201.956%206.091%208.556%2010.764%204.892%203.452-2.708-2.838-8.67-4.982-9.342l-.177-.267c2.863-.62%206.611-1.57%206.673-4.98-3.127-2.956-5.467-1.734-9.429-.357h-.09c.13-5.091-5.759-7.985-6.492-2.136l.002.006Zm2.403%2044.12c-3.928-.073-8.227-.475-10.674%201.335-2.983%202.205.02%205.531%202.669%206.049l.09.177c-1.669%201.016-6.751%204.22-5.248%207.206%201.18%202.346%204.903.255%206.406-.267-.618%201.444-1.669%203.759-.09%204.981%202.778.565%204.975-2.298%205.338-4.447l.177-.09c1.194%201.955%202.329%208.805%206.316%206.226%202.809-1.815-.172-8.977-.978-11.297.891-.236%201.778-.475%202.669-.711.95-.503%201.899-1.009%202.846-1.512.995-.317%202.495-.1%203.203-.71.444-.383.525-1.231.534-2.046-2.032-1.902-1.301-.27-3.29-1.067l-1.602-1.512a727.57%20727.57%200%200%200-2.759-1.244c.838-2.279%201.574-6.257-1.067-7.027-2.894-.843-4.456%203.54-4.538%205.959l-.002-.003Zm-19.392%2089.668c2.054%201.7%204.695-.599%205.159-2.492l.267-.177c1.143%202.579%203.143%207.268%207.026%206.405%201.854-3.101-.202-7.138-.534-10.406%203.529.065%2011.854-1.388%2010.853-4.804-.671-2.295-6.647-2.562-9.962-2.492.031-.86.059-1.72.09-2.579%202.652-.7%204.329-3.453%204.714-6.406h.09c1.447%201.076%207.951%207.372%2010.319%203.914%201.77-2.582-2.795-5.524-3.556-7.027l-.357-.357c1.32-.57%203.697-.696%204.537-1.778%203.692-4.762-5.47-7.243-9.075-7.65-.677-1.433-2.357-4.574-4.804-2.936-.652.683-1.303%201.365-1.958%202.045h-2.135c-1.352.264-2.714.874-3.647%201.602-3.13%202.441.961%206.593%203.026%207.56-.042%201.52.227%202.408%201.067%203.026l-.71%203.913c-.703.661-1.481%201.47-2.225%202.046-1.068-4.206-2.97-6.518-7.918-5.072-1.275%202.257.47%206.277.711%208.628-1.371-.261-2.36-1-3.913-.623-.329.508-.551.882-.534%201.778-1.815-.166-3.86.028-5.605.09.98-1.913%202.599-4.223%201.778-6.849-3.065-2.203-5.591%202.138-7.56%203.112l-.534.534c-.725-1.174-1.23-2.548-2.492-3.203-.86.093-1.093.408-1.601.801-.545-.89-.815-2.076-1.245-3.113-1.466-.435-2.621.16-2.669%201.692-1.393-1.431-1.287-3.653-3.203-4.625-.708.045-.848.245-1.334.444-1.7%203.082%202.334%2010.735%203.203%2013.342-1.607%201.029-3.524%201.104-4.805%202.402-2.051%202.079%200%204.889%202.225%205.425-.969%202.375-1.416%204.251-.533%207.117.177.118.356.236.533.357%202.422-.219%204.209-2.161%205.872-3.29%201.354%201.801%204.2%202.396%205.159-.177%202.801.5%205.585%205.335%208.717%204.09%204.383-1.739-2.216-9.945-3.29-11.473%203.15-.838%205.763-1.987%208.184-3.47.425%201.598%201.296%202.275%202.136%203.38-.871%202.315-1.366%205.723.533%207.293v.003Zm.801-96.961c1.97.418%203.712-.138%205.071-.801h.09c-.452%201.686-1.27%204.973.267%206.139%202.301%201.744%204.65-1.163%204.804-3.38l.177-.09c1.329%202.144%206.62%203.945%207.474.09.8-3.624-2.936-6.324-3.914-8.451l-.267-.267c2.481-1.674%207.319-3.725%207.473-7.56-2.952-2.726-5.725-.72-8.984.533h-.09c.07-2.727.115-7.978-2.846-7.473-2.532.433-2.886%204.85-3.647%207.027h-1.778c-1.88.528-.686%201.464-1.335%202.936-.357.385-.711.77-1.068%201.157-.753%201.568%201.405%203.212%201.959%204.27-2.037%201.86-6.097%201.981-3.38%205.873l-.006-.003Zm20.639%20111.191c-1.596-2.09-3.285-2.843-7.117-2.759.545-1.964.7-5.633-2.312-4.714-.829.503-1.66%201.008-2.492%201.511-1.239-.121-1.731-.924-2.579-1.424-2.565-1.509-3.627%201.272-4.091%203.29-4.045.3-7.804%202.95-3.646%205.959-.158%203.042-1.54%205.801%203.292%205.071.29%201.66.278%204.065%201.425%204.891%202.694%201.941%204.262-1.846%204.447-3.824%201.009.503%202.017%201.009%203.023%201.512%204.709%201.208%206.808-2.124%205.248-5.692%202.096-.5%204.436-1.599%204.805-3.824l-.003.003Zm-18.77-150.954c.221.584.758.905%201.334%201.157%202.776%201.217%204.627-3.084%205.425-4.89%204.931.083%2010.564-1.155%2011.831-4.715%201.34-3.76-4.15-3.624-6.673-3.38l-.09-1.691c-.559-.337-5.22-1.453-6.048-.978-.714.329-.939%201.14-.891%202.225-.759.017-1.068.186-1.601.357l-.624.978c.084%201.447%201.006%202.545.357%204.09-.658%201.568-3.959%204.386-3.023%206.85l.003-.003Zm-29.177%2021.973-3.914%201.601-.267.177c-1.666-.94-3.983-5.602-7.116-3.47-4.27%202.908-.261%209.854%203.026%2010.94l.177.268c-1.776%201.447-5.156%207.53-2.936%2010.406%201.849%202.397%205.928-1.093%206.406-2.669l.266-.177c1.076%202.172%203.068%205.04%205.692%205.605v.09c-2.77-.295-5.585%202.382-3.913%205.158%201.382%202.296%205.181%204.313%208.628%204.448l.09.177c-.874%202.11-2.967%206.107-1.425%208.717%202.166%203.661%206.372-.075%207.117-2.758%202.582%201.71%203.849%207.636%207.65%207.65v.09c-1.916.3-6.729%202.907-5.425%205.425.61%201.433%202.913%201.843%204.981%201.511-.598.818-2.085%203.06-.711%204.18%201.81%201.476%204.701-.654%205.158-2.044.149-.118.298-.236.444-.357%202.026%204.484%205.378.326%205.605-3.026%201.81%201.441%202.49%204.133%204.805%205.071%201.899.77%203.337-.47%203.379-2.225l-.71-1.335-.978-.71c-.031-.444-.059-.891-.09-1.335-.624-.444-1.245-.89-1.868-1.334l-.09-.177c2.037-.944%203.444-4.02.623-5.159-1.227-.494-3.214-.418-4.891-.356-.163-2.273-1.368-7.08-4.09-6.493-2.363.508-2.664%204.315-2.58%207.293l-3.469.978c3.354-2.191.646-8.903-.444-11.654v-.09c4.099.624%209.375%201.102%2010.586-2.492-.247-2.438-3.768-3.877-6.049-4.357.967-1.22%203.737-2.172%203.203-4.715-.711-3.388-6.681-1.163-7.827.357l-.267.09h-.09c.32-1.826%202.284-7.968.177-8.985-.77-.278-3.355.295-4.004.711-1.284.826-1.18%203.175-1.868%204.625l-1.334%201.511-2.226%205.338c-2.405-.994-4.329-3-7.026-3.47%201.23-.463%202.29-.306%203.203-.977%203.152-2.324-.25-5.965-1.158-8.094%204.855-.163%209.176-2.141%2011.03-5.426-.334-3.871-7.456-3.554-11.474-3.112.93-3.335.967-6.791-4.003-5.426l-.003.006Zm-8.364%204.268c-.09-.15-.177-.298-.267-.444l.267.177v.267Zm42.966%2066.45c-2.872-3.344-7.24-2.995-11.654-1.245h-.09c.126-2.672.795-6.383-1.068-7.65-2.804-1.908-6.127%204.009-6.672%205.959l-.177.09c-1.312-1.964-2.739-4.583-6.049-4.538-2.158%202.248.784%206.277%201.158%208.541-4.161-.034-11.545%201.88-12.008%205.248-.526%203.816%205.065%203.262%208.541%203.203-.225.902-.967%202.602-.357%203.647l.89.978c.63%201.399.045%203.478%201.158%204.357%203.515%202.784%208.35-3.383%209.429-5.692.972.23%201.23.992%202.045%201.335%201.053.441%202.36.356%203.203.977%201.424%201.048%202.303%204.318%205.338%203.113%204.72-1.874-1.287-9.698-3.47-10.586l-.801-.891c3.768-1.671%2010.46-1.584%2010.586-6.849l-.002.003Zm-8.184%2013.699c.118.149.236.298.356.444l-.09.356-.443-.177-.177-.266.356-.357h-.002Zm-5.249-89.488c-.415-.326-.831-.652-1.244-.978-1.697-.82-4.214.54-4.714%201.602-1.394.578-2.464-.75-3.914-.267-1.472.489-2.124%203.329-.267%203.913-.084.801-1.169%202.551-.267%203.557.778%201.506%203.683.497%204.804%200%20.593.787.936%201.832%201.245%202.936.643.318%201.399.377%202.312.267.548%202.658%203.262%208.17%206.583%205.515%202.357-1.885.317-6.81-.09-9.252%202.118-.511%203.891-1.845%204.091-4.27-1.22-1.745-1.799-2.933-4.358-3.38-1.394.118-2.787.236-4.181.357Zm-16.188-11.03c.585%201.287%202.753%201.548%204.625%201.244-.458%202.754-.624%206.263%201.244%207.65%202.916%202.167%205.861-1.19%206.226-3.913h.09c1.455%201.554%204.009%205.02%207.383%203.113%202.386-1.349%201.194-5.122-.977-5.872a69.672%2069.672%200%200%201-.444-.534c1.216-.424%202.804-.446%203.469-1.424%201.807-2.652-3.933-6.33-5.959-6.673l-.177-.267c3.282-1.323%207.403-3.905%207.384-8.45-.812-.812-1.245-1.925-2.402-2.403-3.119-1.286-6.209%202.745-8.361%203.47l-1.959%201.958c-.719-1.272-.55-3.422-1.601-4.357-3.113-2.776-3.787%202.467-4.624%204.09l-.891.978.267%202.046c-.149%201.157-.298%202.312-.444%203.47-.149.592-.298%201.185-.444%201.778-.697.963-3.619%201.89-2.402%204.09l-.003.006Zm14.233%20145.172c.714-.908%202.043-1.45%202.492-2.579.295-.742.135-1.664-.177-2.225-1.531-2.754-6.987-.579-9.075.266-.682-1.109-.491-2.536-1.511-3.292-2.118-1.568-4.304.885-4.891%202.402-1.453-.717-4.479-2.832-6.583-1.512-1.658%201.04-1.461%204.448.444%205.071l.177.267c-1.422%201.017-7.058%205.701-4.004%208.007%203.31%202.498%206.235-1.475%208.718-2.312.149.09.298.177.444.267.489%201.253-.511%203.453.357%204.714%201.879%202.737%205.633-1.944%206.316-3.289%203.295%201.413%2011.547%203.629%2011.563-2.492-1.247-1.599-1.885-2.776-4.27-3.293Zm-7.116-76.233c-2.31-.736-2.83%201.217-3.914%201.958-.86.385-1.719.77-2.579%201.158-.371.548-.059%201.306.09%201.778.744.554%201.801.093%202.225.444.444.8.891%201.602%201.334%202.402%202.026%201.722%205.271.174%205.782-1.868.565-.118%201.127-.236%201.692-.357l.177-.978c-.492-.323-.871-.6-1.692-.623-.598-1.593-1.469-3.391-3.113-3.914h-.002Zm-25.62%2018.501c3.706%201.503%204.619-3.914%205.515-6.049.419-.995%201.141-1.762%201.424-2.936%202.273%201.045%208.527%207.982%2011.741%203.736%202.265-2.992-2.599-6.349-3.47-8.094l-1.601-1.601c2.849-1.93%208.566-2.088%208.628-6.76-.385-.444-.77-.89-1.158-1.334-1.067-.548-3.112-.04-4.09.177-3.506.778-6.586%201.758-9.786%202.579-1.677-1.31-3.537-4.212-6.492-3.29-.787%201.146-.745%202.868-.534%204.624-2.804.593-9.398%201.088-8.541%204.982.573%202.601%205.035%202.143%207.917%201.958-.719%202.998-3.332%2010.476.444%2012.008h.003Zm-10.32-93.489c-1.46%203.478%203.892%205.821%206.316%206.316-.887%201.542-2.47%202.29-2.936%204.27-1.106%204.706%201.858%205.667%204.892%203.647%201.492%206.996%206.44%203.45%207.56-1.335l.177-.09c2.818%202.043%205.608%204.077%209.162%205.426%202.41.916%204.492.129%204.447-2.58-.918-1.424-1.837-2.846-2.759-4.27l-3.736-4.714-.978-.978c1.613-.989%207.352-5.077%205.692-8.007-1.944-3.428-7.234-.638-9.695.357h-.09c.059-2.973-.832-8.347-4.358-6.94-2.773%201.107-2.615%204.906-3.824%207.65v.178C91.427%2013.456%2086.02%2012.22%2084.432%2016l.003.003Zm13.967-1.958-.177%203.47-.534.533h-.09c-.421-1.216.095-3.3.8-4.003Zm7.116-6.049c.298.503.593%201.009.891%201.511.96%201.262%203.891%201.475%205.248.444l.623-.977-.089-2.846c.222-.936.809-1.447.8-2.76-.98-1.165-3.447-4.486-5.959-2.758-.444.624-.89%201.244-1.334%201.868-.992.739-2.748.89-2.312%203.026.283%201.396%201.334%201.65%202.135%202.492h-.003Zm-13.342%2056.13c-1.913%201.428-1.475%205.01-3.203%206.583-3.588-1.427-8.563%201.16-9.696%203.47-1.171%202.385%201.17%204.175%203.38%204.18-1.062%201.563-4.869%204.681-2.846%207.384%202.641%203.526%207.642-1.686%208.274-4.09l.267-.178c2.453%203.546%207.482%204.549%208.628-.977%202.652%201.497%205.762%206.995%209.962%204.27%201.31-.848%201.919-1.77%201.869-4.003-1.748-2.192-3.065-5.428-5.959-6.406a26.43%2026.43%200%200%200-.357-.444c1.006-.705%203.981-2.456%203.026-4.358-.939-1.918-5.768-.85-7.74-.533-.537-2.692-2.282-7.372-5.605-4.892v-.005Zm7.827%2046.79c1.014.435%202.107-.174%202.669-.444.416.149.832.298%201.245.444h.09l.089-.09c.762-.365.7-1.318%201.335-1.778.846-.616%201.784-.705%202.492-1.425.031-.208.059-.416.09-.623l-.177-.444c-.924-.177-1.823.084-2.579.356-.287-.182-.894-1.778-1.335-2.225l-1.244.177c-.349.691-.484%201.425-.444%202.579-1.194.489-2.273%201.026-2.936%202.046.005.741.197%201.185.711%201.424l-.006.003Zm6.85%2025.797c-1.734-2.239-2.566-5.605-5.515-6.583-.09-.118-.177-.236-.267-.357%201.32-.517%203.025-1.166%203.823-2.225%202.681-3.554-1.921-5.622-5.605-5.515.514-1.669%202.748-4.425%201.158-6.405-1.677-2.088-5.813%202.306-6.226%203.556l-.267.177c-.817-1.862-1.13-4.537-2.669-5.692-3.891-2.922-6.172%203.341-7.026%206.049h-.09c-2.577-3.739-3.945-2.599-6.05.444-.359%201.843%201.52%203.276%202.937%203.647.09.118.177.236.267.357-1.964.252-4.142.932-4.805%202.492-.382.896.096%201.657.178%202.492v2.402c.708%201.829%204.34%201.076%205.958.534h.09c-.073%204.371-.081%2010.021%202.936%2011.296%204.209%201.779%206.987-5.919%207.384-9.074h.09c2.722%202.034%204.714%204.956%208.184%206.226%203.171%201.16%205.551-.588%205.515-3.824v.003Zm-16.546-16.812-1.6-2.046c.089-.207.176-.415.266-.623.118-.09.236-.177.357-.267.593.68.528%201.812.978%202.669v.267Zm10.32%2028.466c-.669-1.065-.371-2.796-1.512-3.38-.764-.391-1.624-.062-2.135.267-1.06.685-1.958%201.865-1.601%203.913.09.503.177%201.009.266%201.512-.325.416-.651.831-.977%201.244-.239.545.034%201.102.177%201.512.455.317.739.472%201.601.444.624%201.655%201.177%203.571%203.113%203.913%202.79.498%202.697-4.048%201.958-5.871.548-.652.998-.846.978-2.136l-1.868-1.424v.006Zm-15.034%207.827c1.596-1.919%204.92-2.321%205.605-5.158.23-.959-.228-1.689-.534-2.136-2.427-3.548-10.097-.025-12.721%201.068.087-3.203-.07-7.378-2.492-8.094-2.84-.843-3.192%203.194-3.113%205.692l-.09.09c-2.885-1.354-6.785-3.743-10.052-4.271-.031-.503-.06-1.008-.09-1.511l-2.135-2.312c-2.186.011-3.782.545-5.425%201.157-2.846-4.228-6.162-3.054-7.294%201.778-2.45-1.216-7.453-4.028-10.406-1.778-.7%202.908%202.604%204.686%203.556%206.673l.267.267c-1.904%201.368-7.301%203.888-6.672%207.383.708%203.933%206.445%202.225%209.162%201.244h.09c.025%202.773.32%206.17%201.958%207.384%202.545%201.885%205.897-2.425%206.226-4.358l.177-.09c1.014%201.166%203.56%204.698%206.138%202.936%201.04-.711.278-1.61.711-2.759.292-.772%201.203-1.199%201.425-2.312.52-2.621-3.695-6.035-5.339-6.672-.36-.807.023-2.411.09-3.47%201.425-.416%202.846-.832%204.27-1.245l1.335%202.313c1.765%202.32%205.052%204.753%208.541%205.248v.09c-1.43%201.829-6.434%204.944-5.692%208.45.18.855.728%201.155%201.425%201.512%202.624%201.346%204.75-.256%206.582-1.424.91%203.781%201.486%208.849%205.071%209.962%202.585.804%202.683-1.747%203.38-3.203l1.158-1.157c.772-1.124.823-3.077.71-4.805%204.299.666%208.097%201.81%2012.188%202.669%202.815.59%205.04-.542%205.071-3.112l-.89-1.692c-2.355-2.017-8.376-3.896-12.188-4.357h-.003Zm12.455%2012.898c-1.99-2.318-3.355-1.548-5.872-.267-.093-.876-.203-2.062-.624-2.669-.66-.955-3.416-1.579-4.357-.444-.885%201.065-1.054%203.082-.978%205.071-1.208.787-3.565%201.307-4.09%202.759-1.167%203.209%203.77%203.9%205.871%203.026.992.919.537%202.835%201.778%203.557%201.978-.022%203.13-2.194%203.203-4.091%201.304.576%202.195%201.284%204.09%201.068.288-.458.462-.792.445-1.601-.509-.7-1.349-1.652-2.312-1.869l-.177-.267c1.536-.786%203.02-1.955%203.025-4.27l-.002-.003ZM65.934%2050.072l-.177%202.225c-.135.688-.312%201.708.09%202.312%201.189%201.798%205.406.59%206.85-.09-.79%201.484-3.299%202.933-2.76%205.425.602%202.779%204.72%201.97%205.426-.177.149-.118.298-.236.444-.356.997%202.135%202.483%204.439%204.447%205.605%202.486%201.474%203.894-1.054%203.824-3.47%201.978.95%206.313%201.89%207.827-.177%201.866-2.548-1.913-6.487-3.647-7.027-.09-.118-.177-.236-.267-.356%203.043-.75%206.271-1.902%206.226-5.782a639.55%20639.55%200%200%200-1.157-1.779c-1.717-1.329-5.125-2.239-7.917-1.601.219-1.728%202.081-3.616.8-5.515-2.104-3.119-7.537%201.2-8.184%203.113-.118.09-.236.177-.356.267-.813-1.366-1.748-3.574-4.004-2.67-.764.307-1.326.745-1.602%201.512-.03%201.483-.058%202.964-.09%204.447-2.317.512-5.096%201.973-5.781%204.091l.008.003ZM79.276%208.087c.458.798.436%202.304.978%203.113%202.242%203.357%204.388-1.722%205.338-2.312.829-.15%201.66-.298%202.492-.444.593-.88.385-2.428.978-3.47.778-1.363%202.455-.916%202.492-3.203C88.255-.392%2086.848%203.39%2084.26%203.64c-.623-.236-1.244-.474-1.868-.71-1.86-.655-6.153-1.658-8.007-.267-3.07%202.304%202.947%205.119%204.891%205.425Zm2.403%2099.45c.924.7%204.245%203.554%205.958%202.579%201.046-.494%201.4-2.509.711-3.646-1.393-2.018-2.787-4.032-4.18-6.049l-1.869-1.779c2.667-3.444%204.47-9.043-3.47-7.74.023-2.849-.792-6.372-2.758-7.206l-1.779.09-1.334-.978-.978.177c-1.298%201.882-.778%205.408-.71%208.274-3.532.171-11.848%201.25-12.542%203.824-.214.795.076%201.758.534%202.135.952.778%202.497.733%203.736%201.245%201.812.75%203.124%201.84%205.872%201.778-.523%202.113-3.144%2013.05%202.045%2011.564%201.908-.545%201.214-3.56%203.29-4.181%202.523-3.36%203.17.495%207.474-.09v.003Zm-13.346-73.92c.885%202.39%205.732%202.967%208.095%201.511%201.23%201.74%203.902%201.287%204.624-.623%203.706.632%204.928-2.26%203.113-4.805.528-1.264%201.025-2.236.978-4.09-1.107-2.49-2.515-4.968-5.605-2.492-.818-.14-1.082-.633-1.779-.801-2.006-.486-2.919%201.604-3.025%203.113-1.59.764-5.827%201.567-6.14%203.557-.16.491.195.969.358%201.424.27.579-1.138%201.812-.624%203.203l.005.003Zm10.5%2036.293c-.512-.736-.627-1.779-1.335-2.313-2.63-1.986-8.083-1.32-11.297-.443.919-2.116%204.301-6.04%201.779-8.718-.43-.455-1.051-.939-2.136-.711-1.8.376-2.818%201.72-4.27%202.402l-.357.357c-.927-1.602-.916-4.54-3.203-4.804-1.511.651-1.242%202.056-2.135%203.29-.652.384-1.304.77-1.958%201.157-.866.71-1.39%203.178-1.602%204.447-3.278-.376-7.063-.272-8.54%201.692-2.119%202.818%201.002%205.402%203.823%205.605v.09c-1.149%201.472-5.09%204.287-4.537%207.026.784%203.88%205.4%201.366%207.56.444h.09c-.067%202.967.582%205.737%202.402%206.85%203.403%202.076%205.737-2.2%205.692-5.249%201.624%201.256%205.153%207.58%208.451%205.96%204.549-2.234-.168-8.058-.71-10.94%205.677.067%2012.257-.594%2012.274-6.14l.008-.002ZM53.39%2012.357c-3.358-.067-9.4.604-8.895%204.004.584%203.944%205.245%203.835%209.519%203.557-.827%201.882-1.953%204.565.266%205.872%203.054%201.795%206.813-2.082%207.65-3.914%201.504-.245%202.866.323%204.271.534%201.826.275%205.217-.512%206.406-1.245%201.865-1.149.823-4.121-.89-4.714-.09-.118-.178-.236-.268-.357%202.481-.601%205.436-1.04%205.425-4.18-2.32-2.164-4.972-2.76-9.695-2.67.986-1.466%205.012-5.293%201.424-6.76C64.72.898%2060.02%206.498%2058.197%208c-.708-.97-4.844-5.409-6.493-3.38-1.452%201.787%201.07%206.192%201.691%207.65v.09l-.005-.003Zm20.638%20162.518c-1.916-4.214-6.523-.969-5.07%202.669.53%201.332%203.435%203.647%204.803%201.601.765-1.14-.059-2.168%201.425-2.669.233-.376.36-.578.357-1.244-.425-.261-.742-.382-1.512-.357h-.003Zm.267-55.774c-.913-1.107-1.393-2.068-3.29-2.225v-.09c.225-.534.371-.978.357-1.778-.472-.618-.795-1.444-1.244-2.136-1.11.234-1.209.944-1.959%201.425-.652.236-1.303.475-1.958.711-1.214-2.579-.374-6.235-2.846-7.474-3.166-1.584-4.33%204.549-4.714%206.673h-.09c-1.057-.835-2.461-3.759-4.715-3.113-2.736.784-.365%205.715.267%207.027-.904.398-2.365.761-2.936%201.511-1.786%202.357%201.408%203.894%203.557%203.914l-.8%201.691c.118.534.236%201.068.356%201.601l-.89%201.692a595.61%20595.61%200%200%201-.357%201.958c-.385.882-1.132%201.208-1.245%202.492.273.475.39.832.801%201.157%203.085.579%204.641-2.705%206.316-4.003.632%203.116%204.42%204.79%205.425.978l.177-.09c.924%201.295%205.81%205.841%207.74%203.026%201.691-2.47-1.961-5.021-2.759-6.406-.292-.509.068-.916-.09-1.512-.236-.444-.475-.89-.71-1.334%202.444-1.264%205.624-1.936%205.604-5.692l.003-.003Zm-13.612%2047.5-.623-2.225c-.978-1.66-4.352-.753-5.159.357-2.399-.396-5.824-1.191-7.65.267-2.329%201.862%201.689%206.228%203.023%206.672-.205%206.92%207.215%206.072%208.094%201.692l3.293.089c3.32-.57%207.094-1.101%207.116-4.981-1.978-1.843-4.312-2.177-8.094-1.868v-.003ZM43.427%2037.621c-2.096.912-4.812%202.95-5.605%205.157-.334.936-.081%202.06.267%202.76%201.408%202.812%205.243%201.553%207.474.443-.082%204.518%201.286%2011.584%206.315%2010.496%202.877-.62%202.79-4.632%202.67-8.006%202.165.952%206.663%202.508%209.25.8%202.476-1.635.442-5.5-1.6-6.139a74.628%2074.628%200%200%201-.444-.533c2.96-.234%205.74-1.74%205.782-4.892-1.256-1.685-1.824-2.818-4.892-2.759v-.09c1.02-1.326%205.931-5.467%203.026-7.65-3.835-2.877-11.19%202.992-13.522%204.448-.846-1.192-3.029-5.125-5.515-3.293-1.863%201.374-.666%205.706-.267%207.65-.81.908-1.708%201.068-2.936%201.602l-.003.005Zm16.368%2065.022c-.857-1.129-1.275-2.444-2.402-3.29-.89-.444-1.778-.89-2.669-1.334-.71-.883%202.4-3.543.267-4.625-.885-.388-1.818.21-2.312.534h-.09c.062-2.565-.615-6.816-3.47-6.316-2.329.408-3.57%203.467-4.09%205.692-.691-.55-.922-1.28-2.136-1.334-.418.174-.71.306-.977.624-.273%201.401.334%202.368.8%203.29-2.19.449-10.324-.689-7.473%203.556.683.593%201.366%201.186%202.046%201.779-.276.623-.956%201.211-.801%202.135.118.444.236.89.357%201.334-.52%202.124-3.723%203.198-1.425%206.226%202.076.531%204.178-.919%205.338-1.958l.267-.09c.568%201.607.354%204.133%201.602%205.071%203.315%202.492%206.504-2.719%207.116-5.158%204.914.067%2010.013-1.354%2010.052-6.139v.003Zm-17.345-2.399-.267-.267c.118-.031.236-.06.356-.09l-.09.357Zm.267-92.78c.328.494%201.19.378%201.69.71l1.335%201.245c2.088.795%202.99-1.26%202.936-3.026-.823-1.04-.41-1.978-.356-3.557-.032-.06-.06-.118-.09-.177-.618-.185-1.683.087-2.226-.09-.918-.298-2.489-2.13-3.823-.978-1.666.849-.3%202.717.177%203.557.118.77.236%201.543.357%202.312v.003Zm5.248%20114.84c-.461-.452-.607-.84-1.335-1.068.101-3.669-3.189-2.436-4.891-1.334h-.09c.073-2.829.503-5.928-1.425-7.027-2.851.096-3.618%203.748-3.913%206.406h-.09c-1.49-1.163-2.866-3.717-5.425-2.225-.761.444-1.315.955-1.512%201.958-.503%202.551%201.92%203.602%202.136%205.692-1.24%201.599-6.33%207.347-4.538%2010.319.497.823%201.259.759%202.402.978%203.448.663%205.934-2.057%206.94-4.358l.8-.71%201.779%201.334c1.871%201.245%204.2%202.925%206.672%203.38%201.984.365%202.799-1.975%201.959-3.38-.335-.556-.944-.747-1.425-1.157.632-1.829.22-4.054-1.334-4.538-.09-.118-.177-.236-.267-.357%201.638-.761%203.526-1.548%203.557-3.913Zm-2.76-37.807c-1.044-.978-1.977-2.24-3.646-2.58-.273-.584-.076-1.306-.267-2.135-.334-1.455-1.278-3.689-2.579-4.27-1.717.04-2.686%201.7-3.023%203.113l-1.157-.801c-1.248-.006-1.464.61-1.779%201.511-.876-.455-1.77-.783-2.936-.533-.177.267-.357.533-.534.8.113%201.76%201.262%201.633%201.959%202.67.236.623.474%201.244.71%201.868-.792.972-4.253%203.304-3.113%205.338.189.401.408.522.801.71%201.363-.08%202.66-.966%203.113-1.958l1.158-1.067c.325.624.651%201.244.977%201.868.385.236.77.475%201.158.71.69%201.13.168%202.268%201.511%202.76%202.203.8%203.242-2.16%202.58-4.004%201.637-1.798%204.978-.497%205.07-4.003l-.002.003ZM13.54%2020.895c-1.84%202.445-.37%205.661%202.225%206.316-.865%201.868-4.003%205.243-3.203%208.007%201.425%204.917%206.729.444%208.451-.89.25%203.295%201.455%2010.12%205.605%209.074%202.635-.666%202.784-4.99%202.67-8.184%202.061.525%2011.232%204.141%209.785-1.958-.402-1.697-2.372-2.694-3.113-4.18l-.357-.357c2.722-1.636%207.456-1.891%207.473-6.226-1.43-1.354-2.425-1.852-5.425-1.779%201.245-1.907%203.447-3.155%204.003-5.692.57-2.607-2.03-4.408-4.537-3.913-2.68.528-5.911%202.048-7.56%203.736l-.267.09c-1.065-2.053-2.711-7.9-6.673-5.872-2.43%201.245-1.885%206.178-1.69%209.519-2.74.334-6.05.54-7.384%202.312l-.003-.003ZM9.98%2052.297c-1.809%202.262%203.34%205.723%204.982%206.049.09.118.177.236.267.357-3.223%201.983-5.33%207.81%201.778%206.94-.124%202.564-.247%205.396.89%206.939%202.164%202.93%205.572-.312%206.14-2.67%201.632%201.327%202.033%205.145%205.247%204.27.82-.221%201.363-.364%201.692-1.067.868.093%201.744%201.16%203.113.89%202.534-.5%202.683-4.618%201.778-7.026%201.992-.561%204.124.138%205.158-1.334%201.562-2.222-.328-5.804-2.312-6.226l-.09-.177c3.686-4.405.284-6.953-5.425-6.76.014-3.326-.368-5.428-1.778-7.206-1.945-.489-3.257.916-3.824%202.312-.582.292-.919-.286-1.869%200-1.157.349-1.559%201.981-1.511%203.557-1.998-1.584-2.97-5.217-5.782-5.872-4.11-.955-2.02%204.762-1.424%206.226v.09c-2.178-.079-5.895-.705-7.027.71l-.003-.002ZM30.53%20166.514v-.09c1.332-1.697%203.607-2.731%204.18-5.158%201.127-4.779-4.79-3.313-6.76-2.312-.044-1.964-1.859-5.827-4.357-4.181-1.48.975-1.559%203.332-2.312%205.071v.177c-1.273-.834-2.455-2.211-4.003-2.669-2.203-.649-5.552%201.18-4.892%203.47.425%201.478%201.964%202.172%202.67%203.47-1.51%201.857-3.76%202.576-4.358%205.425-.919%204.383%205.49%203.77%208.54%203.29-.05%203.045.762%204.711%202.76%205.692%202.351-.138%202.75-3.369%203.292-5.248l.267-.177c3.063%202.486%2016.101%206.799%2016.011-1.335-2.47-3.163-5.812-5.023-11.03-5.425h-.008ZM27.416%209.242c.149.606.691%201.017%201.157%201.334%202.172%201.475%203.066-.924%204.358-1.601%201.88-.694%203.846%201.112%205.872.533.545-.767.846-1.525.8-2.935-.415-.475-.831-.95-1.244-1.425l-1.958-.978C37.957.2%2034.035.248%2032.487%202.48c-1.598-.327-4.152-1.667-5.338-.09-1.214%201.617.4%202.94.71%204.18.273%201.084-.74%201.458-.443%202.669v.003Zm5.071%20132.186c-.183-1.065-1.773-2.846-3.113-2.045-1.938.93-.407%202.686-.09%204.003-.118.77-.236%201.543-.357%202.313.86.682%201.72%201.365%202.58%202.045%201.351-.034%202.042-.666%202.492-1.602-.93-2.671.23-2.022.356-4.18-.474-.419-.899-.837-1.868-.534Zm-13.966-11.831c1.026-.073%201.228-1%202.046-1.244.876-.262%202.078.053%202.758-.357%201.56-.938%204.001-6.392%203.38-9.519-.373-1.888-1.256-3.259-2.045-4.714%203.346.081%205.287-.747%206.226-3.026%201.188-2.88-.526-6.088-2.936-6.672l-.09-.177c1.767-1.296%203.54-3.962%203.47-7.027-2.152-3.973-7.372.787-9.429%202.225-.478-3.543-1.118-11.412-4.357-11.83-2.366%201.202-2.76%205.357-2.67%208.984-2.72-1.758-4.905-4.113-7.917-5.605-1.003-.497-2.975-.997-4.003-.177-1.132.905-.795%204.19-.177%205.425.416.624.831%201.245%201.244%201.869.118.86.236%201.72.357%202.579%201.017%202.694%203.422%205.284%205.872%206.582-1.073%202.507-5.976%208.168-4.18%2011.741%202.194%204.366%207.389-.803%209.341-2.225-.04%203.408.06%2013.385%203.113%2013.165l-.003.003ZM1.62%20141.338c.031.77.06%201.543.09%202.312.031%204.529%202.397%205.027%205.248%202.759.618%202.593%201.07%206.707%203.113%207.917.8.475%201.672.059%202.402-.177%203.125-1.019%204.358-3.601%204.448-7.473l.177-.09c1.663%202.178%209.723%205.557%209.518-.534-2.312-2.345-3.941-5.765-7.74-6.582-.09-.118-.177-.236-.267-.357%201.416-1.028%205.324-3.818%203.47-6.493-1.722-2.483-6.046.073-7.65%201.068.062-2.326-.29-5.473-1.602-6.493-2.722-2.118-5.304%201.753-5.605%204.004-1.7-.576-5.855-2.262-6.76.357-.699%202.02%202.229%205.534%202.937%206.939-.593.82-1.506%201.764-1.779%202.846v-.003ZM1.53%2018.139c.397.882%201.32%201.045%202.67.978l.71%202.135c.624.893%203.877%201.49%204.804.444%201.107-1.247.537-3.635.978-5.605%203.33-.79%207.49.472%207.56-3.737-1.174-1.579-1.758-2.638-4.624-2.579.79-1.792%202.545-4.07%201.958-6.492l-.89-.624c-1.804-.725-3.299%201.354-4.358%201.868L8.826%206.04C7.713%205.06%205.168.675%202.866%201.59l-.89.624c-.815%203.683.514%207.948.978%2011.297-.703.902-2.38%203.026-1.425%204.624v.003Zm2.492%2067.782c.568.23%201.355.368%201.959%200%20.564-.503%201.126-1.009%201.69-1.512.914%201.357%204.291%203.172%203.648-.443%201.8.154%203.652%201.902%204.714-.267-.02-1.79-1.183-2.453-2.402-3.026v-.444c2.261-.166%204.158-1.14%204.18-3.557-1.303-1.671-2.135-1.871-5.07-1.778%201.131-4.664-1.164-9.286-5.072-5.338-1.792-.25-2.972-3.344-5.425-1.779-2.545%201.621.146%204.712.09%206.406-.048%201.421-2.186%202.958.267%204.18.491%203.088-2.192%206.086%201.424%207.56l-.003-.002Zm2.58-41.007c2.45%201.033%205.74%201.236%205.605-2.313-.91-1.18-1.093-3.07-1.692-4.537-.385-.742-.77-1.483-1.157-2.225-.655-1.16%203.439-5.504.8-6.94-2.087-.887-3.91%202.04-4.27%203.38-.697-.581-.84-1.595-1.601-2.135-.627.017-.815.13-1.245.267-.377.663-.031.992-.267%201.958-.267.562-.534%201.127-.8%201.692-.442%202.048%201.134%203.506%201.424%205.158-1.495%202.076-3.93%204.652-1.602%207.65%202.425.624%203.51-.941%204.805-1.958v.003Zm4.18%20118.04c-.421-.396-.61-.772-1.245-.977-.233-1.329-.112-2.102-.8-3.026.444-.683.89-1.366%201.334-2.045v-.444l-.177-.177c-1.02.126-1.21.699-1.778%201.244-.424-.438-.548-.972-1.068-1.334-.854.062-1.177.351-1.691.711-.514-1.032-1.475-2.251-2.936-1.779-1.725.694-1.601%203.484-.89%205.158-2.068.486-2.068%203.532.176%203.824-.52%201.183-.918%202.804-.09%203.914.835.196%201.487.059%202.313-.09l.623-.624c1.357%202.728%204.37%201.784%204.18-1.868%201.293-.273%202.072-.888%202.046-2.492l.003.005ZM3.841%2061.726c.548.474.81.977%201.512%201.334%203.967-.16%201.486-3.419%201.779-5.248.278-1.736%202.02-2.447%202.312-4.357-.09-.15-.177-.298-.267-.444-.177-.06-.357-.118-.534-.177-.874.376-1.278.904-1.958%201.424-1.085-.419-3.863-1.894-4.804-.444-.57.882.486%202.051.177%203.113L.723%2059.062c-.753%202.121%201.343%203.285%203.113%202.67l.006-.006Z'/%3e%3c/svg%3e");--shape-flowers: var(--shape-flowers-when-stretched, var(--shape-flowers-when-not-stretched));--shape-heart-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20207'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M60.667.608c33.137%200%2060%2026.303%2060%2058.75%200-32.447%2026.863-58.75%2060-58.75s60%2026.303%2060%2058.75c0%2048.91-48.513%2066.151-114.128%20143.997-3.057%203.627-8.688%203.627-11.745%200C49.18%20125.509.667%20108.268.667%2059.358c0-32.447%2026.863-58.75%2060-58.75Z'/%3e%3c/svg%3e");--shape-heart-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20207'%3e%3cpath%20fill='%23D6D6D6'%20d='M60.667.608c33.137%200%2060%2026.303%2060%2058.75%200-32.447%2026.863-58.75%2060-58.75s60%2026.303%2060%2058.75c0%2048.91-48.513%2066.151-114.128%20143.997-3.057%203.627-8.688%203.627-11.745%200C49.18%20125.509.667%20108.268.667%2059.358c0-32.447%2026.863-58.75%2060-58.75Z'/%3e%3c/svg%3e");--shape-heart: var(--shape-heart-when-stretched, var(--shape-heart-when-not-stretched));--shape-hourglass-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M.667.342h240l-47.851%20120%2047.851%20120h-240l47.85-120L.667.342Z'/%3e%3c/svg%3e");--shape-hourglass-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M.667.342h240l-47.851%20120%2047.851%20120h-240l47.85-120L.667.342Z'/%3e%3c/svg%3e");--shape-hourglass: var(--shape-hourglass-when-stretched, var(--shape-hourglass-when-not-stretched));--shape-hourglass-curved-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M0%20.342h240s-47.85%2069.549-47.85%20120c0%2050.451%2047.85%20120%2047.85%20120H0s47.85-69.549%2047.85-120C47.85%2069.891%200%20.342%200%20.342Z'/%3e%3c/svg%3e");--shape-hourglass-curved-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M0%20.342h240s-47.85%2069.549-47.85%20120c0%2050.451%2047.85%20120%2047.85%20120H0s47.85-69.549%2047.85-120C47.85%2069.891%200%20.342%200%20.342Z'/%3e%3c/svg%3e");--shape-hourglass-curved: var(--shape-hourglass-curved-when-stretched, var(--shape-hourglass-curved-when-not-stretched));--shape-hourglass-curved-landscape-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M240.333.342v240s-69.549-47.851-120-47.851c-50.451%200-120%2047.851-120%2047.851v-240s69.549%2047.85%20120%2047.85c50.451%200%20120-47.85%20120-47.85Z'/%3e%3c/svg%3e");--shape-hourglass-curved-landscape-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M240.333.342v240s-69.549-47.851-120-47.851c-50.451%200-120%2047.851-120%2047.851v-240s69.549%2047.85%20120%2047.85c50.451%200%20120-47.85%20120-47.85Z'/%3e%3c/svg%3e");--shape-hourglass-curved-landscape: var(--shape-hourglass-curved-landscape-when-stretched, var(--shape-hourglass-curved-landscape-when-not-stretched));--shape-hourglass-landscape-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M240%20.342v240l-120-47.851L0%20240.342v-240l120%2047.85L240%20.342Z'/%3e%3c/svg%3e");--shape-hourglass-landscape-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M240%20.342v240l-120-47.851L0%20240.342v-240l120%2047.85L240%20.342Z'/%3e%3c/svg%3e");--shape-hourglass-landscape: var(--shape-hourglass-landscape-when-stretched, var(--shape-hourglass-landscape-when-not-stretched));--shape-hotdogs-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M9.088%20150.592c-11.229-11.229-11.229-29.435%200-40.664L110.253%208.763c11.229-11.229%2029.435-11.229%2040.664%200%2011.229%2011.23%2011.229%2029.435%200%2040.665%2011.229-11.23%2029.435-11.23%2040.664%200%2011.229%2011.229%2011.229%2029.434%200%2040.664%2011.229-11.23%2029.435-11.23%2040.664%200%2011.229%2011.229%2011.229%2029.435%200%2040.664L131.081%20231.92c-11.23%2011.229-29.435%2011.229-40.664%200-11.23-11.229-11.23-29.435%200-40.664-11.23%2011.229-29.436%2011.229-40.665%200s-11.229-29.435%200-40.664c-11.229%2011.229-29.435%2011.229-40.664%200Z'/%3e%3c/svg%3e");--shape-hotdogs-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='M9.088%20150.592c-11.229-11.229-11.229-29.435%200-40.664L110.253%208.763c11.229-11.229%2029.435-11.229%2040.664%200%2011.229%2011.23%2011.229%2029.435%200%2040.665%2011.229-11.23%2029.435-11.23%2040.664%200%2011.229%2011.229%2011.229%2029.434%200%2040.664%2011.229-11.23%2029.435-11.23%2040.664%200%2011.229%2011.229%2011.229%2029.435%200%2040.664L131.081%20231.92c-11.23%2011.229-29.435%2011.229-40.664%200-11.23-11.229-11.23-29.435%200-40.664-11.23%2011.229-29.436%2011.229-40.665%200s-11.229-29.435%200-40.664c-11.229%2011.229-29.435%2011.229-40.664%200Z'/%3e%3c/svg%3e");--shape-hotdogs: var(--shape-hotdogs-when-stretched, var(--shape-hotdogs-when-not-stretched));--shape-organic-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20223%20240'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23000'%20d='M199.359%2032.412C172.375%2012.034%20139.355-2.193%20105.98.402%2088.582%201.749%2072.338%207.9%2057.692%2018.09%2046.776%2025.683%2032.75%2032.412%2023.697%2042.505%2016.062%2051.06%2011.358%2064.9%207.807%2075.955-.18%20100.372-2.4%20127.19%202.837%20152.567c9.675%2046.716%2042.872%2082.474%2087.254%2086.896%2057.253%205.767%2093.06-45.848%20115.339-105.06%2016.777-44.505%2030.056-74.883-6.071-101.99Z'/%3e%3c/svg%3e");--shape-organic-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20223%20240'%3e%3cpath%20fill='%23000'%20d='M199.359%2032.412C172.375%2012.034%20139.355-2.193%20105.98.402%2088.582%201.749%2072.338%207.9%2057.692%2018.09%2046.776%2025.683%2032.75%2032.412%2023.697%2042.505%2016.062%2051.06%2011.358%2064.9%207.807%2075.955-.18%20100.372-2.4%20127.19%202.837%20152.567c9.675%2046.716%2042.872%2082.474%2087.254%2086.896%2057.253%205.767%2093.06-45.848%20115.339-105.06%2016.777-44.505%2030.056-74.883-6.071-101.99Z'/%3e%3c/svg%3e");--shape-organic-1: var(--shape-organic-1-when-stretched, var(--shape-organic-1-when-not-stretched));--shape-organic-2-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20241%20240'%3e%3cpath%20fill='%23000'%20d='M238.523%20110.643c-6.19-40.295-28.238-75.175-74.283-93.73C123.622.508%2076.22-6.82%2033.567%208.073%206.941%2017.39%201.344%2038.892.667%2063.26c-1.103%2037.19%201.101%2074.778%201.61%20111.967.594%2038.385%2031.715%2056.94%2068.94%2061.718%2051.303%206.53%20123.466%206.291%20155.18-39.022%206.19-8.919%209.752-20.147%2011.363-30.659%203.052-19.272%203.561-38.464.763-56.621Z'/%3e%3c/svg%3e");--shape-organic-2-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20240'%3e%3cpath%20fill='%23000'%20d='M238.523%20110.643c-6.19-40.295-28.238-75.175-74.283-93.73C123.622.508%2076.22-6.82%2033.567%208.073%206.941%2017.39%201.344%2038.892.667%2063.26c-1.103%2037.19%201.101%2074.778%201.61%20111.967.594%2038.385%2031.715%2056.94%2068.94%2061.718%2051.303%206.53%20123.466%206.291%20155.18-39.022%206.19-8.919%209.752-20.147%2011.363-30.659%203.052-19.272%203.561-38.464.763-56.621Z'/%3e%3c/svg%3e");--shape-organic-2: var(--shape-organic-2-when-stretched, var(--shape-organic-2-when-not-stretched));--shape-organic-3-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20325%20240'%3e%3cpath%20fill='%23000'%20d='M100.805%20218.762C90.473%20232.155%2077.938%20240%2064.425%20240%2029.066%20240%20.4%20186.274.4%20120S29.064%200%2064.426%200c13.512%200%2026.047%207.845%2036.379%2021.238C107.627%207.845%20115.905%200%20124.828%200c12.629%200%2023.964%2015.713%2031.712%2040.625C167.681%2015.713%20183.983%200%20202.144%200c17.634%200%2033.515%2014.814%2044.621%2038.48C255.003%2014.815%20266.782%200%20279.862%200c24.908%200%2045.101%2053.726%2045.101%20120s-20.193%20120-45.101%20120c-13.08%200-24.859-14.814-33.097-38.481C235.659%20225.186%20219.778%20240%20202.144%20240c-18.161%200-34.463-15.713-45.604-40.625C148.792%20224.287%20137.457%20240%20124.828%20240c-8.923%200-17.201-7.845-24.023-21.238Z'/%3e%3c/svg%3e");--shape-organic-3-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20325%20240'%3e%3cpath%20fill='%23000'%20d='M100.805%20218.762C90.473%20232.155%2077.938%20240%2064.425%20240%2029.066%20240%20.4%20186.274.4%20120S29.064%200%2064.426%200c13.512%200%2026.047%207.845%2036.379%2021.238C107.627%207.845%20115.905%200%20124.828%200c12.629%200%2023.964%2015.713%2031.712%2040.625C167.681%2015.713%20183.983%200%20202.144%200c17.634%200%2033.515%2014.814%2044.621%2038.48C255.003%2014.815%20266.782%200%20279.862%200c24.908%200%2045.101%2053.726%2045.101%20120s-20.193%20120-45.101%20120c-13.08%200-24.859-14.814-33.097-38.481C235.659%20225.186%20219.778%20240%20202.144%20240c-18.161%200-34.463-15.713-45.604-40.625C148.792%20224.287%20137.457%20240%20124.828%20240c-8.923%200-17.201-7.845-24.023-21.238Z'/%3e%3c/svg%3e");--shape-organic-3: var(--shape-organic-3-when-stretched, var(--shape-organic-3-when-not-stretched));--shape-organic-bean-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20176'%3e%3cpath%20fill='%23000'%20d='M120.314.61c62.527%200%20129.633%201.116%20118.457%20125.703-8.561%2095.422-84.895%2022.369-123.071%2021.053-38.175-1.316-48.035%2025.65-81.614%2027.965-33.578%202.315-44.088-64.159-23.685-101.668C30.805%2036.153%2057.788.61%20120.314.61Z'/%3e%3c/svg%3e");--shape-organic-bean-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20176'%3e%3cpath%20fill='%23000'%20d='M120.314.61c62.527%200%20129.633%201.116%20118.457%20125.703-8.561%2095.422-84.895%2022.369-123.071%2021.053-38.175-1.316-48.035%2025.65-81.614%2027.965-33.578%202.315-44.088-64.159-23.685-101.668C30.805%2036.153%2057.788.61%20120.314.61Z'/%3e%3c/svg%3e");--shape-organic-bean: var(--shape-organic-bean-when-stretched, var(--shape-organic-bean-when-not-stretched));--shape-organic-circle-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20246%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M116.388%202.084S10.676%2015.715.854%20126.227c-4.33%2048.588%2023.75%20107.963%2099.329%20113.356%2075.579%205.393%20137.106-25.902%20144.677-111.204%207.57-85.302-49.677-121.99-71.25-126.295-21.573-4.305-57.222%200-57.222%200Z'/%3e%3c/svg%3e");--shape-organic-circle-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20246%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='M116.388%202.084S10.676%2015.715.854%20126.227c-4.33%2048.588%2023.75%20107.963%2099.329%20113.356%2075.579%205.393%20137.106-25.902%20144.677-111.204%207.57-85.302-49.677-121.99-71.25-126.295-21.573-4.305-57.222%200-57.222%200Z'/%3e%3c/svg%3e");--shape-organic-circle: var(--shape-organic-circle-when-stretched, var(--shape-organic-circle-when-not-stretched));--shape-organic-flower-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20226'%3e%3cpath%20fill='%23D6D6D6'%20d='M208.81%2093.84c11.971-17.304%2014.724-37.272%205.238-52.036-10.788-16.797-34.26-21.97-58.049-14.76-9.134-16.34-23.688-26.697-39.68-26.07-17.466.688-32.186%2014.307-39.505%2033.935a75.387%2075.387%200%200%200-12.804-1.09C28.656%2033.82%200%2058.21%200%2088.295%200%20112.493%2018.54%20133%2044.182%20140.106c-20.269%2018.769-28.34%2043.213-17.942%2059.398%2012.443%2019.376%2046.639%2019.572%2076.373.436a91.708%2091.708%200%200%200%202.411-1.606c11.24%2018.89%2029.152%2030.006%2047.025%2026.879%2021.061-3.683%2035.484-25.995%2036.492-53.245%2022.76%203.728%2044.408-7.714%2050.078-27.466%205.84-20.35-7.36-42.23-29.809-50.661Z'/%3e%3c/svg%3e");--shape-organic-flower-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20226'%3e%3cpath%20fill='%23D6D6D6'%20d='M208.81%2093.84c11.971-17.304%2014.724-37.272%205.238-52.036-10.788-16.797-34.26-21.97-58.049-14.76-9.134-16.34-23.688-26.697-39.68-26.07-17.466.688-32.186%2014.307-39.505%2033.935a75.387%2075.387%200%200%200-12.804-1.09C28.656%2033.82%200%2058.21%200%2088.295%200%20112.493%2018.54%20133%2044.182%20140.106c-20.269%2018.769-28.34%2043.213-17.942%2059.398%2012.443%2019.376%2046.639%2019.572%2076.373.436a91.708%2091.708%200%200%200%202.411-1.606c11.24%2018.89%2029.152%2030.006%2047.025%2026.879%2021.061-3.683%2035.484-25.995%2036.492-53.245%2022.76%203.728%2044.408-7.714%2050.078-27.466%205.84-20.35-7.36-42.23-29.809-50.661Z'/%3e%3c/svg%3e");--shape-organic-flower: var(--shape-organic-flower-when-stretched, var(--shape-organic-flower-when-not-stretched));--shape-organic-oval-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20264%20142'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M.7%2072.708c-2.908%2018.498%208.114%2046.979%2044.476%2060.982%2017.761%206.84%2048.42%206.023%2073.21%207.026%2049.565%202.005%2097.084.83%20123.291-17.837%2013.734-9.784%2018.713-28.557%2021.315-45.179%203.149-20.117-1.045-46.463-13.098-57.7-16.908-15.764-45.528-12.443-58.117-13.867-35.824-4.053-116.421-11.301-159.6%204.584C4.863%2020.765%205.47%2042.267.699%2072.708Z'/%3e%3c/svg%3e");--shape-organic-oval-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20264%20142'%3e%3cpath%20fill='%23D6D6D6'%20d='M.7%2072.708c-2.908%2018.498%208.114%2046.979%2044.476%2060.982%2017.761%206.84%2048.42%206.023%2073.21%207.026%2049.565%202.005%2097.084.83%20123.291-17.837%2013.734-9.784%2018.713-28.557%2021.315-45.179%203.149-20.117-1.045-46.463-13.098-57.7-16.908-15.764-45.528-12.443-58.117-13.867-35.824-4.053-116.421-11.301-159.6%204.584C4.863%2020.765%205.47%2042.267.699%2072.708Z'/%3e%3c/svg%3e");--shape-organic-oval: var(--shape-organic-oval-when-stretched, var(--shape-organic-oval-when-not-stretched));--shape-organic-rectangle-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20151'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M2.172%2071.622c1.18-14.85%201.733-24.056%203.466-37.149C7.371%2021.381%201.895%2010.895%2016.013%205.605%2029.25.64%2051.155.393%2098.405.871c72.043.71%2084.704-1.742%20112.963-.154%2028.26%201.588%2024.216%2011.134%2025.924%2024.565%201.708%2013.432%204.622%2060.142%202.889%2071.815-1.734%2011.674%202.311%2026.894-7.486%2037.504-9.797%2010.609-31.123%208.851-52.45%2011.319-21.326%202.467-66.843%206.369-111.23%202.837-44.386-3.531-63.93%202.976-66.843-19.816-2.588-20.17-1.181-42.453%200-57.319Z'/%3e%3c/svg%3e");--shape-organic-rectangle-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20151'%3e%3cpath%20fill='%23D6D6D6'%20d='M2.172%2071.622c1.18-14.85%201.733-24.056%203.466-37.149C7.371%2021.381%201.895%2010.895%2016.013%205.605%2029.25.64%2051.155.393%2098.405.871c72.043.71%2084.704-1.742%20112.963-.154%2028.26%201.588%2024.216%2011.134%2025.924%2024.565%201.708%2013.432%204.622%2060.142%202.889%2071.815-1.734%2011.674%202.311%2026.894-7.486%2037.504-9.797%2010.609-31.123%208.851-52.45%2011.319-21.326%202.467-66.843%206.369-111.23%202.837-44.386-3.531-63.93%202.976-66.843-19.816-2.588-20.17-1.181-42.453%200-57.319Z'/%3e%3c/svg%3e");--shape-organic-rectangle: var(--shape-organic-rectangle-when-stretched, var(--shape-organic-rectangle-when-not-stretched));--shape-organic-square-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20245'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23000'%20d='M1.46%20116.39C2.64%2092.2%203.191%2077.204%204.925%2055.877%206.659%2034.55%201.183%2017.469%2015.3%208.853%2028.538.764%2050.443.363%2097.693%201.14c72.043%201.156%2084.703-2.838%20112.963-.251%2028.26%202.587%2024.215%2018.136%2025.924%2040.016%201.708%2021.879%204.622%2097.966%202.888%20116.982-1.733%2019.016%202.311%2043.809-7.485%2061.091-9.797%2017.282-31.124%2014.419-52.45%2018.438-21.327%204.019-66.844%2010.374-111.23%204.622-44.387-5.752-63.93%204.848-66.844-32.279-2.587-32.856-1.18-69.154%200-93.37Z'/%3e%3c/svg%3e");--shape-organic-square-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20245'%3e%3cpath%20fill='%23000'%20d='M1.46%20116.39C2.64%2092.2%203.191%2077.204%204.925%2055.877%206.659%2034.55%201.183%2017.469%2015.3%208.853%2028.538.764%2050.443.363%2097.693%201.14c72.043%201.156%2084.703-2.838%20112.963-.251%2028.26%202.587%2024.215%2018.136%2025.924%2040.016%201.708%2021.879%204.622%2097.966%202.888%20116.982-1.733%2019.016%202.311%2043.809-7.485%2061.091-9.797%2017.282-31.124%2014.419-52.45%2018.438-21.327%204.019-66.844%2010.374-111.23%204.622-44.387-5.752-63.93%204.848-66.844-32.279-2.587-32.856-1.18-69.154%200-93.37Z'/%3e%3c/svg%3e");--shape-organic-square: var(--shape-organic-square-when-stretched, var(--shape-organic-square-when-not-stretched));--shape-petal-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D9D9D9'%20d='M163.339%2018.293c11.347%2011.347%2017.314%2026.035%2017.903%2040.897%2014.831.61%2029.483%206.576%2040.806%2017.9%2023.936%2023.935%2023.936%2062.742%200%2086.678-11.325%2011.325-25.979%2017.292-40.813%2017.9-.628%2014.802-6.594%2029.42-17.896%2040.722-23.935%2023.935-62.743%2023.935-86.678%200-11.302-11.302-17.267-25.92-17.896-40.722-14.834-.608-29.488-6.575-40.813-17.9-23.936-23.936-23.936-62.743%200-86.678%2011.323-11.324%2025.975-17.29%2040.806-17.9.589-14.862%206.556-29.55%2017.903-40.897%2023.935-23.936%2062.743-23.936%2086.678%200Z'/%3e%3c/svg%3e");--shape-petal-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D9D9D9'%20d='M163.339%2018.293c11.347%2011.347%2017.314%2026.035%2017.903%2040.897%2014.831.61%2029.483%206.576%2040.806%2017.9%2023.936%2023.935%2023.936%2062.742%200%2086.678-11.325%2011.325-25.979%2017.292-40.813%2017.9-.628%2014.802-6.594%2029.42-17.896%2040.722-23.935%2023.935-62.743%2023.935-86.678%200-11.302-11.302-17.267-25.92-17.896-40.722-14.834-.608-29.488-6.575-40.813-17.9-23.936-23.936-23.936-62.743%200-86.678%2011.323-11.324%2025.975-17.29%2040.806-17.9.589-14.862%206.556-29.55%2017.903-40.897%2023.935-23.936%2062.743-23.936%2086.678%200Z'/%3e%3c/svg%3e");--shape-petal-1: var(--shape-petal-1-when-stretched, var(--shape-petal-1-when-not-stretched));--shape-petal-2-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='m239.95%20120.329-25.327-19.513a53.312%2053.312%200%200%200-22.991-10.192%2053.473%2053.473%200%200%200%209.072-23.465l4.101-31.694-31.69%204.102c-8.475%201.094-16.504%204.25-23.463%209.073-1.516-8.328-4.971-16.232-10.191-22.993L119.975.342l-19.511%2025.33a53.329%2053.329%200%200%200-10.19%2022.993%2053.469%2053.469%200%200%200-23.464-9.073L35.12%2035.49l4.101%2031.694c1.094%208.476%204.25%2016.505%209.072%2023.465-8.326%201.516-16.23%204.972-22.99%2010.192L0%20120.329l25.327%2019.513a53.315%2053.315%200%200%200%2022.991%2010.192%2053.48%2053.48%200%200%200-9.072%2023.465l-4.101%2031.694%2031.69-4.102c8.476-1.093%2016.504-4.25%2023.463-9.073%201.516%208.328%204.971%2016.232%2010.191%2022.994L120%20240.342l19.511-25.33a53.32%2053.32%200%200%200%2010.191-22.994%2053.45%2053.45%200%200%200%2023.463%209.073l31.69%204.102-4.101-31.694c-1.094-8.476-4.25-16.505-9.072-23.465%208.326-1.516%2016.23-4.972%2022.991-10.192L240%20120.329h-.05Z'/%3e%3c/svg%3e");--shape-petal-2-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='m239.95%20120.329-25.327-19.513a53.312%2053.312%200%200%200-22.991-10.192%2053.473%2053.473%200%200%200%209.072-23.465l4.101-31.694-31.69%204.102c-8.475%201.094-16.504%204.25-23.463%209.073-1.516-8.328-4.971-16.232-10.191-22.993L119.975.342l-19.511%2025.33a53.329%2053.329%200%200%200-10.19%2022.993%2053.469%2053.469%200%200%200-23.464-9.073L35.12%2035.49l4.101%2031.694c1.094%208.476%204.25%2016.505%209.072%2023.465-8.326%201.516-16.23%204.972-22.99%2010.192L0%20120.329l25.327%2019.513a53.315%2053.315%200%200%200%2022.991%2010.192%2053.48%2053.48%200%200%200-9.072%2023.465l-4.101%2031.694%2031.69-4.102c8.476-1.093%2016.504-4.25%2023.463-9.073%201.516%208.328%204.971%2016.232%2010.191%2022.994L120%20240.342l19.511-25.33a53.32%2053.32%200%200%200%2010.191-22.994%2053.45%2053.45%200%200%200%2023.463%209.073l31.69%204.102-4.101-31.694c-1.094-8.476-4.25-16.505-9.072-23.465%208.326-1.516%2016.23-4.972%2022.991-10.192L240%20120.329h-.05Z'/%3e%3c/svg%3e");--shape-petal-2: var(--shape-petal-2-when-stretched, var(--shape-petal-2-when-not-stretched));--shape-petal-3-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='m240.243%20120.33-22.955-17.688a46.726%2046.726%200%200%200-6.622-4.281l6.532-9.532-23.18-8.27c-5.113-1.825-10.497-2.568-15.859-2.298a40.88%2040.88%200%200%200%202.704-15.796l-.699-24.606-23.608%206.94c-3.086.902-6.014%202.186-8.785%203.763a51.451%2051.451%200%200%200-.473-3.74c-.383-2.299-.969-4.574-1.667-6.783-.676-2.14-1.532-4.236-2.501-6.264-.856-1.802-1.802-3.56-2.906-5.25a52.558%2052.558%200%200%200-2.297-3.245L120.288.342l-17.683%2022.96a52.973%2052.973%200%200%200-2.298%203.245%2048.52%2048.52%200%200%200-7.073%2018.275%2052.967%2052.967%200%200%200-.474%203.74%2040.507%2040.507%200%200%200-8.785-3.763l-23.608-6.94-.698%2024.606a40.87%2040.87%200%200%200%202.703%2015.796c-5.361-.27-10.745.473-15.859%202.298l-23.18%208.27%206.533%209.532a48.032%2048.032%200%200%200-6.623%204.281L.333%20120.33l22.955%2017.689a46.776%2046.776%200%200%200%206.623%204.281l-6.533%209.532%2023.18%208.269c5.114%201.825%2010.498%202.569%2015.859%202.299a40.867%2040.867%200%200%200-2.703%2015.795l.698%2024.606%2023.608-6.94c3.086-.901%206.015-2.185%208.786-3.763.112%201.262.27%202.501.473%203.741.383%202.298.968%204.574%201.667%206.782.675%202.141%201.531%204.236%202.5%206.264.856%201.803%201.802%203.561%202.906%205.251a52.99%2052.99%200%200%200%202.298%203.244l17.683%2022.962%2017.684-22.962a52.541%2052.541%200%200%200%202.297-3.244%2048.515%2048.515%200%200%200%207.074-18.275%2053.07%2053.07%200%200%200%20.473-3.74%2040.543%2040.543%200%200%200%208.785%203.763l23.608%206.94.699-24.606a40.897%2040.897%200%200%200-2.703-15.796c5.361.271%2010.745-.473%2015.858-2.298l23.18-8.27-6.532-9.531a48.08%2048.08%200%200%200%206.622-4.282l22.955-17.688-.09-.023Z'/%3e%3c/svg%3e");--shape-petal-3-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20241%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='m240.243%20120.33-22.955-17.688a46.726%2046.726%200%200%200-6.622-4.281l6.532-9.532-23.18-8.27c-5.113-1.825-10.497-2.568-15.859-2.298a40.88%2040.88%200%200%200%202.704-15.796l-.699-24.606-23.608%206.94c-3.086.902-6.014%202.186-8.785%203.763a51.451%2051.451%200%200%200-.473-3.74c-.383-2.299-.969-4.574-1.667-6.783-.676-2.14-1.532-4.236-2.501-6.264-.856-1.802-1.802-3.56-2.906-5.25a52.558%2052.558%200%200%200-2.297-3.245L120.288.342l-17.683%2022.96a52.973%2052.973%200%200%200-2.298%203.245%2048.52%2048.52%200%200%200-7.073%2018.275%2052.967%2052.967%200%200%200-.474%203.74%2040.507%2040.507%200%200%200-8.785-3.763l-23.608-6.94-.698%2024.606a40.87%2040.87%200%200%200%202.703%2015.796c-5.361-.27-10.745.473-15.859%202.298l-23.18%208.27%206.533%209.532a48.032%2048.032%200%200%200-6.623%204.281L.333%20120.33l22.955%2017.689a46.776%2046.776%200%200%200%206.623%204.281l-6.533%209.532%2023.18%208.269c5.114%201.825%2010.498%202.569%2015.859%202.299a40.867%2040.867%200%200%200-2.703%2015.795l.698%2024.606%2023.608-6.94c3.086-.901%206.015-2.185%208.786-3.763.112%201.262.27%202.501.473%203.741.383%202.298.968%204.574%201.667%206.782.675%202.141%201.531%204.236%202.5%206.264.856%201.803%201.802%203.561%202.906%205.251a52.99%2052.99%200%200%200%202.298%203.244l17.683%2022.962%2017.684-22.962a52.541%2052.541%200%200%200%202.297-3.244%2048.515%2048.515%200%200%200%207.074-18.275%2053.07%2053.07%200%200%200%20.473-3.74%2040.543%2040.543%200%200%200%208.785%203.763l23.608%206.94.699-24.606a40.897%2040.897%200%200%200-2.703-15.796c5.361.271%2010.745-.473%2015.858-2.298l23.18-8.27-6.532-9.531a48.08%2048.08%200%200%200%206.622-4.282l22.955-17.688-.09-.023Z'/%3e%3c/svg%3e");--shape-petal-3: var(--shape-petal-3-when-stretched, var(--shape-petal-3-when-not-stretched));--shape-plectrum-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='none'%20fill='none'%20viewBox='0%200%20223%20241'%3e%3cpath%20d='M111.287%20240.597C59.916%20240.597%203.332%20128.413.493%2068.161-2.345%207.905%2084.158.597%20111.287.597c27.129%200%20113.633%207.308%20110.794%2067.56-2.838%2060.256-59.422%20172.436-110.794%20172.436v.004Z'%20fill='%23D6D6D6'/%3e%3c/svg%3e");--shape-plectrum-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20223%20241'%3e%3cpath%20d='M111.287%20240.597C59.916%20240.597%203.332%20128.413.493%2068.161-2.345%207.905%2084.158.597%20111.287.597c27.129%200%20113.633%207.308%20110.794%2067.56-2.838%2060.256-59.422%20172.436-110.794%20172.436v.004Z'%20fill='%23D6D6D6'/%3e%3c/svg%3e");--shape-plectrum: var(--shape-plectrum-when-stretched, var(--shape-plectrum-when-not-stretched));--shape-scribble-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20195'%3e%3cpath%20fill='%23D6D6D6'%20d='M230.053%20113.439c1.486-1.611%202.938-3.289%204.459-4.899%208.816-9.43%205.981-22.72-1.97-29.835%204.839-13.055-7.087-28.392-21.365-27.15-2.281-9.431-11.097-17.485-21.191-16.713%202.661-14.297-15.523-28.594-31.563-21.11a314.643%20314.643%200%200%200-12.204%206.007C144.595%206.181%20130.421-5.934%20116.074%204c-4.598%203.189-9.127%206.41-13.69%209.633C99.377%204.47%2090.838-2.276%2078.531%201.684c-24.718%207.92-46.186%2020.707-64.025%2039.198-9.818%2010.203-5.842%2023.19%202.8%2030.003-3.975%204.9-7.95%209.766-11.926%2014.666-9.887%2012.182-4.944%2025.875%205.116%2031.379-10.025%2015.706%205.808%2033.425%2022.402%2029.767%201.694%2013.324%2014.83%2024.768%2029.8%2015.203.794-.503%201.555-1.007%202.35-1.51-5.877%2016.646%2013.344%2034.131%2029.8%2024.13%205.393%202.282%2011.65%202.382%2017.562-1.208%205.323-3.222%2010.647-6.478%2015.971-9.699.346%2013.961%2015.107%2026.915%2030.56%2017.585l14.727-8.86c6.811%209.196%2020.639%2013.559%2031.01%203.021%2012.929-13.122%2024.752-28.124%2033.084-44.367%205.22-10.236.76-22.082-7.709-27.586v.033Z'/%3e%3c/svg%3e");--shape-scribble-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20195'%3e%3cpath%20fill='%23D6D6D6'%20d='M230.053%20113.439c1.486-1.611%202.938-3.289%204.459-4.899%208.816-9.43%205.981-22.72-1.97-29.835%204.839-13.055-7.087-28.392-21.365-27.15-2.281-9.431-11.097-17.485-21.191-16.713%202.661-14.297-15.523-28.594-31.563-21.11a314.643%20314.643%200%200%200-12.204%206.007C144.595%206.181%20130.421-5.934%20116.074%204c-4.598%203.189-9.127%206.41-13.69%209.633C99.377%204.47%2090.838-2.276%2078.531%201.684c-24.718%207.92-46.186%2020.707-64.025%2039.198-9.818%2010.203-5.842%2023.19%202.8%2030.003-3.975%204.9-7.95%209.766-11.926%2014.666-9.887%2012.182-4.944%2025.875%205.116%2031.379-10.025%2015.706%205.808%2033.425%2022.402%2029.767%201.694%2013.324%2014.83%2024.768%2029.8%2015.203.794-.503%201.555-1.007%202.35-1.51-5.877%2016.646%2013.344%2034.131%2029.8%2024.13%205.393%202.282%2011.65%202.382%2017.562-1.208%205.323-3.222%2010.647-6.478%2015.971-9.699.346%2013.961%2015.107%2026.915%2030.56%2017.585l14.727-8.86c6.811%209.196%2020.639%2013.559%2031.01%203.021%2012.929-13.122%2024.752-28.124%2033.084-44.367%205.22-10.236.76-22.082-7.709-27.586v.033Z'/%3e%3c/svg%3e");--shape-scribble-1: var(--shape-scribble-1-when-stretched, var(--shape-scribble-1-when-not-stretched));--shape-sawtooth-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20198'%3e%3cpath%20fill='%23D6D6D6'%20d='m0%20198.008%2036.993-16.117v16.117l36.96-16.103v16.103l36.993-16.117v16.117l36.993-16.117v16.117L240%20157.9V.712l-36.993%2016.117V.712l-36.993%2016.117V.712l-36.96%2016.103V.712L92.061%2016.829V.712L0%2040.82v157.188Z'/%3e%3c/svg%3e");--shape-sawtooth-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20198'%3e%3cpath%20fill='%23D6D6D6'%20d='m0%20198.008%2036.993-16.117v16.117l36.96-16.103v16.103l36.993-16.117v16.117l36.993-16.117v16.117L240%20157.9V.712l-36.993%2016.117V.712l-36.993%2016.117V.712l-36.96%2016.103V.712L92.061%2016.829V.712L0%2040.82v157.188Z'/%3e%3c/svg%3e");--shape-sawtooth: var(--shape-sawtooth-when-stretched, var(--shape-sawtooth-when-not-stretched));--shape-spade-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20226%20241'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='M99.49%20180.282c-10.328%2012.262-25.84%2020.06-43.182%2020.06-31.098%200-56.308-25.072-56.308-56%200-25.629%2018.345-42.135%2042.792-64.13C64.132%2061.01%2090.121%2037.626%20112.615.341c22.495%2037.285%2048.484%2060.669%2069.824%2079.87%2024.447%2021.995%2042.792%2038.501%2042.792%2064.13%200%2030.928-25.21%2056-56.308%2056-17.342%200-32.854-7.798-43.183-20.06%208.809%2019.907%2018.492%2036.002%2025.459%2046.502%203.715%205.599-.311%2013.558-7.056%2013.558H81.088c-6.745%200-10.771-7.959-7.056-13.558%206.966-10.5%2016.65-26.595%2025.459-46.502Z'/%3e%3c/svg%3e");--shape-spade-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20226%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='M99.49%20180.282c-10.328%2012.262-25.84%2020.06-43.182%2020.06-31.098%200-56.308-25.072-56.308-56%200-25.629%2018.345-42.135%2042.792-64.13C64.132%2061.01%2090.121%2037.626%20112.615.341c22.495%2037.285%2048.484%2060.669%2069.824%2079.87%2024.447%2021.995%2042.792%2038.501%2042.792%2064.13%200%2030.928-25.21%2056-56.308%2056-17.342%200-32.854-7.798-43.183-20.06%208.809%2019.907%2018.492%2036.002%2025.459%2046.502%203.715%205.599-.311%2013.558-7.056%2013.558H81.088c-6.745%200-10.771-7.959-7.056-13.558%206.966-10.5%2016.65-26.595%2025.459-46.502Z'/%3e%3c/svg%3e");--shape-spade: var(--shape-spade-when-stretched, var(--shape-spade-when-not-stretched));--shape-square-stack-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20207'%3e%3cpath%20fill='%23D9D9D9'%20d='M175.028%2016.597c0-8.836-7.164-16-16-16H16c-8.837%200-16%207.164-16%2016v119.824c0%208.836%207.163%2016%2016%2016h32.972c8.837%200%2016%207.163%2016%2016v21.701c0%208.837%207.164%2016%2016%2016H224c8.837%200%2016-7.163%2016-16V70.299c0-8.837-7.163-16-16-16h-32.972c-8.837%200-16-7.163-16-16V16.597Z'/%3e%3c/svg%3e");--shape-square-stack-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20207'%3e%3cpath%20fill='%23D9D9D9'%20d='M175.028%2016.597c0-8.836-7.164-16-16-16H16c-8.837%200-16%207.164-16%2016v119.824c0%208.836%207.163%2016%2016%2016h32.972c8.837%200%2016%207.163%2016%2016v21.701c0%208.837%207.164%2016%2016%2016H224c8.837%200%2016-7.163%2016-16V70.299c0-8.837-7.163-16-16-16h-32.972c-8.837%200-16-7.163-16-16V16.597Z'/%3e%3c/svg%3e");--shape-square-stack: var(--shape-square-stack-when-stretched, var(--shape-square-stack-when-not-stretched));--shape-star-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20229'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D6D6D6'%20d='m119.998.215%2037.084%2075.136L240%2087.4l-59.999%2058.485%2014.164%2082.583-74.167-38.991-74.163%2038.991L60%20145.885%200%2087.4l82.918-12.05L119.998.216Z'/%3e%3c/svg%3e");--shape-star-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20229'%3e%3cpath%20fill='%23D6D6D6'%20d='m119.998.215%2037.084%2075.136L240%2087.4l-59.999%2058.485%2014.164%2082.583-74.167-38.991-74.163%2038.991L60%20145.885%200%2087.4l82.918-12.05L119.998.216Z'/%3e%3c/svg%3e");--shape-star-1: var(--shape-star-1-when-stretched, var(--shape-star-1-when-not-stretched));--shape-star-2-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20229%20218'%20preserveAspectRatio='none'%3e%3cpath%20fill='%23D9D9D9'%20d='m114.333.341%2026.942%2082.918h87.185l-70.534%2051.247%2026.942%2082.917-70.535-51.246-70.534%2051.246%2026.942-82.917L.207%2083.259h87.185L114.333.341Z'/%3e%3c/svg%3e");--shape-star-2-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20229%20218'%3e%3cpath%20fill='%23D9D9D9'%20d='m114.333.341%2026.942%2082.918h87.185l-70.534%2051.247%2026.942%2082.917-70.535-51.246-70.534%2051.246%2026.942-82.917L.207%2083.259h87.185L114.333.341Z'/%3e%3c/svg%3e");--shape-star-2: var(--shape-star-2-when-stretched, var(--shape-star-2-when-not-stretched));--shape-triangle-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20272%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='m0%20240.342%20134.715-240%20136.746%20240H.001Z'/%3e%3c/svg%3e");--shape-triangle-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20272%20241'%3e%3cpath%20fill='%23D6D6D6'%20d='m0%20240.342%20134.715-240%20136.746%20240H.001Z'/%3e%3c/svg%3e");--shape-triangle: var(--shape-triangle-when-stretched, var(--shape-triangle-when-not-stretched));--shape-wave-1-when-stretched: var(--shape-stretched) url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20preserveAspectRatio='none'%20viewBox='0%200%20240%20172'%3e%3cpath%20fill='%23D9D9D9'%20d='M0%2018.698s40.56%2041.224%20120%200c79.441-41.225%20120%200%20120%200v152.866H0V18.697Z'/%3e%3c/svg%3e");--shape-wave-1-when-not-stretched: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20240%20172'%3e%3cpath%20fill='%23D9D9D9'%20d='M0%2018.698s40.56%2041.224%20120%200c79.441-41.225%20120%200%20120%200v152.866H0V18.697Z'/%3e%3c/svg%3e");--shape-wave-1: var(--shape-wave-1-when-stretched, var(--shape-wave-1-when-not-stretched))}}@layer moda.tokens{:where(html){--size-2xs: .125rem;--size-xs: .25rem;--size-s: .5rem;--size-m: 1rem;--size-l: 1.5rem;--size-xl: 2rem;--size-2xl: 3rem;--size-3xl: 4rem;--size-4xl: 5.5rem;--size-relative-m: 1em}}@layer moda.utilities{.m-bordered{border:var(--border-size, 0) var(--border-style, none) var(--border-color, transparent);border-radius:var(--border-radius, none)}.m-clipped{-webkit-clip-path:var(--clip-path, none);clip-path:var(--clip-path, none);position:relative}.m-cut-corner{--clip-path: var(--cut-corner, initial)}.m-masked{-webkit-mask:var(--mask, none);mask:var(--mask, none);-webkit-mask-size:var(--mask-size, 100% 100%);mask-size:var(--mask-size, 100% 100%);-webkit-mask-repeat:var(--mask-repeat, no-repeat);mask-repeat:var(--mask-repeat, no-repeat);-webkit-mask-position:var(--mask-position, center);mask-position:var(--mask-position, center)}.m-shape{--mask: var(--shape, initial)}}@layer moda.blocks{:where(html){--media-shape-stretched: var(--shape-stretched-on)}.m-media{--border-style: var(--media-border-style, var(--primary-border-style, solid));--border-color: var(--media-border-color, var(--primary-border-color));--border-radius: var(--media-border-radius, var(--primary-border-radius));--border-size: var(--media-border-size, var(--primary-border-size));--cut-corner: var(--media-cut-corner, initial);--shape: var(--media-shape, initial);--shape-stretched: var(--media-shape-stretched);aspect-ratio:var(--media-ratio, var(--ratio-none));overflow:clip}.m-media :is(img,iframe){width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:inherit}@container style(--media-style: secondary){.m-media{--border-style: var(--secondary-media-border-style, var(--secondary-border-style, solid));--border-color: var(--secondary-media-border-color, var(--secondary-border-color));--border-radius: var(--secondary-media-border-radius, var(--secondary-border-radius));--border-size: var(--secondary-media-border-size, var(--secondary-border-size));--cut-corner: var(--secondary-media-cut-corner, initial);--shape: var(--secondary-media-shape, initial)}}.m-media[data-media-style=secondary]{--border-style: var(--secondary-media-border-style, var(--secondary-border-style, solid));--border-color: var(--secondary-media-border-color, var(--secondary-border-color));--border-radius: var(--secondary-media-border-radius, var(--secondary-border-radius));--border-size: var(--secondary-media-border-size, var(--secondary-border-size));--cut-corner: var(--secondary-media-cut-corner, initial);--shape: var(--secondary-media-shape, initial)}}@layer moda.blocks{@keyframes mediaBackgroundFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mediaBackgroundSlideLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes mediaBackgroundSlideRight{0%{transform:translate(0)}to{transform:translate(100%)}}media-background-container{--media-background-duration: .5s;display:block;position:relative;overflow:clip}media-background-container media-background{z-index:1;animation-duration:var(--media-background-duration);animation-timing-function:ease-in-out;animation-fill-mode:forwards}media-background-container media-background.-is-active,media-background-container media-background.-transition-out{z-index:2}media-background-container media-background.-transition-in{z-index:3;animation-name:mediaBackgroundFadeIn}media-background-container[speed=slow]{--media-background-duration: 1s}media-background-container[speed=fast]{--media-background-duration: .2s}media-background-container[transition=slide-left] media-background.-transition-in,media-background-container[transition=slide-right] media-background.-transition-in{z-index:3;animation-name:none}media-background-container[transition=slide-left] media-background.-transition-out,media-background-container[transition=slide-right] media-background.-transition-out{z-index:4}media-background-container[transition=slide-left] media-background.-transition-out{animation-name:mediaBackgroundSlideLeft}media-background-container[transition=slide-right] media-background.-transition-out{animation-name:mediaBackgroundSlideRight}}@layer moda.blocks{@keyframes m-media-background-parallax{0%{background-position-y:min(0%,calc(var(--media-background-background-position-y, 0%) - var(--_media-background-parallax-distance)))}to{background-position-y:max(100%,calc(var(--media-background-background-position-y, 0%) + var(--_media-background-parallax-distance)))}}media-background{--_mask-start: transparent 1%, #fff 12% 99%;--_mask-both: transparent 1%, #fff 12% 88%, transparent 99%;--_mask-end: #fff 0% 88%, transparent 99%;--_media-background-parallax-distance: 15%;position:absolute;inset:0;overflow:clip}media-background img{max-width:unset;vertical-align:bottom}media-background[mode=cropped]:not(:defined) img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:100%}media-background[mode=cropped]:defined img{position:absolute;top:calc(var(--y, 0) * -1px);left:calc(var(--x, 0) * -1px);width:var(--width, auto);height:var(--height, auto)}media-background[mode=contained]{background-color:var(--media-background-color, transparent)}media-background[mode=contained] media-background-content,media-background[mode=contained] picture{width:100%;height:100%}media-background[mode=contained] picture{display:flex;align-items:center;justify-content:center}media-background[mode=contained] img{width:auto;height:100%}media-background[mode=contained][fit=horizontal] img{height:100%}media-background[mode=contained][fit=vertical] img{width:100%;height:auto}media-background[mode=cropped] picture,media-background[mode=contained] picture{opacity:var(--media-background-opacity, 100%)}media-background[mode=fixed],media-background[mode=parallax]{opacity:var(--media-background-opacity, 100%);background-image:var(--media-background-background-image, none);background-repeat:no-repeat;background-position-x:var(--media-background-background-position-x, 0%);background-position-y:var(--media-background-background-position-y, 0%);background-size:var(--media-background-background-size, auto auto)}media-background[mode=fixed] picture,media-background[mode=parallax] picture{display:none}media-background[mode=fixed]{background-attachment:fixed;background-size:cover}@supports (animation-timeline: view()){@media (prefers-reduced-motion: no-preference){media-background[mode=parallax]{animation:m-media-background-parallax linear;animation-timeline:view()}}}@supports not (animation-timeline: view()){media-background[mode=parallax]{background-position-y:calc(var(--media-background-background-position-y, 0%) + var(--media-background-background-parallax-offset, 0%))}}media-background[background-style=image] picture:before{content:"";position:absolute;z-index:1;inset:0;transform:scale(1.2);background-image:var(--image-url, none);background-position:center center;background-size:cover;filter:blur(5px)}media-background[background-style=image] img{z-index:2}media-background[overflow]{overflow:visible}media-background[mode=contained][vignette][fit=horizontal] img{-webkit-mask:linear-gradient(to right,var(--_vignette-mask));mask:linear-gradient(to right,var(--_vignette-mask))}media-background[mode=contained][vignette][fit=vertical] img{-webkit-mask:linear-gradient(to bottom,var(--_vignette-mask));mask:linear-gradient(to bottom,var(--_vignette-mask))}media-background[mode=contained][vignette=start]{--_vignette-mask: var(--_mask-start)}media-background[mode=contained][vignette=both]{--_vignette-mask: var(--_mask-both)}media-background[mode=contained][vignette=end]{--_vignette-mask: var(--_mask-end)}media-background[mode=contained][image-align=top] picture{align-items:flex-start}media-background[mode=contained][image-align=top] picture:before{background-position-y:top}media-background[mode=contained][image-align=bottom] picture{align-items:flex-end}media-background[mode=contained][image-align=bottom] picture:before{background-position-y:bottom}media-background[mode=contained][image-justify=left] picture{justify-content:flex-start}media-background[mode=contained][image-justify=left] picture:before{background-position-x:left}media-background[mode=contained][image-justify=right] picture{justify-content:flex-end}media-background[mode=contained][image-justify=right] picture:before{background-position-y:right}}html{--support-style-query-check: 1}@container style(--support-style-query-check: 1){body{--supports-style-queries: 1}}