/* CSS for tinecare.com */
/* develope By Package +201002241591  3lwaaa@gmail.com - https://wa.me/201002241591 */
div#s-theme_edit_bar, salla-maintenance-alert.s-maintenance-alert-wrapper.hydrated {
    display: none !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #00000033;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--1);
    -webkit-border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    min-height: 120px;
    background-color: #414042;
    background-color: var(--1);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent)
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #282727;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: #7d7d7db3;
    -webkit-border-radius: 0px;
}

.s-product-card-entry, body.products-has-border .product-card {
    --normal-box-shadow: -8px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: var(--normal-box-shadow);
}

.s-product-card-entry {
    background-color: transparent;
    border: 1px solid var(--1);
}

body.index .s-products-list-vertical-cards {
    display: flex;
    justify-content: center;
    width: 58%;
    margin: auto;
}

/* ====== GENERAL ====== */
body.index, body, .s-comments-product, .bg-white, .s-quantity-input-container, .banner--fixed img, .tamara-product-widget, .spotii-wrapper, .banner-entry, .mm-spn.mm-spn--light, #mainnav, .s-product-card-image, .footer-is-light .store-footer .store-footer__inner {
    /* background: #faf7f2 !important; */
    /* background: #ffffff !important; */
    background: var(--bg) !important;
    /* background: transparent !important; */
}

.s-products-list-placeholder span {
    background-color: #f9f2e7;
}

.s-products-list-placeholder span svg {
    fill: #999;
}

.s-products-list-placeholder p {
    color: #515151;
}

.s-button-danger {
    background: #ef4343 !important;
}

body:not(.product-single) .bg-white:not(#mainnav) {
    background-color: #ffffff00 !important
}

.s-cart-summary-content {
    display: none
}

[dir=rtl] .header-btn__icon.icon {
    margin-left: 0;
}

.s-cart-summary-count {
    background-color: var(--1);
}

.s-cart-summary-count {
    top: -0.425rem;
}

.main-nav-container.shadow-default {
    box-shadow: none
}

salla-cart-summary {
    margin-right: .5rem !important;
}

/* ====== HERO SECTION ====== */
.navbar-brand img {
    height: 0px !important;
}

.navbar-brand {
    background-image: var(--logo);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    height: 99px;
    width: 9rem;
    display: block;
}

@media only screen and (max-width: 700px) {
    .navbar-brand {
        width: 21vw;
        margin: auto;
    }

    a.navbar-brand {
        right: 19vw;
        position: relative;
    }

    body.index a.navbar-brand {
        right: 23vw;
        position: relative;
    }
}

.fixed-header a.navbar-brand, body:not(.index) a.navbar-brand {
    filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(315deg) brightness(40%) contrast(242%) !important;
}

body:not(.index) a.navbar-brand {
    right: 37vw;
}

body.index a.navbar-brand {
    filter: brightness(8.5);
}

body.index:before, body[data-template="home"]:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f5f5f529;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
    z-index: 999999;
    transform: scale(0);
    animation-name: pupup;
    animation-duration: 1s;
}

@keyframes pupup {
    0% {
        transform: scale(1);
    }

    18% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

body.index:after, body[data-template="home"]:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    transform: scale(0);
    animation-name: pupup_logo;
    animation-duration: 1s;
}

@keyframes pupup_logo {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }

    100% {
        transform: scale(0);
    }
}

i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag, button.header-btn, i.sicon-menu.text-primary.text-2xl {
    color: #ffffff;
    /* background: #fff; */
    transition: all .5s;
    /* box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) */
    fill: #fff !important;
}

.top-navbar {
    padding-top: 15px;
    background-color: transparent !important;
    color: var(--1) !important
}

.index div#mainnav, .index.inner.bg-inherit {
    background: 0 0 !important
}

@media(min-width: 1024px) {
    .navbar-brand img {
        max-height: 5rem !important
    }

    .main-menu li.root-level>a, .main-menu li.root-level>a:after {
        transition: all .5s
    }

    .index .main-menu li.root-level>a {
        position: relative;
        z-index: 1;
        color: var(--1) !important;
        color: #fff !important;
        padding-bottom: 20px;
        padding-top: 7px;
        font-size: 15px;
    }

    .main-menu li.root-level>a:hover {
        color: #202020 !important
    }

    .navbar-brand {
        /* margin-right: 3rem; */
        position: relative;
        right: 105px;
    }
}

.top-navbar {
    display: none
}

body.index .swiper-wrapper.s-slider-swiper-wrapper {
    padding: 0 0 28px
}

section.s-block.s-block--photos-slider {
    margin-top: -4rem;
}

section#best-offers-1-slider {
    margin-top: -1rem;
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 36px;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 0rem;
    margin-right: 0rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
    padding: 0;
    border-radius: 0;
}

section:nth-of-type(1).s-block.s-block--photos-slider, section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0rem;
}

.s-block--fixed-banner .container img {
    border-radius: 0;
    background: transparent;
}

salla-slider.photos-slider .swiper, salla-slider.photos-slider .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
}

img.w-full.object-contain.rounded-md {
    border-radius: 0;
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

body.index section:nth-of-type(1) .s-slider-block__title {
    display: none;
}

i.sicon-menu.text-primary.text-2xl {
    /* background: #fff; */
    /* box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22); */
    padding: 6px;
    border-radius: 22px;
}

@media(max-width: 768px) {
    .index div#mainnav, .index.inner.bg-inherit {
        background: transparent !important;
    }

    body {
        background-size: 47%
    }
}

.s-cart-summary-total {
    color: #fff !important
}

.s-block__title {
    display: none;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    font-size: 1rem;
    /* background-color: var(--color-primary); */
    /* color: #fff; */
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 20px;
    box-shadow: rgb(0 0 0/15%) 0px 2px 4px, rgb(0 0 0/0%) 0px 7px 13px -3px, rgb(255 255 255/66%)0px -3px 0px inset;
    animation: signal 1200ms infinite;
    padding: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 var(--color-primary)
    }

    100% {
        box-shadow: 0 0 0 6px #ffffff21
    }
}

.s-product-card-content {
    text-align: center;
}

.s-product-card-content-sub {
    justify-content: center;
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container {
    padding: 0 !important;
    width: 100% !important;
    max-width: unset
}

footer.store-footer {
    justify-content: center;
    text-align: center;
    align-items: center;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0);
    /* color: rgba(55, 65, 81, var(--tw-text-opacity, 1)); */
}

#product-713553781>div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.gap-4.flex>h2 {
    display: none;
}

article#more-content {
    max-height: unset !important;
}

a#btn-show-more {
    display: none;
}

.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 {
    display: flex;
    flex-direction: column;
}

form.form.product-form {
    order: 1;
}

h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    order: 1;
}

h2.product-entry__sub-title.text-sm.text-gray-500.leading-6.mb-2\.5 {
    order: 2;
}

.flex.whitespace-nowrap.gap-4.items-center {
    order: 2;
}

.product__description.p-2.px-5.sm\:p-1.leading-7.mb-3 {
    order: 2;
}

.flex.rtl\:space-x-reverse.space-x-3 {
    order: 2;
}

.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm {
    order: 2;
}

salla-installment.hydrated {
    order: 2;
}

.main-nav-container.fixed-pinned .inner {
    position: fixed;
    width: 100%;
    backdrop-filter: blur(40px);
}

footer.store-footer a.navbar-brand {
    order: 1;
    margin: 0;
    width: 142px;
    right: 0;
    font-size: 18px !important;
    align-self: center;
    /* filter: invert(0%) sepia(0%) saturate(98%) hue-rotate(321deg) brightness(42%) contrast(202%);  */
    filter: brightness(8.5) !important;
}

body.index .flex.items-center {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.custom-video {
    width: 100%;
    height: auto;
    display: block;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -13.5rem !important;
    z-index: -1;
    border-radius: 0 0 7rem 7rem;
}

@media (max-width: 991px) {
    .video-wrapper {
        border-radius: 0 0 7rem 7rem;
    }
}

body.index .s-product-card-content-title a {
    color: var(--1);
}

body, .text-gray-800, .form-label, .s-slider-nav-arrow, .tamara-product-widget, .spotii-wrapper {
    color: var(--color-primary-dark) !important;
}

footer.store-footer {
    background-position: right 0rem;
    background-color: #010001;
    background-size: auto 80%;
}

@media (max-width: 991px) {
    footer.store-footer p {
        order: 2;
    }

    footer.store-footer .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
        display: flex;
        flex-direction: column;
    }
}

.s-quantity-input-input {
    color: #000;
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>p {
    font-size: 20px;
    color: var(--1);
}

@media (max-width: 991px) {
    .s-contacts-list-vertical {
        /* align-items: flex-start !important; */ /* text-align: right !important; */ position: relative;
        right: 27vw;
        width: 15px;
    }

    salla-social.s-social-list.hydrated {
        justify-content: center;
    }
}

a.s-contacts-item {
    width: 14px;
}

div#contact-slot {
    width: 15px;
}

.store-footer a.flex.items-center.m-0 {
    justify-content: center !important;
}

@media (min-width: 991px) {
    .s-social-list {
        justify-content: center !important;
    }
}

#s-products-slider-abo1iufot>div.s-slider-block__title>div.s-slider-block__title-right>h2, div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.gap-4.flex>h2 {
    display: none;
}

@media (max-width: 767px) {
    .product__description.p-2.px-5.sm\:p-1.leading-7.mb-3 {
        padding: 0;
    }

    article.article--main.pb-1 img {
        max-width: 100%;
        overflow: hidden;
    }

    body.product-single .container {
        overflow: hidden;
        padding: 0 0px 0 0;
    }

    h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800, .flex.whitespace-nowrap.gap-4.items-center, nav.breadcrumbs.w-full.py-5 {
        padding-right: 15px;
    }
}

div#tabbyPromo {
    background: transparent;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    padding: 0;
}

@media (max-width: 1024px) {
    .s-slider-block__title h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

.s-products-slider-card {
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

.s-products-slider-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

body.index .swiper-wrapper.s-slider-swiper-wrapper {
    padding: 25px 0 28px;
}

@media (min-width: 1024px) {
    .main-menu {
        /* display: none; */ justify-content: center;
    }
}

button.header-btn {
    order: 1;
    fill: var(--1);
}

salla-cart-summary.ml-4.rtl\:ml-\[unset\].rtl\:mr-4.hydrated {
    order: 3;
    margin-right: 6px;
    min-height: 0;
    min-width: 0;
}

@media (max-width: 767px) {
    .s-search-modal .s-modal-close {
        z-index: 100;
    }

    .top-navbar {
        display: none;
    }
}

.footer-is-light .store-footer .store-footer__inner {
    background: #f7f6f400 !important;
    padding: 0;
    margin: 0;
}

body.index, .footer-is-light .store-footer, body {
    background-color: var(--bg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
        justify-self: center;
    }

    .s-contacts-list.s-contacts-list-vertical {
        align-items: center;
    }
}

.s-reviews-testimonial {
    background: transparent;
}

h1.s-reviews-header {
    display: none;
}

section.s-block.s-block--testimonials.container.overflow-hidden {
    margin-top: 7px;
    margin-bottom: -66px;
}

.styles__tabbyPromoSnippet--ed9ac.styles__tabbyPromoSnippetRtl--a17c9.styles__tabbyPromoSnippetFontInherit--bb9df.styles__snippetWrapper--d68e9 {
    background: transparent;
}

div#tabbyPromoWrapper {
    background: transparent !important;
}

div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.space-x-2.rtl\:space-x-reverse.whitespace-nowrap {
    display: none;
}

.s-user-menu-trigger {
    background: transparent;
}

.s-block--testimonials {
    padding: 60px 0;
    position: relative
}

.s-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.s-reviews-header-wrapper {
    text-align: center;
    margin-bottom: 50px
}

.s-reviews-header {
    font-size: 2.8em;
    font-weight: 700;
    color: var(--salla-text-color, #333);
    position: relative;
    display: inline-block;
    padding-bottom: 10px
}

.s-reviews-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--1);
    border-radius: 2px
}

.s-slider-block__title-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px
}

.s-slider-nav-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fef8e6;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    color: var(--salla-primary-color, #007bff)
}

.s-slider-nav-arrow:hover:not([disabled]) {
    background-color: var(--bg);
    color: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px)
}

.s-slider-nav-arrow[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #fef8e6;
    color: #a0a0a0;
    box-shadow: none;
    transform: none
}

.s-slider-button-icon svg {
    fill: currentColor;
    width: 28px;
    height: 28px
}

.s-reviews-testimonial {
    background-color: #da6d6c1c;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 15px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.s-reviews-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15)
}

.s-reviews-testimonial__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.s-reviews-testimonial__avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid var(--1);
    box-shadow: 0 0 0 4px var(--bg);
    flex-shrink: 0
}

.s-reviews-testimonial__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.s-reviews-testimonial__text {
    width: 100%;
    margin-bottom: 20px
}

.s-reviews-testimonial__text p {
    font-size: 1.1em;
    line-height: 1.7;
    color: var(--salla-text-color, #555);
    font-style: italic;
    margin: 0
}

.s-reviews-testimonial__name_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.s-reviews-testimonial__info h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--salla-text-color, #333);
    margin: 0 0 5px 0
}

.s-reviews-testimonial__rating salla-rating-stars {
    --salla-rating-star-color-selected: var(--salla-primary-color, #FFD700);
    --salla-rating-star-color-unselected: #ddd
}

.s-reviews-testimonial__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: rgba(var(--salla-primary-color-rgb, 0, 123, 255), 0.1);
    z-index: 1
}

.s-reviews-testimonial__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.s-reviews-testimonial__text, .s-reviews-testimonial__name_wrapper {
    position: relative;
    z-index: 2
}

.s-reviews-swiper-slide.hide-empty-testimonial {
    display: none !important
}

@media (max-width: 768px) {
    .s-reviews-header {
        font-size: 2em
    }

    .s-reviews-testimonial {
        padding: 20px;
        margin: 10px
    }

    .s-reviews-testimonial__avatar {
        width: 60px;
        height: 60px;
        margin-bottom: 15px
    }

    .s-reviews-testimonial__text p {
        font-size: 1em
    }

    .s-reviews-testimonial__icon {
        width: 50px;
        height: 50px;
        top: 15px;
        right: 15px
    }
}

@media (max-width: 480px) {
    .s-block--testimonials {
        padding: 40px 0
    }

    .s-reviews-container {
        padding: 0 10px
    }

    .s-reviews-header {
        font-size: 1.8em
    }

    section.s-block.s-block--testimonials.container.overflow-hidden {
        margin-top: -78px;
        margin-bottom: -81px;
    }
}

.s-user-menu-login-btn svg {
    fill: #ffffff;
}

.fixed-header .s-user-menu-login-btn svg, .fixed-header i.header-btn__icon.icon.sicon-shopping-bag, .fixed-header .s-user-menu-login-btn, .fixed-header i.sicon-menu.text-primary.text-2xl {
    fill: #4e110c;
    border-color: #4e110c;
    color: #4e110c;
}

