footer {
    background-color: #0E1F3D;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 20px;
}

@media (max-width: 767px) {
    footer {
        border-top-width: 3px;
    }
}

footer .footer-main-wrap {
    width: 100%;
    max-width: 1280px;
    padding: 60px 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

footer .footer-main-wrap .footer-left-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 34%;
}

footer .footer-main-wrap .footer-left-area .social-copyright-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer-main-wrap .social-copyright-wrap .policy-wrap p,
footer .footer-main-wrap .social-copyright-wrap .copyright-wrap p {
    color: var(--white);
    font-size: var(--default-font-size);
    font-weight: 400;
    line-height: var(--default-line-height);
    margin-bottom: 0;
}

footer .footer-main-wrap .footer-right-area {
    display: flex;
    gap: 60px;
    width: 100%;
    max-width: 776px;
    justify-content: end;
}

footer .footer-main-wrap .footer-logo-wrap img {
    max-width: unset;
    width: auto;
    height: 80px;
}

footer .footer-main-wrap .footer-right-area .our-clinic,
footer .footer-main-wrap .footer-right-area .quick-links {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    align-items: flex-start;
}

footer .footer-main-wrap .footer-right-area .quick-links {
    max-width: 113px;
}

footer .footer-main-wrap .footer-right-area .quick-links.site-map {
    max-width: 175px;
}

footer .footer-main-wrap .footer-right-area label {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .96px;
    margin: 0;
    display: block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: solid 2px var(--white);
    font-family: var(--default-font-family);
}



footer .footer-main-wrap .footer-right-area .quick-link-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quick-link-wrap a {
    color: var(--white);
    font-size: var(--default-font-size);
    font-weight: 400;
    line-height: var(--default-line-height);
    text-decoration: none;
    font-family: var(--default-font-family);
}