.copyright-text p {
    color: #fff;
}

.product-single .s-user-menu-login-btn svg, .product-single i.header-btn__icon.icon.sicon-shopping-bag, .product-single .s-user-menu-login-btn, .product-single i.sicon-menu.text-primary.text-2xl {
    fill: #4e110c;
    border-color: #4e110c;
    color: #4e110c;
}

.product-single custom-main-menu {
    min-height: 0;
}

button[onclick="salla.event.dispatch('search::open')"] {
    display: none;
}

.footer-is-light .store-footer {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 10px solid #a63f3f;
    background-color: #ffffff;
    border-radius: 20px;
    border-top: 0px solid #13223657;
    margin: 15px;
    background-color: var(--color-main) !important;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 246.07 285.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffe1a3; opacity: .17; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M36.09,8.61C30.56,16.92,16.18,32,0,39.21v1.12c7.27-3.18,13.76-7.76,18.69-11.82,7.75-6.39,14.32-13.74,17.84-18.88,1.38,3.29,2.6,6.85,3.53,10.65-1.66,2.19-3.73,4.64-6.15,7.17-.25,.26-.5,.52-.76,.78-1.27,1.3-2.64,2.62-4.1,3.94-.29,.26-.59,.53-.89,.79-.07,.06-.13,.12-.2,.17-.23,.21-.47,.41-.71,.62-2.01,1.73-4.17,3.44-6.46,5.07-.25,.18-.5,.36-.76,.54-.26,.18-.51,.36-.77,.53-.26,.17-.51,.35-.77,.52-1.87,1.24-3.81,2.42-5.82,3.52-.28,.15-.55,.3-.83,.45-1.02,.54-2.05,1.05-3.1,1.55-.3,.14-.59,.27-.89,.41-1.69,.76-3.43,1.46-5.2,2.07-.44,.16-.89,.3-1.33,.45-.44,.14-.88,.28-1.32,.41v1.09c.17-.05,.35-.1,.52-.15-.18,.31-.35,.62-.52,.93v1.88c.04-.07,.07-.13,.11-.19,.16-.29,.32-.58,.48-.87,.41-.73,.82-1.45,1.24-2.17,2-.65,4-1.41,5.99-2.3-.27,10.58-1.9,21.81-4.47,30.7-1.11,.25-2.23,.55-3.35,.88v1.06H0c1.01-.31,2.01-.58,3.02-.82,.33-.08,.67-.16,1.01-.23,2.61-.57,5.19-.91,7.73-1.03,.3-.01,.61-.03,.91-.03,3.31-.09,6.53,.21,9.62,.88,.29,.07,.58,.13,.87,.2,1.67,.41,3.3,.94,4.88,1.59-1.65,2.59-3.12,5.15-4.44,7.62-6.68-1.96-14.59-.16-23.59,5.34v1.19c7.18-4.43,15.56-7.65,23.1-5.61-2.67,5.14-4.67,9.94-6.15,14.05-5.21-1.47-11.14,.52-16.95,4.09v1.14c5.73-3.6,11.54-5.65,16.61-4.27-.43,1.23-.81,2.4-1.15,3.49-.81,2.6-1.49,5.16-2.03,7.62-3.18,.1-6.63,1.46-10.11,3.53-.28,.16-.55,.33-.83,.5-.83,.52-1.66,1.08-2.49,1.66v1.19H0c.87-.63,1.74-1.22,2.61-1.77,.23,2.47,.39,5.53,.43,9.01,0,.35,0,.71,0,1.07,0,2.78-.06,5.81-.24,9-.02,.35-.04,.7-.06,1.05-.15,2.51-.37,5.12-.66,7.78-.04,.36-.08,.72-.12,1.07-.17,1.45-.36,2.92-.58,4.4-.02,.16-.05,.32-.07,.48-.35,2.36-.77,4.73-1.25,7.1h-.06v4.31c.03-.12,.06-.24,.08-.36,2.58,12.58,7.22,25.22,13.85,37.73-2.59,.16-5.39,.16-8.32-.08-1.97-2.37-3.77-4.76-5.42-7.19-.07-.1-.14-.2-.2-.3v1.65c1.33,1.92,2.76,3.82,4.29,5.7-1.41-.15-2.84-.37-4.29-.65v1.04c1.77,.34,3.51,.57,5.21,.73,.45,.04,.89,.07,1.33,.1,2.79,.18,5.46,.15,7.93-.02,.34-.02,.67-.05,1-.08,1.27-.11,2.48-.25,3.62-.41,.31-.04,.61-.09,.91-.14,1.45-.23,2.77-.48,3.96-.75,.3-.07,.59-.13,.87-.2,1.08-.26,2.02-.51,2.8-.73,.2,1.96,.45,3.87,.75,5.73-2.9,1.72-5.83,2.94-8.71,3.78-.31,.09-.62,.18-.93,.26-1.46,.38-2.91,.67-4.33,.87-.41,.06-.82,.11-1.23,.15-4.85,.54-9.38,.15-13.17-.57v1.07c1.56,.29,3.24,.53,5.02,.67,3.15,.25,6.2,.17,9.15-.22,.4-.05,.8-.12,1.2-.18,1.33-.22,2.64-.51,3.93-.86,.31-.08,.61-.18,.92-.27,2.9-.88,5.68-2.09,8.33-3.65,.54,3.11,1.21,6.07,2.02,8.88-7.13,4.68-18.19,9.13-30.57,7.81v1.1c5.13,.55,10.36,.15,15.68-1.21,2.56-.66,5.01-1.52,7.28-2.49,.38-.16,.75-.33,1.12-.5,2.51-1.15,4.8-2.43,6.78-3.73,.98,3.21,2.13,6.2,3.47,8.99-1.91,1.26-4.1,2.54-6.55,3.72-.34,.17-.68,.33-1.03,.49-2.43,1.11-5.1,2.11-7.96,2.88-.39,.1-.79,.21-1.19,.3-3.51,.84-7.29,1.32-11.31,1.23-.47-.01-.94-.03-1.42-.05-1.59-.09-3.21-.26-4.87-.54v1.07c1.27,.21,2.55,.37,3.83,.47-1.45,1.49-2.73,3.19-3.83,5.07v1.84c1.37-2.64,3.07-4.91,5.11-6.83,3.6,.18,7.22-.08,10.84-.8,.32-.06,.64-.14,.96-.2-3.48,6.26-8.47,13.4-15.24,19.1-.55-.37-1.11-.73-1.67-1.07v1.23H0c.28,.18,.56,.35,.83,.53,.28,.18,.56,.37,.85,.56,2.1,1.43,4.16,3.04,6.16,4.86,.24,.22,.49,.45,.73,.67,2.65,2.48,5.19,5.32,7.58,8.54,.19,.26,.38,.52,.57,.78,1.34,1.86,2.63,3.84,3.86,5.95,.17,.28,.33,.57,.49,.85,.53,.94,1.06,1.91,1.56,2.9-1.45,1.32-3.09,2.8-4.89,4.36h1.46c1.4-1.23,2.7-2.4,3.87-3.47,.24-.22,.47-.43,.7-.64,.57-.52,1.12-1.02,1.62-1.48,.61-.56,1.16-1.06,1.66-1.52,1.26,1.73,2.63,3.73,4,5.99-.27,.35-.57,.73-.89,1.12h1.21c.07-.09,.13-.17,.2-.25,.05,.08,.1,.17,.15,.25h1.06c-.2-.35-.41-.7-.61-1.04-.18-.29-.35-.58-.52-.87-1.34-2.19-2.66-4.14-3.9-5.83-.2-.27-.39-.53-.58-.78-.68-.91-1.32-1.73-1.92-2.46,1.46-1.38,2.85-2.79,4.16-4.21,3.73,3.08,8.45,7.98,12.28,15.2h1.03c-3.9-7.56-8.79-12.69-12.67-15.91,2.02-2.26,3.85-4.57,5.48-6.94,5.67,4.04,12.91,11.1,18.28,22.86h.98c-2.57-5.73-5.81-10.87-9.69-15.35-3.12-3.61-6.25-6.31-9.03-8.32,1.8-2.7,3.35-5.47,4.64-8.3,1.03,.69,2.12,1.47,3.25,2.37,.34,.28,.69,.56,1.04,.86,3.26,2.77,6.8,6.57,10.12,12,.18,.29,.36,.6,.54,.9,1.9,3.24,3.73,7.05,5.37,11.51,.12,.32,.23,.64,.35,.96,.39,1.08,.76,2.21,1.12,3.37h.93c-.38-1.23-.77-2.44-1.19-3.61,1.14-.3,2.28-.58,3.41-.82,2.13,1.39,4.32,2.84,6.6,4.42h1.72c-2.41-1.69-4.7-3.23-6.93-4.7,4.54-.86,9.07-1.22,13.61-1.09,.75,.6,1.5,1.21,2.25,1.82,.29,.23,.57,.46,.86,.69,.25,.2,.5,.4,.76,.61,1.1,.89,2.2,1.77,3.3,2.67h1.53c-1.38-1.13-2.76-2.25-4.14-3.36,.62-.62,1.23-1.25,1.83-1.9,.28-.3,.56-.61,.84-.92,1.98-2.22,3.82-4.58,5.52-6.96,.2-.28,.4-.57,.6-.85,2.19-3.15,4.11-6.31,5.69-9.22,.16-.3,.32-.6,.48-.89,1.13-2.14,2.06-4.11,2.78-5.82,.13-.32,.26-.63,.38-.93,.12-.31,.24-.61,.35-.9,2.53-.56,5.05-1.2,7.58-1.93-2.8,9.41-9.73,24.06-19.03,33.68h1.31c5.62-6.04,9.83-13.27,12.17-17.8,2.88-5.56,5.25-11.45,6.58-16.18,2.78-.82,5.56-1.74,8.34-2.77-1.57,9.24-6.71,24.25-14.8,36.74h1.08c8.08-12.73,13.17-27.87,14.66-37.09,3.07-1.15,6.15-2.42,9.24-3.83-.4,2.37-1.02,5.2-1.86,8.31-.09,.34-.18,.67-.28,1.01-.54,1.95-1.16,4-1.85,6.12-.11,.33-.22,.65-.33,.98-.95,2.83-2.04,5.75-3.24,8.67-.03,.06-.05,.12-.08,.19-.11,.26-.22,.52-.33,.78-.96,2.27-2.06,4.71-3.31,7.22-.15,.31-.31,.62-.47,.93-1.12,2.21-2.35,4.46-3.7,6.7h1.09c1.25-2.12,2.42-4.28,3.52-6.45,4.21,1.19,9.97,3.34,15.76,6.45h2.08c-.62-.35-1.23-.69-1.82-1.01-5.54-2.96-11.22-5.13-15.56-6.38,1.2-2.44,2.31-4.89,3.33-7.32,4.51,.79,10.82,2.71,17.14,5.89,3.93,1.98,8.67,4.85,13.18,8.81h1.48c-10.51-9.68-23.7-14.28-31.4-15.66,1.22-2.97,2.29-5.89,3.23-8.69,3.43,.54,8.68,1.55,14.46,3.95,.56,.23,1.13,.48,1.7,.74,3.84,1.76,7.85,4.16,11.66,7.46,.3,.26,.59,.52,.89,.79,1.97,1.8,3.88,3.85,5.67,6.2,.22,.28,.43,.57,.64,.86,.99,1.36,1.95,2.8,2.85,4.35h1.06c-.93-1.63-1.93-3.18-3-4.67,1.53-.53,3.04-1.13,4.53-1.79,1.25,1.98,2.51,3.84,3.77,5.58-.22,.28-.47,.57-.72,.88h1.23s.05-.06,.08-.09c.02,.03,.04,.06,.07,.09h1.17c-.21-.28-.42-.56-.63-.85-.19-.26-.39-.52-.58-.79-1.18-1.64-2.36-3.37-3.53-5.21,2.1-.97,4.17-2.07,6.2-3.3,2.54,3.79,5.29,7.18,8.26,10.15h1.35c-3-2.9-5.97-6.41-8.81-10.63,3.03-1.89,5.98-4.07,8.84-6.54,5.14,8.52,11.3,13.85,16.97,17.17h2.04c-6.01-3.17-12.76-8.58-18.31-17.79,.56-.49,1.11-.99,1.66-1.5,2.15-2.01,4.09-4.04,5.81-6.01,1.29,1.79,2.64,3.46,4.02,5.02,.25,.28,.5,.55,.74,.82,2.22,2.41,4.5,4.53,6.72,6.38,.32,.27,.64,.53,.96,.78,5.02,4.02,9.68,6.63,12.62,8.08-1,1.4-1.95,2.8-2.84,4.21h1.09c.8-1.25,1.66-2.52,2.59-3.8,.2-.27,.4-.55,.6-.82,1.3-1.75,2.73-3.52,4.3-5.32,2.07,1.01,4.08,2.24,6.01,3.63-1.65,2.03-3.16,4.14-4.55,6.31h1.09c1.26-1.92,2.66-3.84,4.22-5.75,2.3,1.72,4.48,3.66,6.51,5.75h1.35c-2.29-2.44-4.72-4.65-7.21-6.53-.22-.16-.43-.34-.65-.49-.03-.02-.07-.05-.1-.07-1.75-1.27-3.76-2.55-5.96-3.65-.29-.15-.59-.29-.89-.43-5.2-2.44-11.41-3.87-18.02-2.21-2.26-1.83-4.58-3.94-6.85-6.36,10.3-2.9,21.5-1.4,32.04,4.39,5.83,3.2,11.16,7.55,15.5,12.52v-1.43c-4.29-4.76-9.48-8.92-15.12-12.02-10.91-5.99-22.54-7.47-33.18-4.3-1.51-1.67-2.98-3.48-4.39-5.43,.22-.26,.44-.52,.66-.78,3.55-.89,7.38-1.69,11.59-2.15,14.51-2.36,28.79,1.52,40.45,10.32v-1.22c-11.73-8.67-26.04-12.48-40.55-10.11-3.75,.41-7.19,1.09-10.41,1.86,1.24-1.54,2.34-3.03,3.32-4.41,2.45-1.02,5.31-1.86,7.87-2.5,.52-.13,1.02-.25,1.51-.36,3.2-.74,5.64-1.13,5.71-1.14,1.19-.25,2.42-.45,3.66-.59,.29-.03,.59-.06,.88-.09,2.93-.26,5.98-.19,9.09,.23,.29,.04,.59,.08,.88,.13,2.77,.43,5.58,1.14,8.38,2.14,.3,.11,.6,.22,.9,.33,1.58,.6,3.15,1.29,4.71,2.08,.28,.14,.55,.28,.82,.43,1.08,.57,2.16,1.19,3.22,1.86v-1.23c-.71-.44-1.44-.86-2.17-1.27-.27-.15-.55-.3-.82-.44,.71-3.17,1.7-5.99,2.99-8.48v-1.84c-1.67,2.86-2.95,6.16-3.8,9.9-1.64-.83-3.31-1.55-4.99-2.18-.07-5.05,1.2-9.86,3.8-14.39,1.66,.47,3.33,.85,4.99,1.13v-1.07c-1.46-.25-2.94-.57-4.44-.98-.31-.08-.62-.17-.93-.26-3.2-.95-6.5-2.3-9.88-4.13,.62-2.45,1.34-4.88,2.16-7.32,4.26,1.92,8.63,3.12,13.08,3.6v-1.1c-4.14-.44-8.42-1.53-12.75-3.47,1.28-3.67,2.79-7.33,4.53-10.99,2.02,.75,4.85,1.65,8.22,2.28v-1.07c-3.2-.6-5.88-1.43-7.78-2.13,1.21-2.5,2.54-4.99,3.97-7.48,1.28,.35,2.56,.65,3.82,.89v-1.04c-1.09-.21-2.18-.46-3.29-.76,.94-1.6,1.91-3.2,2.94-4.81,.12,.17,.23,.34,.35,.51v-1.65c-.12-.18-.24-.36-.36-.54-1.84-2.78-3.47-5.59-4.9-8.45-.16-.32-.32-.64-.47-.96-.25-.52-.49-1.04-.73-1.56,2.8-5.57,4.91-11.84,6.46-18.29v-4c-.11,.51-.22,1.02-.33,1.53-1.53,6.92-3.67,13.7-6.61,19.68-.17,.35-.35,.7-.53,1.05-.34,.65-.68,1.3-1.04,1.93-1.63-1.18-3.21-2.26-4.75-3.25,7.01-13.99,9.51-33.55,9.51-47.25,0-3.82-.2-7.18-.54-9.83,1.41-1.18,2.85-2.31,4.29-3.35v-1.19c-1.49,1.05-2.98,2.21-4.45,3.42-.26,.22-.53,.44-.79,.66-2.06,1.73-4.07,3.56-5.98,5.37-.29,.27-.58,.55-.87,.82-1.5,1.43-2.93,2.83-4.27,4.14-.51,.5-.99,.97-1.47,1.43-.32,.31-.64,.62-.94,.91-.99,.96-1.89,1.81-2.68,2.51-.66-3.35-1.39-6.7-2.26-10,5.22-5.9,14.33-15.92,23.7-21.8v-1.14c-9.45,5.8-18.62,15.77-23.99,21.84-.87-3.18-1.88-6.31-3.08-9.38,3.95-4.98,11.43-13.34,20.2-20.18,2.1-1.64,4.42-3.29,6.88-4.81v-1.19c-2.38,1.46-4.84,3.17-7.37,5.15-8.65,6.75-16.06,14.96-20.1,20.02-1.48-3.64-3.25-7.16-5.4-10.54,5.29-3.82,9.53-9.62,12.4-16.91,1.68-1.5,3.57-2.94,5.62-4.29,.38-.25,.77-.5,1.16-.74,1.46-.91,3-1.77,4.6-2.58,3.01-1.51,6.06-2.72,9.1-3.64v-1.06c-3.16,.94-6.32,2.19-9.45,3.76-1.32,.66-2.6,1.36-3.82,2.1,.38-1.24,.76-2.47,1.16-3.68,.11-.34,.22-.68,.33-1.02,.91-2.73,1.87-5.4,2.88-8.01,.13-.33,.25-.66,.38-.99,1.48-3.78,3.07-7.42,4.76-10.94,.14-.3,.28-.6,.43-.9,1.07-2.2,2.18-4.34,3.33-6.43v-1.88c-.03,.06-.06,.11-.1,.17-.25-.24-.51-.48-.76-.71,.29-.08,.57-.16,.86-.24v-1.09c-.59,.17-1.19,.34-1.78,.49-2.67-2.39-5.36-4.47-8.05-6.25,3.38-.69,6.68-1.8,9.83-3.18v-1.12c-3.63,1.62-7.35,2.84-11.08,3.5-1.74-1.09-3.48-2.04-5.22-2.87,.61-2.34,1.53-5.45,2.85-8.97,4.39-.34,8.96-1.89,13.46-4.17v-1.15c-4.24,2.19-8.71,3.82-13.05,4.25,1.27-3.26,2.86-6.83,4.86-10.42,2.68-1.19,5.44-2.73,8.19-4.48v-1.16c-2.46,1.58-4.93,3-7.34,4.15,1.66-2.84,3.58-5.68,5.78-8.38,.55,.82,1.07,1.64,1.57,2.46v-1.76c-.31-.49-.62-.97-.94-1.45-.18-.27-.36-.55-.55-.82-1.45-2.1-3.03-4.13-4.7-6.05-.21-.24-.43-.48-.64-.72-.34-.38-.69-.76-1.04-1.13t0,0h-1.35s0,0,0,0c.58,.59,1.15,1.2,1.7,1.82-11.87,12.22-14.82,26.91-15.45,35.46-2.75-.78-5.34-1.21-7.79-1.39,.01-8.54,1.79-22.17,10.79-35.88h0s-1.09,0-1.09,0t0,0c-3.93,6.14-6.81,12.82-8.59,19.96-1.53,6.13-1.99,11.58-2,15.86-1.93-.1-3.76-.07-5.49,.05-.56-4.33-1.36-8.1-2.21-11.25-.03-.11-.06-.22-.09-.32,.04-.24,.07-.47,.11-.71,.48-2.9,1.22-6.04,2.37-9.39,.11-.32,.23-.65,.34-.98,.98-2.71,2.23-5.55,3.82-8.51,.17-.31,.34-.62,.51-.93,.7-1.24,1.45-2.51,2.27-3.78h0s-1.09,0-1.09,0h0c-.74,1.18-1.44,2.38-2.1,3.57-2.6-.64-5.82-1.73-9.3-3.57t0,0h-2.04s0,0,0,0c4.03,2.36,7.82,3.71,10.84,4.49-1.5,2.83-2.77,5.69-3.8,8.56-6.5-1.29-15.38-4.66-24.05-13.05h0s-1.35,0-1.35,0c0,0,0,0,0,0,4.31,4.31,9.05,7.75,14.19,10.27,3.99,1.96,7.69,3.1,10.87,3.76-.19,.55-.37,1.11-.54,1.67-.7,2.32-1.22,4.55-1.61,6.71-.06,.33-.12,.66-.17,.99-.16-.04-.32-.08-.48-.12-3.29-.84-7.07-2.22-11.12-4.46-.4-.22-.81-.46-1.22-.7-.6-.36-1.22-.73-1.83-1.13-.25-.16-.5-.33-.76-.49-2.3-1.53-4.67-3.35-7.06-5.51-.23-.21-.47-.43-.71-.65-1.97-1.82-3.95-3.87-5.93-6.18-.21-.25-.43-.5-.64-.76-.9-1.08-1.81-2.21-2.71-3.4h0s-1.17,0-1.17,0c0,0,0,0,0,0,1.14,1.53,2.27,2.97,3.41,4.32-3.87,7.4-13.27,20.13-29.98,24.33-.7-2.61-1.24-5.26-1.58-7.9,1.19-.42,2.35-.88,3.48-1.38,.3-.13,.59-.27,.89-.4,2.05-.95,4-2.02,5.85-3.16,.26-.16,.52-.33,.78-.49,2.78-1.78,5.31-3.71,7.55-5.63,.24-.21,.48-.41,.71-.62,1.63-1.44,3.11-2.86,4.41-4.2,.23-.24,.46-.48,.68-.71,1.48-1.56,2.7-2.98,3.66-4.15t0,0h-1.22s0,0,0,0c-.8,.96-1.76,2.05-2.87,3.23-.54-1.1-1.1-2.18-1.7-3.23h0s-1.06,0-1.06,0h0c.73,1.25,1.43,2.56,2.09,3.93-1.33,1.37-2.84,2.84-4.53,4.32-2.17-3.09-4.63-5.84-7.26-8.26h0s-1.48,0-1.48,0c0,0,0,0,0,0,2.85,2.5,5.62,5.44,8.03,8.88-2.24,1.92-4.76,3.84-7.54,5.61C150.2,8.05,143.53,3.24,137.85,0c0,0,0,0,0,0h-2.08s0,0,0,0c2.74,1.47,5.48,3.16,8.07,5.06,.26,.19,.52,.39,.78,.58,3.54,2.7,6.75,5.81,9.2,9.34-1.88,1.16-3.87,2.23-5.97,3.19-1.25-1.44-2.63-2.81-4.14-4.11-.3-.25-.6-.51-.9-.76-2.12-1.73-4.46-3.33-7.02-4.78-.27-.15-.54-.3-.81-.45-3.01-1.65-6.3-3.1-9.84-4.33-.28-.1-.57-.2-.85-.29-1.98-.67-4.03-1.26-6.15-1.79-.29-.07-.58-.14-.87-.21-.48-.12-.97-.22-1.45-.33,.22-.37,.45-.74,.67-1.11h0s-1.09,0-1.09,0t0,0c-.18,.3-.37,.6-.55,.9-.19,.31-.38,.61-.57,.92-2.74,4.35-5.92,8.61-9.55,12.34-1.53-1.67-3.11-3.27-4.73-4.83C102.51,6.49,104.82,3.33,106.94,0c0,0,0,0,0,0h-1.08c-2.01,3.1-4.19,6.03-6.55,8.69-2.48-2.35-5.04-4.59-7.63-6.77,.64-.62,1.27-1.27,1.88-1.92h0s-1.31,0-1.31,0c0,0,0,0,0,0-.43,.45-.87,.88-1.31,1.3-.52-.44-1.05-.87-1.57-1.3,0,0,0,0,0,0h-1.53s0,0,0,0c.8,.65,1.6,1.31,2.39,1.97,.25,.21,.5,.41,.74,.62,2.61,2.19,5.19,4.45,7.69,6.81,.23,.22,.46,.43,.69,.65,1.61,1.54,3.17,3.14,4.7,4.79,.22,.24,.43,.47,.65,.71,3.63,4.02,6.97,8.41,9.83,13.36,.09,1.69,.22,3.35,.4,4.96-8.11-7.46-15.02-13.52-21.08-18.57-.04-.04-.09-.07-.13-.11C86.02,8.79,79.69,3.99,74,0c0,0,0,0,0,0h-1.72s0,0,0,0c10.56,7.31,23.19,17.27,42.81,35.35,.1,.74,.2,1.48,.31,2.21-15.03-11.03-33.46-23.07-48.89-25.04-.2-1.09-.33-1.78-.33-1.78-.78-3.79-1.7-7.36-2.74-10.74h0s-.93,0-.93,0h0c1.04,3.32,1.99,6.96,2.81,10.97,0,0,.1,.55,.27,1.44,.06,.31,.12,.66,.2,1.05,.49,2.64,1.27,6.88,1.88,10.21-2.24-.06-4.53,0-6.87,.16-.4-3.76-1.04-8.52-1.08-8.81v-.05C58.51,9.61,56.86,4.61,54.79,0c0,0,0,0,0,0h-.98c2.01,4.39,3.75,9.42,5.05,15.21,.05,.39,.68,5.04,1.07,8.7-3.43,.29-6.96,.84-10.58,1.69-.14-2.54-.43-5.32-.72-7.17C47.47,11.11,45.31,5.02,42.71,0c0,0,0,0,0,0h-1.04c2.67,5.02,4.91,11.17,6.07,18.61,.29,1.83,.58,4.66,.72,7.2-2.06,.51-4.15,1.12-6.27,1.83-.23-1.85-.47-3.55-.7-5.02-.15-.7-.3-1.4-.46-2.09-.09-.4-.19-.79-.29-1.17-.97-3.79-2.22-7.35-3.62-10.62-.15-.34-.3-.68-.45-1.02-1.24-2.79-2.57-5.36-3.92-7.7h0s-1.06,0-1.06,0h0c1.52,2.58,3.02,5.46,4.4,8.61m49.81,271.31c-.46,.49-.94,.97-1.41,1.44-.35-.28-.7-.57-1.05-.85-.38-.3-.75-.6-1.12-.9,1.19,.07,2.39,.17,3.59,.31m136.79-4.96c-1.52,1.76-2.94,3.54-4.27,5.33-2.74-1.34-7.18-3.79-12.01-7.55,5.54-1.16,11.07-.16,16.28,2.22M29.04,33.46c1.52-1.36,2.96-2.73,4.3-4.09,.63,4.09,.82,8.88,.72,13.52-.01,.52-.03,1.04-.05,1.56-.14,3.97-.5,7.76-.98,10.79-1.8-2.13-3.5-4.23-5.09-6.28,.55-3.79,.89-7.84,1.03-12.24,.02-.57,.03-1.16,.05-1.74,.01-.5,.02-1.01,.02-1.52m163.28,47.36c.34-.08,.68-.17,1.01-.26,3.76-.97,7.54-2.37,11.17-4.19,.37-.19,.74-.38,1.11-.57,3.69-1.94,7.21-4.3,10.36-7.01,2.23,1.02,4.59,2.25,6.98,3.73-10.2,11.39-25.53,22.81-44.71,20.1-2.12-3.32-4.32-6.61-6.63-9.87,.22-.72,.43-1.46,.65-2.23,2.35,.84,4.95,1.33,7.7,1.49,.31,.02,.62,.04,.94,.05,3.62,.12,7.49-.32,11.41-1.24m13.69-6.34c.82-2.89,1.5-5.8,2.05-8.72,2.03,.63,4.39,1.47,6.95,2.59-2.77,2.33-5.81,4.38-9,6.12m-28.77,160.71c-1.33,1.16-3.15,2.6-5.38,4.15,.2-5.2,.29-10.21,.29-15.04,0-12.99-.72-24.75-2.16-35.96,.28-.09,.57-.18,.85-.28,1.31-.46,2.61-.99,3.9-1.58,.16,1,.31,2,.46,3,.06,.4,.11,.8,.17,1.2,.42,3.08,.77,6.14,1.04,9.19,.04,.43,.08,.85,.11,1.28,.26,3.05,.45,6.09,.59,9.1,.02,.35,.03,.7,.05,1.04,.09,2.07,.15,4.13,.18,6.18,0,.36,.01,.72,.02,1.08,.03,1.82,.04,3.64,.04,5.44,0,.39,0,.77,0,1.16,0,1.68-.02,3.34-.05,5,0,.42-.02,.84-.02,1.26-.02,1.27-.05,2.54-.08,3.79m.95-3.06c.4,.34,.8,.67,1.21,1-.39,.4-.96,.97-1.26,1.25,.02-.75,.04-1.5,.05-2.25M34.64,165.23c.32-.18,.63-.35,.94-.54,2.34-1.39,4.49-3.01,6.49-4.82,.25-.22,.49-.45,.74-.67,2.41-2.26,4.62-4.78,6.75-7.44,.2-.26,.41-.51,.61-.77,1.84-2.35,3.63-4.8,5.44-7.27,.02-.03,.04-.06,.07-.09,.19-.26,.38-.52,.57-.78,.85-1.17,1.73-2.36,2.61-3.55,.85-.27,1.71-.54,2.58-.81,.93,3.33,1.83,6.73,2.64,10.16-5.39,6.38-25.12,26.7-40.63,27.85,.03-2.25,.07-4.72,.14-7.44,4.17-.72,7.81-2.05,11.06-3.84m-11.04,2.8c.07-2.62,.15-5.47,.25-8.56,3.37,1.34,6.74,3.03,9.85,5.12-3,1.58-6.33,2.77-10.11,3.44m46.67-95.63c2.03-1.85,4.01-3.76,5.93-5.72l.83,16.13,.05,1.03,.83,16.04,.05,1.02,.18,3.47c-2.4-.27-4.88-.52-7.4-.73-.46-.04-.92-.08-1.37-.11l.03-.98,.31-10.95,.03-1.18,.27-9.43,.03-1.19,.21-7.4Zm-1.08,6.75c-1.19-.9-2.37-1.81-3.53-2.74,1.25-1.04,2.49-2.11,3.7-3.2l-.17,5.94Zm98.73-1.48c-.21,.25-.41,.49-.62,.74-2.89,3.48-5.7,7.07-8.42,10.69-.19,.26-.39,.52-.58,.77-2.03,2.72-4.01,5.46-5.93,8.18-.19,.27-.37,.53-.56,.8-3.6,5.13-6.98,10.2-10.1,15.01-.18,.28-.36,.55-.54,.83-.15,.23-.29,.46-.44,.68-.14-.4-.28-.79-.42-1.19-.17-.48-.35-.97-.53-1.45-2.03-5.54-4.25-10.89-6.56-16.03,12.79-14.07,27.02-25.95,42.43-35.39-.62,3.33-1.28,6.62-1.98,9.73-1.95,2.15-3.87,4.36-5.76,6.62m5.33-4.73c-.51,2.21-1.03,4.32-1.57,6.29-.09,.33-.18,.65-.27,.97-.15,.56-.31,1.1-.47,1.63-.81-1.13-1.63-2.26-2.46-3.38,1.56-1.87,3.15-3.71,4.76-5.51m28.65,40.09c-1.97,7.79-7.07,19.05-14.91,28.85-6.12,7.65-15.51,16.34-26.76,16.73,1.72-4.11,3.5-8.15,5.32-12.12,2.36-.41,4.66-1.37,6.88-2.76,.26-.17,.53-.34,.79-.51,3.36-2.28,6.5-5.51,9.36-9.21,.2-.26,.4-.52,.59-.78,1.67-2.23,3.25-4.62,4.7-7.05,.18-.3,.35-.6,.53-.89,1.23-2.11,2.36-4.25,3.4-6.35,.17-.35,.34-.7,.51-1.05,.8-1.66,1.53-3.29,2.19-4.86,2.49,.36,4.97,.36,7.39,0m-4.17,92.59c.28,.25,.56,.5,.84,.75,1.75,1.57,3.47,3.2,5.17,4.92-5.06,.56-10.43,.63-16.14,.21-2.59-4.29-5.93-7.87-10.25-10.96-.27-3.11-.61-6.24-1.03-9.38,.96,.48,1.92,.97,2.86,1.48,.29,.15,.57,.32,.86,.48,2.34,1.29,4.62,2.68,6.86,4.17,.28,.19,.57,.37,.85,.56,3.44,2.34,6.77,4.93,10,7.76m.92-.48c.03-.4,.06-.8,.09-1.2,5.32,.2,12.96,1.24,20.28,3.84-4.41,1.61-9.1,2.73-14.08,3.37-2.06-2.11-4.15-4.12-6.28-6.01m-12.19,6.28c-2.75-.23-5.57-.57-8.47-1.02-.13-2.83-.3-5.69-.53-8.56,3.71,2.76,6.67,5.89,9.01,9.58m-10.31-21.45c-.18-1.28-.38-2.57-.59-3.86,1.55-.75,3.09-1.59,4.61-2.52-.41,2.57-.72,5.23-.93,7.97-1.02-.55-2.06-1.08-3.1-1.59m3.95,2.05c.23-3.12,.59-6.15,1.07-9.06,2.63-1.69,5.2-3.65,7.7-5.89,.71-.63,1.39-1.26,2.05-1.9-1.74,6.33-3.25,13.41-3.94,21-2.24-1.48-4.54-2.87-6.88-4.15m1.3-10.33c-.34,.22-.67,.44-1.02,.66-1.59,1-3.25,1.93-4.98,2.77-.28,.13-.55,.27-.83,.4-1.52,.7-3.09,1.32-4.71,1.86-.28,.09-.57,.18-.86,.27-2.45,.75-5.01,1.3-7.69,1.61-.29,.03-.59,.07-.89,.1-2.25,.21-4.57,.23-6.97,.05-.3-.02-.61-.04-.91-.07-.88-.08-1.78-.2-2.69-.34,1.18-4.66,2.55-9.23,4.06-13.71,10.53,.56,22.77-5.84,34.82-18.31,2.78-2.88,5.47-6,7.98-9.25,2.64,2.17,5.39,4.82,8.04,7.74-1.67,3.05-5.7,9.79-11.96,16.47-.44,.47-.89,.94-1.35,1.41-2.92,2.96-6.27,5.85-10.05,8.35m-32.44,7.17c-.08,.33-.16,.66-.25,.99-.33,1.35-.65,2.7-.95,4.06-2.82-.68-5.62-1.47-8.38-2.36,4.89-20.29,11.96-40.38,21.52-61.17,2.64,2.68,5.07,5.42,7.35,8.15-1.09,2.32-2.19,4.66-3.27,7.02-.17,.36-.33,.73-.5,1.09-1.79,3.93-3.55,7.92-5.24,11.99-.14,.34-.28,.68-.42,1.02-1.96,4.76-3.81,9.61-5.5,14.57-.11,.33-.23,.67-.34,1-1.49,4.46-2.85,9-4.02,13.64m-40.88,29.98c.3,0,.6-.02,.9-.04,2.4-.1,4.85-.32,7.33-.66,.3-.04,.6-.09,.9-.13,.32-.05,.64-.1,.95-.15,1.84,1.95,3.74,3.86,5.69,5.74-11.2,3.45-23.23,5.58-36.59,6.49,.99-4.23,2.23-8.55,3.74-12.98,1.6,.39,3.22,.72,4.87,.98,.3,.05,.6,.09,.89,.13,3.65,.52,7.43,.73,11.31,.62m-11.02-1.61c.53-1.78,1.06-3.54,1.59-5.27,.1-.32,.2-.65,.3-.97,.67-2.16,1.35-4.29,2.04-6.37,.11-.33,.21-.65,.32-.98,.76-2.29,1.53-4.52,2.3-6.72,.11-.33,.23-.66,.35-.98,2.84-7.96,5.8-15.31,8.89-22.14,2.17,.23,4.33,.52,6.5,.86-5.21,12.68-9.34,30.29-11.13,43.13-3.84,.12-7.56-.07-11.16-.58m-40.63-14.65c4.66-.12,9.4,.19,14.29,.95-3.94,5.12-6.78,9.99-8.87,14.64-1.89-4.19-3.91-9.51-5.42-15.59m4.93,16.71c-1.11,2.6-1.99,5.12-2.71,7.59-5.05-6.25-11.78-17.69-12.18-34.56,2.29-1.18,4.55-2.58,6.8-4.2,0,0,.02-.01,.03-.02,.27,4.77,.99,9.3,1.97,13.51,.08,.34,.16,.68,.24,1.02,1.61,6.58,3.82,12.28,5.84,16.68m11.14-16.5c-.35-.06-.71-.12-1.06-.18-5.23-.85-10.29-1.2-15.25-1.05-1.03-4.37-1.78-9.11-2.02-14.1,.06-.05,.13-.1,.19-.15,13.24,1.42,25.08,4.92,35.81,10.59,.27,.14,.54,.29,.8,.43,3.18,1.72,6.27,3.64,9.26,5.75-.71,2.15-1.41,4.33-2.1,6.57-1.39-.59-2.76-1.14-4.12-1.67-.28-.11-.56-.22-.84-.33-1.98-.75-3.93-1.45-5.85-2.08-.29-.09-.58-.19-.86-.28-1.93-.62-3.83-1.18-5.7-1.67-.31-.08-.62-.17-.93-.24-2.48-.63-4.92-1.16-7.33-1.58m-3.76-29.84c-.03-.47-.06-.95-.09-1.42-.26-3.75-.71-7.46-1.3-11.14-.07-.43-.14-.86-.22-1.29-.58-3.42-1.29-6.8-2.07-10.14-.09-.39-.18-.77-.28-1.16-.77-3.23-1.62-6.41-2.49-9.55,2.1-.63,4.28-1.23,6.5-1.81,3.82,13.9,6.32,28.26,7.46,42.79-2.31-.89-4.76-1.75-7.38-2.57-.02-1.24-.07-2.47-.14-3.71m-.75,3.44c-.55-.17-1.11-.33-1.68-.5,.58-.67,1.11-1.31,1.6-1.91,.04,.8,.06,1.6,.08,2.4m101.36-38.03c-.21-.26-.43-.52-.64-.77-2.28-2.72-4.72-5.45-7.36-8.13-.23-.23-.45-.46-.69-.69-2.7-2.69-5.61-5.33-8.76-7.84-.24-.19-.49-.39-.73-.58-1.88-1.47-3.84-2.89-5.9-4.25-.26-.17-.51-.34-.77-.51-.65-.42-1.31-.84-1.98-1.25,3.09-4.76,6.44-9.77,10-14.85,10.32,9.55,20.03,20.66,29.52,33.74-2.87,3.73-6.03,6.98-9.39,9.22-1.06-1.36-2.15-2.72-3.29-4.1m2.49,4.6c-1.87,1.14-3.79,1.97-5.76,2.4,.94-2.03,1.88-4.05,2.83-6.05,1.01,1.23,1.99,2.45,2.93,3.66m-67.26,30.29c2.44,.08,4.88,.23,7.33,.47-3.01,6.68-5.9,13.85-8.67,21.6-1.24-1.06-2.55-2.14-3.95-3.22,1.4-6.86,3.15-13.11,5.29-18.85m-6.07,18.25c-1.16-.88-2.38-1.76-3.67-2.63,.1-3.16,.14-6.24,.14-9.26,0-2.12-.03-4.19-.08-6.25,2.91-.15,5.82-.2,8.71-.13-2.05,5.59-3.74,11.65-5.11,18.27m21.26-17.8c-2.16-.35-4.31-.64-6.46-.87-.32-.03-.64-.07-.95-.1-2.47-.24-4.93-.4-7.4-.49-.32-.01-.64-.02-.95-.03-3.03-.08-6.07-.03-9.11,.13-.14-5.12-.43-10.06-.87-14.85,11.06-.96,22.37-.15,33.75,2.39,.29,.07,.58,.13,.87,.2,2.15,.5,4.3,1.05,6.46,1.68-1.51,4.74-2.91,9.51-4.21,14.3-1.52-.39-3.03-.76-4.54-1.09-.3-.06-.59-.12-.89-.18-1.59-.34-3.18-.65-4.77-.92-.31-.05-.62-.1-.92-.15m-25.84-17.24c-.49-5.05-1.15-9.94-1.99-14.71,1.9-.03,3.74,0,5.54,.06,.4,.01,.8,.03,1.2,.05,3.93,.18,7.64,.59,11.16,1.22,.37,.07,.73,.13,1.1,.21,7.28,1.42,13.72,3.85,19.54,7.33-.88,2.77-1.69,5.52-2.44,8.27-11.51-2.58-22.93-3.39-34.11-2.42m36.7,20.57c-.91,3.38-1.77,6.78-2.57,10.19-1.63-.73-3.21-1.49-4.72-2.28,.83-3.06,1.73-6.06,2.7-9.01,1.53,.33,3.06,.7,4.6,1.1m.87,.22c.09-.33,.17-.66,.26-.98,1.3-4.78,2.7-9.54,4.21-14.27,.1-.32,.21-.64,.31-.97,4.28-13.32,9.36-26.42,15.21-39.19,3.15,2.51,6.05,5.15,8.75,7.85-9.64,20.93-16.77,41.15-21.69,61.58-3.33-1.1-6.58-2.34-9.66-3.69,.82-3.45,1.69-6.9,2.61-10.33m12.58-60.77c-.59,1.24-1.16,2.46-1.72,3.68-.4-1.24-.81-2.47-1.23-3.69,.28-.43,.56-.87,.85-1.31,.71,.43,1.41,.87,2.1,1.32m.77,.51c2.06,1.37,4.03,2.79,5.91,4.26-5.9,12.88-11.03,26.08-15.34,39.52-2.17-.63-4.34-1.19-6.51-1.69,.73-2.66,1.51-5.32,2.35-8,.1-.32,.21-.65,.31-.97,.02-.05,.03-.11,.05-.16,.16-.49,.32-.99,.48-1.49,1.99-6.07,4.31-12.23,6.99-18.61,.16-.37,.31-.74,.47-1.11,.85-2,1.73-4.01,2.65-6.06,.19-.41,.37-.82,.56-1.23,.67-1.47,1.36-2.96,2.07-4.46m-14.07,32.65c-5.71-3.4-12-5.79-19.08-7.24,2.58-3.04,4.74-6.34,6.5-9.93,2.8,.23,5.56,1.07,8.27,2.51,1.71,4.38,3.28,8.87,4.7,13.48-.13,.39-.26,.79-.39,1.18m-12.12-18.16c1.15-2.5,2.12-5.14,2.89-7.92,1.54,3.28,2.99,6.61,4.35,10.02-2.38-1.15-4.8-1.85-7.25-2.1m-.97-.08c-.16,.34-.32,.67-.49,1-1.78,3.54-3.96,6.8-6.57,9.78-3.52-.66-7.23-1.1-11.15-1.31,6.61-8.23,11.6-18.3,15.16-30.57,2.26,3.92,4.37,7.92,6.33,12.02-.84,3.22-1.93,6.24-3.28,9.08m-19.38,9.41c-2.12-.09-4.31-.12-6.56-.08-.41-2.28-.86-4.53-1.36-6.76,.58-.74,1.15-1.49,1.71-2.26,.28-.38,.56-.77,.84-1.16,2.39-3.36,4.62-6.97,6.7-10.83,.21-.38,.41-.76,.61-1.15,2.96-5.63,5.61-11.8,7.98-18.57,2.02,3.02,3.95,6.09,5.78,9.21-3.62,12.8-8.79,23.19-15.7,31.59m-8.18-8.04c-.05-.24-.11-.49-.17-.73,.28-.04,.55-.09,.83-.13-.22,.29-.44,.58-.66,.86m-.71,.91c.09,.39,.18,.79,.26,1.18,.42,1.94,.81,3.9,1.17,5.88,.06,.34,.12,.68,.18,1.02,.84,4.79,1.51,9.69,2,14.77,.03,.34,.07,.68,.1,1.02,.44,4.78,.73,9.71,.86,14.82,0,.34,.02,.68,.02,1.02,.11,4.79,.09,9.74-.06,14.88-2.23-1.47-4.65-2.93-7.32-4.34-.53-17.98-3-34.74-7.34-49.95,3.19-.66,6.45-1.26,9.77-1.8,.12,.5,.23,1,.34,1.5m-3.67,49.79c-2.62-1.35-5.47-2.65-8.58-3.89-1.12-14.73-3.64-29.29-7.51-43.38,2.84-.72,5.77-1.4,8.77-2.03,4.3,15.01,6.76,31.56,7.32,49.3m-17.75-6.03c.3,.09,.6,.18,.89,.27,2.65,.83,5.12,1.71,7.45,2.62,.31,.12,.61,.24,.91,.36,3.1,1.25,5.93,2.56,8.53,3.91,.3,.16,.6,.31,.9,.47,2.65,1.42,5.05,2.88,7.26,4.35,.29,.2,.58,.39,.86,.59,1.22,.84,2.38,1.68,3.49,2.52,.27,.2,.53,.41,.79,.61,1.34,1.05,2.61,2.09,3.81,3.13-.79,2.22-1.57,4.49-2.34,6.81-2.96-2.08-6.02-3.97-9.16-5.68-.27-.15-.53-.29-.8-.43-10.55-5.58-22.15-9.07-35.08-10.58,4.04-3.2,7.43-6.69,10.06-9.67,.83,.24,1.64,.48,2.43,.72m29.82,34.15c-.56,1.8-1.11,3.63-1.66,5.49-1.64-.25-3.25-.57-4.83-.95,.71-2.05,1.48-4.13,2.3-6.23,1.38,.54,2.78,1.1,4.19,1.69m22.45-36.78c1.62,.27,3.24,.58,4.86,.93-.94,2.87-1.81,5.78-2.62,8.76-.09,.33-.18,.66-.27,.98-.64,2.4-1.23,4.83-1.79,7.31-.08,.34-.15,.69-.23,1.03-.76,3.47-1.45,7.01-2.05,10.65-.06,.38-.12,.77-.18,1.15-.48,3.01-.92,6.09-1.3,9.23-.05,.41-.1,.83-.15,1.25-.04,.32-.08,.65-.12,.97-2.48,.35-4.91,.57-7.3,.67,1.81-12.85,5.95-30.4,11.15-42.95m-1.32,30.41c.61-3.71,1.3-7.33,2.07-10.87,9.94,6.6,20.92,12.87,33.83,16.12,.32,6.42,.29,12.78-.11,19.05-13.08-6.3-25.88-15-35.79-24.31m2.29-11.9c.56-2.51,1.16-4.98,1.81-7.41,1.53,.79,3.12,1.56,4.76,2.29,.28,.12,.55,.24,.83,.36,3.08,1.35,6.33,2.58,9.65,3.68,.28,.09,.57,.18,.85,.28,2.76,.89,5.58,1.68,8.4,2.37,.29,.07,.58,.14,.87,.21,1.72,.4,3.43,.76,5.14,1.08,.58,4.44,.99,8.85,1.24,13.24-12.79-3.27-23.68-9.52-33.55-16.09m27.38,.78c.31-1.38,.63-2.76,.97-4.12,1.04,.16,2.07,.29,3.11,.38,.26,1.59,.49,3.17,.71,4.75-1.59-.3-3.18-.63-4.78-1.01m38.69-68.78c-1.45,2.46-3.03,4.87-4.71,7.12-9.49-13.08-19.21-24.19-29.55-33.76,1.91-2.72,3.89-5.45,5.91-8.16,10.55,10.37,20.06,22.04,28.34,34.79m-54.52-29.57c-2.46-5.38-5.02-10.52-7.57-15.35,15.94-9.49,33.21-17.85,51.45-24.87-.25,1.49-.51,2.99-.78,4.48-15.66,9.51-30.12,21.51-43.1,35.75m-8.35-14.88c2.59,4.91,5.19,10.14,7.69,15.62,.14,.31,.28,.63,.43,.94,2.11,4.7,4.15,9.58,6.02,14.62,.18,.47,.35,.95,.52,1.43,.34,.94,.68,1.89,1.01,2.84,.13,.37,.26,.74,.39,1.12,.44,1.3,.88,2.61,1.3,3.93-.96,2.12-1.89,4.21-2.77,6.29-8.88-18.03-18.27-32.19-28.58-43.11,3.12-3.88,5.97-8.44,8.53-13.69,1.64,2.9,3.32,5.96,5.01,9.14,.16,.29,.31,.58,.46,.88m14.11,47.9c-2.64,6.24-4.93,12.28-6.92,18.22-1.21-3.85-2.53-7.61-3.94-11.3-.19-.49-.38-.99-.57-1.48-1.61-4.09-3.34-8.1-5.21-12.01-.2-.42-.4-.85-.61-1.27-1.97-4.04-4.07-7.99-6.33-11.86-.21-.36-.42-.72-.63-1.08-1.82-3.07-3.73-6.1-5.74-9.07-.21-.31-.42-.62-.63-.93-1.45-2.13-2.96-4.23-4.51-6.31,.57-.47,1.14-.96,1.7-1.47,1.62-1.47,3.18-3.11,4.67-4.9,10.36,10.97,19.8,25.26,28.72,43.48m-30.96-29.7c-2.51,7.23-5.33,13.78-8.5,19.71-3.33,.63-7.11,1.43-11.14,2.36,1.16-2.11,2.16-4.32,3.01-6.61,.13-.34,.25-.68,.37-1.03,1.71-4.97,2.7-10.36,2.96-16.13,2.97-1.33,5.79-3.05,8.44-5.13,1.68,2.25,3.3,4.52,4.86,6.82m-71.17,20.96c1.73-5.12,4.08-10.84,6.85-16.18,3.31-.13,6.77-.16,10.27-.1,.54,0,1.08,.02,1.62,.04,4.43,.11,8.92,.35,13.31,.69,.29,.02,.59,.05,.88,.07,.37,.03,.73,.06,1.1,.09,.58,.05,1.17,.1,1.75,.15,2.05,.19,4.06,.39,6.01,.62,.3,.03,.6,.07,.89,.1,4.79,.56,9.23,1.21,13.05,1.9-.46,2.11-1.04,4.15-1.74,6.12-16.1,.23-37.68,2.83-53.99,6.52m55.94-13.64c-3.89-.7-8.42-1.37-13.32-1.93l-.19-3.6c5.18-.18,10.04-1.22,14.54-3.1-.15,3-.49,5.88-1.04,8.63m-23.51-15.44l-.31,10.86c-13.31-10.99-31.75-28.17-43.32-40.87,1.07-3.35,1.9-6.89,2.51-10.7,1.59,2.03,3.3,4.12,5.08,6.22,.24,.29,.49,.58,.74,.87,10.73,12.51,24.29,25.6,35.3,33.62m-.34,12.09v.39c-4.85-.37-9.81-.63-14.68-.72-2.2-1.77-4.39-3.73-6.56-5.83-.23-.22-.45-.44-.68-.66-1.79-1.76-3.55-3.6-5.3-5.5-.21-.23-.43-.47-.64-.7-1.61-1.77-3.21-3.59-4.78-5.42-.21-.24-.42-.49-.63-.74-1.55-1.82-3.07-3.66-4.58-5.49-.2-.25-.41-.5-.61-.75-1.55-1.89-3.07-3.77-4.56-5.62-.52-.64-1.03-1.27-1.54-1.9,.02-.64,.03-1.28,.03-1.92,0-1.15-.03-2.3-.08-3.47,.35-.9,.68-1.82,.99-2.74,11.77,12.86,30.36,30.15,43.63,41.06m-24.69-.25c.93-1.76,1.91-3.46,2.93-5.08,1.83,1.77,3.67,3.44,5.52,4.98-2.88-.03-5.71,0-8.45,.1m-3.71-11.96c-8.1,12.3-12.35,29.28-12.36,38.86-1.26-.25-2.46-.46-3.6-.63-.95-.14-1.9-.26-2.84-.35,.05-10.4,4.56-28.05,14.03-43.27,1.57,1.83,3.15,3.63,4.76,5.4m.64,.7c1.75,1.91,3.53,3.75,5.32,5.52-1.15,1.84-2.26,3.78-3.3,5.79-.18,.35-.37,.7-.55,1.05-2.77,5.44-5.1,11.22-6.81,16.37-.13,.38-.25,.76-.37,1.13-1.17,3.67-2,6.95-2.41,9.48-1.37-.39-2.7-.71-3.98-.99,.01-8.64,3.64-25.54,12.1-38.35m-4.69,29.62c16.19-3.71,37.8-6.35,53.98-6.62-.91,2.39-2.01,4.68-3.29,6.89-14.18,3.35-31.2,8.33-42.92,13.68-3.59-1.73-7.07-3.02-10.33-3.99,.42-2.62,1.3-6.09,2.56-9.96m49.96,1.49c.42-.1,.84-.2,1.25-.3,4.03-.95,7.83-1.76,11.2-2.41-2.12,3.86-4.4,7.45-6.83,10.8-.64,.1-1.28,.2-1.93,.3-.29,.05-.59,.1-.88,.14-3.33,.55-6.61,1.15-9.81,1.82-.29,.06-.59,.12-.88,.18-3,.63-5.92,1.31-8.76,2.03-.29,.07-.58,.15-.87,.22-2.23,.58-4.4,1.18-6.5,1.81-.29,.09-.57,.17-.86,.26-.42,.13-.84,.26-1.26,.39-.52,.16-1.04,.33-1.55,.49-1.92,.62-3.77,1.27-5.55,1.93-2.62-1.8-5.24-3.34-7.81-4.64,11.37-5.07,27.42-9.78,41.03-13.03m-28.72,17.16c-.61,.83-1.22,1.65-1.81,2.47-.56-.43-1.12-.84-1.68-1.25,1.14-.41,2.3-.82,3.49-1.22m-9.93,26.13c7.3-5.71,13.66-12.24,16.97-16.13,.78,3.38,1.48,6.8,2.05,10.26-6.34,8.16-24.59,26.19-42.93,27.88-.06-2.8-.08-6.21-.04-10.41,8.23-.61,17.38-6.46,23.95-11.59m3.31,10.76c7.16-5.46,12.73-11.34,15.91-15.35,.58,3.7,1,7.43,1.23,11.2-.86,1.05-1.71,2.06-2.58,3.04-.25,.28-.5,.56-.76,.84-3.42,3.8-6.89,7.04-10.39,9.73-.03,.03-.07,.05-.1,.08-.25,.19-.51,.38-.76,.57-.16,.12-.31,.23-.46,.34-2.1,1.52-4.2,2.85-6.33,3.98-.29,.16-.59,.3-.88,.45-3.38,1.7-6.79,2.91-10.22,3.61-.29,.06-.58,.12-.87,.17-2.14,.38-4.28,.57-6.44,.56-.3,0-.59-.01-.89-.02-1.1-.03-2.21-.12-3.31-.25-.16-1.76-.28-3.9-.36-6.67,10.35-.96,20.36-7.05,27.19-12.26m-5.08,16.04c.52,17.34,7.6,29,12.74,35.23-.91,3.35-1.53,6.58-2.01,9.71-5.75-4.64-18.04-17.2-20.86-41.47,3.4-.68,6.78-1.84,10.13-3.47m13.45,36.07c.1-.36,.2-.73,.3-1.1,.67-2.38,1.49-4.81,2.53-7.31,.15-.37,.31-.75,.48-1.12,2.15-4.93,5.15-10.12,9.42-15.58,2.46,.41,4.96,.94,7.51,1.58-7.53,13.02-11.79,25.44-12.97,37.81-3.16-.42-6.39-.74-9.7-.95,.11-.9,.23-1.81,.36-2.72,.05-.37,.11-.73,.16-1.1,.46-3.06,1.04-6.23,1.91-9.5m21.16-23.29c1.92,.5,3.86,1.07,5.84,1.7-5.52,13.27-9.2,25.6-11.15,37.32-2.52-.51-5.09-.95-7.71-1.32,1.17-12.31,5.45-24.7,13.02-37.7m6.71,1.98c1.93,.63,3.88,1.32,5.87,2.08-.83,2.14-1.61,4.25-2.33,6.33-.11,.32-.22,.64-.33,.97-1.53,4.53-2.8,8.95-3.79,13.27-.08,.35-.16,.7-.24,1.04-.74,3.35-1.33,6.65-1.75,9.9-.05,.35-.09,.69-.13,1.04-.18,1.53-.33,3.06-.45,4.57-2.6-.75-5.27-1.41-7.98-1.98,1.94-11.68,5.61-23.97,11.14-37.22m.11,23.63c13.78-.92,26.16-3.13,37.67-6.73,2.67,2.55,5.45,5.03,8.33,7.47-13.83,4.85-29.55,7.86-47.78,9.16,.43-3.25,1.02-6.55,1.78-9.9m47.05,.36c-2.89-2.42-5.66-4.9-8.34-7.42-.28-.26-.56-.53-.84-.8-1.92-1.84-3.78-3.7-5.6-5.6-.28-.3-.57-.59-.85-.89-.33-.35-.66-.7-.98-1.05,.38-3.19,.81-6.31,1.29-9.36,9.99,9.31,22.81,17.98,35.9,24.24-.35,5.05-.93,10.04-1.75,14.97-3.5-2.35-6.87-4.73-10.11-7.16-.29-.22-.58-.44-.87-.66-2.39-1.81-4.71-3.65-6.96-5.52-.3-.25-.6-.5-.9-.75m21.45-.47c.03-.36,.05-.71,.07-1.07,.23-3.59,.35-7.2,.35-10.84,0-7.49-.5-15.09-1.48-22.76-.04-.35-.09-.71-.14-1.06-.22-1.61-.46-3.23-.72-4.85,2.35,.15,4.68,.13,6.99-.09,3.36,18.35,3.68,36.44,.95,55.06-2.57,1.27-5.35,2.47-8.32,3.52,.11-.58,.21-1.16,.31-1.74,.06-.35,.12-.7,.18-1.06,.83-4.98,1.43-10.01,1.79-15.11m8.75-10.4c0-10.13-.93-20.22-2.78-30.38,2.58-.3,5.12-.84,7.63-1.61,1.99,15.45,2.57,31.98,1.82,51.34-2.4,1.61-5.23,3.32-8.42,4.94,1.17-8.17,1.75-16.25,1.75-24.29m13.99,3.9c0-.25,0-.51,0-.76,0-1.63-.01-3.27-.03-4.92,14.82,4.9,28.34,7.26,41.14,7.17-.94,3.26-1.62,6.42-2.04,9.46-13.54,.13-26.65-3.55-39.07-10.96m-.05-6.75c-.04-2.1-.1-4.21-.18-6.34,3.12,.48,6.15,.83,9.09,1.06,.37,.03,.74,.06,1.1,.08,5.81,.39,11.27,.26,16.42-.37,.4-.05,.79-.1,1.18-.15,5.19-.72,10.05-1.96,14.63-3.74,1.69,.66,3.35,1.4,4.96,2.24-2.43,5.03-4.34,9.84-5.73,14.43-12.88,.13-26.51-2.24-41.46-7.22m43.58-9.99c-.45-.19-.9-.36-1.36-.54-7.74-2.95-15.97-4.1-21.62-4.32,.15-1.71,.34-3.42,.56-5.11,6.86-1.49,18.94-1.57,29.8,5.51-1.2,2.16-2.31,4.27-3.33,6.35-1.32-.69-2.67-1.32-4.04-1.89m-22.28-11.04c.33-2.39,.73-4.77,1.17-7.14,6.18-2.19,19.13-4.72,34.03,4.42-1.83,2.88-3.52,5.69-5.07,8.43-10.92-7.14-23.07-7.18-30.14-5.72m.2-6.78c-.43,2.31-.81,4.64-1.12,6.98-.05,.36-.1,.72-.14,1.08-.21,1.62-.38,3.24-.52,4.87-.03,.34-.05,.68-.08,1.02-.01,.17-.03,.33-.04,.5-.2-.17-.4-.34-.59-.51-.24-.2-.47-.41-.71-.61-2.82-2.37-5.71-4.55-8.69-6.56,.72-8.32,2.44-16.05,4.39-22.84,6.97-7.07,11.35-14.33,13.2-17.7,.86,.97,1.7,1.97,2.53,2.98-1.54,4.78-3.05,9.65-4.42,14.61-.1,.36-.2,.71-.29,1.08-1.25,4.57-2.37,9.22-3.28,13.94-.07,.39-.15,.77-.22,1.16m4.76-16.29c1.29-4.63,2.7-9.18,4.13-13.66,3.42,4.33,6.42,8.97,8.41,13.39-.28,.5-.56,1-.85,1.48-4.57-1.27-8.45-1.52-11.7-1.21m4.48-14.72c-.22-.28-.45-.56-.67-.83-.78-.96-1.58-1.89-2.4-2.81-.22-.25-.44-.49-.66-.73-2.61-2.87-5.32-5.48-7.92-7.63,2.48-3.25,4.78-6.63,6.84-10.02,7.15,8.91,12.04,22.69,14.86,32.53-.46,1-.94,1.97-1.44,2.92-2.09-4.45-5.15-9.11-8.61-13.44m-4.29-22.88c2.5-4.18,4.62-8.36,6.24-12.34,3.79,9.92,6.97,23.9,9.62,42.21-.31,.76-.62,1.52-.95,2.26-2.9-9.91-7.81-23.35-14.91-32.13m-.62-.75c-.17,.28-.34,.57-.51,.85-2.09,3.44-4.43,6.88-6.96,10.18-.2,.26-.39,.51-.59,.77-2.47,3.19-5.11,6.25-7.84,9.08-11.77,12.17-23.67,18.48-33.89,18.07,1.7-4.98,3.58-9.86,5.55-14.63,11.76-.19,21.51-9.17,27.84-17.07,8.09-10.11,13.3-21.78,15.22-29.72,.75-.14,1.49-.32,2.23-.53,1.9,2.65,3.67,6.03,5.33,10.17-1.61,4.11-3.79,8.47-6.38,12.82m-10.46-22.45c-.55,1.29-1.14,2.61-1.78,3.96-.84-1.71-1.69-3.41-2.56-5.1,1.45,.5,2.9,.88,4.34,1.15m-2.28,5.01c-1.05,2.16-2.21,4.37-3.46,6.54-8.28-12.7-17.77-24.33-28.28-34.67,2.69-3.58,5.47-7.13,8.32-10.57,.92,1.26,1.84,2.51,2.73,3.77,.22,.31,.43,.62,.65,.93,1.99,2.83,3.9,5.68,5.75,8.55,.25,.38,.49,.76,.73,1.15,1.62,2.54,3.18,5.11,4.69,7.69,.23,.4,.47,.8,.7,1.2,1.41,2.43,2.76,4.9,4.08,7.38,.25,.47,.5,.93,.74,1.4,1.14,2.19,2.26,4.4,3.34,6.64m-7.64-16.36c-1.52-2.62-3.08-5.21-4.7-7.79,7.79,.93,15.53-.36,23.1-3.86,7.61-3.52,14.91-9.18,21.72-16.84,1.02,.65,2.04,1.35,3.06,2.09-8.18,15.72-19.16,31.15-43.17,26.4m-11.13-21.97c.68-2.48,1.34-5.18,1.97-8.01,.14-.61,.27-1.23,.41-1.85,.63-2.92,1.24-5.96,1.8-9.03,.08-.43,.16-.87,.24-1.3,.25-1.41,.5-2.82,.73-4.22,.06-.39,.13-.77,.19-1.15,.31-1.91,.6-3.81,.88-5.67,.05-.36,.1-.72,.15-1.08,.7-4.87,1.25-9.51,1.6-13.53,.33-.35,.67-.7,.99-1.05,1.82-2.01,3.37-4.07,4.71-6.11,.65,5.43,.72,12.99,.13,21.32-.88,12.55-3.05,24.38-6.04,33.16-2.78-.14-5.41-.62-7.77-1.47m5.42-32.11c-6.63,1.44-12.93,2.98-18.96,4.62-1.13-.94-2.22-2.03-3.26-3.25,9.68-3.33,17.65-8.07,23.78-14.1-.36,3.83-.9,8.17-1.56,12.73m-.16,1.08c-.29,1.93-.59,3.88-.92,5.85-18.47,7.09-35.98,15.53-52.11,25.15-1.79-3.38-3.58-6.61-5.31-9.68,.51-1.08,1.01-2.19,1.5-3.33,1.56-.69,3.13-1.37,4.72-2.04,.3-.12,.59-.25,.89-.37,2.19-.91,4.4-1.79,6.65-2.64,.29-.11,.58-.22,.88-.33,3.85-1.45,7.8-2.83,11.87-4.14,.34-.11,.67-.22,1.01-.32,3.84-1.22,7.79-2.39,11.86-3.51,.39-.11,.77-.21,1.16-.32,5.68-1.53,11.6-2.97,17.81-4.33m-56.27,16.65c.59-1.44,1.17-2.92,1.72-4.44,.6,1.03,1.21,2,1.84,2.91-1.19,.5-2.38,1.01-3.56,1.53m-1.21,.54c-.2,.46-.39,.91-.59,1.37-.27,.61-.54,1.21-.82,1.8-.16,.34-.32,.68-.48,1.01-2.58,5.36-5.48,10.01-8.67,13.94-.2,.25-.41,.5-.61,.74-1.99,2.36-4.09,4.45-6.3,6.27-.24,.2-.49,.39-.73,.59-2.45,1.93-5.05,3.52-7.77,4.79-.29,.14-.59,.27-.89,.4-4.52,1.97-9.41,3.05-14.64,3.23l-.83-16c7.67,.1,14.91-2.42,21.56-7.51,7-5.35,13.52-13.7,19.43-24.83,1.1,3.02,2.36,5.75,3.7,8.19-.75,2.08-1.53,4.09-2.35,6.01m-42.39,17.11l-.88-17.01c1.41-1.46,2.79-2.95,4.14-4.48,4.39,1.58,8.86,1.34,13.07-.74,5.25-2.59,10.01-8.05,13.81-15.82,4.22,1.83,7.71,3.78,10.48,5.56,0,0,0,0,0,.01-11.41,21.79-25.06,32.69-40.63,32.48m3.98-22.3c5.34-6.11,10.19-12.71,14.55-19.75,3.98,1.04,7.57,2.3,10.77,3.64-6.63,13.46-15.86,19.27-25.32,16.11m-.96-.35c-.23,.27-.47,.53-.71,.79-1.07,1.2-2.15,2.38-3.26,3.54-.28,.29-.56,.58-.84,.87-1.89,1.95-3.83,3.84-5.83,5.67-.3,.28-.6,.56-.91,.83-1.47,1.33-2.98,2.63-4.51,3.9-2.67-2.16-5.28-4.4-7.8-6.7,9.71-9.43,17.67-19.8,23.74-30.89,5.36,.4,10.26,1.24,14.69,2.35-4.36,7.01-9.23,13.57-14.58,19.64m-24.56,8.26c-2.25-2.08-4.43-4.21-6.54-6.38,5.39-7.33,8.9-15.01,10.66-23.27,6.98-.89,13.42-1.04,19.32-.66-6.02,10.88-13.88,21.05-23.44,30.31m-7.19-7.07c-2.08-2.17-4.08-4.38-6-6.62,.24-2.29,.35-4.84,.35-7.5,0-1.63-.04-3.29-.11-4.97,5.66-1.57,11.04-2.66,16.13-3.36-1.75,7.95-5.17,15.36-10.38,22.45m-6.93-6.26c.26,.31,.52,.61,.78,.91,1.79,2.07,3.65,4.11,5.57,6.12,.22,.23,.43,.46,.66,.69,2.07,2.14,4.21,4.23,6.42,6.27,.23,.22,.47,.43,.71,.65,2.5,2.29,5.08,4.52,7.73,6.67,.26,.21,.52,.42,.78,.62,1.4,1.12,2.82,2.23,4.26,3.3l-.27,9.43c-11.02-8.12-24.51-21.21-35.11-33.63,.5-2.91,.88-6.59,1.06-10.51,2.3,3.2,4.78,6.37,7.43,9.47m-21.69-14.88c.25-.18,.5-.36,.75-.54,.48-.35,.96-.7,1.44-1.05,1.74-1.3,3.4-2.65,4.97-4.01,.13,.23,.26,.45,.39,.68-.1,4.59-.41,8.78-.95,12.69-.06,.44-.12,.87-.19,1.29-.59,3.89-1.4,7.49-2.46,10.9-.11,.35-.22,.7-.33,1.04-.14,.43-.28,.85-.43,1.27-.05-.64-.1-1.28-.17-1.92-.05-.54-.11-1.08-.17-1.62-.67-5.71-1.95-11.68-3.85-18.04,.33-.23,.67-.46,1-.69m-1.78,1.21c1.71,5.73,2.9,11.14,3.59,16.33,.07,.56,.14,1.12,.21,1.67,.19,1.73,.33,3.43,.42,5.11,.02,.32,.03,.63,.04,.95,.04,1.2,.06,2.39,.04,3.57,0,.49-.01,.97-.03,1.46-.08,2.5-.29,4.97-.63,7.41-3.08-.68-6.3-.98-9.59-.9,.78-4.79,1.17-9.81,1.17-15.1s-.4-10.93-1.19-16.86c2-1.09,3.99-2.29,5.97-3.61m-10.08,5.67c1.09-.5,2.18-1.04,3.27-1.61,1.53,11.69,1.51,22.09-.06,31.55-2.49,.11-5.03,.42-7.59,.95,2.54-9.02,4.14-20.3,4.37-30.89m14.58,31.01c.3-2.17,.51-4.35,.61-6.56,.32,.39,.63,.77,.95,1.17,1.52,1.88,3.07,3.8,4.65,5.73-.31,.47-.62,.93-.92,1.4-1.7-.71-3.47-1.29-5.29-1.74m-8.93,37.26c.75-3.36,1.78-7.01,3.12-10.84,.11-.32,.22-.63,.34-.95,1.63-4.52,3.67-9.26,6.18-14.06,.16-.3,.32-.61,.48-.91,1.34-2.51,2.81-5.03,4.42-7.54,.18-.28,.36-.57,.55-.85,.22-.34,.45-.68,.68-1.03,1.51,1.84,3.04,3.68,4.6,5.51-9.59,15.34-14.17,33.24-14.27,43.92-2.68-.24-5.26-.31-7.66-.25-.06-3.18,.36-7.28,1.36-11.99,.07-.33,.14-.67,.22-1.01m-10.92,4.59c3.39-2.05,6.72-3.42,9.77-3.57-.94,4.52-1.4,8.65-1.32,12.01-3,.12-5.71,.44-7.99,.9-.04-3.63-.21-6.82-.46-9.34m.24,19.42c.16-3,.23-5.86,.23-8.51,0-.16,0-.32,0-.49,2.13-.42,4.86-.78,8.03-.91,.29-.01,.59-.02,.89-.03,2.34-.07,4.9,0,7.63,.23,.29,.02,.58,.05,.87,.08,2.07,.21,4.22,.52,6.44,.97,.3,.06,.6,.12,.9,.19,1.26,.27,2.53,.58,3.82,.94,.29,.08,.57,.16,.86,.25,3.05,.9,6.18,2.05,9.34,3.53,.39,.18,.78,.37,1.17,.56,2.61,1.28,5.23,2.79,7.83,4.55,.34,.23,.67,.46,1.01,.7,.74,.52,1.48,1.06,2.21,1.62-1.84,2.52-3.66,5.01-5.53,7.39-10.57-7.27-21.46-10.06-28.98-11.11-6.69-.93-12.51-.73-16.72,.04m-.71,8.84c.29-2.67,.5-5.27,.65-7.79,4.14-.78,9.94-1,16.68-.06,7.4,1.03,18.08,3.76,28.47,10.86-2.13,2.66-4.35,5.16-6.78,7.4-5.32-3.73-11.65-6.41-17.81-8.16-.29-.08-.58-.16-.88-.24-8.02-2.16-15.66-2.74-20.33-2.01m-.71,5.61c.22-1.53,.42-3.05,.59-4.55,4.52-.76,12.28-.15,20.41,2.05,.29,.08,.58,.16,.88,.24,5.94,1.69,12.01,4.24,17.11,7.73-2.02,1.79-4.19,3.4-6.57,4.75-3.39-2.35-7.09-4.2-10.79-5.65-.29-.11-.58-.23-.87-.34-3.18-1.19-6.33-2.1-9.25-2.75-.29-.07-.58-.13-.87-.19-4.38-.93-8.17-1.3-10.63-1.29m16.48,48.81c-1.2,.17-2.47,.31-3.8,.41-7.05-13.2-11.88-26.54-14.37-39.8,.61-2.79,1.12-5.6,1.54-8.39,2.42-.02,6.21,.34,10.63,1.27-2.06,13.49-.05,29.09,6,46.51m.91-.13c-6.05-17.34-8.08-32.83-6.04-46.19,2.96,.66,6.15,1.58,9.37,2.81-.11,3.28-.2,6.29-.27,9.05,0,.35-.02,.7-.02,1.04-.06,2.68-.11,5.12-.14,7.34,0,.35,0,.69-.01,1.02-.04,4.21-.03,7.62,.04,10.44,0,.35,.02,.69,.03,1.02,.08,2.66,.2,4.75,.34,6.48,.03,.37,.06,.72,.1,1.05,.21,2.15,.47,3.7,.73,5.18-1.23,.27-2.61,.54-4.13,.77m4.29-5.83c1.09,.13,2.19,.21,3.28,.24,.08,1.31,.17,2.6,.29,3.86-.79,.23-1.75,.49-2.87,.76-.25-1.4-.49-2.87-.7-4.86m11.13,30.24c-1.26-2.63-2.43-5.61-3.45-9-.1-.32-.19-.65-.29-.98-.77-2.69-1.44-5.64-1.99-8.85-.06-.35-.12-.7-.17-1.05-.27-1.75-.51-3.58-.71-5.49-.04-.34-.07-.68-.1-1.03-.11-1.17-.2-2.36-.27-3.59,2.17,0,4.34-.17,6.5-.55,1.18,10.04,4.09,19.15,8.68,27.13,4.56,7.91,9.64,12.74,12.88,15.29-.16,1.11-.3,2.2-.44,3.28-3.24-.19-6.56-.28-9.95-.28-.32-.31-.65-.64-.99-.98-.23-.24-.47-.48-.71-.74-2.31-2.43-4.86-5.59-7.23-9.79-.26-.46-.52-.93-.77-1.41-.18-.35-.37-.7-.55-1.07-.15-.29-.29-.59-.44-.89M2.5,255.73c7.01-6,12.11-13.5,15.61-19.95,2.8-.7,5.58-1.65,8.31-2.87-2.19,8.16-7.05,19.25-17.79,27.74-1.96-1.81-4-3.45-6.13-4.93m6.85,5.6c11.13-8.91,16-20.56,18.12-28.9,2.47-1.16,4.9-2.54,7.29-4.12,.03,.06,.06,.12,.09,.18,.35,.69,.71,1.35,1.07,2-.94,9.39-4.77,25.55-19.1,39.35-2.31-3.12-4.81-5.96-7.48-8.51m17.13,16.11c-.49,.45-1.03,.95-1.63,1.49-.47,.43-.98,.9-1.52,1.39-.5-.97-1.02-1.92-1.55-2.86,.96-.82,1.89-1.64,2.8-2.48,.59,.73,1.23,1.55,1.91,2.45m8.86-16.32c-.18,.27-.36,.54-.55,.81-1.56,2.26-3.36,4.55-5.45,6.88-.21,.24-.43,.48-.65,.72-1.25,1.35-2.59,2.71-4.03,4.07-.23,.21-.46,.43-.69,.64-.86,.79-1.75,1.58-2.67,2.37-1.23-2.1-2.52-4.1-3.89-6.01,6.89-6.65,12.11-14.55,15.51-23.54,2.19-5.78,3.26-11.06,3.77-15.29,2.28,3.8,4.75,6.85,7.17,9.38-.05,.21-.09,.43-.14,.64-.08,.34-.16,.68-.24,1.03-.69,2.83-1.67,5.9-3.09,9.14-.13,.29-.26,.58-.4,.88-1.22,2.66-2.74,5.43-4.64,8.27m57.18,10.73c-1.76,2.45-3.69,4.87-5.76,7.14-1.94-.24-3.87-.4-5.8-.47-.53-.02-1.06-.03-1.59-.03-4.51-.04-9.01,.4-13.52,1.34-.45,.09-.91,.19-1.36,.29-.85,.2-1.7,.41-2.56,.64-.37-1.02-.76-2.02-1.16-3-.17-.43-.36-.85-.54-1.27-1.11-2.58-2.32-5-3.62-7.25,11.34-2.92,23.15-2.07,35.91,2.61m6.34-10.08c-1.59,2.92-3.53,6.08-5.74,9.23-13.18-4.89-25.35-5.77-37.06-2.67-1.11-1.84-2.28-3.57-3.52-5.17-2.08-2.7-4.22-4.91-6.34-6.77,18.58-2.91,36.26-1.1,52.65,5.38m3.68-7.71c-.11-.06-.22-.11-.33-.17,.14-.03,.29-.06,.43-.09-.03,.08-.07,.17-.1,.26m-1.92,.16c.52,.25,1.03,.51,1.55,.77-.73,1.73-1.67,3.73-2.82,5.89-16.85-6.71-35.04-8.51-54.15-5.36-1.37-1.14-2.73-2.14-4.06-3.04,1.46-3.35,2.48-6.58,3.2-9.65,.38,0,.77,0,1.15,0,.46,0,.91,0,1.37,0,2.97,.01,5.89,.1,8.74,.27,.29,.02,.59,.04,.89,.05,3.32,.21,6.57,.53,9.74,.95,.29,.04,.59,.08,.88,.12,2.6,.36,5.14,.8,7.64,1.31,.29,.06,.58,.12,.87,.18,2.75,.58,5.45,1.25,8.08,2.01,.29,.08,.58,.17,.87,.25,5.05,1.5,9.88,3.33,14.51,5.5,.52,.24,1.04,.49,1.55,.74m21.15-7.13c-.31,.12-.62,.23-.93,.35-2.74,1.02-5.48,1.93-8.21,2.75-.34,.1-.68,.2-1.02,.3-2.51,.73-5.02,1.38-7.52,1.95-.34,.08-.68,.15-1.02,.23-.78,.17-1.56,.33-2.34,.49-5.12-2.48-10.47-4.55-16.09-6.22,.12-1.62,.28-3.24,.48-4.88,18.65-1.31,34.71-4.42,48.81-9.45,2.29,1.91,4.65,3.79,7.08,5.65-3.03,1.63-6.04,3.13-9.02,4.52-.32,.15-.63,.3-.95,.44-3.1,1.42-6.18,2.7-9.26,3.87m8.12,5.67c.89-3.37,1.53-6.37,1.91-8.79,3.33-1.54,6.69-3.21,10.07-5.04,3.48,2.62,7.1,5.19,10.88,7.71-.15,.87-.31,1.74-.47,2.61-6.72,2.29-14.32,3.78-22.38,3.51m-2.14,7.23c.71-2.17,1.33-4.25,1.87-6.22,8.34,.31,16.04-1.27,22.44-3.38,.33-.11,.65-.22,.97-.33,2.84-.98,5.41-2.06,7.64-3.1,.24-.11,.48-.23,.71-.34,.33-.16,.65-.32,.97-.48,3.12-1.55,6.01-3.25,8.55-4.92,.31-.2,.61-.41,.91-.61,2.1-1.42,3.92-2.82,5.4-4.08,.32-.27,.62-.54,.91-.8,.56-.51,1.5-1.44,2.04-2,1.39,1.12,2.8,2.21,4.26,3.29-6.47,8.73-24.48,24.36-40.79,27.61-6.36-2.87-12.26-4.05-15.85-4.64m19.07,6.22c-.57-.3-1.14-.59-1.7-.87,7.41-1.77,15.85-6.08,24.22-12.42,6.47-4.9,12.51-10.8,15.82-15.33,2.25,1.64,4.58,3.22,7,4.76-2.45,4.56-6.63,10.47-12.53,16.14-5.12,4.92-13.07,11.04-23.34,14.33-2.85-2.54-6.01-4.74-9.48-6.6m49.9-12.62c-.93,1.27-1.98,2.62-3.13,4-.25,.3-.51,.61-.77,.92-.12,.14-.24,.29-.37,.43-.09,.1-.17,.2-.26,.3-1.72,1.97-3.65,3.99-5.8,6-.53,.49-1.06,.98-1.6,1.45-.24,.21-.47,.41-.71,.62-2.87,2.48-5.84,4.67-8.89,6.56-.26,.16-.53,.32-.79,.48-2.03,1.22-4.09,2.31-6.19,3.27-.28,.13-.57,.26-.85,.38-1.52,.67-3.06,1.27-4.62,1.8-1.7-2.24-3.56-4.32-5.58-6.21,10.12-3.37,17.95-9.43,23.04-14.32,5.99-5.76,10.24-11.79,12.74-16.44,2.53,1.59,5.16,3.12,7.89,4.61-.77,1.29-1.74,2.81-2.91,4.49-.37,.54-.77,1.09-1.18,1.65m2.73-2.27c.85-1.26,1.57-2.42,2.18-3.43,1.08,.58,2.16,1.16,3.27,1.72-1.79,.48-3.68,1.05-5.45,1.71m6.92-2.08c-1.44-.72-2.85-1.46-4.24-2.2-.27-.15-.54-.29-.81-.44-2.75-1.5-5.39-3.04-7.93-4.63-.26-.16-.52-.33-.78-.49-2.38-1.51-4.68-3.07-6.89-4.68-.25-.18-.5-.37-.75-.56-2.34-1.72-4.59-3.5-6.76-5.34,.03-1.73,.05-3.47,.06-5.23,12.38,7.3,25.45,10.94,38.94,10.84-.44,3.72-.49,7.29-.14,10.7-1.24,.14-2.47,.35-3.69,.61-.26,.04-3.29,.52-7.01,1.43m33.8-14.1c-2.54,4.52-3.8,9.31-3.78,14.34-2.74-.96-5.51-1.64-8.3-2.06,.35-5.49,1.18-10.92,2.49-16.32,3.17,1.71,6.37,3.06,9.59,4.04m.48-46.87c.24,.46,.48,.91,.73,1.37,1.15,2.11,2.41,4.19,3.78,6.25-1.15,1.79-2.25,3.59-3.29,5.38-.17,.3-.35,.6-.52,.9-1.41,2.47-2.72,4.95-3.91,7.42-.15,.31-.29,.61-.43,.92-1.72,3.64-3.22,7.28-4.5,10.93-.11,.32-.22,.64-.33,.96-.81,2.41-1.53,4.83-2.15,7.25-.09,.33-.17,.67-.25,1-1.35,5.5-2.2,11.04-2.55,16.64-3.11-.4-6.22-.47-9.27-.18-.35-3.38-.3-6.92,.15-10.62,.04-.34,.09-.69,.14-1.03,.43-3.04,1.12-6.19,2.08-9.46,.1-.34,.21-.69,.31-1.03,1.37-4.45,3.24-9.1,5.59-13.98,.14-.3,.29-.59,.44-.89,1.01-2.05,2.11-4.15,3.3-6.28,.16-.29,.32-.57,.48-.86,1.55-2.75,3.25-5.57,5.09-8.45,.17-.28,.35-.55,.53-.83,1.08-1.68,2.21-3.39,3.4-5.11,.18-.27,.37-.54,.55-.8,.08-.11,.15-.22,.23-.33,.14,.28,.29,.56,.43,.84m-1.56-3.18c.21,.46,.43,.92,.66,1.39-.17,.24-.33,.48-.5,.72-.31-.24-.62-.47-.93-.7,.26-.46,.52-.94,.77-1.41m-7.49-1.99c.26,.16,.52,.32,.77,.49,1.52,.98,3.09,2.05,4.71,3.22,.25,.18,.5,.36,.74,.54,.29,.21,.58,.43,.87,.65-1.2,1.75-2.34,3.48-3.44,5.18-14.85-9.17-27.83-6.94-34.34-4.74,.92-4.64,2.03-9.21,3.27-13.72,3.15-.36,6.95-.16,11.44,1.05,.3,.08,.61,.17,.92,.26,1.86,.55,3.84,1.26,5.94,2.18,.28,.13,.57,.25,.86,.39,2.57,1.18,5.32,2.66,8.24,4.49m9.4-56.81c1.47,12.19-.17,38.47-8.95,55.93-2.89-1.81-5.61-3.28-8.16-4.46,5.45-8.79,8.16-20.7,9.33-27.27,1.11-6.26,1.7-12.67,1.7-17.63,0-.36,0-.71-.01-1.05,1.94-1.84,3.98-3.73,6.09-5.51m-10.69,9.98c1.17-1.15,2.41-2.37,3.72-3.61,.02,11.35-3.1,32.19-10.98,44.72-1.41-.62-2.77-1.16-4.07-1.62-.37-.13-.74-.25-1.1-.37-.26-.08-.52-.16-.77-.24,.13-.23,.26-.46,.39-.69,.19-.33,.37-.67,.56-1.01,.46-.86,.91-1.75,1.34-2.65,.2-.41,.39-.83,.58-1.25,.28-.61,.54-1.23,.81-1.85,.23-.54,.45-1.08,.67-1.63,1.85-4.65,3.3-9.52,4.39-14.04,.18-.76,.35-1.51,.52-2.25,.98-4.48,1.58-8.49,1.82-11.44,.67-.65,1.38-1.35,2.13-2.08m-3.1,3.02c-.23,2.27-.65,5.06-1.26,8.14-.35-1.99-.71-3.99-1.09-5.98,.7-.61,1.49-1.34,2.35-2.16m-9.24-19.6c.14,.34,.27,.68,.4,1.02,1.18,3.06,2.16,6.18,3.02,9.35,.1,.37,.2,.73,.29,1.1,.84,3.26,1.56,6.55,2.2,9.86,.07,.36,.14,.72,.21,1.08,.49,2.56,.93,5.13,1.37,7.68-1.01,4.57-2.43,9.62-4.27,14.49-2.69-18.13-5.92-31.96-9.79-41.77-.16-.42-.33-.83-.5-1.23-1.53-3.68-3.15-6.76-4.87-9.24,1.47-.49,2.91-1.12,4.31-1.89,.72-.4,1.42-.83,2.1-1.29,2.21,3.46,4.01,7.08,5.51,10.83m6.03-26.75c-2.77,6.23-6.62,11.2-11.31,14.57-.25,.18-.51,.36-.76,.53-.63,.42-1.28,.82-1.94,1.19-1.48,.81-3,1.46-4.55,1.95-.32,.1-.65,.19-.97,.28-.44,.12-.88,.23-1.33,.32-.31,.07-.63,.12-.95,.18-2.37,.39-4.8,.42-7.24,.1-.31-.04-.61-.09-.92-.14-1.81-.31-3.63-.81-5.44-1.51-1.36-2.59-2.76-5.16-4.22-7.7,10.32,1.89,18.95,.23,26.27-5.02,7.5-5.38,12.79-13.98,16.97-22,.41,.31,.83,.64,1.24,.96-.74,3.35-2.94,11.56-3.94,14.14-.29,.74-.58,1.45-.9,2.16m9.27-12.37c-.55,1.68-1.08,3.38-1.59,5.11-1.93,1.22-3.73,2.52-5.36,3.89,.72-2.07,2.58-9.17,3.3-12.28,1.24,1.02,2.46,2.11,3.66,3.29m3.24-9.05c-1.02,2.62-1.98,5.3-2.9,8.04-1.81-1.76-3.67-3.34-5.56-4.75-.25-.19-.5-.37-.75-.55-.95-.69-1.91-1.35-2.86-1.96-.27-.17-.54-.34-.8-.51-2.33-1.45-4.63-2.67-6.82-3.7-.32-.15-.64-.3-.96-.44-2.81-1.26-5.4-2.19-7.6-2.87,.39-2.2,.71-4.41,.95-6.63,7.13,.54,17.64,3.3,27.3,13.37m5.11-11.81c-1.68,3.48-3.25,7.09-4.73,10.83-9.77-10.07-20.35-12.86-27.58-13.41,.29-3.04,.44-6.08,.44-9.13,0-.08,0-.16,0-.24,7.98-.21,19.76,1.77,31.87,11.95m-2.39-57.16c1.73,1.97,3.32,4.03,4.76,6.12-2.59,3.17-4.79,6.52-6.66,9.85-.26,.47-.52,.94-.77,1.41-1.84,3.44-3.32,6.83-4.5,9.92-.13,.35-.27,.7-.39,1.04-1.23,3.33-2.1,6.28-2.69,8.53-1.65-.75-3.31-1.37-4.96-1.88,.59-8.36,3.45-22.91,15.21-34.99m-24.75,34.26c.29,.02,.59,.04,.89,.06,2.35,.19,4.93,.61,7.72,1.43,.29,.08,.58,.17,.87,.26,1.53,.49,3.12,1.09,4.77,1.84,.27,.12,.55,.25,.82,.39,1.29,.61,2.61,1.32,3.96,2.12,.45,.27,.9,.54,1.36,.83,2.66,1.68,5.44,3.74,8.32,6.27,.32,.28,.63,.56,.95,.85,.46,.42,.92,.84,1.39,1.29-1.2,2.17-2.36,4.39-3.48,6.67-6.5-5.44-13.56-9.09-21.07-10.87-4.21-1-8.02-1.28-11.23-1.2-.03-2.18-.13-4.36-.31-6.53-.09-1.14-.21-2.25-.33-3.33,1.61-.12,3.41-.18,5.38-.07m-8.67-12.39s0,.02,0,.03c.2,.72,.39,1.45,.57,2.19,.7,2.89,1.29,6.02,1.71,9.33,.04,.33,.08,.66,.12,.99,.36,3.12,.58,6.41,.61,9.82,0,.34,0,.68,0,1.02,0,3.01-.14,6.1-.45,9.28-.03,.34-.07,.68-.1,1.02-.22,2.11-.52,4.25-.9,6.42-.06,.33-.12,.67-.18,1.01-.58,3.15-1.33,6.34-2.28,9.57-3.65,1.89-7.45,3.37-11.24,4.39,2.84-9.82,4.35-21.18,4.35-32.69,0-1.47-.02-2.94-.07-4.41-.29-8.59-1.46-16.6-3.15-22.16,4.02,2.13,7.75,3.43,11,4.21m-12.15-4.84c3.81,11.51,5.78,37.4-.98,60.16-3.91,.97-7.78,1.44-11.4,1.35,4.36-12.97,6.36-30.5,6.36-43.87,0-4.51-.23-8.55-.67-11.78,1.59-2.56,2.86-5.09,3.94-7.51,.93,.6,1.85,1.15,2.75,1.65m-3.5-2.14c-.88,2.01-1.97,4.27-3.4,6.65-.22,.37-.46,.75-.7,1.13-1.45,2.28-3.21,4.65-5.4,7.01-.32,.35-.65,.69-.99,1.04-5.4,5.51-13.17,10.86-24.61,14.73-1.48-1.85-2.87-3.96-4.12-6.25,9.76-3.56,17.99-9.42,24.47-17.46,3.52-4.37,5.98-8.69,7.66-12.35,2.4,2.15,4.77,3.97,7.08,5.5m-13.78-12.35c2,2.32,4,4.37,5.98,6.2-4.13,9.09-13.23,22.84-31.9,29.57-1.8-3.44-3.3-7.26-4.43-11.21,16.82-4.26,26.35-16.99,30.35-24.56m-29.41,13.5c-.95,.41-1.92,.8-2.92,1.15-.16-1.47-.27-2.94-.3-4.38,1.16,1.03,2.23,2.11,3.22,3.23m-4.15-4.03c0,1.79,.12,3.62,.33,5.49,.04,.34,.08,.68,.13,1.03,.59,4.45,1.74,9.06,3.43,13.58,.86,2.3,1.83,4.48,2.89,6.51,.16,.3,.32,.6,.48,.9,1.26,2.31,2.62,4.4,4.06,6.24,.22,.29,.45,.57,.67,.84,1,1.21,2.04,2.29,3.1,3.24-4.01,1.11-7.89,2.27-11.68,3.48-3.9-4.38-7.26-11.09-9.35-18.92-2.49-9.32-2.92-18.87-1.27-27.39,2.64,1.51,5.06,3.19,7.21,5m-8.03-5.45c-3.46,17.52,2.11,37.32,10.46,47.08-3.99,1.3-7.87,2.66-11.65,4.08-5.48-9.6-12.94-31.86-8.62-55.51,3.53,1.24,6.82,2.69,9.82,4.35m-29.4,5.79c3.69-3.8,6.98-8.19,9.89-12.85,.6,.13,1.19,.26,1.78,.4-2.06,8.78-2.8,17.02-2.59,24.55-2.7-4.44-5.77-8.42-9.08-12.1m10.75,21.41c-.07-.49-.14-.99-.2-1.49-.16-1.34-.3-2.7-.4-4.1-.05-.7-.09-1.41-.13-2.12-.37-7.89,.31-16.6,2.51-25.94,2.14,.53,4.21,1.13,6.2,1.8-4.36,23.78,3.05,46.21,8.61,56.13-2.28,.87-4.53,1.77-6.74,2.69-.79-1.13-1.56-2.35-2.31-3.68-.2-.35-.39-.7-.58-1.07-1.18-2.22-2.29-4.69-3.28-7.39-.09-.23-.17-.47-.26-.71-.1-.28-.19-.56-.29-.84-.04-.12-.08-.24-.12-.36-.36-1.08-.7-2.19-1.02-3.34-.15-.54-.3-1.1-.44-1.66-.37-1.46-.7-2.97-.99-4.53-.09-.46-.17-.93-.25-1.4-.11-.66-.22-1.34-.31-2.02m-47.54-12.6c-.59-3.23-1.36-7.39-1.87-10.12,15.43,2.1,33.95,14.33,48.93,25.37,.26,1.48,.55,2.93,.88,4.33-10.78-8.92-27.25-18.79-47.94-19.58m-20.07,3.14c.29-.07,.59-.14,.88-.21,3.64-.86,7.19-1.41,10.64-1.71,.29-.03,.59-.05,.88-.07,2.37-.17,4.69-.22,6.96-.15,.3,0,.61,.02,.91,.03,20.96,.87,37.54,11.15,48.14,20.13,.35,1.37,.73,2.69,1.14,3.97-2.69-1.68-5.87-3.39-9.55-4.98-.28-.12-.56-.24-.84-.36-3.19-1.34-6.74-2.57-10.67-3.6-.31-.08-.62-.16-.94-.24-2.1-.53-4.31-1-6.62-1.39-2.67-.45-5.37-.79-8.1-1.01-.33-.03-.67-.05-1.01-.08-6.39-.45-12.94-.26-19.62,.57-.31,.04-.62,.08-.93,.12-5.39,.71-10.86,1.83-16.4,3.36-.21-4.37-.62-8.75-1.08-12.57,2.09-.7,4.16-1.31,6.2-1.81m-7.89-4.02c.22,1.44,.47,3.17,.7,5.1,.04,.34,.08,.68,.12,1.03,.44,3.76,.84,8.14,1.05,12.52,.02,.35,.03,.7,.05,1.04,.16,3.97,.15,7.89-.15,11.28-2.68-3.18-5.19-6.42-7.5-9.69,.04-1.16,.06-2.33,.06-3.5,0-4.19-.26-8.39-.85-12.01,2.44-2.53,4.54-4.97,6.23-7.14,.1,.46,.21,.91,.3,1.37'/%3E%3C/svg%3E");
    background-size: 73%;
    padding-bottom: 15px;
    background-repeat: repeat;
}

body:not(.index) section.custom-faq-section.container {
    display: none;
}

.custom-faq-section {
    background-color: #4e110c1a;
    margin-bottom: 0;
}

a.lg\:hidden.mburger.mburger--collapse.leading-none.rtl\:ml-4.ltr\:mr-4[href="#mobile-menu"] {
    display: none;
}

ul.s-social-list {
    /* justify-self: anchor-center; */
    justify-content: center;
}

.custom-ba-container {
    margin: auto;
    /* padding: 1rem; */
    width: 77%;
    /* height: 24rem; */
}

salla-products-slider.s-products-slider-wrapper.hydrated[source="related"] {
    display: none;
}

@media (max-width: 768px) {
    body.index .salla-whatsapp-floating {
        /* right: 20px; */ bottom: 21px;
    }

    .store-footer .contact-social ,.md\:flex.items-center.justify-between.py-4.container.text-center,.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6,.footer-is-light .store-footer .store-footer__inner {
        margin: 0;
        border: 0;
        padding: 0;
    }.s-modal-body.s-modal-align-middle.s-modal-padding.s-modal-entering.s-modal-md {
    zoom: 92%;
}
}

section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -11px;
    margin-bottom: -24px;
    z-index: 99999999999999999999999999999999999999;
}

.flex.rtl\:space-x-reverse.space-x-3 {
    display: none;
}
section.s-block.s-block--testimonials.container.overflow-hidden {
    margin-top: 7px;
    margin-bottom: 10px;
}
:root {
    --color-primary: var(--1);
    --color-primary-dark: var(--2);
    --color-main: var(--1);
    --color-primary-light: #d85452;
    --color-primary-reverse: #edf5ff;
    --gr: linear-gradient(45deg, var(--color-primary) 0, var(--color-primary) 0, var(--color-primary) 39%, var(--color-primary-dark) 100%);
    --gr2: linear-gradient(45deg, var(--1) 0, var(--2) 100%);
    --1: #4e110c;
    --2: #72170f;
    --2-2: #9865266e;
    --3: #edf5ff;
    --4: #3b3b39;
    --4-4-4: #20201f;
    --4-4: #3131309c;
    --bg: #fff3ce;
    --ff: #ffffff;
    --00: #2d2d2d;
    --sh: 0 0 transparent, 0 0 transparent, 0 3px 16px rgba(47, 83, 109, .12157);
    --sh: -8px 10px 15px -3px rgba(0, 0, 0, 0.1);
    --logo: url("data:image/svg+xml,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'UTF-8'%3F%3E%3Csvg%20id%3D'Layer_1'%20data-name%3D'Layer%201'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20432.5%20189.57'%3E%3Cdefs%3E%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23f6dfa8%3B%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D'cls-1'%20d%3D'M217.48,77.73c0,8.85-.01,17.21,0,25.58,.05,26.69,.09,53.39,.22,80.08,.01,2.74-1.06,4.29-3.61,4.94-6.48,1.64-12.96,1.41-19.43-.03-1.96-.43-2.87-1.84-3.04-3.77-.04-.52-.03-1.05-.03-1.57,0-42.31,.01-84.62,0-126.93,0-2.7,.47-5.21,2.15-7.38,2.06-2.66,4.8-3.93,8.17-3.91,6.02,.04,12.04,.16,18.06,.02,7.25-.16,12.27,3.14,15.64,9.38,7.33,13.58,14.75,27.11,22.04,40.71,9.18,17.13,18.53,34.18,27.19,51.59,.18,.36,.27,.82,1.11,.97,0-.78,0-1.51,0-2.24-.02-31.58-.02-63.16-.13-94.74,0-2.86,1.02-4.44,3.71-5.1,6.48-1.59,12.97-1.43,19.44-.02,2.09,.45,3.02,1.94,3.05,4,.04,2.44,.02,4.89,.02,7.33,.01,39.96,.02,79.91,.03,119.87,0,2,.07,4-.63,5.94-1.42,3.9-4.54,6.31-8.68,6.38-5.93,.1-11.87,.16-17.8,.03-5.74-.13-10.29-2.66-13.1-7.74-17.64-31.88-35.55-63.62-51.33-96.49-1.04-2.15-1.94-4.37-3.04-6.89Z'%2F%3E%3Cpath%20class%3D'cls-1'%20d%3D'M374.32,165.77c1.26,0,2.38,0,3.49,0,15.88,0,31.76-.02,47.63-.03,4.67,0,5.56,.71,6.43,5.34,.89,4.77,.91,9.53-.5,14.24-.81,2.67-2.41,3.89-5.36,3.88-23.73-.11-47.46-.08-71.19-.13-6.84-.01-9.83-3.08-9.83-9.97,0-40.74-.01-81.48-.02-122.23,0-1.05-.01-2.09,0-3.14,.1-5.57,3.37-9.08,8.95-9.1,24.17-.08,48.33-.03,72.5-.08,2.29,0,3.13,1.48,3.55,3.16,1.46,5.87,1.35,11.75-.39,17.56-.68,2.27-2.54,2.58-4.6,2.58-11.78-.02-23.56,0-35.33,0-5.04,0-10.08,0-15.3,0v34.36c.9,.63,1.89,.35,2.81,.36,13.44,.06,26.87,.18,40.3,.08,2.65-.02,3.94,1.1,4.44,3.38,1.12,5.08,1.34,10.2,.03,15.29-.84,3.26-1.8,3.94-5.17,3.95-13.17,.02-26.35,.04-39.52,.05-.93,0-1.87,0-2.94,0v40.41Z'%2F%3E%3Cpath%20class%3D'cls-1'%20d%3D'M41.41,68.86c-11.86,0-23.37,0-34.88,0-4.08,0-5.27-.92-5.87-4.95-.78-5.19-1.07-10.39,.26-15.58,.69-2.7,2.18-3.81,5.03-3.81,33.76,.06,67.52,.07,101.28,0,2.75,0,4.19,1.08,4.86,3.66,1.5,5.8,1.31,11.58-.16,17.32-.57,2.22-2.06,3.38-4.62,3.37-10.99-.08-21.98-.01-32.97,0-.86,0-1.71,0-2.9,0,0,1.58,0,2.95,0,4.31,0,36.55-.01,73.1-.02,109.65,0,3.72-.96,4.98-4.64,5.69-6.66,1.29-13.35,1.39-20.03,.16-4.46-.82-5.37-1.94-5.37-6.49,0-34.46,.02-68.92,.04-103.37,0-3.21,0-6.42,0-9.98Z'%2F%3E%3Cpath%20class%3D'cls-1'%20d%3D'M159.98,116.9c0,21.98,0,43.96,0,65.94,0,3.9-.73,4.81-4.63,5.65-6.75,1.46-13.51,1.36-20.26,.06-3.67-.71-4.53-1.76-4.54-5.48-.03-9.51-.04-19.02-.02-28.52,.04-34.63,.1-69.26,.15-103.89,0-3.67,.45-4.42,3.98-5.33,7.14-1.85,14.33-1.85,21.48-.05,3.42,.86,3.85,1.61,3.85,5.15,0,22.16,0,44.31,0,66.47Z'%2F%3E%3Cpath%20class%3D'cls-1'%20d%3D'M386.07,34.11c-2.78-.03-5.58,.1-8.31-.6-3.1-.8-3.7-2.5-1.62-4.85,7.34-8.27,14.72-16.5,22.09-24.75,1.57-1.76,3.51-2.75,5.87-3.09,5.28-.75,10.56-1.16,15.88-.51,1.73,.21,3.46,.49,5.06,1.22,2.8,1.27,3.07,3,.85,5.19-8.45,8.3-17.43,16.03-26.23,23.95-2.15,1.94-4.71,2.94-7.58,3.15-2,.14-4,.19-6,.28Z'%2F%3E%3C%2Fsvg%3E");
}