footer .footer-main-wrap .footer-right-area .our-clinic {
    width: 100%;
    max-width: 265px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .center-details-wrap p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap p,
footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

footer .footer-main-wrap .footer-right-area .our-clinic .details-wrap a {
    text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 1279px) {
    footer .footer-main-wrap {
        padding: 60px 20px 40px 20px;
    }


}

@media screen and (max-width: 1023px) {
    footer .footer-main-wrap {
        gap: 40px;
        padding: 40px 0px;
        flex-direction: column;
    }

    footer .footer-main-wrap .footer-right-area .quick-links {
        width: 100%;
    }

    footer .footer-main-wrap .footer-right-area .our-clinic {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    footer .footer-main-wrap .desktop-img {
        display: none !important;
    }

    footer .footer-main-wrap .mobile-img {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    footer .footer-main-wrap .footer-left-area {
        max-width: 100%;
    }

    footer .after-footer {
        flex-flow: column nowrap !important;
        padding-bottom: 40px !important;
        gap: 6px !important;
    }
}

@media screen and (max-width: 1266px) {
    footer .footer-main-wrap .footer-logo-wrap img {
        max-height: 73px;
    }
}

@media screen and (max-width: 767px) {
    /* footer .footer-main-wrap .footer-logo-wrap img {
      max-width: 335px;
  }

  footer .footer-main-wrap .footer-logo-wrap {
      display: flex;
      justify-content: center;
  } */

    footer .footer-main-wrap .footer-right-area {
        gap: 40px;
        flex-direction: column;
    }

    footer .footer-main-wrap .footer-right-area .quick-links {
        width: 100%;
    }

    footer .footer-main-wrap .footer-right-area .our-clinic {
        max-width: 100%;
    }

    footer .footer-main-wrap .social-copyright-wrap .copyright-wrap p {
        font-size: 12px;
        line-height: 20px;
    }

    footer .footer-main-wrap .footer-right-area .quick-link-wrap,
    footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap {
        gap: 16px;
    }

    footer .footer-main-wrap .footer-right-area .our-clinic,
    footer .footer-main-wrap .footer-right-area .quick-links {
        max-width: 100%;
        align-items: unset;
    }
}

@media (min-width: 1025px) {
    /* footer .footer-main-wrap .social-copyright-wrap.mobile-img {
      display: none;
  } */
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 28px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content {
    display: flex;
    flex-flow: row nowrap;
    gap: 7px;
    width: 100%;
    font-family: var(--default-font-family);
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers {
    display: flex;
    flex-direction: column;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers a:hover {
    text-decoration: none !important;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .icon {
    width: 100%;
    max-width: 26px;
    height: 26px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content p,
footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content a {
    margin: 0;
    color: var(--white);
    font-size: var(--default-font-size);
    font-weight: 400;
    line-height: var(--default-line-height);
    text-decoration: none;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content>span {
    font-family: 'Lato';
    font-weight: 700;
    color: #000000;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #000000;
    text-decoration-color: #000000;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content a:hover {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content p strong {
    font-weight: 500;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content * {
    font-family: var(--default-font-family);
}

footer .after-footer {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 60px;
    gap: 20px;
    border-top: solid 2px var(--white);
}

footer .after-footer .container-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 20px;
}

footer .after-footer .container-wrap .copyright-wrap {
    color: #FFF;
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-right: auto;
}

footer .after-footer .container-wrap .policy-wrap {
    color: rgba(255, 255, 255, 0.75);
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    text-align: right
}

footer .footer-main-wrap .social-copyright-wrap.mobile-img {
    width: 100%;
}

footer .footer-main-wrap .mobile-img .social-icon,
footer .footer-main-wrap .footer-left-area .social-copyright-wrap .social-icon {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: center;
}

footer .footer-main-wrap .mobile-img .social-icon a,
footer .footer-main-wrap .footer-left-area .social-copyright-wrap .social-icon a {
    width: 100%;
    max-width: 32px;
    height: 32px;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}

footer .footer-main-wrap .mobile-img .social-icon a img,
footer .footer-main-wrap .footer-left-area .social-copyright-wrap .social-icon a img {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1024px) {
    footer .after-footer .container-wrap {
        flex-flow: column nowrap;
        gap: 10px;
    }


    footer .after-footer .container-wrap .copyright-wrap {
        margin-right: unset;
    }

    footer .after-footer .container-wrap .copyright-wrap,
    footer .after-footer .container-wrap .policy-wrap {
        align-items: flex-start;
        text-align: center;
        justify-content: flex-start;
    }

    footer .after-footer .container-wrap {
        align-items: flex-start;
    }

    .copyright-policy-wrap {
        display: none;
    }

    footer .after-footer {
        display: flex;
        align-items: flex-start;
    }

    footer .footer-main-wrap .footer-right-area {
        justify-content: flex-start;
    }
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content table td {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content table td:first-child {
    font-weight: 500;
    padding-right: 10px;
}

@media (max-width: 767px) {

    footer .footer-main-wrap .mobile-img .social-icon a,
    footer .footer-main-wrap .footer-left-area .social-copyright-wrap .social-icon a {
        max-width: 32px;
        height: 32px;
    }

    footer .footer-main-wrap .footer-left-area .footer-logo-wrap {
        text-align: center;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }

    footer .after-footer p {
        text-align: left;
        font-size: 13px;
        line-height: 21px;
        margin: 0;
    }

    footer .footer-main-wrap .footer-left-area .social-copyright-wrap {
        align-items: center;
    }

    footer .after-footer {
        align-items: flex-start;
    }
}

.about-company-wrap {
    color: var(--white);
    font-size: var(--default-font-size);
    font-weight: 400;
    line-height: var(--default-line-height);
}

.about-company-wrap * {
    font-family: var(--default-font-family);
}

footer .after-footer .copyright-wrap {
    font-size: 14px;
    line-height: 22px;
    color: var(--white);
}

footer .after-footer .policy-wrap {
    font-size: 14px;
    line-height: 22px;
    color: var(--white);
    font-style: italic;
}

@media (min-width: 1024px) {
    .mobile--social-copyright-wrap {
        display: none;
    }
}

@media (max-width: 1023px) {
    footer .footer-main-wrap .footer-left-area .social-copyright-wrap {
        display: none;
    }

    footer .footer-main-wrap .mobile--social-copyright-wrap {
        display: flex;
        flex-flow: column nowrap;
        gap: 20px;
        width: 100%;
    }

    footer .footer-main-wrap .mobile--social-copyright-wrap .social-copyright-wrap {
        display: flex;
        flex-flow: column nowrap;
        gap: 20px;
        width: 100%;
    }

    footer .footer-main-wrap .mobile--social-copyright-wrap .social-copyright-wrap .social-icon {
        display: flex;
        flex-flow: row wrap;
        gap: 8px;
    }

    footer .footer-main-wrap .mobile--social-copyright-wrap .social-copyright-wrap .social-icon a {
        width: 100%;
        max-width: 40px;
        height: 40px;
        display: flex;
    }

    footer .footer-main-wrap .mobile--social-copyright-wrap .social-copyright-wrap .social-icon a img {
        width: 100%;
        height: 100%;
        display: block;
    }

    footer .footer-main-wrap .mobile--social-copyright-wrap .social-copyright-wrap .copyright-policy-wrap {
        display: flex;
    }
}

footer .after-footer .policy-wrap *,
footer .after-footer .copyright-wrap * {
    font-family: var(--default-font-family);
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content {
    flex-flow: column nowrap;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .loc {
    padding-left: 28px;
    position: relative;
    color: #fff;

}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content>p {
    display: none;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .loc:before {
    content: '';
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDVDOS42OTE1OCA1IDcgNy41OTk0NCA3IDEwLjc5NDZDNyAxNC43NTk4IDEyLjM2OTQgMjAuNTgxMSAxMi41OTggMjAuODI2OUMxMi44MTI3IDIxLjA1NzkgMTMuMTg3NiAyMS4wNTc1IDEzLjQwMiAyMC44MjY5QzEzLjYzMDYgMjAuNTgxMSAxOSAxNC43NTk4IDE5IDEwLjc5NDZDMTguOTk5OSA3LjU5OTQ0IDE2LjMwODQgNSAxMyA1Wk0xMyAxMy43MUMxMS4zMzU1IDEzLjcxIDkuOTgxMjggMTIuNDAyMSA5Ljk4MTI4IDEwLjc5NDZDOS45ODEyOCA5LjE4NzAxIDExLjMzNTUgNy44NzkxOSAxMyA3Ljg3OTE5QzE0LjY2NDUgNy44NzkxOSAxNi4wMTg3IDkuMTg3MDQgMTYuMDE4NyAxMC43OTQ2QzE2LjAxODcgMTIuNDAyMiAxNC42NjQ1IDEzLjcxIDEzIDEzLjcxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers a {
    position: relative;
    padding-left: 28px;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers a:before {
    content: '';
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers a:first-child:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjA5MDcgMTYuMzU4MUwyMS4wNzc0IDE2LjQ2NTJDMjAuNjMxMiAxNi4yNTEgMTguNDU4MyAxNS4yMjcyIDE4LjA1MzcgMTUuMDg1OUMxNy4xNDUxIDE0Ljc2MTggMTcuNDAxNSAxNS4wMzQ1IDE1LjY1NjkgMTYuOTU5MkMxNS4zOTc1IDE3LjIzNzcgMTUuMTM5NiAxNy4yNTkxIDE0LjY5OTQgMTcuMDY2M0MxNC4yNTQ4IDE2Ljg1MjIgMTIuODI3NCAxNi40MDI0IDExLjEzNzcgMTQuOTQ2QzkuODIxNDggMTMuODEwOCA4LjkzODA5IDEyLjQxODYgOC42NzcyMiAxMS45OTAzQzguMjQyOTMgMTEuMjY3OCA5LjE1MTUyIDExLjE2NSA5Ljk3ODYgOS42NTcxNkMxMC4xMjY4IDkuMzU3MzEgMTAuMDUxMiA5LjEyMTcxIDkuOTQxNTQgOC45MDg5NkM5LjgzMDM3IDguNjk0NzggOC45NDU1IDYuNTk1ODIgOC41NzQ5NSA1Ljc1OTA5QzguMjE5MjIgNC45MjUyMiA3Ljg1MzExIDUuMDMwODkgNy41Nzg5IDUuMDMwODlDNi43MjUxNSA0Ljk1OTQ5IDYuMTAxMTQgNC45NzA5MiA1LjU1MTI0IDUuNTIyMDdDMy4xNTg5NiA4LjA1NTEgMy43NjIyMiAxMC42NjgxIDUuODA5MTUgMTMuNDQ2N0M5LjgzMTg2IDE4LjUxODUgMTEuOTc1MSAxOS40NTIzIDE1Ljg5NDEgMjAuNzQ4OEMxNi45NTI0IDIxLjA3MjkgMTcuOTE3MyAyMS4wMjcyIDE4LjY4MDYgMjAuOTIxNkMxOS41MzE0IDIwLjc5MTYgMjEuMjk5NyAxOS44OTIxIDIxLjY2ODggMTguODg1NEMyMi4wNDY3IDE3Ljg3ODggMjIuMDQ2NyAxNy4wNDM1IDIxLjkzNTYgMTYuODUwN0MyMS44MjU5IDE2LjY1OCAyMS41MzU0IDE2LjU1MDkgMjEuMDkwNyAxNi4zNTgxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

footer .footer-main-wrap .footer-right-area .our-clinic .our-clinic-wrap .our-clinic .details-wrap .details-content .numbers a:last-child:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAwMDYgMjJMMTIuOTk1MSAyMS45OTkxSDEyLjk4MDdDMTAuMDk4NSAyMS45OTkxIDguMjU3MDkgMjAuNjI4MSA4LjA3NTk0IDIwLjU0ODlMNC42NzkzMiAyMS40MzU5TDUuNTg5NjIgMTguMTE5OUw1LjM3MzE0IDE3Ljc3ODdDNC40NzY0MyAxNi4zNDQ5IDQgMTQuNjkzNyA0IDEyLjk5MzRDNCA0Ljk5MzgyIDEzLjczMjQgMC45OTM1OTIgMTkuMzY0NSA2LjY0Nzc2QzI0Ljk4MjkgMTIuMjQyOCAyMS4wMzgzIDIyIDEzLjAwMDYgMjJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTguMDE1NCAxNS4xMDA5TDE4LjAwNzIgMTUuMTY5MkMxNy43MzMxIDE1LjAzMjYgMTYuMzk4IDE0LjM3OTYgMTYuMTQ5NCAxNC4yODk1QzE1LjU5MTEgMTQuMDgyNyAxNS43NDg3IDE0LjI1NjcgMTQuNjc2OCAxNS40ODQzQzE0LjUxNzQgMTUuNjYxOSAxNC4zNTg5IDE1LjY3NTYgMTQuMDg4NCAxNS41NTI2QzEzLjgxNTIgMTUuNDE2IDEyLjkzODIgMTUuMTI5MSAxMS45IDE0LjIwMDJDMTEuMDkxMyAxMy40NzYyIDEwLjU0ODUgMTIuNTg4MiAxMC4zODgyIDEyLjMxNUMxMC4xMjE0IDExLjg1NDIgMTAuNjc5NiAxMS43ODg2IDExLjE4NzggMTAuODI2OUMxMS4yNzg5IDEwLjYzNTcgMTEuMjMyNCAxMC40ODU0IDExLjE2NSAxMC4zNDk3QzExLjA5NjcgMTAuMjEzMSAxMC41NTMgOC44NzQzNiAxMC4zMjU0IDguMzQwNjhDMTAuMTA2OCA3LjgwODgyIDkuODgxODQgNy44NzYyMSA5LjcxMzM2IDcuODc2MjFDOS4xODg3OSA3LjgzMDY4IDguODA1MzggNy44Mzc5NiA4LjQ2NzUgOC4xODk1QzYuOTk3NjEgOS44MDUxMSA3LjM2ODI3IDExLjQ3MTcgOC42MjU5NiAxMy4yNDRDMTEuMDk3NiAxNi40Nzg4IDEyLjQxNDUgMTcuMDc0NCAxNC44MjI1IDE3LjkwMTRDMTUuNDcyNyAxOC4xMDgxIDE2LjA2NTYgMTguMDc4OSAxNi41MzQ2IDE4LjAxMTVDMTcuMDU3NCAxNy45Mjg3IDE4LjE0MzggMTcuMzU0OSAxOC4zNzA2IDE2LjcxMjlDMTguNjAyOCAxNi4wNzA4IDE4LjYwMjggMTUuNTM4MSAxOC41MzQ1IDE1LjQxNTFDMTguNDY3MSAxNS4yOTIyIDE4LjI4ODYgMTUuMjIzOSAxOC4wMTU0IDE1LjEwMDlaIiBmaWxsPSIjMUYzMDRGIi8+Cjwvc3ZnPgo=');
}