/*** CSS File: /css/pf-bundle-shi.css ***/
.pf-share-modal-shi 
{
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform;
  transition: opacity 0.2s, -webkit-transform;
  transition: transform, opacity 0.2s;
  transition: transform, opacity 0.2s, -webkit-transform;
  position: absolute;
  width: 302px;
  top: 50%;
  bottom: auto;
  left: calc(50% - 151px);
  right: auto;
  padding: 56px 20px 20px; 
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 1001; 
}

.pf-share-modal-shi.pf-show 
{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform;
    transition: opacity 0s, -webkit-transform;
    transition: transform, opacity 0s;
    transition: transform, opacity 0s, -webkit-transform; 
}

.pf-share-modal-shi .pf-share-title
{
    position: absolute;
    top: 1rem;
}

.pf-share-modal-shi .pf-follow-button 
{
    width: auto;
}

.pf-share-modal-shi .pf-follow-button-facebook 
{
    background: #C7D4EF url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 258 259' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='258' height='258' rx='32' fill='%233C5A99'/%3E%3Cpath d='M183.751 258.307V158.504H217.25L222.266 119.609H183.751V94.777C183.751 83.516 186.878 75.842 203.026 75.842L223.622 75.833V41.045C220.06 40.571 207.834 39.512 193.61 39.512C163.915 39.512 143.585 57.638 143.585 90.925V119.609H110V158.504H143.585V258.307H183.751Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0;
    border-color: #3B579D;
    color: #3B579D; 
}
.pf-share-modal-shi .pf-follow-button-facebook:hover
{
    color: white;
} 

.pf-sticky-bar___shi
{
    position: sticky; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    background-color: white; 
    z-index: 999;
    border-top: 1px solid #dbdbdb;    
    box-shadow: 0px 0px 10px #dbdbdb;
}
@media (min-width: 1024px)
{
    .pf-sticky-bar___shi
    {
        display: none;
    }
}

.pf-owner-bar-modal-shi 
{
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform;
  transition: opacity 0.2s, -webkit-transform;
  transition: transform, opacity 0.2s;
  transition: transform, opacity 0.2s, -webkit-transform;

  position: absolute;
  width: 198px;
  top: 30%;
  bottom: auto;
  left: calc(50% - 99px);
  right: auto;
  
  padding: 40px 15px 15px;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 1001; 
}
.pf-owner-bar-modal-shi.pf-show 
{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform;
    transition: opacity 0s, -webkit-transform;
    transition: transform, opacity 0s;
    transition: transform, opacity 0s, -webkit-transform; 
}
/**************************************************************************************************************************************************/
.pf-warning-img
{
    background:50% 50% #fff no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.688 14.796L11.057.616c-.5-.821-1.752-.821-2.252 0l-8.63 14.18c-.5.822.126 1.852 1.127 1.852H18.56c1 0 1.627-1.03 1.127-1.852zM9.934 5.202c.619 0 1.119.447 1.101.985l-.183 5.52c-.013.435-.422.779-.922.779-.501 0-.91-.348-.924-.78l-.178-5.519c-.014-.538.483-.985 1.106-.985zm-1.106 8.324c0 .574.495 1.04 1.104 1.04.608 0 1.103-.466 1.103-1.04 0-.574-.495-1.04-1.103-1.04-.609 0-1.104.466-1.104 1.04z' fill='%23FF8454'/%3E%3C/svg%3E");
    background-size:20px 17px;
}
/**************************************************************************************************************************************************/
/* send message PopUp */
/**************************************************************************************************************************************************/
.pf-contact-message-modal 
{
    position: fixed;
    top: 0;
    bottom: 77px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f4f4f4;    
    -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform;
    transition: opacity 0.2s, -webkit-transform;
    transition: transform, opacity 0.2s;
    transition: transform, opacity 0.2s, -webkit-transform;
    z-index: 1001; 
}
.pf-contact-message-modal.pf-show 
{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform;
    transition: opacity 0s, -webkit-transform;
    transition: transform, opacity 0s;
    transition: transform, opacity 0s, -webkit-transform; 
}

@media screen and (min-width: 1024px) 
{
    .pf-contact-message-modal 
    {
        width: 630px;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        overflow: unset;
        border: 1px solid #DBDBDB;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); 
    }
    .pf-contact-message-modal.pf-show 
    {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
              transform: translate(-50%, -50%) scale(1, 1); 
    } 
}

.pf-contact-message-modal .pf-contact-message-modal-close 
{
    position: absolute;
    right: 12px;
    top: 12px;
    display: inline-block;
    height: 16px;
    width: 16px;
    cursor: pointer; 
}
.pf-contact-message-modal .pf-contact-message-modal-close:before, .pf-contact-message-modal .pf-contact-message-modal-close:after 
{
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #52ca49; 
}
.pf-contact-message-modal .pf-contact-message-modal-close:before 
{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); 
}
.pf-contact-message-modal .pf-contact-message-modal-close:after 
{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); 
}
.pf-contact-message-modal .pf-contact-message-modal-content 
{
    padding: 25px 15px 15px; 
}
.pf-contact-message-modal .pf-contact-message-header 
{
    margin-top: -16px;
    border-bottom: 1px solid #9f9f9f;        
}
.pf-contact-message-modal .pf-contact-message-title
{
    padding-left: 27px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    color: #36ca51;
}

.pf-contact-message-modal .pf-contact-message-title span
{
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 3px;
}    

.pf-contact-message-modal .pf-contact-message-info 
{
    padding: 12px 0 12px; 
    border-bottom: 1px solid #d0d0d0;    
}
.pf-contact-message-modal .pf-contact-message-info li:nth-child(2) 
{
    margin-top: 22px; 
}
.pf-contact-message-modal .pf-contact-message-info p 
{
    font-size: 18px;
    line-height: 25px;
    color: #363636; 
}
.pf-contact-message-modal .pf-contact-message-info p:nth-child(2) 
{
    margin-top: 5px;
    font-weight: 700; 
}
.pf-contact-message-modal .pf-contact-message-info span 
{
    display: inline-block;
    width: 115px;
    height: 28px;
    margin-top: 10px; 
}
.pf-contact-message-modal .pf-contact-message-info span.pf-not-verified-horizontal 
{
    width: 155px;
    height: 33px; 
}

.pf-contact-message-modal .pf-contact-message-reason-wrap 
{
    position: relative;
    margin-bottom: 10px; 
    padding-bottom: 14px;    
    border-bottom: 1px solid #d0d0d0;    
}
  
.pf-contact-message-modal .pf-contact-message-form label 
{
    display: block;
    font-size: 18px;
    color: #363636; 
}

.pf-contact-message-modal .pf-contact-message-form span.required
{
    color: #f3685e;
}

.pf-contact-message-modal .pf-contact-message-form input, .pf-contact-message-modal .pf-contact-message-form textarea 
{
    display: block;
    width: 100%;
    padding: 12px 17px;
    margin-top: 8px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #BAB9B9;
    border-radius: 3px; 
}
.pf-contact-message-modal .pf-contact-message-form input:disabled, .pf-contact-message-modal .pf-contact-message-form textarea:disabled 
{
    background-color: #ffffff;
    opacity: 1; 
}

.pf-contact-message-modal .pf-contact-message-form textarea 
{
    height: 85px; 
}

.pf-contact-message-modal .pf-contact-message-form input[type=text]
{
    margin-top: 6px;
} 

.pf-contact-message-modal .pf-contact-message-form .pf-baloon-body 
{
    bottom: calc(100% + 15px);
    margin-bottom: -88px; 
}

.pf-contact-message-modal .pf-contact-message-form .error + .pf-baloon-body, .pf-contact-message-modal .pf-contact-message-password-wrap .error + .pf-baloon-body
{
    margin-bottom: -36px;
    z-index: 0; 
}

.pf-contact-message-modal .pf-contact-message-form .pf-contact-message-email-wrap .error + .pf-baloon-body, .pf-contact-message-modal .pf-contact-message-password-wrap .error + .pf-baloon-body
{
    margin-bottom: -40px; 
}


.pf-contact-message-modal .pf-contact-message-email-wrap, .pf-contact-message-modal .pf-contact-message-password-wrap
{
    position: relative;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d0d0d0;    
}

.pf-contact-message-modal .pf-contact-message-password-wrap
{
    margin-top: 1rem;
}

.pf-contact-message-modal .pf-contact-message-delivery-wrap
{
    display: flex;
    justify-content: space-between;        
}          

.pf-contact-message-modal .pf-contact-message-delivery-wrap
{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 8px;
}

.pf-contact-message-modal .pf-contact-message-delivery-wrap span
{
    font-weight: 700;
}

.pf-contact-message-modal .pf-contact-message-delivery-wrap label
{
    margin-top: 2px;
}

.pf-contact-message-modal .pf-contact-message-delivery-wrap .pf-radio-wrapper label
{
    margin-top: 0;
}

.pf-contact-message-modal .pf-contact-message-submit 
{
    width: 100%;
    display: block;
    padding: 12px 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #36ca51;
    border-radius: 3px;
}

.pf-contact-message-modal .pf-contact-message-submit:hover 
{
    background-color: #5fd374;
}

.pf-contact-message-modal .pf-cm-description, .pf-contact-message-modal .pf-cm-code-hint
{
    font-size: 18px;
    color: #363636;    
    margin-top: 1rem;
    font-weight: 600;
}

.pf-contact-message-modal .pf-cm-error
{
    font-size: 24px;
    margin-top: 1rem;
    font-weight: 600;
    color: #f3685e;
    text-align: center;
}

.pf-contact-message-modal .pf-cm-success
{
    font-size: 24px;
    margin-top: 1rem;
    font-weight: 600;
    color: #36ca51;
    text-align: center;
}

#pf-id-cm--login-email
{
    border-bottom: none;
}

#pf-id-cm--login-email label
{
    width: 155px;
}

.pf-contact-message-modal .pf-cm-phone-descr
{
    font-size: 24px;
    text-align: center;
    letter-spacing: 9px;
    font-weight: bold;
    color: #36ca51;
    margin-top: 1rem;
}

.pf-contact-message-modal .pf-cm-code-hint
{
    border: 1px solid #d0d0d0;
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    background-color: white;
}

.pf-contact-message-modal .pf-cm-code-hint b
{
    color: #36ca51;
}

@media screen and (min-width: 1024px) 
{
    .pf-contact-message-modal .pf-contact-message-modal-close 
    {
        right: 20px;
        top: 20px; 
    }
    .pf-contact-message-modal .pf-contact-message-modal-close:before, .pf-contact-message-modal .pf-contact-message-modal-close:after 
    {
        width: 20px; 
    }
    .pf-contact-message-modal .pf-contact-message-modal-content 
    {
        padding: 35px 20px 20px;
        overflow: unset; 
    }
    .pf-contact-message-modal .pf-contact-message-info 
    {
        padding-bottom: 12px; 
    }
    .pf-contact-message-modal .pf-contact-message-info li:nth-child(2) 
    {
        margin-top: 0; 
    }
    .pf-contact-message-modal .pf-contact-message-info li:after 
    {
        content: '';
        display: block;
        clear: both; 
    }
    .pf-contact-message-modal .pf-contact-message-info p 
    {
        float: left; 
    }
    .pf-contact-message-modal .pf-contact-message-info p:first-child 
    {
        width: 155px;
        padding-right: 10px; 
    }
    .pf-contact-message-modal .pf-contact-message-info p:nth-child(2) 
    {
        margin-top: 0; 
    }
    .pf-contact-message-modal .pf-contact-message-info span 
    {
        float: right;    
        margin-top: 0; 
    }
    .pf-contact-message-modal .pf-contact-message-reason-wrap 
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
    }
    
    .pf-contact-message-modal .pf-contact-message-email-wrap, .pf-contact-message-modal .pf-contact-message-password-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        padding-bottom: 10px;        
    }
    
    .pf-contact-message-modal .pf-contact-message-form label 
    {
        width: 155px;
        padding-right: 10px;
        line-height: 51px; 
    }
    
    .pf-contact-message-modal .pf-contact-message-form .pf-contact-message-email-wrap label
    {
        margin-top: 4px;
        width: 122px;
    }
    
    .pf-contact-message-modal .pf-contact-message-form input 
    {
        margin-top: 0; 
        width: 123px;
    }
    .pf-contact-message-modal .pf-contact-message-form textarea 
    {
        height: 105px; 
        margin-top: 16px;
    }
    .pf-contact-message-modal .pf-contact-message-form .pf-baloon-body 
    {
        margin-bottom: -84px; 
    }
    .pf-contact-message-modal .pf-contact-message-form .error + .pf-baloon-body 
    {
        margin-bottom: -20px; 
    }

    .pf-contact-message-modal .pf-contact-message-form .pf-contact-message-email-wrap .pf-baloon-body, .pf-contact-message-modal .pf-contact-message-password-wrap .pf-baloon-body
    {
        margin-bottom: -68px;
        display: none;
    }
    
    .pf-contact-message-modal .pf-contact-message-form .pf-contact-message-email-wrap .error + .pf-baloon-body
    {
        margin-bottom: -16px; 
        display: block;
    }
    .pf-contact-message-modal .pf-contact-message-password-wrap .error + .pf-baloon-body    
    {
        margin-bottom: -8px; 
        display: block;
    }
    
    .pf-contact-message-modal .pf-contact-message-delivery-wrap
    {
        padding-bottom: 0;
    }
    .pf-contact-message-modal .pf-contact-message-delivery-wrap .pf-radio-wrapper .pf-radiobutton span:before
    {
        top: 18px;
        width: 17px;
        height: 17px;
    }
    .pf-contact-message-modal .pf-contact-message-delivery-wrap .pf-radio-wrapper .pf-radiobutton span:after
    {
        top: 22px;
        left: 3px;
        width: 10px;
        height: 10px;    
    }
    
    .pf-contact-message-modal .pf-contact-message-submit 
    {
        width: 160px;
        margin-left: auto;
    }
}

.pf-contact-message-modal .pf-cm-code
{
    margin-top: 0 !important;
    width: 100% !important;
    letter-spacing: 1.5rem !important;
    font-weight: bold !important;
    font-size: 28px !important;
}

/**************************************************************************************************************************************************/
/* short wanted Ad card (use in similar ads section and other)*/
/**************************************************************************************************************************************************/
.pf-card-swa
{
    display: flex; 
    position: relative;
    margin: 11px 8px 20px; 
    border-radius: 3px;
    flex-wrap: wrap;
    border: 1px solid #868686;
    overflow: hidden;
    width: 25rem;
    min-width: 25rem;        
}

.pf-card-swa.pf--border 
{
    border: 2px solid #7e9dab;
    box-shadow: 0 0 6px #7e9dab;
}

.pf-card-swa .pf-swa-title
{
    padding: 10px 15px;
    color: #9b9b9b;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    background: #e6e6e6;
    flex-grow: 1;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #868686;    
    text-transform: uppercase;
    flex-grow: 1;
    text-overflow: ellipsis;
    height: 3.5rem;  
    position: relative;
    overflow: hidden;  
}
.pf-card-swa .pf-swa-title .pf-close
{
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    border: 2px solid #9b9b9b;
    border-radius: 3px;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf-card-swa .pf-swa-title .pf-close:hover
{
    color: #d2d2d2;
    border-color: #d2d2d2;    
}


.pf-card-swa.pf--verified .pf-swa-title 
{
    border-bottom: 1px solid #ccc;
    background: #ffffff;
}

.pf-card-swa.pf--backlight .pf-swa-title 
{
    background: #f4faff;
}

.pf-card-swa.pf--border .pf-swa-title 
{
    background: #7e9dab;
    color: white;
    border-bottom: 1px solid #7e9dab;
    margin-top: -1px;
}

.pf-card-swa.pf--border .pf-swa-title .pf-close
{
    color: white;
    border-color: white;    
}

.pf-card-swa.pf--border .pf-swa-title .pf-close:hover
{
    color: #d2d2d2;
    border-color: #d2d2d2;    
}


.pf-card-swa .pf-swa-context-wrap, .pf-card-swa .pf-swa-footer
{
    display: flex;
    width: 100%;
    background: #e6e6e6;    
    justify-content: space-between;    
}

.pf-card-swa.pf--verified .pf-swa-context-wrap, .pf-card-swa.pf--verified .pf-swa-footer
{
    background: #ffffff;
}

.pf-card-swa.pf--backlight .pf-swa-context-wrap, .pf-card-swa.pf--backlight .pf-swa-footer
{
    background: #f4faff;
}


.pf-card-swa .pf-swa-bands-wrap
{
    min-width: 43px;
    max-width: 45px;
    padding: 1rem 0.8rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pf-card-swa .pf-swa-bands-wrap span 
{
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    background-size: contain;
    margin-bottom: 30%;    
}

.pf-card-swa .pf-swa-text-wrap
{
    justify-content: space-between;
    width: calc(100% - 45px);
    padding: 1rem 1rem 1rem 0rem;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;   
    position: relative; 
}

.pf-card-swa .pf-swa-letter-wrap
{
    width: 7rem;
    margin-right: 1rem;
}

.pf-card-swa .pf-swa-letter-holder
{
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;    
}

.pf-card-swa .pf-swa-letter
{
    display: inline-flex;
    background-color: white;
    color: #ededed;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    font-size: 5rem;
    font-weight: bold;    
}

.pf-card-swa.pf--verified .pf-swa-letter
{
    background-color: #ededed;
    color: white;
}

.pf-card-swa .pf-swa-stamp-wrap
{
    position: absolute;
    right: 0;
    top: 0.5rem;
}    

.pf-card-swa .pf-swa-stamp-wrap img
{
    height: 7rem;    
}


.pf-card-swa .pf-swa-big-text-wrap
{
    display: flex;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #898989;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 1rem;    
}

.pf-card-swa .pf-swa-big-text-row
{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;    
}

.pf-card-swa .pf-swa-big-text-label
{
    margin: 0 1rem 0 0;
    width: 4rem;
    font-size: 1.1rem;
    line-height: 2rem;
}

.pf-card-swa .pf-swa-breed-value
{
    color: #636363;
    flex-grow: 1;
    font-size: 1.6rem;
    height: 3.5rem;
    overflow: hidden;
    line-height: 1.8rem;
    margin-bottom: 0.75rem;    
    word-break: break-all;
    margin-left: 0.4rem;
}

.pf-card-swa .pf-swa-row-small
{
    font-size: 1.4rem;
    padding-bottom: 0rem;
}

.pf-card-swa .pf-swa-subrow-small
{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.3rem;
}

.pf-card-swa .pf-swa-subcell-label
{
    width: 7rem;
    font-size: 1.1rem;
    line-height: 2rem;    
}

.pf-card-swa .pf-swa-subcell-value
{
    color: #636363;
    width: 100%;
    font-weight: 600;
    height: 2rem;
    overflow: hidden;
}

.pf-card-swa .pf-swa-link
{
    width: 50%;
    padding: 0 0.9rem 0.5rem;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 600;
    color: #387b1f;
}

.pf-card-swa .pf-swa-listed
{
    color: #636363;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0 0.9rem;
}
/**************************************************************************************************************************************************/
/* Latest Wanted Ad card */
/**************************************************************************************************************************************************/
.pf-little-card .pf-top-text-row
{
    position: relative;
    text-align: left;
}

.pf-little-card .pf-top-text-row .pf-letter-wrap
{
    width: 7rem;
    margin-right: 1rem;
}

.pf-little-card .pf-top-text-row .pf-letter-holder
{
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.pf-little-card .pf-top-text-row .pf-swa-letter
{
    display: inline-flex;
    background-color: white;
    color: #ededed;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    font-size: 5rem;
    font-weight: bold;    
}

.pf-little-card .pf-top-text-row .pf-big-text-wrap
{
    display: flex;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #898989;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}

.pf-little-card .pf-top-text-row .pf-big-text-row
{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.pf-little-card .pf-top-text-row .pf-breed-label
{
    margin: 0 1rem 0 0;
    width: 4rem;
    font-size: 1.1rem;
    line-height: 2rem;    
}

.pf-little-card .pf-top-text-row .pf-breed-value
{
    color: #636363;
    flex-grow: 1;
    font-size: 1.6rem;
    height: 3.5rem;
    overflow: hidden;
    line-height: 1.8rem;
    margin-bottom: 0.75rem;
    word-break: break-all;
    margin-left: 0.4rem;    
}

.pf-little-card .pf-top-text-row .pf-stamp-wrap
{
    position: absolute;
    right: 0;
    top: 0.5rem;
}

.pf-little-card .pf-top-text-row .pf-stamp-wrap img
{
    height: 7rem;
}

.pf-little-card .pf-row-small
{
    font-size: 1.4rem;
    padding-bottom: 0rem;
    text-align: left;
}

.pf-little-card .pf-subrow-small
{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.3rem;
}

.pf-little-card .pf-subcell-label
{
    width: 7rem;
    font-size: 1.1rem;
    line-height: 2rem;
}

.pf-little-card .pf-subcell-value
{
    color: #636363;
    width: 100%;
    font-weight: 600;
    height: 2rem;
    overflow: hidden;
}
/**************************************************************************************************************************************************/
/* new Ad Units set per 3 wrappers*/
/**************************************************************************************************************************************************/
.pf-advertisement__medrec_atf
{
    text-align: center; 
    background: none; 
    max-width:900px; 
    display:flex; 
    height: 250px;    
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;   
    margin: 25px auto 0; 
}

.pf-advertisement__search
{
    text-align: center; 
    background: none; 
    max-width:900px; 
    display:flex; 
    height: 250px;    
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;   
    margin: 25px auto 2rem; 
}

@media (min-width: 768px)
{
    .pf-advertisement__medrec_atf
    {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;        
    }
}
@media (min-width: 1024px)
{
    .pf-advertisement__medrec_atf
    {
        flex-direction: row;
        justify-content: space-between; 
    }
    .pf-advertisement__search
    {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;        
    }    
}
/**************************************************************************************************************************************************/
/* save saarch and create notification button */
/**************************************************************************************************************************************************/
/**************************************************************************************************************************************************/
/* save search popup */
/**************************************************************************************************************************************************/
.pf-save-search-modal__shi
{
    display: flex;
    flex-direction: column;

    position: fixed;
    top: 0;
    bottom: 77px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    
    -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform;
    transition: opacity 0.2s, -webkit-transform;
    transition: transform, opacity 0.2s;
    transition: transform, opacity 0.2s, -webkit-transform;
    padding: 7px 20px 20px; 
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 100001; 
}
.pf-save-search-modal__shi.pf-show 
{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform;
    transition: opacity 0s, -webkit-transform;
    transition: transform, opacity 0s;
    transition: transform, opacity 0s, -webkit-transform; 
}

.pf-save-search-modal__shi .pf-modal-close 
{
    position: absolute;
    right: 12px;
    top: 12px;
    display: inline-block;
    height: 16px;
    width: 16px;
    cursor: pointer; 
}
.pf-save-search-modal__shi .pf-modal-close:before, .pf-save-search-modal__shi .pf-modal-close:after 
{
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #52ca49; 
}
.pf-save-search-modal__shi .pf-modal-close:before 
{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); 
}
.pf-save-search-modal__shi .pf-modal-close:after 
{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); 
}

.pf-save-search-modal__shi .pf-ss-modal-header 
{
    margin-bottom: 1rem;
    border-bottom: 1px solid #36ca51;        
}

.pf-save-search-modal__shi .pf-ss-modal-header span
{
    font-size: 1.4rem;
}

.pf-save-search-modal__shi .pf-ss-modal-header .pf-title
{
    color: #36ca51;
}

.pf-save-search-modal__shi .pf-modal-context
{
    overflow-x: hidden;
    overflow-y: auto;
}

.pf-save-search-modal__shi .pf-error-mess
{
    color: #fc8078;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
}

.pf-save-search-modal__shi .pf-success-mess
{
    color: #36ca51;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}
.pf-save-search-modal__shi .pf-success-mess span
{
    font-size: 2.5rem;
    margin-right: 1rem;                
}


.pf-save-search-modal__shi .pf-descr-mess, .pf-save-search-modal__shi .pf-notify-title
{
    color: #36ca51;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
}

.pf-save-search-modal__shi .pf-notify-title
{
    line-height: 3rem;
}

.pf-save-search-modal__shi .pf-descr-text
{
    font-size: 1.3rem;
    font-style: italic;
}

.pf-save-search-modal__shi .pf-switch-cont
{
    display: inline-block; 
    float: right;
}

.pf-save-search-modal__shi .pf-divider
{
    border-top: 1px solid #36ca51;
    margin: 1rem 0;
}

.pf-save-search-modal__shi .pf-modal-context hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-color: #36ca51;
}

.pf-save-search-modal__shi .pf-label-nt-params
{
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;                    
    font-weight: 600;
    
    margin-top: 1.5rem;                      
}

.pf-save-search-modal__shi .pf-freq-section-content, .pf-save-search-modal__shi .pf-safety-section-content
{
    display: flex;
}

.pf-save-search-modal__shi .pf-freq-section-content
{
    justify-content: space-between; 
}

.pf-save-search-modal__shi .pf-btn
{
    display: block;
    color: white;
    background: #36ca51;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 27rem;
    border-radius: 3px;
    margin-top: 1.4rem;
}

.pf-save-search-modal__shi .pf-btn:hover
{
    background: #3aad24;
}


@media screen and (min-width: 1024px) 
{
    .pf-save-search-modal__shi 
    {
        width: 630px;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        max-height: 80%;
        border: 1px solid #DBDBDB;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); 
    }
    .pf-save-search-modal__shi.pf-show 
    {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
              transform: translate(-50%, -50%) scale(1, 1); 
    } 
}
/**************************************************************************************************************************************************/
/* custom animated switcher */
/**************************************************************************************************************************************************/
.pf-shi-switch
{
    position: relative;
    width: 9rem;
    height: 3rem;    
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #36ca51;
}

.pf-shi-switch .knobs
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.pf-shi-switch .checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;

    user-select: none;
    -webkit-tap-highlight-color:transparent;
}

.pf-shi-switch .checkbox:focus
{
    outline: none;
}

.pf-shi-switch .knobs:before
{
    font-size: 1.2rem;
    font-weight: 600;
    width: 4.5rem;
    padding: 0.9rem 0;
    
    content: 'OFF';
    left: auto;
    right: 0;
    background-color: #ffb822;
    color: #111111;
    
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);    
}

.pf-shi-switch .checkbox:active + .knobs:before
{
    width: 2.7rem;
}

.pf-shi-switch .checkbox:checked:active + .knobs:before
{
    margin-right: -2rem;
}

.pf-shi-switch .checkbox:checked + .knobs:before
{
    content: 'ON';
    left: 0;
    right: auto;
    background-color: #36ca51;
    color: #fff;
}
/**************************************************************************************************************************************************/
/* model owner PopUp extra setup */
/**************************************************************************************************************************************************/
.pf-owner-section.pf-owner-section--captcha .pf-owner-section-content
{
    justify-content: center; width: 100%;
}
.pf-owner-section.pf-owner-section--captcha .pf-captcha-img
{
    margin-bottom: 3em;
}

.pf-owner-section.pf-owner-section--captcha .pf-captcha-img .pf-captcha
{
    padding: 0px; height: 96px; margin-top: 0;
}

.pf-owner-section.pf-owner-section--captcha .pf-captcha-input
{
    text-align: center; 
    text-align: center;
    padding-top: 2.5rem;
}

.pf-owner-section.pf-owner-section--captcha .pf-captcha-input p
{
    font-size: 1.7rem;
    font-weight: 600;
    margin-top: -3.5rem;
    position: absolute;
    text-align: center;
    width: 90%;
}

.pf-owner-section.pf-owner-section--captcha .pf-captcha-input input
{
    width: 193px;
    font-size: 44px;
    line-height: 44px;
    height: 63px;
    letter-spacing: 0.6rem;
    margin-top: -1rem;                
}
/**************************************************************************************************************************************************/
/* Wanted Ad promo PopUp */
/**************************************************************************************************************************************************/
#pf-wanted-promo
{
    position: absolute;
    background-color: #3a3a3ab5;
    top: 0;
    left: 0;
    height: 100Vh;
    width: 100vw;
    max-width: 100%;
    z-index: 1100;
    overscroll-behavior-y: contain;
    overflow-y: auto;    
    display: none;
}

#pf-wanted-promo .pf-close-wrap
{
    max-width: 1440px;
    margin: 0 auto;
    text-align: right;        
}

#pf-wanted-promo .pf-close
{
    font-size: 4rem;
    color: white;
    text-shadow: 0 0 15px black;
    margin-right: 1rem;        
}
#pf-wanted-promo .pf-close:hover
{
    color: #dbdbdb;
    text-shadow: 0 0 8px black;
}
#pf-wanted-promo .pf-p1
{
    text-align: center;
    margin: 3rem auto 0;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0 0 14px black;
    color: white;
    max-width: 60rem;
    padding: 0 2rem;
}
#pf-wanted-promo .pf-p2
{
    text-align: center;
    margin: 2rem auto;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0 0 14px black;
    color: white;
    max-width: 60rem;
    padding: 0px 2rem;        
}

#pf-wanted-promo .pf-btn-search_notify
{
    margin-top: 2rem;
}
/**************************************************************************************************************************************************/
a.pf-uline
{
    text-decoration: underline;
    font-weight: bold;
}
/**************************************************************************************************************************************************/
.pf-lity-alert-modal, .pf-lity-warning-modal, .pf-lity-success-modal
{
    display: grid;
    align-self: center;
    justify-self: center;
    position: relative;
    box-sizing: border-box;
    width: 36em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;    
}
.pf-lity-alert-modal .pf-lity-alert-icon, .pf-lity-warning-modal .pf-lity-warning-icon, .pf-lity-success-modal .pf-lity-success-icon
{
    display: flex;
    color: #f27474;
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid #f27474;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;    
}
.pf-lity-warning-modal .pf-lity-warning-icon
{
    border-color: #facea8;
    color: #f8bb86;
}

.pf-lity-success-modal .pf-lity-success-icon
{
    border-color: #bfecc7;
    color: #36ca51;
}

.pf-lity-warning-modal .pf-lity-warning-icon-content, .pf-lity-success-modal .pf-lity-success-icon-content
{
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.pf-lity-alert-modal .pf-lity-x-mark
{
    position: relative;
    flex-grow: 1;
}

.pf-lity-alert-modal .pf-lity-x-mark-line
{
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}
.pf-lity-alert-modal .pf-lity-x-mark-line.left
{
    left: 1.0625em;
    transform: rotate(45deg);
}
.pf-lity-alert-modal .pf-lity-x-mark-line.right
{
    right: 1em;
    transform: rotate(-45deg);
}

.pf-lity-alert-modal .pf-lity-alert-title, .pf-lity-warning-modal .pf-lity-alert-title, .pf-lity-success-modal .pf-lity-alert-title
{
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;    
}
.pf-lity-alert-modal .pf-lity-alert-html-container, .pf-lity-warning-modal .pf-lity-alert-html-container, .pf-lity-success-modal .pf-lity-alert-html-container 
{
    display: block;
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.25em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;    
}
.pf-lity-alert-modal .pf-lity-alert-actions, .pf-lity-warning-modal .pf-lity-warning-actions, .pf-lity-success-modal .pf-lity-success-actions
{
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
}
.pf-lity-alert-modal .pf-lity-alert-actions button, .pf-lity-warning-modal .pf-lity-warning-actions button, .pf-lity-success-modal .pf-lity-success-actions button
{
    display: inline-block;
    cursor: pointer;
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0,0,0,0);
    font-weight: 500;
}

.pf-lity-alert-modal .pf-lity-alert-actions button.pf-bt-confirm, .pf-lity-warning-modal .pf-lity-warning-actions button.pf-bt-confirm, .pf-lity-success-modal .pf-lity-success-actions button.pf-bt-confirm
{
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #f3685e;
    color: #fff;
    font-size: 1.2em;
}
.pf-lity-warning-modal .pf-lity-warning-actions button.pf-bt-confirm
{
    background-color: #f8bb86;
}
.pf-lity-success-modal .pf-lity-success-actions button.pf-bt-confirm
{
    background-color: #36ca51;
}
.pf-lity-alert-modal .pf-lity-alert-actions button.pf-bt-confirm:hover, .pf-lity-warning-modal .pf-lity-warning-actions button.pf-bt-confirm:hover, .pf-lity-success-modal .pf-lity-success-actions button.pf-bt-confirm:hover
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.pf-lity-alert-modal .pf-lity-alert-footer, .pf-lity-warning-modal .pf-lity-alert-footer, .pf-lity-success-modal .pf-lity-alert-footer 
{
    display: flex;
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em;
}

.pf-lity-alert-modal .pf-lity-alert-footer a, .pf-lity-warning-modal .pf-lity-alert-footer a, .pf-lity-success-modal .pf-lity-alert-footer a
{
    color: #36ca51;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    cursor: pointer;    
}
.pf-lity-alert-modal .pf-lity-alert-footer a:hover, .pf-lity-warning-modal .pf-lity-alert-footer a:hover, .pf-lity-success-modal .pf-lity-alert-footer a:hover
{
    text-decoration: underline;
}
/**************************************************************************************************************************************************/
/* Ad details custom */
/**************************************************************************************************************************************************/
.pf-det-favorite-wrap
{
    width: 100%;
    padding-left: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.pf-det-favorite-wrap .pf-det-favorite-sub-wrap
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #52ca49;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.pf-det-favorite-wrap .pf-det-favorite-sub-wrap.adopt
{
    background-color: #e66194;
}

.pf-det-favorite-wrap .pf-det-favorite-sub-wrap .pf-c-fav
{
    width: 2.8rem;
    height: 2.8rem;
    background-size: contain;
    background-color: white;
    border-radius: 4px;
    border: 3px solid white;
    margin-right: 1rem;
    cursor: pointer;
}

.pf-det-favorite-wrap .pf-c-fav:hover
{
    box-shadow: 1px 1px 4px gray;
}

.pf-det-favorite-wrap .pf-c-fav.add
{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='none' id='svg_1' stroke-linejoin='round' stroke-linecap='round' stroke='%2336ca51' d='m11.2691,4.41115c0.2315,-0.51938 0.3473,-0.77907 0.5085,-0.85904c0.14,-0.06948 0.3044,-0.06948 0.4444,0c0.1612,0.07997 0.277,0.33966 0.5085,0.85904l1.844,4.13693c0.0685,0.15354 0.1027,0.23031 0.1557,0.2891c0.0468,0.05202 0.1041,0.09363 0.168,0.12211c0.0723,0.0322 0.1559,0.04102 0.3231,0.05866l4.5043,0.47541c0.5655,0.05968 0.8482,0.08952 0.9741,0.21811c0.1093,0.11169 0.1601,0.26809 0.1373,0.42273c-0.0262,0.178 -0.2374,0.3683 -0.6598,0.749l-3.3647,3.0322c-0.1248,0.1125 -0.1873,0.1688 -0.2268,0.2373c-0.035,0.0607 -0.0569,0.128 -0.0642,0.1976c-0.0083,0.0787 0.0091,0.1609 0.044,0.3254l0.9398,4.4307c0.118,0.5563 0.177,0.8344 0.0936,0.9938c-0.0725,0.1386 -0.2055,0.2352 -0.3596,0.2613c-0.1774,0.03 -0.4237,-0.112 -0.9163,-0.3961l-3.9235,-2.263c-0.1456,-0.084 -0.2184,-0.1259 -0.2958,-0.1424c-0.0685,-0.0145 -0.1393,-0.0145 -0.2078,0c-0.0774,0.0165 -0.1502,0.0584 -0.2958,0.1424l-3.92348,2.263c-0.49258,0.2841 -0.73887,0.4261 -0.91628,0.3961c-0.15411,-0.0261 -0.28715,-0.1227 -0.35959,-0.2613c-0.08339,-0.1594 -0.0244,-0.4375 0.09359,-0.9938l0.93976,-4.4307c0.03488,-0.1645 0.05232,-0.2467 0.04404,-0.3254c-0.00733,-0.0696 -0.0292,-0.1369 -0.0642,-0.1976c-0.03955,-0.0685 -0.10199,-0.1248 -0.22686,-0.2373l-3.36462,-3.0322c-0.42241,-0.3807 -0.63362,-0.571 -0.65988,-0.749c-0.0228,-0.15464 0.02801,-0.31104 0.13735,-0.42273c0.12588,-0.12859 0.40863,-0.15843 0.97413,-0.21811l4.50429,-0.47541c0.16718,-0.01764 0.25076,-0.02646 0.32304,-0.05866c0.06395,-0.02848 0.12121,-0.07009 0.16807,-0.12211c0.05295,-0.05879 0.08717,-0.13556 0.15562,-0.2891l1.84402,-4.13693z'/%3E%3C/g%3E%3C/svg%3E");
}

.pf-det-favorite-wrap .pf-c-fav.del
{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%2336ca51' id='svg_1' stroke-linejoin='round' stroke-linecap='round' stroke='%2336ca51' d='m11.41403,4.41115c0.2315,-0.51938 0.3473,-0.77907 0.5085,-0.85904c0.14,-0.06948 0.3044,-0.06948 0.4444,0c0.1612,0.07997 0.277,0.33966 0.5085,0.85904l1.844,4.13693c0.0685,0.15354 0.1027,0.23031 0.1557,0.2891c0.0468,0.05202 0.1041,0.09363 0.168,0.12211c0.0723,0.0322 0.1559,0.04102 0.3231,0.05866l4.5043,0.47541c0.5655,0.05968 0.8482,0.08952 0.9741,0.21811c0.1093,0.11169 0.1601,0.26809 0.1373,0.42273c-0.0262,0.178 -0.2374,0.3683 -0.6598,0.749l-3.3647,3.0322c-0.1248,0.1125 -0.1873,0.1688 -0.2268,0.2373c-0.035,0.0607 -0.0569,0.128 -0.0642,0.1976c-0.0083,0.0787 0.0091,0.1609 0.044,0.3254l0.9398,4.4307c0.118,0.5563 0.177,0.8344 0.0936,0.9938c-0.0725,0.1386 -0.2055,0.2352 -0.3596,0.2613c-0.1774,0.03 -0.4237,-0.112 -0.9163,-0.3961l-3.9235,-2.263c-0.1456,-0.084 -0.2184,-0.1259 -0.2958,-0.1424c-0.0685,-0.0145 -0.1393,-0.0145 -0.2078,0c-0.0774,0.0165 -0.1502,0.0584 -0.2958,0.1424l-3.92348,2.263c-0.49258,0.2841 -0.73887,0.4261 -0.91628,0.3961c-0.15411,-0.0261 -0.28715,-0.1227 -0.35959,-0.2613c-0.08339,-0.1594 -0.0244,-0.4375 0.09359,-0.9938l0.93976,-4.4307c0.03488,-0.1645 0.05232,-0.2467 0.04404,-0.3254c-0.00733,-0.0696 -0.0292,-0.1369 -0.0642,-0.1976c-0.03955,-0.0685 -0.10199,-0.1248 -0.22686,-0.2373l-3.36462,-3.0322c-0.42241,-0.3807 -0.63362,-0.571 -0.65988,-0.749c-0.0228,-0.15464 0.02801,-0.31104 0.13735,-0.42273c0.12588,-0.12859 0.40863,-0.15843 0.97413,-0.21811l4.50429,-0.47541c0.16718,-0.01764 0.25076,-0.02646 0.32304,-0.05866c0.06395,-0.02848 0.12121,-0.07009 0.16807,-0.12211c0.05295,-0.05879 0.08717,-0.13556 0.15562,-0.2891l1.84402,-4.13693z'/%3E%3C/g%3E%3C/svg%3E");
}


@media screen and (min-width: 1024px)
{
    .pf-det-favorite-wrap
    {
        padding-left: 80px;
    }
    
}
/**************************************************************************************************************************************************/
/* catalog page custom upgrades */
/**************************************************************************************************************************************************/
.pf-card-list.pf-card-list--fav .pf-card-title p:first-child
{
    padding-left: 4rem;
}

.pf-card-list .pf-card-title .pf-c-fav
{
    position: absolute;
    left: 0.5rem;
    width: 2.8rem;
    height: 2.8rem;
    background-size: contain;
    background-color: white;
    border-radius: 4px;
    border: 3px solid white;
    z-index: 100;
}

.pf-card-list .pf-card-title .pf-c-fav:hover
{
    box-shadow: 1px 1px 4px gray;
}

.pf-card-list .pf-card-title .pf-c-fav.add
{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='none' id='svg_1' stroke-linejoin='round' stroke-linecap='round' stroke='%2336ca51' d='m11.2691,4.41115c0.2315,-0.51938 0.3473,-0.77907 0.5085,-0.85904c0.14,-0.06948 0.3044,-0.06948 0.4444,0c0.1612,0.07997 0.277,0.33966 0.5085,0.85904l1.844,4.13693c0.0685,0.15354 0.1027,0.23031 0.1557,0.2891c0.0468,0.05202 0.1041,0.09363 0.168,0.12211c0.0723,0.0322 0.1559,0.04102 0.3231,0.05866l4.5043,0.47541c0.5655,0.05968 0.8482,0.08952 0.9741,0.21811c0.1093,0.11169 0.1601,0.26809 0.1373,0.42273c-0.0262,0.178 -0.2374,0.3683 -0.6598,0.749l-3.3647,3.0322c-0.1248,0.1125 -0.1873,0.1688 -0.2268,0.2373c-0.035,0.0607 -0.0569,0.128 -0.0642,0.1976c-0.0083,0.0787 0.0091,0.1609 0.044,0.3254l0.9398,4.4307c0.118,0.5563 0.177,0.8344 0.0936,0.9938c-0.0725,0.1386 -0.2055,0.2352 -0.3596,0.2613c-0.1774,0.03 -0.4237,-0.112 -0.9163,-0.3961l-3.9235,-2.263c-0.1456,-0.084 -0.2184,-0.1259 -0.2958,-0.1424c-0.0685,-0.0145 -0.1393,-0.0145 -0.2078,0c-0.0774,0.0165 -0.1502,0.0584 -0.2958,0.1424l-3.92348,2.263c-0.49258,0.2841 -0.73887,0.4261 -0.91628,0.3961c-0.15411,-0.0261 -0.28715,-0.1227 -0.35959,-0.2613c-0.08339,-0.1594 -0.0244,-0.4375 0.09359,-0.9938l0.93976,-4.4307c0.03488,-0.1645 0.05232,-0.2467 0.04404,-0.3254c-0.00733,-0.0696 -0.0292,-0.1369 -0.0642,-0.1976c-0.03955,-0.0685 -0.10199,-0.1248 -0.22686,-0.2373l-3.36462,-3.0322c-0.42241,-0.3807 -0.63362,-0.571 -0.65988,-0.749c-0.0228,-0.15464 0.02801,-0.31104 0.13735,-0.42273c0.12588,-0.12859 0.40863,-0.15843 0.97413,-0.21811l4.50429,-0.47541c0.16718,-0.01764 0.25076,-0.02646 0.32304,-0.05866c0.06395,-0.02848 0.12121,-0.07009 0.16807,-0.12211c0.05295,-0.05879 0.08717,-0.13556 0.15562,-0.2891l1.84402,-4.13693z'/%3E%3C/g%3E%3C/svg%3E");
}

.pf-card-list .pf-card-title .pf-c-fav.del
{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%2336ca51' id='svg_1' stroke-linejoin='round' stroke-linecap='round' stroke='%2336ca51' d='m11.41403,4.41115c0.2315,-0.51938 0.3473,-0.77907 0.5085,-0.85904c0.14,-0.06948 0.3044,-0.06948 0.4444,0c0.1612,0.07997 0.277,0.33966 0.5085,0.85904l1.844,4.13693c0.0685,0.15354 0.1027,0.23031 0.1557,0.2891c0.0468,0.05202 0.1041,0.09363 0.168,0.12211c0.0723,0.0322 0.1559,0.04102 0.3231,0.05866l4.5043,0.47541c0.5655,0.05968 0.8482,0.08952 0.9741,0.21811c0.1093,0.11169 0.1601,0.26809 0.1373,0.42273c-0.0262,0.178 -0.2374,0.3683 -0.6598,0.749l-3.3647,3.0322c-0.1248,0.1125 -0.1873,0.1688 -0.2268,0.2373c-0.035,0.0607 -0.0569,0.128 -0.0642,0.1976c-0.0083,0.0787 0.0091,0.1609 0.044,0.3254l0.9398,4.4307c0.118,0.5563 0.177,0.8344 0.0936,0.9938c-0.0725,0.1386 -0.2055,0.2352 -0.3596,0.2613c-0.1774,0.03 -0.4237,-0.112 -0.9163,-0.3961l-3.9235,-2.263c-0.1456,-0.084 -0.2184,-0.1259 -0.2958,-0.1424c-0.0685,-0.0145 -0.1393,-0.0145 -0.2078,0c-0.0774,0.0165 -0.1502,0.0584 -0.2958,0.1424l-3.92348,2.263c-0.49258,0.2841 -0.73887,0.4261 -0.91628,0.3961c-0.15411,-0.0261 -0.28715,-0.1227 -0.35959,-0.2613c-0.08339,-0.1594 -0.0244,-0.4375 0.09359,-0.9938l0.93976,-4.4307c0.03488,-0.1645 0.05232,-0.2467 0.04404,-0.3254c-0.00733,-0.0696 -0.0292,-0.1369 -0.0642,-0.1976c-0.03955,-0.0685 -0.10199,-0.1248 -0.22686,-0.2373l-3.36462,-3.0322c-0.42241,-0.3807 -0.63362,-0.571 -0.65988,-0.749c-0.0228,-0.15464 0.02801,-0.31104 0.13735,-0.42273c0.12588,-0.12859 0.40863,-0.15843 0.97413,-0.21811l4.50429,-0.47541c0.16718,-0.01764 0.25076,-0.02646 0.32304,-0.05866c0.06395,-0.02848 0.12121,-0.07009 0.16807,-0.12211c0.05295,-0.05879 0.08717,-0.13556 0.15562,-0.2891l1.84402,-4.13693z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (min-width: 1024px)
{
    .pf-card-list .pf-card-title .pf-c-fav
    {
        top: 1.3rem;
    }
}
/**************************************************************************************************************************************************/
/* registration PopUp */
/**************************************************************************************************************************************************/
.pf-reg-modal 
{
    position: fixed;
    top: 0;
    bottom: 77px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f4f4f4;    
    -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform;
    transition: opacity 0.2s, -webkit-transform;
    transition: transform, opacity 0.2s;
    transition: transform, opacity 0.2s, -webkit-transform;
    z-index: 1001; 
}
.pf-reg-modal.pf-show 
{
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: opacity 0s, -webkit-transform;
    transition: opacity 0s, -webkit-transform;
    transition: transform, opacity 0s;
    transition: transform, opacity 0s, -webkit-transform; 
}

.pf-reg-modal .login, .pf-reg-modal .pf-button-box.login
{
    display: none;
}

.pf-reg-modal .pf-reg-modal-close 
{
    display: block;
    height: 1.7rem;
    width: 1.7rem;
    cursor: pointer;
    position: relative;
}
.pf-reg-modal .pf-reg-modal-close:before, .pf-reg-modal .pf-reg-modal-close:after 
{
    content: "";
    display: block;
    width: 1.9rem;
    height: 3px;
    background: #52ca49;
    position: absolute;
    top: 50%;
    left: 50%;
}
.pf-reg-modal .pf-reg-modal-close:before 
{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); 
}
.pf-reg-modal .pf-reg-modal-close:after 
{
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); 
}
.pf-reg-modal .pf-reg-modal-content 
{
    padding: 1rem; 
}
.pf-reg-modal .pf-reg-modal-header 
{
    border-bottom: 1px solid #9f9f9f;
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}
.pf-reg-modal .pf-reg-modal-title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    color: #36ca51;
}

.pf-reg-modal .pf-reg-modal-title span
{
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: 3px;
    transform: rotate(90deg);
}    

.pf-reg-modal form
{
    padding-left: 1rem;
    padding-right: 1rem;
}

.pf-reg-modal .pf-row
{
    display: flex;   
    margin-top: 1.5rem; 
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.pf-reg-modal .pf-row.captcha
{
    margin-top: 3rem; 
}

.pf-reg-modal .pf-row label
{
    color: #32c340;                
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    width: 100%;
}

.pf-reg-modal .pf-row .pf-input-wrap
{
    flex-grow: 1;
    position: relative;
}

.pf-reg-modal .pf-row .pf-baloon-body
{
    top:  0.1rem;
    transition: top .3s linear,filter .8s linear,-webkit-filter .8s linear;
}

.pf-reg-modal .pf-row .error+.pf-baloon-body 
{
    top: -4rem;
    z-index: 0;
}

.pf-reg-modal .pf-row input[type=text], .pf-reg-modal .pf-row input[type=email], .pf-reg-modal .pf-row input[type=password]
{
    width: 100%;
    font-size: 16px;
    height: 54px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 0 8px;
    appearance: none;
    position: relative;
    color: #636363;
    background-color: #fff;    
    outline: none;    
}
.pf-reg-modal .pf-row input[type=text].error, .pf-reg-modal .pf-row input[type=email].error, .pf-reg-modal .pf-row input[type=password].error
{
    border: 1px solid #f3685e;
}
.pf-reg-modal .pf-row input[type=email].disabled
{
    background-color: #f4f4f4;
}

.pf-reg-modal .pf-row input[type=text].s-code
{
    font-size: 24px;
    letter-spacing: 1rem;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    width: 20rem;
    position: relative;
    left: calc(50% - 10rem);
    top: -3px;
}

.pf-reg-modal .pf-row.captcha.wide input[type=text]
{
    width: 10rem;
    position: relative;
    left: calc(50% - 5rem);    
}

.pf-reg-modal .pf-row.captcha.wide label
{
    display: block;
    text-align: center;
}

.pf-reg-modal .pf-row .pf-mut-text
{
    text-align: center;
    font-size: 1.3rem;
    color: #36ca51;
}

.pf-reg-modal .pf-row .pf-captcha-box
{
    height: 7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.pf-reg-modal .pf-row.wide .pf-captcha-box
{
    
}

.pf-reg-modal .pf-row .pf-captcha-box img
{
    height: 100%;
    width: auto;
    border: 1px solid #32c340;
}

.pf-reg-modal .pf-row .pf-input-box
{
    flex-grow: 1;
}

.pf-reg-modal .pf-row .pf-captcha-top
{
    color: #32c340;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-top: -1.5rem;    
}

.pf-reg-modal .pf-button-box
{
    border-top: 1px solid #9f9f9f;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.pf-reg-modal .pf-button-box .pf-bt-main
{
    background-color: #36ca51;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    padding: 1rem 1.5rem;
    border: 1px solid #36ca51;
    border-radius: 3px;
}
.pf-reg-modal .pf-button-box .pf-bt-cancel
{
    background-color: #f3685e;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    padding: 1rem 1.5rem;
    border: 1px solid #f3685e;
    border-radius: 3px;
}

.pf-reg-modal .pf-button-box .pf-bt-main:hover, .pf-reg-modal .pf-button-box .pf-bt-cancel:hover 
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.pf-reg-modal .pf-switcher-box
{
    border-top: 1px solid #32c340;
    margin-top: 1.5rem;
    margin-left: -2rem;
    margin-right: -2rem;
    background-color: white;
    margin-bottom: -1rem;
    padding: 1rem;
    text-align: center;
}
.pf-reg-modal .pf-switcher-box a
{
    font-size: 1.6rem;
    text-decoration: underline;
    color: #32c340;
    font-weight: 600;
    letter-spacing: 1px;
}

.pf-reg-modal .pf-paragraph
{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}


.pf-reg-modal .pf-resend-alert
{
    margin: 0.5rem 0;
    text-align: center;
    color: #ea675b;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #ea675b;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    background-color: #fff9f0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;    
}

.pf-reg-modal .pf-resend-alert .alert-icon
{
    margin-right: 1rem;
}

.pf-reg-modal .pf-resend-alert .alert-icon div
{
    font-size: 3rem;
    border: 1px solid #ea675b;
    border-radius: 50%;
    width: 4.2rem;
}

.pf-reg-modal .pf-resend-alert .alert-text
{
    flex-grow: 1;
}

.pf-reg-modal .pf-resend-alert a
{
    color: #ea675b;
    font-size: 2.2rem;
    text-decoration: underline;
}

@media screen and (min-width: 1024px) 
{
    .pf-reg-modal 
    {
        width: 630px;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        overflow: unset;
        border: 1px solid #DBDBDB;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); 
    }
    .pf-reg-modal.pf-show 
    {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
              transform: translate(-50%, -50%) scale(1, 1); 
    }
    
    .pf-reg-modal .pf-row
    {
        display: flex;   
        align-items: center;
        flex-wrap: nowrap;
    }

    .pf-reg-modal .pf-row label
    {
        width: 10rem;
    }
    
    .pf-reg-modal .pf-row.wide
    {
        width: 74%;
        margin: 3rem auto 0;
    }
    
    .pf-reg-modal .pf-row .pf-captcha-box
    {
        width: inherit;
        display: block;
        margin-left: 10rem;
        margin-right: 1rem;
    }
    .pf-reg-modal .pf-row.wide .pf-captcha-box
    {
        margin-left: 0rem;        
    }

    .pf-reg-modal .pf-row .pf-captcha-top
    {
         font-size: 1.2rem;
    }
    .pf-reg-modal .pf-row.captcha.wide input[type=text]
    {
        width: 100%;
        position: relative;
        left: 0;    
    }
    .pf-reg-modal .pf-row.captcha.wide label
    {
        width: 100%;
    }
}

/**************************************************************************************************************************************************/
/*
   #pmLink 
   {        
        visibility: hidden; 
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background: transparent;
        border: none;
    }

    #pmLink:hover 
    {        
        visibility: visible;
        color: #36ca51;        
    } 
*/    
/**************************************************************************************************************************************************/
.pf-share-modal-shi .pf-follow-button-twitter, .pf-share-modal-shi .pf-follow-button-pinterest, .pf-share-modal .pf-follow-button-twitter, .pf-share-modal .pf-follow-button-pinterest
{
    background-size: 27%;
}

.pf-follow-button-linkedin
{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(41,124,184)" d="M0 0v24h24v-24h-24zm8 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.397-2.586 7-2.777 7 2.476v6.759z"/></svg>');
    border-color: #297cb8;
    background-repeat: no-repeat;
    background-size: 28%;
    color: #297cb8;    
    font-size: 1.4rem;
    font-weight: 600;
}

.pf-follow-button-linkedin:hover
{
    background-color: #cce1f1;
}
/**************************************************************************************************************************************************/
.pf-oodle-details-box
{
    text-transform: capitalize;
    text-align: right;
    width: 100%;
    font-size: 0.8rem;
    color: #8b8b8b;
    font-weight: 600;
    margin-top: -4rem;    
}
@media screen and (min-width: 1024px) 
{
    .pf-oodle-details-box
    {
        order: 1;
        margin-top: -2rem;    
    }
}
/**************************************************************************************************************************************************/
/* breeder view page extra setup */
/**************************************************************************************************************************************************/
.pf-section-mod.pf-section-blue
{
    background-color: #d2dbed;
}

.pf-section-mod.pf-section-blue h2.pf-section-heading
{
    color: #648de5;
}
/**************************************************************************************************************************************************/
/* annouce index no ads page setup */
/**************************************************************************************************************************************************/
.pf-announce-error.pf-card-list--note.pf-card-list--note-no-ads
{
    border-color: #648de5;
}

.pf-announce-error .pf-no-anns-pic
{
    height: 13rem;
    width: auto;
    aspect-ratio: 6 / 5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='135' viewBox='0 0 100 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.944 115.044C13.4974 116.404 12.2299 116.396 11.2339 117.121C10.2379 117.846 9.62656 117.767 9.20952 118.489C8.79248 119.211 9.20952 119.67 9.20952 120.625C9.20952 121.581 9.40186 121.729 9.20952 122.536C9.01718 123.343 8.616 123.13 8.41329 123.965C8.21057 124.801 7.92897 124.873 8.41329 125.818C8.8976 126.764 9.49866 126.753 10.0675 127.196C10.6363 127.638 10.4125 127.232 11.2339 128.012C12.0554 128.793 11.2098 129.014 12.7781 129.772C14.3463 130.53 16.7031 131.062 17.3999 131.341C18.0967 131.62 21.1033 131.401 22.4194 130.991C23.7356 130.581 24.486 130.415 25.4996 130.415C26.5132 130.415 26.4281 131.341 28.2212 131.341C30.0142 131.341 29.4735 131.265 30.2974 130.415C31.1213 129.564 30.6042 129.436 32.1377 129.011C33.6713 128.587 34.133 129.23 35.371 129.011C36.609 128.792 37.4035 128.417 37.7844 128.012C38.1652 127.607 37.5662 127.716 37.7844 126.445C38.0025 125.173 38.357 124.65 38.4786 123.965C38.6003 123.281 38.1021 123.321 38.4786 122.536C38.8552 121.751 38.527 121.704 39.746 121.324C40.9649 120.943 40.9081 121.324 42.3643 121.324C43.8205 121.324 44.1712 121.678 45.2767 121.324C46.3821 120.97 46.519 120.074 47.3129 119.739C48.1068 119.404 48.4109 119.546 49.0341 119.739C49.6573 119.932 49.7445 120.108 50.1812 120.625C50.618 121.142 50.6833 120.987 50.8788 121.923C51.0742 122.859 51.0546 122.983 50.8788 123.965C50.7029 124.947 51.3457 125.009 50.1812 125.818C49.0168 126.628 48.0764 126.038 47.3129 126.445C46.5494 126.851 46.4539 127.516 46.06 128.012C45.6662 128.509 45.2767 128.354 45.2767 129.011C45.2767 129.669 45.5088 129.708 46.06 130.415C46.6113 131.121 46.528 131.302 47.3129 131.62C48.0977 131.938 48.2704 131.05 49.0341 131.62C49.7978 132.19 49.684 132.731 50 133.269C50.316 133.808 49.7258 134.236 50.8788 134.636C52.0318 135.037 54.1381 134.352 55.7169 134.365C57.2957 134.378 59.3396 134.766 60.3237 134.766C61.3078 134.766 61.6346 134.023 62.4912 133.76C63.3479 133.497 63.3668 133.5 64.2983 133.76C65.2299 134.02 64.7532 134.47 66.0893 134.766C67.4254 135.061 68.0425 135.095 68.8493 134.766C69.656 134.436 68.978 134.059 70.167 133.101C71.3561 132.143 71.8849 132.165 72.7553 131.62C73.6257 131.075 73.8865 131.307 74.4557 130.415C75.0248 129.522 75.3468 129.282 75.0555 128.012C74.7642 126.743 73.7734 126.889 73.4008 125.818C73.0282 124.748 73.4008 124.572 73.4008 123.257C73.4008 121.941 73.1405 121.802 73.4008 120.625C73.6612 119.448 74.1393 119.159 74.4557 118.489C74.772 117.819 74.2211 118.013 75.0555 117.121C75.89 116.229 76.1744 116.058 77.0161 115.751C77.8577 115.444 78.2048 115.244 78.8108 115.751C79.4168 116.258 79.7945 116.708 79.5083 117.836C79.2222 118.965 78.5695 119.11 77.7999 119.739C77.0304 120.368 76.7727 119.938 76.0986 120.625C75.4244 121.312 75.2516 121.295 75.0555 121.923C74.8594 122.551 74.4355 123.256 75.4336 124.117C76.4316 124.978 77.1422 124.47 77.7999 124.905C78.4577 125.339 77.7465 125.735 78.8108 126.445C79.8751 127.155 80.2793 127.031 81.2349 127.196C82.1906 127.36 82.4371 127.511 83.174 127.196C83.9109 126.881 83.6386 126.807 84.4531 126.445C85.2676 126.083 85.2129 126.342 86.2709 125.818C87.3289 125.294 87.2356 124.404 88.195 123.965C89.1544 123.527 89.8758 123.817 90.3229 123.965C90.7701 124.114 90.2915 123.788 91.0194 124.905C91.7473 126.022 91.9718 126.632 92.4283 127.196C92.8849 127.76 92.6769 127.772 93.5331 128.012C94.3892 128.253 93.6891 127.688 95.337 128.012C96.9848 128.337 97.5176 129.157 98.3223 129.011C99.1271 128.866 99.5628 128.181 99.8654 127.196C100.168 126.211 99.8654 126.695 99.8654 124.905C99.8654 123.114 100.168 122.863 99.8654 121.324C99.5626 119.784 98.6034 119.864 98.6034 118.489C98.6034 117.113 100.009 116.801 99.8654 115.751C99.7214 114.7 98.6321 114.588 98.0047 114.122C97.3773 113.656 97.751 113.905 96.6751 113.381C95.5993 112.858 95.0812 112.828 94.5005 112.418C93.9198 112.009 93.2823 111.899 93.5331 111.165C93.7839 110.431 94.9258 110.76 95.337 109.97C95.7481 109.181 95.5598 108.928 95.337 107.703C95.1141 106.478 94.7373 106.989 94.5005 105.374C94.2636 103.758 94.5005 103.013 94.5005 101.996C94.5005 100.979 94.5005 101.114 94.5005 99.9625C94.5005 98.8107 94.7292 98.5828 94.5005 97.659C94.2718 96.7352 93.5331 96.7043 93.5331 96.055C93.5331 95.4056 94.2152 95.9575 94.5005 94.8487C94.7858 93.7399 95.0615 93.2971 94.5005 92.2956C93.9394 91.2942 93.1681 91.6421 92.4283 91.15C91.6886 90.6579 91.3959 90.9764 91.0194 89.9798C90.6428 88.9831 91.21 88.9283 91.0194 87.4207C90.8288 85.9132 90.4728 85.6099 90.3229 84.4715C90.173 83.333 90.6283 83.0224 90.3229 82.132C90.0176 81.2416 89.0562 81.7002 89.0562 80.7776C89.0562 79.855 90.3229 79.5957 90.3229 78.764C90.3229 77.9322 89.5725 78.0341 89.0562 77.211C88.5398 76.3878 88.8288 75.8833 88.195 75.598C87.5612 75.3127 87.1814 76.0036 86.2709 76.0036C85.3605 76.0036 85.3645 76.0037 84.4531 75.3713C83.5417 74.7389 82.6042 74.2056 81.2349 72.7049C79.8656 71.2042 80.2148 70.868 79.5083 70.279C78.8019 69.69 78.8771 69.9335 77.0161 69.1876C75.155 68.4418 74.279 67.7202 73.4008 67.0194C72.5226 66.3187 72.7328 66.0704 71.899 65.1046C71.0653 64.1388 70.8236 63.9627 70.167 63.2735C69.5105 62.5842 69.2365 63.2448 68.8493 61.903C68.462 60.5611 68.3626 59.8677 68.8493 58.7073C69.336 57.5469 70.199 57.8363 70.8329 57.1736C71.4668 56.5109 71.2174 56.3388 71.899 55.5186C72.5807 54.6984 72.8511 54.654 73.4008 54.0837C73.9505 53.5133 74.2126 53.5148 74.4557 52.8662C74.6987 52.2175 74.7365 51.9966 74.4557 51.268C74.1748 50.5394 73.232 50.6556 73.4008 50.1294C73.5696 49.6033 74.6668 50.0585 75.0555 49.3988C75.4442 48.7391 75.0555 48.2986 75.0555 47.3213C75.0555 46.3441 75.1574 45.8003 75.0555 45.3668C74.9537 44.9332 75.0782 46.0108 74.4557 44.7682C73.8331 43.5256 73.2666 42.909 73.4008 42.0637C73.535 41.2185 74.3902 41.7364 75.0555 40.9895C75.7208 40.2426 76.0986 39.6821 76.0986 39.035C76.0986 38.3878 75.5831 39.2863 75.0555 37.9436C74.5279 36.601 74.4557 35.8797 74.4557 34.8542C74.4557 33.8287 74.8886 34.164 75.0555 32.8551C75.2224 31.5462 74.8535 30.8634 75.0555 30.1501C75.2576 29.4367 75.5124 30.1299 76.0986 29.1725C76.6847 28.2152 76.296 27.9552 77.0161 26.9479C77.7362 25.9407 77.6799 25.9767 78.8108 25.3788C79.9417 24.7809 81.5862 25.55 82.1096 24.8608C82.633 24.1716 82.14 23.1344 81.7125 22.0525C81.2851 20.9707 81.3888 20.8931 81.3888 19.3661C81.3888 17.8391 80.8971 17.861 81.2349 16.4542C81.5728 15.0474 82.4253 14.6806 82.6481 13.6745C82.8709 12.6684 83.3821 11.2808 81.7125 11.2808C80.043 11.2808 78.0627 13.08 77.0161 13.08C75.9695 13.08 75.962 13.0205 75.0555 12.0791C74.149 11.1377 74.5135 10.4889 73.4008 9.91998C72.2881 9.35103 72.3875 9.91998 70.8329 9.91998C69.2783 9.91998 68.3638 10.2715 67.7236 9.91998C67.0835 9.5685 67.281 9.14617 67.1157 7.87899C66.9505 6.61181 67.7198 5.96154 67.1157 5.25877C66.5116 4.55599 66.1094 5.6729 64.8633 5.25877C63.6172 4.84464 63.9961 4.14057 62.4912 3.72185C60.9864 3.30314 59.3396 4.58667 59.3396 3.72185C59.3396 2.85704 59.0098 1.2422 58.0164 0.430607C57.0231 -0.380982 56.4407 0.153099 55.3112 0.430607C54.1817 0.708116 54.656 0.658555 53.1462 1.62718C51.6364 2.59581 50.8512 3.13018 50.1812 3.72185C49.5113 4.31353 49.8022 4.58735 49.0341 5.25877C48.2661 5.93019 48.1942 6.52913 46.7354 6.22934C45.2767 5.92955 44.2947 6.73699 43.6767 6.9315C43.0587 7.12602 42.7484 7.06843 42.3643 6.9315C41.9802 6.79458 41.904 6.94572 41.707 6.22934C41.5101 5.51296 42.8751 5.44776 41.707 4.5405C40.5389 3.63324 39.4879 4.32052 38.4786 3.72185C37.4693 3.12318 37.4525 2.32296 36.7955 1.62718C36.1385 0.9314 36.3157 0.441243 35.371 0.709278C34.4262 0.977312 34.2444 1.85959 33.5751 2.54085C32.9059 3.22211 32.6029 3.32674 32.1377 3.72185C31.6725 4.11697 31.987 4.07445 31.2208 4.5405C30.4546 5.00656 31.2974 5.01845 29.6111 5.25877C27.9249 5.49909 27.3974 4.67136 26.181 5.25877C24.9646 5.84618 25.5194 7.19085 24.1851 7.87899C22.8508 8.56713 22.3733 7.69533 21.1005 7.87899C19.8276 8.06265 19.2752 8.3097 18.5932 8.68583C17.9112 9.06197 18.3718 8.86061 17.3999 9.91998C16.428 10.9794 16.7307 11.0632 15.4801 12.0791C14.2295 13.095 13.5252 13.2927 12.7781 13.6745C12.031 14.0563 12.2299 14.0886 11.2339 14.2489C10.2379 14.4092 10.5939 14.054 9.20952 14.2489C7.82518 14.4438 7.78302 14.5246 6.45972 14.921C5.13643 15.3174 4.90833 15.2033 3.83709 15.8583C2.76584 16.5133 2.80084 16.827 1.88567 17.7178C0.970499 18.6087 -0.313536 18.545 0.0694597 19.5258C0.452455 20.5067 1.5003 20.0762 3.17606 21.0225C4.85182 21.9688 5.79041 22.5691 6.45972 23.1344C7.12904 23.6996 7.22059 23.2338 7.55106 24.7174C7.88152 26.2011 7.36947 26.8898 7.55106 28.0339C7.73265 29.1781 7.43325 28.6367 8.41329 30.1501C9.39332 31.6634 9.17184 31.5781 10.6732 32.8551C12.1746 34.1321 12.8993 33.7484 13.944 34.8542C14.9887 35.9601 14.9575 36.525 15.4801 37.9436C16.0028 39.3623 15.8427 40.213 16.2045 40.9895C16.5663 41.766 16.7408 41.282 17.3999 42.0637C18.059 42.8455 18.5932 43.0247 18.5932 43.8229C18.5932 44.621 18.3222 44.3303 17.3999 45.3668C16.4776 46.4033 16.8354 45.9248 15.4801 47.3213C14.1249 48.7179 12.9342 49.3884 12.7781 50.1294C12.6219 50.8705 13.6262 50.9776 14.6485 51.268C15.6708 51.5585 16.2575 50.5718 16.7861 51.268C17.3147 51.9643 16.6229 52.5133 16.7861 54.0837C16.9493 55.654 16.4289 55.8727 17.3999 57.1736C18.3708 58.4745 19.9877 57.9771 20.2372 58.7073C20.4866 59.4375 19.3149 59.5057 18.5932 60.6672C17.8714 61.8288 16.6189 62.1854 17.3999 63.2735C18.1809 64.3616 20.4324 63.4841 21.1005 64.1603C21.7685 64.8366 21.1005 65.9353 21.1005 67.0194C21.1005 68.1035 21.9681 67.2201 21.1005 69.1876C20.2328 71.1552 19.3878 71.2413 18.5932 72.7049C17.7986 74.1684 18.261 74.0573 17.3999 76.0036C16.5387 77.95 16.1891 78.4838 15.4801 79.741C14.7712 80.9981 14.3662 80.4141 13.944 82.132C13.5218 83.8499 14.1985 84.5931 13.944 85.9912C13.6895 87.3893 12.7781 86.7191 12.7781 88.5368C12.7781 90.3545 13.8643 91.6087 13.944 92.2956C14.0237 92.9825 14.257 92.9849 13.3651 93.5979C12.4731 94.211 11.5828 93.9963 11.2339 94.1584C10.885 94.3205 10.6732 94.297 10.6732 94.8487C10.6732 95.4004 11.4033 95.4685 11.2339 96.055C11.0645 96.6414 10.6477 96.0796 10.0675 96.9461C9.48725 97.8126 9.40484 98.1314 9.20952 99.0783C9.01421 100.025 8.61657 100.251 9.20952 101.105C9.80247 101.96 11.2339 101.321 11.2339 101.996C11.2339 102.671 9.56209 103.077 9.20952 103.665C8.85695 104.254 8.92692 103.793 9.20952 105.374C9.49213 106.954 9.66504 107.549 10.0675 108.463C10.4699 109.377 10.4261 108.792 11.2339 109.97C12.0417 111.149 12.117 111.181 12.7781 112.418C13.4391 113.656 14.3906 113.684 13.944 115.044Z' fill='%23648de5'/%3E%3C/svg%3E%0A");
}
/**************************************************************************************************************************************************/


/*** CSS File: /css/pf-bundle-optimized-imgs.css ***/
.pf-flag.world{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23EFEFEF' d='M0 0h37v37H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.509 15.507l.2.145h.186v-.363l.586-.057.558.42h.916l.065-.06a11.89 11.89 0 0 0-.311-.92l-.598.01-.3-.333-.058-.536-.308.17-.164.655-.444-.478-.018-.45-.428-.374-.158-.159h-.496l.156.448.598.337.104.111-.13.066.006.355-.292.123-.248-.055-.156-.223.405.022.11-.149-.897-.61-.069-.261-.363.333-.37-.077-.56.738-.111.29-.36.032-.531.004-.318-.15-.094-.639.114-.304.541-.12.59.12.073-.33-.25-.06.024-.15.088-.015.144-.294-.1-.067.522-.082.416-.594.428-.072.387.058h.143l-.08-.557-.47.192-.165-.417-.273-.038-.051-.285.222-.246.53-.21.136-.246a11.359 11.359 0 0 0-7.578-2.9c-2.52 0-4.85.827-6.744 2.223l.579-.005.258.145.486.106.038.193.773.029-.105-.251-.687-.02.162-.154-.057-.183h-.62l.677-.512h.649l.305.425.506.03.305-.3.229.115-.42.415-.553.01c.028 0 .047.406.047.406l.705-.02.077-.192.486-.03.057-.289-.286-.049.096-.26.219-.067.763.038-.42.386.067.299.439.068-.029-.54.42-.223.744-.086 1.078.482v.415l.343.087-.172.328h-.487l-.144.376-1.11-.265.873-.471-.333-.286-.753.096-.066.07-.002-.002-.012.017-.217.228-.359.03.029.18.125.053-.005.06-.292.041-.022.171-.278.015-.05-.34-.502.153-1.022.606.114.426.286.19.572.079v.658l.265-.043.243-.514.608-.195v-.789l.339-.258.818.195-.058.522h.22l.601-.3.03.685.437.27-.018.406-.42.144.029.135.505.232-.01.28-.146.012c0-.004-.002-.007-.002-.007l-.638-.2-.027-.206.186-.13v-.188l-.2-.051-.05.174-.352.055-.035-.012v.018l-.122.018-.099-.202-.115-.051h-.25l-.114.095v.21l.214.072.212.03-.048.021-.193.216-.085-.107-.186-.05-.509.483.066.055-.75.42-.706.743-.049.33-.707.471-.351.357.039.714-.487-.23.004-.417h-1.354l-.701.36-.305.567-.12.45.197.437.552.068.878-.593.077.294-.268.511.668.116.067 1.044.916.157.582-.68.706.145.248.349.677-.04.019-.203.372.183.42.665.724.01.268.474.038.578.801.308 1.011.01.296.492.448.145-.085.407-.491.63-.144 1.398-.443.354-.658-.02-.22.386.164.725-.716.925-.23.425-.681.331-.449.07-.018.192.314.09-.038.208-.281.275.17.218.34.01-.019.264-.09.261-.03.212.503.428-.067.222-.683-.013-.68-.6-.53-.941.074-.909-.4-.54.162-.916-.238-.067v-1.987s-.668-.512-.706-.512c-.039 0-.354-.087-.354-.087l-.066-.375-.868-1.1.085-.396.029-.646.6-.425-.085-.724-.877-.066-.687-.792-.487-.136-.314-.059.038-.289-.4-.057v.164l-1.003-.253-.403-.624.164-.302-.634-.936-.109-.685h-.258l.086.665.438.685-.047.27-.372-.058-.458-.788v-.918l-.477-.232v-.66a11.66 11.66 0 0 0-.916 4.542c0 6.4 5.15 11.608 11.479 11.608 3.588 0 6.796-1.675 8.902-4.291h-.378v-.772l-.438-.596v-.928l-.335-.337-.03-.387.426-.82-.805-1.437.094-.976-.724-.076-.267-.27h-.487l-.248.232h-.859l-.029.077h-.477l-1.096-1.264.009-.984.18-.067.068-.376h-.257l-.106-.395 1.269-.926v-.656l.62-.349.252.026h.51l.4-.217 1.288-.102v.666l1.019.26zm-2.89-3.292l.085.236.084.166.053.035-.072.011-.06.364-.19.032h-.21l.023-.427.174-.062-.014-.2-.034-.037h.012l.15-.118zm-.094-.554l.206-.053.21.102-.019.266-.303.24-.04-.114-.054-.44zm-.303.407l-.006-.007v-.196l.066-.175.237-.082.006.053-.09.024-.213.383zm0 0l-.006.01v.255h.242l-.129-.139-.107-.126zm-6.914 1.397l-.347.03.018-.242.156-.194.209.164-.036.242zm.86-.148l.175-.02.069-.193-.16-.045-.14.003-.073.255h-.353v.247h.084s.004.052.012.12l.216-.024.135-.114.035-.229z' fill='%233A77BE'/%3E%3C/svg%3E")}.pf-flag.usa{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='21' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F5F5F5' d='M0 .7h24v24H0z'/%3E%3Cpath fill='%23FF4B55' d='M0 .711h24v1.844H0zM0 8.089h24v1.844H0zM0 4.4h24v1.844H0zM0 11.777h24v1.844H0zM0 19.155h24v1.844H0zM0 22.844h24v1.844H0zM0 15.467h24v1.844H0z'/%3E%3Cpath fill='%233A77BE' d='M0 .7h12.48v13.44H0z'/%3E%3Cpath d='M1.523 1.7l.098.31.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.031.074-.064.05l-.251-.19-.252.19c-.033.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.016-.08.025-.08l.309-.003.098-.31a.041.041 0 0 1 .08 0zM1.523 4.292l.098.31.31.003c.04 0 .056.055.024.08l-.249.194.093.313c.012.04-.031.073-.064.049l-.251-.19-.252.19c-.033.025-.076-.009-.064-.05l.093-.312-.249-.194c-.032-.025-.016-.08.025-.08l.309-.002.098-.311a.041.041 0 0 1 .08 0zM1.523 7.167l.098.31.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.031.074-.064.05l-.251-.19-.252.19c-.033.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.016-.08.025-.08l.309-.003.098-.31a.041.041 0 0 1 .08 0zM1.523 9.808l.098.31.31.003c.04 0 .056.055.024.08l-.249.194.093.313c.012.04-.031.074-.064.049l-.251-.19-.252.19c-.033.025-.076-.009-.064-.05l.093-.312-.249-.194c-.032-.025-.016-.08.025-.08l.309-.002.098-.311a.041.041 0 0 1 .08 0zM1.523 12.212l.098.31.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.031.074-.064.05l-.251-.19-.252.19c-.033.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.016-.08.025-.08l.309-.003.098-.31a.041.041 0 0 1 .08 0zM2.716 2.927l.097.31.31.003c.04 0 .057.055.024.08l-.249.195.094.312c.012.04-.032.074-.064.05l-.252-.191-.252.19c-.032.025-.076-.009-.064-.05l.093-.311-.248-.195c-.033-.025-.016-.08.024-.08l.31-.002.097-.31a.041.041 0 0 1 .08 0zM2.716 5.802l.097.31.31.003c.04 0 .057.055.024.08l-.249.195.094.312c.012.04-.032.074-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.093-.311-.248-.195c-.033-.025-.016-.08.024-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM2.716 8.533l.097.311.31.003c.04 0 .057.054.024.08l-.249.194.094.312c.012.04-.032.074-.064.05l-.252-.191-.252.19c-.032.025-.076-.008-.064-.049l.093-.312-.248-.195c-.033-.025-.016-.079.024-.08l.31-.002.097-.31a.041.041 0 0 1 .08 0zM2.716 10.986l.097.311.31.002c.04 0 .057.055.024.08l-.249.195.094.312c.012.04-.032.074-.064.05l-.252-.191-.252.19c-.032.025-.076-.008-.064-.049l.093-.312-.248-.195c-.033-.025-.016-.08.024-.08l.31-.002.097-.31a.041.041 0 0 1 .08 0zM3.908 1.7l.098.31.31.003c.04 0 .056.054.024.08l-.25.194.094.312c.012.04-.031.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.094-.312-.25-.194c-.031-.026-.015-.08.025-.08l.31-.003.098-.31a.041.041 0 0 1 .079 0zM3.908 4.292l.098.31.31.003c.04 0 .056.055.024.08l-.25.194.094.313c.012.04-.031.073-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.094-.312-.25-.194c-.031-.025-.015-.08.025-.08l.31-.002.098-.311a.041.041 0 0 1 .079 0zM3.908 7.167l.098.31.31.003c.04 0 .056.054.024.08l-.25.194.094.312c.012.04-.031.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.094-.312-.25-.194c-.031-.026-.015-.08.025-.08l.31-.003.098-.31a.041.041 0 0 1 .079 0zM3.908 9.808l.098.31.31.003c.04 0 .056.055.024.08l-.25.194.094.313c.012.04-.031.074-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.094-.312-.25-.194c-.031-.025-.015-.08.025-.08l.31-.002.098-.311a.041.041 0 0 1 .079 0zM3.908 12.212l.098.31.31.003c.04 0 .056.054.024.08l-.25.194.094.312c.012.04-.031.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.094-.312-.25-.194c-.031-.026-.015-.08.025-.08l.31-.003.098-.31a.041.041 0 0 1 .079 0zM5.1 2.927l.097.31.31.003c.04 0 .056.055.024.08l-.249.195.093.312c.013.04-.03.074-.064.05l-.251-.191-.252.19c-.033.025-.076-.009-.064-.05l.093-.311-.249-.195c-.032-.025-.015-.08.025-.08l.31-.002.097-.31a.041.041 0 0 1 .08 0zM5.1 5.802l.097.31.31.003c.04 0 .056.055.024.08l-.249.195.093.312c.013.04-.03.074-.064.049l-.251-.19-.252.19c-.033.025-.076-.009-.064-.05l.093-.311-.249-.195c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM5.1 8.533l.097.311.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.013.04-.03.074-.064.05l-.251-.191-.252.19c-.033.025-.076-.008-.064-.049l.093-.312-.249-.195c-.032-.025-.015-.079.025-.08l.31-.002.097-.31a.041.041 0 0 1 .08 0zM5.1 10.986l.097.311.31.002c.04 0 .056.055.024.08l-.249.195.093.312c.013.04-.03.074-.064.05l-.251-.191-.252.19c-.033.025-.076-.008-.064-.049l.093-.312-.249-.195c-.032-.025-.015-.08.025-.08l.31-.002.097-.31a.041.041 0 0 1 .08 0zM6.292 1.7l.098.31.309.003c.04 0 .057.054.024.08l-.248.194.093.312c.012.04-.031.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.094-.312-.25-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM6.292 4.292l.098.31.309.003c.04 0 .057.055.024.08l-.248.194.093.313c.012.04-.031.073-.064.049l-.252-.19L6 5.24c-.032.025-.076-.009-.064-.05l.094-.312-.25-.194c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM6.292 7.167l.098.31.309.003c.04 0 .057.054.024.08l-.248.194.093.312c.012.04-.031.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.094-.312-.25-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM6.292 9.808l.098.31.309.003c.04 0 .057.055.024.08l-.248.194.093.313c.012.04-.031.074-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.094-.312-.25-.194c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM6.292 12.212l.098.31.309.003c.04 0 .057.054.024.08l-.248.194.093.312c.012.04-.031.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.094-.312-.25-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM7.483 2.927l.098.31.31.003c.04 0 .056.055.024.08l-.249.195.093.312c.012.04-.031.074-.064.05l-.252-.191-.251.19c-.033.025-.076-.009-.064-.05l.093-.311-.249-.195c-.032-.025-.016-.08.024-.08l.31-.002.098-.31a.041.041 0 0 1 .08 0zM7.483 5.802l.098.31.31.003c.04 0 .056.055.024.08l-.249.195.093.312c.012.04-.031.074-.064.049l-.252-.19-.251.19c-.033.025-.076-.009-.064-.05l.093-.311-.249-.195c-.032-.025-.016-.08.024-.08l.31-.002.098-.311a.041.041 0 0 1 .08 0zM7.483 8.533l.098.311.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.031.074-.064.05l-.252-.191-.251.19c-.033.025-.076-.008-.064-.049l.093-.312-.249-.195c-.032-.025-.016-.079.024-.08l.31-.002.098-.31a.041.041 0 0 1 .08 0zM7.483 10.986l.098.311.31.002c.04 0 .056.055.024.08l-.249.195.093.312c.012.04-.031.074-.064.05l-.252-.191-.251.19c-.033.025-.076-.008-.064-.049l.093-.312-.249-.195c-.032-.025-.016-.08.024-.08l.31-.002.098-.31a.041.041 0 0 1 .08 0zM8.675 1.7l.098.31.31.003c.04 0 .056.054.024.08l-.249.194.094.312c.012.04-.032.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM8.675 4.292l.098.31.31.003c.04 0 .056.055.024.08l-.249.194.094.313c.012.04-.032.073-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.093-.312-.249-.194c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM8.675 7.167l.098.31.31.003c.04 0 .056.054.024.08l-.249.194.094.312c.012.04-.032.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM8.675 9.808l.098.31.31.003c.04 0 .056.055.024.08l-.249.194.094.313c.012.04-.032.074-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.093-.312-.249-.194c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM8.675 12.212l.098.31.31.003c.04 0 .056.054.024.08l-.249.194.094.312c.012.04-.032.074-.064.05l-.252-.19-.252.19c-.032.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM9.867 2.927l.098.31.31.003c.04 0 .056.055.024.08l-.25.195.094.312c.012.04-.031.074-.064.05l-.252-.191-.252.19c-.032.025-.076-.009-.064-.05l.094-.311-.25-.195c-.031-.025-.015-.08.025-.08l.31-.002.098-.31a.041.041 0 0 1 .079 0zM9.867 5.802l.098.31.31.003c.04 0 .056.055.024.08l-.25.195.094.312c.012.04-.031.074-.064.049l-.252-.19-.252.19c-.032.025-.076-.009-.064-.05l.094-.311-.25-.195c-.031-.025-.015-.08.025-.08l.31-.002.098-.311a.041.041 0 0 1 .079 0zM9.867 8.533l.098.311.31.003c.04 0 .056.054.024.08l-.25.194.094.312c.012.04-.031.074-.064.05l-.252-.191-.252.19c-.032.025-.076-.008-.064-.049l.094-.312-.25-.195c-.031-.025-.015-.079.025-.08l.31-.002.098-.31a.041.041 0 0 1 .079 0zM9.867 10.986l.098.311.31.002c.04 0 .056.055.024.08l-.25.195.094.312c.012.04-.031.074-.064.05l-.252-.191-.252.19c-.032.025-.076-.008-.064-.049l.094-.312-.25-.195c-.031-.025-.015-.08.025-.08l.31-.002.098-.31a.041.041 0 0 1 .079 0zM11.06 1.7l.097.31.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.03.074-.064.05l-.251-.19-.252.19c-.033.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM11.06 4.292l.097.31.31.003c.04 0 .056.055.024.08l-.249.194.093.313c.012.04-.03.073-.064.049l-.251-.19-.252.19c-.033.025-.076-.009-.064-.05l.093-.312-.249-.194c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM11.06 7.167l.097.31.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.03.074-.064.05l-.251-.19-.252.19c-.033.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0zM11.06 9.808l.097.31.31.003c.04 0 .056.055.024.08l-.249.194.093.313c.012.04-.03.074-.064.049l-.251-.19-.252.19c-.033.025-.076-.009-.064-.05l.093-.312-.249-.194c-.032-.025-.015-.08.025-.08l.31-.002.097-.311a.041.041 0 0 1 .08 0zM11.06 12.212l.097.31.31.003c.04 0 .056.054.024.08l-.249.194.093.312c.012.04-.03.074-.064.05l-.251-.19-.252.19c-.033.024-.076-.01-.064-.05l.093-.312-.249-.194c-.032-.026-.015-.08.025-.08l.31-.003.097-.31a.041.041 0 0 1 .08 0z' fill='%23F5F5F5'/%3E%3C/svg%3E")}.pf-flag.canada{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M503.172 423.724H8.828A8.828 8.828 0 0 1 0 414.896V97.103a8.828 8.828 0 0 1 8.828-8.828h494.345a8.828 8.828 0 0 1 8.828 8.828v317.793a8.829 8.829 0 0 1-8.829 8.828z'/%3E%3Cpath d='M114.76 0h282.48v512H114.76z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 0h114.76v512H0zM397.24 0H512v512H397.24zM309.57 294.76l52.383-29.933-12.02-6.01a8.827 8.827 0 0 1-4.802-9.063l3.911-29.322-22.177 6.452c-4.899 1.425-9.983-1.587-11.085-6.569l-2.124-9.6-20.823 24.37c-2.886 3.378-8.386.797-7.633-3.581l8.892-51.708-13.615 3.724a8.827 8.827 0 0 1-10.117-4.359l-14.337-26.871v-.039l-.01.02-.011-.02v.039l-14.337 26.871a8.827 8.827 0 0 1-10.117 4.359l-13.615-3.724 8.892 51.708c.753 4.379-4.747 6.959-7.633 3.581l-20.823-24.37-2.124 9.6c-1.102 4.982-6.186 7.994-11.085 6.569l-22.178-6.452 3.911 29.322a8.83 8.83 0 0 1-4.802 9.063l-12.02 6.01 52.383 29.933a12.746 12.746 0 0 1 5.615 15.53l-4.478 11.977 44.885-3.832a4.172 4.172 0 0 1 4.525 4.279l-1.413 48.043h8.828l-1.413-48.045a4.171 4.171 0 0 1 4.525-4.279l44.906 3.834-4.478-11.977a12.744 12.744 0 0 1 5.614-15.53z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.united.kingdom{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M188.632 0H0v39.954L188.632 163.54zM0 136.598v52.034h79.419zM0 323.369v52.033l79.419-52.033zM512 39.954V0H323.368v163.54zM512 375.402v-52.033h-79.419zM323.368 348.46V512H512v-39.954zM512 188.632v-52.034l-79.419 52.034zM0 472.046V512h188.632V348.46z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M512 472.046v-39.928L344.465 323.369h49.496L512 399.989v-24.587l-79.419-52.033H512v-26.948H296.421V512h26.947V348.46zM0 296.421v26.948h79.419L0 375.402v37.801l138.395-89.834h49.496L0 445.332v26.714L188.632 348.46V512h26.947V296.421zM215.579 0h-26.947v163.54L0 39.954v43.725l161.684 104.953h-49.496L0 115.807v20.791l79.419 52.034H0v26.947h215.579zM512 215.579v-26.947h-79.419L512 136.598V98.314l-139.136 90.318h-49.496L512 66.185V39.954L323.368 163.54V0h-26.947v215.579z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M512 296.421v-80.842H296.421V0h-80.842v215.579H0v80.842h215.579V512h80.842V296.421z'/%3E%3Cpath d='M138.395 323.369L0 413.203v32.129l187.891-121.963zM344.465 323.369L512 432.118v-32.129l-118.039-76.62zM161.684 188.632L0 83.679v32.128l112.188 72.825zM372.864 188.632L512 98.314V66.185L323.368 188.632z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.au{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v512H0z'/%3E%3Cpath d='M94.316 0H0v19.977L94.316 81.77zM0 68.299v26.017h39.71zM0 161.684v26.017l39.71-26.017zM256 19.977V0h-94.316v81.77zM256 187.701v-26.017h-39.71zM161.684 174.23V256H256v-19.977zM256 94.316V68.299l-39.71 26.017zM0 236.023V256h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.023v-19.964l-83.768-54.375h24.748L256 199.995v-12.294l-39.71-26.017H256V148.21H148.211V256h13.473v-81.77zM0 148.21v13.474h39.71L0 187.701v18.901l69.197-44.918h24.748L0 222.666v13.357l94.316-61.793V256h13.473V148.21zM107.789 0H94.316v81.77L0 19.977v21.862l80.842 52.477H56.094L0 57.904v10.395l39.71 26.017H0v13.474h107.789zM256 107.79V94.316h-39.71L256 68.299V49.157l-69.568 45.159h-24.748L256 33.093V19.977L161.684 81.77V0h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.21v-40.42H148.211V0h-40.422v107.79H0v40.42h107.789V256h40.422V148.21z'/%3E%3Cpath d='M69.197 161.684L0 206.602v16.064l93.945-60.982zM172.232 161.684L256 216.059v-16.064l-59.02-38.311zM80.842 94.316L0 41.839v16.065l56.094 36.412zM186.432 94.316L256 49.157V33.093l-94.316 61.223z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M130.415 337.445l8.482 28 27.179-10.827c2.319-.924 4.427 1.721 3.011 3.776l-16.603 24.089 25.411 14.5c2.168 1.237 1.415 4.534-1.075 4.708l-29.185 2.038 4.507 28.907c.385 2.466-2.663 3.934-4.351 2.095L128 413.184l-19.79 21.547c-1.688 1.838-4.736.371-4.351-2.095l4.507-28.907-29.186-2.039c-2.49-.174-3.242-3.471-1.075-4.708l25.411-14.5-16.603-24.089c-1.416-2.055.692-4.699 3.011-3.776l27.179 10.827 8.482-28c.724-2.388 4.106-2.388 4.83.001zM385.435 86.875l4.143 13.678 13.277-5.289c1.133-.451 2.163.84 1.471 1.844l-8.11 11.767 12.413 7.083c1.059.604.691 2.215-.525 2.3l-14.257.996 2.202 14.121c.188 1.205-1.301 1.921-2.125 1.024l-9.667-10.525-9.667 10.525c-.825.898-2.313.181-2.125-1.024l2.202-14.121-14.257-.996c-1.216-.085-1.584-1.696-.525-2.3l12.413-7.083-8.11-11.767c-.692-1.004.338-2.296 1.471-1.844l13.277 5.289 4.143-13.678c.35-1.167 2.002-1.167 2.356 0zM293.05 212.233l4.143 13.678 13.277-5.289c1.133-.451 2.163.84 1.471 1.844l-8.11 11.767 12.413 7.083c1.059.604.691 2.215-.525 2.3l-14.257.996 2.202 14.121c.188 1.205-1.301 1.922-2.125 1.024l-9.667-10.525-9.667 10.525c-.825.898-2.313.181-2.125-1.024l2.202-14.121-14.257-.996c-1.216-.085-1.584-1.696-.525-2.3l12.413-7.083-8.11-11.767c-.692-1.004.338-2.296 1.471-1.844l13.277 5.289 4.143-13.678c.35-1.166 2.002-1.166 2.356 0zM472.837 146.913l4.143 13.678 13.277-5.289c1.133-.451 2.163.84 1.471 1.844l-8.11 11.767 12.413 7.083c1.059.604.691 2.215-.525 2.3l-14.257.996 2.202 14.121c.188 1.205-1.301 1.921-2.125 1.024l-9.667-10.525-9.667 10.525c-.825.898-2.313.181-2.125-1.024l2.202-14.121-14.257-.996c-1.216-.085-1.584-1.696-.525-2.3l12.413-7.083-8.11-11.767c-.692-1.004.338-2.296 1.471-1.844l13.277 5.289 4.143-13.678c.35-1.167 2.002-1.167 2.356 0zM385.435 368.074l4.143 13.678 13.277-5.289c1.133-.451 2.163.84 1.471 1.844l-8.11 11.767 12.413 7.083c1.059.604.691 2.215-.525 2.3l-14.257.996 2.202 14.121c.188 1.205-1.301 1.922-2.125 1.024l-9.667-10.525-9.667 10.525c-.825.898-2.313.181-2.125-1.024l2.202-14.121-14.257-.996c-1.216-.085-1.584-1.696-.525-2.3l12.413-7.083-8.11-11.767c-.692-1.004.338-2.296 1.471-1.844l13.277 5.289 4.143-13.678c.35-1.167 2.002-1.167 2.356 0zM417.489 246.968l-3.326 9.974-10.513.081c-1.361.011-1.926 1.748-.831 2.556l8.458 6.246-3.171 10.024c-.411 1.298 1.067 2.371 2.174 1.58l8.553-6.114 8.553 6.114c1.107.792 2.585-.282 2.174-1.58l-3.171-10.024 8.458-6.246c1.095-.809.531-2.546-.831-2.556l-10.513-.081-3.326-9.974c-.431-1.291-2.258-1.291-2.688 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.al{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M403.368 319.789c-7.368-4.632-11.789 2.737-11.789 2.737l-21.474 2.526L380.842 316c7.789.632 8.842-1.684 10.947-4.842 2.105-3.158 10.947-1.684 10.947-1.684-1.263-9.684-13.474-4.211-13.474-4.211-9.895-1.053-11.579 6.947-11.579 6.947L362.316 324l-33.822-10.021c3.509-3.865 6.262-7.673 6.664-9.979.674-3.872-24.983-10.387-32.842-18.526-7.859-8.141-10.667-21.053-7.017-24.421 3.649-3.368 6.737 6.174 10.666 14.035 3.93 7.86 11.229 14.035 16 10.105 4.772-3.929-5.053-9.824-9.544-18.245s3.368-11.51 7.017-10.668c3.65.842 5.895 18.247 14.597 27.229 8.701 8.982 16.561 7.298 17.403 1.684.842-5.613-14.362-12.531-17.45-17.304-3.087-4.771-3.883-14.135 1.169-14.414 5.053-.281 23.578 27.329 39.299 37.895 17.122 11.508 30.877-1.965 28.632-7.579-2.246-5.615-12.632-3.368-24.702-6.457-12.07-3.087-24.421-19.368-28.07-28.35-3.649-8.982-.632-8.982 1.474-8.14 2.105.842 10.105 12.632 25.474 21.684 15.368 9.053 26.105.421 27.368-1.684 1.263-2.105 6.118-11.556-9.684-9.334-17.965 2.526-28.21-8.14-35.579-13.824-7.368-5.684-10.316-13.474-6.947-16.632s14.456 11.087 31.299 15.579c15.471 4.125 21.754-2.526 21.333-8.632-.421-6.105-4-3.579-21.474-5.263s-29.684-18.105-30.316-19.158c-.632-1.053-.421-6.947 8.421-1.263 8.842 5.684 24.632 9.053 33.895 8.632s11.158-12.842 6.737-14.947c-4.421-2.105-5.474 1.053-15.579 3.158s-29.053-8.211-33.684-13.053c-4.632-4.842.421-8 2.737-7.579s17.474 9.263 30.947 8.842 19.158-12.842 18.737-16.632c-.421-3.789-4.211-6.947-9.895-3.158s-13.263 8.211-25.895 6.105c-12.631-2.105-18.526-10.526-16.842-13.684s13.895 2.316 33.263.211 20.211-19.158 18.316-22.526-6.526-2.316-13.053 3.789c-6.526 6.105-19.158 7.368-29.053 7.368s-10.105-4.842-8.632-8.211c1.474-3.368 12-2.526 26.737-7.158s23.158-16.421 25.474-23.789-3.368-13.053-5.684-13.053c-2.316 0-.842-3.368-10.947 11.158S352.632 128 352.632 128c-1.895-3.579-4.842-4.842-4.842-4.842-17.895 3.579-39.48 19.03-39.48 19.03s3.805 12.204-.951 21.715c-6.122 12.243-27.106 4.597-21.4-14.742 4.752-16.102 23.143-25.837 38.678-27.582 15.535-1.743 16.327-7.609 16.327-7.609s-16.313 5.313-16.604-1.979c3.368.684 8.333.982 16.762.235 12.523-1.109 19.498-9.987 13.95-11.888-5.548-1.901-3.17 3.804-12.682 8.243-6.784 3.166-13.905 1.74-17.468.658 3.292-7.188 17.151-3.512 17.151-3.512.159-12.523-16.459-8.044-16.459-8.044-7.299-15.72-49.965 2.526-49.965 2.526l10.105 8.14C261.053 122.105 256 148.211 256 148.211s-5.053-26.105-29.754-39.86l10.105-8.14s-42.667-18.247-49.965-2.526c0 0-16.618-4.479-16.459 8.044 0 0 13.859-3.676 17.151 3.512-3.563 1.082-10.684 2.508-17.468-.658-9.512-4.439-7.133-10.145-12.682-8.243-5.548 1.901 1.427 10.78 13.95 11.888 8.429.747 13.394.449 16.762-.235-.291 7.291-16.604 1.979-16.604 1.979s.793 5.865 16.327 7.609c15.535 1.745 33.926 11.48 38.678 27.582 5.706 19.339-15.278 26.985-21.4 14.742-4.756-9.512-.951-21.715-.951-21.715s-21.586-15.451-39.48-19.03c0 0-2.947 1.263-4.842 4.842 0 0-26.526-5.684-36.632-20.211s-8.632-11.158-10.947-11.158-8 5.684-5.684 13.053 10.737 19.158 25.474 23.789c14.737 4.632 25.263 3.789 26.737 7.158 1.474 3.368 1.263 8.211-8.632 8.211s-22.526-1.263-29.053-7.368c-6.526-6.105-11.158-7.158-13.053-3.789-1.895 3.368-1.053 20.421 18.316 22.526 19.368 2.105 31.579-3.368 33.263-.211 1.684 3.158-4.21 11.579-16.842 13.684-12.631 2.105-20.211-2.316-25.895-6.105-5.684-3.789-9.474-.632-9.895 3.158-.421 3.789 5.263 16.211 18.737 16.632s28.632-8.421 30.947-8.842 7.368 2.737 2.737 7.579c-4.632 4.842-23.579 15.158-33.684 13.053-10.105-2.105-11.158-5.263-15.579-3.158-4.421 2.105-2.526 14.526 6.737 14.947s25.053-2.947 33.895-8.632c8.842-5.684 9.053.211 8.421 1.263s-12.842 17.474-30.316 19.158-21.053-.842-21.474 5.263 5.862 12.757 21.333 8.632c16.842-4.492 27.93-18.737 31.299-15.579S160 232 152.632 237.684s-17.614 16.35-35.579 13.824c-15.803-2.222-10.947 7.229-9.684 9.334s12 10.737 27.368 1.684c15.368-9.053 23.368-20.842 25.474-21.684 2.105-.842 5.123-.842 1.474 8.14s-16 25.263-28.07 28.35c-12.071 3.089-22.456.842-24.702 6.457-2.245 5.613 11.509 19.087 28.632 7.579 15.72-10.566 34.246-38.176 39.299-37.895 5.053.28 4.257 9.643 1.169 14.414-3.088 4.773-18.292 11.691-17.45 17.304.842 5.613 8.701 7.298 17.403-1.684s10.947-26.387 14.597-27.229c3.649-.842 11.508 2.247 7.017 10.668s-14.316 14.316-9.543 18.245c4.771 3.929 12.07-2.245 16-10.105 3.929-7.86 7.017-17.403 10.666-14.035 3.65 3.368.842 16.28-7.017 24.421-7.859 8.14-33.516 14.655-32.842 18.526.401 2.306 3.155 6.113 6.664 9.979L149.684 324l-15.368-11.789s-1.684-8-11.579-6.947c0 0-12.211-5.474-13.474 4.211 0 0 8.842-1.474 10.947 1.684s3.158 5.474 10.947 4.842l10.737 9.053-21.474-2.526s-4.421-7.368-11.789-2.737c0 0-9.263-2.947-11.579 5.895 0 0 8-1.474 10.105-.421 0 0 3.158 7.158 13.263 2.947l21.263 1.053-12 5.895s-15.158-4.842-14.526 7.789c0 0-4.421 5.053-.421 10.105 0 0 .842-5.474 4.842-7.789 0 0 7.789 3.158 12.842-6.105l15.368-9.263 15.158 7.368s-.421 8.211 10.737 4.842c0 0 3.789 2.526 4.842 5.895 0 0 4.842-5.263-2.947-11.368 0 0-1.895-7.158-11.158-4.421l-8.632-4.421 31.938-9.477c5.529 5.266 11.496 9.584 13.586 8.86 4.122-1.426 7.292-5.706 10.145-11.73 2.854-6.025 15.693-26.947 22.034-26.788 6.34.158 9.194 5.23 7.609 14.266-1.585 9.035-13.942 26.342-21.942 29.921s-9.263 5.263-16.632 4.632c-7.368-.632-9.895 2.526-8.211 6.737s9.972 6.888 18.105 3.789c8.842-3.368 12.211-8 15.579-5.263s-3.579 12.632-13.053 15.579c-9.474 2.947-16.632 1.053-15.158 6.947 1.474 5.895 11.579 6.316 18.105 2.526 6.526-3.789 13.895-14.316 15.789-10.947 1.895 3.368.632 12-5.684 16.632-6.316 4.632-13.5 1.906-14.947 6.105-2.105 6.105 5.263 10.105 10.947 7.789s12.211-9.474 15.158-15.789 8.421-.842 6.737 5.053c-1.684 5.895-.28 10.737-12.351 20L256 431.158l22.456-34.526c-12.071-9.263-10.667-14.105-12.351-20-1.684-5.895 3.789-11.368 6.737-5.053s9.474 13.474 15.158 15.789c5.684 2.316 13.053-1.684 10.947-7.789-1.447-4.199-8.631-1.474-14.947-6.105-6.316-4.632-7.579-13.263-5.684-16.632 1.895-3.368 9.263 7.158 15.789 10.947s16.631 3.368 18.105-2.526c1.474-5.895-5.684-4-15.158-6.947s-16.421-12.842-13.053-15.579 6.737 1.895 15.579 5.263c8.133 3.099 16.421.421 18.105-3.789 1.684-4.211-.842-7.368-8.211-6.737-7.368.632-8.632-1.053-16.632-4.632s-20.357-20.887-21.942-29.921c-1.586-9.036 1.268-14.109 7.609-14.266 6.34-.16 19.18 20.763 22.034 26.788 2.853 6.025 6.023 10.304 10.145 11.73 2.09.724 8.057-3.594 13.586-8.86l31.937 9.477-8.631 4.421c-9.263-2.737-11.158 4.421-11.158 4.421-7.789 6.105-2.947 11.368-2.947 11.368 1.053-3.368 4.842-5.895 4.842-5.895 11.158 3.368 10.737-4.842 10.737-4.842l15.158-7.368 15.368 9.263c5.053 9.263 12.842 6.105 12.842 6.105 4 2.316 4.842 7.789 4.842 7.789 4-5.053-.421-10.105-.421-10.105.632-12.632-14.526-7.789-14.526-7.789l-12-5.895 21.263-1.053c10.105 4.211 13.263-2.947 13.263-2.947 2.105-1.053 10.105.421 10.105.421-2.314-8.842-11.578-5.895-11.578-5.895z' fill='%23464655'/%3E%3C/svg%3E")}.pf-flag.ad{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3Cpath d='M316.023 284.644a4.64 4.64 0 0 0-4.639-4.639c-.556 0-1.082.114-1.577.293-2.297-2.043-6.457-7.11-2.281-14.264.564.439 1.264.71 2.035.71a3.333 3.333 0 0 0 3.333-3.333 3.322 3.322 0 0 0-2.236-3.133c3.431-1.75 8.325-5.465 8.072-12.411-.358-9.852-8.429-15.29-13.381-13.115.018-.138.042-.274.042-.416a3.286 3.286 0 0 0-3.286-3.286 3.278 3.278 0 0 0-2.692 1.409c-.202-.985-.178-2.814 2.112-4.792 4.253-3.673 9.086-12.469.29-18.655-4.871-3.426-14.182-5.066-17.301-.387-1.353 2.03-.268 4.945 1.276 5.6-2.489 1.389-7.211 3.471-10.942 1.843-5.316-2.32-2.246-6.926-1.063-8.989 2.078-3.625.773-9.569-6.186-9.569-4.639 0-6.959 4.639-11.599 4.639s-6.959-4.639-11.599-4.639c-6.959 0-8.264 5.944-6.186 9.569 1.182 2.063 4.253 6.669-1.063 8.989-3.731 1.628-8.452-.454-10.942-1.843 1.544-.655 2.63-3.57 1.276-5.6-3.119-4.679-12.43-3.039-17.301.387-8.796 6.186-3.963 14.982.29 18.655 2.29 1.977 2.314 3.806 2.112 4.792a3.278 3.278 0 0 0-2.692-1.409 3.286 3.286 0 0 0-3.286 3.286c0 .143.024.279.042.416-4.952-2.175-13.022 3.264-13.381 13.115-.253 6.946 4.641 10.661 8.072 12.411a3.322 3.322 0 0 0-2.236 3.133 3.333 3.333 0 0 0 3.333 3.333c.77 0 1.47-.272 2.035-.71 4.176 7.155.015 12.222-2.281 14.264a4.585 4.585 0 0 0-1.577-.293 4.64 4.64 0 0 0-4.639 4.639c0 2.406 1.838 4.36 4.182 4.593-3.198 3.284-6.067 10.525.168 18.749 6.814 8.989 23.052 8.264 30.881 8.554 4.964.184 8.698 2.755 10.771 4.614-1.325.817-2.217 2.269-2.217 3.94 0 2.343 1.743 4.261 4 4.575a4.622 4.622 0 0 0 3.926 2.191 4.628 4.628 0 0 0 4.187-2.672c2.45 2.02 4.125 2.866 4.125 2.866s1.675-.846 4.125-2.866a4.628 4.628 0 0 0 4.187 2.672 4.622 4.622 0 0 0 3.926-2.191c2.257-.314 4-2.232 4-4.575a4.622 4.622 0 0 0-2.217-3.94c2.073-1.859 5.807-4.43 10.771-4.614 7.829-.29 24.067.435 30.881-8.554 6.234-8.224 3.366-15.465.168-18.749 2.344-.232 4.182-2.187 4.182-4.593z' fill='%23dcbe82'/%3E%3Cpath d='M214.245 225.056v67.272c0 7.687 6.231 13.918 13.918 13.918h18.558c6.959 0 9.279 4.639 9.279 4.639s2.32-4.639 9.279-4.639h18.558c7.687 0 13.918-6.232 13.918-13.918v-67.272a2.32 2.32 0 0 0-2.32-2.32h-78.871a2.32 2.32 0 0 0-2.319 2.32z' fill='%23d2aa73'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M218.88 227.38h34.796v34.796H218.88zM253.68 301.607h-3.262c-17.416 0-31.534-14.118-31.534-31.534v-3.262h34.796v34.796z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M261.582 301.607h-3.262v-34.796h34.796v3.262c0 17.416-14.118 31.534-31.534 31.534zM258.32 227.38h4.971v34.796h-4.971z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M263.29 227.38h4.971v34.796h-4.971z'/%3E%3Cpath fill='%23ffe15a' d='M268.26 227.38h4.971v34.796h-4.971z'/%3E%3Cpath fill='%23ff4b55' d='M273.23 227.38h4.971v34.796h-4.971z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M278.2 227.38h4.971v34.796H278.2zM288.14 227.38h4.971v34.796h-4.971z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M283.17 227.38h4.971v34.796h-4.971zM230.48 266.81h3.866v34.796h-3.866z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M234.35 266.81h3.866v34.796h-3.866zM242.08 266.81h3.866v34.796h-3.866z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M238.22 266.81h3.866v34.796h-3.866z'/%3E%3Cpath fill='%23ffe15a' d='M249.81 266.81h3.866v34.796h-3.866z'/%3E%3Cpath fill='%23ff4b55' d='M245.95 266.81h3.866v34.796h-3.866z'/%3E%3Cpath d='M222.751 299.837v-33.026h-3.866v25.517c-.001 3.098 1.532 5.824 3.866 7.509z' fill='%23ffe15a'/%3E%3Cpath d='M226.617 301.452v-34.64h-3.866v33.026a9.214 9.214 0 0 0 3.866 1.614z' fill='%23ff4b55'/%3E%3Cpath d='M226.617 266.811v34.64c.505.085 1.017.156 1.547.156h2.32v-34.796h-3.867z' fill='%23ffe15a'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M224.071 260.196a.898.898 0 0 1-.503-.152c-2.281-1.51-2.414-3.082-2.29-3.884.167-1.083.974-1.983 2.053-2.292 1.028-.289 2.053.014 2.747.819 1.439 1.674 2.927 2.333 4.179 1.87.991-.368 1.582-1.344 1.582-2.074a.914.914 0 1 1 1.828 0c0 1.597-1.166 3.191-2.774 3.787-1.175.434-3.537.701-6.2-2.392-.286-.33-.623-.319-.859-.253-.325.093-.683.38-.75.812-.097.63.447 1.389 1.492 2.081a.915.915 0 0 1-.505 1.678zM248.604 260.196a.915.915 0 0 1-.505-1.676c1.045-.693 1.589-1.451 1.492-2.081-.067-.432-.425-.719-.75-.812-.238-.066-.575-.077-.859.253-2.662 3.095-5.026 2.827-6.2 2.392-1.607-.596-2.774-2.19-2.774-3.787a.914.914 0 1 1 1.828 0c0 .73.592 1.706 1.582 2.074 1.253.464 2.74-.196 4.179-1.87.693-.809 1.72-1.11 2.747-.819 1.08.309 1.887 1.208 2.053 2.292.124.801-.009 2.374-2.29 3.884-.155.1-.33.15-.503.15z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M223.567 261.281a.915.915 0 0 1-.726-1.467l19.864-26.119c.19-.343.261-.817.344-1.365.153-1.026.345-2.302 1.912-3.245 1.021-.612 2.233-.594 3.245.052 1.117.714 1.777 2.044 1.641 3.309-.082.769-.531 2.172-2.612 2.943a.913.913 0 1 1-.635-1.713c.607-.225 1.348-.655 1.431-1.424.062-.584-.27-1.23-.808-1.574-.302-.193-.774-.357-1.319-.025-.829.498-.911 1.044-1.047 1.949-.096.641-.205 1.367-.634 2.106l-19.927 26.213a.917.917 0 0 1-.729.36z'/%3E%3Cpath d='M236.408 232.553l-9.138 10.966 3.655 10.966h10.966l3.655-10.966z'/%3E%3C/g%3E%3Cpath d='M236.408 231.125l-10.166 12.199 4.025 12.074h12.283l4.025-12.074-10.167-12.199zm-8.11 12.588l7.196-8.636v18.493h-3.91l-3.286-9.857zm12.934 9.858h-3.91v-18.493l7.196 8.636-3.286 9.857z' fill='%23f5f5f5'/%3E%3Cpath d='M284.562 277.797l.138-2.028s1.797-1.29.922-2.488c-.876-1.198-1.889-1.428-4.009-1.152s-5.438.23-6.866.323c-1.429.092-2.166.876-4.424.23l.599-1.382s-1.06.092-1.705.415c-.352.176-1.198-.968-2.028-.783-.827.184-1.659 1.889-2.949 2.765l.691 1.382s.783-.369 1.382.046.783.691 1.797.691l.645.276s-.23 1.475.737 2.166c0 0-1.106 1.428-.968 1.659.138.23 1.06 1.981 1.428 2.995l.829-1.567s-1.244-1.106-1.014-1.244 1.06-.323.922-.691.645.046 1.521.184c0 0 .046 1.382.23 1.567s.461.922.415 1.705-.737 1.014-.737 1.014l1.244.369s.323-.461.553-.415c0 0-.092-3.825.415-4.424 0 0 2.995.599 4.378-.138 0 0 .177.223.522.435-.138.321-.255.642-.203.735.116.208.486.185.578-.046.035-.087.089-.266.144-.451.167.055.35.098.559.119-.019.291-.022.559.045.622.175.161.519.024.535-.225a6.003 6.003 0 0 0-.002-.398c.238-.02.492-.062.772-.145l-1.567 2.581-.783.323 1.014.507.922-.369s.876-2.212 2.304-2.857c0 0 .968 2.304-.23 3.548l1.06.599.507-1.06s-.184-2.074.507-3.41l-.83-1.983z' fill='%23ff4b55'/%3E%3Cg fill='%234173cd'%3E%3Cpath d='M267.208 271.212s-.463-.439-.578-1.018c-.116-.578-.254-.833-.763-.995 0 0 .324.37.278.948s0 1.365.324 1.619l.739-.554zM271.233 272.843s-.629 2.139-2.477 3.249l-.645-.276s1.972-1.686 2.212-3.133l.91.16zM268.087 271.721c-.066-.069.81-.324.601-1.018-.208-.694-.208-1.203.208-1.527 0 0 .046.578.37.948s.509 1.295-.023 1.827c.001.001-.531.418-1.156-.23zM268.188 278.027a.224.224 0 0 1-.102-.299l.28-.569c.164-.333.055-.747-.266-.932a.697.697 0 0 0-.974.296l-.29.59a.223.223 0 0 1-.299.102l-.174.354.566.278-.006.013a.29.29 0 0 0 .519.255l.006-.013.566.278.174-.353zM270.424 281.922l.693.138-.578 1.782-.585-.93zM272.12 283.88l-.424.748h1.665l.003-.379zM280.322 283.327v.445h-1.89l.915-.914zM283.318 283.65l-.934.933h1.964l.029-.334z'/%3E%3C/g%3E%3Cpath d='M284.562 292.236l.138-2.028s1.797-1.29.922-2.488c-.876-1.198-1.889-1.428-4.009-1.152s-5.438.23-6.866.323c-1.429.092-2.166.876-4.424.23l.599-1.382s-1.06.092-1.705.415c-.352.176-1.198-.968-2.028-.783-.827.184-1.659 1.889-2.949 2.765l.691 1.382s.783-.369 1.382.046.783.691 1.797.691l.645.276s-.23 1.475.737 2.166c0 0-1.106 1.428-.968 1.659.138.23 1.06 1.981 1.428 2.995l.829-1.567s-1.244-1.106-1.014-1.244 1.06-.323.922-.691.645.046 1.521.184c0 0 .046 1.382.23 1.567s.461.922.415 1.705-.737 1.014-.737 1.014l1.244.369s.323-.461.553-.415c0 0-.092-3.825.415-4.424 0 0 2.995.599 4.378-.138 0 0 .177.223.522.435-.138.321-.255.642-.203.735.116.208.486.185.578-.046.035-.087.089-.266.144-.451.167.055.35.098.559.119-.019.291-.022.559.045.622.175.161.519.024.535-.225a6.003 6.003 0 0 0-.002-.398c.238-.02.492-.062.772-.145l-1.567 2.581-.783.323 1.014.507.922-.369s.876-2.212 2.304-2.857c0 0 .968 2.304-.23 3.548l1.06.599.507-1.06s-.184-2.074.507-3.41l-.83-1.983z' fill='%23ff4b55'/%3E%3Cg fill='%234173cd'%3E%3Cpath d='M267.208 285.651s-.463-.439-.578-1.018c-.116-.578-.254-.833-.763-.995 0 0 .324.37.278.948s0 1.365.324 1.619l.739-.554zM271.233 287.282s-.629 2.139-2.477 3.249l-.645-.276s1.972-1.686 2.212-3.133l.91.16zM268.087 286.16c-.066-.069.81-.324.601-1.018-.208-.694-.208-1.203.208-1.527 0 0 .046.578.37.948s.509 1.295-.023 1.827c.001.001-.531.417-1.156-.23zM268.188 292.466a.224.224 0 0 1-.102-.299l.28-.569c.164-.333.055-.747-.266-.932a.697.697 0 0 0-.974.296l-.29.59a.223.223 0 0 1-.299.102l-.174.354.566.278-.006.013a.29.29 0 0 0 .519.255l.006-.013.566.278.174-.353zM270.424 296.36l.693.139-.578 1.781-.585-.929zM272.12 298.319l-.424.748h1.665l.003-.38zM280.322 297.766v.445h-1.89l.915-.914zM283.318 298.088l-.934.934h1.964l.029-.335z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.at{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 0h512v170.67H0zM0 341.33h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.66H0z'/%3E%3C/svg%3E")}.pf-flag.az{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%2382afff' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 170.67h512v170.67H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M274.43 311.874c-30.237 0-54.765-24.528-54.765-54.793 0-30.209 24.528-54.792 54.765-54.792 11.25 0 21.625 3.46 30.27 9.316 1.324.897 2.835-.843 1.726-1.996-12.921-13.434-31.209-21.63-51.486-20.938-34.836 1.189-63.675 29.119-65.901 63.904-2.55 39.844 28.999 72.956 68.279 72.956 19.349 0 36.738-8.089 49.156-21.022 1.097-1.143-.417-2.856-1.729-1.967-8.653 5.868-19.045 9.332-30.315 9.332z'/%3E%3Cpath d='M322.375 223.354l5.682 15.977 15.315-7.28c1.154-.548 2.357.655 1.809 1.809l-7.28 15.315 15.977 5.682c1.203.428 1.203 2.13 0 2.558l-15.977 5.682 7.28 15.315c.548 1.154-.655 2.357-1.809 1.809l-15.315-7.28-5.682 15.977c-.428 1.203-2.13 1.203-2.558 0l-5.682-15.977-15.315 7.28c-1.154.548-2.357-.655-1.809-1.809l7.28-15.315-15.977-5.682c-1.203-.428-1.203-2.13 0-2.558l15.977-5.682-7.28-15.315c-.548-1.154.655-2.357 1.809-1.809l15.315 7.28 5.682-15.977c.428-1.204 2.13-1.204 2.558 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.by{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 377.26h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v377.26H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 0h107.79v512H0z'/%3E%3Cpath d='M13.482 489.622h4.764v-13.356h-4.764v13.356zm38.032 0h4.767v-13.356h-4.767v13.356zm38.057 0h4.744v-13.356h-4.744v13.356zm-57.049-35.807h4.717v-11.129h-4.717v11.129zm38.057 0h4.744v-11.129h-4.744v11.129zm-57.097-29.034h4.764v-13.356h-4.764v13.356zm38.032 0h4.767v-13.356h-4.767v13.356zm38.057 0h4.744v-13.356h-4.744v13.356zm-66.533 17.905h4.717v-11.228h4.767v-11.129h4.717v11.129h4.792v11.228h4.717v11.129H42.03v11.226h-4.792v11.226h-4.717V465.04h-4.767v-11.226h-4.717v-11.128h.001zm38.035 0h4.764v-11.228h4.742v-11.129h4.744v11.129h4.742v11.228h4.765v11.129h-4.765v11.226h-4.742v11.226h-4.744V465.04h-4.742v-11.226h-4.764v-11.128zm9.506-44.712v11.129H65.79v11.226h-4.717v11.129h-4.792v11.228h-4.767v-11.228h-4.767v-11.129H42.03v-11.226h-4.792v-11.129h-4.717v11.129h-4.767v11.226h-4.717v11.129h-4.792v11.228h-4.764v11.129h4.764v11.226h4.792v11.226h4.717v11.129h4.767v11.131h4.767v-11.131h4.742v-11.129h4.717V465.04h4.767v-11.226h4.767v11.226h4.792v11.226h4.764v11.129h4.742v11.131h4.744v-11.131h4.742v-11.129h4.765V465.04h4.766v-11.226h4.72v-11.129h-4.744v-11.228H84.83v-11.129h-4.765v-11.226h-4.742v-11.129h-4.744v.001zm11.783-11.129h2.371v-4.452h2.396v4.452h2.396v4.45h-2.396v4.549h-2.396v-4.549h-2.371v-4.45zm0-15.584v6.583h-2.346v6.773H77.62v8.904h2.395v6.677h2.346v6.677h7.162v-6.677h2.371v-6.677h2.346v-8.904h-2.346v-6.773h-2.371v-6.583h-7.161zm-64.116 15.485h2.396v-4.45h2.396v4.45h2.321v4.549h-2.321v4.452h-2.396v-4.452h-2.396v-4.549zm0-15.581v6.679h-2.371v6.677h-2.393v9.001h2.393v6.677h2.371v6.677h7.113v-6.677h2.396v-6.677h2.324v-9.001h-2.324v-6.677h-2.396v-6.679h-7.113zm26.155 15.581h2.346v-4.45h2.421v4.45h2.346v4.549h-2.346v4.452h-2.421v-4.452h-2.346v-4.549zm11.88 0h2.396v-4.45h2.396v4.45h2.346v4.549h-2.346v4.452h-2.396v-4.452h-2.396v-4.549zm0-15.581v6.679h-4.767v-6.679h-7.113v6.679H42.03v6.677h-2.396v9.001h2.396v6.677h2.371v6.677h7.113v-6.677h4.767v6.677h7.138v-6.677h2.418v-6.677h2.324v-9.001h-2.324v-6.677h-2.418v-6.679h-7.138zm-42.799-4.549h4.764v-13.354h-4.764v13.354zm38.032 0h4.767v-13.354h-4.767v13.354zm38.057 0h4.744v-13.354h-4.744v13.354zm-76.089-55.841h4.764v-8.902h-4.764v8.902zm76.089 0h4.744v-8.902h-4.744v8.902zm-38.057-31.258h4.767v-11.129h-4.767v11.129zm-38.032-30.194v13.451h4.764v-13.451h-4.764zm26.153 0v13.451h4.767v-13.451h-4.767zm23.784 0v13.451h4.742v-13.451h-4.742zm26.152 0v13.451h4.744v-13.451h-4.744zm-30.894-7.839v4.452h-2.396v3.387h-4.767v-3.387h-2.346v-4.452h-4.767v6.677h2.346v3.387h2.421v8.904h-2.421v3.387h-2.346v6.677h4.767v-4.45h2.346v-3.293h4.767v3.293h2.396v4.45h4.742v-6.677h-2.346v-3.387h-2.396v-8.904h2.396v-3.387h2.346v-6.677h-4.742zm-7.163 2.225h4.767V232.58h-4.767v11.129zm-38.032-33.486h4.764v-8.902h-4.764v8.902zm76.089 0h4.744v-8.902h-4.744v8.902zm-76.089-51.389h4.764v-13.45h-4.764v13.45zm38.032 0h4.767v-13.45h-4.767v13.45zm38.057 0h4.744v-13.45h-4.744v13.45zm-57.049 97.359V251.548h4.717v-7.742h4.792v-9.001h7.138v-10.547h2.346v-5.131h4.766v5.032h2.396v10.646h7.16V243.806h4.742v7.742h4.744v8.904h-4.744v7.935h-4.742v8.904h-7.16v10.549h-2.396v5.032h-4.766v-5.032h-2.346v-10.549H42.03v-8.904h-4.792v-7.935h-4.717l.001-4.259zm38.057-124.262v11.226H65.79v11.129h-4.717v11.228h-4.792v11.129h-4.767v-11.129h-4.767v-11.228H42.03v-11.129h-4.792v-11.226h-4.717v11.226h-4.767v11.129h-4.767v11.228h-4.742v11.129h-4.764v11.226h4.764v11.226h4.742v11.129h4.767v11.131h4.767v-11.131h4.717v-11.129h4.792v-11.226h-4.792v-13.453h4.792v9.001h4.717v17.905h2.421v11.032l-7.138.097v8.904h-4.792v6.677h-4.717v11.226h-4.767v-11.226h-4.767v-6.677h-4.742v-6.679h-4.764v20.13h4.764v9.001h4.742v7.742h4.767v8.903h-4.767v7.935h-4.742v8.904h-4.764v20.13h4.764v-6.776h4.742v-6.677h4.767V272.84h4.767v11.129h4.717v6.677h4.792v9.001l7.138.097v11.032h-2.421v17.905H42.03v9.001h-4.792v-13.55h4.792v-11.129h-4.792v-11.129h-4.717v-11.228h-4.767v11.228h-4.767v11.129h-4.742v11.129h-4.764v11.226h4.764v11.129h4.792v11.228h4.717v11.226h4.767v11.129h4.717v-11.13h4.792v-11.226h4.717v-11.228h4.767v-11.129h4.767v11.129h4.792v11.228h4.764v11.226h4.742v11.129h4.744V368.94h4.742v-11.226h4.765v-11.228h4.741v-11.129h4.744v-11.226h-4.744v-11.129H84.83v-11.129h-4.765v-11.228h-4.742v11.228h-4.744v11.129H65.79v11.129h4.789v13.55H65.79v-9.001h-4.717v-17.905h-2.396v-11.129h7.16v-9.001h4.742v-6.677h4.744V272.84h4.742v11.129h4.765v6.677h4.766v6.776h4.72v-20.13h-4.72v-8.904H84.83v-7.935h-4.765V251.548h4.765v-7.742h4.766v-9.001h4.72v-20.13h-4.72v6.679H84.83v6.677h-4.765v11.226h-4.742v-11.226h-4.744v-6.677h-4.742v-8.904h-7.16v-11.129h2.396v-17.905h4.717v-9.001h4.789V187.868H65.79v11.226h4.789v11.129h4.744v11.131h4.742v-11.131h4.765v-11.129h4.741v-11.226h4.744v-11.226h-4.744v-11.129H84.83v-11.228h-4.765v-11.129h-4.742V131.93h-4.744v.001zm-52.333-11.129h2.349v-4.452h2.443v4.452h2.321v4.452h-2.321v4.549h-2.443v-4.549h-2.349v-4.452zm0-9.001h-2.371v6.774h-2.393v8.904h2.393v6.774h2.371v6.679h7.113v-6.679h2.396v-6.774h2.324v-8.904h-2.324v-6.774h-2.396v-6.58h-7.113v6.58zm26.155 9.001h2.346v-4.452h2.421v4.452h2.346v4.452h-2.346v4.549h-2.421v-4.549h-2.346v-4.452zm11.88 0h2.396v-4.452h2.396v4.452h2.346v4.452h-2.346v4.549h-2.396v-4.549h-2.396v-4.452zm-11.88-9.001H42.03v6.774h-2.396v8.904h2.396v6.774h2.371v6.679h7.113v-6.679h4.767v6.679h7.138v-6.679h2.418v-6.774h2.324v-8.904h-2.324v-6.774h-2.418v-6.58h-7.138v6.58h-4.767v-6.58h-7.113v6.58zm37.961 8.904h2.371v-4.355h2.396v4.355h2.396v4.549h-2.396v4.45h-2.396v-4.45h-2.371v-4.549zm0-15.581v6.677h-2.346v6.774H77.62v8.904h2.395v6.677h2.346v6.679h7.162v-6.679h2.371v-6.677h2.346v-8.904h-2.346v-6.774h-2.371v-6.677h-7.161zm-68.88-4.452h4.764V87.316h-4.764v13.356zm38.032 0h4.767V87.316h-4.767v13.356zm38.057 0h4.744V87.316h-4.744v13.356zM32.522 69.413h4.717V58.185h-4.717v11.228zm38.057 0h4.744V58.185h-4.744v11.228zM13.482 35.831h4.764V22.474h-4.764v13.357zm38.032 0h4.767V22.474h-4.767v13.357zm38.057 0h4.744V22.474h-4.744v13.357zM23.038 58.185h4.717V47.056h4.767V35.831h4.717v11.226h4.792v11.129h4.717v11.228H42.03v11.129h-4.792v11.226h-4.717V80.542h-4.767V69.413h-4.717V58.185h.001zm38.035 0h4.764V47.056h4.742V35.831h4.744v11.226h4.742v11.129h4.765v11.228h-4.765v11.129h-4.742v11.226h-4.744V80.542h-4.742V69.413h-4.764V58.185zm9.506-44.711v11.228h-4.742v11.129h-4.764v11.226h-4.792v11.129h-4.767v-11.13h-4.767V35.831H42.03V24.702h-4.742V13.474h-4.767v11.228h-4.767v11.129h-4.717v11.226h-4.792v11.129h-4.764v11.228h4.764v11.129h4.792v11.226h4.717v11.226h4.767v11.129h4.717v-11.129h4.792V91.768h4.717V80.542h4.767V69.413h4.767v11.129h4.792v11.226h4.717v11.226h4.789v11.129h4.744v-11.129h4.742V91.768h4.765V80.542h4.741V69.413h4.744V58.185h-4.72V47.056H84.83V35.831h-4.765V24.702h-4.742V13.474h-4.744z' fill='%23ff4b55'/%3E%3C/svg%3E")}.pf-flag.be{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23464655' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3C/svg%3E")}.pf-flag.ba{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M441.379 0v512L105.931 0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M211.685 196.751l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.825 13.456c-1.458 1.042-3.404-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.566-1.7 2.971-1.7 3.538 0zM169.685 135.469l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.825 13.456c-1.458 1.042-3.404-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.566-1.7 2.971-1.7 3.538 0zM132.685 73.245l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.826 13.455c-1.458 1.042-3.404-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.567-1.7 2.972-1.7 3.539.001zM89.854 11.963l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081L88.084 61.892 69.259 75.348c-1.458 1.042-3.404-.371-2.864-2.081l6.98-22.062L54.761 37.46c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.567-1.701 2.972-1.701 3.539 0zM369.295 436.259l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.826 13.455c-1.458 1.042-3.404-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.566-1.7 2.972-1.7 3.539.001zM331.854 376.862l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.825 13.456c-1.458 1.042-3.405-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.566-1.7 2.971-1.7 3.538 0zM290.854 316.523l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.825 13.456c-1.458 1.042-3.405-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.566-1.7 2.971-1.7 3.538 0zM248.854 257.127l7.321 21.951 23.139.179c1.793.014 2.536 2.302 1.094 3.367l-18.614 13.746 6.98 22.062c.541 1.709-1.405 3.123-2.864 2.081l-18.825-13.456-18.825 13.456c-1.458 1.042-3.404-.371-2.864-2.081l6.98-22.062-18.614-13.746c-1.442-1.065-.699-3.353 1.094-3.367l23.139-.179 7.321-21.951c.566-1.701 2.971-1.701 3.538 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.bg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%2373af00' d='M0 170.67h512v170.67H0z'/%3E%3C/svg%3E")}.pf-flag.hr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M161.68 175.16h37.726v43.12H161.68zM237.14 175.16h37.726v43.12H237.14zM199.41 218.27h37.726v43.12H199.41zM312.59 175.16h37.726v43.12H312.59z'/%3E%3Cpath d='M274.86 218.27h37.726v43.12H274.86z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M199.41 175.16h37.726v43.12H199.41zM274.86 175.16h37.726v43.12H274.86zM161.68 218.27h37.726v43.12H161.68z'/%3E%3Cpath d='M237.14 218.27h37.726v43.12H237.14zM312.59 218.27h37.726v43.12H312.59z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M237.14 261.39h37.726v43.12H237.14zM199.41 304.5h37.726v43.12H199.41z'/%3E%3Cpath d='M274.86 304.5h37.726v43.12H274.86z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M199.41 261.39h37.726v43.12H199.41zM274.86 261.39h37.726v43.12H274.86z'/%3E%3Cpath d='M237.14 304.5h37.726v43.12H237.14z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M350.316 175.158v121.263c0 52.089-42.227 94.316-94.316 94.316s-94.316-42.227-94.316-94.316V175.158h188.632m6.737-6.737H154.947v128c0 55.72 45.332 101.053 101.053 101.053s101.053-45.332 101.053-101.053v-128z'/%3E%3Cpath d='M199.41 304.505v-43.116h-37.726v35.032c0 2.729.181 5.414.408 8.084h37.318z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M349.908 304.505H312.59v43.116h22.549a93.666 93.666 0 0 0 14.769-43.116zM176.861 347.621h22.549v-43.116h-37.318a93.677 93.677 0 0 0 14.769 43.116z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M312.59 304.505h37.318c.227-2.67.408-5.354.408-8.084v-35.032H312.59v43.116zM199.41 371.745v-24.124h-22.549c6.042 9.32 13.695 17.461 22.549 24.124zM335.139 347.621H312.59v24.124c8.854-6.663 16.507-14.804 22.549-24.124z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M199.41 371.745c10.981 8.264 23.761 14.263 37.726 17.098v-41.222H199.41v24.124zM274.863 388.843c13.965-2.835 26.745-8.834 37.726-17.098v-24.124h-37.726v41.222z'/%3E%3C/g%3E%3Cpath d='M274.863 347.621h-37.727v41.222a94.689 94.689 0 0 0 18.863 1.894c6.461 0 12.768-.656 18.863-1.894v-41.222h.001z' fill='%23ff4b55'/%3E%3Cg fill='%234173cd'%3E%3Cpath d='M187.729 103.813a275.904 275.904 0 0 0-25.167-2.715 290.346 290.346 0 0 0-18.924 17.018l18.046 43.568a246.583 246.583 0 0 1 37.009-12.007l-10.964-45.864zM278.899 96.66A282.162 282.162 0 0 0 256 86.334a282.853 282.853 0 0 0-22.899 10.326l3.678 47.014a246.182 246.182 0 0 1 38.442 0l3.678-47.014zM368.362 118.116a290.346 290.346 0 0 0-18.924-17.018c-8.56.53-16.958 1.446-25.167 2.715l-10.965 45.865a246.432 246.432 0 0 1 37.009 12.007l18.047-43.569z'/%3E%3C/g%3E%3Cg fill='%2341479b'%3E%3Cpath d='M233.101 96.66a279.776 279.776 0 0 0-24.26-6.635 286.514 286.514 0 0 0-21.112 13.787l10.965 45.865a246.429 246.429 0 0 1 38.085-6.003l-3.678-47.014zM324.271 103.813a286.614 286.614 0 0 0-21.112-13.787 279.874 279.874 0 0 0-24.26 6.635l-3.678 47.014a246.429 246.429 0 0 1 38.085 6.003l10.965-45.865z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M234.572 115.466a274.551 274.551 0 0 0-42.457 6.692l-2.193-9.174a284.41 284.41 0 0 1 43.914-6.922l.736 9.404zM236.043 134.271a255.926 255.926 0 0 0-39.542 6.233c-.732-3.057-1.462-6.116-2.193-9.173a265.056 265.056 0 0 1 41-6.463l.735 9.403z'/%3E%3C/g%3E%3Cpath d='M300.762 137.437a255.43 255.43 0 0 0-9.893-1.559c-5.436-.751-9.485-5.366-9.014-10.555.47-5.185 5.668-8.948 11.585-8.132a273.8 273.8 0 0 1 10.622 1.674c5.889 1.04 9.703 6.229 8.554 11.305-1.148 5.084-6.439 8.221-11.854 7.267z' fill='%23ffe15a'/%3E%3Cpath d='M353.925 152.97a255.946 255.946 0 0 0-38.426-12.466c.732-3.057 1.462-6.116 2.193-9.173a265.106 265.106 0 0 1 39.842 12.925c-1.202 2.905-2.406 5.81-3.609 8.714z' fill='%23ff4b55'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M350.559 124.674c-1.333 3.674-5.826 5.422-10.072 4.041-4.245-1.382-6.843-5.419-5.768-9.176 1.075-3.757 5.625-5.746 10.13-4.283 4.505 1.461 7.043 5.746 5.71 9.418zM177.281 119.539c1.074 3.762-1.527 7.798-5.768 9.176-4.244 1.375-8.738-.373-10.072-4.041-1.335-3.674 1.206-7.957 5.711-9.418 4.501-1.458 9.057.529 10.129 4.283zM253.848 113.364c.009 3.125-2.8 5.669-6.279 5.775-3.478.112-6.444-2.26-6.627-5.373-.182-3.114 2.625-5.808 6.275-5.927 3.651-.114 6.617 2.4 6.631 5.525zM271.058 113.766c-.186 3.118-3.151 5.484-6.627 5.373-3.478-.107-6.288-2.651-6.279-5.775.013-3.121 2.98-5.642 6.631-5.525 3.652.111 6.455 2.811 6.275 5.927zM262.117 127.911c-.087 3.125-2.825 5.582-6.117 5.581-3.292-.002-6.028-2.456-6.117-5.581-.085-3.115 2.651-5.732 6.117-5.724 3.466-.006 6.203 2.607 6.117 5.724z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.cy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 54.906h512v53.625H0zM0 403.47h512v53.625H0zM248.503 228.833l12.427 16.256 19.404-6.495c1.085-.363 2.008.864 1.358 1.805l-11.62 16.842 12.173 16.447c.681.92-.201 2.177-1.297 1.85l-19.608-5.847-11.88 16.66c-.664.932-2.132.481-2.16-.662l-.498-20.456-19.515-6.151c-1.091-.344-1.117-1.879-.038-2.259l19.301-6.795-.181-20.461c-.013-1.144 1.439-1.643 2.134-.734zM184.488 319.596c-35.095 0-63.565-28.469-63.565-63.596 0-35.063 28.469-63.595 63.565-63.595 13.057 0 25.099 4.016 35.133 10.813 1.537 1.041 3.291-.979 2.004-2.316-14.997-15.592-36.224-25.105-59.758-24.302-40.433 1.38-73.906 33.798-76.49 74.172-2.959 46.246 33.658 84.677 79.249 84.677 22.458 0 42.641-9.389 57.054-24.4 1.273-1.326-.485-3.315-2.006-2.283-10.044 6.809-22.105 10.83-35.186 10.83z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.dk{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M512 229.517H211.862V0h-52.965v229.517H0v52.966h158.897V512h52.965V282.483H512z'/%3E%3C/svg%3E")}.pf-flag.ee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234173cd' d='M0 .009h512v170.66H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 341.331h512v170.66H0z'/%3E%3Cpath fill='%23464655' d='M0 170.671h512v170.66H0z'/%3E%3C/svg%3E")}.pf-flag.fo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M0 0h113v113H0z'/%3E%3Cpath fill='%230065BD' fill-rule='nonzero' d='M29.507 0h31.005v113H29.507z'/%3E%3Cpath fill='%230065BD' fill-rule='nonzero' d='M0 42.375h113v28.25H0z'/%3E%3Cpath fill='%23ED2939' fill-rule='nonzero' d='M37.259 0h15.502v113H37.259z'/%3E%3Cpath fill='%23ED2939' fill-rule='nonzero' d='M0 49.438h113v14.125H0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.fi{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cpath fill='%2341479b' d='M512 229.517H211.862V0h-52.965v229.517H0v52.966h158.897V512h52.965V282.483H512z'/%3E%3C/svg%3E")}.pf-flag.fr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3C/svg%3E")}.pf-flag.ge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M512 215.579H296.421V0h-80.842v215.579H0v80.842h215.579V512h80.842V296.421H512z'/%3E%3Cpath d='M160 89.376c-13.345 1.342-26.42 2.687-39.513 4.032 1.345-13.095 2.69-26.17 4.033-39.513a143.392 143.392 0 0 1-36.828 0c1.342 13.345 2.687 26.42 4.033 39.513-13.094-1.345-26.17-2.689-39.514-4.032a143.377 143.377 0 0 1 0 36.826c13.345-1.342 26.42-2.687 39.514-4.032-1.346 13.095-2.691 26.17-4.033 39.513a143.392 143.392 0 0 1 36.828 0c-1.343-13.345-2.688-26.42-4.033-39.513 13.094 1.345 26.17 2.689 39.513 4.032a143.377 143.377 0 0 1 0-36.826zM461 89.376c-13.345 1.342-26.42 2.687-39.513 4.032 1.345-13.095 2.69-26.17 4.033-39.513a143.392 143.392 0 0 1-36.828 0c1.342 13.345 2.687 26.42 4.033 39.513-13.094-1.345-26.17-2.689-39.514-4.032a143.377 143.377 0 0 1 0 36.826c13.345-1.342 26.42-2.687 39.514-4.032-1.346 13.095-2.691 26.17-4.033 39.513a143.392 143.392 0 0 1 36.828 0c-1.343-13.345-2.688-26.42-4.033-39.513 13.094 1.345 26.17 2.689 39.513 4.032a143.377 143.377 0 0 1 0-36.826zM160 385.797c-13.345 1.342-26.42 2.687-39.513 4.032 1.345-13.095 2.69-26.17 4.033-39.513a143.392 143.392 0 0 1-36.828 0c1.342 13.345 2.687 26.42 4.033 39.513-13.094-1.345-26.17-2.689-39.514-4.032a143.377 143.377 0 0 1 0 36.826c13.345-1.342 26.42-2.687 39.514-4.032-1.346 13.095-2.691 26.17-4.033 39.513a143.392 143.392 0 0 1 36.828 0c-1.343-13.345-2.688-26.42-4.033-39.513 13.094 1.345 26.17 2.689 39.513 4.032a143.377 143.377 0 0 1 0-36.826zM461 385.797c-13.345 1.342-26.42 2.687-39.513 4.032 1.345-13.095 2.69-26.17 4.033-39.513a143.392 143.392 0 0 1-36.828 0c1.342 13.345 2.687 26.42 4.033 39.513-13.094-1.345-26.17-2.689-39.514-4.032a143.377 143.377 0 0 1 0 36.826c13.345-1.342 26.42-2.687 39.514-4.032-1.346 13.095-2.691 26.17-4.033 39.513a143.392 143.392 0 0 1 36.828 0c-1.343-13.345-2.688-26.42-4.033-39.513 13.094 1.345 26.17 2.689 39.513 4.032a143.377 143.377 0 0 1 0-36.826z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.de{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23464655' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 170.67h512v170.67H0z'/%3E%3C/svg%3E")}.pf-flag.gr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M0 57.177h512v56.807H0zM0 170.787h512v56.807H0zM0 284.397h512v56.807H0z'/%3E%3C/g%3E%3Cpath fill='%2341479b' d='M0 341.207h512v56.807H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 398.017h512v56.807H0z'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 454.827h512v56.807H0zM512 57.173V.366H0v284.036h512v-56.807H269.087v-56.807H512V113.98H269.087V57.173z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M269.087 113.98H162.946V.366H106.14V113.98H0v56.808h106.14v113.614h56.806V170.788h106.141z'/%3E%3C/svg%3E")}.pf-flag.hu{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.76H0z'/%3E%3Cpath fill='%2373af00' d='M0 341.24h512V512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.76h512v170.48H0z'/%3E%3C/svg%3E")}.pf-flag.is{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M512 211.862H229.517V0h-88.276v211.862H0v88.276h141.241V512h88.276V300.138H512z'/%3E%3Cpath fill='%23ff4b55' d='M512 229.517H211.862V0h-52.965v229.517H0v52.966h158.897V512h52.965V282.483H512z'/%3E%3C/svg%3E")}.pf-flag.ie{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff9b46' d='M341.33 0H512v512H341.33z'/%3E%3C/svg%3E")}.pf-flag.it{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3C/svg%3E")}.pf-flag.lv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c8414b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 209.17h512v93.66H0z'/%3E%3C/svg%3E")}.pf-flag.li{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v256H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 256h512v256H0z'/%3E%3Cpath d='M246.214 149.65a1.68 1.68 0 0 0-.962-1.017 31.205 31.205 0 0 0-2.497-.801c.664-.899 1.133-1.952 1.133-3.152 0-1.029-.365-1.937-.867-2.758 1.659-.927 2.828-2.633 2.828-4.663 0-1.609-.738-3.015-1.857-4.008 1.341-.986 2.27-2.498 2.27-4.286 0-1.994-1.135-3.668-2.745-4.607.846-.956 1.403-2.179 1.403-3.552 0-2.391-1.584-4.36-3.74-5.075.492-.815.851-1.717.851-2.737 0-2.938-2.361-5.313-5.284-5.387.122-.45.279-.889.279-1.378a5.42 5.42 0 0 0-5.416-5.414c-.504 0-.958.158-1.421.288.008-.12.07-.222.07-.344a5.42 5.42 0 0 0-5.414-5.414c-1.026 0-1.931.363-2.75.86-.631-2.289-2.642-4.01-5.129-4.01a5.396 5.396 0 0 0-3.824 1.586c-.916-1.692-2.647-2.885-4.702-2.885-1.876 0-3.451 1.016-4.423 2.468-.988-1.05-2.367-1.725-3.919-1.725-2.005 0-3.687 1.144-4.623 2.766-.992-1.11-2.394-1.84-3.997-1.84-1.982 0-3.643 1.121-4.587 2.713-.921-.725-2.031-1.227-3.292-1.227-2.276 0-4.209 1.42-5.009 3.413a5.38 5.38 0 0 0-3.75-1.536c-2.064 0-3.803 1.202-4.716 2.906a5.219 5.219 0 0 0-1.264-.58 10.508 10.508 0 0 0 1.808-5.905c0-4.242-2.528-7.884-6.143-9.564l1.518-3.036a1.673 1.673 0 0 0 0-1.495l-1.827-3.654c.133-.122.259-.247.38-.38l3.658 1.827a1.666 1.666 0 0 0 1.49-.004l8.898-4.449a1.664 1.664 0 0 0 0-2.98l-8.898-4.449a1.663 1.663 0 0 0-1.49 0L164.6 65.99a6.64 6.64 0 0 0-.384-.385l1.827-3.654a1.673 1.673 0 0 0 0-1.495l-4.449-8.898c-.565-1.13-2.42-1.13-2.985 0l-4.449 8.898a1.673 1.673 0 0 0 0 1.495l1.827 3.654a5.922 5.922 0 0 0-.38.38l-3.658-1.827a1.666 1.666 0 0 0-1.49.004l-8.898 4.449a1.664 1.664 0 0 0 0 2.98l8.898 4.449c.235.117.489.178.745.178s.511-.061.745-.178l3.655-1.827c.123.134.25.261.384.385l-1.827 3.654a1.673 1.673 0 0 0 0 1.495l1.518 3.036c-3.615 1.68-6.143 5.322-6.143 9.564 0 2.14.65 4.128 1.748 5.794a5.239 5.239 0 0 0-1.813.691c-.913-1.703-2.652-2.906-4.716-2.906a5.38 5.38 0 0 0-3.75 1.536c-.799-1.994-2.733-3.413-5.009-3.413-1.261 0-2.371.502-3.292 1.227-.944-1.591-2.606-2.713-4.587-2.713-1.602 0-3.005.73-3.997 1.84-.936-1.622-2.619-2.766-4.623-2.766-1.552 0-2.931.675-3.919 1.725-.972-1.452-2.547-2.468-4.423-2.468-2.055 0-3.786 1.194-4.702 2.885a5.398 5.398 0 0 0-3.824-1.586c-2.487 0-4.498 1.721-5.129 4.01-.818-.497-1.724-.86-2.75-.86a5.42 5.42 0 0 0-5.414 5.414c0 .122.062.224.07.344-.463-.129-.917-.288-1.421-.288a5.42 5.42 0 0 0-5.416 5.414c0 .489.157.927.279 1.378-2.923.074-5.284 2.449-5.284 5.387 0 1.02.359 1.922.851 2.737-2.156.715-3.74 2.683-3.74 5.075 0 1.373.556 2.597 1.403 3.552-1.61.939-2.745 2.613-2.745 4.607 0 1.788.929 3.3 2.27 4.286-1.119.992-1.857 2.399-1.857 4.008 0 2.03 1.17 3.736 2.828 4.663-.501.82-.867 1.729-.867 2.758 0 1.264.503 2.377 1.232 3.299-1.205.357-1.945.639-1.986.654a1.677 1.677 0 0 0-.962 1.017c-.156.465-.1.973.15 1.395.133.217 13.249 22.245 17.592 43.955.107.538.497.883.956 1.101 3.336 4.505 32.237 8.027 67.415 8.027s64.079-3.522 67.415-8.027c.459-.218.849-.563.956-1.101 4.338-21.693 17.459-43.738 17.592-43.955a1.69 1.69 0 0 0 .147-1.393z' fill='%23ffe15a'/%3E%3Cg fill='%23464655'%3E%3Cpath d='M246.214 149.65a1.68 1.68 0 0 0-.962-1.017 31.205 31.205 0 0 0-2.497-.801c.664-.899 1.133-1.952 1.133-3.152 0-1.029-.365-1.937-.867-2.758 1.659-.927 2.828-2.633 2.828-4.663 0-1.609-.738-3.015-1.857-4.008 1.341-.986 2.27-2.498 2.27-4.286 0-1.994-1.135-3.668-2.745-4.607.846-.956 1.403-2.179 1.403-3.552 0-2.391-1.584-4.36-3.74-5.075.492-.815.851-1.717.851-2.737 0-2.938-2.361-5.313-5.284-5.387.122-.45.279-.889.279-1.378a5.42 5.42 0 0 0-5.416-5.414c-.504 0-.958.158-1.421.288.008-.12.07-.222.07-.344a5.42 5.42 0 0 0-5.414-5.414c-1.026 0-1.931.363-2.75.86-.631-2.289-2.642-4.01-5.129-4.01a5.396 5.396 0 0 0-3.824 1.586c-.916-1.692-2.647-2.885-4.702-2.885-1.876 0-3.451 1.016-4.423 2.468-.988-1.05-2.367-1.725-3.919-1.725-2.005 0-3.687 1.144-4.623 2.766-.992-1.11-2.394-1.84-3.997-1.84-1.982 0-3.643 1.121-4.587 2.713-.921-.725-2.031-1.227-3.292-1.227-2.276 0-4.209 1.42-5.009 3.413a5.38 5.38 0 0 0-3.75-1.536c-2.064 0-3.803 1.202-4.716 2.906a5.219 5.219 0 0 0-1.264-.58 10.508 10.508 0 0 0 1.808-5.905c0-4.242-2.528-7.884-6.143-9.564l1.518-3.036a1.673 1.673 0 0 0 0-1.495l-1.827-3.654c.133-.122.259-.247.38-.38l3.658 1.827a1.666 1.666 0 0 0 1.49-.004l8.898-4.449a1.664 1.664 0 0 0 0-2.98l-8.898-4.449a1.663 1.663 0 0 0-1.49 0L164.6 65.99a6.64 6.64 0 0 0-.384-.385l1.827-3.654a1.673 1.673 0 0 0 0-1.495l-4.449-8.898c-.565-1.13-2.42-1.13-2.985 0l-4.449 8.898a1.673 1.673 0 0 0 0 1.495l1.827 3.654a5.922 5.922 0 0 0-.38.38l-3.658-1.827a1.666 1.666 0 0 0-1.49.004l-8.898 4.449a1.664 1.664 0 0 0 0 2.98l8.898 4.449c.235.117.489.178.745.178s.511-.061.745-.178l3.655-1.827c.123.134.25.261.384.385l-1.827 3.654a1.673 1.673 0 0 0 0 1.495l1.518 3.036c-3.615 1.68-6.143 5.322-6.143 9.564 0 2.14.65 4.128 1.748 5.794a5.239 5.239 0 0 0-1.813.691c-.913-1.703-2.652-2.906-4.716-2.906a5.38 5.38 0 0 0-3.75 1.536c-.799-1.994-2.733-3.413-5.009-3.413-1.261 0-2.371.502-3.292 1.227-.944-1.591-2.606-2.713-4.587-2.713-1.602 0-3.005.73-3.997 1.84-.936-1.622-2.619-2.766-4.623-2.766-1.552 0-2.931.675-3.919 1.725-.972-1.452-2.547-2.468-4.423-2.468-2.055 0-3.786 1.194-4.702 2.885a5.398 5.398 0 0 0-3.824-1.586c-2.487 0-4.498 1.721-5.129 4.01-.818-.497-1.724-.86-2.75-.86a5.42 5.42 0 0 0-5.414 5.414c0 .122.062.224.07.344-.463-.129-.917-.288-1.421-.288a5.42 5.42 0 0 0-5.416 5.414c0 .489.157.927.279 1.378-2.923.074-5.284 2.449-5.284 5.387 0 1.02.359 1.922.851 2.737-2.156.715-3.74 2.683-3.74 5.075 0 1.373.556 2.597 1.403 3.552-1.61.939-2.745 2.613-2.745 4.607 0 1.788.929 3.3 2.27 4.286-1.119.992-1.857 2.399-1.857 4.008 0 2.03 1.17 3.736 2.828 4.663-.501.82-.867 1.729-.867 2.758 0 1.264.503 2.377 1.232 3.299-1.205.357-1.945.639-1.986.654a1.677 1.677 0 0 0-.962 1.017c-.156.465-.1.973.15 1.395.133.217 13.249 22.245 17.592 43.955.107.538.497.883.956 1.101 3.336 4.505 32.237 8.027 67.415 8.027s64.079-3.522 67.415-8.027c.459-.218.849-.563.956-1.101 4.338-21.693 17.459-43.738 17.592-43.955a1.69 1.69 0 0 0 .147-1.393zm-47.164-10.747v-26.109a50.97 50.97 0 0 1 6.154-.172v27.124c-1.84-.891-3.92-1.15-6.154-.843zm-19.202-35.562c.046.045.111.064.159.107l-.213.046c.022-.05.033-.102.054-.153zm58.626 39.261c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077.932-2.077 2.077-2.077zm1.959-3.267c-1.145 0-2.077-.93-2.077-2.077a2.078 2.078 0 0 1 4.156 0 2.079 2.079 0 0 1-2.079 2.077zm-1.662-10.371c0-1.147.932-2.077 2.077-2.077s2.077.93 2.077 2.077-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077zm-62.04 20.685c-1.992-7.576-4.579-18.981-5.67-30.382 1.148-.401 3.119-1.06 5.67-1.832v32.214zm-27.81-30.246c-1.174 12.132-4.04 24.285-6.059 31.766v-33.737c2.862.867 5.008 1.598 6.059 1.971zm13.257-13.709c0 1.147-.932 2.077-2.077 2.077s-2.077-.93-2.077-2.077.932-2.077 2.077-2.077 2.077.93 2.077 2.077zm-22.431-2.343l-.013-.003s.008-.004.011-.008c.002.004.001.008.002.011zm-61.002 23.537c1.145 0 2.077.93 2.077 2.077a2.078 2.078 0 0 1-2.077 2.077 2.078 2.078 0 0 1 0-4.154zm2.491 10.37a2.078 2.078 0 0 1-4.156 0 2.079 2.079 0 0 1 4.156 0zm-.117 5.344c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077.932-2.077 2.077-2.077zm8.568-28.11c3.265-5.283 9.641-11.579 21.476-11.579 11.556 0 27.859 3.53 38.301 6.127.005 2.265-.099 4.585-.259 6.92-7.125-2.481-35.46-11.549-47.512-3.302-13.638 9.354-9.329 27.196-6.781 34.585-2.169-.587-4.363-.854-6.464-.896-4.926-9.884-4.431-22.679 1.239-31.855zm9.398 34.37c-1.173-2.728-8.674-21.592 2.476-31.792v33.284a19.463 19.463 0 0 0-2.476-1.492zm5.813-34.144c1.762-.913 3.839-1.505 6.154-1.82v29.689c-3.347 3.393-4.835 8.06-5.49 11.572-.212-.266-.446-.48-.665-.73l.001-38.711zm9.491-2.099a50.964 50.964 0 0 1 6.154.172v26.083c-.364-.032-.745-.125-1.099-.125-1.64 0-3.178.343-4.577 1.047-.172.086-.311.202-.478.294v-27.471zm9.491.529a95.72 95.72 0 0 1 6.154 1.039v28.559c-2.118-1.46-4.178-2.516-6.154-3.162v-26.436zm9.491 1.756a139.79 139.79 0 0 1 6.154 1.562v35.312a48.938 48.938 0 0 0-6.154-6.445v-30.429zm19.413-5.021c2.509.651 4.487 1.194 5.649 1.52V139.7c-4.522.457-7.977 2.766-10.613 5.605 2.35-9.783 4.877-23.132 4.964-35.422zm8.986 1.52c1.131-.318 3.029-.839 5.441-1.467.093 12.165 2.572 25.354 4.899 35.1-2.603-2.71-5.967-4.895-10.341-5.336v-28.297h.001zm18.298 5.066a139.79 139.79 0 0 1 6.154-1.562v30.689c0 .078.034.146.045.221a49.292 49.292 0 0 0-6.199 6.772v-36.12zm9.491-2.279a95.72 95.72 0 0 1 6.154-1.039v26.589c-1.979.727-4.045 1.879-6.154 3.403V114.19zm18.982-1.29c2.315.314 4.393.905 6.154 1.818v39.08c0 .087.037.163.05.246-.033.041-.071.073-.104.114-.692-3.708-2.34-8.685-6.1-12.108V112.9zm9.491 4.17c11.945 10.936 2.43 31.909 2.327 32.132-.011.023-.007.047-.017.069a19.54 19.54 0 0 0-2.31 1.563V117.07zm-.133-4.411c-11.813-8.09-39.333.489-47.119 3.165-.153-2.271-.253-4.527-.249-6.731 10.432-2.602 26.876-6.179 38.509-6.179 11.835 0 18.211 6.295 21.476 11.579 5.67 9.176 6.165 21.971 1.238 31.855-2.321.047-4.754.373-7.144 1.099 2.538-7.263 7.051-25.35-6.711-34.788zm21.604 10.223c-1.145 0-2.077-.93-2.077-2.077a2.078 2.078 0 0 1 4.156 0 2.079 2.079 0 0 1-2.079 2.077zm-.81-9.889a2.082 2.082 0 0 1-2.079 2.081 2.078 2.078 0 1 1 2.079-2.081zm-5.005-6.764a2.079 2.079 0 0 1-4.156 0 2.078 2.078 0 0 1 4.156 0zm-8.844-7.547a2.078 2.078 0 1 1-.003 4.157 2.078 2.078 0 0 1 .003-4.157zm-7.879-3.15c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077.932-2.077 2.077-2.077zm-8.526-1.299a2.078 2.078 0 1 1-.003 4.157 2.078 2.078 0 0 1 .003-4.157zm-8.342.743c1.145 0 2.077.93 2.077 2.077a2.078 2.078 0 0 1-4.156 0c0-1.147.932-2.077 2.079-2.077zm-8.62.925a2.078 2.078 0 1 1-.003 4.157 2.078 2.078 0 0 1 .003-4.157zm-7.879 1.486c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077a2.078 2.078 0 0 1-2.077-2.077c0-1.147.932-2.077 2.077-2.077zm-8.759 1.877c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077a2.078 2.078 0 0 1-2.077-2.077c0-1.147.932-2.077 2.077-2.077zm-7.508 6.169c-1.145 0-2.077-.93-2.077-2.077s.932-2.077 2.077-2.077 2.077.93 2.077 2.077-.932 2.077-2.077 2.077zm-10.01-35.331a2.783 2.783 0 0 1 2.781-2.781c1.534 0 2.781 1.247 2.781 2.781s-1.247 2.781-2.781 2.781a2.783 2.783 0 0 1-2.781-2.781zM169 67.517l5.168 2.585L169 72.687l-2.895-1.448c.07-.369.115-.748.115-1.137 0-.39-.045-.768-.115-1.138L169 67.517zm-11.481-6.313l2.583-5.166 2.583 5.166-1.448 2.895c-.369-.07-.746-.115-1.135-.115s-.766.045-1.135.115l-1.448-2.895zm-6.315 11.483l-5.168-2.585 5.168-2.585 2.895 1.448c-.07.369-.115.748-.115 1.137 0 .39.045.768.115 1.138l-2.895 1.447zM157.519 79l1.448-2.895c.369.07.746.115 1.135.115s.766-.045 1.135-.115L162.685 79l-1.448 2.895c-.378-.041-.746-.115-1.135-.115s-.757.074-1.135.115L157.519 79zm2.583 6.118c3.986 0 7.23 3.241 7.23 7.23s-3.243 7.23-7.23 7.23c-3.986 0-7.23-3.241-7.23-7.23s3.243-7.23 7.23-7.23zm-7.84 16.162c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077.932-2.077 2.077-2.077zm-7.508-2.016c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077.932-2.077 2.077-2.077zm-8.759-1.877c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077-2.077-.93-2.077-2.077.932-2.077 2.077-2.077zm-7.879-1.486a2.079 2.079 0 1 1 0 4.158 2.079 2.079 0 0 1 0-4.158zm-8.62-.925c1.147 0 2.079.93 2.079 2.077a2.079 2.079 0 0 1-4.156 0c0-1.147.932-2.077 2.077-2.077zm-8.342-.743a2.079 2.079 0 1 1 0 4.158 2.079 2.079 0 0 1 0-4.158zm-8.526 1.299c1.145 0 2.077.93 2.077 2.077s-.932 2.077-2.077 2.077a2.078 2.078 0 0 1-2.077-2.077c0-1.147.932-2.077 2.077-2.077zm-7.88 3.15a2.079 2.079 0 1 1 0 4.158 2.079 2.079 0 0 1 0-4.158zm-6.764 5.47c1.145 0 2.077.93 2.077 2.077a2.078 2.078 0 0 1-4.156 0c0-1.147.932-2.077 2.079-2.077zm-5.005 6.764a2.078 2.078 0 1 1-.003 4.157 2.078 2.078 0 0 1 .003-4.157zm-2.89 7.812c1.145 0 2.077.93 2.077 2.077a2.078 2.078 0 0 1-4.156 0c0-1.147.932-2.077 2.079-2.077zm145.42 74.216c-7.694-3.805-34.02-6.612-65.408-6.612s-57.714 2.807-65.408 6.612c-3.978-18.421-13.493-36.242-16.664-41.843 5.283-1.621 20.409-4.836 27.191 8.729a1.673 1.673 0 0 0 1.875.878 1.67 1.67 0 0 0 1.286-1.625c0-.122.091-12.361 7.975-16.306 7.807-3.884 20.438 9.011 24.456 17.053l.005.005c.133.262.351.464.606.627.053.033.102.062.158.089.072.036.129.092.208.117.172.056.345.083.515.083.032 0 .056-.026.088-.028.034 0 .059.021.093.02.157-.018.272-.124.413-.182.149-.06.3-.088.427-.188.155-.122.237-.296.341-.466.069-.112.185-.18.227-.311.049-.152.256-.801.563-1.811 1.458-4.215 6.078-14.829 15.645-14.829 8.118 0 12.675 7.647 14.761 12.54a159.09 159.09 0 0 0 1.239 4.101 1.67 1.67 0 0 0 2.103 1.073c.031-.01.051-.034.081-.046.464-.119.884-.351 1.105-.793 4.021-8.046 16.662-20.911 24.456-17.053a10.59 10.59 0 0 1 1.465.896c.452.382.758.664 1.274 1.079 5.137 5.015 5.236 14.225 5.236 14.331a1.675 1.675 0 0 0 1.286 1.625 1.671 1.671 0 0 0 1.875-.878c6.769-13.534 21.897-10.34 27.189-8.724-3.171 5.604-12.683 23.42-16.662 41.837z'/%3E%3Cpath d='M166.684 156.267c-.216.179-.427.366-.635.561-1.618 1.523-4.279.326-4.279-1.896v-.299a1.668 1.668 0 0 0-3.336 0v.299c0 2.222-2.661 3.419-4.279 1.896a13.336 13.336 0 0 0-.635-.561 1.666 1.666 0 0 0-2.348.222 1.668 1.668 0 0 0 .219 2.35c4.558 3.776 7.043 12.704 7.043 16.232v1.807a1.668 1.668 0 0 0 3.336 0v-1.807c0-3.528 2.485-12.456 7.043-16.232a1.668 1.668 0 0 0-2.129-2.572zM204.511 163.275c-.196-.015-.391-.021-.587-.015-1.562.108-3.089-2.111-2.331-3.832l.096-.219c.292-.666.069-1.754-.487-2.461-.556-.705-1.276-.669-1.62.114l-.11.251c-.787 1.788-3.055 1.254-3.413-1.375a46.547 46.547 0 0 0-.144-1.023c-.175-1.111-.815-1.883-1.497-1.574-.678.297-1.135 1.543-.972 2.672.964 7.459-.141 15.324-1.406 18.184l-.667 1.515c-.343.78.095 1.382.991 1.316.896-.068 1.87-.682 2.163-1.347l.582-1.322c1.196-2.729 6.214-8.779 10.323-8.465.661-.004.943-.434.679-1.08-.264-.64-.961-1.286-1.6-1.339zM229.264 168.466a4.02 4.02 0 0 0-.489.028c-1.311.219-2.423-1.818-1.665-3.539l.096-.219c.292-.666.185-1.703-.227-2.346-.412-.642-1.016-.554-1.36.229l-.11.251c-.787 1.789-2.64 1.437-2.747-1.082a46.395 46.395 0 0 0-.045-.979c-.064-1.063-.543-1.763-1.134-1.414-.587.337-1.06 1.577-1.006 2.657.26 7.15-1.236 14.843-2.499 17.703l-.667 1.515c-.343.78-.022 1.331.73 1.202.753-.131 1.61-.797 1.903-1.462l.582-1.322c1.197-2.729 5.825-8.951 9.229-8.946.552-.052.818-.489.645-1.095-.173-.602-.708-1.176-1.236-1.181zM128.137 173.999c-1.264-2.86-2.37-10.725-1.406-18.184.163-1.129-.294-2.375-.972-2.672-.682-.309-1.323.463-1.497 1.574-.052.341-.099.684-.144 1.023-.358 2.629-2.626 3.163-3.413 1.375a48.655 48.655 0 0 1-.11-.251c-.344-.783-1.064-.82-1.621-.114-.556.707-.779 1.795-.487 2.461l.096.219c.758 1.721-.769 3.94-2.331 3.832-.197-.006-.391 0-.587.015-.638.053-1.335.698-1.599 1.341-.263.646.018 1.076.679 1.08 4.109-.314 9.126 5.735 10.323 8.465l.582 1.322c.293.665 1.266 1.28 2.163 1.347.896.065 1.334-.537.991-1.316l-.667-1.517zM102.1 179.755c-1.263-2.86-2.759-10.553-2.499-17.703.054-1.08-.419-2.32-1.006-2.657-.591-.349-1.07.351-1.134 1.414-.019.326-.033.655-.046.979-.107 2.518-1.959 2.87-2.747 1.082l-.11-.251c-.344-.783-.948-.871-1.36-.229-.412.643-.519 1.681-.227 2.346l.096.219c.758 1.721-.354 3.758-1.665 3.539a3.839 3.839 0 0 0-.489-.028c-.529.005-1.063.579-1.237 1.181-.172.606.094 1.043.646 1.095 3.405-.005 8.032 6.217 9.229 8.946l.582 1.322c.293.665 1.15 1.331 1.903 1.462.752.129 1.074-.423.731-1.202l-.667-1.515z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.lt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 341h512v171H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 0h512v171H0z'/%3E%3Cpath fill='%2373af00' d='M0 171h512v170H0z'/%3E%3C/svg%3E")}.pf-flag.lu{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.5H0z'/%3E%3Cpath fill='%2382afff' d='M0 341.5h512V512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.5h512v171H0z'/%3E%3C/svg%3E")}.pf-flag.mk{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M209.796 207.182c-.008.008-.017.013-.026.021L13.474 0H0v88.276l199.711 130.845c2.879-4.386 6.29-8.346 10.085-11.939zM189.327 262.901c-.238-2.301-.696-4.537-.696-6.901s.458-4.6.696-6.901l-.001.004L0 229.517v52.966l189.326-19.586.001.004zM245.53 189.687h-.002zM256 188.632c3.587 0 7.036.515 10.47 1.055L296.421 0h-80.842l29.951 189.687c3.434-.541 6.883-1.055 10.47-1.055zM266.472 189.687h-.002zM302.204 207.182c3.795 3.593 7.206 7.554 10.086 11.939L512 88.276V0h-13.474L302.229 207.202l-.025-.02zM312.289 292.879c-2.879 4.386-6.29 8.346-10.086 11.939l.026-.021L498.526 512H512v-88.276L312.289 292.879zM322.673 249.099c.238 2.301.696 4.537.696 6.901s-.458 4.6-.696 6.901l.001-.004L512 282.483v-52.966l-189.326 19.585-.001-.003zM245.528 322.313h.002zM256 323.368c-3.587 0-7.036-.515-10.47-1.055L215.579 512h80.842L266.47 322.313c-3.434.541-6.883 1.055-10.47 1.055zM266.47 322.313h.002zM209.796 304.818c-3.795-3.593-7.206-7.553-10.086-11.939L0 423.724V512h13.474l196.297-207.202.025.02z'/%3E%3Ccircle cx='256' cy='256' r='35.31'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.mt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M256 0h256v512H256z'/%3E%3Cpath fill='%23f5f5f5' d='M0 0h256v512H0z'/%3E%3Cpath d='M114.333 31.439V67.49c1.985.078 4.2.979 6.041 2.82s2.743 4.056 2.82 6.041h36.052v35.93h-36.052c-.078 1.985-.979 4.2-2.82 6.041-1.84 1.841-4.055 2.742-6.041 2.82v36.052h-35.93v-36.052c-1.985-.077-4.2-.979-6.041-2.82-1.841-1.84-2.742-4.055-2.82-6.041H33.491v-35.93h36.052c.077-1.985.979-4.2 2.82-6.041 1.84-1.84 4.055-2.742 6.041-2.82V31.439h35.929m4.492-4.492H73.913v37.006c-1.715.703-3.323 1.778-4.725 3.18-1.402 1.403-2.478 3.011-3.181 4.726H29v44.912h37.006c.703 1.715 1.779 3.324 3.181 4.726s3.01 2.477 4.725 3.18v37.006h44.912v-37.006c1.715-.703 3.324-1.779 4.726-3.181 1.402-1.401 2.477-3.01 3.18-4.725h37.006V71.86H126.73c-.703-1.715-1.779-3.323-3.181-4.726-1.402-1.402-3.01-2.477-4.725-3.18V31.439l.001-4.492z' fill='%23ff4b55'/%3E%3Cpath fill='%23cdcdcd' d='M159.246 76.351h-44.913V31.439H78.404v44.912H33.491v35.93h44.913v44.912h35.929v-44.912h44.913z'/%3E%3Cg fill='%23b4a08c'%3E%3Ccircle cx='96.37' cy='94.32' r='17.965'/%3E%3Cellipse transform='rotate(-134.999 76.31 114.373)' cx='76.31' cy='114.372' rx='7.989' ry='5.592'/%3E%3Cellipse transform='rotate(-45.001 116.419 114.371)' cx='116.42' cy='114.37' rx='7.989' ry='5.592'/%3E%3Cellipse transform='rotate(45.001 116.424 74.273)' cx='116.423' cy='74.274' rx='7.989' ry='5.592'/%3E%3Cellipse transform='rotate(134.999 76.321 74.272)' cx='76.32' cy='74.272' rx='7.989' ry='5.592'/%3E%3Cpath d='M96.368 118.908c-13.561 0-24.592-11.031-24.592-24.592s11.031-24.592 24.592-24.592 24.592 11.031 24.592 24.592-11.03 24.592-24.592 24.592zm0-46.939c-12.32 0-22.346 10.026-22.346 22.346s10.026 22.346 22.346 22.346 22.346-10.026 22.346-22.346-10.025-22.346-22.346-22.346z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.md{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3Cpath fill='%23ffe15a' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%2341479b' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23ffcd5a' d='M291.671 312.933l-4.39 3.58-20.012-24.543 4.391-3.58z'/%3E%3Cpath fill='%23ffbe5a' d='M282.649 297.4l-8.784 7.155-8.803-10.805 8.784-7.156z'/%3E%3Cpath fill='%23ffcd5a' d='M242.787 288.382l4.391 3.58-20.011 24.543-4.391-3.58z'/%3E%3Cpath fill='%23ffbe5a' d='M240.59 286.592l8.784 7.156-8.803 10.805-8.784-7.156z'/%3E%3Cpath fill='%23ffe15a' d='M250.14 297.586l-14.164 28.327 19.829 14.163v-39.657z'/%3E%3Cpath fill='%23ffcd5a' d='M261.471 297.586l14.163 28.327-19.829 14.163v-39.657z'/%3E%3Cpath d='M216.148 297.586v-73.65h8.498v56.654c0 8.498-8.498 16.996-8.498 16.996z' fill='%23ffbe5a'/%3E%3Cpath d='M210.482 311.75v-87.813h8.498v70.817c0 8.498-8.498 16.996-8.498 16.996z' fill='%23ffcd5a'/%3E%3Cpath d='M204.817 323.08v-99.144h8.498v82.148c0 8.498-8.498 16.996-8.498 16.996z' fill='%23ffe15a'/%3E%3Cpath d='M224.646 226.769v53.821c0 14.163 20.537 12.275 31.16 22.661 10.623-10.387 31.16-8.498 31.16-22.661v-53.821h-62.32z' fill='%23ff4b55'/%3E%3Cpath d='M224.646 257.929v22.661c0 14.163 20.537 12.275 31.16 22.661 10.623-10.387 31.16-8.498 31.16-22.661v-22.661h-62.32z' fill='%2341479b'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M255.805 294.754l-8.498-5.666v-2.833l2.833-2.832v-16.996l-8.498-5.666 8.498-11.33h2.832l2.833 2.832 2.833-2.832h2.833l8.498 11.33-8.498 5.666v16.996l2.832 2.832v2.833z'/%3E%3Cpath d='M244.474 229.602s-11.331 2.833-11.331 14.163 11.331 16.996 11.331 16.996l5.665-8.498c-16.995-5.665-5.665-22.661-5.665-22.661zM267.136 229.602s11.331 2.833 11.331 14.163-11.331 16.996-11.331 16.996l-5.665-8.498c16.996-5.665 5.665-22.661 5.665-22.661zM227.478 257.929l5.666 2.832 5.665-2.832-5.665-2.833zM272.801 257.929l5.666 2.832 5.665-2.832-5.665-2.833zM255.805 231.018l2.06 2.109 2.948-.035-.035 2.948 2.109 2.06-2.109 2.059.035 2.948-2.948-.035-2.06 2.11-2.06-2.11-2.947.035.035-2.948-2.11-2.059 2.11-2.06-.035-2.948 2.947.035zM236.569 270.299l2.043 2.272 2.84-1.126c1.47-.583 2.851 1.017 2.059 2.386l-1.53 2.645 1.949 2.353c1.009 1.218-.086 3.026-1.633 2.696l-2.988-.637-1.636 2.581c-.847 1.336-2.904.853-3.068-.72l-.317-3.039-2.96-.759c-1.532-.393-1.709-2.498-.263-3.141l2.792-1.241-.193-3.049c-.101-1.579 1.847-2.397 2.905-1.221zM274.298 276.758c.625-3.222 3.283-5.503 6.383-5.847-.635-.342-1.312-.624-2.057-.769a7.317 7.317 0 1 0-2.786 14.368c.745.145 1.478.135 2.195.056-2.747-1.477-4.36-4.586-3.735-7.808zM244.474 226.769l5.665-28.327-11.331-8.498 2.833-2.833h5.665s2.833-2.833 8.498-2.833 11.331 2.833 11.331 11.331 2.833 31.16 2.833 31.16h-25.494z'/%3E%3C/g%3E%3Cpath d='M224.646 215.438c-6.258 0-11.331 5.073-11.331 11.331h22.661c0-6.258-5.073-11.331-11.33-11.331z' fill='%23ffaa5a'/%3E%3Cg fill='%23ffbe5a'%3E%3Cpath d='M221.813 226.769h-16.996v-18.855a6.64 6.64 0 0 1 6.64-6.64h3.717a6.64 6.64 0 0 1 6.64 6.64l-.001 18.855zM295.463 297.586v-73.65h-8.498v56.654c0 8.498 8.498 16.996 8.498 16.996z'/%3E%3C/g%3E%3Cpath d='M301.128 311.75v-87.813h-8.498v70.817c0 8.498 8.498 16.996 8.498 16.996z' fill='%23ffcd5a'/%3E%3Cpath d='M306.793 323.08v-99.144h-8.498v82.148c0 8.498 8.498 16.996 8.498 16.996z' fill='%23ffe15a'/%3E%3Cpath d='M286.965 215.438c6.258 0 11.331 5.073 11.331 11.331h-22.661c-.001-6.258 5.072-11.331 11.33-11.331z' fill='%23ffaa5a'/%3E%3Cpath d='M289.797 226.769h16.996v-18.855a6.64 6.64 0 0 0-6.64-6.64h-3.717a6.64 6.64 0 0 0-6.64 6.64v18.855h.001z' fill='%23ffbe5a'/%3E%3Cpath fill='%23ffaa5a' d='M318.969 256.819l3.629 2.21-39.668 65.142-3.63-2.21z'/%3E%3Cpath fill='%23ffe15a' d='M295.074 311.573l-7.075 8.85-6.917-5.529 7.075-8.85z'/%3E%3Cpath fill='%23ffcd5a' d='M317.734 256.083l6.05 3.682-8.498 13.96-6.05-3.681z'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M194.258 260.053l39.984 61.852-2.379 1.538-39.984-61.852z'/%3E%3Cpath d='M219.413 289.386c-1.016 1.152-1.69 2.898-1.86 4.913-1.397-1.41-3.001-2.309-4.496-2.549-.394 1.461-.234 3.293.479 5.146-1.906-.672-3.775-.774-5.243-.321.413 2.087 2.114 4.354 4.721 5.909 2.607 1.556 5.409 1.976 7.442 1.348l.581-.376c1.407-1.596 2.174-4.324 1.826-7.34-.348-3.015-1.716-5.496-3.45-6.73z'/%3E%3C/g%3E%3Ccircle cx='220.75' cy='303.64' r='2.833' fill='%23ff4b55'/%3E%3Cpath d='M208.648 272.734c-1.016 1.152-1.69 2.898-1.86 4.913-1.397-1.41-3.001-2.309-4.496-2.549-.394 1.461-.234 3.293.479 5.146-1.906-.672-3.775-.774-5.243-.321.413 2.087 2.114 4.354 4.721 5.909 2.607 1.556 5.409 1.976 7.442 1.348l.581-.376c1.407-1.596 2.174-4.324 1.826-7.34-.348-3.016-1.716-5.497-3.45-6.73z' fill='%2373af00'/%3E%3Ccircle cx='209.98' cy='286.99' r='2.833' fill='%23ff4b55'/%3E%3Cpath d='M197.883 256.081c-1.016 1.152-1.69 2.898-1.86 4.913-1.397-1.41-3.001-2.309-4.496-2.549-.394 1.461-.234 3.293.479 5.146-1.906-.672-3.775-.774-5.243-.321.413 2.087 2.114 4.354 4.721 5.909 2.607 1.556 5.409 1.976 7.442 1.348l.581-.376c1.407-1.596 2.174-4.324 1.826-7.34-.347-3.015-1.716-5.496-3.45-6.73z' fill='%2373af00'/%3E%3Ccircle cx='199.22' cy='270.34' r='2.833' fill='%23ff4b55'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M226.292 306.051l7.075 8.85-6.917 5.53-7.075-8.851zM238.81 178.61h2.833v19.829h-2.833z'/%3E%3Cpath d='M235.98 181.45h8.498v2.833h-8.498z'/%3E%3C/g%3E%3Cpath fill='%23ff875a' d='M238.809 189.944l8.498 6.374v-9.207h-5.665z'/%3E%3Cpath d='M241.642 178.613v2.833h2.833v2.833h-2.833v2.833h5.665s2.833-2.833 8.498-2.833 11.331 2.833 11.331 11.331 2.833 31.16 2.833 31.16h5.665c0-6.258 5.073-11.331 11.331-11.331.984 0 1.922.165 2.833.401v-6.066a8.498 8.498 0 0 1 16.996 0v67.022l3.658-6.01-1.21-.736 8.498-13.961 1.21.736v-.001l1.815 1.105 3.025 1.841-8.498 13.961-1.21-.737-7.288 11.973v38.113s-6.765-6.783-8.212-14.288c-1.035-1.33-2.227-3.026-3.276-4.952l-3.242 5.326 3.014 2.409-7.075 8.851-1.879-1.502-3.202 5.261-3.629-2.21 3.485-5.726-1.692-1.352 2.409-3.014-7.433-9.115-2.196 1.789-6.609-8.111c-1.759.708-3.498 1.484-5.171 2.372l13.547 27.095-19.829 14.163-19.829-14.163 13.547-27.095c-1-.53-2.016-1.034-3.056-1.491l-5.891 7.23-2.196-1.789-7.433 9.115 2.409 3.014-2.406 1.923 3.288 5.086-2.379 1.538-3.133-4.846-2.287 1.828-7.075-8.851 3.179-2.541-1.685-2.607c-.04.002-.08.002-.119.002-.925 0-1.833-.413-2.372-1.248a2.782 2.782 0 0 1-.41-1.135 9.533 9.533 0 0 1-1.635-.242c-1.053 1.941-2.253 3.65-3.294 4.988-1.447 7.505-8.212 14.288-8.212 14.288v-36.132c-.856-.269-1.719-.611-2.568-1.117-2.607-1.555-4.307-3.822-4.721-5.909a6.658 6.658 0 0 1 1.961-.276c1.03 0 2.149.198 3.282.597-.369-.96-.583-1.91-.656-2.81l-2.786-4.31c-.04.002-.079.002-.119.002-.926 0-1.832-.413-2.372-1.248a2.781 2.781 0 0 1-.41-1.136c-1.568-.094-3.286-.573-4.944-1.563-2.607-1.555-4.307-3.822-4.721-5.909a6.658 6.658 0 0 1 1.961-.276c1.03 0 2.149.198 3.282.597-.712-1.853-.873-3.685-.479-5.146 1.494.24 3.099 1.139 4.496 2.549.17-2.014.844-3.76 1.86-4.913 1.734 1.234 3.102 3.715 3.45 6.731.221 1.918-.046 3.682-.605 5.15.335.212.637.485.867.84.563.871.543 1.918.113 2.783l2.786 4.31c.108.06.214.133.322.198v-66.32a8.498 8.498 0 0 1 16.996 0v6.066c.91-.236 1.849-.401 2.833-.401 6.258 0 11.331 5.073 11.331 11.331h8.498l5.665-28.327-2.833-2.125-5.665-4.249v6.374h-2.833v-14.163h-2.833v-2.833h2.833v-2.833l2.836.001m45.472 128.743l1.047-1.309.557.445 4.566-7.501c-.399-1.387-.653-2.81-.653-4.237v-.498c-2.472-3.251-5.665-8.454-5.665-13.666 0 5.966-3.662 9.074-8.674 11.461l4.359 5.35-2.195 1.788 6.658 8.167m-62.345-.1l1.514-1.21 1.047 1.309 6.659-8.166-2.195-1.788 3.604-4.424c-6.051-2.527-10.752-5.623-10.752-12.387 0 3.792-1.693 7.579-3.567 10.616.89 1.306 1.562 2.976 1.785 4.911.221 1.918-.046 3.682-.605 5.15.335.212.637.485.867.84.563.871.543 1.917.113 2.783l1.53 2.366m16.873-130.767h-2.833a2.125 2.125 0 0 0-2.125 2.125v.708h-.708a2.125 2.125 0 0 0-2.125 2.125v2.833c0 1.173.951 2.125 2.125 2.125h.708v12.039c0 1.173.951 2.125 2.125 2.125h2.833a2.125 2.125 0 0 0 2.125-2.125v-2.125l2.266 1.7 1.762 1.321-5.061 25.306h-4.799c-1.022-6.413-6.591-11.331-13.288-11.331-.235 0-.471.007-.708.022v-3.563c0-5.857-4.765-10.623-10.623-10.623s-10.623 4.765-10.623 10.623V259.348c-.767-2.116-2.014-3.885-3.577-4.997a2.121 2.121 0 0 0-2.826.326c-.654.742-1.192 1.647-1.593 2.667-.93-.505-1.887-.844-2.831-.996a2.124 2.124 0 0 0-2.388 1.544c-.249.922-.332 1.935-.254 2.989a10.407 10.407 0 0 0-.498-.012c-.92 0-1.79.125-2.588.371a2.124 2.124 0 0 0-1.458 2.442c.549 2.777 2.686 5.514 5.716 7.321a13.39 13.39 0 0 0 4.457 1.685 4.859 4.859 0 0 0 3.243 2.44l1.548 2.394-.154-.001c-.92 0-1.79.125-2.588.371a2.124 2.124 0 0 0-1.457 2.442c.549 2.777 2.686 5.514 5.716 7.321.485.289.988.545 1.532.776v34.649a2.123 2.123 0 0 0 3.629 1.5c.289-.29 6.952-7.042 8.688-14.879a40.52 40.52 0 0 0 1.974-2.833 4.88 4.88 0 0 0 2.643 1.564l.091.141-1.679 1.342a2.128 2.128 0 0 0-.333 2.986l7.075 8.851a2.128 2.128 0 0 0 1.659.798c.48 0 .948-.163 1.326-.465l.452-.361 1.857 2.873a2.124 2.124 0 0 0 2.938.631l1.374-.888-.312.623a2.126 2.126 0 0 0 .665 2.679l19.829 14.163a2.12 2.12 0 0 0 2.47 0l19.829-14.163a2.124 2.124 0 0 0 .665-2.679l-12.597-25.195a53.434 53.434 0 0 1 1.674-.753l5.609 6.883a2.123 2.123 0 0 0 2.989.306l.55-.448 5.007 6.14-1.338 1.674a2.126 2.126 0 0 0 .333 2.986l.232.185-2.513 4.129a2.124 2.124 0 0 0 .71 2.919l3.629 2.21a2.128 2.128 0 0 0 2.92-.71l1.947-3.199a2.12 2.12 0 0 0 2.979-.339l7.075-8.851c.26-.326.409-.705.452-1.091 2.309 6.903 7.838 12.506 8.1 12.769a2.124 2.124 0 0 0 3.629-1.5v-37.517l5.936-9.753a2.124 2.124 0 0 0 2.252-.975l8.498-13.961a2.125 2.125 0 0 0-.71-2.92l-3.025-1.841-1.814-1.105-1.212-.737a2.124 2.124 0 0 0-2.919.711l-7.007 11.512V209.77c0-5.857-4.765-10.623-10.623-10.623-5.857 0-10.623 4.765-10.623 10.623v3.563a11.228 11.228 0 0 0-.708-.022c-6.697 0-12.266 4.917-13.288 11.331h-1.827c-.669-5.576-2.59-22.173-2.59-29.035 0-9.921-6.951-13.455-13.455-13.455-4.816 0-7.925 1.836-9.258 2.833h-.069c.078-.221.121-.46.121-.708v-2.833a2.125 2.125 0 0 0-2.125-2.125h-.708v-.708a2.124 2.124 0 0 0-2.124-2.122zM223.55 291.202a30.4 30.4 0 0 0 1.426-2.831c1.771 2.376 4.319 4.067 7.031 5.405l-1.86 2.283a2.126 2.126 0 0 0 .305 2.989l.547.445-3.785 4.643a2.125 2.125 0 0 0-1.551-.121 4.813 4.813 0 0 0-.982-3.386c.378-1.519.48-3.138.294-4.756a13.391 13.391 0 0 0-1.425-4.671zm58.03 1.523c1.871-1.092 3.688-2.473 5.066-4.33 1.084 2.477 2.511 4.73 3.861 6.569a16.65 16.65 0 0 0 .491 3.695l-3.225 5.299c-.187.035-.37.094-.543.178l-3.785-4.642.547-.445a2.126 2.126 0 0 0 .305-2.989l-2.717-3.335zm-41.004 13.957c.617 0 1.228-.267 1.648-.783l3.582-4.397-9.697 19.395a1.97 1.97 0 0 0-.086-.145l-2.245-3.472.905-.724a2.124 2.124 0 0 0 .333-2.986l-1.338-1.674 5.007-6.14.55.448c.394.321.869.478 1.341.478zm54.275 1.992l.463-.76c.407.598.836 1.194 1.287 1.788.04.179.082.357.126.534a2.126 2.126 0 0 0-.323-.32l-1.553-1.242z' fill='%23ffaa5a'/%3E%3C/svg%3E")}.pf-flag.mc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v256H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 256h512v256H0z'/%3E%3C/svg%3E")}.pf-flag.me{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c8414b' d='M31 26.947h450v458.11H31z'/%3E%3Cpath d='M512 0H0v512h512V0zm-32 485.053H31V26.947h449v458.106z' fill='%23e6b432'/%3E%3Ccircle cx='366.55' cy='340.51' r='20.504' fill='%2341479b'/%3E%3Cg fill='%23e6b432'%3E%3Cpath d='M402.532 222.79c-15.09 12.686-25.238 13.22-25.238 13.22 26.841-10.95 24.036-31.781 24.036-31.781-12.686 16.692-25.639 21.366-25.639 21.366 26.974-18.294 22.701-42.865 22.701-42.865-8.813 19.496-19.963 27.108-19.963 27.108 22.434-29.845 11.417-49.074 11.417-49.074-8.813 27.642-16.225 35.654-16.225 35.654 17.226-46.07 2.471-59.357 2.471-59.357 0 24.704-9.214 38.859-9.214 38.859 9.615-32.583-5.475-51.278-5.475-51.278s-.141 26.563-5.258 40.478c-1.228-1.864-1.953-1.619-1.953-1.619-2.601 17.063-11.771 29.074-15.73 33.595-.879-4.253-3.523-5.555-3.523-5.555s-.477 4.175-4.223 10.331c-2.454 4.033-14.048 13.44-15.917 21.719-1.499 6.638 5.074 12.152 7.211 13.487 2.136 1.335 4.407 3.739 3.472 7.612-.935 3.872-7.878 3.472-12.819 3.338-4.941-.133-5.608 8.012-11.083 7.745l-.928 6.075-2.143.469s-22.434 44.704-24.344 59.916l-16.518 2.178-16.518-2.178c-1.91-15.212-24.344-59.916-24.344-59.916l-2.143-.469-.928-6.075c-5.475.267-6.143-7.878-11.083-7.745-4.941.133-11.885.534-12.819-3.338-.935-3.873 1.335-6.276 3.472-7.612s8.71-6.849 7.211-13.487c-1.869-8.279-13.463-17.686-15.917-21.719-3.746-6.156-4.223-10.331-4.223-10.331s-2.644 1.302-3.523 5.555c-3.959-4.521-13.129-16.533-15.73-33.595 0 0-.725-.245-1.953 1.619-5.116-13.915-5.258-40.478-5.258-40.478s-15.09 18.695-5.475 51.278c0 0-9.214-14.155-9.214-38.859 0 0-14.756 13.287 2.471 59.357 0 0-7.411-8.012-16.225-35.654 0 0-11.017 19.229 11.417 49.074 0 0-11.15-7.612-19.963-27.108 0 0-4.273 24.57 22.701 42.865 0 0-12.953-4.674-25.639-21.366 0 0-2.804 20.832 24.036 31.781 0 0-10.149-.534-25.238-13.22 0 0-2.67 18.428 32.316 27.909 0 0-14.288-.267-28.844-10.015 0 0-.401 18.161 29.511 21.766 0 0-9.882 1.469-20.965-2.537 0 0 .401 14.689 26.44 16.558 0 0-10.282.801-16.959-.801 0 0 .668 15.09 21.232 12.552 0 0-6.944 2.27-9.214 2.938 0 0 .401 12.319 21.833 7.912 0 0-3.806 2.37-9.014 3.171 0 0 4.407 10.282 22.301 5.742l-3.672 4.006s13.821 8.012 24.437-3.005l-3.806 6.81s9.014 3.405 14.622-5.408c0 0-1.536 13.22-20.231 15.624 0 0 .668 2.804 1.469 3.872 0 0-1.202 2.27-12.018 4.14 0 0 2.27 3.472 4.673 4.54 0 0-4.673 4.006-7.211 4.807 0 0 4.006 2.003 6.544 2.404 0 0-5.608 5.475-12.553 5.608-6.944.133-19.363-.668-19.363-.668s-.133-6.677-3.338-12.419-4.273-6.176-4.273-6.176.701-4.607-1.302-6.51-3.105-2.804-3.105-2.804 1.068-9.214-1.87-14.956c-2.938-5.742-13.353-18.294-13.887-27.642-.534-9.347-.134-12.819-.134-12.819l-3.205.801-2.136-4.407 3.605-.401-1.469-6.677-4.941 1.869-.668-5.742-5.875 2.404 2.938 5.208-5.208 1.469 3.071 6.142 4.006-2.537 1.068 5.341s-2.404.534-3.739 2.671c0 0 6.607 4.386 8.546 9.615 3.071 8.279 2.137 26.974 6.544 32.583 4.407 5.608 7.878 9.481 7.878 9.481s-1.235 3.806.167 5.909c1.402 2.103 3.405 2.704 3.405 2.704s-1.202 8.513 1.903 14.121 4.907 7.011 4.907 7.011-11.317 6.91-3.305 14.923c0 0-1.068 7.277 6.543 9.014 0 0 .401 5.742 6.944 5.074 0 0 3.205-.935 4.006.668.801 1.602 0 10.816 0 10.816s2.938-.267 4.807-1.602l5.875 2.938.134-6.543 7.344-2.938s-3.205.534-9.748-5.608c0 0 1.068-.668 1.869-5.876 0 0 5.208-4.139 6.276-7.478 1.068-3.338 8.413-10.683 16.959-13.086l1.169 5.208s12.218-10.816 17.326-11.417l4.206 5.542s15.757-23.369 22.701-27.508c-.534 1.869 3.338 2.137-5.275 11.751-8.613 9.615-3.272 17.226-3.272 17.226-5.341 4.407-4.273 8.413-4.941 12.953s-18.428 16.291-18.428 16.291c5.608 7.077 11.885 5.475 11.885 5.475-3.472 2.27-2.404 9.882-2.404 9.882 5.074 1.335 10.149-.935 10.149-.935-1.736 4.807.935 8.146.935 8.146 3.205-2.003 10.55-3.205 10.55-3.205-.935 8.279 4.407 12.686 4.407 12.686l4.673-5.074c.801 9.347 9.081 14.689 9.081 14.689s8.279-5.342 9.081-14.689l4.673 5.074s5.342-4.407 4.407-12.686c0 0 7.345 1.202 10.55 3.205 0 0 2.67-3.338.935-8.146 0 0 5.074 2.27 10.149.935 0 0 1.068-7.612-2.404-9.882 0 0 6.276 1.602 11.885-5.475 0 0-17.76-11.751-18.428-16.291s.401-8.546-4.941-12.953c0 0 5.341-7.612-3.272-17.226-8.613-9.615-4.741-9.882-5.275-11.751 6.944 4.14 22.701 27.508 22.701 27.508l4.206-5.542c5.108.601 17.326 11.417 17.326 11.417l1.169-5.208.22-.24c6.371 3.43 16.893 8.071 21.146 11.323 4.54 3.472 8.279 3.739 19.229 0s31.323-9.489 28.31-16.291c-.164-.371-.351-.62-.53-.909.479-1.757.675-4.823-2.541-7.504 0 0 .038.747.012 1.704l-10.439-3.89c-.346-.923-.861-1.829-1.858-2.621 0 0 .016.802-.128 1.881l-2.678-.998 5.343-15.033c-.404-.226-.859-.352-1.278-.55.108-1.361.366-3.244.762-5.211 1.305.456 2.497 1.02 3.361 1.727l1.508-5.505s-1.621-.106-3.761-.506c.541-1.66 1.181-3.151 1.943-4.114l-7.077-2.137s.183 2.144.057 4.821c-1.35-.548-2.64-1.244-3.681-2.136l-1.659 6.108c.57.034 2.502.201 4.741.599-.404 1.793-1.116 3.384-2.139 4.578-.253-.034-.485-.124-.741-.149l-5.189 14.599-14.073-5.245c-.604.95-1.068 1.984-1.504 3.032.075-.153.141-.39.22-.487 0 0-5.445 2.847-5.37 7.031-1.002.381-1.881 1.133-2.377 2.436-1.602 4.206 8.212 13.621 5.809 14.822-2.359 1.18-14.689-8.975-16.664-10.68 2.541-.494 6.248-2.34 6.248-2.34-2.537-.801-7.211-4.807-7.211-4.807 2.404-1.068 4.673-4.54 4.673-4.54-10.816-1.87-12.018-4.14-12.018-4.14.801-1.068 1.469-3.872 1.469-3.872-18.695-2.404-20.231-15.624-20.231-15.624 5.608 8.813 14.622 5.408 14.622 5.408l-3.806-6.81c10.616 11.017 24.437 3.005 24.437 3.005l-3.672-4.006c17.894 4.54 22.301-5.742 22.301-5.742-5.208-.801-9.014-3.171-9.014-3.171 21.432 4.407 21.833-7.912 21.833-7.912-2.27-.668-9.214-2.938-9.214-2.938 20.564 2.537 21.232-12.552 21.232-12.552-6.677 1.602-16.959.801-16.959.801 26.039-1.87 26.44-16.558 26.44-16.558-11.084 4.006-20.965 2.537-20.965 2.537 29.912-3.605 29.511-21.766 29.511-21.766-14.555 9.748-28.844 10.015-28.844 10.015 34.99-9.481 32.32-27.909 32.32-27.909zm-30.346 132.1c-1.426-2.318 1.974-4.388 3.505-6.595l5.918 2.205c-2.011 2.395-7.953 6.779-9.423 4.39zm-3.955-9.375c-1.919 2.974-3.255 6.311-9.165 6.47-7.411.2-8.613-6.41-10.215-10.015-.467-1.051-1.273-1.845-2.198-2.389a24.81 24.81 0 0 1 .088-2.075l21.49 8.009z'/%3E%3Cpath d='M255.442 204.429s-9.514-8.112-12.319-12.519c0 0 3.205-1.302 4.807-3.305 0 0-8.613-4.607-13.22-9.314 0 0 3.005-.501 5.308-2.404 0 0-7.735-1.397-11.658-7.732 8.944-3.053 5.95-11.397 5.95-11.397-1.803 2.404-9.214 5.408-17.226 2.003s-16.825-1.002-16.825 3.405c0 0-18.027-5.208-13.52 12.219 0 0 2.904-6.51 9.314-4.106s12.92 10.616 12.92 10.616-4.006 2.203-11.417-.2c0 0 3.005 11.517 16.525 5.709 0 0 5.341 2.871 5.608 11.283 0 0 2.27-1.202 3.739-3.872 0 0 2.137 8.146-.667 14.822 0 0 3.739-.668 4.941-1.87 0 0 1.068 7.077-3.605 12.819 0 0 20.531 9.782 33.551-.935 0 0-4.907-5.608-6.51-10.816-.002.001 2.702-1.101 4.304-4.406z'/%3E%3Cpath d='M315.033 163.167c0-4.407-8.813-6.81-16.825-3.405-8.012 3.405-15.423.401-17.226-2.003 0 0-2.994 8.344 5.95 11.397-3.923 6.335-11.658 7.732-11.658 7.732 2.303 1.903 5.308 2.404 5.308 2.404-4.607 4.707-13.22 9.314-13.22 9.314 1.602 2.003 4.807 3.305 4.807 3.305-2.804 4.407-12.319 12.519-12.319 12.519 1.602 3.305 4.307 4.407 4.307 4.407-1.602 5.208-6.51 10.816-6.51 10.816 13.02 10.716 33.551.935 33.551.935-4.674-5.742-3.605-12.819-3.605-12.819 1.202 1.202 4.941 1.87 4.941 1.87-2.804-6.677-.667-14.822-.667-14.822 1.469 2.67 3.739 3.872 3.739 3.872.267-8.413 5.608-11.283 5.608-11.283 13.52 5.809 16.525-5.709 16.525-5.709-7.411 2.404-11.417.2-11.417.2s6.51-8.212 12.92-10.616 9.314 4.106 9.314 4.106c4.504-17.428-13.523-12.22-13.523-12.22z'/%3E%3Cpath d='M306.87 269.56c-1.758-10.235-3.273-19.075 1.142-29.204l.823-1.892-17.486-20.08-2.067.689c-.179.061-18.456 6.036-30.174.175l-1.461-.731-1.461.731c-11.664 5.845-29.989-.115-30.178-.179l-2.067-.683-17.483 20.077.823 1.892c4.415 10.129 2.9 18.97 1.142 29.204-1.656 9.664-3.535 20.619-.23 33.98 3.589 14.503 15.671 19.659 26.33 24.212 8.215 3.506 15.974 6.818 20.361 13.77l2.763 4.38 2.763-4.38c4.387-6.952 12.146-10.263 20.361-13.77 10.659-4.553 22.741-9.708 26.33-24.212 3.304-13.36 1.424-24.315-.231-33.979zm-92.811-29.881l12.002-13.779c5.436 1.493 20.131 4.728 31.584-.134 11.45 4.862 26.145 1.627 31.584.134l12.002 13.779c-4.214 11.099-2.555 20.776-.804 30.985 1.311 7.649 2.615 15.53 1.521 24.606h-88.606c-1.095-9.076.21-16.957 1.521-24.606 1.752-10.209 3.411-19.886-.804-30.985zm64.145 82.062c-7.427 3.171-15.068 6.432-20.559 12.621-5.491-6.189-13.132-9.45-20.559-12.621-10.422-4.45-19.414-8.339-22.378-19.259h85.873c-2.963 10.92-11.954 14.809-22.377 19.259z'/%3E%3C/g%3E%3Cpath d='M214.059 239.679l12.002-13.779c5.436 1.493 20.131 4.728 31.584-.134 11.45 4.862 26.145 1.627 31.584.134l12.002 13.779c-4.214 11.099-2.555 20.776-.804 30.985 1.311 7.649 2.615 15.53 1.521 24.606h-88.606c-1.095-9.076.21-16.957 1.521-24.606 1.752-10.209 3.411-19.886-.804-30.985z' fill='%2341479b'/%3E%3Cpath d='M214.248 300.577c.103.469.169.919.287 1.394 2.808 11.342 11.957 15.247 22.553 19.771 7.427 3.171 15.068 6.432 20.559 12.621 5.491-6.189 13.131-9.45 20.559-12.621 10.595-4.524 19.745-8.429 22.553-19.771.118-.475.183-.926.287-1.394h-86.798z' fill='%2373af00'/%3E%3Cg fill='%23e6b432'%3E%3Cpath d='M296.849 262.701c0-5.908-5.615-6.84-10.72-6.738s-12.573-.831-12.761-4.798c-.118-2.474 4.033-2.705 6.738-1.838 1.57.503 11.332 2.246 14.395-4.288 0 0-3.571.115-7.337-.73-2.904-.652-14.816.832-16.96 5.426s4.77 9.179 12.733 9.179 9.056 1.594 8.994 3.536c-.082 2.551-6.396 3.274-10.026 3.24-5.712-2.075-19.044-.449-19.107-.703-.077-.307-3.075-5.457-3.075-5.457s5.458-.384 6.15-1.384c.692-.999-4.141-4.837-4.141-4.837s4.064-1.62 4.218-2.773c.169-1.268-3.299-4.271-3.299-4.271s1.34-1.321 2.348-3.573c.721-1.611-5.002-2.042-5.002-2.042.306-1.225.189-2.413-1.327-2.961-1.172-.423-5.513 1.225-8.474 1.225s-4.084 2.144-4.084 2.144-5.207.613-5.921 1.225c-.715.613.204 4.594.204 4.594-2.654-.408-3.879-2.756-3.879-2.756-1.327 6.023 4.9 6.636 4.9 6.636l1.021 3.267 2.552.306c2.552.306 1.327 2.756-2.654 2.756-3.982 0-5.672 4.749-5.672 4.749-2.767.077-4.305-2.152-4.92-4.996-.677-3.131-.278-7.94.231-10.992.615-3.69-1.23-4.766-1.23-4.766l-1.23 3.075c-.077-3.152-2.844-3.459-2.844-3.459l-.461 3.844c-1.384-2.537-3.767-1.384-3.767-1.384s2.306 8.302 2.229 8.763-.845.845-1.922-.307c-1.076-1.153-1.845-.384-1.845-.384 1.153 8.302 5.605 7.084 5.605 7.084s.199 2.6 1.543 7.88c1.435 5.637 7.339 4.575 7.339 4.575 0 1.838 1.429 4.492 1.838 10.617.408 6.125-5.207 10.413-5.207 10.413-5.105-.102-4.594 4.9-4.594 4.9h14.089c0-13.027 5.599-15.261 5.599-15.261 8.302.384 16.296-3.075 16.296-3.075-1.23 4.996.923 7.072.923 7.072 3.382-.461 1.691 6.226.691 6.226h-4.305c-1.23 0-4.766 3.844-4.766 3.844h14.605s2.229-3.229 2.998-4.843c.768-1.614-1.691-3.844-1.845-5.535s2.537-2.767 2.537-2.767c2.844 3.997 9.378 4.228 9.378 4.228l-.154-2.998s3.382 1.153 4.151 2.152c.768.999.615 5.611-3.459 6.15-4.074.538-4.382 3.459-4.382 3.459h11.146c1.845 0 3.305-3.459 3.305-4.766V278.9c0-1.845-1.537-1.614-5.15-1.998-3.282-.349-2.968-3.939-4.32-8.107 4.747-.161 12.084-1.199 12.084-6.094zM295.984 123.015c-.914-8.061-7.34-18.325-31.815-23.136a6.378 6.378 0 0 0-3.967-5.733v-4.491h4.006v-4.807h-4.006v-4.006h-4.807v4.006h-4.006v4.807h4.006v4.491a6.378 6.378 0 0 0-3.967 5.733c-24.475 4.811-30.901 15.075-31.815 23.136-1.14 10.051 6.058 19.581 12.547 23.234v5.1h51.278v-5.1c6.488-3.652 13.686-13.183 12.546-23.234zm-26.843 15.514h-7.177v-29.562c5.916 2.672 9.576 6.771 10.641 12.399 1.327 7.009-1.475 14.155-3.464 17.163zm-26.15-17.166c1.065-5.628 4.725-9.726 10.641-12.397v29.564h-7.178c-1.991-3.009-4.792-10.158-3.463-17.167zm-5.933-8.119c-1.179 2.361-1.929 4.723-2.313 6.892-1.161 6.567.17 13.24 2.367 18.393h-1.685c-3.595-2.476-8.215-8.565-7.534-14.575.477-4.203 3.663-7.811 9.165-10.71zm43.111 25.285h-1.687c2.198-5.152 3.529-11.825 2.37-18.39-.384-2.17-1.135-4.534-2.315-6.896 5.502 2.899 8.69 6.508 9.166 10.711.681 6.01-3.939 12.099-7.534 14.575z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.nl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 .5h512v170.33H0z'/%3E%3Cpath fill='%2341479b' d='M0 341.17h512V511.5H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.83h512v170.33H0z'/%3E%3C/svg%3E")}.pf-flag.no{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M512 211.862H229.517V0h-88.276v211.862H0v88.276h141.241V512h88.276V300.138H512z'/%3E%3Cpath fill='%2341479b' d='M512 229.517H211.862V0h-52.965v229.517H0v52.966h158.897V512h52.965V282.483H512z'/%3E%3C/svg%3E")}.pf-flag.pl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 256h512v256H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v256H0z'/%3E%3C/svg%3E")}.pf-flag.pt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath fill='%2373af00' d='M0 0h185.38v512H0z'/%3E%3Ccircle cx='185.45' cy='256' r='112.38' fill='%23ffe15a'/%3E%3Cpath d='M222.941 218.508v49.99c0 20.673-16.819 37.492-37.492 37.492s-37.492-16.819-37.492-37.492v-49.99h74.984m12.497-24.995h-99.98c-6.902 0-12.497 5.595-12.497 12.497v62.487c0 34.511 27.977 62.487 62.487 62.487s62.487-27.977 62.487-62.487V206.01c0-6.902-5.595-12.497-12.497-12.497z' fill='%23ff4b55'/%3E%3Cpath d='M211.931 229.517v35.31c0 14.603-11.88 26.483-26.483 26.483s-26.483-11.88-26.483-26.483v-35.31h52.966' fill='%23f5f5f5'/%3E%3Cg fill='%23ffe15a'%3E%3Ccircle cx='135.36' cy='206.01' r='6.249'/%3E%3Ccircle cx='235.34' cy='206.01' r='6.249'/%3E%3Ccircle cx='135.36' cy='256' r='6.249'/%3E%3Ccircle cx='235.34' cy='256' r='6.249'/%3E%3Ccircle cx='185.35' cy='206.01' r='6.249'/%3E%3Ccircle cx='222.87' cy='302.08' r='6.249'/%3E%3Ccircle cx='148.57' cy='302.08' r='6.249'/%3E%3C/g%3E%3Cg fill='%2341479b'%3E%3Cpath d='M193.52 252.832v10.762c0 4.451-3.621 8.071-8.071 8.071-4.451 0-8.071-3.621-8.071-8.071v-10.762h16.142M193.52 227.317v10.762c0 4.451-3.621 8.071-8.071 8.071-4.451 0-8.071-3.621-8.071-8.071v-10.762h16.142M193.52 278.608v10.762c0 4.451-3.621 8.071-8.071 8.071-4.451 0-8.071-3.621-8.071-8.071v-10.762h16.142M215.26 252.832v10.762c0 4.451-3.621 8.071-8.071 8.071-4.451 0-8.071-3.621-8.071-8.071v-10.762h16.142M171.779 252.832v10.762c0 4.451-3.621 8.071-8.071 8.071-4.451 0-8.071-3.621-8.071-8.071v-10.762h16.142'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.ro{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3C/svg%3E")}.pf-flag.ru{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 .279h512v170.48H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 341.241h512v170.48H0z'/%3E%3Cpath fill='%2341479b' d='M0 170.761h512v170.48H0z'/%3E%3C/svg%3E")}.pf-flag.sm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v256H0z'/%3E%3Cpath fill='%2382afff' d='M0 256h512v256H0z'/%3E%3Cpath d='M257.251 365.865c-2.282-.099-56.154-2.855-83.191-39.897-15.757-21.584-18.901-50.296-9.346-85.332l3.861 1.052c-9.216 33.796-6.288 61.351 8.706 81.904 25.883 35.484 79.604 38.251 80.146 38.272l-.176 4.001z' fill='%23b46446'/%3E%3Cg fill='%2341aa5a'%3E%3Cpath d='M164.675 225.101c-2.657 6.919-2.05 14.163 1.025 19.657 5.961-2.024 11.26-7.001 13.916-13.92 2.657-6.919 2.05-14.163-1.025-19.657-5.961 2.023-11.259 7-13.916 13.92zM198.421 320.752c-2.948 4.864-3.722 11.386-1.538 17.717 2.04 5.916 6.249 10.281 11.128 12.482-4.74-2.483-10.768-3.106-16.682-1.067-6.331 2.183-10.99 6.812-13.003 12.132 4.864 2.948 11.386 3.722 17.717 1.538 6.331-2.183 10.99-6.812 13.003-12.132l-.007-.003c2.924-4.859 3.69-11.355 1.514-17.664-2.183-6.33-6.812-10.99-12.132-13.003zM186.883 303.095c-4.549 3.414-7.699 9.177-8.034 15.866-.313 6.25 1.965 11.869 5.671 15.731-3.472-4.072-8.833-6.897-15.081-7.21-6.689-.335-12.737 2.223-16.589 6.408 3.414 4.549 9.177 7.699 15.866 8.034s12.737-2.223 16.589-6.408l-.003-.003c4.523-3.421 7.656-9.162 7.989-15.828.336-6.689-2.222-12.739-6.408-16.59zM181.895 283.189c-5.501 1.444-10.593 5.593-13.427 11.661-2.649 5.67-2.66 11.733-.685 16.708-1.679-5.081-5.577-9.721-11.245-12.368-6.068-2.834-12.634-2.749-17.781-.326 1.445 5.501 5.593 10.593 11.661 13.427s12.634 2.749 17.781.326l-.003-.007c5.48-1.458 10.549-5.593 13.373-11.639 2.834-6.068 2.749-12.635.326-17.782zM184.724 263.436c-5.66-.563-11.878 1.552-16.649 6.252-4.458 4.392-6.581 10.071-6.463 15.422.197-5.348-1.841-11.055-6.231-15.511-4.7-4.771-10.885-6.978-16.553-6.501-.563 5.66 1.552 11.878 6.252 16.649s10.885 6.978 16.553 6.501v-.008c5.645.543 11.836-1.567 16.591-6.251 4.77-4.7 6.978-10.885 6.5-16.553z'/%3E%3Cpath d='M188.726 244.635c-5.489-1.492-11.971-.435-17.454 3.41-5.124 3.593-8.157 8.843-8.926 14.14 1.079-5.241.014-11.207-3.578-16.329-3.845-5.483-9.58-8.684-15.249-9.151-1.491 5.489-.435 11.971 3.41 17.454s9.58 8.684 15.249 9.151l.001-.005c5.477 1.466 11.933.41 17.397-3.422 5.482-3.845 8.684-9.58 9.15-15.248z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M193.66 345.719c2.71 4.213-1.771 8.694-5.983 5.983a2.373 2.373 0 0 1-.702-.702c-2.71-4.213 1.771-8.694 5.983-5.983.279.18.523.423.702.702zM212.832 348.053c2.71 4.213-1.771 8.694-5.983 5.983a2.373 2.373 0 0 1-.702-.702c-2.71-4.213 1.771-8.694 5.983-5.983.28.18.523.423.702.702zM182.657 314.21c2.71 4.213-1.771 8.694-5.983 5.983a2.373 2.373 0 0 1-.702-.702c-2.71-4.213 1.771-8.694 5.983-5.983.279.18.522.423.702.702zM156.149 282.867c2.71 4.213-1.771 8.694-5.983 5.983a2.373 2.373 0 0 1-.702-.702c-2.71-4.213 1.771-8.694 5.983-5.983.279.18.523.423.702.702zM174.655 261.639c2.71 4.213-1.771 8.694-5.983 5.983a2.373 2.373 0 0 1-.702-.702c-2.71-4.213 1.771-8.694 5.983-5.983.279.18.522.423.702.702zM167.639 239.889c2.71 4.213-1.771 8.694-5.983 5.983a2.373 2.373 0 0 1-.702-.702c-2.71-4.213 1.771-8.694 5.983-5.983.28.179.523.423.702.702z'/%3E%3C/g%3E%3Cpath d='M257.423 365.865l-.175-4.001c.542-.021 54.263-2.787 80.146-38.272 14.994-20.553 17.922-48.108 8.706-81.904l3.861-1.052c9.555 35.036 6.411 63.748-9.346 85.332-27.038 37.042-80.91 39.798-83.192 39.897z' fill='%23b46446'/%3E%3Cg fill='%2341aa5a'%3E%3Cpath d='M349.999 225.101c2.657 6.919 2.05 14.163-1.025 19.657-5.961-2.024-11.26-7.001-13.916-13.92-2.657-6.919-2.05-14.163 1.025-19.657 5.961 2.023 11.26 7 13.916 13.92zM316.253 320.752c2.948 4.864 3.722 11.386 1.538 17.717-2.04 5.916-6.249 10.281-11.128 12.482 4.74-2.483 10.768-3.106 16.682-1.067 6.331 2.183 10.99 6.812 13.003 12.132-4.864 2.948-11.386 3.722-17.717 1.538s-10.99-6.812-13.003-12.132l.004-.002c-2.921-4.86-3.687-11.356-1.511-17.665 2.184-6.33 6.813-10.99 12.132-13.003zM327.791 303.095c4.549 3.414 7.699 9.177 8.034 15.866.313 6.25-1.965 11.869-5.671 15.731 3.472-4.072 8.833-6.897 15.081-7.21 6.689-.335 12.737 2.223 16.589 6.408-3.414 4.549-9.177 7.699-15.866 8.034s-12.737-2.223-16.589-6.408l.003-.003c-4.523-3.421-7.656-9.162-7.989-15.828-.335-6.689 2.222-12.739 6.408-16.59zM332.779 283.189c5.501 1.444 10.593 5.593 13.427 11.661 2.649 5.67 2.66 11.733.685 16.708 1.679-5.081 5.577-9.721 11.245-12.368 6.068-2.834 12.634-2.749 17.781-.326-1.445 5.501-5.593 10.593-11.661 13.427s-12.634 2.749-17.781.326l.003-.007c-5.48-1.458-10.548-5.593-13.373-11.639-2.834-6.068-2.748-12.635-.326-17.782zM329.95 263.436c5.66-.563 11.878 1.552 16.649 6.252 4.458 4.392 6.581 10.071 6.463 15.422-.197-5.348 1.841-11.055 6.231-15.511 4.7-4.771 10.885-6.978 16.553-6.501.563 5.66-1.552 11.878-6.252 16.649s-10.885 6.978-16.553 6.501v-.008c-5.645.543-11.836-1.567-16.591-6.251-4.77-4.7-6.978-10.885-6.5-16.553z'/%3E%3Cpath d='M325.948 244.635c5.489-1.492 11.971-.435 17.454 3.41 5.124 3.593 8.157 8.843 8.926 14.14-1.079-5.241-.014-11.207 3.578-16.329 3.846-5.483 9.58-8.684 15.249-9.151 1.491 5.489.435 11.971-3.41 17.454s-9.58 8.684-15.249 9.151l-.001-.005c-5.477 1.466-11.933.41-17.397-3.422-5.482-3.845-8.683-9.58-9.15-15.248z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M321.014 345.719c-2.71 4.213 1.771 8.694 5.983 5.983.279-.18.522-.423.702-.702 2.71-4.213-1.771-8.694-5.983-5.983-.279.18-.522.423-.702.702zM301.842 348.053c-2.71 4.213 1.771 8.694 5.983 5.983.279-.18.522-.423.702-.702 2.71-4.213-1.771-8.694-5.983-5.983-.279.18-.523.423-.702.702zM332.017 314.21c-2.71 4.213 1.771 8.694 5.983 5.983.279-.18.522-.423.702-.702 2.71-4.213-1.771-8.694-5.983-5.983-.279.18-.522.423-.702.702zM358.525 282.867c-2.71 4.213 1.771 8.694 5.983 5.983.279-.18.522-.423.702-.702 2.71-4.213-1.771-8.694-5.983-5.983-.279.18-.522.423-.702.702zM340.02 261.639c-2.71 4.213 1.771 8.694 5.983 5.983.279-.18.522-.423.702-.702 2.71-4.213-1.771-8.694-5.983-5.983-.279.18-.523.423-.702.702zM347.035 239.889c-2.71 4.213 1.771 8.694 5.983 5.983.279-.18.522-.423.702-.702 2.71-4.213-1.771-8.694-5.983-5.983a2.35 2.35 0 0 0-.702.702z'/%3E%3C/g%3E%3Cpath d='M280.799 225.845h-47.812c-14.883 0-26.947 12.064-26.947 26.947v42.118c0 14.885 12.064 26.947 26.947 26.947h47.812c14.882 0 26.947-12.063 26.947-26.947v-42.118c0-14.882-12.065-26.947-26.947-26.947z' fill='%238cd7ff'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M264.782 262.501v5.335h-5.335v-5.335h-4.108v5.335h-5.335v-5.335h-3.337v10.67l2.668 3.379v39.3h16.004v-39.3l2.668-3.379v-10.67zM258.115 245.607c2.64-1.278 3.334 4.113 3.334 4.113 5.557-2.779 4.107-7.289 2.779-9.447-1.779-2.89-8.892-4.001-11.892 2.001-3.001 6.002 5.112 17.895 5.112 17.895.445-3.669-2.778-12.893.667-14.562zM292.206 272.449v5.335h-5.335v-5.335h-4.107v5.335h-5.335v-5.335h-3.337v10.67l2.667 3.378v39.301h16.005v-39.301l2.668-3.378v-10.67zM285.54 255.554c2.64-1.278 3.334 4.113 3.334 4.113 5.557-2.779 4.107-7.289 2.779-9.447-1.779-2.89-8.892-4.001-11.892 2.001-3 6.002 5.112 17.895 5.112 17.895.445-3.669-2.778-12.893.667-14.562zM237.357 272.449v5.335h-5.335v-5.335h-4.108v5.335h-5.334v-5.335h-3.337v10.67l2.667 3.378v39.301h16.005v-39.301l2.667-3.378v-10.67zM230.69 255.554c2.64-1.278 3.334 4.113 3.334 4.113 5.557-2.779 4.107-7.289 2.779-9.447-1.779-2.89-8.892-4.001-11.892 2.001-3.001 6.002 5.113 17.895 5.113 17.895.444-3.669-2.779-12.893.666-14.562z'/%3E%3C/g%3E%3Cpath d='M301.109 318.695c-3.562-1.762-7.519-2.845-11.762-2.845-4.548 0-8.763 1.244-12.51 3.251-4.872-5.25-11.773-8.586-19.5-8.586s-14.628 3.336-19.5 8.586c-3.747-2.007-7.962-3.251-12.51-3.251-4.243 0-8.2 1.082-11.762 2.845 7.616 13.969 22.202 36.542 43.772 45.169 21.57-8.627 36.156-31.2 43.772-45.169z' fill='%236ec86e'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M257.097 139.919l.24-.12s-.08.021-.24.12zM257.337 139.799l.24.12c-.16-.099-.24-.12-.24-.12zM308.519 162.639c-1.5-8.669-12.67-10.17-25.507-11.003-12.837-.834-18.339-8.169-18.339-8.169h-14.671s-5.502 7.335-18.339 8.169-24.007 2.334-25.507 11.003 9.503 22.34 9.503 22.34l9.669-7.836s-11.837-11.337-6.002-15.505c5.762-4.116 22.562-1.265 30.045-11.146-.317 2.064-.205 4.615 1.075 7.756 2.445 6.002 1.556 13.56 1.556 13.56h10.67s-.889-7.558 1.556-13.56c1.28-3.142 1.392-5.692 1.075-7.756 7.483 9.882 24.283 7.031 30.045 11.146 5.835 4.168-6.002 15.505-6.002 15.505l9.669 7.836c.001 0 11.004-13.671 9.504-22.34zM262.783 113.458h-2.778v-3.001a2.667 2.667 0 1 0-5.334 0v3.001h-2.89a2.667 2.667 0 1 0 0 5.334h2.89v7.669a2.667 2.667 0 1 0 5.334 0v-7.669h2.778a2.667 2.667 0 1 0 0-5.334z'/%3E%3C/g%3E%3Cpath d='M261.596 125.718c3.518 5.412-2.258 11.188-7.67 7.67a2.91 2.91 0 0 1-.847-.847c-3.518-5.412 2.258-11.188 7.67-7.67.336.218.628.51.847.847z' fill='%23fff0e1'/%3E%3Cg fill='%23ffc75a'%3E%3Cpath d='M219.104 236.494c2.149 1.073 4.659 2.001 7.224 2.001 8.839 0 13.171-4.998 13.171-13.837s-5.332-15.505-14.171-15.505c0 0-.997.017-2.594.262-.343.056-.684.107-1.02.184-8.496 1.62-29.496 9.451-33.731 47.569-5.921 53.287 37.344 101.363 69.354 112.033v-5.335c0-.002-75.578-57.796-38.233-127.372z'/%3E%3Cpath d='M225.328 214.487l32.009 10.67-32.009 10.67z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M289.346 235.827l-32.009-10.67 32.009-10.67zM193.286 257.756c3.822-34.399 21.853-41.473 29.621-42.958.17-.039.343-.063.636-.111.976-.15 1.651-.191 1.86-.2 5.849.041 9.705 4.446 9.705 9.781 0 5.883-3.445 8.113-6.891 8.225 0 0 2.779-5.779-2.89-7.335-3.826-1.05-8.669 2.001-8.225 7.558.312 3.905 4.019 7.669 8.225 7.669 8.839 0 16.005-6.387 16.005-15.227s-7.166-16.005-16.005-16.005c0 0-.997.017-2.594.262-.343.056-.684.107-1.02.184-8.496 1.62-29.496 9.451-33.731 47.569-5.921 53.287 37.344 101.363 69.354 112.033v-5.335s-11.337-5.668-19.087-11.174c-23.945-17.015-49.286-56.03-44.963-94.936z'/%3E%3C/g%3E%3Cg fill='%23ffc75a'%3E%3Cpath d='M295.57 236.494c-2.149 1.073-4.659 2.001-7.224 2.001-8.839 0-13.171-4.998-13.171-13.837s5.332-15.505 14.171-15.505c0 0 .997.017 2.594.262.343.056.684.107 1.02.184 8.496 1.62 29.496 9.451 33.731 47.569 5.921 53.287-37.344 101.363-69.354 112.033v-5.335c0-.002 75.578-57.796 38.233-127.372z'/%3E%3Cpath d='M289.346 214.487l-32.009 10.67 32.009 10.67z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M321.388 257.756c-3.822-34.399-21.853-41.473-29.621-42.958-.17-.039-.343-.063-.636-.111a18.111 18.111 0 0 0-1.86-.2c-5.849.041-9.705 4.446-9.705 9.781 0 5.883 3.445 8.113 6.891 8.225 0 0-2.779-5.779 2.89-7.335 3.826-1.05 8.669 2.001 8.225 7.558-.312 3.905-4.019 7.669-8.225 7.669-8.839 0-16.005-6.387-16.005-15.227s7.165-16.005 16.005-16.005c0 0 .997.017 2.594.262.343.056.684.107 1.02.184 8.496 1.62 29.496 9.451 33.731 47.569 5.921 53.287-37.344 101.363-69.354 112.033v-5.335s11.337-5.668 19.087-11.174c23.945-17.015 49.286-56.03 44.963-94.936zM261.596 221.746c3.518 5.412-2.258 11.188-7.67 7.67a2.91 2.91 0 0 1-.847-.847c-3.518-5.412 2.258-11.188 7.67-7.67.336.219.628.51.847.847z'/%3E%3C/g%3E%3Cpath d='M295.432 182.311c1.417-3.668-.5-8.586-.5-8.586-4.918-.167-8.336 3.418-8.336 3.418.417-4.418-1.5-8.419-1.5-8.419-6.335.75-8.419 4.501-8.419 4.501-.333-6.919-4.501-9.753-4.501-9.753-5.502 1.667-7.169 7.669-7.169 7.669-.834-6.835-7.669-10.003-7.669-10.003s-6.835 3.168-7.669 10.003c0 0-1.667-6.002-7.169-7.669 0 0-4.168 2.834-4.501 9.753 0 0-2.084-3.751-8.419-4.501 0 0-1.917 4.001-1.5 8.419 0 0-3.418-3.584-8.336-3.418 0 0-1.917 4.918-.5 8.586 0 0-5.585-1.751-10.17.917 0 0 8.405 3.251 11.204 7.252h74.119c2.8-4.001 11.204-7.252 11.204-7.252-4.584-2.667-10.169-.917-10.169-.917z' fill='%23ffc75a'/%3E%3Cpath d='M294.397 190.48c0 2.401-5.609 9.821-5.609 9.821s-18.185 2.532-31.451 2.532c-13.352 0-31.578-2.6-31.578-2.6s-5.482-7.381-5.482-9.753c0-6.822 16.592-12.353 37.06-12.353 20.468 0 37.06 5.531 37.06 12.353z' fill='%23ffe15a'/%3E%3Cg fill='%23ffc75a'%3E%3Cellipse cx='257.34' cy='198.48' rx='32.01' ry='10.67'/%3E%3Cpath d='M265.173 139.299c0-3.501-2.612-7.947-7.836-4.835-5.224-3.112-7.836 1.334-7.836 4.835S245.5 143.3 245 142.966c0 0 3.334 4.335 7.169 1.5 0 0 2.056 3.001 5.168 3.001s5.168-3.001 5.168-3.001c3.834 2.834 7.169-1.5 7.169-1.5-.5.334-4.501-.166-4.501-3.667z'/%3E%3C/g%3E%3Cg fill='%23b46446'%3E%3Cpath d='M246.665 397.874c-.3 0-.604-.068-.891-.214a1.996 1.996 0 0 1-.896-2.683l10.67-21.34a2.001 2.001 0 0 1 2.683-.891c.99.49 1.391 1.693.896 2.683l-10.67 21.34a2.006 2.006 0 0 1-1.792 1.105z'/%3E%3Cpath d='M268.009 397.874a2.005 2.005 0 0 1-1.792-1.104l-10.67-21.34a1.996 1.996 0 0 1 .896-2.683c.985-.505 2.188-.094 2.683.891l10.67 21.34c.495.99.094 2.193-.896 2.683a1.953 1.953 0 0 1-.891.213z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M305.351 379.202a220.095 220.095 0 0 1-96.028 0v-20.656a220.095 220.095 0 0 0 96.028 0v20.656z'/%3E%3Cpath d='M235.775 371.425c-20.418 3.939-41.342 5.021-62.162 3.075.35 2.75 16.816 10.926 16.816 10.926s-14.528 7.022-14.204 9.564a220.051 220.051 0 0 0 59.551-2.56l-.001-21.005zM278.977 371.425c20.418 3.939 41.342 5.021 62.162 3.075-.35 2.75-16.816 10.926-16.816 10.926s14.528 7.022 14.204 9.564a220.051 220.051 0 0 1-59.551-2.56v-21.005h.001z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.rs{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 341.39h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.61H0z'/%3E%3Cpath fill='%2341479b' d='M0 170.61h512v170.78H0z'/%3E%3Cpath fill='%23ffe15a' d='M222.434 170.574h-97.075l-4.045-24.268h105.165z'/%3E%3Cpath fill='%23ffd350' d='M124.347 164.507l1.012 6.067h97.075l1.012-6.067z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M171.87 89.68h4.045v16.179h-4.045z'/%3E%3Cpath d='M167.83 93.72h12.134v4.045H167.83zM222.75 154.395a4.045 4.045 0 0 1-3.802-5.423l8.568-23.645a4.286 4.286 0 0 0-.275-3.543c-.318-.573-1.063-1.58-2.481-1.884-10.446-2.22-30.694-5.953-48.911-5.953h-3.907c-18.218 0-38.465 3.733-48.915 5.957-1.414.3-2.159 1.307-2.477 1.88a4.286 4.286 0 0 0-.273 3.543l8.566 23.645a4.045 4.045 0 0 1-2.423 5.182c-2.097.751-4.422-.328-5.18-2.425l-8.568-23.645a12.369 12.369 0 0 1 .804-10.223c1.675-3.022 4.541-5.163 7.865-5.87 10.762-2.291 31.644-6.134 50.602-6.134h3.907c18.958 0 39.84 3.843 50.598 6.13 3.328.711 6.194 2.852 7.868 5.874a12.38 12.38 0 0 1 .806 10.223l-8.57 23.645a4.045 4.045 0 0 1-3.802 2.666z'/%3E%3Cpath d='M173.912 150.856a4.044 4.044 0 0 1-4.045-4.045v-32.864c0-2.236 1.811-4.045 4.045-4.045s4.045 1.809 4.045 4.045v32.864a4.044 4.044 0 0 1-4.045 4.045z'/%3E%3Cpath d='M201.873 154.395a4.043 4.043 0 0 1-3.964-4.866l4.906-23.645c.638-3.081-.361-5.779-.928-6.253-5.609-2.058-16.861-5.684-26.872-5.684h-2.238c-10.011 0-21.263 3.626-27.079 5.791-.359.367-1.359 3.065-.721 6.146l4.906 23.645a4.044 4.044 0 0 1-3.138 4.783c-2.19.423-4.331-.952-4.782-3.14l-4.906-23.645c-1.223-5.893.654-13.442 5.816-15.37 7.732-2.876 19.191-6.3 29.904-6.3h2.238c10.712 0 22.172 3.425 29.9 6.296 5.167 1.932 7.043 9.48 5.82 15.374l-4.906 23.645a4.043 4.043 0 0 1-3.956 3.223z'/%3E%3C/g%3E%3Cpath fill='%23ffd350' d='M122.325 152.373h103.143l1.011-6.067H121.314z'/%3E%3Cpath d='M97.045 170.574A4.045 4.045 0 0 0 93 174.619v141.257c0 44.85 36.218 81.208 80.897 81.208s80.897-36.358 80.897-81.208V174.619a4.045 4.045 0 0 0-4.045-4.045H97.045z' fill='%23ff4b55'/%3E%3Cpath d='M181.986 304.054l8.09-20.224-16.179 4.045-16.179-4.045 8.09 20.224-20.224 68.762s12.134 8.09 28.314 8.09 28.314-8.09 28.314-8.09l-20.226-68.762z' fill='%23f5f5f5'/%3E%3Cpath fill='%23ffe15a' d='M144.601 320.356l-7.136 1.783 15.698-28.257-7.071-3.926-19.067 34.322h-17.846v8.09h8.692l-11.218 8.974 5.052 6.32 9.53-7.623-3.759 11.273 7.675 2.56 7.388-22.164 14.025-3.508z'/%3E%3Cpath d='M145.583 211.023l-18.465-9.232a8.09 8.09 0 0 1-4.23-9.198l1.044-4.177c.725-2.899-1.468-5.707-4.456-5.707a4.59 4.59 0 0 0-3.586 1.724 67.54 67.54 0 0 0-14.8 42.193v85.518s16.891-3.378 32.149-25.57c2.802-4.075 7.413-6.486 12.328-6.739l-8.073 24.219 16.179 4.045 14.157-16.847-22.247-80.229z' fill='%23f5f5f5'/%3E%3Cpath fill='%23ffe15a' d='M203.192 320.356l7.136 1.783-15.698-28.257 7.071-3.926 19.068 34.322h17.845v8.09h-8.692l11.218 8.974-5.052 6.32-9.53-7.623 3.759 11.273-7.675 2.56-7.388-22.164-14.025-3.508z'/%3E%3Cpath d='M202.21 211.023l18.465-9.232a8.09 8.09 0 0 0 4.23-9.198l-1.044-4.177c-.725-2.899 1.468-5.707 4.456-5.707a4.59 4.59 0 0 1 3.586 1.724 67.54 67.54 0 0 1 14.8 42.193v85.518s-16.891-3.378-32.149-25.57c-2.802-4.075-7.413-6.486-12.328-6.739l8.073 24.219-16.179 4.045-14.157-16.847 22.247-80.229z' fill='%23f5f5f5'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M149.628 182.709h-20.225l6.068 8.09 14.157 4.044-8.09 4.045h12.134zM198.166 182.709h20.224l-6.068 8.09-14.156 4.044 8.089 4.045h-12.134z'/%3E%3C/g%3E%3Cpath d='M201.013 179.538l-19.027 3.171-8.09 16.179-8.09-16.179-19.027-3.171c-2.182-.364-3.854 1.901-2.865 3.879l9.758 19.516-8.09 8.09h56.628l-8.09-8.09 9.758-19.516c.989-1.978-.683-4.243-2.865-3.879z' fill='%23f5f5f5'/%3E%3Ccircle cx='173.9' cy='148.07' r='6.067' fill='%23ffbe50'/%3E%3Cellipse cx='173.81' cy='162.57' rx='4.795' ry='3.371' fill='%2341479b'/%3E%3Cellipse cx='149.88' cy='162.57' rx='4.795' ry='3.371' fill='%23ff4b55'/%3E%3Cg fill='%2341479b'%3E%3Cellipse cx='125.95' cy='162.57' rx='4.795' ry='3.371'/%3E%3Cellipse cx='221.68' cy='162.57' rx='4.795' ry='3.371'/%3E%3C/g%3E%3Cellipse cx='197.74' cy='162.57' rx='4.795' ry='3.371' fill='%23ff4b55'/%3E%3Cg fill='%23ffbe50'%3E%3Ccircle cx='202' cy='148.07' r='6.067'/%3E%3Ccircle cx='224.19' cy='148.07' r='6.067'/%3E%3Ccircle cx='145.81' cy='148.07' r='6.067'/%3E%3Ccircle cx='123.62' cy='148.07' r='6.067'/%3E%3C/g%3E%3Cpath d='M180.864 113.947c.695-1.194 1.122-2.564 1.122-4.045a8.09 8.09 0 1 0-16.18 0c0 1.481.427 2.851 1.122 4.045h13.936z' fill='%2341479b'/%3E%3Cpath d='M173.897 293.942c-16.728 0-30.336-13.608-30.336-30.336V209h60.672v54.605c0 16.729-13.608 30.337-30.336 30.337z' fill='%23ff4b55'/%3E%3Cpath d='M202.21 211.023v52.583c0 15.637-12.676 28.314-28.314 28.314s-28.314-12.677-28.314-28.314v-52.583h56.628m4.045-4.045h-64.718v56.628c0 17.843 14.516 32.359 32.359 32.359s32.359-14.516 32.359-32.359v-56.628z' fill='%23a54b50'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M167.829 291.251c1.956.428 3.983.668 6.067.668 2.085 0 4.111-.24 6.067-.668v-80.229h-12.134v80.229z'/%3E%3Cpath d='M145.58 244.39h56.628v12.134H145.58z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sk{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 .281h512v170.48H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 341.24h512v170.48H0z'/%3E%3Cpath fill='%2341479b' d='M0 170.76h512v170.48H0z'/%3E%3Cpath d='M163.883 375.426c-3.66-2.102-89.698-52.145-89.698-129.064V141.227h185.533v105.135c0 76.919-86.038 126.962-89.698 129.064l-3.068 1.751-3.069-1.751z' fill='%23ff4b55'/%3E%3Cpath fill='%23f5f5f5' d='M215.543 227.809l-29.155 3.84h-9.719V214.25h5.83l23.325 3.841-3.159-13.56 3.159-13.557-23.325 3.839h-5.83v-5.877l3.84-29.155-13.558 3.948-13.559-3.948 3.84 29.155v5.877H151.4l-23.323-3.839 3.158 13.557-3.158 13.56 23.323-3.841h5.832v17.399h-9.718l-29.155-3.84 3.948 13.559-3.948 13.558 29.155-3.84h9.718v44.752h19.437v-44.752h9.719l29.155 3.84-3.948-13.558z'/%3E%3Cpath d='M166.951 277.285c-12.775 0-23.733 7.75-28.447 18.802-.83-.068-1.627-.249-2.475-.249-16.465 0-29.797 12.905-30.742 29.131 25.046 30.832 56.416 49.204 58.596 50.457l3.068 1.751 3.068-1.751c2.18-1.253 33.55-19.625 58.596-50.457-.944-16.227-14.277-29.131-30.742-29.131-.848 0-1.644.181-2.475.249-4.714-11.052-15.672-18.802-28.447-18.802z' fill='%2341479b'/%3E%3Cpath d='M253.533 147.412v98.951c0 74.213-86.582 123.688-86.582 123.688s-86.582-49.475-86.582-123.688v-98.951h173.164m12.369-12.369H68v111.32c0 80.465 89.025 132.262 92.814 134.428l6.137 3.506 6.137-3.506c3.789-2.167 92.814-53.963 92.814-134.428v-111.32z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.si{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 341.33h512V512H0z'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M211.809 105.46s-2.713 86.432-14.841 110.703c-15.013 29.832-30.106 38.534-52.563 46.575-22.454-8.038-37.548-16.736-52.563-46.575C79.716 191.889 76.998 105.467 77 105.46a163.79 163.79 0 0 1 134.809 0z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M163.923 225.318c-1.642-1.053-2.827-1.807-5.522-1.807-2.688 0-3.873.753-5.507 1.807-1.872 1.192-4.202 2.684-8.532 2.684-4.333 0-6.663-1.492-8.535-2.691-1.635-1.046-2.816-1.799-5.504-1.799s-3.869.753-5.504 1.799c-1.769 1.134-4.006 2.485-7.893 2.636 8.183 9.98 16.763 14.713 27.472 18.825 10.702-4.111 19.28-8.842 27.465-18.821-3.918-.143-6.165-1.503-7.94-2.633zM110.795 209.352c1.635 1.046 2.812 1.799 5.493 1.799 2.688 0 3.869-.753 5.504-1.799 1.872-1.199 4.202-2.692 8.532-2.692s6.659 1.492 8.532 2.684c1.635 1.053 2.82 1.807 5.507 1.807 2.688 0 3.869-.753 5.504-1.799 1.872-1.199 4.202-2.692 8.535-2.692 4.337 0 6.67 1.492 8.543 2.684 1.642 1.053 2.823 1.807 5.518 1.807s3.88-.753 5.522-1.807c1.565-.997 3.528-2.15 6.64-2.52.816-2.123 1.606-4.541 2.345-7.48l-20.102-33.503-7.489 14.979-14.979-29.958-14.98 29.958-7.489-14.979-20.089 33.483c.735 2.937 1.524 5.367 2.34 7.502 3.098.371 5.052 1.524 6.613 2.526zM181.004 214.084c-1.872 1.192-4.205 2.684-8.543 2.684-4.333 0-6.667-1.492-8.539-2.684-1.642-1.053-2.827-1.807-5.522-1.807-2.688 0-3.873.753-5.507 1.807-1.872 1.192-4.202 2.684-8.532 2.684-4.333 0-6.663-1.492-8.535-2.692-1.635-1.046-2.816-1.799-5.504-1.799s-3.869.753-5.504 1.799c-1.872 1.199-4.202 2.692-8.532 2.692-4.326 0-6.652-1.492-8.521-2.692l-.026-.016a109.067 109.067 0 0 0 4.398 7.332c1.094.599 2.236.993 4.148.993 2.688 0 3.869-.753 5.504-1.799 1.872-1.199 4.202-2.691 8.532-2.691s6.659 1.492 8.532 2.684c1.635 1.053 2.82 1.807 5.507 1.807 2.688 0 3.869-.753 5.504-1.799 1.872-1.199 4.202-2.691 8.535-2.691 4.337 0 6.67 1.492 8.543 2.684 1.642 1.053 2.823 1.807 5.518 1.807 1.941 0 3.095-.4 4.204-1.012a108.824 108.824 0 0 0 4.394-7.324l-.054.033z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M144.7 125.077l1.314 4.294 4.376-1.009a.31.31 0 0 1 .296.512l-3.062 3.285 3.062 3.285a.31.31 0 0 1-.296.512l-4.376-1.009-1.314 4.294a.309.309 0 0 1-.591 0l-1.314-4.294-4.376 1.009a.31.31 0 0 1-.296-.512l3.062-3.285-3.062-3.285a.31.31 0 0 1 .296-.512l4.376 1.009 1.314-4.294a.309.309 0 0 1 .591 0zM123.168 104.44l1.314 4.294 4.376-1.009a.31.31 0 0 1 .296.512l-3.062 3.285 3.062 3.285a.31.31 0 0 1-.296.512l-4.376-1.009-1.314 4.294a.309.309 0 0 1-.591 0l-1.314-4.294-4.376 1.009a.31.31 0 0 1-.296-.512l3.062-3.285-3.062-3.285a.31.31 0 0 1 .296-.512l4.376 1.009 1.314-4.294c.089-.291.502-.291.591 0zM166.388 104.44l1.314 4.294 4.376-1.009a.31.31 0 0 1 .296.512l-3.062 3.285 3.062 3.285a.31.31 0 0 1-.296.512l-4.376-1.009-1.314 4.294a.309.309 0 0 1-.591 0l-1.314-4.294-4.376 1.009a.31.31 0 0 1-.296-.512l3.062-3.285-3.062-3.285a.31.31 0 0 1 .296-.512l4.376 1.009 1.314-4.294c.089-.291.502-.291.591 0z'/%3E%3C/g%3E%3Cpath d='M204.056 102.205c.045 2.388.085 4.799.085 7.4-1.081 27.021-5.101 85.868-13.863 103.59-12.917 25.942-24.844 34.516-45.873 42.419-21.029-7.901-32.954-16.473-45.863-42.398-8.794-17.791-12.843-77.637-13.876-103.609 0-2.605.042-4.988.079-7.397a164.97 164.97 0 0 0-7.72 3.24c.18 5.248 1.487 39.672 5.411 69.941 2.214 16.897 5.259 32.471 9.407 40.773 15.015 29.839 30.109 38.537 52.563 46.575 22.457-8.042 37.55-16.743 52.563-46.575 4.148-8.301 7.194-23.875 9.407-40.773 3.923-30.268 5.228-64.693 5.409-69.941a163.692 163.692 0 0 0-7.729-3.245z' fill='%23ff1722'/%3E%3C/svg%3E")}.pf-flag.es{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c8414b' d='M1.985 0h508.03v512H1.985z'/%3E%3Cpath fill='%23ffd250' d='M1.985 107.79h508.03v296.42H1.985z'/%3E%3Cpath d='M223.347 256.409l8.191-33.404c.754-3.076-1.829-5.994-5.306-5.994h-5.77c-3.477 0-6.061 2.918-5.306 5.994l8.191 33.404z' fill='%23c8414b'/%3E%3Cpath fill='%23f5f5f5' d='M213.681 238.89h19.322v74.42h-19.322z'/%3E%3Cpath fill='%23fab446' d='M208.861 230.14h28.984v8.756h-28.984z'/%3E%3Cg fill='%23c8414b'%3E%3Cpath d='M189.531 256.41h48.3v8.756h-48.3zM237.839 291.429l-28.983-8.755v-8.755l28.983 8.755zM78.435 256.409l8.191-33.404c.754-3.076-1.829-5.994-5.306-5.994h-5.77c-3.477 0-6.061 2.918-5.306 5.994l8.191 33.404z'/%3E%3C/g%3E%3Cpath d='M112.248 230.143c-5.335 0-9.661 3.919-9.661 8.756v56.908c0 10.638 10.955 30.643 48.305 30.643s48.305-20.006 48.305-30.643v-56.908c0-4.835-4.325-8.756-9.661-8.756h-77.288z' fill='%23f5f5f5'/%3E%3Cg fill='%23c8414b'%3E%3Cpath d='M150.891 273.919h-48.305V239.34a9.197 9.197 0 0 1 9.197-9.197h39.107v43.776h.001zM150.891 273.919h48.305v20.784c0 12.698-10.294 22.992-22.992 22.992h-2.32c-12.698 0-22.992-10.294-22.992-22.992l-.001-20.784z'/%3E%3C/g%3E%3Cpath d='M102.587 273.919h48.305v20.784c0 12.698-10.294 22.992-22.992 22.992h-2.32c-12.698 0-22.992-10.294-22.992-22.992l-.001-20.784z' fill='%23fab446'/%3E%3Cg fill='%23c8414b'%3E%3Cpath d='M141.231 313.218v-39.299h-9.661v43.334c3.592-.661 6.84-2.103 9.661-4.035zM121.909 317.253v-43.334h-9.661v39.299c2.821 1.932 6.068 3.374 9.661 4.035z'/%3E%3C/g%3E%3Cpath fill='%23ffb441' d='M112.241 256.41h28.984v8.756h-28.984z'/%3E%3Cg fill='%23fab446'%3E%3Cpath d='M112.241 238.89h28.984v8.756h-28.984z'/%3E%3Cpath d='M117.081 244.1h19.322v15.861h-19.322z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M68.774 238.89h19.322v74.42H68.774z'/%3E%3Cg fill='%23fab446'%3E%3Cpath d='M63.941 308.94h28.984v8.756H63.941zM63.941 230.14h28.984v8.756H63.941z'/%3E%3C/g%3E%3Cpath fill='%235064aa' d='M59.111 317.7h38.643v8.756H59.111z'/%3E%3Cpath fill='%23fab446' d='M213.681 308.94h28.984v8.756h-28.984z'/%3E%3Cpath fill='%235064aa' d='M204.031 317.7h38.643v8.756h-38.643z'/%3E%3Cpath fill='%23fab446' d='M121.911 221.39h57.967v8.756h-57.967z'/%3E%3Cpath fill='%23ffb441' d='M146.061 195.13h9.661v26.27h-9.661z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M141.231 208.255c-7.991 0-14.491-5.891-14.491-13.132s6.5-13.132 14.491-13.132 14.491 5.891 14.491 13.132c-.001 7.241-6.501 13.132-14.491 13.132zm0-17.51c-2.665 0-4.83 1.963-4.83 4.378s2.165 4.378 4.83 4.378 4.83-1.963 4.83-4.378c0-2.416-2.165-4.378-4.83-4.378z'/%3E%3Cpath d='M160.552 208.255c-7.991 0-14.491-5.891-14.491-13.132s6.5-13.132 14.491-13.132 14.491 5.891 14.491 13.132c-.001 7.241-6.5 13.132-14.491 13.132zm0-17.51c-2.665 0-4.83 1.963-4.83 4.378s2.165 4.378 4.83 4.378 4.83-1.963 4.83-4.378c0-2.416-2.165-4.378-4.83-4.378z'/%3E%3Cpath d='M179.874 217.011c-7.991 0-14.491-5.891-14.491-13.132s6.5-13.132 14.491-13.132 14.491 5.891 14.491 13.132-6.501 13.132-14.491 13.132zm0-17.511c-2.665 0-4.83 1.963-4.83 4.378s2.165 4.378 4.83 4.378 4.83-1.963 4.83-4.378c0-2.416-2.165-4.378-4.83-4.378zM121.909 217.011c-7.991 0-14.491-5.891-14.491-13.132s6.5-13.132 14.491-13.132 14.491 5.891 14.491 13.132c-.001 7.241-6.501 13.132-14.491 13.132zm0-17.511c-2.665 0-4.83 1.963-4.83 4.378s2.165 4.378 4.83 4.378 4.83-1.963 4.83-4.378c0-2.416-2.165-4.378-4.83-4.378z'/%3E%3C/g%3E%3Cpath d='M179.874 291.429v4.378c0 2.414-2.167 4.378-4.83 4.378s-4.83-1.964-4.83-4.378v-4.378h9.66m9.66-8.755h-28.983v13.132c0 7.241 6.501 13.132 14.491 13.132 7.991 0 14.491-5.891 14.491-13.132l.001-13.132z' fill='%23fab446'/%3E%3Cpath d='M175.507 265.163h-.928a9.197 9.197 0 0 1-9.197-9.197v-7.872a9.197 9.197 0 0 1 9.197-9.197h.928a9.197 9.197 0 0 1 9.197 9.197v7.872a9.196 9.196 0 0 1-9.197 9.197z' fill='%23ffa0d2'/%3E%3Cellipse cx='150.891' cy='273.92' rx='14.491' ry='13.13' fill='%235064aa'/%3E%3Cpath fill='%23fab446' d='M146.061 177.61h9.661v26.27h-9.661z'/%3E%3Cpath d='M121.909 221.388l-9.661-8.756 5.659-5.129c8.748-7.928 20.613-12.381 32.984-12.381 12.371 0 24.237 4.454 32.984 12.381l5.659 5.129-9.661 8.756h-57.964z' fill='%23c8414b'/%3E%3Cg fill='%23ffd250'%3E%3Cellipse cx='150.891' cy='212.63' rx='4.83' ry='4.378'/%3E%3Cellipse cx='131.571' cy='212.63' rx='4.83' ry='4.378'/%3E%3Cellipse cx='170.211' cy='212.63' rx='4.83' ry='4.378'/%3E%3C/g%3E%3Cg fill='%23c8414b'%3E%3Cpath d='M63.941 256.41h48.3v8.756h-48.3zM63.943 291.429l28.983-8.755v-8.755l-28.983 8.755z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sj{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M512 211.862H229.517V0h-88.276v211.862H0v88.276h141.241V512h88.276V300.138H512z'/%3E%3Cpath fill='%2341479b' d='M512 229.517H211.862V0h-52.965v229.517H0v52.966h158.897V512h52.965V282.483H512z'/%3E%3C/svg%3E")}.pf-flag.se{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234173cd' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M512 232H211.862V0h-52.965v232H0v48h158.897v232h52.965V280H512z'/%3E%3C/svg%3E")}.pf-flag.ch{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M364.357 216.597h-68.955v-68.955c0-5.44-4.41-9.851-9.851-9.851h-59.104c-5.44 0-9.851 4.41-9.851 9.851v68.955h-68.955c-5.44 0-9.851 4.41-9.851 9.851v59.104c0 5.44 4.41 9.851 9.851 9.851h68.955v68.955c0 5.44 4.41 9.851 9.851 9.851h59.104c5.44 0 9.851-4.41 9.851-9.851v-68.955h68.955c5.44 0 9.851-4.41 9.851-9.851v-59.104c0-5.44-4.41-9.851-9.851-9.851z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.ua{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffe15a' d='M0 256h512v256H0z'/%3E%3Cpath fill='%234173cd' d='M0 0h512v256H0z'/%3E%3C/svg%3E")}.pf-flag.ai{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v512H0z'/%3E%3Cpath d='M94.316.046H0v19.977l94.316 61.793zM0 68.345v26.017h39.71zM0 161.73v26.017l39.71-26.017zM256 20.023V.046h-94.316v81.77zM256 187.747V161.73h-39.71zM161.684 174.276v81.77H256v-19.977zM256 94.362V68.345l-39.71 26.017zM0 236.069v19.977h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.069v-19.964l-83.768-54.375h24.748L256 200.041v-12.294l-39.71-26.017H256v-13.474H148.211v107.79h13.473v-81.77zM0 148.256v13.474h39.71L0 187.747v18.901l69.197-44.918h24.748L0 222.712v13.357l94.316-61.793v81.77h13.473v-107.79zM107.789.046H94.316v81.77L0 20.023v21.862l80.842 52.477H56.094L0 57.95v10.395l39.71 26.017H0v13.474h107.789zM256 107.836V94.362h-39.71L256 68.345V49.203l-69.568 45.159h-24.748L256 33.139V20.023l-94.316 61.793V.046h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.256v-40.42H148.211V.046h-40.422v107.79H0v40.42h107.789v107.79h40.422v-107.79z'/%3E%3Cpath d='M69.197 161.73L0 206.648v16.064l93.945-60.982zM172.232 161.73L256 216.105v-16.064l-59.02-38.311zM80.842 94.362L0 41.885V57.95l56.094 36.412zM186.432 94.362L256 49.203V33.139l-94.316 61.223z'/%3E%3C/g%3E%3Cpath d='M331.911 289.65c-1.406 18.749-7.225 137.888 68.365 164.82 75.617-26.939 69.775-146.075 68.365-164.82-9.158 3.59-42.312 14.472-68.365-4.072-26.053 18.54-59.201 7.665-68.365 4.072z' fill='%23f5f5f5'/%3E%3Cg fill='%23ffa028'%3E%3Cpath d='M437.418 313.686c-4.144-3.223-11.818 2.763-20.413 2.148-7.971-.569-17.796-8.642-30.565-5.162-3.528-3.249-1.82-10.8-1.82-10.8-8.866 5.73-9.501 13.576-8.944 17.83-6.322 8.354-5.895 21.1-4.716 24.991 1.535 5.065 4.451 5.679 4.911 11.357.46 5.679 2.609 3.684 2.609 3.684 4.44-2.49 5.085-7.186 6.952-14.873 7.212.921 11.927-5.54 11.927-5.54-4.733 1.485-7.716-1.124-9.343-3.421.254-.759.457-1.459.748-2.258 5.372-14.734 31.076-10.684 33.459-6.6 4.298 7.367 9.976 10.13 9.976 10.13 0-7.68-5.679-14.427-5.679-14.427 8.596-1.533 10.898-7.059 10.898-7.059zm-61.852 31.617a1.535 1.535 0 1 1 0-3.07 1.535 1.535 0 0 1 0 3.07z'/%3E%3Cpath d='M412.108 407.969c5.005-1.584 4.43-11.299 9.812-18.028 4.991-6.241 17.213-9.751 21.592-22.241 4.677-1.062 9.926 4.629 9.926 4.629.311-10.552-5.789-15.526-9.609-17.481-3.292-9.945-14.031-16.826-17.904-18.062-5.041-1.61-7.201.443-12.139-2.399-4.938-2.843-4.514.059-4.514.059-.468 5.069 3.033 8.264 8.303 14.162-4.85 5.417-2.204 12.964-2.204 12.964 1.462-4.74 5.303-5.716 8.118-5.753.481.639.942 1.204 1.435 1.897 9.086 12.783-8.833 31.652-13.548 31.297-8.505-.641-14.002 2.468-14.002 2.468 6.324 4.357 15.102 3.509 15.102 3.509-3.612 7.948-.368 12.979-.368 12.979zm9.056-68.872a1.535 1.535 0 1 1 2.528 1.742 1.535 1.535 0 0 1-2.528-1.742z'/%3E%3Cpath d='M344.442 339.748c-.669 5.207 8.386 8.773 12.225 16.488 3.561 7.154 1.602 19.718 11.09 28.946-1.005 4.689-8.376 7.056-8.376 7.056 9.441 4.723 16.52 1.282 19.901-1.36 10.407 1.198 21.168-5.648 23.919-8.64 3.582-3.896 2.628-6.719 7.285-10.002 4.657-3.283 1.846-4.119 1.846-4.119-4.401-2.558-8.773-.727-16.342 1.573-2.873-6.679-10.833-7.455-10.833-7.455 3.684 3.321 2.954 7.216 1.803 9.785-.782.167-1.489.348-2.325.503-15.419 2.863-24.996-21.333-22.69-25.46 4.16-7.445 3.653-13.74 3.653-13.74-6.614 3.903-9.538 12.223-9.538 12.223-5.69-6.624-11.618-5.798-11.618-5.798zm58.665 37.197a1.535 1.535 0 1 1-2.644 1.56 1.535 1.535 0 0 1 2.644-1.56z'/%3E%3C/g%3E%3Cpath d='M400.276 458.373l-.604-.209c-85.117-29.609-71.363-169.961-71.214-171.378l.266-2.536 2.326 1.054c.401.183 39.891 17.698 68.122-3.482l1.104-.827 1.104.827c28.272 21.209 67.726 3.662 68.12 3.482l2.327-1.058.266 2.54c.149 1.417 13.903 141.769-71.214 171.378l-.603.209zM331.911 289.65c-1.406 18.749-7.225 137.888 68.365 164.82 75.617-26.939 69.775-146.075 68.365-164.82-9.158 3.59-42.312 14.472-68.365-4.072-26.053 18.54-59.201 7.665-68.365 4.072z' fill='%23cdce0c'/%3E%3Cpath d='M352.868 412.221c10.324 18.723 25.397 34.407 47.408 42.249 22.017-7.844 37.093-23.527 47.418-42.249h-94.826z' fill='%2382afff'/%3E%3C/svg%3E")}.pf-flag.ag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.002 512.002'%3E%3Cpath fill='%23464655' d='M.052.026h511.95v511.95H.052z'/%3E%3Cpath fill='%23ffe15a' d='M256.026 62.498l13.535 70.704 39.561-60.143-14.555 70.502 59.566-40.426-40.426 59.565 70.503-14.553-60.144 39.561 70.705 13.534-70.705 13.534 60.144 39.561-70.503-14.554 40.426 59.566-59.566-40.426 14.555 70.503-39.561-60.144-13.535 70.704-13.534-70.704-39.561 60.144 14.554-70.503-59.566 40.426 40.427-59.566-70.503 14.554 60.144-39.561-70.705-13.534 70.705-13.534-60.144-39.561 70.503 14.553-40.427-59.565 59.566 40.426-14.554-70.502 39.561 60.143z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 511.974h256.026L0 .026zM256.026 511.974h255.922L512 .026z'/%3E%3C/g%3E%3Cpath fill='%234173cd' d='M154.984 309.89h202.085l53.889-107.78H101.095z'/%3E%3Cpath fill='%23f5f5f5' d='M154.984 309.89l101.042 202.084L357.069 309.89z'/%3E%3C/svg%3E")}.pf-flag.ar{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2382afff'%3E%3Cpath d='M0 0h512v170.67H0zM0 341.33h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M325.002 252.031h-49.689c.926-.708 1.659-1.403 2.324-2.059 1.213-1.192 2.177-2.14 4.737-3.197 2.574-1.084 3.922-1.097 5.627-1.124 2.055-.014 4.38-.054 8.181-1.625 3.794-1.585 5.451-3.21 6.914-4.646 1.213-1.192 2.177-2.14 4.744-3.21 2.554-1.07 3.895-1.084 5.593-1.097 2.049-.027 4.373-.054 8.174-1.639l-2.655-6.393c-2.554 1.07-3.895 1.084-5.593 1.097-2.048.027-4.373.054-8.167 1.625-3.794 1.585-5.451 3.21-6.914 4.646-1.213 1.192-2.177 2.14-4.737 3.197-2.574 1.084-3.922 1.097-5.627 1.124-2.055.014-4.38.054-8.18 1.639-3.794 1.571-5.451 3.21-6.914 4.646-1.194 1.167-2.181 2.103-4.638 3.146l39.051-39.242-4.879-4.903-35.152 35.323c.155-1.155.197-2.183.206-3.114.02-1.72.034-3.061 1.098-5.648 1.065-2.587 2.008-3.549 3.194-4.768 1.442-1.476 3.066-3.156 4.643-6.975 1.57-3.82 1.597-6.149 1.617-8.208.02-1.707.034-3.061 1.092-5.635 1.065-2.573 2.001-3.535 3.187-4.754 1.435-1.476 3.059-3.142 4.629-6.948l-6.375-2.655c-1.065 2.573-2.001 3.535-3.187 4.754-1.435 1.476-3.059 3.142-4.629 6.948-1.57 3.82-1.597 6.149-1.617 8.208-.02 1.707-.034 3.061-1.092 5.635-1.065 2.587-2.008 3.549-3.194 4.768-1.442 1.476-3.066 3.156-4.643 6.975-1.57 3.82-1.597 6.163-1.624 8.222-.013 1.67-.06 3.02-1.058 5.5V186.15h-6.9v49.936c-.703-.926-1.393-1.66-2.042-2.327-1.193-1.219-2.129-2.194-3.194-4.768-1.065-2.587-1.085-3.941-1.105-5.662-.02-2.059-.047-4.402-1.624-8.222-1.57-3.806-3.194-5.472-4.629-6.948-1.186-1.219-2.123-2.181-3.187-4.754-1.058-2.573-1.071-3.928-1.092-5.635-.02-2.059-.047-4.388-1.617-8.194l-6.375 2.655c1.058 2.573 1.071 3.914 1.092 5.621.02 2.059.047 4.388 1.617 8.208 1.57 3.806 3.194 5.472 4.629 6.948 1.186 1.219 2.123 2.181 3.187 4.754 1.065 2.587 1.085 3.941 1.105 5.662.02 2.059.047 4.402 1.624 8.222 1.57 3.82 3.194 5.486 4.629 6.962 1.169 1.195 2.094 2.192 3.133 4.653l-39.056-39.246-4.879 4.903 38.995 39.185c-2.139-.977-3.171-1.873-4.292-2.967-1.476-1.449-3.14-3.088-6.954-4.673-3.801-1.571-6.125-1.612-8.181-1.639-1.712-.014-3.059-.041-5.654-1.124-2.594-1.07-3.565-2.018-4.798-3.224-1.476-1.436-3.147-3.075-6.968-4.673-3.814-1.585-6.146-1.612-8.208-1.639-1.718-.027-3.073-.054-5.667-1.138l-2.642 6.42c3.814 1.585 6.146 1.612 8.208 1.639 1.718.027 3.073.054 5.667 1.138 2.601 1.07 3.571 2.018 4.805 3.224 1.476 1.449 3.147 3.075 6.961 4.659 3.814 1.598 6.146 1.625 8.201 1.652 1.712.027 3.059.041 5.64 1.124 2.581 1.07 3.544 2.018 4.764 3.21a25.097 25.097 0 0 0 2.175 1.937h-49.823v6.935h55.114c-2.177.833-3.54.937-5.1.962-2.055.014-4.38.054-8.187 1.625-3.807 1.585-5.478 3.224-6.954 4.659-1.226 1.205-2.19 2.154-4.771 3.224-2.594 1.084-3.949 1.111-5.667 1.138-2.062.027-4.394.054-8.208 1.639-3.821 1.598-5.492 3.224-6.968 4.673-1.233 1.205-2.204 2.154-4.798 3.224l2.642 6.42c3.814-1.598 5.485-3.224 6.961-4.673 1.233-1.205 2.203-2.154 4.805-3.224 2.594-1.084 3.949-1.111 5.667-1.138 2.062-.027 4.394-.054 8.214-1.652 3.801-1.585 5.465-3.21 6.941-4.659 1.22-1.192 2.19-2.14 4.778-3.21 2.574-1.084 3.929-1.097 5.633-1.124a25.429 25.429 0 0 0 2.92-.194l-35.252 35.423 4.879 4.903 38.976-39.165c-.959 2.139-1.846 3.173-2.938 4.301-1.435 1.476-3.059 3.156-4.636 6.975-1.577 3.82-1.611 6.176-1.631 8.235-.027 1.72-.04 3.075-1.112 5.675-1.071 2.614-2.022 3.589-3.214 4.822-1.442 1.476-3.066 3.169-4.65 7.003s-1.611 6.176-1.637 8.249c-.027 1.72-.047 3.088-1.119 5.689l6.375 2.655c1.584-3.833 1.611-6.176 1.637-8.249.027-1.72.047-3.088 1.119-5.689 1.071-2.614 2.022-3.589 3.214-4.822 1.442-1.476 3.066-3.169 4.65-7.003 1.577-3.82 1.611-6.176 1.631-8.235.027-1.72.04-3.075 1.112-5.675 1.065-2.601 2.008-3.562 3.201-4.795a25.66 25.66 0 0 0 1.927-2.191v50.084h6.9V269.46c.822 2.185.926 3.55.95 5.123.02 2.059.054 4.402 1.631 8.222 1.57 3.833 3.201 5.513 4.636 6.989 1.193 1.233 2.136 2.208 3.208 4.808 1.071 2.601 1.092 3.969 1.119 5.689.027 2.072.054 4.415 1.637 8.249 1.584 3.833 3.207 5.526 4.65 7.003 1.193 1.233 2.143 2.208 3.214 4.822l6.375-2.655c-1.584-3.833-3.208-5.526-4.65-7.003-1.193-1.233-2.143-2.208-3.214-4.822-1.071-2.601-1.092-3.969-1.119-5.689-.027-2.072-.054-4.416-1.637-8.249-1.577-3.833-3.201-5.513-4.636-6.989-1.193-1.233-2.136-2.208-3.208-4.808-1.071-2.587-1.085-3.941-1.112-5.662a26.253 26.253 0 0 0-.197-2.936l35.258 35.429 4.879-4.903-35.146-35.317a25.28 25.28 0 0 0 3.085.21c1.705.014 3.046.027 5.62 1.097 2.574 1.084 3.538 2.018 4.757 3.224 1.469 1.436 3.133 3.075 6.934 4.659 3.794 1.571 6.119 1.598 8.167 1.612 1.698.027 3.039.041 5.6 1.111 2.561 1.056 3.518 2.005 4.73 3.197 1.469 1.436 3.127 3.075 6.92 4.659l2.641-6.42c-2.561-1.056-3.517-2.005-4.73-3.197-1.469-1.436-3.127-3.075-6.92-4.659-3.794-1.571-6.119-1.598-8.167-1.612-1.698-.027-3.039-.041-5.6-1.111-2.574-1.07-3.538-2.005-4.757-3.21-1.469-1.436-3.133-3.075-6.934-4.646-3.801-1.598-6.125-1.625-8.181-1.639-1.674-.027-3.027-.059-5.51-1.07h55.26v-6.935h.001z' fill='%23f09146'/%3E%3Cellipse cx='256' cy='255.5' rx='34.501' ry='34.674' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.bs{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2382afff'%3E%3Cpath d='M0 0h512v170.67H0zM0 341.33h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%23ffe15a' d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M0 512l244.325-249.017c3.493-3.57 3.493-10.397 0-13.966L0 0v512z' fill='%23464655'/%3E%3C/svg%3E")}.pf-flag.bb{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%2341479b' d='M341.33 0H512v512H341.33z'/%3E%3Cpath d='M326.621 207.256s-24.564 0-42.987 18.423h12.282s-11.898 21.493-18.039 58.339l-12.666-2.067v-56.454l12.282 4.021L256 176.552l-21.493 52.966 12.282-4.094v56.528l-12.666 2.067c-6.141-36.846-18.039-58.339-18.039-58.339h12.282c-18.423-18.423-42.987-18.423-42.987-18.423 30.705 36.846 30.705 98.255 30.705 98.255l30.705-5.117v41.962h18.423v-41.962l30.705 5.117c-.001-.001-.001-61.41 30.704-98.256z' fill='%23464655'/%3E%3C/svg%3E")}.pf-flag.bz{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.005 512.005'%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M.003 0h512v53.895h-512zM.003 458.11h512v53.895h-512z'/%3E%3C/g%3E%3Cpath fill='%2341479b' d='M.003 53.895h512v404.21h-512z'/%3E%3Cpath d='M397.75 147.023c110.799 175.788-74.937 361.524-250.725 250.725a104.81 104.81 0 0 1-32.77-32.77C3.457 189.189 189.191 3.454 364.979 114.252a104.795 104.795 0 0 1 32.771 32.771z' fill='%23f5f5f5'/%3E%3Cg fill='%2382afff'%3E%3Cpath d='M222.393 348.104l-27.021 4.504c-3.406.568-6.507-2.059-6.507-5.512v-10.168h33.528v11.176zM289.449 348.104l27.021 4.504c3.406.568 6.507-2.059 6.507-5.512v-10.168h-33.528v11.176z'/%3E%3C/g%3E%3Cg fill='%23965032'%3E%3Cpath d='M250.333 166.326h-2.336a7.325 7.325 0 0 1-6.581-4.065l-4.134-8.267 3.749-1.877 4.134 8.267a3.151 3.151 0 0 0 2.832 1.752h2.336v4.19zM207.049 157.694l6.927 13.855-3.75 1.875-6.927-13.855z'/%3E%3Cpath d='M263.604 230.757l-11.452-11.449a13.458 13.458 0 0 1-3.915-9.452v-3.853a9.218 9.218 0 0 0-.969-4.098l-2.854-5.708a3.477 3.477 0 0 0-3.124-1.932h-9.855a7.64 7.64 0 0 1-6.873-4.246l-4.044-8.087 3.749-1.877 4.044 8.087a3.477 3.477 0 0 0 3.124 1.932h9.855a7.64 7.64 0 0 1 6.873 4.246l2.854 5.708a13.458 13.458 0 0 1 1.411 5.975v3.853c0 2.417.98 4.78 2.688 6.483l4.297 4.3v-19.525a23.494 23.494 0 0 0-5.13-14.619 27.706 27.706 0 0 1-6.046-17.239v-16.202h4.191v16.202a23.494 23.494 0 0 0 5.13 14.619 27.706 27.706 0 0 1 6.046 17.239v29.643z'/%3E%3Cpath d='M253.635 219.919h-6.221a9.267 9.267 0 0 1-8.647-6.008l-1.574-4.246 3.929-1.462 1.574 4.246a5.05 5.05 0 0 0 4.718 3.28h6.221v4.19zM251.062 201.813l-3.837-1.692 23.542-53.5 3.836 1.691zM280.367 194.266h-20.255v-4.191h16.065v-20.257h4.19z'/%3E%3C/g%3E%3Cg fill='%2373af00'%3E%3Cpath d='M245.355 214.522h-23.574a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h23.574a4.977 4.977 0 0 1 4.977 4.977v6.81a4.975 4.975 0 0 1-4.977 4.977zM284.471 214.522h-23.574a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h23.574a4.977 4.977 0 0 1 4.977 4.977v6.81a4.976 4.976 0 0 1-4.977 4.977z'/%3E%3Cpath d='M301.236 197.758h-29.162a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h29.162a4.977 4.977 0 0 1 4.977 4.977v6.81a4.978 4.978 0 0 1-4.977 4.977zM306.824 175.406h-45.926a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h45.926a4.977 4.977 0 0 1 4.977 4.977v6.81a4.977 4.977 0 0 1-4.977 4.977zM284.471 153.054h-17.986a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h17.986a4.977 4.977 0 0 1 4.977 4.977v6.81a4.976 4.976 0 0 1-4.977 4.977zM211.829 164.23h-12.398a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h12.398a4.977 4.977 0 0 1 4.977 4.977v6.81a4.978 4.978 0 0 1-4.977 4.977zM250.943 158.642h-23.574a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h23.574a4.977 4.977 0 0 1 4.977 4.977v6.81a4.975 4.975 0 0 1-4.977 4.977zM245.355 186.582h-40.338a4.977 4.977 0 0 1-4.977-4.977v-6.81a4.977 4.977 0 0 1 4.977-4.977h40.338a4.977 4.977 0 0 1 4.977 4.977v6.81a4.975 4.975 0 0 1-4.977 4.977zM339.741 303.4H172.102c-6.172 0-11.176 5.003-11.176 11.176 0 6.172 5.004 11.176 11.176 11.176h44.704c0 6.172 5.004 11.176 11.176 11.176h55.88c6.172 0 11.176-5.004 11.176-11.176h44.704c6.172 0 11.176-5.004 11.176-11.176-.001-6.172-5.005-11.176-11.177-11.176z'/%3E%3C/g%3E%3Cpath d='M367.331 204.214c-.417-.838-2.598.157-3.958-.349-16.881-6.276-39.547-17.707-54.361-25.501l-2.974-4.709-28.08-13.648a3.768 3.768 0 0 0-4.924 1.527l-1.384 2.434a3.768 3.768 0 0 0 1.537 5.206l26.739 13.911 7.556-.559 29.367 15.098s19.952 10.206 21.013 10.956 1.669 4.947 3.648 4.598c1.416-.25 7.628-5.333 5.821-8.964z' fill='%23be7855'/%3E%3Cg fill='%23ffbe3c'%3E%3Cpath d='M182.113 311.782s1.863 8.266.116 9.197c-1.746.931-11.06.931-10.827-1.048s1.513-8.964 1.513-8.964l9.198.815zM197.596 307.358s-1.513 6.17 1.513 6.403c3.027.233 20.14.116 20.606-.349.466-.466 1.048-1.63 1.048-1.63l-15.833-4.424h-7.334z'/%3E%3C/g%3E%3Cpath d='M180.221 230.407s-4.162 9.895-5.675 44.18c-.403 9.122.698 6.985-3.842 36.322l5.388 2.813a5.065 5.065 0 0 0 4.967-.158l5.245-3.179s-2.561-32.829 5.821-51.689c0 0 4.424 8.149 4.424 14.203s-.233 35.158-.233 35.158 9.779 1.63 14.203 1.164c0 0-2.794-63.156-5.588-78.028l-24.71-.786z' fill='%23eaf3f5'/%3E%3Cg fill='%23965032'%3E%3Cpath d='M181.007 226.216s-1.659 1.222-.786 4.191c0 0 12.748 5.501 24.709.786 0 0 1.31-1.921-.349-4.278l-23.574-.699zM163.952 195.948c-7.255 2.697-18.277 9.43-17.579 14.785.699 5.355 4.494 4.049 5.677 2.734s4.583-5.535 5.644-6.284c1.061-.75 18.219-9.559 18.219-9.559l45.431-23.358s.349-2.27-2.357-4.104c.001 0-27.794 15.658-55.035 25.786z'/%3E%3C/g%3E%3Cpath d='M185.372 169.638l-.262 1.921s-.698 12.311 3.318 15.629c0 0 .873 2.532-.524 3.754s-15.192 8.207-15.192 8.207-3.58 7.422-3.492 11.613c0 0-3.405-1.31-3.056-2.969s2.357-6.025 1.746-8.12-2.881-1.484-2.881-1.484-1.135 1.222.698 2.008l-.611 2.619-7.422 4.366 1.659 2.008s.087 15.367 9.168 17.375c0 0 4.802.349 10.477-10.477 0 0 3.056 5.413 2.008 10.128 0 0 9.954 5.413 23.574.698l.175-9.43s2.095 14.494 9.255 13.097c0 0 19.833-7.634 16.531-10.536-7.683-6.752-16.961-1.046-16.961-1.046-.45-9.808-1.271-22.494-2.538-23.867-2.095-2.27-8.557-1.048-9.837-3.958s-.931-8.033.466-13.97-5.704-10.128-5.704-10.128l-10.595 2.562z' fill='%23ffbe3c'/%3E%3Cpath d='M185.111 171.559s7.13 1.804 12.718-.407l2.445 6.054h1.397s3.366-11.203-1.104-11.072c0 0-.017-3.637-7.823-3.484-6.706.131-9.03 4.485-7.633 8.909z' fill='%23464655'/%3E%3Cg fill='%23965032'%3E%3Cpath d='M330.65 311.782s-1.863 8.266-.116 9.197c1.746.931 11.06.931 10.827-1.048s-1.513-8.964-1.513-8.964l-9.198.815zM315.167 307.358s1.513 6.17-1.513 6.403c-3.027.233-20.14.116-20.606-.349-.466-.466-1.048-1.63-1.048-1.63l15.833-4.424h7.334z'/%3E%3C/g%3E%3Cpath d='M332.542 230.407s4.162 9.895 5.675 44.18c.403 9.122-.698 6.985 3.842 36.322l-5.388 2.813a5.065 5.065 0 0 1-4.967-.158l-5.245-3.179s2.561-32.829-5.821-51.689c0 0-4.424 8.149-4.424 14.203s.233 35.158.233 35.158-9.779 1.63-14.203 1.164c0 0 2.794-63.156 5.588-78.028l24.71-.786z' fill='%23eaf3f5'/%3E%3Cpath d='M331.755 226.216s1.659 1.222.786 4.191c0 0-12.748 5.501-24.709.786 0 0-1.31-1.921.349-4.278l23.574-.699z' fill='%23be7855'/%3E%3Cpath d='M327.391 169.638l.262 1.921s.699 12.311-3.318 15.629c0 0-.873 2.532.524 3.754s15.192 8.207 15.192 8.207 3.58 7.422 3.492 11.613c0 0 3.405-1.31 3.056-2.969s-2.357-6.025-1.746-8.12 2.881-1.484 2.881-1.484 1.135 1.222-.699 2.008l.611 2.619 7.422 4.366-1.659 2.008s-.087 15.367-9.168 17.375c0 0-4.802.349-10.477-10.477 0 0-3.056 5.413-2.008 10.128 0 0-9.954 5.413-23.574.698l-.175-9.43s-2.095 14.494-9.255 13.097c0 0-19.833-7.634-16.531-10.536 7.683-6.752 16.961-1.046 16.961-1.046.45-9.808 1.271-22.494 2.538-23.867 2.095-2.27 8.557-1.048 9.837-3.958s.931-8.033-.466-13.97 5.704-10.128 5.704-10.128l10.596 2.562z' fill='%23965032'/%3E%3Cpath d='M327.652 171.559s-7.13 1.804-12.718-.407l-2.445 6.054h-1.397s-3.366-11.203 1.104-11.072c0 0 .017-3.637 7.823-3.484 6.705.131 9.03 4.485 7.633 8.909z' fill='%23464655'/%3E%3Cpath d='M207.865 176.225c-.583-1.418.394-1.808.394-1.808s7.067-3.879 7.889-3.813c1.359.11 3.024 2.498 3.024 4.536s2.654 7.328 8.111 8.643c0 0-6.81 9.255-16.263 7.99 0-.001.634-6.331-3.155-15.548z' fill='%23eaf3f5'/%3E%3Cpath d='M217.77 219.581c-2.094 0-3.792 1.811-3.792 4.044v46.247c0 11.176 5.239 50.292 41.91 61.468 36.671-11.176 41.91-50.292 41.91-61.468v-46.247c0-2.234-1.698-4.044-3.792-4.044H217.77z' fill='%2382afff'/%3E%3Cpath d='M297.798 269.872v-46.247c0-2.234-1.697-4.044-3.792-4.044h-38.118v39.116l36.838 36.838c4.077-10.766 5.072-20.829 5.072-25.663z' fill='%23ffe15a'/%3E%3Cpath d='M213.978 269.872v-46.247c0-2.234 1.697-4.044 3.792-4.044h38.118v39.116l-36.837 36.838c-4.08-10.766-5.073-20.829-5.073-25.663z' fill='%23eaf3f5'/%3E%3Cpath fill='%238c5a28' d='M231.174 294.338l9.696 10.255h27.009l5.725-7.339-6.586 2.635h-21.827z'/%3E%3Cpath d='M241.617 281.104l-1.48 14.928-6.737-2.572s3.099-7.194 8.217-12.356z' fill='%23f5f5f5'/%3E%3Cg fill='%238c5a28'%3E%3Cpath d='M254.91 275.19h.996v25.42h-.996zM264.12 277.34h.996v23.269h-.996zM245.73 277.34h.996v23.269h-.996z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M259.108 298.195h-7.391a.491.491 0 0 1-.491-.491v-4.381c0-.271.22-.491.491-.491h7.391c.271 0 .491.22.491.491v4.381c0 .271-.22.491-.491.491zM259.108 291.045h-7.391a.491.491 0 0 1-.491-.491v-4.381c0-.271.22-.491.491-.491h7.391c.271 0 .491.22.491.491v4.381c0 .271-.22.491-.491.491zM259.108 284.459h-7.391a.491.491 0 0 1-.491-.491v-4.381c0-.271.22-.491.491-.491h7.391c.271 0 .491.22.491.491v4.381c0 .271-.22.491-.491.491zM267.754 298.195h-6.262a.491.491 0 0 1-.491-.491v-4.381c0-.271.22-.491.491-.491h6.262c.271 0 .491.22.491.491v4.381a.49.49 0 0 1-.491.491zM267.754 291.612h-6.262a.491.491 0 0 1-.491-.491v-3.54c0-.271.22-.491.491-.491h6.262c.271 0 .491.22.491.491v3.54a.49.49 0 0 1-.491.491zM267.754 285.086h-6.262a.491.491 0 0 1-.491-.491v-2.814c0-.271.22-.491.491-.491h6.262c.271 0 .491.22.491.491v2.814a.49.49 0 0 1-.491.491zM249.359 298.195h-6.262a.491.491 0 0 1-.491-.491v-4.381c0-.271.22-.491.491-.491h6.262c.271 0 .491.22.491.491v4.381c0 .271-.22.491-.491.491zM249.359 291.612h-6.262a.491.491 0 0 1-.491-.491v-3.54c0-.271.22-.491.491-.491h6.262c.271 0 .491.22.491.491v3.54c0 .271-.22.491-.491.491zM249.359 285.086h-6.262a.491.491 0 0 1-.491-.491v-2.814c0-.271.22-.491.491-.491h6.262c.271 0 .491.22.491.491v2.814a.49.49 0 0 1-.491.491z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M264.121 277.343v3.007l-4.427-1.531zM245.738 277.343v3.007l-4.425-1.531zM254.947 275.182v3.007l-4.426-1.53z'/%3E%3C/g%3E%3Cpath d='M289.15 303.4h-66.523a63.497 63.497 0 0 0 3.297 5.588h59.929a63.497 63.497 0 0 0 3.297-5.588z' fill='%234173cd'/%3E%3Cpath d='M285.853 308.988h-59.929a56.15 56.15 0 0 0 9.781 11.176h40.368a56.175 56.175 0 0 0 9.78-11.176z' fill='%2373af00'/%3E%3Cpath d='M235.704 320.164c5.363 4.698 11.944 8.664 20.184 11.176 8.24-2.512 14.821-6.477 20.184-11.176h-40.368z' fill='%23ffe15a'/%3E%3Cpath d='M248.71 261.98s-.41.143-.849.093c-.34-.146-1.036-.169-.616-1.459.204-.64.632-1.542.321-1.776l-.813-.942-1.95-2.258c-1.468-1.618-3.208-3.478-5.237-5.312l-3.122-2.834c-1.101-.929-2.119-1.969-3.319-2.834-.679-.357-1.541-.536-2.295-.815-.736-.297-1.197-.856-1.736-1.33l-3.096-2.859c-2.039-1.825-3.829-3.637-5.361-5.192a98.433 98.433 0 0 1-3.532-3.716 2.224 2.224 0 0 1 .111-3.096l2.483-2.396a2.224 2.224 0 0 1 3.098-.001c.91.88 2.157 2.126 3.588 3.663 1.5 1.587 3.247 3.441 4.997 5.543l2.746 3.197c.455.556.997 1.036 1.268 1.783.252.764.401 1.632.733 2.323.821 1.23 1.824 2.284 2.713 3.418l2.721 3.221c1.76 2.094 3.557 3.899 5.121 5.424l2.187 2.03.912.846c.223.318 1.14-.077 1.786-.258 1.304-.374 1.303.323 1.436.668.034.441-.123.846-.123.846l-4.172 4.023z' fill='%23be7855'/%3E%3Cpath d='M221.342 266.38a2.095 2.095 0 0 1-1.683-3.339l19.907-27.007a2.095 2.095 0 0 1 3.372 2.488l-19.907 27.007a2.092 2.092 0 0 1-1.689.851z' fill='%23965032'/%3E%3Cpath fill='%23f5f5f5' d='M237.295 234.249l10.361 6.869 4.423-6.17-9.662-7.8z'/%3E%3Cpath d='M264.828 231.594l26.551 32.743s3.732.17 3.223-2.799l-27.484-32.234-2.29 2.29z' fill='%23965032'/%3E%3Cpath d='M258.889 236.089s7.465-1.357 10.603-6.023l4.241 5.005s-6.956 4.92-7.634 10.264c0 0-5.682-1.526-7.21-9.246z' fill='%23eaf3f5'/%3E%3Cg fill='%23965032'%3E%3Cpath d='M287.561 232.866c-.488 0-.957-.265-1.201-.726-.755-1.431-.885-2.725-.387-3.849.697-1.575 2.338-2.036 2.521-2.084.74-.164 1.466.254 1.654.976a1.356 1.356 0 0 1-.962 1.649c-.151.048-.596.244-.737.567-.133.318-.021.843.313 1.479a1.357 1.357 0 0 1-1.201 1.988zM265.747 253.067c0-.488-.265-.957-.726-1.201-1.431-.755-2.725-.885-3.849-.387-1.575.697-2.036 2.338-2.084 2.521-.164.74.254 1.466.975 1.654a1.356 1.356 0 0 0 1.649-.962c.048-.151.244-.596.567-.737.318-.133.843-.021 1.479.313a1.357 1.357 0 0 0 1.989-1.201z'/%3E%3C/g%3E%3Cpath fill='%23eaf3f5' d='M288.466 229.812l-24.996 24.543 5.882 6.56 24.429-24.656z'/%3E%3Cpath d='M161.508 194.435c1.674-.388 3.143 1.863 1.63 3.492s-5.887 4.574-7.218 4.307c-2.33-.465-3.958-5.587 5.588-7.799z' fill='%23ffbe3c'/%3E%3Cpath d='M351.159 196.792c-1.553-.388-2.914 1.863-1.511 3.492s5.458 4.574 6.692 4.307c2.159-.465 3.669-5.587-5.181-7.799z' fill='%23965032'/%3E%3Cpath d='M294.005 219.581c2.094 0 3.792 1.811 3.792 4.044v46.247c0 11.176-5.239 50.292-41.91 61.468-36.671-11.176-41.91-50.292-41.91-61.468v-46.247c0-2.233 1.698-4.044 3.792-4.044h76.236m0-2.794H217.77c-3.631 0-6.586 3.068-6.586 6.838v46.247c0 2.67.36 16.757 7.467 31.92 7.556 16.12 20.151 27.261 36.422 32.22l.814.248.814-.248c16.271-4.959 28.866-16.1 36.422-32.22 7.107-15.163 7.467-29.25 7.467-31.92v-46.247c.001-3.771-2.952-6.838-6.585-6.838z' fill='%23464655'/%3E%3Cpath d='M322.977 331.995c-11.874-3.98-24.613-2.143-36.627 5.872-15.356 10.237-25.536 10.237-30.428 10.237s-15.072 0-30.428-10.237c-12.012-8.01-24.756-9.849-36.627-5.872v11.979c7.481-3.576 18.028-5.072 30.428 3.192 18.172 12.115 31.105 12.115 36.627 12.115 5.522 0 18.456 0 36.627-12.115 12.401-8.273 22.947-6.772 30.428-3.194v-11.977z' fill='%23eaf3f5'/%3E%3Cpath d='M255.921 395.602c-78.57 0-142.493-63.923-142.493-142.493s63.923-142.493 142.493-142.493 142.493 63.923 142.493 142.493-63.923 142.493-142.493 142.493zm0-279.399c-75.489 0-136.905 61.413-136.905 136.905s61.416 136.905 136.905 136.905S392.826 328.6 392.826 253.108 331.41 116.203 255.921 116.203z' fill='%23965032'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M100.04 264.983s-.582-17.462 16.182-17.462c0 0 .349 6.869-5.704 9.895-4.896 2.447-10.478 7.567-10.478 7.567z'/%3E%3Cpath d='M132.407 264.983s.582-17.462-16.182-17.462c0 0-.349 6.869 5.704 9.895 4.896 2.447 10.478 7.567 10.478 7.567zM411.686 247.521s.582 17.462-16.182 17.462c0 0-.349-6.869 5.704-9.895 4.895-2.448 10.478-7.567 10.478-7.567z'/%3E%3Cpath d='M379.318 247.521s-.582 17.462 16.182 17.462c0 0 .349-6.869-5.704-9.895-4.895-2.448-10.478-7.567-10.478-7.567zM264.594 412.075s-17.462.582-17.462-16.182c0 0 6.869-.349 9.895 5.704 2.447 4.895 7.567 10.478 7.567 10.478z'/%3E%3Cpath d='M264.594 379.707s-17.462-.582-17.462 16.182c0 0 6.869.349 9.895-5.704 2.447-4.895 7.567-10.478 7.567-10.478zM247.132 100.429s17.462-.582 17.462 16.182c0 0-6.869.349-9.895-5.704-2.448-4.896-7.567-10.478-7.567-10.478z'/%3E%3Cpath d='M247.132 132.796s17.462.582 17.462-16.182c0 0-6.869-.349-9.895 5.704-2.448 4.896-7.567 10.478-7.567 10.478zM151.853 372.609s-12.759-11.936-.906-23.79c0 0 5.104 4.61 2.963 11.031-1.73 5.192-2.057 12.759-2.057 12.759z'/%3E%3Cpath d='M174.741 349.722s-11.936-12.759-23.79-.906c0 0 4.61 5.104 11.031 2.963 5.191-1.73 12.759-2.057 12.759-2.057zM359.871 139.895s12.759 11.936.905 23.79c0 0-5.104-4.61-2.963-11.031 1.731-5.192 2.058-12.759 2.058-12.759z'/%3E%3Cpath d='M336.984 162.782s11.936 12.759 23.79.906c0 0-4.61-5.104-11.031-2.963-5.191 1.729-12.759 2.057-12.759 2.057zM372.22 360.261s-11.936 12.759-23.79.906c0 0 4.61-5.104 11.031-2.963 5.191 1.73 12.759 2.057 12.759 2.057z'/%3E%3Cpath d='M349.332 337.374s-12.759 11.936-.906 23.79c0 0 5.104-4.61 2.963-11.031-1.729-5.191-2.057-12.759-2.057-12.759zM139.506 152.242s11.936-12.759 23.79-.906c0 0-4.61 5.104-11.031 2.963-5.192-1.729-12.759-2.057-12.759-2.057z'/%3E%3Cpath d='M162.393 175.13s12.759-11.936.906-23.79c0 0-5.104 4.61-2.963 11.031 1.728 5.191 2.057 12.759 2.057 12.759zM115.243 323.949s-7.22-15.91 8.267-22.326c0 0 2.951 6.212-1.483 11.325-3.586 4.135-6.784 11.001-6.784 11.001z'/%3E%3Cpath d='M145.146 311.563s-6.145-16.356-21.633-9.941c0 0 2.306 6.479 9.057 6.959 5.459.388 12.576 2.982 12.576 2.982zM396.483 188.554s7.22 15.91-8.267 22.326c0 0-2.951-6.212 1.483-11.325 3.586-4.134 6.784-11.001 6.784-11.001z'/%3E%3Cpath d='M366.579 200.941s6.145 16.356 21.633 9.941c0 0-2.306-6.479-9.057-6.959-5.46-.389-12.576-2.982-12.576-2.982zM323.56 396.872s-15.91 7.22-22.326-8.267c0 0 6.212-2.951 11.325 1.483 4.135 3.586 11.001 6.784 11.001 6.784z'/%3E%3Cpath d='M311.173 366.969s-16.356 6.145-9.941 21.633c0 0 6.479-2.306 6.959-9.057.388-5.46 2.982-12.576 2.982-12.576zM188.165 115.632s15.91-7.22 22.326 8.267c0 0-6.212 2.951-11.325-1.483-4.134-3.586-11.001-6.784-11.001-6.784z'/%3E%3Cpath d='M200.551 145.535s16.356-6.145 9.941-21.633c0 0-6.479 2.306-6.959 9.057-.388 5.459-2.982 12.576-2.982 12.576zM204.299 403.555s-16.356-6.145-9.941-21.633c0 0 6.479 2.306 6.959 9.057.387 5.459 2.982 12.576 2.982 12.576z'/%3E%3Cpath d='M216.685 373.651s-15.91-7.22-22.326 8.267c0 0 6.212 2.951 11.325-1.483 4.134-3.586 11.001-6.784 11.001-6.784zM307.427 108.949s16.356 6.145 9.941 21.633c0 0-6.479-2.306-6.959-9.057-.388-5.459-2.982-12.576-2.982-12.576z'/%3E%3Cpath d='M295.04 138.853s15.91 7.22 22.326-8.267c0 0-6.212-2.951-11.325 1.483-4.135 3.585-11.001 6.784-11.001 6.784zM403.165 307.816s-6.145 16.356-21.633 9.941c0 0 2.306-6.479 9.057-6.959 5.459-.388 12.576-2.982 12.576-2.982z'/%3E%3Cpath d='M373.262 295.43s-7.22 15.91 8.267 22.326c0 0 2.951-6.212-1.483-11.325-3.585-4.135-6.784-11.001-6.784-11.001zM108.56 204.688s6.145-16.356 21.633-9.941c0 0-2.306 6.479-9.057 6.959-5.459.388-12.576 2.982-12.576 2.982z'/%3E%3Cpath d='M138.464 217.074s7.22-15.91-8.268-22.326c0 0-2.951 6.212 1.483 11.325 3.585 4.135 6.785 11.001 6.785 11.001zM104.737 295.215s-3.978-17.013 12.464-20.284c0 0 1.683 6.668-3.664 10.818-4.323 3.356-8.8 9.466-8.8 9.466z'/%3E%3Cpath d='M136.482 288.9s-2.836-17.24-19.278-13.97c0 0 .997 6.805 7.525 8.592 5.279 1.446 11.753 5.378 11.753 5.378zM406.987 217.289s3.978 17.013-12.464 20.284c0 0-1.683-6.668 3.664-10.818 4.325-3.356 8.8-9.466 8.8-9.466z'/%3E%3Cpath d='M375.242 223.603s2.836 17.24 19.278 13.97c0 0-.997-6.805-7.525-8.592-5.279-1.446-11.753-5.378-11.753-5.378zM294.826 407.377s-17.013 3.978-20.284-12.464c0 0 6.668-1.683 10.818 3.664 3.356 4.324 9.466 8.8 9.466 8.8z'/%3E%3Cpath d='M288.51 375.632s-17.24 2.836-13.97 19.278c0 0 6.805-.997 8.592-7.525 1.446-5.279 5.378-11.753 5.378-11.753zM216.9 105.126s17.013-3.978 20.284 12.464c0 0-6.668 1.683-10.818-3.664-3.356-4.323-9.466-8.8-9.466-8.8z'/%3E%3Cpath d='M223.215 136.872s17.24-2.836 13.97-19.278c0 0-6.805.997-8.592 7.525-1.447 5.279-5.378 11.753-5.378 11.753zM176.551 390.665s-14.843-9.218-5.529-23.156c0 0 5.905 3.526 5.059 10.241-.685 5.429.47 12.915.47 12.915z'/%3E%3Cpath d='M194.534 363.752s-14.196-10.186-23.51 3.753c0 0 5.517 4.106 11.397.755 4.755-2.711 12.113-4.508 12.113-4.508zM335.173 121.839s14.843 9.218 5.529 23.156c0 0-5.905-3.526-5.059-10.241.685-5.429-.47-12.915-.47-12.915z'/%3E%3Cpath d='M317.19 148.752s14.196 10.186 23.51-3.753c0 0-5.517-4.106-11.397-.755-4.754 2.71-12.113 4.508-12.113 4.508zM390.276 335.563s-9.218 14.843-23.156 5.529c0 0 3.526-5.905 10.241-5.059 5.428.685 12.915-.47 12.915-.47z'/%3E%3Cpath d='M363.362 317.58s-10.186 14.196 3.753 23.51c0 0 4.106-5.517.755-11.397-2.71-4.755-4.508-12.113-4.508-12.113zM121.45 176.941s9.218-14.843 23.156-5.529c0 0-3.526 5.905-10.241 5.059-5.429-.685-12.915.47-12.915.47z'/%3E%3Cpath d='M148.363 194.923s10.186-14.196-3.753-23.51c0 0-4.106 5.517-.755 11.397 2.709 4.755 4.508 12.113 4.508 12.113zM131.152 350.082s-10.186-14.196 3.753-23.51c0 0 4.106 5.517.755 11.397-2.711 4.755-4.508 12.113-4.508 12.113z'/%3E%3Cpath d='M158.064 332.1s-9.218-14.843-23.156-5.529c0 0 3.526 5.905 10.241 5.059 5.428-.686 12.915.47 12.915.47zM380.574 162.422s10.186 14.196-3.753 23.51c0 0-4.106-5.517-.755-11.397 2.71-4.755 4.508-12.113 4.508-12.113z'/%3E%3Cpath d='M353.661 180.404s9.218 14.843 23.156 5.529c0 0-3.526-5.905-10.241-5.059-5.429.685-12.915-.47-12.915-.47zM349.693 380.963s-14.196 10.186-23.51-3.753c0 0 5.517-4.106 11.397-.755 4.755 2.711 12.113 4.508 12.113 4.508z'/%3E%3Cpath d='M331.711 354.051s-14.843 9.218-5.529 23.156c0 0 5.905-3.526 5.059-10.241-.685-5.43.47-12.915.47-12.915zM162.033 131.541s14.196-10.186 23.51 3.753c0 0-5.517 4.106-11.397.755-4.755-2.711-12.113-4.508-12.113-4.508z'/%3E%3Cpath d='M180.014 158.453s14.843-9.218 5.529-23.156c0 0-5.905 3.526-5.059 10.241.686 5.429-.47 12.915-.47 12.915zM234.027 410.784s-17.24-2.836-13.97-19.278c0 0 6.805.997 8.592 7.525 1.445 5.279 5.378 11.753 5.378 11.753z'/%3E%3Cpath d='M240.34 379.039s-17.013-3.978-20.284 12.464c0 0 6.668 1.683 10.818-3.664 3.356-4.324 9.466-8.8 9.466-8.8zM277.699 101.72s17.24 2.836 13.97 19.278c0 0-6.805-.997-8.592-7.525-1.447-5.279-5.378-11.753-5.378-11.753z'/%3E%3Cpath d='M271.384 133.465s17.013 3.978 20.284-12.464c0 0-6.668-1.683-10.818 3.664-3.355 4.324-9.466 8.8-9.466 8.8zM410.395 278.088s-2.836 17.24-19.278 13.97c0 0 .997-6.805 7.525-8.592 5.279-1.446 11.753-5.378 11.753-5.378z'/%3E%3Cpath d='M378.65 271.773s-3.978 17.013 12.464 20.284c0 0 1.683-6.668-3.664-10.818-4.325-3.355-8.8-9.466-8.8-9.466zM101.331 234.416s2.836-17.24 19.278-13.97c0 0-.997 6.805-7.525 8.592-5.279 1.446-11.753 5.378-11.753 5.378z'/%3E%3Cpath d='M133.076 240.73s3.978-17.013-12.464-20.284c0 0-1.683 6.668 3.664 10.818 4.324 3.356 8.8 9.466 8.8 9.466z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.bm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M305.478 261.891a3.89 3.89 0 0 0-3.891 3.891v143.96c0 11.672 7.782 50.58 81.707 62.253 73.925-11.672 81.707-50.58 81.707-62.253v-143.96a3.89 3.89 0 0 0-3.891-3.891H305.478z' fill='%23f5f5f5'/%3E%3Cpath d='M383.294 471.995c61.711-9.744 77.319-38.456 80.796-54.471H302.499c3.476 16.015 19.084 44.727 80.795 54.471z' fill='%2373af00'/%3E%3Cpath d='M433.875 343.598s3.891-3.891 0-11.672l-50.58-2.263-50.58 2.263c-3.891 7.782 0 11.672 0 11.672-3.891 3.891-3.891 7.782-3.891 7.782h7.782l8.43 13.942 38.259 21.076 38.259-21.076 8.43-13.942h7.782c-.001 0-.001-3.891-3.891-7.782z' fill='%2382afff'/%3E%3Cpath d='M421.554 365.322s-2.432-5.35-8.916-4.701c0 0-3.567-4.701-9.565-3.404 0 0-6.971-4.053-11.024 3.404 0 0-12.889-1.31-13.578 8.504 0 0 20.062 30.241 20.549 30.566.486.324 23.993.162 23.993.162l10.863-11.985-10.701-15.413-1.621-7.133z' fill='%23f5f5f5'/%3E%3Cpath d='M383.781 374.887s-17.019-27.802-19.454-30.154c-2.351-2.27-6.971-4.377-11.672-.486 0 0-14.104-1.135-12.159 9.565l4.053 16.212s-3.567 11.186-5.188 12.321-7.62 4.215-7.62 4.215l3.404 13.456 45.393-2.27 3.243-22.859z' fill='%23f0c850'/%3E%3Cpath d='M403.397 362.728l-.054.023-1.256-2.963a.967.967 0 0 0-1.288-.509l-8.444 3.723-10.043-16.441a1.452 1.452 0 0 0 .429-1.591 1.462 1.462 0 0 0-1.866-.885l-2.238.801-1.514-4.475a.98.98 0 0 0-1.233-.612.975.975 0 0 0-.61 1.235l1.525 4.508-2.393.857a1.46 1.46 0 1 0 .492 2.835c.085 0 .17-.029.256-.044l3.311 19.936-2.136.941a.97.97 0 0 0-.522 1.216l1.211 3.372c.029.568.028 1.525-.166 2.738l-13.582-23.298c.57-.357.855-1.051.62-1.707a1.457 1.457 0 0 0-1.866-.885l-2.238.801-1.514-4.475a.974.974 0 0 0-1.233-.612.975.975 0 0 0-.61 1.235l1.525 4.508-2.393.857a1.462 1.462 0 0 0-.882 1.866c.194.544.69.865 1.228.923l5.896 36.794c-.761.32-1.507.644-2.346.942 0 0-2.756 13.131-.648 13.78s23.831 7.295 23.831 7.295 29.992-14.266 30.64-14.591c.648-.324 1.945-9.727 1.945-9.727l-11.834-28.371zm-1.841.79l-2.511 1.079-.832-2.052 2.468-1.089.875 2.062zm-15.179 4.246l2.064-.91.793 1.956-2.186.939-.671-1.985zm-1.122 2.754l-2.442 1.049-.768-1.893 2.545-1.122.665 1.966zm5.766-2.475l-.8-1.974 2.205-.973.809 1.996-2.214.951zm3.184-3.731l2.23-.983.825 2.034-2.239.961-.816-2.012zm-13.705-16.99l10.061 16.471-4.81 2.121-6.177-18.26.926-.332zm-3.472 1.243l.714-.256 6.222 18.393-3.656 1.612-3.28-19.749zm3.239 21.893l.761 1.876-2.401 1.031-.677-1.886 2.317-1.021zm-18.822-15.644l14.733 25.273c-.742 2.144-2.14 4.632-4.594 7.075l-10.856-32.091.717-.257zm-3.637 1.302l1.088-.389 11.118 32.866c-1.685 1.399-3.783 2.75-6.364 3.988l-5.842-36.465z' fill='%23965032'/%3E%3Cpath d='M437.401 326.029c-1.034-1.641-4.35-.939-4.35-.939s-.946-1.892-3.448-2.076c-2.502-.183-2.96 2.045-2.96 2.045s-.468-.349-3.224-.267c-2.756.081-2.189 4.62-2.189 4.62s-1.054 0-4.62-1.135c-3.567-1.135-5.917-.324-5.917-.324-.162-1.864-1.135-3.242-1.135-3.242-2.999 1.216-5.35-.162-5.917-1.216-.568-1.053.892-2.675.892-4.053s-1.905-1.317-2.574-2.533 0-1.885 1.763-2.675 3.404-3.708 2.31-6.079-4.256-1.945-4.256-1.945c1.094.182 2.006 2.249.243 2.675s-3.344-6.019-3.344-6.019c4.073 2.736 7.052 1.094 7.903-1.277s-1.398-4.012-1.398-4.012c-1.763 2.857-4.803.365-3.161-1.459 1.641-1.824 1.783-4.884 1.783-4.884-3.648 1.783-5.917-.486-5.917-.486 4.783-3.323 3.404-8.025 3.404-8.025-1.783-.811-5.593-.162-5.593-.162.81-1.621.649-4.54.649-4.54-2.027-.324-4.296.973-4.296.973.649-2.269-.243-6.241-.243-6.241-1.459.243-4.215 1.054-4.215 1.054-1.135-2.594-4.296-4.134-4.296-4.134s-3.161 1.54-4.296 4.134c0 0-2.756-.811-4.215-1.054 0 0-.892 3.972-.243 6.241 0 0-2.27-1.297-4.296-.973 0 0-.162 2.918.649 4.54 0 0-3.81-.649-5.593.162 0 0-1.378 4.702 3.404 8.025 0 0-2.27 2.27-5.917.486 0 0 .142 3.06 1.783 4.884s-1.398 4.316-3.161 1.459c0 0-2.249 1.641-1.398 4.012.851 2.371 3.83 4.012 7.903 1.277 0 0-1.581 6.444-3.344 6.019-1.763-.426-.851-2.493.243-2.675 0 0-3.161-.426-4.256 1.945-1.094 2.371.547 5.289 2.31 6.079s2.432 1.459 1.763 2.675-2.574 1.155-2.574 2.533 1.459 2.999.891 4.053c-.567 1.054-2.918 2.432-5.917 1.216 0 0-.973 1.378-1.135 3.242 0 0-2.351-.811-5.917.324-3.567 1.135-4.62 1.135-4.62 1.135s.567-4.539-2.189-4.62c-2.756-.081-3.224.267-3.224.267s-.458-2.228-2.96-2.045c-2.502.183-3.448 2.076-3.448 2.076s-3.317-.703-4.35.939c-1.033 1.641-1.155 4.134.79 5.167s7.113 5.35 7.113 5.35l7.295 3.161L369.92 328.4l13.375 3.526 13.375-3.526 25.533 11.308 7.295-3.161s5.167-4.316 7.113-5.35c1.945-1.034 1.823-3.527.79-5.168z' fill='%23ff4b55'/%3E%3Cpath d='M375.33 284.824s.275 3.433 5.356 2.518c-.001 0-.138-3.571-5.356-2.518z' fill='%23f5f5f5'/%3E%3Cpath d='M356.531 420.442s-3.648-.122-7.417 2.675c-3.769 2.797-5.431.811-9.2.811s-4.661 3.931-4.661 3.931-7.295 1.824-4.377 7.174c1.845 3.384 4.414 3.312 6.057 2.804-.083 2.273.434 4.772 3.062 5.221 4.985.851 7.174-1.824 6.079-5.958 0 0 .608 4.256 3.891 4.134s5.471-1.945 5.107-6.323c-.365-4.377 5.471-1.702 9.97-8.146l-8.511-6.323z' fill='%23ff4b55'/%3E%3Cg fill='%2382afff'%3E%3Cpath d='M335.212 436.086s-2.27 2.999-1.621 5.917c0 0-4.863-1.54-2.27-8.754 0 0 3.324-.892 3.891 2.837zM342.852 440.017s-1.337 3.769.486 7.113c0 0-6.079-.182-4.863-7.66 0 0 1.945-2.006 4.377.547zM348.931 439.652s1.094 3.161 0 6.201c0 0 4.985-.304 4.134-7.478 0 .001-2.675-.972-4.134 1.277z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M344.493 366.943c-.46-3.749-23.953-5.958-22.494 13.78 0 0-2.606-.048-3.888 2.378s-4.028 1.831-4.852.961c0 0 .183 4.394 5.63 4.211 0 0-1.724 1.358-1.48 3.342s1.678 4.486 1.587 6.195c-.092 1.709-1.709 4.089-1.709 4.089s4.181-1.434 4.455-4.425c.275-2.991-.397-5.493.427-7.019 0 0-.397 2.106 1.465 4.761 1.861 2.655 1.953 5.89 1.19 7.904 0 0 4.638-2.289 3.753-6.714s-1.831-4.028-1.404-6.5c0 0 4.822 4.913 3.998 9.094 0 0 1.541-1.846 1.404-5.325s-2.552-5.819-2.552-5.819 16.051-8.025 14.47-20.913zM410.058 420.442s3.648-.122 7.417 2.675c3.769 2.797 5.431.811 9.2.811s4.661 3.931 4.661 3.931 7.295 1.824 4.377 7.174c-1.845 3.384-4.414 3.312-6.057 2.804.083 2.273-.434 4.772-3.062 5.221-4.985.851-7.174-1.824-6.079-5.958 0 0-.608 4.256-3.891 4.134s-5.471-1.945-5.107-6.323c.365-4.377-5.471-1.702-9.97-8.146l8.511-6.323z'/%3E%3C/g%3E%3Cg fill='%2382afff'%3E%3Cpath d='M431.376 436.086s2.27 2.999 1.621 5.917c0 0 4.863-1.54 2.27-8.754 0 0-3.323-.892-3.891 2.837zM423.736 440.017s1.337 3.769-.486 7.113c0 0 6.079-.182 4.864-7.66 0 0-1.946-2.006-4.378.547zM417.657 439.652s-1.094 3.161 0 6.201c0 0-4.985-.304-4.134-7.478 0 .001 2.675-.972 4.134 1.277z'/%3E%3C/g%3E%3Cpath d='M422.095 366.943c.46-3.749 23.953-5.958 22.494 13.78 0 0 2.606-.048 3.888 2.378s4.028 1.831 4.852.961c0 0-.183 4.394-5.63 4.211 0 0 1.724 1.358 1.48 3.342s-1.678 4.486-1.587 6.195c.092 1.709 1.709 4.089 1.709 4.089s-4.181-1.434-4.455-4.425c-.275-2.991.397-5.493-.427-7.019 0 0 .397 2.106-1.465 4.761-1.861 2.655-1.953 5.89-1.19 7.904 0 0-4.638-2.289-3.753-6.714s1.831-4.028 1.404-6.5c0 0-4.822 4.913-3.998 9.094 0 0-1.541-1.846-1.404-5.325s2.552-5.819 2.552-5.819-16.051-8.025-14.47-20.913z' fill='%23ff4b55'/%3E%3Cpath d='M431.705 333.301a1.936 1.936 0 0 0-2.696.551c-1.231 1.858-2.852 2.945-4.955 3.321-6.961 1.208-16.998-5.646-19.912-7.789-4.224-3.105-9.443-3.644-12.907-1.51-1.383.457-5.608 1.79-7.941 1.79s-6.558-1.333-7.941-1.79c-3.464-2.134-8.683-1.595-12.907 1.51-2.914 2.143-12.951 8.997-19.912 7.789-2.103-.376-3.724-1.463-4.955-3.321a1.937 1.937 0 0 0-2.696-.551 1.943 1.943 0 0 0-.549 2.694c1.824 2.759 4.352 4.442 7.518 5.008.8.144 1.617.209 2.449.209 7.424 0 15.825-5.297 20.448-8.69 3.437-2.523 7.29-2.519 9.024-1.056.439.372.937.957.817 1.645-.065.376-.312.714-.724.999a1.945 1.945 0 0 0-3.292-1.695c-.99.984-1.098 2.584-.264 3.883.838 1.303 2.643 2.257 4.788 1.463 1.09-.406 1.961-1.182 2.564-2.133 2.956-.86 5.633-.866 5.633-.866s2.677.006 5.633.866c.603.951 1.475 1.727 2.564 2.133 2.145.794 3.95-.16 4.788-1.463.834-1.299.726-2.899-.264-3.883a1.945 1.945 0 0 0-3.292 1.695c-.412-.285-.659-.623-.724-.999-.12-.688.378-1.273.817-1.645 1.735-1.463 5.587-1.467 9.024 1.056 4.622 3.393 13.023 8.69 20.448 8.69.832 0 1.649-.065 2.449-.209 3.165-.566 5.694-2.249 7.518-5.008a1.945 1.945 0 0 0-.551-2.694z' fill='%23ffe15a'/%3E%3Cg fill='%2382afff'%3E%3Cpath d='M333.721 335.45s-.32-4.349-.458-5.768c-.137-1.419-2.792-2.472-3.799-1.053-1.007 1.42-1.282 4.029 4.257 6.821zM334.659 334.054s3.83-3.1 3.344-4.742c-.486-1.641-1.52-2.493-2.797-2.006s-1.884 3.465-.547 6.748zM342.137 331.622c.551-.551.73-3.222-.79-3.526-1.52-.304-3.526 2.067-3.404 4.985-.001 0 3.16-.426 4.194-1.459zM340.556 333.142c-1.764.564-3.465 2.067-3.465 2.067s3.161 2.31 5.35 1.581c2.188-.73 1.155-4.621-1.885-3.648z'/%3E%3C/g%3E%3Cpath d='M391.259 284.824s-.275 3.433-5.356 2.518c0 0 .138-3.571 5.356-2.518z' fill='%23f5f5f5'/%3E%3Cg fill='%2382afff'%3E%3Cpath d='M432.868 335.45s.32-4.349.458-5.768c.137-1.419 2.792-2.472 3.799-1.053 1.007 1.42 1.281 4.029-4.257 6.821zM431.929 334.054s-3.83-3.1-3.344-4.742c.486-1.641 1.52-2.493 2.797-2.006s1.885 3.465.547 6.748zM424.452 331.622c-.551-.551-.73-3.222.79-3.526 1.52-.304 3.526 2.067 3.404 4.985 0 0-3.161-.426-4.194-1.459zM426.032 333.142c1.764.564 3.465 2.067 3.465 2.067s-3.161 2.31-5.35 1.581-1.154-4.621 1.885-3.648z'/%3E%3C/g%3E%3Cg fill='%23464655'%3E%3Cpath d='M381.282 292.915l1.543 1.543c.259.259.68.259.939 0l1.543-1.543a.664.664 0 0 0-.469-1.133h-3.086a.664.664 0 0 0-.47 1.133z'/%3E%3Cpath d='M380.475 299.242c-1.144 0-2.133-.41-2.806-1.167-.695-.786-.992-1.869-.815-2.971.063-.369.433-.593.781-.562.372.061.623.41.564.783-.112.695.066 1.368.49 1.847.437.49 1.104.718 1.924.707 1.71-.068 1.997-1.74 2.008-1.809l-.008-3.051a.68.68 0 1 1 1.36 0v3.157c-.165 1.091-1.056 2.971-3.308 3.063a4.013 4.013 0 0 1-.19.003z'/%3E%3Cpath d='M386.114 299.242c-.063 0-.127 0-.192-.004-2.251-.091-3.142-1.972-3.3-2.956l-.008-3.264a.68.68 0 1 1 1.36 0v3.157c.023.068.342 1.638 2 1.702.844.015 1.486-.209 1.924-.707.424-.479.602-1.151.49-1.847a.684.684 0 0 1 .564-.783c.355-.046.72.19.781.562.177 1.102-.12 2.185-.815 2.971-.671.758-1.661 1.169-2.804 1.169z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M406.639 398.069s-4.863-7.782-10.538-2.594c-5.674 5.188-7.782 11.51-14.266 11.024-3.559-.267-5.376-1.892-6.32-3.312 1.723-1.418 2.945-3.573 1.619-6.74-2.918-6.971-13.618-4.863-16.536 2.756 0 0 3.404-11.186-8.43-7.457 0 0-1.459-7.782-8.268-5.674-3.702 1.146-5.072 3.425-5.581 5.281-1.432-.333-3.272-.323-4.957 1.041l8.592 23.183 12.969.162 2.918 4.377 17.022 10.7 3.08 6.485h10.7s.811-6.646 6.485-8.592c5.674-1.945 14.915-5.999 15.887-9.565l.973-3.566 10.376.162c1.135-.811 8.754-13.293 8.754-13.293l3.537-16.078c-1.951-.283-24.295-3.182-28.016 11.7zM434.685 386.235l-.029.134.192.028-.163-.162z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M364.072 422.927c-4.204-1.695-5.705-4.069-6.224-5.335-.483-1.17-.388-1.999-.256-2.303.268-.619.593-1.014.895-1.09.285-.068.646.095.711.137.137.156.209.65.078.771a1.947 1.947 0 0 0-.084 2.751 1.95 1.95 0 0 0 2.751.084c.8-.752 1.258-1.805 1.29-2.964.036-1.242-.418-2.481-1.212-3.317-.796-.844-2.432-1.611-4.176-1.299-.359.063-.764.21-1.178.41.273-2.695-.766-4.075-1.529-4.632-1.282-.931-3.108-.954-4.643-.053-1.571.923-2.42 2.538-2.213 4.21.133 1.068 1.204 1.706 2.247 1.562 1.066-.129 1.904-1.231 1.773-2.295.22-.201.511-.27.502-.315.004.004.26.429-.049 1.801-.484 2.151-1.622 3.473-3.382 3.936-2.19.604-4.996-.319-6.655-2.139-2.306-2.538-7.134-16.008-10.004-24.979 12.305-5.836 13.817-15.533 13.584-20.936-.355-8.23-5.28-16.65-10.755-18.386-2.154-.68-5.382-.821-7.725.388-1.326.692-2.247 1.752-2.662 3.07-.845 2.69.847 4.913 2.871 5.639 2.095.752 4.21-.152 5.023-2.154.403-.995-.036-2.135-1.032-2.538-1.001-.414-2.09.072-2.493 1.064-.082.046-.351-.057-.553-.285-.146-.167-.177-.331-.104-.555.065-.205.211-.509.747-.787 1.271-.665 3.397-.562 4.753-.133 3.133.992 7.708 7.12 8.042 14.845.199 4.617-1.203 13.078-12.82 17.9a1.946 1.946 0 0 0-1.111 2.379c.758 2.428 7.525 23.869 11.359 28.083 2.061 2.268 5.179 3.587 8.158 3.587.807 0 1.605-.095 2.369-.296 1.299-.344 2.385-1.014 3.328-1.856a8.62 8.62 0 0 0 .559 2.175c.752 1.831 2.838 5.236 8.663 7.584 11.783 4.727 12.902 7.888 12.837 9.032a1.304 1.304 0 0 1-.688 1.117 1.411 1.411 0 0 1-.361.144 1.949 1.949 0 0 0 .129-2.101 1.943 1.943 0 0 0-2.646-.749c-1.324.741-2.247 2.485-1.455 4.392.617 1.482 2.061 2.379 3.731 2.379.268 0 .541-.023.819-.072 2.422-.41 4.212-2.42 4.354-4.886.341-5.907-8.554-10.174-15.563-12.985zM402.516 422.927c4.204-1.695 5.705-4.069 6.224-5.335.483-1.17.388-1.999.257-2.303-.268-.619-.593-1.014-.895-1.09-.285-.068-.646.095-.711.137-.137.156-.209.65-.078.771.783.737.819 1.968.084 2.751a1.95 1.95 0 0 1-2.751.084c-.8-.752-1.258-1.805-1.29-2.964-.036-1.242.418-2.481 1.212-3.317.796-.844 2.432-1.611 4.176-1.299.359.063.764.21 1.178.41-.273-2.695.766-4.075 1.529-4.632 1.282-.931 3.108-.954 4.643-.053 1.571.923 2.42 2.538 2.213 4.21-.133 1.068-1.204 1.706-2.247 1.562-1.066-.129-1.904-1.231-1.773-2.295-.22-.201-.511-.27-.502-.315-.004.004-.26.429.049 1.801.484 2.151 1.622 3.473 3.382 3.936 2.19.604 4.996-.319 6.655-2.139 2.306-2.538 7.134-16.008 10.004-24.979-12.305-5.836-13.817-15.533-13.584-20.936.355-8.23 5.28-16.65 10.755-18.386 2.154-.68 5.382-.821 7.725.388 1.326.692 2.247 1.752 2.662 3.07.845 2.69-.847 4.913-2.871 5.639-2.095.752-4.21-.152-5.023-2.154-.403-.995.036-2.135 1.032-2.538 1.001-.414 2.09.072 2.493 1.064.082.046.351-.057.553-.285.146-.167.177-.331.104-.555-.065-.205-.211-.509-.747-.787-1.271-.665-3.397-.562-4.753-.133-3.133.992-7.708 7.12-8.042 14.845-.199 4.617 1.203 13.078 12.82 17.9a1.946 1.946 0 0 1 1.111 2.379c-.758 2.428-7.525 23.869-11.359 28.083-2.061 2.268-5.179 3.587-8.158 3.587a9.316 9.316 0 0 1-2.369-.296c-1.299-.344-2.385-1.014-3.328-1.856a8.62 8.62 0 0 1-.559 2.175c-.752 1.831-2.838 5.236-8.663 7.584-11.783 4.727-12.902 7.888-12.837 9.032.036.627.395.954.688 1.117.127.072.253.118.361.144a1.949 1.949 0 0 1-.129-2.101 1.943 1.943 0 0 1 2.646-.749c1.324.741 2.247 2.485 1.455 4.392-.617 1.482-2.061 2.379-3.731 2.379-.268 0-.541-.023-.819-.072-2.422-.41-4.212-2.42-4.354-4.886-.341-5.907 8.554-10.174 15.562-12.985z'/%3E%3C/g%3E%3Cg fill='%2341479b'%3E%3Cpath d='M94.317 0H.001v19.977L94.317 81.77zM.001 68.299v26.017h39.71zM.001 161.684v26.017l39.71-26.017zM256.001 19.977V0h-94.316v81.77zM256.001 187.701v-26.017h-39.71zM161.685 174.23V256h94.316v-19.977zM256.001 94.316V68.299l-39.71 26.017zM.001 236.023V256h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256.001 236.023v-19.964l-83.768-54.375h24.748l59.02 38.311v-12.294l-39.71-26.017h39.71V148.21H148.212V256h13.473v-81.77zM.001 148.21v13.474h39.71L.001 187.701v18.901l69.198-44.918h24.747L.001 222.666v13.357l94.316-61.793V256h13.474V148.21zM107.791 0H94.317v81.77L.001 19.977v21.862l80.842 52.477H56.095L.001 57.904v10.395l39.71 26.017H.001v13.474h107.79zM256.001 107.79V94.316h-39.71l39.71-26.017V49.157l-69.568 45.159h-24.748l94.316-61.223V19.977L161.685 81.77V0h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256.001 148.21v-40.42H148.212V0h-40.421v107.79H.001v40.42h107.79V256h40.421V148.21z'/%3E%3Cpath d='M69.199 161.684L.001 206.602v16.064l93.945-60.982zM172.233 161.684l83.768 54.375v-16.064l-59.02-38.311zM80.843 94.316L.001 41.839v16.065l56.094 36.412zM186.433 94.316l69.568-45.159V33.093l-94.316 61.223z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.bo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M238.597 179.617l-.997 1.247a39.535 39.535 0 0 0-2.244 3.441c-1.749 3.051-3.583 7.781-3.632 13.42-.018 2.749.55 6.087 1.488 8.742 1.017 2.93 2.703 5.733 4.836 8.236 2.136 2.526 4.988 4.473 8.038 5.911 1.513.768 3.173 1.209 4.821 1.616.817.249 1.686.262 2.524.426.421.08.857.044 1.284.077l.643.029.321.016.161.009.08.004.04.002c-.13.004.347-.007-.281.01 1.044-.061 2.311-.069 3.172-.173.751-.175 1.383-.144 2.243-.4 1.648-.407 3.308-.848 4.821-1.616 3.05-1.438 5.903-3.386 8.038-5.911 2.132-2.503 3.819-5.305 4.836-8.236.973-2.982 1.493-5.833 1.486-8.754-.047-5.614-1.883-10.361-3.631-13.408a35.995 35.995 0 0 0-2.281-3.475l-.926-1.184-.081-.103a1.704 1.704 0 0 1 2.263-2.486l1.43.917c.882.661 2.249 1.599 3.722 3.112 2.956 2.926 6.794 8.141 8.178 15.719.685 3.626.76 8.013-.185 12.326-.916 4.356-2.773 8.86-5.772 12.802-2.945 3.959-6.903 7.461-11.609 9.823-2.32 1.238-4.848 2.137-7.44 2.762-1.242.365-2.819.516-4.224.737-1.316.145-2.252.148-3.398.228l-.446.002-.125-.006-.25-.012-.501-.025-1.001-.054c-.666-.054-1.336-.044-1.997-.159-1.317-.232-2.658-.34-3.943-.712-2.592-.626-5.12-1.524-7.44-2.762-4.706-2.362-8.664-5.864-11.609-9.823-2.999-3.942-4.856-8.447-5.772-12.802-.98-4.64-.857-8.541-.184-12.338 1.382-7.553 5.222-12.786 8.177-15.707 1.468-1.507 2.839-2.452 3.759-3.146l1.359-.854a1.718 1.718 0 0 1 2.367.54 1.732 1.732 0 0 1-.118 1.992z' fill='%2373af00'/%3E%3Cpath d='M252.614 313.795v21.324c0 2.127-2.572 3.193-4.076 1.689l-1.173-1.173a5.197 5.197 0 0 1-1.522-3.675v-18.164h6.771v-.001z' fill='%23ff4b55'/%3E%3Cpath d='M242.456 310.409v15.477c0 .931.37 1.823 1.028 2.481l2.358 2.358v-20.317h-3.386v.001z' fill='%23ffe15a'/%3E%3Cpath d='M239.07 310.409v8.307a4.47 4.47 0 0 0 1.309 3.161l2.077 2.077V310.41h-3.386v-.001z' fill='%2373af00'/%3E%3Cpath d='M259.386 313.795v21.324c0 2.127 2.572 3.193 4.076 1.689l1.173-1.173a5.197 5.197 0 0 0 1.522-3.675v-18.164h-6.771v-.001z' fill='%23ff4b55'/%3E%3Cpath d='M269.545 310.409v15.477c0 .931-.37 1.823-1.028 2.481l-2.358 2.358v-20.317h3.386v.001z' fill='%23ffe15a'/%3E%3Cpath d='M272.931 310.409v8.307a4.47 4.47 0 0 1-1.309 3.161l-2.077 2.077V310.41h3.386v-.001z' fill='%2373af00'/%3E%3Cpath d='M272.931 249.459l37.247-27.089v55.707c0 15.986-12.959 28.945-28.945 28.945a28.946 28.946 0 0 1-15.341-4.4l-20.049-12.531v-41.103l27.088.471z' fill='%23ff4b55'/%3E%3Cpath d='M296.633 232.221v39.084c0 15.986-12.959 28.945-28.945 28.945-2.403 0-4.774-.347-7.082-.931l-14.764-9.228v-41.103l27.089.47 23.702-17.237z' fill='%23ffe15a'/%3E%3Cpath d='M286.475 239.609v25.232c0 15.986-12.959 28.945-28.945 28.945-2.403 0-4.774-.347-7.082-.931l-4.606-2.879v-40.988l27.089.47 13.544-9.849z' fill='%2373af00'/%3E%3Cpath fill='%23f5f5f5' d='M312.209 216.276l14.899-7.45-10.835 13.545h-6.095z'/%3E%3Cpath d='M293.247 266.39l37.247-27.089v55.707c0 15.986-12.959 28.945-28.945 28.945a28.946 28.946 0 0 1-15.341-4.4l-20.049-12.531V265.92l27.088.47z' fill='%23ff4b55'/%3E%3Cpath d='M306.792 256.54v25.232c0 15.986-12.959 28.945-28.945 28.945-2.403 0-4.774-.347-7.082-.931l-4.606-2.879V265.92l27.089.47 13.544-9.85z' fill='%2373af00'/%3E%3Cpath fill='%23f5f5f5' d='M332.526 233.206l14.899-7.449-10.836 13.544h-6.095z'/%3E%3Cpath d='M283.089 259.618l37.247-27.089v55.707c0 15.986-12.959 28.945-28.945 28.945a28.946 28.946 0 0 1-15.341-4.4L256 300.251v-41.103l27.089.47z' fill='%23ff4b55'/%3E%3Cpath d='M306.792 242.38v39.084c0 15.986-12.959 28.945-28.945 28.945-2.403 0-4.774-.347-7.082-.931L256 300.251v-41.103l27.089.47 23.703-17.238z' fill='%23ffe15a'/%3E%3Cpath d='M296.633 249.767v25.232c0 15.986-12.959 28.945-28.945 28.945-2.403 0-4.774-.347-7.082-.931L256 300.135v-40.988l27.089.47 13.544-9.85z' fill='%2373af00'/%3E%3Cpath fill='%23f5f5f5' d='M322.368 226.434l14.898-7.449-10.835 13.544h-6.095z'/%3E%3Cpath d='M239.07 249.459l-37.247-27.089v55.707c0 15.986 12.959 28.945 28.945 28.945a28.946 28.946 0 0 0 15.341-4.4l20.049-12.531v-41.103l-27.088.471z' fill='%23ff4b55'/%3E%3Cpath d='M215.367 232.221v39.084c0 15.986 12.959 28.945 28.945 28.945 2.403 0 4.774-.347 7.082-.931l14.764-9.228v-41.103l-27.089.47-23.702-17.237z' fill='%23ffe15a'/%3E%3Cpath d='M225.525 239.609v25.232c0 15.986 12.959 28.945 28.945 28.945 2.403 0 4.774-.347 7.082-.931l4.606-2.879v-40.988l-27.089.47-13.544-9.849z' fill='%2373af00'/%3E%3Cpath fill='%23f5f5f5' d='M199.791 216.276l-14.899-7.45 10.836 13.545h6.095z'/%3E%3Cpath d='M218.753 266.39l-37.247-27.089v55.707c0 15.986 12.959 28.945 28.945 28.945a28.946 28.946 0 0 0 15.341-4.4l20.049-12.531V265.92l-27.088.47z' fill='%23ff4b55'/%3E%3Cpath d='M205.209 256.54v25.232c0 15.986 12.959 28.945 28.945 28.945 2.403 0 4.774-.347 7.082-.931l4.606-2.879V265.92l-27.089.47-13.544-9.85z' fill='%2373af00'/%3E%3Cpath fill='%23f5f5f5' d='M179.475 233.206l-14.899-7.449 10.835 13.544h6.095z'/%3E%3Cpath d='M228.912 259.618l-37.247-27.089v55.707c0 15.986 12.959 28.945 28.945 28.945a28.946 28.946 0 0 0 15.341-4.4L256 300.251v-41.103l-27.088.47z' fill='%23ff4b55'/%3E%3Cpath d='M205.209 242.38v39.084c0 15.986 12.959 28.945 28.945 28.945 2.403 0 4.774-.347 7.082-.931L256 300.251v-41.103l-27.089.47-23.702-17.238z' fill='%23ffe15a'/%3E%3Cpath d='M215.367 249.767v25.232c0 15.986 12.959 28.945 28.945 28.945 2.403 0 4.774-.347 7.082-.931l4.606-2.879v-40.988l-27.089.47-13.544-9.849z' fill='%2373af00'/%3E%3Cg fill='%23ffbe5a'%3E%3Cpath d='M211.657 309.962l-4.464-4.464a6.772 6.772 0 0 1 .162-9.734l73.9-69.441 9.577 9.577-69.441 73.9a6.771 6.771 0 0 1-9.734.162z'/%3E%3Cpath d='M212.856 308.159c-.877 3.944-5.986 3.944-6.863 0a1.998 1.998 0 0 1 0-.857c.877-3.944 5.986-3.944 6.863 0 .062.279.062.578 0 .857z'/%3E%3C/g%3E%3Cellipse transform='rotate(-134.999 286.038 231.11)' cx='286.037' cy='231.109' rx='6.772' ry='3.386' fill='%23f5f5f5'/%3E%3Cg fill='%23ffbe5a'%3E%3Cpath d='M300.344 309.962l4.464-4.464a6.772 6.772 0 0 0-.162-9.734l-73.9-69.441-9.577 9.577 69.441 73.9a6.771 6.771 0 0 0 9.734.162z'/%3E%3Cpath d='M299.144 308.159c.877 3.944 5.986 3.944 6.863 0a1.998 1.998 0 0 0 0-.857c-.877-3.944-5.986-3.944-6.863 0a1.998 1.998 0 0 0 0 .857z'/%3E%3C/g%3E%3Cellipse transform='rotate(-45.001 225.96 231.125)' cx='225.961' cy='231.121' rx='6.772' ry='3.386' fill='%23f5f5f5'/%3E%3Cellipse cx='256' cy='271.47' rx='29.94' ry='35.554' fill='%23ffbe5a'/%3E%3Cpath fill='%23ff4b55' d='M256 239.301l1.589 6.897 3.643-6.068-.62 7.051 5.34-4.646-2.769 6.514 6.514-2.769-4.646 5.34 7.051-.62-6.069 3.643 6.898 1.589-6.898 1.589 6.069 3.642-7.051-.62 4.646 5.34-6.514-2.768 2.769 6.514-5.34-4.646.62 7.05-3.643-6.068-1.589 6.897-1.589-6.897-3.643 6.068.621-7.05-5.34 4.646 2.768-6.514-6.514 2.768 4.646-5.34-7.051.62 6.069-3.642-6.897-1.589 6.897-1.589-6.069-3.643 7.051.62-4.646-5.34 6.514 2.769-2.768-6.514 5.34 4.646-.621-7.051 3.643 6.068z'/%3E%3Cpath d='M293.459 270.834s-11.216 2.963-18.518-3.174c-8.114-6.82-14.199-10.041-16.804-11.251a3.281 3.281 0 0 0-2.785-.002c-1.868.862-5.305 2.649-8.346 5.328-4.444 3.915-18.094 11.64-20.846 11.64v16.833l21.48 18.615 25.396-.741 20.423-37.248z' fill='%2373af00'/%3E%3Cpath d='M256 315.488c-21.472 0-38.94-19.748-38.94-44.019S234.528 227.45 256 227.45s38.94 19.748 38.94 44.019-17.468 44.019-38.94 44.019zm0-77.88c-15.871 0-28.782 15.191-28.782 33.861S240.13 305.33 256 305.33c15.871 0 28.782-15.191 28.782-33.861S271.871 237.608 256 237.608z' fill='%233cc8ff'/%3E%3Cg fill='%23ffbe5a'%3E%3Cpath d='M250.166 306.285l.746 2.237 2.358.018a.317.317 0 0 1 .186.573l-1.897 1.401.711 2.248a.318.318 0 0 1-.488.354l-1.919-1.371-1.919 1.371a.318.318 0 0 1-.488-.354l.711-2.248-1.897-1.401a.317.317 0 0 1 .186-.573l2.358-.018.746-2.237c.1-.289.51-.289.606 0zM239.581 301.735l.746 2.237 2.358.018a.317.317 0 0 1 .186.573l-1.897 1.401.711 2.248a.318.318 0 0 1-.488.354l-1.919-1.371-1.919 1.371a.318.318 0 0 1-.488-.354l.711-2.248-1.897-1.401a.317.317 0 0 1 .186-.573l2.358-.018.746-2.237c.1-.289.509-.289.606 0zM231.081 294.011l.746 2.237 2.358.018a.317.317 0 0 1 .186.573l-1.897 1.401.711 2.248a.318.318 0 0 1-.488.354l-1.919-1.371-1.919 1.371a.318.318 0 0 1-.488-.354l.711-2.248-1.897-1.401a.317.317 0 0 1 .186-.573l2.358-.018.746-2.237c.099-.29.509-.29.606 0zM225.284 283.729l.746 2.237 2.358.018a.317.317 0 0 1 .186.573l-1.897 1.401.711 2.248a.318.318 0 0 1-.488.354l-1.919-1.371-1.919 1.371a.318.318 0 0 1-.488-.354l.711-2.248-1.897-1.401a.317.317 0 0 1 .186-.573l2.358-.018.746-2.237c.1-.29.509-.29.606 0zM222.725 271.772l.746 2.237 2.358.018a.317.317 0 0 1 .186.573l-1.897 1.401.711 2.248a.318.318 0 0 1-.488.354l-1.919-1.371-1.919 1.371a.318.318 0 0 1-.488-.354l.711-2.248-1.897-1.401a.317.317 0 0 1 .186-.573l2.358-.018.746-2.237c.1-.29.509-.29.606 0zM261.819 306.285l-.746 2.237-2.358.018a.317.317 0 0 0-.186.573l1.897 1.401-.711 2.248a.318.318 0 0 0 .488.354l1.918-1.371 1.919 1.371a.318.318 0 0 0 .488-.354l-.711-2.248 1.897-1.401a.317.317 0 0 0-.186-.573l-2.358-.018-.746-2.237c-.099-.289-.509-.289-.605 0zM272.404 301.735l-.746 2.237-2.358.018a.317.317 0 0 0-.186.573l1.897 1.401-.711 2.248a.318.318 0 0 0 .488.354l1.919-1.371 1.919 1.371a.318.318 0 0 0 .488-.354l-.711-2.248 1.897-1.401a.317.317 0 0 0-.186-.573l-2.358-.018-.746-2.237c-.1-.289-.51-.289-.606 0zM280.904 294.011l-.746 2.237-2.358.018a.317.317 0 0 0-.186.573l1.897 1.401-.711 2.248a.318.318 0 0 0 .488.354l1.919-1.371 1.918 1.371a.318.318 0 0 0 .488-.354l-.711-2.248 1.897-1.401a.317.317 0 0 0-.186-.573l-2.358-.018-.746-2.237a.32.32 0 0 0-.605 0zM286.701 283.729l-.746 2.237-2.358.018a.317.317 0 0 0-.186.573l1.897 1.401-.711 2.248a.318.318 0 0 0 .488.354l1.919-1.371 1.919 1.371a.318.318 0 0 0 .488-.354l-.711-2.248 1.897-1.401a.317.317 0 0 0-.186-.573l-2.358-.018-.746-2.237c-.1-.29-.509-.29-.606 0zM289.26 271.772l-.746 2.237-2.358.018a.317.317 0 0 0-.186.573l1.897 1.401-.711 2.248a.318.318 0 0 0 .488.354l1.919-1.371 1.919 1.371a.318.318 0 0 0 .488-.354l-.711-2.248 1.897-1.401a.317.317 0 0 0-.186-.573l-2.358-.018-.746-2.237c-.1-.29-.509-.29-.606 0z'/%3E%3C/g%3E%3Cpath d='M241.288 293.177l1.125 5.381h.484v-3.671s.801 2.561 1.932 3.671h.917c-.438-.562-1.226-1.732-1.226-2.94 0-1.666 1.325-1.893 1.325-3.673h1.136v6.613h.664l1.229-5.894s1.014 3.686 2.923 5.894h.848c-.611-.9-1.882-3.219-1.65-6.727 0 0 1.817-.909 1.817-3.37v-3.501c0-.655.531-1.187 1.187-1.187h.817s-1.214-2.355-2.514-2.697V279.6l-.979 1.478c-.934.202-1.485 1.066-1.485 1.991v2.132c0 .655-.531 1.187-1.187 1.187h-4.244c-1.257 0-3.269 1.257-3.269 2.866s1.207 2.665 1.207 2.665l-1.057 1.258z' fill='%23f5f5f5'/%3E%3Cpath d='M260.303 287.814h-.39c-3.077.169-4.795 2.19-4.795 2.19l3.122 3.122v5.873h3.736v-5.873l3.122-3.122s-1.718-2.021-4.795-2.19z' fill='%23ffbe5a'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M266.86 278.21h1.129v20.81h-1.129z'/%3E%3Cpath d='M267.464 278.047l-6.084 7.354s-.794-3.545 2.751-7.037l-7.83 1.428s2.381-4.444 8.624-3.968l-6.402-5.344s5.502-.317 8.306 3.809c0 0 1.587-4.762 6.031-4.973l-3.668 5.573s3.668-1.869 8.747-.229l-7.566 2.01s4.233.423 5.979 6.613l-6.561-4.497s2.01 2.381 1.27 7.037l-3.597-7.776zM189.633 226.434l-14.899-7.449 10.836 13.544h6.095z'/%3E%3C/g%3E%3Cpath d='M266.593 217.809l40.199-12.369-21.34-8.002a33.854 33.854 0 0 0-11.889-2.156h-4.018a3.386 3.386 0 0 0-3.386 3.386v3.386h-20.317v-3.386a3.386 3.386 0 0 0-3.386-3.386h-4.018c-4.06 0-8.088.73-11.889 2.156l-21.34 8.002 40.199 12.369a3.387 3.387 0 0 1 2.033 4.751l-4.985 9.969h27.089l-4.985-9.969a3.386 3.386 0 0 1 2.033-4.751z' fill='%23825546'/%3E%3Cpath d='M261.387 201.082c4.512 6.887-2.858 14.257-9.746 9.746a3.57 3.57 0 0 1-1.028-1.028c-4.511-6.887 2.858-14.257 9.746-9.746.408.267.761.619 1.028 1.028z' fill='%23f5f5f5'/%3E%3Cpath d='M259.386 205.44a3.386 3.386 0 0 1-3.386 3.386h-13.544l5.78-5.78a3.386 3.386 0 0 1 2.394-.992H256a3.386 3.386 0 0 1 3.386 3.386z' fill='%23ffbe5a'/%3E%3C/svg%3E")}.pf-flag.br{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M256 46.998l208.995 208.996L256 464.989 47.004 255.994z'/%3E%3Ccircle cx='256' cy='256' r='86.62' fill='%2341479b'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M181.671 211.688a85.997 85.997 0 0 0-9.327 22.172c48.019-3.614 119.052 9.819 164.264 53.69a86.01 86.01 0 0 0 5.63-23.946c-46.685-39.288-111.225-53.26-160.567-51.916zM259.587 285.559l2.306 6.915 7.29.057c.944.007 1.335 1.212.576 1.772l-5.864 4.33 2.199 6.95c.285.9-.74 1.644-1.508 1.095l-5.931-4.239-5.931 4.239c-.768.549-1.792-.196-1.508-1.095l2.199-6.95-5.864-4.33c-.759-.561-.368-1.765.576-1.772l7.29-.056 2.306-6.915c.299-.896 1.566-.896 1.864-.001zM287.919 303.448l.993 2.976 3.138.024a.423.423 0 0 1 .248.763l-2.524 1.864.946 2.991a.422.422 0 0 1-.649.471l-2.553-1.824-2.553 1.824a.423.423 0 0 1-.649-.471l.946-2.991-2.524-1.864a.423.423 0 0 1 .248-.763l3.137-.024.993-2.976c.13-.385.675-.385.803 0zM247.338 272.423l.993 2.976 3.138.024a.423.423 0 0 1 .248.763l-2.524 1.864.946 2.991a.422.422 0 0 1-.649.471l-2.553-1.824-2.553 1.824a.423.423 0 0 1-.649-.471l.946-2.991-2.524-1.864a.423.423 0 0 1 .248-.763l3.137-.024.993-2.976a.424.424 0 0 1 .803 0zM192.378 268.814l.993 2.976 3.138.024a.423.423 0 0 1 .248.763l-2.524 1.864.946 2.991a.422.422 0 0 1-.649.471l-2.553-1.824-2.553 1.824a.423.423 0 0 1-.649-.471l.946-2.991-2.524-1.864a.423.423 0 0 1 .248-.763l3.137-.024.993-2.976a.423.423 0 0 1 .803 0zM238.355 302.421l.993 2.976 3.138.024a.423.423 0 0 1 .248.763l-2.524 1.864.946 2.991a.422.422 0 0 1-.649.471l-2.553-1.825-2.553 1.825a.423.423 0 0 1-.649-.471l.946-2.991-2.524-1.864a.423.423 0 0 1 .248-.763l3.138-.024.993-2.976a.423.423 0 0 1 .802 0zM213.057 266.737l.812 2.434 2.566.02c.332.003.47.426.203.624l-2.064 1.524.774 2.446c.1.317-.26.579-.531.386l-2.087-1.492-2.087 1.492a.346.346 0 0 1-.531-.386l.774-2.446-2.064-1.524a.346.346 0 0 1 .203-.624l2.566-.02.812-2.434c.103-.315.549-.315.654 0zM290.122 216.496l1.015 3.044 3.209.025a.432.432 0 0 1 .254.78l-2.581 1.906.968 3.06a.432.432 0 0 1-.664.482l-2.611-1.866-2.611 1.866a.432.432 0 0 1-.664-.482l.968-3.06-2.581-1.906a.432.432 0 0 1 .254-.78l3.209-.025 1.015-3.044a.432.432 0 0 1 .82 0zM195.914 251.849l.812 2.434 2.566.02c.332.003.47.426.203.624l-2.064 1.524.774 2.446c.1.317-.26.579-.531.386l-2.087-1.492-2.087 1.492a.346.346 0 0 1-.531-.386l.774-2.446-2.064-1.524a.346.346 0 0 1 .203-.624l2.566-.02.812-2.434c.103-.315.548-.315.654 0zM208.302 286.15l1.229 3.686 3.886.03a.524.524 0 0 1 .307.945l-3.126 2.308 1.172 3.705a.524.524 0 0 1-.804.584l-3.161-2.26-3.161 2.26a.524.524 0 0 1-.804-.584l1.172-3.705-3.126-2.308a.524.524 0 0 1 .307-.945l3.886-.03 1.229-3.686a.524.524 0 0 1 .994 0zM303.717 304.221l.773 2.319 2.445.019a.33.33 0 0 1 .193.594l-1.967 1.452.737 2.331a.33.33 0 0 1-.506.367l-1.989-1.422-1.989 1.422a.33.33 0 0 1-.506-.367l.737-2.331-1.967-1.452a.33.33 0 0 1 .193-.594l2.445-.019.773-2.319c.103-.3.528-.3.628 0zM312.271 286.521l.993 2.976 3.137.024a.423.423 0 0 1 .248.763l-2.524 1.864.946 2.991a.422.422 0 0 1-.649.471l-2.553-1.825-2.553 1.824a.423.423 0 0 1-.649-.471l.946-2.991-2.524-1.864a.423.423 0 0 1 .248-.763l3.138-.024.993-2.976a.424.424 0 0 1 .803.001z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.ky{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M395.511 261.354s-4.219-16.875-16.875-25.313c0 0 12.656 21.094 12.656 37.969l4.219-12.656z'/%3E%3Cpath d='M375.999 243.028s8.833 5.405 13.579 14.238l-3.823 8.833c0 .001-3.164-12.524-9.756-23.071z'/%3E%3Cpath d='M366.243 245.006s15.293 4.746 22.544 14.634l-4.351 6.592c.001 0-5.8-11.207-18.193-21.226z'/%3E%3Cpath d='M364.002 252.652s16.084 2.505 23.335 10.152l-1.846 7.251c.001 0-8.832-10.547-21.489-17.403z'/%3E%3Cpath d='M364.529 257.926s15.557 1.582 22.676 9.756-2.637 5.669-2.637 5.669-8.173-9.361-20.039-15.425zM395.511 261.354s4.219-16.875 16.875-25.313c0 0-12.656 21.094-12.656 37.969l-4.219-12.656z'/%3E%3Cpath d='M415.023 243.028s-8.833 5.405-13.579 14.238l3.823 8.833c0 .001 3.164-12.524 9.756-23.071z'/%3E%3Cpath d='M424.779 245.006s-15.293 4.746-22.544 14.634l4.351 6.592s5.801-11.207 18.193-21.226z'/%3E%3Cpath d='M427.021 252.652s-16.084 2.505-23.335 10.152l1.846 7.251c-.001 0 8.832-10.547 21.489-17.403z'/%3E%3Cpath d='M426.493 257.926s-15.557 1.582-22.676 9.756 2.637 5.669 2.637 5.669 8.174-9.361 20.039-15.425zM395.511 236.041s-4.219 8.877 0 13.316c4.219-4.439 0-13.316 0-13.316z'/%3E%3Cpath d='M391.309 238.244s-.566 9.812 5.013 12.336c2.237-5.7-5.013-12.336-5.013-12.336z'/%3E%3Cpath d='M399.714 238.244s.566 9.812-5.013 12.336c-2.237-5.7 5.013-12.336 5.013-12.336z'/%3E%3Cpath d='M401.096 243.904s-3.681 9.113-9.804 9.011c.413-6.11 9.804-9.011 9.804-9.011z'/%3E%3Cpath d='M389.927 243.904s3.681 9.113 9.804 9.011c-.414-6.11-9.804-9.011-9.804-9.011z'/%3E%3C/g%3E%3Cellipse cx='395.51' cy='265.57' rx='12.656' ry='16.875' fill='%23ffd255'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M366.595 282.799l-2.9-4.482s-8.438 2.022-10.459-4.307l-3.252-.264s.439-4.307 4.219-4.922c0 0 2.285-2.813 6.328-2.285 4.043.527 6.152 3.955 8.482 4.834 2.329.879 2.593 3.779 2.593 3.779l17.754 18.194s-5.098 6.504-9.668 8.613c-4.572 2.11-21.359-8.173-13.097-19.16zM424.252 286.139s7.383 5.01 7.647 18.853h-12.261s.132-9.36-2.241-14.37l6.855-4.483z'/%3E%3Cpath d='M422.67 286.666s9.229 3.032 14.898-4.219l-9.624-1.318-5.274 5.537z'/%3E%3Cpath d='M419.901 276.515l9.371 3.159c1.182.398 1.599 1.861.771 2.794-3.555 4.005-14.168 13.603-31.279 13.603-22.281 0-28.038-14.019-28.301-15.073-.264-1.055-1.45-9.624-1.45-9.624l9.492-1.055 41.396 6.196z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M328.784 405.591h24.539l-12.656 24.515-12.657-16.875zM462.239 405.591h-24.54l12.657 24.515 12.656-16.875z'/%3E%3C/g%3E%3Cg fill='%23ffd25a'%3E%3Cpath d='M328.682 446.981c-12.106 0-21.37-6.497-21.848-6.835l9.756-13.773c.08.054 8.254 5.607 16.589 3.082 8.434-2.546 13.971-12.5 17.133-20.406l15.668 6.271c-6.648 16.62-16.127 26.833-28.172 30.364a32.385 32.385 0 0 1-9.126 1.297zM462.341 446.981c12.106 0 21.37-6.497 21.848-6.835l-9.756-13.773c-.08.054-8.254 5.607-16.589 3.082-8.434-2.546-13.971-12.5-17.133-20.406l-15.668 6.271c6.647 16.62 16.127 26.833 28.172 30.364a32.38 32.38 0 0 0 9.126 1.297z'/%3E%3C/g%3E%3Cpath d='M450.356 358.386H340.667V315.76a8 8 0 0 1 8-8h93.689a8 8 0 0 1 8 8v42.626z' fill='%23ff4b55'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M370.594 337.292l-1.318-8.438c-6.196-.264-9.756-7.515-9.756-7.515l-5.01 2.769c5.273 12.657 16.084 13.184 16.084 13.184z'/%3E%3Cpath d='M436.645 328.591c1.846-1.406 5.889-1.934 5.889-1.934-2.9-2.988-6.065-.879-6.065-.879 2.637-2.461 1.143-5.976 1.143-5.976 0 1.143-1.846 1.934-1.846 1.934.088-2.286-2.285-4.482-2.285-4.482l-1.231 2.021c-.791-1.934-3.603-3.428-3.603-3.428l-1.143 4.746c-2.637-2.285-7.295-2.109-7.295-2.109l.879 2.197c-2.813.088-10.459 1.67-14.942 2.197s-8.086-.703-8.086-2.724c0-1.693 3.918-1.903 5.612-1.928 1.199.267 2.707.699 4.825 1.335 3.955 1.187 6.272-.532 6.272-.532-1.384-.527-1.539-1.142-1.539-1.142 2.966-1.714 5.748-1.292 5.748-1.292-.989-2.175-5.273-2.043-5.273-2.043 1.121-.593 1.978-2.439 1.978-2.439-.264.264-2.7.861-6.026 1.308-2.503.336-4.854 2.24-5.825 3.119-2.639-.201-9.534-.286-8.321 4.494 1.494 5.889 13.36 3.78 20.655 2.637 7.295-1.142 11.074-.176 12.656.791 1.582.967-.674 4.242-8.086 2.9-6.406-1.159-9.933-1.192-11.87-.989-2.147.138-3.979.715-5.269.989-2.9.615-14.063 4.571-16.172-1.142s-12.393 9.316-12.393 9.316l.803.956-2.737-.648c-3.691 4.944-14.766 6.46-14.766 6.46s-1.648-2.966-3.032-3.362-1.978 1.78-1.978 1.78-1.648.066-1.78 1.582 1.187 1.648 1.187 1.648-1.582 2.307 1.055 2.966c0 0-.198 3.23 3.691.989 11.553 1.456 19.979-4.477 23.627-7.712 2.384.152 6.101.077 8.959-1.406 4.571-2.373 9.844-5.362 12.92-4.219 0 0 2.461 7.559-7.207 7.735 0 0-1.43-1.809-2.87-1.809-.621 0-1.266.745-1.067 1.415 0 0-1.687-.099-1.985.894-.243.81.347 1.737 1.588 1.588 0 0-.844 1.241 0 1.985s1.886 0 1.886 0-.447 1.538.596 1.688c.892.127 2.072-1.329 2.41-1.772 1.547.24 12.104 1.458 14.383-9.614 0 0 5.273 2.285 10.459 1.846 5.186-.439 10.283.352 9.844 2.9-.575 1.847-1.708 1.726-1.708 1.726-1.241-.496-3.326-.447-3.623 1.34-.298 1.787 2.134 1.836 2.134 1.836.695 1.638 2.68.943 2.68.943 1.737 1.241 2.879-.099 2.879-.099.745.645 1.514.766 2.234.149.695-.595.305-4.566.239-5.983-.11-2.358-.44-8.525-3.867-8.613-3.428-.088-7.822 1.934-13.887-3.164-.317-.266-.625-.435-.939-.662 2.87.266 4.926 1.044 6.915 1.365 2.726.436 10.724-.267 12.57-1.673zM354.51 324.108s-1.681.045-2.505-.198c-1.411-.416-1.582-2.637-.066-3.032 0 0-1.825-1.24-.989-2.637.669-1.117 2.375-1.114 2.969-.455 0 0-.556-1.838 1.052-2.445 1.28-.483 2.307.989 2.307 2.9 0 0 1.913-1.556 2.9-.527.689.717.49 1.66-.659 3.626-1.172 2.004-5.009 2.768-5.009 2.768z'/%3E%3C/g%3E%3Cg fill='%2341479b'%3E%3Cpath d='M352.43 323.296s-.893 1.539-3.474.596c0 0 2.233-1.042 2.531-1.936l.943 1.34zM351.487 318.779s-1.39-.893-2.928-.844c0 0 2.283-1.688 4.219-.199l-1.291 1.043zM354.713 316.397s.447-1.638-.447-2.531c0 0 1.836.794 2.085 2.283l-1.638.248zM358.783 318.084s.893-1.985.099-2.928c0 0 2.382 1.39 1.39 3.673l-1.489-.745zM354.133 340.143s-.955-1.956-2.188-1.948c0 0 2.592-.943 3.713 1.28l-1.525.668zM352.044 342.633s-1.704-1.355-2.814-.818c0 0 1.934-1.966 3.902-.442l-1.088 1.26zM353.241 346.15s-2.177-.025-2.724 1.081c0 0 .321-2.739 2.81-2.743l-.086 1.662zM355.23 348.411s-.893 1.539-3.474.596c0 0 2.233-1.042 2.531-1.936l.943 1.34zM394.461 347.629s-.732 1.26-2.846.488c0 0 1.716-.613 1.96-1.345l.886.857z'/%3E%3C/g%3E%3Cpath d='M372.134 320.417s-4.748 8.086-3.606 19.776c0 0 13.997-2.043 20.061-16.018 0 0 1.478-.597 2.054-2.032.49-1.221.45-3.23-1.901-3.219 0 0 .703-1.406 1.56-1.736 0 0-1.516-.593-3.296-.198 0 0 1.384-1.384 1.384-3.164 0 0-2.109 1.384-3.428 1.516 0 0-.132-2.175.396-2.439 0 0-2.769.264-4.153 1.714 0 0-.923-1.252-.857-2.571 0 0-2.571 1.121-3.56 2.769 0 0-.791-.857-.725-1.714 0 0-1.846 2.241-2.241 3.428 0 0-1.739-.478-2.505.923-.55 1.009-.424 2.121.817 2.965z' fill='%23ffd255'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M392.351 341.743s-.563-1.059-2.25-1.29c0 0 2.151-.993 3.507.43l-1.257.86zM427.244 345.763s-1.234.389-1.81 2.134c0 0-.631-2.476 1.144-3.637l.666 1.503zM429.833 346.673s-1.168 1.135-1.112 2.972c0 0-1.441-2.11-.171-3.809l1.283.837zM435.416 346.574s-.353 1.202.714 2.484c0 0-2.21-.703-2.25-2.627l1.536.143zM432.792 347.041s-.937.891-.689 2.712c0 0-1.743-1.531-.657-3.353l1.346.641zM390.553 343.91s-1.129-.404-2.533.56c0 0 .922-2.182 2.883-2.043l-.35 1.483zM392.095 346.311s-1.16-.304-2.474.78c0 0 .202-2.105 2.168-2.138l.306 1.358z'/%3E%3C/g%3E%3Cpath d='M450.356 365.185c-9.149 0-9.149 8.253-18.298 8.253s-9.149-8.253-18.298-8.253c-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-9.133 0-9.133 8.253-18.267 8.253-9.136 0-9.136-8.253-18.272-8.253v-15.236c9.136 0 9.136 8.253 18.272 8.253 9.133 0 9.133-8.253 18.267-8.253 9.135 0 9.135 8.253 18.269 8.253 9.143 0 9.143-8.253 18.285-8.253 9.149 0 9.149 8.253 18.298 8.253s9.149-8.253 18.298-8.253v15.236z' fill='%23f5f5f5'/%3E%3Cpath d='M432.058 373.437c-9.149 0-9.149-8.253-18.298-8.253-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-9.133 0-9.133 8.253-18.267 8.253-9.117 0-9.143-8.212-18.221-8.247.127 3.648.545 9.063 1.615 15.425 7.421.983 8.098 8.059 16.607 8.059 9.133 0 9.133-8.253 18.267-8.253 9.135 0 9.135 8.253 18.269 8.253 9.143 0 9.143-8.253 18.285-8.253 9.149 0 9.149 8.253 18.298 8.253 8.522 0 9.199-7.077 16.633-8.059 1.07-6.362 1.488-11.777 1.615-15.425-9.094.035-9.119 8.247-18.249 8.247z' fill='%2341479b'/%3E%3Cpath d='M432.058 388.674c-9.149 0-9.149-8.253-18.298-8.253-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-9.133 0-9.133 8.253-18.267 8.253-8.509 0-9.186-7.076-16.607-8.059.848 5.041 2.113 10.663 3.977 16.477 4.113 2.36 5.905 6.817 12.63 6.817 9.133 0 9.133-8.253 18.267-8.253 9.135 0 9.135 8.253 18.269 8.253 9.143 0 9.143-8.253 18.285-8.253 9.149 0 9.149 8.253 18.298 8.253 6.741 0 8.532-4.465 12.658-6.824 1.863-5.811 3.127-11.431 3.974-16.47-7.433.982-8.11 8.059-16.632 8.059z' fill='%23f5f5f5'/%3E%3Cpath d='M432.058 403.909c-9.149 0-9.149-8.253-18.298-8.253-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-9.133 0-9.133 8.253-18.267 8.253-6.726 0-8.517-4.457-12.63-6.817 2.322 7.243 5.581 14.755 10.133 21.761.767.157 1.557.293 2.498.293 9.133 0 9.133-8.253 18.267-8.253 9.135 0 9.135 8.253 18.269 8.253 9.143 0 9.143-8.253 18.285-8.253 9.149 0 9.149 8.253 18.298 8.253.951 0 1.751-.135 2.525-.295 4.552-7.008 7.811-14.521 10.133-21.765-4.127 2.358-5.918 6.823-12.659 6.823z' fill='%2341479b'/%3E%3Cpath d='M432.058 419.146c-9.149 0-9.149-8.253-18.298-8.253-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-9.133 0-9.133 8.253-18.267 8.253-.94 0-1.731-.135-2.498-.293 2.892 4.452 6.316 8.685 10.347 12.515 2.794-2.36 5.012-5.24 10.418-5.24 9.135 0 9.135 8.253 18.269 8.253 9.143 0 9.143-8.253 18.285-8.253 5.428 0 7.647 2.894 10.456 5.257 4.04-3.836 7.47-8.076 10.367-12.535-.774.16-1.574.296-2.525.296z' fill='%23f5f5f5'/%3E%3Cpath d='M424.216 431.386c-2.808-2.363-5.028-5.257-10.456-5.257-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-5.406 0-7.624 2.88-10.418 5.24 7.348 6.983 16.718 12.611 28.723 15.612 11.996-2.999 21.359-8.62 28.705-15.595z' fill='%2341479b'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M413.76 349.949c-9.143 0-9.143 8.253-18.285 8.253-9.135 0-9.135-8.253-18.269-8.253-9.133 0-9.133 8.253-18.267 8.253-9.136 0-9.136-8.253-18.272-8.253v12.656c0 .714.016 1.593.051 2.585 9.079.035 9.104 8.247 18.221 8.247 9.133 0 9.133-8.253 18.267-8.253 9.135 0 9.135 8.253 18.269 8.253 9.143 0 9.143-8.253 18.285-8.253 9.149 0 9.149 8.253 18.298 8.253 9.13 0 9.156-8.212 18.247-8.247.034-.992.051-1.871.051-2.585v-12.656c-9.149 0-9.149 8.253-18.298 8.253-9.149-.001-9.149-8.253-18.298-8.253z'/%3E%3Cpath d='M446.137 307.761a4.22 4.22 0 0 1 4.219 4.219V362.606c0 .714-.016 1.593-.051 2.585-.127 3.648-.545 9.063-1.615 15.425-.848 5.039-2.112 10.659-3.974 16.47-2.322 7.244-5.581 14.758-10.133 21.765-2.897 4.46-6.327 8.7-10.367 12.535-7.346 6.975-16.709 12.596-28.705 15.595-12.005-3.001-21.375-8.63-28.723-15.612-4.031-3.831-7.455-8.064-10.347-12.515-4.551-7.006-7.811-14.518-10.133-21.761-1.864-5.814-3.129-11.436-3.977-16.477-1.07-6.362-1.488-11.777-1.615-15.425a77.653 77.653 0 0 1-.051-2.585V311.98a4.22 4.22 0 0 1 4.219-4.219h101.253m0-3.165H344.886c-4.071 0-7.383 3.312-7.383 7.383V362.605c0 .744.017 1.661.053 2.694.119 3.444.504 8.987 1.656 15.841.981 5.835 2.355 11.527 4.084 16.918 2.674 8.342 6.205 15.918 10.492 22.518 3.158 4.861 6.798 9.263 10.82 13.085 8.391 7.973 18.53 13.487 30.135 16.389l.767.192.767-.192c11.597-2.899 21.73-8.407 30.116-16.371 4.032-3.828 7.68-8.237 10.842-13.106 4.288-6.602 7.819-14.18 10.493-22.523 1.727-5.387 3.1-11.077 4.082-16.911 1.152-6.854 1.537-12.397 1.656-15.84.036-1.034.053-1.951.053-2.695V311.978c.001-4.07-3.311-7.382-7.382-7.382z'/%3E%3C/g%3E%3Cpath fill='%2373af00' d='M395.511 421.468l-11.577 8.055 4.085-13.5-11.238-8.519 14.099-.287 4.631-13.323 4.632 13.323 14.099.287-11.238 8.519 4.084 13.5z'/%3E%3Cpath d='M395.511 396.498l4.018 11.561 12.237.25-9.753 7.394 3.544 11.715-10.046-6.991-10.046 6.991 3.544-11.715-9.753-7.394 12.237-.25 4.018-11.561m0-5.205l-1.614 4.644-3.628 10.437-11.048.225-4.916.1 3.918 2.971 8.805 6.676-3.2 10.576-1.424 4.706 4.036-2.809 9.07-6.311 9.07 6.311 4.036 2.809-1.424-4.706-3.2-10.576 8.805-6.676 3.918-2.971-4.916-.1-11.048-.225-3.628-10.437-1.612-4.644z' fill='%23ffe15a'/%3E%3Cpath fill='%2373af00' d='M370.086 388.562l-11.577 8.055 4.085-13.5-11.238-8.519 14.099-.287 4.631-13.323 4.632 13.323 14.099.287-11.238 8.519 4.084 13.5z'/%3E%3Cpath d='M370.086 363.592l4.018 11.561 12.237.25-9.753 7.394 3.544 11.715-10.046-6.991-10.046 6.991 3.544-11.715-9.753-7.394 12.237-.25 4.018-11.561m0-5.206l-1.614 4.644-3.628 10.437-11.048.225-4.916.1 3.918 2.971 8.805 6.676-3.2 10.576-1.424 4.706 4.036-2.809 9.07-6.311 9.07 6.311 4.036 2.809-1.424-4.706-3.2-10.576 8.805-6.676 3.918-2.971-4.916-.1-11.048-.225-3.628-10.437-1.612-4.644z' fill='%23ffe15a'/%3E%3Cpath fill='%2373af00' d='M420.712 388.562l-11.577 8.055 4.085-13.5-11.239-8.519 14.099-.287 4.632-13.323 4.632 13.323 14.099.287-11.238 8.519 4.084 13.5z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M420.712 363.592l4.018 11.561 12.237.25-9.753 7.394 3.544 11.715-10.046-6.991-10.046 6.991 3.544-11.715-9.753-7.394 12.237-.25 4.018-11.561m0-5.206l-1.614 4.644-3.628 10.437-11.048.225-4.916.1 3.918 2.971 8.805 6.676-3.2 10.576-1.424 4.706 4.036-2.809 9.07-6.311 9.07 6.311 4.036 2.809-1.424-4.706-3.2-10.576 8.805-6.676 3.918-2.971-4.916-.1-11.048-.225-3.628-10.437-1.612-4.644zM462.239 405.591c-10.47 26.658-36.399 45.609-66.727 45.609s-56.258-18.951-66.727-45.609l-15.7 6.143c12.933 32.93 44.964 56.341 82.427 56.341s69.494-23.411 82.427-56.341l-15.7-6.143z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M403.949 307.761h-12.656l-4.219-12.657h12.656zM425.043 307.761h-8.438l-2.813-8.438h3.851a6.364 6.364 0 0 1 6.037 4.351l1.363 4.087zM378.636 307.761h-8.438l-.962-2.885c-.911-2.732 1.123-5.553 4.002-5.553h2.584l2.814 8.438z'/%3E%3C/g%3E%3Cg fill='%2341479b'%3E%3Cpath d='M416.605 307.761h-12.656l-4.219-12.656h9.616a4.218 4.218 0 0 1 4.002 2.885l3.257 9.771zM391.293 307.761h-12.656l-2.85-8.549a3.12 3.12 0 0 1 2.96-4.107h8.327l4.219 12.656z'/%3E%3C/g%3E%3Cpath d='M426.493 278.493c-3.296 4.746-12.525 10.415-27.554 10.415-12.384 0-20.349-7.478-23.008-10.426a3.848 3.848 0 0 1-.986-2.602v-2.877c0-1.238.642-2.365 1.713-2.988 2.679-1.558 8.871-4.046 21.095-4.046 15.161-.001 28.74 12.524 28.74 12.524z' fill='%23509664'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M94.316.046H0v19.977l94.316 61.793zM0 68.345v26.017h39.71zM0 161.73v26.017l39.71-26.017zM256 20.023V.046h-94.316v81.77zM256 187.747V161.73h-39.71zM161.684 174.276v81.77H256v-19.977zM256 94.362V68.345l-39.71 26.017zM0 236.069v19.977h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.069v-19.964l-83.768-54.375h24.748L256 200.041v-12.294l-39.71-26.017H256v-13.474H148.211v107.79h13.473v-81.77zM0 148.256v13.474h39.71L0 187.747v18.901l69.197-44.918h24.748L0 222.712v13.357l94.316-61.793v81.77h13.473v-107.79zM107.789.046H94.316v81.77L0 20.023v21.862l80.842 52.477H56.094L0 57.95v10.395l39.71 26.017H0v13.474h107.789zM256 107.836V94.362h-39.71L256 68.345V49.203l-69.568 45.159h-24.748L256 33.139V20.023l-94.316 61.793V.046h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.256v-40.42H148.211V.046h-40.422v107.79H0v40.42h107.789v107.79h40.422v-107.79z'/%3E%3Cpath d='M69.197 161.73L0 206.648v16.064l93.945-60.982zM172.232 161.73L256 216.105v-16.064l-59.02-38.311zM80.842 94.362L0 41.885V57.95l56.094 36.412zM186.432 94.362L256 49.203V33.139l-94.316 61.223z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.cl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v256H0z'/%3E%3Cpath fill='%23ff4b55' d='M17.655 256v-13.474H0V512h512V256z'/%3E%3Cpath fill='%2341479b' d='M0 0h256v256H0z'/%3E%3Cpath d='M133.19 70.533l12.845 38.515 40.599.315c5.256.041 7.436 6.749 3.207 9.871l-32.66 24.118 12.247 38.709c1.586 5.012-4.121 9.157-8.397 6.101L128 164.554l-33.03 23.609c-4.276 3.057-9.983-1.089-8.397-6.101l12.247-38.709-32.66-24.118c-4.228-3.123-2.049-9.831 3.207-9.871l40.599-.315 12.845-38.515c1.662-4.987 8.716-4.987 10.379-.001z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.co{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 383.86h512V512H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 0h512v256H0z'/%3E%3Cpath fill='%2341479b' d='M0 256h512v127.86H0z'/%3E%3C/svg%3E")}.pf-flag.cr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 175.16h512v161.68H0z'/%3E%3Cpath fill='%2341479b' d='M0 0h512v87.58H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 87.58h512v87.58H0z'/%3E%3Cpath fill='%2341479b' d='M0 424.42h512V512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M0 336.84h512v87.58H0z'/%3E%3Cellipse cx='117.02' cy='256' rx='63.02' ry='67.37'/%3E%3C/g%3E%3Cpath fill='%233cc8ff' d='M84.42 229.92h65.19v32.598H84.42z'/%3E%3Cpath fill='%23ffe15a' d='M93.117 248.458l.744 7.192 2.93-6.61-1.515 7.069 4.829-5.38-3.625 6.255 6.255-3.625-5.381 4.829 7.069-1.515-6.609 2.929 7.191.744-7.191.744 6.609 2.93-7.069-1.515 5.381 4.829-6.255-3.625 3.625 6.255-4.829-5.381 1.515 7.07-2.93-6.61-.744 7.191-.744-7.191-2.929 6.61 1.514-7.07-4.829 5.381 3.626-6.255-6.256 3.625 5.381-4.829-7.069 1.515 6.609-2.93-7.191-.744 7.191-.744-6.609-2.929 7.069 1.515-5.381-4.829 6.256 3.625-3.626-6.255 4.829 5.38-1.514-7.069 2.929 6.61z'/%3E%3Cpath fill='%2341479b' d='M130.061 308.156h-26.078l-23.905-19.558v-28.252h76.061v28.252z'/%3E%3Cpath d='M143.1 251.654h-.003c-.007-.594-.489-1.074-1.084-1.074s-1.077.48-1.084 1.074h-.003c0 3.772-2.185 8.988-4.866 12.724-3.742-4.725-5.15-10.205-5.68-13.655a2.448 2.448 0 0 0-3.522-1.814c-.717.359-1.2 1.059-1.324 1.851-1.664 10.658-6.688 15.187-9.941 17.049-4.871-4.709-6.476-12.33-7.005-16.835a2.533 2.533 0 0 0-3.657-1.968 2.56 2.56 0 0 0-1.27 1.497c-6.816 20.778-25.757 22.883-25.757 22.883v6.52h76.061v-10.865c-8.692-2.175-10.865-17.387-10.865-17.387z' fill='%2373af00'/%3E%3Cg fill='%23f0aa00'%3E%3Cpath d='M153.966 232.095c-8.693-4.346-8.693-8.693-8.693-8.693s-10.866-4.346-19.559-4.346c0 0 2.173-4.346-2.173-4.346h-6.52-6.52c-4.347 0-2.173 4.346-2.173 4.346-8.693 0-19.559 4.346-19.559 4.346s0 4.346-8.693 8.693-8.693 14.126-8.693 14.126a3.26 3.26 0 1 0 6.52 0c0-.371-.075-.722-.19-1.055l.19-.032 21.732-15.212h34.77l21.732 15.212.19.032c-.114.333-.19.684-.19 1.055a3.26 3.26 0 1 0 6.52 0c.002 0 .002-9.78-8.691-14.126z'/%3E%3Cpath d='M160.486 258.173c-2.173 0-8.693 0-8.693-6.52s8.693-6.52 8.693-6.52l-13.039-4.346C143.1 256 151.793 256 151.793 275.559c0 17.521-19.559 28.251-26.078 28.251-6.52 0-8.693 4.346-8.693 4.346s-2.173-4.346-8.693-4.346-26.078-10.731-26.078-28.251c0-19.559 8.693-19.559 4.346-34.771l-13.039 4.346s8.693 0 8.693 6.52-6.52 6.52-8.693 6.52-10.866 0-10.866 10.866 10.866 23.905 26.078 32.598 8.693 17.385 28.251 17.385 13.039-8.693 28.251-17.385c15.212-8.693 26.078-21.732 26.078-32.598s-8.691-10.867-10.864-10.867z'/%3E%3C/g%3E%3Cg fill='%2373af00'%3E%3Cpath d='M112.676 224.159l-5.257-2.362a4.353 4.353 0 0 0-2.772-.269c-3.389.783-11.795 3.358-18.049 10.567l6.52 2.173 19.558-10.109zM121.368 224.159l5.257-2.362a4.353 4.353 0 0 1 2.772-.269c3.389.783 11.795 3.358 18.049 10.567l-6.52 2.173-19.558-10.109z'/%3E%3Cpath d='M117.79 225.576l3.962-3.962a.543.543 0 0 0-.768-.768l-3.962 3.962-3.962-3.962a.543.543 0 0 0-.768.768l3.962 3.962-3.962 3.962a.543.543 0 0 0 .768.768l3.962-3.962 3.962 3.962a.541.541 0 0 0 .768 0 .543.543 0 0 0 0-.768l-3.962-3.962z'/%3E%3C/g%3E%3Cpath d='M160.486 245.134c0-3.698-3.494-5.296-6.52-5.989v-1.721c-4.091-.383-6.374-1.921-10.341-4.623-1.528-1.042-3.261-2.222-5.352-3.493-7.641-4.642-13.515-5.312-16.905-5.15v3.59h-8.693v-3.59c-3.39-.162-9.264.508-16.905 5.15-2.091 1.271-3.824 2.451-5.352 3.493-3.967 2.702-6.249 4.24-10.341 4.623v1.721c-3.026.693-6.52 2.291-6.52 5.989l6.52-2.173v.991c6.167-.454 9.694-2.822 14.011-5.762 1.463-.997 3.121-2.126 5.067-3.309 4.963-3.017 8.82-3.95 11.347-4.17v3.557h13.039v-3.557c2.526.22 6.384 1.153 11.347 4.17 1.946 1.182 3.604 2.311 5.067 3.309 4.317 2.94 7.844 5.308 14.011 5.762v-.991l6.52 2.173z' fill='%23f5f5f5'/%3E%3Cpath d='M143.1 210.879v-2.689h-6.054c1.058-.908 1.707-1.978 1.707-3.26 0-6.004-13.66-7.606-21.732-7.606s-21.732 1.602-21.732 7.606c0 1.282.65 2.352 1.707 3.26h-6.054v2.689c-5.32 1.187-9.67 4.043-9.898 4.195l2.411 3.616c.059-.04 6.039-3.981 11.834-3.981v-2.173h43.463v2.173c5.795 0 11.774 3.941 11.834 3.981l2.411-3.616c-.227-.152-4.576-3.008-9.897-4.195zm-17.385-3.29v-1.651c0-1.064-1-1.844-2.032-1.586l-6.661 1.665-6.661-1.665a1.636 1.636 0 0 0-2.032 1.586v1.651c-4.882-.717-7.769-1.911-8.556-2.658 1.176-1.116 6.934-3.26 17.249-3.26s16.073 2.143 17.249 3.26c-.787.746-3.674 1.941-8.556 2.658z' fill='%233cc8ff'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M117.293 235.089l.551 1.651 1.74.013a.234.234 0 0 1 .137.423l-1.4 1.034.525 1.659a.235.235 0 0 1-.36.262l-1.416-1.012-1.416 1.012a.235.235 0 0 1-.36-.262l.525-1.659-1.4-1.034a.234.234 0 0 1 .137-.423l1.74-.013.551-1.651c.073-.214.375-.214.446 0zM108.774 235.645l.721 1.584 1.732-.169a.234.234 0 0 1 .181.406l-1.284 1.175.696 1.595a.235.235 0 0 1-.331.298l-1.514-.858-1.302 1.155a.234.234 0 0 1-.385-.222l.348-1.705-1.501-.881c-.194-.114-.132-.41.092-.435l1.729-.196.374-1.7c.05-.22.351-.252.444-.047zM100.026 237.976l1.047 1.39 1.655-.54a.235.235 0 0 1 .265.358l-.999 1.425 1.025 1.407a.234.234 0 0 1-.258.362l-1.664-.509-1.021 1.41a.234.234 0 0 1-.424-.134l-.03-1.74-1.656-.535a.235.235 0 0 1-.004-.445l1.646-.566-.003-1.741a.234.234 0 0 1 .421-.142zM91.258 241.672l1.222 1.24 1.568-.755a.234.234 0 0 1 .31.319l-.801 1.545 1.202 1.258a.234.234 0 0 1-.208.393l-1.717-.285-.825 1.532c-.107.198-.405.147-.438-.076l-.26-1.721-1.712-.311a.234.234 0 0 1-.063-.44l1.557-.779-.233-1.725a.233.233 0 0 1 .398-.195zM125.368 235.645l-.721 1.584-1.732-.169a.234.234 0 0 0-.181.406l1.284 1.175-.696 1.595a.235.235 0 0 0 .331.298l1.514-.858 1.302 1.155c.169.15.43-.002.385-.222l-.348-1.705 1.501-.881c.194-.114.132-.41-.092-.435l-1.729-.196-.374-1.7c-.05-.22-.351-.252-.444-.047zM134.116 237.976l-1.047 1.39-1.655-.54a.235.235 0 0 0-.265.358l.999 1.425-1.025 1.407a.234.234 0 0 0 .258.362l1.664-.509 1.021 1.41a.234.234 0 0 0 .424-.134l.03-1.74 1.656-.535a.235.235 0 0 0 .004-.445l-1.646-.566.003-1.741a.234.234 0 0 0-.421-.142zM142.884 241.672l-1.222 1.24-1.568-.755a.234.234 0 0 0-.31.319l.801 1.545-1.202 1.258a.234.234 0 0 0 .208.393l1.717-.285.825 1.532c.107.198.405.147.438-.076l.26-1.721 1.712-.311a.234.234 0 0 0 .063-.44l-1.557-.779.233-1.725a.233.233 0 0 0-.398-.195z'/%3E%3C/g%3E%3Cpath fill='%238c5a28' d='M102.014 287.239l11.069 7.403h13.379l6.18-5.297-4.754 1.901h-15.756z'/%3E%3Cpath d='M109.552 277.686l-1.068 10.775-4.863-1.856c0 .001 2.237-5.192 5.931-8.919z' fill='%23f5f5f5'/%3E%3Cg fill='%238c5a28'%3E%3Cpath d='M119.15 273.42h.719v18.349h-.719zM125.8 274.97h.719v16.796h-.719zM112.52 274.97h.719v16.796h-.719z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M122.041 290.024h-5.062a.491.491 0 0 1-.491-.491v-2.889c0-.271.22-.491.491-.491h5.062c.271 0 .491.22.491.491v2.889a.492.492 0 0 1-.491.491zM122.041 284.862h-5.062a.491.491 0 0 1-.491-.491v-2.889c0-.271.22-.491.491-.491h5.062c.271 0 .491.22.491.491v2.889a.491.491 0 0 1-.491.491zM122.041 280.109h-5.062a.491.491 0 0 1-.491-.491v-2.889c0-.271.22-.491.491-.491h5.062c.271 0 .491.22.491.491v2.889a.492.492 0 0 1-.491.491zM128.282 290.024h-4.247a.491.491 0 0 1-.491-.491v-2.889c0-.271.22-.491.491-.491h4.247c.271 0 .491.22.491.491v2.889c0 .271-.22.491-.491.491zM128.282 285.272h-4.247a.491.491 0 0 1-.491-.491v-2.283c0-.271.22-.491.491-.491h4.247c.271 0 .491.22.491.491v2.283c0 .271-.22.491-.491.491zM128.282 280.561h-4.247a.491.491 0 0 1-.491-.491v-1.758c0-.271.22-.491.491-.491h4.247c.271 0 .491.22.491.491v1.758a.49.49 0 0 1-.491.491zM115.004 290.024h-4.247a.491.491 0 0 1-.491-.491v-2.889c0-.271.22-.491.491-.491h4.247c.271 0 .491.22.491.491v2.889c0 .271-.22.491-.491.491zM115.004 285.272h-4.247a.491.491 0 0 1-.491-.491v-2.283c0-.271.22-.491.491-.491h4.247c.271 0 .491.22.491.491v2.283c0 .271-.22.491-.491.491zM115.004 280.561h-4.247a.491.491 0 0 1-.491-.491v-1.758c0-.271.22-.491.491-.491h4.247c.271 0 .491.22.491.491v1.758a.49.49 0 0 1-.491.491zM113.239 274.972v2.17l3.195-1.105zM126.508 274.972v2.17l3.195-1.105zM119.861 273.412v2.171l3.195-1.105z'/%3E%3C/g%3E%3Cpath fill='%238c5a28' d='M111.373 258.748l3.846 2.572h4.648l2.147-1.841-1.651.661h-5.474z'/%3E%3Cpath d='M113.992 255.429l-.371 3.744-1.689-.645s.777-1.804 2.06-3.099z' fill='%23f5f5f5'/%3E%3Cg fill='%238c5a28'%3E%3Cpath d='M117.33 253.95h.25v6.375h-.25zM119.64 254.49h.25v5.835h-.25zM115.02 254.49h.25v5.835h-.25z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M118.331 259.715h-1.759a.17.17 0 0 1-.171-.171v-1.004a.17.17 0 0 1 .171-.171h1.759a.17.17 0 0 1 .171.171v1.004a.17.17 0 0 1-.171.171zM118.331 257.922h-1.759a.17.17 0 0 1-.171-.171v-1.004a.17.17 0 0 1 .171-.171h1.759a.17.17 0 0 1 .171.171v1.004a.17.17 0 0 1-.171.171zM118.331 256.271h-1.759a.17.17 0 0 1-.171-.171v-1.004a.17.17 0 0 1 .171-.171h1.759a.17.17 0 0 1 .171.171v1.004a.172.172 0 0 1-.171.171zM120.5 259.715h-1.476a.17.17 0 0 1-.171-.171v-1.004a.17.17 0 0 1 .171-.171h1.476a.17.17 0 0 1 .171.171v1.004a.172.172 0 0 1-.171.171zM120.5 258.065h-1.476a.17.17 0 0 1-.171-.171v-.793a.17.17 0 0 1 .171-.171h1.476a.17.17 0 0 1 .171.171v.793a.172.172 0 0 1-.171.171zM120.5 256.428h-1.476a.17.17 0 0 1-.171-.171v-.611a.17.17 0 0 1 .171-.171h1.476a.17.17 0 0 1 .171.171v.611a.172.172 0 0 1-.171.171zM115.886 259.715h-1.476a.17.17 0 0 1-.171-.171v-1.004a.17.17 0 0 1 .171-.171h1.476a.17.17 0 0 1 .171.171v1.004a.17.17 0 0 1-.171.171zM115.886 258.065h-1.476a.17.17 0 0 1-.171-.171v-.793a.17.17 0 0 1 .171-.171h1.476a.17.17 0 0 1 .171.171v.793a.17.17 0 0 1-.171.171zM115.886 256.428h-1.476a.17.17 0 0 1-.171-.171v-.611a.17.17 0 0 1 .171-.171h1.476a.17.17 0 0 1 .171.171v.611a.17.17 0 0 1-.171.171zM115.273 254.486v.754l1.11-.384zM119.883 254.486v.754l1.11-.384zM117.574 253.944v.754l1.11-.384zM109.404 247.307h-4.323a1.101 1.101 0 0 1-1.098-1.098v-1.503c0-.604.494-1.098 1.098-1.098h4.323c.604 0 1.098.494 1.098 1.098v1.503a1.1 1.1 0 0 1-1.098 1.098zM130.855 247.307h-3.363a1.099 1.099 0 0 1-1.098-1.098v-1.503c0-.606.492-1.098 1.098-1.098h3.363c.606 0 1.098.492 1.098 1.098v1.503c0 .607-.492 1.098-1.098 1.098zM143.746 250.092h-2.497a.628.628 0 0 1-.628-.628v-1.034c0-.347.281-.628.628-.628h2.497c.347 0 .628.281.628.628v1.034a.628.628 0 0 1-.628.628z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.dm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 202.1h512v35.93H0z'/%3E%3Cpath fill='%23464655' d='M0 238.03h512v35.93H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 273.96h512v35.93H0z'/%3E%3Cpath fill='%23ffe15a' d='M202.1 0h35.93v512H202.1z'/%3E%3Cpath fill='%23464655' d='M238.03 0h35.93v512h-35.93z'/%3E%3Cpath fill='%23f5f5f5' d='M273.96 0h35.93v512h-35.93z'/%3E%3Cpath d='M364.756 171.727c85.917 135.501-57.528 278.945-193.029 193.029a79.29 79.29 0 0 1-24.484-24.484c-85.916-135.5 57.529-278.945 193.03-193.028a79.295 79.295 0 0 1 24.483 24.483z' fill='%23ff4b55'/%3E%3Cpath d='M244.432 279.176s-1.573 11.014 9.126 27.378h20.769l-4.72-19.825-25.175-7.553z' fill='%2373af00'/%3E%3Cpath d='M242.963 205.434s-33.986 55.595 15.944 88.742l5.245-31.469 3.357-40.7-5.245-17.413-19.301.84z' fill='%23a561cd'/%3E%3Cpath d='M242.964 205.433s-3.884 6.467-7.102 16.197c4.374 4.573 16.333 10.238 31.039 7.755l.609-7.378-5.246-17.413-19.3.839z' fill='%2373af00'/%3E%3Cpath d='M236.46 197.462s.418-11.119 11.329-11.119c13.637 0 24.756 3.147 42.378 39.651 0 0-15.674 15.385-25.595-5.874-2.937-6.294-3.986-13.846-3.986-13.846s-12.168 4.196-20.56-.629l-3.566-8.183z' fill='%23a561cd'/%3E%3Cpath d='M241.914 202.707l-2.518-6.713s-14.056-2.308-8.182 14.686c0 0 .42-3.357 3.986-2.937s7.344-2.309 6.714-5.036z' fill='%23ffe15a'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M265.411 266.484s-14.789 11.588-6.504 38.812c4.406 14.476 22.028 30.368 22.028 30.368s13.06-34.144 8.811-47.361c-2.499-7.78-24.335-21.819-24.335-21.819z'/%3E%3Cpath d='M293.524 310.331s-38.182-36.399-40.7-65.036 13.995-24.09 16.993-22.238c7.133 4.405 25.175 22.867 23.707 87.274z'/%3E%3C/g%3E%3Cpath d='M289.752 318.67h-65.149c-.78 0-1.412-.632-1.412-1.412v-6.617c0-.78.632-1.412 1.412-1.412h65.149c.78 0 1.412.632 1.412 1.412v6.617a1.413 1.413 0 0 1-1.412 1.412z' fill='%23b34900'/%3E%3Cpath d='M273.383 309.701c-2.201.915-6.608 2.045-5.507 5.979.844 3.013 6.608 2.675 5.507 6.136-.745 2.34-12.453 2.556-16.993 1.888-2.781-.409-8.811-2.045-7.972-8.969.839-6.923 3.357-7.988 6.504-9.231 3.121-1.233 16.775-.96 18.776.734 1.023.867 1.352 2.77-.315 3.463z' fill='%23ffe15a'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M257.239 135.63l3.067 9.195 9.693.075c1.255.01 1.775 1.611.766 2.357l-7.798 5.758 2.924 9.242c.379 1.197-.984 2.186-2.005 1.457L256 158.077l-7.886 5.637c-1.021.73-2.383-.26-2.005-1.457l2.924-9.242-7.798-5.758c-1.01-.746-.489-2.347.766-2.357l9.693-.075 3.067-9.195c.397-1.191 2.081-1.191 2.478 0zM257.239 350.614l3.067 9.195 9.693.075c1.255.01 1.775 1.611.766 2.357L262.967 368l2.924 9.242c.379 1.197-.984 2.186-2.005 1.457L256 373.062l-7.886 5.637c-1.021.73-2.383-.26-2.005-1.457l2.924-9.242-7.798-5.758c-1.01-.745-.489-2.347.766-2.357l9.693-.075 3.067-9.195c.397-1.191 2.081-1.191 2.478-.001z'/%3E%3Cpath d='M257.239 135.63l3.067 9.195 9.693.075c1.255.01 1.775 1.611.766 2.357l-7.798 5.758 2.924 9.242c.379 1.197-.984 2.186-2.005 1.457L256 158.077l-7.886 5.637c-1.021.73-2.383-.26-2.005-1.457l2.924-9.242-7.798-5.758c-1.01-.746-.489-2.347.766-2.357l9.693-.075 3.067-9.195c.397-1.191 2.081-1.191 2.478 0zM257.239 350.614l3.067 9.195 9.693.075c1.255.01 1.775 1.611.766 2.357L262.967 368l2.924 9.242c.379 1.197-.984 2.186-2.005 1.457L256 373.062l-7.886 5.637c-1.021.73-2.383-.26-2.005-1.457l2.924-9.242-7.798-5.758c-1.01-.745-.489-2.347.766-2.357l9.693-.075 3.067-9.195c.397-1.191 2.081-1.191 2.478-.001zM182.33 157.692l2.687 9.314-7.942 5.557c-1.028.719-.549 2.334.705 2.376l9.688.323 2.831 9.271c.366 1.2 2.05 1.243 2.477.063l3.301-9.114 9.692.173c1.255.022 1.816-1.565.826-2.336l-7.648-5.956 3.159-9.164c.409-1.186-.928-2.211-1.967-1.507l-8.028 5.433-7.739-5.836c-1.002-.758-2.389.197-2.042 1.403zM304.206 334.793l2.687 9.314-7.942 5.557c-1.028.719-.549 2.334.705 2.376l9.688.323 2.831 9.271c.366 1.2 2.05 1.243 2.477.063l3.301-9.114 9.692.173c1.255.022 1.816-1.565.826-2.336l-7.648-5.956 3.159-9.164c.409-1.186-.928-2.211-1.967-1.507l-8.028 5.433-7.739-5.836c-1.003-.758-2.39.197-2.042 1.403zM136.772 219.409l7.74 5.836-3.016 9.212c-.39 1.193.962 2.196 1.99 1.477l7.942-5.558 7.829 5.715c1.014.74 2.386-.236 2.019-1.436l-2.831-9.271 7.855-5.68c1.017-.735.513-2.342-.742-2.364l-9.692-.172-2.975-9.226c-.385-1.194-2.069-1.211-2.478-.025l-3.159 9.164-9.693-.022c-1.254-.001-1.791 1.595-.789 2.35zM340.561 287.884l7.74 5.836-3.016 9.212c-.391 1.193.962 2.196 1.99 1.477l7.942-5.558 7.829 5.715c1.014.74 2.386-.236 2.019-1.436l-2.831-9.271 7.855-5.68c1.017-.735.513-2.342-.742-2.364l-9.692-.172-2.975-9.226c-.385-1.194-2.069-1.211-2.478-.025l-3.159 9.164-9.693-.022c-1.255-.002-1.791 1.595-.789 2.35zM324.551 157.692l-2.687 9.314 7.942 5.557c1.028.719.549 2.334-.705 2.376l-9.688.323-2.831 9.271c-.366 1.2-2.05 1.243-2.477.063l-3.301-9.114-9.692.173c-1.255.022-1.816-1.565-.826-2.336l7.648-5.956-3.159-9.164c-.409-1.186.928-2.211 1.967-1.507l8.028 5.433 7.739-5.836c1.003-.758 2.39.197 2.042 1.403zM202.676 334.793l-2.687 9.314 7.942 5.557c1.028.719.549 2.334-.705 2.376l-9.688.323-2.831 9.271c-.366 1.2-2.05 1.243-2.477.063l-3.301-9.114-9.692.173c-1.255.022-1.816-1.565-.826-2.336l7.648-5.956-3.159-9.164c-.409-1.186.928-2.211 1.967-1.507l8.028 5.433 7.739-5.836c1.002-.758 2.39.197 2.042 1.403zM370.109 219.409l-7.74 5.836 3.016 9.212c.39 1.193-.962 2.196-1.99 1.477l-7.942-5.558-7.829 5.715c-1.014.74-2.386-.236-2.019-1.436l2.831-9.271-7.855-5.68c-1.017-.735-.513-2.342.742-2.364l9.692-.172 2.975-9.226c.385-1.194 2.069-1.211 2.478-.025l3.159 9.164 9.693-.022c1.255-.001 1.791 1.595.789 2.35zM166.321 287.884l-7.74 5.836 3.016 9.212c.39 1.193-.962 2.196-1.99 1.477l-7.942-5.558-7.829 5.715c-1.014.74-2.386-.236-2.019-1.436l2.831-9.271-7.855-5.68c-1.017-.735-.513-2.342.742-2.364l9.692-.172 2.975-9.226c.385-1.194 2.069-1.211 2.478-.025l3.159 9.164 9.693-.022c1.255-.002 1.791 1.595.789 2.35z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.do{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h202.1v202.1H0zM309.89 309.89h202.1v202.1h-202.1z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M309.89 0h202.1v202.1h-202.1zM0 309.89h202.1v202.1H0z'/%3E%3C/g%3E%3Cg fill='%2364b496'%3E%3Cpath d='M248.264 294.419s8.05 2.947 7 13.053l3.254-.06s-2.053-11.678-3.75-13.078c-1.696-1.4-6.504.085-6.504.085z'/%3E%3Cpath d='M256.334 292.859c-3.413 0-9.383-.004-15.658-1.699 1.399-1.457 3.332-4.389 3.332-9.504 0-8.01-5.519-2.9-5.519-2.9s-3.63 3.053-1.435 11.219a31.712 31.712 0 0 1-6.288-3.218c1.26-1.581 3.771-5.267 5.232-11.108 0 0-9.197-1.818-11.713 5.107-1.541-1.956-2.86-4.155-3.961-6.589 2.364.029 5.662-1.531 5.662-10.533 0 0-6.006.009-7.612 5.22-.631-2.177-1.113-4.511-1.467-6.978 2.398.696 8.598 1.195 8.598-12.259 0 0-7.444.013-9.168 6.607a80.37 80.37 0 0 1-.114-5.228c3.614-1.889 8.604-6.052 8.084-14.592 0 0-3.433.778-6.579 3.417.62-3.237.363-7.977-4.601-11.931 0 0-4.563 8.074 2.101 14.629a13.633 13.633 0 0 0-1.502 2.774c-1.497-2.28-3.899-4.4-7.765-5.689 0 0-1.781 10.815 8.316 15.339.239 6.316 1.228 11.895 2.924 16.748-2.891-2.549-5.233-6.055-5.233-6.055 0-12.015-9.849-12.318-9.849-12.318-1.839 13.714 8.301 14.269 8.301 14.269l5.553 6.059c-12.015-2.002-12.015 8.01-12.015 8.01 8.01 2.002 12.015-2.002 12.015-2.002l4.332 2.226c-7.683.224-10.339 7.786-10.339 7.786 9.657 1.609 16.717-.659 19.12-1.613 9.726 6.8 21.712 6.809 27.248 6.809v-2.003z'/%3E%3Cpath d='M255.652 292.859c3.414 0 9.383-.004 15.658-1.699-1.399-1.457-3.332-4.389-3.332-9.504 0-8.01 5.519-2.9 5.519-2.9s3.63 3.053 1.435 11.219a31.712 31.712 0 0 0 6.288-3.218c-1.26-1.581-3.771-5.267-5.232-11.108 0 0 9.197-1.818 11.713 5.107 1.541-1.956 2.86-4.155 3.961-6.589-2.364.029-5.662-1.531-5.662-10.533 0 0 6.006.009 7.612 5.22.631-2.177 1.113-4.511 1.467-6.978-2.398.696-8.598 1.195-8.598-12.259 0 0 7.444.013 9.168 6.607a80.37 80.37 0 0 0 .114-5.228c-3.614-1.889-8.604-6.052-8.084-14.592 0 0 3.433.778 6.58 3.417-.62-3.237-.363-7.977 4.601-11.931 0 0 4.563 8.074-2.101 14.629a13.633 13.633 0 0 1 1.502 2.774c1.497-2.28 3.899-4.4 7.765-5.689 0 0 1.781 10.815-8.316 15.339-.239 6.316-1.228 11.895-2.924 16.748 2.891-2.549 5.233-6.055 5.233-6.055 0-12.015 9.849-12.318 9.849-12.318 1.839 13.714-8.301 14.269-8.301 14.269l-5.553 6.059c12.015-2.002 12.015 8.01 12.015 8.01-8.01 2.002-12.015-2.002-12.015-2.002l-4.332 2.226c7.683.224 10.339 7.786 10.339 7.786-9.657 1.609-16.717-.659-19.12-1.613-9.726 6.8-21.712 6.809-27.248 6.809v-2.003h-.001z'/%3E%3C/g%3E%3Cpath d='M222.211 205.562c-7.042 4.513-13.25 10.26-18.253 17.044l6.447 4.754c4.414-5.987 9.891-11.059 16.104-15.044l-4.298-6.754z' fill='%2341479b'/%3E%3Cpath d='M256.023 257.626h28.034v16.02a8.01 8.01 0 0 1-8.01 8.01h-12.015c-3.291 0-6.185 1.609-8.01 4.06v-28.09h.001z' fill='%23ff6b71'/%3E%3Cpath fill='%235f64b9' d='M262.03 239.604v-22.027h30.037l-8.01 8.01v22.027H262.03z'/%3E%3Cpath fill='%23f5f5f5' d='M274.05 247.61h10.01v10.01h-10.01z'/%3E%3Cpath d='M256.023 257.626h-28.035v16.02a8.01 8.01 0 0 0 8.01 8.01h12.015c3.291 0 6.185 1.609 8.01 4.06v-28.09z' fill='%23ff6b71'/%3E%3Cpath d='M251.016 282.14a10.068 10.068 0 0 1 4.96 3.521h.092a10.062 10.062 0 0 1 4.96-3.521v-16.503h-10.012v16.503z' fill='%23f5f5f5'/%3E%3Cpath fill='%235f64b9' d='M250.015 239.604v-22.027h-30.037l8.01 8.01v22.027h22.027z'/%3E%3Cpath fill='%23f5f5f5' d='M227.99 247.61H238v10.01h-10.01z'/%3E%3Cpath fill='%2341479b' d='M238 227.589v6.008l6.008 4.005v-4.005z'/%3E%3Cpath fill='%23f5f5f5' d='M244.008 233.597v6.007l8.01 4.005v-2.002z'/%3E%3Cpath fill='%2341479b' d='M274.045 227.589v6.008l-6.008 4.005v-4.005z'/%3E%3Cpath fill='%23f5f5f5' d='M268.037 233.597v6.007l-8.009 4.005v-2.002z'/%3E%3Cpath d='M268.107 271.644h-24.159c-5.491 0-9.943-4.483-9.943-10.012V230.66l22.17 14.951 21.876-14.951v30.971c-.001 5.53-4.453 10.013-9.944 10.013z' fill='%23ff4b55'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M242.005 235.599l-8.009-6.007v22.027l8.009 4.005zM270.04 235.599l8.01-6.007v22.027l-8.01 4.005zM244.01 255.62h24.03v10.01h-24.03z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M244.008 237.602l12.015 6.007 12.014-6.007v18.022h-24.029z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M265.034 239.495v20.134a3.007 3.007 0 0 1-3.004 3.004h-12.015a3.007 3.007 0 0 1-3.004-3.004v-20.052l-6.007-4.023v24.075c0 4.969 4.042 9.011 9.011 9.011h12.015c4.969 0 9.011-4.042 9.011-9.011v-24.211l-6.007 4.077z'/%3E%3Cpath d='M267.131 253.483c-3.373.303-7.17.643-11.108 2.014-3.938-1.371-7.735-1.711-11.108-2.014-5.644-.507-8.993-1.001-10.91-4.405v5.78c2.943 1.914 6.672 2.266 10.551 2.615 3.482.313 7.081.636 10.758 2.028l.709.268.709-.268c3.677-1.392 7.277-1.715 10.758-2.028 3.882-.349 7.616-.695 10.56-2.611v-5.797c-1.916 3.416-5.267 3.909-10.919 4.418z'/%3E%3C/g%3E%3Cpath fill='%23ffe15a' d='M260.028 234.598h-3.004v-3.004h-2.003v3.004h-3.003v2.003h3.003v9.011h2.003v-9.011h3.004z'/%3E%3Cpath fill='%23464655' d='M236.282 226.601l1.1-1.1 17.595 17.597-1.1 1.1z'/%3E%3Cpath fill='%23ffe15a' d='M233.53 222.756l2.199 4.399 2.2-2.199z'/%3E%3Cpath fill='%23464655' d='M240.16 223.571l1.256-.916 14.653 20.115-1.257.916z'/%3E%3Cpath fill='%23ffe15a' d='M238.031 219.342l1.49 4.688 2.514-1.832z'/%3E%3Cpath fill='%23464655' d='M232.993 230.467l.89-1.274 20.403 14.246-.89 1.275z'/%3E%3Cpath fill='%23ffe15a' d='M229.61 227.164l2.936 3.947 1.78-2.55z'/%3E%3Cpath fill='%23464655' d='M258.158 244.209l-1.1-1.1 17.596-17.596 1.1 1.1z'/%3E%3Cpath fill='%23ffe15a' d='M278.506 222.756l-2.2 4.399-2.199-2.199z'/%3E%3Cpath fill='%23464655' d='M257.227 243.675l-1.257-.915 14.653-20.115 1.257.916z'/%3E%3Cpath fill='%23ffe15a' d='M274.004 219.342l-1.49 4.688-2.514-1.832z'/%3E%3Cpath fill='%23464655' d='M258.651 244.72l-.89-1.274 20.403-14.247.89 1.275z'/%3E%3Cpath fill='%23ffe15a' d='M282.425 227.164l-2.935 3.947-1.781-2.55z'/%3E%3Cpath d='M255.006 281.087s-7.744-8.317-6.242-15.951c1.208-6.14 4.873-12.909 7.741-14.556 0 0 4.056-.25 3.039 3.273s-2.255 4.432-1.894 7.904c.625 6.007 1.596 13.129-2.644 19.33z' fill='%23f5f5f5'/%3E%3Cpath d='M257.356 250.622c-.484-.064-.852-.043-.852-.043-2.868 1.648-6.533 8.416-7.741 14.556-.683 3.473.55 7.08 2.095 9.988-.977-12.589 2.698-17.055 6.498-24.501z' fill='%2341479b'/%3E%3Cpath d='M257.65 261.757c-.362-3.472.876-4.38 1.894-7.904.712-2.466-1.058-3.082-2.187-3.231 0 0-2.585 5.94-2.752 9.924-.147 3.506.751 17.772.402 20.54 4.239-6.2 3.268-13.322 2.643-19.329z' fill='%23ff4b55'/%3E%3Cpath d='M252.396 253.593a7.04 7.04 0 0 1 6.103-1.896l-3.16-10.171a7.041 7.041 0 0 0-6.103 1.896l3.16 10.171z' fill='%23f5f0f0'/%3E%3Cpath d='M258.499 251.697a7.04 7.04 0 0 1 6.103-1.896l-3.16-10.171a7.041 7.041 0 0 0-6.103 1.896l3.16 10.171z' fill='%23f5f5f5'/%3E%3Cpath d='M246.874 207.699a60.702 60.702 0 0 0-31.091 7.74l-3.917-6.987a68.727 68.727 0 0 1 35.193-8.761l-.185 8.008z' fill='%235f64b9'/%3E%3Cpath d='M289.834 205.562c7.042 4.513 13.25 10.26 18.253 17.044l-6.447 4.754c-4.414-5.987-9.891-11.059-16.104-15.044l4.298-6.754z' fill='%2341479b'/%3E%3Cpath d='M265.171 207.699a60.702 60.702 0 0 1 31.091 7.74l3.917-6.987a68.727 68.727 0 0 0-35.193-8.761l.185 8.008z' fill='%235f64b9'/%3E%3Cpath d='M272.042 205.562a60.707 60.707 0 0 0-32.039 0l-2.114-7.726a68.731 68.731 0 0 1 36.267 0l-2.114 7.726z' fill='%2341479b'/%3E%3Cg fill='%23ff6b71'%3E%3Cpath d='M229.186 295.312a145.282 145.282 0 0 0-25.227 9.135l3.414 7.246a137.19 137.19 0 0 1 24.36-8.765l-2.547-7.616zM282.86 295.312a145.282 145.282 0 0 1 25.227 9.135l-3.414 7.246a137.19 137.19 0 0 0-24.36-8.765l2.547-7.616z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M288.235 301.508a137.25 137.25 0 0 0-64.079 0l-1.87-7.789a145.264 145.264 0 0 1 67.819 0l-1.87 7.789z'/%3E%3Cpath d='M256.023 303.683l-5.522 1.38a2.002 2.002 0 0 1-2.488-1.943v-2.88a2.002 2.002 0 0 1 2.488-1.943l5.522 1.38v4.006zM256.023 299.678l5.522-1.38a2.002 2.002 0 0 1 2.488 1.943v2.88a2.002 2.002 0 0 1-2.488 1.943l-5.522-1.38v-4.006z'/%3E%3C/g%3E%3Cpath d='M256.452 303.683h-.859a1.573 1.573 0 0 1-1.573-1.573v-.859c0-.869.704-1.573 1.573-1.573h.859c.869 0 1.573.704 1.573 1.573v.859c0 .869-.704 1.573-1.573 1.573z' fill='%23ff6b71'/%3E%3C/svg%3E")}.pf-flag.ec{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 383.859h512v127.86H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 .281h512v255.72H0z'/%3E%3Cpath fill='%2341479b' d='M0 256h512v127.86H0z'/%3E%3Cpath d='M246.789 305.224l64.48-55.268v79.987c0 13.48-10.928 24.409-24.409 24.409a24.406 24.406 0 0 1-16.328-6.266l-23.743-21.368v-21.494z' fill='%23ffe15a'/%3E%3Cpath d='M280.801 336.674l-18.66-16.794v-27.815l33.775-28.951v66.828c0 4.994-4.063 9.056-9.056 9.056a9.035 9.035 0 0 1-6.059-2.324z' fill='%23ff4b55'/%3E%3Cpath d='M271.352 284.17v31.617l15.352 13.861v-58.637l9.211-7.896v66.828c0 4.994-4.063 9.056-9.056 9.056a9.045 9.045 0 0 1-6.059-2.325l-18.66-16.794v-27.815l9.212-7.895z' fill='%2341479b'/%3E%3Cpath d='M265.211 305.224l-64.48-55.268v79.987c0 13.48 10.928 24.409 24.409 24.409 6.03 0 11.846-2.232 16.328-6.266l23.743-21.368v-21.494z' fill='%23ffe15a'/%3E%3Cpath d='M231.199 336.674l18.66-16.794v-27.815l-33.775-28.951v66.828c0 4.994 4.063 9.056 9.056 9.056a9.035 9.035 0 0 0 6.059-2.324z' fill='%23ff4b55'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M240.648 284.17v31.617l-15.352 13.861v-58.637l-9.211-7.896v66.828c0 4.994 4.063 9.056 9.056 9.056a9.045 9.045 0 0 0 6.059-2.325l18.66-16.794v-27.815l-9.212-7.895zM309.04 250.23h4.414v26.448h-4.414zM198.51 250.23h4.414v26.448h-4.414z'/%3E%3C/g%3E%3Cg fill='%235a4646'%3E%3Cpath d='M246.789 237.674s6.141-29.169-15.352-25.331c-21.493 3.838-21.493 9.979-46.057 22.261 0 0 27.634 6.141 39.916 3.07 0 0 9.211 12.282 18.423 15.352h9.211l-6.141-15.352zM265.211 237.674s-6.141-29.169 15.352-25.331c21.493 3.838 21.493 9.979 46.057 22.261 0 0-27.634 6.141-39.916 3.07 0 0-9.211 12.282-18.423 15.352h-9.211l6.141-15.352z'/%3E%3Cpath d='M265.211 253.026h-18.423V237.56a9.098 9.098 0 0 1 9.098-9.098h.227a9.098 9.098 0 0 1 9.098 9.098v15.466z'/%3E%3C/g%3E%3Ccircle cx='256' cy='237.67' r='6.141' fill='%23e6e1cd'/%3E%3Cpath d='M242.823 233.708l11.547 6.166a2.494 2.494 0 0 0 2.938-3.963l-7.448-7.448h-1.791a5.245 5.245 0 0 0-5.246 5.245z' fill='%23ffd0af'/%3E%3Cpath d='M246.827 234.604h-9.249l4.048-4.739a4 4 0 0 1 3.042-1.402h5.192v3.109a3.034 3.034 0 0 1-3.033 3.032z' fill='%23ffaf94'/%3E%3Cg fill='%238cb400'%3E%3Cpath d='M282.186 253.034c-2.072-2.459-2.513-5.717-1.504-8.541 2.954-.516 6.091.472 8.162 2.93 1.77 2.1 2.283 4.773 1.784 7.271a90.245 90.245 0 0 1 2.189 3.963c.041-.225.032-.448.096-.673.724-2.545 2.743-4.347 5.135-4.958 1.712 1.778 2.483 4.373 1.759 6.918-.623 2.19-2.227 3.777-4.18 4.581a85.877 85.877 0 0 1 2.246 5.69c.041-.118.044-.238.091-.355 1-2.451 3.206-4.019 5.65-4.362 1.506 1.955 1.986 4.62.986 7.069-.875 2.144-2.69 3.558-4.763 4.121 1.068 4.213 1.776 8.683 1.776 13.183h-3.07c0-3.921-.602-7.85-1.51-11.608-1.895.612-4.012.482-5.844-.641-2.236-1.37-3.416-3.778-3.361-6.223 2.153-1.16 4.835-1.202 7.071.168.08.049.135.121.213.174a83.353 83.353 0 0 0-2.076-5.365c-1.843.871-4.012 1.005-6.001.07-2.373-1.115-3.812-3.379-4.026-5.815 2.006-1.386 4.656-1.722 7.024-.62a90.77 90.77 0 0 0-2.205-4.002c-2.121-.239-4.158-1.213-5.642-2.975zM229.814 253.034c2.072-2.459 2.513-5.717 1.504-8.541-2.954-.516-6.091.472-8.162 2.93-1.77 2.1-2.283 4.773-1.784 7.271a90.245 90.245 0 0 0-2.189 3.963c-.041-.225-.032-.448-.096-.673-.724-2.545-2.743-4.347-5.135-4.958-1.712 1.778-2.483 4.373-1.759 6.918.623 2.19 2.227 3.777 4.18 4.581a85.877 85.877 0 0 0-2.246 5.69c-.041-.118-.044-.238-.091-.355-1-2.451-3.206-4.019-5.65-4.362-1.506 1.955-1.986 4.62-.986 7.069.875 2.144 2.69 3.558 4.763 4.121-1.068 4.213-1.776 8.683-1.776 13.183h3.07c0-3.921.602-7.85 1.51-11.608 1.895.612 4.012.482 5.844-.641 2.236-1.37 3.416-3.778 3.361-6.223-2.153-1.16-4.835-1.202-7.071.168-.08.049-.135.121-.213.174a83.353 83.353 0 0 1 2.076-5.365c1.843.871 4.012 1.005 6.001.07 2.373-1.115 3.812-3.379 4.026-5.815-2.006-1.386-4.656-1.722-7.024-.62a90.77 90.77 0 0 1 2.205-4.002c2.121-.239 4.158-1.213 5.642-2.975z'/%3E%3C/g%3E%3Cpath d='M256 320.577l-64.48-55.268v79.987c0 13.48 10.928 24.409 24.409 24.409 6.03 0 11.846-2.232 16.328-6.266L256 342.07v-21.493z' fill='%23ffe15a'/%3E%3Cpath d='M221.987 352.027l18.66-16.794v-27.815l-33.775-28.951v66.828c0 4.994 4.063 9.056 9.056 9.056a9.036 9.036 0 0 0 6.059-2.324z' fill='%23ff4b55'/%3E%3Cpath d='M231.436 299.522v31.617L216.084 345v-58.637l-9.211-7.896v66.828c0 4.994 4.063 9.056 9.056 9.056a9.045 9.045 0 0 0 6.059-2.325l18.66-16.794v-27.815l-9.212-7.895z' fill='%2341479b'/%3E%3Cpath d='M256 320.577l64.48-55.268v79.987c0 13.48-10.928 24.409-24.409 24.409a24.406 24.406 0 0 1-16.328-6.266L256 342.07v-21.493z' fill='%23ffe15a'/%3E%3Cpath d='M290.013 352.027l-18.66-16.794v-27.815l33.775-28.951v66.828c0 4.994-4.063 9.056-9.056 9.056a9.036 9.036 0 0 1-6.059-2.324z' fill='%23ff4b55'/%3E%3Cpath d='M280.564 299.522v31.617L295.916 345v-58.637l9.211-7.896v66.828c0 4.994-4.063 9.056-9.056 9.056a9.045 9.045 0 0 1-6.059-2.325l-18.66-16.794v-27.815l9.212-7.895z' fill='%2341479b'/%3E%3Cellipse cx='256' cy='299.079' rx='30.705' ry='46.06' fill='%2369c3ff'/%3E%3Cpath d='M228.366 311.365h55.268l3.07-12.282-13.993 2.332a9.616 9.616 0 0 1-7.839-2.184l-15.884-13.615a7.832 7.832 0 0 0-10.635.409l-9.988 9.988.001 15.352z' fill='%23009b64'/%3E%3Cpath d='M253.087 297.021l5.275-3.37-9.374-8.034a7.832 7.832 0 0 0-10.635.409l-9.988 9.988v3.07l15.352-3.07 2.715 1.357a6.757 6.757 0 0 0 6.655-.35z' fill='%23f5f5f5'/%3E%3Cpath fill='%235aa0e6' d='M228.366 311.365l3.07 18.423 15.353 15.352H256l12.282-3.07 12.282-12.282 3.07-18.423z'/%3E%3Cpath d='M256 348.211c-18.624 0-33.775-22.039-33.775-49.127s15.151-49.127 33.775-49.127 33.775 22.039 33.775 49.127-15.151 49.127-33.775 49.127zm0-92.115c-15.237 0-27.634 19.283-27.634 42.986s12.397 42.987 27.634 42.987 27.634-19.283 27.634-42.987c0-23.702-12.397-42.986-27.634-42.986z' fill='%23ffc88c'/%3E%3Cg fill='%23e1e1e1'%3E%3Cpath d='M234.339 344.865c-2.575-3.554-6.406-5.865-10.747-5.865s-8.172 2.311-10.747 5.865c4.39 1.217 7.982 4.781 9.683 9.479a18.051 18.051 0 0 1 1.063 6.149c.001-7.596 4.591-13.922 10.748-15.628z'/%3E%3Cpath d='M226.031 354.552s-.24 4.094-2.339 6.013l-.088-.072c-2.099-1.919-2.339-6.013-2.339-6.013l4.766.072z'/%3E%3C/g%3E%3Cpath d='M294.4 355.887h-76.8a1.516 1.516 0 0 1-1.516-1.516v-.038c0-.837.679-1.516 1.516-1.516h76.8c.837 0 1.516.679 1.516 1.516v.038c0 .837-.679 1.516-1.516 1.516z' fill='%23966446'/%3E%3Cpath d='M271.428 360.493h-30.856a6.065 6.065 0 0 1-6.065-6.065v-.151a6.065 6.065 0 0 1 6.065-6.065h30.856a6.065 6.065 0 0 1 6.065 6.065v.151a6.065 6.065 0 0 1-6.065 6.065z' fill='%23be915a'/%3E%3Cpath d='M228.366 352.816h-10.747a1.535 1.535 0 1 0 0 3.07h10.747v-3.07z' fill='%23b9b9b9'/%3E%3Cpath fill='%23ff4b55' d='M256 360.493v28.053l-12.282-3.49 6.141-24.563z'/%3E%3Cpath fill='%2341479b' d='M252.93 360.493l-6.141 21.493-12.282-3.071 9.211-18.422z'/%3E%3Cpath fill='%23ffe15a' d='M240.648 360.493l-9.212 12.282 9.212 3.07 6.141-15.352z'/%3E%3Cpath fill='%23ff4b55' d='M256 360.493v28.053l12.282-3.49-6.141-24.563z'/%3E%3Cpath fill='%2341479b' d='M259.07 360.493l6.141 21.493 12.282-3.071-9.211-18.422z'/%3E%3Cpath fill='%23ffe15a' d='M271.352 360.493l9.212 12.282-9.212 3.07-6.141-15.352z'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M193.728 291.753l-4.413-4.448v-22h4.413zM322.647 287.305l-4.414 4.448v-26.448h4.414z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v170.67H0zM0 341.33h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cg fill='%2350af69'%3E%3Cpath d='M255.678 313.332c-32.503 0-58.947-26.444-58.947-58.947a58.98 58.98 0 0 1 13.859-37.97l2.576 2.171a55.605 55.605 0 0 0-13.066 35.799c0 30.645 24.933 55.579 55.579 55.579l-.001 3.368z'/%3E%3Cpath d='M234.115 295.927c-.736 1.256-1.099 2.98-1.26 4.732a14.64 14.64 0 0 0-2.138-1.298s-1.158 4.081-.252 7.02c0 0-3.072.381-5.892 3.21 0 0 .972.688 2.641 1.404-2.801 2.186-3.665 4.346-3.665 4.346 16.53 8.265 24.452-3.265 24.796-3.782-4.049-11.555-14.23-15.632-14.23-15.632zM248.345 311.56c.01.029.023.055.033.084v-.132l-.033.048zM218.85 284.909c-1.08.79-2.016 2.111-2.792 3.528a13.416 13.416 0 0 0-1.328-1.876s-2.469 3.017-2.779 5.826c0 0-2.729-.802-6.141.552 0 0 .568.935 1.713 2.149-3.16.818-4.679 2.324-4.679 2.324 10.912 13.012 21.807 6.189 22.286 5.879.813-11.222-6.28-18.382-6.28-18.382z'/%3E%3Cpath d='M225.13 303.291l-.003.083.048-.112-.045.029zM209.379 270.507c-1.18.248-2.438.987-3.601 1.863a12.04 12.04 0 0 0-.396-2.033s-3.146 1.563-4.442 3.755c0 0-1.944-1.67-5.249-1.822 0 0 .12.979.611 2.4-2.899-.499-4.704.175-4.704.175 4.142 14.731 15.618 13.164 16.127 13.087 4.826-8.916 1.654-17.425 1.654-17.425zM207.726 287.933c-.012.022-.021.044-.033.067l.081-.074-.048.007zM205.63 254.09c-1.119.073-2.421.561-3.669 1.181.086-.595.133-1.199.11-1.811 0 0-3.19.976-4.859 2.721 0 0-1.367-1.684-4.306-2.216 0 0-.117.864-.001 2.156-2.495-.783-4.274-.417-4.274-.417.348 13.282 11.037 13.31 11.513 13.305 6.389-7.153 5.486-14.919 5.486-14.919zM200.145 269.008l-.045.054.09-.054h-.045zM206.872 240.496c-.957-.228-2.176-.156-3.383.042.226-.477.422-.971.561-1.491 0 0-2.928-.007-4.78 1.025 0 0-.711-1.766-3.039-2.973 0 0-.321.694-.559 1.809-1.89-1.303-3.477-1.456-3.477-1.456-3.144 11.231 5.815 14.02 6.215 14.139 7.211-4.347 8.462-11.095 8.462-11.095z'/%3E%3Cpath d='M198.411 251.59c-.018.011-.033.023-.052.034l.089-.022-.037-.012zM199.782 223.962s-3.053 8 1.684 12.632c0 0 6.175-1.825 9.228-8.246l-2.596-.491-1.333-4-4.421 1.965-2.562-1.86zM208.383 211.104s-4.785 7.101-1.221 12.685c0 0 6.428-.378 10.856-5.941l-2.418-1.067-.393-4.198-4.751.912-2.073-2.391zM256.322 313.332v-3.368c30.646 0 55.579-24.934 55.579-55.579a55.605 55.605 0 0 0-13.066-35.799l2.576-2.171a58.982 58.982 0 0 1 13.859 37.97c0 32.503-26.444 58.947-58.948 58.947z'/%3E%3Cpath d='M277.885 295.927c.736 1.256 1.099 2.98 1.26 4.732a14.693 14.693 0 0 1 2.138-1.298s1.158 4.081.252 7.02c0 0 3.072.381 5.892 3.21 0 0-.972.688-2.641 1.404 2.801 2.186 3.665 4.346 3.665 4.346-16.53 8.265-24.452-3.265-24.796-3.782 4.049-11.555 14.23-15.632 14.23-15.632zM263.655 311.56c-.01.029-.023.055-.033.084v-.132l.033.048zM293.15 284.909c1.08.79 2.016 2.111 2.792 3.528.386-.647.817-1.28 1.328-1.876 0 0 2.469 3.017 2.779 5.826 0 0 2.729-.802 6.141.552 0 0-.568.935-1.713 2.149 3.16.818 4.679 2.324 4.679 2.324-10.912 13.012-21.807 6.189-22.286 5.879-.813-11.222 6.28-18.382 6.28-18.382z'/%3E%3Cpath d='M286.87 303.291l.003.083-.048-.112.045.029zM302.621 270.507c1.18.248 2.438.987 3.601 1.863a12.04 12.04 0 0 1 .396-2.033s3.146 1.563 4.442 3.755c0 0 1.944-1.67 5.249-1.822 0 0-.12.979-.611 2.4 2.899-.499 4.704.175 4.704.175-4.142 14.731-15.618 13.164-16.127 13.087-4.826-8.916-1.654-17.425-1.654-17.425zM304.274 287.933c.012.022.021.044.033.067l-.081-.074.048.007zM306.37 254.09c1.119.073 2.421.561 3.669 1.181a10.011 10.011 0 0 1-.11-1.811s3.19.976 4.859 2.721c0 0 1.367-1.684 4.306-2.216 0 0 .117.864.001 2.156 2.495-.783 4.274-.417 4.274-.417-.348 13.282-11.037 13.31-11.513 13.305-6.389-7.153-5.486-14.919-5.486-14.919zM311.855 269.008l.045.054-.09-.054h.045zM305.128 240.496c.957-.228 2.176-.156 3.383.042a8.778 8.778 0 0 1-.561-1.491s2.928-.007 4.78 1.025c0 0 .711-1.766 3.039-2.973 0 0 .321.694.559 1.809 1.89-1.303 3.477-1.456 3.477-1.456 3.144 11.231-5.815 14.02-6.215 14.139-7.211-4.347-8.462-11.095-8.462-11.095z'/%3E%3Cpath d='M313.589 251.59c.018.011.033.023.052.034l-.089-.022.037-.012zM312.218 223.962s3.053 8-1.684 12.632c0 0-6.175-1.825-9.228-8.246l2.596-.491 1.333-4 4.421 1.965 2.562-1.86zM303.617 211.104s4.785 7.101 1.221 12.685c0 0-6.428-.378-10.856-5.941l2.418-1.067.393-4.198 4.751.912 2.073-2.391z'/%3E%3C/g%3E%3Cpath d='M256 277.895l-5.207 7.811a3.363 3.363 0 0 0 .42 4.244l4.787 4.787 4.787-4.787a3.362 3.362 0 0 0 .42-4.244L256 277.895z' fill='%2341479b'/%3E%3Cpath d='M258.219 285.706L256 277.895l-2.219 7.811c-.379 1.334-.304 3.11.179 4.244l2.04 4.787 2.04-4.787c.483-1.134.558-2.911.179-4.244z' fill='%23f5f5f5'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M256 208v-21.053s-8 11.509-6.737 28.351M220.123 208.072c-11.572 25.116.298 45.784 2.79 49.674.066.104 16.526-26.522 16.526-26.522l-19.316-23.152'/%3E%3C/g%3E%3Cpath d='M232.306 242.742c-1.825-5.686-2.09-12.324.102-19.943l-7.161-8.584c-5.885 15.855-3.449 27.563 2.44 35.962 1.447-2.323 3.053-4.909 4.619-7.435z' fill='%23f5f5f5'/%3E%3Cpath d='M239.16 232.628c-.502 0-.998-.224-1.331-.651l-21.12-27.155a1.682 1.682 0 1 1 2.657-2.066l21.12 27.155a1.682 1.682 0 0 1-1.326 2.717z' fill='%23ffe15a'/%3E%3Cpath d='M205.474 234.172c-6.737 67.368 47.158 50.526 50.526 43.789l-33.684-16.842 6.737-13.474-23.579-13.473' fill='%2341479b'/%3E%3Cpath d='M221.761 241.923l-9.388-5.633c-2.112 40.032 19.266 46.699 35.033 44.713-12.784-1.716-25.555-11.155-25.645-39.08z' fill='%23f5f5f5'/%3E%3Cpath d='M229.049 249.326c-.304 0-.613-.082-.891-.257l-26.946-16.839a1.683 1.683 0 0 1-.535-2.319 1.677 1.677 0 0 1 2.321-.536l26.946 16.839a1.683 1.683 0 0 1-.895 3.112z' fill='%23ffe15a'/%3E%3Cpath d='M291.877 208.006c11.572 25.116-.298 45.784-2.79 49.674-.067.104-16.526-26.522-16.526-26.522l19.316-23.152' fill='%2341479b'/%3E%3Cpath d='M279.694 242.675c1.825-5.686 2.09-12.324-.102-19.943l7.161-8.584c5.885 15.855 3.449 27.563-2.44 35.962a4224.525 4224.525 0 0 1-4.619-7.435z' fill='%23f5f5f5'/%3E%3Cpath d='M272.84 232.563a1.68 1.68 0 0 1-1.327-2.717l21.12-27.155a1.686 1.686 0 0 1 2.363-.296 1.68 1.68 0 0 1 .294 2.362l-21.12 27.155a1.679 1.679 0 0 1-1.33.651z' fill='%23ffe15a'/%3E%3Cpath d='M306.526 234.105c6.737 67.368-47.158 50.526-50.526 43.789l33.684-16.842-6.737-13.474 23.579-13.473' fill='%2341479b'/%3E%3Cpath d='M290.239 241.856l9.388-5.633c2.112 40.032-19.266 46.699-35.033 44.713 12.784-1.715 25.555-11.154 25.645-39.08z' fill='%23f5f5f5'/%3E%3Cpath d='M282.951 249.26a1.683 1.683 0 0 1-.894-3.112l26.946-16.839a1.677 1.677 0 0 1 2.321.536 1.683 1.683 0 0 1-.535 2.319l-26.946 16.839a1.673 1.673 0 0 1-.892.257z' fill='%23ffe15a'/%3E%3Ccircle cx='256' cy='237.47' r='13.474' fill='%23ffe6e6'/%3E%3Ccircle cx='256' cy='237.47' r='6.737' fill='%23f5f5f5'/%3E%3Cpath d='M256 259.368a1.683 1.683 0 0 1-1.684-1.684v-20.211c0-.931.753-1.684 1.684-1.684s1.684.753 1.684 1.684v20.211c0 .931-.753 1.684-1.684 1.684z' fill='%23ffe15a'/%3E%3Cpath fill='%235aa0e6' d='M302.035 277.614h-90.246l10.527-20.03h67.649z'/%3E%3Cpath d='M258.741 261.333h23.47l-7.301-7.301a3.13 3.13 0 0 0-1.223-.756l-2.541-.847a3.128 3.128 0 0 0-2.725.365l-8.115 5.41-1.565 3.129z' fill='%23ffb750'/%3E%3Cpath d='M250.76 262.596h28.012l-8.714-8.714c-.41-.41-.91-.719-1.46-.902l-3.033-1.011a3.735 3.735 0 0 0-3.253.436l-9.685 6.457-1.867 3.734z' fill='%23ffc455'/%3E%3Cpath d='M241.015 264h33.827l-10.523-10.523a4.52 4.52 0 0 0-1.763-1.09l-3.663-1.221a4.51 4.51 0 0 0-3.928.526l-11.695 7.797-2.255 4.511z' fill='%23ffcd55'/%3E%3Cpath d='M231.373 265.263h38.732l-12.049-12.049a5.169 5.169 0 0 0-2.019-1.248l-4.194-1.398a5.165 5.165 0 0 0-4.498.602l-13.391 8.928-2.581 5.165z' fill='%23ffd25a'/%3E%3Cpath d='M215.579 267.789h50.526l-15.718-15.718a6.726 6.726 0 0 0-2.633-1.627l-5.471-1.824a6.738 6.738 0 0 0-5.867.786l-17.469 11.646-3.368 6.737z' fill='%23ffe15a'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M259.636 240.495h-7.283l1.677-7.032h2.531c.82 0 1.532.563 1.723 1.36l1.352 5.672z'/%3E%3Cpath d='M259.217 241.625h-6.538a.97.97 0 0 1-.969-.969v-.323a.97.97 0 0 1 .969-.969h6.538a.97.97 0 0 1 .969.969v.323a.97.97 0 0 1-.969.969zM254.895 236.666l-1.636-.414a.724.724 0 0 1-.413-1.12l1.183-1.668.866 3.202z'/%3E%3C/g%3E%3Cpath d='M247.598 220.171l-.239 1.856c2.617-1.588 5.506-2.542 8.641-2.541 3.135.003 6.023.95 8.641 2.541l-.239-1.856c-2.604-1.359-5.406-2.14-8.402-2.138-2.995-.001-5.798.778-8.402 2.138z' fill='%2341479b'/%3E%3Cpath d='M247.702 219.364l-.239 1.856c2.589-1.592 5.442-2.546 8.537-2.549 3.095.003 5.949.957 8.537 2.549l-.239-1.856c-2.575-1.369-5.341-2.144-8.298-2.146-2.957.002-5.723.78-8.298 2.146z' fill='%235aa0e6'/%3E%3Cpath d='M247.798 218.619l-.239 1.856c2.563-1.597 5.383-2.559 8.441-2.557 3.059 0 5.878.96 8.441 2.557l-.239-1.856c-2.547-1.368-5.28-2.153-8.202-2.154-2.921-.001-5.654.785-8.202 2.154z' fill='%239bc800'/%3E%3Cpath d='M247.908 217.766l-.239 1.856c2.533-1.602 5.315-2.566 8.331-2.565 3.016.003 5.798.962 8.331 2.565l-.239-1.856c-2.517-1.374-5.211-2.161-8.092-2.162-2.88.001-5.575.788-8.092 2.162z' fill='%23ffe14e'/%3E%3Cpath d='M248.016 216.929l-.239 1.856c2.504-1.607 5.247-2.573 8.223-2.574 2.975.004 5.719.964 8.223 2.574l-.239-1.856c-2.486-1.377-5.143-2.169-7.984-2.171-2.84.003-5.498.791-7.984 2.171z' fill='%23ffb14e'/%3E%3Cpath d='M248.062 216.572l-.167 1.3c2.471-1.609 5.175-2.584 8.105-2.583 2.93-.002 5.634.972 8.105 2.583l-.167-1.3c-2.473-1.379-5.115-2.173-7.938-2.174-2.823-.004-5.465.791-7.938 2.174z' fill='%23ff4b55'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M303.158 279.579h-94.316a1.685 1.685 0 0 1-1.401-2.618l47.158-70.737c.625-.934 2.178-.934 2.803 0l47.158 70.737c.344.516.377 1.181.084 1.73a1.688 1.688 0 0 1-1.486.888zm-91.17-3.368h88.023L256 210.194l-44.012 66.017zM256 192a1.683 1.683 0 0 1-1.684-1.684v-6.737c0-.931.753-1.684 1.684-1.684s1.684.753 1.684 1.684v6.737c0 .931-.753 1.684-1.684 1.684z'/%3E%3Cpath d='M259.368 192h-6.737c-.931 0-1.684-.753-1.684-1.684s.753-1.684 1.684-1.684h6.737c.931 0 1.684.753 1.684 1.684a1.682 1.682 0 0 1-1.684 1.684z'/%3E%3C/g%3E%3Cg fill='%2341479b'%3E%3Cpath d='M256 313.263c-.122 0-.245-.013-.365-.039-1.648-.368-7.15-1.688-8.771-3.296a5.275 5.275 0 0 1-.028-7.447 5.23 5.23 0 0 1 3.717-1.553h.018c1.4 0 2.715.543 3.709 1.53 1.622 1.612 2.984 7.099 3.362 8.743a1.688 1.688 0 0 1-.446 1.566 1.686 1.686 0 0 1-1.196.496zm-5.429-8.967c-.447.148-.987.201-1.345.559a1.9 1.9 0 0 0 .012 2.681c.408.398 2.229 1.086 4.411 1.707-.638-2.174-1.339-3.99-1.742-4.398l1.186-1.194-1.188 1.194a1.88 1.88 0 0 0-1.334-.549z'/%3E%3Cpath d='M256 313.263a1.683 1.683 0 0 1-1.642-2.063c.378-1.645 1.74-7.132 3.362-8.743.998-.99 2.188-1.441 3.727-1.53a5.217 5.217 0 0 1 3.715 1.553 5.27 5.27 0 0 1-.025 7.444c-1.623 1.612-7.125 2.931-8.773 3.299a1.65 1.65 0 0 1-.364.04zm2.908-9.612l1.186 1.194c-.403.408-1.104 2.224-1.742 4.398 2.183-.622 4.003-1.309 4.413-1.711a1.895 1.895 0 0 0-1.329-3.237h-.007a1.88 1.88 0 0 0-1.334.549l-1.187-1.193zm0 0h.033-.033z'/%3E%3Cpath d='M249.263 323.368a1.683 1.683 0 0 1-1.684-1.684c0-7.691 7.355-11.454 7.668-11.612a1.68 1.68 0 0 1 2.255.75 1.686 1.686 0 0 1-.743 2.26c-.059.03-5.811 3.016-5.811 8.602a1.684 1.684 0 0 1-1.685 1.684z'/%3E%3Cpath d='M262.737 323.368a1.683 1.683 0 0 1-1.684-1.684c0-5.586-5.752-8.572-5.811-8.602a1.686 1.686 0 0 1-.743-2.26 1.681 1.681 0 0 1 2.255-.75c.313.158 7.668 3.921 7.668 11.612a1.684 1.684 0 0 1-1.685 1.684z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.gf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23078930' d='M0 0h113v113z'/%3E%3Cpath fill='%23FCDD09' d='M0 0l113 113H0z'/%3E%3Cpath fill='%23DA121A' d='M56.776 34l14.695 45.225L33 51.275h47.553l-38.471 27.95z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.gl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v256H0z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 256h512v256H0zM176.552 141.241c-63.379 0-114.759 51.379-114.759 114.759H291.31c0-63.379-51.379-114.759-114.758-114.759z'/%3E%3C/g%3E%3Cpath d='M176.552 370.759c63.379 0 114.759-51.379 114.759-114.759H61.793c0 63.379 51.379 114.759 114.759 114.759z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.gd{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M446 66v380H66V66h380' fill='%23ffe15a'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M66 66l190 190L66 446zM446 66L256 256l190 190z'/%3E%3C/g%3E%3Cpath d='M292.417 231.331c23.993 42.01-19.076 85.078-61.086 61.086a31.596 31.596 0 0 1-11.748-11.748c-23.993-42.01 19.076-85.078 61.086-61.086a31.611 31.611 0 0 1 11.748 11.748z' fill='%23ff4b55'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M258.737 224.266l6.774 20.31 21.409.166c2.772.021 3.921 3.559 1.691 5.205l-17.223 12.718 6.458 20.413c.836 2.643-2.173 4.829-4.428 3.217L256 273.846l-17.418 12.45c-2.255 1.612-5.264-.574-4.428-3.217l6.458-20.413-17.223-12.718c-2.23-1.647-1.08-5.184 1.691-5.205l21.409-.166 6.774-20.31c.877-2.63 4.597-2.63 5.474-.001zM257.318 16.854l3.263 9.784 10.313.08c1.335.01 1.889 1.714.815 2.508l-8.297 6.127 3.111 9.833c.403 1.273-1.047 2.326-2.133 1.55L256 40.738l-8.39 5.997c-1.086.776-2.536-.277-2.133-1.55l3.111-9.833-8.297-6.127c-1.074-.793-.52-2.497.815-2.508l10.313-.08 3.263-9.784c.422-1.265 2.214-1.265 2.636.001zM373.456 16.854l3.263 9.784 10.313.08c1.335.01 1.889 1.714.815 2.508l-8.297 6.127 3.111 9.833c.403 1.273-1.047 2.326-2.133 1.55l-8.39-5.997-8.391 5.997c-1.086.776-2.536-.277-2.133-1.55l3.111-9.833-8.297-6.127c-1.074-.793-.52-2.497.815-2.508l10.313-.08 3.263-9.784c.423-1.266 2.215-1.266 2.637 0zM141.18 16.854l3.263 9.784 10.313.08c1.335.01 1.889 1.714.815 2.508l-8.297 6.127 3.111 9.833c.403 1.273-1.047 2.326-2.133 1.55l-8.39-5.997-8.391 5.997c-1.086.776-2.536-.277-2.133-1.55l3.111-9.833-8.297-6.127c-1.074-.793-.52-2.497.815-2.508l10.313-.08 3.263-9.784c.423-1.266 2.215-1.266 2.637 0zM257.318 461.854l3.263 9.784 10.313.08c1.335.01 1.889 1.714.815 2.508l-8.297 6.127 3.111 9.833c.403 1.273-1.047 2.326-2.133 1.55l-8.39-5.998-8.39 5.997c-1.086.776-2.536-.277-2.133-1.55l3.111-9.833-8.297-6.127c-1.074-.793-.52-2.497.815-2.508l10.313-.08 3.263-9.784c.422-1.265 2.214-1.265 2.636.001zM373.456 461.854l3.263 9.784 10.313.08c1.335.01 1.889 1.714.815 2.508l-8.297 6.127 3.111 9.833c.403 1.273-1.047 2.326-2.133 1.55l-8.39-5.997-8.391 5.997c-1.086.776-2.536-.277-2.133-1.55l3.111-9.833-8.297-6.127c-1.074-.793-.52-2.497.815-2.508l10.313-.08 3.263-9.784c.423-1.266 2.215-1.266 2.637 0zM141.18 461.854l3.263 9.784 10.313.08c1.335.01 1.889 1.714.815 2.508l-8.297 6.127 3.111 9.833c.403 1.273-1.047 2.326-2.133 1.55l-8.39-5.997-8.391 5.997c-1.086.776-2.536-.277-2.133-1.55l3.111-9.833-8.297-6.127c-1.074-.793-.52-2.497.815-2.508l10.313-.08 3.263-9.784c.423-1.266 2.215-1.266 2.637 0zM131.965 233.931h-28.034v28.034c0 15.483 12.552 28.034 28.034 28.034S160 277.448 160 261.966c0-15.484-12.552-28.035-28.035-28.035z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M160 290l-15.41-2.988-12.625-25.046 25.047 12.624z'/%3E%3C/svg%3E")}.pf-flag.gp{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23078930' d='M0 0h113v113H0z'/%3E%3Cpath fill='%23FFF' d='M0 13.858h113v84.217H0z'/%3E%3Cpath fill='%23DA121A' d='M0 20.255h113v73.557H0z'/%3E%3Cpath fill='%23FCDD09' d='M27.123 39l11.2 36.245L9 52.845h36.245l-29.323 22.4z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.gt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2382afff' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%2382afff' d='M341.33 0H512v512H341.33z'/%3E%3Cpath fill='%23ffc855' d='M253.455 205.688l-5.785 2.892 5.322 2.198z'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M256 312.589c-32.153 0-58.31-26.159-58.31-58.31 0-19.974 10.053-38.339 26.892-49.128l1.497 2.337c-16.038 10.277-25.612 27.769-25.612 46.791 0 30.622 24.913 55.533 55.533 55.533v2.777z'/%3E%3Cpath d='M222.628 316.228c2.222.453 5.649-.133 9.17-1.773s6.174-3.888 7.256-5.88c-2.222-.453-5.649.133-9.17 1.773-3.52 1.641-6.173 3.888-7.256 5.88z'/%3E%3Cpath d='M239.054 308.575c.453-2.222-.133-5.649-1.773-9.17s-3.888-6.174-5.88-7.256c-.453 2.222.133 5.649 1.773 9.17 1.641 3.52 3.888 6.173 5.88 7.256zM211.011 309.097c2.131.774 5.607.698 9.331-.408s6.678-2.939 8.041-4.751c-2.131-.774-5.607-.698-9.331.408-3.723 1.106-6.677 2.939-8.041 4.751zM228.383 303.938c.774-2.131.698-5.607-.408-9.331-1.106-3.723-2.939-6.678-4.751-8.041-.774 2.131-.698 5.607.408 9.331s2.94 6.678 4.751 8.041zM200.266 299.374c1.957 1.144 5.391 1.694 9.252 1.275s7.097-1.692 8.763-3.229c-1.957-1.144-5.391-1.694-9.252-1.275s-7.097 1.692-8.763 3.229zM218.281 297.419c1.144-1.957 1.694-5.391 1.275-9.252-.419-3.861-1.692-7.097-3.229-8.763-1.144 1.957-1.694 5.391-1.275 9.252.419 3.861 1.692 7.097 3.229 8.763zM191.383 285.947c1.724 1.473 5.006 2.621 8.88 2.893s7.284-.409 9.197-1.626c-1.724-1.473-5.006-2.621-8.88-2.893-3.875-.272-7.285.408-9.197 1.626zM209.46 287.213c1.473-1.724 2.621-5.006 2.893-8.88.271-3.874-.409-7.284-1.626-9.197-1.473 1.724-2.621 5.006-2.893 8.88-.272 3.875.408 7.285 1.626 9.197zM186.182 271.156c1.376 1.802 4.342 3.616 8.073 4.696 3.731 1.08 7.207 1.133 9.333.345-1.376-1.802-4.342-3.616-8.073-4.696-3.73-1.081-7.207-1.133-9.333-.345zM203.588 276.197c1.802-1.376 3.616-4.342 4.696-8.073s1.133-7.207.345-9.333c-1.802 1.376-3.616 4.342-4.696 8.073-1.08 3.73-1.133 7.207-.345 9.333zM183.982 253.887c.866 2.095 3.266 4.611 6.594 6.614 3.327 2.003 6.674 2.948 8.931 2.733-.866-2.095-3.266-4.611-6.594-6.614-3.328-2.003-6.674-2.948-8.931-2.733zM199.507 263.234c2.095-.866 4.611-3.266 6.614-6.594 2.003-3.327 2.948-6.674 2.733-8.931-2.095.866-4.611 3.266-6.614 6.594-2.004 3.328-2.948 6.674-2.733 8.931zM186.068 237.583c.407 2.23 2.227 5.193 5.061 7.849s5.907 4.282 8.159 4.544c-.407-2.23-2.227-5.193-5.061-7.849s-5.907-4.282-8.159-4.544zM199.288 249.976c2.23-.407 5.193-2.227 7.849-5.061s4.282-5.907 4.544-8.159c-2.23.407-5.193 2.227-7.849 5.061s-4.281 5.908-4.544 8.159zM194.259 219.94c-.467 2.219.097 5.65 1.715 9.181s3.849 6.198 5.834 7.293c.467-2.219-.097-5.65-1.715-9.181-1.618-3.53-3.849-6.198-5.834-7.293z'/%3E%3Cpath d='M201.808 236.414c2.219.467 5.65-.097 9.181-1.715s6.198-3.849 7.293-5.834c-2.219-.467-5.65.097-9.181 1.715-3.531 1.619-6.198 3.849-7.293 5.834zM204.054 206.875c-1.046 2.012-1.425 5.468-.816 9.304.609 3.836 2.041 7.005 3.659 8.593 1.046-2.012 1.425-5.468.816-9.304-.609-3.836-2.041-7.005-3.659-8.593z'/%3E%3Cpath d='M206.897 224.771c2.012 1.046 5.468 1.425 9.304.816s7.005-2.041 8.593-3.659c-2.012-1.046-5.468-1.425-9.304-.816s-7.004 2.042-8.593 3.659zM213.66 197.781c-1.331 1.836-2.215 5.198-2.177 9.082s.987 7.229 2.353 9.038c1.331-1.836 2.215-5.198 2.177-9.082s-.987-7.229-2.353-9.038z'/%3E%3Cpath d='M213.835 215.901c1.836 1.331 5.198 2.215 9.082 2.177s7.229-.987 9.038-2.353c-1.836-1.331-5.198-2.215-9.082-2.177-3.883.038-7.228.987-9.038 2.353zM218.497 211.138c2.26.183 5.592-.808 8.891-2.858 3.299-2.05 5.664-4.599 6.5-6.706-2.26-.183-5.592.808-8.891 2.858-3.299 2.049-5.663 4.598-6.5 6.706zM256 312.589v-2.777c30.621 0 55.533-24.911 55.533-55.533 0-19.022-9.575-36.514-25.612-46.791l1.497-2.337c16.839 10.789 26.892 29.155 26.892 49.128 0 32.151-26.157 58.31-58.31 58.31z'/%3E%3Cpath d='M289.372 316.228c-2.222.453-5.649-.133-9.17-1.773s-6.174-3.888-7.256-5.88c2.222-.453 5.649.133 9.17 1.773 3.52 1.641 6.173 3.888 7.256 5.88z'/%3E%3Cpath d='M272.946 308.575c-.453-2.222.133-5.649 1.773-9.17s3.888-6.174 5.88-7.256c.453 2.222-.133 5.649-1.773 9.17-1.641 3.52-3.888 6.173-5.88 7.256zM300.989 309.097c-2.131.774-5.607.698-9.331-.408-3.723-1.106-6.678-2.939-8.041-4.751 2.131-.774 5.607-.698 9.331.408s6.677 2.939 8.041 4.751z'/%3E%3Cpath d='M283.617 303.938c-.774-2.131-.698-5.607.408-9.331 1.106-3.723 2.939-6.678 4.751-8.041.774 2.131.698 5.607-.408 9.331s-2.94 6.678-4.751 8.041zM311.734 299.374c-1.957 1.144-5.391 1.694-9.252 1.275-3.861-.419-7.097-1.692-8.763-3.229 1.957-1.144 5.391-1.694 9.252-1.275 3.861.419 7.097 1.692 8.763 3.229zM293.719 297.419c-1.144-1.957-1.694-5.391-1.275-9.252.419-3.861 1.692-7.097 3.229-8.763 1.144 1.957 1.694 5.391 1.275 9.252-.419 3.861-1.692 7.097-3.229 8.763zM320.617 285.947c-1.724 1.473-5.006 2.621-8.88 2.893-3.874.271-7.284-.409-9.197-1.626 1.724-1.473 5.006-2.621 8.88-2.893s7.285.408 9.197 1.626zM302.54 287.213c-1.473-1.724-2.621-5.006-2.893-8.88-.271-3.874.409-7.284 1.626-9.197 1.473 1.724 2.621 5.006 2.893 8.88.272 3.875-.408 7.285-1.626 9.197zM325.818 271.156c-1.376 1.802-4.342 3.616-8.073 4.696s-7.207 1.133-9.333.345c1.376-1.802 4.342-3.616 8.073-4.696 3.73-1.081 7.207-1.133 9.333-.345zM308.412 276.197c-1.802-1.376-3.616-4.342-4.696-8.073-1.08-3.731-1.133-7.207-.345-9.333 1.802 1.376 3.616 4.342 4.696 8.073 1.08 3.73 1.133 7.207.345 9.333zM328.018 253.887c-.866 2.095-3.266 4.611-6.594 6.614-3.327 2.003-6.674 2.948-8.931 2.733.866-2.095 3.266-4.611 6.594-6.614 3.327-2.003 6.674-2.948 8.931-2.733zM312.493 263.234c-2.095-.866-4.611-3.266-6.614-6.594s-2.948-6.674-2.733-8.931c2.095.866 4.611 3.266 6.614 6.594 2.004 3.328 2.948 6.674 2.733 8.931zM325.932 237.583c-.407 2.23-2.227 5.193-5.061 7.849s-5.907 4.282-8.159 4.544c.407-2.23 2.227-5.193 5.061-7.849 2.833-2.656 5.907-4.282 8.159-4.544zM312.712 249.976c-2.23-.407-5.193-2.227-7.849-5.061s-4.282-5.907-4.544-8.159c2.23.407 5.193 2.227 7.849 5.061s4.281 5.908 4.544 8.159zM317.741 219.94c.467 2.219-.097 5.65-1.715 9.181s-3.849 6.198-5.834 7.293c-.467-2.219.097-5.65 1.715-9.181 1.618-3.53 3.849-6.198 5.834-7.293z'/%3E%3Cpath d='M310.192 236.414c-2.219.467-5.65-.097-9.181-1.715s-6.198-3.849-7.293-5.834c2.219-.467 5.65.097 9.181 1.715 3.531 1.619 6.198 3.849 7.293 5.834zM307.946 206.875c1.046 2.012 1.425 5.468.816 9.304-.609 3.836-2.041 7.005-3.659 8.593-1.046-2.012-1.425-5.468-.816-9.304s2.041-7.005 3.659-8.593z'/%3E%3Cpath d='M305.103 224.771c-2.012 1.046-5.468 1.425-9.304.816-3.836-.609-7.005-2.041-8.593-3.659 2.012-1.046 5.468-1.425 9.304-.816 3.835.61 7.004 2.042 8.593 3.659zM298.34 197.781c1.331 1.836 2.215 5.198 2.177 9.082s-.987 7.229-2.353 9.038c-1.331-1.836-2.215-5.198-2.177-9.082s.987-7.229 2.353-9.038z'/%3E%3Cpath d='M298.165 215.901c-1.836 1.331-5.198 2.215-9.082 2.177s-7.229-.987-9.038-2.353c1.836-1.331 5.198-2.215 9.082-2.177 3.883.038 7.228.987 9.038 2.353zM293.503 211.138c-2.26.183-5.592-.808-8.891-2.858-3.299-2.05-5.664-4.599-6.5-6.706 2.26-.183 5.592.808 8.891 2.858 3.299 2.049 5.663 4.598 6.5 6.706z'/%3E%3C/g%3E%3Cpath d='M224.168 299.675l-10.107 10.107-4.984-9.968 14.952-14.952 4.984 4.984-1.44 4.319a14.098 14.098 0 0 1-3.405 5.51z' fill='%23966446'/%3E%3Cpath d='M278.853 225.054l-54.824 54.824a3.525 3.525 0 0 0 0 4.984l2.492 2.492 9.968-9.968 39.872-44.856 4.984-4.984-2.492-2.492z' fill='%23b9b9b9'/%3E%3Cpath d='M237.521 271.37a3.523 3.523 0 0 0-1.032 2.492v3.524l39.872-44.856-38.84 38.84z' fill='%23966446'/%3E%3Cpath fill='%23a0a0a0' d='M281.345 227.546l-2.492-2.492-2.492 2.492 2.492 2.492 2.492 2.492 27.412-32.396z'/%3E%3Cpath d='M290.609 299.675l10.107 10.107 4.984-9.968-14.952-14.952-4.984 4.984 1.44 4.319a14.086 14.086 0 0 0 3.405 5.51z' fill='%23966446'/%3E%3Cpath d='M235.924 225.054l54.824 54.824a3.525 3.525 0 0 1 0 4.984l-2.492 2.492-9.968-9.968-39.872-44.856-4.984-4.984 2.492-2.492z' fill='%23b9b9b9'/%3E%3Cpath d='M277.256 271.37a3.523 3.523 0 0 1 1.032 2.492v3.524l-39.872-44.856 38.84 38.84z' fill='%23966446'/%3E%3Cpath fill='%23a0a0a0' d='M233.432 227.546l2.492-2.492 2.492 2.492-2.492 2.492-2.492 2.492-27.412-32.396z'/%3E%3Cpath d='M236.932 297.601l2.476 2.259c9.035-9.906 24.847-27.241 49.911-49.746.001 0-20.764 12.818-52.387 47.487z' fill='%23b9b9b9'/%3E%3Cpath d='M229.926 307.77a2.179 2.179 0 0 1-.141-3.078l5.308-5.82a2.179 2.179 0 1 1 3.219 2.937l-5.308 5.82a2.18 2.18 0 0 1-3.078.141z' fill='%23ffe15a'/%3E%3Cpath d='M234.922 295.768l-1.438.64c-1.279.636-4.643 2.54-5.223 5.251-.276 1.285.113 2.536 1.111 3.721.094-.245.225-.481.412-.687l.668-.732c-.452-.656-.691-1.3-.554-1.947.363-1.697 2.627-3.21 4.048-3.96l6.359 5.8 1.581-1.733-6.964-6.353z' fill='%23ffc855'/%3E%3Cpath d='M277.82 300.344l-2.476 2.259c-9.035-9.906-24.847-27.241-49.911-49.746-.001-.001 20.764 12.817 52.387 47.487z' fill='%23b9b9b9'/%3E%3Cpath d='M284.826 310.512a2.179 2.179 0 0 0 .141-3.078l-5.308-5.82a2.179 2.179 0 1 0-3.219 2.937l5.308 5.82a2.18 2.18 0 0 0 3.078.141z' fill='%23ffe15a'/%3E%3Cpath d='M279.83 298.51l1.438.64c1.279.636 4.643 2.54 5.223 5.251.276 1.285-.114 2.536-1.111 3.721a2.143 2.143 0 0 0-.412-.687l-.668-.732c.452-.656.691-1.3.554-1.947-.363-1.697-2.627-3.21-4.048-3.96l-6.359 5.8-1.581-1.733 6.964-6.353z' fill='%23ffc855'/%3E%3Cpath d='M258.47 208.632a4.15 4.15 0 0 0 .307-1.556 4.165 4.165 0 0 0-8.33 0c0 1.371.671 2.577 1.693 3.336-1.505 12.098 10.421 13.021 14.967 14.712 6.896 2.565 15.546 7.757 15.002 22.266-.529 14.104-9.448 27.713-9.448 27.713l7.404-10.065c-2.708 11.451-9.029 26.037-24.064 43.385 0 0 10.28-10.056 18.858-23.023-6.311 14.849-13.305 28.577-13.305 28.577s12.379-16.082 22.387-43.906c12.132-33.734-13.39-54-25.471-61.439z' fill='%2369b469'/%3E%3Cpath fill='%23f4e08f' d='M236.56 258.44h11.11v5.553h-11.11z'/%3E%3Cg fill='%23ecd077'%3E%3Ccircle cx='236.56' cy='264' r='5.553'/%3E%3Ccircle cx='236.56' cy='227.9' r='5.553'/%3E%3C/g%3E%3Cpath d='M269.883 233.454a5.553 5.553 0 0 0 0-11.106h-33.32a5.553 5.553 0 1 1-5.553 5.553c0 9.321 7.801 20.593 10.316 30.543 0 0 .79 2.486.79 5.553a5.553 5.553 0 0 1-5.553 5.553h33.32a5.553 5.553 0 0 0 5.553-5.553c0-9.321-7.801-20.593-10.316-30.543h4.763z' fill='%23fcf0a8'/%3E%3Cg fill='%23f4e08f'%3E%3Cpath d='M242.117 227.901a5.553 5.553 0 0 1-5.553 5.553h33.32a5.553 5.553 0 0 0 5.553-5.553h-33.32zM242.117 263.998a5.553 5.553 0 0 1-5.553 5.553h33.32a5.553 5.553 0 0 0 5.553-5.553h-33.32z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.gy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23009E49' d='M0 0h113v113H0z'/%3E%3Cpath fill='%23FFF' d='M0 0l113 56.5L0 113z'/%3E%3Cpath fill='%23FCD116' d='M0 5l103 51.5L0 108z'/%3E%3Cpath fill='%23000' d='M0 0l57 56.5L0 113z'/%3E%3Cpath fill='%23CE1126' d='M0 6l50 50-50 50z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.hn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%234173cd'%3E%3Cpath d='M0 0h512v170.67H0zM0 341.33h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cg fill='%234173cd'%3E%3Cpath d='M257.948 233.988l4.822 14.458 15.241.118c1.973.015 2.791 2.533 1.204 3.706l-12.261 9.054 4.597 14.531c.595 1.881-1.547 3.438-3.152 2.29l-12.4-8.863-12.399 8.863c-1.605 1.147-3.747-.409-3.152-2.29l4.597-14.531-12.261-9.054c-1.587-1.172-.769-3.69 1.204-3.706l15.241-.118 4.822-14.458c.625-1.872 3.273-1.872 3.897 0zM120.316 272.792l4.822 14.458 15.241.118c1.973.015 2.791 2.533 1.204 3.706l-12.261 9.054 4.597 14.531c.595 1.881-1.547 3.438-3.152 2.29l-12.399-8.863-12.399 8.863c-1.605 1.147-3.747-.409-3.152-2.29l4.597-14.531-12.261-9.054c-1.587-1.172-.769-3.69 1.204-3.706l15.241-.118 4.822-14.458c.624-1.872 3.272-1.872 3.896 0zM120.316 195.184l4.822 14.458 15.241.118c1.973.015 2.791 2.533 1.204 3.706l-12.261 9.054 4.597 14.531c.595 1.881-1.547 3.438-3.152 2.29l-12.399-8.863-12.399 8.863c-1.605 1.147-3.747-.409-3.152-2.29l4.597-14.531-12.261-9.054c-1.587-1.172-.769-3.69 1.204-3.706l15.241-.118 4.822-14.458c.624-1.872 3.272-1.872 3.896 0zM395.58 272.792l4.822 14.458 15.241.118c1.973.015 2.791 2.533 1.204 3.706l-12.261 9.054 4.597 14.531c.595 1.881-1.547 3.438-3.152 2.29l-12.4-8.863-12.4 8.863c-1.605 1.147-3.747-.409-3.152-2.29l4.597-14.531-12.261-9.054c-1.587-1.172-.769-3.69 1.204-3.706l15.241-.118 4.822-14.458c.626-1.872 3.274-1.872 3.898 0zM395.58 195.184l4.822 14.458 15.241.118c1.973.015 2.791 2.533 1.204 3.706l-12.261 9.054 4.597 14.531c.595 1.881-1.547 3.438-3.152 2.29l-12.4-8.863-12.4 8.863c-1.605 1.147-3.747-.409-3.152-2.29l4.597-14.531-12.261-9.054c-1.587-1.172-.769-3.69 1.204-3.706l15.241-.118 4.822-14.458c.626-1.872 3.274-1.872 3.898 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.jm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M512 0h-48.329L256 207.671 48.329 0H0v48.329L207.671 256 0 463.671V512h48.329L256 304.329 463.671 512H512v-48.329L304.329 256 512 48.329z'/%3E%3Cg fill='%23464655'%3E%3Cpath d='M512 48.329v415.342L304.329 256zM0 463.671V48.329L207.671 256z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.mq{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M512 238.345H273.655V0h-35.31v238.345H0v35.31h238.345V512h35.31V273.655H512z'/%3E%3Cpath d='M172.411 161.284c-.253-1.502-.823-3.281-1.543-4.426-1.431-1.979-3.087-3.364-4.691-4.225-12.639-5.807-23.22-4.667-33.318-4.709-9.973.257-19.302 1.977-26.876 3.635-2.056.414-3.837.723-5.742 1.081.942-1.947 4.395-4.381 9.045-5.857 11.335-3.872 24.276-5.426 36.994-7.906 3.212-.629 6.468-1.366 9.802-2.314 1.796-.615 3.306-1.095 5.42-2.076a22.057 22.057 0 0 0 3.834-2.763c1.216-1.094 1.124-1.4 1.749-2.138 2.887-5.498.154-9.411-2.138-11.455-2.209-1.813-4.07-2.522-5.841-3.25-3.438-1.206-6.623-1.962-9.697-2.603l-17.446-3.491c-2.708-.627-5.327-1.323-7.625-2.167-2.03-.541-4.896-2.545-4.471-2-5.239-.453 7.174-6.295 16.126-9.559 2.379-1.05 4.744-2.11 7.167-3.606 2.377-1.571 4.827-2.905 7.468-7.304.519-.912.496-1.135.769-1.733l.302-.759c.656-2.339.294-1.708.447-2.723.309-2.454-.654-5.076-2.178-7.262-3.111-3.362-6.204-4.325-8.503-4.968-9.504-2.252-16.342-1.636-22.283-1.613l-17.705.832-.435.02-.038.002a6.53 6.53 0 0 0-6.138 6.9c.02.352.185.646.258.98-5.102 1.405-13.176 2.844-21.162.961a2.157 2.157 0 0 0-2.62 1.616 2.173 2.173 0 0 0 1.616 2.62c3.138.74 6.251 1.029 9.22 1.029 6.305 0 11.691-1.283 15.369-2.41 1.186.88 2.628 1.435 4.219 1.343l17.893-1.047c5.331-.192 12.495-.473 18.406.915.489.077.752.229 1.075.366.047-.524-.955.953-2.516 1.712-1.517.979-3.491 1.917-5.545 2.849-4.199 1.903-9.006 3.539-14.333 6.405-2.572 1.518-5.753 3.06-8.394 7.571-1.234 2.09-1.821 5.469-1.172 7.851l.192.971.11.481.058.238c-.409-.848.622 1.434.541 1.228l.533.888c.473.676.4.956 1.535 2.136.911.987 1.94 1.93 3.001 2.755.93.64 1.624.942 2.461 1.416 1.649.972 3.146 1.422 4.709 2.035 3.08 1.084 6.079 1.822 9.074 2.483l17.695 3.33a67.369 67.369 0 0 1 7.055 1.772c-2.791 1.007-6.697 2.02-10.066 2.67-12.255 2.587-25.251 4.151-38.468 8.792-3.309 1.259-6.697 2.764-10.02 5.308-3.13 2.371-6.417 7.1-5.997 12.294-1.122.156-2.409.386-3.445.501-11.212 1.484-15.924-.49-15.621-.548a3.077 3.077 0 0 0-3.132 5.299s1.922 1.306 5.353 2.057c3.414.773 8.217 1.126 14.066.666 1.611-.111 3.498-.351 5.27-.539 1.225 1.766 2.651 3.715 3.981 4.658 3.088 2.591 6.36 4.248 9.62 5.7 13.123 5.075 26.239 6.142 39.027 5.639 6.42-.483 12.739-1.231 19.227-4.126 3.025-1.411 7.177-3.633 8.459-10.061-.003-.817.138-1.192.013-2.367zm-9.439 2.025c-.167-.95-.69 1.205-3.141 1.799-4.217 1.853-9.973 2.701-15.631 2.999-11.41.375-23.87-.957-34.554-5.29-1.68-.776-3.049-1.753-4.49-2.687.792-.121 1.479-.205 2.291-.333 7.94-1.264 16.214-2.755 25.72-2.911 9.053-.166 20.581-.04 28.236 3.767.89.478 1.278.978 1.572 1.279 0 0-.254-.304.029-.499.126.193-.031 1.278-.032 1.876zM446.066 161.284c-.253-1.502-.823-3.281-1.543-4.426-1.431-1.979-3.087-3.364-4.691-4.225-12.639-5.807-23.22-4.667-33.318-4.709-9.973.257-19.302 1.977-26.876 3.635-2.056.414-3.837.723-5.742 1.081.942-1.947 4.395-4.381 9.045-5.857 11.335-3.872 24.276-5.426 36.994-7.906 3.212-.629 6.468-1.366 9.802-2.314 1.796-.615 3.306-1.095 5.42-2.076a22.057 22.057 0 0 0 3.834-2.763c1.216-1.094 1.124-1.4 1.749-2.138 2.887-5.498.154-9.411-2.138-11.455-2.209-1.813-4.07-2.522-5.841-3.25-3.438-1.206-6.623-1.962-9.697-2.603l-17.446-3.491c-2.708-.627-5.327-1.323-7.625-2.167-2.03-.541-4.896-2.545-4.47-2-5.239-.453 7.174-6.295 16.126-9.559 2.379-1.05 4.744-2.11 7.167-3.606 2.377-1.571 4.827-2.905 7.468-7.304.519-.912.496-1.135.769-1.733l.302-.759c.656-2.339.294-1.708.447-2.723.309-2.454-.654-5.076-2.178-7.262-3.111-3.362-6.204-4.325-8.503-4.968-9.504-2.252-16.342-1.636-22.283-1.613l-17.704.832-.435.02-.038.002a6.53 6.53 0 0 0-6.138 6.9c.02.352.185.646.258.98-5.102 1.405-13.176 2.844-21.162.961a2.157 2.157 0 0 0-2.62 1.616 2.173 2.173 0 0 0 1.616 2.62c3.138.74 6.251 1.029 9.22 1.029 6.306 0 11.691-1.283 15.369-2.41 1.186.88 2.628 1.435 4.219 1.343l17.893-1.047c5.331-.192 12.495-.473 18.406.915.489.077.752.229 1.075.366.047-.524-.955.953-2.516 1.712-1.517.979-3.491 1.917-5.545 2.849-4.199 1.903-9.006 3.539-14.333 6.405-2.572 1.518-5.753 3.06-8.394 7.571-1.234 2.09-1.821 5.469-1.172 7.851l.192.971.11.481.058.238c-.409-.848.622 1.434.541 1.228l.533.888c.473.676.4.956 1.535 2.136.911.987 1.94 1.93 3.001 2.755.93.64 1.624.942 2.461 1.416 1.649.972 3.146 1.422 4.709 2.035 3.08 1.084 6.079 1.822 9.074 2.483l17.695 3.33a67.369 67.369 0 0 1 7.055 1.772c-2.791 1.007-6.697 2.02-10.066 2.67-12.255 2.587-25.251 4.151-38.468 8.792-3.308 1.259-6.697 2.764-10.02 5.308-3.13 2.371-6.417 7.1-5.997 12.294-1.122.156-2.409.386-3.445.501-11.212 1.484-15.924-.49-15.621-.548a3.077 3.077 0 0 0-3.132 5.299s1.922 1.306 5.353 2.057c3.414.773 8.217 1.126 14.066.666 1.611-.111 3.498-.351 5.27-.539 1.225 1.766 2.651 3.715 3.981 4.658 3.088 2.591 6.36 4.248 9.62 5.7 13.123 5.075 26.239 6.142 39.027 5.639 6.42-.483 12.739-1.231 19.227-4.126 3.025-1.411 7.177-3.633 8.459-10.061-.005-.817.136-1.192.011-2.367zm-9.439 2.025c-.167-.95-.69 1.205-3.141 1.799-4.217 1.853-9.973 2.701-15.631 2.999-11.41.375-23.87-.957-34.554-5.29-1.68-.776-3.049-1.753-4.49-2.687.792-.121 1.479-.205 2.291-.333 7.94-1.264 16.214-2.755 25.72-2.911 9.053-.166 20.581-.04 28.236 3.767.89.478 1.278.978 1.572 1.279 0 0-.254-.304.029-.499.127.193-.031 1.278-.032 1.876zM172.411 430.333c-.253-1.502-.823-3.281-1.543-4.426-1.431-1.979-3.087-3.364-4.691-4.225-12.639-5.807-23.22-4.667-33.318-4.709-9.973.257-19.302 1.977-26.876 3.635-2.056.414-3.837.723-5.742 1.081.942-1.947 4.395-4.381 9.045-5.857 11.335-3.872 24.276-5.426 36.994-7.906 3.212-.629 6.468-1.366 9.802-2.314 1.796-.615 3.306-1.095 5.42-2.076a22.057 22.057 0 0 0 3.834-2.763c1.216-1.094 1.124-1.4 1.749-2.138 2.887-5.497.154-9.411-2.138-11.455-2.209-1.813-4.07-2.522-5.841-3.25-3.438-1.206-6.623-1.961-9.697-2.603l-17.446-3.491c-2.708-.627-5.327-1.323-7.625-2.167-2.03-.541-4.896-2.545-4.471-2-5.239-.453 7.174-6.295 16.126-9.559 2.379-1.05 4.744-2.11 7.167-3.606 2.377-1.571 4.827-2.905 7.468-7.304.519-.912.496-1.135.769-1.733l.302-.759c.656-2.339.294-1.708.447-2.723.309-2.454-.654-5.077-2.178-7.262-3.111-3.362-6.204-4.325-8.503-4.968-9.504-2.252-16.342-1.636-22.283-1.613l-17.705.832-.435.02-.038.002a6.53 6.53 0 0 0-6.138 6.9c.02.352.185.646.258.98-5.102 1.405-13.176 2.844-21.162.961a2.157 2.157 0 0 0-2.62 1.616 2.173 2.173 0 0 0 1.616 2.62c3.138.74 6.251 1.029 9.22 1.029 6.305 0 11.691-1.283 15.369-2.41 1.186.88 2.628 1.435 4.219 1.343l17.893-1.047c5.331-.192 12.495-.473 18.406.915.489.077.752.229 1.075.366.047-.524-.955.953-2.516 1.712-1.517.979-3.491 1.917-5.545 2.849-4.199 1.903-9.006 3.539-14.333 6.405-2.572 1.518-5.753 3.06-8.394 7.571-1.234 2.09-1.821 5.469-1.172 7.851l.192.971.11.481.058.238c-.409-.848.622 1.434.541 1.228l.533.888c.473.676.4.956 1.535 2.136.911.987 1.94 1.93 3.001 2.755.93.64 1.624.942 2.461 1.416 1.649.972 3.146 1.422 4.709 2.035 3.08 1.084 6.079 1.822 9.074 2.483l17.695 3.33a67.369 67.369 0 0 1 7.055 1.772c-2.791 1.007-6.697 2.02-10.066 2.67-12.255 2.587-25.251 4.151-38.468 8.792-3.309 1.259-6.697 2.764-10.02 5.308-3.13 2.371-6.417 7.1-5.997 12.294-1.122.156-2.409.386-3.445.501-11.212 1.484-15.924-.49-15.621-.548a3.077 3.077 0 0 0-3.132 5.299s1.922 1.306 5.353 2.057c3.414.773 8.217 1.126 14.066.666 1.611-.111 3.498-.351 5.27-.539 1.225 1.766 2.651 3.715 3.981 4.658 3.088 2.591 6.36 4.248 9.62 5.699 13.123 5.075 26.239 6.142 39.027 5.639 6.42-.483 12.739-1.231 19.227-4.126 3.025-1.411 7.177-3.633 8.459-10.06-.003-.816.138-1.192.013-2.367zm-9.439 2.026c-.167-.95-.69 1.205-3.141 1.799-4.217 1.853-9.973 2.701-15.631 2.999-11.41.375-23.87-.957-34.554-5.29-1.68-.776-3.049-1.753-4.49-2.687.792-.121 1.479-.205 2.291-.333 7.94-1.264 16.214-2.755 25.72-2.911 9.053-.166 20.581-.04 28.236 3.767.89.478 1.278.978 1.572 1.279 0 0-.254-.304.029-.499.126.193-.031 1.277-.032 1.876zM446.066 430.333c-.253-1.502-.823-3.281-1.543-4.426-1.431-1.979-3.087-3.364-4.691-4.225-12.639-5.807-23.22-4.667-33.318-4.709-9.973.257-19.302 1.977-26.876 3.635-2.056.414-3.837.723-5.742 1.081.942-1.947 4.395-4.381 9.045-5.857 11.335-3.872 24.276-5.426 36.994-7.906 3.212-.629 6.468-1.366 9.802-2.314 1.796-.615 3.306-1.095 5.42-2.076a22.057 22.057 0 0 0 3.834-2.763c1.216-1.094 1.124-1.4 1.749-2.138 2.887-5.497.154-9.411-2.138-11.455-2.209-1.813-4.07-2.522-5.841-3.25-3.438-1.206-6.623-1.961-9.697-2.603l-17.446-3.491c-2.708-.627-5.327-1.323-7.625-2.167-2.03-.541-4.896-2.545-4.47-2-5.239-.453 7.174-6.295 16.126-9.559 2.379-1.05 4.744-2.11 7.167-3.606 2.377-1.571 4.827-2.905 7.468-7.304.519-.912.496-1.135.769-1.733l.302-.759c.656-2.339.294-1.708.447-2.723.309-2.454-.654-5.077-2.178-7.262-3.111-3.362-6.204-4.325-8.503-4.968-9.504-2.252-16.342-1.636-22.283-1.613l-17.704.832-.435.02-.038.002a6.53 6.53 0 0 0-6.138 6.9c.02.352.185.646.258.98-5.102 1.405-13.176 2.844-21.162.961a2.157 2.157 0 0 0-2.62 1.616 2.173 2.173 0 0 0 1.616 2.62c3.138.74 6.251 1.029 9.22 1.029 6.306 0 11.691-1.283 15.369-2.41 1.186.88 2.628 1.435 4.219 1.343l17.893-1.047c5.331-.192 12.495-.473 18.406.915.489.077.752.229 1.075.366.047-.524-.955.953-2.516 1.712-1.517.979-3.491 1.917-5.545 2.849-4.199 1.903-9.006 3.539-14.333 6.405-2.572 1.518-5.753 3.06-8.394 7.571-1.234 2.09-1.821 5.469-1.172 7.851l.192.971.11.481.058.238c-.409-.848.622 1.434.541 1.228l.533.888c.473.676.4.956 1.535 2.136.911.987 1.94 1.93 3.001 2.755.93.64 1.624.942 2.461 1.416 1.649.972 3.146 1.422 4.709 2.035 3.08 1.084 6.079 1.822 9.074 2.483l17.695 3.33a67.369 67.369 0 0 1 7.055 1.772c-2.791 1.007-6.697 2.02-10.066 2.67-12.255 2.587-25.251 4.151-38.468 8.792-3.308 1.259-6.697 2.764-10.02 5.308-3.13 2.371-6.417 7.1-5.997 12.294-1.122.156-2.409.386-3.445.501-11.212 1.484-15.924-.49-15.621-.548a3.077 3.077 0 0 0-3.132 5.299s1.922 1.306 5.353 2.057c3.414.773 8.217 1.126 14.066.666 1.611-.111 3.498-.351 5.27-.539 1.225 1.766 2.651 3.715 3.981 4.658 3.088 2.591 6.36 4.248 9.62 5.699 13.123 5.075 26.239 6.142 39.027 5.639 6.42-.483 12.739-1.231 19.227-4.126 3.025-1.411 7.177-3.633 8.459-10.06-.005-.816.136-1.192.011-2.367zm-9.439 2.026c-.167-.95-.69 1.205-3.141 1.799-4.217 1.853-9.973 2.701-15.631 2.999-11.41.375-23.87-.957-34.554-5.29-1.68-.776-3.049-1.753-4.49-2.687.792-.121 1.479-.205 2.291-.333 7.94-1.264 16.214-2.755 25.72-2.911 9.053-.166 20.581-.04 28.236 3.767.89.478 1.278.978 1.572 1.279 0 0-.254-.304.029-.499.127.193-.031 1.277-.032 1.876z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.mx{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3Cpath fill='%23ffd250' d='M271.226 263.896L256 271.509v7.613h7.613z'/%3E%3Cg fill='%2300c3a0'%3E%3Cpath d='M256 298.154a3.803 3.803 0 0 1-3.806-3.806v-15.226c0-2.104 1.702-3.806 3.806-3.806s3.806 1.702 3.806 3.806v15.226a3.804 3.804 0 0 1-3.806 3.806z'/%3E%3Cpath d='M256 282.928c-14.95 0-29.388-5.769-40.655-16.244a3.807 3.807 0 0 1-.197-5.379 3.821 3.821 0 0 1 5.379-.197c9.854 9.163 22.452 14.207 35.473 14.207 13.021 0 25.619-5.044 35.473-14.207a3.807 3.807 0 0 1 5.182 5.576c-11.267 10.475-25.705 16.244-40.655 16.244z'/%3E%3C/g%3E%3Cpath d='M256 298.154a49.256 49.256 0 0 1-27.336-8.248l4.215-6.341c13.739 9.129 32.503 9.129 46.242 0l4.215 6.341A49.256 49.256 0 0 1 256 298.154z' fill='%2300aadc'/%3E%3Cpath fill='%23732d37' d='M249.973 246.768l-8.406 13.005-1.427 4.282 21.887-5.075z'/%3E%3Cpath d='M232.705 268.238c-10.062 0-22.139-8.468-25.344-27.336l7.509-1.271c2.661 15.69 12.315 21.006 18.11 20.991 1.777-.048 3.632-.662 3.777-1.918.171-1.502.212-1.859-3.769-3.204-2.163-.732-4.617-1.561-6.338-3.531-6.962-7.951 2.464-16.367 6.992-20.411.799-.714 1.13-1.32 1.045-1.55-.249-.65-1.743-1.636-3.427-1.636-4.836 0-8.505-2.732-9.572-7.126-1.108-4.55.985-9.345 4.97-11.404l3.494 6.765c-.933.483-1.305 1.859-1.067 2.84.093.394.32 1.312 2.175 1.312 4.661 0 9.096 2.751 10.538 6.535.617 1.613 1.546 5.806-3.085 9.943-5 4.464-7.992 7.825-6.334 9.717.375.427 1.985.974 3.048 1.331 3.427 1.16 9.806 3.316 8.891 11.289-.572 5.014-5.048 8.494-11.129 8.657-.161.003-.325.007-.484.007z' fill='%23aad264'/%3E%3Cpath d='M263.613 225.833s7.613-15.226-7.613-22.838c0 0 53.289-7.613 45.677 60.902l-.004-.003c-4.996-3.997-12.414-11.301-15.063-17.125l-22.997-13.323v-7.613z' fill='%23874150'/%3E%3Cpath d='M256 241.058l38.064 22.838-15.225 7.613L256 248.671v-7.613z' fill='%23732d37'/%3E%3Cpath d='M240.774 218.22a7.613 7.613 0 0 1 7.613 7.613l-.008.008a14.922 14.922 0 0 0-2.795 17.224l1.72 3.441a14.924 14.924 0 0 0 2.795 3.878l21.126 21.126v-10.521a84.43 84.43 0 0 0-8.913-37.756 22.84 22.84 0 0 0-20.427-12.625h-1.111v7.612z' fill='%23783c46'/%3E%3Cpath d='M240.774 210.607l-7.613 7.613v7.613s9.056-4.592 12.108-6.054c2.133-1.022 1.745-3.44.521-4.604-.952-.906-5.016-4.568-5.016-4.568z' fill='%23ffd250'/%3E%3Cpath d='M256 313.379c-35.681 0-64.708-29.027-64.708-64.708h7.613c0 31.484 25.611 57.096 57.096 57.096s57.096-25.611 57.096-57.096h7.613c-.002 35.681-29.029 64.708-64.71 64.708z' fill='%23aad264'/%3E%3Cg fill='%23ffe15a'%3E%3Ccircle cx='199.31' cy='271.26' r='5.167'/%3E%3Ccircle cx='210.73' cy='289.5' r='5.167'/%3E%3Ccircle cx='229.29' cy='303.3' r='5.167'/%3E%3Ccircle cx='313.23' cy='271.26' r='5.167'/%3E%3Ccircle cx='301.81' cy='289.5' r='5.167'/%3E%3Ccircle cx='283.25' cy='303.3' r='5.167'/%3E%3C/g%3E%3Cpath d='M259.806 301.96h-7.613a7.613 7.613 0 0 1 0-15.226h7.613a7.613 7.613 0 0 1 7.613 7.613 7.612 7.612 0 0 1-7.613 7.613z' fill='%23ffb478'/%3E%3Cpath d='M286.61 246.768c2.538 7.454 7.93 14.274 15.063 17.125l.004.003C309.289 195.382 256 202.994 256 202.994c38.064 0 30.61 43.774 30.61 43.774z' fill='%239b4b5a'/%3E%3C/svg%3E")}.pf-flag.ms{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v512H0z'/%3E%3Cpath d='M94.316 0H0v19.977L94.316 81.77zM0 68.299v26.017h39.71zM0 161.684v26.017l39.71-26.017zM256 19.977V0h-94.316v81.77zM256 187.701v-26.017h-39.71zM161.684 174.23V256H256v-19.977zM256 94.316V68.299l-39.71 26.017zM0 236.023V256h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.023v-19.964l-83.768-54.375h24.748L256 199.995v-12.294l-39.71-26.017H256V148.21H148.211V256h13.473v-81.77zM0 148.21v13.474h39.71L0 187.701v18.901l69.197-44.918h24.748L0 222.666v13.357l94.316-61.793V256h13.473V148.21zM107.789 0H94.316v81.77L0 19.977v21.862l80.842 52.477H56.094L0 57.904v10.395l39.71 26.017H0v13.474h107.789zM256 107.79V94.316h-39.71L256 68.299V49.157l-69.568 45.159h-24.748L256 33.093V19.977L161.684 81.77V0h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.21v-40.42H148.211V0h-40.422v107.79H0v40.42h107.789V256h40.422V148.21z'/%3E%3Cpath d='M69.197 161.684L0 206.602v16.064l93.945-60.982zM172.232 161.684L256 216.059v-16.064l-59.02-38.311zM80.842 94.316L0 41.839v16.065l56.094 36.412zM186.432 94.316L256 49.157V33.093l-94.316 61.223z'/%3E%3C/g%3E%3Cpath fill='%2382afff' d='M305.73 280.18h137.56v106.29H305.73z'/%3E%3Cpath d='M305.726 386.478c0 36.258 40.642 65.652 68.778 65.652 25.01 0 68.778-29.394 68.778-65.652H305.726z' fill='%23c86464'/%3E%3Cpath d='M392.871 319.002c2.214.391 5.992.912 6.383 6.253s-1.563 24.359-3.517 26.704c0 0 6.383 14.459 6.643 23.056.261 8.597-.912 34.324-.13 38.427s3.712 12.505 3.712 12.505-8.988-5.276-12.505-1.954-16.413 7.816-21.493 2.54c0 0 6.057-17.195 6.057-36.734v-67.801s2.54-2.019 5.862-2.084 8.988-.912 8.988-.912z' fill='%2373af00'/%3E%3Cg fill='%23fff5e1'%3E%3Cpath d='M394.174 422.3c.391 2.475 1.433 4.299.912 5.21-.521.912-3.908 9.249-1.954 9.249s5.341-1.042 6.253-2.866 1.303-4.559 1.824-5.341-.912-4.689-2.084-5.341-4.951-.911-4.951-.911zM371.639 324.473l-7.164.912s.912-4.689 1.042-7.946c.13-3.256.391-9.248.391-9.248s5.08-3.126 5.21-3.648c.065-.26.668-1.889.195-2.735s-2.019-.912-2.019-.912-5.992 3.126-5.992 3.647 0 3.648-.651 4.82-4.299 10.942-4.559 13.547c-.261 2.605-.651 8.076.391 8.337 1.042.26 11.854 1.433 13.026.912s.13-7.686.13-7.686z'/%3E%3C/g%3E%3Cpath fill='%23464655' d='M404.096 298.746h-26.075v-12.31h-8.988v12.31h-26.074v8.988h26.074v118.213h8.988V307.734h26.075z'/%3E%3Cpath d='M388.703 314.703s8.727 2.513 9.9-.391c1.368-3.387-3.191-3.843-4.038-7.425-.095-.401-.912-5.21-4.429-6.122-3.517-.912-6.774 0-6.904 2.345-.13 2.345 5.471 11.593 5.471 11.593z' fill='%23963c3c'/%3E%3Cpath d='M384.014 325.775c-.257.043-.651-2.605-.13-5.862s0-4.299 0-4.299-3.647.391-3.647-1.042.782-8.076 2.996-11.463c0 0 1.563 1.954 4.429 1.954 0 0-.13 2.345 1.433 3.908 0 0-1.954 1.693-1.042 2.866s2.605 2.605 2.605 2.605.13 2.736 2.214 4.559c-.001.001-2.606 5.732-8.858 6.774z' fill='%23fff5e1'/%3E%3Cg fill='%23464655'%3E%3Cpath d='M348.32 382.31h.782v15.5h-.782zM351.47 379.31h.782v21.502h-.782zM354.61 376.57h.782v26.986h-.782zM357.76 372.65h.782v34.823h-.782zM360.9 367.52h.782v45.07h-.782zM364.05 367.52h.782v47.18h-.782z'/%3E%3C/g%3E%3Cpath d='M378.152 392.209c-3.454-17.963-13.026-28.397-16.413-28.918s-5.862 2.215-6.122 4.169-2.084 7.816-5.862 10.551c-3.778 2.736-10.812 4.299-12.375 9.379s2.605 7.295 5.08 6.773c.185-.039.368-.111.552-.173l26.629 32.756c.967 1.19 2.85.995 3.524-.383 2.738-5.594 7.932-18.838 4.987-34.154zm-32.905.363c1.044-1.12 1.485-2.667.339-4.271-1.954-2.736-4.168 1.172-4.168 1.172s-.651-3.387 4.429-5.08 10.812-4.559 13.417-10.681 2.475-4.95 2.475-4.95 10.421 5.862 11.854 24.229-3.647 25.792-3.647 25.792l-24.699-26.211z' fill='%23ffe15a'/%3E%3Cg fill='%23fff5e1'%3E%3Cpath d='M369.033 352.91c-1.196.766-2.274 1.424-3.029 1.817-2.442 1.27-5.373 2.54-5.666 3.712s-1.954 2.149-1.856 3.517c.098 1.368 0 5.471 0 5.471 1.465-.293 4.396-.782 5.373-2.54.977-1.759 1.856-5.178 4.983-6.643.056-.026.137-.053.195-.079v-5.255zM394.923 327.957c-1.465.684-5.862 5.96-6.546 8.402s-2.833 8.206-2.833 8.206-4.439.58-7.523 2.305v8.532c1.708-.495 3.22-.982 4.103-1.458 2.54-1.368 6.155-3.908 8.011-4.396s3.419-3.615 4.103-5.471 2.833-7.327 3.126-11.04-.976-5.764-2.441-5.08z'/%3E%3C/g%3E%3Cpath d='M374.504 454.346l-.342-.055c-69.822-11.024-70.625-71.499-70.625-74.066v-102.23h141.935v102.23c0 2.568-.803 63.042-70.625 74.066l-.343.055zm-66.589-171.973v97.852c0 2.412.756 59.1 66.589 69.688 65.834-10.588 66.589-67.276 66.589-69.688v-97.852H307.915z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.ni{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v170.67H0zM0 341.33h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cpath fill='%23afebff' d='M256 206.664l-41.1 60.441h82.2z'/%3E%3Cpath fill='%23557de6' d='M214.9 267.105l-26.594 38.683h135.388L297.1 267.105z'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M266.518 263.727c.164-.338.336-.669.484-1.014-.148.344-.32.677-.484 1.014zM267.649 260.941c.1-.303.223-.599.309-.907-.086.308-.209.603-.309.907zM265.119 266.264c.207-.331.413-.66.607-1-.193.34-.4.67-.607 1zM271.402 255.004zM269.478 255.642c-.513.399-.862.956-.941 1.592l-.001.004.001-.004c.079-.636.428-1.194.941-1.592zM268.231 273.681a51.315 51.315 0 0 0 1.72 1.562c3.068-2.656 6.27-6.031 8.517-9.979-.161.283-.336.557-.506.835-2.098-3.859-3.206-7.197-3.743-9.176-.307-1.131-1.476-1.917-2.811-1.919.512 4.51 1.616 12.795-3.177 18.677zM280.391 260.941c.1-.303.223-.599.309-.907-.087.308-.209.603-.309.907zM282.219 255.642c-.513.399-.862.956-.941 1.592l-.001.004.001-.004c.08-.636.429-1.194.941-1.592zM279.26 263.727c.164-.338.336-.669.484-1.014-.148.344-.321.677-.484 1.014z'/%3E%3Cpath d='M305.36 276.776c-4.66 0-9.07-2.236-11.762-6.04-4.055-5.73-5.894-11.072-6.638-13.813-.307-1.132-1.479-1.919-2.816-1.919l.005.001c.612 5.381 2.073 16.142-6.671 21.772h-5.693c-.234-.186-.462-.362-.7-.558l.016.014c-1.593 2.08-4.78 2.663-7.252 1.39-10.347-5.331-8.739-16.956-8.095-22.617-1.335.002-2.504.788-2.811 1.919-.537 1.979-1.645 5.317-3.743 9.176-.171-.277-.345-.552-.506-.835 2.528 4.442 6.278 8.19 9.666 10.967-1.593 2.08-4.78 2.663-7.252 1.39-10.347-5.331-8.739-16.956-8.095-22.617-1.335.002-2.504.788-2.811 1.919-.537 1.979-1.645 5.317-3.743 9.176-.171-.277-.345-.552-.506-.835 2.528 4.442 6.278 8.19 9.666 10.967-1.593 2.08-4.78 2.663-7.252 1.39-10.347-5.331-8.739-16.956-8.095-22.617l.005-.001c-1.337 0-2.509.787-2.816 1.919-.744 2.741-2.583 8.082-6.638 13.813-2.692 3.804-7.101 6.04-11.762 6.04h-3.829v4.835h101.542v-4.835h-1.414v-.001z'/%3E%3Cpath d='M260.158 262.713c.148.345.32.676.484 1.014-.164-.337-.337-.67-.484-1.014zM259.201 260.034c.086.308.209.604.309.907-.1-.304-.222-.599-.309-.907zM258.623 257.237l-.001-.004c-.079-.635-.428-1.193-.941-1.592.513.399.862.956.941 1.592l.001.004zM261.433 265.264c.193.34.399.669.606 1-.206-.33-.413-.66-.606-1zM263.655 268.616c-.025-.032-.048-.066-.072-.099.207-.276.407-.555.606-.838-.198.282-.402.558-.609.833a35.497 35.497 0 0 1-.609-.833c.223.318.45.628.684.937zM264.717 269.954c.236.283.469.563.711.838a41.29 41.29 0 0 1-.711-.838zM267.299 272.79c-.225-.225-.446-.462-.669-.695.224.233.443.469.669.695z'/%3E%3C/g%3E%3Cpath d='M284.149 255.004l-.005-.001a3.14 3.14 0 0 0-1.924.638c-.513.399-.862.956-.941 1.592l-.001.004a19.14 19.14 0 0 1-.578 2.797c-.086.308-.209.604-.309.907-.198.598-.4 1.194-.647 1.773-.148.345-.32.676-.484 1.014a25.913 25.913 0 0 1-.792 1.537c-2.247 3.947-5.449 7.323-8.517 9.979a52.421 52.421 0 0 1-1.72-1.562c4.793-5.882 3.689-14.167 3.176-18.676l-.005-.001c-.367 0-.72.06-1.045.17s-.623.269-.879.468c-.513.399-.862.956-.941 1.592l-.001.004a19.14 19.14 0 0 1-.578 2.797c-.086.308-.209.604-.309.907-.198.598-.4 1.194-.647 1.773-.148.345-.32.676-.484 1.014a25.913 25.913 0 0 1-.792 1.537c-.193.34-.399.669-.607 1a31.077 31.077 0 0 1-1.537 2.253 32.11 32.11 0 0 1-.612-.838 31.077 31.077 0 0 1-.931-1.415c-.207-.331-.413-.66-.606-1a25.328 25.328 0 0 1-.792-1.537c-.164-.338-.336-.669-.484-1.014a22.07 22.07 0 0 1-.647-1.773c-.1-.303-.223-.599-.309-.907a19.272 19.272 0 0 1-.578-2.797l-.001-.004c-.079-.636-.428-1.193-.941-1.592a3.14 3.14 0 0 0-1.924-.638l-.005.001c-.644 5.661-2.251 17.286 8.095 22.617 1.745.899 3.838.865 5.48.037 1.049-.529 2.174-.882 3.348-.882h4.801c8.746-5.632 7.285-16.392 6.673-21.774z' fill='%23ffe15a'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M246.459 260.034c.086.308.209.604.309.907-.1-.304-.222-.599-.309-.907zM245.882 257.237l-.001-.004c-.079-.635-.428-1.193-.941-1.592.513.399.862.956.941 1.592l.001.004zM247.416 262.713c.148.345.32.676.484 1.014-.164-.337-.337-.67-.484-1.014zM243.016 255.004z'/%3E%3C/g%3E%3Cpath d='M251.106 277.621c2.472 1.273 5.659.69 7.252-1.39-3.388-2.777-7.138-6.525-9.666-10.967a25.328 25.328 0 0 1-.792-1.537c-.164-.338-.336-.669-.484-1.014a22.07 22.07 0 0 1-.647-1.773c-.1-.303-.223-.599-.309-.907a19.272 19.272 0 0 1-.578-2.797l-.001-.004c-.079-.636-.428-1.193-.941-1.592a2.975 2.975 0 0 0-.879-.468 3.289 3.289 0 0 0-1.045-.17l-.005.001c-.644 5.662-2.252 17.287 8.095 22.618z' fill='%23ffe15a'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M233.718 260.034c.086.308.209.604.309.907-.1-.304-.223-.599-.309-.907zM234.674 262.713c.148.345.32.676.484 1.014-.164-.337-.336-.67-.484-1.014zM233.14 257.237l-.001-.004c-.079-.635-.428-1.193-.941-1.592.513.399.862.956.941 1.592l.001.004z'/%3E%3C/g%3E%3Cpath d='M238.364 277.621c2.472 1.273 5.659.69 7.252-1.39-3.388-2.777-7.138-6.525-9.666-10.967a25.328 25.328 0 0 1-.792-1.537c-.164-.338-.336-.669-.484-1.014a22.07 22.07 0 0 1-.647-1.773c-.1-.303-.223-.599-.309-.907a19.272 19.272 0 0 1-.578-2.797l-.001-.004c-.079-.636-.428-1.193-.941-1.592a3.14 3.14 0 0 0-1.924-.638l-.005.001c-.644 5.662-2.252 17.287 8.095 22.618z' fill='%23ffe15a'/%3E%3Cpath d='M235.631 235.78l-.603 2.314c6.6-1.979 13.882-3.168 21.787-3.168 7.903.004 15.187 1.185 21.787 3.168l-.603-2.314a84.368 84.368 0 0 0-21.184-2.665c-7.552-.002-14.618.97-21.184 2.665z' fill='%2341479b'/%3E%3Cpath d='M235.893 234.774l-.603 2.314c6.527-1.984 13.721-3.174 21.525-3.178 7.804.003 14.999 1.193 21.525 3.178l-.603-2.314c-6.492-1.706-13.467-2.672-20.922-2.675-7.456.002-14.43.972-20.922 2.675z' fill='%235aa0e6'/%3E%3Cpath d='M236.136 233.844l-.603 2.313a71.901 71.901 0 0 1 21.282-3.187 71.98 71.98 0 0 1 21.282 3.187l-.603-2.313a80.257 80.257 0 0 0-20.679-2.684 80.193 80.193 0 0 0-20.679 2.684z' fill='%239bc800'/%3E%3Cpath d='M236.413 232.781l-.603 2.314a70.079 70.079 0 0 1 21.005-3.198 70.137 70.137 0 0 1 21.005 3.198l-.603-2.314a78.013 78.013 0 0 0-20.402-2.695 78.013 78.013 0 0 0-20.402 2.695z' fill='%23ffe14e'/%3E%3Cpath d='M236.685 231.738l-.603 2.313a68.251 68.251 0 0 1 20.733-3.208 68.282 68.282 0 0 1 20.733 3.208l-.603-2.313a75.944 75.944 0 0 0-20.13-2.706 75.843 75.843 0 0 0-20.13 2.706z' fill='%23ffb14e'/%3E%3Cpath d='M236.801 231.293l-.422 1.62a66.347 66.347 0 0 1 20.437-3.22 66.157 66.157 0 0 1 20.436 3.22l-.422-1.62a74.968 74.968 0 0 0-20.014-2.71 74.574 74.574 0 0 0-20.015 2.71z' fill='%23ff4b55'/%3E%3Cpath d='M323.695 308.135h-135.39a2.42 2.42 0 0 1-2.132-1.275 2.426 2.426 0 0 1 .12-2.484l67.695-101.542c.897-1.341 3.126-1.341 4.023 0l67.695 101.542a2.418 2.418 0 1 1-2.011 3.759zM192.822 303.3h126.356L256 208.534 192.822 303.3z' fill='%23ffe15a'/%3E%3Cpath d='M260.624 245.213c0-2.126-2.156-5.361-5.606-5.361-2.017 0-3.652 1.232-3.652 2.753 0 .759.408 1.446 1.066 1.943l-.008.084c-.824.505-1.361 1.265-1.361 2.128 0 1.451 1.494 2.626 3.382 2.732l1.554 3.108 1.403-2.805c1.843-.472 3.222-2.34 3.222-4.582z' fill='%23ff4b55'/%3E%3C/svg%3E")}.pf-flag.pa{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ff4b55' d='M256 0h256v256H256z'/%3E%3Cg fill='%234173cd'%3E%3Cpath d='M0 256h256v256H0zM131.4 90.349l8.416 25.234 26.6.206c3.444.027 4.872 4.422 2.101 6.467l-21.398 15.802 8.024 25.361c1.039 3.283-2.7 6-5.501 3.997L128 151.949l-21.641 15.468c-2.802 2.003-6.54-.714-5.501-3.997l8.024-25.361-21.398-15.802c-2.77-2.046-1.342-6.441 2.101-6.467l26.6-.206 8.416-25.234c1.088-3.268 5.71-3.268 6.799-.001z'/%3E%3C/g%3E%3Cpath d='M387.4 346.349l8.416 25.234 26.6.206c3.444.027 4.872 4.422 2.101 6.467l-21.398 15.802 8.024 25.361c1.039 3.283-2.7 6-5.501 3.997L384 407.949l-21.641 15.468c-2.802 2.003-6.54-.714-5.501-3.997l8.024-25.361-21.398-15.802c-2.77-2.046-1.342-6.441 2.101-6.467l26.6-.206 8.416-25.234c1.088-3.268 5.71-3.268 6.799-.001z' fill='%23ff4b55'/%3E%3C/svg%3E")}.pf-flag.py{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%2341479b' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M256 188.632c-37.206 0-67.368 30.161-67.368 67.368s30.162 67.368 67.368 67.368 67.368-30.161 67.368-67.368-30.162-67.368-67.368-67.368zm0 118.175c-28.06 0-50.807-22.747-50.807-50.807S227.94 205.193 256 205.193 306.807 227.94 306.807 256 284.06 306.807 256 306.807z' fill='%23ff4b55'/%3E%3Ccircle cx='256' cy='256' r='23.368' fill='%2341479b'/%3E%3Cpath d='M257.522 238.299l3.767 11.294 11.905.092c1.541.012 2.18 1.979.94 2.895l-9.577 7.072 3.591 11.351c.465 1.47-1.208 2.685-2.462 1.789L256 265.868l-9.685 6.923c-1.254.896-2.927-.319-2.462-1.789l3.591-11.351-9.577-7.072c-1.24-.916-.601-2.883.94-2.895l11.905-.092 3.767-11.294c.487-1.461 2.555-1.461 3.043.001z' fill='%23ffe15a'/%3E%3Cpath d='M300.202 256.544s1.335-6.176-5.234 1.234c0 0 .095-2.109-.089-3.849 1.444-1.565 3.237-4.986 2.817-12.29 0 0-1.03-6.234-4.413 3.073 0 0-.923-2.745-1.905-4.266.816-1.69 1.444-4.77-.51-10.604 0 0-2.285-4.99-2.997 3.583 0 0-1.876-2.806-3.095-3.495.236-1.383.05-3.757-2.709-7.603 0 0-2.754-3.083-1.362 3.245 0 0-2.52-2.042-3.326-1.8-.418-1.209-1.629-3.252-5.692-5.941 0 0-3.522-1.929.519 3.103 0 0-3.571-1.416-3.529-.605.042.811 1.769 2.309 3.187 2.978 0 0-5.237.544-3.087 1.711 0 0 5.314 1.832 8.506.069.256.93.776 1.972 1.549 2.721 0 0-6.234-1.21-4.546.661 0 0 4.675 3.436 9.295 2.909-.022 1.273.363 2.917 1.039 4.148 0 0-7.432-3.974-6.024-.94 0 0 4.445 5.945 10.358 7.236-.243 1.322-.237 2.921.082 4.242 0 0-7.055-6.663-6.408-2.867 0 0 2.949 7.817 8.927 11.139-.487.992-.887 2.103-1.033 3.137 0 0-4.11-8.793-4.905-5.023 0 0-.136 8.782 4.553 14.034-.999.83-1.977 1.993-2.577 3.132 0 0-.9-9.661-2.921-6.384 0 0-2.793 7.32-.903 13.628-1.249.368-2.612 1.051-3.619 1.868 0 0 2.981-9.235-.169-7.02 0 0-5.609 6.066-6.036 12.893-1.487-.03-3.5.505-4.958 1.376 0 0 4.266-8.715.832-6.971 0 0-6.118 4.996-7.696 11.483-1.446.825-3.904 2.228-6.359 3.62a2633.35 2633.35 0 0 1-4.002-2.327l.04-.064-13.907-11.658.276 3.813-6.983-12.488-.862 4.25-2.287-13.806-2.028 2.037.785-12.88-2.644 1.425 4.801-9.58-2.256.637 5.933-5.688-3.135.267 7.5-3.406-2.742-.421 7.322-3.707-3.154-.154 9.492-3.283-1.738-1.52 8.216-2.424-9.845-.75 2.805-3.451-7.512 3.844 1.078-5.196-6.57 6.766 1.143-4.738-6.15 6.119.398-4.618-6.081 10.297-.784-4.608-5.053 11.561-1.391-5.037-2.256 14.337-1.882-2.133 2.474 13.829-3.138-2.353 5.754 12.421s-4.184-1.831-4.707-1.831 10.003 10.689 10.003 10.689l-5.492-.588 10.611 7.461-3.943.974 8.826 3.431-2.158 1.668 18.273 1.307s1.762 1.467 4.158 3.166a306.928 306.928 0 0 1-3.067 1.712 2.58 2.58 0 0 1-2.24.112 461.078 461.078 0 0 0-5.455-2.238s.117 5.194 5.525 5.324c2.222.051 5.25-1.362 8.066-3.036 2.884 1.798 6.065 3.384 8.363 3.33 5.29-.13 5.406-5.324 5.406-5.324a441.067 441.067 0 0 0-5.337 2.238 2.474 2.474 0 0 1-2.191-.112c-.75-.419-1.982-1.124-3.396-1.94a73.372 73.372 0 0 0 3.505-2.522c1.33 1.046 5.14 2.884 13.655-.313 0 0 5.647-2.836-4.245-3.301 0 0 1.836-1.347 3.075-2.627 1.622.835 5.633 1.824 13.255-2.361 0 0 5.186-3.612-4.671-2.662 0 0 1.316-1.281 2.351-2.586 1.701.191 5.9-.264 11.468-7.385 0 0 3.342-5.363-5.343-.607 0 0 1.123-2.677 1.388-4.469 1.917-.919 4.843-3.441 7.138-10.388z' fill='%2364c86e'/%3E%3C/svg%3E")}.pf-flag.pe{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h170.67v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3C/svg%3E")}.pf-flag.kn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M375.086 0L0 375.086v40.27L415.356 0zM512 136.914v-40.27L96.644 512h40.27z'/%3E%3C/g%3E%3Cpath fill='%23464655' d='M512 96.644V0h-96.644L0 415.356V512h96.644z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M161.231 298.781l20.997 10.015 16.273-16.624c2.107-2.152 5.741-.384 5.348 2.602l-3.037 23.064 20.839 10.34c2.698 1.339 2.139 5.341-.822 5.89l-22.874 4.239-3.394 23.014c-.439 2.98-4.419 3.685-5.856 1.038l-11.1-20.444-22.936 3.884c-2.97.503-4.87-3.064-2.797-5.248l16.014-16.874-10.781-20.614c-1.397-2.669 1.408-5.579 4.126-4.282zM307.231 150.781l20.997 10.015 16.273-16.624c2.107-2.152 5.741-.384 5.348 2.602l-3.037 23.064 20.839 10.34c2.698 1.339 2.139 5.341-.822 5.89l-22.874 4.239-3.394 23.014c-.439 2.98-4.419 3.685-5.856 1.038l-11.1-20.444-22.936 3.884c-2.97.503-4.87-3.064-2.797-5.248l16.014-16.874-10.781-20.614c-1.397-2.669 1.408-5.579 4.126-4.282z'/%3E%3C/g%3E%3Cpath d='M512 498.526V136.914L136.914 512h366.259c4.875 0 8.827-6.032 8.827-13.474z' fill='%23ff4b55'/%3E%3C/svg%3E")}.pf-flag.lc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233cc8ff' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23464655' d='M256 114.759L132.414 397.241h247.172z'/%3E%3Cpath d='M256 158.807l96.591 220.78H159.409L256 158.807m0-44.048L132.414 397.241h247.172L256 114.759z' fill='%23f5f5f5'/%3E%3Cpath fill='%23ffe15a' d='M132.414 397.241L256 256l123.586 141.241z'/%3E%3C/svg%3E")}.pf-flag.pm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cdefs%3E%3ClinearGradient x1='124.602%25' y1='56.197%25' x2='74.83%25' y2='50.094%25' id='a'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='103.407%25' y1='52.528%25' x2='40.556%25' y2='49.725%25' id='b'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='141.503%25' y1='81.207%25' x2='75.093%25' y2='60.396%25' id='c'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='306.238%25' y1='132.612%25' x2='59.218%25' y2='47.258%25' id='d'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='178.274%25' y1='61.673%25' x2='115.757%25' y2='54.667%25' id='e'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='176.089%25' y1='69.252%25' x2='88.864%25' y2='57.32%25' id='f'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='122.292%25' y1='175.301%25' x2='89.218%25' y2='122.568%25' id='g'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='119.363%25' y1='277.563%25' x2='93.026%25' y2='193.425%25' id='h'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='156.383%25' y1='100.66%25' x2='74.952%25' y2='61.536%25' id='i'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='139.606%25' y1='74.815%25' x2='58.619%25' y2='54.354%25' id='j'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='132.727%25' y1='114.667%25' x2='71.851%25' y2='63.94%25' id='k'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='159.34%25' y1='84.494%25' x2='75.142%25' y2='54.093%25' id='l'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='-11.081%25' y1='50%25' x2='100.226%25' y2='50%25' id='m'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='-15.186%25' y1='49.999%25' x2='99.089%25' y2='49.999%25' id='n'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='-8.749%25' y1='50%25' x2='103.103%25' y2='50%25' id='o'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='-12.19%25' y1='50%25' x2='108.109%25' y2='50%25' id='p'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='49.357%25' y1='150.19%25' x2='49.972%25' y2='41.956%25' id='q'%3E%3Cstop stop-color='%234A0000' offset='0%25'/%3E%3Cstop stop-color='%23FFCF00' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='-27.768%25' y1='118.803%25' x2='72.451%25' y2='44.826%25' id='r'%3E%3Cstop stop-color='%234A0000' offset='0%25'/%3E%3Cstop stop-color='%23FFCF00' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='50.757%25' y1='51.654%25' x2='44.041%25' y2='70.399%25' id='s'%3E%3Cstop offset='0%25'/%3E%3Cstop stop-color='%2300F' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='-37.414%25' y1='120.705%25' x2='66.858%25' y2='45.651%25' id='t'%3E%3Cstop stop-color='%234A0000' offset='0%25'/%3E%3Cstop stop-color='%23FFCF00' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='.395%25' y1='167.278%25' x2='52.198%25' y2='59.947%25' id='u'%3E%3Cstop stop-color='%234A0000' offset='0%25'/%3E%3Cstop stop-color='%23FFCF00' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath fill='%23FFF' d='M0 37h37v40H0z'/%3E%3Cg fill='%23000'%3E%3Cpath d='M35.475 57.16a.899.899 0 0 0-.194.36 2.44 2.44 0 0 1-.163.434c-.163.322-.157.594.019.828.22.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM36.501 59.081c-.156.049-.33.134-.387.195-.463.444.585.93 1.345.632.817-.328.841-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104z'/%3E%3Cpath d='M34.275 59.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189zM35.821 60.116a1.25 1.25 0 0 0-.067.427c-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.056.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.321 4.321 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM12.475 57.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.595.019.828.219.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM13.501 59.081c-.156.049-.33.134-.387.195-.463.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104zM10.275 59.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189zM11.821 60.116a1.25 1.25 0 0 0-.067.427c-.014 1.125-.493 2.187-1.396 3.104-.196.195-.358.37-.358.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.142.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.057.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.336 4.336 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM23.475 57.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.595.019.828.22.294.589.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.063-.11-.232.067zM24.502 59.081c-.157.049-.33.134-.388.195-.463.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.328-.104z'/%3E%3Cpath d='M22.275 59.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189zM23.821 60.116c-.033.069-.067.257-.067.427-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.057.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.326 4.326 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM.475 57.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.594.019.828.219.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM1.502 59.081c-.157.049-.33.134-.388.195-.462.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.328-.104zM35.475 37.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.594.019.828.22.294.589.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.063-.11-.232.067zM36.502 39.081c-.157.049-.33.134-.388.195-.463.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.328-.104z'/%3E%3Cpath d='M34.275 39.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189z'/%3E%3Cpath d='M34.821 40.116c-.033.069-.067.257-.067.427-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.056.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.326 4.326 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM11.475 37.16a.899.899 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.595.019.828.22.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM12.501 39.081c-.156.049-.33.134-.387.195-.463.444.585.93 1.345.632.817-.328.841-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104zM10.275 40.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189z'/%3E%3Cpath d='M11.821 40.116a1.25 1.25 0 0 0-.067.427c-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.057.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.307 4.307 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM23.475 37.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.595.019.828.219.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM24.501 39.081c-.156.049-.33.134-.387.195-.463.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104zM22.275 40.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189z'/%3E%3Cpath d='M23.821 40.116a1.25 1.25 0 0 0-.067.427c-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.057.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.335 4.335 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM.475 37.16a.899.899 0 0 0-.194.36 2.44 2.44 0 0 1-.163.434c-.163.322-.157.594.019.828.22.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM1.501 39.081c-.156.049-.33.134-.387.195-.463.444.585.93 1.345.632.817-.328.841-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104zM.56 40.116c-.039.069-.076.257-.076.427-.008.562-.202 1.203-.465 1.723.019.802.048 1.153-.019 1.934.06.302.265.59.514.729.159.088.219.094.393.019a.84.84 0 0 0 .536-.704c.038-.245.068-.289.167-.245.068.025.408.056.755.07l.635.024-.333-.326c-.627-.616-.83-.849-1.08-1.257-.348-.56-.491-1-.552-1.665-.022-.315-.075-.629-.106-.71-.075-.17-.264-.183-.37-.02zM29.475 67.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.595.019.828.219.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM30.501 69.081c-.156.049-.33.134-.387.195-.463.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104z'/%3E%3Cpath d='M28.275 69.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189zM29.821 70.116a1.25 1.25 0 0 0-.067.427c-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.056.674.07l.567.024-.297-.327c-.56-.615-.742-.848-.964-1.256-.31-.56-.439-1-.493-1.665a4.335 4.335 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM6.475 67.16a.9.9 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.594.019.828.219.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM7.502 69.081c-.157.049-.33.134-.388.195-.462.444.586.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.328-.104zM4.275 69.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189zM5.821 70.116a1.25 1.25 0 0 0-.067.427c-.014 1.125-.493 2.187-1.396 3.104-.196.195-.358.37-.358.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.056.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.336 4.336 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM17.475 67.16a.899.899 0 0 0-.194.36c-.025.112-.1.306-.163.434-.163.322-.157.594.019.828.22.294.59.289.765-.006.163-.272.119-.655-.1-.944-.195-.25-.22-.478-.095-.74.082-.15-.062-.11-.232.067zM18.501 69.081c-.156.049-.33.134-.387.195-.463.444.585.93 1.345.632.817-.328.842-.334 1.23-.237.33.08.346.08.28-.018-.132-.183-.338-.268-1.139-.468-.916-.225-.949-.225-1.329-.104z'/%3E%3Cpath d='M16.275 69.189c-.38.195-.785.24-1.082.12-.231-.095-.256-.038-.066.15.099.095.322.196.52.234.19.038.52.126.735.189.496.157.942.157 1.28 0 .686-.315.257-.882-.66-.882-.264 0-.463.05-.727.189zM17.821 70.116c-.034.069-.067.257-.067.427-.014 1.125-.493 2.187-1.397 3.104-.195.195-.357.37-.357.396 0 .063 1.012.044 1.147-.025.121-.057.135-.038.175.182.054.302.236.59.459.729.141.088.195.094.35.019.27-.12.446-.377.48-.704.033-.245.06-.289.148-.245.06.025.364.056.674.07l.567.024-.297-.326c-.56-.616-.742-.849-.964-1.257-.31-.56-.439-1-.493-1.665a4.307 4.307 0 0 0-.094-.71c-.068-.17-.236-.183-.33-.02zM29.733 47.553c-.09.11-.193.318-.214.449-.027.138-.11.38-.179.539-.179.4-.172.738.02 1.029.242.365.649.358.842-.007.179-.339.13-.815-.11-1.174-.214-.311-.242-.594-.104-.919.09-.186-.069-.138-.255.083zM30.588 49.742c-.131.055-.276.152-.324.221-.386.504.489 1.057 1.123.718.682-.373.703-.38 1.027-.27.275.09.289.09.234-.02-.11-.207-.283-.304-.951-.532-.765-.255-.793-.255-1.11-.117zM27.955 49.908c-.317.214-.654.262-.903.131-.192-.104-.213-.041-.055.166a.9.9 0 0 0 .434.255c.159.042.435.138.614.207.413.173.785.173 1.068 0 .572-.345.213-.966-.551-.966-.221 0-.386.055-.607.207zM29.616 50.66a1.468 1.468 0 0 0-.069.47c-.014 1.236-.503 2.403-1.426 3.411-.2.214-.366.408-.366.435 0 .07 1.034.049 1.172-.027.124-.062.138-.042.179.2.055.331.241.649.469.8.144.098.2.104.358.022.276-.132.455-.415.49-.774.034-.269.061-.317.15-.269.063.028.373.062.69.076l.579.028-.304-.36c-.571-.676-.758-.932-.985-1.38-.317-.615-.448-1.098-.503-1.83a5.1 5.1 0 0 0-.096-.78c-.07-.187-.242-.201-.338-.022zM6.19 47.6a1.17 1.17 0 0 0-.213.449c-.028.138-.11.38-.18.538-.178.401-.172.74.022 1.03.24.365.647.358.84-.007.18-.339.131-.815-.11-1.174-.214-.311-.241-.594-.103-.919.09-.186-.07-.138-.255.083zM7.045 49.789c-.13.055-.276.152-.324.221-.386.504.49 1.057 1.123.718.683-.373.703-.38 1.027-.27.276.09.29.09.234-.02-.11-.207-.282-.304-.95-.532-.765-.255-.793-.255-1.11-.117zM4.413 49.955c-.317.214-.655.262-.903.131-.193-.104-.214-.041-.055.166a.9.9 0 0 0 .434.255c.159.042.434.138.613.207.414.173.786.173 1.068 0 .572-.345.214-.966-.55-.966-.221 0-.387.055-.607.207zM6.073 50.707a1.467 1.467 0 0 0-.069.47c-.013 1.236-.503 2.403-1.426 3.411-.2.214-.365.408-.365.435 0 .07 1.033.049 1.171-.027.124-.062.138-.042.18.2.055.331.24.649.468.8.145.098.2.105.358.022.276-.132.455-.415.49-.774.034-.27.062-.317.151-.27.062.029.372.063.69.077l.578.027-.303-.359c-.572-.676-.758-.932-.985-1.38-.317-.615-.448-1.099-.503-1.83a5.093 5.093 0 0 0-.097-.78c-.069-.187-.241-.201-.338-.022zM17.84 47.572a1.17 1.17 0 0 0-.214.449c-.027.138-.11.38-.179.539-.179.4-.172.739.02 1.029.242.366.649.359.841-.007.18-.339.131-.815-.11-1.174-.213-.311-.24-.594-.103-.919.09-.186-.069-.138-.255.083zM18.694 49.761c-.13.055-.275.152-.323.221-.386.504.489 1.057 1.123.718.682-.372.703-.38 1.027-.269.275.09.289.09.234-.02-.11-.208-.283-.305-.951-.532-.765-.256-.793-.256-1.11-.118zM16.062 49.927c-.317.214-.654.262-.903.131-.193-.103-.213-.041-.055.166a.9.9 0 0 0 .434.255c.159.042.435.138.614.207.413.173.785.173 1.068 0 .572-.345.213-.966-.552-.966-.22 0-.385.055-.606.207zM17.723 50.68a1.468 1.468 0 0 0-.07.47c-.013 1.235-.502 2.402-1.426 3.41-.2.214-.365.408-.365.435 0 .07 1.034.049 1.172-.027.124-.062.137-.042.179.2.055.332.241.65.468.801.145.097.2.104.359.02.275-.13.455-.413.489-.773.034-.269.062-.317.152-.269.062.028.372.062.689.076l.579.028-.304-.36c-.572-.676-.758-.932-.985-1.38-.317-.615-.448-1.098-.503-1.83a5.087 5.087 0 0 0-.097-.78c-.068-.187-.24-.2-.337-.021zM.549 60.32a1.467 1.467 0 0 0-.07.47c-.006.618-.183 1.322-.423 1.894.017.88.044 1.266-.017 2.125.055.331.241.649.468.8.145.098.2.104.359.022.275-.132.455-.415.489-.774.034-.27.062-.317.152-.27.062.028.372.063.689.077l.578.027-.303-.359c-.572-.676-.758-.932-.985-1.38-.317-.615-.448-1.099-.503-1.83a5.07 5.07 0 0 0-.097-.78c-.068-.187-.24-.201-.337-.022z'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='%23CA0000' fill-rule='nonzero' d='M0 75h37v38H0z'/%3E%3Cpath d='M16.77 11.993c-.118.219.204 1.186.7 1.162-.324-.599-.29-1.295-.29-1.295l-.41.133z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23a)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M15.536 10.946c-.179.03-.61 1.302.078 1.756.022-.79.347-1.258.347-1.258l-.357-.354-.068-.144z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23b)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M15.451 10.187c-.174-.21-.926.401-.895 1.315.462-.61 1.01-.562 1.01-.562l-.115-.753z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23c)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M16.321 9.448c-.012-.286-.666-.617-1.01-.044.494.064.776.599.776.599l.234-.555z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23d)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M29.517 12.113c-.012.262.046.354.158.5.112.148.238.586.238.586s.359-1.153.27-1.308c-.09-.155-.644.214-.666.222z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23e)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M27.62 11.635c-.178-.039-.515.914-.234 1.568.141-.758.527-1.087.527-1.087l-.292-.48z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23f)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M26.751 11.349c-.139-.183-.74.347-.715 1.139.37-.528.806-.486.806-.486l-.091-.653z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23g)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M27.207 10.125c-.096-.244-.77-.043-.904.72.455-.314.86-.055.86-.055l.044-.665z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23h)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M4.78 9.59c.065-.268-.44-1.01-.903-.723.43.392.543 1.067.543 1.067l.36-.344z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23i)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M2.846 11.264c-.169-.242-.876.446-.833 1.486.43-.688.952-.628.952-.628l-.12-.858z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23j)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M2.907 9.792c-.072-.342-.9-.295-1.183.644.588-.262 1.023.198 1.023.198l.16-.842z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23k)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M3.75 12.57c-.045.253 0 .362.09.543.091.18.16.65.16.65s.498-1.012.43-1.193c-.068-.18-.657 0-.68 0z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23l)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M1.697.933c0-.362-.794-.74-1.25.006.609.051.929.71.929.71l.32-.716z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23m)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M.873 2.372C.705 2.13-.002 2.818.04 3.858c.431-.688.952-.627.952-.627l-.119-.859z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23n)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M3.753.809c.076-.34-.59-1.124-1.178-.669.562.377.724 1.17.724 1.17l.454-.501z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23o)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M4.694 2.05c.132-.194-.117-1.215-.612-1.283.278.655.194 1.34.194 1.34l.418-.057z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23p)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M9.324 98.839c-.498-.668-.006-1.886.44-1.367-.234-.498.149-.893.322-.643-.08-.406.286-.675.466-.3-.064-.453.48-.718.62-.223.01-.445.542-.796.66-.145.103-.5.695-.567.744.146.173-.415.618-.384.643.218.193-.283.689.14.604.641.307-.077.682.639.308 1.166.663-.408.82.913.417 1.513.208.147.226.017.41.127.184.11.517.291.822.37.276 0 1.287-.037 1.494-.074.207-.037.49-.161.827-.293.354-.132.865-.137 1.332-.268.37-.048 10.754.194 11.053.158.299-.037.735-.368.712-.77-.023-.404-.367-.696-.712-.733-.345-.037-2.114-.037-2.436.037-.321.073-.781.256-1.01.513-.111.082-.294.392-.448.596-.145.14-.554.162-.554-.022 0-.12-.034.023-.135.07-.13.094-.718.12-.692 0 .046-.136-.003-.179-.158-.037-.115.11-.927.15-1.077.042.09-.173.09-.163-.154-.021-.154.078-.795.14-.84-.011-.007-.119-.08-.06-.17-.027-.725.219-.795-.034-.68-.144.115-.11.289-.74.105-.703-.184.037-1.333.294-1.723.367-.39.073-3.217 0-3.608-.037-.39-.036-.827-.46-.85-1.063-.04-.966.643-1.21 1.057-1.356.414-.147 1.448-.366 1.861-.366.414 0 1.593.168 1.915.022.322-.147 1.299-.556 1.575-.587.407-.043 1.574.115 2.13.886-.29.151-.426.24-.097.104.298-.074 1.58-.381 1.88-.462 1.033-.051.762.132.256.279-.168.62-1.688 1.484-2.17 1.594-.483.11-1.507.03-1.736-.018-.23-.02-1.317-.083-1.712-.378-.64-.5-1.822-.829-2.34-.817-.484.01-1.867.178-1.86.733-.008.974 1.286 1.026 1.838.99.551-.037 1.93-.11 2.32-.294.39-.183 1.236-.228 1.695-.228.46 0 1.131.118 1.338.081.207-.036.69-.045.92-.228.23-.183.729-.375 1.234-.375.506 0 4.257-.166 4.762-.13.732-.005 1.25.916 1.258 1.7.004.367-.152.908-.284.992.227.024.795.098.983.143.352.08.922.527.988.935-.268-.187-.7-.47-1.088-.5-.076 0-8.265-.017-8.908-.012 1.75.238 3.087 1.791 3.421 2.68.299.55 1.034.33 1.31.257.275-.074.597-.404.827-.66.23-.257.589-.322.751-.257.357-.036.42.403.283.623-.138.22.023.13.39.13.368 0 .692.158.909.49-.207.22-.311.04-.012.077.298.036.659.668.436.846-.194.111-.253.07 0 .107.377.036.48.318.529.817-.32.068-.161-.048 0 .136.16.183.395.994-.184 1.026-.207-.11-.203-.131-.16.118.042.257-.07.871-.392.871-.445.1-.85-.183-.896-.513-.046-.33-.04.637-.671.79-.597.152-.914-.24-.96-.423-.046-.183-.023-.037-.253-.073-.23-.037-.52-.04-.643-.477 0-.256.045-.595.454-.64.184-.037.235-.313.097-.35-.138-.036-.023-.586.276-.44.299.147.988.184 1.149.367.16.183.207-.146-.046-.44-.253-.293-1.792-.88-2.206-.66-.963.56-2.573.477-2.85.404-.275-.073-1.071.126-1.447-1.21-.304-1.364-1.462-2.038-1.99-2.112-2.607-.282-2.466-.065-.775.027-.013.255-.074.777.2.853.46-.073 1.416-.307 1.646-.087.23.22.46.403.414.916-.046.513.023.367-.184.587-.207.22-.115.66.207.806.321.147.46.33.666.55.207.22-.092.66-.276.513-.183-.147-.183-.147-.206.146-.023.294-.252.849-.64.89-.082-.036-.059-.188-.05-.303.023-.257-.077.318-.197.478-.077.108-.728.319-.911.209.082-.23.034-.136-.127-.026-.156.072-1.003.208-.626-.258.098-.17-.135.212-.263.278-.108.078-.61.125-.61-.095-.16.162-.54.162-.597.037-.115-.147-.126.11-.333.147-.207.036-.656-.037-.678-.33-.023-.294.045-.11-.207-.074-.616.47-.92-.183-.92-.403 0-.22-.022-.476.047-.623.068-.147-.429-.19-.276-.48.171-.352.351-.611.69-.546.16.037.137-.073.068-.22-.069-.147.184-.22.483-.073.298.146.505.513.597.843.092.33.804.073 1.103.11.299.036.322-.55.138-.733-.184-.184-.69-.843-.896-1.063-.207-.22-.07-.99.115-1.173 1.07-.834.482-1.1.091-1.026-.39.073-1.394.536-1.716.939-.321.403-2.82 2.38-3.05 2.6-.23.219-.564.272-.702.016-.138-.257-.23-.073-.207.293.183 1.384-.896 1.825-1.085 1.808a.88.88 0 0 1-.456-.23c-.135.773-.727.85-1.263.774-.008-.092.1-.262.04-.197-.176.266-.72.238-1.188.198-.03-.162.161-.358.07-.248-.157.34-.427.279-.864.243-.005-.072.202-.311.106-.168-.192.241-.59.166-.9.171-.036-.054.16-.432-.02-.182-.171.214-.535.25-.883.192-.061-.18.073-.182.11-.295.092-.183-.046 0-.161 0s-.276.037-.345-.147c-.069-.183-.03.184-.096.284-.067.086-.142.29-.372.363-.23.073-.827.146-.919-.184-.124-.151-.184-.476-.092-.66.092-.183-.437.354-.666.404-.673.15-.758-1.063-.46-1.173.3-.11.253-.293.092-.44-.16-.147-.252-.733-.046-.916.207-.183.686-.285.988-.073.177.14.556.62.483.256-.051-.225.08-.511.226-.634.128-.136.52-.17.624.121.242.674.414.965.712.953.637-.2 1.497-.428 1.75-.428.324-.088 2.04-.282 2.04-.466-1.03.411-1.445-.12-1.56-.084-.115.037-.398-.119-.398-.221 0-.22.26-.194-.108-.12-.22-.021-.417-.033-.602-.298-.03-.135.244-.6.343-.99-.237-.075-.762.418-.934.852-.12-.167-.17-.016-.6.106-.203.102-.533.065-.717-.045-.184-.11-.904-.739-.555-.82-.092-.052-.198-.081-.267-.103-.253-.125-.492-.366-.418-.433-.064-.11.073-.11-.028-.131-.138-.037-.478-.322-.39-.433-.087-.066-.294-.168-.382-.22-.16-.11-.322-.491-.345-.674-.148.016-.464-.307-.321-.403-.242-.207-.447-.547-.286-.657-.141-.128-.24-.362-.142-.274-.146-.207-.1-.426.014-.426.115 0 .069-.586-.138-.586-.207 0-.539.185-.78 0-.2-.175-.369-.953-.185-1.283.184-.33.552-.696.736-.66.183.037.091.11.045-.22-.045-.33.26-.577.46-.66.243-.127.712-.036.85.11.138.148.184.148.184-.11 0-.18.178-.273.335-.32.263-.072.47.014.561.138.143.235.23.513.046.733-.184.22-.024.033.275-.04.192-.073.539.021.598.26.08.256.138.696-.069.916-.206.22-.505.77-.344.953.16.183.666.99.78 1.1.116.11.254.366.437.33.184-.037.391-.074.552-.11.638-.149.926-.226.107-.195.184-.3.569-.388.736-.441-.147-.255.398-.794.398-.867z' stroke='%23650000' stroke-width='.5' fill='%23FFCD00' fill-rule='nonzero'/%3E%3Cpath d='M9.325 101.813c-.44-.08-1.555 1.032-1.195 2.416' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M7.407 4.982c-.595 4.334 3.053 2.656 3.078 1.196' stroke='url(../css/%23q)' stroke-width='.5' transform='translate(1.985 95.59)'/%3E%3Cpath d='M12.26 102.394c.05.57.078 2.16-.432 2.567-.511.407-1.15.455-1.65.26M11.13 103.276c-.05.56-.537 1.953-1.486 1.762M3.455 97.28c.496.057.745.51.85.905.107.396.178.622.178.622' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M3.149 6.856c1.282 0 1.827-2.085 1.827-2.085' stroke='url(../css/%23r)' stroke-width='.5' transform='translate(1.985 95.59)'/%3E%3Cpath d='M7.744 101.465c-.354 1.074-.318 1.074-.78 1.3l-.46.227' stroke-opacity='.089' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M6.291 103.557c.496-.17.815-.509.815-.509M11.609 97.054c.07.735-.213 1.131-.39 1.131-.178 0-.376.275-.267.716M8.56 101.126c-.567.175-.798 1.371-.496 2.014' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M11.68 98.91c.606.019.484.576.035.52.035.678-.67.592-.61.072-.425.015-.6-.671.017-.576M26.046 99.43c.124-.439.7-.838.7-.838M25.21 99.407c.25-.518.7-.837.7-.837M23.99 99.455c.38-.263.486-.368.61-.503.136-.152.4-.44.4-.44M22.93 99.439c.278-.167.494-.266.68-.425.234-.189.395-.444.395-.444M23.158 98.055c-.884-.347-1.279-1.035-1.279-1.035M14.04 105.482c.176-.716.504-.877.914-1.112.425-.199 1.072-.802.672-.363-.4.438-.977.717-1.177.877-.2.16-.325.515-.223.678' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M13.201 102.77c.375.718.144 1.717-.331 1.996' stroke='%23650000' stroke-width='.5' stroke-linecap='round'/%3E%3Cpath d='M14.451 100.298c.609.292.63.977.718 1.382-.214-.114-.37-.06-.531-.144' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M14.211 100.693c.414.652.571 1.05.595 1.277.04.395.041 1.367-.936 1.351.09-.29.206-1.054.05-1.361M13.982 102.658c0 .638-.383.9-.558.98M12.502 99.82c.024.757-1.175 1.316-1.15.16M11.348 100.02c-.025.557-.686.677-.914.198-.178-.319-.28-.478-.406-.518-.127-.04-.113-.504-.139-.572a2.607 2.607 0 0 0-.139-.423' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M8.41 4.59c.306.617 1.037.247 1.226.493.188.247-.184 1.107-.302 1.6-.272.425-.879.397-1.102.082.12-.59.13-1.846.154-1.887l.023-.288z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23s)' fill-rule='nonzero' transform='translate(1.985 95.59)'/%3E%3Cpath d='M19.376 106.718c-.45-.12-.725.598-.725.598M29.428 107.62c.075-.479.572-.862.847-.862h.275M9.57 104.68c.3-.28.535-.854.535-.854M12.102 98.115c.296-.125.984-.02.974.27 0 .358-.269.38-.98.042l.006-.262v-.05zM11.17 98.152c.037-.424-.681-.842-.856-.605-.214.39.391.739.551.739.15 0 .062.022.062.022' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M12.487 102.486c.226.145.544 1.012.498 1.302l-.045.289' stroke-opacity='.3' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M9.36 100.245c-.272.434-.635.868-.635.868' stroke-opacity='.102' stroke='%23FFF' stroke-width='.54' stroke-linecap='round'/%3E%3Cpath d='M9.179 101.98c-.227.217-.544.723-.544.723' stroke-opacity='.299' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M7.196 103.477c-.091.29-.77.506-.77.506' stroke-opacity='.095' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M8.769 100.175c-.835.506-.978.954-.848 2.02' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M12.136 102.496c.058.298.053.497.033.821-.067.518-.087.535-.27.962-.065.12-.033-.008-.204.393l-.598-.476c.032.152 0-.11.029-.162.092-.206.087-.24.117-.495.013-.232.17-.62.26-.242l.633-.801zM10.017 104.442c.137.046.474-.086.62-.122.235-.091.02-.138.21-.345.054-.072.102-.321.149-.4l-.254-.02c-.033.252-.238.048-.26.08-.093.104-.084.038-.2.08-.104.024-.219-.017-.046.058l-.219.67zM23.226 102.897c-.077.498-.184.756-.374 1.153-.35.58-.674.893-1.127 1.152a2.11 2.11 0 0 1-.432.099l-.068-1.676a.871.871 0 0 0 .189-.036c.224-.119.367-.272.536-.56.133-.29.193-.713.118-.054l1.158-.078z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M3.65 7.346c.98-.268 1.528-1.776 1.528-1.776' stroke='url(../css/%23t)' stroke-width='.5' transform='translate(1.985 95.59)'/%3E%3Cpath d='M2.504 6c.995.068 1.728-1.222 1.728-1.222' stroke='url(../css/%23u)' stroke-width='.5' transform='translate(1.985 95.59)'/%3E%3Cpath d='M28.232 104.93l.05-.156c-.108.343-.081.184.292-.156h.733c.304.005.457.077.733.156.168.107.323.269.488.389' stroke-opacity='.102' stroke='%23700' stroke-width='.639'/%3E%3Cpath d='M9.126 103.746c-.032.172.353.409.579.42.236-.169.244-.234.407-.516.042-.094-.008-.03.025-.13l-.501-.554a.327.327 0 0 0-.12.126c-.078.141-.077.221-.193.302-.11.056-.122.025-.039.075l-.084.16-.074.117zM13.525 103.72c.14-.178.197-.334.28-.598.102-.452.126-.826.102-1.31a5.8 5.8 0 0 0-.069-.43l-.548.29c.013.061.024.121.032.185.015.238 0 .406-.053.626-.06.188-.181.333.01.123l.246 1.113z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M13.9 100.783c.18.025.281.107.439.26.238.297.381.598.52 1.039.033.144.06.285.082.435l-.57.254a1.264 1.264 0 0 0-.285-.683c-.114-.107-.266-.122-.031-.117l-.154-1.188z' fill-opacity='.1' fill='%23000' fill-rule='nonzero'/%3E%3Cpath d='M13.021 104.577c.152-.286.276-.12.322-.474a4.53 4.53 0 0 0-.202-1.588 5.102 5.102 0 0 0-.213-.463l-.699.644c.035.065.067.129.096.199.083.269.106.474.09.76-.035.253.005.334.172.414l.434.508z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M31.696 105.992c.304.005.457.078.733.156.168.107.323.27.488.39' stroke-opacity='.102' stroke='%23700' stroke-width='.639'/%3E%3Cpath d='M4.444 99.872a1.265 1.265 0 0 1-.245.403c-.169.155-.254.14-.416.122-.047-.021-.046-.458-.09-.493l.087-.298c.02.017.038.03.059.04.078.013.138-.013.221-.092.073-.089.14-.26.04.011l.344.307zM10.264 107.127c-.022.897-.625.66-.882.662l.073-.236c.031 0 .254-.293.341-.384l.468-.042zM11.367 107.167c-.03 1.333-.859.98-1.211.984l.099-.35c.043 0 .35-.436.47-.571l.642-.063z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M12.457 107.147c-.03 1.333-.859.98-1.211.984l.099-.35c.044 0 .35-.436.47-.571l.642-.063zM8.51 107.147c-.025 1.333-.732.98-1.033.984l.084-.35c.037 0 .299-.436.401-.571l.549-.063z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M9.04 103.51c-.097.337-.257.599-.232.809l-.15-.079c.118.048-.134-.547-.195-.435l.14-.118.034-.065.07-.04.334-.073z' fill-opacity='.599' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M14.545 99.85c.074.042.265.003.614.172-.144.245-.517.388-.663.316M3.492 97.202c.508.057.762.51.871.905.109.396.181.622.181.622' stroke='%23650000' stroke-width='.5'/%3E%3Cg%3E%3Cpath d='M16.77 11.993c-.118.219.204 1.186.7 1.162-.324-.599-.29-1.295-.29-1.295l-.41.133z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23a)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M15.536 10.946c-.179.03-.61 1.302.078 1.756.022-.79.347-1.258.347-1.258l-.357-.354-.068-.144z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23b)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M15.451 10.187c-.174-.21-.926.401-.895 1.315.462-.61 1.01-.562 1.01-.562l-.115-.753z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23c)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M16.321 9.448c-.012-.286-.666-.617-1.01-.044.494.064.776.599.776.599l.234-.555z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23d)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M29.517 12.113c-.012.262.046.354.158.5.112.148.238.586.238.586s.359-1.153.27-1.308c-.09-.155-.644.214-.666.222z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23e)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M27.62 11.635c-.178-.039-.515.914-.234 1.568.141-.758.527-1.087.527-1.087l-.292-.48z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23f)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M26.751 11.349c-.139-.183-.74.347-.715 1.139.37-.528.806-.486.806-.486l-.091-.653z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23g)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M27.207 10.125c-.096-.244-.77-.043-.904.72.455-.314.86-.055.86-.055l.044-.665z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23h)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M4.78 9.59c.065-.268-.44-1.01-.903-.723.43.392.543 1.067.543 1.067l.36-.344z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23i)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M2.846 11.264c-.169-.242-.876.446-.833 1.486.43-.688.952-.628.952-.628l-.12-.858z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23j)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M2.907 9.792c-.072-.342-.9-.295-1.183.644.588-.262 1.023.198 1.023.198l.16-.842z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23k)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M3.75 12.57c-.045.253 0 .362.09.543.091.18.16.65.16.65s.498-1.012.43-1.193c-.068-.18-.657 0-.68 0z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23l)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M1.697.933c0-.362-.794-.74-1.25.006.609.051.929.71.929.71l.32-.716z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23m)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M.873 2.372C.705 2.13-.002 2.818.04 3.858c.431-.688.952-.627.952-.627l-.119-.859z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23n)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M3.753.809c.076-.34-.59-1.124-1.178-.669.562.377.724 1.17.724 1.17l.454-.501z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23o)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M4.694 2.05c.132-.194-.117-1.215-.612-1.283.278.655.194 1.34.194 1.34l.418-.057z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23p)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M9.324 82.945c-.498-.668-.006-1.886.44-1.366-.234-.499.149-.893.322-.644-.08-.405.286-.674.466-.3-.064-.452.48-.717.62-.222.01-.445.542-.796.66-.145.103-.501.695-.567.744.145.173-.414.618-.384.643.218.193-.283.689.14.604.642.307-.077.682.638.308 1.165.663-.407.82.914.417 1.514.208.146.226.017.41.127.184.11.517.29.822.369.276 0 1.287-.037 1.494-.074.207-.036.49-.16.827-.293.354-.132.865-.137 1.332-.267.37-.048 10.754.194 11.053.157.299-.036.735-.367.712-.77-.023-.404-.367-.696-.712-.732-.345-.037-2.114-.037-2.436.036-.321.074-.781.257-1.01.513-.111.082-.294.393-.448.597-.145.14-.554.161-.554-.022 0-.12-.034.023-.135.07-.13.093-.718.12-.692 0 .046-.136-.003-.18-.158-.037-.115.11-.927.15-1.077.041.09-.172.09-.162-.154-.02-.154.078-.795.139-.84-.012-.007-.118-.08-.06-.17-.026-.725.218-.795-.035-.68-.145.115-.11.289-.739.105-.702-.184.036-1.333.293-1.723.366-.39.074-3.217 0-3.608-.036-.39-.037-.827-.46-.85-1.063-.04-.967.643-1.21 1.057-1.356.414-.147 1.448-.367 1.861-.367.414 0 1.593.169 1.915.022.322-.146 1.299-.556 1.575-.586.407-.044 1.574.115 2.13.885-.29.152-.426.241-.097.104.298-.073 1.58-.38 1.88-.461 1.033-.052.762.132.256.278-.168.62-1.688 1.485-2.17 1.595-.483.11-1.507.03-1.736-.019-.23-.02-1.317-.082-1.712-.378-.64-.5-1.822-.828-2.34-.817-.484.011-1.867.179-1.86.733-.008.974 1.286 1.026 1.838.99.551-.037 1.93-.11 2.32-.293.39-.184 1.236-.229 1.695-.229.46 0 1.131.119 1.338.082.207-.037.69-.045.92-.228.23-.184.729-.375 1.234-.375.506 0 4.257-.167 4.762-.13.732-.006 1.25.916 1.258 1.7.004.366-.152.908-.284.992.227.024.795.098.983.143.352.08.922.527.988.934-.268-.187-.7-.47-1.088-.5-.076 0-8.265-.016-8.908-.012 1.75.239 3.087 1.792 3.421 2.68.299.55 1.034.33 1.31.257.275-.073.597-.403.827-.66.23-.256.589-.321.751-.256.357-.037.42.403.283.623-.138.22.023.13.39.13.368 0 .692.157.909.49-.207.22-.311.04-.012.076.298.037.659.668.436.846-.194.112-.253.07 0 .107.377.037.48.318.529.818-.32.067-.161-.048 0 .135.16.184.395.995-.184 1.026-.207-.11-.203-.13-.16.119.042.256-.07.871-.392.871-.445.099-.85-.183-.896-.513-.046-.33-.04.637-.671.789-.597.153-.914-.24-.96-.423-.046-.183-.023-.036-.253-.073-.23-.036-.52-.04-.643-.476 0-.257.045-.595.454-.64.184-.037.235-.313.097-.35-.138-.037-.023-.586.276-.44.299.147.988.184 1.149.367.16.183.207-.147-.046-.44-.253-.293-1.792-.88-2.206-.66-.963.56-2.573.477-2.85.403-.275-.073-1.071.127-1.447-1.21-.304-1.364-1.462-2.038-1.99-2.111-2.607-.283-2.466-.065-.775.027-.013.255-.074.776.2.852.46-.073 1.416-.306 1.646-.087.23.22.46.404.414.917-.046.513.023.366-.184.586-.207.22-.115.66.207.806.321.147.46.33.666.55.207.22-.092.66-.276.513-.183-.146-.183-.146-.206.147-.023.293-.252.848-.64.889-.082-.036-.059-.187-.05-.303.023-.256-.077.32-.197.479-.077.107-.728.318-.911.208.082-.23.034-.136-.127-.026-.156.072-1.003.208-.626-.257.098-.17-.135.211-.263.278-.108.077-.61.125-.61-.095-.16.161-.54.161-.597.037-.115-.147-.126.11-.333.146-.207.037-.656-.037-.678-.33-.023-.293.045-.11-.207-.073-.616.47-.92-.183-.92-.403 0-.22-.022-.477.047-.623.068-.147-.429-.191-.276-.48.171-.353.351-.612.69-.547.16.037.137-.073.068-.22-.069-.146.184-.22.483-.073.298.147.505.513.597.843.092.33.804.074 1.103.11.299.037.322-.55.138-.733-.184-.183-.69-.843-.896-1.063-.207-.22-.07-.99.115-1.173 1.07-.833.482-1.1.091-1.026-.39.073-1.394.536-1.716.94-.321.403-2.82 2.379-3.05 2.599-.23.22-.564.273-.702.016-.138-.256-.23-.073-.207.293.183 1.385-.896 1.826-1.085 1.809a.88.88 0 0 1-.456-.23c-.135.773-.727.85-1.263.773-.008-.091.1-.262.04-.196-.176.266-.72.238-1.188.197-.03-.162.161-.358.07-.248-.157.34-.427.28-.864.243-.005-.071.202-.31.106-.167-.192.24-.59.165-.9.171-.036-.054.16-.433-.02-.182-.171.213-.535.249-.883.192-.061-.18.073-.182.11-.295.092-.184-.046 0-.161 0s-.276.036-.345-.147c-.069-.183-.03.183-.096.283-.067.087-.142.29-.372.363-.23.073-.827.147-.919-.183-.124-.152-.184-.477-.092-.66.092-.183-.437.354-.666.403-.673.15-.758-1.063-.46-1.173.3-.11.253-.293.092-.44-.16-.146-.252-.732-.046-.916.207-.183.686-.285.988-.073.177.14.556.62.483.257-.051-.225.08-.512.226-.635.128-.135.52-.17.624.122.242.674.414.964.712.953.637-.201 1.497-.428 1.75-.428.324-.089 2.04-.283 2.04-.466-1.03.41-1.445-.121-1.56-.084-.115.036-.398-.12-.398-.222 0-.22.26-.193-.108-.12-.22-.02-.417-.033-.602-.297-.03-.136.244-.6.343-.991-.237-.074-.762.418-.934.852-.12-.166-.17-.015-.6.106-.203.102-.533.066-.717-.044-.184-.11-.904-.74-.555-.82-.092-.052-.198-.082-.267-.104-.253-.124-.492-.366-.418-.432-.064-.11.073-.11-.028-.132-.138-.036-.478-.322-.39-.432-.087-.066-.294-.169-.382-.22-.16-.11-.322-.491-.345-.675-.148.017-.464-.306-.321-.403-.242-.207-.447-.547-.286-.657-.141-.128-.24-.361-.142-.274-.146-.206-.1-.425.014-.425.115 0 .069-.586-.138-.586-.207 0-.539.185-.78 0-.2-.176-.369-.953-.185-1.283.184-.33.552-.697.736-.66.183.037.091.11.045-.22-.045-.33.26-.578.46-.66.243-.127.712-.036.85.11.138.147.184.147.184-.11 0-.18.178-.274.335-.321.263-.072.47.015.561.138.143.236.23.513.046.733-.184.22-.024.034.275-.04.192-.073.539.022.598.26.08.257.138.697-.069.916-.206.22-.505.77-.344.953.16.184.666.99.78 1.1.116.11.254.366.437.33.184-.037.391-.074.552-.11.638-.148.926-.225.107-.195.184-.3.569-.388.736-.44-.147-.256.398-.795.398-.868z' stroke='%23650000' stroke-width='.5' fill='%23FFCD00' fill-rule='nonzero'/%3E%3Cpath d='M9.325 85.92c-.44-.08-1.555 1.032-1.195 2.415' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M7.407 4.982c-.595 4.334 3.053 2.656 3.078 1.196' stroke='url(../css/%23q)' stroke-width='.5' transform='translate(1.985 79.697)'/%3E%3Cpath d='M12.26 86.5c.05.57.078 2.16-.432 2.567-.511.407-1.15.455-1.65.26M11.13 87.382c-.05.56-.537 1.954-1.486 1.763M3.455 81.387c.496.057.745.509.85.905.107.396.178.622.178.622' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M3.149 6.856c1.282 0 1.827-2.085 1.827-2.085' stroke='url(../css/%23r)' stroke-width='.5' transform='translate(1.985 79.697)'/%3E%3Cpath d='M7.744 85.571c-.354 1.075-.318 1.075-.78 1.3l-.46.227' stroke-opacity='.089' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M6.291 87.664c.496-.17.815-.51.815-.51M11.609 81.16c.07.736-.213 1.132-.39 1.132-.178 0-.376.274-.267.715M8.56 85.232c-.567.176-.798 1.372-.496 2.015' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M11.68 83.017c.606.018.484.575.035.519.035.678-.67.593-.61.073-.425.015-.6-.672.017-.577M26.046 83.536c.124-.438.7-.837.7-.837M25.21 83.514c.25-.519.7-.838.7-.838M23.99 83.562c.38-.264.486-.368.61-.504.136-.152.4-.438.4-.438M22.93 83.546c.278-.168.494-.266.68-.425.234-.19.395-.445.395-.445M23.158 82.161c-.884-.347-1.279-1.035-1.279-1.035M14.04 89.589c.176-.717.504-.878.914-1.112.425-.2 1.072-.802.672-.364-.4.439-.977.718-1.177.877-.2.16-.325.515-.223.678' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M13.201 86.877c.375.718.144 1.717-.331 1.996' stroke='%23650000' stroke-width='.5' stroke-linecap='round'/%3E%3Cpath d='M14.451 84.405c.609.291.63.977.718 1.382-.214-.115-.37-.06-.531-.144' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M14.211 84.8c.414.651.571 1.05.595 1.277.04.394.041 1.367-.936 1.35.09-.289.206-1.054.05-1.36M13.982 86.765c0 .638-.383.9-.558.98M12.502 83.926c.024.758-1.175 1.316-1.15.16M11.348 84.126c-.025.558-.686.678-.914.199-.178-.319-.28-.478-.406-.518-.127-.04-.113-.504-.139-.573a2.607 2.607 0 0 0-.139-.423' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M8.41 4.59c.306.617 1.037.247 1.226.493.188.247-.184 1.107-.302 1.6-.272.425-.879.397-1.102.082.12-.59.13-1.846.154-1.887l.023-.288z' stroke='%23650000' stroke-width='.5' fill='url(../css/%23s)' fill-rule='nonzero' transform='translate(1.985 79.697)'/%3E%3Cpath d='M19.376 90.825c-.45-.12-.725.598-.725.598M29.428 91.727c.075-.479.572-.863.847-.863h.275M9.57 88.786c.3-.279.535-.854.535-.854M12.102 82.222c.296-.125.984-.02.974.27 0 .357-.269.38-.98.042l.006-.263v-.05zM11.17 82.259c.037-.424-.681-.842-.856-.606-.214.391.391.74.551.74.15 0 .062.022.062.022' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M12.487 86.593c.226.144.544 1.012.498 1.301l-.045.29' stroke-opacity='.3' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M9.36 84.352c-.272.434-.635.867-.635.867' stroke-opacity='.102' stroke='%23FFF' stroke-width='.54' stroke-linecap='round'/%3E%3Cpath d='M9.179 86.087c-.227.217-.544.723-.544.723' stroke-opacity='.299' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M7.196 87.583c-.091.29-.77.506-.77.506' stroke-opacity='.095' stroke='%23FFF' stroke-width='.5'/%3E%3Cpath d='M8.769 84.281c-.835.507-.978.954-.848 2.02' stroke='%23650000' stroke-width='.5'/%3E%3Cpath d='M12.136 86.602c.058.299.053.498.033.822-.067.518-.087.534-.27.962-.065.12-.033-.008-.204.392l-.598-.475c.032.151 0-.11.029-.162.092-.207.087-.24.117-.495.013-.232.17-.62.26-.242l.633-.802zM10.017 88.549c.137.045.474-.086.62-.122.235-.092.02-.139.21-.345.054-.072.102-.322.149-.4l-.254-.02c-.033.251-.238.048-.26.08-.093.103-.084.038-.2.08-.104.024-.219-.018-.046.057l-.219.67zM23.226 87.003c-.077.498-.184.756-.374 1.154-.35.58-.674.893-1.127 1.152a2.11 2.11 0 0 1-.432.098l-.068-1.675a.871.871 0 0 0 .189-.036c.224-.119.367-.272.536-.561.133-.29.193-.713.118-.054l1.158-.078z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M3.65 7.346c.98-.268 1.528-1.776 1.528-1.776' stroke='url(../css/%23t)' stroke-width='.5' transform='translate(1.985 79.697)'/%3E%3Cpath d='M2.504 6c.995.068 1.728-1.222 1.728-1.222' stroke='url(../css/%23u)' stroke-width='.5' transform='translate(1.985 79.697)'/%3E%3Cpath d='M28.232 89.036l.05-.156c-.108.343-.081.185.292-.156h.733c.304.005.457.077.733.156.168.107.323.27.488.39' stroke-opacity='.102' stroke='%23700' stroke-width='.639'/%3E%3Cpath d='M9.126 87.853c-.032.172.353.408.579.42.236-.17.244-.234.407-.517.042-.094-.008-.03.025-.13l-.501-.554a.327.327 0 0 0-.12.127c-.078.14-.077.22-.193.301-.11.057-.122.025-.039.076l-.084.16-.074.117zM13.525 87.826c.14-.178.197-.333.28-.598.102-.452.126-.825.102-1.31a5.8 5.8 0 0 0-.069-.429l-.548.289c.013.062.024.122.032.186.015.237 0 .405-.053.626-.06.187-.181.333.01.123l.246 1.113z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M13.9 84.89c.18.024.281.107.439.26.238.297.381.598.52 1.038.033.144.06.286.082.436l-.57.254a1.264 1.264 0 0 0-.285-.683c-.114-.107-.266-.122-.031-.117L13.9 84.89z' fill-opacity='.1' fill='%23000' fill-rule='nonzero'/%3E%3Cpath d='M13.021 88.683c.152-.286.276-.12.322-.474a4.53 4.53 0 0 0-.202-1.587 5.102 5.102 0 0 0-.213-.463l-.699.643c.035.065.067.13.096.2.083.269.106.473.09.76-.035.253.005.333.172.413l.434.508z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M31.696 90.099c.304.005.457.077.733.156.168.107.323.269.488.39' stroke-opacity='.102' stroke='%23700' stroke-width='.639'/%3E%3Cpath d='M4.444 83.979a1.265 1.265 0 0 1-.245.403c-.169.155-.254.14-.416.121-.047-.02-.046-.457-.09-.493l.087-.297c.02.016.038.03.059.04.078.012.138-.013.221-.092.073-.09.14-.26.04.01l.344.308zM10.264 91.233c-.022.897-.625.66-.882.663l.073-.236c.031 0 .254-.293.341-.384l.468-.043zM11.367 91.274c-.03 1.333-.859.98-1.211.984l.099-.35c.043-.001.35-.436.47-.572l.642-.062z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M12.457 91.254c-.03 1.332-.859.98-1.211.983l.099-.35c.044 0 .35-.435.47-.57l.642-.063zM8.51 91.254c-.025 1.332-.732.98-1.033.983l.084-.35c.037 0 .299-.435.401-.57l.549-.063z' fill-opacity='.1' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M9.04 87.616c-.097.338-.257.6-.232.81l-.15-.08c.118.049-.134-.546-.195-.434l.14-.119.034-.065.07-.04.334-.072z' fill-opacity='.599' fill='%23390000' fill-rule='nonzero'/%3E%3Cpath d='M14.545 83.956c.074.042.265.003.614.172-.144.246-.517.389-.663.317M3.492 81.309c.508.056.762.509.871.905.109.395.181.622.181.622' stroke='%23650000' stroke-width='.5'/%3E%3C/g%3E%3Cg fill-rule='nonzero'%3E%3Cpath fill='%23DC241F' d='M0 .076h38V39H0z'/%3E%3Cpath fill='%23009543' d='M38 6V1h-5L0 34v5h5z'/%3E%3Cpath fill='%23009543' d='M0 .076h6l32 33.802V39h-6L0 5.198z'/%3E%3Cpath fill='%23FFF' d='M0 24v-8h38v8z'/%3E%3Cpath fill='%23FFF' d='M15 .076h8V39h-8z'/%3E%3C/g%3E%3Cpath fill='%230092C8' fill-rule='nonzero' d='M37 0h76v113H37z'/%3E%3Cg%3E%3Cpath d='M75.245 26.277c-.197.2-.262.4-.223.668.052.388.052.388-.471.28-.995-.173-2.855-.08-4.007.215-1.558.4-2.304.374-4.111-.187-.21-.067-.197 0 .13.614.393.736.577.883 1.493 1.217l.59.214-1.061.28c-.576.16-1.152.294-1.27.294-.432 0-.223.24.393.455.89.307 1.833.267 3.757-.2 1.362-.322 1.938-.402 2.79-.362.589.014 1.112.094 1.165.147.065.054-.25.428-.668.83-.642.587-.877.72-1.257.734-.262 0-.668.04-.89.08-.393.08-.406.107-.406.856v.775l-3.038 2.914c-1.676 1.604-3.247 3.02-3.483 3.167-.236.148-.471.361-.537.482-.144.267.026.748.301.855.17.067.066.294-.523 1.123a15.976 15.976 0 0 0-2.017 3.916l-.366 1.002-.21-.735c-.34-1.176-.602-2.887-.602-4.01 0-1.029 0-1.029.68-2.018.826-1.203 2.763-3.26 3.837-4.09a11.11 11.11 0 0 1 1.637-1.015c1.047-.495 1.31-.722 1.31-1.096 0-.441-.315-.655-.813-.548-.288.053-1.453-.134-3.443-.548-1.65-.335-3.025-.629-3.038-.629 0-.013.131-.588.314-1.283.21-.815.432-1.39.642-1.617.393-.428.406-.922.013-1.297-.655-.628-1.637-.08-1.493.83l.066.454-.864.093c-.472.054-1.598.294-2.488.548-1.807.508-3.221.588-4.15.254-.289-.107-.538-.2-.55-.2-.027 0-.04.147-.04.334 0 .575.353 1.082.93 1.377l.55.28-.367.094c-.196.053-.786.053-1.323.013-.536-.04-.968-.04-.968 0 0 .28.641 1.03 1.06 1.243.917.481 2.828.307 4.95-.454 1.06-.375 2.435-.481 2.343-.187-.052.16-1.898 1.577-5.067 3.889-1.597 1.163-1.846 1.484-1.597 2.045.13.307.091.428-.302 1.096-.85 1.47-1.65 3.996-1.65 5.28 0 .641-.039.695-.903 1.63-1.767 1.898-5.224 6.322-5.97 7.645l-.236.415-.249-.32c-.497-.642-1.545-.282-1.545.534 0 .561.34.882.956.882.34 0 1.021.267 2.2.882l1.715.869-.327.36c-.629.696-.76 1.244-.433 1.711.158.214.354.254 1.087.254.786 0 1.048.067 1.951.522.89.454 1.23.735 2.54 2.125 4.046 4.317 5.041 5.213 7.464 6.736 1.4.882 3.954 2.166 5.21 2.633a22.74 22.74 0 0 0 12.846.802c1.964-.454 3.404-.975 5.29-1.938 1.047-.548 1.558-.735 1.584-.628.04.094.157.481.275.855.222.736.877 1.858 1.152 1.965.092.027 2.187-.267 4.674-.655 2.488-.387 4.557-.708 4.61-.721.248-.014.55-1.47.55-2.607 0-1.163-.027-1.243-.577-2.339-.707-1.39-1.78-2.54-2.815-3.02l-.733-.348.314-.414c1.453-1.965 3.169-4.785 3.836-6.296l.38-.868.681-.014c.367 0 .707-.053.746-.12.04-.054-.013-.615-.118-1.23-.104-.615-.196-1.136-.196-1.163 0-.013.236-.026.524-.026h.524v-3.034l2.265-4.398c1.23-2.419 2.383-4.544 2.553-4.705.406-.414.354-1.042-.13-1.403-.302-.227-.407-.24-.734-.107-.406.174-.72.695-.602.99.039.106-.066.4-.21.667-.236.415-.34.468-.628.415-.197-.04-1.69-.294-3.326-.575l-2.96-.508-1.453 2.673c-.798 1.47-1.44 2.687-1.427 2.714.026.013 1.545.133 3.378.254 1.833.12 3.365.254 3.391.28.027.014-.419.856-.982 1.858l-1.02 1.804h-3.012c-2.62 0-3.012.027-3.156.214-.13.187-.196-.013-.445-1.162-.406-1.939-.799-4.491-.799-5.16 0-.655.576-2.005 1.624-3.822 1.558-2.7 3.784-5.32 4.674-5.494.76-.147 1.296-.561 1.296-1.002 0-.455-.21-.669-.733-.735-.353-.04-4.975-1.898-5.185-2.085-.13-.107.524-2.406.76-2.687.694-.802-.642-1.951-1.388-1.19-.288.295-.34.923-.092 1.19.13.134-.013.147-.694.054-1.322-.16-2.58-.094-3.758.213-1.31.348-2.33.361-3.483.027-.497-.134-.877-.187-.877-.12 0 .307.563 1.136.956 1.403.236.16.654.348.943.401l.51.12-.785.228c-.42.12-1.035.294-1.362.374l-.59.16.524.24c.786.362 2.16.322 3.837-.106.956-.24 1.78-.348 2.605-.36 1.035-.014 1.532.08 1.336.226-1.755 1.417-7.79 6.082-8.472 6.55-1.047.721-1.204.935-1.204 1.563 0 .348.065.455.38.575l.38.134-.459.735c-.262.401-.668 1.19-.917 1.75l-.458 1.017-.236-.468c-.222-.468-.445-1.35-.576-2.352-.065-.468 0-.682.55-1.645.773-1.376 2.017-3.087 2.724-3.755.3-.281.589-.588.641-.669.105-.187-.288-.668-.55-.668-.196 0-4.884-3.315-4.884-3.448 0-.375.708-2.3.917-2.5a.973.973 0 0 0 .262-.628c0-.802-1.008-1.216-1.584-.628zm2.684 6.001c.969.695 1.767 1.297 1.78 1.337 0 .093-3.43 1.35-3.495 1.283-.027-.027.157-.481.405-1.003.262-.52.472-1.029.472-1.136 0-.2-1.257-.882-1.624-.882-.314 0-.366-.227-.196-.802l.157-.534.367.24c.196.12 1.152.802 2.134 1.497zm16.445.535c0 .08-5.263 1.75-5.329 1.697-.026-.026.734-2.766.943-3.395.04-.107.772.147 2.213.735 1.191.495 2.173.923 2.173.963zm-20.36-1.484a.284.284 0 0 1-.223.147c-.078 0-.078-.08.026-.2.184-.227.34-.174.197.053zm14.05 1.845c-.289.949-.577 1.764-.63 1.817-.078.094-1.885.695-4.844 1.618-.956.294-1.074.307-.785.093.183-.147 1.741-1.376 3.47-2.74 1.728-1.35 3.181-2.472 3.22-2.472.053-.014-.144.748-.432 1.684zm-24.852-.281c2.75.575 2.802.588 2.291.735-.21.067-1.532.441-2.92.842l-2.54.722.092-.36c.288-1.23.628-2.42.694-2.42.052 0 1.113.214 2.383.481zm-3.994.615c-.026.093-.17.601-.327 1.123l-.262.962-1.021.28a90.92 90.92 0 0 0-1.912.549c-.498.133-.864.227-.838.187.105-.094 4.347-3.262 4.386-3.262.013 0 .013.08-.026.16zm12.36.601c.158-.04.275-.04.275-.013 0 .214-2.422 3.341-2.658 3.435-.157.067-.93.347-1.702.642l-1.427.52 1.087-1.042c.602-.561 1.741-1.644 2.527-2.406.943-.909 1.466-1.323 1.532-1.216.052.094.21.12.366.08zm1.179 1.096l-.393 1.203-.995.334c-.55.187-1.008.335-1.021.308-.027-.014.458-.709 1.06-1.537.877-1.19 1.166-1.497 1.414-1.497h.328l-.393 1.19zm2.933-.4l.366.24-1.126.4c-.615.228-1.1.335-1.073.255.026-.08.157-.468.275-.842l.222-.709.485.214c.262.107.641.308.85.441zm1.728 8.126l.34.708-.327 1.096c-.393 1.364-.667 2.713-.877 4.37-.131 1.07-.236 1.377-.68 2.126-.276.481-.577 1.043-.642 1.256-.236.682-.367.214-.446-1.63a23.67 23.67 0 0 1 .485-5.948c.275-1.27.93-3.342 1.27-4.01l.196-.4.17.855c.105.48.328 1.19.511 1.577zm-17.1.013c.013.775.34 2.312.733 3.502.262.789.301 1.07.197 1.524-.066.294-.184 1.203-.262 1.991-.249 2.553.157 4.986 1.23 7.245.328.654.616 1.35.668 1.523l.092.321-.367-.28c-1.086-.79-2.226-2.34-2.854-3.877-.393-.949-.42-1.096-.144-1.096.17 0 .196-.28.196-1.67v-1.671h-.393c-.34 0-.405-.067-.55-.575-.104-.334-.17-1.283-.17-2.366 0-1.978.184-2.807 1.022-4.718.445-1.016.589-.976.602.147zm28.033 2.46c.17 1.23.681 3.876.97 4.998.17.682.17.802-.066 1.497-.144.415-.223.829-.197.91.04.093-.222.48-.563.868-.615.695-.628.708-.785.414-.629-1.216-.864-4.304-.472-6.402.17-.922.838-3.382.917-3.382.026 0 .105.495.196 1.097zm-37.25 2.472l.182.815-1.086 4.064-1.1 4.05-.42-.04c-.55-.067-4.451-1.898-4.451-2.099 0-.508 3.732-5.413 5.827-7.672l.785-.842.04.441c.026.254.13.829.222 1.283zm4.124-.134c0 .067-.17.682-.367 1.377l-.367 1.27-.89.04c-.498.027-.956-.013-1.034-.093-.184-.188.013-1.15.34-1.645.34-.52 1.283-1.042 1.885-1.042.236 0 .433.04.433.093zm2.828 1.885c.249.334.445.655.445.709 0 .066-.537.12-1.192.12h-1.191l.078-.374.289-1.07.196-.695.458.361c.262.2.668.628.917.95zm-6.128.735c.236.562.288.963.288 2.072v1.363h.852l.025 1.176c.013.642.144 1.645.288 2.22.262 1.135.21 1.683-.21 1.683-.117 0-.811-.36-1.544-.802-.72-.44-1.493-.855-1.715-.935l-.393-.147.982-3.663c.537-2.018 1.021-3.675 1.06-3.675.053 0 .21.32.367.708zm24.852 4.545c.3 1.55.85 3.007 1.702 4.53.406.722.72 1.337.694 1.364-.131.12-1.467.334-1.585.267-.183-.12-.916-1.737-1.414-3.127-.563-1.564-1.073-3.73-.982-4.13.04-.188.328-.856.629-1.484l.537-1.136.104 1.31c.053.722.184 1.804.315 2.406zm9.807-.441c.51.267.654.4.628.628-.026.24.04.294.393.334.694.067.576.388-.51 1.35-.564.494-1.074.895-1.153.895-.301 0-1.584-1.59-2.003-2.472l-.432-.936.353-.093c.76-.188 2.043-.054 2.724.294zm-1.768 2.766l.76.776-.341.24c-.458.32-3.47 1.831-3.535 1.778-.026-.027.3-1.23.707-2.673l.76-2.634.444.87c.25.48.786 1.216 1.205 1.643zm-4.452.87c-.38 1.189-.733 2.231-.785 2.298-.17.174-.302-.789-.21-1.497.157-1.083.471-1.858 1.021-2.5.288-.334.55-.587.59-.547.026.026-.25 1.042-.616 2.245zm-14.429-2.006c-.04.094-.314.95-.628 1.912-.302.948-.603 1.79-.655 1.844-.052.067-.327 0-.616-.147-.432-.227-.536-.36-.68-.949-.157-.655-.157-.708.17-1.283.419-.722 1.034-1.216 1.728-1.39.707-.174.747-.174.681.013zm2.213.187c.236.067.327.268.51 1.176.158.696.485 1.578.93 2.473l.681 1.377-.68-.08c-.38-.04-1.284-.214-2.004-.361l-1.336-.28.315-1.03c.17-.561.471-1.537.667-2.192.34-1.163.393-1.23.917-1.083zm2.894 1.123l1.361.668-.602.695c-.34.388-.707.976-.825 1.31-.118.334-.249.655-.301.709-.236.267-1.702-3.208-1.702-4.024 0-.28.484-.12 2.069.642zm2.75 1.484c1.44.895 3.364 2.379 3.102 2.406-.065 0-.811.053-1.636.12-.825.053-2.108.08-2.842.04l-1.335-.08.078-.415c.118-.641.524-1.39 1.113-2.031.288-.321.55-.588.576-.588.04 0 .459.24.943.548z' stroke='%23000' stroke-width='.5' fill='%23FFCF00' fill-rule='nonzero'/%3E%3Cpath d='M75.254 26.29c-.184.2-.262.427-.223.681l.052.36-.667-.093c-1.14-.174-2.697-.093-3.797.214-1.283.348-2.24.361-3.391.027-.485-.134-.877-.187-.877-.12 0 .227.366.842.693 1.149.17.174.603.414.943.548l.642.254-.786.227c-.419.12-.969.254-1.204.294-.642.107-.616.24.117.495.943.307 1.598.267 3.68-.2 1.414-.321 2.055-.402 2.854-.362.563.014 1.073.094 1.139.16.052.054-.249.429-.681.83-.576.534-.89.721-1.178.721-.21 0-.616.04-.878.08l-.497.094v1.537l-2.985 2.86c-1.637 1.578-3.221 3.035-3.535 3.222-.446.294-.55.44-.55.762 0 .254.091.44.262.534.235.134.21.2-.485 1.177-.864 1.23-1.23 1.951-1.885 3.635l-.485 1.27-.275-.936a13.164 13.164 0 0 1-.536-3.796c0-1.11 0-1.122.576-1.938 1.754-2.486 4.268-4.798 5.865-5.373.694-.24 1.022-.548 1.022-.936 0-.374-.406-.628-.838-.508-.236.054-6.324-1.069-6.455-1.202-.026-.014.118-.602.3-1.297.21-.802.46-1.377.656-1.604.392-.428.405-.922.013-1.297-.655-.628-1.637-.053-1.48.856l.079.414-1.087.16c-.59.08-1.702.335-2.448.562-1.637.495-3.143.575-3.98.214-.642-.28-.603-.294-.603.16 0 .508.445 1.056 1.1 1.364l.524.24-.367.094c-.196.04-.825.053-1.4.027-.564-.04-1.035-.014-1.035.04 0 .24.864 1.11 1.27 1.27.877.374 2.841.133 4.936-.602.877-.32 2.226-.388 2.147-.12-.04.093-1.414 1.176-3.064 2.392-1.65 1.23-3.155 2.38-3.352 2.567-.405.374-.47.788-.183 1.055.157.148.144.228-.078.535-.851 1.23-1.938 4.491-1.938 5.814 0 .562-.066.669-1.152 1.885-2.187 2.446-4.818 5.814-5.578 7.138l-.353.614-.315-.32c-.38-.388-.89-.415-1.243-.054-.576.588-.131 1.47.72 1.47.3 0 1.034.295 2.173.87l1.702.881-.393.468c-.942 1.083-.523 2.085.773 1.858 1.165-.2 2.959.91 4.805 2.98 2.933 3.276 4.556 4.746 6.913 6.23.655.414 1.244.788 1.31.855.274.227 3.194 1.617 4.097 1.951a22.745 22.745 0 0 0 12.845.802c1.963-.454 3.404-.975 5.289-1.938 1.047-.548 1.558-.735 1.584-.628.04.094.157.481.275.855.223.736.877 1.858 1.152 1.965.092.027 2.187-.267 4.675-.655 2.487-.387 4.556-.708 4.608-.721.249-.014.55-1.47.55-2.607 0-1.163-.026-1.243-.576-2.326-.707-1.376-1.741-2.499-2.789-3.02-.68-.334-.733-.388-.589-.615.092-.134.55-.775 1.008-1.417.995-1.417 2.5-3.97 3.025-5.173l.393-.882h.72c.68 0 .72-.013.654-.307-.091-.441-.327-1.858-.327-1.992 0-.053.249-.107.55-.107h.537l-.079-1.417-.078-1.43 2.304-4.49c1.27-2.474 2.435-4.639 2.605-4.84.537-.574.34-1.27-.419-1.51-.419-.133-.969.374-.969.882 0 .228-.13.615-.275.87-.235.373-.34.44-.628.387-1.349-.294-6.075-1.03-6.206-.976-.17.067-2.841 4.906-2.841 5.16 0 .08.196.146.432.146.223 0 1.597.094 3.037.201 1.44.107 2.776.2 2.973.2.34 0 .34.014-.707 1.872l-1.061 1.871h-3.037c-3.038 0-3.051 0-3.117.294-.052.16-.104.267-.144.227-.117-.107-.85-3.983-1.047-5.533l-.196-1.47.772-1.618c1.571-3.315 4.504-7.11 5.63-7.325.76-.133 1.31-.548 1.31-.989 0-.454-.21-.695-.616-.695-.301 0-5.106-1.924-5.316-2.125-.13-.134.485-2.326.76-2.727.275-.414.248-.802-.105-1.136-.393-.374-.89-.374-1.244.014-.301.32-.393.949-.157 1.096.301.187.092.294-.354.187-.89-.214-2.906-.147-4.032.147-1.323.334-2.566.334-3.588.013-.445-.133-.798-.227-.798-.2 0 .04.078.254.183.494.262.628.838 1.11 1.571 1.323l.629.188-.956.28c-.537.16-1.14.334-1.362.375l-.393.106.459.201c.864.388 2.042.36 4.032-.094 1.742-.387 2.985-.494 3.666-.307.262.08-.262.535-3.731 3.248-2.226 1.738-4.334 3.355-4.688 3.595-.811.548-1.1.91-1.112 1.35 0 .361.353.79.641.79.105 0 .066.133-.105.373-.34.495-1.453 2.754-1.453 2.954 0 .08-.052.147-.118.147-.21 0-.641-1.256-.798-2.299l-.144-1.042.667-1.15c.72-1.256 2.056-3.06 2.802-3.782.563-.562.602-.896.118-1.11-.498-.214-4.897-3.341-4.975-3.515-.079-.24.563-2.152.864-2.553.34-.455.353-.909.013-1.257a.915.915 0 0 0-1.31.027zm1.047.307c.249.307.04.762-.353.708-.446-.053-.668-.414-.446-.695.223-.267.59-.28.8-.013zm14.402.4c.184.228.066.682-.21.79-.287.106-.706-.148-.706-.428 0-.508.602-.749.916-.361zm-15.868.762c.445.08.838.188.877.241.026.054-.066.468-.21.922-.222.669-.314.816-.497.736-.118-.054-.563-.174-.995-.268-.904-.214-1.78-.12-4.059.415-.786.173-1.676.334-1.964.32l-.524-.013.393-.134c1.296-.44 1.768-.681 1.768-.922 0-.214-.105-.254-.616-.254-.694 0-1.558-.347-1.872-.735-.183-.227-.17-.24.066-.147.576.24 2.343.254 3.207.013 1.571-.427 2.71-.48 4.426-.174zm-13.146.401c.17.281-.026.682-.34.749-.21.04-.628-.307-.628-.508 0-.2.419-.548.628-.508a.709.709 0 0 1 .34.267zm27.522.254c.419.094.824.2.877.254.118.107-.275 1.738-.419 1.738-.04 0-.367-.094-.72-.2-.97-.308-2.147-.241-4.098.2-.956.214-2.004.401-2.305.388h-.55l.786-.308c1.23-.48 1.257-.508 1.218-.735-.026-.147-.25-.24-.76-.294-.72-.08-1.48-.388-1.636-.668-.066-.094.091-.107.537-.027.93.147 1.95.08 3.063-.214 1.126-.294 2.854-.36 4.007-.134zm-28.229 1.257c0 .04-.117.575-.275 1.19l-.274 1.109-1.126-.067c-1.009-.053-1.284-.013-2.383.348-2.383.775-3.889.895-4.674.347l-.367-.254 1.047-.08c.576-.04 1.362-.174 1.755-.307l.72-.254-1.074-.348c-.956-.32-1.623-.708-1.453-.855.026-.027.471.013.969.08.995.147 1.335.093 3.928-.628 1.073-.308 3.207-.482 3.207-.281zm14.101.655c-.039.107-.144.428-.235.735-.092.307-.236.548-.328.548-.17 0-.13-.147.275-1.31.027-.08.118-.16.21-.16.078 0 .118.08.078.187zm2.488 1.697c1.14.802 2.082 1.524 2.108 1.578.04.106-3.378 1.39-3.47 1.296-.026-.027.17-.508.446-1.083l.497-1.029-.301-.24c-.157-.134-.576-.348-.917-.482-.34-.12-.667-.28-.72-.32-.091-.08.144-1.203.25-1.203.025 0 .968.668 2.107 1.483zm11.954-1.029c0 .107-.118.562-.249 1.03-.144.467-.38 1.282-.524 1.804-.21.722-.34.976-.55 1.029-.183.053-.248.013-.209-.094.04-.093.314-.975.615-1.964.302-.99.576-1.832.616-1.898.091-.16.3-.107.3.093zm4.844 1.831c0 .08-5.25 1.765-5.315 1.684-.04-.04.72-2.847.916-3.395.052-.106.76.12 2.226.736 1.191.494 2.173.922 2.173.975zm-20.372-1.43c-.04.12-.131.174-.21.134-.065-.04-.052-.16.04-.267.196-.241.288-.174.17.133zm14.075 1.764c-.288.95-.603 1.792-.681 1.872-.144.133-1.584.601-4.648 1.537-.681.2-1.192.334-1.152.294.17-.174 6.952-5.48 6.978-5.454.026 0-.21.79-.497 1.751zm-15.044-.548c-.105.99-.262 1.083-.262.16 0-.587-.04-.761-.196-.761-.144 0-.126.163-.152.738l-.097.8-.157-.452c-.04-.361 0-.952-.079-1.046-.105-.134-.013-.174.445-.174h.576l-.078.735zm.694-.641c.026.067-.026.468-.105.909l-.157.802-.052-.91c-.04-.627-.014-.895.104-.895.079 0 .17.04.21.094zm-1.872.842c0 .441-.053.802-.131.802-.079 0-.131-.361-.131-.802 0-.441.052-.802.13-.802.08 0 .132.36.132.802zm2.644-.575c-.078.134-.17.495-.222.802-.053.32-.144.575-.223.575-.078 0-.105-.16-.052-.414a5.73 5.73 0 0 0 .078-.802c0-.294.066-.388.262-.388.223 0 .249.053.157.227zm1.52.308c.3.133.549.32.549.4 0 .08-.157.455-.34.83-.223.454-.38.628-.472.534-.078-.08-.04-.307.144-.668.157-.308.275-.642.275-.762 0-.401-.275-.187-.55.427-.366.79-.353.762-.432.682-.04-.04.026-.32.131-.641.236-.695.249-.936.026-.936-.091 0-.288.348-.419.762-.275.855-.419.695-.21-.227.066-.321.093-.642.053-.709-.105-.174.524-.013 1.244.308zm-15.817.107c0 .44-.642 2.606-.812 2.713-.262.174-.275.053-.052-.735.118-.415.3-1.083.419-1.484.196-.708.445-.989.445-.494zm3.077.227c1.296.267 2.448.508 2.553.561.105.04-1.126.441-2.75.91-1.623.454-2.972.814-2.998.788-.026-.027.04-.388.157-.816.118-.427.275-1.029.354-1.35.078-.307.183-.561.235-.561.053 0 1.152.214 2.449.468zm32.536.387c0 .281-.302.482-1.14.736-.419.133-2.527.882-4.687 1.67-2.16.789-5.158 1.885-6.664 2.433-2.056.748-2.868.99-3.273.962-.393-.026-.55-.107-.576-.28-.092-.482.497-.883 1.99-1.364 6.284-2.031 13.695-4.33 13.996-4.33.21-.014.354.053.354.173zm-36.818 1.11c-.144.575-.314 1.082-.353 1.136-.079.094-1.218.441-3.339 1.03-.288.08-.458.08-.393.026.184-.174 4.256-3.221 4.308-3.221.026 0-.079.467-.223 1.029zm8.799-.628c0 .213-.432.374-4.4 1.59-8.457 2.58-9.872 2.98-10.068 2.914-.157-.067-.17-.147-.04-.414.158-.375.223-.401 3.182-1.203.943-.254 3.614-1.003 5.958-1.671 5.29-1.497 5.145-1.457 5.276-1.39.052.027.092.107.092.174zm3.914.307c.236-.053.027.294-.955 1.657l-1.257 1.738-1.663.615c-.917.334-1.676.601-1.702.588-.013-.027 1.1-1.096 2.475-2.406 1.78-1.684 2.54-2.339 2.644-2.245.092.08.288.093.458.053zm1.048 1.15l-.393 1.19-.982.36c-.537.2-1.008.348-1.021.32-.026-.026.432-.721 1.021-1.55.89-1.256 1.113-1.497 1.414-1.51h.354l-.393 1.19zm1.126-1.03c-.498 1.658-.629 1.978-.812 1.978-.105 0-.17-.08-.144-.173.04-.08.197-.562.354-1.07.183-.534.366-.895.484-.895.092 0 .157.08.118.16zm6.677-.04c-.078.067-1.663.735-3.535 1.484-1.872.748-5.145 2.058-7.266 2.9-2.121.856-4.072 1.604-4.32 1.658-.538.133-.918.04-.918-.2 0-.228.511-.442 4.583-1.939a1762.17 1762.17 0 0 0 7.07-2.606c3.352-1.257 4.753-1.658 4.386-1.297zm-4.87.669l.366.24-1.086.401c-.603.227-1.1.401-1.113.388-.026-.027.052-.334.17-.695.118-.361.223-.735.262-.829.052-.187.694.04 1.4.495zm17.164.708c-3.967 4.25-6.782 11.508-6.219 16.013.079.641.262 1.51.406 1.938.144.427.262.788.262.815 0 .013-.288-.094-.628-.254l-.629-.294-.589-2.032c-.314-1.11-.59-2.005-.615-1.978-.04.04.55 3.088.707 3.703.052.2-.013.24-.393.24-.51 0-.393.268-1.218-2.726-.196-.722-.38-1.257-.393-1.19-.026.067.131.962.34 1.992.21 1.015.38 1.857.368 1.884-.014.014-.184.054-.367.107-.34.08-.34.067-.904-1.938-.314-1.096-.576-1.992-.602-1.965-.04.04.485 3.02.668 3.796.052.214-.013.334-.21.455-.366.2-.392.16-.903-1.711-.236-.829-.458-1.484-.484-1.457-.04.027.091.829.275 1.777l.353 1.711-.301.24c-.34.295-.354.282-.76-1.202-.17-.615-.327-1.083-.353-1.056-.026.027.04.588.144 1.23.262 1.51.262 1.617-.04 1.79-.235.121-.274.068-.484-.667-.275-1.03-.38-.95-.17.133.118.655.118.882-.013 1.15-.236.44-.34.4-.497-.187-.131-.468-.131-.442-.08.24.066.816-.104 1.283-.353.936-.104-.147-.117-.094-.065.267.04.254 0 .829-.092 1.27l-.17.788-.471-.989c-1.087-2.272-1.454-4.01-1.467-6.95 0-1.724.066-2.553.288-3.77.773-4.236 2.724-8.393 3.928-8.393.118 0 .144.093.092.294-.066.254-.04.227.183-.094.144-.214.38-.44.537-.494.262-.094.262-.094.052.307-.104.227-.17.441-.13.481.026.04.157-.12.261-.334.485-.949.97-1.11.59-.2-.302.735-.25.695.327-.174.222-.348.537-.682.694-.735.288-.107.275-.067-.157.815-.25.521-.446.936-.406.936.026 0 .353-.482.72-1.056.38-.575.799-1.083.93-1.123.209-.053.17.094-.275.99-.275.574-.485 1.055-.459 1.055.026 0 .354-.481.733-1.083.629-.975 1.074-1.457 1.336-1.457.052 0-.21.522-.563 1.163-1.23 2.179-1.191 2.206.21.107.562-.842 1.112-1.537 1.204-1.537.157 0 .13.094-.065.428-.838 1.443-1.585 2.78-1.532 2.78.026 0 .589-.802 1.244-1.791.733-1.083 1.309-1.818 1.479-1.871.157-.04.288-.054.314-.04.013.026-.458.815-1.047 1.777-1.755 2.794-1.69 2.78.3-.053 1.166-1.658 1.742-2.3 1.9-2.139.026.027-.433.789-.996 1.711-1.217 1.938-1.361 2.192-1.204 2.099.052-.04.72-.976 1.48-2.086 1.007-1.47 1.479-2.045 1.754-2.151.21-.067.406-.107.445-.08.026.04-.694 1.176-1.597 2.539-.917 1.363-1.637 2.486-1.598 2.486.026 0 .943-1.216 2.03-2.713l1.963-2.714.825-.28c.459-.16.851-.294.878-.294.026-.014-.302.36-.72.815zm-13.891.4c-2.108 2.714-3.627 6.176-4.32 9.905-.328 1.791-.328 6.216.012 8.047.302 1.67.97 3.93 1.572 5.373.248.615.432 1.11.405 1.11-.117 0-1.309-.963-1.387-1.123-.053-.08-.577-1.872-1.179-3.984-.602-2.111-1.113-3.822-1.139-3.796-.013.027.367 1.711.864 3.743.498 2.032.877 3.689.851 3.689-.039 0-.222-.094-.419-.214-.314-.187-.458-.561-1.322-3.542-.537-1.818-.982-3.301-1.008-3.275-.026.014.288 1.404.68 3.061.393 1.671.72 3.061.72 3.101 0 .04-.17-.013-.379-.133-.419-.214-.419-.201-1.532-4.104-.275-.949-.51-1.684-.537-1.657-.026.027.21 1.176.537 2.566.314 1.39.563 2.54.55 2.566-.026.014-.236-.053-.484-.16-.446-.187-.459-.214-1.087-2.54-.354-1.296-.668-2.325-.694-2.299-.026.014.157 1.016.406 2.192.458 2.233.445 2.326-.157 1.979-.236-.134-.432-.535-.812-1.698-.563-1.71-.641-1.697-.262.067.144.655.236 1.216.21 1.243-.027.027-.25 0-.485-.053-.406-.107-.484-.214-.812-1.123-.196-.562-.327-.789-.288-.521.053.253.118.668.158.895.065.401.039.441-.236.441-.445 0-.563-.12-.89-.802-.262-.575-.275-.534-.092.294.078.348.052.374-.367.374-.314 0-.471-.066-.51-.24-.053-.174-.066-.174-.079.053-.013.335-.668.535-.825.281-.065-.107-.105-.094-.105.04 0 .107-.196.334-.432.495a3.296 3.296 0 0 0-.746.842c-.183.294-.38.534-.432.534-.157 0-.851-1.67-1.152-2.793-.393-1.47-.484-4.237-.183-6.028.419-2.593 1.505-5.213 2.906-7.071.681-.895.851-1.03 1.676-1.377.498-.214.982-.347 1.074-.32.091.04.17.013.17-.067 0-.12.537-.401.628-.321.014.013-.026.2-.104.414l-.131.388.235-.32c.642-.937.956-1.097.681-.348-.222.588-.052.548.249-.054.157-.294.393-.601.537-.682.249-.133.249-.133-.013.482-.367.882-.223.868.262 0 .222-.401.523-.802.667-.883.34-.187.34-.16-.13.95-.21.507-.354.922-.328.922.026 0 .34-.508.707-1.123.367-.615.76-1.15.864-1.203.262-.094.262-.107-.314 1.19-.288.628-.498 1.136-.484 1.136.026 0 .353-.522.746-1.163.38-.642.798-1.27.93-1.404.55-.561.47-.147-.21 1.163-.406.775-.707 1.404-.68 1.404.025 0 .51-.722 1.06-1.604.877-1.39 1.243-1.831 1.243-1.524 0 .053-.353.775-.798 1.604-.432.842-.76 1.524-.733 1.524.039 0 .55-.789 1.139-1.751.916-1.484 1.466-2.112 1.676-1.925.039.04-1.153 2.179-2.043 3.676-.524.868.196-.134 1.401-1.965 1.152-1.738 1.623-2.313 1.794-2.152.013.027-.38.762-.89 1.644-1.506 2.646-1.559 2.74-1.493 2.74.026 0 .733-1.07 1.558-2.38 1.23-1.924 1.597-2.405 1.938-2.525.235-.094.445-.16.458-.134.013.013-.458.815-1.048 1.764-1.885 3.061-2.173 3.542-2.12 3.542.026 0 .903-1.256 1.937-2.807 1.532-2.285 1.951-2.833 2.33-2.994.812-.347.812-.24.04.749zm-14.245-.266c-2.16 1.817-4.111 4.317-5.25 6.723-.904 1.911-1.27 3.422-1.27 5.32 0 1.19-.027 1.403-.17 1.283-.105-.08-.184-.428-.197-.776 0-.334-.052-.922-.118-1.283-.091-.641-.091-.641-.118.361 0 .575-.039 1.043-.065 1.043-.406 0-.471-.2-.484-1.457-.014-1.083-.04-1.19-.131-.682a9.139 9.139 0 0 0-.105 1.163c-.013.428-.053.548-.197.495-.117-.054-.21-.482-.288-1.43l-.117-1.364-.04 1.23c-.013.681-.052 1.243-.091 1.243-.354 0-.459-.227-.472-.99-.013-1.162-.222-1.737-.235-.681-.027 1.002-.118 1.403-.354 1.403-.13 0-.183-.173-.196-.574 0-.308-.053-.802-.105-1.096-.105-.455-.118-.375-.131.561-.013.856-.052 1.11-.196 1.11-.223 0-.328-.402-.354-1.337-.026-.722-.026-.722-.13.267-.132 1.136-.184 1.337-.38 1.337-.066 0-.131-.308-.131-.709 0-.494-.04-.641-.131-.494-.066.107-.131.508-.131.895 0 .375-.053.735-.131.776-.079.053-.131-.094-.131-.361 0-.334-.04-.388-.131-.24-.066.106-.131.36-.131.56 0 .535-.144.843-.275.615-.078-.107-.118.027-.118.388 0 .32-.052.575-.105.575-.288 0-.707-1.965-.772-3.542-.052-1.417-.026-1.765.275-2.914.34-1.377 1.283-3.529 1.807-4.13.157-.187.445-.388.615-.441.275-.08.301-.067.223.147-.066.187 0 .16.275-.12.445-.415.838-.522.55-.134-.105.147-.04.12.144-.054.38-.334 1.047-.628 1.047-.44 0 .066-.052.16-.13.2-.066.04-.197.213-.276.374-.092.174.131.027.51-.348.983-.935 1.166-.868.433.174-.249.361-.157.308.458-.28.694-.682 1.23-1.043 1.23-.843 0 .054-.222.361-.497.709-.916 1.136-.85 1.15.21.04.589-.602 1.126-1.096 1.204-1.096.184 0 .118.12-.76 1.27l-.693.935 1.152-1.23c.982-1.042 1.742-1.617 1.742-1.31 0 .04-.472.642-1.048 1.324-.576.695-1.047 1.283-1.047 1.323 0 .04.484-.454 1.073-1.083 1.65-1.79 1.715-1.87 2.056-1.964.249-.08.144.12-.537.949-1.571 1.965-1.885 2.432-.877 1.323 1.911-2.112 2.409-2.593 2.802-2.687.366-.093.38-.093.196.174-.105.16-.838 1.056-1.623 2.005-2.449 2.94-2.383 2.9.432-.227 1.82-2.032 2.37-2.5 2.959-2.526.078-.014-.158.24-.524.548zm37.838 4.263c.184.562-.589.883-.798.321-.131-.334.052-.601.392-.601.21 0 .354.093.406.28zm-25.125 2.954l.367.762-.354 1.176a23.129 23.129 0 0 0-.877 4.358c-.118.962-.223 1.35-.524 1.83-.196.335-.51.883-.667 1.23-.17.362-.34.642-.393.642-.157 0-.288-2.553-.21-4.21.131-2.607.655-5.053 1.558-7.271l.42-1.016.156.869c.079.48.315 1.216.524 1.63zM97.891 41.3c1.899.321 3.47.615 3.51.642.051.067-1.73 3.555-1.886 3.716-.079.067-6.206-.294-7.332-.441-.249-.04-.184-.214.85-2.112 1.153-2.085 1.336-2.406 1.376-2.406.013 0 1.584.267 3.482.601zm3.98-.387c.131.134-.157.588-.366.588-.236 0-.236-.067-.066-.414.144-.254.288-.321.432-.174zm-41.543 1.71c0 .963.327 2.7.733 3.837.327.909.327.936.118 2.005-.249 1.363-.262 4.183-.013 5.493.249 1.31.51 2.072 1.217 3.542.328.682.563 1.31.537 1.39-.065.188-1.06-.655-1.715-1.457-.576-.695-1.27-1.938-1.65-2.94-.275-.695-.275-.695-.013-.695.249 0 .262-.094.262-1.67v-1.672h-.393c-.327 0-.406-.067-.536-.508-.08-.267-.184-1.19-.21-2.031-.052-1.243-.013-1.751.21-2.7.274-1.19 1.139-3.315 1.335-3.315.065 0 .118.32.118.722zm28.202 3.823c.183 1.137.484 2.687.668 3.436l.314 1.363-.249.762c-.144.414-.223.802-.183.869.039.066-.223.44-.59.828l-.654.695-.249-.615c-.85-2.004-.76-5.306.249-8.607.144-.495.288-.87.314-.842.026.013.197.975.38 2.111zm-37.433 1.337l.184 1.003-1.087 4.01-1.087 4.01-.445-.04c-.537-.04-4.438-1.886-4.438-2.1 0-.52 3.22-4.798 5.826-7.712.746-.842.785-.868.825-.534.013.2.118.815.222 1.363zm48.117-1.497c0 .027-.393.842-.878 1.778-.864 1.67-.903 1.724-1.309 1.724-.236 0-.432-.04-.432-.08 0-.054.445-.882.995-1.845.904-1.59 1.034-1.764 1.31-1.71.17.026.314.093.314.133zm-44.058 1.751c-.04.214-.21.829-.366 1.377l-.302.975-1.008.04c-.969.04-1.008.027-1.008-.267 0-1.363 1.034-2.5 2.265-2.513.485 0 .498.014.42.388zm1.021.401c-.445 1.845-.484 1.951-.877 1.992-.314.04-.366 0-.314-.2.707-2.607.641-2.434.969-2.287.249.12.288.214.222.495zm1.938 1.256c.21.295.38.589.38.655 0 .054-.524.107-1.179.107-.641 0-1.178-.04-1.178-.08 0-.093.38-1.644.458-1.898.092-.24 1.022.508 1.52 1.216zm-6.232.522c.275.615.327.909.327 2.138v1.444h.877v1.03c.013.574.144 1.59.302 2.271.3 1.31.235 1.778-.236 1.778-.131 0-.799-.334-1.48-.749-.667-.414-1.44-.855-1.702-.975l-.471-.214.995-3.702c.55-2.046 1.008-3.716 1.034-3.716.027 0 .184.32.354.695zm45.498.4c0 .241.039.763.078 1.137l.092.708h-8.013l.327-.975c.17-.522.34-1.043.38-1.137.04-.12.89-.16 3.6-.16h3.536v.428zM59.41 52.06v1.203h-6.808v-2.406h6.808v1.203zm17.165 1.444c.249 2.165.917 4.264 1.925 5.934.811 1.377.811 1.39.026 1.564-.367.08-.746.147-.838.147-.367 0-2.03-4.317-2.435-6.322-.17-.895-.092-1.256.641-2.7l.472-.936.026.535c.026.294.104 1.096.183 1.778zm20.006.307c.078.535.13.976.105 1.003-.027.04-1.977.04-4.32.026l-4.282-.04.825-.962.811-.962h3.352l3.352-.014.157.95zm-38.297 1.083c1.126 3.529 4.033 6.082 8.131 7.19 2.605.696 5.407.91 8.641.683 6.625-.468 9.676-1.765 13.512-5.721l1.728-1.778h2.488c1.624 0 2.5.054 2.5.134 0 .387-1.714 3.462-2.958 5.293-.956 1.403-1.205 1.59-3.47 2.513-2.789 1.136-6.821 2.031-10.985 2.432-2.71.268-9.086.187-11.325-.133-2.933-.441-5.159-.963-7.41-1.765-1.834-.655-2.62-1.029-4.766-2.285-2.318-1.364-3.666-2.045-4.91-2.513-1.192-.441-2.292-.495-2.79-.16-.392.267-.444.133-.156-.442.327-.641 1.06-1.069 1.846-1.069.89 0 1.48.227 3.077 1.19 1.505.909 1.924.989 2.33.467.34-.44.34-.56.013-1.951-.144-.615-.262-1.577-.262-2.152v-1.03h4.413l.353 1.097zm.917-.187c.772 2.045 2.291 3.983 3.901 4.945 2.213 1.337 5.25 2.059 9.427 2.246 6.233.28 12.203-1.872 15.725-5.68.524-.562.982-.95 1.139-.95.144 0 .262.054.262.134 0 .24-2.684 2.9-3.732 3.689-3.22 2.42-7.122 3.435-13.289 3.435-2.514 0-3.836-.147-5.826-.655-4.426-1.123-7.267-3.636-8.367-7.378l-.196-.695h.314c.262 0 .354.147.642.909zm27.547-.187c.563.294.668.4.55.548-.118.147-.078.187.21.227.196.027.419.147.497.267.157.268-.21.722-1.322 1.59-.799.642-.89.616-1.807-.44-.484-.575-1.375-2.126-1.375-2.42 0-.147.602-.2 1.571-.173.76.026 1.14.12 1.676.4zm-43.6-.16c.25.253.184.614-.104.708-.288.093-.654-.12-.654-.388 0-.2.261-.481.458-.481.078 0 .21.067.3.16zm38.769 3.154l-.812 2.807-.497.133c-.288.067-.511.094-.511.04 0-.04.367-1.27.812-2.726.798-2.593.825-2.66 1.283-2.9.249-.134.471-.228.497-.201.027.013-.327 1.296-.772 2.847zm1.65-2.032c.196.414.733 1.163 1.191 1.657l.838.91-.943.56c-1.1.682-2.906 1.498-2.959 1.35-.013-.053.288-1.216.694-2.592.393-1.377.72-2.527.72-2.567 0-.2.131.014.459.682zm-36.019 1.23c.223.067.223.08-.065.227-.275.16-.485.08-2.108-.749-1.296-.668-1.78-.975-1.729-1.109.053-.147.472 0 1.86.682.982.48 1.898.909 2.042.949zm32.824 1.363c-.393 1.323-.772 2.406-.825 2.406-.157 0-.275-.922-.183-1.577.144-1.096.471-1.872 1.086-2.567.328-.36.603-.668.629-.668.013 0-.301 1.083-.707 2.406zm-14.441-1.978c-.04.093-.315.949-.629 1.911-.301.95-.602 1.791-.655 1.845-.052.067-.34-.014-.628-.16-.445-.241-.537-.362-.68-.936-.132-.575-.119-.709.104-1.163.367-.722.943-1.243 1.61-1.457.734-.227.943-.24.878-.04zm1.178.04c.026.027-.249 1.002-.629 2.179l-.654 2.152-.393-.134c-.21-.08-.354-.214-.327-.294.026-.094.3-.95.602-1.898.68-2.179.707-2.246 1.074-2.125.157.04.3.107.327.12zm1.362.374c.052.08.104.308.104.495 0 .534.72 2.473 1.231 3.355.262.454.445.855.406.895-.079.094-1.86-.174-3.064-.454-.641-.134-.93-.268-.89-.375.04-.093.353-1.082.694-2.205l.628-2.045.393.08c.223.054.445.16.498.254zm2.186.695c1.938.842 1.846.735 1.218 1.47-.563.655-1.074 1.591-1.074 1.979 0 .44-.249.214-.707-.615-.484-.869-1.126-2.687-1.126-3.154 0-.16.066-.281.144-.281.079 0 .773.267 1.545.601zm3.273 1.765c.55.347 1.454.989 2.03 1.43l1.02.802-.366.12c-.445.147-5.355.2-5.486.067-.052-.04 0-.414.118-.829.157-.521.406-.949.877-1.47.367-.414.708-.749.747-.749.039 0 .51.281 1.06.629zm-24.575.387c1.205.441 2.566 1.136 4.87 2.486 2.776 1.631 4.635 2.406 7.66 3.181 3.522.896 6.664 1.244 11.076 1.244 6.861 0 12.426-1.056 17.61-3.342.105-.053-.013.174-.275.508-.275.347-.759.735-1.178.949-1.047.535-3.352 1.27-5.355 1.71-1.558.348-1.663.388-.851.322 1.715-.134 3.77-.655 5.892-1.457.157-.067.052.12-.314.508-.498.52-.76.668-1.833 1.029-.694.227-2.436.615-3.876.855-1.44.254-2.488.468-2.344.468.629.027 4.295-.548 5.486-.855.707-.188 1.31-.308 1.336-.281.04.027-.275.32-.668.655-.76.628-1.414.855-3.561 1.23-.629.106-.851.173-.576.187.248 0 .995-.107 1.636-.24.655-.135 1.192-.228 1.218-.215.079.067-1.676 1.136-2.985 1.805-1.584.815-3.823 1.604-5.761 2.031-2.016.441-6.625.441-8.641 0-4.085-.909-9.1-3.435-11.85-5.974l-.654-.602.851.401c.956.441 2.776.99 3.666 1.123.367.053.092-.067-.72-.32-1.977-.616-4.334-1.845-5.29-2.754-.445-.415-.798-.802-.798-.856 0-.053.667.24 1.48.669 1.832.975 3.547 1.617 5.8 2.218 2.133.548 2.854.588 1.034.054-4.36-1.297-8.301-3.235-10.33-5.066-1.336-1.203-2.501-1.804-3.51-1.818-.405 0-.707-.04-.667-.107.13-.227 1.505-.08 2.422.254zm41.517 4.224c-.065.093-.353.468-.628.842l-.51.668.811-.788c.904-.896 1.192-.923.537-.054l-.432.575.589-.548c.642-.628 1.034-.668.68-.08-.222.36-.222.36.04.12.144-.12.314-.227.367-.227.052 0 .419.307.812.681.837.83 1.57 2.206 1.74 3.302.119.775.106 1.07-.13 2.179l-.131.601-4.32.695c-3.17.508-4.4.655-4.57.562-.34-.188-.851-1.11-1.087-1.965l-.196-.682 1.191-.895c.707-.522 2.056-1.778 3.234-3.008 1.886-1.978 2.318-2.392 2.003-1.978z' fill='%23000' fill-rule='nonzero'/%3E%3Cpath d='M84.051 70.202c.098.08.294.08.408 0 .098-.121.017-.202-.212-.202-.228 0-.31.08-.196.202z' fill='%23000' fill-rule='nonzero'/%3E%3Cpath d='M109 70.093V86H39V69.116c.069.27 1.14.602 1.9.871 1.379.472 1.482.472 2.827-.404 1.828-1.179 2.966-1.145 5.035.135 3.103 1.92 3.931 1.953 4.862.27.69-1.314 2.242-1.314 4.897.033 1.138.573 2.31 1.01 2.655 1.01.31 0 1.07-.539 1.655-1.178 1.31-1.482 2.07-1.381 5.449.538 2.724 1.584 3.655 1.685 3.931.371.38-1.65.69-1.92 2.276-1.92.966.034 2.414.438 3.897 1.112 1.276.606 2.586 1.077 2.827 1.077.276 0 .587-.471.725-1.044.103-.572.551-1.246.93-1.515.932-.573 1.897-.337 4.932 1.178 3.034 1.482 3.897 1.348 3.897-.64 0-.606.655-1.01 1.655-1.01.31 0 1.586.606 2.862 1.38 2.759 1.618 3.517 1.618 3.759-.033.241-1.684 1.38-1.718 4.345-.202 2.207 1.18 4.684 1.655 4.684.948z' fill='%230091C8' fill-rule='nonzero'/%3E%3Cpath d='M40 69.853c.069.22.79.551 1.546.771 1.375.386 1.478.386 2.818-.33 1.821-.964 2.955-.936 5.017.11 3.093 1.57 3.917 1.597 4.845.22.687-1.073 2.234-1.073 4.88.028 1.134.468 2.302.826 2.646.826.309 0 1.065-.44 1.649-.964 1.306-1.211 2.062-1.129 5.43.44 2.714 1.295 3.642 1.377 3.916.304.379-1.35.688-1.57 2.268-1.57.963.028 2.406.358 3.883.909 1.272.495 2.578.88 2.818.88.275 0 .584-.385.722-.853.103-.468.55-1.018.928-1.239.927-.468 1.89-.275 4.913.964 3.024 1.211 3.883 1.101 3.883-.523 0-.496.653-.826 1.65-.826.309 0 1.58.496 2.852 1.129 2.749 1.321 3.505 1.321 3.745-.028.24-1.376 1.375-1.404 4.33-.165 2.2.964 4.261 1.294 4.261.716' stroke='%23FFF' stroke-width='2.191' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39 68.854c.069.22.79.55 1.546.77 1.375.386 1.478.386 2.818-.33 1.821-.964 2.955-.936 5.017.11 3.093 1.57 3.917 1.597 4.845.22.687-1.073 2.234-1.073 4.88.028 1.134.468 2.302.826 2.646.826.309 0 1.065-.44 1.649-.964 1.306-1.211 2.062-1.129 5.43.44 2.714 1.295 3.642 1.377 3.916.304.379-1.35.688-1.57 2.268-1.57.963.028 2.406.358 3.883.909 1.272.495 2.578.88 2.818.88.275 0 .584-.385.722-.853.103-.468.55-1.018.928-1.239.927-.468 1.89-.275 4.913.964 3.024 1.212 3.883 1.101 3.883-.523 0-.496.653-.826 1.65-.826.309 0 1.58.496 2.852 1.129 2.749 1.321 3.505 1.321 3.745-.028.24-1.376 1.375-1.404 4.33-.165 2.2.964 4.261 1.294 4.261.716' stroke='%23000' stroke-width='2.191' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.367 73.333c-.581.308-.517.332.517.213.872-.095 1.453.024 2.616.57 2.228 1.066 3.165 1.137 4.65.378 1.776-.877 2.487-1.043 3.876-.806 1.065.166 1.162.166.742-.142-.904-.688-2.68-.688-4.263 0-1.808.759-2.68.782-4.715.024-1.84-.688-2.519-.736-3.423-.237zM78.148 74.064c-1.216.592-2.56 1.065-3.009 1.065-.448 0-1.824-.45-3.04-.994-2.081-.922-2.273-.97-3.234-.686-2.657.805-4.385 1.065-5.666.805-1.472-.284-1.6-.095-.32.473 1.249.544 2.337.52 4.77-.119 2.016-.52 2.048-.52 3.04-.07 4.002 1.773 5.155 1.868 7.235.638 2.401-1.42 3.393-1.537 6.819-.71 2.048.497 2.208.497 3.2.142L89 74.206h-1.312c-.737-.023-2.305-.284-3.458-.615-1.184-.33-2.528-.591-3.009-.591-.512 0-1.824.45-3.073 1.064zM99.768 74.235c-.444.15-.926.39-1.074.57-.296.42-2.222.42-3.26 0-.629-.24-.592-.15.223.45 1.26.93 2.185.99 3.815.18 1.148-.6 1.296-.6 2.592-.15 2.185.72 2.593.51.852-.45-1.74-.96-1.963-.99-3.148-.6zM89.395 78.053c-.944.58-2.083 1.054-2.507 1.054-.39 0-1.628-.369-2.67-.817l-1.953-.842-1.237.579c-.684.316-1.628.711-2.116.869-.521.184-.912.421-.912.527 0 .395 1.042.21 2.474-.474 1.596-.764 2.507-.711 4.07.158 2.149 1.264 2.833 1.211 5.21-.316 1.497-.975 2.539-1.001 5.079-.106 1.888.632 2.116.659 3.093.316L99 78.633l-1.14-.027c-.618-.026-2.083-.395-3.19-.816-1.14-.448-2.41-.79-2.8-.79-.391 0-1.53.474-2.475 1.053zM61.593 77.914c-1.527 1.196-2.503 1.224-4.096.14-1.462-1.002-2.438-1.03-4.388-.14-1.105.5-1.333.696-.91.835.292.11.975-.028 1.528-.25 1.43-.64 2.145-.557 3.966.528.91.528 1.787.973 1.917.973.13 0 .846-.39 1.593-.834 2.276-1.419 2.73-1.474 4.941-.695 2.016.75 2.601.695 3.576-.306.423-.445.39-.445-.26-.167-1.04.473-1.788.417-3.738-.362-2.243-.89-2.633-.89-4.129.278zM43.366 80.224c-.4.154-.9.486-1.1.768-.401.46-.368.486.233.255.833-.358 2.267-.358 2.534 0 .133.154.834.614 1.567 1.023 1.734.947 3.168.972 4.936.077 1.333-.665 2.234-.716 4.168-.23.467.128.4-.026-.333-.486-1.268-.844-2.568-.844-4.502 0-1.768.767-2.368.69-4.569-.665-1.834-1.1-1.9-1.125-2.934-.742zM66.898 82.709c-.601.382-1.329.791-1.582.927-.253.137-.38.3-.285.382.095.11.855-.136 1.677-.518.823-.382 1.74-.682 2.025-.682.317 0 1.234.491 2.12 1.118 1.74 1.228 2.278 1.255 4.24.082 1.455-.845 1.771-.818 3.511.164 1.804 1.036 2.532 1.036 4.683-.027 1.93-.928 2.626-.9 4.556.19.664.355 1.424.655 1.677.655.727 0 2.12-.682 2.847-1.364l.633-.6-1.107.573c-1.487.764-2.405.71-4.272-.245-1.993-1.01-2.562-1.01-4.302 0-1.772 1.009-2.69 1.036-4.43 0-1.772-1.01-2.69-1.037-4.271 0-1.55 1.009-1.93 1.009-3.29.054C70.03 82.491 68.986 82 68.417 82c-.222.027-.918.327-1.519.709z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.pf-flag.vc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffe15a' d='M114.76 0h282.48v512H114.76z'/%3E%3Cpath fill='%2373af00' d='M397.24 0H512v512H397.24z'/%3E%3Cpath fill='%234173cd' d='M0 0h114.76v512H0z'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M184.195 247.348l32.071 64.141 32.07-64.141-32.07-64.141zM263.664 247.348l32.07 64.141 32.071-64.141-32.071-64.141zM223.929 324.459L256 388.6l32.071-64.141L256 260.318z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M0 94.32h512v53.895H0zM0 363.79h512v53.895H0z'/%3E%3C/g%3E%3Cpath fill='%23c8414b' d='M0 148.21h512v215.58H0z'/%3E%3Cpath d='M252.644 172.99l-19.619 58.826-62.01.481c-3.4.026-4.809 4.365-2.074 6.384l49.884 36.837-18.705 59.123c-1.025 3.241 2.665 5.923 5.431 3.946l50.45-36.06 50.45 36.06c2.766 1.977 6.456-.704 5.431-3.946l-18.705-59.123 49.884-36.837c2.735-2.02 1.325-6.358-2.074-6.384l-62.01-.481-19.619-58.826c-1.077-3.225-5.639-3.225-6.714 0z' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.tt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M0 0l361.931 512h26.483L26.483 0zM150.069 0h-26.483l361.931 512H512z'/%3E%3C/g%3E%3Cpath fill='%23464655' d='M26.483 0l361.931 512h97.103L123.586 0z'/%3E%3C/svg%3E")}.pf-flag.uy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cpath fill='%234173cd' d='M194.24 56.889H512v56.889H194.24z'/%3E%3Cpath fill='%23f5f5f5' d='M0 113.78h512v56.889H0z'/%3E%3Cpath fill='%234173cd' d='M194.24 170.67H512v56.889H194.24z'/%3E%3Cpath fill='%23f5f5f5' d='M0 227.56h512v56.889H0z'/%3E%3Cpath fill='%234173cd' d='M0 284.44h512v56.889H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 341.33h512v56.889H0z'/%3E%3Cpath fill='%234173cd' d='M0 398.22h512v56.889H0z'/%3E%3Cpath fill='%23ffe15a' d='M97.646 35.665l22.541 104.296 35.269-14.609z'/%3E%3Cpath fill='%23ffcd5a' d='M97.646 35.665l40.175 96.991-17.634 7.305z'/%3E%3Cpath fill='%23ffe15a' d='M185.301 247.282l-22.54-104.295-35.27 14.609z'/%3E%3Cpath fill='%23ffcd5a' d='M185.301 247.282l-40.175-96.991 17.635-7.304z'/%3E%3Cpath fill='%23ffe15a' d='M247.282 97.646l-104.295 22.541 14.609 35.269z'/%3E%3Cpath fill='%23ffcd5a' d='M247.282 97.646l-96.991 40.175-7.304-17.634z'/%3E%3Cpath fill='%23ffe15a' d='M35.665 185.301l104.296-22.54-14.609-35.27z'/%3E%3Cpath fill='%23ffcd5a' d='M35.665 185.301l96.991-40.175 7.305 17.635z'/%3E%3Cpath fill='%23ffe15a' d='M185.301 35.665l-57.81 89.687 35.27 14.609z'/%3E%3Cpath fill='%23ffcd5a' d='M185.301 35.665l-40.175 96.991-17.635-7.304z'/%3E%3Cpath fill='%23ffe15a' d='M97.646 247.282l57.81-89.686-35.269-14.609z'/%3E%3Cpath fill='%23ffcd5a' d='M97.646 247.282l40.175-96.991 17.635 7.305z'/%3E%3Cpath fill='%23ffe15a' d='M247.282 185.301l-89.686-57.81-14.609 35.27z'/%3E%3Cpath fill='%23ffcd5a' d='M247.282 185.301l-96.991-40.175 7.305-17.635z'/%3E%3Cpath fill='%23ffe15a' d='M35.665 97.646l89.687 57.81 14.609-35.269z'/%3E%3Cpath fill='%23ffcd5a' d='M35.665 97.646l96.991 40.175-7.304 17.635z'/%3E%3Cpath fill='%23f5f5f5' d='M0 0h283v284H0z'/%3E%3Cpath fill='%23ffe15a' d='M141.474 26.947L122.386 131.93h38.175z'/%3E%3Cpath fill='%23ffcd5a' d='M141.474 26.947V131.93h-19.088z'/%3E%3Cpath fill='%23ffe15a' d='M141.474 256l19.087-104.982h-38.175z'/%3E%3Cpath fill='%23ffcd5a' d='M141.474 256V151.018h19.087z'/%3E%3Cpath fill='%23ffe15a' d='M256 141.474l-104.982-19.088v38.175z'/%3E%3Cpath fill='%23ffcd5a' d='M256 141.474H151.018v-19.088z'/%3E%3Cpath fill='%23ffe15a' d='M26.947 141.474l104.983 19.087v-38.175z'/%3E%3Cpath fill='%23ffcd5a' d='M26.947 141.474H131.93v19.087z'/%3E%3Cpath fill='%23ffe15a' d='M222.456 60.491l-87.731 60.737 26.994 26.994z'/%3E%3Cpath fill='%23ffcd5a' d='M222.456 60.491l-74.234 74.234-13.497-13.497z'/%3E%3Cpath fill='%23ffe15a' d='M60.491 222.456l87.731-60.737-26.994-26.994z'/%3E%3Cpath fill='%23ffcd5a' d='M60.491 222.456l74.234-74.234 13.497 13.497z'/%3E%3Cpath fill='%23ffe15a' d='M222.456 222.456l-60.737-87.731-26.994 26.994z'/%3E%3Cpath fill='%23ffcd5a' d='M222.456 222.456l-74.234-74.234 13.497-13.497z'/%3E%3Cpath fill='%23ffe15a' d='M60.491 60.491l60.737 87.731 26.994-26.994z'/%3E%3Cpath fill='%23ffcd5a' d='M60.491 60.491l74.234 74.234-13.497 13.497z'/%3E%3Ccircle cx='141.47' cy='141.47' r='38.17' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.ve{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffe15a' d='M0 0h512v171.02H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 340.98h512V512H0z'/%3E%3Cpath fill='%2341479b' d='M0 170.5h512v171H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M153.86 284.665l2.902 8.701 9.172.071c1.188.009 1.68 1.525.725 2.23l-7.379 5.449 2.767 8.745c.358 1.132-.931 2.069-1.897 1.378l-7.462-5.334-7.462 5.334c-.966.691-2.255-.246-1.897-1.378l2.767-8.745-7.379-5.449c-.955-.705-.463-2.221.725-2.23l9.172-.071 2.902-8.701c.375-1.126 1.968-1.126 2.344 0zM171.679 256.965l-1.555 9.04 8.05 4.398c1.042.569.76 2.138-.415 2.308l-9.078 1.314-1.695 9.015c-.219 1.167-1.798 1.383-2.323.318l-4.055-8.227-9.097 1.173c-1.178.152-1.871-1.283-1.02-2.111l6.572-6.399-3.927-8.289c-.508-1.073.642-2.176 1.693-1.623l8.117 4.273 6.67-6.297c.86-.816 2.264-.063 2.063 1.107zM194.228 232.722l-4.305 8.1 6.27 6.695c.812.867.053 2.268-1.117 2.062l-9.034-1.591-4.43 8.032c-.574 1.04-2.141.751-2.306-.425l-1.278-9.083-9.008-1.731c-1.166-.224-1.376-1.804-.309-2.325l8.244-4.022-1.137-9.102c-.147-1.178 1.29-1.866 2.115-1.012l6.373 6.597 8.305-3.894c1.076-.504 2.174.65 1.617 1.699zM221.365 217.68l-6.329 6.64 4.233 8.137c.548 1.054-.56 2.198-1.631 1.685l-8.27-3.967-6.431 6.541c-.833.847-2.264.147-2.106-1.031l1.217-9.092-8.208-4.095c-1.063-.53-.839-2.108.329-2.322l9.023-1.652 1.358-9.072c.176-1.174 1.745-1.449 2.31-.404l4.359 8.071 9.047-1.512c1.172-.194 1.918 1.214 1.099 2.073zM252.555 210.711l-7.876 4.702 1.899 8.974c.246 1.162-1.129 1.968-2.023 1.186l-6.905-6.038-7.948 4.579c-1.029.593-2.22-.465-1.753-1.557l3.608-8.433-6.811-6.144c-.882-.795-.244-2.256.939-2.149l9.135.826 3.739-8.376c.484-1.084 2.07-.929 2.334.229l2.038 8.943 9.122.967c1.18.126 1.522 1.682.502 2.291zM358.14 284.665l-2.902 8.701-9.172.071c-1.188.009-1.68 1.525-.725 2.23l7.379 5.449-2.767 8.745c-.358 1.132.931 2.069 1.897 1.378l7.462-5.334 7.462 5.334c.966.691 2.255-.246 1.897-1.378l-2.767-8.745 7.379-5.449c.955-.705.463-2.221-.725-2.23l-9.172-.071-2.902-8.701c-.375-1.126-1.968-1.126-2.344 0zM340.321 256.965l1.555 9.04-8.05 4.398c-1.042.569-.76 2.138.415 2.308l9.078 1.314 1.695 9.015c.219 1.167 1.798 1.383 2.323.318l4.055-8.227 9.097 1.173c1.178.152 1.871-1.283 1.02-2.111l-6.572-6.399 3.927-8.289c.508-1.073-.642-2.176-1.693-1.623l-8.117 4.273-6.67-6.297c-.86-.816-2.264-.063-2.063 1.107zM317.772 232.722l4.305 8.1-6.27 6.695c-.812.867-.053 2.268 1.117 2.062l9.034-1.591 4.43 8.032c.574 1.04 2.141.751 2.306-.425l1.278-9.083 9.008-1.731c1.166-.224 1.376-1.804.309-2.325l-8.244-4.022 1.137-9.102c.147-1.178-1.29-1.866-2.115-1.012l-6.373 6.597-8.305-3.894c-1.076-.504-2.174.65-1.617 1.699zM290.635 217.68l6.329 6.64-4.233 8.137c-.548 1.054.56 2.198 1.631 1.685l8.27-3.967 6.431 6.541c.833.847 2.264.147 2.106-1.031l-1.217-9.092 8.208-4.095c1.063-.53.839-2.108-.329-2.322l-9.023-1.652-1.358-9.072c-.176-1.174-1.745-1.449-2.31-.404l-4.359 8.071-9.047-1.512c-1.172-.194-1.918 1.214-1.099 2.073zM259.445 210.711l7.876 4.702-1.899 8.974c-.246 1.162 1.129 1.968 2.023 1.186l6.905-6.038 7.948 4.579c1.029.593 2.22-.465 1.753-1.557l-3.608-8.433 6.811-6.144c.882-.795.244-2.256-.939-2.149l-9.135.826-3.739-8.376c-.484-1.084-2.07-.929-2.334.229l-2.038 8.943-9.121.967c-1.181.126-1.523 1.682-.503 2.291z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.am{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffb400' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%2341479b' d='M0 170.67h512v170.66H0z'/%3E%3C/svg%3E")}.pf-flag.bh{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h209.37v512H0z'/%3E%3Cpath fill='%23ff4b55' d='M101.579 0l107.789 32-107.789 32 107.789 32-107.789 32 107.789 32-107.789 32 107.789 32-107.789 32 107.789 32-107.789 32 107.789 32-107.789 32 107.789 32-107.789 32 107.789 32-107.789 32H512V0z'/%3E%3C/svg%3E")}.pf-flag.bt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff6e55' d='M0 0h512v512H0z'/%3E%3Cpath d='M0 512L512 0H3.586C1.606 0 0 2.451 0 5.474V512z' fill='%23ffe15a'/%3E%3Cg fill='%23fff5dc'%3E%3Cpath d='M294.953 136.988c-6.77 1.451-17.408-2.176-17.408-2.176 2.191 3.774 8.052 6.315 13.338 7.916-4.268.426-9.136.667-14.547.547-21.76-.484-31.914 13.781-31.914 13.781 7.737-4.836 15.715-4.836 27.562-3.144s36.991-5.803 36.991-5.803l2.176-9.671s-9.429-2.901-16.198-1.45z'/%3E%3Cpath d='M317.317 91.655s11.25 2.384 22.67 8.936a11.53 11.53 0 0 0-1.971 1.319c-3.69-1.835-8.148-3.319-13.93-3.909 0 0 5.985 1.555 11.734 6.06-1.49 1.754-2.715 3.748-3.66 5.522-12.649-13.563-26.328-4.511-26.328-4.511 16.969-1.291 20.972 9.613 21.926 14.878-3.285-2.196-6.381-4.006-9.285-5.48.426-.319.642-.606 1.14-.935 0 0-1.063.043-2.536.262-21.655-10.408-32.28-2.197-32.28-2.197 9.617-1.176 18.504 1.326 25.557 4.438-3.1 1.784-5.198 4.926-3.466 10.269-12.145-3.305-27.409-6.56-34.905-4.553-13.54 3.627-9.188 16.199-9.188 16.199s.242-8.462 9.429-10.397c6.878-1.448 41.102 9.429 41.102 9.429l11.121-5.318-4.593-3.869s-8.829-3.543-5.042-9.633c6.33 3.374 10.361 6.732 10.361 6.732l2.721-3.977c.132 1.028.18 1.801.18 1.801l7.737-3.384 1.692-2.418c.678-3.671 1.799-6.279 3.088-8.232a25.323 25.323 0 0 1 5.012 10.589l7.012.725s-1.139-8.105-8.984-14.55c.696-.496 1.383-.904 2.061-1.179 5.167 3.707 9.985 8.344 13.33 14.158l12.935-.181c0 .002-21.276-23.693-54.64-26.594zM453.79 195.719c10.396 16.317-6.905 33.618-23.223 23.223a9.415 9.415 0 0 1-2.874-2.874c-10.396-16.317 6.905-33.618 23.223-23.223a9.426 9.426 0 0 1 2.874 2.874zM420.348 328.466c14.136 21.966-9.231 45.333-31.197 31.197a12.225 12.225 0 0 1-3.655-3.655c-14.136-21.966 9.231-45.333 31.197-31.197a12.203 12.203 0 0 1 3.655 3.655zM251.13 320.885c11.054 17.35-7.342 35.746-24.692 24.692a10.011 10.011 0 0 1-3.056-3.056c-11.054-17.35 7.342-35.746 24.692-24.692a10.011 10.011 0 0 1 3.056 3.056zM213.667 401.02c12.761 20.03-8.476 41.268-28.507 28.507a11.563 11.563 0 0 1-3.528-3.528c-12.761-20.03 8.476-41.268 28.507-28.507a11.563 11.563 0 0 1 3.528 3.528zM387.068 163.584s37.244 13.273 46.239 17.77c12.693 6.347 32.639-12.149 46.602 2.176 0 0-2.418-9.55-14.023-10.275 0 0 .242-9.429-10.638-8.946 0 0 7.979 5.803 3.385 9.913 0 0-3.143-7.011-12.089-5.803 0 0 6.77 2.66 5.077 6.77 0 0-10.759 5.198-15.594 1.813s-43.036-23.996-55.124-24.48l6.165 11.062z'/%3E%3C/g%3E%3Cpath d='M377.518 175.189s7.979 2.357 19.584 14.506c5.378 5.631 19.221 5.984 17.045-4.896s-29.013-17.589-31.914-17.589-4.715 7.979-4.715 7.979z' fill='%23f5f5f5'/%3E%3Cg fill='%23fff5dc'%3E%3Cpath d='M435.665 151.253l-15.232 5.077s1.692 10.336-7.012 14.869c-5.361 2.792-8.945 10.033-8.704 15.352 0 0 5.077-7.011 12.33-10.88 1.708-.911 3.282-1.71 4.717-2.52-.288 3.624-.366 7.43.119 10.741 1.451 9.912-1.693 13.297-1.693 13.297s8.462-6.528 7.495-17.165c-.372-4.087.299-6.983 1.339-9.181.749 7.408 4.705 10.874 4.705 10.874-2.901-5.803 3.143-12.09 5.561-17.167 2.419-5.078-3.625-13.297-3.625-13.297zM474.167 130.219c-5.997-2.04-11.786 1.632-15.232 4.715-1.466 1.312-5.333 1.979-9.288 2.337 2.641-1.869 5.451-4.074 6.93-5.964 3.264-4.171 9.248-4.896 14.325-6.528 5.077-1.632 7.253-8.16 7.253-8.16s-2.72 3.989-10.336 3.627c-7.616-.363-10.154-.725-15.232 4.715-1.56 1.672-3.748 2.966-6.014 4.005.048-2.377.254-5.4.937-7.45 1.269-3.808 7.072-6.891 7.435-14.506.363-7.616.725-6.891 5.077-11.424s5.621-13.056 4.352-10.336-7.072 5.984-11.968 10.517-1.451 9.61-3.989 13.6c-2.539 3.989-8.522 4.896-8.885 12.33-.363 7.435-5.621 11.786-5.621 11.786s-12.874 7.072 2.539 12.693c15.413 5.621 27.882-10.018 35.541-9.61 17.045.907 21.578-4.715 21.578-4.715-2.901 0-10.335 1.45-19.402-1.632zM287.216 249.655c-.967-.725-17.649-19.1-23.21-21.76l1.209 4.594s-3.627-.242-10.154-8.22-11.363-10.154-11.363-10.154 4.594 7.253 4.352 11.847c0 0-9.913-.725-20.551 4.352 0 0-4.835-9.429-8.946-11.122 0 0 1.451 9.913-1.934 12.33-3.385 2.418 31.914 19.1 36.75 19.584 4.834.483 33.847-1.451 33.847-1.451zM309.217 213.631c-.344-.086-2.128 1.169-4.43 2.813-1.018-5.871-3.065-17.742-3.065-18.287 0-.725-16.441-23.693-16.924-24.661-.008-.017-.063-.018-.074-.034 1.597-3.862 3.316-10.436-6.453-5.285-13.298 7.012-18.617 23.21-18.617 23.21 3.032-3.163 8.321-5.576 12.544-7.146.087 1.972.103 4.314-2.631 8.355-5.561 8.219-2.418 11.363-2.418 11.363 4.352-7.495 14.023-8.221 14.023-8.221-1.451 8.946 3.627 14.023 3.627 14.023l4.11-4.835c-.506 6.922 3.199 14.349 5.5 18.252-.91.439-1.74.776-2.357.847-4.11.484-10.638 3.627-10.638 3.627s5.29-1.128 8.294 1.193c3.003 2.32 7.782 4.096 10.376 3.55 0 0-1.229 6.28.137 8.602 0 0-3.413-.958-7.373-.82-3.96.137-6.841-2.611-6.841-2.611s7.253 10.395 12.573 12.571c5.319 2.176 14.506-5.803 14.506-5.803s-2.901-30.463-3.869-30.703zM184.221 365.222s-4.594.484-8.946 7.011l-1.934-6.77s-5.319 3.868-11.122 1.451c0 0 5.319-1.209 6.286-6.044s2.901-5.319 2.901-5.319-3.627-3.868-7.495-3.627c0 0 10.638-5.561 16.441-.242 5.803 5.32 3.869 13.54 3.869 13.54zM312.119 311.79s-4.594.484-8.946 7.011l-1.934-6.77s-5.319 3.868-11.122 1.451c0 0 5.319-1.209 6.286-6.044s2.901-5.319 2.901-5.319-3.627-3.868-7.495-3.627c0 0 10.638-5.561 16.441-.242 5.803 5.32 3.869 13.54 3.869 13.54zM390.539 243.007s-2.243 4.038.601 11.35l-6.652-2.305s.111 6.576-5.201 9.937c0 0 2.066-5.048-1.337-8.617s-2.688-5.43-2.688-5.43-5.25.747-7.274 4.052c0 0 1.558-11.902 9.245-13.597 7.688-1.695 13.306 4.61 13.306 4.61z'/%3E%3C/g%3E%3Cpath d='M413.818 324.715l4.681 2.791c-1.362-1.17-2.978-2.049-4.681-2.791z' fill='%23ff6e55'/%3E%3Cpath d='M149.889 348.056s-21.518 30.222-46.179 36.75l8.704-11.122s-11.605 10.154-24.661 12.33l15.715-18.133S68.411 400.52 23.441 407.29c0 0 34.815-22.001 41.827-29.738 0 0-16.924 6.77-32.156 7.011 0 0 43.761-16.924 51.014-23.694 0 0-17.408 3.868-28.287.242 0 0 37.717-10.88 43.036-9.429 0 0-21.76-8.704-34.815-7.737 0 0 22.243-5.319 48.113 0l-5.561-6.044s14.748-3.868 29.255-4.835c14.506-.967 7.253-2.176 7.253-2.176l1.692-4.835s-9.429 1.209-17.166 0c0 0 23.21-13.056 29.738-18.858s2.176-3.143 2.176-3.143-12.089 4.11-16.441 4.835c0 0 10.88-12.572 14.265-20.792 0 0-9.913 3.868-18.375 0 0 0 10.154-2.901 15.232-7.979s12.572-17.71 12.572-17.71l-8.704 3.808s7.616-13.056 14.325-16.32c0 0-11.424.907-15.05-1.813 0 0 12.149-2.901 15.776-5.803 3.627-2.901 11.605-10.517 19.765-7.616 0 0 11.424-10.517 7.616-17.408 0 0 7.435.544 11.242 5.077 3.808 4.533 9.792 8.341 9.792 8.341l-31.068 24.298-23.694 76.884-16.924 16.2z' fill='%23fff5dc'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M454.281 202.992c8.946 14.506-2.176 15.957-2.176 15.957-1.692-13.781-13.297-12.088-13.297-12.088l3.143 10.154c-19.341 2.418-17.891-16.925-17.891-16.925-2.901 2.418-7.737 12.33-7.737 12.33s-52.223 17.408-87.522-34.331c0 0-.967-9.188 1.934-13.54l-21.76-16.44-28.046 3.869s-11.121 25.144 2.418 40.618c13.539 15.473 29.496 37.232 26.595 47.387-1.72 6.019-6.838 8.471-13.944 7.958-4.882-.352-10.702-2.103-17.003-5.057-15.474-7.253-53.191-22.726-80.269-10.154-27.078 12.573-30.016 34.328-35.299 51.257-4.676 14.987-15.054 53.244-88.983 88.149-3.531 1.667-1.735 7.035 2.055 6.093 32.047-7.969 75.736-21.243 89.225-36.942l10.88.363-3.989 16.682s14.144 4.352 16.32 25.024c0 0-24.782 6.769-10.759 28.045 0 0 2.176-15.474 19.341-16.199 0 0 3.869 5.077 12.33 5.803 0 0 4.352 7.012 2.176 12.815 0 0 17.166-5.319 2.66-25.871 0 0 16.199-3.867 18.375 16.442 0 0 10.397-32.882-26.716-30.463 0 0 0-5.803-9.792-16.32 0 0-2.417-5.924 0-14.144.727-2.473 1.385-5.04 1.935-7.658 2.015 1.118 5.117 2.441 9.186 2.581 0 0 6.045 9.912 23.936 8.219 0 0-13.056-6.043-11.847-17.648s16.441-17.892 22.969-13.298c0 0-1.693-15.232-25.386-5.319 0 0 0-11.363 12.572-12.088 0 0-20.309-15.474-24.902 14.023l-8.404 2.101c-4.106-11.383-9.307-37.809 13.722-47.433 24.298-10.154 49.684 12.693 94.654 14.869 0 0-4.352 26.474 10.154 33.002 14.506 6.528 50.047 12.693 50.047 12.693-.363 38.2 27.441 33.122 27.441 33.122-13.494-8.086-13.494-23.514-5.165-32.525 11.352-12.282 31.035-.597 31.035-.597-.277-18.593-26.353-15.716-26.353-15.716 4.11-12.088 20.309-15.232 20.309-15.232-22.485-8.219-41.102 16.079-41.102 16.079l-38.079-10.88s-1.451-7.616 7.616-17.77c9.066-10.154 16.682-27.199 14.144-45.332 0 0 10.517-7.375 23.573-.122s41.102-8.704 41.102-8.704c12.089 15.473 40.859 12.573 44.728-6.043 3.869-18.62-10.154-20.796-10.154-20.796z'/%3E%3Cpath d='M414.389 158.506c-7.192-4.195-20.067-7.737-24.419 1.934s-9.187 19.342-24.177 18.858-21.76 12.33-32.156 8.704c0 0 9.671-3.143 11.605-7.737 1.934-4.594 9.671-13.056 9.671-13.056l-.967-8.704s-17.891.965-23.21 6.043-25.386-4.351-25.386-4.351l2.418-21.034s15.473-23.694 36.991-22.001 25.144-3.868 35.541-3.143c10.396.725 15.715 11.363 26.837 13.781 11.122 2.418 33.365-2.176 36.266 4.594s-5.561 9.429-7.737 18.858c-2.177 9.43-6.771 15.716-21.277 7.254z'/%3E%3C/g%3E%3Cg fill='%23fff5dc'%3E%3Cpath d='M351.528 152.462s-10.396 7.011-19.1 4.11-16.441-1.934-25.386.967c0 0 16.441-1.934 23.21 4.352 6.77 6.286 23.936 2.176 25.144-.484l-3.868-8.945z'/%3E%3Cpath d='M356.847 168.661s-10.154 7.253-20.309 5.319c-10.154-1.934-19.342 2.176-19.342 2.176s7.495-8.22 17.649-6.77c10.154 1.451 13.781-8.462 13.781-8.462l6.77.484 1.451 7.253z'/%3E%3Cpath d='M376.033 151.306c8.542 13.579-5.796 27.917-19.375 19.375a8.17 8.17 0 0 1-2.557-2.557c-8.542-13.579 5.796-27.917 19.375-19.375a8.18 8.18 0 0 1 2.557 2.557z'/%3E%3Cpath d='M357.088 149.561s-5.319-6.77-18.617-4.11-16.441-2.176-16.441-2.176 6.286 9.671 16.199 8.462 14.023 5.561 14.023 5.561l4.836-7.737zM401.822 132.631c1.195-1.648 2.698-3.217 4.753-4.413 1.212-.705 2.459-1.151 3.693-1.517.275-1.835.005-3.816-1.042-5.613-2.285-3.923-7.037-5.412-10.614-3.329-3.576 2.084-4.624 6.952-2.338 10.875 1.283 2.203 3.353 3.53 5.548 3.997zM389.946 148.208c.68-1.919 1.677-3.849 3.31-5.578.963-1.02 2.033-1.799 3.113-2.5-.256-1.838-1.075-3.661-2.588-5.089-3.302-3.116-8.281-3.2-11.122-.19s-2.468 7.976.835 11.092c1.854 1.751 4.215 2.438 6.452 2.265z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.bn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffe15a' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 94.316l512 323.368v-94.315L0 0z'/%3E%3Cpath fill='%23464655' d='M0 188.632L512 512v-94.316L0 94.316z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M305.589 240.326l.006-.251-.338-3.479c-.067-1.134-.327-2.514-.672-4.124-.266-1.624-.78-3.44-1.439-5.443-1.326-3.977-3.367-8.725-6.891-13.322-.426-.568-.93-1.129-1.394-1.694 2-2.292 3.949-4.958 5.788-8.176 0 0-10.081.462-21.402-4.478-3.738-1.946-7.796-3.543-12.248-4.589l-2.112-8.446a4.06 4.06 0 0 0-3.938-3.075h-2.919v-4.059h14.206l-4.059-8.118 4.059-8.118H258.03v-4.059h-4.059v24.353h-2.919a4.06 4.06 0 0 0-3.938 3.075l-2.066 8.265c-2.742.584-5.473 1.326-8.123 2.452-2.169.869-4.267 1.957-6.315 3.173-10.413 3.996-19.257 3.624-19.257 3.624 1.838 3.216 3.785 5.88 5.783 8.171-.405.493-.854.934-1.246 1.44-2.766 3.755-4.973 7.977-6.658 12.46-1.603 4.353-2.514 9.878-2.82 13.917l-.008 3.905c-.041 1.226.099 2.441.229 3.66.16 2.457.703 4.855 1.214 7.271 1.266 4.758 3.118 9.387 5.643 13.637 5.054 8.514 12.763 15.225 21.404 19.385 4.465 1.967 8.683 3.466 13.716 4.182 2.682.499 4.351.491 6.337.665l.361.027.18.013.59.015.846-.035 1.684-.076c1.117-.075 2.235-.061 3.331-.224 8.832-.969 16.794-4.403 23.009-8.862 6.215-4.538 10.679-10.074 13.737-15.349 3.106-5.281 4.708-10.391 5.696-14.576.472-2.09.824-4 .951-5.797.201-1.778.318-3.234.265-4.186l-.008-3.154zm-73.768 28.605c-2.821-2.198-5.369-4.817-7.693-7.707-2.237-2.959-4.024-6.297-5.427-9.846-1.323-3.473-2.051-7.648-2.409-11.052-.099-4.723.122-7.943 1.024-11.971.983-3.824 2.416-7.568 4.411-11.023.116-.2.273-.37.392-.567 9.227 7.207 18.97 6.694 25.764 3.197v7.938c2.241 0 4.059 4.543 4.059 10.147s-1.817 10.147-4.059 10.147v4.059c7.612 10.15 4.12 18.713-.558 23.707-2.123-.461-4.325-1.081-6.386-1.892-3.195-1.244-6.23-3.034-9.118-5.137zm63.882-29.061l-.322 3.092c-.062 1.109-.307 2.16-.591 3.322-.202 1.173-.631 2.593-1.182 4.203-1.099 3.154-2.752 6.92-5.626 10.528a40.55 40.55 0 0 1-11.325 9.989c-3.594 2.132-7.818 3.576-12.281 4.602-4.52-5.037-7.703-13.428-.259-23.354v-4.059c-2.241 0-4.059-4.543-4.059-10.147s1.817-10.147 4.059-10.147v-7.938c6.802 3.502 16.56 4.013 25.796-3.221.157.266.351.536.5.8 2.456 4.292 3.67 8.42 4.432 11.782.363 1.697.63 3.211.693 4.557.141 1.331.242 2.457.184 3.384l-.019 2.607z'/%3E%3Cpath d='M256 300.959c-14.987 0-28.581-5.838-38.727-15.326-1.863-1.742-4.81-1.53-6.469.406l-15.543 18.133c-1.652 1.927-.283 4.905 2.256 4.905h9.776l13.031 6.515a4.059 4.059 0 0 0 5.192-1.379l4.194-6.292c8.106 3.344 16.976 5.214 26.289 5.214s18.184-1.87 26.289-5.214l4.194 6.292a4.06 4.06 0 0 0 5.192 1.379l13.031-6.515h9.776c2.538 0 3.908-2.977 2.256-4.905l-15.543-18.133c-1.66-1.936-4.607-2.148-6.469-.406-10.144 9.488-23.737 15.326-38.725 15.326zM199.175 284.724H178.88l4.059-36.53s-14.207-7.104-12.719-27.955c.181-2.536 2.325-4.516 4.867-4.516h3.464c2.392 0 4.397 1.734 4.793 4.093.854 5.091 3.511 13.448 11.772 16.202l4.059 48.706zM312.825 284.724h20.295l-4.059-36.53s14.207-7.104 12.719-27.955c-.181-2.536-2.325-4.516-4.867-4.516h-3.464c-2.392 0-4.397 1.734-4.793 4.093-.854 5.091-3.511 13.448-11.772 16.202l-4.059 48.706z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M201.395 288.783h-24.734a1.839 1.839 0 0 1-1.839-1.839v-.381c0-1.016.823-1.839 1.839-1.839h24.734c1.016 0 1.839.823 1.839 1.839v.381a1.84 1.84 0 0 1-1.839 1.839zM335.34 288.783h-24.734a1.839 1.839 0 0 1-1.839-1.839v-.381c0-1.016.823-1.839 1.839-1.839h24.734c1.016 0 1.839.823 1.839 1.839v.381a1.84 1.84 0 0 1-1.839 1.839z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.kh{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 121.26h512v269.47H0z'/%3E%3Cpath fill='%23f5f5f5' d='M434.297 358.16v-19.103h-6.367v-12.736h-6.368v-12.736h-6.368V300.85h-19.103v-38.207h-.002l6.37-6.367v-19.104h-6.368v-12.735h-6.368v-19.104h-6.368v-12.735h-6.367v-12.736h-6.368v-6.367h-12.736v6.367h-6.367v12.736h-6.368v12.735h-6.368v19.104h-6.368v12.735h-38.206v-19.103h-6.368v-19.103h-6.368v-19.104h-6.368v-12.735h-6.367v-12.736h-6.368v-6.367h-3.184v-6.368h-6.368v6.368h-3.184v6.367h-6.368v12.736h-6.367v12.735h-6.368v19.104h-6.368v19.103h-6.368v19.103h-38.206v-12.735h-6.368v-19.104h-6.368v-12.735h-6.368v-12.736h-6.367v-6.367H141.38v6.367h-6.368v12.736h-6.367v12.735h-6.368v19.104h-6.368v12.735h-6.368v19.104l6.365 6.367h.003v38.207H96.806v12.735h-6.368v12.736H84.07v12.736h-6.367v19.103h-6.368v19.103h369.33V358.16z'/%3E%3C/svg%3E")}.pf-flag.cn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M114.021 87.181l12.722 38.146 40.21.312c5.206.04 7.365 6.684 3.177 9.777l-32.348 23.887 12.129 38.339c1.57 4.964-4.081 9.07-8.317 6.042l-32.714-23.383-32.714 23.383c-4.235 3.027-9.887-1.079-8.317-6.042l12.129-38.339-32.348-23.887c-4.188-3.093-2.029-9.736 3.177-9.777l40.21-.312 12.722-38.146c1.649-4.938 8.635-4.938 10.282 0zM260.037 96.582l9.122 12.44 14.723-4.604c1.906-.596 3.474 1.577 2.307 3.198l-9.012 12.52 8.928 12.58c1.156 1.629-.426 3.791-2.329 3.183l-14.692-4.702-9.205 12.378c-1.192 1.603-3.738.766-3.746-1.231l-.068-15.426-14.617-4.929c-1.892-.638-1.883-3.318.013-3.944l14.65-4.831.171-15.425c.023-1.998 2.574-2.818 3.755-1.207zM204.496 59.501l15.336 1.667 6.542-13.97c.847-1.809 3.509-1.498 3.917.457l3.154 15.1 15.308 1.905c1.982.247 2.509 2.874.776 3.866l-13.387 7.665 2.919 15.147c.378 1.961-1.958 3.275-3.437 1.933l-11.427-10.363-13.504 7.457c-1.748.965-3.719-.85-2.901-2.672l6.324-14.07-11.265-10.539c-1.458-1.364-.34-3.799 1.645-3.583zM228.739 208.997l-9.122 12.44-14.723-4.604c-1.906-.596-3.474 1.577-2.307 3.198l9.012 12.52-8.928 12.58c-1.156 1.629.426 3.791 2.329 3.183l14.692-4.702 9.205 12.378c1.192 1.603 3.738.766 3.746-1.231l.068-15.426 14.617-4.929c1.892-.638 1.883-3.318-.013-3.943l-14.65-4.831-.171-15.425c-.022-1.999-2.574-2.819-3.755-1.208zM284.281 174.151l-15.336 1.667-6.542-13.97c-.847-1.809-3.509-1.498-3.917.457l-3.153 15.1-15.308 1.905c-1.982.247-2.509 2.874-.776 3.866l13.387 7.665-2.919 15.147c-.378 1.961 1.958 3.275 3.437 1.933l11.427-10.363 13.504 7.457c1.748.965 3.719-.85 2.901-2.672l-6.324-14.07 11.265-10.539c1.457-1.363.339-3.799-1.646-3.583z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.ck{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v512H0z'/%3E%3Cpath d='M94.316.046H0v19.977l94.316 61.793zM0 68.345v26.017h39.71zM0 161.73v26.017l39.71-26.017zM256 20.023V.046h-94.316v81.77zM256 187.747V161.73h-39.71zM161.684 174.276v81.77H256v-19.977zM256 94.362V68.345l-39.71 26.017zM0 236.069v19.977h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.069v-19.964l-83.768-54.375h24.748L256 200.041v-12.294l-39.71-26.017H256v-13.474H148.211v107.79h13.473v-81.77zM0 148.256v13.474h39.71L0 187.747v18.901l69.197-44.918h24.748L0 222.712v13.357l94.316-61.793v81.77h13.473v-107.79zM107.789.046H94.316v81.77L0 20.023v21.862l80.842 52.477H56.094L0 57.95v10.395l39.71 26.017H0v13.474h107.789zM256 107.836V94.362h-39.71L256 68.345V49.203l-69.568 45.159h-24.748L256 33.139V20.023l-94.316 61.793V.046h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.256v-40.42H148.211V.046h-40.422v107.79H0v40.42h107.789v107.79h40.422v-107.79z'/%3E%3Cpath d='M69.197 161.73L0 206.648v16.064l93.945-60.982zM172.232 161.73L256 216.105v-16.064l-59.02-38.311zM80.842 94.362L0 41.885V57.95l56.094 36.412zM186.432 94.362L256 49.203V33.139l-94.316 61.223z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M366.172 241.595l3.447 10.335 10.895.084c.844.007 1.194 1.084.515 1.585l-8.764 6.472 3.286 10.387c.255.805-.662 1.47-1.348.98l-8.863-6.335-8.863 6.335c-.687.491-1.603-.175-1.348-.98l3.286-10.387-8.764-6.472c-.679-.501-.329-1.579.515-1.585l10.895-.084 3.447-10.335c.264-.8 1.397-.8 1.664 0zM319.847 254.307l7.353 8.04 9.987-4.354c.774-.337 1.532.504 1.115 1.239l-5.374 9.477 7.227 8.153c.56.632-.006 1.612-.833 1.443l-10.674-2.182-5.52 9.393c-.428.728-1.535.492-1.63-.346l-1.223-10.826-10.639-2.348c-.824-.182-.943-1.308-.174-1.658l9.918-4.508-1.055-10.844c-.083-.841.952-1.302 1.522-.679zM282.697 284.762l9.987 4.354 7.353-8.04c.57-.623 1.604-.162 1.523.678l-1.055 10.844 9.918 4.508c.768.349.65 1.476-.174 1.658l-10.639 2.348-1.223 10.826c-.095.839-1.203 1.074-1.63.346l-5.52-9.393-10.674 2.182c-.827.169-1.393-.812-.833-1.443l7.227-8.153-5.375-9.477c-.417-.734.341-1.575 1.115-1.238zM261.146 327.694l10.895-.084 3.447-10.335c.267-.801 1.4-.801 1.667 0l3.447 10.335 10.895.084c.844.007 1.194 1.084.515 1.585l-8.764 6.472 3.286 10.387c.255.805-.662 1.47-1.348.98l-8.863-6.335-8.863 6.335c-.687.491-1.603-.175-1.348-.98l3.286-10.387-8.764-6.472c-.682-.501-.332-1.579.512-1.585zM258.92 375.68l9.918-4.508-1.055-10.844c-.082-.84.953-1.301 1.523-.678l7.353 8.04 9.987-4.354c.774-.337 1.532.504 1.115 1.239l-5.374 9.477 7.227 8.153c.56.632-.006 1.612-.833 1.443l-10.674-2.182-5.52 9.393c-.428.728-1.535.492-1.63-.347l-1.223-10.826-10.639-2.348c-.825-.183-.943-1.309-.175-1.658zM276.405 420.422l7.227-8.153-5.374-9.477c-.416-.734.341-1.576 1.115-1.239l9.987 4.354 7.353-8.04c.57-.623 1.604-.162 1.523.678l-1.055 10.844 9.918 4.508c.768.349.65 1.476-.174 1.658l-10.639 2.348-1.223 10.826c-.095.839-1.203 1.074-1.63.347l-5.52-9.393-10.674 2.182c-.828.17-1.394-.811-.834-1.443zM310.576 454.185l3.286-10.387-8.764-6.472c-.679-.501-.329-1.579.515-1.585l10.895-.084 3.447-10.335c.267-.801 1.4-.801 1.667 0l3.447 10.335 10.895.084c.844.007 1.194 1.084.515 1.585l-8.764 6.472L331 454.185c.255.805-.662 1.47-1.348.98l-8.863-6.335-8.863 6.335c-.688.491-1.605-.175-1.35-.98zM355.525 471.13l-1.223-10.826-10.639-2.348c-.824-.182-.943-1.308-.174-1.658l9.918-4.508-1.055-10.844c-.082-.84.953-1.301 1.523-.678l7.353 8.04 9.987-4.354c.774-.337 1.532.504 1.115 1.239l-5.374 9.477 7.227 8.153c.56.632-.006 1.612-.833 1.443l-10.674-2.182-5.52 9.393c-.428.727-1.536.492-1.631-.347zM403.481 468.328l-5.52-9.393-10.674 2.182c-.827.169-1.393-.812-.833-1.443l7.227-8.153-5.374-9.477c-.416-.734.341-1.576 1.115-1.239l9.987 4.354 7.353-8.04c.57-.623 1.604-.162 1.523.678l-1.055 10.844 9.918 4.508c.768.349.65 1.476-.174 1.658l-10.639 2.348-1.223 10.826c-.095.839-1.203 1.075-1.631.347zM446.151 446.262l-8.863-6.335-8.863 6.335c-.687.491-1.603-.175-1.348-.98l3.286-10.387-8.764-6.472c-.679-.501-.329-1.579.515-1.585l10.895-.084 3.447-10.335c.267-.801 1.4-.801 1.667 0l3.447 10.335 10.895.084c.844.007 1.194 1.084.515 1.585l-8.764 6.472 3.286 10.387c.252.806-.664 1.471-1.351.98zM476.157 408.749l-10.674-2.182-5.52 9.393c-.428.728-1.535.492-1.63-.346l-1.223-10.826-10.639-2.348c-.824-.182-.943-1.308-.174-1.658l9.918-4.508-1.055-10.844c-.082-.84.953-1.301 1.523-.678l7.353 8.04 9.987-4.354c.774-.337 1.532.504 1.115 1.239l-5.374 9.477 7.227 8.153c.559.631-.007 1.611-.834 1.442zM488.311 362.275l-10.639 2.348-1.223 10.826c-.095.839-1.203 1.074-1.63.347l-5.52-9.393-10.674 2.182c-.827.169-1.393-.812-.833-1.443l7.227-8.153-5.374-9.477c-.416-.734.341-1.576 1.115-1.239l9.987 4.354 7.353-8.04c.57-.623 1.604-.162 1.523.678l-1.055 10.844 9.918 4.508c.767.35.649 1.476-.175 1.658zM480.511 314.875l-8.764 6.472 3.286 10.387c.255.805-.662 1.47-1.348.98l-8.863-6.335-8.863 6.335c-.687.491-1.603-.175-1.348-.98l3.286-10.387-8.764-6.472c-.679-.501-.329-1.579.515-1.585l10.895-.084 3.447-10.335c.267-.801 1.4-.801 1.667 0l3.447 10.335 10.895.084c.841.006 1.191 1.083.512 1.585zM454.106 274.745l-5.374 9.477 7.227 8.153c.56.632-.006 1.612-.833 1.443l-10.674-2.182-5.52 9.393c-.428.728-1.535.492-1.63-.347l-1.223-10.826-10.639-2.348c-.824-.182-.943-1.308-.174-1.658l9.918-4.508-1.055-10.844c-.082-.84.953-1.301 1.523-.678l7.353 8.04 9.987-4.354c.773-.337 1.531.505 1.114 1.239zM413.662 248.825l-1.055 10.844 9.918 4.508c.768.349.65 1.476-.174 1.658l-10.639 2.348-1.223 10.826c-.095.839-1.203 1.074-1.63.347l-5.52-9.393-10.674 2.182c-.827.169-1.393-.812-.833-1.443l7.227-8.153-5.374-9.477c-.416-.734.341-1.576 1.115-1.239l9.987 4.354 7.353-8.04c.569-.623 1.604-.162 1.522.678z'/%3E%3Cpath d='M366.172 241.595l3.447 10.335 10.895.084c.844.007 1.194 1.084.515 1.585l-8.764 6.472 3.286 10.387c.255.805-.662 1.47-1.348.98l-8.863-6.335-8.863 6.335c-.687.491-1.603-.175-1.348-.98l3.286-10.387-8.764-6.472c-.679-.501-.329-1.579.515-1.585l10.895-.084 3.447-10.335c.264-.8 1.397-.8 1.664 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.fj{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2382afff' d='M0 0h512v512H0z'/%3E%3Cpath d='M293.012 238.404V371.67c0 54.045 75.919 81.823 85.17 85.005 9.241-3.182 85.17-31.003 85.17-85.005V238.404h-170.34z' fill='%23f5f5f5'/%3E%3Cpath fill='%23ff4b55' d='M466.357 299.526v-64.128H290.006v64.128h76.152v60.12h-76.152v24.048h76.152v72.143l12.024 4.008 12.024-4.008v-72.143h76.151v-24.048h-76.151v-60.12z'/%3E%3Cpath d='M318.066 268.518c5.965 9.911-4.356 20.231-14.267 14.267a6.727 6.727 0 0 1-2.284-2.284c-5.965-9.911 4.356-20.231 14.267-14.267a6.727 6.727 0 0 1 2.284 2.284z' fill='%23f5f5f5'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M329.056 260.943c-3.211-1.766-8.991-6.502-11.319-5.699-2.328.803-2.849 2.449-6.105 2.7-3.173.244-8.183 3.34-6.096 6.773 2.715 4.467 11.212.992 11.774-1.095 0 0 2.087.334 3.841-.083 0 0 3.49 4.871 7.825 4.55 4.335-.321 6.342-5.699 5.378-5.699s-5.298-1.447-5.298-1.447zM342.382 282.216c-.722 1.325-6.222 6.026-15.413 8.188-2.047.482-1.686 2.89-3.733 1.686s-7.706-2.167-12.764-2.408-5.56-4.926-4.696-6.623c1.096-2.153 9.17-3.466 10.615-.817 1.445 2.649 2.527 2.096 6.122 2.864 2.228.476 2.288 1.565 2.288 1.565s4.094-4.094 7.586-5.298 6.502-3.853 7.104-3.853 3.733.843 3.733.843l-.842 3.853zM355.748 268.007c5.298 1.927 20.952 1.325 37.689-4.094 16.737-5.418 21.554-6.382 29.742-3.371 8.188 3.01 11.733-6.5 6.356-8.109-8.447-2.528-34.569 12.65-53.482 4.133 0 0-.557 2.29.045 3.374 0 0-13.727.482-10.476-13.727 0 0 .935 5.187 7.425 4.591 12.274-1.127 14.028 7.515 40.017-.497 14.429-4.448 25.639-2.265 25.739 4.756.12 8.451-11.53 10.416-11.53 10.416s4.535 9.272 13.687 5.178c9.151-4.094 9.633 2.97 10.436 5.378s2.328 4.736 4.335 4.977c0 0 1.445 4.335.883 4.897s-4.335 5.298-8.108 5.298h-11.961s-2.167-5.378 2.007-5.459c4.174-.08 9.232-.401 8.589-2.649-.642-2.248-3.933-3.291-3.853-5.78 0 0-9.713 7.064-15.734-1.284l-.161 3.933s-7.305-1.365-9.954-7.225c0 0 .722 6.582-5.539 5.619 0 0 1.284 1.927 3.452 3.291 2.167 1.365-.08 4.335-4.255 6.823s-17.018 9.713-22.878 2.328 1.284-11.64 3.05-11.158c1.766.482 6.823 8.268 10.275 7.225 3.452-1.044 5.138-4.576 2.248-6.743-2.89-2.167-5.055-4.217-3.232-6.404 2.505-3.006 11.741-2.105 11.42-4.112-.321-2.007-8.91-1.445-14.53 4.174-5.619 5.619-30.023 18.543-39.736 10.355-9.713-8.187-1.966-16.134-1.966-16.134z'/%3E%3C/g%3E%3Cpath d='M352.617 264.395s7.345 7.225 19.747 9.512c0 0-2.288 3.492-8.91 2.529 0 0 2.649 2.288 4.455 6.141 0 0-4.214.963-7.947-1.084 0 0 .482 3.131 2.288 5.659 0 0-4.937 0-9.151-3.733l-1.686 4.816s-2.89-1.927-4.696-5.659c0 0-3.371 2.649-6.743 2.649 0 0 1.204-3.612 1.204-5.659 0 0-4.816 2.89-8.79 1.806 0 0 .12-5.057 1.445-6.502 0 0-3.131.361-5.178-.722 0 0 1.204-2.769 1.806-4.576 0 0-3.372.12-5.419-1.806 0 0 6.502-2.529 7.947-4.937l19.628 1.566z' fill='%23ffd25a'/%3E%3Cpath d='M340.776 244.166c1.445.803 3.773 2.569 4.736 5.539 0 0 2.649-3.853 7.225-4.576 0 0 2.007 2.248 1.445 8.108 0 0 5.057-1.445 7.787 1.204 0 0-5.378 1.204-7.867 5.699 0 0-.965 4.593.721 7.322 0 0-1.879.251-3.771-.579 0 0-.963 4.576 0 6.021 0 0-2.649-.321-4.094-3.131 0 0-2.167 3.291-2.007 5.298 0 0-2.89-1.686-3.05-4.174 0 0-2.007 3.773-4.174 4.094 0 0-.241-5.298-1.204-7.305 0 0-1.846 2.007-4.255 1.927 0 0 0-4.094 2.007-6.021 0 0-3.371 1.044-5.218-2.649 0 0 5.539 1.605 6.904-1.766 1.365-3.372 1.766-4.415 3.693-6.261 1.925-1.847 1.122-8.75 1.122-8.75z' fill='%23ffbe5a'/%3E%3Cpath d='M352.617 259.699s-6.863 13.125-13.125 9.151c-6.86-4.354 1.686-14.57 2.769-15.653.001-.001 5.058 1.324 10.356 6.502z' fill='%23ffe15a'/%3E%3Cpath d='M327.863 326.922s-.72-9.427-5.83-12.146c-4.806-2.557-7.642-3.836-8.194-7.112 0 0 4.176 1.918 8.588 3.116 3.987 1.083 7.878 7.831 6.697 15.422l-1.261.72z' fill='%235abea0'/%3E%3Cpath d='M311.732 334.673l.65 1.199.473 2.577-.945 3.056s3.754 1.493 4.609 6.592c.587 3.5 2.127 4.255 3.073 3.536.945-.719 1.518-1.57.532-5.394-1.259-4.882-4.668-9.529-4.668-9.529l-2.659-4.075-1.065 2.038z' fill='%23b46446'/%3E%3Cg fill='%235abea0'%3E%3Cpath d='M315.455 336.71c-3.427-4.435-12.763-13.664-14.536-1.079 0 0-3.66-10.603 3.191-10.188 7.917.48 11.345 11.267 11.345 11.267z'/%3E%3Cpath d='M312.382 335.871c-2.954-3.236-3.9-5.633-5.436-11.626s-2.009-7.791-3.782-7.671-2.836 2.038-2.836 5.873c0 0-5.2-4.675-1.654-8.39s11.463-1.678 11.936 4.914.355 11.027 2.718 16.541l-.946.359z'/%3E%3Cpath d='M313.209 332.995s-6.263-13.784 11.345-21.215c0 0-15.599-4.195-13.709 17.979l2.364 3.236zM315.218 337.909s-13.236-5.034-12.054 7.192c0 0 2.245-5.753 8.745-3.596l3.309-3.596z'/%3E%3C/g%3E%3Cpath d='M330.227 333.075c0 3.576 1.406 13.951-.591 15.262-1.005.659-3.841.12-3.604-2.397.236-2.517 1.359-14.743 1.359-17.739-.001-2.997 2.836 4.874 2.836 4.874z' fill='%23b46446'/%3E%3Cg fill='%235abea0'%3E%3Cpath d='M321.797 341.385c2.285-2.317 2.994-7.591 2.206-14.623 0 0 4.727 3.276 6.224 6.313 0 0 1.497-6.952-3.388-8.79s-7.485-.799-8.351 1.438c-.867 2.237 1.493 4.739 2.521 8.39.945 3.357.788 7.272.788 7.272z'/%3E%3Cpath d='M329.912 331.237s.788-3.676 3.388-5.194c0 0 5.357 3.756 4.963 8.79 0 0 1.418-6.872-1.497-9.589s-6.224-3.436-7.878-1.039c-1.655 2.397 1.024 7.032 1.024 7.032z'/%3E%3Cpath d='M331.172 324.205s1.654-9.829 5.83-11.986 11.896-4.155 12.369-4.635c0 0-9.218.479-10.715.479s-9.769 5.993-9.769 14.863.788 2.797 1.024 2.717c.237-.08 1.261-1.438 1.261-1.438z'/%3E%3C/g%3E%3Cpath d='M335.013 350.195c.945 1.978 3.191 2.457 3.663 1.438.473-1.019 2.6-8.81 2.6-8.81l-3.014-1.438-3.249 8.81z' fill='%23b46446'/%3E%3Cpath d='M352.68 317.493c3.703-2.158 6.145 4.235 6.145 4.235 0-7.527-2.364-9.909-8.272-7.032-1.78.867-3.081 2.682-4.04 4.787-2.992-8.594-9.589-8.463-9.589-8.463l-1.497 1.039c5.402 1.038 8.495 7.512 9.805 11.044-.706 2.577-1.047 5.075-1.193 6.505-3.54 3.67-5.775 11.776-5.775 11.776s2.541 1.498 3.014 1.438c0 0 1.654-5.094 3.723-4.974 2.068.12 4.491 3.416 4.55 5.514 0 0 3.073-6.233-.591-8.63-1.376-.901-2.477-1.242-3.366-1.259l2.716-3.056c4.432.839 7.504 5.034 7.504 5.034.09-7.491-3.218-8.953-6.706-8.325.625-3.015 1.995-8.714 3.572-9.633z' fill='%235abea0'/%3E%3Cpath d='M425.627 327.866v21.244c0 1.028-4.499 5.025-4.499 5.025h11.961s-3.841-4.454-3.841-5.025.878-19.645.878-19.645l-4.499-1.599z' fill='%23b46446'/%3E%3Cg fill='%235abea0'%3E%3Cpath d='M426.396 330.036c-2.853-.228-10.754 6.282-13.058 16.218 0 0-7.023-11.421 10.535-20.901 0 0-7.791-2.284-19.643 10.051-.64.666-1.207-18.617 20.082-13.477 0 0-8.12-11.764-24.8-2.513 0 0 11.083-19.873 27.434-2.056 0 0 .11-15.419.219-13.82.11 1.599 1.317 8.68 1.317 8.68l3.182-5.596-2.524 11.421s14.595-19.416 26.995.799c0 0-16.021-6.624-23.703.799 0 0 16.46-4.454 15.143 14.619 0 0-6.474-11.307-17.009-9.822 0 0 12.4 5.711 8.45 21.129-.001.002-7.473-15.119-12.62-15.531zM321.605 398.675c-.611-.828-1.467-1.225-2.307-1.328.323-1.114.538-1.623.452-2.434.257.064.501.179.764.21l.112-.917c-.975-.117-2.036-.554-3.128-1.22a3.321 3.321 0 0 0 1.16-2.547c0-1.179-.541-2.166-1.31-2.727-.769.561-1.31 1.548-1.31 2.727 0 .886.362 1.594.84 2.164a15.93 15.93 0 0 1-1.227-.955c-.107-.725-.384-1.455-1.028-2.042-.872-.794-1.965-1.059-2.898-.869-.103.946.262 2.011 1.134 2.805.672.613 1.464.823 2.225.839.173.147.355.295.547.444a3.563 3.563 0 0 0-1.649.196c-1.108.403-1.85 1.249-2.115 2.163.791.53 1.903.701 3.011.298.966-.352 1.59-1.061 1.925-1.838.649.415 1.36.759 2.096 1.035l-.117.015c-.024.665.019.938-.311 2.174a3.32 3.32 0 0 0-2.771-.393c-1.131.333-1.925 1.13-2.246 2.026.755.579 1.855.819 2.986.486.849-.25 1.427-.798 1.838-1.417-.155.469-.351.954-.57 1.447-.665.307-1.288.78-1.669 1.563-.516 1.06-.461 2.184-.016 3.025.937-.168 1.855-.819 2.371-1.88.398-.818.376-1.637.177-2.372.092-.208.182-.424.272-.65.087.519.298 1.044.653 1.526.7.949 1.721 1.422 2.673 1.418.286-.908.136-2.023-.564-2.972z'/%3E%3C/g%3E%3Cpath d='M316.183 395.714c4.006 0 9.244-.154 9.09 3.852-.154 4.006-4.622 17.564 5.701 21.724s11.555 3.544 11.555 3.544l4.622 10.631 11.247-4.006-10.785-8.628s-.924-5.855-3.544-9.86c0 0 6.625-3.389 8.936-6.317l-4.622-.308s6.009-3.852 8.782-8.166l-3.235.308s3.698-3.698 4.622-8.012c0 0-6.009 6.009-12.171 6.779 0 0 2.619-6.779 3.235-9.398 0 0-4.622 2.927-7.857 4.16s-8.32 1.387-6.009 11.863c0 0-2.773-2.311-4.468-7.241-1.695-4.93-2.311-6.779-4.622-6.779-3.775 0-5.238 3.389-5.238 3.389l-5.239 2.465z' fill='%23ffecde'/%3E%3Cpath d='M429.893 397.695c1.386-1.848 4.158-7.623 6.583-6.121 2.425 1.501 5.659 5.197 7.623 3.465 1.963-1.732 2.079-3.927-.924-4.966-3.003-1.039-6.352-2.772-8.431-2.079s-8.431 7.276-8.431 7.276l3.58 2.425z' fill='%23b46446'/%3E%3Cpath d='M411.991 402.661c-.115-2.656 1.677-14.19 8.893-12.704 3.927.808 5.858 4.971 10.972 6.93 5.428 2.079 8.893 3.349 7.854 6.93-1.039 3.58-3.003 7.854-7.507 8.893-4.504 1.039-20.212-10.049-20.212-10.049z' fill='%23ffe15a'/%3E%3Cg fill='%235abea0'%3E%3Cpath d='M407.256 412.17c-1.54.308-7.238 8.624-.462 17.093 0 0 8.316 3.388 14.937-1.848s1.694-7.854 1.694-7.854l-16.169-7.391z'/%3E%3Cpath d='M407.834 413.98c-.693-1.039-.577-1.809-.577-1.809s-.346-11.934 4.62-12.165c4.966-.231 22.868 11.549 22.868 13.513 0 1.963-5.775 7.623-10.625 8.778s-16.286-8.317-16.286-8.317z'/%3E%3C/g%3E%3Cpath d='M395.591 442.853s15.775-7.087 12.81-12.853c-2.14-4.16-6.95-1.494-7.71 1.682-.948 3.964-4.032 9.489-5.1 11.171z' fill='%23b46446'/%3E%3Cpath d='M378.182 463l-.912-.29c-.916-.294-22.694-7.308-44.83-21.899-29.727-19.59-45.44-43.5-45.44-69.141V232.392h182.363V371.67c0 25.641-15.713 49.552-45.44 69.142-22.136 14.592-43.914 21.606-44.83 21.899l-.911.289zm-85.17-224.596V371.67c0 54.045 75.919 81.823 85.17 85.005 9.241-3.182 85.17-31.003 85.17-85.005V238.404h-170.34z' fill='%23464655'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M94.316 0H0v19.977L94.316 81.77zM0 68.299v26.017h39.71zM0 161.684v26.017l39.71-26.017zM256 19.977V0h-94.316v81.77zM256 187.701v-26.017h-39.71zM161.684 174.23V256H256v-19.977zM256 94.316V68.299l-39.71 26.017zM0 236.023V256h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.023v-19.964l-83.768-54.375h24.748L256 199.995v-12.294l-39.71-26.017H256V148.21H148.211V256h13.473v-81.77zM0 148.21v13.474h39.71L0 187.701v18.901l69.197-44.918h24.748L0 222.666v13.357l94.316-61.793V256h13.473V148.21zM107.789 0H94.316v81.77L0 19.977v21.862l80.842 52.477H56.094L0 57.904v10.395l39.71 26.017H0v13.474h107.789zM256 107.79V94.316h-39.71L256 68.299V49.157l-69.568 45.159h-24.748L256 33.093V19.977L161.684 81.77V0h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.21v-40.42H148.211V0h-40.422v107.79H0v40.42h107.789V256h40.422V148.21z'/%3E%3Cpath d='M69.197 161.684L0 206.602v16.064l93.945-60.982zM172.232 161.684L256 216.059v-16.064l-59.02-38.311zM80.842 94.316L0 41.839v16.065l56.094 36.412zM186.432 94.316L256 49.157V33.093l-94.316 61.223z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.pf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 377.26h512V512H0zM0 0h512v134.74H0z'/%3E%3C/g%3E%3Cpath fill='%23f5f5f5' d='M0 134.74h512v242.53H0z'/%3E%3Cpath d='M344.824 221.594l-85.529 34.912c-.034-.087-.074-.165-.114-.248l82.601-41.367a96.01 96.01 0 0 0-11.837-18.192l-71.213 58.893c-.072-.089-.112-.202-.191-.284l65.28-65.345a96.317 96.317 0 0 0-15.337-12.445l-50.542 77.363c-.114-.077-.218-.167-.341-.23L298.895 172a95.175 95.175 0 0 0-21.101-7.613l-20.986 90.002c-.267-.064-.521-.163-.808-.163s-.541.099-.808.163l-20.986-90.002A95.175 95.175 0 0 0 213.105 172l41.294 82.651c-.124.064-.227.154-.341.23l-50.542-77.363a96.372 96.372 0 0 0-15.337 12.445l65.28 65.345c-.08.082-.12.194-.191.284l-71.213-58.893a96.06 96.06 0 0 0-11.837 18.192l82.601 41.367c-.04.083-.081.161-.114.248l-85.529-34.912a95.188 95.188 0 0 0-5.678 19.895l91.056 15.765c-.012.079-.04.152-.047.233l-91.912-9.575a97.111 97.111 0 0 0-.503 9.864c0 5.759.536 11.39 1.509 16.87L256 264.88l94.399 9.765a96.374 96.374 0 0 0 1.509-16.87c0-3.331-.171-6.621-.503-9.864l-91.912 9.575c-.007-.081-.035-.154-.047-.233l91.056-15.765a95.075 95.075 0 0 0-5.678-19.894z' fill='%23ffb955'/%3E%3Cg fill='%234173cd'%3E%3Cpath d='M163.306 282.429a94.95 94.95 0 0 0 2.265 7.317h180.858a94.814 94.814 0 0 0 2.265-7.317c-8.861-1.145-9.961-6.892-20.754-6.892-11.984 0-11.984 7.104-23.967 7.104s-11.984-7.104-23.968-7.104c-11.987 0-11.987 7.104-23.974 7.104-11.98 0-11.98-7.104-23.961-7.104-11.991 0-11.991 7.104-23.982 7.104-11.999 0-11.999-7.104-23.998-7.104-10.808 0-11.908 5.748-20.784 6.892zM325.115 300.402c-11.535-.002-11.537-7.104-23.075-7.104-11.54 0-11.54 7.104-23.08 7.104s-11.54-7.104-23.08-7.104c-11.543 0-11.543 7.104-23.086 7.104-11.537 0-11.537-7.104-23.074-7.104-11.547 0-11.547 7.104-23.094 7.104-10.245 0-11.423-5.574-19.607-6.841a95.538 95.538 0 0 0 6.957 13.945H338.024a95.648 95.648 0 0 0 6.971-13.98c-8.429 1.185-9.529 6.874-19.88 6.876zM334.287 313.145c-2.233-1.17-4.878-2.086-9.011-2.086-11.54 0-11.54 7.104-23.08 7.104s-11.54-7.104-23.08-7.104c-11.543 0-11.543 7.104-23.086 7.104-11.537 0-11.537-7.104-23.074-7.104-11.547 0-11.547 7.104-23.094 7.104-11.555 0-11.555-7.104-23.109-7.104-4.147 0-6.798.92-9.036 2.093a96.414 96.414 0 0 0 10.154 12.116h136.257a96.433 96.433 0 0 0 10.159-12.123zM315.1 333.282c-3.487-2.021-6.291-4.463-13.061-4.463-11.54 0-11.54 7.104-23.08 7.104s-11.54-7.104-23.08-7.104c-11.543 0-11.543 7.104-23.086 7.104-11.537 0-11.537-7.104-23.074-7.104-6.681 0-9.501 2.376-12.924 4.38a95.916 95.916 0 0 0 15.284 9.828h87.842a95.923 95.923 0 0 0 15.179-9.745zM232.957 346.58c-3.782 0-6.317.767-8.433 1.792a95.708 95.708 0 0 0 31.477 5.312h.018c-11.525-.005-11.53-7.104-23.062-7.104zM256.086 353.682a95.716 95.716 0 0 0 31.432-5.324c-2.109-1.018-4.638-1.778-8.401-1.778-11.524 0-11.547 7.078-23.031 7.102z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M268.616 245.633l-30.392-8.784a4.011 4.011 0 0 1-2.908-3.806c-.14-11.254-.629-50.882-.629-56.967 0-7.104 7.104-17.761 21.313-17.761h11.203c1.061 0 1.38 1.443.405 1.861-5.131 2.2-11.608 6.783-11.608 15.9 0 10.825 10.308 15.464 15.218 17.06a3.656 3.656 0 0 1 2.543 3.483v45.144c0 2.682-2.57 4.614-5.145 3.87zM241.809 285.389c1.114-.675 2.435.452 1.934 1.654-2.975 7.142-10.265 20.463-23.265 20.463-17.761 0-21.313-14.209-21.313-24.865v-75.346a2.8 2.8 0 0 1 2.801-2.801h5.054a2.8 2.8 0 0 1 2.801 2.801v71.794c.001 9.604 20.199 13.438 31.988 6.3zM268.7 285.389c-1.114-.675-2.435.452-1.934 1.654 2.975 7.142 10.265 20.463 23.265 20.463 17.761 0 21.313-14.209 21.313-24.865v-75.346a2.8 2.8 0 0 0-2.801-2.801h-5.054a2.8 2.8 0 0 0-2.801 2.801v71.794c-.001 9.604-20.198 13.438-31.988 6.3z'/%3E%3C/g%3E%3Cg fill='%23aa4650'%3E%3Cpath d='M294.056 273.761h-76.111a1.018 1.018 0 0 1-1.018-1.018v-1.516c0-.562.456-1.018 1.018-1.018h76.111c.562 0 1.018.456 1.018 1.018v1.516c0 .562-.456 1.018-1.018 1.018zM224.474 260.352l3.846-5.129a1.775 1.775 0 1 0-2.841-2.13l-1.497 1.996v-1.378c0-.982-.794-1.776-1.776-1.776s-1.776.794-1.776 1.776v1.249l-1.4-1.866a1.776 1.776 0 0 0-2.841 2.13l3.846 5.129-3.846 5.129a1.775 1.775 0 1 0 2.841 2.13l3.224-4.299 3.224 4.299a1.773 1.773 0 0 0 2.485.357c.786-.59.945-1.703.356-2.487l-3.845-5.13zM257.627 260.352l3.846-5.129a1.775 1.775 0 1 0-2.841-2.13l-1.497 1.996v-1.378c0-.982-.794-1.776-1.776-1.776s-1.776.794-1.776 1.776v1.249l-1.4-1.866a1.776 1.776 0 0 0-2.841 2.13l3.846 5.129-3.846 5.129a1.775 1.775 0 1 0 2.841 2.13l3.224-4.299 3.224 4.299a1.773 1.773 0 0 0 2.485.357c.786-.59.945-1.703.356-2.487l-3.845-5.13zM241.05 260.352l3.846-5.129a1.775 1.775 0 1 0-2.841-2.13l-1.497 1.996v-1.378c0-.982-.794-1.776-1.776-1.776s-1.776.794-1.776 1.776v1.249l-1.4-1.866a1.776 1.776 0 0 0-2.841 2.13l3.846 5.129-3.846 5.129a1.775 1.775 0 1 0 2.841 2.13l3.224-4.299 3.224 4.299a1.773 1.773 0 0 0 2.485.357c.786-.59.945-1.703.356-2.487l-3.845-5.13zM274.204 260.352l3.846-5.129a1.775 1.775 0 1 0-2.841-2.13l-1.497 1.996v-1.378c0-.982-.794-1.776-1.776-1.776s-1.776.794-1.776 1.776v1.249l-1.4-1.866a1.776 1.776 0 0 0-2.841 2.13l3.846 5.129-3.846 5.129a1.775 1.775 0 1 0 2.841 2.13l3.224-4.299 3.224 4.299a1.773 1.773 0 0 0 2.485.357c.786-.59.945-1.703.356-2.487l-3.845-5.13zM290.781 260.352l3.846-5.129a1.775 1.775 0 1 0-2.841-2.13l-1.497 1.996v-1.378c0-.982-.794-1.776-1.776-1.776s-1.776.794-1.776 1.776v1.249l-1.4-1.866a1.776 1.776 0 0 0-2.841 2.13l3.846 5.129-3.846 5.129a1.775 1.775 0 1 0 2.841 2.13l3.224-4.299 3.224 4.299a1.773 1.773 0 0 0 2.485.357c.786-.59.945-1.703.356-2.487l-3.845-5.13zM221.195 284.731c2.627 1.149 18.059 1.313 21.999-2.791s3.119-5.91 3.119-5.91l-18.716.164-6.402 8.537zM290.055 284.731c-2.627 1.149-18.059 1.313-21.999-2.791-3.94-4.104-3.119-5.91-3.119-5.91l18.716.164 6.402 8.537z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.hk{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M220.695 270.473c-12.464.128-26.458-3.863-38.722-17.38-.846-.932-.727-2.4.233-3.214l.004-.004c.932-.79 2.31-.667 3.132.236 18.692 20.527 41.861 16.933 55.702 11.973-5.114.227-11.539-.157-15.672-2.874-17.265-11.348-9.445-23.422-20.912-38.017-11.394-14.501-21.646-14.146-37.79-11.7-15.982 2.422-21.074-9.301-22.658-15.808-.284-1.165-1.909-1.239-2.325-.115-19.92 53.82 39.977 120.414 101.471 72.532-6.065 2.236-13.88 4.283-22.463 4.371zm-44.874-18.265c-.35.961-1.722.924-2.019-.055l-2.294-7.559-7.895-.277c-1.022-.036-1.41-1.352-.571-1.937l6.48-4.518-2.177-7.594c-.282-.983.85-1.759 1.666-1.142l6.299 4.767 6.549-4.417c.848-.572 1.936.265 1.601 1.231l-2.587 7.464 6.224 4.864c.806.63.346 1.923-.676 1.903l-7.898-.154-2.702 7.424zM264.813 234.715c9.897-7.577 23.489-12.776 41.408-9.314 1.236.239 2.021 1.484 1.741 2.712l-.001.006c-.272 1.191-1.448 1.919-2.648 1.689-27.267-5.216-43.652 11.555-51.754 23.825 3.956-3.249 9.328-6.794 14.264-7.099 20.621-1.273 21.604 13.079 39.534 17.88 17.814 4.771 25.805-1.661 37.257-13.301 11.337-11.523 22.441-5.195 27.611-.939.926.762 2.271-.154 1.929-1.303-16.336-55.013-104.205-72.381-124.697 2.813 3.514-5.426 8.541-11.751 15.356-16.969zm46.862-12.296c-.297-.979.824-1.772 1.648-1.167l6.369 4.673 6.483-4.513c.839-.584 1.94.236 1.619 1.207l-2.476 7.501 6.296 4.771c.815.618.375 1.917-.648 1.913l-7.899-.037-2.592 7.462c-.336.966-1.708.949-2.019-.025l-2.406-7.524-7.898-.159c-1.022-.021-1.43-1.331-.6-1.928l6.412-4.613-2.289-7.561z'/%3E%3Cpath d='M231.808 239.902c-4.861-11.477-6.495-25.938 1.339-42.422.54-1.137 1.943-1.586 3.061-1.007l.005.003c1.085.561 1.496 1.882.973 2.987-11.87 25.096.269 45.155 10.123 56.068-2.156-4.643-4.245-10.731-3.306-15.586 3.925-20.284 18.067-17.646 27.2-33.805 9.075-16.054 4.846-25.4-3.56-39.399-8.321-13.859.583-23.027 5.997-26.968.969-.706.419-2.237-.779-2.194-57.351 2.057-96.144 82.788-28.465 121.437-4.375-4.762-9.241-11.211-12.588-19.114zm-.185-48.449c-1.022.042-1.509-1.241-.717-1.888l6.117-4.998-2.748-7.406c-.356-.959.714-1.819 1.574-1.265l6.643 4.274 6.194-4.902c.802-.635 1.95.117 1.69 1.106l-2.012 7.639 6.576 4.376c.852.567.492 1.891-.529 1.949l-7.887.448-2.13 7.607c-.276.985-1.646 1.052-2.017.099l-2.863-7.362-7.891.323zM276.493 265.945c10.302 7.016 19.507 18.287 21.849 36.387.162 1.248-.774 2.385-2.028 2.504l-.006.001c-1.216.116-2.277-.772-2.436-1.984-3.612-27.526-24.681-37.814-38.874-41.652 4.327 2.735 9.38 6.722 11.22 11.312 7.685 19.178-5.631 24.619-4.558 43.149 1.066 18.411 9.682 23.977 24.33 31.193 14.5 7.144 11.981 19.674 9.564 25.919-.433 1.118.859 2.108 1.843 1.423 47.098-32.789 35.989-121.665-41.837-117.503 6.255 1.634 13.839 4.419 20.933 9.251zm26.393 40.628c.836-.589 1.941.226 1.625 1.199l-2.436 7.514 6.321 4.738c.818.613.385 1.916-.638 1.916l-7.899.005-2.552 7.476c-.33.968-1.703.958-2.019-.015l-2.446-7.511-7.899-.117c-1.023-.015-1.438-1.323-.61-1.925l6.388-4.647-2.329-7.548c-.301-.977.815-1.776 1.642-1.175l6.394 4.639 6.458-4.549z'/%3E%3Cpath d='M250.727 288.28c-3.549 11.949-11.484 24.147-28.014 31.885-1.14.534-2.508-.012-3.003-1.169l-.002-.005c-.48-1.123.043-2.404 1.148-2.924 25.121-11.817 28.511-35.016 27.848-49.705-1.289 4.954-3.549 10.981-7.362 14.13-15.93 13.156-25.165 2.127-42.49 8.787-17.214 6.617-19.894 16.519-22.311 32.668-2.393 15.987-15.095 17.399-21.78 16.997-1.197-.072-1.746 1.46-.794 2.188 45.565 34.888 126.847-2.738 99.201-75.607.349 6.456.003 14.527-2.441 22.755zm-30.671 37.504c.815.617.376 1.917-.647 1.913l-7.899-.034-2.59 7.463c-.335.966-1.708.95-2.019-.024l-2.408-7.523-7.898-.157c-1.022-.02-1.431-1.33-.601-1.928l6.411-4.615-2.292-7.56c-.297-.979.823-1.772 1.648-1.167l6.371 4.671 6.482-4.516c.839-.584 1.939.236 1.619 1.207l-2.473 7.502 6.296 4.768z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fab446' d='M0 .279h512v170.48H0z'/%3E%3Cpath fill='%2373af00' d='M0 341.241h512v170.48H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.761h512v170.48H0z'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M256 314.451c-32.229 0-58.448-26.219-58.448-58.448s26.219-58.448 58.448-58.448 58.448 26.219 58.448 58.448-26.219 58.448-58.448 58.448zm0-106.022c-26.235 0-47.574 21.339-47.574 47.574s21.339 47.574 47.574 47.574 47.574-21.339 47.574-47.574-21.339-47.574-47.574-47.574z'/%3E%3Ccircle cx='256' cy='256.001' r='6.626'/%3E%3Cpath d='M256 256.997l-16.839 1.7-36.172-1.7v-1.988l36.172-1.7 16.839 1.7z'/%3E%3Cpath d='M256 256.997l16.839 1.7 36.172-1.7v-1.988l-36.172-1.7-16.839 1.7z'/%3E%3Cpath d='M255.006 256.003l-1.7-16.839 1.7-36.172h1.988l1.7 36.172-1.7 16.839zM255.006 256.003l-1.7 16.839 1.7 36.172h1.988l1.7-36.172-1.7-16.839z'/%3E%3Cpath d='M255.297 256.706l-13.109-10.705-24.375-26.78 1.405-1.405 26.78 24.375 10.705 13.109zM255.297 256.706l10.705 13.109 26.78 24.375 1.405-1.405-24.375-26.78-13.109-10.705z'/%3E%3Cpath d='M255.297 255.3l10.705-13.109 26.78-24.375 1.405 1.405-24.375 26.78-13.109 10.705z'/%3E%3Cpath d='M255.297 255.3l-13.109 10.705-24.375 26.78 1.405 1.405 26.78-24.375 10.705-13.109z'/%3E%3Cpath d='M256.38 256.921l-14.906 8.015-34.07 12.272-.76-1.837 32.768-15.413 16.208-4.873z'/%3E%3Cpath d='M256.38 256.921l16.208-4.873 32.768-15.413-.76-1.837-34.07 12.272-14.906 8.015z'/%3E%3Cpath d='M255.082 256.383l-8.015-14.906-12.272-34.07 1.837-.76 15.413 32.768 4.873 16.208zM255.082 256.383l4.873 16.208 15.413 32.768 1.837-.76-12.272-34.07-8.015-14.906z'/%3E%3Cpath d='M255.62 256.921l-16.208-4.873-32.768-15.413.76-1.837 34.07 12.272 14.906 8.015z'/%3E%3Cpath d='M255.62 256.921l14.906 8.015 34.07 12.272.76-1.837-32.768-15.413-16.208-4.873z'/%3E%3Cpath d='M255.082 255.623l4.873-16.208 15.413-32.768 1.837.76-12.272 34.07-8.015 14.906zM255.082 255.623l-8.015 14.906-12.272 34.07 1.837.76 15.413-32.768 4.873-16.208z'/%3E%3C/g%3E%3Ccircle cx='256' cy='256.001' r='7.257' fill='%23f5f5f5'/%3E%3Ccircle cx='256' cy='256.001' r='5.359' fill='%2341479b'/%3E%3C/svg%3E")}.pf-flag.id{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23c8414b' d='M0 0h512v256H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 256h512v256H0z'/%3E%3C/svg%3E")}.pf-flag.il{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 93.86h512v324.28H0z'/%3E%3Cpath d='M317.474 256l30.734-53.234h-61.469L256 149.523l-30.739 53.243h-61.469L194.526 256l-30.734 53.234h61.469L256 362.477l30.739-53.243h61.469L317.474 256zm.58-35.824l-10.632 18.415-10.632-18.415h21.264zM297.371 256l-20.683 35.824h-41.376L214.629 256l20.683-35.824h41.376L297.371 256zM256 184.344l10.636 18.422h-21.272L256 184.344zm-62.054 35.832h21.264l-10.632 18.415-10.632-18.415zm0 71.648l10.632-18.415 10.632 18.415h-21.264zM256 327.656l-10.636-18.422h21.272L256 327.656zm51.423-54.247l10.632 18.415h-21.264l10.632-18.415z' fill='%2341479b'/%3E%3C/svg%3E")}.pf-flag.jp{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Ccircle cx='256' cy='256' r='97.1' fill='%23ff4b55'/%3E%3C/svg%3E")}.pf-flag.jo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23464655' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%2373af00' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M302.368 261.454c2.838-2.346 2.838-8.562 0-10.909L0 0v512l302.368-250.546z' fill='%23ff4b55'/%3E%3Cpath d='M100.083 215.575l9.288 20.147 21.543-5.3c1.345-.331 2.459 1.067 1.838 2.304l-9.96 19.823 17.575 13.538c1.097.845.699 2.588-.656 2.873l-21.709 4.572.373 22.182c.023 1.385-1.587 2.16-2.655 1.279l-17.11-14.122-17.11 14.123c-1.068.882-2.679.106-2.655-1.279l.373-22.182-21.709-4.572c-1.355-.285-1.753-2.028-.656-2.873l17.575-13.538-9.96-19.823c-.622-1.238.493-2.635 1.838-2.304l21.543 5.3 9.288-20.147c.579-1.259 2.367-1.259 2.946-.001z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.kz{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2382c3d2' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M69.46 48.195c-1.297-5.488-1.618-7.511.844-9.973 1.201-1.201 1.201-3.146 0-4.347s-3.146-1.201-4.347 0c-4.985 4.985-3.796 10.16-2.505 15.637-3.929-1.284-8.003-.332-10.188 2.424-1.084 1.375-3.179 5.23.748 11.384a3.081 3.081 0 0 0 4.245.943 3.075 3.075 0 0 0 .937-4.245c-1.474-2.318-1.516-3.747-1.105-4.269.486-.618 1.996-.943 3.576-.384 1.021.354 3.392 1.579 3.392 5.278a9.147 9.147 0 0 1-3.747 7.421c-2.387 1.765-5.476 2.264-8.454 1.339-3.678-1.123-6.244-4.996-6.244-9.421 0-3.164.678-6.365 1.924-9.169.198-.414 4.896-10.147 6.106-13.774 2.393-7.175-.039-10.784-1.699-12.291-2.222-2.023-5.467-2.528-8.262-1.303-.424.188-.775.461-1.144.715-.369-.254-.72-.527-1.144-.715-2.792-1.225-6.037-.721-8.262 1.303-1.66 1.507-4.092 5.116-1.699 12.291 1.21 3.627 5.908 13.359 6.064 13.684a22.937 22.937 0 0 1 1.966 9.259c0 4.425-2.567 8.298-6.244 9.421-2.987.925-6.067.432-8.454-1.339a9.147 9.147 0 0 1-3.747-7.421c0-3.699 2.372-4.923 3.392-5.278 1.585-.558 3.086-.234 3.576.384.411.522.369 1.951-1.105 4.269a3.074 3.074 0 0 0 .937 4.245 3.074 3.074 0 0 0 4.245-.943c3.927-6.154 1.831-10.009.748-11.384-2.185-2.756-6.259-3.708-10.188-2.424 1.291-5.477 2.48-10.652-2.505-15.637-1.201-1.201-3.146-1.201-4.347 0s-1.201 3.146 0 4.347c2.462 2.462 2.141 4.485.844 9.973-.778 3.29-1.744 7.391-1.744 12.447 0 3.365 1.182 6.581 3.173 9.223h-.099c-1.699 0-3.074 1.375-3.074 3.074s1.375 3.074 3.074 3.074h.099c-1.99 2.642-3.173 5.858-3.173 9.223 0 5.056.967 9.157 1.744 12.447 1.297 5.488 1.618 7.511-.844 9.973a3.073 3.073 0 0 0 2.174 5.248c.787 0 1.573-.3 2.174-.901 4.985-4.985 3.796-10.161 2.505-15.637 3.929 1.279 8.003.332 10.188-2.424 1.084-1.375 3.179-5.23-.748-11.384a3.077 3.077 0 0 0-4.245-.943 3.075 3.075 0 0 0-.937 4.245c1.474 2.318 1.516 3.747 1.105 4.269-.489.612-1.99.937-3.576.384-1.021-.354-3.392-1.579-3.392-5.278a9.147 9.147 0 0 1 3.747-7.421c2.387-1.765 5.473-2.27 8.454-1.339 3.678 1.123 6.244 4.996 6.244 9.421a22.94 22.94 0 0 1-1.966 9.259L18.364 140.45a28.78 28.78 0 0 0-2.495 11.756c0 5.245 2.385 10.035 6.138 12.957-3.753 2.923-6.138 7.712-6.138 12.957 0 4.077.841 8.034 2.495 11.756l20.132 45.296a22.937 22.937 0 0 1 1.966 9.259c0 4.425-2.567 8.298-6.244 9.421-2.987.931-6.067.432-8.454-1.339a9.147 9.147 0 0 1-3.747-7.421c0-3.699 2.372-4.923 3.392-5.278 1.585-.552 3.086-.234 3.576.384.411.522.369 1.951-1.105 4.269a3.074 3.074 0 0 0 .937 4.245 3.069 3.069 0 0 0 4.245-.943c3.927-6.154 1.831-10.009.748-11.384-2.185-2.756-6.259-3.703-10.188-2.424 1.291-5.476 2.48-10.652-2.505-15.637-1.201-1.201-3.146-1.201-4.347 0s-1.201 3.146 0 4.347c2.462 2.462 2.141 4.485.844 9.973-.778 3.29-1.744 7.391-1.744 12.447 0 3.365 1.182 6.581 3.173 9.223h-.099c-1.699 0-3.074 1.375-3.074 3.074s1.375 3.074 3.074 3.074h.099c-1.99 2.642-3.173 5.858-3.173 9.223 0 5.056.967 9.156 1.744 12.447 1.297 5.488 1.618 7.511-.844 9.973a3.073 3.073 0 0 0 2.174 5.248c.787 0 1.573-.3 2.174-.901 4.985-4.985 3.796-10.161 2.505-15.637 3.929 1.279 8.003.332 10.188-2.424 1.084-1.375 3.179-5.23-.748-11.384a3.077 3.077 0 0 0-4.245-.943 3.075 3.075 0 0 0-.937 4.245c1.474 2.318 1.516 3.747 1.105 4.269-.489.618-1.99.943-3.576.384-1.021-.354-3.392-1.579-3.392-5.278a9.147 9.147 0 0 1 3.747-7.421c2.387-1.765 5.473-2.27 8.454-1.339 3.678 1.123 6.244 4.996 6.244 9.421a22.94 22.94 0 0 1-1.966 9.259L18.365 324.9a28.78 28.78 0 0 0-2.495 11.756c0 5.245 2.385 10.035 6.138 12.957-3.753 2.923-6.138 7.712-6.138 12.957 0 4.077.841 8.034 2.495 11.756l20.132 45.296a22.937 22.937 0 0 1 1.966 9.259c0 4.425-2.567 8.298-6.244 9.421-2.987.931-6.067.426-8.454-1.339a9.147 9.147 0 0 1-3.747-7.421c0-3.699 2.372-4.923 3.392-5.278 1.585-.552 3.086-.234 3.576.384.411.522.369 1.951-1.105 4.269a3.074 3.074 0 0 0 .937 4.245 3.069 3.069 0 0 0 4.245-.943c3.927-6.154 1.831-10.009.748-11.384-2.185-2.762-6.259-3.708-10.188-2.424 1.291-5.477 2.48-10.652-2.505-15.637-1.201-1.201-3.146-1.201-4.347 0s-1.201 3.146 0 4.347c2.462 2.462 2.141 4.485.844 9.973-.778 3.29-1.744 7.391-1.744 12.447 0 4.818 2.309 9.406 6.168 12.297-3.859 2.891-6.168 7.478-6.168 12.297 0 5.056.967 9.156 1.744 12.447 1.297 5.488 1.618 7.511-.844 9.973a3.073 3.073 0 0 0 2.174 5.248c.787 0 1.573-.3 2.174-.901 4.985-4.985 3.796-10.161 2.505-15.637 3.929 1.279 8.003.332 10.188-2.424 1.084-1.375 3.179-5.23-.748-11.384a3.082 3.082 0 0 0-4.245-.943 3.075 3.075 0 0 0-.937 4.245c1.474 2.318 1.516 3.747 1.105 4.269-.489.618-1.99.937-3.576.384-1.021-.354-3.392-1.579-3.392-5.278a9.147 9.147 0 0 1 3.747-7.421c2.387-1.765 5.473-2.264 8.454-1.339 3.678 1.123 6.244 4.996 6.244 9.421 0 3.164-.678 6.365-1.924 9.169-.198.414-4.896 10.147-6.106 13.774-2.393 7.175.039 10.784 1.699 12.291a7.59 7.59 0 0 0 5.116 1.969c1.06 0 2.135-.222 3.146-.666.424-.188.775-.461 1.144-.715.369.254.72.527 1.144.715a7.84 7.84 0 0 0 3.146.666 7.597 7.597 0 0 0 5.116-1.969c1.66-1.507 4.092-5.116 1.699-12.291-1.21-3.627-5.908-13.359-6.064-13.684a22.937 22.937 0 0 1-1.966-9.259c0-4.425 2.567-8.298 6.244-9.421 2.99-.925 6.067-.426 8.454 1.339a9.147 9.147 0 0 1 3.747 7.421c0 3.699-2.372 4.923-3.392 5.278-1.579.552-3.089.234-3.576-.384-.411-.522-.369-1.951 1.105-4.269a3.074 3.074 0 0 0-.937-4.245 3.093 3.093 0 0 0-4.245.943c-3.927 6.154-1.831 10.009-.748 11.384 2.185 2.756 6.259 3.703 10.188 2.424-1.291 5.476-2.48 10.652 2.505 15.637.6.6 1.387.901 2.174.901s1.573-.3 2.174-.901a3.073 3.073 0 0 0 0-4.347c-2.462-2.462-2.141-4.485-.844-9.973.778-3.29 1.744-7.391 1.744-12.447 0-4.818-2.309-9.406-6.168-12.297 3.859-2.891 6.168-7.478 6.168-12.297 0-5.056-.967-9.156-1.744-12.447-1.297-5.488-1.618-7.511.844-9.973 1.201-1.201 1.201-3.146 0-4.347s-3.146-1.201-4.347 0c-4.985 4.985-3.796 10.16-2.505 15.637-3.929-1.284-8.003-.338-10.188 2.424-1.084 1.375-3.179 5.23.748 11.384a3.081 3.081 0 0 0 4.245.943 3.075 3.075 0 0 0 .937-4.245c-1.474-2.318-1.516-3.747-1.105-4.269.486-.618 1.996-.937 3.576-.384 1.021.354 3.392 1.579 3.392 5.278a9.147 9.147 0 0 1-3.747 7.421c-2.387 1.765-5.476 2.27-8.454 1.339-3.678-1.123-6.244-4.996-6.244-9.421 0-3.164.678-6.365 1.966-9.259l20.132-45.296a28.78 28.78 0 0 0 2.495-11.756c0-5.245-2.385-10.035-6.138-12.957 3.753-2.923 6.138-7.712 6.138-12.957 0-4.077-.841-8.034-2.495-11.756l-20.132-45.296a22.937 22.937 0 0 1-1.966-9.259c0-4.425 2.567-8.298 6.244-9.421 2.99-.925 6.067-.426 8.454 1.339a9.147 9.147 0 0 1 3.747 7.421c0 3.699-2.372 4.923-3.392 5.278-1.579.558-3.089.234-3.576-.384-.411-.522-.369-1.951 1.105-4.269a3.074 3.074 0 0 0-.937-4.245 3.093 3.093 0 0 0-4.245.943c-3.927 6.154-1.831 10.009-.748 11.384 2.185 2.756 6.259 3.703 10.188 2.424-1.291 5.476-2.48 10.652 2.505 15.637.6.6 1.387.901 2.174.901s1.573-.3 2.174-.901a3.073 3.073 0 0 0 0-4.347c-2.462-2.462-2.141-4.485-.844-9.973.778-3.29 1.744-7.391 1.744-12.447 0-3.365-1.182-6.581-3.173-9.223h.099c1.699 0 3.074-1.375 3.074-3.074s-1.375-3.074-3.074-3.074h-.099c1.99-2.642 3.173-5.858 3.173-9.223 0-5.056-.967-9.156-1.744-12.447-1.297-5.488-1.618-7.511.844-9.973 1.201-1.201 1.201-3.146 0-4.347s-3.146-1.201-4.347 0c-4.985 4.985-3.796 10.161-2.505 15.637-3.929-1.279-8.003-.332-10.188 2.424-1.084 1.375-3.179 5.23.748 11.384a3.087 3.087 0 0 0 4.245.943 3.075 3.075 0 0 0 .937-4.245c-1.474-2.318-1.516-3.747-1.105-4.269.486-.618 1.996-.937 3.576-.384 1.021.354 3.392 1.579 3.392 5.278a9.147 9.147 0 0 1-3.747 7.421c-2.387 1.765-5.476 2.264-8.454 1.339-3.678-1.123-6.244-4.996-6.244-9.421 0-3.164.678-6.365 1.966-9.259l20.132-45.296a28.78 28.78 0 0 0 2.495-11.756c0-5.245-2.385-10.035-6.138-12.957 3.753-2.923 6.138-7.712 6.138-12.957 0-4.077-.841-8.034-2.495-11.756L48.577 95.154a22.937 22.937 0 0 1-1.966-9.259c0-4.425 2.567-8.298 6.244-9.421 2.99-.925 6.067-.426 8.454 1.339a9.147 9.147 0 0 1 3.747 7.421c0 3.699-2.372 4.924-3.392 5.278-1.579.552-3.089.228-3.576-.384-.411-.522-.369-1.951 1.105-4.269a3.074 3.074 0 0 0-.937-4.245 3.088 3.088 0 0 0-4.245.943c-3.927 6.154-1.831 10.009-.748 11.384 2.185 2.756 6.259 3.703 10.188 2.424-1.291 5.476-2.48 10.652 2.505 15.637.6.6 1.387.901 2.174.901s1.573-.3 2.174-.901a3.073 3.073 0 0 0 0-4.347c-2.462-2.462-2.141-4.485-.844-9.973.778-3.29 1.744-7.391 1.744-12.447 0-3.365-1.182-6.581-3.173-9.223h.099c1.699 0 3.074-1.375 3.074-3.074s-1.375-3.074-3.074-3.074h-.099c1.99-2.642 3.173-5.858 3.173-9.223 0-5.055-.966-9.156-1.744-12.446zM38.262 35.093c-1.093-3.278-.712-5.146.009-5.8.471-.444 1.186-.426 1.636-.222.555.246.555.636.555.829 0 1.699 1.375 3.074 3.074 3.074s3.074-1.375 3.074-3.074c0-.192 0-.582.555-.829.444-.204 1.153-.222 1.636.222.721.654 1.102 2.522.009 5.8-.795 2.378-3.672 8.564-5.274 11.923-1.566-3.28-4.473-9.529-5.274-11.923zm5.275 126.846c.883 1.2 1.88 2.315 3.094 3.224-1.214.91-2.211 2.024-3.094 3.224-.883-1.2-1.88-2.315-3.094-3.224 1.213-.909 2.211-2.024 3.094-3.224zm0 184.451c.883 1.2 1.88 2.315 3.094 3.224-1.214.91-2.211 2.024-3.094 3.224-.883-1.2-1.88-2.315-3.094-3.224 1.213-.909 2.211-2.024 3.094-3.224zm5.274 133.295c1.093 3.278.712 5.146-.009 5.8-.483.438-1.192.42-1.636.222-.555-.246-.555-.636-.555-.829 0-1.699-1.375-3.074-3.074-3.074s-3.074 1.375-3.074 3.074c0 .192 0 .582-.555.829-.45.198-1.165.216-1.636-.222-.721-.654-1.102-2.522-.009-5.8.795-2.378 3.672-8.564 5.274-11.923 1.566 3.28 4.473 9.529 5.274 11.923zm-2.21-37.845a15.238 15.238 0 0 0-3.064 3.214 15.238 15.238 0 0 0-3.064-3.214 15.238 15.238 0 0 0 3.064-3.214 15.213 15.213 0 0 0 3.064 3.214zm16.488-70.01l-19.553 43.992-19.552-43.992a22.937 22.937 0 0 1-1.966-9.259c0-4.425 2.567-8.298 6.244-9.421 2.987-.925 6.07-.426 8.454 1.339a9.147 9.147 0 0 1 3.747 7.421c0 3.699-2.372 4.923-3.392 5.278-1.585.552-3.092.234-3.576-.384-.411-.522-.369-1.951 1.105-4.269a3.074 3.074 0 0 0-.937-4.245 3.093 3.093 0 0 0-4.245.943c-3.927 6.154-1.831 10.009-.748 11.384 2.225 2.81 6.413 3.777 10.417 2.378a10.95 10.95 0 0 0 1.375-.586v7.776a.023.023 0 0 0-.005-.005 3.075 3.075 0 0 0-3.069-2.897 3.072 3.072 0 0 0-3.074 3.074c0 2.005 1.402 5.483 6.148 6.561v5.736c0 1.699 1.375 3.074 3.074 3.074s3.074-1.375 3.074-3.074v-5.736c4.746-1.078 6.148-4.556 6.148-6.561 0-1.699-1.372-3.176-3.068-3.176-1.699 0-3.068 1.273-3.068 2.972-.001.006-.011.012-.012.018v-7.761c.457.232.918.428 1.375.586 4.005 1.399 8.19.432 10.417-2.378 1.084-1.375 3.179-5.23-.748-11.384a3.083 3.083 0 0 0-4.245-.943 3.075 3.075 0 0 0-.937 4.245c1.474 2.318 1.516 3.747 1.105 4.269-.486.618-1.993.937-3.576.384-1.021-.354-3.392-1.579-3.392-5.278a9.147 9.147 0 0 1 3.747-7.421c2.387-1.765 5.476-2.27 8.454-1.339 3.678 1.123 6.244 4.996 6.244 9.421a22.901 22.901 0 0 1-1.965 9.258zm0-44.431a22.937 22.937 0 0 1 1.966 9.259c0 4.425-2.567 8.298-6.244 9.421-2.984.931-6.07.426-8.454-1.339a9.147 9.147 0 0 1-3.747-7.421c0-3.699 2.372-4.923 3.392-5.278 1.582-.552 3.089-.234 3.576.384.411.522.369 1.951-1.105 4.269a3.074 3.074 0 0 0 .937 4.245 3.069 3.069 0 0 0 4.245-.943c3.927-6.154 1.831-10.009.748-11.384-2.228-2.81-6.413-3.765-10.417-2.378a10.95 10.95 0 0 0-1.375.586v-7.776l.006.008a3.073 3.073 0 0 0 6.142-.18c0-2.005-1.402-5.483-6.148-6.561v-5.736c0-1.699-1.375-3.074-3.074-3.074s-3.074 1.375-3.074 3.074v5.736c-4.746 1.078-6.148 4.556-6.148 6.561 0 1.699 1.372 3.176 3.068 3.176 1.699 0 3.068-1.273 3.068-2.972.001-.006.011-.012.011-.012l.001 7.755a10.95 10.95 0 0 0-1.375-.586c-4.005-1.387-8.193-.432-10.417 2.378-1.084 1.375-3.179 5.23.748 11.384a3.088 3.088 0 0 0 4.245.943 3.075 3.075 0 0 0 .937-4.245c-1.474-2.318-1.516-3.747-1.105-4.269.483-.618 1.99-.937 3.576-.384 1.021.354 3.392 1.579 3.392 5.278a9.147 9.147 0 0 1-3.747 7.421c-2.387 1.765-5.47 2.27-8.454 1.339-3.678-1.123-6.244-4.996-6.244-9.421 0-3.164.678-6.365 1.966-9.259l19.553-43.992 19.551 43.993zm-16.488-70.01a15.238 15.238 0 0 0-3.064 3.214 15.238 15.238 0 0 0-3.064-3.214 15.238 15.238 0 0 0 3.064-3.214 15.213 15.213 0 0 0 3.064 3.214zm16.488-70.01l-19.553 43.992-19.553-43.992a22.937 22.937 0 0 1-1.966-9.259c0-4.425 2.567-8.298 6.244-9.421 2.987-.925 6.07-.426 8.454 1.339a9.147 9.147 0 0 1 3.747 7.421c0 3.699-2.372 4.923-3.392 5.278-1.585.558-3.092.234-3.576-.384-.411-.522-.369-1.951 1.105-4.269a3.074 3.074 0 0 0-.937-4.245 3.083 3.083 0 0 0-4.245.943c-3.927 6.154-1.831 10.009-.748 11.384 2.225 2.81 6.413 3.771 10.417 2.378a10.95 10.95 0 0 0 1.375-.586v7.776l-.006-.008a3.073 3.073 0 0 0-6.142.18c0 2.005 1.402 5.483 6.148 6.561v5.736c0 1.699 1.375 3.074 3.074 3.074s3.074-1.375 3.074-3.074v-5.736c4.746-1.078 6.148-4.556 6.148-6.561 0-1.699-1.372-3.176-3.068-3.176-1.699 0-3.068 1.273-3.068 2.972-.001.006-.011.012-.011.012l-.002-7.755c.457.232.918.428 1.375.586 4.005 1.393 8.19.432 10.417-2.378 1.084-1.375 3.179-5.23-.748-11.384a3.072 3.072 0 1 0-5.182 3.302c1.474 2.318 1.516 3.747 1.105 4.269-.486.618-1.993.943-3.576.384-1.021-.354-3.392-1.579-3.392-5.278a9.147 9.147 0 0 1 3.747-7.421c2.387-1.765 5.476-2.264 8.454-1.339 3.678 1.123 6.244 4.996 6.244 9.421a22.866 22.866 0 0 1-1.963 9.258zm0-44.431a22.937 22.937 0 0 1 1.966 9.259c0 4.425-2.567 8.298-6.244 9.421-2.984.931-6.07.426-8.454-1.339a9.147 9.147 0 0 1-3.747-7.421c0-3.699 2.372-4.923 3.392-5.278 1.582-.552 3.089-.234 3.576.384.411.522.369 1.951-1.105 4.269a3.074 3.074 0 0 0 .937 4.245c1.444.907 3.338.492 4.245-.943 3.927-6.154 1.831-10.009.748-11.384-2.228-2.81-6.413-3.771-10.417-2.378a10.95 10.95 0 0 0-1.375.586v-7.776a.023.023 0 0 0 .005.005 3.075 3.075 0 0 0 3.069 2.897 3.072 3.072 0 0 0 3.074-3.074c0-2.005-1.402-5.483-6.148-6.561v-5.736c0-1.699-1.375-3.074-3.074-3.074s-3.074 1.375-3.074 3.074v5.736c-4.746 1.078-6.148 4.556-6.148 6.561 0 1.699 1.372 3.176 3.068 3.176 1.699 0 3.068-1.273 3.068-2.972.001-.006.011-.012.012-.018v7.761a10.95 10.95 0 0 0-1.375-.586c-4.005-1.393-8.193-.432-10.417 2.378-1.084 1.375-3.179 5.23.748 11.384a3.088 3.088 0 0 0 4.245.943 3.075 3.075 0 0 0 .937-4.245c-1.474-2.318-1.516-3.747-1.105-4.269.483-.618 1.99-.937 3.576-.384 1.021.354 3.392 1.579 3.392 5.278a9.147 9.147 0 0 1-3.747 7.421c-2.387 1.765-5.47 2.27-8.454 1.339-3.678-1.123-6.244-4.996-6.244-9.421 0-3.164.678-6.365 1.966-9.259l19.553-43.992 19.551 43.993zm-22.616-70.01a15.238 15.238 0 0 0 3.064-3.214 15.238 15.238 0 0 0 3.064 3.214 15.238 15.238 0 0 0-3.064 3.214 15.263 15.263 0 0 0-3.064-3.214z'/%3E%3Ccircle cx='270.3' cy='227.86' r='58.36'/%3E%3Cpath d='M274.674 153.443a4.377 4.377 0 0 1-8.754 0c0-2.417 4.377-13.132 4.377-13.132s4.377 10.715 4.377 13.132zM265.92 302.269a4.377 4.377 0 0 1 8.754 0c0 2.417-4.377 13.132-4.377 13.132s-4.377-10.714-4.377-13.132zM344.71 232.234a4.377 4.377 0 0 1 0-8.754c2.417 0 13.132 4.377 13.132 4.377s-10.715 4.377-13.132 4.377zM195.884 223.479a4.377 4.377 0 0 1 0 8.754c-2.417 0-13.132-4.377-13.132-4.377s10.715-4.377 13.132-4.377zM326.01 178.334a4.378 4.378 0 0 1-6.19-6.19c1.709-1.709 12.381-6.19 12.381-6.19s-4.482 10.67-6.191 12.38zM214.584 277.379a4.378 4.378 0 0 1 6.19 6.19c-1.709 1.709-12.381 6.19-12.381 6.19s4.482-10.671 6.191-12.38zM319.82 283.569a4.378 4.378 0 0 1 6.19-6.19c1.709 1.709 6.19 12.381 6.19 12.381s-10.671-4.481-12.38-6.191zM220.774 172.143a4.378 4.378 0 0 1-6.19 6.19c-1.709-1.709-6.19-12.381-6.19-12.381s10.671 4.482 12.38 6.191zM245.864 157.433a4.377 4.377 0 1 1-8.088 3.35c-.925-2.233-.981-13.807-.981-13.807s8.144 8.223 9.069 10.457zM294.73 298.28a4.377 4.377 0 1 1 8.088-3.35c.925 2.233.981 13.807.981 13.807s-8.144-8.224-9.069-10.457zM340.721 203.424a4.377 4.377 0 1 1-3.35-8.088c2.234-.925 13.807-.981 13.807-.981s-8.224 8.144-10.457 9.069zM199.873 252.289a4.377 4.377 0 1 1 3.35 8.088c-2.233.925-13.807.981-13.807.981s8.224-8.144 10.457-9.069zM302.818 160.783a4.378 4.378 0 0 1-8.088-3.35c.925-2.233 9.069-10.457 9.069-10.457s-.056 11.573-.981 13.807zM237.776 294.93a4.378 4.378 0 0 1 8.088 3.35c-.925 2.233-9.069 10.457-9.069 10.457s.056-11.574.981-13.807zM337.37 260.377a4.378 4.378 0 0 1 3.35-8.088c2.233.925 10.457 9.069 10.457 9.069s-11.573-.056-13.807-.981zM203.224 195.336a4.378 4.378 0 0 1-3.35 8.088c-2.233-.925-10.457-9.069-10.457-9.069s11.573.056 13.807.981zM260.073 154.019a4.377 4.377 0 1 1-8.586 1.708c-.472-2.371 1.731-13.733 1.731-13.733s6.383 9.654 6.855 12.025zM280.521 301.693a4.377 4.377 0 1 1 8.586-1.708c.472 2.371-1.731 13.733-1.731 13.733s-6.383-9.654-6.855-12.025zM344.134 217.632a4.377 4.377 0 1 1-1.708-8.586c2.371-.472 13.733 1.731 13.733 1.731s-9.654 6.384-12.025 6.855zM196.46 238.08a4.377 4.377 0 1 1 1.708 8.586c-2.371.472-13.733-1.731-13.733-1.731s9.654-6.383 12.025-6.855zM315.278 168.416a4.377 4.377 0 1 1-7.279-4.863c1.343-2.01 10.935-8.487 10.935-8.487s-2.313 11.34-3.656 13.35zM225.316 287.297a4.377 4.377 0 1 1 7.279 4.863c-1.343 2.01-10.935 8.487-10.935 8.487s2.313-11.34 3.656-13.35zM329.737 272.837a4.377 4.377 0 1 1 4.863-7.279c2.01 1.343 8.487 10.935 8.487 10.935s-11.34-2.312-13.35-3.656zM210.857 182.875a4.377 4.377 0 1 1-4.863 7.279c-2.01-1.343-8.487-10.935-8.487-10.935s11.34 2.313 13.35 3.656zM232.595 163.552a4.377 4.377 0 1 1-7.279 4.863c-1.343-2.01-3.656-13.35-3.656-13.35s9.592 6.477 10.935 8.487zM307.999 292.16a4.377 4.377 0 1 1 7.279-4.863c1.343 2.01 3.656 13.35 3.656 13.35s-9.592-6.477-10.935-8.487zM334.601 190.154a4.377 4.377 0 1 1-4.863-7.279c2.01-1.343 13.35-3.656 13.35-3.656s-6.477 9.592-8.487 10.935zM205.993 265.558a4.377 4.377 0 1 1 4.863 7.279c-2.01 1.343-13.35 3.656-13.35 3.656s6.477-9.592 8.487-10.935zM289.107 155.727a4.377 4.377 0 1 1-8.586-1.708c.472-2.371 6.855-12.025 6.855-12.025s2.203 11.362 1.731 13.733zM251.487 299.985a4.377 4.377 0 1 1 8.586 1.708c-.472 2.371-6.855 12.025-6.855 12.025s-2.203-11.362-1.731-13.733zM342.426 246.667a4.377 4.377 0 1 1 1.708-8.586c2.371.472 12.025 6.855 12.025 6.855s-11.362 2.202-13.733 1.731zM198.168 209.046a4.377 4.377 0 1 1-1.708 8.586c-2.371-.472-12.025-6.855-12.025-6.855s11.362-2.203 13.733-1.731z'/%3E%3Cpath d='M407.576 243.212c-1.709-.719-3.664.105-4.377 1.804v.007c-.013.033-.078.19-.193.458-2.53 5.909-7.763 14.545-13.048 22.67 4.922-15.846 9.423-32.77 9.737-33.96a3.347 3.347 0 0 0-6.459-1.759c-2.298 8.23-6.995 19.062-11.329 28.233.794-10.224.945-19.696.954-20.382a3.352 3.352 0 0 0-3.203-3.393c-1.703.052-3.347 1.294-3.481 3.105-4.285 58.951-61.01 85.321-66.534 87.746-2.889.288-16.349 1.804-28.567 6.047-1.386.482-2.564.963-3.74 1.441a3.404 3.404 0 0 0-1.399-.226c-37.496 2.713-67.393-12.669-88.88-45.622-16.235-24.899-21.327-51.034-21.376-51.296-.343-1.817-2.082-2.987-3.909-2.667a3.346 3.346 0 0 0-2.667 3.909c.136.722 2.369 12.129 8.523 27.142-8.233-12.995-13.968-28.737-15.988-36.935-.04-.164-.145-.288-.207-.44-.094-.232-.174-.464-.313-.665-.099-.142-.227-.246-.345-.369-.183-.193-.359-.382-.581-.526-.128-.083-.272-.124-.41-.189-.248-.115-.489-.229-.764-.28-.19-.037-.386-.013-.583-.016-.2-.002-.39-.054-.595-.018-.045.007-.079.038-.124.047-.043.008-.085-.006-.128.005-.179.044-.316.156-.48.226-.209.09-.423.159-.606.285-.18.124-.314.285-.465.44-.149.154-.307.289-.424.467-.119.181-.184.384-.267.585-.081.196-.174.38-.217.592-.044.217-.024.44-.023.665 0 .181-.049.353-.018.538.013.078.039.158.052.236v.012l.013.047c2.07 12.199 7.005 24.845 11.466 34.488-7.086-8.04-13.005-17.303-15.104-22.788-.061-.16-.182-.271-.264-.415-.125-.222-.233-.448-.401-.631-.118-.13-.264-.215-.399-.324-.203-.163-.397-.329-.632-.441-.151-.072-.314-.095-.474-.144-.247-.075-.486-.157-.749-.172-.207-.014-.411.038-.62.065-.193.025-.384 0-.576.06-.037.011-.062.041-.098.054-.036.011-.072.005-.108.018-.182.069-.311.203-.474.3-.191.114-.394.206-.556.352-.167.15-.281.334-.412.512-.124.168-.263.318-.354.504-.096.196-.131.409-.187.619-.055.206-.128.399-.142.614-.015.216.038.431.067.651.025.189-.001.377.058.565 3.641 11.747 12.401 25.723 19.261 35.568-5.717-4.406-9.92-9.171-11.139-10.61l-.392-.471a3.346 3.346 0 1 0-5.191 4.223c.062.078.314.392.732.882 5.02 5.975 10.492 11.551 15.447 16.258l-6.779-2.889c-1.546-.667-3.363-.065-4.21 1.405s-.464 3.334.892 4.354c.66.49 12.665 9.459 23.059 14.761-.981.059-2.131-.013-3.419-.111-1.572-.15-3.118.974-3.501 2.569a3.346 3.346 0 0 0 1.981 3.863c.255.105 3.422 1.412 7.335 2.804a3.34 3.34 0 0 0-1.938 2.131 3.338 3.338 0 0 0 1.53 3.863c.35.203 5.083 2.916 10.936 5.321a3.35 3.35 0 0 0 .906 4.582c1.016.699 23.749 16.127 50.299 16.127 1.742 0 3.504-.065 5.275-.209a3.345 3.345 0 0 0 3.069-3.602c-.147-1.843-1.745-3.236-3.605-3.066-16.679 1.36-32.747-4.903-42.304-9.688 1.262-.307 1.987-.588 2.167-.66a3.347 3.347 0 1 0-1.19-6.452c-3.88-.078-9.253-1.968-13.881-3.994 1.749-.876 2.768-1.713 2.86-1.785a3.359 3.359 0 0 0 1.088-3.458 3.348 3.348 0 0 0-2.693-2.419c-1.422-.235-3.193-.693-5.05-1.255 1.804-1.039 2.572-2.183 2.866-2.765a3.358 3.358 0 0 0 .029-2.948 3.336 3.336 0 0 0-2.314-1.824c-.876-.19-1.866-.51-2.938-.928a3.354 3.354 0 0 0-.301-5.014c-.069-.052-2.667-2.092-6.599-5.485a3.307 3.307 0 0 0 1.575-1.229 3.34 3.34 0 0 0-.141-3.994c-.074-.092-2.676-3.363-6.261-8.331 1.183.919 2.367 1.858 3.548 2.617a3.38 3.38 0 0 0 1.811.529c.847 0 1.683-.32 2.327-.941.265-.256.472-.551.635-.865 2.03 2.169 4.164 4.139 6.405 5.82.293.219.646.214.975.324a146.192 146.192 0 0 0 2.974 4.781c20.324 31.272 48.981 48.022 83.353 49.028-3.165 1.922-6.6 3.908-12.041 6.026-1.187.462-2.236.927-3.292 1.391-.509.1-.987.284-1.386.6-9.495 4.396-13.426 8.738-15.022 11.776-1.592 3.02-.219 6.119 1.726 7.727a3.383 3.383 0 0 0 2.144.752 3.42 3.42 0 0 0 1.539-.36c1.183-.588 1.974-1.837 1.922-3.151.137-.15.719-.634 2.543-.693 1.33-.111 4.128.19 7.393.451 3.106.256 6.832.546 10.794.75a6686.297 6686.297 0 0 1-5.359 6.238 3.342 3.342 0 0 0-.48 3.628 3.366 3.366 0 0 0 3.131 1.902c2.644-.092 4.442-.144 5.622-.17 1.03 1.347 2.291 1.883 3.105 2.092 2.301.588 4.595-.333 6.325-1.425a8.259 8.259 0 0 0 3.651 1.49c2.337.32 4.501-.36 6.066-1.131a8.072 8.072 0 0 0 4.419 1.314h.056c2.612-.013 4.896-1.275 6.514-2.51a8.195 8.195 0 0 0 3.85 1.17c2.396.085 4.383-.837 5.704-1.7 4.716.948 8.782-1.275 11.469-3.726 1.226.713 2.393.889 3.321.843 2.389-.085 4.21-1.536 5.377-2.837 5.347.647 9.184-.34 11.404-2.974 1.209-1.432 1.7-3.046 1.834-4.517 14.836-.085 16.179-8.184 16.287-9.184a3.343 3.343 0 0 0-.771-2.517 3.33 3.33 0 0 0-2.353-1.183l-38.895-2.34c-1.628-.118-3.079.974-3.458 2.563-.007.026-.67 2.497-2.746 4.471-2.792 2.665-7.287 4.074-12.178 4.819a3.319 3.319 0 0 0-.217-1.348c-.667-1.726-2.608-2.563-4.327-1.915-8.03 3.116-21.031 2.724-31.202 2.016 1.561-1.276 3.438-2.537 4.939-3.362a3.353 3.353 0 0 0 1.68-3.556c-.195-1.034-.943-1.755-1.846-2.218 2.829-1.428 5.147-2.807 7.347-4.149 3.818-2.34 7.426-4.543 13.996-6.825 12.682-4.406 27.357-5.746 27.504-5.759.333-.026.66-.111.971-.235.523-.216 41.919-17.558 61.422-57.571a37.89 37.89 0 0 1-.827 3.282 3.348 3.348 0 1 0 5.471 3.445c-1.232 3.249-2.347 5.805-3.255 7.315a3.353 3.353 0 0 0 2.124 5.001c-1.51 2.21-3.04 4.301-4.566 6.217a3.348 3.348 0 0 0 .105 4.295c-2.621 2.746-4.945 5.007-6.71 6.445a3.344 3.344 0 0 0-1 3.831c-1.703.974-3.102 1.66-4.073 1.955a3.344 3.344 0 0 0-.978 5.923 104.358 104.358 0 0 1-6.717 1.562 3.351 3.351 0 0 0-2.651 2.746 3.352 3.352 0 0 0 1.644 3.445c.105.059 1.249.706 2.997 1.451-6.475 2.608-18.036 6.014-37.006 7.884a3.35 3.35 0 0 0-3 3.661c.18 1.837 1.768 3.112 3.661 3.007 36.012-3.563 47.132-12.577 47.586-12.963a3.35 3.35 0 0 0 1.039-3.582 3.345 3.345 0 0 0-1.647-1.948c11.505-3.621 16.444-7.629 16.702-7.844a3.352 3.352 0 0 0 .748-4.275c-.837-1.419-2.579-2.033-4.099-1.419-.428.163-1.111.333-1.974.503 7.72-5.288 15.918-11.584 19.523-14.394a37.497 37.497 0 0 0 1.716-1.347 3.346 3.346 0 0 0-4.226-5.19c-.523.412-1.066.837-1.628 1.275-1.664 1.236-3.791 2.634-6.112 4.073 8.763-9.949 17.585-20.735 20.105-23.834.229-.281.454-.562.683-.843a3.342 3.342 0 0 0-.507-4.7 3.332 3.332 0 0 0-4.703.497l-.007.007-.003.007c-.062.072-.346.425-.824 1.013a181.67 181.67 0 0 1-8.161 9.256c8.926-16.179 15.686-32.103 16.676-34.463l.105-.255a3.337 3.337 0 0 0-1.802-4.37zm-156.87 112.821l.914.118a15.792 15.792 0 0 0-2.758 3.435c-1.59-.128-3.031-.239-4.161-.291 1.557-1.016 3.561-2.12 6.005-3.262z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.ki{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.002 512.002'%3E%3Cpath fill='%23ff4b55' d='M.052.026h511.95v511.95H.052z'/%3E%3Cpath d='M331.52 260.242c-3.418-2.94-7.294-5.078-11.184-6.643 21.991-4.337 39.676-22.916 39.676-22.916-10.69 4.691-15.66 5.64-32.675.047-4.282-1.407-8.681-1.901-12.874-1.858 18.656-12.423 27.885-36.354 27.885-36.354-8.082 8.424-12.31 11.204-30.17 12.548-4.495.338-8.749 1.567-12.607 3.211 12.484-18.616 11.852-44.26 11.852-44.26-4.243 10.876-7.085 15.061-23.071 23.138-4.023 2.033-7.483 4.796-10.417 7.789 4.408-21.975-5.987-45.424-5.987-45.424.242 11.671-.783 16.626-12.461 30.206-2.939 3.418-5.078 7.294-6.643 11.184-4.337-21.99-22.916-39.676-22.916-39.676 4.69 10.69 5.639 15.66.047 32.675-1.408 4.282-1.902 8.682-1.858 12.874-12.423-18.656-36.354-27.885-36.354-27.885 8.424 8.082 11.204 12.31 12.548 30.17.338 4.495 1.567 8.748 3.211 12.606-18.616-12.483-44.259-11.851-44.259-11.851 10.876 4.243 15.061 7.085 23.138 23.071 2.033 4.024 4.797 7.483 7.791 10.418-21.977-4.409-45.426 5.987-45.426 5.987 11.672-.242 16.627.783 30.207 12.461 3.417 2.939 7.294 5.078 11.184 6.643-21.99 4.336-39.676 22.916-39.676 22.916 10.691-4.69 15.66-5.64 32.676-.047 4.283 1.408 8.682 1.901 12.875 1.857-18.655 12.422-27.887 36.354-27.887 36.354 8.082-8.424 12.31-11.203 30.17-12.548 4.495-.338 8.749-1.567 12.606-3.211-12.483 18.616-11.851 44.259-11.851 44.259 4.243-10.877 7.085-15.062 23.071-23.139 4.023-2.033 7.483-4.797 10.417-7.79-4.409 21.976 5.988 45.425 5.988 45.425-.242-11.672.783-16.627 12.461-30.206 2.939-3.418 5.079-7.294 6.643-11.183 4.337 21.989 22.916 39.676 22.916 39.676-4.69-10.691-5.64-15.66-.047-32.676 1.408-4.282 1.902-8.682 1.858-12.874 12.423 18.656 36.354 27.885 36.354 27.885-8.424-8.082-11.204-12.31-12.548-30.17-.338-4.494-1.567-8.748-3.211-12.605 18.615 12.482 44.258 11.851 44.258 11.851-10.876-4.244-15.061-7.085-23.138-23.072-2.033-4.023-4.796-7.483-7.789-10.417 21.976 4.408 45.424-5.988 45.424-5.988-11.672.244-16.627-.78-30.207-12.458z' fill='%23ffe15a'/%3E%3Cpath d='M310.061 266.749L363.804 256l-53.743-10.749 45.539-30.496-53.766 10.636 30.402-45.601-45.602 30.402 10.636-53.766-30.497 45.538-10.748-53.743-10.748 53.743-30.497-45.538 10.636 53.766-45.602-30.402 30.402 45.601-53.766-10.636 45.539 30.496L148.248 256l53.743 10.749-45.539 30.496 53.766-10.636-30.402 45.602 45.602-30.402-10.636 53.765 30.496-45.538 10.749 53.743 10.749-53.743 30.496 45.538-10.636-53.765 45.602 30.402-30.402-45.602 53.766 10.636-45.541-30.496z' fill='%23ffd25a'/%3E%3Cpath d='M299.799 222.73c33.692 53.921-23.122 110.734-77.042 77.042a33.02 33.02 0 0 1-10.502-10.502c-33.692-53.921 23.122-110.734 77.042-77.042a33.04 33.04 0 0 1 10.502 10.502z' fill='%23ffe15a'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M102.308 417.668c25.607 0 25.607 13.473 51.216 13.473 25.625 0 25.625-13.473 51.251-13.473s25.625 13.473 51.251 13.473c25.569 0 25.569-13.473 51.138-13.473 25.582 0 25.582 13.473 51.164 13.473 25.592 0 25.592-13.473 51.186-13.473s25.592 13.473 51.185 13.473 25.593-13.473 51.187-13.473c.041 0 .075.004.116.004v-40.417c-.041 0-.075-.004-.116-.004-25.593 0-25.593 13.473-51.187 13.473-25.592 0-25.592-13.473-51.185-13.473s-25.592 13.473-51.186 13.473c-25.581 0-25.581-13.473-51.164-13.473-25.568 0-25.568 13.473-51.138 13.473-25.625 0-25.625-13.473-51.251-13.473s-25.625 13.473-51.251 13.473c-25.608 0-25.608-13.473-51.216-13.473-25.585 0-25.585 13.473-51.172 13.473-25.558 0-25.606-13.426-51.083-13.469v40.417c25.477.043 25.524 13.469 51.083 13.469 25.586-.001 25.586-13.473 51.172-13.473zM.052 336.838c25.477.043 25.524 13.469 51.083 13.469 25.586 0 25.586-13.473 51.172-13.473 25.607 0 25.607 13.473 51.216 13.473 25.625 0 25.625-13.473 51.251-13.473s25.625 13.473 51.251 13.473c25.569 0 25.569-13.473 51.138-13.473 25.582 0 25.582 13.473 51.164 13.473 25.592 0 25.592-13.473 51.186-13.473s25.592 13.473 51.185 13.473 25.593-13.473 51.187-13.473c.041 0 .075.004.116.004v-40.417c-.041 0-.075-.004-.116-.004-25.593 0-25.593 13.473-51.187 13.473-25.592 0-25.592-13.473-51.185-13.473s-25.592 13.473-51.186 13.473c-25.581 0-25.581-13.473-51.164-13.473-25.568 0-25.568 13.473-51.138 13.473-25.625 0-25.625-13.473-51.251-13.473s-25.625 13.473-51.251 13.473c-25.608 0-25.608-13.473-51.216-13.473-25.585 0-25.585 13.473-51.172 13.473-25.558 0-25.606-13.426-51.083-13.469v40.417z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M.052 458.089c25.477.043 25.524 13.469 51.083 13.469 25.586 0 25.586-13.473 51.172-13.473 25.607 0 25.607 13.473 51.216 13.473 25.625 0 25.625-13.473 51.251-13.473s25.625 13.473 51.251 13.473c25.569 0 25.569-13.473 51.138-13.473 25.582 0 25.582 13.473 51.164 13.473 25.592 0 25.592-13.473 51.186-13.473s25.592 13.473 51.185 13.473 25.593-13.473 51.187-13.473c.041 0 .075.004.116.004v-40.417c-.041 0-.075-.004-.116-.004-25.593 0-25.593 13.473-51.187 13.473-25.592 0-25.592-13.473-51.185-13.473s-25.592 13.473-51.186 13.473c-25.581 0-25.581-13.473-51.164-13.473-25.568 0-25.568 13.473-51.138 13.473-25.625 0-25.625-13.473-51.251-13.473s-25.625 13.473-51.251 13.473c-25.608 0-25.608-13.473-51.216-13.473-25.585 0-25.585 13.473-51.172 13.473-25.558 0-25.606-13.426-51.083-13.469v40.417zM.052 377.255c25.477.043 25.524 13.469 51.083 13.469 25.586 0 25.586-13.473 51.172-13.473 25.607 0 25.607 13.473 51.216 13.473 25.625 0 25.625-13.473 51.251-13.473s25.625 13.473 51.251 13.473c25.569 0 25.569-13.473 51.138-13.473 25.582 0 25.582 13.473 51.164 13.473 25.592 0 25.592-13.473 51.186-13.473s25.592 13.473 51.185 13.473 25.593-13.473 51.187-13.473c.041 0 .075.004.116.004v-40.417c-.041 0-.075-.004-.116-.004-25.593 0-25.593 13.473-51.187 13.473-25.592 0-25.592-13.473-51.185-13.473s-25.592 13.473-51.186 13.473c-25.581 0-25.581-13.473-51.164-13.473-25.568 0-25.568 13.473-51.138 13.473-25.625 0-25.625-13.473-51.251-13.473s-25.625 13.473-51.251 13.473c-25.608 0-25.608-13.473-51.216-13.473-25.585 0-25.585 13.473-51.172 13.473-25.558 0-25.606-13.426-51.083-13.469v40.417zM.052 296.421c25.477.043 25.524 13.469 51.083 13.469 25.586 0 25.586-13.473 51.172-13.473 25.607 0 25.607 13.473 51.216 13.473 25.625 0 25.625-13.473 51.251-13.473s25.625 13.473 51.251 13.473c25.569 0 25.569-13.473 51.138-13.473 25.582 0 25.582 13.473 51.164 13.473 25.592 0 25.592-13.473 51.186-13.473s25.592 13.473 51.185 13.473 25.593-13.473 51.187-13.473c.041 0 .075.004.116.004v-40.417c-.041 0-.075-.004-.116-.004-25.593 0-25.593 13.473-51.187 13.473-25.592 0-25.592-13.473-51.185-13.473s-25.591 13.473-51.184 13.473c-25.581 0-25.581-13.473-51.164-13.473-25.568 0-25.568 13.473-51.138 13.473-25.625 0-25.625-13.473-51.251-13.473s-25.625 13.473-51.252 13.473c-25.608 0-25.608-13.473-51.216-13.473-25.585 0-25.585 13.473-51.172 13.473-25.558 0-25.606-13.426-51.083-13.469v40.417H.052z'/%3E%3C/g%3E%3Cpath d='M460.698 471.557c-25.592 0-25.592-13.473-51.185-13.473s-25.592 13.473-51.186 13.473c-25.581 0-25.581-13.473-51.164-13.473-25.568 0-25.568 13.473-51.138 13.473-25.625 0-25.625-13.473-51.251-13.473s-25.625 13.473-51.251 13.473c-25.608 0-25.608-13.473-51.216-13.473-25.585 0-25.585 13.473-51.172 13.473-25.558 0-25.606-13.426-51.083-13.469L0 511.974h511.948s.04-53.886.052-53.886c-.041 0-.075-.004-.116-.004-25.592.001-25.592 13.473-51.186 13.473z' fill='%2341479b'/%3E%3Cpath d='M284.077 71.587c65.514-2.534 98.813-31.127 98.813-31.127-4.706 1.809-78.182 7.962-99.175 9.773-13.259 1.142-29.798 16.258-40.214 27.264-2.805-7.621-8.288-15.527-19.147-17.13-22.079-3.258-80.715-6.876-95.193-13.755 0 0 9.345 14.447 57.641 20.994 23.14 3.137 35.898 11.075 41.976 16.476l-5.508-.189-9.41-4.707c-9.411-4.706-18.822 3.258-18.822 3.258h-14.989c-1.877 0-2.949 2.143-1.823 3.645l1.442 1.923a7.797 7.797 0 0 0 6.238 3.119h15.284c5.429 9.411 26.06 19.184 43.073 19.184 17.011 0 69.132-23.165 74.2-23.165l-47.149-1.614 12.763-13.949z' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.kw{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cpath fill='%23464655' d='M0 512l141.241-170.437-.003-171.13L0 0z'/%3E%3C/svg%3E")}.pf-flag.kg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M398.517 296.184s-26.842-4.475-46.725-20.963c-5.866-4.864-14.378-8.582-22.67-11.328 6.667-.296 13.735-.11 20.416 1.241 27.675 5.596 54.509-7.838 54.509-7.838s-27.075 2.732-50.59-7.957c-6.359-2.891-14.609-4.253-22.659-4.827 5.79-1.666 11.936-2.969 18.002-3.305 28.192-1.563 50.772-21.327 50.772-21.327s-25.511 9.469-50.962 5.053c-7.412-1.286-16.51-.323-24.977 1.378 5.57-3.497 11.701-6.767 18.065-8.873 26.806-8.869 43.443-33.844 43.443-33.844s-22.153 15.801-47.874 18.184c-7.638.708-16.337 4.136-24.185 8.085 4.529-4.965 9.697-9.879 15.422-13.678 23.526-15.612 33.002-44.086 33.002-44.086s-17.213 21.076-41.399 30.146c-6.593 2.472-13.427 7.424-19.563 12.76 2.933-5.333 6.382-10.669 10.477-15.249 18.818-21.05 20.792-50.994 20.792-50.994s-11.33 24.741-32.44 39.627c-6.154 4.34-11.906 11.467-16.689 18.666 1.462-6.42 3.482-13.078 6.493-19.076 12.667-25.234 6.751-54.654 6.751-54.654s-4.475 26.841-20.963 46.724c-4.864 5.866-8.582 14.378-11.328 22.67-.296-6.667-.11-13.735 1.241-20.417 5.596-27.675-7.838-54.509-7.838-54.509s2.731 27.075-7.957 50.59c-2.891 6.359-4.253 14.609-4.827 22.659-1.666-5.79-2.969-11.936-3.305-18.002-1.562-28.192-21.327-50.772-21.327-50.772s9.469 25.511 5.054 50.962c-1.286 7.412-.323 16.511 1.378 24.978-3.497-5.57-6.767-11.701-8.873-18.066-8.869-26.806-33.844-43.443-33.844-43.443s15.801 22.154 18.184 47.874c.708 7.638 4.136 16.338 8.085 24.187-4.965-4.529-9.879-9.698-13.679-15.424-15.612-23.526-44.086-33.001-44.086-33.001s21.076 17.213 30.146 41.399c2.472 6.593 7.424 13.428 12.76 19.563-5.332-2.933-10.668-6.382-15.248-10.477-21.05-18.818-50.994-20.792-50.994-20.792s24.741 11.33 39.627 32.439c4.339 6.153 11.465 11.906 18.664 16.689-6.419-1.462-13.076-3.482-19.073-6.492-25.234-12.666-54.655-6.751-54.655-6.751s26.842 4.475 46.724 20.963c5.866 4.864 14.378 8.582 22.671 11.328-6.667.296-13.735.11-20.416-1.241-27.675-5.596-54.509 7.838-54.509 7.838s27.075-2.731 50.59 7.957c6.359 2.891 14.609 4.253 22.659 4.827-5.79 1.666-11.936 2.969-18.002 3.305-28.192 1.562-50.772 21.327-50.772 21.327s25.511-9.469 50.962-5.054c7.412 1.286 16.511.323 24.978-1.378-5.57 3.497-11.701 6.767-18.066 8.873-26.806 8.869-43.443 33.844-43.443 33.844s22.153-15.801 47.874-18.185c7.638-.708 16.338-4.136 24.187-8.085-4.529 4.965-9.698 9.879-15.424 13.679-23.526 15.613-33.002 44.086-33.002 44.086s17.213-21.076 41.399-30.146c6.593-2.472 13.427-7.424 19.563-12.76-2.932 5.332-6.382 10.667-10.477 15.247-18.818 21.05-20.792 50.994-20.792 50.994s11.33-24.741 32.44-39.627c6.154-4.34 11.905-11.466 16.689-18.665-1.462 6.42-3.481 13.077-6.492 19.076-12.667 25.234-6.751 54.654-6.751 54.654s4.475-26.842 20.963-46.724c4.864-5.866 8.582-14.378 11.328-22.671.296 6.667.11 13.736-1.241 20.417-5.596 27.675 7.838 54.508 7.838 54.508s-2.731-27.074 7.957-50.589c2.891-6.359 4.253-14.61 4.827-22.66 1.666 5.79 2.969 11.936 3.305 18.002 1.562 28.192 21.327 50.772 21.327 50.772s-9.469-25.512-5.053-50.962c1.286-7.412.323-16.51-1.378-24.977 3.497 5.571 6.767 11.701 8.873 18.065 8.869 26.805 33.844 43.443 33.844 43.443s-15.801-22.154-18.184-47.875c-.708-7.638-4.136-16.338-8.085-24.187 4.965 4.529 9.879 9.698 13.679 15.424 15.612 23.526 44.086 33.002 44.086 33.002s-21.076-17.213-30.146-41.399c-2.472-6.593-7.424-13.427-12.759-19.563 5.332 2.932 10.667 6.381 15.247 10.476 21.05 18.818 50.994 20.792 50.994 20.792s-24.741-11.33-39.627-32.439c-4.34-6.154-11.466-11.907-18.666-16.689 6.419 1.462 13.077 3.481 19.076 6.492 25.231 12.671 54.652 6.756 54.652 6.756zm-142.549 28.232c-37.781 0-68.408-30.627-68.408-68.408s30.627-68.408 68.408-68.408 68.408 30.627 68.408 68.408-30.627 68.408-68.408 68.408z'/%3E%3Cpath d='M234.279 228.323c1.458-1.139 2.91-2.283 4.387-3.298-9.692-4.408-18.416-6.524-24.537-7.472-.974 1.059-1.853 2.197-2.745 3.327 6.007 1.166 14.082 3.394 22.895 7.443zM217.07 214.533c6.577.743 16.097 2.702 26.66 7.245 1.77-1.055 3.532-1.99 5.297-2.892-11.405-4.683-21.703-6.428-28.79-6.966-1.064.863-2.168 1.676-3.167 2.613zM251.319 246.241a83.097 83.097 0 0 0-4.14-3.66c-12.807 12.189-24.012 29.965-29.07 55.759 1.839 1.646 3.664 3.31 5.706 4.708 3.716-26.233 14.609-44.339 27.504-56.807zM246.351 234.911c1.452-1.167 2.902-2.34 4.372-3.383-1.792-1.144-3.577-2.147-5.357-3.127-1.524 1.045-3.052 2.055-4.558 3.229a97.61 97.61 0 0 1 5.543 3.281zM281.743 231.608c10.981 9.645 21.016 23.224 28.159 42.055 1.832-5.592 3.073-11.453 3.073-17.656a56.733 56.733 0 0 0-9.697-31.802c-5.664 1.129-13.267 3.328-21.535 7.403zM251.73 238.575c1.43 1.063 2.832 2.262 4.238 3.443 1.407-1.181 2.808-2.38 4.238-3.443-1.408-1.172-2.811-2.325-4.238-3.378-1.427 1.053-2.83 2.207-4.238 3.378zM255.968 222.068c-1.79.907-3.583 1.932-5.383 2.997a94.094 94.094 0 0 1 5.383 3.058 94.7 94.7 0 0 1 5.383-3.058c-1.8-1.065-3.593-2.09-5.383-2.997zM211.895 291.756c6.031-24.626 17.399-41.499 30.12-53.104a85.913 85.913 0 0 0-5.326-3.475c-12.242 10.765-23.322 26.322-30.146 48.735a56.636 56.636 0 0 0 5.352 7.844zM230.192 231.608c-8.268-4.075-15.87-6.274-21.534-7.403a56.733 56.733 0 0 0-9.697 31.802c0 6.203 1.24 12.064 3.073 17.656 7.142-18.83 17.177-32.41 28.158-42.055zM255.968 215.671c12.128-5.011 23.316-6.79 31.273-7.26-8.986-5.916-19.711-9.41-31.273-9.41s-22.287 3.494-31.273 9.41c7.957.47 19.145 2.249 31.273 7.26zM255.968 251.063c-11.371 12.6-20.754 30.69-23.798 56.598 7.263 3.354 15.273 5.353 23.798 5.353s16.536-1.999 23.798-5.353c-3.044-25.908-12.427-43.999-23.798-56.598zM275.247 235.177a86.535 86.535 0 0 0-5.326 3.475c12.722 11.605 24.089 28.478 30.12 53.104a56.586 56.586 0 0 0 5.352-7.845c-6.824-22.413-17.904-37.969-30.146-48.734zM293.827 298.339c-5.058-25.794-16.263-43.57-29.07-55.759a84.126 84.126 0 0 0-4.14 3.66c12.895 12.469 23.788 30.575 27.504 56.807 2.042-1.398 3.867-3.062 5.706-4.708zM262.909 218.886c1.765.902 3.527 1.837 5.297 2.892 10.563-4.544 20.084-6.502 26.66-7.245-.999-.937-2.103-1.75-3.167-2.613-7.087.538-17.385 2.283-28.79 6.966zM265.585 234.911a96.996 96.996 0 0 1 5.543-3.28c-1.506-1.174-3.034-2.184-4.558-3.229-1.78.98-3.565 1.983-5.357 3.127 1.47 1.042 2.92 2.215 4.372 3.382zM277.657 228.323c8.812-4.048 16.887-6.277 22.895-7.443-.892-1.131-1.771-2.269-2.745-3.327-6.121.948-14.844 3.064-24.537 7.472 1.477 1.015 2.929 2.159 4.387 3.298z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.la{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 0h512v107.95H0zM0 404.05h512V512H0z'/%3E%3C/g%3E%3Cpath fill='%2341479b' d='M0 107.95h512v296.1H0z'/%3E%3Ccircle cx='256' cy='256' r='92.21' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.my{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.001 512.001'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v36.571H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 36.571h512v36.571H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 73.14h512v36.571H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 109.71h512v36.571H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 146.29h512v36.571H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 182.86h512v36.571H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 219.43h512v36.571H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 256h512v36.571H0z'/%3E%3Cpath fill='%23ff4b55' d='M512 329.143H0v-59.669h13.474l.003 23.097H512z'/%3E%3Cpath fill='%23f5f5f5' d='M0 329.14h512v36.571H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 365.71h512v36.571H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 402.29h512v36.571H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 438.86h512v36.571H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 475.43h512v36.571H0z'/%3E%3Cpath fill='%2341479b' d='M0 0h292.57v292.57H0z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M62.745 146.139c0-43.482 35.293-78.754 78.735-78.754a78.335 78.335 0 0 1 30.789 6.27c1.229.523 2.154-1.187 1.05-1.938-15.662-10.662-34.814-16.502-55.357-15.435-45.165 2.348-82.096 38.726-85.016 83.858-3.396 52.496 38.145 95.984 89.809 95.984 18.67 0 36.026-5.753 50.439-15.507 1.11-.751.19-2.465-1.044-1.942a78.342 78.342 0 0 1-30.67 6.22c-43.442 0-78.735-35.272-78.735-78.756'/%3E%3Cpath d='M242.731 146.139l33.286-12.88c1.646-.637 1.085-3.094-.675-2.953l-35.565 2.848 24.441-26.125c1.205-1.288-.365-3.257-1.889-2.368l-30.889 18.02 10.661-34.09c.526-1.683-1.743-2.775-2.729-1.313L219.376 116.9l-5.13-35.357c-.253-1.747-2.773-1.748-3.029-.002l-3.277 22.372-1.36 9.467-.523 3.52-19.997-29.597c-.988-1.462-3.257-.368-2.728 1.316l10.701 34.062-30.887-18.02c-1.524-.889-3.094 1.08-1.889 2.368l24.439 26.126-35.574-2.848c-1.76-.141-2.321 2.317-.674 2.953l33.316 12.879-33.317 12.882c-1.646.637-1.086 3.094.674 2.953l35.575-2.848-24.441 26.192c-1.204 1.29.37 3.256 1.892 2.365l30.885-18.084-10.701 34.062c-.529 1.683 1.741 2.778 2.728 1.316l19.996-29.598.523 3.603 1.36 9.384 3.277 22.431c.255 1.747 2.776 1.745 3.029-.002l5.13-35.416 19.997 29.623c.987 1.462 3.256.37 2.729-1.313l-10.661-34.09 30.887 18.083c1.522.891 3.096-1.075 1.892-2.365l-24.442-26.192 35.566 2.848c1.759.141 2.321-2.316.675-2.953l-33.286-12.881z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.mv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M404.211 107.789V404.21H107.789V107.789h296.422' fill='%2373af00'/%3E%3Cpath d='M229.102 256.04c0-51.016 34.75-93.742 81.791-106.117 1.566-.412 1.453-2.677-.153-2.884-4.268-.549-8.608-.864-13.025-.864-60.725 0-109.883 49.15-109.883 109.865 0 60.452 49.158 109.736 109.883 109.736 4.423 0 8.768-.318 13.041-.869 1.605-.207 1.717-2.471.153-2.883-47.049-12.395-81.807-55.182-81.807-105.984z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.mh{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 512l512-323.368V94.316L0 498.526z'/%3E%3Cpath fill='%23ff9b55' d='M512 0L0 485.053v13.473l512-404.21z'/%3E%3Cpath fill='%23f5f5f5' d='M176.42 146.853l57.132-7.134-57.132-7.135 28.955-17.759-36.026 8.809 21.925-29.913-29.913 21.925 8.809-36.027-17.759 28.956-7.135-57.132-7.135 57.132-17.759-28.956 8.809 36.027-29.913-21.925 21.925 29.913-36.027-8.809 28.956 17.759L57 139.719l57.131 7.134-28.955 17.76 36.027-8.809-21.925 29.913 29.913-21.925-8.809 36.026 17.759-28.955 7.135 57.132 7.135-57.132 17.759 28.955-8.809-36.026 29.913 21.925-21.925-29.913 36.026 8.809z'/%3E%3C/svg%3E")}.pf-flag.fm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2382afff' d='M0 0h512v512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M254.836 136.569l-6.801 20.392-21.495.167c-1.178.009-1.667 1.513-.719 2.213l17.292 12.769-6.484 20.495c-.355 1.124.924 2.053 1.883 1.368l17.488-12.5 17.488 12.5c.959.685 2.238-.244 1.883-1.368l-6.484-20.495 17.292-12.769c.948-.7.459-2.204-.719-2.213l-21.495-.167-6.801-20.392c-.373-1.118-1.955-1.118-2.328 0zM254.836 318.632l-6.801 20.392-21.495.167c-1.178.009-1.667 1.513-.719 2.213l17.292 12.769-6.484 20.495c-.355 1.124.924 2.053 1.883 1.368l17.488-12.5 17.488 12.5c.959.685 2.238-.244 1.883-1.368l-6.484-20.495 17.292-12.769c.948-.7.459-2.204-.719-2.213l-21.495-.167-6.801-20.392c-.373-1.118-1.955-1.118-2.328 0zM375.431 254.836l-20.392-6.801-.167-21.495c-.009-1.178-1.513-1.667-2.213-.719l-12.769 17.292-20.495-6.484c-1.124-.355-2.053.924-1.368 1.883l12.5 17.488-12.5 17.488c-.685.959.244 2.238 1.368 1.883l20.495-6.484 12.769 17.292c.7.948 2.204.459 2.213-.719l.167-21.495 20.392-6.801c1.118-.373 1.118-1.955 0-2.328zM136.569 254.836l20.392-6.801.167-21.495c.009-1.178 1.513-1.667 2.213-.719l12.769 17.292 20.495-6.484c1.124-.355 2.053.924 1.368 1.883L181.473 256l12.5 17.488c.685.959-.244 2.238-1.368 1.883l-20.495-6.484-12.769 17.292c-.7.948-2.204.459-2.213-.719l-.167-21.495-20.392-6.801c-1.118-.373-1.118-1.955 0-2.328z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.mn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M341.33 0H512v512H341.33z'/%3E%3Cpath fill='%2341479b' d='M170.67 0h170.67v512H170.67z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h170.67v512H0z'/%3E%3Cg fill='%23f9cf02'%3E%3Cpath d='M85.689 306.389c-13.341 0-24.775-8.038-29.814-19.518-.003.175-.052.337-.052.513 0 16.494 13.371 29.865 29.865 29.865s29.865-13.371 29.865-29.865c0-.175-.049-.337-.052-.512-5.037 11.48-16.472 19.517-29.812 19.517z'/%3E%3Ccircle cx='85.69' cy='279.24' r='21.72'/%3E%3Cpath d='M72.114 238.513c0 7.497 6.078 13.575 13.575 13.575s13.575-6.078 13.575-13.575c0-5.43-3.394-6.109-3.394-8.145 0-2.036 2.036-4.751-2.036-8.145 2.036 3.394-1.358 4.073-1.358 7.466 0 3.394 1.358 3.394 1.358 6.109a2.716 2.716 0 0 1-5.43 0c0-2.715 2.715-5.43 2.715-9.503s-.679-5.43-2.715-8.824c-2.036-3.394-5.43-6.109-2.715-8.824-4.073 1.358-2.036 6.788-2.036 10.181 0 3.394-2.715 5.43-2.715 9.503s2.036 4.751 2.036 7.466a2.716 2.716 0 0 1-5.43 0c0-2.715 1.358-2.715 1.358-6.109s-3.394-4.073-1.358-7.466c-4.073 3.394-2.036 6.109-2.036 8.145 0 2.038-3.394 2.716-3.394 8.146zM25.959 324.921v125.838a2.242 2.242 0 0 0 2.242 2.242h22.667a2.242 2.242 0 0 0 2.242-2.242V324.921a2.242 2.242 0 0 0-2.242-2.242H28.2a2.241 2.241 0 0 0-2.241 2.242zM118.269 324.921v125.838a2.242 2.242 0 0 0 2.242 2.242h22.667a2.242 2.242 0 0 0 2.242-2.242V324.921a2.242 2.242 0 0 0-2.242-2.242h-22.667a2.242 2.242 0 0 0-2.242 2.242zM58.539 346.641v6.377a2.242 2.242 0 0 0 2.242 2.242h49.817a2.242 2.242 0 0 0 2.242-2.242v-6.377a2.242 2.242 0 0 0-2.242-2.242H60.78a2.241 2.241 0 0 0-2.241 2.242zM58.539 422.661v6.377a2.242 2.242 0 0 0 2.242 2.242h49.817a2.242 2.242 0 0 0 2.242-2.242v-6.377a2.242 2.242 0 0 0-2.242-2.242H60.78a2.242 2.242 0 0 0-2.241 2.242zM62.585 322.679h46.208c1.137 0 1.551 1.497.577 2.082l-21.951 13.17a3.362 3.362 0 0 1-3.46 0l-21.951-13.17c-.974-.585-.559-2.082.577-2.082zM62.585 436.71h46.208c1.137 0 1.551 1.497.577 2.082l-21.951 13.17a3.362 3.362 0 0 1-3.46 0l-21.951-13.17c-.974-.585-.559-2.082.577-2.082zM88.341 360.901c-.856-.082-1.685-.259-2.562-.259-14.931 0-27.077 12.147-27.077 27.077 0 8.862 4.329 16.662 10.943 21.583.761.567 1.767-.252 1.397-1.126a15.638 15.638 0 0 1-1.239-6.106c0-8.825 7.194-16.002 16.026-15.975 4.643.014 9.094-2.279 11.149-6.443 4.251-8.611-.937-17.171-8.637-18.751zm-2.562 17.883a5.416 5.416 0 1 1 0-10.831 5.416 5.416 0 0 1 0 10.831z'/%3E%3Cpath d='M101.912 366.136c-.761-.567-1.767.252-1.397 1.126a15.638 15.638 0 0 1 1.239 6.106c0 8.826-7.195 16.003-16.027 15.976-4.643-.015-9.095 2.279-11.149 6.443-4.249 8.612.938 17.172 8.638 18.751.856.082 1.685.259 2.562.259 14.93 0 27.077-12.147 27.077-27.078.001-8.862-4.329-16.661-10.943-21.583zm-16.133 41.35a5.416 5.416 0 1 1 0-10.831 5.416 5.416 0 0 1 0 10.831z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.nr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ffe15a' d='M0 229.05h512v53.895H0z'/%3E%3Cpath fill='%23f5f5f5' d='M129.368 335l7.847 31.349 22.469-23.226-8.879 31.072 31.072-8.879-23.226 22.469L190 395.632l-31.349 7.846 23.226 22.469-31.072-8.879 8.879 31.072-22.469-23.226-7.847 31.349-7.846-31.349-22.469 23.226 8.879-31.072-31.072 8.879 23.226-22.469-31.349-7.846 31.349-7.847-23.226-22.469 31.072 8.879-8.879-31.072 22.469 23.226z'/%3E%3C/svg%3E")}.pf-flag.np{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cpath d='M17.516 34.495L296.66 238.484H81.57l26.187 29.209 203.33 226.791H17.516V34.495M0 0v512h350.316L120.799 256h229.517L0 0z' fill='%2341479b'/%3E%3Cpath fill='%23ff4b55' d='M17.516 34.495L296.66 238.484H81.57l26.187 29.208 203.33 226.792H17.516V34.495'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M102.79 317.661l10.786 22.258 20.47-13.883c.903-.613 2.115.087 2.036 1.176l-1.788 24.669 24.669-1.788c1.089-.079 1.788 1.133 1.176 2.036l-13.883 20.47 22.258 10.786c.982.476.982 1.875 0 2.351l-22.258 10.786 13.883 20.47c.613.903-.087 2.115-1.176 2.036l-24.669-1.788 1.788 24.669c.079 1.089-1.133 1.788-2.036 1.176l-20.47-13.883-10.786 22.258c-.476.982-1.875.982-2.351 0l-10.786-22.258-20.47 13.883c-.903.613-2.115-.087-2.036-1.176l1.788-24.669-24.669 1.788c-1.089.079-1.788-1.133-1.176-2.036l13.883-20.47-22.258-10.786c-.982-.476-.982-1.875 0-2.351l22.258-10.786-13.883-20.47c-.613-.903.087-2.115 1.176-2.036l24.669 1.788-1.788-24.669c-.079-1.089 1.133-1.788 2.036-1.176l20.47 13.883 10.786-22.258c.475-.983 1.875-.983 2.351 0zM130.795 188.935l-9.365-6.397 8.244-8.64-11.748-2.143 4.018-11.244-11.604 2.82-.904-11.906-9.453 7.295-5.669-10.51-5.669 10.51-9.453-7.295-.904 11.906-11.604-2.82 4.018 11.244-11.748 2.143 8.244 8.64-9.365 6.397c-11.815-5.517-22.203-13.576-30.379-23.546 5.492 31.993 33.296 56.366 66.858 56.366s61.367-24.372 66.858-56.366c-8.172 9.97-18.56 18.03-30.375 23.546z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.nc{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23009543' d='M0 0h113v113H0z'/%3E%3Cpath fill='%23ED4135' d='M0 0h113v75H0z'/%3E%3Cpath fill='%230035AD' d='M0 0h113v38H0z'/%3E%3Cg transform='translate(19 19)'%3E%3Cellipse stroke='%23000' stroke-width='1.25' fill='%23FAE600' cx='37' cy='37.5' rx='36.87' ry='37.034'/%3E%3Cpath d='M30.75 43.024h12.5m-12.5-9.29h12.5M37 .586v63.28' stroke='%23000' stroke-width='1.5' fill='%23000'/%3E%3Cpath d='M22.155 71.505c15.048 6.173 29.152.38 29.152.38s-5.324-5.788-8.053-8.048c-2.664-2.204-10.498-2.117-13.172 0-2.23 1.767-8.63 8.28-7.927 7.668z' fill='%23000'/%3E%3Cellipse fill='%23000' cx='37' cy='54.576' rx='4.125' ry='6.027'/%3E%3Cellipse fill='%23000' cx='37' cy='38.379' rx='5' ry='3.179'/%3E%3Cellipse fill='%23000' cx='37' cy='23.689' rx='5' ry='5.022'/%3E%3Cpath d='M43 4.981c-.002-.003.433.721-.478 2.37-4.357 7.88-8.728 8.05-9.558 8.73-.915.747-1.3.696-1.3.696.064-.675.125-3.435.173-3.701.661-3.682 6.199-3.631 10.533-7.402.677-.589.629-.696.629-.696L43 4.98z' fill='%23000'/%3E%3Cg fill='%23000'%3E%3Cpath d='M28.375 21.931s.979 2.82 1.125 5.65c.234 4.52 4.545 4.646 7.5 4.646v-2.511c-2.215 0-4.138-.331-5.75-3.642-.795-1.633-2.875-4.143-2.875-4.143zM28.25 58.342s1.574-1.95 3.415-6.522c.961-2.386 3.238-3.773 5.335-3.773V44.53c-4.757 0-7.038 1.772-7.278 4.36-.495 5.318-1.472 9.451-1.472 9.451z'/%3E%3C/g%3E%3Cg fill='%23000'%3E%3Cpath d='M45.625 21.931s-.979 2.82-1.125 5.65c-.234 4.52-4.545 4.646-7.5 4.646v-2.511c2.215 0 4.138-.331 5.75-3.642.795-1.633 2.875-4.143 2.875-4.143zM45.75 58.342s-1.574-1.95-3.415-6.522c-.961-2.386-3.238-3.773-5.335-3.773V44.53c4.757 0 7.038 1.772 7.278 4.36.495 5.318 1.472 9.451 1.472 9.451z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.pf-flag.nz{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%2341479b'%3E%3Cpath d='M0 0h512v512H0z'/%3E%3Cpath d='M94.316 0H0v19.977L94.316 81.77zM0 68.299v26.017h39.71zM0 161.684v26.017l39.71-26.017zM256 19.977V0h-94.316v81.77zM256 187.701v-26.017h-39.71zM161.684 174.23V256H256v-19.977zM256 94.316V68.299l-39.71 26.017zM0 236.023V256h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.023v-19.964l-83.768-54.375h24.748L256 199.995v-12.294l-39.71-26.017H256V148.21H148.211V256h13.473v-81.77zM0 148.21v13.474h39.71L0 187.701v18.901l69.197-44.918h24.748L0 222.666v13.357l94.316-61.793V256h13.473V148.21zM107.789 0H94.316v81.77L0 19.977v21.862l80.842 52.477H56.094L0 57.904v10.395l39.71 26.017H0v13.474h107.789zM256 107.79V94.316h-39.71L256 68.299V49.157l-69.568 45.159h-24.748L256 33.093V19.977L161.684 81.77V0h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.21v-40.42H148.211V0h-40.422v107.79H0v40.42h107.789V256h40.422V148.21z'/%3E%3Cpath d='M69.197 161.684L0 206.602v16.064l93.945-60.982zM172.232 161.684L256 216.059v-16.064l-59.02-38.311zM80.842 94.316L0 41.839v16.065l56.094 36.412zM186.432 94.316L256 49.157V33.093l-94.316 61.223zM395.586 441.231c-.358 0-.72-.112-1.026-.328l-10.448-7.466-10.448 7.466a1.77 1.77 0 0 1-2.065-.008 1.78 1.78 0 0 1-.647-1.966l3.875-12.241-10.328-7.621a1.772 1.772 0 0 1-.634-1.966 1.773 1.773 0 0 1 1.668-1.224l12.841-.103 4.06-12.181c.241-.716.918-1.207 1.677-1.207s1.435.491 1.677 1.207l4.06 12.181 12.841.103c.763.009 1.431.5 1.668 1.224a1.771 1.771 0 0 1-.634 1.966l-10.328 7.621 3.875 12.241a1.78 1.78 0 0 1-.647 1.966 1.767 1.767 0 0 1-1.037.336z'/%3E%3C/g%3E%3Cpath d='M384.112 404.153l4.462 13.378 14.102.109-11.345 8.377 4.254 13.446-11.473-8.2-11.473 8.2 4.254-13.446-11.345-8.377 14.102-.109 4.462-13.378m0-3.531c-1.52 0-2.869.973-3.35 2.414l-3.663 10.984-11.578.09a3.53 3.53 0 0 0-2.07 6.372l9.314 6.878-3.493 11.039a3.532 3.532 0 0 0 5.42 3.939l9.42-6.733 9.42 6.733a3.526 3.526 0 0 0 4.129-.017 3.532 3.532 0 0 0 1.291-3.922l-3.493-11.039 9.314-6.878a3.532 3.532 0 0 0-2.07-6.372l-11.578-.09-3.663-10.984a3.53 3.53 0 0 0-3.35-2.414z' fill='%23f5f5f5'/%3E%3Cpath d='M395.586 267.606c-.362 0-.72-.112-1.026-.328l-10.448-7.474-10.448 7.474a1.787 1.787 0 0 1-1.026.328 1.78 1.78 0 0 1-1.039-.336 1.78 1.78 0 0 1-.647-1.966l3.875-12.241-10.328-7.629a1.777 1.777 0 0 1-.634-1.966 1.776 1.776 0 0 1 1.668-1.224l12.841-.095 4.06-12.181c.241-.716.918-1.207 1.677-1.207s1.435.491 1.677 1.207l4.06 12.181 12.841.095c.759.009 1.431.5 1.668 1.224a1.775 1.775 0 0 1-.634 1.966l-10.328 7.629 3.875 12.241a1.78 1.78 0 0 1-.647 1.966 1.767 1.767 0 0 1-1.037.336z' fill='%23ff4b55'/%3E%3Cpath d='M384.112 230.526l4.462 13.378 14.102.109-11.345 8.377 4.254 13.446-11.473-8.2-11.473 8.2 4.254-13.446-11.345-8.377 14.102-.109 4.462-13.378m0-3.531c-1.52 0-2.869.973-3.35 2.414l-3.663 10.984-11.578.09a3.53 3.53 0 0 0-2.07 6.372l9.314 6.878-3.493 11.039a3.532 3.532 0 0 0 5.42 3.939l9.42-6.733 9.42 6.733a3.526 3.526 0 0 0 4.129-.017 3.532 3.532 0 0 0 1.291-3.922l-3.493-11.039 9.314-6.878a3.532 3.532 0 0 0-2.07-6.372l-11.578-.09-3.663-10.984a3.53 3.53 0 0 0-3.35-2.414z' fill='%23f5f5f5'/%3E%3Cpath d='M457.379 332.744c-.362 0-.72-.112-1.026-.328l-10.448-7.474-10.448 7.474a1.787 1.787 0 0 1-1.026.328 1.78 1.78 0 0 1-1.039-.336 1.78 1.78 0 0 1-.647-1.966l3.875-12.241-10.328-7.629a1.777 1.777 0 0 1-.634-1.966 1.776 1.776 0 0 1 1.668-1.224l12.841-.095 4.06-12.181c.241-.716.918-1.207 1.677-1.207s1.435.491 1.677 1.207l4.06 12.181 12.841.095c.759.009 1.431.5 1.668 1.224a1.775 1.775 0 0 1-.634 1.966l-10.328 7.629 3.875 12.241a1.78 1.78 0 0 1-.647 1.966 1.767 1.767 0 0 1-1.037.336z' fill='%23ff4b55'/%3E%3Cpath d='M445.905 295.664l4.462 13.378 14.102.109-11.345 8.377 4.254 13.446-11.473-8.2-11.473 8.2 4.254-13.446-11.345-8.377 14.102-.109 4.462-13.378m0-3.531c-1.52 0-2.869.973-3.35 2.414l-3.663 10.984-11.578.09a3.53 3.53 0 0 0-2.07 6.372l9.314 6.878-3.493 11.039a3.532 3.532 0 0 0 5.42 3.939l9.42-6.733 9.42 6.733a3.526 3.526 0 0 0 4.129-.017 3.532 3.532 0 0 0 1.291-3.922l-3.493-11.039 9.314-6.878a3.532 3.532 0 0 0-2.07-6.372l-11.578-.09-3.663-10.984a3.53 3.53 0 0 0-3.35-2.414z' fill='%23f5f5f5'/%3E%3Cpath d='M333.793 350.399c-.362 0-.72-.112-1.026-.328l-10.448-7.474-10.448 7.474a1.787 1.787 0 0 1-1.026.328 1.78 1.78 0 0 1-1.039-.336 1.78 1.78 0 0 1-.647-1.966l3.875-12.241-10.328-7.629a1.777 1.777 0 0 1-.634-1.966 1.776 1.776 0 0 1 1.668-1.224l12.841-.095 4.06-12.181c.241-.716.918-1.207 1.677-1.207s1.435.491 1.677 1.207l4.06 12.181 12.841.095c.759.009 1.431.5 1.668 1.224a1.775 1.775 0 0 1-.634 1.966l-10.328 7.629 3.875 12.241a1.78 1.78 0 0 1-.647 1.966 1.77 1.77 0 0 1-1.037.336z' fill='%23ff4b55'/%3E%3Cpath d='M322.319 313.319l4.462 13.378 14.102.109-11.345 8.377 4.254 13.446-11.473-8.2-11.473 8.2 4.254-13.446-11.345-8.377 14.102-.109 4.462-13.378m0-3.531c-1.52 0-2.869.973-3.35 2.414l-3.663 10.984-11.578.09a3.53 3.53 0 0 0-2.07 6.372l9.314 6.878-3.493 11.039a3.532 3.532 0 0 0 5.42 3.939l9.42-6.733 9.42 6.733a3.526 3.526 0 0 0 4.129-.017 3.532 3.532 0 0 0 1.291-3.922l-3.493-11.039 9.314-6.878a3.532 3.532 0 0 0-2.07-6.372l-11.578-.09-3.663-10.984a3.532 3.532 0 0 0-3.35-2.414z' fill='%23f5f5f5'/%3E%3C/svg%3E")}.pf-flag.om{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%2373af00' d='M0 341.33h512V512H0z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 170.67h512v170.67H0z'/%3E%3Cpath d='M0 0h202.1v512H0z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M55.033 111.677c-.754.086-1.482.177-2.191.271v9.596c.714.182 1.442.362 2.191.538v-10.405zM88.226 129.966c-2-.16-5.074-.468-8.744-.916l-23.014 20.469c2.981.456 6.554 1.059 8.046 1.534 5.911-5.173 13.839-12.223 23.712-21.087zM122.855 97.41v-1.971H82.022v2.935h40.833zM92.625 39.013c0 2.875 4.333 5.304 9.464 5.304 5.13 0 9.464-2.429 9.464-5.304s-4.333-5.304-9.464-5.304-9.464 2.429-9.464 5.304zM83.775 110.378c-9.218-.045-18.416.293-25.937 1.004v11.328c8.836 1.896 19.129 3.349 25.937 4.072v-16.404zM36.29 166.284c3.643-.077 11.646-1.517 17.064-5.75 1.68-1.312 4.547-3.727 8.578-7.229-2.734-.561-7.319-1.24-9.765-1.577L36.29 166.284zM89.032 92.635v-5.15c-.691-1.03-1.404-2.089-2.13-3.168l-6.269 4.559c1.247 2.144 2.048 3.507 2.195 3.758l6.204.001zM40.796 115.888c-.021.085-.07.279.246.685 1.164 1.491 4.53 2.915 8.997 4.211v-8.42c-5.365.89-8.878 2.066-9.243 3.524zM112.516 111.868v-10.69h-20.68v26.112h5.258c8.503 0 15.422-6.919 15.422-15.422zM79.279 73.036c-11.072-16.321-22.897-33.472-25.782-36.87.413 1.52 1.412 4.373 3.743 9.715 3.009 6.895 10.311 20.113 16.355 30.754l5.684-3.599zM74.985 79.076c1.574 2.757 3.018 5.264 4.233 7.363l6.116-4.448a4224.166 4224.166 0 0 0-4.481-6.631l-5.868 3.716zM89.032 127.24v-16.796c-.816-.017-1.633-.033-2.454-.045v16.657c.946.084 1.769.145 2.454.184zM91.84 78.22h20.68v2.935H91.84zM141.257 92.459v.175h1.051c.775 0 1.402.627 1.402 1.402v5.739c0 .775-.627 1.402-1.402 1.402h-1.051v.175c0 .772.628 1.402 1.402 1.402h23.659c.774 0 1.402-.63 1.402-1.402v-8.894c0-.772-.628-1.402-1.402-1.402h-23.659a1.405 1.405 0 0 0-1.402 1.403zM167.728 166.204l-15.789-14.477c-2.445.337-7.031 1.016-9.765 1.577 4.105 3.56 6.97 5.975 8.578 7.232 5.333 4.165 13.171 5.624 16.976 5.668zM135.298 96.402v1.972h5.608v-2.935h-5.608zM139.588 151.056c1.49-.478 5.07-1.082 8.056-1.538l-33.906-30.257a18.292 18.292 0 0 1-3.78 5.505l.892.797c12.285 10.997 21.885 19.51 28.738 25.493zM63.621 101.353v-.175h-1.052a1.401 1.401 0 0 1-1.402-1.402v-5.739c0-.775.627-1.402 1.402-1.402h1.052v-.175c0-.772-.628-1.402-1.402-1.402H38.56c-.774 0-1.402.63-1.402 1.402v8.894c0 .772.628 1.402 1.402 1.402h23.659a1.405 1.405 0 0 0 1.402-1.403zM69.579 97.41v-1.971h-5.608v2.935h5.608zM123.471 88.876l-6.269-4.559-1.883 2.801v5.517h5.956c.148-.251.949-1.615 2.196-3.759zM93.712 69.633h16.935l-3.727-4.135h-9.48zM91.84 72.57h20.68v2.848H91.84zM102.088 47.121c-1.362 0-2.64-.175-3.856-.434v15.848h7.799V46.67a18.339 18.339 0 0 1-3.943.451zM91.836 86.895h20.589a1.357 1.357 0 0 1 .09-.516V83.96h-20.68l.001 2.935zM118.77 81.991l6.116 4.448c1.215-2.099 2.66-4.606 4.234-7.363l-5.869-3.716a3313.723 3313.723 0 0 0-4.481 6.631zM91.84 89.7h20.68v2.935H91.84zM130.51 76.634c6.044-10.64 13.346-23.858 16.355-30.753 2.337-5.356 3.335-8.212 3.747-9.726-2.834 3.326-14.688 20.519-25.787 36.881l5.685 3.598z'/%3E%3C/g%3E%3Cpath d='M171.633 165.982l-18.284-16.767a1.372 1.372 0 0 0-1.135-.356c-.155.021-.508.068-.977.134-.025-.026-.036-.06-.063-.085l-36.444-32.522c.372-1.448.59-2.957.59-4.519v-10.69h8.84c1.138 1.481 2.908 2.454 4.917 2.454s3.779-.972 4.917-2.454h4.459v.175a4.211 4.211 0 0 0 4.206 4.206h23.659a4.211 4.211 0 0 0 4.206-4.206v-8.894a4.211 4.211 0 0 0-4.206-4.206h-23.659a4.211 4.211 0 0 0-4.206 4.206v.175h-4.459c-1.138-1.481-2.908-2.454-4.917-2.454-1.522 0-2.9.57-3.982 1.481 4.726-8.09 19.572-33.731 24.341-44.658 5.115-11.725 4.703-13.24 3.493-14.212-1.276-1.021-2.89.153-3.5.6-2.345 1.704-25.093 35.31-34.11 48.703v-11.06c0-.031-.016-.057-.018-.088l-.001-.004a1.372 1.372 0 0 0-.686-1.098l-5.78-6.41V45.81c3.342-1.434 5.52-3.913 5.52-6.797 0-4.546-5.389-8.108-12.268-8.108s-12.268 3.563-12.268 8.108c0 2.908 2.219 5.4 5.608 6.828v17.7l-5.671 6.29c-.426.241-.725.68-.725 1.204v11.426c-8.843-13.137-31.99-47.35-34.355-49.07-.612-.444-2.228-1.618-3.501-.6-1.21.972-1.622 2.486 3.493 14.212 4.617 10.58 18.68 34.952 23.859 43.834a6.151 6.151 0 0 0-2.727-.657c-2.009 0-3.779.972-4.917 2.454h-4.459v-.175a4.211 4.211 0 0 0-4.206-4.206H38.56a4.211 4.211 0 0 0-4.206 4.206v8.894a4.211 4.211 0 0 0 4.206 4.206h23.659a4.211 4.211 0 0 0 4.206-4.206v-.175h4.459c1.138 1.481 2.908 2.454 4.917 2.454s3.779-.972 4.917-2.454h8.314v6.455c-12.999-.279-48.983-.32-50.956 7.576-.183.731-.201 1.865.756 3.089 3.793 4.858 23.014 8.404 36.959 10.278l-22.858 20.33c-.028.025-.04.06-.065.087l-.977-.134c-.422-.06-.83.074-1.135.356l-18.285 16.767a1.4 1.4 0 0 0-.129 1.93c.607.728 2.145 1.084 4.205 1.084 5.069 0 13.29-2.161 18.531-6.254 4.32-3.374 16.286-13.864 35.569-31.184.835-.749 1.388-1.247 1.633-1.465h4.813c3.999 0 7.69-1.31 10.699-3.503l1.188 1.06c22.201 19.872 35.673 31.677 40.046 35.091 5.241 4.096 13.46 6.254 18.529 6.254 2.061 0 3.599-.356 4.207-1.084a1.4 1.4 0 0 0-.129-1.929zM91.836 127.29v-26.112h20.68v10.69c0 8.502-6.918 15.422-15.422 15.422h-5.258zm-41.797-6.506c-4.467-1.296-7.833-2.72-8.997-4.211-.316-.405-.267-.6-.246-.685.365-1.458 3.878-2.634 9.243-3.524v8.42zm3.458-84.618c2.885 3.399 14.71 20.55 25.782 36.87l-5.684 3.599c-6.044-10.64-13.346-23.859-16.355-30.754-2.331-5.342-3.329-8.196-3.743-9.715zm33.405 48.151c.726 1.078 1.438 2.138 2.13 3.168v5.15h-6.204c-.148-.251-.948-1.614-2.195-3.758l6.269-4.56zm-7.683 2.122a1431.815 1431.815 0 0 1-4.233-7.363l5.869-3.716c1.529 2.257 3.025 4.472 4.481 6.631l-6.117 4.448zm9.813 24.006v16.796c-.685-.039-1.508-.1-2.454-.183V110.4c.821.012 1.638.027 2.454.045zm-31.195.937c7.521-.711 16.719-1.049 25.937-1.004v16.404c-6.808-.723-17.101-2.176-25.937-4.072v-11.328zm-4.994.566c.709-.094 1.436-.185 2.191-.271v10.406c-.749-.176-1.476-.356-2.191-.538v-9.597zm26.639 17.101c3.67.448 6.743.757 8.744.916-9.873 8.865-17.801 15.914-23.712 21.088-1.492-.476-5.064-1.079-8.046-1.534l23.014-20.47zm-17.551 24.255c-4.031 3.502-6.898 5.917-8.578 7.229-5.418 4.233-13.42 5.674-17.064 5.75l15.877-14.557c2.446.338 7.031 1.017 9.765 1.578zm20.091-54.93v-2.936h40.833v2.936H82.022zm29.53-59.361c0 2.875-4.333 5.304-9.464 5.304-5.13 0-9.464-2.429-9.464-5.304s4.333-5.304 9.464-5.304c5.13 0 9.464 2.429 9.464 5.304zM91.836 81.156V78.22h20.68v2.935l-20.68.001zm20.68 2.804v2.419c-.064.17-.094.34-.09.516h-20.59V83.96h20.68zm-20.68-8.544v-2.848h20.68v2.848h-20.68zm15.084-9.918l3.728 4.135H93.712l3.728-4.135h9.48zm-8.687-2.963V46.687c1.215.259 2.493.434 3.856.434 1.395 0 2.703-.18 3.943-.452v15.866h-7.799zm-6.397 27.164h20.68v2.935h-20.68v-2.935zm55.029-43.818c-3.009 6.895-10.311 20.113-16.355 30.753l-5.684-3.599c11.098-16.362 22.952-33.555 25.787-36.881-.413 1.515-1.411 4.371-3.748 9.727zm-14.371 50.521v1.008c0 1.884-1.533 3.417-3.417 3.417s-3.417-1.533-3.417-3.417v-1.008c0-1.884 1.533-3.417 3.417-3.417s3.417 1.534 3.417 3.417zm-7.608-9.963l-6.116-4.448c1.455-2.159 2.952-4.373 4.48-6.631l5.869 3.716a1522.624 1522.624 0 0 1-4.233 7.363zm-9.566.679l1.883-2.801 6.269 4.559a969.705 969.705 0 0 1-2.196 3.759h-5.956v-5.517zm-1.582 32.143l33.906 30.257c-2.985.456-6.565 1.06-8.056 1.538-6.853-5.983-16.453-14.497-28.738-25.494l-.892-.797a18.293 18.293 0 0 0 3.78-5.504zm38.201 32.466l15.789 14.477c-3.805-.044-11.643-1.503-16.976-5.668-1.607-1.257-4.473-3.672-8.578-7.232 2.734-.561 7.32-1.24 9.765-1.577zm15.781-59.268v8.894c0 .772-.628 1.402-1.402 1.402h-23.659c-.774 0-1.402-.63-1.402-1.402v-.175h1.051c.775 0 1.402-.627 1.402-1.402v-5.739c0-.775-.627-1.402-1.402-1.402h-1.051v-.175c0-.772.628-1.402 1.402-1.402h23.659a1.403 1.403 0 0 1 1.402 1.401zm-26.814 5.915h-5.608v-2.936h5.608v2.936zm-103.748 2.979v-8.894c0-.772.628-1.402 1.402-1.402h23.659c.774 0 1.402.63 1.402 1.402v.175h-1.052c-.775 0-1.402.627-1.402 1.402v5.739c0 .775.627 1.402 1.402 1.402h1.052v.175c0 .772-.628 1.402-1.402 1.402H38.56a1.402 1.402 0 0 1-1.402-1.401zm26.813-5.914h5.608v2.936h-5.608v-2.936zm15.247 1.971c0 1.884-1.533 3.417-3.417 3.417s-3.417-1.533-3.417-3.417v-1.008c0-1.884 1.533-3.417 3.417-3.417s3.417 1.533 3.417 3.417v1.008z' fill='%23d23741'/%3E%3C/svg%3E")}.pf-flag.pw{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233cc8ff' d='M0 0h512v512H0z'/%3E%3Cpath d='M352.277 210.156c39.526 92.976-49.146 181.648-142.122 142.122a95.474 95.474 0 0 1-50.433-50.433c-39.526-92.976 49.146-181.648 142.122-142.122a95.474 95.474 0 0 1 50.433 50.433z' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.pg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23464655' d='M0 0v512h512z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M71.604 292.026l-5.052 15.148-15.968.124c-1.531.012-2.166 1.966-.934 2.876l12.845 9.486-4.817 15.224c-.462 1.46 1.2 2.668 2.446 1.777l12.991-9.285 12.991 9.285c1.246.89 2.908-.317 2.446-1.777l-4.817-15.224 12.845-9.486c1.232-.91.597-2.864-.934-2.876l-15.968-.124-5.052-15.148c-.483-1.452-2.538-1.452-3.022 0zM180.387 292.026l-5.052 15.148-15.968.124c-1.531.012-2.166 1.966-.934 2.876l12.845 9.486-4.816 15.224c-.462 1.46 1.2 2.668 2.446 1.777l12.991-9.285 12.991 9.285c1.246.89 2.908-.317 2.446-1.777l-4.817-15.224 12.845-9.486c1.232-.91.597-2.864-.934-2.876l-15.968-.124-5.052-15.148c-.484-1.452-2.538-1.452-3.023 0zM125.995 226.089l-5.052 15.148-15.968.124c-1.531.012-2.166 1.966-.934 2.876l12.845 9.486-4.817 15.224c-.462 1.46 1.2 2.668 2.446 1.777l12.991-9.285 12.991 9.285c1.246.89 2.908-.317 2.446-1.777l-4.817-15.224 12.845-9.486c1.232-.91.597-2.864-.934-2.876l-15.968-.124-5.052-15.148c-.482-1.452-2.537-1.452-3.022 0zM125.995 388.238l-5.052 15.148-15.968.124c-1.531.012-2.166 1.966-.934 2.876l12.845 9.486-4.817 15.224c-.462 1.46 1.2 2.668 2.446 1.777l12.991-9.285 12.991 9.285c1.246.89 2.908-.317 2.446-1.777l-4.817-15.224 12.845-9.486c1.232-.91.597-2.864-.934-2.876l-15.968-.124-5.052-15.148c-.482-1.453-2.537-1.452-3.022 0zM151.333 348.73l-2.687 8.055-8.491.066c-.814.006-1.152 1.045-.497 1.529l6.831 5.044-2.561 8.096c-.246.776.638 1.419 1.301.945l6.908-4.938 6.908 4.938c.662.473 1.546-.169 1.301-.945l-2.561-8.096 6.831-5.044c.655-.484.317-1.523-.497-1.529l-8.491-.066-2.687-8.055c-.257-.772-1.35-.772-1.608 0z'/%3E%3C/g%3E%3Cpath d='M426.266 191.875c-1.292-10.003-5.565-19.889-8.671-25.995 1.532.766 3.917 2.148 3.917 2.148l-2.104-7.628c5.261 2.104 9.206 6.181 9.206 6.181-2.63-13.152-6.707-19.333-6.707-19.333l3.288 1.184c-6.181-15.256-15.387-19.596-15.387-19.596l5.261-1.315c-7.759-9.732-18.675-13.02-18.675-13.02l7.102-3.419c-18.807-10.653-36.956.526-36.956.526s6.313-6.576 8.68-9.338-3.288-3.682-3.288-3.682 5.524-3.814 5.261-6.05-5.261-1.052-5.261-1.052 4.34-4.472 4.34-6.97-4.472-.921-4.472-.921 1.447-3.025 1.841-5.392c.395-2.367-3.945-.395-3.945-.395s4.866-8.68 4.603-10.521c-.263-1.841-12.757 5.918-21.7 14.467s-7.869 22.286-7.077 25.554 1.287 10.893-2.673 13.566c-3.961 2.674-11.029-3.874-14.536-7.907-3.507-4.033-7.891-2.63-12.45-1.052-4.559 1.578-13.152-.526-15.782-.877-2.63-.35 2.981 2.63 7.715 4.384 4.735 1.753 6.839 5.962 13.503 8.417 5.837 2.15 10.511 7.611 5.918 10.127-3.579 1.96-3.551-1.184-19.333-5.261-15.782-4.077-34.72 36.035-34.72 36.035 10.139-1.253 15.321-7.326 15.321-7.326l-2.739 7.856c7.493-1.419 11.156-5.975 11.156-5.975l-1.98 7.922c5.744-1.783 9.704-7.922 9.704-7.922l-1.684 7.823c5.644-2.673 8.615-7.823 8.615-7.823.594 2.872 1.061 8.733 1.061 8.733 8.742-4.673 10.784-11.31 10.784-11.31 9.995 30.249 24.462 35.246 24.462 35.246l.789-7.891c4.472 6.313 10.784 9.469 10.784 9.469l-1.052-6.839c15.519 18.938 33.405 23.673 33.405 23.673l-4.58-10.481 5.632 1.144c-6.05-5.129-8.286-14.072-8.286-14.072l4.735.789c-7.628-6.97-11.442-14.993-11.442-14.993l4.603.789c-1.447-2.236-2.63-10.127-2.63-10.127 8.417 2.63 12.757 5.918 12.757 5.918l.498-2.864c7.221 5.203 19.079 14.889 27.297 27.066.011 3.973-.631 7.983-2.281 12.009-7.538 18.386-27.355 17.185-36.123 13.327 0 0 27.18 21.218 42.085-8.943.944-1.911 1.536-3.956 1.959-6.054 1.86 4.434 3.144 9.059 3.39 13.857 1.578 30.775-30.512 27.881-30.512 27.881s35.509 14.204 37.088-26.829c.349-9.123-3.514-18.245-9.714-26.918zm-32.264-30.718l.154-.888c5.392 1.578 11.047 5.392 11.047 5.392l1.249-3.748c5.335 6.411 9.596 13.309 11.968 20.452-7.199-7.738-15.831-14.924-24.418-21.208z' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.ph{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 512l256-256L0 0z'/%3E%3Cpath fill='%23ff4b55' d='M0 512h512V256H256z'/%3E%3Cpath fill='%2341479b' d='M0 0h512v256H256z'/%3E%3Cg fill='%23ffe15a'%3E%3Ccircle cx='91.62' cy='256' r='28.69'/%3E%3Cpath d='M91.621 256l-10.759-43.034 10.759-14.345 10.758 14.345zM91.621 256l10.758 43.034-10.758 14.345-10.759-14.345zM91.621 256l-43.035 10.759L34.241 256l14.345-10.759zM91.621 256l43.034-10.759L149 256l-14.345 10.759zM91.621 256l22.822-38.037 17.751-2.536-2.536 17.751zM91.621 256l-22.823 38.037-17.751 2.536 2.536-17.751zM91.621 256l-38.038-22.822-2.536-17.751 17.751 2.536zM91.621 256l38.037 22.822 2.536 17.751-17.751-2.536zM28.365 74.724l1.496 11.16-10.075 5.028c-1.304.651-1.03 2.588.405 2.85l11.076 2.026 1.669 11.136c.216 1.442 2.143 1.779 2.836.496l5.35-9.908 11.106 1.854c1.438.24 2.354-1.488 1.348-2.543l-7.77-8.15 5.195-9.99c.673-1.293-.688-2.699-2.002-2.068l-10.152 4.871-7.896-8.028c-1.022-1.039-2.779-.179-2.586 1.266zM32.12 407.143l-1.89 11.1-11.114 1.806c-1.439.234-1.752 2.165-.461 2.841l9.973 5.227-1.717 11.128c-.222 1.441 1.517 2.335 2.56 1.317l8.053-7.87 10.053 5.072c1.302.657 2.69-.721 2.043-2.028l-4.996-10.091 7.931-7.994c1.027-1.035.145-2.781-1.297-2.57l-11.141 1.633-5.152-10.013c-.667-1.294-2.6-.995-2.845.442zM202.735 239.555l-6.48 9.209-10.81-3.15c-1.4-.408-2.513 1.201-1.638 2.367l6.755 9.009-6.337 9.308c-.82 1.205.365 2.761 1.745 2.29l10.655-3.641 6.894 8.903c.893 1.153 2.739.506 2.717-.952l-.17-11.259 10.598-3.806c1.372-.493 1.327-2.448-.066-2.878l-10.76-3.318-.344-11.255c-.047-1.457-1.92-2.019-2.759-.827z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.qa{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.002 512.002'%3E%3Cpath fill='%23f5f5f5' d='M.001 0h239.32v512H.001z'/%3E%3Cpath d='M512.001 0H130.99c.356 0 .71.053 1.05.158l81.484 24.898c3.394 1.036 3.391 5.842-.003 6.877l-70.722 21.533c-3.395 1.035-3.397 5.839-.003 6.877l70.729 21.615c3.394 1.036 3.391 5.842-.003 6.875l-70.723 21.535c-3.395 1.035-3.397 5.839-.003 6.877l70.729 21.615c3.394 1.036 3.391 5.842-.003 6.875l-70.701 21.525c-3.397 1.036-3.397 5.844 0 6.878l70.701 21.526c3.395 1.035 3.397 5.839.003 6.877l-70.729 21.615c-3.394 1.038-3.391 5.844.003 6.877l70.723 21.533c3.395 1.033 3.397 5.839.003 6.877l-70.729 21.615c-3.394 1.038-3.391 5.842.003 6.877l70.723 21.533c3.395 1.033 3.397 5.839.003 6.875l-70.729 21.615c-3.394 1.038-3.391 5.844.003 6.877l70.722 21.535c3.395 1.033 3.397 5.839.003 6.875l-70.729 21.613c-3.394 1.038-3.391 5.842.003 6.877l70.702 21.53c3.396 1.033 3.396 5.842 0 6.875l-70.702 21.53c-3.395 1.033-3.397 5.839-.003 6.875l70.729 21.615c3.394 1.036 3.391 5.842-.003 6.875l-81.484 24.811a3.57 3.57 0 0 1-1.047.156h381.011V0z' fill='%23873250'/%3E%3C/svg%3E")}.pf-flag.ws{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 .235h512v511.53H0z'/%3E%3Cpath fill='%2341479b' d='M0 .235h255.76v255.76H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M128.656 170.141l-6.179 18.529-19.532.152c-2.529.02-3.578 3.247-1.543 4.749l15.712 11.603-5.892 18.623c-.762 2.411 1.982 4.406 4.039 2.935l15.89-11.357 15.89 11.357c2.057 1.471 4.803-.524 4.039-2.935l-5.892-18.623 15.712-11.603c2.034-1.503.986-4.73-1.543-4.749l-19.532-.152-6.179-18.529c-.797-2.398-4.191-2.398-4.99 0zM129.132 25.668l-4.999 14.989-15.799.123c-2.045.016-2.893 2.627-1.248 3.841l12.71 9.386-4.766 15.064c-.617 1.95 1.604 3.564 3.268 2.374l12.854-9.187 12.854 9.187c1.664 1.19 3.884-.424 3.268-2.374l-4.766-15.064 12.71-9.386c1.645-1.215.797-3.825-1.248-3.841l-15.799-.123-4.999-14.989c-.648-1.941-3.392-1.941-4.04 0zM209.058 70.258l-4.999 14.989-15.799.123c-2.045.016-2.893 2.627-1.248 3.841l12.71 9.386-4.766 15.064c-.617 1.95 1.604 3.564 3.268 2.374l12.854-9.187 12.854 9.187c1.664 1.19 3.884-.424 3.268-2.374l-4.766-15.064 12.71-9.386c1.645-1.215.797-3.825-1.248-3.841l-15.799-.123-4.999-14.989c-.648-1.94-3.392-1.94-4.04 0zM50.889 87.926l-4.999 14.989-15.799.123c-2.045.016-2.893 2.627-1.248 3.841l12.71 9.386-4.766 15.064c-.617 1.95 1.604 3.564 3.268 2.374l12.854-9.188 12.854 9.188c1.664 1.19 3.884-.424 3.268-2.374l-4.766-15.064 12.71-9.386c1.645-1.215.797-3.825-1.248-3.841l-15.799-.123-4.999-14.989c-.647-1.941-3.393-1.941-4.04 0zM174.608 136.857l-2.806 8.414-8.87.069c-1.148.009-1.624 1.475-.7 2.157l7.135 5.269-2.676 8.456c-.347 1.095.9 2 1.834 1.333l7.216-5.157 7.216 5.157c.934.667 2.181-.238 1.834-1.333l-2.676-8.456 7.135-5.269c.924-.682.448-2.148-.7-2.157l-8.87-.069-2.806-8.414c-.361-1.089-1.902-1.089-2.266 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sa{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M76.854 191.733c1.039 6.657 5.063 8.747 8.562 8.475 4.126-.32 7.745-4.093 7.745-8.077v-22.848c0-1.144.931-2.077 2.077-2.077s2.077.933 2.077 2.077v22.946a8.289 8.289 0 0 0 3.649 6.876 8.305 8.305 0 0 0 4.657 1.432 8.346 8.346 0 0 0 3.087-.596l2.076-.83c.191 19.179-.975 36.035-.997 36.344a4.154 4.154 0 0 0 4.148 4.45 4.155 4.155 0 0 0 4.14-3.858c.097-1.351 1.377-19.81.993-40.25l1.255-.502a4.168 4.168 0 0 1 3.396.142 11.868 11.868 0 0 0 13.698-2.223l.748-.746a12.402 12.402 0 0 0 3.008-12.755l-3.538-10.613c1.913.576 4.014-.272 4.937-2.114a4.154 4.154 0 0 0-1.858-5.574l-8.309-4.154a4.152 4.152 0 0 0-5.799 5.03l6.684 20.053a4.136 4.136 0 0 1-1.002 4.252l-.746.746a3.567 3.567 0 0 1-4.112.665c-2.693-1.345-5.757-1.597-8.633-.864-.584-13.334-2.02-26.612-5.079-35.79a4.15 4.15 0 0 0-5.256-2.625 4.15 4.15 0 0 0-2.627 5.254c2.993 8.977 4.298 22.657 4.759 36.259l-4.972 1.989v-22.946c0-5.728-4.659-10.386-10.386-10.386s-10.386 4.657-10.386 10.386v20.11l-4.237-20.934c-.452-2.252-2.641-3.72-4.895-3.25a4.156 4.156 0 0 0-3.248 4.897l4.384 21.629zM84.852 156.82a4.153 4.153 0 0 0 4.154-4.154v-4.154c0-2.296-1.86-4.154-4.154-4.154s-4.154 1.858-4.154 4.154v4.154a4.154 4.154 0 0 0 4.154 4.154zM126.395 152.665h4.154c2.294 0 4.154-1.858 4.154-4.154s-1.86-4.154-4.154-4.154h-4.154a4.153 4.153 0 0 0-4.154 4.154 4.152 4.152 0 0 0 4.154 4.154z'/%3E%3Cpath d='M99.331 207.263L78.56 219.726a4.153 4.153 0 1 0 4.276 7.124l20.771-12.463c1.968-1.181 2.605-3.732 1.424-5.7s-3.73-2.605-5.7-1.424z'/%3E%3Cpath d='M155.338 214.611l.097-.066c.349 1.404.947 2.763 1.917 3.903 1.688 1.988 4.219 2.986 7.079 2.751 4.057-.296 6.816-2.15 8.641-4.544.278.191.57.365.876.519 2.245 1.132 4.842 1.047 7.315-.235 6.278-3.233 7.631-10.714 7.44-14.625-.112-2.28-2.051-3.891-4.325-3.935-2.282.097-4.057 2.032-3.976 4.312.002.053.095 4.982-2.919 6.812-.491-.686-1.075-2.227-1.294-3.501-.351-2.138-2.314-3.627-4.428-3.456-2.154.17-3.818 1.98-3.826 4.142-.002.604-.136 5.935-4.252 6.381-.479-.653-.487-3.404-.016-5.436a4.154 4.154 0 0 0-6.378-4.397l-2.319 1.577c-1.101-24.091-3.637-52.165-3.669-52.523-.207-2.28-2.215-3.98-4.513-3.761a4.155 4.155 0 0 0-3.763 4.515c.036.384 2.97 32.864 3.875 57.669-.212.202-.431.423-.639.616-1.643-4.142-4.899-6.751-9.093-7.148-5.919-.523-12.333 3.505-14.631 9.258-1.982 4.949-.734 9.814 3.177 12.39 2.811 1.854 7.055 2.438 12.39.568-1.302 4.576-3.674 9.217-6.757 12.808-2.761 3.217-7.371 6.929-13.272 6.763-3.434-.134-6.073-1.258-8.067-3.44-4.809-5.254-4.396-14.763-4.392-14.864a4.153 4.153 0 0 0-3.919-4.365c-2.302-.243-4.252 1.627-4.377 3.919-.028.527-.631 13.023 6.523 20.881 3.521 3.874 8.201 5.947 13.907 6.171.278.012.556.016.836.016 6.949 0 13.692-3.408 19.063-9.668 5.052-5.883 8.483-13.874 9.513-21.293-.014 14.211-8.577 30.24-19.933 37.301-4.822 2.994-12.339 5.696-20.808 1.521-10.438-5.152-9.195-17.084-9.14-17.57a4.153 4.153 0 0 0-3.607-4.637c-2.266-.276-4.355 1.327-4.637 3.607-.093.742-2.089 18.256 13.708 26.049 4.057 2.004 8.3 2.998 12.576 2.998 5.493 0 11.037-1.643 16.292-4.913 13.824-8.592 23.859-27.262 23.859-44.39a306.57 306.57 0 0 0-.134-8.68zm-25.049 4.283c-.742-.491-.162-2.061-.037-2.373.874-2.191 3.611-4.085 5.797-4.085.112 0 .225.004.335.016.531.049 1.941.183 2.548 3.319.065.333.12.673.162 1.022-4.63 2.718-7.734 2.803-8.805 2.101zM86.949 257.102c-1.968-1.156-4.511-.495-5.68 1.473-.191.32-.444.669-.702.986a7.19 7.19 0 0 1-.134-.341c-1.732-4.621-.499-11.741.124-14.094a4.157 4.157 0 0 0-2.947-5.079c-2.211-.568-4.485.722-5.079 2.937-.302 1.124-2.856 11.209.122 19.153 1.907 5.079 4.834 6.361 6.956 6.536.189.016.375.024.56.024 4.473 0 7.448-4.507 8.276-5.935a4.146 4.146 0 0 0-1.496-5.66z'/%3E%3Cpath d='M163.612 181.745c.899 0 1.803-.288 2.564-.888l20.944-16.443c.289-.227.474-.524.685-.804 3.016-1.819 5.057-5.095 5.057-8.868 0-5.728-4.659-10.386-10.386-10.386s-10.386 4.657-10.386 10.386c0 3.205 1.489 6.038 3.777 7.945l-14.824 11.638a4.153 4.153 0 0 0 2.569 7.42zm18.865-29.08c1.146 0 2.077.933 2.077 2.077s-.931 2.077-2.077 2.077-2.077-.933-2.077-2.077.931-2.077 2.077-2.077zM177.56 177.806a4.146 4.146 0 0 0-5.256 2.625c-.444 1.331-2.452 8.183 1.619 12.252 1.58 1.582 3.657 2.373 6.207 2.369 1.704 0 3.619-.349 5.738-1.059a4.15 4.15 0 0 0 2.627-5.254 4.148 4.148 0 0 0-5.256-2.625c-2.321.771-3.302.645-3.392.726-.245-.617-.083-2.471.343-3.797a4.15 4.15 0 0 0-2.63-5.237zM225.105 160.633a4.155 4.155 0 0 0 5.152-2.824l2.424-8.309a4.154 4.154 0 0 0-7.976-2.328l-2.424 8.308a4.155 4.155 0 0 0 2.824 5.153zM200.891 160.146a4.139 4.139 0 0 0 2.093.568 4.156 4.156 0 0 0 2.101-7.741c-.836-.487-.722-1.862-.692-2.134.124-1.091.775-2.422 1.907-2.775a4.154 4.154 0 0 0 2.732-5.201 4.161 4.161 0 0 0-5.203-2.734c-4.142 1.29-7.16 5.124-7.692 9.765-.492 4.321 1.33 8.248 4.754 10.252zM167.937 227.442a4.154 4.154 0 1 0-.779 8.235c.219.32.779 1.42.779 4.227 0 2.296 1.86 4.154 4.154 4.154s4.154-1.858 4.154-4.154c0-12.32-7.969-12.462-8.308-12.462zM238.415 210.241a9.677 9.677 0 0 0 1.562.126c3.264 0 6.562-1.647 9.828-4.913a4.152 4.152 0 0 0 0-5.874 4.152 4.152 0 0 0-5.874 0c-2.485 2.487-3.822 2.54-4.164 2.463-.793-.114-1.511-1.148-1.671-1.432a4.154 4.154 0 1 0-7.406 3.765c.256.514 2.656 5.041 7.725 5.865zM309.029 181.047c-.026-.065-.051-.126-.071-.183-.736-2.158-3.089-3.331-5.244-2.596a4.15 4.15 0 0 0-2.629 5.254c.325.974 2.174 5.858 6.759 6.475.306.041.611.061.913.061 2.878 0 5.578-1.862 8.035-5.546a4.155 4.155 0 0 0-6.913-4.609c-.328.491-.612.864-.85 1.144z'/%3E%3Cpath d='M300.873 256.521c0-17.716-.779-34.335-1.86-48.896 5.899 10.23 11.205 20.568 14.586 29.586a4.157 4.157 0 0 0 7.781-2.921c-5.258-14.018-14.709-30.713-24.024-45.532-2.271-22.378-4.813-36.582-4.859-36.835-.41-2.26-2.568-3.785-4.83-3.343a4.153 4.153 0 0 0-3.345 4.828c.033.181 1.342 7.497 2.907 19.812a675.082 675.082 0 0 0-8.645-12.526l.203.065c2.189.73 4.53-.45 5.256-2.625a4.15 4.15 0 0 0-2.627-5.254l-12.463-4.154a4.132 4.132 0 0 0-4.684 1.509 4.15 4.15 0 0 0-.607 1.273c-2.487-1.839-5.676-3.333-8.671-2.08-1.811.751-3.97 2.641-3.97 7.392 0 3.647 1.392 7.59 2.866 11.769 2.446 6.929 3.978 12.025 1.387 14.455-1.432 1.343-2.862 1.85-4.258 1.497-2.562-.649-5.097-4.061-6.787-9.128-.073-.22-.227-.379-.331-.578.874-6.435.493-14.188-1.267-22.985a4.142 4.142 0 0 0-4.889-3.258 4.153 4.153 0 0 0-3.258 4.889c2.712 13.566 1.899 24.633-2.177 29.603-1.576 1.923-3.55 2.815-6.213 2.815-.842 0-1.416-.268-1.988-.925-3.278-3.777-3.264-15.964-2.207-23.416a4.16 4.16 0 0 0-4.114-4.738c-7.148 0-9.858 8.13-12.25 15.303-1.049 3.152-3.004 9.014-4.367 9.623-2.515 0-4.14-7.384-4.154-12.467a4.155 4.155 0 0 0-4.154-4.146h-.006a4.148 4.148 0 0 0-4.148 4.15c0 9.582 3.264 20.771 12.463 20.771 6.85 0 9.625-7.465 11.948-14.402.404 5.517 1.649 11.234 4.712 14.763 2.152 2.483 5.01 3.793 8.266 3.793 5.128 0 9.497-2.024 12.637-5.854.568-.693 1.059-1.489 1.543-2.293 2.413 3.43 5.371 5.69 8.705 6.532.978.247 1.962.373 2.935.373 3.207 0 6.341-1.323 9.047-3.866.563-.529.959-1.107 1.387-1.676 1.016.29 2.046.463 3.069.463 3.365 0 6.605-1.355 8.615-2.645a4.145 4.145 0 0 0 1.258-5.712 4.168 4.168 0 0 0-5.72-1.294c-.035.017-2.81 1.611-4.703 1.238.005-4.554-1.643-9.391-3.147-13.652-.856-2.426-1.734-4.913-2.148-6.945.343.288.677.588.976.88a4.15 4.15 0 0 0 5.872 0c.268-.268.424-.595.603-.909 4.306 5.932 13.163 18.398 22.273 32.768 1.739 17.662 3.266 40.195 3.266 64.906a4.155 4.155 0 1 0 8.31-.001zM305.027 165.128c0 2.296 1.86 4.154 4.154 4.154s4.154-1.858 4.154-4.154c0-4.889-3.826-12.787-4.592-14.321a4.164 4.164 0 0 0-5.574-1.858 4.154 4.154 0 0 0-1.858 5.574c1.499 2.998 3.716 8.439 3.716 10.605z'/%3E%3Cpath d='M286.124 256.976c-2.037-1.039-4.54-.215-5.576 1.83a11.89 11.89 0 0 1-1.722 2.467c-.185-1.651.256-4.949 1.093-7.684a4.158 4.158 0 0 0-1.834-4.779 4.143 4.143 0 0 0-5.075.621l-8.309 8.309c-1.623 1.623-1.623 4.252 0 5.874s4.252 1.623 5.874 0l.211-.211c.359 1.667 1.047 3.189 2.223 4.365 1.558 1.558 3.44 2.381 5.398 2.381.379 0 .761-.032 1.142-.093 4.706-.763 7.635-5.951 8.422-7.521a4.146 4.146 0 0 0-1.847-5.559z'/%3E%3Cpath d='M284.516 223.547h-29.279c.26-1.035.527-2.02.799-2.957 11.676-2.426 18.615-6.195 20.656-11.225.706-1.744 1.442-5.27-1.562-9.323-2.708-3.651-6.532-5.29-10.501-4.479-5.903 1.197-11.163 7.558-14.937 17.741-11.727 2.008-19.235 6.217-23.986 10.372-1.686-17.023-8.295-27.136-8.615-27.618a4.155 4.155 0 0 0-6.913 4.609c.075.114 7.611 11.639 7.611 30.93 0 18.962-15.12 33.234-24.925 33.234-4.665 0-6.706-5.545-7.604-10.232 9.601-6.729 18.072-14.515 19.943-21.995 2.531-10.122-.655-17.583-2.763-22.52a52.657 52.657 0 0 1-.308-.722c.089.081.174.166.26.247a4.15 4.15 0 0 0 5.872 0 4.152 4.152 0 0 0 0-5.874c-2.428-2.43-7.144-6.248-11.43-4.454-1.811.751-3.97 2.641-3.97 7.392 0 2.146.897 4.243 1.935 6.678 1.87 4.377 4.197 9.826 2.343 17.242-1.097 4.388-6.487 9.712-13.598 14.997-.762-.911-1.864-1.524-3.143-1.524h-.006a4.15 4.15 0 0 0-4.148 4.15c0 .747.032 1.547.081 2.366-8.89 5.758-18.951 11.087-26.727 14.624a4.155 4.155 0 0 0 1.722 7.935c.576 0 1.16-.118 1.716-.373 2.336-1.062 13.423-6.227 24.811-13.286 2.097 7.122 6.542 13.659 15.013 13.659 9.966 0 21.272-8.149 27.796-20.316a24.188 24.188 0 0 0 2.772 3.967c10.457 12.057 30.881 12.195 31.745 12.195a4.154 4.154 0 0 0 .298-8.296c-.032-.004-3.343-.369-5.185-2.519-1.112-1.298-1.556-3.083-1.359-5.457.426-5.12 16.939-8.945 31.494-9.173a4.16 4.16 0 0 0 3.852-2.763l4.154-11.684a4.148 4.148 0 0 0-.521-3.785 4.149 4.149 0 0 0-3.393-1.763zm-18.236-19.838c.079-.016.185-.041.316-.041.398 0 1.024.195 1.86 1.323.158.211.663.933.536 1.25-.477 1.176-3.345 3.12-9.321 4.88 2.629-5.128 5.199-7.128 6.609-7.412zm-25.088 54.61c-4.221-1.371-8.521-3.546-11.499-6.99-3.272-3.785-4.481-8.572-3.688-14.629.12-.318.391-.946.866-1.761 5.85-.536 21.478 1.77 22.561 6.246-4.821 2.461-8.371 5.921-8.782 10.839-.204 2.465.047 4.554.542 6.295zM329.74 163.814l-4.154-12.463c-.669-2.004-2.749-3.201-4.809-2.747a4.152 4.152 0 0 0-3.266 4.475c2.866 28.666 8.288 84.57 8.288 90.98 0 5.757-10.24 17.092-26.784 25.364a4.154 4.154 0 1 0 3.716 7.432c15.112-7.558 31.376-21.043 31.376-32.796 0-6.138-4.246-50.301-6.678-75.109 1.972-.84 3-3.067 2.311-5.136zM364.404 201.299a4.152 4.152 0 0 0 4.992.673 4.16 4.16 0 0 0 1.972-4.637c-.744-2.921-.992-6.572-.598-8.065 2.081.065 4.012-1.416 4.319-3.562a4.156 4.156 0 0 0-3.523-4.702c-2.746-.373-5.158.434-6.844 2.308-1.091 1.217-1.74 2.779-2.093 4.459l-4.811-4.811a4.152 4.152 0 0 0-5.874 0 4.152 4.152 0 0 0 0 5.874l12.46 12.463zM373.749 205.632l-15.578 11.165a4.155 4.155 0 0 0-.957 5.797 4.147 4.147 0 0 0 3.381 1.732 4.12 4.12 0 0 0 2.416-.779l15.578-11.165a4.155 4.155 0 0 0 .957-5.797c-1.339-1.866-3.939-2.3-5.797-.953zM372.369 221.255a4.156 4.156 0 0 0 .363 5.509c.178.3.988 1.891.842 5.98a4.154 4.154 0 0 0 4.154 4.304 4.156 4.156 0 0 0 4.15-4.004c.302-8.479-2.473-11.578-3.68-12.515-1.806-1.416-4.421-1.083-5.829.726z'/%3E%3Cpath d='M408.624 251.848a4.153 4.153 0 0 0 4.154-4.154c0-6.13-.315-12.972-.83-20.091 4.119 6.75 7.541 12.973 9.735 18.091a4.147 4.147 0 0 0 5.455 2.182 4.153 4.153 0 0 0 2.181-5.452c-3.803-8.876-10.911-20.633-19.006-32.771-1.63-15.248-3.758-30.188-5.412-40.906a4.023 4.023 0 0 0 2.594-.645c1.312-.841 1.928-2.3 1.839-3.753.107.408.221.818.459 1.193.028.041 2.698 4.45 1.513 10.171a4.156 4.156 0 0 0 4.073 4.994 4.159 4.159 0 0 0 4.065-3.314c1.876-9.075-2.456-16.021-2.641-16.313a4.166 4.166 0 0 0-5.736-1.274c-1.317.84-1.94 2.301-1.855 3.756-.108-.411-.226-.824-.468-1.201l-7.01-10.905a4.164 4.164 0 0 0-5.006-1.623 4.154 4.154 0 0 0-2.58 4.588c.058.327 3.233 18.557 6.046 40.529a884.906 884.906 0 0 0-9.458-13.091 1592.432 1592.432 0 0 0-1.441-16.901 4.154 4.154 0 0 0 2.533-5.842l-4.154-8.309a4.16 4.16 0 0 0-4.87-2.134 4.16 4.16 0 0 0-2.98 4.406c.496 4.958 1.011 10.446 1.518 16.211a1162.279 1162.279 0 0 0-7.139-9.318 4.154 4.154 0 0 0-.85-6.868l-8.309-4.154a4.163 4.163 0 0 0-5.089 1.103 4.159 4.159 0 0 0-.012 5.209c.224.279 10.453 13.101 22.688 29.651 2.122 27.448 3.535 56 1.539 61.986-.365 1.095-1.002 2.385-1.6 2.43-2.511.349-8.503-5.266-11.513-11.282-1.734-3.465-4.229-3.826-5.564-3.765-4.465.276-6.207 5.189-9.373 14.106-2.27 6.39-5.089 14.333-8.256 17.583-1.715-2.096-3.933-9.129-5.166-16.356.579 1.598 2.074 2.753 3.872 2.753a4.153 4.153 0 0 0 4.154-4.154c0-6.195-4.333-53.376-6.753-79.235a4.152 4.152 0 0 0 2.385-5.164l-4.154-12.463a4.155 4.155 0 0 0-8.077 1.708c2.823 29.636 8.117 86.878 8.282 94.778-.01-.071-.025-.141-.035-.212-.323-2.272-2.442-3.83-4.7-3.525a4.156 4.156 0 0 0-3.523 4.702c1.213 8.491 4.312 23.092 11.453 25.469a6.934 6.934 0 0 0 2.213.361c1.637 0 3.718-.58 5.846-2.71 4.525-4.523 7.586-13.148 10.288-20.755.611-1.72 1.333-3.757 2.014-5.501 3.811 5.566 10.461 12.495 17.197 11.952 2.369-.17 6.678-1.444 8.893-8.089 2.209-6.627 1.336-29.739-.153-51.865 3.5 4.906 7.003 9.928 10.346 14.89 1.296 12.44 2.223 24.904 2.223 35.141a4.153 4.153 0 0 0 4.155 4.152z'/%3E%3Cpath d='M440.15 229.998c-2.943-21.923-7.043-47.319-9.639-62.906a4.093 4.093 0 0 0 3.481-.738 4.153 4.153 0 0 0 .783-5.822l-7.53-9.866a4.156 4.156 0 0 0-7.396 3.233c.075.426 7.483 43.072 12.065 77.202 1.751 13.043-.805 24.698-6.84 31.173-3.878 4.158-9.018 6.041-15.238 5.68-2.284-.122-4.264 1.598-4.408 3.887a4.155 4.155 0 0 0 3.884 4.406c.702.045 1.394.065 2.079.065 7.834 0 14.633-2.872 19.759-8.373 7.829-8.399 11.109-22.229 9-37.941zM394.449 257.382c-1.527 1.659-1.41 4.272.205 5.838.225.219.495.649.497.86.002.118-.166.467-.629.929a4.152 4.152 0 0 0 2.937 7.091 4.141 4.141 0 0 0 2.937-1.217c2.635-2.633 3.118-5.306 3.059-7.087-.128-3.834-2.738-6.308-3.26-6.767-1.695-1.477-4.221-1.299-5.746.353zM379.804 348.486h-29.08v-4.154c0-2.296-1.86-4.154-4.154-4.154s-4.154 1.858-4.154 4.154v4.154H122.24c8.308 8.309 24.925 12.463 37.388 12.463h182.787v8.309a4.153 4.153 0 0 0 4.154 4.154h33.234c6.872 0 12.463-5.59 12.463-12.463 0-6.872-5.59-12.463-12.462-12.463zm0 16.617h-29.08v-4.154h33.234l-.745-2.236c.432.655.745 1.394.745 2.236a4.158 4.158 0 0 1-4.154 4.154z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 .5h512v256H0z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M0 256.5h512v255H0zM86.577 121.683c0-43.383 31.833-79.342 73.398-85.994 2.257-.361 2.359-3.466.132-3.979-10.29-2.367-21.22-3.04-32.57-1.494-44.832 6.106-79.485 44.902-80.119 90.143-.723 51.657 40.923 93.721 92.337 93.721 6.998 0 13.795-.818 20.333-2.321 2.224-.511 2.113-3.624-.141-3.984-41.551-6.649-73.37-42.542-73.37-86.092z'/%3E%3Cpath d='M160.658 144.896l-3.905 11.71-12.344.096c-1.598.012-2.261 2.052-.975 3.001l9.93 7.333-3.724 11.769c-.482 1.524 1.253 2.785 2.553 1.854l10.042-7.178 10.042 7.178c1.3.929 3.035-.331 2.553-1.854l-3.724-11.769 9.93-7.333c1.285-.949.623-2.989-.975-3.001l-12.344-.096-3.905-11.71c-.505-1.516-2.649-1.516-3.154 0zM221.673 144.896l-3.905 11.71-12.344.096c-1.598.012-2.261 2.052-.975 3.001l9.93 7.333-3.724 11.769c-.482 1.524 1.253 2.785 2.553 1.854l10.042-7.178 10.042 7.178c1.3.929 3.035-.331 2.553-1.854l-3.724-11.769 9.93-7.333c1.285-.949.623-2.989-.975-3.001l-12.344-.096-3.905-11.71c-.504-1.516-2.648-1.516-3.154 0zM191.44 50.738l-3.905 11.71-12.344.096c-1.598.012-2.261 2.052-.975 3.001l9.93 7.333-3.724 11.769c-.482 1.524 1.253 2.785 2.553 1.854l10.042-7.178 10.042 7.178c1.3.929 3.035-.331 2.553-1.854l-3.724-11.769 9.93-7.333c1.285-.949.623-2.989-.975-3.001l-12.344-.096-3.905-11.71c-.504-1.516-2.649-1.516-3.154 0zM142.793 86.811l-3.905 11.71-12.344.096c-1.598.012-2.261 2.052-.975 3.001l9.93 7.333-3.724 11.769c-.482 1.524 1.253 2.785 2.553 1.854l10.042-7.178 10.042 7.178c1.3.929 3.035-.331 2.553-1.854l-3.724-11.769 9.93-7.333c1.285-.949.623-2.989-.975-3.001l-12.344-.096-3.905-11.71c-.504-1.516-2.648-1.516-3.154 0zM239.676 86.811l-3.905 11.71-12.344.096c-1.598.012-2.261 2.052-.975 3.001l9.93 7.333-3.724 11.769c-.482 1.524 1.253 2.785 2.553 1.854l10.042-7.178 10.042 7.178c1.3.929 3.035-.331 2.553-1.854l-3.724-11.769 9.93-7.333c1.285-.949.623-2.989-.975-3.001l-12.344-.096-3.905-11.71c-.505-1.516-2.649-1.516-3.154 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.sb{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2341479b' d='M0 0h512v512H0z'/%3E%3Cpath fill='%2373af00' d='M0 512h512V13.474z'/%3E%3Cpath fill='%23ffe15a' d='M512 0h-24.166L0 487.834V512h24.166L512 24.166z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M62.983 41.744l-6.133 18.39-19.385.15c-1.859.014-2.63 2.387-1.134 3.491l15.595 11.516-5.847 18.483c-.561 1.772 1.457 3.239 2.97 2.158L64.82 84.659l15.77 11.273c1.512 1.081 3.53-.385 2.97-2.158l-5.847-18.483 15.595-11.516c1.495-1.104.725-3.477-1.134-3.491l-19.385-.15-6.133-18.39c-.59-1.764-3.085-1.764-3.673 0zM210.654 41.744l-6.133 18.39-19.385.15c-1.859.014-2.63 2.387-1.134 3.491l15.595 11.516-5.847 18.483c-.561 1.772 1.457 3.239 2.97 2.158l15.771-11.273 15.771 11.273c1.512 1.081 3.53-.385 2.97-2.158l-5.848-18.483 15.595-11.516c1.495-1.104.725-3.477-1.134-3.491l-19.385-.15-6.133-18.39c-.59-1.764-3.084-1.764-3.673 0zM136.819 107.543l-6.133 18.39-19.385.15c-1.859.014-2.63 2.387-1.134 3.491l15.595 11.516-5.847 18.483c-.561 1.772 1.457 3.239 2.97 2.158l15.771-11.273 15.771 11.273c1.512 1.081 3.53-.385 2.97-2.158l-5.848-18.483 15.595-11.516c1.495-1.104.725-3.477-1.134-3.491l-19.385-.15-6.133-18.39c-.591-1.764-3.085-1.764-3.673 0zM62.983 173.342l-6.133 18.39-19.385.15c-1.859.014-2.63 2.387-1.134 3.491l15.595 11.516-5.847 18.483c-.561 1.772 1.457 3.239 2.97 2.158l15.771-11.273 15.77 11.273c1.512 1.081 3.53-.385 2.97-2.158l-5.847-18.483 15.595-11.516c1.495-1.104.725-3.477-1.134-3.491l-19.385-.15-6.133-18.39c-.59-1.763-3.085-1.763-3.673 0zM210.654 173.342l-6.133 18.39-19.385.15c-1.859.014-2.63 2.387-1.134 3.491l15.595 11.516-5.847 18.483c-.561 1.772 1.457 3.239 2.97 2.158l15.771-11.273 15.771 11.273c1.512 1.081 3.53-.385 2.97-2.158l-5.848-18.483 15.595-11.516c1.495-1.104.725-3.477-1.134-3.491l-19.385-.15-6.133-18.39c-.59-1.763-3.084-1.763-3.673 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.kr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 0h512v512H0z'/%3E%3Cpath d='M305.008 182.532c-40.562-27.042-95.35-15.985-122.374 24.507-13.555 20.211-8.046 47.674 12.235 61.195 20.265 13.521 47.64 8.03 61.161-12.252 13.521-20.281 40.914-25.704 61.179-12.253 20.297 13.521 25.756 40.984 12.217 61.195 27.042-40.562 16.111-95.35-24.418-122.392' fill='%23ff4b55'/%3E%3Cpath d='M182.634 207.039c-13.555 20.211-8.046 47.674 12.235 61.195 20.265 13.521 47.64 8.03 61.161-12.252 13.521-20.281 40.914-25.704 61.179-12.253 20.297 13.521 25.756 40.984 12.217 61.195-27.006 40.633-81.776 51.548-122.338 24.507-40.527-27.041-51.495-81.829-24.454-122.392' fill='%2341479b'/%3E%3Cg fill='%23464655'%3E%3Cpath d='M349.92 149.189l16.035 24.101a4.414 4.414 0 0 1-1.219 6.112l-4.066 2.723a4.414 4.414 0 0 1-6.129-1.22l-16.055-24.096a4.413 4.413 0 0 1 1.222-6.118l4.086-2.728a4.415 4.415 0 0 1 6.126 1.226zM374.66 186.351l16.087 24.087a4.414 4.414 0 0 1-1.237 6.134l-4.084 2.699a4.414 4.414 0 0 1-6.103-1.23l-16.078-24.061a4.415 4.415 0 0 1 1.217-6.122l4.074-2.724a4.413 4.413 0 0 1 6.124 1.217zM367.088 137.733l40.829 61.274a4.414 4.414 0 0 1-1.225 6.12l-4.102 2.735a4.414 4.414 0 0 1-6.121-1.224l-40.843-61.269a4.413 4.413 0 0 1 1.227-6.122l4.115-2.739a4.413 4.413 0 0 1 6.12 1.225zM384.211 126.291l16.07 24.149a4.414 4.414 0 0 1-1.241 6.128l-4.087 2.701a4.414 4.414 0 0 1-6.106-1.234l-16.082-24.117a4.413 4.413 0 0 1 1.224-6.121l4.099-2.732a4.413 4.413 0 0 1 6.123 1.226zM408.967 163.531l16.046 24.099a4.413 4.413 0 0 1-1.221 6.115l-4.075 2.725a4.413 4.413 0 0 1-6.127-1.223l-16.046-24.099a4.413 4.413 0 0 1 1.221-6.115l4.075-2.725a4.413 4.413 0 0 1 6.127 1.223zM132.72 293.982l40.824 61.208a4.415 4.415 0 0 1-1.221 6.12l-4.089 2.73a4.414 4.414 0 0 1-6.123-1.222l-40.824-61.208a4.414 4.414 0 0 1 1.221-6.12l4.089-2.73a4.414 4.414 0 0 1 6.123 1.222zM115.582 305.431l16.027 24.041a4.414 4.414 0 0 1-1.217 6.116l-4.066 2.722a4.414 4.414 0 0 1-6.126-1.217l-16.048-24.035a4.414 4.414 0 0 1 1.22-6.122l4.086-2.728a4.415 4.415 0 0 1 6.124 1.223zM140.351 342.605l16.047 24.101a4.414 4.414 0 0 1-1.221 6.116l-4.078 2.726a4.414 4.414 0 0 1-6.126-1.222l-16.057-24.097a4.413 4.413 0 0 1 1.222-6.118l4.088-2.73a4.414 4.414 0 0 1 6.125 1.224zM98.442 316.876l40.798 61.211a4.413 4.413 0 0 1-1.22 6.117l-4.077 2.726a4.414 4.414 0 0 1-6.125-1.22l-40.822-61.203a4.414 4.414 0 0 1 1.224-6.122l4.101-2.734a4.415 4.415 0 0 1 6.121 1.225zM121.295 210.441l40.818-61.256a4.413 4.413 0 0 1 6.124-1.223l4.087 2.729a4.414 4.414 0 0 1 1.221 6.12l-40.834 61.222a4.414 4.414 0 0 1-6.108 1.232l-4.071-2.694a4.416 4.416 0 0 1-1.237-6.13zM104.147 199.009l40.826-61.269a4.414 4.414 0 0 1 6.126-1.222l4.077 2.726a4.413 4.413 0 0 1 1.22 6.116l-40.815 61.273a4.414 4.414 0 0 1-6.124 1.224l-4.088-2.729a4.415 4.415 0 0 1-1.222-6.119zM86.991 187.625l40.829-61.33a4.413 4.413 0 0 1 6.127-1.223l4.077 2.726a4.414 4.414 0 0 1 1.222 6.114L98.441 195.25a4.414 4.414 0 0 1-6.123 1.228l-4.101-2.734a4.413 4.413 0 0 1-1.226-6.119zM338.492 355.189l16.048-24.035a4.415 4.415 0 0 1 6.127-1.217l4.066 2.723a4.414 4.414 0 0 1 1.217 6.116l-16.028 24.04a4.413 4.413 0 0 1-6.123 1.222l-4.086-2.728a4.412 4.412 0 0 1-1.221-6.121zM363.243 318.14l16.073-24.154a4.413 4.413 0 0 1 6.123-1.227l4.096 2.73a4.413 4.413 0 0 1 1.222 6.124l-16.107 24.116a4.414 4.414 0 0 1-6.109 1.228l-4.062-2.692a4.415 4.415 0 0 1-1.236-6.125zM355.626 366.698l16.058-24.098a4.415 4.415 0 0 1 6.122-1.225l4.104 2.736a4.414 4.414 0 0 1 1.225 6.119l-16.047 24.101a4.414 4.414 0 0 1-6.12 1.228l-4.115-2.739a4.415 4.415 0 0 1-1.227-6.122zM380.402 329.464l16.066-24.042a4.414 4.414 0 0 1 6.118-1.22l4.101 2.734a4.413 4.413 0 0 1 1.221 6.125l-16.065 24.042a4.414 4.414 0 0 1-6.118 1.22l-4.102-2.735a4.414 4.414 0 0 1-1.221-6.124zM372.771 378.081l16.075-24.056a4.414 4.414 0 0 1 6.103-1.23l4.087 2.701a4.414 4.414 0 0 1 1.239 6.131l-16.063 24.088a4.413 4.413 0 0 1-6.12 1.224l-4.099-2.732a4.416 4.416 0 0 1-1.222-6.126zM397.553 340.969l16.036-24.085a4.413 4.413 0 0 1 6.127-1.223l4.072 2.722a4.414 4.414 0 0 1 1.218 6.119l-16.048 24.053a4.414 4.414 0 0 1-6.11 1.229l-4.059-2.691a4.413 4.413 0 0 1-1.236-6.124z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.lk{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffd250' d='M0 0h512v512H0z'/%3E%3Cpath d='M185.379 53.895v404.211c0 7.441 3.952 13.474 8.828 13.474H476.69c4.875 0 8.828-6.032 8.828-13.474V53.895c0-7.441-3.952-13.474-8.828-13.474H194.207c-4.875 0-8.828 6.032-8.828 13.474z' fill='%23963c3c'/%3E%3Cpath d='M92.69 40.421H37.389c-6.023 0-10.906 4.883-10.906 10.906v409.346c0 6.023 4.883 10.906 10.906 10.906H92.69V40.421z' fill='%235aa587'/%3E%3Cpath d='M147.991 40.421H92.69v431.158h55.301c6.023 0 10.906-4.883 10.906-10.906V51.327c0-6.023-4.883-10.906-10.906-10.906z' fill='%23ff7350'/%3E%3Cg fill='%23ffd250'%3E%3Cpath d='M393.059 321.878c-.283-1.89 1.38-4.329 3.95-7.835.93-1.267 2.273-3.103 2.635-3.982-.24-.017-.569.002-.813.015-1.422.069-3.573.167-5.453-1.92a3.963 3.963 0 0 1-1.021-2.958c.14-2.27 1.995-4.503 3.144-5.683-2.966-2.082-5.799-4.246-8.411-6.859-4.992-4.994-10.687-7.398-16.974-7.267-.582 6.254 2.64 10.367 6.08 14.695 1.014 1.274 2.025 2.548 2.942 3.877 4.525 6.551 3.578 19.198 3.005 20.537-.65 1.518-4.228 4.886-9.136 4.23-2.257-.297-4.856.462-6.492 1.893-.704.616-1.544 1.64-1.544 3.013 0 .069.005.417.113.481.66.398 3.123-.38 4.886-1.333a1.297 1.297 0 0 1 1.502.194c3.469 3.248 6.951.442 7.336.111a1.305 1.305 0 0 1 1.662-.03c3.55 2.861 7.251-.267 7.408-.402a1.302 1.302 0 0 1 1.559-.105c1.54 1.011 2.949 1.299 4.206.867 1.098-.381 1.68-1.206 1.748-1.405.032-.525-.673-3.233-1.14-5.024-.492-1.878-.998-3.821-1.192-5.11z'/%3E%3Cpath d='M431.508 202.117c-1.07-.081-1.844.15-2.374.675-.972.96-.892 2.691-.891 2.708a1.305 1.305 0 0 1-1.461 1.361c-1.923-.251-4.766-2.281-10.043-6.148-8.383-6.145-21.054-15.43-33.142-16.959-14.05-1.785-26.555 2.698-29.732 10.641-3.538 8.844 3.98 16.902 4.056 16.983.383.405.466 1.009.204 1.5-1.982 3.734-.481 6.49.872 8 .423-1.247 1.058-2.099 1.932-2.622 2.109-1.26 4.862-.218 8.67 1.225 2.251.85 4.8 1.815 7.774 2.544 7.626 1.869 16.927.202 25.133-1.267 2.9-.52 5.697-1.019 8.299-1.351 6.544-.833 13.106 2.067 14.909 6.614.874 2.202 1.341 6.622-5.345 11.484-12.023 8.746-66.851 4.71-70.081 4.463-.072.007-.142.013-.294.024 1.199 1.346 2.605 2.66 3.218 2.823a1.296 1.296 0 0 1-.313 2.547l-5.616.086.516 5.406c.037.398-.111.793-.403 1.066-.292.275-.697.39-1.088.337-.219-.035-5.068-.812-8.42-2.674l-6.344 4.002a1.296 1.296 0 0 1-1.909-.649l-2.421-6.581-2.87 5.741c-.209.42-.629.693-1.097.715-.466.049-.911-.208-1.161-.606l-2.46-3.921c-1.125 1.405-2.929 3.452-4.775 4.729a1.297 1.297 0 0 1-1.973-.673l-1.289-4.069c-1.141 1.442-2.79 3.354-4.537 4.786a1.295 1.295 0 1 1-2.114-.918l-.415-6.541c-1.476.752-3.487 1.733-4.601 2.08a1.295 1.295 0 0 1-1.508-1.883c1.998-3.47 3.833-7.803 3.971-9.958-1.325 1.587-3.181 3.105-5.254 4.792-4.41 3.59-9.898 8.056-13.937 15.872-2.821 5.463-4.847 14.992-1.274 23.876 3.049 7.579 9.613 13.234 19.446 16.867-.329-1.435-.581-2.844-.607-4.168-.128-6.73 1.269-12.873 1.329-13.131a1.286 1.286 0 0 1 1.552-.97c.698.16 1.132.855.972 1.552-.013.061-1.383 6.101-1.262 12.498.061 3.131 1.407 6.997 2.71 10.733 1.729 4.969 3.519 10.104 2.742 14.427-1.06 5.876-8.375 7.366-15.166 6.232-1.93-.324-3.686.152-4.948 1.329-1.281 1.194-1.937 3.025-1.756 4.898.086.882.415 1.06.523 1.119.817.442 2.738-.159 3.777-.702a1.295 1.295 0 0 1 1.569.285c2.723 3.05 6.391.007 6.544-.127a1.298 1.298 0 0 1 1.783.101c1.026 1.093 2.112 1.638 3.322 1.665 2.212.135 4.311-1.834 4.333-1.851a1.3 1.3 0 0 1 1.441-.25c4.273 1.955 6.516.82 6.608.766 3.708-3.162 1.566-10.664 1.544-10.74a1.29 1.29 0 0 1 .125-1.019c.181-.309.481-.528.828-.609 5.195-1.191 8.098-4.525 9.502-6.735-2.566-.025-4.606-.925-5.807-2.802-1.935-3.03-1.006-7.594 2.369-11.626 5.773-6.899 9.303-20.86 8.773-26.545a1.298 1.298 0 0 1 1.171-1.41 1.305 1.305 0 0 1 1.41 1.171c.462 4.98-1.782 15.309-5.881 23.099 5.192-1.436 9.931-3.538 14.875-5.794 4.915-2.242 9.998-4.56 16.105-6.474 10.324-3.233 19.429-.992 27.073 6.656 3.703 3.703 7.747 6.416 12.429 9.559 2.057 1.38 4.196 2.816 6.416 4.415 6.018 4.333 5.912 7.95 5.799 11.78-.034 1.167-.071 2.374.061 3.681.621 6.219-4.324 7.202-6.701 7.675-.326.064-.631.125-.898.191-.336.084-.737.167-1.181.256-2.414.489-6.062 1.23-6.958 4.319-.162.553-.1.747-.1.747.381.174 2.357-.275 3.931-.99a1.29 1.29 0 0 1 1.049-.012c.336.143.596.423.715.769.459 1.345 1.174 1.574 1.409 1.65 1.631.509 4.301-.992 5.105-1.564a1.3 1.3 0 0 1 1.628.098c1.338 1.221 2.575 1.76 3.686 1.61 1.488-.208 2.391-1.608 2.401-1.623.214-.346.579-.572.985-.609.412-.022.806.123 1.08.423.003.005 1.137 1.201 3.457 1.935 1.522.476 1.905-.073 2.031-.255.643-.938.412-3.332-.842-4.898-1.643-2.055-2.406-5.179-1.944-7.96.425-2.559 1.805-4.646 3.988-6.037 4-2.546 4.915-5.289 4.658-5.812-.074-.035-.508-.093-.855-.138-1.785-.236-4.773-.631-7.845-6.305-2.713-5.007-.088-12.935 2.951-22.117 1.542-4.651 3.135-9.463 4.117-14.182 2.72-13.053-5.827-23.417-5.913-23.52a1.296 1.296 0 0 1 .106-1.778c5.999-5.628 8.579-10.847 7.663-15.508-.953-4.861-5.66-8.258-9.401-9.691-4.661-1.787-13.166-.771-21.394.208-6.875.817-13.374 1.591-17.568.715-2.161-.454-3.744-1.478-4.704-3.044-.791-1.291-.985-2.704-.977-3.808-2.084.783-3.491 2.713-3.508 2.737a1.298 1.298 0 0 1-1.029.542c-.511-.02-.801-.179-1.049-.501-1.06-1.37-1.486-2.882-1.264-4.494.285-2.085 1.631-3.879 2.735-5.036-4.823-1.694-8.52 2.348-8.69 2.541a1.31 1.31 0 0 1-1.648.245c-2.327-1.431-3.769-4.238-3.678-7.152.088-2.752 1.507-5.058 3.892-6.325 1.635-.867 3.202-1.027 4.656-.479 1.383.521 2.354 1.598 2.964 2.51 1.765-2.013 1.913-5.487 1.913-5.527.01-.348.157-.677.412-.913.253-.236.606-.385.938-.348 3.069.127 5.451 1.235 7.079 3.293 2.225 2.816 2.435 6.727 2.303 9.148 4.901-2.502 4.28-8.277 4.248-8.547a1.301 1.301 0 0 1 .477-1.166 1.284 1.284 0 0 1 1.242-.209c5.201 1.836 7.094 6.473 7.54 9.925 1.473-1.405 1.495-3.209 1.495-3.233a1.296 1.296 0 0 1 2.433-.621c2.006 3.668 5.066 5.95 7.305 7.228l-1.542-3.737a1.294 1.294 0 0 1 1.812-1.635c2.566 1.382 4.599 2.946 6.75 4.602 2.595 1.998 5.279 4.063 9.06 5.839 3.691 1.736 6.182 1.405 7.614.825 1.485-.599 2.333-1.657 2.608-2.381.521-1.368.673-3.334-.164-4.636-.533-.832-1.442-1.297-2.699-1.38zM278.533 220.748l.004.003.014.002c.096.032 9.784 3.089 18.58 3.612a1.297 1.297 0 0 1 .933 2.106l-.307.383c1.745-.262 3.939-.504 6.092-.513a248.183 248.183 0 0 1-3.106-3.784c-2.353-.043-10.96-.417-17.965-3.793-1.701-.825-4.643-2.251-6.042-1.529-.241.125-.639.709-.574 1.426.087.909.927 1.652 2.371 2.087zM307.726 202.019c-.135 0-.258.015-.366.047-.565.169-.852.808-.928 1.306-.094.638.067 1.495.808 1.989.967.643 2.001.202 2.59-.378.186-.181 1.075-1.132.418-2.171l-.002-.003c-1.012-.464-1.9-.79-2.52-.79z'/%3E%3Cpath d='M295.01 233.256c.628 1.496 1.601 2.656 2.406 3.433.305-.661.771-1.348 1.478-1.864.692-.504 1.89-.995 3.647-.629.027.002.052.007.079.011.05.011.09.007.141.019.045.011.074.046.119.059.063.022.128.025.189.057.045.024.073.066.113.094.661.281 1.212.734 1.504 1.417.982 2.291-.746 6.737-2.271 9.902a96.766 96.766 0 0 0 2.666-1.372 1.29 1.29 0 0 1 1.242.01c.386.214.636.611.663 1.049l.366 5.78c2.026-2.136 3.622-4.456 3.643-4.486a1.296 1.296 0 1 1 2.305.341l1.478 4.668c2.068-1.903 3.872-4.451 3.894-4.483.251-.354.661-.543 1.093-.55.434.012.833.24 1.065.607l2.229 3.553 3.18-6.359c.231-.464.668-.756 1.232-.715.516.029.965.361 1.144.847l2.902 7.891 5.664-3.573a1.287 1.287 0 0 1 1.402.014c1.847 1.21 4.685 1.989 6.474 2.391l-.484-5.072a1.291 1.291 0 0 1 .326-.987c.241-.27.584-.427.945-.432l3.241-.049a28.716 28.716 0 0 1-1.739-1.939 1.28 1.28 0 0 1-.281-.88c-2.387-.101-5.715-.527-9.041-1.963l-1.979 3.052a1.292 1.292 0 0 1-1.087.591c-.255 0-.506-.076-.722-.219l-7.484-5.021-1.375 3.744a1.297 1.297 0 0 1-2.193.405c-1.286-1.475-3.305-3.735-4.506-4.975-1.081 1.043-2.979 2.725-5.009 3.852a1.297 1.297 0 0 1-1.844-.68l-2.052-5.507a1.296 1.296 0 1 1 2.43-.904l1.496 4.017c2.171-1.508 3.983-3.45 4.005-3.474a1.296 1.296 0 0 1 1.76-.132c.754.604 2.802 2.86 4.231 4.462l1.193-3.249c.137-.373.439-.663.817-.785.375-.13.791-.069 1.122.155l7.761 5.206 1.876-2.892a1.29 1.29 0 0 1 1.665-.454c3.445 1.723 7.165 2.139 9.539 2.202-1.449-2.707-1.576-6.139-1.585-6.945a28.989 28.989 0 0 1-6.722-4.121l-.933 2.305a1.299 1.299 0 0 1-1.962.562l-3.744-2.716-.364 2.806a1.291 1.291 0 0 1-.725 1c-.393.189-.857.17-1.233-.061-.13-.078-3.211-1.96-5.046-4.025a1.295 1.295 0 0 1 .108-1.829 1.293 1.293 0 0 1 1.829.108c.776.872 1.863 1.739 2.769 2.396l.376-2.89a1.296 1.296 0 0 1 2.047-.882l4.167 3.023.997-2.462a1.294 1.294 0 0 1 2.089-.456c3.231 3.04 6.727 4.682 8.901 5.487-.742-3.459-1.026-7.796-1.039-8.024-.002-.032.012-.06.012-.092-2.019-1.113-4.874-3.033-7.341-6.048-.012 1.598-.142 3.222-.533 4.25a1.297 1.297 0 0 1-.773.759 1.322 1.322 0 0 1-1.078-.093c-.157-.089-2.976-1.709-5.075-4.073-.363 1.302-.798 2.676-1.164 3.288a1.297 1.297 0 0 1-1.69.493c-.123-.061-2.109-1.066-3.879-2.603-.172 1.726-.439 3.675-.818 4.624a1.298 1.298 0 0 1-.764.739c-.349.12-.734.093-1.06-.083-.118-.064-2.367-1.297-4.467-2.861l-.569 2.161a1.302 1.302 0 0 1-.698.842c-.348.16-.742.165-1.092.008-.157-.071-3.862-1.775-5.972-4.354a1.292 1.292 0 0 1 .182-1.822 1.292 1.292 0 0 1 1.822.182c1.009 1.232 2.553 2.262 3.666 2.909l.665-2.526c.116-.439.45-.785.884-.913a1.28 1.28 0 0 1 1.238.282c1.238 1.12 2.914 2.222 4.105 2.952.253-1.599.45-3.912.535-5.412a1.294 1.294 0 0 1 1.011-1.191 1.291 1.291 0 0 1 1.422.646c.712 1.313 2.424 2.59 3.715 3.398.354-1.108.791-2.743 1.119-4.154a1.294 1.294 0 0 1 1.135-.995 1.273 1.273 0 0 1 1.308.756c.81 1.793 2.77 3.433 4.171 4.437.152-1.89.012-4.574-.162-6.254a1.295 1.295 0 0 1 2.452-.707c2.607 5.286 7.216 8.215 9.613 9.446 1.308-14.3-2.885-19.771-2.929-19.827a1.305 1.305 0 0 1 .358-1.937c2.327-1.347 3.74-3.808 4.606-6.196-5.268 5.108-13.615 7.07-17.682 7.748l1.986 2.419a1.296 1.296 0 0 1-.874 2.111c-4.982.498-8.618-.162-11.066-.987l.847 1.564c.223.41.208.909-.04 1.304-.246.396-.698.663-1.154.607-4.059-.174-7.611-1.846-10.529-3.324-.138.953-.609 1.881-1.392 2.645-.958.935-2.178 1.419-3.386 1.419a4.393 4.393 0 0 1-2.451-.741c-1.464-.977-2.205-2.713-1.933-4.53.251-1.669 1.304-2.973 2.748-3.405 1.932-.574 4.137.543 6.926 1.964 2.214 1.129 4.854 2.472 7.732 3.074l-1.604-2.963a1.297 1.297 0 0 1 .329-1.63 1.305 1.305 0 0 1 1.662.035c.029.025 3.253 2.674 10.573 2.537l-1.846-2.251a1.297 1.297 0 0 1 .882-2.112c.139-.013 10.773-1.091 17.316-6.363-2.13.624-3.78.526-3.907.523a1.3 1.3 0 0 1-.914-.486c-2.998-3.766-6.064-4.93-7.611-5.291-.869 2.737-2.971 4.952-3.074 5.058a1.31 1.31 0 0 1-1.07.391 1.3 1.3 0 0 1-.967-.606c-2.311-3.725-5.643-4.705-7.58-4.948.238 2.753-1.687 5.016-2.968 5.957a1.3 1.3 0 0 1-1.631-.078c-5.561-4.97-9.854-3.499-11.592-2.507.548 1.363.29 2.477-.081 3.229-2.656 5.38-19.081 6.462-22.348 6.624a1.28 1.28 0 0 1-1.071-.479 1.294 1.294 0 0 1-.245-1.149c.24-.896.079-1.863-.449-2.726-.54-.882-1.405-1.525-2.313-1.719-.854-.181-2.483-.064-3.457 1.004-1.113 1.225-1.189 3.489-.219 6.551 1.739 5.495 7.096 10.909 10.431 13.877-.03-.683-.01-1.186-.003-1.313a1.296 1.296 0 0 1 .938-1.179 1.285 1.285 0 0 1 1.419.504 12.779 12.779 0 0 0 3.413 3.317l.65-4.145a1.3 1.3 0 0 1 1.129-1.087c.574-.049 1.129.256 1.35.795 1.174 2.851 8.606 11.78 11.371 14.978.354.408.417.994.157 1.468-.26.472-.785.727-1.321.661-4.736-.675-11.693.901-11.763.916a1.294 1.294 0 0 1-1.3-2.074l.958-1.193c-6.575-.683-12.977-2.413-15.565-3.168l-2.175 5.908 5.859-.585c.442-.056.896.148 1.166.515.273.364.334.844.162 1.265l-1.105 2.701 4.827-1.277a1.285 1.285 0 0 1 1.537.776c.639 1.62 1.424 2.684 2.05 3.344l1.36-3.006c.214-.469.682-.796 1.2-.761.503.015.966.328 1.165.803zM278.23 299.516c5.111 3.413 9.241-.481 11.448-3.479-4.708-3.435-8.136-7.661-10.159-12.692-.662-1.645-1.092-3.307-1.428-4.966-.481-.378-7.591-6.009-13.545-12.591a7.574 7.574 0 0 1-1.027 1.85c.418 1.701.012 3.091-.513 3.982.361 1.213.071 2.416-.349 3.295.901 1.36 1.065 2.691.488 3.97-.132.293-.31.563-.496.828.74.894 1.906 2.941 1.906 7.061 0 2.77 1.026 4.432 1.792 5.286.447-.386.936-.604 1.475-.661 1.635-.182 2.978 1.216 4.813 3.145 1.434 1.51 3.222 3.392 5.595 4.972zM252.81 264.389l-.288-.002a28.426 28.426 0 0 1-5.136-.505c-.151.433.17 1.69.507 1.949.331.253.552.673.54 1.09-.012.415-.191.823-.535 1.058-.221.155-.879.742-.887 1.316-.008.558.651 1.137 1.046 1.434a1.294 1.294 0 0 1 .197 1.89c-.167.197-.643.918-.56 1.523.017.128.071.52.746.979.292.199.491.51.55.859.057.349-.03.707-.243.99.002 0-.363.531-.223 1.06.155.585.884 1.036 1.466 1.309 1.091.514 2.661.843 4.296.908.05-.008.101-.001.151-.003 1.379.04 2.794-.094 4.005-.54 1.186-.437 1.974-1.071 2.34-1.885.115-.253.353-.781-.666-1.971a1.298 1.298 0 0 1-.046-1.631c.002-.003.866-1.191.332-2.139a1.294 1.294 0 0 1 .213-1.552c.076-.084.881-1.031.243-2.731a1.293 1.293 0 0 1 .326-1.399c.047-.047 1.219-1.266 1.193-3.121-.159-.194-.318-.388-.473-.582-2.507 1.061-5.582 1.696-9.094 1.696zM264.662 174.07c-5.24 2.818-16.414 11.653-16.736 35.841l.288 40.76c.035.057.084.116.113.171.677 1.275.356 2.929-.024 4.074 3.238 1.157 7.275.682 9.004.253-.345-1.01-.618-2.642.552-4.491-.181-48.607 4.455-69.286 6.803-76.608z'/%3E%3Cpath d='M265.202 255.749c0-2.072-1.562-3.685-3.108-4.208-.321-.11-1.41-.413-1.91.243-.936 1.225-.604 2.09-.285 2.929.179.466.363.946.224 1.496-.175.702-.815.99-1.026 1.087-1.758.798-8.442 1.844-13.062-.54a1.3 1.3 0 0 1-.569-1.724c.488-.999.842-2.465.57-2.974-.022-.042-.083-.159-.447-.208a7.598 7.598 0 0 0-1.027-.071c-1.577 0-3.04.496-3.831 1.343-.636.682-.835 1.549-.607 2.65.768 3.708 5.411 5.959 12.421 6.023 4.958-.017 9.224-1.188 11.353-3.298.865-.858 1.304-1.783 1.304-2.748zM254.048 286.492a1.28 1.28 0 0 1 1.282-.484c.901.189 3.14.663 4.425-.332.449-.344.55-1.284.206-1.896-.118-.211-.477-.847-1.827-.331-1.277.493-3.111 1.026-4.263-.01a2.006 2.006 0 0 1-.487-.698c-.346-.03-.691-.048-1.031-.1-.11.285-.262.563-.523.798-1.147 1.034-2.983.503-4.262.01-1.345-.511-1.711.12-1.827.331-.344.612-.245 1.552.202 1.895 1.287.992 3.528.523 4.263.368.477-.096 1.063.069 1.368.461.304.395.432.911.209 1.355-.292.584-1.561 3.064-2.801 4.613 1.62 2.369 3.023 6.592-.263 10.347a1.37 1.37 0 0 1-1.071.439 1.298 1.298 0 0 1-.994-.592c-.187-.283-.845-1.07-1.572-1.211-.219-.042-.567-.059-1.068.283-.339.235-.53 1.011-.243 1.859.511 1.518 2.1 2.362 4.343 2.257.51-.051 1.061.3 1.267.815a1.298 1.298 0 0 1-.361 1.463l-2.112 1.812 3.448.84c.457.111.818.462.943.916.005.022.521 1.859 1.552 3.41 1.029-1.55 1.545-3.388 1.55-3.41.125-.454.486-.805.943-.916l3.448-.84-2.114-1.812c-.42-.359-.565-.948-.361-1.463s.719-.86 1.267-.815c2.215.098 3.831-.739 4.344-2.259.287-.847.096-1.623-.243-1.858-.509-.346-.86-.329-1.076-.282-.751.152-1.426.994-1.566 1.21a1.296 1.296 0 0 1-.994.592 1.299 1.299 0 0 1-1.071-.439c-3.285-3.756-1.881-7.978-.262-10.347-1.24-1.549-2.509-4.029-2.801-4.613a1.304 1.304 0 0 1 .133-1.366z'/%3E%3C/g%3E%3Cpath d='M436.392 202.102c-.692-1.078-2.072-2.397-4.716-2.569-1.837-.132-3.31.363-4.381 1.434-.862.859-1.277 1.923-1.475 2.823-1.768-.93-4.596-3.001-7.55-5.166-8.599-6.303-21.595-15.827-34.35-17.44-10.346-1.314-22.112.749-28.583 6.753.097-.794.126-1.325.13-1.416.001-.017-.013-.03-.013-.047a1.256 1.256 0 0 0-.189-.67c-.026-.044-.055-.076-.086-.116a1.255 1.255 0 0 0-.561-.435c-.005-.002-.007-.007-.011-.009h-.004a1.263 1.263 0 0 0-.725-.016c-.045.011-.084.018-.128.033a1.258 1.258 0 0 0-.578.403c-.01.012-.028.014-.038.026a10.098 10.098 0 0 1-7.735 4.128c-4.852-5.762-9.979-5.94-10.2-5.945-.742.049-1.215.461-1.311 1.105-.202 1.368-.999 2.723-1.672 3.663-4.275-5.316-10.295-4.783-10.563-4.761a1.297 1.297 0 0 0-1.051 1.826c.771 1.697-.164 3.175-.909 3.997-8.417-6.745-14.894-1.25-14.961-1.189a1.297 1.297 0 0 0-.213 1.711c.628.909.516 1.412.349 1.751-1.362 2.76-11.241 4.56-18.641 5.088a6.254 6.254 0 0 0-.936-3.027c-.918-1.498-2.369-2.554-3.98-2.9-1.792-.39-4.312.022-5.918 1.795-1.795 1.974-2.053 5.028-.771 9.077 2.003 6.327 8.016 12.278 11.524 15.342a28.508 28.508 0 0 1-2.522-1.056c-2.065-1.006-5.522-2.688-8.076-1.36-1.289.666-2.114 2.335-1.964 3.966.076.817.532 2.652 2.923 3.825l-2.876 7.813a1.296 1.296 0 0 0 1.344 1.736l5.777-.577-1.274 3.116c-.186.456-.098.977.226 1.346.324.368.818.531 1.306.396l6.271-1.66c1.62 3.327 3.781 4.491 3.882 4.543a1.298 1.298 0 0 0 1.781-.612l.999-2.212a13.921 13.921 0 0 0 2.848 2.942c-.422.348-.836.691-1.294 1.063-4.354 3.543-10.317 8.397-14.602 16.694-2.152 4.167-3.829 10.522-3.329 17.283-3.121-2.624-9.007-7.829-13.339-13.155.522-.356 1.077-.692 1.496-1.107 1.355-1.341 2.07-2.929 2.07-4.587 0-3.445-2.524-5.87-4.867-6.662a5.059 5.059 0 0 0-2.476-.209c-.076-56.476 6.356-73.764 7.663-76.677a1.297 1.297 0 0 0-1.547-1.773c-.849.25-20.79 6.479-21.231 39.475l.278 39.367c-2.707-.286-5.276.485-6.774 2.082-.85.909-1.756 2.505-1.252 4.947.67 3.24 3.284 5.631 7.295 6.944-.11.425-.148.906-.094 1.444.062.633.26 1.415.626 2.095-.489.584-.97 1.417-.995 2.445-.024.99.371 1.92 1.174 2.772-.317.639-.594 1.505-.472 2.463.074.57.314 1.328.99 2.06a3.735 3.735 0 0 0-.105 2.117c.208.84.731 1.561 1.505 2.178-1.984-.368-3.378.527-4.03 1.692-.98 1.748-.584 4.09.884 5.218 1.196.919 2.618 1.213 3.914 1.146-.66 1.117-1.356 2.149-1.795 2.492a1.296 1.296 0 0 0-.165 1.893c.135.148 2.961 3.334 1.279 6.642-.52-.427-1.193-.827-1.994-.989-1.041-.211-2.094.029-3.052.687-1.368.938-1.876 2.92-1.235 4.822.491 1.456 1.716 2.949 3.806 3.637l-1.819 1.559a1.296 1.296 0 0 0 .536 2.243l5.198 1.267c.398 1.142 1.309 3.347 2.831 4.869.243.243.705.38 1.049.38s.673-.137.916-.38c1.522-1.522 2.433-3.727 2.831-4.869l5.198-1.267a1.294 1.294 0 0 0 .536-2.243l-1.819-1.559c2.089-.69 3.315-2.181 3.806-3.637.641-1.901.133-3.885-1.235-4.822-.96-.66-2.02-.896-3.054-.687-.8.162-1.471.56-1.992.987-1.655-3.29 1.147-6.494 1.282-6.644a1.3 1.3 0 0 0-.168-1.89c-.437-.341-1.132-1.372-1.792-2.487 1.294.012 2.71-.224 3.909-1.151.263-.202.45-.48.642-.749.092 5.686 3.696 7.938 3.852 8.032a1.292 1.292 0 0 0 1.771-.437c.305-.498.488-.594.484-.599.456.025 1.734 1.372 2.669 2.354 1.525 1.604 3.425 3.602 6.037 5.343 1.915 1.277 3.723 1.78 5.387 1.78 4.665 0 8.159-3.937 9.65-5.96 2.906 1.823 6.2 3.405 9.954 4.687.128.044.259.061.388.064.448 1.454.938 2.919 1.443 4.37 1.621 4.651 3.297 9.461 2.639 13.114-.852 4.734-8.339 4.781-12.189 4.133-2.738-.445-5.279.255-7.143 1.992-1.864 1.741-2.824 4.373-2.564 7.042.181 1.864 1.115 2.742 1.868 3.148 1.729.93 4.068.234 5.338-.285 2.917 2.541 6.408 1.475 8.518.132 1.299 1.085 2.747 1.653 4.314 1.689.052.002.103.002.155.002 2.369 0 4.361-1.247 5.358-2.009 5.019 2.031 7.889.516 8.39.206 4.074-3.437 3.405-9.615 2.873-12.301 8.373-2.536 11.073-9.812 11.189-10.136a1.3 1.3 0 0 0-.267-1.316 1.311 1.311 0 0 0-1.291-.373c-2.581.693-4.621.221-5.591-1.299-1.314-2.057-.462-5.421 2.171-8.567a25.672 25.672 0 0 0 1.587-2.153c6.47-1.446 11.998-3.964 17.849-6.632 4.844-2.208 9.853-4.493 15.807-6.359 1.67-.524 3.291-.832 4.89-1.038-.484 7.02 3.117 11.645 6.653 16.094.977 1.228 1.954 2.455 2.838 3.735 3.793 5.492 3.064 17.005 2.757 18.044-.27.59-2.811 3.179-6.413 2.684-2.993-.398-6.344.587-8.54 2.51-1.567 1.372-2.429 3.135-2.429 4.964 0 1.559.749 2.333 1.378 2.708 1.876 1.115 4.982-.078 6.646-.874 1.556 1.201 3.152 1.645 4.628 1.645 1.836 0 3.486-.683 4.643-1.443 3.474 2.195 7.113.909 9.141-.474 2.541 1.378 4.584 1.107 5.9.587a6.134 6.134 0 0 0 1.174-.619c.052.054.101.127.154.173 1.378 1.186 3.929.555 5.562-.037.742 1.23 1.726 1.783 2.502 2.031 2.399.764 5.154-.55 6.541-1.372 1.682 1.301 3.354 1.847 5.023 1.613 1.473-.204 2.583-.995 3.298-1.689a12.353 12.353 0 0 0 3.487 1.719c.69.219 1.297.309 1.831.309 1.805 0 2.748-1.029 3.118-1.567 1.498-2.188.717-5.893-.955-7.983-.987-1.233-1.807-3.541-1.412-5.915.211-1.265.871-3.033 2.823-4.275 3.519-2.239 5.829-5.271 5.883-7.72.024-1.012-.361-1.847-1.085-2.354-.638-.447-1.353-.542-2.046-.633-1.542-.204-3.462-.457-5.907-4.97-2.178-4.022.402-11.815 3.135-20.067 1.562-4.722 3.18-9.605 4.193-14.467 2.507-12.036-3.536-21.732-5.724-24.752 6.085-5.986 8.636-11.731 7.585-17.084-1.157-5.9-6.657-9.942-11.015-11.611-5.267-2.018-14.094-.968-22.629.054-6.656.796-12.949 1.552-16.728.751-1.429-.299-2.445-.919-3.018-1.846-.999-1.611-.464-3.73-.459-3.752a1.3 1.3 0 0 0-.243-1.142c-.258-.319-.683-.523-1.061-.484-2.483.1-4.461 1.483-5.684 2.625a3.167 3.167 0 0 1-.032-1.075c.336-2.49 3.204-4.667 3.233-4.689a1.298 1.298 0 0 0-.103-2.144c-5.277-3.214-10.205-.833-12.728 1.402-1.066-1.044-1.709-2.64-1.658-4.248.032-1.056.405-2.996 2.516-4.118.955-.508 1.775-.619 2.519-.346 1.245.464 2.072 1.994 2.286 2.546a1.3 1.3 0 0 0 .781.756c.358.13.756.091 1.081-.101 2.888-1.685 3.813-5.225 4.106-7.189 1.699.277 2.995.997 3.936 2.185 2.64 3.33 1.561 9.197 1.55 9.256a1.297 1.297 0 0 0 1.608 1.497c5.864-1.571 7.741-6.333 8.031-9.853 4.484 2.792 4.179 8.567 4.162 8.839a1.296 1.296 0 0 0 1.78 1.287c2.146-.871 3.334-2.286 3.992-3.594 4.081 5.353 9.757 7.211 10.028 7.298a1.297 1.297 0 0 0 1.591-1.73l-1.267-3.071a88.241 88.241 0 0 1 3.045 2.278c2.706 2.082 5.502 4.235 9.537 6.131 4.537 2.131 7.769 1.653 9.689.884 1.915-.774 3.432-2.219 4.059-3.864.728-1.913 1.005-4.749-.409-6.951zm-2.016 6.036c-.275.724-1.124 1.782-2.608 2.381-1.432.58-3.923.911-7.614-.825-3.781-1.777-6.465-3.842-9.06-5.839-2.151-1.657-4.184-3.221-6.75-4.602a1.295 1.295 0 0 0-1.812 1.635l1.542 3.737c-2.239-1.277-5.299-3.56-7.305-7.228a1.295 1.295 0 1 0-2.433.621c0 .024-.022 1.827-1.495 3.233-.445-3.452-2.338-8.09-7.54-9.925a1.285 1.285 0 0 0-1.242.209c-.349.28-.53.72-.477 1.166.032.27.653 6.045-4.248 8.547.132-2.421-.078-6.332-2.303-9.148-1.628-2.058-4.01-3.167-7.079-3.293-.332-.037-.685.111-.938.348a1.292 1.292 0 0 0-.412.913c0 .04-.148 3.514-1.913 5.527-.611-.913-1.581-1.989-2.964-2.51-1.454-.548-3.022-.388-4.656.479-2.386 1.267-3.804 3.573-3.892 6.325-.091 2.914 1.351 5.721 3.678 7.152a1.31 1.31 0 0 0 1.648-.245c.17-.192 3.867-4.235 8.69-2.541-1.103 1.157-2.45 2.951-2.735 5.036-.223 1.613.204 3.125 1.264 4.494.248.322.538.481 1.049.501a1.295 1.295 0 0 0 1.029-.542c.017-.024 1.424-1.954 3.508-2.737-.008 1.103.186 2.517.977 3.808.96 1.566 2.543 2.59 4.704 3.044 4.194.876 10.693.101 17.568-.715 8.228-.979 16.733-1.994 21.394-.208 3.74 1.432 8.447 4.83 9.401 9.691.916 4.662-1.664 9.88-7.663 15.508a1.295 1.295 0 0 0-.106 1.778c.086.103 8.633 10.467 5.913 23.52-.982 4.719-2.575 9.531-4.117 14.182-3.039 9.181-5.664 17.109-2.951 22.117 3.072 5.674 6.06 6.069 7.845 6.305.348.046.781.103.855.138.256.523-.658 3.266-4.658 5.812-2.183 1.39-3.563 3.477-3.988 6.037-.462 2.78.3 5.905 1.944 7.96 1.254 1.566 1.485 3.96.842 4.898-.127.182-.51.731-2.031.255-2.32-.734-3.454-1.93-3.457-1.935a1.345 1.345 0 0 0-1.08-.423 1.295 1.295 0 0 0-.985.609c-.01.015-.913 1.415-2.401 1.623-1.112.15-2.348-.388-3.686-1.61a1.3 1.3 0 0 0-1.628-.098c-.805.572-3.474 2.073-5.105 1.564-.234-.076-.95-.305-1.409-1.65a1.298 1.298 0 0 0-1.764-.757c-1.574.715-3.55 1.164-3.931.992 0 0-.062-.196.1-.749.896-3.089 4.543-3.83 6.958-4.319.444-.089.845-.172 1.181-.256.267-.066.572-.127.898-.191 2.377-.472 7.322-1.456 6.701-7.675-.132-1.308-.094-2.514-.061-3.681.113-3.83.219-7.447-5.799-11.78-2.22-1.599-4.36-3.035-6.416-4.415-4.682-3.143-8.726-5.856-12.429-9.559-7.644-7.648-16.75-9.888-27.073-6.656-6.107 1.913-11.191 4.231-16.105 6.474-4.943 2.256-9.682 4.358-14.875 5.794 4.098-7.789 6.343-18.119 5.881-23.099a1.305 1.305 0 0 0-1.41-1.171 1.298 1.298 0 0 0-1.171 1.41c.53 5.686-3 19.647-8.773 26.545-3.374 4.032-4.304 8.596-2.369 11.626 1.201 1.878 3.241 2.777 5.807 2.802-1.404 2.21-4.307 5.544-9.502 6.735a1.297 1.297 0 0 0-.953 1.628c.022.076 2.165 7.579-1.544 10.74-.093.054-2.335 1.189-6.608-.766a1.3 1.3 0 0 0-1.441.25c-.022.017-2.121 1.986-4.333 1.851-1.21-.027-2.296-.572-3.322-1.665a1.298 1.298 0 0 0-1.783-.101c-.154.133-3.821 3.177-6.544.127a1.295 1.295 0 0 0-1.569-.285c-1.039.543-2.961 1.144-3.777.702-.108-.059-.437-.236-.523-1.119-.181-1.873.476-3.703 1.756-4.898 1.262-1.178 3.018-1.653 4.948-1.329 6.791 1.134 14.106-.356 15.166-6.232.778-4.322-1.012-9.458-2.742-14.427-1.302-3.737-2.649-7.602-2.71-10.733-.121-6.398 1.248-12.437 1.262-12.498a1.293 1.293 0 0 0-.972-1.552 1.286 1.286 0 0 0-1.552.97c-.061.258-1.458 6.401-1.329 13.131.026 1.324.278 2.734.607 4.168-9.832-3.633-16.397-9.288-19.446-16.867-3.573-8.884-1.547-18.413 1.274-23.876 4.039-7.816 9.527-12.282 13.937-15.872 2.073-1.686 3.929-3.204 5.254-4.792-.139 2.154-1.973 6.488-3.971 9.958a1.297 1.297 0 0 0 1.508 1.883c1.113-.348 3.125-1.328 4.601-2.08l.415 6.541a1.295 1.295 0 0 0 2.114.918c1.746-1.432 3.396-3.344 4.537-4.786l1.289 4.069a1.295 1.295 0 0 0 1.973.673c1.846-1.277 3.649-3.324 4.775-4.729l2.46 3.921c.25.398.695.655 1.161.606a1.295 1.295 0 0 0 1.097-.715l2.87-5.741 2.421 6.581a1.293 1.293 0 0 0 1.217.848c.241 0 .483-.067.692-.199l6.344-4.002c3.352 1.863 8.201 2.639 8.42 2.674a1.33 1.33 0 0 0 1.088-.337c.292-.273.44-.668.403-1.066l-.516-5.406 5.616-.086a1.296 1.296 0 0 0 .313-2.547c-.613-.164-2.019-1.477-3.218-2.823.152-.011.222-.017.294-.024 3.23.246 58.058 4.283 70.081-4.463 6.686-4.862 6.219-9.283 5.345-11.484-1.804-4.547-8.365-7.447-14.909-6.614-2.602.332-5.399.832-8.299 1.351-8.206 1.469-17.507 3.136-25.133 1.267-2.974-.729-5.524-1.694-7.774-2.544-3.808-1.442-6.561-2.485-8.67-1.225-.874.523-1.508 1.375-1.932 2.622-1.353-1.51-2.855-4.267-.872-8a1.296 1.296 0 0 0-.204-1.5c-.076-.081-7.594-8.139-4.056-16.983 3.177-7.943 15.682-12.426 29.732-10.641 12.088 1.529 24.759 10.814 33.142 16.959 5.277 3.867 8.12 5.896 10.043 6.148.385.056.764-.078 1.048-.339a1.3 1.3 0 0 0 .413-1.022c-.002-.017-.081-1.748.891-2.708.53-.525 1.304-.756 2.374-.675 1.257.083 2.166.548 2.704 1.385.832 1.298.681 3.263.159 4.631zm-40.734 125.281c-1.257.432-2.666.143-4.206-.867a1.3 1.3 0 0 0-1.559.105c-.157.135-3.858 3.263-7.408.402a1.306 1.306 0 0 0-1.662.03c-.385.331-3.867 3.136-7.336-.111a1.297 1.297 0 0 0-1.502-.194c-1.763.953-4.226 1.731-4.886 1.333-.108-.064-.113-.412-.113-.481 0-1.373.84-2.397 1.544-3.013 1.637-1.431 4.235-2.19 6.492-1.893 4.908.656 8.486-2.711 9.136-4.23.574-1.34 1.52-13.986-3.005-20.537-.918-1.329-1.928-2.603-2.942-3.877-3.44-4.328-6.663-8.441-6.08-14.695 6.287-.132 11.982 2.273 16.974 7.267 2.613 2.613 5.446 4.776 8.411 6.859-1.15 1.181-3.004 3.413-3.144 5.683a3.964 3.964 0 0 0 1.021 2.958c1.879 2.087 4.031 1.989 5.453 1.92.245-.014.574-.032.813-.015-.363.879-1.706 2.715-2.635 3.982-2.57 3.506-4.233 5.945-3.95 7.835.194 1.289.7 3.233 1.191 5.112.467 1.792 1.173 4.5 1.14 5.024-.066.197-.648 1.022-1.747 1.403zm5.456-17.846c2.49-3.398 3.756-5.239 3.023-6.703-.751-1.505-2.288-1.439-3.411-1.382-1.206.057-2.35.108-3.406-1.066-.275-.305-.386-.633-.361-1.061.09-1.48 1.76-3.401 2.721-4.344.744.505 1.483 1.009 2.242 1.518 2.035 1.365 4.15 2.785 6.345 4.366 4.901 3.529 4.83 5.945 4.724 9.601-.035 1.191-.076 2.541.073 4.015.359 3.599-1.692 4.29-4.628 4.874-.371.074-.717.143-1.022.219-.304.076-.666.148-1.068.231-1.872.38-4.865 1.019-6.945 2.96-.171-.701-.381-1.515-.629-2.465-.472-1.815-.962-3.691-1.135-4.844-.145-.974 2.212-4.19 3.477-5.919zM267.82 291.398c-.538.057-1.027.275-1.475.661-.766-.854-1.792-2.516-1.792-5.286 0-4.12-1.166-6.167-1.906-7.061a5.32 5.32 0 0 0 .496-.828c.577-1.279.413-2.61-.488-3.97.42-.879.71-2.082.349-3.295.525-.891.931-2.281.513-3.982a7.522 7.522 0 0 0 1.027-1.85c5.955 6.582 13.065 12.213 13.545 12.591.336 1.659.766 3.321 1.428 4.966 2.023 5.032 5.451 9.257 10.159 12.692-2.208 2.998-6.338 6.892-11.448 3.479-2.372-1.581-4.16-3.462-5.596-4.974-1.834-1.927-3.177-3.325-4.812-3.143zm-10.84 11.418a1.3 1.3 0 0 0 1.071.439c.405-.03.774-.25.994-.592.14-.216.815-1.058 1.566-1.21.216-.047.567-.064 1.076.282.339.235.53 1.011.243 1.858-.513 1.52-2.129 2.357-4.344 2.259-.548-.046-1.063.3-1.267.815s-.059 1.103.361 1.463l2.114 1.812-3.448.84a1.296 1.296 0 0 0-.943.916c-.005.022-.521 1.859-1.55 3.41-1.031-1.55-1.547-3.388-1.552-3.41a1.296 1.296 0 0 0-.943-.916l-3.448-.84 2.112-1.812c.42-.361.565-.948.361-1.463-.206-.515-.758-.865-1.267-.815-2.242.105-3.831-.739-4.343-2.257-.287-.849-.096-1.625.243-1.859.501-.342.849-.326 1.068-.283.727.142 1.385.928 1.572 1.211.219.342.589.562.994.592a1.37 1.37 0 0 0 1.071-.439c3.287-3.756 1.883-7.978.263-10.347 1.24-1.549 2.509-4.029 2.801-4.613.223-.444.094-.96-.209-1.355-.305-.391-.891-.557-1.368-.461-.736.155-2.976.624-4.263-.368-.447-.342-.547-1.282-.202-1.895.116-.211.483-.842 1.827-.331 1.279.493 3.114 1.024 4.262-.01.261-.235.413-.513.523-.798.34.052.685.07 1.031.1.111.249.256.491.487.698 1.152 1.036 2.986.503 4.263.01 1.35-.516 1.709.12 1.827.331.344.612.243 1.552-.206 1.896-1.286.995-3.524.521-4.425.332a1.28 1.28 0 0 0-1.282.484c-.3.393-.351.923-.13 1.365.292.584 1.561 3.064 2.801 4.613-1.622 2.37-3.026 6.593.259 10.348zm4.203-36.421a1.296 1.296 0 0 0-.326 1.399c.638 1.701-.167 2.647-.243 2.731a1.294 1.294 0 0 0-.213 1.552c.533.948-.331 2.136-.332 2.139a1.296 1.296 0 0 0 .046 1.631c1.019 1.189.781 1.717.666 1.971-.366.813-1.154 1.448-2.34 1.885-1.211.446-2.626.58-4.005.54-.051.003-.102-.005-.151.003-1.635-.065-3.206-.394-4.296-.908-.582-.273-1.311-.724-1.466-1.309-.14-.528.224-1.06.223-1.06.213-.283.3-.641.243-.99a1.303 1.303 0 0 0-.55-.859c-.675-.459-.729-.85-.746-.979-.083-.606.393-1.326.56-1.523a1.297 1.297 0 0 0-.197-1.89c-.395-.297-1.054-.876-1.046-1.434.008-.574.666-1.161.887-1.316.344-.234.523-.643.535-1.058.012-.417-.209-.837-.54-1.09-.337-.259-.657-1.516-.507-1.949 1.569.302 3.272.488 5.136.505l.288.002c3.512 0 6.587-.634 9.093-1.698.155.195.314.388.473.582.027 1.856-1.146 3.076-1.192 3.123zm-8.638-4.599c-7.01-.064-11.653-2.315-12.421-6.023-.228-1.102-.029-1.969.607-2.65.791-.847 2.254-1.343 3.831-1.343.339 0 .683.024 1.027.071.364.049.425.165.447.208.272.51-.083 1.976-.57 2.974a1.3 1.3 0 0 0 .569 1.724c4.619 2.384 11.304 1.338 13.062.54.211-.096.85-.385 1.026-1.087.138-.55-.046-1.031-.224-1.496-.319-.839-.651-1.704.285-2.929.499-.656 1.589-.353 1.91-.243 1.545.523 3.108 2.136 3.108 4.208 0 .965-.439 1.89-1.304 2.748-2.13 2.11-6.395 3.281-11.353 3.298zm4.763-6.626c-1.729.429-5.767.904-9.004-.253.38-1.146.7-2.799.024-4.074-.029-.055-.078-.114-.113-.171l-.288-40.76c.322-24.188 11.496-33.024 16.736-35.841-2.348 7.322-6.983 28.001-6.802 76.609-1.172 1.848-.899 3.48-.553 4.49zm35.326-21.947l-1.36 3.006c-.626-.66-1.41-1.724-2.05-3.344a1.285 1.285 0 0 0-1.537-.776l-4.827 1.277 1.105-2.701a1.292 1.292 0 0 0-.162-1.265 1.277 1.277 0 0 0-1.166-.515l-5.859.585 2.175-5.908c2.588.756 8.991 2.485 15.565 3.168l-.958 1.193a1.298 1.298 0 0 0-.088 1.5c.294.467.852.698 1.388.574.069-.015 7.027-1.591 11.763-.916a1.316 1.316 0 0 0 1.321-.661c.26-.474.197-1.06-.157-1.468-2.765-3.199-10.197-12.127-11.371-14.978-.221-.538-.776-.844-1.35-.795a1.3 1.3 0 0 0-1.129 1.087l-.65 4.145a12.779 12.779 0 0 1-3.413-3.317 1.284 1.284 0 0 0-1.419-.504 1.296 1.296 0 0 0-.938 1.179c-.007.127-.027.629.003 1.313-3.335-2.968-8.692-8.382-10.431-13.877-.97-3.062-.894-5.326.219-6.551.973-1.068 2.603-1.184 3.457-1.004.908.194 1.773.837 2.313 1.719.528.864.688 1.831.449 2.726-.106.4-.017.827.245 1.149.26.322.666.508 1.071.479 3.266-.162 19.692-1.243 22.348-6.624.371-.752.629-1.866.081-3.229 1.738-.992 6.031-2.463 11.592 2.507a1.3 1.3 0 0 0 1.631.078c1.281-.941 3.206-3.204 2.968-5.957 1.937.243 5.269 1.223 7.58 4.948a1.3 1.3 0 0 0 .967.606c.395.039.791-.103 1.07-.391.103-.106 2.205-2.321 3.074-5.058 1.547.361 4.613 1.525 7.611 5.291a1.3 1.3 0 0 0 .914.486c.127.002 1.776.1 3.907-.523-6.542 5.271-17.176 6.349-17.316 6.363a1.297 1.297 0 0 0-.882 2.112l1.846 2.251c-7.32.137-10.545-2.512-10.573-2.537a1.302 1.302 0 0 0-1.662-.035 1.297 1.297 0 0 0-.329 1.63l1.604 2.963c-2.878-.602-5.519-1.945-7.732-3.074-2.789-1.421-4.994-2.537-6.926-1.964-1.444.432-2.497 1.736-2.748 3.405-.272 1.817.469 3.553 1.933 4.53a4.395 4.395 0 0 0 2.451.741c1.208 0 2.428-.484 3.386-1.419.783-.764 1.254-1.692 1.392-2.645 2.919 1.478 6.47 3.15 10.529 3.324.456.056.908-.211 1.154-.607.248-.395.263-.894.04-1.304l-.847-1.564c2.448.825 6.084 1.485 11.066.987a1.296 1.296 0 0 0 .874-2.111l-1.986-2.419c4.066-.678 12.414-2.64 17.682-7.748-.866 2.388-2.279 4.848-4.606 6.196a1.305 1.305 0 0 0-.358 1.937c.044.056 4.236 5.527 2.929 19.827-2.397-1.232-7.007-4.16-9.613-9.446a1.297 1.297 0 0 0-2.452.707c.174 1.68.314 4.365.162 6.254-1.4-1.004-3.361-2.644-4.171-4.437a1.272 1.272 0 0 0-1.308-.756 1.294 1.294 0 0 0-1.135.995c-.327 1.41-.764 3.045-1.119 4.154-1.291-.808-3.003-2.085-3.715-3.398a1.295 1.295 0 1 0-2.433.545c-.084 1.5-.282 3.813-.535 5.412-1.191-.731-2.866-1.832-4.105-2.952a1.28 1.28 0 0 0-1.238-.282 1.294 1.294 0 0 0-.884.913l-.665 2.526c-1.113-.646-2.657-1.677-3.666-2.909a1.292 1.292 0 0 0-1.822-.182 1.292 1.292 0 0 0-.182 1.822c2.111 2.58 5.815 4.284 5.972 4.354a1.294 1.294 0 0 0 1.79-.85l.569-2.161c2.1 1.564 4.349 2.797 4.467 2.861.326.175.71.202 1.06.083.349-.127.628-.395.764-.739.38-.95.646-2.898.818-4.624 1.77 1.537 3.756 2.542 3.879 2.603.607.302 1.34.088 1.69-.493.366-.612.801-1.986 1.164-3.288 2.099 2.364 4.918 3.983 5.075 4.073.326.184.72.216 1.078.093.356-.128.638-.405.773-.759.391-1.027.521-2.652.533-4.25 2.467 3.015 5.323 4.934 7.341 6.048 0 .032-.015.06-.012.092.014.228.297 4.565 1.039 8.024-2.175-.805-5.67-2.446-8.901-5.487a1.296 1.296 0 0 0-2.089.456l-.997 2.462-4.167-3.023a1.296 1.296 0 0 0-2.047.882l-.376 2.89c-.906-.656-1.992-1.523-2.769-2.396a1.293 1.293 0 0 0-1.829-.108 1.295 1.295 0 0 0-.108 1.829c1.836 2.065 4.916 3.948 5.046 4.025.376.231.84.25 1.233.061.396-.189.668-.565.725-1l.364-2.806 3.744 2.716a1.296 1.296 0 0 0 1.962-.562l.933-2.305a29.023 29.023 0 0 0 6.722 4.121c.009.807.136 4.238 1.585 6.945-2.374-.062-6.094-.479-9.539-2.202a1.29 1.29 0 0 0-1.665.454l-1.876 2.892-7.761-5.206a1.266 1.266 0 0 0-1.122-.155c-.378.121-.68.412-.817.785l-1.193 3.249c-1.429-1.603-3.477-3.858-4.231-4.462a1.296 1.296 0 0 0-1.76.132c-.022.024-1.834 1.965-4.005 3.474l-1.496-4.017a1.3 1.3 0 0 0-1.667-.763 1.297 1.297 0 0 0-.763 1.667l2.052 5.507a1.295 1.295 0 0 0 1.844.68c2.03-1.127 3.928-2.809 5.009-3.852 1.201 1.24 3.221 3.501 4.506 4.975a1.296 1.296 0 0 0 2.193-.405l1.375-3.744 7.484 5.021a1.308 1.308 0 0 0 .982.192c.341-.069.638-.272.827-.564l1.979-3.052c3.326 1.436 6.654 1.862 9.041 1.963-.014.308.07.623.281.88.315.386.96 1.149 1.739 1.939l-3.241.049a1.299 1.299 0 0 0-1.271 1.419l.484 5.072c-1.788-.402-4.626-1.181-6.474-2.391a1.289 1.289 0 0 0-1.402-.014l-5.664 3.573-2.902-7.891a1.296 1.296 0 0 0-1.144-.847c-.564-.04-1 .251-1.232.715l-3.18 6.359-2.229-3.553a1.297 1.297 0 0 0-1.065-.607c-.432.007-.842.196-1.093.55-.022.032-1.825 2.58-3.894 4.483l-1.478-4.668a1.297 1.297 0 0 0-1.046-.891 1.304 1.304 0 0 0-1.259.55c-.02.03-1.616 2.35-3.643 4.486l-.366-5.78a1.291 1.291 0 0 0-.663-1.049 1.29 1.29 0 0 0-1.242-.01c-.557.299-1.588.839-2.666 1.372 1.525-3.165 3.253-7.611 2.271-9.902-.293-.684-.844-1.137-1.504-1.417-.041-.029-.068-.07-.113-.094-.061-.032-.126-.035-.189-.057-.044-.013-.073-.048-.119-.059-.051-.013-.091-.008-.141-.019-.027-.004-.052-.009-.079-.011-1.757-.366-2.955.125-3.647.629-.707.516-1.173 1.203-1.478 1.864-.805-.778-1.778-1.937-2.406-3.433a1.294 1.294 0 0 0-1.176-.795c-.507-.044-.975.284-1.189.753zm-9.854-14.459c7.005 3.376 15.612 3.75 17.965 3.793a242.342 242.342 0 0 0 3.106 3.784c-2.153.008-4.348.251-6.092.513l.307-.383a1.297 1.297 0 1 0-.933-2.106c-8.797-.523-18.484-3.58-18.58-3.612l-.011-.001-.007-.004c-1.444-.435-2.284-1.178-2.369-2.087-.066-.717.332-1.301.574-1.426 1.397-.722 4.339.704 6.04 1.529zm12.242.731c.28-.201.486-.489.541-.834l.38-2.429c.777 1.13 1.718 2.381 2.689 3.641a54.021 54.021 0 0 1-3.61-.378zm-2.282-.367a47.113 47.113 0 0 1-1.94-.404 1.29 1.29 0 0 0-.109-.842 3.88 3.88 0 0 1-.105-.233 15.354 15.354 0 0 0 2.154 1.479zm17.089-14.145c-.589.58-1.623 1.021-2.59.378-.741-.494-.903-1.351-.808-1.989.076-.498.363-1.137.928-1.306.108-.032.231-.047.366-.047.621 0 1.508.326 2.521.79l.002.003c.656 1.039-.233 1.991-.419 2.171zm49.266 19.396a1.294 1.294 0 0 0 1.977-.927c.216-1.63.614-2.63 1.186-2.973 1.033-.619 3.533.329 6.425 1.424 2.203.835 4.947 1.873 8.073 2.639 8.157 1.998 17.747.282 26.206-1.233 2.858-.511 5.611-1.004 8.171-1.331 5.352-.682 10.808 1.559 12.173 4.999 1.031 2.596-.553 5.591-4.461 8.432-10.832 7.877-62.702 4.379-67.99 4-1.407-1.34-1.957-4.081-2.121-5.888.855.273 1.429.409 1.502.425a1.299 1.299 0 0 0 1.247-.42 1.3 1.3 0 0 0 .236-1.294c-.808-2.205-1.252-6.279-1.437-8.365.342.094.705.06 1.009-.128.337-.208.56-.558.607-.952 1.532-13.018-1.141-19.803-2.541-22.346.34-.26.659-.54.962-.832.094 6.153 3.662 11.099 5.122 12.867-2.607 5.9 1.176 10.332 3.654 11.903z' fill='%23464655'/%3E%3Cpath d='M229.129 157.662c-.503-10.438-2.981-27.32-10.902-27.706-4.464-.206-6.664 2.542-6.755 2.661-.262.339-.69.53-1.107.508l-3.027-.182.542 2.006a1.303 1.303 0 0 1-.417 1.328c-.184.155-4.464 3.872-1.859 8.606 1.984 3.607 8.397 5.314 13.079 6.56 2.09.557 3.897 1.038 5.07 1.611 2.089 1.021 3.92 2.745 5.376 4.608z' fill='%23ffd250'/%3E%3Cpath d='M218.352 127.368c-4.555-.223-7.39 2.048-8.456 3.131l-4.199-.251a1.3 1.3 0 0 0-1.329 1.632l.806 2.991c-2.058 2.1-4.479 6.463-1.841 11.26 2.517 4.579 9.549 6.45 14.683 7.816 1.96.521 3.653.972 4.599 1.434 3.035 1.485 5.473 4.861 6.742 7.526a1.294 1.294 0 0 0 2.465-.543c.013-1.402.178-34.332-13.47-34.996zm.33 24.073c-4.682-1.245-11.095-2.952-13.079-6.56-2.605-4.734 1.675-8.451 1.859-8.606.383-.324.547-.844.417-1.328l-.542-2.006 3.027.182c.417.022.845-.169 1.107-.508.091-.118 2.291-2.866 6.755-2.661 7.921.386 10.399 17.268 10.902 27.706-1.456-1.863-3.287-3.587-5.377-4.609-1.171-.572-2.978-1.053-5.069-1.61z' fill='%23464655'/%3E%3Cpath d='M445.713 157.662c.503-10.438 2.981-27.32 10.902-27.706 4.464-.206 6.664 2.542 6.755 2.661.262.339.69.53 1.107.508l3.027-.182-.542 2.006c-.13.484.034 1.004.417 1.328.184.155 4.464 3.872 1.859 8.606-1.984 3.607-8.397 5.314-13.079 6.56-2.09.557-3.897 1.038-5.07 1.611-2.089 1.021-3.92 2.745-5.376 4.608z' fill='%23ffd250'/%3E%3Cpath d='M443.021 162.364a1.297 1.297 0 0 0 1.296 1.282c.491 0 .952-.28 1.169-.739 1.269-2.666 3.707-6.042 6.742-7.526.946-.462 2.639-.913 4.599-1.434 5.134-1.367 12.166-3.238 14.683-7.816 2.639-4.796.218-9.159-1.841-11.26l.806-2.991a1.299 1.299 0 0 0-1.329-1.632l-4.199.251c-1.066-1.083-3.901-3.354-8.456-3.131-13.649.664-13.484 33.594-13.47 34.996zm8.069-9.312c-2.09 1.022-3.921 2.747-5.377 4.609.503-10.438 2.981-27.32 10.902-27.706 4.464-.206 6.664 2.542 6.755 2.661.262.339.69.53 1.107.508l3.027-.182-.542 2.006c-.13.484.034 1.004.417 1.328.184.155 4.464 3.872 1.859 8.606-1.984 3.607-8.397 5.314-13.079 6.56-2.09.556-3.896 1.037-5.069 1.61z' fill='%23464655'/%3E%3Cpath d='M445.713 350.628c.503 10.438 2.981 27.32 10.902 27.706 4.464.206 6.664-2.542 6.755-2.661.262-.339.69-.53 1.107-.508l3.027.182-.542-2.006a1.303 1.303 0 0 1 .417-1.328c.184-.155 4.464-3.872 1.859-8.606-1.984-3.607-8.397-5.314-13.079-6.56-2.09-.557-3.897-1.038-5.07-1.611-2.089-1.021-3.92-2.746-5.376-4.608z' fill='%23ffd250'/%3E%3Cpath d='M456.491 380.922c4.555.223 7.39-2.048 8.456-3.131l4.199.251a1.3 1.3 0 0 0 1.329-1.632l-.806-2.991c2.058-2.1 4.479-6.463 1.841-11.26-2.517-4.579-9.549-6.45-14.683-7.816-1.96-.521-3.653-.972-4.599-1.434-3.035-1.485-5.473-4.861-6.742-7.526a1.294 1.294 0 0 0-2.465.543c-.014 1.402-.179 34.331 13.47 34.996zm-.331-24.074c4.682 1.245 11.095 2.952 13.079 6.56 2.605 4.734-1.675 8.451-1.859 8.606a1.303 1.303 0 0 0-.417 1.328l.542 2.006-3.027-.182a1.333 1.333 0 0 0-1.107.508c-.091.118-2.291 2.866-6.755 2.661-7.921-.386-10.399-17.268-10.902-27.706 1.456 1.863 3.286 3.587 5.377 4.609 1.172.573 2.978 1.053 5.069 1.61z' fill='%23464655'/%3E%3Cpath d='M229.129 350.628c-.503 10.438-2.981 27.32-10.902 27.706-4.464.206-6.664-2.542-6.755-2.661a1.333 1.333 0 0 0-1.107-.508l-3.027.182.542-2.006a1.303 1.303 0 0 0-.417-1.328c-.184-.155-4.464-3.872-1.859-8.606 1.984-3.607 8.397-5.314 13.079-6.56 2.09-.557 3.897-1.038 5.07-1.611 2.089-1.021 3.92-2.746 5.376-4.608z' fill='%23ffd250'/%3E%3Cpath d='M231.822 345.926a1.297 1.297 0 0 0-1.296-1.282c-.491 0-.952.28-1.169.739-1.269 2.666-3.707 6.042-6.742 7.526-.946.462-2.639.913-4.599 1.434-5.134 1.367-12.166 3.238-14.683 7.816-2.639 4.797-.218 9.159 1.841 11.26l-.806 2.991a1.299 1.299 0 0 0 1.329 1.632l4.199-.251c1.066 1.083 3.901 3.354 8.456 3.131 13.648-.665 13.483-33.594 13.47-34.996zm-8.07 9.311c2.09-1.022 3.921-2.747 5.377-4.609-.503 10.438-2.981 27.32-10.902 27.706-4.464.206-6.664-2.542-6.755-2.661a1.333 1.333 0 0 0-1.107-.508l-3.027.182.542-2.006a1.303 1.303 0 0 0-.417-1.328c-.184-.155-4.464-3.872-1.859-8.606 1.984-3.607 8.397-5.314 13.079-6.56 2.09-.556 3.897-1.036 5.069-1.61z' fill='%23464655'/%3E%3C/svg%3E")}.pf-flag.tw{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M3.75 0h248.5A3.75 3.75 0 0 1 256 3.75v243.125a9.124 9.124 0 0 1-9.125 9.125H3.75A3.75 3.75 0 0 1 0 252.25V3.75A3.75 3.75 0 0 1 3.75 0z' fill='%2341479b'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M88.287 128c0-10.962 4.442-20.886 11.623-28.072L66.636 90.41c-1.931-.553-3.316 1.846-1.872 3.242l24.899 24.075-33.601 8.4c-1.949.487-1.949 3.257 0 3.744l33.601 8.4-24.899 24.075c-1.444 1.396-.059 3.795 1.872 3.242l33.274-9.518c-7.181-7.184-11.623-17.108-11.623-28.07zM99.928 99.911c7.186-7.181 17.11-11.623 28.072-11.623s20.886 4.442 28.072 11.623l9.518-33.274c.553-1.931-1.846-3.316-3.242-1.872l-24.075 24.899-8.4-33.601c-.487-1.949-3.257-1.949-3.744 0l-8.4 33.601-24.077-24.9c-1.396-1.444-3.795-.059-3.242 1.872l9.518 33.275zM156.072 156.09c-7.186 7.181-17.11 11.623-28.072 11.623-10.961 0-20.886-4.442-28.072-11.623l-9.518 33.274c-.553 1.931 1.846 3.316 3.242 1.872l24.075-24.899 8.4 33.601c.487 1.949 3.257 1.949 3.744 0l8.4-33.601 24.075 24.899c1.396 1.444 3.795.059 3.242-1.872l-9.516-33.274zM199.938 126.128l-33.601-8.4 24.899-24.075c1.444-1.396.059-3.795-1.872-3.242l-33.274 9.518c7.181 7.186 11.623 17.11 11.623 28.072 0 10.961-4.442 20.886-11.623 28.072l33.274 9.518c1.931.552 3.316-1.846 1.872-3.242l-24.899-24.075 33.601-8.4c1.949-.489 1.949-3.259 0-3.746z'/%3E%3Ccircle cx='128' cy='128' r='31.621'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.tj{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3Cg fill='%23ffcd5a'%3E%3Cpath d='M211.842 304.133c5.602-2.823 8.88-7.474 10.632-10.833 10.036 6.556 18.635 4.329 23.116 2.233 4.373-2.048 7.973-5.39 10.376-8.795 2.404 3.405 6.004 6.747 10.376 8.795 4.479 2.097 13.079 4.32 23.116-2.233 1.752 3.358 5.03 8.009 10.632 10.833 3.23 1.627 6.789 2.443 10.653 2.443 3.968 0 8.255-.86 12.833-2.576l-2.223-5.931c-7.283 2.731-13.46 2.879-18.355.436-6.85-3.414-9.136-10.944-9.155-11.006l-1.336-4.676-3.736 3.111c-6.59 5.489-13.415 6.834-19.743 3.862-6.427-3.009-9.896-9.101-9.896-10.928v-27.332c1.37-3.015 4.394-5.126 7.916-5.126 1.211 0 2.407.263 3.555.779l3.92 1.769-.592-4.261c-1.243-8.952-8.966-15.703-17.965-15.703s-16.722 6.751-17.965 15.703l-.592 4.261 3.92-1.769a8.624 8.624 0 0 1 3.555-.779c3.522 0 6.546 2.111 7.916 5.126v27.332c0 1.828-3.468 7.92-9.896 10.928-6.325 2.972-13.153 1.63-19.743-3.862l-3.706-3.071-1.362 4.623c-.022.074-2.308 7.604-9.158 11.018-4.898 2.443-11.074 2.298-18.355-.436L188.355 304c4.578 1.716 8.866 2.576 12.833 2.576 3.863 0 7.424-.817 10.654-2.443zm33.04-62.473c-.379 0-.756.015-1.132.049 2.12-4.725 6.862-7.966 12.215-7.966s10.095 3.241 12.215 7.966c-4.925-.433-9.582 1.973-12.215 5.783-2.43-3.522-6.492-5.832-11.083-5.832zM201.13 324.267l2.007 6.005c13.464-4.493 32.72-7.072 52.829-7.072s39.364 2.579 52.829 7.072l2.007-6.005c-14.086-4.703-34.073-7.4-54.836-7.4s-40.75 2.697-54.836 7.4z'/%3E%3Cpath d='M255.966 310.534c3.301.01 6.21-1.952 8.18-4.595-1.31-.809-3.059-1.282-5.038-1.527.002-.073.025-.138.025-.211 0-2.715-1.282-5.059-3.167-6.333-1.885 1.274-3.167 3.618-3.167 6.333 0 .073.023.138.025.211-1.979.245-3.728.718-5.038 1.527 1.969 2.644 4.878 4.604 8.18 4.595zM226.9 313.527c3.236-.651 5.695-3.154 7.096-6.138-1.445-.531-3.254-.644-5.242-.489-.013-.072-.003-.14-.018-.212-.543-2.66-2.267-4.701-4.369-5.572-1.592 1.625-2.379 4.179-1.836 6.839.015.072.05.131.066.202-1.89.636-3.509 1.449-4.631 2.504 2.46 2.197 5.701 3.536 8.934 2.866zM287.564 301.117c-2.102.871-3.826 2.912-4.369 5.572-.015.072-.005.14-.018.212-1.988-.155-3.797-.042-5.242.489 1.402 2.984 3.86 5.487 7.096 6.138 3.233.669 6.475-.669 8.934-2.866-1.122-1.055-2.741-1.868-4.631-2.504.016-.071.052-.13.066-.202.543-2.661-.244-5.214-1.836-6.839zM255.12 184.491l-2.133 6.396-6.742.052c-.873.007-1.235 1.121-.533 1.639l5.424 4.005-2.034 6.428c-.263.832.684 1.521 1.394 1.013l5.485-3.921 5.485 3.921c.71.508 1.658-.181 1.394-1.013l-2.034-6.428 5.424-4.005c.702-.519.34-1.632-.533-1.639l-6.742-.052-2.133-6.396c-.274-.828-1.446-.828-1.722 0zM216.527 195.046l-2.133 6.396-6.742.052c-.873.007-1.235 1.121-.533 1.639l5.424 4.005-2.034 6.428c-.263.832.684 1.521 1.394 1.013l5.485-3.921 5.485 3.921c.71.508 1.658-.181 1.394-1.013l-2.034-6.428 5.424-4.005c.702-.519.34-1.632-.533-1.639l-6.742-.052-2.133-6.396c-.274-.828-1.446-.828-1.722 0zM188.16 223.546l-2.133 6.396-6.742.052c-.873.007-1.235 1.121-.533 1.639l5.424 4.005-2.034 6.428c-.263.832.684 1.521 1.394 1.013l5.485-3.921 5.485 3.921c.71.508 1.658-.181 1.394-1.013l-2.034-6.428 5.424-4.005c.702-.519.34-1.632-.533-1.639l-6.742-.052-2.133-6.396c-.275-.828-1.446-.828-1.722 0zM177.736 262.073l-2.133 6.396-6.742.052c-.873.007-1.235 1.121-.533 1.639l5.424 4.005-2.034 6.428c-.263.832.684 1.521 1.394 1.013l5.485-3.921 5.485 3.921c.71.508 1.658-.181 1.394-1.013l-2.034-6.428 5.424-4.005c.702-.519.34-1.632-.533-1.639l-6.742-.052-2.133-6.396c-.274-.828-1.445-.828-1.722 0zM295.473 195.046l2.133 6.396 6.742.052c.873.007 1.235 1.121.533 1.639l-5.424 4.005 2.034 6.428c.263.832-.684 1.521-1.394 1.013l-5.485-3.921-5.485 3.921c-.71.508-1.658-.181-1.394-1.013l2.034-6.428-5.424-4.005c-.702-.519-.34-1.632.533-1.639l6.742-.052 2.133-6.396c.274-.828 1.446-.828 1.722 0zM323.84 223.546l2.133 6.396 6.742.052c.873.007 1.235 1.121.533 1.639l-5.424 4.005 2.034 6.428c.263.832-.684 1.521-1.394 1.013l-5.485-3.921-5.485 3.921c-.71.508-1.658-.181-1.394-1.013l2.034-6.428-5.424-4.005c-.702-.519-.34-1.632.533-1.639l6.742-.052 2.133-6.396c.275-.828 1.446-.828 1.722 0zM334.264 262.073l2.133 6.396 6.742.052c.873.007 1.235 1.121.533 1.639l-5.424 4.005 2.034 6.428c.263.832-.684 1.521-1.394 1.013l-5.485-3.921-5.485 3.921c-.71.508-1.658-.181-1.394-1.013l2.034-6.428-5.424-4.005c-.702-.519-.34-1.632.533-1.639l6.742-.052 2.133-6.396c.274-.828 1.445-.828 1.722 0z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.th{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23f5f5f5' d='M0 .25h512v511.5H0z'/%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M0 430.95h512v80.8H0zM0 .25h512v80.8H0z'/%3E%3C/g%3E%3Cpath fill='%2341479b' d='M0 161.75h512v188.4H0z'/%3E%3C/svg%3E")}.pf-flag.to{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M248.5 238.532H0V0h256v231.031a7.5 7.5 0 0 1-7.5 7.501z' fill='%23f5f5f5'/%3E%3Cpath fill='%23ff4b55' d='M218 88.035h-60.035V28H97.93v60.035H37.895v60.035H97.93v60.035h60.035V148.07H218z'/%3E%3C/svg%3E")}.pf-flag.tm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M0 0h512v512H0z'/%3E%3Cpath fill='%23ff4b55' d='M44.789 0h134.74v512H44.789z'/%3E%3Cpath fill='%23f5f5f5' d='M166.053 58.386l-26.948 22.456H85.211L58.263 58.386V35.93l26.948-22.456h53.894l26.948 22.456z'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M166.053 247.018l-26.948 22.456H85.211l-26.948-22.456v-22.457l26.948-22.456h53.894l26.948 22.456zM166.053 152.702l-26.948 22.456H85.211l-26.948-22.456v-22.456l26.948-22.457h53.894l26.948 22.457zM166.053 341.333l-26.948 22.456H85.211l-26.948-22.456v-22.456l26.948-22.456h53.894l26.948 22.456z'/%3E%3C/g%3E%3Cg fill='%23ffb400'%3E%3Cpath d='M44.789 67.368l26.948 26.948-26.948 26.947zM179.526 121.263l-26.947-26.947 26.947-26.948zM44.789 161.684l26.948 26.948-26.948 26.947zM179.526 215.579l-26.947-26.947 26.947-26.948zM44.789 256l26.948 26.947-26.948 26.948zM179.526 309.895l-26.947-26.948L179.526 256zM44.789 350.316l26.948 26.947-26.948 26.948zM179.526 404.211l-26.947-26.948 26.947-26.947zM44.789 0h26.948L44.789 26.947zM179.526 26.947L152.579 0h26.947zM105.42 107.79h13.474v67.37H105.42z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M85.21 134.74h53.894v13.474H85.21z'/%3E%3Cg fill='%23ffb400'%3E%3Cpath d='M152.579 119.017l-13.474-11.228v67.369l13.474-11.229zM71.737 163.929l13.474 11.228V107.79l-13.474 11.227zM112.158 13.474H85.211L58.263 35.929v11.229h53.895zM112.158 80.842h26.946l26.949-22.455V47.158h-53.895z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M112.158 67.368L85.211 47.237l26.947-20.29 26.947 20.29z'/%3E%3Cg fill='%2373af00'%3E%3Cpath d='M112.158 67.368l26.947-20.131-.105-.079h-26.842zM112.158 47.158V26.947L85.316 47.158z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M85.21 215.58h53.895V256H85.21z'/%3E%3Cpath fill='%23ffb400' d='M139.1 229.05h13.474v13.474H139.1z'/%3E%3Cpath fill='%23f5f5f5' d='M105.42 229.05h13.474v13.474H105.42z'/%3E%3Cpath fill='%23ff4b55' d='M105.42 309.89h13.474v13.474H105.42z'/%3E%3Cg fill='%23ffb400'%3E%3Cpath d='M125.63 323.37h13.474v13.474H125.63zM85.21 323.37h13.474v13.474H85.21z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M105.42 336.84h13.474v13.474H105.42z'/%3E%3Cpath fill='%23ffb400' d='M71.74 229.05h13.474v13.474H71.74z'/%3E%3Cpath fill='%23f5f5f5' d='M166.053 435.649l-26.948 22.456H85.211l-26.948-22.456v-22.456l26.948-22.456h53.894l26.948 22.456z'/%3E%3Cg fill='%23ffb400'%3E%3Cpath d='M112.158 390.737H85.211l-26.948 22.455v11.229h53.895zM112.158 458.105h26.946l26.949-22.455v-11.229h-53.895z'/%3E%3C/g%3E%3Cpath fill='%23ff4b55' d='M139.105 431.158l-26.947 13.474-26.947-13.474v-13.474l26.947-13.473 26.947 13.473z'/%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M364.384 73.366c-1.435-.705-2.733 1.162-1.57 2.259 15.248 14.389 24.884 34.595 24.884 57.134 0 44.274-35.587 79.795-79.346 79.795a77.604 77.604 0 0 1-23.195-3.553c-1.521-.475-2.504 1.565-1.195 2.474 12.793 8.894 28.215 14.209 45.047 14.209 44.339 0 80.569-35.524 80.569-80.44 0-31.568-18.528-58.771-45.194-71.878zM254.737 125.351l-3.297 9.324 7.754 6.138c1.004.795.419 2.41-.861 2.377l-9.886-.254-3.441 9.272c-.445 1.2-2.163 1.143-2.527-.085l-2.813-9.481-9.881-.407c-1.279-.053-1.755-1.704-.7-2.429l8.148-5.605-2.666-9.523c-.345-1.233 1.078-2.196 2.094-1.417l7.849 6.017 8.233-5.478c1.066-.711 2.421.344 1.994 1.551zM294.78 145.575l-3.297 9.324 7.754 6.138c1.004.795.419 2.41-.861 2.377l-9.886-.254-3.441 9.272c-.445 1.2-2.163 1.143-2.527-.085l-2.813-9.481-9.881-.407c-1.279-.053-1.755-1.704-.7-2.429l8.148-5.605-2.666-9.523c-.345-1.233 1.078-2.196 2.094-1.417l7.849 6.017 8.233-5.478c1.065-.712 2.421.344 1.994 1.551zM294.375 103.914l-3.297 9.324 7.754 6.138c1.004.795.419 2.41-.861 2.377l-9.886-.254-3.441 9.272c-.445 1.2-2.163 1.143-2.527-.085l-2.813-9.481-9.881-.407c-1.279-.053-1.755-1.704-.7-2.429l8.148-5.605-2.666-9.523c-.345-1.233 1.078-2.196 2.094-1.417l7.849 6.017 8.233-5.478c1.066-.712 2.421.344 1.994 1.551zM295.739 63.703l-3.297 9.324 7.754 6.138c1.004.795.419 2.41-.861 2.377l-9.886-.254-3.441 9.272c-.445 1.2-2.163 1.143-2.527-.085l-2.813-9.481-9.881-.407c-1.279-.053-1.755-1.704-.7-2.429l8.148-5.605-2.666-9.523c-.345-1.233 1.078-2.196 2.094-1.417l7.849 6.017 8.233-5.478c1.066-.712 2.421.344 1.994 1.551zM334.973 83.927l-3.297 9.324 7.754 6.138c1.004.795.419 2.41-.861 2.377l-9.886-.254-3.441 9.272c-.445 1.2-2.163 1.143-2.527-.085l-2.813-9.481-9.881-.407c-1.279-.053-1.755-1.704-.7-2.429l8.148-5.605-2.666-9.523c-.345-1.233 1.078-2.196 2.094-1.417l7.849 6.017 8.233-5.478c1.065-.712 2.421.344 1.994 1.551z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.tv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2382afff' d='M0 0h512v512H0z'/%3E%3Cg fill='%2341479b'%3E%3Cpath d='M94.316 0H0v19.977L94.316 81.77zM0 68.299v26.017h39.71zM0 161.684v26.017l39.71-26.017zM256 19.977V0h-94.316v81.77zM256 187.701v-26.017h-39.71zM161.684 174.23V256H256v-19.977zM256 94.316V68.299l-39.71 26.017zM0 236.023V256h94.316v-81.77z'/%3E%3C/g%3E%3Cg fill='%23f5f5f5'%3E%3Cpath d='M256 236.023v-19.964l-83.768-54.375h24.748L256 199.995v-12.294l-39.71-26.017H256V148.21H148.211V256h13.473v-81.77zM0 148.21v13.474h39.71L0 187.701v18.901l69.197-44.918h24.748L0 222.666v13.357l94.316-61.793V256h13.473V148.21zM107.789 0H94.316v81.77L0 19.977v21.862l80.842 52.477H56.094L0 57.904v10.395l39.71 26.017H0v13.474h107.789zM256 107.79V94.316h-39.71L256 68.299V49.157l-69.568 45.159h-24.748L256 33.093V19.977L161.684 81.77V0h-13.473v107.79z'/%3E%3C/g%3E%3Cg fill='%23ff4b55'%3E%3Cpath d='M256 148.21v-40.42H148.211V0h-40.422v107.79H0v40.42h107.789V256h40.422V148.21z'/%3E%3Cpath d='M69.197 161.684L0 206.602v16.064l93.945-60.982zM172.232 161.684L256 216.059v-16.064l-59.02-38.311zM80.842 94.316L0 41.839v16.065l56.094 36.412zM186.432 94.316L256 49.157V33.093l-94.316 61.223z'/%3E%3C/g%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M203.959 415.958l-4.726 14.17-14.936.116c-1.432.011-2.026 1.839-.874 2.69l12.016 8.873-4.505 14.241c-.432 1.366 1.123 2.495 2.288 1.662l12.152-8.686 12.152 8.686c1.165.833 2.72-.297 2.288-1.662l-4.505-14.241 12.016-8.873c1.152-.851.558-2.679-.874-2.69l-14.936-.116-4.726-14.17c-.455-1.358-2.377-1.358-2.83 0zM434.028 305.614l-4.726 14.17-14.936.116c-1.432.011-2.026 1.839-.874 2.69l12.016 8.873-4.505 14.241c-.432 1.366 1.123 2.495 2.288 1.662l12.152-8.686 12.152 8.686c1.165.833 2.72-.297 2.288-1.662l-4.505-14.241 12.016-8.873c1.152-.851.558-2.679-.874-2.69l-14.936-.116-4.726-14.17c-.455-1.359-2.377-1.359-2.83 0zM434.028 186.441l-4.726 14.17-14.936.116c-1.432.011-2.026 1.839-.874 2.69l12.016 8.873-4.505 14.241c-.432 1.366 1.123 2.495 2.288 1.662l12.152-8.686 12.152 8.686c1.165.833 2.72-.297 2.288-1.662l-4.505-14.241 12.016-8.873c1.152-.851.558-2.679-.874-2.69l-14.936-.116-4.726-14.17c-.455-1.359-2.377-1.359-2.83 0zM263.104 341.412l4.665 14.19-11.915 9.008c-1.143.864-.528 2.685.904 2.68l14.937-.052 4.885 14.115c.468 1.354 2.39 1.332 2.828-.032l4.566-14.222 14.934-.284c1.432-.027 2.005-1.862.844-2.7l-12.115-8.737 4.345-14.291c.417-1.37-1.151-2.483-2.307-1.637l-12.053 8.822-12.249-8.548c-1.174-.82-2.716.327-2.269 1.688zM262.001 402.653l4.665 14.189-11.915 9.008c-1.143.864-.528 2.685.904 2.68l14.937-.052 4.885 14.115c.468 1.354 2.39 1.332 2.828-.032l4.566-14.222 14.934-.284c1.432-.027 2.005-1.862.844-2.7l-12.115-8.737 4.345-14.291c.417-1.37-1.151-2.483-2.307-1.637l-12.053 8.822-12.249-8.548c-1.175-.819-2.717.329-2.269 1.689zM326.552 387.205l4.665 14.189-11.915 9.008c-1.143.864-.528 2.685.904 2.68l14.937-.052 4.885 14.115c.468 1.354 2.39 1.332 2.828-.032l4.566-14.222 14.934-.284c1.432-.027 2.005-1.862.844-2.7l-12.115-8.737 4.345-14.291c.417-1.37-1.151-2.483-2.307-1.637l-12.053 8.822-12.249-8.548c-1.174-.819-2.716.328-2.269 1.689zM325.449 253.688l4.665 14.189-11.915 9.008c-1.143.864-.528 2.685.904 2.68l14.937-.052 4.885 14.115c.468 1.354 2.39 1.332 2.828-.032l4.566-14.222 14.934-.284c1.432-.027 2.005-1.862.844-2.7l-12.115-8.737 4.345-14.291c.417-1.37-1.151-2.483-2.307-1.637l-12.053 8.822L327.718 252c-1.174-.82-2.717.327-2.269 1.688zM380.07 235.481l4.665 14.189-11.915 9.008c-1.143.864-.528 2.685.904 2.68l14.937-.052 4.885 14.115c.468 1.354 2.39 1.332 2.828-.032l4.566-14.222 14.934-.284c1.432-.027 2.005-1.862.844-2.7l-12.115-8.737 4.345-14.291c.417-1.37-1.151-2.483-2.307-1.637l-12.053 8.822-12.249-8.548c-1.175-.819-2.717.328-2.269 1.689z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.ae{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2373af00' d='M158.9 0H512v170.76H158.9z'/%3E%3Cpath fill='%23464655' d='M158.9 341.24H512V512H158.9z'/%3E%3Cpath fill='%23f5f5f5' d='M158.9 170.76H512v170.48H158.9z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h158.9v512H0z'/%3E%3C/svg%3E")}.pf-flag.vu{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.002 512.002'%3E%3Cpath fill='%23464655' d='M.052.026h511.95v511.95H.052z'/%3E%3Cpath fill='%23ffe15a' d='M512 242.527H249.472L.052 32.485v30.783L228.926 256 .052 448.733v30.782l249.42-210.042H512z'/%3E%3Cpath fill='%2373af00' d='M0 511.974h512V296.417H256.026z'/%3E%3Cpath fill='%23ff4b55' d='M512 .026H0l256.026 215.557H512z'/%3E%3Cg fill='%23ffe15a'%3E%3Cpath d='M94.361 198.817c-29.41-9.252-51.614 12.119-56.688 23.119-4.299 9.32-12.281 51.536 27.515 58.268 39.795 6.732 39.347-30.819 39.347-30.819-1.795 5.984-5.012 23.039-33.738 23.039-10.774 0-26.256-16.008-23.339-33.662 2.746-16.611 17.584-25.109 28.8-25.583 10.621-.448 35.381 6.882 35.381 37.028 0 33.886-34.923 37.7-34.923 37.7v20.462c30.401-2.981 47.603-19.82 52.158-46.793 4.535-26.853-4.609-53.351-34.513-62.759z'/%3E%3Cpath d='M61.797 249.065a5.138 5.138 0 0 0-1.082 3.098l-.086 5.503-1.071 1.869a1.417 1.417 0 1 0 2.459 1.408l1.098-1.921 4.395-1.592a5.207 5.207 0 0 0 2.981-2.775c1.148-2.564 3.614-7.27 7.609-12.182 3.996 4.91 6.461 9.618 7.609 12.182a5.211 5.211 0 0 0 2.98 2.775l4.397 1.592 1.098 1.921a1.417 1.417 0 0 0 2.459-1.408l-1.071-1.869-.086-5.503a5.132 5.132 0 0 0-1.082-3.098c-3.682-4.676-7.598-8.352-11.457-11.605 3.084-2.898 6.569-5.665 10.961-7.801a2.417 2.417 0 0 0 1.285-2.734 2.43 2.43 0 0 0-3.396-1.636c-2.943 1.372-8.003 4.073-13.696 8.222-5.693-4.15-10.753-6.85-13.696-8.222a2.43 2.43 0 0 0-3.396 1.636 2.418 2.418 0 0 0 1.284 2.734c4.392 2.137 7.878 4.904 10.963 7.801-3.861 3.253-7.778 6.929-11.459 11.605z'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.vn{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff4b55' d='M0 0h512v512H0z'/%3E%3Cpath d='M260.565 146.63l26.164 78.449 82.695.641c4.624.036 6.541 5.937 2.822 8.684l-66.525 49.125 24.944 78.845c1.395 4.409-3.625 8.056-7.387 5.367L256 319.654l-67.278 48.088c-3.762 2.689-8.782-.958-7.387-5.367l24.944-78.845-66.525-49.125c-3.72-2.747-1.802-8.648 2.822-8.684l82.695-.641 26.164-78.449c1.463-4.388 7.667-4.388 9.13-.001z' fill='%23ffe15a'/%3E%3C/svg%3E")}.pf-flag.wf{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='113' viewBox='0 0 113 113'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23ED2939' fill-rule='nonzero' d='M0 0h113v113H0z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M0 0h37v36H0z'/%3E%3Cpath fill='%23002395' fill-rule='nonzero' d='M0 0h18v36H0z'/%3E%3Cpath stroke='%23FFF' stroke-width='.5' d='M0 36h55V0'/%3E%3Cpath d='M82 59L67 44h30L82 59zm-5 5L62 49v30l15-15zm5 5L67 84h30L82 69zm5-5l15-15v30L87 64z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E")}.pf-flag.ye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23464655' d='M0 341.33h512V512H0z'/%3E%3Cpath fill='%23ff4b55' d='M0 0h512v170.67H0z'/%3E%3Cpath fill='%23f5f5f5' d='M0 170.67h512v170.67H0z'/%3E%3C/svg%3E")}


.pf-share-backdrop{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.1);min-width:320px;z-index:1000}.pf-share-modal .pf-follow-button{width:auto}.pf-share-modal .pf-follow-button-facebook{background:#c7d4ef url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 258 259' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='258' height='258' rx='32' fill='%233C5A99'/%3E%3Cpath d='M183.751 258.307v-99.803h33.499l5.016-38.895h-38.515V94.777c0-11.261 3.127-18.935 19.275-18.935l20.596-.009V41.045c-3.562-.474-15.788-1.533-30.012-1.533-29.695 0-50.025 18.126-50.025 51.413v28.684H110v38.895h33.585v99.803h40.166z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0;border-color:#3b579d}.pf-share-modal-close{position:absolute;right:12px;top:12px;display:inline-block;height:16px;width:16px;cursor:pointer}.pf-share-modal-close:after,.pf-share-modal-close:before{content:"";display:block;width:17px;height:2px;position:absolute;left:50%;top:50%;background:#ccc}.pf-share-modal-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.pf-share-modal-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.pf-social-links{min-width:260px}.pf-social-links-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pf-social-links-wrap:last-child{margin-top:15px}@media screen and (min-width:1024px){.pf-share-modal-close{right:20px;top:20px}.pf-share-modal-close:after,.pf-share-modal-close:before{width:20px}}.pf-report-backdrop{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.1);min-width:320px;z-index:1000}.pf-report-modal--message .pf-report-header{border-bottom:0}.pf-report-modal--message .pf-report-text{padding:10px 0 0;border-top:1px solid #eb7e50}.pf-report-modal--message .pf-report-text:nth-child(3){border-top:0;color:#636363}.pf-report-modal--filling .pf-report-info:first-of-type{padding-bottom:16px;border-bottom:1px solid #d8d8d8}.pf-report-modal--filling .pf-report-info:last-of-type{padding-top:16px}.pf-report-modal-close{position:absolute;right:12px;top:12px;display:inline-block;height:16px;width:16px;cursor:pointer}.pf-report-modal-close:after,.pf-report-modal-close:before{content:"";display:block;width:17px;height:1px;position:absolute;left:50%;top:50%;background:#eb7e50}.pf-report-modal-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.pf-report-modal-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.pf-report-modal-content{padding:25px 15px 15px}.pf-report-header{border-bottom:1px solid #eb7e50}.pf-report-title{padding-left:27px;margin-bottom:16px;font-size:18px;font-weight:600;line-height:22px;text-transform:uppercase;background-size:19px 17px;background:0 50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.688 14.796L11.057.616c-.5-.821-1.752-.821-2.252 0l-8.63 14.18c-.5.822.126 1.852 1.127 1.852H18.56c1 0 1.627-1.03 1.127-1.852zM9.934 5.202c.619 0 1.119.447 1.101.985l-.183 5.52c-.013.435-.422.779-.922.779-.501 0-.91-.348-.924-.78l-.178-5.519c-.014-.538.483-.985 1.106-.985zm-1.106 8.324c0 .574.495 1.04 1.104 1.04.608 0 1.103-.466 1.103-1.04 0-.574-.495-1.04-1.103-1.04-.609 0-1.104.466-1.104 1.04z' fill='%23FF8454'/%3E%3C/svg%3E")}.pf-report-text{padding-bottom:20px;font-size:17px;font-weight:600;line-height:22px;color:#eb7e50}.pf-report-info{padding:22px 0 26px}.pf-report-info li:nth-child(2){margin-top:22px}.pf-report-info p{font-size:18px;line-height:25px;color:#363636}.pf-report-info p:nth-child(2){margin-top:5px;font-weight:700}.pf-report-info span{display:inline-block;width:115px;height:28px;margin-top:10px}.pf-report-info span.pf-not-verified-horizontal{width:155px;height:33px}.pf-report-form label{display:block;font-size:18px;color:#363636}.pf-report-form input,.pf-report-form textarea{display:block;width:100%;padding:12px 17px;margin-top:16px;font-size:18px;line-height:25px;border:1px solid #bab9b9;border-radius:3px}.pf-report-form input:disabled,.pf-report-form textarea:disabled{background-color:#fff;opacity:1}.pf-report-form textarea{height:85px}.pf-report-form .pf-baloon-body{bottom:calc(100% + 15px);margin-bottom:-80px}.pf-report-form .error+.pf-baloon-body{margin-bottom:-40px;z-index:0}.pf-report-email-wrap{position:relative}.pf-password-wrap{position:relative;margin-bottom:20px}.pf-report-reason-wrap{position:relative;margin-bottom:50px}.pf-report-captcha-wrap{position:relative}.pf-report-captcha-wrap input{margin-top:38px;height:54px;font-size:44px;line-height:44px;letter-spacing:12px}.pf-report-captcha-wrap label{margin-top:5px;text-align:center;font-size:15px;line-height:20px;color:#636363}.pf-report-captcha-wrap .pf-baloon-body{margin-bottom:-7rem}.pf-report-captcha-wrap .error+.pf-baloon-body{margin-bottom:-3.4rem}.pf-captcha{display:block;width:100%;height: 72px;text-align:center;background-color:#fff;border:1px solid #bab9b9;border-radius:3px}.pf-captcha img{height:100%;width:auto}.pf-report-captcha-wrap .pf-input-wrap{width:100%;position:relative;text-align:center;display:flex;flex-direction:column}.pf-report-captcha-wrap .pf-input-wrap p{font-size:1.7rem;font-weight:600;text-align:center;display:block;margin-top:1rem}.pf-report-captcha-wrap .pf-input-wrap .pf-input-box{position:relative}.pf-report-submit{width:100%;display:block;padding:12px 20px;margin-top:25px;text-align:center;font-size:18px;font-weight:500;color:#fff;background-color:#ff8454;border-radius:3px}@media screen and (min-width:1024px){.pf-report-modal--filling .pf-report-submit{margin-top:40px}.pf-report-modal-close{right:20px;top:20px}.pf-report-modal-close:after,.pf-report-modal-close:before{width:20px}.pf-report-modal-content{padding:35px 20px 20px;overflow:unset}.pf-report-info{padding-bottom:40px}.pf-report-info li:nth-child(2){margin-top:0}.pf-report-info li:after{content:"";display:block;clear:both}.pf-report-info p{float:left}.pf-report-info p:first-child{width:155px;padding-right:10px}.pf-report-info p:nth-child(2){margin-top:0}.pf-report-info span{float:right;margin-top:0}.pf-report-form label{width:155px;padding-right:10px;line-height:51px}.pf-report-form input{margin-top:0}.pf-report-form textarea{height:105px}.pf-report-form .pf-baloon-body{margin-bottom:-40px}.pf-report-form .error+.pf-baloon-body{margin-bottom:0}.pf-report-email-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.pf-report-email{-webkit-box-flex:1;-ms-flex:1;flex:1}.pf-password-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.pf-password-wrap input{-webkit-box-flex:1;-ms-flex:1;flex:1}.pf-report-reason-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px}.pf-report-reason-wrap textarea{margin-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.pf-report-captcha-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:433px;margin-left:auto}.pf-report-captcha-wrap label{width:100%;text-align:left;line-height:22px}.pf-captcha{width:40%;margin-right:5%;padding:0px;margin-top:4.6rem}.pf-report-captcha-wrap .pf-input-wrap{width:55%}.pf-report-captcha-wrap .pf-input-wrap p{margin-top:0}.pf-report-submit{width:160px;margin-left:auto}.pf-report-submit:hover{color:#fff;background-color:#fa9c78}}.pf-owner-backdrop{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.1);min-width:320px;z-index:1000}.pf-owner-modal-close{position:absolute;right:12px;top:12px;display:inline-block;height:16px;width:16px;cursor:pointer}.pf-owner-modal-close:after,.pf-owner-modal-close:before{content:"";display:block;width:17px;height:1px;position:absolute;left:50%;top:50%;background:#9b9b9b}.pf-owner-modal-close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.pf-owner-modal-close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.pf-card-proto-container{width:100%;height:217px;padding-bottom:15px}.pf-card-proto{width:125px;height:100%;margin:0 auto;border:1px solid #ccc;border-radius:3px}.pf-card-proto .pf-card-img img{width:75%;height:75%}.pf-card-proto--featured .pf-proto-hor-badges .pf-ad-card-featured,.pf-card-proto--premium .pf-proto-hor-badges .pf-ad-card-premium{display:inline-block}.pf-card-proto--pic-plus .pf-card-img img,.pf-card-proto--vip .pf-card-img img{width:100%;height:100%}.pf-card-proto--pic-plus .pf-proto-name,.pf-card-proto--vip .pf-proto-name{left:0;bottom:15px}.pf-card-proto--bold .pf-proto-info .pf-line-text:first-child,.pf-card-proto--bold .pf-proto-title .pf-line-text{border-color:#3aad24}.pf-card-proto--border{border-width:2px;border-color:#7e9dab;-webkit-box-shadow:3px 3px 3px 0 rgba(0,0,0,.2);box-shadow:3px 3px 3px 0 rgba(0,0,0,.2)}.pf-card-proto--highlight .pf-proto-title{background:#7e9dab}.pf-card-proto--highlight .pf-proto-title .pf-line-text{border-color:#fff}.pf-card-proto--highlight .pf-proto-name{color:#fff;background:#7e9dab}.pf-card-proto--vip{border:2px solid #fbbf00;-webkit-box-shadow:1px 1px 9px 1px #fbbf00;box-shadow:1px 1px 9px 1px #fbbf00;background:5px 8px #fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 158 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.4' d='M114.938 14.03a.61.61 0 0 1-.02.198l-1.666 5.867c-.084.296-.385.503-.73.505l-9.993.044h-9.996c-.348 0-.65-.208-.735-.505l-1.665-5.889a.59.59 0 0 1-.02-.204c-.644-.178-1.113-.71-1.113-1.335 0-.772.713-1.4 1.59-1.4.876 0 1.59.628 1.59 1.4 0 .435-.227.824-.58 1.08l2.084 1.851c.527.468 1.258.736 2.007.736.884 0 1.727-.37 2.259-.99l3.426-3.999a1.32 1.32 0 0 1-.466-.989c0-.772.713-1.4 1.59-1.4.877 0 1.59.628 1.59 1.4 0 .374-.169.714-.442.966l.003.003 3.402 4.01c.531.625 1.377.999 2.264.999.755 0 1.465-.26 1.999-.73l2.098-1.847c-.361-.257-.593-.65-.593-1.09 0-.772.713-1.4 1.589-1.4.877 0 1.59.628 1.59 1.4 0 .61-.445 1.127-1.062 1.32zm-1.848 8.703c0-.368-.339-.666-.757-.666H92.751c-.418 0-.757.298-.757.666v1.6c0 .369.34.667.757.667h19.582c.418 0 .757-.299.757-.667v-1.6zM98.959 29.006h2.14L97.701 39h-2.31L92 29.006h2.14l1.88 5.947c.104.351.211.761.32 1.23.115.465.185.789.213.971.05-.419.22-1.153.512-2.2l1.894-5.948zM102.363 39v-9.994h2.119V39h-2.119zm6.754-5.291h.697c.652 0 1.14-.128 1.463-.383.324-.26.486-.636.486-1.128 0-.497-.137-.863-.41-1.1-.269-.237-.693-.356-1.272-.356h-.964v2.967zm4.785-1.586c0 1.076-.337 1.898-1.011 2.468-.67.57-1.625.854-2.865.854h-.909V39h-2.119v-9.994h3.192c1.213 0 2.133.262 2.762.786.634.52.95 1.296.95 2.331z' fill='%23FBBF00'/%3E%3Ccircle opacity='.4' cx='103' cy='24' r='22.5' stroke='%23FBBF00' stroke-width='3'/%3E%3Cpath opacity='.4' d='M35.938 93.03a.59.59 0 0 1-.02.198l-1.666 5.867c-.084.296-.385.503-.73.505l-9.993.044h-9.996c-.348 0-.65-.208-.735-.505l-1.665-5.889a.59.59 0 0 1-.02-.204c-.644-.178-1.113-.71-1.113-1.335 0-.772.713-1.4 1.59-1.4.876 0 1.59.628 1.59 1.4 0 .435-.227.824-.58 1.08l2.084 1.851c.527.468 1.258.736 2.007.736.884 0 1.728-.37 2.259-.99l3.426-3.999a1.317 1.317 0 0 1-.466-.989c0-.772.713-1.4 1.59-1.4.877 0 1.59.628 1.59 1.4 0 .374-.169.714-.442.966l.003.003 3.402 4.01c.53.625 1.377.999 2.264.999.755 0 1.465-.26 2-.73l2.097-1.847c-.361-.257-.593-.65-.593-1.09 0-.772.713-1.4 1.59-1.4.876 0 1.589.628 1.589 1.4 0 .61-.445 1.127-1.062 1.32zm-1.848 8.703c0-.368-.34-.666-.757-.666H13.75c-.418 0-.757.298-.757.666v1.6c0 .369.34.667.757.667h19.582c.418 0 .757-.298.757-.667v-1.6zM19.959 108.006h2.14L18.7 118h-2.31L13 108.006h2.14l1.88 5.947c.104.351.211.761.32 1.231.115.464.185.788.213.97.05-.419.22-1.153.512-2.201l1.894-5.947zM23.363 118v-9.994h2.12V118h-2.12zm6.754-5.291h.697c.652 0 1.14-.128 1.463-.383.324-.26.486-.636.486-1.128 0-.497-.137-.863-.41-1.1-.27-.237-.693-.356-1.272-.356h-.964v2.967zm4.785-1.586c0 1.076-.337 1.898-1.011 2.468-.67.569-1.625.854-2.865.854h-.909V118h-2.119v-9.994h3.192c1.213 0 2.133.262 2.762.786.634.52.95 1.297.95 2.331z' fill='%23FBBF00'/%3E%3Ccircle opacity='.4' cx='24' cy='103' r='22.5' stroke='%23FBBF00' stroke-width='3'/%3E%3C/svg%3E")}.pf-card-proto--vip .pf-card-img:before{content:"";position:absolute;top:10px;left:10px;display:block;width:39px;height:39px;background:no-repeat hsla(0,0%,100%,.9) url("data:image/svg+xml;charset=utf-8,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.056 11.401a.507.507 0 0 1-.018.174l-1.48 5.133c-.075.259-.342.44-.65.442l-8.882.039H11.14c-.309 0-.578-.183-.653-.442l-1.48-5.153a.508.508 0 0 1-.018-.178C8.417 11.259 8 10.795 8 10.247c0-.675.634-1.225 1.413-1.225.78 0 1.413.55 1.413 1.225 0 .38-.2.721-.516.946l1.854 1.619c.468.409 1.118.644 1.783.644.787 0 1.536-.324 2.008-.867l3.046-3.498a1.146 1.146 0 0 1-.414-.866C18.587 7.55 19.22 7 20 7c.78 0 1.413.55 1.413 1.225 0 .328-.15.625-.392.845l.002.003 3.024 3.508c.472.548 1.224.875 2.013.875.671 0 1.302-.227 1.777-.638l1.865-1.617c-.322-.225-.528-.569-.528-.954 0-.675.634-1.225 1.413-1.225.78 0 1.413.55 1.413 1.225 0 .533-.395.986-.944 1.154zm-1.643 7.616c0-.322-.301-.584-.673-.584H11.335c-.372 0-.673.262-.673.584v1.4c0 .322.301.583.673.583H28.74c.372 0 .673-.261.673-.583v-1.4zM16.468 24.148h1.68L15.48 32h-1.816L11 24.148h1.681l1.477 4.672c.083.276.167.598.253.967.09.365.145.62.166.763.04-.33.174-.906.403-1.73l1.488-4.672zM19.143 32v-7.852h1.665V32h-1.665zm5.306-4.157h.548c.512 0 .895-.1 1.15-.301.254-.204.38-.5.38-.886 0-.39-.107-.679-.321-.865-.212-.186-.545-.28-1-.28h-.757v2.332zm3.76-1.246c0 .845-.265 1.491-.795 1.939-.526.447-1.277.671-2.25.671h-.715V32h-1.665v-7.852h2.509c.952 0 1.675.205 2.17.617.497.408.746 1.019.746 1.832z' fill='%23FBBF00'/%3E%3Ccircle cx='19.5' cy='19.5' r='18' stroke='%23FBBF00' stroke-width='3'/%3E%3C/svg%3E");border-radius:50%;z-index:1}.pf-proto-vert-badges{display:none}.pf-proto-title{padding:0 7px 7px;border-bottom:1px solid #ccc}.pf-proto-name{position:absolute;left:12.5%;bottom:calc(12.5% + 15px);padding:6px 10px;font-size:10px;font-weight:600;line-height:18px;background:#fff}.pf-line-text{-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:7px;border-bottom:3px solid #ccc}.pf-proto-info{padding:7px;border-top:1px solid #ccc}.pf-proto-hor-badges{height:21px;padding-top:5px}.pf-proto-hor-badges span{display:none;width:41px;height:10px;background-size:contain}.pf-modal--owner-action.pf-modal-upgrade .pf-modal-scrollable-content{max-height:calc(100% - 345px)}.pf-modal--owner-action.pf-modal-upgrade .pf-modal-footer{margin-top:10px}.pf-modal--owner-action .pf-modal-scrollable-content{height:calc(100% - 118px)}.pf-modal--owner-action .pf-modal-scrollable-content--archive .pf-owner-section-title{color:#f3685e}.pf-modal--owner-action .pf-modal-scrollable-content--archive .pf-owner-warning{font-weight:500;text-transform:none}.pf-modal--owner-action .pf-checkbox input[type=checkbox]:checked+span:after,.pf-modal--owner-action .pf-checkbox input[type=checkbox]:checked+span:before,.pf-modal--owner-action .pf-radiobutton input[type=radio]:checked+span:before{border-color:#3f6cc0}.pf-modal--owner-action .pf-radiobutton input[type=radio]:checked+span:after{background:#3f6cc0}.pf-modal--owner-action .pf-radiobutton--red span{color:#f3685e}.pf-modal--owner-action .pf-modal-top,.pf-modal-breeder .pf-modal-top{position:relative;height:36px}.pf-modal--owner-action .pf-owner-modal-close,.pf-modal-breeder .pf-owner-modal-close{margin-right:15px}.pf-modal--owner-action .pf-modal-content-wrap,.pf-modal-breeder .pf-modal-content-wrap{overflow:hidden;height:calc(100% - 36px)}.pf-modal--owner-action .pf-modal-content,.pf-modal-breeder .pf-modal-content{height:100%}.pf-modal--owner-action .pf-modal-content--no-price .pf-modal-scrollable-content,.pf-modal-breeder .pf-modal-content--no-price .pf-modal-scrollable-content{height:calc(100% - 80px)}.pf-modal--owner-action .pf-modal-scrollable-content,.pf-modal-breeder .pf-modal-scrollable-content{display:block;padding:0 15px}.pf-modal--owner-action .pf-modal-header,.pf-modal-breeder .pf-modal-header{height:auto;padding-bottom:20px}.pf-modal--owner-action .pf-checkbox span,.pf-modal-breeder .pf-checkbox span{color:#363636;font-size:18px;line-height:20px}.pf-modal--owner-action .pf-checkbox span:before,.pf-modal-breeder .pf-checkbox span:before{width:20px;height:20px}.pf-modal--owner-action .pf-checkbox input[type=checkbox]:checked+span:after,.pf-modal-breeder .pf-checkbox input[type=checkbox]:checked+span:after{left:7px;width:6px;height:10px;border-width:0 1px 1px 0}.pf-modal--owner-action .pf-radiobutton span,.pf-modal-breeder .pf-radiobutton span{padding-left:40px;color:#363636;font-size:18px;line-height:38px}.pf-modal--owner-action .pf-radiobutton span:before,.pf-modal-breeder .pf-radiobutton span:before{width:21px;height:21px}.pf-modal--owner-action .pf-radiobutton input[type=radio]:checked+span:after,.pf-modal-breeder .pf-radiobutton input[type=radio]:checked+span:after{width:15px;height:15px}.pf-modal--owner-action .pf-radiobutton--red span,.pf-modal-breeder .pf-radiobutton--red span{color:#f3685e}.pf-modal--owner-action .pf-modal-footer,.pf-modal-breeder .pf-modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;bottom:0;left:0;right:0;padding:15px;background-color:#fff;border-top:1px solid #efefef;z-index:1000}.pf-owner-modal-title{color:#3f6cc0;font-size:20px}.pf-owner-modal-title,.pf-owner-warning{font-weight:600;line-height:22px;text-transform:uppercase}.pf-owner-warning{padding-top:12px;color:#f3685e;font-size:16px}.pf-owner-section{padding:10px 0 25px;border-top:1px solid #efefef}.pf-owner-section-title{display:inline-block;color:#3f6cc0;font-size:18px;font-weight:600;line-height:30px}.pf-owner-section-description{color:#363636;font-size:18px;line-height:24px}.pf-owner-section-content{padding-top:10px}.pf-owner-section-content--badges .pf-checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pf-owner-section-content--badges .pf-checkbox-wrapper .pf-info{bottom:0}.pf-owner-section-content--badges .pf-checkbox-wrapper span{margin-left:auto}.pf-premium-min{background:0 0 no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='30' viewBox='0 0 25 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../css/%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 0v30l-12.5-3.475L0 30V0h25z' fill='%233AAD24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.143 13h.452c.422 0 .738-.078.948-.234.21-.157.314-.384.314-.683 0-.301-.088-.524-.263-.667-.176-.144-.451-.216-.827-.216h-.624V13zM15 11.871c0 .646-.195 1.14-.584 1.482-.39.342-.943.513-1.662.513h-.526V16H11v-6h1.85c.702 0 1.236.157 1.601.47.366.313.549.78.549 1.401z' fill='%23fff'/%3E%3Cpath d='M20.794 13.492l-.325-.438a1.025 1.025 0 0 1-.011-1.22l.318-.44a1.034 1.034 0 0 0-.368-1.526l-.486-.257a1.034 1.034 0 0 1-.547-1.094l.093-.535c.107-.619-.365-1.192-1.009-1.216l-.55-.024a1.063 1.063 0 0 1-.98-.754l-.154-.521A1.069 1.069 0 0 0 15.33 4.8l-.507.215a1.077 1.077 0 0 1-1.216-.264l-.368-.403a1.081 1.081 0 0 0-1.599.01l-.361.41c-.3.337-.787.452-1.212.282l-.512-.205a1.073 1.073 0 0 0-1.437.691l-.147.521a1.067 1.067 0 0 1-.969.771l-.55.032c-.64.034-1.105.615-.987 1.23l.1.531c.082.441-.132.886-.533 1.101l-.483.264a1.031 1.031 0 0 0-.343 1.53l.325.437c.272.361.276.851.011 1.22l-.325.444a1.034 1.034 0 0 0 .368 1.525l.486.257c.404.212.626.653.547 1.095l-.089.528c-.107.618.365 1.191 1.008 1.216l.551.024c.458.017.851.323.98.754l.154.52c.178.605.858.918 1.444.668l.508-.215a1.082 1.082 0 0 1 1.216.26l.368.403c.43.47 1.18.462 1.599-.01l.36-.41c.301-.337.787-.452 1.213-.282l.511.205a1.073 1.073 0 0 0 1.438-.691l.146-.521c.122-.431.512-.74.97-.768l.55-.031c.64-.035 1.105-.615.987-1.234l-.1-.531a1.036 1.036 0 0 1 .533-1.101l.482-.264a1.02 1.02 0 0 0 .347-1.522zm-8.296 4.18c-2.946 0-5.335-2.339-5.335-5.222 0-2.884 2.389-5.226 5.335-5.226 2.947 0 5.335 2.339 5.335 5.222 0 2.884-2.388 5.225-5.335 5.225z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h25v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.pf-featured-min,.pf-premium-min{display:inline-block;width:25px;height:30px}.pf-featured-min{background:0 0 no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='30' viewBox='0 0 25 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 0v30l-12.5-3.475L0 30V0h25z' fill='%234D89CE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.469 13.054l.325.438a1.02 1.02 0 0 1-.347 1.522l-.482.264c-.4.215-.616.66-.533 1.1l.1.532c.118.619-.347 1.199-.987 1.234l-.55.031a1.07 1.07 0 0 0-.97.768l-.146.521a1.073 1.073 0 0 1-1.438.691l-.511-.205a1.086 1.086 0 0 0-1.212.282l-.361.41c-.419.472-1.17.48-1.599.01l-.368-.403a1.082 1.082 0 0 0-1.216-.26l-.508.215a1.069 1.069 0 0 1-1.444-.667l-.154-.521a1.063 1.063 0 0 0-.98-.754l-.55-.024c-.644-.025-1.116-.598-1.009-1.216l.09-.528a1.034 1.034 0 0 0-.548-1.095l-.486-.257a1.034 1.034 0 0 1-.368-1.525l.325-.445a1.025 1.025 0 0 0-.01-1.22l-.326-.437a1.031 1.031 0 0 1 .343-1.529l.483-.264c.4-.215.615-.66.533-1.1l-.1-.532c-.118-.615.347-1.196.987-1.23l.55-.032c.454-.024.844-.333.97-.77l.146-.522a1.073 1.073 0 0 1 1.437-.691l.512.205c.425.17.912.055 1.212-.282l.361-.41a1.081 1.081 0 0 1 1.598-.01l.369.403c.304.337.794.441 1.216.264l.507-.215a1.069 1.069 0 0 1 1.445.667l.154.52c.128.431.522.737.98.755l.55.024c.644.024 1.116.597 1.009 1.216l-.093.535c-.08.441.143.882.547 1.094l.486.257c.565.3.74 1.011.368 1.525l-.318.442c-.265.368-.261.858.01 1.22zM7.163 12.45c0 2.883 2.389 5.221 5.335 5.221 2.947 0 5.335-2.341 5.335-5.225 0-2.883-2.388-5.221-5.335-5.221-2.946 0-5.335 2.341-5.335 5.225z' fill='%23fff'/%3E%3Cpath d='M15.58 11.092l-1.958-.144-.74-1.833a.41.41 0 0 0-.762 0l-.741 1.833-1.959.144a.415.415 0 0 0-.235.731l1.499 1.275-.47 1.92a.413.413 0 0 0 .617.454l1.668-1.043 1.667 1.043c.313.197.706-.091.618-.453l-.47-1.921 1.498-1.275a.413.413 0 0 0-.231-.73z' fill='%23fff'/%3E%3C/svg%3E")}.pf-total{width:100%;padding-bottom:10px;color:#3f6cc0;font-size:22px;font-weight:600;line-height:30px}.pf-total span{padding-left:15px;color:#363636}.pf-owner-modal-btn{width:44%;padding:10px 35px;font-size:18px;font-weight:600;line-height:25px;border-radius:3px}.pf-owner-modal-btn--cancel{margin-right:3%;color:#3f6cc0;border:1px solid #3f6cc0}.pf-owner-modal-btn--apply{margin-left:3%;color:#fff;background-color:#3f6cc0}.pf-owner-action-info li{position:relative;margin-bottom:25px;padding-left:25px;color:#363636;font-size:16px;line-height:24px}.pf-owner-action-info li:last-child{margin-bottom:0}.pf-owner-action-info li:before{content:"";position:absolute;left:2px;top:11px;width:3px;height:3px;background-color:#363636;border-radius:50%}@media screen and (min-width:640px){.pf-modal--owner-action.pf-modal-upgrade .pf-modal-scrollable-content{max-height:calc(100% - 305px)}.pf-modal--owner-action .pf-modal-scrollable-content,.pf-modal-breeder .pf-modal-scrollable-content{height:calc(100% - 78px)}.pf-modal--owner-action .pf-modal-footer,.pf-modal-breeder .pf-modal-footer{position:static;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.pf-modal--owner-action .pf-total,.pf-modal-breeder .pf-total{width:auto;padding-bottom:0}.pf-owner-modal-btn{width:145px}.pf-owner-modal-btn--cancel{margin-right:0}.pf-owner-modal-btn--cancel:hover{background-color:#ededed}.pf-owner-modal-btn--apply{margin-left:0}.pf-owner-modal-btn--apply:hover{background-color:#547bc3}}@media screen and (min-width:1024px){.pf-modal--owner-action.pf-modal-upgrade.pf-show-modal{max-height:80vh}.pf-modal--owner-action.pf-modal-upgrade .pf-modal-header{padding:0 15px 15px}.pf-modal--owner-action.pf-modal-upgrade .pf-modal-scrollable-content{max-height:calc(80vh - 341px)}.pf-modal--owner-action .pf-owner-section-content{padding-top:0}.pf-modal--owner-action,.pf-modal-breeder{width:510px;-webkit-box-shadow:0 1px 6px 0 rgba(0,0,0,.15);box-shadow:0 1px 6px 0 rgba(0,0,0,.15)}.pf-modal--owner-action.pf-show-modal,.pf-modal-breeder.pf-show-modal{top:50%;left:50%;right:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:auto;max-height:100vh}.pf-modal--owner-action .pf-owner-modal-close,.pf-modal-breeder .pf-owner-modal-close{display:block;margin-right:0}.pf-modal--owner-action .pf-modal-scrollable-content,.pf-modal-breeder .pf-modal-scrollable-content{max-height:calc(100vh - 114px);-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;overflow-x:hidden;overflow-y:scroll}.pf-modal--owner-action .pf-modal-header,.pf-modal-breeder .pf-modal-header{float:none;width:auto}.pf-modal--owner-action .pf-owner-section,.pf-modal-breeder .pf-owner-section{padding:5px 0}.pf-modal--owner-action .pf-owner-section-title,.pf-modal-breeder .pf-owner-section-title{font-size:17px;font-weight:700}.pf-modal--owner-action .pf-checkbox-wrapper,.pf-modal-breeder .pf-checkbox-wrapper{height:32px;padding:6px 0}.pf-modal--owner-action .pf-checkbox span,.pf-modal-breeder .pf-checkbox span{font-size:16px}.pf-modal--owner-action .pf-radiobutton span,.pf-modal-breeder .pf-radiobutton span{font-size:16px;line-height:28px}.pf-modal--owner-action .pf-radiobutton span:before,.pf-modal-breeder .pf-radiobutton span:before{width:18px;height:18px;top:5px}.pf-modal--owner-action .pf-radiobutton input[type=radio]:checked+span:after,.pf-modal-breeder .pf-radiobutton input[type=radio]:checked+span:after{width:12px;height:12px;top:8px}.pf-modal--owner-action .pf-modal-footer,.pf-modal-breeder .pf-modal-footer{margin:0 15px;padding:15px 0;border-color:#ccc}.pf-modal--owner-action .pf-premium-min,.pf-modal-breeder .pf-premium-min{margin-top:-10px}.pf-owner-modal-close:hover:after,.pf-owner-modal-close:hover:before{background:#ccc}.pf-owner-modal-title{font-size:22px;font-weight:700}.pf-card-proto{width:400px}.pf-card-proto:after{content:"";display:block;clear:both}.pf-card-proto--featured .pf-proto-vert-badges .pf-featured,.pf-card-proto--premium .pf-proto-vert-badges .pf-premium{display:block}.pf-card-proto--pic-plus .pf-proto-name,.pf-card-proto--vip .pf-proto-name{bottom:20px}.pf-proto-img{position:relative;float:left;width:55%;margin-top:10px;padding-left:25px}.pf-proto-name{bottom:calc(12.5% + 20px);font-size:12px}.pf-proto-info{float:right;width:45%;border-top:0}.pf-proto-info .pf-line-text{padding-top:10px}.pf-proto-vert-badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;left:0;width:25px;padding:0 7px}.pf-proto-vert-badges span{display:none;background-size:contain;margin-bottom:30%}.pf-proto-hor-badges{display:none}.pf-multi-line-text{margin-top:25px}.pf-multi-line-text span{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:7px;border-bottom:1px solid #ccc}.pf-multi-line-text span:last-child{width:70%}.pf-owner-action-info li{margin-bottom:10px}.pf-info:hover{background-color:#ededed}}.pf-follow-title{background:0 50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10.5c0-2.805 1.092-5.441 3.075-7.425A10.431 10.431 0 0 1 10.5 0c2.805 0 5.441 1.092 7.425 3.075A10.431 10.431 0 0 1 21 10.5c0 2.805-1.092 5.441-3.075 7.425A10.431 10.431 0 0 1 10.5 21a10.431 10.431 0 0 1-7.425-3.075A10.432 10.432 0 0 1 0 10.5zm10.5 8.803c4.854 0 8.803-3.949 8.803-8.803 0-4.854-3.949-8.803-8.803-8.803-4.854 0-8.803 3.949-8.803 8.803 0 4.854 3.949 8.803 8.803 8.803zm2.175-4.35l3.86-3.861a.848.848 0 0 0 0-1.2l-3.86-3.86a.848.848 0 0 0-1.2 1.2L13.9 9.654H5.535c-.361 0-.654.377-.654.841 0 .464.293.84.654.84h8.356l-2.416 2.417a.846.846 0 0 0 0 1.2.848.848 0 0 0 1.2 0z' fill='%2308AE4A'/%3E%3C/svg%3E");padding-left:32px;text-transform:uppercase;font-size:18px;font-weight:600;line-height:24px;color:#363636}.pf-follow-section-description{font-size:17px;font-weight:600;line-height:25px;color:#636363}.pf-follow-email-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;position:relative;padding-top:10px}.pf-follow-email-wrap .pf-follow-label{padding-right:15px;font-size:18px}.pf-follow-email-wrap .pf-follow-email{display:block;width:100%;padding:12px 17px;margin-top:16px;font-size:18px;line-height:25px;border:1px solid #bab9b9;border-radius:3px;background-color:#fff}.pf-follow-email-wrap .pf-baloon-body{bottom:calc(100% + 15px);margin-bottom:-95px}.pf-follow-email-wrap .error+.pf-baloon-body{margin-bottom:-50px;z-index:0}.pf-captcha-input{position:relative;padding:20px 0}.pf-captcha-input input{width:100%;padding:12px 17px;font-size:18px;line-height:25px;border:1px solid #bab9b9;border-radius:3px;background-color:#fff}.pf-captcha-input label{display:block;padding-top:10px;font-size:16px;line-height:22px;color:#636363}.pf-captcha-input .pf-baloon-body{bottom:100%}.pf-captcha-input .error+.pf-baloon-body{margin-bottom:0;z-index:0}.pf-new-captcha{display:block;margin-top:10px;padding-left:30px;font-size:16px;font-weight:600;line-height:24px;color:#36ca51;background:0 50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.434.054c3.92.427 7.062 3.473 7.508 7.285.587 4.983-3.396 9.226-8.39 9.28v2.236c0 .124-.16.19-.267.112l-4.734-3.38a.14.14 0 0 1 0-.23l4.734-3.38c.108-.078.267-.008.267.112v2.232c3.509-.054 6.319-2.957 6.08-6.427-.204-2.985-2.707-5.407-5.776-5.597-3.254-.202-6.02 2.057-6.515 5.046-.091.555-.59.958-1.165.958-.715 0-1.273-.617-1.162-1.304C.71 2.74 4.752-.455 9.434.054z' fill='%2336CA51'/%3E%3C/svg%3E")}.pf-agree span{font-size:17px;line-height:25px;color:#36ca51}.pf-agree a{font-weight:600;color:#36ca51}.pf-owner-follow-btn--cancel{color:#36ca51;border:1px solid #36ca51}.pf-owner-follow-btn--submit{color:#fff;background-color:#36ca51}@media screen and (min-width:1024px){.pf-follow-modal{width:620px}.pf-follow-modal .pf-owner-section-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.pf-follow-modal .pf-checkbox-wrapper,.pf-follow-modal .pf-radio-wrapper{min-width:33.33333%;padding-right:15px}.pf-follow-email-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:20px}.pf-follow-email-wrap .pf-follow-label{line-height:51px}.pf-follow-email-wrap .pf-follow-email{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:0}.pf-follow-email-wrap .pf-baloon-body{margin-bottom:-70px}.pf-follow-email-wrap .error+.pf-baloon-body{margin-bottom:-20px}.pf-captcha-img{padding:15px 0;width:40%}.pf-captcha-img .pf-captcha{width:100%;margin-right:0}.pf-new-captcha:hover{color:#5fd374;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.434.054c3.92.427 7.062 3.473 7.508 7.285.587 4.983-3.396 9.226-8.39 9.28v2.236c0 .124-.16.19-.267.112l-4.734-3.38a.14.14 0 0 1 0-.23l4.734-3.38c.108-.078.267-.008.267.112v2.232c3.509-.054 6.319-2.957 6.08-6.427-.204-2.985-2.707-5.407-5.776-5.597-3.254-.202-6.02 2.057-6.515 5.046-.091.555-.59.958-1.165.958-.715 0-1.273-.617-1.162-1.304C.71 2.74 4.752-.455 9.434.054z' fill='%235FD374'/%3E%3C/svg%3E")}.pf-captcha-input{padding:15px 0 15px 25px;width:60%}.pf-agree a:hover{color:#5fd374}.pf-owner-follow-btn--cancel:hover{background-color:#ededed}.pf-owner-follow-btn--submit:hover{background-color:#5fd374}}



.pf-card--more--sale .pf-card-img,.pf-cards-section--green .pf-card--more .pf-card-img,.pf-sale-ads .pf-card--more .pf-card-img{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='216' height='120' viewBox='0 0 216 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.181 81.81c-3.365.6-4.661 0-7.375 0-2.714 0-3.348-.703-5.428 0-2.08.705-1.91 1.572-2.712 2.756-.8 1.184-.28 1.344-.854 2.515-.572 1.172-.868 1.302-1.495 2.291-.627.989-1.215.848-1.215 1.985 0 1.136-.334.467 1.215 2.287 1.55 1.819 2.537 2.694 3.708 3.492 1.172.799 1.162.866 3.15 1.18 1.986.313 1.742 0 4.322 0s3.65.23 5.16 0c1.511-.231.652-.586 2.55-1.18 1.9-.594 2.611-.405 4.106-.902 1.494-.498 1.51-.728 2.604-1.331 1.094-.604.989-.213 2.093-1.26 1.104-1.046.614-1.23 1.649-1.712 1.034-.483 1.921-.255 3.252-.574 1.332-.32.158-.702 2.141-1.294 1.983-.591 2.51-.691 4.512-.691 2.003 0 2.947.303 3.984.691 1.037.389 2.465.897 3.798 1.868 1.334.97 1.343 1.578 1.69 2.463s.468.754 0 1.84c-.468 1.085-1.115 1.028-1.69 2.082-.574 1.053-1.265.87-1.652 4.144s0 4.546 0 6.609c0 2.062.37 2.232 0 3.382s-.756.813-1.426 1.868c-.67 1.056-.72 1.392-.72 2.253 0 .861-.115.878.72 1.711.835.834.995 1.087 2.439 1.44 1.444.354 1.73.385 3.442 0 1.714-.385 1.672-1.128 2.97-1.44 1.299-.311 1.717.293 3.022 0 1.305-.292 1.235.079 2.184-1.166.949-1.245.65-1.669.837-2.798.186-1.129 0-1.197 0-2.275 0-1.078-.307-.952 0-2.156.306-1.204.556-.366 1.152-2.369.596-2.003-.213-2.133.758-4.05.971-1.916 1.851-1.895 3.142-3.646s.888-1.72 2.193-3.59c1.306-1.868 1.663-2.093 2.885-3.68 1.221-1.585.794-1.591 2.4-3.181 1.606-1.59 2.358-1.998 3.834-2.99 1.476-.993 2.063-1.222 3.314-1.816 1.251-.594 1.33-.3 2.715-1.046 1.385-.747-.005-1.202 2.398-1.71 2.402-.506 3.912.158 5.703 0 1.792-.157 1.646-.8 3.405-.8s2.651.67 3.527.8c.876.131.825.557 1.845 0 1.021-.555.669-1.393 1.311-1.72.641-.326 1.349-.22 2.067 0 .719.221.506.516.929.92.422.405.088-.039.871.8.783.84.961.853 1.468 1.71.508.856.604.899.604 1.786 0 .888.269.57-.604 1.775-.872 1.206-1.268 1.453-2.339 2.291-1.072.838-1.493.752-2.533 1.52-1.039.768-1.037.782-1.774 1.662-.736.88-1.457 2.435-.771 2.866.687.43 1.579.987 2.545.814.967-.174.99-.232 2.533-.814 1.542-.582 1.566.216 2.943-.517 1.376-.734 3.119-1.142 4.86-1.765 1.742-.623 3.902-1.291 5.265-1.781 1.363-.49.923-.968 2.366-1.294 1.442-.325 1.988.318 3.369 0 1.382-.318 1.515.272 2.258-1.294.742-1.566.197-2.536 0-3.463-.198-.927-1.06-1.786-1.118-1.786-.057 0-.201-2.607-.504-3.43-.302-.821-.88.122-1.322-1.537-.442-1.659-.553-2.546 0-3.427.553-.882 1.638-.342 2.944-1.267 1.305-.926.72-.96 1.902-1.44 1.183-.478 1.398-.25 2.815-.728s.684-1.311 2.578-1.82c1.894-.507 2.348 0 3.92 0 1.573 0 2.158.419 3.383 0 1.225-.417 1.027-1.213 2.287-1.621 1.261-.409 1.797 0 3.398 0h3.202c1.378 0 1.597-.442 2.757 0 1.159.441.92.75 1.501 1.622.58.871.337.736.79 1.819.453 1.082.181.871.878 2.168.697 1.296.696 1.138 1.659 2.55.963 1.41 1.144 2.006 1.998 2.807.854.801 1.059.452 2.426 1.342 1.367.89 1.226 1.195 2.523 1.88 1.297.686.888.47 3.082 1.082 2.194.611 2.438.8 4.554 1.046 2.116.247 1.384-.215 4.41 0 3.026.216 4.115.382 5.99.74 1.875.359 2.587.766 3.502 1.076.916.31.343-.076 1.74.7 1.397.775.611-.11 2.562 1.687 1.951 1.798 1.767 1.95 3.377 3.785 1.609 1.834 1.88 1.929 3.174 3.68 1.295 1.75 1.58 2.61 2.2 3.589.621.978-.242 1.408 1.308 2.13 1.55.721 2.793.635 4.357.507 1.564-.129 1.586-.65 2.735-1.277 1.148-.626 1.144-.134 2.102-1.36s.94-1.327 1.06-2.687c.12-1.36-.144-1.775-.582-2.742-.439-.967.316.079-1.497-1.84-1.813-1.92-2.303-2.1-3.818-3.785-1.515-1.686-1.628-1.76-2.694-3.463-1.067-1.703-.455-1.293-1.663-3.495-1.209-2.203-1.796-2.9-2.651-4.367-.856-1.466-1.002-2.085-1.618-2.949-.616-.863.537-.987-1.648-1.629s-3.195.16-5.418-.446c-2.222-.606-2.02-.282-3.693-2.038-1.672-1.756-.934-2.261-2.005-3.946-1.072-1.685-1.532-2.064-2.59-3.281-1.059-1.217-.89-1.22-2.33-2.376-1.441-1.157-1.939-1.381-3.309-2.151-1.371-.77-1.451-.727-3.001-1.396-1.551-.668-1.951-.666-3.19-1.273-1.24-.608-1.223.646-2.215-1.377-.992-2.022-.577-4.039-.603-4.368-.027-.33 1.454-3.298 1.454-5.027 0-1.73-.144-.882-2.004-3.52-1.859-2.638-1.767-2.836-3.601-5.302-1.834-2.466-2.438-2.345-3.96-4.866-1.521-2.52-1.075-2.662-2.123-5.21-1.048-2.55-.812-2.263-2.115-5.097-1.303-2.833-1.337-2.842-2.821-5.637-1.485-2.795-2.21-4.158-3.129-5.564-.919-1.405-.814-.823-2.285-2.716-1.47-1.892-1.131-2.172-2.794-3.82-1.664-1.647-1.916-2.356-4.133-3.044-2.217-.687-3.403 0-5.679 0h-4.553c-2.08 0-1.87-.925-4.16 0-2.289.926-1.418 1.433-3.369 3.044-1.952 1.611-1.603.633-4.122 3.142-2.519 2.508-2.51 3.33-4.305 5.251-1.796 1.923-2.08 1.836-4.064 3.707-1.985 1.87-2.212 2.906-2.943 3.773-.732.867.059.992-1.813 1.864-1.873.873-2.223.984-5.226.984-3.004 0-3.509-1.251-6.044-.984-2.536.268-2.52 1.293-4.475 2.094-1.954.802-2.468.743-4.13 1.435-1.662.693-2.05 1.277-3.073 1.567-1.021.29-1.125-.152-2.453 0-1.328.153-1.26.576-2.56.576s-.29.686-2.604-.576c-2.313-1.262-1.304-1.015-3.955-3.002-2.65-1.986-3.52-2.79-5.335-3.958-1.814-1.168-1.639-.718-4.09-2.107-2.45-1.389-2.237-1.352-4.712-2.88-2.475-1.53-2.093-1.53-4.924-3.072-2.83-1.542-2.482-2.241-6.015-2.885-3.535-.643-15.789-.085-17.568 0-1.779.085-1.89.15-4.555 1.062s-2.709.956-5.332 1.823c-2.623.867-1.372.405-5.295 1.688-3.922 1.283-5.393 1.78-7.811 2.598-2.418.817-3.63 1.063-4.801 1.666-1.172.603-.506.73-1.563 1.61-1.058.879-2.65.756-2.375 1.664.276.908 1.528.734 3.389 1.681 1.86.947 1.992 1.133 3.682 1.918 1.69.785 1.786.921 3.564 1.448 1.778.526 2.255.165 3.848.746 1.592.581 1.15-.057 2.067.576.918.633 1.536-.26 2.225 3.604.688 3.864 0 4.35 0 6.745 0 2.394.378 3.732.691 5.947.313 2.214-.537 2.31.773 4.423 1.311 2.112 3.482 2.683 4.387 3.895.905 1.212.362.658.517 2.67.155 2.012 0 2.392 0 4.033 0 1.64.296 2.364 0 3.28-.296.916-.799.577-1.168 2.15-.369 1.573-.44.864-.44 2.039 0 1.174-.255 2.27 0 3.132.255.862 1.642 2.506 3.222 2.909 1.58.402.666 0 3.518 0s1.716 1.75 5.704 0c3.987-1.751 5.201-4.669 6.265-5.255 1.063-.586 2.096-.856 2.825-.786.73.07 1.227-.368 1.755 1.222.528 1.59 0 1.138 0 3.51s.584 4.016 0 4.744c-.584.728-2.664-.106-3.803 0-1.139.106-.364-.212-2.14.552-1.777.764-1.224.812-3.253 1.766-2.03.954-.732.425-4.272 1.772s-3.84 1.996-7.206 2.595zM138.262 9.406c1.081-1.07 2.29-.42 4.064 0s1.847.555 3.314 1.747c1.467 1.19 1.695 1.17 2.46 2.943.766 1.773.525 2.89.525 3.971 0 1.082-.002 1.658-.525 2.135-.522.477-.267.71-1.813 0-1.546-.709-1.309-1.312-2.844-2.135-1.534-.823-2.395-.83-3.33-1.176-.936-.347-1.191-.012-1.851-.745-.659-.731-.669.266-.669-2.05 0-2.317-.411-3.62.669-4.69z' fill='%2336CA51'/%3E%3C/svg%3E") 50% 50% no-repeat}.pf-no-ads-pic{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='172' height='144' viewBox='0 0 172 144' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238D69C0' fill-rule='evenodd'%3E%3Cpath d='M15.624 135.143c-3.517-2.542-1.94-5.677-3.453-10.8-1.511-5.125-1.81-6.515-2.793-10.37-.983-3.853.44-4.142-1.835-7.767-2.274-3.625-5.298-1.987-6.396-5.352-1.098-3.364.904-4.96 1.778-8.802.873-3.842 1.143-4.613 1.952-7.6.81-2.987 1.102-3.387 1.712-5.93.61-2.542-.136-2.281.954-5.194 1.09-2.913 1.355-2.968 2.983-5.323 1.628-2.354 1.214-1.932 3.634-4.245 2.419-2.313 2.17-2.35 5.117-4.12 2.948-1.768 3.176-1.444 6.193-2.67 3.017-1.224 3.408-1.295 6.066-2.306 2.658-1.01 7.693-2.509 9.869-3.404 2.175-.896 2.606-1.182 4.247-2.24 1.64-1.057 2.102-1.482 3.133-2.515 1.03-1.032 1.368-1.537 1.829-2.457.46-.92.812-2.356.812-5.161 0-2.805-.222-3.593-.318-5.367-.096-1.773-.381-2.398-.494-3.897-.114-1.499 0-1.22 0-3.026 0-1.806.133-1.612 0-3.612-.134-2-.372-1.727-.505-3.974-.134-2.247-.604-2.454 0-4.524s1.415-2.02 2.359-3.563c.943-1.542.233-1.413 1.779-3.2 1.545-1.787 1.493-1.566 3.53-2.94 2.038-1.376 2.072-1.366 4.246-2.308.959-.416 2.725-1.395 5.039-1.847 2.929-.573 6.46-.566 7.29-.407 1.628.311 3.217 1.12 4.263 1.648 2 1.01 2.138 1.001 3.917 2.312 1.778 1.311 1.683 1.34 3.372 3.062 1.69 1.722 4.58 4.99 5.506 6.33.927 1.34 1.16 2.042 1.618 2.964.457.923 1.132 2.676.36 3.94-.77 1.265-.991.67-1.978 1.974-.986 1.305-.882 1.464-1.462 3.3-.58 1.834-.802 1.667-.802 3.87 0 2.205.312 3.131.312 3.51 0 .38.118.849-.651 1.66-.77.81-.791.568-1.183 1.705-.39 1.136.308 3.497-.653 5.372-.96 1.875-.958 1.747-2.405 3.364-1.446 1.616-2.819 2.632-3.145 2.837-.326.205-2.63 2.246-3.508 3.19-.878.944-1.21 1.297-1.532 2.23-.323.934-.488 1.331-.488 1.971 0 .64-.305.915.488 1.717.793.803-.223.135 2.234.774 2.457.638 3.217.305 4.98.894 1.762.59 1.772.658 3.376 1.9 1.605 1.24 1.034 1.05 2.977 3.014 1.944 1.963 2.2 1.886 3.89 3.922 1.689 2.036 1.523 1.541 3.091 4.492 1.57 2.95 2.323 4.311 3.314 6.349.991 2.037.501 1.376 1.632 3.816 1.13 2.44 1.032 2.903 1.896 5.185.864 2.281.824 2.41 1.782 4.528.958 2.117 1.556 2.717 2.113 4.076.557 1.36 1.314 1.795.768 2.953-.546 1.159-3.656 3.087-4.663 5.699-1.006 2.611 0 1.551 0 6.4 0 4.85-.28 5.282 0 9.7.28 4.416 1.1 7.526 1.17 8.761.07 1.235 0 1.18-.53 2.422-.531 1.242-14.56 1.128-21.88 3.08-7.32 1.95-7.11 4.592-14.2 6.537-7.088 1.945-5.304 1.537-14.565 1.354-9.26-.183-8.596.044-18.513-2.008-9.917-2.052-16.113-3.341-19.63-5.883z'/%3E%3Cpath d='M107.442 132.437c-1.172-.233 0-4.408 0-4.408s.355-1.296 1.207-3.342c.852-2.047.896-2.17 1.83-3.952.932-1.784 1.17-2.117 2-3.372.832-1.255.658-.792 1.768-2.318 1.11-1.526 1.336-1.149 2.188-3.117.853-1.969.508-2.595 1.154-4.597.647-2.003.746-2.14 1.548-3.777.802-1.638 1.045-1.266 1.787-3.03.743-1.763-.246-1.307 1.141-3.925 1.387-2.617 1.184-1.715 3.33-4.512 2.146-2.796 2.782-3.298 4.344-5.485 1.562-2.188 1.4-2.387 2.943-4.722 1.542-2.335 1.966-2.523 3.164-4.526 1.198-2.004 1.616-3.33 2.162-4.383.547-1.051.697-.947 1.157-2.009.46-1.062.441-1.195.731-2.347.29-1.151.461-1.282.461-2.385 0-1.102.173-.948-.46-2.195-.634-1.246-.624-.887-1.672-1.996-1.047-1.11-.67-.921-2.158-2.059-1.486-1.137-1.237-1.02-3.07-1.94-1.831-.92-1.546-.966-3.731-1.476-2.186-.51-2.01-.236-4.424-.429-2.415-.192-3.316-.092-4.832-.307-1.515-.216-1.754-.267-3.007-.806-1.253-.539-1.493-.859-2.432-1.533-.94-.674-.947-.595-1.832-1.527-.885-.932-1.147-1.332-1.66-2.15-.514-.818-.518-.851-.874-1.886-.356-1.036-.346-1.298-.54-2.232-.195-.933-.228-.541-.321-1.905-.093-1.364.154-2.242 0-2.77-.154-.529-.57-.249-.874-.844-.303-.595-.346-.621-.426-1.254-.08-.632-.218-1.015.121-1.712.339-.697.694-.939 1.179-1.07.485-.131.417 0 1.735 0h4.275c2.328 0 4.012.048 4.656 0 .645-.048.243.11 1.267-.438 1.025-.547 1.18-.6 2.01-1.313.829-.712.76-.86 1.555-1.748.795-.888.816-1.06 1.593-1.768.777-.71.934-.759 1.634-1.176.7-.417.31-.38 1.437-.656s.259-.175 2.285-.257c2.026-.082 1.8 0 4.055 0h4.511c1.15 0 1.615.16 2.299 0 .684-.16.336-.484 1.309-.845.973-.36.694-.274 1.997-.382 1.303-.108 1.882 0 2.613 0 .73 0 .496-.26 1.461 0 .966.26.97.295 1.899.905.927.61.371.136 1.784 1.517 1.413 1.381 1.859 1.905 2.767 2.932.908 1.028 1.217 1.336 1.76 2.19.544.855.45 1.159.908 2.005.458.847.952 1.093 1.013 1.547.062.453.213.465-.69.826-.904.361-.957 0-1.918.216-.962.216-1.556.41-1.906.643-.351.232-.527.401-.527.97 0 .57.143.48.527 1.18.383.7.282.374.833 1.302.552.928.517.588 1.073 1.905.556 1.318-.44-1.379.933 2.847 1.372 4.226 1.468 4.304 2.738 8.457 1.27 4.153.637 3.055 2.419 8.408 1.782 5.352 2.676 7.058 3.857 10.442 1.18 3.383 1.435 3.872 2.201 6.917s.867 3.409 1.138 6.355c.271 2.947.23 3.771 0 7.48-.113 1.832-1.93 5.303-2.476 6.954-.547 1.65-1.186 2.636-1.361 5.229-.741 10.968-.075 21.932-.671 22.339-.597.407-9.604-2.928-14.402-3.093-4.799-.165-5.973 0-11.578 1.059-5.604 1.059-5.823 2.252-15.515 2.842-9.692.59-16.23.74-17.4.507z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat}.pf-card-list--note-sale .pf-no-ads-pic{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='216' height='120' viewBox='0 0 216 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.181 81.81c-3.365.6-4.661 0-7.375 0-2.714 0-3.348-.703-5.428 0-2.08.705-1.91 1.572-2.712 2.756-.8 1.184-.28 1.344-.854 2.515-.572 1.172-.868 1.302-1.495 2.291-.627.989-1.215.848-1.215 1.985 0 1.136-.334.467 1.215 2.287 1.55 1.819 2.537 2.694 3.708 3.492 1.172.799 1.162.866 3.15 1.18 1.986.313 1.742 0 4.322 0s3.65.23 5.16 0c1.511-.231.652-.586 2.55-1.18 1.9-.594 2.611-.405 4.106-.902 1.494-.498 1.51-.728 2.604-1.331 1.094-.604.989-.213 2.093-1.26 1.104-1.046.614-1.23 1.649-1.712 1.034-.483 1.921-.255 3.252-.574 1.332-.32.158-.702 2.141-1.294 1.983-.591 2.51-.691 4.512-.691 2.003 0 2.947.303 3.984.691 1.037.389 2.465.897 3.798 1.868 1.334.97 1.343 1.578 1.69 2.463s.468.754 0 1.84c-.468 1.085-1.115 1.028-1.69 2.082-.574 1.053-1.265.87-1.652 4.144s0 4.546 0 6.609c0 2.062.37 2.232 0 3.382s-.756.813-1.426 1.868c-.67 1.056-.72 1.392-.72 2.253 0 .861-.115.878.72 1.711.835.834.995 1.087 2.439 1.44 1.444.354 1.73.385 3.442 0 1.714-.385 1.672-1.128 2.97-1.44 1.299-.311 1.717.293 3.022 0 1.305-.292 1.235.079 2.184-1.166.949-1.245.65-1.669.837-2.798.186-1.129 0-1.197 0-2.275 0-1.078-.307-.952 0-2.156.306-1.204.556-.366 1.152-2.369.596-2.003-.213-2.133.758-4.05.971-1.916 1.851-1.895 3.142-3.646s.888-1.72 2.193-3.59c1.306-1.868 1.663-2.093 2.885-3.68 1.221-1.585.794-1.591 2.4-3.181 1.606-1.59 2.358-1.998 3.834-2.99 1.476-.993 2.063-1.222 3.314-1.816 1.251-.594 1.33-.3 2.715-1.046 1.385-.747-.005-1.202 2.398-1.71 2.402-.506 3.912.158 5.703 0 1.792-.157 1.646-.8 3.405-.8s2.651.67 3.527.8c.876.131.825.557 1.845 0 1.021-.555.669-1.393 1.311-1.72.641-.326 1.349-.22 2.067 0 .719.221.506.516.929.92.422.405.088-.039.871.8.783.84.961.853 1.468 1.71.508.856.604.899.604 1.786 0 .888.269.57-.604 1.775-.872 1.206-1.268 1.453-2.339 2.291-1.072.838-1.493.752-2.533 1.52-1.039.768-1.037.782-1.774 1.662-.736.88-1.457 2.435-.771 2.866.687.43 1.579.987 2.545.814.967-.174.99-.232 2.533-.814 1.542-.582 1.566.216 2.943-.517 1.376-.734 3.119-1.142 4.86-1.765 1.742-.623 3.902-1.291 5.265-1.781 1.363-.49.923-.968 2.366-1.294 1.442-.325 1.988.318 3.369 0 1.382-.318 1.515.272 2.258-1.294.742-1.566.197-2.536 0-3.463-.198-.927-1.06-1.786-1.118-1.786-.057 0-.201-2.607-.504-3.43-.302-.821-.88.122-1.322-1.537-.442-1.659-.553-2.546 0-3.427.553-.882 1.638-.342 2.944-1.267 1.305-.926.72-.96 1.902-1.44 1.183-.478 1.398-.25 2.815-.728s.684-1.311 2.578-1.82c1.894-.507 2.348 0 3.92 0 1.573 0 2.158.419 3.383 0 1.225-.417 1.027-1.213 2.287-1.621 1.261-.409 1.797 0 3.398 0h3.202c1.378 0 1.597-.442 2.757 0 1.159.441.92.75 1.501 1.622.58.871.337.736.79 1.819.453 1.082.181.871.878 2.168.697 1.296.696 1.138 1.659 2.55.963 1.41 1.144 2.006 1.998 2.807.854.801 1.059.452 2.426 1.342 1.367.89 1.226 1.195 2.523 1.88 1.297.686.888.47 3.082 1.082 2.194.611 2.438.8 4.554 1.046 2.116.247 1.384-.215 4.41 0 3.026.216 4.115.382 5.99.74 1.875.359 2.587.766 3.502 1.076.916.31.343-.076 1.74.7 1.397.775.611-.11 2.562 1.687 1.951 1.798 1.767 1.95 3.377 3.785 1.609 1.834 1.88 1.929 3.174 3.68 1.295 1.75 1.58 2.61 2.2 3.589.621.978-.242 1.408 1.308 2.13 1.55.721 2.793.635 4.357.507 1.564-.129 1.586-.65 2.735-1.277 1.148-.626 1.144-.134 2.102-1.36s.94-1.327 1.06-2.687c.12-1.36-.144-1.775-.582-2.742-.439-.967.316.079-1.497-1.84-1.813-1.92-2.303-2.1-3.818-3.785-1.515-1.686-1.628-1.76-2.694-3.463-1.067-1.703-.455-1.293-1.663-3.495-1.209-2.203-1.796-2.9-2.651-4.367-.856-1.466-1.002-2.085-1.618-2.949-.616-.863.537-.987-1.648-1.629s-3.195.16-5.418-.446c-2.222-.606-2.02-.282-3.693-2.038-1.672-1.756-.934-2.261-2.005-3.946-1.072-1.685-1.532-2.064-2.59-3.281-1.059-1.217-.89-1.22-2.33-2.376-1.441-1.157-1.939-1.381-3.309-2.151-1.371-.77-1.451-.727-3.001-1.396-1.551-.668-1.951-.666-3.19-1.273-1.24-.608-1.223.646-2.215-1.377-.992-2.022-.577-4.039-.603-4.368-.027-.33 1.454-3.298 1.454-5.027 0-1.73-.144-.882-2.004-3.52-1.859-2.638-1.767-2.836-3.601-5.302-1.834-2.466-2.438-2.345-3.96-4.866-1.521-2.52-1.075-2.662-2.123-5.21-1.048-2.55-.812-2.263-2.115-5.097-1.303-2.833-1.337-2.842-2.821-5.637-1.485-2.795-2.21-4.158-3.129-5.564-.919-1.405-.814-.823-2.285-2.716-1.47-1.892-1.131-2.172-2.794-3.82-1.664-1.647-1.916-2.356-4.133-3.044-2.217-.687-3.403 0-5.679 0h-4.553c-2.08 0-1.87-.925-4.16 0-2.289.926-1.418 1.433-3.369 3.044-1.952 1.611-1.603.633-4.122 3.142-2.519 2.508-2.51 3.33-4.305 5.251-1.796 1.923-2.08 1.836-4.064 3.707-1.985 1.87-2.212 2.906-2.943 3.773-.732.867.059.992-1.813 1.864-1.873.873-2.223.984-5.226.984-3.004 0-3.509-1.251-6.044-.984-2.536.268-2.52 1.293-4.475 2.094-1.954.802-2.468.743-4.13 1.435-1.662.693-2.05 1.277-3.073 1.567-1.021.29-1.125-.152-2.453 0-1.328.153-1.26.576-2.56.576s-.29.686-2.604-.576c-2.313-1.262-1.304-1.015-3.955-3.002-2.65-1.986-3.52-2.79-5.335-3.958-1.814-1.168-1.639-.718-4.09-2.107-2.45-1.389-2.237-1.352-4.712-2.88-2.475-1.53-2.093-1.53-4.924-3.072-2.83-1.542-2.482-2.241-6.015-2.885-3.535-.643-15.789-.085-17.568 0-1.779.085-1.89.15-4.555 1.062s-2.709.956-5.332 1.823c-2.623.867-1.372.405-5.295 1.688-3.922 1.283-5.393 1.78-7.811 2.598-2.418.817-3.63 1.063-4.801 1.666-1.172.603-.506.73-1.563 1.61-1.058.879-2.65.756-2.375 1.664.276.908 1.528.734 3.389 1.681 1.86.947 1.992 1.133 3.682 1.918 1.69.785 1.786.921 3.564 1.448 1.778.526 2.255.165 3.848.746 1.592.581 1.15-.057 2.067.576.918.633 1.536-.26 2.225 3.604.688 3.864 0 4.35 0 6.745 0 2.394.378 3.732.691 5.947.313 2.214-.537 2.31.773 4.423 1.311 2.112 3.482 2.683 4.387 3.895.905 1.212.362.658.517 2.67.155 2.012 0 2.392 0 4.033 0 1.64.296 2.364 0 3.28-.296.916-.799.577-1.168 2.15-.369 1.573-.44.864-.44 2.039 0 1.174-.255 2.27 0 3.132.255.862 1.642 2.506 3.222 2.909 1.58.402.666 0 3.518 0s1.716 1.75 5.704 0c3.987-1.751 5.201-4.669 6.265-5.255 1.063-.586 2.096-.856 2.825-.786.73.07 1.227-.368 1.755 1.222.528 1.59 0 1.138 0 3.51s.584 4.016 0 4.744c-.584.728-2.664-.106-3.803 0-1.139.106-.364-.212-2.14.552-1.777.764-1.224.812-3.253 1.766-2.03.954-.732.425-4.272 1.772s-3.84 1.996-7.206 2.595zM138.262 9.406c1.081-1.07 2.29-.42 4.064 0s1.847.555 3.314 1.747c1.467 1.19 1.695 1.17 2.46 2.943.766 1.773.525 2.89.525 3.971 0 1.082-.002 1.658-.525 2.135-.522.477-.267.71-1.813 0-1.546-.709-1.309-1.312-2.844-2.135-1.534-.823-2.395-.83-3.33-1.176-.936-.347-1.191-.012-1.851-.745-.659-.731-.669.266-.669-2.05 0-2.317-.411-3.62.669-4.69z' fill='%2336CA51'/%3E%3C/svg%3E") 50% 50% no-repeat}.pf-card--more--adoption .pf-card-img,.pf-card-list--note-adoption .pf-no-ads-pic,.pf-cards-section--pink .pf-card--more .pf-card-img{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='163' height='113' viewBox='0 0 163 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.418 69.141V83.51c0 1.202.096 1.188 0 2.404-.097 1.216-.217 2.01-.384 2.425-.168.415-.443.201-.861.665s-.38.49-.65 1.013c-.269.523-.317.51-.425 1.074-.108.564 0 .463 0 1.15 0 .686-.22.97 0 1.372.22.403.407.145 1.075.592.668.448.444.517 1.245.963.8.446 1.104.4 1.79.73.687.33-.165.314 1.284.75 1.45.436 1.956.574 3.118.574 1.163 0 1.482-.29 2.29-.574s.616-.75 1.478-.75c.863 0 1.038.425 1.77.425s.368-.214 1.406-.425c1.038-.211.943.369 2.28 0 1.336-.37 1.768-.328 2.402-1.293.634-.965.137-1.53 0-2.365-.137-.835-.192-.8-.658-1.632-.467-.832-.485-.718-1.156-1.604-.67-.886-.802-1.21-1.387-1.755-.585-.545-.984.34-1.481-.916-.497-1.255 0-1.655 0-2.823v-2.336c0-1.63-.242-2.534 0-3.26.241-.727 1.016.015 1.481-1.193.465-1.208 0-1.462 0-2.657s-.163-1.585 0-2.39c.163-.805.18-.937.799-1.553.618-.616 1.184.232 1.744-.98.559-1.211-.445-1.754 0-2.796.445-1.043.422-.695 1.976-1.832 1.553-1.136 2.284-1.43 3.386-2.092 1.103-.662.683-.79 2.248-1.289 1.565-.5 1.817-.305 3.456-.532 1.639-.226 2.075-.315 3.292-.4 1.218-.085 1.416-.225 2.456 0s1.223.41 1.857.932c.634.522.61.462.84 1.289.231.827.18 1.11 0 1.723s-.269.389-.84 1.145c-.572.757-.554.78-1.163 1.506-.61.727-.95.543-1.292 1.424-.342.882-.241 1.418 0 1.902s.573.083 1.292.689c.718.606.353.814 1.163 1.381.81.568 1.123-.07 2.026.855.904.924.292.95 1.031 2.275.74 1.324 1.01 1.407 1.686 2.593.676 1.185.879 1.668 1.172 2.42.294.752-.62.556.373 1.542.995.986 1.583 1.072 2.829 1.634 1.246.562 1.483.438 2.721.868 1.239.431 1.498.484 2.433.924.935.44 1.084.71 1.72 1.031.636.32.352-.108 1.38.533s.89 1.38 1.836 1.473c.945.092.74-.8 2.084-1.09 1.343-.29 2.025 0 2.962 0 .937 0 1.382.069 1.875 0 .493-.068.485.005.885-.383s-.444-.41.813-.952c1.257-.541 2.007.17 2.817-.612.81-.784.838-1.323 0-2.425-.838-1.101-1.73-.914-3.14-1.703-1.41-.788-1.223-.99-2.782-1.609-1.56-.618-2.073-.154-3.43-.854-1.357-.7-1.521-1.342-2.084-1.99-.563-.648-.104-.44-.863-1.4-.76-.96-1.59-1.215-1.707-1.85-.118-.635-.318-.882 1.127-1.28 1.445-.397 2.598-.247 3.527 0 .928.248.393.803 1.268 1.28.875.478 1.055.446 2.161.593 1.107.147.972-.356 2.293 0 1.32.355 1.168.801 2.38 1.257 1.211.455 1.612.316 2.638.629 1.025.312 1.018.488 1.956.771.938.283 1.56.415 1.968.415.41 0 1.756-.691 2.667 0 .91.691.127 1.558.535 2.43.409.871.954.313 1.358 1.608.404 1.295.101 2.033 0 2.744-.101.711-.405.222-.587 1.384-.182 1.161.195 1.167 0 2.36-.195 1.192-.569 1.043-.77 2.355-.203 1.312-.305 1.629 0 2.656.303 1.026.619.906 1.357 1.932.738 1.026.753 1.055 1.502 2.043.75.987 1.013 1.113 1.537 1.96.524.848.321.704.773 1.776.453 1.072.469.976.882 2.149.413 1.172.539 1.273.708 2.365.169 1.091-.34 1.277 0 2.207.34.93.659.903 1.433 1.717.774.814.883.893 1.688 1.563.804.669.482.42 1.512 1.087s.939.697 1.714.697c.776 0 .262.088 1.813-.697 1.55-.785 2.738.159 3.547.187.808.027 1.025.132 2.14.51 1.114.377 1.32 1.271 2.505.571 1.185-.699.9-1.411 1.352-1.866.452-.455.179-.192 1.576-.489 1.396-.297 2.093-.147 2.86-.454.767-.307.54-.5 1.041-1.109.502-.609.505-.474.908-1.257.403-.782.419-.64.576-1.625.157-.985.122-1.275 0-1.997-.122-.721-.028-.79-.576-1.41-.548-.621-1.17-.335-1.582-1.033-.413-.698.429-.909 0-1.646-.43-.737-.542-.92-1.685-1.245-1.143-.326-1.6.526-2.688 0-1.089-.527-.806-1.209-1.363-1.961-.558-.753-1.046-1.038-1.26-1.48-.215-.442-.028-.462.074-.963.103-.5.297-1.152.383-1.965.086-.812.077-1.096 0-1.632-.076-.537.032-.409-.383-1.053-.415-.645-1.184-.469-1.078-1.216.107-.748 1.037-.322 1.461-1.473.425-1.151-.092-2.711-.08-3.83.012-1.118.08-2.29.08-4.098V75.32c0-.925-.424-1.086 0-1.85.424-.763.886-.87 1.736-1.28.85-.41.965.068 1.988-.517 1.022-.585.901-.657 1.631-1.553.729-.895.348-1.07 1.184-1.901.835-.832 1.012-.858 2.158-1.425 1.146-.567 1.641-1.024 2.533-.895.891.128.744.954 1.311 1.45.566.495.756.437 1.342.87.586.432.617.16 1.085.921.468.762.506.974.506 1.669 0 .694-.04.428-.506 1.381-.467.954-.823.965-1.085 1.873-.262.907.127 1.086 0 1.886-.128.8-.398.567-.552 1.575-.154 1.007-.148.877 0 2.04.147 1.163-.074 1.576.552 2.311.626.736 1.14.345 2.267 1.001 1.126.656 1.423.834 2.028 1.502.606.667.509.348.728 1.535.218 1.188-.108 1.792 0 2.425.107.632.279.671.619 1.216.34.544.566.276.797 1.052.23.777.242 1.179 1.06 1.633.817.455.703 0 1.876 0s1.539-.332 2.345 0c.807.333.538.617.988 1.373.45.757.159 1.207.754 1.555.595.348 1.564 0 1.905 0 .342 0 1.123-.563 1.799-.563.675 0 .36.288 1.377.563 1.018.275 1.193-.187 2.4 0 1.208.187 1.462.442 2.305 0 .843-.442.361-.776.982-1.247.62-.472 1.73-.308 2.024-.308.293 0 1.157-.335 1.274-1.373.118-1.037-.242-1.723-.472-2.223-.229-.5-1.182-.84-2.13-1.316-.947-.474-.83-.955-2.175-1.452-1.345-.496-2.478.448-3.601 0-1.122-.448-.601-1.184-1.278-1.947-.677-.764-1.172-.14-1.676-1.384-.505-1.243 0-1.94 0-2.744v-1.609c0-1.02-.344-1.457 0-2.04.344-.584.907-.063 1.676-1.196.769-1.134.186-2.766 0-3.67-.186-.903 0-.12 0-1.85s-.447-2.994 0-3.46c.447-.465 1.116.649 2.486.87 1.37.222 1.551-.105 2.89 0 1.339.106 1.786.63 2.64.435.854-.195.12-.492 1.168-1.304 1.049-.812 1.225-.63 2.388-1.45 1.162-.82 1.183-.915 2.158-1.756.976-.84 1.29-1.113 1.878-1.723.588-.61.588-.538 1.026-1.289.437-.75.42.187.639-1.57.219-1.757-.27-1.778 0-3.557.271-1.78.817-1.87 1.076-3.52.259-1.647-.281-2.362 0-3.334s.716-.916 1.477-1.772c.762-.855.914-.2 1.595-1.679.681-1.479.331-1.463.63-3.151.299-1.689.38-1.24.528-3.384.147-2.144 0-3.141 0-4.3 0-1.158-.184-1.362 0-2.316.183-.955.334-1.035.804-1.864.47-.83.622-1.794 1.158-1.598.536.197.542 1.045.731 2.29.189 1.246 0 1.41 0 2.52s-.291 1.023 0 2.221c.291 1.198.682 1.434 1.108 2.337.426.904.491 1.369.845 1.81.355.44.608 1.309 1.153.672.545-.637.279-.69.396-2.481.117-1.791.344-2.19.344-3.59s.238-1.558.448-2.317c.21-.76.013-.697.364-1.864.351-1.167-.12-.887 0-2.467.12-1.579.227-2.138.426-3.152.199-1.015.442-1.024.587-2.01.144-.984.292-.654 0-1.989-.293-1.335-.407-1.494-1.013-2.63-.606-1.138-.317-.672-1.552-2.185s-.996-1.457-2.645-2.959c-1.65-1.501-1.484-1.446-3.682-2.8-2.199-1.354-3.473-1.889-4.778-2.41-1.304-.52-1.584-.08-2.891-.653-1.308-.573-.816-.726-2.223-1.588-1.406-.861-1.77-.792-2.975-1.595-1.205-.804-.678-1.345-2.13-1.81-1.451-.463-1.654.358-3.531 0-1.876-.357-1.079-.965-3.523-1.343s-2.559 0-5.164 0c-2.605 0-2.996.249-5.209 0-2.214-.249-2.713-.947-4.286-1.068-1.573-.12-1.31.201-3.213.49-1.904.29-1.737.354-3.093.96-1.356.606.227-.197-2.669 1.616-2.896 1.813-4.611 2.472-6.385 3.223-1.774.751-2.31.413-3.858 1.115-1.548.703-1.212.903-2.675 1.848-1.463.946-2.165 1.306-3.011 1.827-.846.52-.157.625-1.673 1.057-1.516.432-2.317.048-3.366.377-1.05.33-.642.503-1.688 1.212-1.046.708-.732.886-2.141 1.381-1.41.495-1.744.225-3.192.493-1.447.268-1.507.627-2.86.627s-2.196-.627-2.699-.627c-.502 0-1.037-.837-2.969-1.152-1.931-.315-2.464 0-4.097 0-1.632 0-1.644.524-3.264 0-1.62-.525-1.091-1.454-2.707-1.934-1.616-.479-1.064.431-3.81 0-2.746-.43-3.58-1.154-5.34-1.434-1.76-.28-1.325 0-3.669 0h-4.687c-2.958 0-4.914.079-5.915 0-1.002-.08-1.15-.16-1.857-.612-.707-.452-.097-.767-1.003-1.215-.905-.447-.83-.308-2.321-.428s-1.583-.105-3.027 0c-1.443.105-1.395-.33-2.853.428-1.458.758-1.343 1.327-2.248 2.223-.904.895-1.266 1.22-1.806 1.792-.541.572-1.003.52-1.003 1.18 0 .66.286 3.201 0 3.963s-.756.012-1.895 1.087c-1.14 1.075-.987 1.08-1.814 2.414-.827 1.335-.67 1.38-1.387 2.75-.718 1.371-.64.78-1.481 2.73-.842 1.95-.825 2.44-1.406 3.96-.582 1.521-.652 1.459-1.265 3.023-.613 1.564-.307 1.061-1.152 3.141s-.888 2.12-1.806 4.139c-.917 2.017-.97.112-1.904 4.02-.935 3.908-.592 5.736-.959 7.946s-.725 2.484-1.089 4.387c-.363 1.904-.057 2.089-.48 3.829-.424 1.74-.464 1.486-1.284 3.427a69.229 69.229 0 0 1-1.791 3.852z' fill='%23E66194'/%3E%3C/svg%3E") 50% 50% no-repeat}.pf-breeders-cards .pf-card-list--note .pf-no-ads-pic,.pf-card--more--breeder .pf-card-img,.pf-cards-section--purple .pf-card--more .pf-card-img{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='172' height='144' viewBox='0 0 172 144' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238D69C0' fill-rule='evenodd'%3E%3Cpath d='M15.624 135.143c-3.517-2.542-1.94-5.677-3.453-10.8-1.511-5.125-1.81-6.515-2.793-10.37-.983-3.853.44-4.142-1.835-7.767-2.274-3.625-5.298-1.987-6.396-5.352-1.098-3.364.904-4.96 1.778-8.802.873-3.842 1.143-4.613 1.952-7.6.81-2.987 1.102-3.387 1.712-5.93.61-2.542-.136-2.281.954-5.194 1.09-2.913 1.355-2.968 2.983-5.323 1.628-2.354 1.214-1.932 3.634-4.245 2.419-2.313 2.17-2.35 5.117-4.12 2.948-1.768 3.176-1.444 6.193-2.67 3.017-1.224 3.408-1.295 6.066-2.306 2.658-1.01 7.693-2.509 9.869-3.404 2.175-.896 2.606-1.182 4.247-2.24 1.64-1.057 2.102-1.482 3.133-2.515 1.03-1.032 1.368-1.537 1.829-2.457.46-.92.812-2.356.812-5.161 0-2.805-.222-3.593-.318-5.367-.096-1.773-.381-2.398-.494-3.897-.114-1.499 0-1.22 0-3.026 0-1.806.133-1.612 0-3.612-.134-2-.372-1.727-.505-3.974-.134-2.247-.604-2.454 0-4.524s1.415-2.02 2.359-3.563c.943-1.542.233-1.413 1.779-3.2 1.545-1.787 1.493-1.566 3.53-2.94 2.038-1.376 2.072-1.366 4.246-2.308.959-.416 2.725-1.395 5.039-1.847 2.929-.573 6.46-.566 7.29-.407 1.628.311 3.217 1.12 4.263 1.648 2 1.01 2.138 1.001 3.917 2.312 1.778 1.311 1.683 1.34 3.372 3.062 1.69 1.722 4.58 4.99 5.506 6.33.927 1.34 1.16 2.042 1.618 2.964.457.923 1.132 2.676.36 3.94-.77 1.265-.991.67-1.978 1.974-.986 1.305-.882 1.464-1.462 3.3-.58 1.834-.802 1.667-.802 3.87 0 2.205.312 3.131.312 3.51 0 .38.118.849-.651 1.66-.77.81-.791.568-1.183 1.705-.39 1.136.308 3.497-.653 5.372-.96 1.875-.958 1.747-2.405 3.364-1.446 1.616-2.819 2.632-3.145 2.837-.326.205-2.63 2.246-3.508 3.19-.878.944-1.21 1.297-1.532 2.23-.323.934-.488 1.331-.488 1.971 0 .64-.305.915.488 1.717.793.803-.223.135 2.234.774 2.457.638 3.217.305 4.98.894 1.762.59 1.772.658 3.376 1.9 1.605 1.24 1.034 1.05 2.977 3.014 1.944 1.963 2.2 1.886 3.89 3.922 1.689 2.036 1.523 1.541 3.091 4.492 1.57 2.95 2.323 4.311 3.314 6.349.991 2.037.501 1.376 1.632 3.816 1.13 2.44 1.032 2.903 1.896 5.185.864 2.281.824 2.41 1.782 4.528.958 2.117 1.556 2.717 2.113 4.076.557 1.36 1.314 1.795.768 2.953-.546 1.159-3.656 3.087-4.663 5.699-1.006 2.611 0 1.551 0 6.4 0 4.85-.28 5.282 0 9.7.28 4.416 1.1 7.526 1.17 8.761.07 1.235 0 1.18-.53 2.422-.531 1.242-14.56 1.128-21.88 3.08-7.32 1.95-7.11 4.592-14.2 6.537-7.088 1.945-5.304 1.537-14.565 1.354-9.26-.183-8.596.044-18.513-2.008-9.917-2.052-16.113-3.341-19.63-5.883z'/%3E%3Cpath d='M107.442 132.437c-1.172-.233 0-4.408 0-4.408s.355-1.296 1.207-3.342c.852-2.047.896-2.17 1.83-3.952.932-1.784 1.17-2.117 2-3.372.832-1.255.658-.792 1.768-2.318 1.11-1.526 1.336-1.149 2.188-3.117.853-1.969.508-2.595 1.154-4.597.647-2.003.746-2.14 1.548-3.777.802-1.638 1.045-1.266 1.787-3.03.743-1.763-.246-1.307 1.141-3.925 1.387-2.617 1.184-1.715 3.33-4.512 2.146-2.796 2.782-3.298 4.344-5.485 1.562-2.188 1.4-2.387 2.943-4.722 1.542-2.335 1.966-2.523 3.164-4.526 1.198-2.004 1.616-3.33 2.162-4.383.547-1.051.697-.947 1.157-2.009.46-1.062.441-1.195.731-2.347.29-1.151.461-1.282.461-2.385 0-1.102.173-.948-.46-2.195-.634-1.246-.624-.887-1.672-1.996-1.047-1.11-.67-.921-2.158-2.059-1.486-1.137-1.237-1.02-3.07-1.94-1.831-.92-1.546-.966-3.731-1.476-2.186-.51-2.01-.236-4.424-.429-2.415-.192-3.316-.092-4.832-.307-1.515-.216-1.754-.267-3.007-.806-1.253-.539-1.493-.859-2.432-1.533-.94-.674-.947-.595-1.832-1.527-.885-.932-1.147-1.332-1.66-2.15-.514-.818-.518-.851-.874-1.886-.356-1.036-.346-1.298-.54-2.232-.195-.933-.228-.541-.321-1.905-.093-1.364.154-2.242 0-2.77-.154-.529-.57-.249-.874-.844-.303-.595-.346-.621-.426-1.254-.08-.632-.218-1.015.121-1.712.339-.697.694-.939 1.179-1.07.485-.131.417 0 1.735 0h4.275c2.328 0 4.012.048 4.656 0 .645-.048.243.11 1.267-.438 1.025-.547 1.18-.6 2.01-1.313.829-.712.76-.86 1.555-1.748.795-.888.816-1.06 1.593-1.768.777-.71.934-.759 1.634-1.176.7-.417.31-.38 1.437-.656s.259-.175 2.285-.257c2.026-.082 1.8 0 4.055 0h4.511c1.15 0 1.615.16 2.299 0 .684-.16.336-.484 1.309-.845.973-.36.694-.274 1.997-.382 1.303-.108 1.882 0 2.613 0 .73 0 .496-.26 1.461 0 .966.26.97.295 1.899.905.927.61.371.136 1.784 1.517 1.413 1.381 1.859 1.905 2.767 2.932.908 1.028 1.217 1.336 1.76 2.19.544.855.45 1.159.908 2.005.458.847.952 1.093 1.013 1.547.062.453.213.465-.69.826-.904.361-.957 0-1.918.216-.962.216-1.556.41-1.906.643-.351.232-.527.401-.527.97 0 .57.143.48.527 1.18.383.7.282.374.833 1.302.552.928.517.588 1.073 1.905.556 1.318-.44-1.379.933 2.847 1.372 4.226 1.468 4.304 2.738 8.457 1.27 4.153.637 3.055 2.419 8.408 1.782 5.352 2.676 7.058 3.857 10.442 1.18 3.383 1.435 3.872 2.201 6.917s.867 3.409 1.138 6.355c.271 2.947.23 3.771 0 7.48-.113 1.832-1.93 5.303-2.476 6.954-.547 1.65-1.186 2.636-1.361 5.229-.741 10.968-.075 21.932-.671 22.339-.597.407-9.604-2.928-14.402-3.093-4.799-.165-5.973 0-11.578 1.059-5.604 1.059-5.823 2.252-15.515 2.842-9.692.59-16.23.74-17.4.507z'/%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat}.pf-card--more--group .pf-card-img{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='145' height='200' viewBox='0 0 145 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113.727 1.392c-1.263 1.01-2.188 2.618-3.743 6.29-1.12 2.71-2.53 5.88-3.161 7.029l-1.119 2.112-3.305.367c-4.377.414-4.327.414-7.438-.275-2.43-.598-3.16-1.102-8.46-6.063-5.932-5.557-10.987-9.185-12.204-8.773-2.138.782-2.236 7.12-.244 18.005 1.556 8.405 1.75 8.956 6.03 16.257l1.75 3.03-1.167 4.318c-1.508 5.465-2.383 13.32-1.944 17.407.291 2.985.244 3.26-1.07 4.869-.73.965-3.5 3.72-6.077 6.107-4.57 4.226-4.765 4.455-5.785 7.808-1.653 5.648-2.139 6.246-8.023 10.058-3.744 2.48-5.933 4.27-7.488 6.246-2.869 3.536-6.515 6.981-12.3 11.666-5.689 4.547-15.998 14.88-19.4 19.474-6.563 8.772-11.865 18.555-16.24 29.99l-2.138 5.604.68 3.353c.536 2.755.584 4.318.145 8.174-.438 3.582-.438 5.237 0 6.75.828 2.941.73 5.466-.339 7.349-.778 1.333-.827 1.928-.439 2.985.875 2.435 2.48 3.17 6.808 3.17 4.765 0 15.413.69 26.256 1.652 7.537.69 8.218.69 9.384 0 .633-.412 1.314-1.24 1.508-1.883.39-1.47 2.091-1.516 5.397-.184 2.138.874 3.791 1.01 20.81 1.425l18.427.459 1.022-1.102c.534-.643 1.8-1.608 2.772-2.16l1.8-1.01.535 1.976c.631 2.571 1.945 4.914 2.87 5.373 1.263.598 16.774 1.057 18.232.506 1.897-.69 1.994-1.561.534-5.097-1.458-3.492-2.578-4.547-4.91-4.547-2.528 0-4.572-2.802-7.635-10.564-.828-2.02-1.022-3.673-1.07-8.267-.047-3.169-.244-7.623-.438-9.874l-.346-4.132 1.264 2.985c.73 1.653 2.333 6.016 3.647 9.736 2.48 7.256 4.18 10.472 6.126 11.666.68.414 2.091 2.25 3.21 4.042 1.12 1.792 3.55 5.282 5.397 7.716l3.402 4.502 4.91-.045c2.723 0 6.758-.184 8.996-.368 3.403-.32 4.28-.55 5.008-1.424 1.458-1.7 1.07-2.894-1.8-5.465l-2.624-2.342-4.23.091-4.183.137-1.702-1.836c-2.188-2.388-6.904-9.875-7.196-11.575-.145-.69-.097-2.204.145-3.352.291-1.745.097-2.85-1.216-6.753-.828-2.618-1.8-5.924-2.092-7.348-1.021-5.236-1.944-14.696-1.944-20.116 0-8.818.486-10.84 4.327-18.05 6.369-12.033 7.05-15.57 4.619-24.25-2.724-9.875-4.327-27.465-3.16-35.088.339-2.343.339-4.088-.05-5.649-.584-2.71-.342-3.03 3.599-4.822 1.847-.873 3.938-2.526 6.807-5.42 4.083-4.087 4.182-4.27 4.521-6.889.145-1.516.534-3.628.778-4.777.633-2.71 0-4.226-2.091-5.189-1.994-.873-6.952-1.7-10.454-1.7-2.09 0-2.577-.137-2.577-.781 0-.413-.486-1.241-1.07-1.884-1.069-1.01-1.118-1.608-1.36-8.956-.244-6.936-.39-8.175-1.361-10.197-2.087-4.269-3.351-4.82-6.123-2.477zM84.7 154.927c1.022 2.434 3.55 14.099 3.939 17.957.436 4.73 1.263 7.947 2.188 8.957.827.826 2.625 4.593 2.674 5.373 0 .367-.341.275-.924-.276-.486-.46-2.042-1.194-3.452-1.653-2.43-.781-2.772-.781-6.274 0-3.063.643-5.252.735-12.448.551-9.82-.23-12.156-.69-12.592-2.387-.633-2.296.34-4.914 3.744-10.29 1.896-2.938 4.474-7.44 5.737-9.965l2.334-4.686 3.793-1.469c3.111-1.24 8.946-2.985 10.501-3.169.2-.045.588.461.78 1.057z' fill='%23AE8675' fill-rule='nonzero'/%3E%3C/svg%3E") 50% 50% no-repeat}.pf-card--more--rescue .pf-card-img{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='86' height='71' viewBox='0 0 172 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.631 120.488c.31 3.698.615 7.336.534 10.214-3.734 1.177-7.775 1.518-11.799 1.857-4.037.34-8.058.678-11.731 1.86-2.764.915-4.9 2.064-6.992 3.19-3.46 1.863-6.806 3.663-12.69 4.242-10.312.929-38.709-2.644-46.044-7.361-3.052-2.002-4.305-8.891-5.545-15.705-1.15-6.32-2.289-12.577-4.84-14.812-3.253-2.871-4.818-3.954-5.218-5.358-.726-2.545 2.371-6.147 6.162-23.373C9.566 61.348 21.983 57.25 32.957 53.628c9.347-3.085 17.646-5.824 18.248-13.977.336-4.47-.242-8.525-.782-12.313-1.092-7.659-2.028-14.226 5.066-20.92 18.52-17.653 41.106 7.004 37.548 14.08-2.956 5.85-3.281 6.476-3.264 7.09.02.67.445 1.329-1.675 8.704-.248.802-.375 1.535-.507 2.3-.14.804-.285 1.642-.582 2.631-1.03 3.294-3.259 4.876-5.414 6.406-2.709 1.922-5.302 3.763-5.262 8.817.508.257 1.279.45 2.252.693 4.171 1.045 12.064 3.02 18.954 14.959 2.034 3.502 10.603 22.584 11.039 26.014-2.319 3.701-3.533 4.322-4.128 5.306-.633 1.049-.562 2.51-.375 8.559.064 2.646.312 5.597.556 8.511zm6.197-72.56c-1.452-3.502-2.687-9.076-1.597-11.506 2.2-.849 4.302-.74 6.352-.632 2.958.154 5.807.302 8.681-2.441 1.034-.972 1.743-1.76 2.318-2.398 2.089-2.322 2.395-2.661 10.028-2.605 3.908.017 6.869-.236 9.224-.438 7.402-.633 8.809-.754 14.815 9.657-.797 1.57-1.697 1.893-2.793 2.289-.502.18-1.044.376-1.637.713 1.767 5.457 3.892 11.165 6.048 16.957 2.983 8.013 6.024 16.184 8.259 24.066 2.567 9.058 1.409 12.538-.728 18.959-.341 1.026-.708 2.128-1.088 3.339-1.242 4.124-1.341 11.657-1.426 18.155-.035 2.624-.067 5.08-.172 7.074-2.475.631-5.414-.133-8.396-.908-1.741-.452-3.497-.909-5.184-1.093-4.53-.506-8.974.274-14.791 1.296-7.334 1.289-16.851 2.96-31.471 2.92.478-7.601 4.239-12.924 7.525-17.576l.609-.863c1.887-2.701 3.191-6.524 4.467-10.261.884-2.591 1.754-5.142 2.795-7.249.778-1.491 2.504-3.597 4.593-6.148 5.519-6.736 13.576-16.572 13.418-26.37-1.537-.938-2.58-1.876-3.575-2.77-1.354-1.219-2.619-2.357-4.922-3.305-1.606-.671-3.826-.863-6.252-1.074-5.584-.483-12.265-1.063-15.1-7.788z' fill='%231D9F7C'/%3E%3C/svg%3E") 50% 50% no-repeat}.pf-breeder-error .pf-no-ads-pic{background:50% 50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='172' height='144' viewBox='0 0 172 144' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238D69C0' fill-rule='evenodd'%3E%3Cpath d='M15.624 135.143c-3.517-2.542-1.94-5.677-3.453-10.8-1.511-5.125-1.81-6.515-2.793-10.37-.983-3.853.44-4.142-1.835-7.767-2.274-3.625-5.298-1.987-6.396-5.352-1.098-3.364.904-4.96 1.778-8.802.873-3.842 1.143-4.613 1.952-7.6.81-2.987 1.102-3.387 1.712-5.93.61-2.542-.136-2.281.954-5.194 1.09-2.913 1.355-2.968 2.983-5.323 1.628-2.354 1.214-1.932 3.634-4.245 2.419-2.313 2.17-2.35 5.117-4.12 2.948-1.768 3.176-1.444 6.193-2.67 3.017-1.224 3.408-1.295 6.066-2.306 2.658-1.01 7.693-2.509 9.869-3.404 2.175-.896 2.606-1.182 4.247-2.24 1.64-1.057 2.102-1.482 3.133-2.515 1.03-1.032 1.368-1.537 1.829-2.457.46-.92.812-2.356.812-5.161 0-2.805-.222-3.593-.318-5.367-.096-1.773-.381-2.398-.494-3.897-.114-1.499 0-1.22 0-3.026 0-1.806.133-1.612 0-3.612-.134-2-.372-1.727-.505-3.974-.134-2.247-.604-2.454 0-4.524s1.415-2.02 2.359-3.563c.943-1.542.233-1.413 1.779-3.2 1.545-1.787 1.493-1.566 3.53-2.94 2.038-1.376 2.072-1.366 4.246-2.308.959-.416 2.725-1.395 5.039-1.847 2.929-.573 6.46-.566 7.29-.407 1.628.311 3.217 1.12 4.263 1.648 2 1.01 2.138 1.001 3.917 2.312 1.778 1.311 1.683 1.34 3.372 3.062 1.69 1.722 4.58 4.99 5.506 6.33.927 1.34 1.16 2.042 1.618 2.964.457.923 1.132 2.676.36 3.94-.77 1.265-.991.67-1.978 1.974-.986 1.305-.882 1.464-1.462 3.3-.58 1.834-.802 1.667-.802 3.87 0 2.205.312 3.131.312 3.51 0 .38.118.849-.651 1.66-.77.81-.791.568-1.183 1.705-.39 1.136.308 3.497-.653 5.372-.96 1.875-.958 1.747-2.405 3.364-1.446 1.616-2.819 2.632-3.145 2.837-.326.205-2.63 2.246-3.508 3.19-.878.944-1.21 1.297-1.532 2.23-.323.934-.488 1.331-.488 1.971 0 .64-.305.915.488 1.717.793.803-.223.135 2.234.774 2.457.638 3.217.305 4.98.894 1.762.59 1.772.658 3.376 1.9 1.605 1.24 1.034 1.05 2.977 3.014 1.944 1.963 2.2 1.886 3.89 3.922 1.689 2.036 1.523 1.541 3.091 4.492 1.57 2.95 2.323 4.311 3.314 6.349.991 2.037.501 1.376 1.632 3.816 1.13 2.44 1.032 2.903 1.896 5.185.864 2.281.824 2.41 1.782 4.528.958 2.117 1.556 2.717 2.113 4.076.557 1.36 1.314 1.795.768 2.953-.546 1.159-3.656 3.087-4.663 5.699-1.006 2.611 0 1.551 0 6.4 0 4.85-.28 5.282 0 9.7.28 4.416 1.1 7.526 1.17 8.761.07 1.235 0 1.18-.53 2.422-.531 1.242-14.56 1.128-21.88 3.08-7.32 1.95-7.11 4.592-14.2 6.537-7.088 1.945-5.304 1.537-14.565 1.354-9.26-.183-8.596.044-18.513-2.008-9.917-2.052-16.113-3.341-19.63-5.883z'/%3E%3Cpath d='M107.442 132.437c-1.172-.233 0-4.408 0-4.408s.355-1.296 1.207-3.342c.852-2.047.896-2.17 1.83-3.952.932-1.784 1.17-2.117 2-3.372.832-1.255.658-.792 1.768-2.318 1.11-1.526 1.336-1.149 2.188-3.117.853-1.969.508-2.595 1.154-4.597.647-2.003.746-2.14 1.548-3.777.802-1.638 1.045-1.266 1.787-3.03.743-1.763-.246-1.307 1.141-3.925 1.387-2.617 1.184-1.715 3.33-4.512 2.146-2.796 2.782-3.298 4.344-5.485 1.562-2.188 1.4-2.387 2.943-4.722 1.542-2.335 1.966-2.523 3.164-4.526 1.198-2.004 1.616-3.33 2.162-4.383.547-1.051.697-.947 1.157-2.009.46-1.062.441-1.195.731-2.347.29-1.151.461-1.282.461-2.385 0-1.102.173-.948-.46-2.195-.634-1.246-.624-.887-1.672-1.996-1.047-1.11-.67-.921-2.158-2.059-1.486-1.137-1.237-1.02-3.07-1.94-1.831-.92-1.546-.966-3.731-1.476-2.186-.51-2.01-.236-4.424-.429-2.415-.192-3.316-.092-4.832-.307-1.515-.216-1.754-.267-3.007-.806-1.253-.539-1.493-.859-2.432-1.533-.94-.674-.947-.595-1.832-1.527-.885-.932-1.147-1.332-1.66-2.15-.514-.818-.518-.851-.874-1.886-.356-1.036-.346-1.298-.54-2.232-.195-.933-.228-.541-.321-1.905-.093-1.364.154-2.242 0-2.77-.154-.529-.57-.249-.874-.844-.303-.595-.346-.621-.426-1.254-.08-.632-.218-1.015.121-1.712.339-.697.694-.939 1.179-1.07.485-.131.417 0 1.735 0h4.275c2.328 0 4.012.048 4.656 0 .645-.048.243.11 1.267-.438 1.025-.547 1.18-.6 2.01-1.313.829-.712.76-.86 1.555-1.748.795-.888.816-1.06 1.593-1.768.777-.71.934-.759 1.634-1.176.7-.417.31-.38 1.437-.656s.259-.175 2.285-.257c2.026-.082 1.8 0 4.055 0h4.511c1.15 0 1.615.16 2.299 0 .684-.16.336-.484 1.309-.845.973-.36.694-.274 1.997-.382 1.303-.108 1.882 0 2.613 0 .73 0 .496-.26 1.461 0 .966.26.97.295 1.899.905.927.61.371.136 1.784 1.517 1.413 1.381 1.859 1.905 2.767 2.932.908 1.028 1.217 1.336 1.76 2.19.544.855.45 1.159.908 2.005.458.847.952 1.093 1.013 1.547.062.453.213.465-.69.826-.904.361-.957 0-1.918.216-.962.216-1.556.41-1.906.643-.351.232-.527.401-.527.97 0 .57.143.48.527 1.18.383.7.282.374.833 1.302.552.928.517.588 1.073 1.905.556 1.318-.44-1.379.933 2.847 1.372 4.226 1.468 4.304 2.738 8.457 1.27 4.153.637 3.055 2.419 8.408 1.782 5.352 2.676 7.058 3.857 10.442 1.18 3.383 1.435 3.872 2.201 6.917s.867 3.409 1.138 6.355c.271 2.947.23 3.771 0 7.48-.113 1.832-1.93 5.303-2.476 6.954-.547 1.65-1.186 2.636-1.361 5.229-.741 10.968-.075 21.932-.671 22.339-.597.407-9.604-2.928-14.402-3.093-4.799-.165-5.973 0-11.578 1.059-5.604 1.059-5.823 2.252-15.515 2.842-9.692.59-16.23.74-17.4.507z'/%3E%3C/g%3E%3C/svg%3E")}.pf-more-pic--left,.pf-more-pic--right{background:50% 50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg width='163' height='113' viewBox='0 0 163 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.418 69.141V83.51c0 1.202.096 1.188 0 2.404-.097 1.216-.217 2.01-.384 2.425-.168.415-.443.201-.861.665s-.38.49-.65 1.013c-.269.523-.317.51-.425 1.074-.108.564 0 .463 0 1.15 0 .686-.22.97 0 1.372.22.403.407.145 1.075.592.668.448.444.517 1.245.963.8.446 1.104.4 1.79.73.687.33-.165.314 1.284.75 1.45.436 1.956.574 3.118.574 1.163 0 1.482-.29 2.29-.574s.616-.75 1.478-.75c.863 0 1.038.425 1.77.425s.368-.214 1.406-.425c1.038-.211.943.369 2.28 0 1.336-.37 1.768-.328 2.402-1.293.634-.965.137-1.53 0-2.365-.137-.835-.192-.8-.658-1.632-.467-.832-.485-.718-1.156-1.604-.67-.886-.802-1.21-1.387-1.755-.585-.545-.984.34-1.481-.916-.497-1.255 0-1.655 0-2.823v-2.336c0-1.63-.242-2.534 0-3.26.241-.727 1.016.015 1.481-1.193.465-1.208 0-1.462 0-2.657s-.163-1.585 0-2.39c.163-.805.18-.937.799-1.553.618-.616 1.184.232 1.744-.98.559-1.211-.445-1.754 0-2.796.445-1.043.422-.695 1.976-1.832 1.553-1.136 2.284-1.43 3.386-2.092 1.103-.662.683-.79 2.248-1.289 1.565-.5 1.817-.305 3.456-.532 1.639-.226 2.075-.315 3.292-.4 1.218-.085 1.416-.225 2.456 0s1.223.41 1.857.932c.634.522.61.462.84 1.289.231.827.18 1.11 0 1.723s-.269.389-.84 1.145c-.572.757-.554.78-1.163 1.506-.61.727-.95.543-1.292 1.424-.342.882-.241 1.418 0 1.902s.573.083 1.292.689c.718.606.353.814 1.163 1.381.81.568 1.123-.07 2.026.855.904.924.292.95 1.031 2.275.74 1.324 1.01 1.407 1.686 2.593.676 1.185.879 1.668 1.172 2.42.294.752-.62.556.373 1.542.995.986 1.583 1.072 2.829 1.634 1.246.562 1.483.438 2.721.868 1.239.431 1.498.484 2.433.924.935.44 1.084.71 1.72 1.031.636.32.352-.108 1.38.533s.89 1.38 1.836 1.473c.945.092.74-.8 2.084-1.09 1.343-.29 2.025 0 2.962 0 .937 0 1.382.069 1.875 0 .493-.068.485.005.885-.383s-.444-.41.813-.952c1.257-.541 2.007.17 2.817-.612.81-.784.838-1.323 0-2.425-.838-1.101-1.73-.914-3.14-1.703-1.41-.788-1.223-.99-2.782-1.609-1.56-.618-2.073-.154-3.43-.854-1.357-.7-1.521-1.342-2.084-1.99-.563-.648-.104-.44-.863-1.4-.76-.96-1.59-1.215-1.707-1.85-.118-.635-.318-.882 1.127-1.28 1.445-.397 2.598-.247 3.527 0 .928.248.393.803 1.268 1.28.875.478 1.055.446 2.161.593 1.107.147.972-.356 2.293 0 1.32.355 1.168.801 2.38 1.257 1.211.455 1.612.316 2.638.629 1.025.312 1.018.488 1.956.771.938.283 1.56.415 1.968.415.41 0 1.756-.691 2.667 0 .91.691.127 1.558.535 2.43.409.871.954.313 1.358 1.608.404 1.295.101 2.033 0 2.744-.101.711-.405.222-.587 1.384-.182 1.161.195 1.167 0 2.36-.195 1.192-.569 1.043-.77 2.355-.203 1.312-.305 1.629 0 2.656.303 1.026.619.906 1.357 1.932.738 1.026.753 1.055 1.502 2.043.75.987 1.013 1.113 1.537 1.96.524.848.321.704.773 1.776.453 1.072.469.976.882 2.149.413 1.172.539 1.273.708 2.365.169 1.091-.34 1.277 0 2.207.34.93.659.903 1.433 1.717.774.814.883.893 1.688 1.563.804.669.482.42 1.512 1.087s.939.697 1.714.697c.776 0 .262.088 1.813-.697 1.55-.785 2.738.159 3.547.187.808.027 1.025.132 2.14.51 1.114.377 1.32 1.271 2.505.571 1.185-.699.9-1.411 1.352-1.866.452-.455.179-.192 1.576-.489 1.396-.297 2.093-.147 2.86-.454.767-.307.54-.5 1.041-1.109.502-.609.505-.474.908-1.257.403-.782.419-.64.576-1.625.157-.985.122-1.275 0-1.997-.122-.721-.028-.79-.576-1.41-.548-.621-1.17-.335-1.582-1.033-.413-.698.429-.909 0-1.646-.43-.737-.542-.92-1.685-1.245-1.143-.326-1.6.526-2.688 0-1.089-.527-.806-1.209-1.363-1.961-.558-.753-1.046-1.038-1.26-1.48-.215-.442-.028-.462.074-.963.103-.5.297-1.152.383-1.965.086-.812.077-1.096 0-1.632-.076-.537.032-.409-.383-1.053-.415-.645-1.184-.469-1.078-1.216.107-.748 1.037-.322 1.461-1.473.425-1.151-.092-2.711-.08-3.83.012-1.118.08-2.29.08-4.098V75.32c0-.925-.424-1.086 0-1.85.424-.763.886-.87 1.736-1.28.85-.41.965.068 1.988-.517 1.022-.585.901-.657 1.631-1.553.729-.895.348-1.07 1.184-1.901.835-.832 1.012-.858 2.158-1.425 1.146-.567 1.641-1.024 2.533-.895.891.128.744.954 1.311 1.45.566.495.756.437 1.342.87.586.432.617.16 1.085.921.468.762.506.974.506 1.669 0 .694-.04.428-.506 1.381-.467.954-.823.965-1.085 1.873-.262.907.127 1.086 0 1.886-.128.8-.398.567-.552 1.575-.154 1.007-.148.877 0 2.04.147 1.163-.074 1.576.552 2.311.626.736 1.14.345 2.267 1.001 1.126.656 1.423.834 2.028 1.502.606.667.509.348.728 1.535.218 1.188-.108 1.792 0 2.425.107.632.279.671.619 1.216.34.544.566.276.797 1.052.23.777.242 1.179 1.06 1.633.817.455.703 0 1.876 0s1.539-.332 2.345 0c.807.333.538.617.988 1.373.45.757.159 1.207.754 1.555.595.348 1.564 0 1.905 0 .342 0 1.123-.563 1.799-.563.675 0 .36.288 1.377.563 1.018.275 1.193-.187 2.4 0 1.208.187 1.462.442 2.305 0 .843-.442.361-.776.982-1.247.62-.472 1.73-.308 2.024-.308.293 0 1.157-.335 1.274-1.373.118-1.037-.242-1.723-.472-2.223-.229-.5-1.182-.84-2.13-1.316-.947-.474-.83-.955-2.175-1.452-1.345-.496-2.478.448-3.601 0-1.122-.448-.601-1.184-1.278-1.947-.677-.764-1.172-.14-1.676-1.384-.505-1.243 0-1.94 0-2.744v-1.609c0-1.02-.344-1.457 0-2.04.344-.584.907-.063 1.676-1.196.769-1.134.186-2.766 0-3.67-.186-.903 0-.12 0-1.85s-.447-2.994 0-3.46c.447-.465 1.116.649 2.486.87 1.37.222 1.551-.105 2.89 0 1.339.106 1.786.63 2.64.435.854-.195.12-.492 1.168-1.304 1.049-.812 1.225-.63 2.388-1.45 1.162-.82 1.183-.915 2.158-1.756.976-.84 1.29-1.113 1.878-1.723.588-.61.588-.538 1.026-1.289.437-.75.42.187.639-1.57.219-1.757-.27-1.778 0-3.557.271-1.78.817-1.87 1.076-3.52.259-1.647-.281-2.362 0-3.334s.716-.916 1.477-1.772c.762-.855.914-.2 1.595-1.679.681-1.479.331-1.463.63-3.151.299-1.689.38-1.24.528-3.384.147-2.144 0-3.141 0-4.3 0-1.158-.184-1.362 0-2.316.183-.955.334-1.035.804-1.864.47-.83.622-1.794 1.158-1.598.536.197.542 1.045.731 2.29.189 1.246 0 1.41 0 2.52s-.291 1.023 0 2.221c.291 1.198.682 1.434 1.108 2.337.426.904.491 1.369.845 1.81.355.44.608 1.309 1.153.672.545-.637.279-.69.396-2.481.117-1.791.344-2.19.344-3.59s.238-1.558.448-2.317c.21-.76.013-.697.364-1.864.351-1.167-.12-.887 0-2.467.12-1.579.227-2.138.426-3.152.199-1.015.442-1.024.587-2.01.144-.984.292-.654 0-1.989-.293-1.335-.407-1.494-1.013-2.63-.606-1.138-.317-.672-1.552-2.185s-.996-1.457-2.645-2.959c-1.65-1.501-1.484-1.446-3.682-2.8-2.199-1.354-3.473-1.889-4.778-2.41-1.304-.52-1.584-.08-2.891-.653-1.308-.573-.816-.726-2.223-1.588-1.406-.861-1.77-.792-2.975-1.595-1.205-.804-.678-1.345-2.13-1.81-1.451-.463-1.654.358-3.531 0-1.876-.357-1.079-.965-3.523-1.343s-2.559 0-5.164 0c-2.605 0-2.996.249-5.209 0-2.214-.249-2.713-.947-4.286-1.068-1.573-.12-1.31.201-3.213.49-1.904.29-1.737.354-3.093.96-1.356.606.227-.197-2.669 1.616-2.896 1.813-4.611 2.472-6.385 3.223-1.774.751-2.31.413-3.858 1.115-1.548.703-1.212.903-2.675 1.848-1.463.946-2.165 1.306-3.011 1.827-.846.52-.157.625-1.673 1.057-1.516.432-2.317.048-3.366.377-1.05.33-.642.503-1.688 1.212-1.046.708-.732.886-2.141 1.381-1.41.495-1.744.225-3.192.493-1.447.268-1.507.627-2.86.627s-2.196-.627-2.699-.627c-.502 0-1.037-.837-2.969-1.152-1.931-.315-2.464 0-4.097 0-1.632 0-1.644.524-3.264 0-1.62-.525-1.091-1.454-2.707-1.934-1.616-.479-1.064.431-3.81 0-2.746-.43-3.58-1.154-5.34-1.434-1.76-.28-1.325 0-3.669 0h-4.687c-2.958 0-4.914.079-5.915 0-1.002-.08-1.15-.16-1.857-.612-.707-.452-.097-.767-1.003-1.215-.905-.447-.83-.308-2.321-.428s-1.583-.105-3.027 0c-1.443.105-1.395-.33-2.853.428-1.458.758-1.343 1.327-2.248 2.223-.904.895-1.266 1.22-1.806 1.792-.541.572-1.003.52-1.003 1.18 0 .66.286 3.201 0 3.963s-.756.012-1.895 1.087c-1.14 1.075-.987 1.08-1.814 2.414-.827 1.335-.67 1.38-1.387 2.75-.718 1.371-.64.78-1.481 2.73-.842 1.95-.825 2.44-1.406 3.96-.582 1.521-.652 1.459-1.265 3.023-.613 1.564-.307 1.061-1.152 3.141s-.888 2.12-1.806 4.139c-.917 2.017-.97.112-1.904 4.02-.935 3.908-.592 5.736-.959 7.946s-.725 2.484-1.089 4.387c-.363 1.904-.057 2.089-.48 3.829-.424 1.74-.464 1.486-1.284 3.427a69.229 69.229 0 0 1-1.791 3.852z' fill='%238D69C0'/%3E%3C/svg%3E")}.pf-card-list--note-rescue .pf-no-ads-pic{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='172' height='142' viewBox='0 0 172 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.631 120.488c.31 3.698.615 7.336.534 10.214-3.734 1.177-7.775 1.518-11.799 1.857-4.037.34-8.058.678-11.731 1.86-2.764.915-4.9 2.064-6.992 3.19-3.46 1.863-6.806 3.663-12.69 4.242-10.312.929-38.709-2.644-46.044-7.361-3.052-2.002-4.305-8.891-5.545-15.705-1.15-6.32-2.289-12.577-4.84-14.812-3.253-2.871-4.818-3.954-5.218-5.358-.726-2.545 2.371-6.147 6.162-23.373C9.566 61.348 21.983 57.25 32.957 53.628c9.347-3.085 17.646-5.824 18.248-13.977.336-4.47-.242-8.525-.782-12.313-1.092-7.659-2.028-14.226 5.066-20.92 18.52-17.653 41.106 7.004 37.548 14.08-2.956 5.85-3.281 6.476-3.264 7.09.02.67.445 1.329-1.675 8.704-.248.802-.375 1.535-.507 2.3-.14.804-.285 1.642-.582 2.631-1.03 3.294-3.259 4.876-5.414 6.406-2.709 1.922-5.302 3.763-5.262 8.817.508.257 1.279.45 2.252.693 4.171 1.045 12.064 3.02 18.954 14.959 2.034 3.502 10.603 22.584 11.039 26.014-2.319 3.701-3.533 4.322-4.128 5.306-.633 1.049-.562 2.51-.375 8.559.064 2.646.312 5.597.556 8.511zm6.197-72.56c-1.452-3.502-2.687-9.076-1.597-11.506 2.2-.849 4.302-.74 6.352-.632 2.958.154 5.807.302 8.681-2.441 1.034-.972 1.743-1.76 2.318-2.398 2.089-2.322 2.395-2.661 10.028-2.605 3.908.017 6.869-.236 9.224-.438 7.402-.633 8.809-.754 14.815 9.657-.797 1.57-1.697 1.893-2.793 2.289-.502.18-1.044.376-1.637.713 1.767 5.457 3.892 11.165 6.048 16.957 2.983 8.013 6.024 16.184 8.259 24.066 2.567 9.058 1.409 12.538-.728 18.959-.341 1.026-.708 2.128-1.088 3.339-1.242 4.124-1.341 11.657-1.426 18.155-.035 2.624-.067 5.08-.172 7.074-2.475.631-5.414-.133-8.396-.908-1.741-.452-3.497-.909-5.184-1.093-4.53-.506-8.974.274-14.791 1.296-7.334 1.289-16.851 2.96-31.471 2.92.478-7.601 4.239-12.924 7.525-17.576l.609-.863c1.887-2.701 3.191-6.524 4.467-10.261.884-2.591 1.754-5.142 2.795-7.249.778-1.491 2.504-3.597 4.593-6.148 5.519-6.736 13.576-16.572 13.418-26.37-1.537-.938-2.58-1.876-3.575-2.77-1.354-1.219-2.619-2.357-4.922-3.305-1.606-.671-3.826-.863-6.252-1.074-5.584-.483-12.265-1.063-15.1-7.788z' fill='%231D9F7C'/%3E%3C/svg%3E")}.pf-card-list--note-names .pf-no-ads-pic{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='144' height='144' viewBox='0 0 172 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.479 77.24c13.738 0 24.913-17.322 24.913-38.619C83.392 17.326 72.217 0 58.479 0 44.744 0 33.568 17.326 33.568 38.621c0 21.297 11.176 38.618 24.91 38.618zM132.373 114.805c-.511-.804-1-1.562-1.262-2.214-5.571-13.773-20.841-30.01-45.58-30.414l-.952-.006c-24.358 0-39.514 15.378-45.578 29.775-.21.492-.67 1.132-1.159 1.807-.577.792-1.148 1.602-1.637 2.483-5.123 9.204-7.734 19.568-7.35 29.179.405 10.204 4.103 18.399 10.397 23.075 2.543 1.886 5.287 2.837 8.166 2.837 5.937 0 11.372-3.862 17.67-8.335 4.005-2.851 8.141-5.792 12.736-7.994.515-.196 2.625-.495 6.076-.495 4.103 0 7.05.422 7.68.673 4.484 2.287 8.423 5.287 12.233 8.182 5.84 4.446 11.355 8.642 17.338 8.642 2.568 0 5.057-.783 7.405-2.324 12.954-8.501 15.421-31.823 5.504-51.987-.498-1.012-1.091-1.957-1.687-2.884zM111.454 77.24c13.732 0 24.909-17.322 24.909-38.619C136.363 17.326 125.186 0 111.454 0c-13.74 0-24.915 17.326-24.915 38.621 0 21.297 11.174 38.618 24.915 38.618zM152.367 57.409c-11.011 0-19.629 13.19-19.629 30.028 0 16.831 8.623 30.023 19.629 30.023 11.005 0 19.633-13.192 19.633-30.023 0-16.838-8.623-30.028-19.633-30.028zM39.26 87.437c0-16.838-8.623-30.028-19.63-30.028C8.625 57.409 0 70.599 0 87.437c0 16.831 8.624 30.023 19.63 30.023 11.007 0 19.63-13.192 19.63-30.023z' fill='%2341479B'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-mob .pf-puppy-silhouette:first-child span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='142' height='131' viewBox='0 0 142 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.025 103.361c.77-.303.081-.555 1.754 0s1.029.921 3.196 1.641c2.166.721 2.753.728 4.543.933 1.79.204 2.169 0 3.627 0 1.459 0 1.714-.422 2.917 0 1.203.421.596.585 2.03 1.731 1.433 1.146.811.557 2.926 2.231 2.115 1.673 2.797 2.208 4.185 3.395 1.387 1.186 1.545 1.741 2.674 2.471 1.128.73.79.679 2.617.951 1.828.273 2.039-.405 3.767 0 1.73.406 1.657.766 3.227 1.64 1.57.874 1.026.623 3.064 1.864 2.039 1.24 1.673.786 4.076 2.481 2.403 1.696 3.083 2.492 4.602 3.641 1.52 1.148 2.277 1.533 3.125 2.199.848.666.942.984 1.556 1.478.613.494-.051.582 1.345.86 1.396.277 1.054 0 2.98 0 1.927 0 3.075.128 3.853 0 .778-.129.473-.177 1.352-.86.88-.682.605-1.303 1.66-1.478 1.054-.174 1.023.599 2.371.811 1.349.213 1.931 1.228 2.779 0 .849-1.228-.155-2.679 0-4.022.156-1.342.588-1.41.772-2.629.184-1.218 1.226-.088 0-2.481-1.225-2.394-2.044-2.982-3.55-4.455-1.507-1.473-1.995-1.294-3.534-2.471-1.539-1.177-1.465-1.022-2.953-2.491-1.49-1.468-1.264-1.451-2.75-3.135-1.485-1.683-2.187-2.344-2.98-3.359-.793-1.016-1.345-1.815-1.345-2.183 0-.369-1.897-1.521-1.556-2.245.341-.724 1.614-.23 2.901-.608 1.287-.38.637.488 2.497-.98 1.86-1.47 2.284-2.511 3.233-3.545.949-1.033 1.312-1.605 1.612-1.944.3-.339.088-.837 1.943-1.33 1.855-.495 2.085-.466 2.931 0 .847.464-.246.165 0 2.715.247 2.55.547 4.154.755 5.084.208.929-.15.099.778 1.769.927 1.67 1.017 1.919 2.018 3.267 1.001 1.348 1.138 1.053 2.279 2.519 1.141 1.466 1.343 1.482 2.073 3.071.73 1.588.256 1.636.898 3.395.643 1.759.877 1.992 1.594 3.422.717 1.431.961 1.78 1.535 2.817.574 1.038.775 1.181 1.166 2.067.392.887.207 1.122.565 1.853.357.731.469 1.307.997 1.341.529.033 1.767-1.341 2.455-1.341.688 0 .686 1.341 1.086 1.341s.685.828 1.079 1.548c.395.719-.613.81.605 1.523 1.217.713 1.92.792 3.152.676 1.232-.115 1.241-.913 2.319-1.19 1.077-.276 1.303 0 2.31 0 1.006 0 1.217-.284 2.013 0 .796.285.909.379 1.318 1.19.408.811 1.563.811 2.56.811.998 0 1.024-.134 1.954-.811.93-.676 1.278-.675 2.288-1.19 1.01-.514.868-.748 2.032-1.009 1.164-.262 1.723.339 2.471 0s.742-.927.945-1.548c.203-.621.52-.738 0-1.341s-1.803-.752-1.803-.752.624-1.698 0-2.481c-.624-.784-.803-.146-2.525-.687-1.721-.54-2.071-.536-3.408-1.177-1.337-.641-1.319-1.265-2.466-1.64-1.148-.374-.94.732-2.558 0-1.617-.731-1.952-1.537-2.821-2.432-.87-.894-.81-.468-1.481-1.994-.671-1.527-.291.702-.829-3.263-.539-3.965-.313-2.83-.699-7.985-.386-5.155-.318-6.346-.671-10.316-.352-3.97-.288-4.707-.949-7.92-.66-3.213-1.085-3.465-1.975-6.305-.891-2.841-.963-1.808-1.782-5.682-.818-3.874-.936-6.439-1.079-7.854-.143-1.415 0-1.767 0-2.847v-2.16c0-.628.697-1.602 1.079-2.777.383-1.174.067-1.44.605-2.391.537-.951.735-1.97 1.659-1.611.925.36.723 2.263 1.493 2.836.771.574 1.408.82 2.319 0 .91-.82.269-1.562.829-2.836.561-1.274 1.095-1 1.481-2.413.385-1.412.215-1.366 0-3.01-.216-1.646-.619-2.66-.82-3.25-.202-.59-.382 2.232-.661-1.087-.278-3.319.2-3.645 0-6.772-.199-3.126-.602-2.433-.829-6.229-.228-3.795.503-5.778 0-7.616-.504-1.838-1.841-2.217-2.91-3.007-1.068-.79-1.21.645-2.561-1.04-1.352-1.683-.702-2.547-1.684-4.25-.982-1.703-.249-1.328-2.557-3.107-2.308-1.779-2.933-1.57-5.247-2.908-2.314-1.34-2.2-1.774-4.565-2.77-2.365-.995-1.496-.663-5.075-1.288-3.579-.626-4.34-.374-7.242-.865-2.9-.492-3.889-1.075-5.729-1.334-1.84-.258-1.683-.354-3.75 0-2.067.355-1.983.786-4.016 1.334-2.032.548-2.39.365-4.137.865-1.748.5.299-.714-3.396 1.288S67.39 5.65 63.81 8.141c-3.578 2.492-4.33 3.258-6.87 5.336-2.538 2.079-2.781 2.097-4.922 4.316-2.14 2.22-2.478 2.866-3.858 4.785-1.379 1.92-1.71 2.805-2.466 4.015-.757 1.209-.7-.824-1.549 2.4-.85 3.223-.639 3.323-.852 6.712-.214 3.388.193 5.522 0 6.8-.193 1.277-.011.648-1.377 2.32-1.366 1.672-1.59 2.023-3.07 3.122-1.48 1.098-1.24.788-3.397 1.678-2.155.89-2.73 1.22-4.424 1.552-1.695.33-2.274-.137-3.522 0-1.248.137-1.39.653-2.438.653-1.048 0-.371-.294-2.08-.653-1.71-.36-2.535-.636-3.474-.515-.939.12-.346.122-1.619 1.168-1.273 1.046-1.572 1.194-2.46 2.183-.887.99-1.178 1.41-1.475 2.203-.296.792.345.833 0 1.74-.345.905-.646 1.158-1.285 1.633-.639.475.012.072-1.62.527-1.632.455-1.55.238-3.287.84-1.738.602-2.257.338-3.37 1.466s-.427 1.725-1.166 3.132c-.739 1.407-1.442 1.442-1.866 2.638-.424 1.196.127 1.142 0 2.625s-.338.883-.477 2.951c-.138 2.068.158 2.584 0 4.156-.157 1.57-.52 1.037-.725 3.101-.206 2.065-.222 2.998 0 4.17.222 1.172.612-.043 1.202 2.176.59 2.218.486 3.22.598 4.6.112 1.382 0 2.113 0 2.775 0 .662.94 1.285 1.268 2.916.329 1.63 0 1.745 0 3.378s-.218 2.352 0 3.267.591.17 1.166 1.628c.575 1.457.299 2.11.694 3.09.396.98.642-.096 1.27 1.776.629 1.873.5 2.174.655 3.96.154 1.786-.353 2.485 0 3.593.352 1.108.282.928 1.737 1.864 1.454.935 1.696 1.048 3.306 1.38 1.61.333 2.07-.246 3.376 0 1.305.247.931 1.101 2.46 1.101 1.527 0 1.844-.858 3.106-1.101 1.261-.242 2.245 0 2.62 0s1.164.638 2.412 1.101c1.248.464 1.549.878 2.573.752s1.343-.219 1.853-1.297c.51-1.078.2-1.727 0-2.623-.2-.896-.732-1.344-.956-1.664-.224-.32-1.998-1.101-1.998-2.104 0-1.002-.236-2.221 0-3.475.235-1.255 1.101-2.391 1.101-2.391v-1.746c0-.485-.566-2.028 0-3.149.567-1.121 1.651-1.339 2.42-1.641z' fill='%23F5A623'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-mob .pf-puppy-silhouette:nth-child(2) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='120' viewBox='0 0 150 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.344 119.813c.653 0 13.665.077 15.282 0 1.617-.078 1.703-.367 3.032-.984 1.328-.616.894-.335 2.425-1.548 1.531-1.214 1.57-1.408 2.832-2.619 1.263-1.212 1.801-1.453 2.467-2.463.665-1.01.31-1.203.658-2.281.349-1.077.403-1.329.773-2.139.369-.81.146-1.175.917-1.567.77-.392 1.196 0 2.165 0 .968 0 .938-.443 1.937 0 1 .444 1.01.901 1.595 1.567.586.667.584.648 1.025 1.414.441.766.548.913.71 1.596.16.683.328.409 0 1.41-.33 1.001-.665 1.31-1.096 1.926-.43.617-.713-.033-1.049 1.145-.336 1.179-.547 1.374 0 2.533.547 1.159 1.194 1.588 2.144 2.01.95.421-1.678 0 2.388 0 4.065 0 6.885.118 8.13 0 1.246-.118.936-.284 2.253-.984 1.316-.7 1.576-.463 2.51-1.548.934-1.086.758-1.802 1.076-2.619.317-.818.22-.935.58-1.65.36-.714.447-.514.936-1.359.488-.844.854-.878.854-1.735 0-.856-.374-.718-.855-1.711-.48-.994-.124-.946-.935-1.995-.811-1.048-1.534-.711-2.066-1.885-.533-1.173.213-1.164 0-2.667-.213-1.502.04-1.618-.801-2.972-.841-1.355-1.176-.112-1.696-2.947-.52-2.834-.563-4.29-.423-5.162.14-.871-.549-1.37 1.654-1.896 2.204-.526 1.156.186 5.122 0 3.967-.186 5.303-.613 7.919-.613 2.615 0 3.758.02 5.173.613 1.415.592 1.203 1.071 1.896 2.347.693 1.275.657 1.456.864 2.732.207 1.276.43 1.652 0 2.593-.43.94-1.176.908-1.892 1.543-.716.635-.036.1-1.348 1.33-1.311 1.23-1.75 1.713-2.663 2.432-.913.72-1.139.738-2.03 1.266-.892.528-1.015.289-1.821 1.016-.806.726-.698 1.016-1.229 1.732-.53.717-.755.078-1.103 1.414-.347 1.336-.224 1.9 0 2.83.225.93-.064 1.094 1.103 1.735 1.168.641 1.409.405 3.05.546 1.64.14 1.445 0 3.32 0h3.75c1.927 0 2.504.306 3.854 0s1.174-.12 2.37-1.41c1.194-1.29.434-1.552 1.726-3.01 1.293-1.457 1.465-.605 3.215-2.563 1.75-1.958 1.78-2.504 2.898-4.276 1.119-1.771 1.092-2.218 2.078-3.607.987-1.389 1.454-1.608 2.336-2.608.881-1.001 1.042-.603 1.739-2.016.696-1.413.242-2.098.754-3.042s.453-.945 1.761-1.597c1.307-.651 2.099-.545 3.034-.792.935-.247 1.285-.077 1.868-.502.583-.424.215-.246.615-1.305.4-1.06.382-1.305.689-2.146.307-.842.206-.926.7-1.663.495-.737.159-.958 1.311-1.336 1.151-.377 1.621.118 2.762 0 1.141-.117 1.552-.512 2.233-.512s.574-.32 1.304.513c.73.833.395.907.936 2.044.54 1.137.468.944 1.114 2.264.645 1.32.891 1.917 1.285 2.643.395.725.493.28.915 1.405.423 1.126.269 1.496.493 2.347.225.85.133.654.569 1.679.435 1.025.704.474 1.001 2.016.297 1.54 0 1.929 0 3.173 0 1.245-.108 1.52 0 2.489.108.97.365.915.49 1.917s.1 1.334 0 2.023c-.1.69.101.555-.49 1.347-.591.793-1.156.487-1.57 1.414-.413.926.536 1.14 0 2.105-.535.964-1.521 1.001-2.054 1.596-.533.595-.342.466-.639 1.41s-.335 1.359-.411 1.926c-.076.568-.876.408 0 1.145.877.737 1.644.833 2.611 1.05.967.218.544-.125 2.063 0 1.519.126 1.906.57 3.02.42 1.114-.15.816-.714 2.014-1.096 1.198-.382 1.395-.284 2.594-.374 1.199-.089 1.01 0 2.418 0 1.409 0 1.866.409 2.817 0 .951-.408.985-1.124 1.231-1.739.246-.614.153-.61 0-1.332-.153-.723-.429-.631-.58-1.41-.15-.779 0-.106 0-1.596 0-1.491.143-1.829 0-2.981-.142-1.152-.651-1.441-.651-2.27 0-.83.28-1.18.651-1.638.371-.458.791.4 1.197-.644.405-1.043-.089-1.75 0-2.432.088-.683.163-.55.486-1.33.324-.78.384-.739.705-1.543.321-.805.408-.64.561-1.63.153-.992.113-1.354 0-2.016-.113-.663-.428-.682-.561-1.279-.134-.597.353-.415 0-1.23-.353-.814-.915-1.192-1.191-1.517-.276-.325-.236-.006-.617-.613-.38-.606-.58.408-.58-1.293 0-1.702.58-2.309.58-3.452 0-1.144-.426-.974-.58-2.272-.153-1.297.191-1.913 0-2.62-.191-.707-.627-.391-1.046-1.252-.419-.86-.199-.394-.462-1.846-.264-1.451-.317-1.817-.404-2.919-.087-1.101 0-1.35 0-2.21 0-.86-.382-.465 0-1.721.381-1.256.839-1.45 1.261-2.433.423-.982.236-1.248.651-2.016.415-.767.72-.388 1.197-1.402.476-1.014.486-1.427.486-2.18 0-.754-.122-1.023-.486-1.493-.364-.47-.16.985-1.197-.68-1.036-1.666-.548-1.394-1.508-3.665-.961-2.271-1.056-2.359-1.96-4.532-.904-2.174-.39-1.929-1.741-4.365-1.351-2.435-1.477-2.596-3.271-4.673-1.794-2.076-2.258-2.282-4.104-3.865-1.846-1.583-2.132-1.48-3.908-3.003-1.775-1.523-.895-1.842-3.335-3.207-2.439-1.366-3.749-1.254-5.688-1.843-1.94-.588-1.849-.803-3.926-1.076-2.078-.273-2.095.184-4.269 0-2.175-.185-2.197-.548-4.303-.727-2.105-.179-.827.138-4.258 0s-4.53-.357-6.853-.448c-2.323-.09-2.484-.108-4.655 0-2.171.109-2.953.448-4.324.448-1.37 0-1.063-.185-2.721-.448-1.658-.262-.905.348-3.32-.508-2.416-.855-3.396-1.834-4.551-2.28-1.155-.448-.834.146-2.533-.462-1.7-.609-1.254-.715-3.206-1.594-1.95-.879-1.49-.426-3.982-1.644s-3.42-1.79-4.82-2.658c-1.398-.867-1.756-1.486-2.59-1.94-.834-.454-1.322-.532-1.949-.532s-1.865.115-3.015-.434c-1.15-.55-.513-.434-1.734-1.835s-1.207-1.71-2.352-2.853c-1.145-1.143-1.767-1.425-2.596-2.086-.828-.662-.424-.654-1.666-1.316s-1.723-.643-2.739-1.033c-1.016-.39-.513-.196-2.023-.793-1.51-.597-2.135-.983-3.018-1.199-.883-.216-.502.512-1.891 0-1.39-.511-1.587-1.299-2.516-1.622-.93-.324-1.032 0-2.143 0-1.111 0-1.058.368-2.223 0-1.164-.368-1.056-1.04-2.053-1.35-.997-.312-.576.187-2.272 0-1.697-.189-2.15-.494-3.359-.624s-.946-.173-2.455 0c-1.51.173-1.58.129-2.975.623-1.394.495-1.399.617-2.588 1.35-1.189.735-.819.618-2.229 1.623-1.41 1.005-1.171.655-2.84 1.992C8.821 7.04 8.353 7.454 7.33 8.52c-1.026 1.066-.603.639-1.763 2.304-1.159 1.665-1.352 1.694-2.198 3.385-.846 1.692-.992 2.223-1.256 3.522-.264 1.3.105 1.818 0 2.658-.105.839-.2.412-.538 1.644s-.352 1.301-.594 2.479c-.242 1.177-.131.323-.403 2.365C.305 28.92.22 29.371.12 30.971c-.1 1.6-.21 1.685 0 3.207.21 1.521.557 1.93.86 3.003.303 1.073.284.841.594 2.15.31 1.307.41 1.423.538 2.628.128 1.204 0 1.758 0 2.426 0 .667.134.688 0 1.334-.135.647-.21.862-.538 1.258-.328.395-.68-.153-.997.591-.318.745 0 .838 0 1.746s-.08 1.216 0 1.815c.08.6.033.724.403 1.172.37.449.674.377 1.132.685.457.308.544.24.867.66.324.42.272.215.389.97.117.755 0 .79 0 1.539 0 .748.092.832 0 1.497-.092.664-.043.539-.389 1.31-.345.77-.62.445-.867 1.491-.248 1.047-.321 1.102 0 2.181.32 1.08.94 1.392 1.256 2.045.316.653.044.621.399 1.373.354.752.226.81.926 1.44.7.629 1.179.476 1.778.993.6.516.069.81.857 1.276.789.465 1.334.606 2.059.445.725-.162.55-.98 1.102-1.148.553-.168.277-.573 1.432-.573 1.156 0 1.581.199 2.373.573.792.375 1.264 1.147 1.264 1.147s.218.388.956.841c.738.454 1.181.75 1.632.75.451 0 1.033.446 2.975.62 1.942.175 3.371 0 3.94 0 .568 0 1.2-.62 1.874-.62.672 0 .746-.75 1.509-.75.763 0 .751-.42 1.84-1.285 1.088-.864 1.755-1.56 2.068-1.817.313-.257.079-.136.697-.452.619-.316.693-.434 1.293-.566.6-.131.588-.488 1.284 0 .696.489.656.329.934 1.559.28 1.23-.238 1.34 0 2.561.239 1.222.484 1.4.964 2.381.48.982.424.653 1.134 1.908s1.048 2.109 1.375 2.526c.327.417.034-.086 1.05.572 1.016.658 1.074.957 1.968 1.381.465.221 2.486 1.724 2.897 3.51.377 1.643-.832 3.572-1.294 3.954-.965.797-1.335.735-2.157 1.405-.823.67-.212.256-1.414 1.517-1.202 1.26-1.46.84-2.425 2.509-.965 1.669-.67 2.205-1.134 3.646-.463 1.44-.526 1.65-.964 2.873-.437 1.223-.934 2.432-.934 2.432s-.456 1.594-1.284 3.141c-.827 1.546-.967 1.469-1.99 2.978-1.023 1.51-1.085 2.078-2.068 3.01-.983.932-1.388.988-2.592 1.41-1.204.421.77.223-.434.417-1.203.195-1.102.158-2.405.396-1.304.239-1.617.278-2.596.519-.978.242-1.088.04-1.913.594-.825.555-.48.699-1.153 1.519-.673.821-1.136.934-1.435 1.637-.3.702-.772.793 0 1.548.772.756 1.935.984 2.588.984z' fill='%2394796A'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-mob .pf-puppy-silhouette:nth-child(3) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='163' height='113' viewBox='0 0 163 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.418 69.141V83.51c0 1.202.096 1.188 0 2.404-.097 1.216-.217 2.01-.384 2.425-.168.415-.443.201-.861.665s-.38.49-.65 1.013c-.269.523-.317.51-.425 1.074-.108.564 0 .463 0 1.15 0 .686-.22.97 0 1.372.22.403.407.145 1.075.592.668.448.444.517 1.245.963.8.446 1.104.4 1.79.73.687.33-.165.314 1.284.75 1.45.436 1.956.574 3.118.574 1.163 0 1.482-.29 2.29-.574s.616-.75 1.478-.75c.863 0 1.038.425 1.77.425s.368-.214 1.406-.425c1.038-.211.943.369 2.28 0 1.336-.37 1.768-.328 2.402-1.293.634-.965.137-1.53 0-2.365-.137-.835-.192-.8-.658-1.632-.467-.832-.485-.718-1.156-1.604-.67-.886-.802-1.21-1.387-1.755-.585-.545-.984.34-1.481-.916-.497-1.255 0-1.655 0-2.823v-2.336c0-1.63-.242-2.534 0-3.26.241-.727 1.016.015 1.481-1.193.465-1.208 0-1.462 0-2.657s-.163-1.585 0-2.39c.163-.805.18-.937.799-1.553.618-.616 1.184.232 1.744-.98.559-1.211-.445-1.754 0-2.796.445-1.043.422-.695 1.976-1.832 1.553-1.136 2.284-1.43 3.386-2.092 1.103-.662.683-.79 2.248-1.289 1.565-.5 1.817-.305 3.456-.532 1.639-.226 2.075-.315 3.292-.4 1.218-.085 1.416-.225 2.456 0s1.223.41 1.857.932c.634.522.61.462.84 1.289.231.827.18 1.11 0 1.723s-.269.389-.84 1.145c-.572.757-.554.78-1.163 1.506-.61.727-.95.543-1.292 1.424-.342.882-.241 1.418 0 1.902s.573.083 1.292.689c.718.606.353.814 1.163 1.381.81.568 1.123-.07 2.026.855.904.924.292.95 1.031 2.275.74 1.324 1.01 1.407 1.686 2.593.676 1.185.879 1.668 1.172 2.42.294.752-.62.556.373 1.542.995.986 1.583 1.072 2.829 1.634 1.246.562 1.483.438 2.721.868 1.239.431 1.498.484 2.433.924.935.44 1.084.71 1.72 1.031.636.32.352-.108 1.38.533s.89 1.38 1.836 1.473c.945.092.74-.8 2.084-1.09 1.343-.29 2.025 0 2.962 0 .937 0 1.382.069 1.875 0 .493-.068.485.005.885-.383s-.444-.41.813-.952c1.257-.541 2.007.17 2.817-.612.81-.784.838-1.323 0-2.425-.838-1.101-1.73-.914-3.14-1.703-1.41-.788-1.223-.99-2.782-1.609-1.56-.618-2.073-.154-3.43-.854-1.357-.7-1.521-1.342-2.084-1.99-.563-.648-.104-.44-.863-1.4-.76-.96-1.59-1.215-1.707-1.85-.118-.635-.318-.882 1.127-1.28 1.445-.397 2.598-.247 3.527 0 .928.248.393.803 1.268 1.28.875.478 1.055.446 2.161.593 1.107.147.972-.356 2.293 0 1.32.355 1.168.801 2.38 1.257 1.211.455 1.612.316 2.638.629 1.025.312 1.018.488 1.956.771.938.283 1.56.415 1.968.415.41 0 1.756-.691 2.667 0 .91.691.127 1.558.535 2.43.409.871.954.313 1.358 1.608.404 1.295.101 2.033 0 2.744-.101.711-.405.222-.587 1.384-.182 1.161.195 1.167 0 2.36-.195 1.192-.569 1.043-.77 2.355-.203 1.312-.305 1.629 0 2.656.303 1.026.619.906 1.357 1.932.738 1.026.753 1.055 1.502 2.043.75.987 1.013 1.113 1.537 1.96.524.848.321.704.773 1.776.453 1.072.469.976.882 2.149.413 1.172.539 1.273.708 2.365.169 1.091-.34 1.277 0 2.207.34.93.659.903 1.433 1.717.774.814.883.893 1.688 1.563.804.669.482.42 1.512 1.087s.939.697 1.714.697c.776 0 .262.088 1.813-.697 1.55-.785 2.738.159 3.547.187.808.027 1.025.132 2.14.51 1.114.377 1.32 1.271 2.505.571 1.185-.699.9-1.411 1.352-1.866.452-.455.179-.192 1.576-.489 1.396-.297 2.093-.147 2.86-.454.767-.307.54-.5 1.041-1.109.502-.609.505-.474.908-1.257.403-.782.419-.64.576-1.625.157-.985.122-1.275 0-1.997-.122-.721-.028-.79-.576-1.41-.548-.621-1.17-.335-1.582-1.033-.413-.698.429-.909 0-1.646-.43-.737-.542-.92-1.685-1.245-1.143-.326-1.6.526-2.688 0-1.089-.527-.806-1.209-1.363-1.961-.558-.753-1.046-1.038-1.26-1.48-.215-.442-.028-.462.074-.963.103-.5.297-1.152.383-1.965.086-.812.077-1.096 0-1.632-.076-.537.032-.409-.383-1.053-.415-.645-1.184-.469-1.078-1.216.107-.748 1.037-.322 1.461-1.473.425-1.151-.092-2.711-.08-3.83.012-1.118.08-2.29.08-4.098V75.32c0-.925-.424-1.086 0-1.85.424-.763.886-.87 1.736-1.28.85-.41.965.068 1.988-.517 1.022-.585.901-.657 1.631-1.553.729-.895.348-1.07 1.184-1.901.835-.832 1.012-.858 2.158-1.425 1.146-.567 1.641-1.024 2.533-.895.891.128.744.954 1.311 1.45.566.495.756.437 1.342.87.586.432.617.16 1.085.921.468.762.506.974.506 1.669 0 .694-.04.428-.506 1.381-.467.954-.823.965-1.085 1.873-.262.907.127 1.086 0 1.886-.128.8-.398.567-.552 1.575-.154 1.007-.148.877 0 2.04.147 1.163-.074 1.576.552 2.311.626.736 1.14.345 2.267 1.001 1.126.656 1.423.834 2.028 1.502.606.667.509.348.728 1.535.218 1.188-.108 1.792 0 2.425.107.632.279.671.619 1.216.34.544.566.276.797 1.052.23.777.242 1.179 1.06 1.633.817.455.703 0 1.876 0s1.539-.332 2.345 0c.807.333.538.617.988 1.373.45.757.159 1.207.754 1.555.595.348 1.564 0 1.905 0 .342 0 1.123-.563 1.799-.563.675 0 .36.288 1.377.563 1.018.275 1.193-.187 2.4 0 1.208.187 1.462.442 2.305 0 .843-.442.361-.776.982-1.247.62-.472 1.73-.308 2.024-.308.293 0 1.157-.335 1.274-1.373.118-1.037-.242-1.723-.472-2.223-.229-.5-1.182-.84-2.13-1.316-.947-.474-.83-.955-2.175-1.452-1.345-.496-2.478.448-3.601 0-1.122-.448-.601-1.184-1.278-1.947-.677-.764-1.172-.14-1.676-1.384-.505-1.243 0-1.94 0-2.744v-1.609c0-1.02-.344-1.457 0-2.04.344-.584.907-.063 1.676-1.196.769-1.134.186-2.766 0-3.67-.186-.903 0-.12 0-1.85s-.447-2.994 0-3.46c.447-.465 1.116.649 2.486.87 1.37.222 1.551-.105 2.89 0 1.339.106 1.786.63 2.64.435.854-.195.12-.492 1.168-1.304 1.049-.812 1.225-.63 2.388-1.45 1.162-.82 1.183-.915 2.158-1.756.976-.84 1.29-1.113 1.878-1.723.588-.61.588-.538 1.026-1.289.437-.75.42.187.639-1.57.219-1.757-.27-1.778 0-3.557.271-1.78.817-1.87 1.076-3.52.259-1.647-.281-2.362 0-3.334s.716-.916 1.477-1.772c.762-.855.914-.2 1.595-1.679.681-1.479.331-1.463.63-3.151.299-1.689.38-1.24.528-3.384.147-2.144 0-3.141 0-4.3 0-1.158-.184-1.362 0-2.316.183-.955.334-1.035.804-1.864.47-.83.622-1.794 1.158-1.598.536.197.542 1.045.731 2.29.189 1.246 0 1.41 0 2.52s-.291 1.023 0 2.221c.291 1.198.682 1.434 1.108 2.337.426.904.491 1.369.845 1.81.355.44.608 1.309 1.153.672.545-.637.279-.69.396-2.481.117-1.791.344-2.19.344-3.59s.238-1.558.448-2.317c.21-.76.013-.697.364-1.864.351-1.167-.12-.887 0-2.467.12-1.579.227-2.138.426-3.152.199-1.015.442-1.024.587-2.01.144-.984.292-.654 0-1.989-.293-1.335-.407-1.494-1.013-2.63-.606-1.138-.317-.672-1.552-2.185s-.996-1.457-2.645-2.959c-1.65-1.501-1.484-1.446-3.682-2.8-2.199-1.354-3.473-1.889-4.778-2.41-1.304-.52-1.584-.08-2.891-.653-1.308-.573-.816-.726-2.223-1.588-1.406-.861-1.77-.792-2.975-1.595-1.205-.804-.678-1.345-2.13-1.81-1.451-.463-1.654.358-3.531 0-1.876-.357-1.079-.965-3.523-1.343s-2.559 0-5.164 0c-2.605 0-2.996.249-5.209 0-2.214-.249-2.713-.947-4.286-1.068-1.573-.12-1.31.201-3.213.49-1.904.29-1.737.354-3.093.96-1.356.606.227-.197-2.669 1.616-2.896 1.813-4.611 2.472-6.385 3.223-1.774.751-2.31.413-3.858 1.115-1.548.703-1.212.903-2.675 1.848-1.463.946-2.165 1.306-3.011 1.827-.846.52-.157.625-1.673 1.057-1.516.432-2.317.048-3.366.377-1.05.33-.642.503-1.688 1.212-1.046.708-.732.886-2.141 1.381-1.41.495-1.744.225-3.192.493-1.447.268-1.507.627-2.86.627s-2.196-.627-2.699-.627c-.502 0-1.037-.837-2.969-1.152-1.931-.315-2.464 0-4.097 0-1.632 0-1.644.524-3.264 0-1.62-.525-1.091-1.454-2.707-1.934-1.616-.479-1.064.431-3.81 0-2.746-.43-3.58-1.154-5.34-1.434-1.76-.28-1.325 0-3.669 0h-4.687c-2.958 0-4.914.079-5.915 0-1.002-.08-1.15-.16-1.857-.612-.707-.452-.097-.767-1.003-1.215-.905-.447-.83-.308-2.321-.428s-1.583-.105-3.027 0c-1.443.105-1.395-.33-2.853.428-1.458.758-1.343 1.327-2.248 2.223-.904.895-1.266 1.22-1.806 1.792-.541.572-1.003.52-1.003 1.18 0 .66.286 3.201 0 3.963s-.756.012-1.895 1.087c-1.14 1.075-.987 1.08-1.814 2.414-.827 1.335-.67 1.38-1.387 2.75-.718 1.371-.64.78-1.481 2.73-.842 1.95-.825 2.44-1.406 3.96-.582 1.521-.652 1.459-1.265 3.023-.613 1.564-.307 1.061-1.152 3.141s-.888 2.12-1.806 4.139c-.917 2.017-.97.112-1.904 4.02-.935 3.908-.592 5.736-.959 7.946s-.725 2.484-1.089 4.387c-.363 1.904-.057 2.089-.48 3.829-.424 1.74-.464 1.486-1.284 3.427a69.229 69.229 0 0 1-1.791 3.852z' fill='%2397606F'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-mob .pf-puppy-silhouette:nth-child(4) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='135' viewBox='0 0 100 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.944 115.044c-.447 1.36-1.714 1.352-2.71 2.077-.996.725-1.607.646-2.024 1.368-.418.722 0 1.181 0 2.136 0 .956.192 1.104 0 1.911-.193.807-.594.594-.797 1.429-.202.836-.484.908 0 1.853.485.946 1.086.935 1.655 1.378.568.442.345.036 1.166.816.821.781-.024 1.002 1.544 1.76s3.925 1.29 4.622 1.569c.697.279 3.703.06 5.02-.35 1.316-.41 2.066-.576 3.08-.576 1.013 0 .928.926 2.721.926 1.793 0 1.253-.076 2.076-.926.824-.851.307-.979 1.84-1.404 1.534-.424 1.996.219 3.234 0s2.032-.594 2.413-.999c.381-.405-.218-.296 0-1.567.218-1.272.573-1.795.695-2.48.121-.684-.377-.644 0-1.429.376-.785.048-.832 1.267-1.212 1.219-.381 1.162 0 2.618 0 1.457 0 1.807.354 2.913 0 1.105-.354 1.242-1.25 2.036-1.585.794-.335 1.098-.193 1.721 0s.71.369 1.147.886c.437.517.502.362.698 1.298.195.936.176 1.06 0 2.042-.176.982.467 1.044-.698 1.853-1.164.81-2.105.22-2.868.627-.764.406-.86 1.071-1.253 1.567-.394.497-.783.342-.783.999 0 .658.232.697.783 1.404.551.706.468.887 1.253 1.205.785.318.957-.57 1.721 0 .764.57.65 1.111.966 1.649.316.539-.274.967.879 1.367 1.153.401 3.26-.284 4.838-.271 1.579.013 3.623.401 4.607.401s1.31-.743 2.167-1.006c.857-.263.876-.26 1.807 0 .932.26.455.71 1.791 1.006 1.336.295 1.954.329 2.76 0 .807-.33.129-.707 1.318-1.665 1.19-.958 1.718-.936 2.588-1.481.87-.545 1.132-.313 1.7-1.205.57-.893.892-1.133.6-2.403-.29-1.269-1.282-1.123-1.654-2.194-.373-1.07 0-1.246 0-2.561 0-1.316-.26-1.455 0-2.632s.738-1.466 1.055-2.136c.316-.67-.235-.476.6-1.368.834-.892 1.118-1.063 1.96-1.37.842-.307 1.189-.507 1.795 0 .606.507.983.957.697 2.085-.286 1.129-.938 1.274-1.708 1.903s-1.027.199-1.701.886c-.675.687-.847.67-1.044 1.298-.196.628-.62 1.333.379 2.194.998.861 1.708.353 2.366.788.658.434-.053.83 1.01 1.54 1.065.71 1.47.586 2.425.751.956.164 1.202.315 1.939 0 .737-.315.465-.389 1.28-.751.814-.362.759-.103 1.817-.627 1.058-.524.965-1.414 1.924-1.853.96-.438 1.68-.148 2.128 0 .447.149-.031-.177.696.94.728 1.117.953 1.727 1.41 2.291.456.564.248.576 1.104.816.856.241.156-.324 1.804 0 1.648.325 2.18 1.145 2.985.999.805-.145 1.24-.83 1.543-1.815.303-.985 0-.501 0-2.291 0-1.791.303-2.042 0-3.581-.302-1.54-1.262-1.46-1.262-2.835 0-1.376 1.406-1.688 1.262-2.738-.144-1.051-1.233-1.163-1.86-1.629-.628-.466-.254-.217-1.33-.741-1.076-.523-1.594-.553-2.174-.963-.581-.409-1.219-.519-.968-1.253.25-.734 1.393-.405 1.804-1.195.411-.789.223-1.042 0-2.267-.223-1.225-.6-.714-.837-2.329-.236-1.616 0-2.361 0-3.378v-2.033c0-1.152.23-1.38 0-2.304-.228-.924-.967-.955-.967-1.604 0-.65.682-.098.968-1.206.285-1.11.56-1.552 0-2.553-.562-1.002-1.333-.654-2.073-1.146-.74-.492-1.032-.174-1.409-1.17-.376-.997.191-1.052 0-2.56-.19-1.507-.546-1.81-.696-2.948-.15-1.139.305-1.45 0-2.34-.305-.89-1.267-.432-1.267-1.354 0-.923 1.267-1.182 1.267-2.014 0-.832-.75-.73-1.267-1.553-.516-.823-.227-1.328-.861-1.613-.634-.285-1.014.406-1.924.406-.91 0-.906 0-1.818-.633-.911-.632-1.849-1.165-3.218-2.666-1.37-1.5-1.02-1.837-1.727-2.426-.706-.589-.63-.346-2.492-1.091-1.861-.746-2.737-1.468-3.615-2.169-.878-.7-.668-.949-1.502-1.914-.834-.966-1.075-1.142-1.732-1.832-.657-.689-.93-.028-1.318-1.37-.387-1.342-.486-2.035 0-3.196.487-1.16 1.35-.87 1.984-1.533.634-.663.384-.835 1.066-1.655.682-.82.952-.865 1.502-1.435.55-.57.812-.57 1.055-1.218.243-.648.28-.87 0-1.598-.281-.729-1.224-.612-1.055-1.139.169-.526 1.266-.07 1.654-.73.39-.66 0-1.1 0-2.078 0-.977.102-1.52 0-1.954-.101-.434.023.644-.6-.599-.622-1.242-1.188-1.859-1.054-2.704.134-.846.99-.328 1.654-1.075.666-.746 1.044-1.307 1.044-1.954s-.516.251-1.044-1.091c-.527-1.343-.6-2.064-.6-3.09 0-1.025.434-.69.6-1.999.167-1.309-.202-1.992 0-2.705.203-.713.457-.02 1.044-.977.586-.958.197-1.218.917-2.225.72-1.007.664-.971 1.795-1.57 1.13-.597 2.775.172 3.299-.517.523-.69.03-1.727-.397-2.809-.428-1.081-.324-1.159-.324-2.686s-.492-1.505-.154-2.912c.338-1.407 1.19-1.773 1.413-2.78.223-1.006.734-2.393-.935-2.393-1.67 0-3.65 1.799-4.697 1.799-1.047 0-1.054-.06-1.96-1-.907-.942-.543-1.591-1.655-2.16-1.113-.569-1.013 0-2.568 0-1.555 0-2.47.351-3.11 0-.64-.351-.442-.774-.607-2.041-.165-1.267.604-1.917 0-2.62-.604-.703-1.007.414-2.253 0-1.246-.414-.867-1.118-2.372-1.537-1.505-.419-3.151.865-3.151 0s-.33-2.48-1.324-3.291c-.993-.812-1.575-.278-2.705 0-1.13.277-.655.228-2.165 1.196-1.51.969-2.295 1.503-2.965 2.095-.67.592-.379.865-1.147 1.537-.768.671-.84 1.27-2.299.97-1.458-.3-2.44.508-3.058.702-.618.195-.929.137-1.313 0-.384-.136-.46.015-.657-.702-.197-.716 1.168-.781 0-1.689-1.168-.907-2.22-.22-3.228-.818-1.01-.599-1.026-1.399-1.684-2.095-.657-.696-.48-1.186-1.424-.918-.945.268-1.127 1.15-1.796 1.832-.67.681-.972.786-1.437 1.18-.465.396-.151.353-.917.82-.766.466.076.477-1.61.718-1.686.24-2.214-.588-3.43 0-1.216.587-.662 1.932-1.996 2.62-1.334.688-1.812-.184-3.084 0-1.273.184-1.826.43-2.508.807-.682.376-.221.175-1.193 1.234-.972 1.06-.67 1.143-1.92 2.16-1.25 1.015-1.955 1.213-2.702 1.595-.747.381-.548.414-1.544.574-.996.16-.64-.195-2.024 0-1.385.195-1.427.276-2.75.672-1.324.396-1.552.282-2.623.937-1.071.655-1.036.969-1.951 1.86-.916.89-2.2.827-1.817 1.808.383.98 1.431.55 3.107 1.497 1.676.946 2.614 1.546 3.284 2.111.669.566.76.1 1.091 1.583.33 1.484-.182 2.173 0 3.317.182 1.144-.118.603.862 2.116.98 1.513.759 1.428 2.26 2.705 1.502 1.277 2.226.893 3.271 2 1.045 1.105 1.013 1.67 1.536 3.089.523 1.418.363 2.269.724 3.045.362.777.537.293 1.196 1.075.659.782 1.193.96 1.193 1.759 0 .798-.27.507-1.193 1.544-.922 1.036-.565.558-1.92 1.954-1.355 1.397-2.546 2.067-2.702 2.808-.156.742.848.849 1.87 1.139 1.023.29 1.61-.696 2.138 0 .529.696-.163 1.245 0 2.816.163 1.57-.357 1.789.614 3.09.97 1.3 2.588.803 2.837 1.533.25.73-.922.799-1.644 1.96-.722 1.162-1.974 1.518-1.193 2.606.78 1.089 3.032.211 3.7.887.668.677 0 1.775 0 2.86 0 1.084.868.2 0 2.168-.867 1.967-1.712 2.053-2.507 3.517-.794 1.463-.332 1.352-1.193 3.299-.861 1.946-1.21 2.48-1.92 3.737-.709 1.257-1.114.673-1.536 2.391-.422 1.718.254 2.461 0 3.86-.255 1.397-1.166.727-1.166 2.545 0 1.817 1.086 3.072 1.166 3.759.08.686.313.689-.579 1.302-.892.613-1.782.398-2.131.56-.349.162-.56.139-.56.69 0 .552.73.62.56 1.207-.17.586-.586.025-1.166.891-.58.867-.663 1.185-.858 2.132-.196.947-.593 1.173 0 2.027.592.855 2.024.216 2.024.891s-1.672 1.081-2.024 1.669c-.353.589-.283.128 0 1.709.282 1.58.455 2.175.857 3.089.403.914.36.329 1.167 1.507.808 1.179.883 1.211 1.544 2.448.661 1.238 1.613 1.266 1.166 2.626z' fill='%2350A7BC'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-mob .pf-puppy-silhouette:nth-child(5) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='216' height='120' viewBox='0 0 216 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.181 81.81c-3.365.6-4.661 0-7.375 0-2.714 0-3.348-.703-5.428 0-2.08.705-1.91 1.572-2.712 2.756-.8 1.184-.28 1.344-.854 2.515-.572 1.172-.868 1.302-1.495 2.291-.627.989-1.215.848-1.215 1.985 0 1.136-.334.467 1.215 2.287 1.55 1.819 2.537 2.694 3.708 3.492 1.172.799 1.162.866 3.15 1.18 1.986.313 1.742 0 4.322 0s3.65.23 5.16 0c1.511-.231.652-.586 2.55-1.18 1.9-.594 2.611-.405 4.106-.902 1.494-.498 1.51-.728 2.604-1.331 1.094-.604.989-.213 2.093-1.26 1.104-1.046.614-1.23 1.649-1.712 1.034-.483 1.921-.255 3.252-.574 1.332-.32.158-.702 2.141-1.294 1.983-.591 2.51-.691 4.512-.691 2.003 0 2.947.303 3.984.691 1.037.389 2.465.897 3.798 1.868 1.334.97 1.343 1.578 1.69 2.463s.468.754 0 1.84c-.468 1.085-1.115 1.028-1.69 2.082-.574 1.053-1.265.87-1.652 4.144s0 4.546 0 6.609c0 2.062.37 2.232 0 3.382s-.756.813-1.426 1.868c-.67 1.056-.72 1.392-.72 2.253 0 .861-.115.878.72 1.711.835.834.995 1.087 2.439 1.44 1.444.354 1.73.385 3.442 0 1.714-.385 1.672-1.128 2.97-1.44 1.299-.311 1.717.293 3.022 0 1.305-.292 1.235.079 2.184-1.166.949-1.245.65-1.669.837-2.798.186-1.129 0-1.197 0-2.275 0-1.078-.307-.952 0-2.156.306-1.204.556-.366 1.152-2.369.596-2.003-.213-2.133.758-4.05.971-1.916 1.851-1.895 3.142-3.646s.888-1.72 2.193-3.59c1.306-1.868 1.663-2.093 2.885-3.68 1.221-1.585.794-1.591 2.4-3.181 1.606-1.59 2.358-1.998 3.834-2.99 1.476-.993 2.063-1.222 3.314-1.816 1.251-.594 1.33-.3 2.715-1.046 1.385-.747-.005-1.202 2.398-1.71 2.402-.506 3.912.158 5.703 0 1.792-.157 1.646-.8 3.405-.8s2.651.67 3.527.8c.876.131.825.557 1.845 0 1.021-.555.669-1.393 1.311-1.72.641-.326 1.349-.22 2.067 0 .719.221.506.516.929.92.422.405.088-.039.871.8.783.84.961.853 1.468 1.71.508.856.604.899.604 1.786 0 .888.269.57-.604 1.775-.872 1.206-1.268 1.453-2.339 2.291-1.072.838-1.493.752-2.533 1.52-1.039.768-1.037.782-1.774 1.662-.736.88-1.457 2.435-.771 2.866.687.43 1.579.987 2.545.814.967-.174.99-.232 2.533-.814 1.542-.582 1.566.216 2.943-.517 1.376-.734 3.119-1.142 4.86-1.765 1.742-.623 3.902-1.291 5.265-1.781 1.363-.49.923-.968 2.366-1.294 1.442-.325 1.988.318 3.369 0 1.382-.318 1.515.272 2.258-1.294.742-1.566.197-2.536 0-3.463-.198-.927-1.06-1.786-1.118-1.786-.057 0-.201-2.607-.504-3.43-.302-.821-.88.122-1.322-1.537-.442-1.659-.553-2.546 0-3.427.553-.882 1.638-.342 2.944-1.267 1.305-.926.72-.96 1.902-1.44 1.183-.478 1.398-.25 2.815-.728s.684-1.311 2.578-1.82c1.894-.507 2.348 0 3.92 0 1.573 0 2.158.419 3.383 0 1.225-.417 1.027-1.213 2.287-1.621 1.261-.409 1.797 0 3.398 0h3.202c1.378 0 1.597-.442 2.757 0 1.159.441.92.75 1.501 1.622.58.871.337.736.79 1.819.453 1.082.181.871.878 2.168.697 1.296.696 1.138 1.659 2.55.963 1.41 1.144 2.006 1.998 2.807.854.801 1.059.452 2.426 1.342 1.367.89 1.226 1.195 2.523 1.88 1.297.686.888.47 3.082 1.082 2.194.611 2.438.8 4.554 1.046 2.116.247 1.384-.215 4.41 0 3.026.216 4.115.382 5.99.74 1.875.359 2.587.766 3.502 1.076.916.31.343-.076 1.74.7 1.397.775.611-.11 2.562 1.687 1.951 1.798 1.767 1.95 3.377 3.785 1.609 1.834 1.88 1.929 3.174 3.68 1.295 1.75 1.58 2.61 2.2 3.589.621.978-.242 1.408 1.308 2.13 1.55.721 2.793.635 4.357.507 1.564-.129 1.586-.65 2.735-1.277 1.148-.626 1.144-.134 2.102-1.36s.94-1.327 1.06-2.687c.12-1.36-.144-1.775-.582-2.742-.439-.967.316.079-1.497-1.84-1.813-1.92-2.303-2.1-3.818-3.785-1.515-1.686-1.628-1.76-2.694-3.463-1.067-1.703-.455-1.293-1.663-3.495-1.209-2.203-1.796-2.9-2.651-4.367-.856-1.466-1.002-2.085-1.618-2.949-.616-.863.537-.987-1.648-1.629s-3.195.16-5.418-.446c-2.222-.606-2.02-.282-3.693-2.038-1.672-1.756-.934-2.261-2.005-3.946-1.072-1.685-1.532-2.064-2.59-3.281-1.059-1.217-.89-1.22-2.33-2.376-1.441-1.157-1.939-1.381-3.309-2.151-1.371-.77-1.451-.727-3.001-1.396-1.551-.668-1.951-.666-3.19-1.273-1.24-.608-1.223.646-2.215-1.377-.992-2.022-.577-4.039-.603-4.368-.027-.33 1.454-3.298 1.454-5.027 0-1.73-.144-.882-2.004-3.52-1.859-2.638-1.767-2.836-3.601-5.302-1.834-2.466-2.438-2.345-3.96-4.866-1.521-2.52-1.075-2.662-2.123-5.21-1.048-2.55-.812-2.263-2.115-5.097-1.303-2.833-1.337-2.842-2.821-5.637-1.485-2.795-2.21-4.158-3.129-5.564-.919-1.405-.814-.823-2.285-2.716-1.47-1.892-1.131-2.172-2.794-3.82-1.664-1.647-1.916-2.356-4.133-3.044-2.217-.687-3.403 0-5.679 0h-4.553c-2.08 0-1.87-.925-4.16 0-2.289.926-1.418 1.433-3.369 3.044-1.952 1.611-1.603.633-4.122 3.142-2.519 2.508-2.51 3.33-4.305 5.251-1.796 1.923-2.08 1.836-4.064 3.707-1.985 1.87-2.212 2.906-2.943 3.773-.732.867.059.992-1.813 1.864-1.873.873-2.223.984-5.226.984-3.004 0-3.509-1.251-6.044-.984-2.536.268-2.52 1.293-4.475 2.094-1.954.802-2.468.743-4.13 1.435-1.662.693-2.05 1.277-3.073 1.567-1.021.29-1.125-.152-2.453 0-1.328.153-1.26.576-2.56.576s-.29.686-2.604-.576c-2.313-1.262-1.304-1.015-3.955-3.002-2.65-1.986-3.52-2.79-5.335-3.958-1.814-1.168-1.639-.718-4.09-2.107-2.45-1.389-2.237-1.352-4.712-2.88-2.475-1.53-2.093-1.53-4.924-3.072-2.83-1.542-2.482-2.241-6.015-2.885-3.535-.643-15.789-.085-17.568 0-1.779.085-1.89.15-4.555 1.062s-2.709.956-5.332 1.823c-2.623.867-1.372.405-5.295 1.688-3.922 1.283-5.393 1.78-7.811 2.598-2.418.817-3.63 1.063-4.801 1.666-1.172.603-.506.73-1.563 1.61-1.058.879-2.65.756-2.375 1.664.276.908 1.528.734 3.389 1.681 1.86.947 1.992 1.133 3.682 1.918 1.69.785 1.786.921 3.564 1.448 1.778.526 2.255.165 3.848.746 1.592.581 1.15-.057 2.067.576.918.633 1.536-.26 2.225 3.604.688 3.864 0 4.35 0 6.745 0 2.394.378 3.732.691 5.947.313 2.214-.537 2.31.773 4.423 1.311 2.112 3.482 2.683 4.387 3.895.905 1.212.362.658.517 2.67.155 2.012 0 2.392 0 4.033 0 1.64.296 2.364 0 3.28-.296.916-.799.577-1.168 2.15-.369 1.573-.44.864-.44 2.039 0 1.174-.255 2.27 0 3.132.255.862 1.642 2.506 3.222 2.909 1.58.402.666 0 3.518 0s1.716 1.75 5.704 0c3.987-1.751 5.201-4.669 6.265-5.255 1.063-.586 2.096-.856 2.825-.786.73.07 1.227-.368 1.755 1.222.528 1.59 0 1.138 0 3.51s.584 4.016 0 4.744c-.584.728-2.664-.106-3.803 0-1.139.106-.364-.212-2.14.552-1.777.764-1.224.812-3.253 1.766-2.03.954-.732.425-4.272 1.772s-3.84 1.996-7.206 2.595zM138.262 9.406c1.081-1.07 2.29-.42 4.064 0s1.847.555 3.314 1.747c1.467 1.19 1.695 1.17 2.46 2.943.766 1.773.525 2.89.525 3.971 0 1.082-.002 1.658-.525 2.135-.522.477-.267.71-1.813 0-1.546-.709-1.309-1.312-2.844-2.135-1.534-.823-2.395-.83-3.33-1.176-.936-.347-1.191-.012-1.851-.745-.659-.731-.669.266-.669-2.05 0-2.317-.411-3.62.669-4.69z' fill='%2336CA51'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+1) .pf-card-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='142' height='131' viewBox='0 0 142 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.025 103.361c.77-.303.081-.555 1.754 0s1.029.921 3.196 1.641c2.166.721 2.753.728 4.543.933 1.79.204 2.169 0 3.627 0 1.459 0 1.714-.422 2.917 0 1.203.421.596.585 2.03 1.731 1.433 1.146.811.557 2.926 2.231 2.115 1.673 2.797 2.208 4.185 3.395 1.387 1.186 1.545 1.741 2.674 2.471 1.128.73.79.679 2.617.951 1.828.273 2.039-.405 3.767 0 1.73.406 1.657.766 3.227 1.64 1.57.874 1.026.623 3.064 1.864 2.039 1.24 1.673.786 4.076 2.481 2.403 1.696 3.083 2.492 4.602 3.641 1.52 1.148 2.277 1.533 3.125 2.199.848.666.942.984 1.556 1.478.613.494-.051.582 1.345.86 1.396.277 1.054 0 2.98 0 1.927 0 3.075.128 3.853 0 .778-.129.473-.177 1.352-.86.88-.682.605-1.303 1.66-1.478 1.054-.174 1.023.599 2.371.811 1.349.213 1.931 1.228 2.779 0 .849-1.228-.155-2.679 0-4.022.156-1.342.588-1.41.772-2.629.184-1.218 1.226-.088 0-2.481-1.225-2.394-2.044-2.982-3.55-4.455-1.507-1.473-1.995-1.294-3.534-2.471-1.539-1.177-1.465-1.022-2.953-2.491-1.49-1.468-1.264-1.451-2.75-3.135-1.485-1.683-2.187-2.344-2.98-3.359-.793-1.016-1.345-1.815-1.345-2.183 0-.369-1.897-1.521-1.556-2.245.341-.724 1.614-.23 2.901-.608 1.287-.38.637.488 2.497-.98 1.86-1.47 2.284-2.511 3.233-3.545.949-1.033 1.312-1.605 1.612-1.944.3-.339.088-.837 1.943-1.33 1.855-.495 2.085-.466 2.931 0 .847.464-.246.165 0 2.715.247 2.55.547 4.154.755 5.084.208.929-.15.099.778 1.769.927 1.67 1.017 1.919 2.018 3.267 1.001 1.348 1.138 1.053 2.279 2.519 1.141 1.466 1.343 1.482 2.073 3.071.73 1.588.256 1.636.898 3.395.643 1.759.877 1.992 1.594 3.422.717 1.431.961 1.78 1.535 2.817.574 1.038.775 1.181 1.166 2.067.392.887.207 1.122.565 1.853.357.731.469 1.307.997 1.341.529.033 1.767-1.341 2.455-1.341.688 0 .686 1.341 1.086 1.341s.685.828 1.079 1.548c.395.719-.613.81.605 1.523 1.217.713 1.92.792 3.152.676 1.232-.115 1.241-.913 2.319-1.19 1.077-.276 1.303 0 2.31 0 1.006 0 1.217-.284 2.013 0 .796.285.909.379 1.318 1.19.408.811 1.563.811 2.56.811.998 0 1.024-.134 1.954-.811.93-.676 1.278-.675 2.288-1.19 1.01-.514.868-.748 2.032-1.009 1.164-.262 1.723.339 2.471 0s.742-.927.945-1.548c.203-.621.52-.738 0-1.341s-1.803-.752-1.803-.752.624-1.698 0-2.481c-.624-.784-.803-.146-2.525-.687-1.721-.54-2.071-.536-3.408-1.177-1.337-.641-1.319-1.265-2.466-1.64-1.148-.374-.94.732-2.558 0-1.617-.731-1.952-1.537-2.821-2.432-.87-.894-.81-.468-1.481-1.994-.671-1.527-.291.702-.829-3.263-.539-3.965-.313-2.83-.699-7.985-.386-5.155-.318-6.346-.671-10.316-.352-3.97-.288-4.707-.949-7.92-.66-3.213-1.085-3.465-1.975-6.305-.891-2.841-.963-1.808-1.782-5.682-.818-3.874-.936-6.439-1.079-7.854-.143-1.415 0-1.767 0-2.847v-2.16c0-.628.697-1.602 1.079-2.777.383-1.174.067-1.44.605-2.391.537-.951.735-1.97 1.659-1.611.925.36.723 2.263 1.493 2.836.771.574 1.408.82 2.319 0 .91-.82.269-1.562.829-2.836.561-1.274 1.095-1 1.481-2.413.385-1.412.215-1.366 0-3.01-.216-1.646-.619-2.66-.82-3.25-.202-.59-.382 2.232-.661-1.087-.278-3.319.2-3.645 0-6.772-.199-3.126-.602-2.433-.829-6.229-.228-3.795.503-5.778 0-7.616-.504-1.838-1.841-2.217-2.91-3.007-1.068-.79-1.21.645-2.561-1.04-1.352-1.683-.702-2.547-1.684-4.25-.982-1.703-.249-1.328-2.557-3.107-2.308-1.779-2.933-1.57-5.247-2.908-2.314-1.34-2.2-1.774-4.565-2.77-2.365-.995-1.496-.663-5.075-1.288-3.579-.626-4.34-.374-7.242-.865-2.9-.492-3.889-1.075-5.729-1.334-1.84-.258-1.683-.354-3.75 0-2.067.355-1.983.786-4.016 1.334-2.032.548-2.39.365-4.137.865-1.748.5.299-.714-3.396 1.288S67.39 5.65 63.81 8.141c-3.578 2.492-4.33 3.258-6.87 5.336-2.538 2.079-2.781 2.097-4.922 4.316-2.14 2.22-2.478 2.866-3.858 4.785-1.379 1.92-1.71 2.805-2.466 4.015-.757 1.209-.7-.824-1.549 2.4-.85 3.223-.639 3.323-.852 6.712-.214 3.388.193 5.522 0 6.8-.193 1.277-.011.648-1.377 2.32-1.366 1.672-1.59 2.023-3.07 3.122-1.48 1.098-1.24.788-3.397 1.678-2.155.89-2.73 1.22-4.424 1.552-1.695.33-2.274-.137-3.522 0-1.248.137-1.39.653-2.438.653-1.048 0-.371-.294-2.08-.653-1.71-.36-2.535-.636-3.474-.515-.939.12-.346.122-1.619 1.168-1.273 1.046-1.572 1.194-2.46 2.183-.887.99-1.178 1.41-1.475 2.203-.296.792.345.833 0 1.74-.345.905-.646 1.158-1.285 1.633-.639.475.012.072-1.62.527-1.632.455-1.55.238-3.287.84-1.738.602-2.257.338-3.37 1.466s-.427 1.725-1.166 3.132c-.739 1.407-1.442 1.442-1.866 2.638-.424 1.196.127 1.142 0 2.625s-.338.883-.477 2.951c-.138 2.068.158 2.584 0 4.156-.157 1.57-.52 1.037-.725 3.101-.206 2.065-.222 2.998 0 4.17.222 1.172.612-.043 1.202 2.176.59 2.218.486 3.22.598 4.6.112 1.382 0 2.113 0 2.775 0 .662.94 1.285 1.268 2.916.329 1.63 0 1.745 0 3.378s-.218 2.352 0 3.267.591.17 1.166 1.628c.575 1.457.299 2.11.694 3.09.396.98.642-.096 1.27 1.776.629 1.873.5 2.174.655 3.96.154 1.786-.353 2.485 0 3.593.352 1.108.282.928 1.737 1.864 1.454.935 1.696 1.048 3.306 1.38 1.61.333 2.07-.246 3.376 0 1.305.247.931 1.101 2.46 1.101 1.527 0 1.844-.858 3.106-1.101 1.261-.242 2.245 0 2.62 0s1.164.638 2.412 1.101c1.248.464 1.549.878 2.573.752s1.343-.219 1.853-1.297c.51-1.078.2-1.727 0-2.623-.2-.896-.732-1.344-.956-1.664-.224-.32-1.998-1.101-1.998-2.104 0-1.002-.236-2.221 0-3.475.235-1.255 1.101-2.391 1.101-2.391v-1.746c0-.485-.566-2.028 0-3.149.567-1.121 1.651-1.339 2.42-1.641z' fill='%23F5A623'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+2) .pf-card-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='120' viewBox='0 0 150 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.344 119.813c.653 0 13.665.077 15.282 0 1.617-.078 1.703-.367 3.032-.984 1.328-.616.894-.335 2.425-1.548 1.531-1.214 1.57-1.408 2.832-2.619 1.263-1.212 1.801-1.453 2.467-2.463.665-1.01.31-1.203.658-2.281.349-1.077.403-1.329.773-2.139.369-.81.146-1.175.917-1.567.77-.392 1.196 0 2.165 0 .968 0 .938-.443 1.937 0 1 .444 1.01.901 1.595 1.567.586.667.584.648 1.025 1.414.441.766.548.913.71 1.596.16.683.328.409 0 1.41-.33 1.001-.665 1.31-1.096 1.926-.43.617-.713-.033-1.049 1.145-.336 1.179-.547 1.374 0 2.533.547 1.159 1.194 1.588 2.144 2.01.95.421-1.678 0 2.388 0 4.065 0 6.885.118 8.13 0 1.246-.118.936-.284 2.253-.984 1.316-.7 1.576-.463 2.51-1.548.934-1.086.758-1.802 1.076-2.619.317-.818.22-.935.58-1.65.36-.714.447-.514.936-1.359.488-.844.854-.878.854-1.735 0-.856-.374-.718-.855-1.711-.48-.994-.124-.946-.935-1.995-.811-1.048-1.534-.711-2.066-1.885-.533-1.173.213-1.164 0-2.667-.213-1.502.04-1.618-.801-2.972-.841-1.355-1.176-.112-1.696-2.947-.52-2.834-.563-4.29-.423-5.162.14-.871-.549-1.37 1.654-1.896 2.204-.526 1.156.186 5.122 0 3.967-.186 5.303-.613 7.919-.613 2.615 0 3.758.02 5.173.613 1.415.592 1.203 1.071 1.896 2.347.693 1.275.657 1.456.864 2.732.207 1.276.43 1.652 0 2.593-.43.94-1.176.908-1.892 1.543-.716.635-.036.1-1.348 1.33-1.311 1.23-1.75 1.713-2.663 2.432-.913.72-1.139.738-2.03 1.266-.892.528-1.015.289-1.821 1.016-.806.726-.698 1.016-1.229 1.732-.53.717-.755.078-1.103 1.414-.347 1.336-.224 1.9 0 2.83.225.93-.064 1.094 1.103 1.735 1.168.641 1.409.405 3.05.546 1.64.14 1.445 0 3.32 0h3.75c1.927 0 2.504.306 3.854 0s1.174-.12 2.37-1.41c1.194-1.29.434-1.552 1.726-3.01 1.293-1.457 1.465-.605 3.215-2.563 1.75-1.958 1.78-2.504 2.898-4.276 1.119-1.771 1.092-2.218 2.078-3.607.987-1.389 1.454-1.608 2.336-2.608.881-1.001 1.042-.603 1.739-2.016.696-1.413.242-2.098.754-3.042s.453-.945 1.761-1.597c1.307-.651 2.099-.545 3.034-.792.935-.247 1.285-.077 1.868-.502.583-.424.215-.246.615-1.305.4-1.06.382-1.305.689-2.146.307-.842.206-.926.7-1.663.495-.737.159-.958 1.311-1.336 1.151-.377 1.621.118 2.762 0 1.141-.117 1.552-.512 2.233-.512s.574-.32 1.304.513c.73.833.395.907.936 2.044.54 1.137.468.944 1.114 2.264.645 1.32.891 1.917 1.285 2.643.395.725.493.28.915 1.405.423 1.126.269 1.496.493 2.347.225.85.133.654.569 1.679.435 1.025.704.474 1.001 2.016.297 1.54 0 1.929 0 3.173 0 1.245-.108 1.52 0 2.489.108.97.365.915.49 1.917s.1 1.334 0 2.023c-.1.69.101.555-.49 1.347-.591.793-1.156.487-1.57 1.414-.413.926.536 1.14 0 2.105-.535.964-1.521 1.001-2.054 1.596-.533.595-.342.466-.639 1.41s-.335 1.359-.411 1.926c-.076.568-.876.408 0 1.145.877.737 1.644.833 2.611 1.05.967.218.544-.125 2.063 0 1.519.126 1.906.57 3.02.42 1.114-.15.816-.714 2.014-1.096 1.198-.382 1.395-.284 2.594-.374 1.199-.089 1.01 0 2.418 0 1.409 0 1.866.409 2.817 0 .951-.408.985-1.124 1.231-1.739.246-.614.153-.61 0-1.332-.153-.723-.429-.631-.58-1.41-.15-.779 0-.106 0-1.596 0-1.491.143-1.829 0-2.981-.142-1.152-.651-1.441-.651-2.27 0-.83.28-1.18.651-1.638.371-.458.791.4 1.197-.644.405-1.043-.089-1.75 0-2.432.088-.683.163-.55.486-1.33.324-.78.384-.739.705-1.543.321-.805.408-.64.561-1.63.153-.992.113-1.354 0-2.016-.113-.663-.428-.682-.561-1.279-.134-.597.353-.415 0-1.23-.353-.814-.915-1.192-1.191-1.517-.276-.325-.236-.006-.617-.613-.38-.606-.58.408-.58-1.293 0-1.702.58-2.309.58-3.452 0-1.144-.426-.974-.58-2.272-.153-1.297.191-1.913 0-2.62-.191-.707-.627-.391-1.046-1.252-.419-.86-.199-.394-.462-1.846-.264-1.451-.317-1.817-.404-2.919-.087-1.101 0-1.35 0-2.21 0-.86-.382-.465 0-1.721.381-1.256.839-1.45 1.261-2.433.423-.982.236-1.248.651-2.016.415-.767.72-.388 1.197-1.402.476-1.014.486-1.427.486-2.18 0-.754-.122-1.023-.486-1.493-.364-.47-.16.985-1.197-.68-1.036-1.666-.548-1.394-1.508-3.665-.961-2.271-1.056-2.359-1.96-4.532-.904-2.174-.39-1.929-1.741-4.365-1.351-2.435-1.477-2.596-3.271-4.673-1.794-2.076-2.258-2.282-4.104-3.865-1.846-1.583-2.132-1.48-3.908-3.003-1.775-1.523-.895-1.842-3.335-3.207-2.439-1.366-3.749-1.254-5.688-1.843-1.94-.588-1.849-.803-3.926-1.076-2.078-.273-2.095.184-4.269 0-2.175-.185-2.197-.548-4.303-.727-2.105-.179-.827.138-4.258 0s-4.53-.357-6.853-.448c-2.323-.09-2.484-.108-4.655 0-2.171.109-2.953.448-4.324.448-1.37 0-1.063-.185-2.721-.448-1.658-.262-.905.348-3.32-.508-2.416-.855-3.396-1.834-4.551-2.28-1.155-.448-.834.146-2.533-.462-1.7-.609-1.254-.715-3.206-1.594-1.95-.879-1.49-.426-3.982-1.644s-3.42-1.79-4.82-2.658c-1.398-.867-1.756-1.486-2.59-1.94-.834-.454-1.322-.532-1.949-.532s-1.865.115-3.015-.434c-1.15-.55-.513-.434-1.734-1.835s-1.207-1.71-2.352-2.853c-1.145-1.143-1.767-1.425-2.596-2.086-.828-.662-.424-.654-1.666-1.316s-1.723-.643-2.739-1.033c-1.016-.39-.513-.196-2.023-.793-1.51-.597-2.135-.983-3.018-1.199-.883-.216-.502.512-1.891 0-1.39-.511-1.587-1.299-2.516-1.622-.93-.324-1.032 0-2.143 0-1.111 0-1.058.368-2.223 0-1.164-.368-1.056-1.04-2.053-1.35-.997-.312-.576.187-2.272 0-1.697-.189-2.15-.494-3.359-.624s-.946-.173-2.455 0c-1.51.173-1.58.129-2.975.623-1.394.495-1.399.617-2.588 1.35-1.189.735-.819.618-2.229 1.623-1.41 1.005-1.171.655-2.84 1.992C8.821 7.04 8.353 7.454 7.33 8.52c-1.026 1.066-.603.639-1.763 2.304-1.159 1.665-1.352 1.694-2.198 3.385-.846 1.692-.992 2.223-1.256 3.522-.264 1.3.105 1.818 0 2.658-.105.839-.2.412-.538 1.644s-.352 1.301-.594 2.479c-.242 1.177-.131.323-.403 2.365C.305 28.92.22 29.371.12 30.971c-.1 1.6-.21 1.685 0 3.207.21 1.521.557 1.93.86 3.003.303 1.073.284.841.594 2.15.31 1.307.41 1.423.538 2.628.128 1.204 0 1.758 0 2.426 0 .667.134.688 0 1.334-.135.647-.21.862-.538 1.258-.328.395-.68-.153-.997.591-.318.745 0 .838 0 1.746s-.08 1.216 0 1.815c.08.6.033.724.403 1.172.37.449.674.377 1.132.685.457.308.544.24.867.66.324.42.272.215.389.97.117.755 0 .79 0 1.539 0 .748.092.832 0 1.497-.092.664-.043.539-.389 1.31-.345.77-.62.445-.867 1.491-.248 1.047-.321 1.102 0 2.181.32 1.08.94 1.392 1.256 2.045.316.653.044.621.399 1.373.354.752.226.81.926 1.44.7.629 1.179.476 1.778.993.6.516.069.81.857 1.276.789.465 1.334.606 2.059.445.725-.162.55-.98 1.102-1.148.553-.168.277-.573 1.432-.573 1.156 0 1.581.199 2.373.573.792.375 1.264 1.147 1.264 1.147s.218.388.956.841c.738.454 1.181.75 1.632.75.451 0 1.033.446 2.975.62 1.942.175 3.371 0 3.94 0 .568 0 1.2-.62 1.874-.62.672 0 .746-.75 1.509-.75.763 0 .751-.42 1.84-1.285 1.088-.864 1.755-1.56 2.068-1.817.313-.257.079-.136.697-.452.619-.316.693-.434 1.293-.566.6-.131.588-.488 1.284 0 .696.489.656.329.934 1.559.28 1.23-.238 1.34 0 2.561.239 1.222.484 1.4.964 2.381.48.982.424.653 1.134 1.908s1.048 2.109 1.375 2.526c.327.417.034-.086 1.05.572 1.016.658 1.074.957 1.968 1.381.465.221 2.486 1.724 2.897 3.51.377 1.643-.832 3.572-1.294 3.954-.965.797-1.335.735-2.157 1.405-.823.67-.212.256-1.414 1.517-1.202 1.26-1.46.84-2.425 2.509-.965 1.669-.67 2.205-1.134 3.646-.463 1.44-.526 1.65-.964 2.873-.437 1.223-.934 2.432-.934 2.432s-.456 1.594-1.284 3.141c-.827 1.546-.967 1.469-1.99 2.978-1.023 1.51-1.085 2.078-2.068 3.01-.983.932-1.388.988-2.592 1.41-1.204.421.77.223-.434.417-1.203.195-1.102.158-2.405.396-1.304.239-1.617.278-2.596.519-.978.242-1.088.04-1.913.594-.825.555-.48.699-1.153 1.519-.673.821-1.136.934-1.435 1.637-.3.702-.772.793 0 1.548.772.756 1.935.984 2.588.984z' fill='%2394796A'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+3) .pf-card-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='163' height='113' viewBox='0 0 163 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.418 69.141V83.51c0 1.202.096 1.188 0 2.404-.097 1.216-.217 2.01-.384 2.425-.168.415-.443.201-.861.665s-.38.49-.65 1.013c-.269.523-.317.51-.425 1.074-.108.564 0 .463 0 1.15 0 .686-.22.97 0 1.372.22.403.407.145 1.075.592.668.448.444.517 1.245.963.8.446 1.104.4 1.79.73.687.33-.165.314 1.284.75 1.45.436 1.956.574 3.118.574 1.163 0 1.482-.29 2.29-.574s.616-.75 1.478-.75c.863 0 1.038.425 1.77.425s.368-.214 1.406-.425c1.038-.211.943.369 2.28 0 1.336-.37 1.768-.328 2.402-1.293.634-.965.137-1.53 0-2.365-.137-.835-.192-.8-.658-1.632-.467-.832-.485-.718-1.156-1.604-.67-.886-.802-1.21-1.387-1.755-.585-.545-.984.34-1.481-.916-.497-1.255 0-1.655 0-2.823v-2.336c0-1.63-.242-2.534 0-3.26.241-.727 1.016.015 1.481-1.193.465-1.208 0-1.462 0-2.657s-.163-1.585 0-2.39c.163-.805.18-.937.799-1.553.618-.616 1.184.232 1.744-.98.559-1.211-.445-1.754 0-2.796.445-1.043.422-.695 1.976-1.832 1.553-1.136 2.284-1.43 3.386-2.092 1.103-.662.683-.79 2.248-1.289 1.565-.5 1.817-.305 3.456-.532 1.639-.226 2.075-.315 3.292-.4 1.218-.085 1.416-.225 2.456 0s1.223.41 1.857.932c.634.522.61.462.84 1.289.231.827.18 1.11 0 1.723s-.269.389-.84 1.145c-.572.757-.554.78-1.163 1.506-.61.727-.95.543-1.292 1.424-.342.882-.241 1.418 0 1.902s.573.083 1.292.689c.718.606.353.814 1.163 1.381.81.568 1.123-.07 2.026.855.904.924.292.95 1.031 2.275.74 1.324 1.01 1.407 1.686 2.593.676 1.185.879 1.668 1.172 2.42.294.752-.62.556.373 1.542.995.986 1.583 1.072 2.829 1.634 1.246.562 1.483.438 2.721.868 1.239.431 1.498.484 2.433.924.935.44 1.084.71 1.72 1.031.636.32.352-.108 1.38.533s.89 1.38 1.836 1.473c.945.092.74-.8 2.084-1.09 1.343-.29 2.025 0 2.962 0 .937 0 1.382.069 1.875 0 .493-.068.485.005.885-.383s-.444-.41.813-.952c1.257-.541 2.007.17 2.817-.612.81-.784.838-1.323 0-2.425-.838-1.101-1.73-.914-3.14-1.703-1.41-.788-1.223-.99-2.782-1.609-1.56-.618-2.073-.154-3.43-.854-1.357-.7-1.521-1.342-2.084-1.99-.563-.648-.104-.44-.863-1.4-.76-.96-1.59-1.215-1.707-1.85-.118-.635-.318-.882 1.127-1.28 1.445-.397 2.598-.247 3.527 0 .928.248.393.803 1.268 1.28.875.478 1.055.446 2.161.593 1.107.147.972-.356 2.293 0 1.32.355 1.168.801 2.38 1.257 1.211.455 1.612.316 2.638.629 1.025.312 1.018.488 1.956.771.938.283 1.56.415 1.968.415.41 0 1.756-.691 2.667 0 .91.691.127 1.558.535 2.43.409.871.954.313 1.358 1.608.404 1.295.101 2.033 0 2.744-.101.711-.405.222-.587 1.384-.182 1.161.195 1.167 0 2.36-.195 1.192-.569 1.043-.77 2.355-.203 1.312-.305 1.629 0 2.656.303 1.026.619.906 1.357 1.932.738 1.026.753 1.055 1.502 2.043.75.987 1.013 1.113 1.537 1.96.524.848.321.704.773 1.776.453 1.072.469.976.882 2.149.413 1.172.539 1.273.708 2.365.169 1.091-.34 1.277 0 2.207.34.93.659.903 1.433 1.717.774.814.883.893 1.688 1.563.804.669.482.42 1.512 1.087s.939.697 1.714.697c.776 0 .262.088 1.813-.697 1.55-.785 2.738.159 3.547.187.808.027 1.025.132 2.14.51 1.114.377 1.32 1.271 2.505.571 1.185-.699.9-1.411 1.352-1.866.452-.455.179-.192 1.576-.489 1.396-.297 2.093-.147 2.86-.454.767-.307.54-.5 1.041-1.109.502-.609.505-.474.908-1.257.403-.782.419-.64.576-1.625.157-.985.122-1.275 0-1.997-.122-.721-.028-.79-.576-1.41-.548-.621-1.17-.335-1.582-1.033-.413-.698.429-.909 0-1.646-.43-.737-.542-.92-1.685-1.245-1.143-.326-1.6.526-2.688 0-1.089-.527-.806-1.209-1.363-1.961-.558-.753-1.046-1.038-1.26-1.48-.215-.442-.028-.462.074-.963.103-.5.297-1.152.383-1.965.086-.812.077-1.096 0-1.632-.076-.537.032-.409-.383-1.053-.415-.645-1.184-.469-1.078-1.216.107-.748 1.037-.322 1.461-1.473.425-1.151-.092-2.711-.08-3.83.012-1.118.08-2.29.08-4.098V75.32c0-.925-.424-1.086 0-1.85.424-.763.886-.87 1.736-1.28.85-.41.965.068 1.988-.517 1.022-.585.901-.657 1.631-1.553.729-.895.348-1.07 1.184-1.901.835-.832 1.012-.858 2.158-1.425 1.146-.567 1.641-1.024 2.533-.895.891.128.744.954 1.311 1.45.566.495.756.437 1.342.87.586.432.617.16 1.085.921.468.762.506.974.506 1.669 0 .694-.04.428-.506 1.381-.467.954-.823.965-1.085 1.873-.262.907.127 1.086 0 1.886-.128.8-.398.567-.552 1.575-.154 1.007-.148.877 0 2.04.147 1.163-.074 1.576.552 2.311.626.736 1.14.345 2.267 1.001 1.126.656 1.423.834 2.028 1.502.606.667.509.348.728 1.535.218 1.188-.108 1.792 0 2.425.107.632.279.671.619 1.216.34.544.566.276.797 1.052.23.777.242 1.179 1.06 1.633.817.455.703 0 1.876 0s1.539-.332 2.345 0c.807.333.538.617.988 1.373.45.757.159 1.207.754 1.555.595.348 1.564 0 1.905 0 .342 0 1.123-.563 1.799-.563.675 0 .36.288 1.377.563 1.018.275 1.193-.187 2.4 0 1.208.187 1.462.442 2.305 0 .843-.442.361-.776.982-1.247.62-.472 1.73-.308 2.024-.308.293 0 1.157-.335 1.274-1.373.118-1.037-.242-1.723-.472-2.223-.229-.5-1.182-.84-2.13-1.316-.947-.474-.83-.955-2.175-1.452-1.345-.496-2.478.448-3.601 0-1.122-.448-.601-1.184-1.278-1.947-.677-.764-1.172-.14-1.676-1.384-.505-1.243 0-1.94 0-2.744v-1.609c0-1.02-.344-1.457 0-2.04.344-.584.907-.063 1.676-1.196.769-1.134.186-2.766 0-3.67-.186-.903 0-.12 0-1.85s-.447-2.994 0-3.46c.447-.465 1.116.649 2.486.87 1.37.222 1.551-.105 2.89 0 1.339.106 1.786.63 2.64.435.854-.195.12-.492 1.168-1.304 1.049-.812 1.225-.63 2.388-1.45 1.162-.82 1.183-.915 2.158-1.756.976-.84 1.29-1.113 1.878-1.723.588-.61.588-.538 1.026-1.289.437-.75.42.187.639-1.57.219-1.757-.27-1.778 0-3.557.271-1.78.817-1.87 1.076-3.52.259-1.647-.281-2.362 0-3.334s.716-.916 1.477-1.772c.762-.855.914-.2 1.595-1.679.681-1.479.331-1.463.63-3.151.299-1.689.38-1.24.528-3.384.147-2.144 0-3.141 0-4.3 0-1.158-.184-1.362 0-2.316.183-.955.334-1.035.804-1.864.47-.83.622-1.794 1.158-1.598.536.197.542 1.045.731 2.29.189 1.246 0 1.41 0 2.52s-.291 1.023 0 2.221c.291 1.198.682 1.434 1.108 2.337.426.904.491 1.369.845 1.81.355.44.608 1.309 1.153.672.545-.637.279-.69.396-2.481.117-1.791.344-2.19.344-3.59s.238-1.558.448-2.317c.21-.76.013-.697.364-1.864.351-1.167-.12-.887 0-2.467.12-1.579.227-2.138.426-3.152.199-1.015.442-1.024.587-2.01.144-.984.292-.654 0-1.989-.293-1.335-.407-1.494-1.013-2.63-.606-1.138-.317-.672-1.552-2.185s-.996-1.457-2.645-2.959c-1.65-1.501-1.484-1.446-3.682-2.8-2.199-1.354-3.473-1.889-4.778-2.41-1.304-.52-1.584-.08-2.891-.653-1.308-.573-.816-.726-2.223-1.588-1.406-.861-1.77-.792-2.975-1.595-1.205-.804-.678-1.345-2.13-1.81-1.451-.463-1.654.358-3.531 0-1.876-.357-1.079-.965-3.523-1.343s-2.559 0-5.164 0c-2.605 0-2.996.249-5.209 0-2.214-.249-2.713-.947-4.286-1.068-1.573-.12-1.31.201-3.213.49-1.904.29-1.737.354-3.093.96-1.356.606.227-.197-2.669 1.616-2.896 1.813-4.611 2.472-6.385 3.223-1.774.751-2.31.413-3.858 1.115-1.548.703-1.212.903-2.675 1.848-1.463.946-2.165 1.306-3.011 1.827-.846.52-.157.625-1.673 1.057-1.516.432-2.317.048-3.366.377-1.05.33-.642.503-1.688 1.212-1.046.708-.732.886-2.141 1.381-1.41.495-1.744.225-3.192.493-1.447.268-1.507.627-2.86.627s-2.196-.627-2.699-.627c-.502 0-1.037-.837-2.969-1.152-1.931-.315-2.464 0-4.097 0-1.632 0-1.644.524-3.264 0-1.62-.525-1.091-1.454-2.707-1.934-1.616-.479-1.064.431-3.81 0-2.746-.43-3.58-1.154-5.34-1.434-1.76-.28-1.325 0-3.669 0h-4.687c-2.958 0-4.914.079-5.915 0-1.002-.08-1.15-.16-1.857-.612-.707-.452-.097-.767-1.003-1.215-.905-.447-.83-.308-2.321-.428s-1.583-.105-3.027 0c-1.443.105-1.395-.33-2.853.428-1.458.758-1.343 1.327-2.248 2.223-.904.895-1.266 1.22-1.806 1.792-.541.572-1.003.52-1.003 1.18 0 .66.286 3.201 0 3.963s-.756.012-1.895 1.087c-1.14 1.075-.987 1.08-1.814 2.414-.827 1.335-.67 1.38-1.387 2.75-.718 1.371-.64.78-1.481 2.73-.842 1.95-.825 2.44-1.406 3.96-.582 1.521-.652 1.459-1.265 3.023-.613 1.564-.307 1.061-1.152 3.141s-.888 2.12-1.806 4.139c-.917 2.017-.97.112-1.904 4.02-.935 3.908-.592 5.736-.959 7.946s-.725 2.484-1.089 4.387c-.363 1.904-.057 2.089-.48 3.829-.424 1.74-.464 1.486-1.284 3.427a69.229 69.229 0 0 1-1.791 3.852z' fill='%2397606F'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+4) .pf-card-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='135' viewBox='0 0 100 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.944 115.044c-.447 1.36-1.714 1.352-2.71 2.077-.996.725-1.607.646-2.024 1.368-.418.722 0 1.181 0 2.136 0 .956.192 1.104 0 1.911-.193.807-.594.594-.797 1.429-.202.836-.484.908 0 1.853.485.946 1.086.935 1.655 1.378.568.442.345.036 1.166.816.821.781-.024 1.002 1.544 1.76s3.925 1.29 4.622 1.569c.697.279 3.703.06 5.02-.35 1.316-.41 2.066-.576 3.08-.576 1.013 0 .928.926 2.721.926 1.793 0 1.253-.076 2.076-.926.824-.851.307-.979 1.84-1.404 1.534-.424 1.996.219 3.234 0s2.032-.594 2.413-.999c.381-.405-.218-.296 0-1.567.218-1.272.573-1.795.695-2.48.121-.684-.377-.644 0-1.429.376-.785.048-.832 1.267-1.212 1.219-.381 1.162 0 2.618 0 1.457 0 1.807.354 2.913 0 1.105-.354 1.242-1.25 2.036-1.585.794-.335 1.098-.193 1.721 0s.71.369 1.147.886c.437.517.502.362.698 1.298.195.936.176 1.06 0 2.042-.176.982.467 1.044-.698 1.853-1.164.81-2.105.22-2.868.627-.764.406-.86 1.071-1.253 1.567-.394.497-.783.342-.783.999 0 .658.232.697.783 1.404.551.706.468.887 1.253 1.205.785.318.957-.57 1.721 0 .764.57.65 1.111.966 1.649.316.539-.274.967.879 1.367 1.153.401 3.26-.284 4.838-.271 1.579.013 3.623.401 4.607.401s1.31-.743 2.167-1.006c.857-.263.876-.26 1.807 0 .932.26.455.71 1.791 1.006 1.336.295 1.954.329 2.76 0 .807-.33.129-.707 1.318-1.665 1.19-.958 1.718-.936 2.588-1.481.87-.545 1.132-.313 1.7-1.205.57-.893.892-1.133.6-2.403-.29-1.269-1.282-1.123-1.654-2.194-.373-1.07 0-1.246 0-2.561 0-1.316-.26-1.455 0-2.632s.738-1.466 1.055-2.136c.316-.67-.235-.476.6-1.368.834-.892 1.118-1.063 1.96-1.37.842-.307 1.189-.507 1.795 0 .606.507.983.957.697 2.085-.286 1.129-.938 1.274-1.708 1.903s-1.027.199-1.701.886c-.675.687-.847.67-1.044 1.298-.196.628-.62 1.333.379 2.194.998.861 1.708.353 2.366.788.658.434-.053.83 1.01 1.54 1.065.71 1.47.586 2.425.751.956.164 1.202.315 1.939 0 .737-.315.465-.389 1.28-.751.814-.362.759-.103 1.817-.627 1.058-.524.965-1.414 1.924-1.853.96-.438 1.68-.148 2.128 0 .447.149-.031-.177.696.94.728 1.117.953 1.727 1.41 2.291.456.564.248.576 1.104.816.856.241.156-.324 1.804 0 1.648.325 2.18 1.145 2.985.999.805-.145 1.24-.83 1.543-1.815.303-.985 0-.501 0-2.291 0-1.791.303-2.042 0-3.581-.302-1.54-1.262-1.46-1.262-2.835 0-1.376 1.406-1.688 1.262-2.738-.144-1.051-1.233-1.163-1.86-1.629-.628-.466-.254-.217-1.33-.741-1.076-.523-1.594-.553-2.174-.963-.581-.409-1.219-.519-.968-1.253.25-.734 1.393-.405 1.804-1.195.411-.789.223-1.042 0-2.267-.223-1.225-.6-.714-.837-2.329-.236-1.616 0-2.361 0-3.378v-2.033c0-1.152.23-1.38 0-2.304-.228-.924-.967-.955-.967-1.604 0-.65.682-.098.968-1.206.285-1.11.56-1.552 0-2.553-.562-1.002-1.333-.654-2.073-1.146-.74-.492-1.032-.174-1.409-1.17-.376-.997.191-1.052 0-2.56-.19-1.507-.546-1.81-.696-2.948-.15-1.139.305-1.45 0-2.34-.305-.89-1.267-.432-1.267-1.354 0-.923 1.267-1.182 1.267-2.014 0-.832-.75-.73-1.267-1.553-.516-.823-.227-1.328-.861-1.613-.634-.285-1.014.406-1.924.406-.91 0-.906 0-1.818-.633-.911-.632-1.849-1.165-3.218-2.666-1.37-1.5-1.02-1.837-1.727-2.426-.706-.589-.63-.346-2.492-1.091-1.861-.746-2.737-1.468-3.615-2.169-.878-.7-.668-.949-1.502-1.914-.834-.966-1.075-1.142-1.732-1.832-.657-.689-.93-.028-1.318-1.37-.387-1.342-.486-2.035 0-3.196.487-1.16 1.35-.87 1.984-1.533.634-.663.384-.835 1.066-1.655.682-.82.952-.865 1.502-1.435.55-.57.812-.57 1.055-1.218.243-.648.28-.87 0-1.598-.281-.729-1.224-.612-1.055-1.139.169-.526 1.266-.07 1.654-.73.39-.66 0-1.1 0-2.078 0-.977.102-1.52 0-1.954-.101-.434.023.644-.6-.599-.622-1.242-1.188-1.859-1.054-2.704.134-.846.99-.328 1.654-1.075.666-.746 1.044-1.307 1.044-1.954s-.516.251-1.044-1.091c-.527-1.343-.6-2.064-.6-3.09 0-1.025.434-.69.6-1.999.167-1.309-.202-1.992 0-2.705.203-.713.457-.02 1.044-.977.586-.958.197-1.218.917-2.225.72-1.007.664-.971 1.795-1.57 1.13-.597 2.775.172 3.299-.517.523-.69.03-1.727-.397-2.809-.428-1.081-.324-1.159-.324-2.686s-.492-1.505-.154-2.912c.338-1.407 1.19-1.773 1.413-2.78.223-1.006.734-2.393-.935-2.393-1.67 0-3.65 1.799-4.697 1.799-1.047 0-1.054-.06-1.96-1-.907-.942-.543-1.591-1.655-2.16-1.113-.569-1.013 0-2.568 0-1.555 0-2.47.351-3.11 0-.64-.351-.442-.774-.607-2.041-.165-1.267.604-1.917 0-2.62-.604-.703-1.007.414-2.253 0-1.246-.414-.867-1.118-2.372-1.537-1.505-.419-3.151.865-3.151 0s-.33-2.48-1.324-3.291c-.993-.812-1.575-.278-2.705 0-1.13.277-.655.228-2.165 1.196-1.51.969-2.295 1.503-2.965 2.095-.67.592-.379.865-1.147 1.537-.768.671-.84 1.27-2.299.97-1.458-.3-2.44.508-3.058.702-.618.195-.929.137-1.313 0-.384-.136-.46.015-.657-.702-.197-.716 1.168-.781 0-1.689-1.168-.907-2.22-.22-3.228-.818-1.01-.599-1.026-1.399-1.684-2.095-.657-.696-.48-1.186-1.424-.918-.945.268-1.127 1.15-1.796 1.832-.67.681-.972.786-1.437 1.18-.465.396-.151.353-.917.82-.766.466.076.477-1.61.718-1.686.24-2.214-.588-3.43 0-1.216.587-.662 1.932-1.996 2.62-1.334.688-1.812-.184-3.084 0-1.273.184-1.826.43-2.508.807-.682.376-.221.175-1.193 1.234-.972 1.06-.67 1.143-1.92 2.16-1.25 1.015-1.955 1.213-2.702 1.595-.747.381-.548.414-1.544.574-.996.16-.64-.195-2.024 0-1.385.195-1.427.276-2.75.672-1.324.396-1.552.282-2.623.937-1.071.655-1.036.969-1.951 1.86-.916.89-2.2.827-1.817 1.808.383.98 1.431.55 3.107 1.497 1.676.946 2.614 1.546 3.284 2.111.669.566.76.1 1.091 1.583.33 1.484-.182 2.173 0 3.317.182 1.144-.118.603.862 2.116.98 1.513.759 1.428 2.26 2.705 1.502 1.277 2.226.893 3.271 2 1.045 1.105 1.013 1.67 1.536 3.089.523 1.418.363 2.269.724 3.045.362.777.537.293 1.196 1.075.659.782 1.193.96 1.193 1.759 0 .798-.27.507-1.193 1.544-.922 1.036-.565.558-1.92 1.954-1.355 1.397-2.546 2.067-2.702 2.808-.156.742.848.849 1.87 1.139 1.023.29 1.61-.696 2.138 0 .529.696-.163 1.245 0 2.816.163 1.57-.357 1.789.614 3.09.97 1.3 2.588.803 2.837 1.533.25.73-.922.799-1.644 1.96-.722 1.162-1.974 1.518-1.193 2.606.78 1.089 3.032.211 3.7.887.668.677 0 1.775 0 2.86 0 1.084.868.2 0 2.168-.867 1.967-1.712 2.053-2.507 3.517-.794 1.463-.332 1.352-1.193 3.299-.861 1.946-1.21 2.48-1.92 3.737-.709 1.257-1.114.673-1.536 2.391-.422 1.718.254 2.461 0 3.86-.255 1.397-1.166.727-1.166 2.545 0 1.817 1.086 3.072 1.166 3.759.08.686.313.689-.579 1.302-.892.613-1.782.398-2.131.56-.349.162-.56.139-.56.69 0 .552.73.62.56 1.207-.17.586-.586.025-1.166.891-.58.867-.663 1.185-.858 2.132-.196.947-.593 1.173 0 2.027.592.855 2.024.216 2.024.891s-1.672 1.081-2.024 1.669c-.353.589-.283.128 0 1.709.282 1.58.455 2.175.857 3.089.403.914.36.329 1.167 1.507.808 1.179.883 1.211 1.544 2.448.661 1.238 1.613 1.266 1.166 2.626z' fill='%2350A7BC'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+5) .pf-card-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='216' height='120' viewBox='0 0 216 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.181 81.81c-3.365.6-4.661 0-7.375 0-2.714 0-3.348-.703-5.428 0-2.08.705-1.91 1.572-2.712 2.756-.8 1.184-.28 1.344-.854 2.515-.572 1.172-.868 1.302-1.495 2.291-.627.989-1.215.848-1.215 1.985 0 1.136-.334.467 1.215 2.287 1.55 1.819 2.537 2.694 3.708 3.492 1.172.799 1.162.866 3.15 1.18 1.986.313 1.742 0 4.322 0s3.65.23 5.16 0c1.511-.231.652-.586 2.55-1.18 1.9-.594 2.611-.405 4.106-.902 1.494-.498 1.51-.728 2.604-1.331 1.094-.604.989-.213 2.093-1.26 1.104-1.046.614-1.23 1.649-1.712 1.034-.483 1.921-.255 3.252-.574 1.332-.32.158-.702 2.141-1.294 1.983-.591 2.51-.691 4.512-.691 2.003 0 2.947.303 3.984.691 1.037.389 2.465.897 3.798 1.868 1.334.97 1.343 1.578 1.69 2.463s.468.754 0 1.84c-.468 1.085-1.115 1.028-1.69 2.082-.574 1.053-1.265.87-1.652 4.144s0 4.546 0 6.609c0 2.062.37 2.232 0 3.382s-.756.813-1.426 1.868c-.67 1.056-.72 1.392-.72 2.253 0 .861-.115.878.72 1.711.835.834.995 1.087 2.439 1.44 1.444.354 1.73.385 3.442 0 1.714-.385 1.672-1.128 2.97-1.44 1.299-.311 1.717.293 3.022 0 1.305-.292 1.235.079 2.184-1.166.949-1.245.65-1.669.837-2.798.186-1.129 0-1.197 0-2.275 0-1.078-.307-.952 0-2.156.306-1.204.556-.366 1.152-2.369.596-2.003-.213-2.133.758-4.05.971-1.916 1.851-1.895 3.142-3.646s.888-1.72 2.193-3.59c1.306-1.868 1.663-2.093 2.885-3.68 1.221-1.585.794-1.591 2.4-3.181 1.606-1.59 2.358-1.998 3.834-2.99 1.476-.993 2.063-1.222 3.314-1.816 1.251-.594 1.33-.3 2.715-1.046 1.385-.747-.005-1.202 2.398-1.71 2.402-.506 3.912.158 5.703 0 1.792-.157 1.646-.8 3.405-.8s2.651.67 3.527.8c.876.131.825.557 1.845 0 1.021-.555.669-1.393 1.311-1.72.641-.326 1.349-.22 2.067 0 .719.221.506.516.929.92.422.405.088-.039.871.8.783.84.961.853 1.468 1.71.508.856.604.899.604 1.786 0 .888.269.57-.604 1.775-.872 1.206-1.268 1.453-2.339 2.291-1.072.838-1.493.752-2.533 1.52-1.039.768-1.037.782-1.774 1.662-.736.88-1.457 2.435-.771 2.866.687.43 1.579.987 2.545.814.967-.174.99-.232 2.533-.814 1.542-.582 1.566.216 2.943-.517 1.376-.734 3.119-1.142 4.86-1.765 1.742-.623 3.902-1.291 5.265-1.781 1.363-.49.923-.968 2.366-1.294 1.442-.325 1.988.318 3.369 0 1.382-.318 1.515.272 2.258-1.294.742-1.566.197-2.536 0-3.463-.198-.927-1.06-1.786-1.118-1.786-.057 0-.201-2.607-.504-3.43-.302-.821-.88.122-1.322-1.537-.442-1.659-.553-2.546 0-3.427.553-.882 1.638-.342 2.944-1.267 1.305-.926.72-.96 1.902-1.44 1.183-.478 1.398-.25 2.815-.728s.684-1.311 2.578-1.82c1.894-.507 2.348 0 3.92 0 1.573 0 2.158.419 3.383 0 1.225-.417 1.027-1.213 2.287-1.621 1.261-.409 1.797 0 3.398 0h3.202c1.378 0 1.597-.442 2.757 0 1.159.441.92.75 1.501 1.622.58.871.337.736.79 1.819.453 1.082.181.871.878 2.168.697 1.296.696 1.138 1.659 2.55.963 1.41 1.144 2.006 1.998 2.807.854.801 1.059.452 2.426 1.342 1.367.89 1.226 1.195 2.523 1.88 1.297.686.888.47 3.082 1.082 2.194.611 2.438.8 4.554 1.046 2.116.247 1.384-.215 4.41 0 3.026.216 4.115.382 5.99.74 1.875.359 2.587.766 3.502 1.076.916.31.343-.076 1.74.7 1.397.775.611-.11 2.562 1.687 1.951 1.798 1.767 1.95 3.377 3.785 1.609 1.834 1.88 1.929 3.174 3.68 1.295 1.75 1.58 2.61 2.2 3.589.621.978-.242 1.408 1.308 2.13 1.55.721 2.793.635 4.357.507 1.564-.129 1.586-.65 2.735-1.277 1.148-.626 1.144-.134 2.102-1.36s.94-1.327 1.06-2.687c.12-1.36-.144-1.775-.582-2.742-.439-.967.316.079-1.497-1.84-1.813-1.92-2.303-2.1-3.818-3.785-1.515-1.686-1.628-1.76-2.694-3.463-1.067-1.703-.455-1.293-1.663-3.495-1.209-2.203-1.796-2.9-2.651-4.367-.856-1.466-1.002-2.085-1.618-2.949-.616-.863.537-.987-1.648-1.629s-3.195.16-5.418-.446c-2.222-.606-2.02-.282-3.693-2.038-1.672-1.756-.934-2.261-2.005-3.946-1.072-1.685-1.532-2.064-2.59-3.281-1.059-1.217-.89-1.22-2.33-2.376-1.441-1.157-1.939-1.381-3.309-2.151-1.371-.77-1.451-.727-3.001-1.396-1.551-.668-1.951-.666-3.19-1.273-1.24-.608-1.223.646-2.215-1.377-.992-2.022-.577-4.039-.603-4.368-.027-.33 1.454-3.298 1.454-5.027 0-1.73-.144-.882-2.004-3.52-1.859-2.638-1.767-2.836-3.601-5.302-1.834-2.466-2.438-2.345-3.96-4.866-1.521-2.52-1.075-2.662-2.123-5.21-1.048-2.55-.812-2.263-2.115-5.097-1.303-2.833-1.337-2.842-2.821-5.637-1.485-2.795-2.21-4.158-3.129-5.564-.919-1.405-.814-.823-2.285-2.716-1.47-1.892-1.131-2.172-2.794-3.82-1.664-1.647-1.916-2.356-4.133-3.044-2.217-.687-3.403 0-5.679 0h-4.553c-2.08 0-1.87-.925-4.16 0-2.289.926-1.418 1.433-3.369 3.044-1.952 1.611-1.603.633-4.122 3.142-2.519 2.508-2.51 3.33-4.305 5.251-1.796 1.923-2.08 1.836-4.064 3.707-1.985 1.87-2.212 2.906-2.943 3.773-.732.867.059.992-1.813 1.864-1.873.873-2.223.984-5.226.984-3.004 0-3.509-1.251-6.044-.984-2.536.268-2.52 1.293-4.475 2.094-1.954.802-2.468.743-4.13 1.435-1.662.693-2.05 1.277-3.073 1.567-1.021.29-1.125-.152-2.453 0-1.328.153-1.26.576-2.56.576s-.29.686-2.604-.576c-2.313-1.262-1.304-1.015-3.955-3.002-2.65-1.986-3.52-2.79-5.335-3.958-1.814-1.168-1.639-.718-4.09-2.107-2.45-1.389-2.237-1.352-4.712-2.88-2.475-1.53-2.093-1.53-4.924-3.072-2.83-1.542-2.482-2.241-6.015-2.885-3.535-.643-15.789-.085-17.568 0-1.779.085-1.89.15-4.555 1.062s-2.709.956-5.332 1.823c-2.623.867-1.372.405-5.295 1.688-3.922 1.283-5.393 1.78-7.811 2.598-2.418.817-3.63 1.063-4.801 1.666-1.172.603-.506.73-1.563 1.61-1.058.879-2.65.756-2.375 1.664.276.908 1.528.734 3.389 1.681 1.86.947 1.992 1.133 3.682 1.918 1.69.785 1.786.921 3.564 1.448 1.778.526 2.255.165 3.848.746 1.592.581 1.15-.057 2.067.576.918.633 1.536-.26 2.225 3.604.688 3.864 0 4.35 0 6.745 0 2.394.378 3.732.691 5.947.313 2.214-.537 2.31.773 4.423 1.311 2.112 3.482 2.683 4.387 3.895.905 1.212.362.658.517 2.67.155 2.012 0 2.392 0 4.033 0 1.64.296 2.364 0 3.28-.296.916-.799.577-1.168 2.15-.369 1.573-.44.864-.44 2.039 0 1.174-.255 2.27 0 3.132.255.862 1.642 2.506 3.222 2.909 1.58.402.666 0 3.518 0s1.716 1.75 5.704 0c3.987-1.751 5.201-4.669 6.265-5.255 1.063-.586 2.096-.856 2.825-.786.73.07 1.227-.368 1.755 1.222.528 1.59 0 1.138 0 3.51s.584 4.016 0 4.744c-.584.728-2.664-.106-3.803 0-1.139.106-.364-.212-2.14.552-1.777.764-1.224.812-3.253 1.766-2.03.954-.732.425-4.272 1.772s-3.84 1.996-7.206 2.595zM138.262 9.406c1.081-1.07 2.29-.42 4.064 0s1.847.555 3.314 1.747c1.467 1.19 1.695 1.17 2.46 2.943.766 1.773.525 2.89.525 3.971 0 1.082-.002 1.658-.525 2.135-.522.477-.267.71-1.813 0-1.546-.709-1.309-1.312-2.844-2.135-1.534-.823-2.395-.83-3.33-1.176-.936-.347-1.191-.012-1.851-.745-.659-.731-.669.266-.669-2.05 0-2.317-.411-3.62.669-4.69z' fill='%2336CA51'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+6){display:none}.pf-web-card:nth-child(5n+1) .pf-puppy-pic span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='130' height='73' viewBox='0 0 130 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.757 49.768c-2.025.365-2.805 0-4.439 0-1.633 0-2.014-.428-3.266 0-1.253.429-1.15.956-1.633 1.676-.482.72-.169.818-.513 1.53-.345.713-.523.793-.9 1.394-.378.601-.732.516-.732 1.207 0 .692-.2.285.732 1.392.932 1.106 1.526 1.639 2.231 2.124.705.486.7.527 1.896.718 1.196.19 1.049 0 2.602 0 1.552 0 2.196.14 3.105 0 .91-.14.392-.356 1.535-.718 1.143-.361 1.571-.246 2.47-.549.9-.302.91-.443 1.568-.81.659-.367.595-.129 1.26-.765.664-.637.37-.749.992-1.042.623-.294 1.156-.155 1.958-.35.801-.194.095-.427 1.288-.787 1.194-.36 1.51-.42 2.716-.42 1.205 0 1.773.184 2.397.42.624.237 1.484.546 2.286 1.137.803.59.808.96 1.017 1.498.21.538.282.459 0 1.12-.281.66-.67.625-1.017 1.266-.345.64-.761.529-.994 2.52-.233 1.993 0 2.766 0 4.021s.222 1.358 0 2.058c-.223.7-.455.494-.859 1.136-.403.642-.433.847-.433 1.37 0 .525-.07.535.433 1.042s.6.66 1.468.876c.87.215 1.041.234 2.072 0 1.032-.234 1.006-.686 1.788-.876.781-.19 1.033.178 1.818 0 .786-.178.744.047 1.315-.71.57-.757.391-1.015.503-1.702.112-.687 0-.728 0-1.384 0-.656-.184-.58 0-1.311.185-.733.335-.223.694-1.442.359-1.218-.128-1.297.456-2.463.585-1.166 1.114-1.153 1.891-2.218.777-1.066.534-1.047 1.32-2.184.786-1.137 1.001-1.274 1.736-2.239.735-.964.478-.968 1.445-1.935.966-.967 1.419-1.215 2.307-1.819.889-.604 1.242-.743 1.995-1.105.753-.36.8-.182 1.634-.636.833-.454-.003-.731 1.443-1.04 1.446-.308 2.355.096 3.433 0 1.078-.096.99-.486 2.049-.486 1.058 0 1.595.407 2.122.486.528.08.497.339 1.111 0 .614-.338.403-.848.789-1.046.386-.199.812-.134 1.244 0 .433.134.304.313.559.56.254.245.053-.025.524.486.472.511.578.519.884 1.04.305.52.363.547.363 1.087 0 .54.162.346-.363 1.08-.525.733-.763.883-1.408 1.393-.645.51-.899.457-1.524.925-.626.467-.624.475-1.068 1.01-.443.536-.877 1.482-.464 1.744s.95.6 1.532.495c.582-.105.596-.14 1.524-.495.928-.354.943.132 1.771-.314.829-.447 1.877-.695 2.926-1.074 1.048-.379 2.348-.786 3.168-1.084.82-.298.555-.589 1.424-.787.868-.197 1.196.194 2.028 0 .832-.193.911.166 1.358-.787.448-.952.12-1.543 0-2.106-.118-.564-.637-1.087-.672-1.087-.035 0-.121-1.586-.303-2.086-.182-.5-.53.073-.796-.936-.266-1.008-.333-1.548 0-2.084.332-.537.985-.208 1.771-.771.786-.563.434-.584 1.146-.876.711-.29.841-.153 1.694-.443.853-.291.411-.798 1.551-1.107 1.14-.309 1.413 0 2.36 0 .946 0 1.298.255 2.035 0 .737-.254.619-.738 1.377-.986.759-.249 1.081 0 2.045 0h1.927c.83 0 .962-.27 1.66 0 .697.268.553.456.903.986.349.53.203.448.475 1.107.273.658.11.53.529 1.319.42.788.418.692.998 1.55.58.86.689 1.221 1.203 1.709.514.487.637.275 1.46.816.823.542.737.727 1.518 1.144.781.417.535.286 1.855.658 1.321.372 1.468.486 2.741.636 1.273.15.833-.13 2.654 0 1.821.131 2.477.232 3.605.45 1.128.219 1.557.467 2.108.655.551.189.206-.046 1.047.425.841.472.368-.066 1.542 1.027 1.174 1.094 1.064 1.187 2.032 2.303.969 1.115 1.132 1.173 1.911 2.238.779 1.065.951 1.589 1.324 2.184.373.595-.146.856.787 1.295.933.44 1.681.387 2.622.309.942-.078.955-.396 1.646-.777.692-.38.689-.082 1.266-.827.576-.746.566-.807.638-1.635.072-.827-.087-1.08-.351-1.668-.264-.589.19.048-.901-1.12-1.091-1.167-1.386-1.276-2.298-2.302-.911-1.025-.979-1.07-1.621-2.106-.642-1.036-.274-.787-1.001-2.127-.727-1.34-1.081-1.764-1.596-2.656-.514-.892-.602-1.269-.973-1.794-.371-.525.323-.6-.992-.991-1.315-.39-1.923.097-3.261-.272-1.337-.368-1.216-.171-2.222-1.24-1.007-1.068-.563-1.375-1.207-2.4-.645-1.024-.922-1.255-1.559-1.996-.637-.74-.536-.742-1.402-1.445-.867-.704-1.167-.84-1.992-1.309-.825-.468-.873-.442-1.806-.849-.933-.406-1.174-.405-1.92-.775s-.736.394-1.333-.837c-.597-1.23-.347-2.457-.363-2.657-.016-.2.875-2.006.875-3.058s-.087-.537-1.206-2.142c-1.119-1.604-1.063-1.725-2.167-3.225-1.104-1.5-1.467-1.427-2.383-2.96-.916-1.534-.647-1.62-1.278-3.17-.631-1.55-.489-1.376-1.273-3.1-.785-1.724-.805-1.73-1.698-3.43-.894-1.7-1.33-2.529-1.883-3.384-.553-.855-.49-.501-1.375-1.652-.885-1.151-.681-1.322-1.682-2.324C88.114 1.1 87.962.67 86.627.25c-1.334-.418-2.047 0-3.417 0h-2.74c-1.252 0-1.126-.563-2.504 0-1.378.563-.854.872-2.028 1.852-1.175.98-.965.385-2.48 1.911-1.517 1.526-1.511 2.026-2.592 3.195-1.08 1.17-1.251 1.117-2.446 2.255-1.194 1.138-1.33 1.767-1.771 2.295-.44.527.036.603-1.091 1.134-1.127.53-1.338.599-3.146.599-1.807 0-2.111-.762-3.637-.599-1.526.163-1.517.786-2.693 1.274-1.176.487-1.486.451-2.486.873-1 .421-1.234.777-1.85.953-.614.176-.677-.093-1.476 0-.8.093-.758.35-1.54.35-.783 0-.175.418-1.567-.35-1.393-.768-.785-.618-2.38-1.826-1.596-1.208-2.12-1.698-3.212-2.408s-.986-.437-2.461-1.282c-1.476-.845-1.347-.822-2.837-1.752-1.49-.93-1.259-.931-2.963-1.869-1.703-.937-1.494-1.363-3.62-1.755-2.127-.391-9.502-.052-10.573 0-1.071.052-1.138.092-2.742.647-1.604.554-1.63.58-3.209 1.108-1.579.527-.825.247-3.186 1.027-2.361.78-3.247 1.083-4.702 1.58-1.455.498-2.184.647-2.89 1.014-.705.367-.304.444-.94.98-.636.534-1.595.46-1.43 1.012.167.552.92.447 2.04 1.023 1.12.576 1.2.689 2.216 1.166 1.017.478 1.076.56 2.145.88 1.07.32 1.358.102 2.316.455.958.353.692-.035 1.245.35.552.386.924-.158 1.338 2.193.415 2.35 0 2.646 0 4.103 0 1.456.228 2.27.417 3.617.188 1.348-.324 1.406.465 2.691s2.095 1.632 2.64 2.37c.545.737.217.4.31 1.624.094 1.224 0 1.456 0 2.453 0 .998.179 1.439 0 1.996-.177.557-.48.35-.702 1.308-.222.957-.265.525-.265 1.24 0 .714-.153 1.38 0 1.905.154.525.989 1.525 1.94 1.77.95.245.4 0 2.117 0 1.716 0 1.033 1.065 3.433 0s3.13-2.84 3.77-3.197c.64-.356 1.262-.52 1.7-.478.44.042.74-.224 1.057.744.318.967 0 .692 0 2.135 0 1.443.351 2.443 0 2.886-.351.442-1.604-.065-2.289 0-.685.064-.22-.13-1.288.336-1.07.464-.737.494-1.958 1.074-1.221.58-.44.258-2.57 1.078-2.131.82-2.312 1.214-4.338 1.578zM83.213 5.721c.65-.65 1.378-.255 2.446 0 1.067.256 1.112.338 1.994 1.063.883.724 1.02.711 1.481 1.79.46 1.08.316 1.758.316 2.416 0 .658-.001 1.009-.316 1.3-.314.29-.16.43-1.091 0-.93-.432-.788-.8-1.712-1.3-.923-.5-1.441-.504-2.004-.715-.563-.211-.717-.008-1.114-.453-.397-.445-.403.162-.403-1.248s-.247-2.201.403-2.853z' fill='%23fff'/%3E%3C/svg%3E")}.pf-web-card:nth-child(5n+2) .pf-puppy-pic span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='163' height='113' viewBox='0 0 163 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.418 69.141V83.51c0 1.202.096 1.188 0 2.404-.097 1.216-.217 2.01-.384 2.425-.168.415-.443.201-.861.665s-.38.49-.65 1.013c-.269.523-.317.51-.425 1.074-.108.564 0 .463 0 1.15 0 .686-.22.97 0 1.372.22.403.407.145 1.075.592.668.448.444.517 1.245.963.8.446 1.104.4 1.79.73.687.33-.165.314 1.284.75 1.45.436 1.956.574 3.118.574 1.163 0 1.482-.29 2.29-.574s.616-.75 1.478-.75c.863 0 1.038.425 1.77.425s.368-.214 1.406-.425c1.038-.211.943.369 2.28 0 1.336-.37 1.768-.328 2.402-1.293.634-.965.137-1.53 0-2.365-.137-.835-.192-.8-.658-1.632-.467-.832-.485-.718-1.156-1.604-.67-.886-.802-1.21-1.387-1.755-.585-.545-.984.34-1.481-.916-.497-1.255 0-1.655 0-2.823v-2.336c0-1.63-.242-2.534 0-3.26.241-.727 1.016.015 1.481-1.193.465-1.208 0-1.462 0-2.657s-.163-1.585 0-2.39c.163-.805.18-.937.799-1.553.618-.616 1.184.232 1.744-.98.559-1.211-.445-1.754 0-2.796.445-1.043.422-.695 1.976-1.832 1.553-1.136 2.284-1.43 3.386-2.092 1.103-.662.683-.79 2.248-1.289 1.565-.5 1.817-.305 3.456-.532 1.639-.226 2.075-.315 3.292-.4 1.218-.085 1.416-.225 2.456 0s1.223.41 1.857.932c.634.522.61.462.84 1.289.231.827.18 1.11 0 1.723s-.269.389-.84 1.145c-.572.757-.554.78-1.163 1.506-.61.727-.95.543-1.292 1.424-.342.882-.241 1.418 0 1.902s.573.083 1.292.689c.718.606.353.814 1.163 1.381.81.568 1.123-.07 2.026.855.904.924.292.95 1.031 2.275.74 1.324 1.01 1.407 1.686 2.593.676 1.185.879 1.668 1.172 2.42.294.752-.62.556.373 1.542.995.986 1.583 1.072 2.829 1.634 1.246.562 1.483.438 2.721.868 1.239.431 1.498.484 2.433.924.935.44 1.084.71 1.72 1.031.636.32.352-.108 1.38.533s.89 1.38 1.836 1.473c.945.092.74-.8 2.084-1.09 1.343-.29 2.025 0 2.962 0 .937 0 1.382.069 1.875 0 .493-.068.485.005.885-.383s-.444-.41.813-.952c1.257-.541 2.007.17 2.817-.612.81-.784.838-1.323 0-2.425-.838-1.101-1.73-.914-3.14-1.703-1.41-.788-1.223-.99-2.782-1.609-1.56-.618-2.073-.154-3.43-.854-1.357-.7-1.521-1.342-2.084-1.99-.563-.648-.104-.44-.863-1.4-.76-.96-1.59-1.215-1.707-1.85-.118-.635-.318-.882 1.127-1.28 1.445-.397 2.598-.247 3.527 0 .928.248.393.803 1.268 1.28.875.478 1.055.446 2.161.593 1.107.147.972-.356 2.293 0 1.32.355 1.168.801 2.38 1.257 1.211.455 1.612.316 2.638.629 1.025.312 1.018.488 1.956.771.938.283 1.56.415 1.968.415.41 0 1.756-.691 2.667 0 .91.691.127 1.558.535 2.43.409.871.954.313 1.358 1.608.404 1.295.101 2.033 0 2.744-.101.711-.405.222-.587 1.384-.182 1.161.195 1.167 0 2.36-.195 1.192-.569 1.043-.77 2.355-.203 1.312-.305 1.629 0 2.656.303 1.026.619.906 1.357 1.932.738 1.026.753 1.055 1.502 2.043.75.987 1.013 1.113 1.537 1.96.524.848.321.704.773 1.776.453 1.072.469.976.882 2.149.413 1.172.539 1.273.708 2.365.169 1.091-.34 1.277 0 2.207.34.93.659.903 1.433 1.717.774.814.883.893 1.688 1.563.804.669.482.42 1.512 1.087s.939.697 1.714.697c.776 0 .262.088 1.813-.697 1.55-.785 2.738.159 3.547.187.808.027 1.025.132 2.14.51 1.114.377 1.32 1.271 2.505.571 1.185-.699.9-1.411 1.352-1.866.452-.455.179-.192 1.576-.489 1.396-.297 2.093-.147 2.86-.454.767-.307.54-.5 1.041-1.109.502-.609.505-.474.908-1.257.403-.782.419-.64.576-1.625.157-.985.122-1.275 0-1.997-.122-.721-.028-.79-.576-1.41-.548-.621-1.17-.335-1.582-1.033-.413-.698.429-.909 0-1.646-.43-.737-.542-.92-1.685-1.245-1.143-.326-1.6.526-2.688 0-1.089-.527-.806-1.209-1.363-1.961-.558-.753-1.046-1.038-1.26-1.48-.215-.442-.028-.462.074-.963.103-.5.297-1.152.383-1.965.086-.812.077-1.096 0-1.632-.076-.537.032-.409-.383-1.053-.415-.645-1.184-.469-1.078-1.216.107-.748 1.037-.322 1.461-1.473.425-1.151-.092-2.711-.08-3.83.012-1.118.08-2.29.08-4.098V75.32c0-.925-.424-1.086 0-1.85.424-.763.886-.87 1.736-1.28.85-.41.965.068 1.988-.517 1.022-.585.901-.657 1.631-1.553.729-.895.348-1.07 1.184-1.901.835-.832 1.012-.858 2.158-1.425 1.146-.567 1.641-1.024 2.533-.895.891.128.744.954 1.311 1.45.566.495.756.437 1.342.87.586.432.617.16 1.085.921.468.762.506.974.506 1.669 0 .694-.04.428-.506 1.381-.467.954-.823.965-1.085 1.873-.262.907.127 1.086 0 1.886-.128.8-.398.567-.552 1.575-.154 1.007-.148.877 0 2.04.147 1.163-.074 1.576.552 2.311.626.736 1.14.345 2.267 1.001 1.126.656 1.423.834 2.028 1.502.606.667.509.348.728 1.535.218 1.188-.108 1.792 0 2.425.107.632.279.671.619 1.216.34.544.566.276.797 1.052.23.777.242 1.179 1.06 1.633.817.455.703 0 1.876 0s1.539-.332 2.345 0c.807.333.538.617.988 1.373.45.757.159 1.207.754 1.555.595.348 1.564 0 1.905 0 .342 0 1.123-.563 1.799-.563.675 0 .36.288 1.377.563 1.018.275 1.193-.187 2.4 0 1.208.187 1.462.442 2.305 0 .843-.442.361-.776.982-1.247.62-.472 1.73-.308 2.024-.308.293 0 1.157-.335 1.274-1.373.118-1.037-.242-1.723-.472-2.223-.229-.5-1.182-.84-2.13-1.316-.947-.474-.83-.955-2.175-1.452-1.345-.496-2.478.448-3.601 0-1.122-.448-.601-1.184-1.278-1.947-.677-.764-1.172-.14-1.676-1.384-.505-1.243 0-1.94 0-2.744v-1.609c0-1.02-.344-1.457 0-2.04.344-.584.907-.063 1.676-1.196.769-1.134.186-2.766 0-3.67-.186-.903 0-.12 0-1.85s-.447-2.994 0-3.46c.447-.465 1.116.649 2.486.87 1.37.222 1.551-.105 2.89 0 1.339.106 1.786.63 2.64.435.854-.195.12-.492 1.168-1.304 1.049-.812 1.225-.63 2.388-1.45 1.162-.82 1.183-.915 2.158-1.756.976-.84 1.29-1.113 1.878-1.723.588-.61.588-.538 1.026-1.289.437-.75.42.187.639-1.57.219-1.757-.27-1.778 0-3.557.271-1.78.817-1.87 1.076-3.52.259-1.647-.281-2.362 0-3.334s.716-.916 1.477-1.772c.762-.855.914-.2 1.595-1.679.681-1.479.331-1.463.63-3.151.299-1.689.38-1.24.528-3.384.147-2.144 0-3.141 0-4.3 0-1.158-.184-1.362 0-2.316.183-.955.334-1.035.804-1.864.47-.83.622-1.794 1.158-1.598.536.197.542 1.045.731 2.29.189 1.246 0 1.41 0 2.52s-.291 1.023 0 2.221c.291 1.198.682 1.434 1.108 2.337.426.904.491 1.369.845 1.81.355.44.608 1.309 1.153.672.545-.637.279-.69.396-2.481.117-1.791.344-2.19.344-3.59s.238-1.558.448-2.317c.21-.76.013-.697.364-1.864.351-1.167-.12-.887 0-2.467.12-1.579.227-2.138.426-3.152.199-1.015.442-1.024.587-2.01.144-.984.292-.654 0-1.989-.293-1.335-.407-1.494-1.013-2.63-.606-1.138-.317-.672-1.552-2.185s-.996-1.457-2.645-2.959c-1.65-1.501-1.484-1.446-3.682-2.8-2.199-1.354-3.473-1.889-4.778-2.41-1.304-.52-1.584-.08-2.891-.653-1.308-.573-.816-.726-2.223-1.588-1.406-.861-1.77-.792-2.975-1.595-1.205-.804-.678-1.345-2.13-1.81-1.451-.463-1.654.358-3.531 0-1.876-.357-1.079-.965-3.523-1.343s-2.559 0-5.164 0c-2.605 0-2.996.249-5.209 0-2.214-.249-2.713-.947-4.286-1.068-1.573-.12-1.31.201-3.213.49-1.904.29-1.737.354-3.093.96-1.356.606.227-.197-2.669 1.616-2.896 1.813-4.611 2.472-6.385 3.223-1.774.751-2.31.413-3.858 1.115-1.548.703-1.212.903-2.675 1.848-1.463.946-2.165 1.306-3.011 1.827-.846.52-.157.625-1.673 1.057-1.516.432-2.317.048-3.366.377-1.05.33-.642.503-1.688 1.212-1.046.708-.732.886-2.141 1.381-1.41.495-1.744.225-3.192.493-1.447.268-1.507.627-2.86.627s-2.196-.627-2.699-.627c-.502 0-1.037-.837-2.969-1.152-1.931-.315-2.464 0-4.097 0-1.632 0-1.644.524-3.264 0-1.62-.525-1.091-1.454-2.707-1.934-1.616-.479-1.064.431-3.81 0-2.746-.43-3.58-1.154-5.34-1.434-1.76-.28-1.325 0-3.669 0h-4.687c-2.958 0-4.914.079-5.915 0-1.002-.08-1.15-.16-1.857-.612-.707-.452-.097-.767-1.003-1.215-.905-.447-.83-.308-2.321-.428s-1.583-.105-3.027 0c-1.443.105-1.395-.33-2.853.428-1.458.758-1.343 1.327-2.248 2.223-.904.895-1.266 1.22-1.806 1.792-.541.572-1.003.52-1.003 1.18 0 .66.286 3.201 0 3.963s-.756.012-1.895 1.087c-1.14 1.075-.987 1.08-1.814 2.414-.827 1.335-.67 1.38-1.387 2.75-.718 1.371-.64.78-1.481 2.73-.842 1.95-.825 2.44-1.406 3.96-.582 1.521-.652 1.459-1.265 3.023-.613 1.564-.307 1.061-1.152 3.141s-.888 2.12-1.806 4.139c-.917 2.017-.97.112-1.904 4.02-.935 3.908-.592 5.736-.959 7.946s-.725 2.484-1.089 4.387c-.363 1.904-.057 2.089-.48 3.829-.424 1.74-.464 1.486-1.284 3.427a69.229 69.229 0 0 1-1.791 3.852z' fill='%23fff'/%3E%3C/svg%3E")}.pf-web-card:nth-child(5n+3) .pf-puppy-pic span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='120' viewBox='0 0 150 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.344 119.813c.653 0 13.665.077 15.282 0 1.617-.078 1.703-.367 3.032-.984 1.328-.616.894-.335 2.425-1.548 1.531-1.214 1.57-1.408 2.832-2.619 1.263-1.212 1.801-1.453 2.467-2.463.665-1.01.31-1.203.658-2.281.349-1.077.403-1.329.773-2.139.369-.81.146-1.175.917-1.567.77-.392 1.196 0 2.165 0 .968 0 .938-.443 1.937 0 1 .444 1.01.901 1.595 1.567.586.667.584.648 1.025 1.414.441.766.548.913.71 1.596.16.683.328.409 0 1.41-.33 1.001-.665 1.31-1.096 1.926-.43.617-.713-.033-1.049 1.145-.336 1.179-.547 1.374 0 2.533.547 1.159 1.194 1.588 2.144 2.01.95.421-1.678 0 2.388 0 4.065 0 6.885.118 8.13 0 1.246-.118.936-.284 2.253-.984 1.316-.7 1.576-.463 2.51-1.548.934-1.086.758-1.802 1.076-2.619.317-.818.22-.935.58-1.65.36-.714.447-.514.936-1.359.488-.844.854-.878.854-1.735 0-.856-.374-.718-.855-1.711-.48-.994-.124-.946-.935-1.995-.811-1.048-1.534-.711-2.066-1.885-.533-1.173.213-1.164 0-2.667-.213-1.502.04-1.618-.801-2.972-.841-1.355-1.176-.112-1.696-2.947-.52-2.834-.563-4.29-.423-5.162.14-.871-.549-1.37 1.654-1.896 2.204-.526 1.156.186 5.122 0 3.967-.186 5.303-.613 7.919-.613 2.615 0 3.758.02 5.173.613 1.415.592 1.203 1.071 1.896 2.347.693 1.275.657 1.456.864 2.732.207 1.276.43 1.652 0 2.593-.43.94-1.176.908-1.892 1.543-.716.635-.036.1-1.348 1.33-1.311 1.23-1.75 1.713-2.663 2.432-.913.72-1.139.738-2.03 1.266-.892.528-1.015.289-1.821 1.016-.806.726-.698 1.016-1.229 1.732-.53.717-.755.078-1.103 1.414-.347 1.336-.224 1.9 0 2.83.225.93-.064 1.094 1.103 1.735 1.168.641 1.409.405 3.05.546 1.64.14 1.445 0 3.32 0h3.75c1.927 0 2.504.306 3.854 0s1.174-.12 2.37-1.41c1.194-1.29.434-1.552 1.726-3.01 1.293-1.457 1.465-.605 3.215-2.563 1.75-1.958 1.78-2.504 2.898-4.276 1.119-1.771 1.092-2.218 2.078-3.607.987-1.389 1.454-1.608 2.336-2.608.881-1.001 1.042-.603 1.739-2.016.696-1.413.242-2.098.754-3.042s.453-.945 1.761-1.597c1.307-.651 2.099-.545 3.034-.792.935-.247 1.285-.077 1.868-.502.583-.424.215-.246.615-1.305.4-1.06.382-1.305.689-2.146.307-.842.206-.926.7-1.663.495-.737.159-.958 1.311-1.336 1.151-.377 1.621.118 2.762 0 1.141-.116 1.552-.512 2.233-.512s.574-.32 1.304.513c.73.833.395.907.936 2.044.54 1.137.468.944 1.114 2.264.645 1.32.891 1.917 1.285 2.643.395.725.493.28.915 1.405.423 1.126.269 1.496.493 2.347.225.85.133.654.569 1.679.435 1.025.704.474 1.001 2.016.297 1.54 0 1.929 0 3.173 0 1.245-.108 1.52 0 2.489.108.97.365.915.49 1.917s.1 1.334 0 2.023c-.1.69.101.555-.49 1.347-.591.793-1.156.487-1.57 1.414-.413.926.536 1.14 0 2.105-.535.964-1.521 1.001-2.054 1.596-.533.595-.342.466-.639 1.41s-.335 1.359-.411 1.926c-.076.568-.876.408 0 1.145.877.737 1.644.833 2.611 1.05.967.218.544-.125 2.063 0 1.519.126 1.906.57 3.02.42 1.114-.15.816-.714 2.014-1.096 1.198-.382 1.395-.284 2.594-.374 1.199-.089 1.01 0 2.418 0 1.409 0 1.866.409 2.817 0 .951-.408.985-1.124 1.231-1.739.246-.614.153-.61 0-1.332-.153-.723-.429-.631-.58-1.41-.15-.779 0-.106 0-1.596 0-1.491.143-1.829 0-2.981-.142-1.152-.651-1.441-.651-2.27 0-.83.28-1.18.651-1.638.371-.458.791.4 1.197-.644.405-1.043-.089-1.75 0-2.432.088-.683.163-.55.486-1.33.324-.78.384-.739.705-1.543.321-.805.408-.64.561-1.63.153-.992.113-1.354 0-2.016-.113-.663-.428-.682-.561-1.279-.134-.597.353-.415 0-1.23-.353-.814-.915-1.192-1.191-1.517-.276-.325-.236-.006-.617-.613-.38-.606-.58.408-.58-1.293 0-1.702.58-2.309.58-3.452 0-1.144-.426-.974-.58-2.272-.153-1.297.191-1.913 0-2.62-.191-.707-.627-.391-1.046-1.252-.419-.86-.199-.394-.462-1.846-.264-1.451-.317-1.817-.404-2.919-.087-1.101 0-1.35 0-2.21 0-.86-.382-.465 0-1.721.381-1.256.839-1.45 1.261-2.433.423-.982.236-1.248.651-2.016.415-.767.72-.388 1.197-1.402.476-1.014.486-1.427.486-2.18 0-.754-.122-1.023-.486-1.493-.364-.47-.16.985-1.197-.68-1.036-1.666-.548-1.394-1.508-3.665-.961-2.271-1.056-2.359-1.96-4.532-.904-2.174-.39-1.929-1.741-4.365-1.351-2.435-1.477-2.596-3.271-4.673-1.794-2.076-2.258-2.282-4.104-3.865-1.846-1.583-2.132-1.48-3.908-3.003-1.775-1.523-.895-1.842-3.335-3.207-2.439-1.366-3.749-1.254-5.688-1.843-1.94-.588-1.849-.803-3.926-1.076-2.078-.273-2.095.184-4.269 0-2.175-.185-2.197-.548-4.303-.727-2.105-.179-.827.138-4.258 0s-4.53-.357-6.853-.448c-2.323-.09-2.484-.108-4.655 0-2.171.109-2.953.448-4.324.448-1.37 0-1.063-.185-2.721-.448-1.658-.262-.905.348-3.32-.508-2.416-.855-3.396-1.834-4.551-2.28-1.155-.448-.834.146-2.533-.462-1.7-.609-1.254-.715-3.206-1.594-1.95-.879-1.49-.426-3.982-1.644s-3.42-1.79-4.82-2.658c-1.398-.867-1.756-1.486-2.59-1.94-.834-.454-1.322-.532-1.949-.532s-1.865.115-3.015-.434c-1.15-.55-.513-.434-1.734-1.835s-1.207-1.71-2.352-2.853c-1.145-1.143-1.767-1.425-2.596-2.086-.828-.662-.424-.654-1.666-1.316s-1.723-.643-2.739-1.033c-1.016-.39-.513-.196-2.023-.793-1.51-.597-2.135-.983-3.018-1.199-.883-.216-.502.512-1.891 0-1.39-.511-1.587-1.299-2.516-1.622-.93-.324-1.032 0-2.143 0-1.111 0-1.058.368-2.223 0-1.164-.368-1.056-1.04-2.053-1.35-.997-.312-.576.187-2.272 0-1.697-.189-2.15-.494-3.359-.624s-.946-.173-2.455 0c-1.51.173-1.58.129-2.975.623-1.394.495-1.399.617-2.588 1.35-1.189.735-.819.618-2.229 1.623-1.41 1.005-1.171.655-2.84 1.992C8.821 7.04 8.353 7.454 7.33 8.52c-1.026 1.066-.603.639-1.763 2.304-1.159 1.665-1.352 1.694-2.198 3.385-.846 1.692-.992 2.223-1.256 3.522-.264 1.3.105 1.818 0 2.658-.105.839-.2.412-.538 1.644s-.352 1.301-.594 2.479c-.242 1.177-.131.323-.403 2.365C.305 28.92.22 29.371.12 30.971c-.1 1.6-.21 1.685 0 3.207.21 1.521.557 1.93.86 3.003.303 1.073.284.841.594 2.15.31 1.307.41 1.423.538 2.628.128 1.204 0 1.758 0 2.426 0 .667.134.688 0 1.334-.135.647-.21.862-.538 1.258-.328.395-.68-.153-.997.591-.318.745 0 .838 0 1.746s-.08 1.216 0 1.815c.08.6.033.724.403 1.172.37.449.674.377 1.132.685.457.308.544.24.867.66.324.42.272.215.389.97.117.755 0 .79 0 1.539 0 .748.092.832 0 1.497-.092.664-.043.539-.389 1.31-.345.77-.62.445-.867 1.491-.248 1.047-.321 1.102 0 2.181.32 1.08.94 1.392 1.256 2.045.316.653.044.621.399 1.373.354.752.226.81.926 1.44.7.629 1.179.476 1.778.993.6.516.069.81.857 1.276.789.465 1.334.606 2.059.445.725-.162.55-.98 1.102-1.148.553-.168.277-.573 1.432-.573 1.156 0 1.581.199 2.373.573.792.375 1.264 1.147 1.264 1.147s.218.388.956.841c.738.454 1.181.75 1.632.75.451 0 1.033.446 2.975.62 1.942.175 3.371 0 3.94 0 .568 0 1.2-.62 1.874-.62.672 0 .746-.75 1.509-.75.763 0 .751-.42 1.84-1.285 1.088-.864 1.755-1.56 2.068-1.817.313-.257.079-.136.697-.452.619-.316.693-.434 1.293-.566.6-.131.588-.488 1.284 0 .696.489.656.329.934 1.559.28 1.23-.238 1.34 0 2.561.239 1.222.484 1.4.964 2.381.48.982.424.653 1.134 1.908s1.048 2.109 1.375 2.526c.327.417.034-.086 1.05.572 1.016.658 1.074.957 1.968 1.381.465.221 2.486 1.724 2.897 3.51.377 1.643-.832 3.572-1.294 3.954-.965.797-1.335.735-2.157 1.405-.823.67-.212.256-1.414 1.517-1.202 1.26-1.46.84-2.425 2.509-.965 1.669-.67 2.205-1.134 3.646-.463 1.44-.526 1.65-.964 2.873-.437 1.223-.934 2.432-.934 2.432s-.456 1.594-1.284 3.141c-.827 1.546-.967 1.469-1.99 2.978-1.023 1.51-1.085 2.078-2.068 3.01-.983.932-1.388.988-2.592 1.41-1.204.421.77.223-.434.417-1.203.195-1.102.158-2.405.396-1.304.239-1.617.278-2.596.519-.978.242-1.088.04-1.913.594-.825.555-.48.699-1.153 1.519-.673.821-1.136.934-1.435 1.637-.3.702-.772.793 0 1.548.772.756 1.935.984 2.588.984z' fill='%23fff'/%3E%3C/svg%3E")}.pf-web-card:nth-child(5n+4) .pf-puppy-pic span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='142' height='131' viewBox='0 0 142 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.025 103.361c.77-.303.081-.555 1.754 0s1.029.921 3.196 1.641c2.166.721 2.753.728 4.543.933 1.79.204 2.169 0 3.627 0 1.459 0 1.714-.422 2.917 0 1.203.421.596.585 2.03 1.731 1.433 1.146.811.557 2.926 2.231 2.115 1.673 2.797 2.208 4.185 3.395 1.387 1.186 1.545 1.741 2.674 2.471 1.128.73.79.679 2.617.951 1.828.273 2.039-.405 3.767 0 1.73.406 1.657.766 3.227 1.64 1.57.874 1.026.623 3.064 1.864 2.039 1.24 1.673.786 4.076 2.481 2.403 1.696 3.083 2.492 4.602 3.641 1.52 1.148 2.277 1.533 3.125 2.199.848.666.942.984 1.556 1.478.613.494-.051.582 1.345.86 1.396.277 1.054 0 2.98 0 1.927 0 3.075.128 3.853 0 .778-.129.473-.177 1.352-.86.88-.682.605-1.303 1.66-1.478 1.054-.174 1.023.599 2.371.811 1.349.213 1.931 1.228 2.779 0 .849-1.228-.155-2.679 0-4.022.156-1.342.588-1.41.772-2.629.184-1.218 1.226-.088 0-2.481-1.225-2.394-2.044-2.982-3.55-4.455-1.507-1.473-1.995-1.294-3.534-2.471-1.539-1.177-1.465-1.022-2.953-2.491-1.49-1.468-1.264-1.451-2.75-3.135-1.485-1.683-2.187-2.344-2.98-3.359-.793-1.016-1.345-1.815-1.345-2.183 0-.369-1.897-1.521-1.556-2.245.341-.724 1.614-.23 2.901-.608 1.287-.38.637.488 2.497-.98 1.86-1.47 2.284-2.511 3.233-3.545.949-1.033 1.312-1.605 1.612-1.944.3-.339.088-.837 1.943-1.33 1.855-.495 2.085-.466 2.931 0 .847.464-.246.165 0 2.715.247 2.55.547 4.154.755 5.084.208.929-.15.099.778 1.769.927 1.67 1.017 1.919 2.018 3.267 1.001 1.348 1.138 1.053 2.279 2.519 1.141 1.466 1.343 1.482 2.073 3.071.73 1.588.256 1.636.898 3.395.643 1.759.877 1.992 1.594 3.422.717 1.431.961 1.78 1.535 2.817.574 1.038.775 1.181 1.166 2.067.392.887.207 1.122.565 1.853.357.731.469 1.307.997 1.341.529.033 1.767-1.341 2.455-1.341.688 0 .686 1.341 1.086 1.341s.685.828 1.079 1.548c.395.719-.613.81.605 1.523 1.217.713 1.92.792 3.152.676 1.232-.115 1.241-.913 2.319-1.19 1.077-.276 1.303 0 2.31 0 1.006 0 1.217-.284 2.013 0 .796.285.909.379 1.318 1.19.408.811 1.563.811 2.56.811.998 0 1.024-.134 1.954-.811.93-.676 1.278-.675 2.288-1.19 1.01-.514.868-.748 2.032-1.009 1.164-.262 1.723.339 2.471 0s.742-.927.945-1.548c.203-.621.52-.738 0-1.341s-1.803-.752-1.803-.752.624-1.698 0-2.481c-.624-.784-.803-.146-2.525-.687-1.721-.54-2.071-.536-3.408-1.177-1.337-.641-1.319-1.265-2.466-1.64-1.148-.374-.94.732-2.558 0-1.617-.731-1.952-1.537-2.821-2.432-.87-.894-.81-.468-1.481-1.994-.671-1.527-.291.702-.829-3.263-.539-3.965-.313-2.83-.699-7.985-.386-5.155-.318-6.346-.671-10.316-.352-3.97-.288-4.707-.949-7.92-.66-3.213-1.085-3.465-1.975-6.305-.891-2.841-.963-1.808-1.782-5.682-.818-3.874-.936-6.439-1.079-7.854-.143-1.415 0-1.767 0-2.847v-2.16c0-.628.697-1.602 1.079-2.777.383-1.174.067-1.44.605-2.391.537-.951.735-1.97 1.659-1.611.925.36.723 2.263 1.493 2.836.771.574 1.408.82 2.319 0 .91-.82.269-1.562.829-2.836.561-1.274 1.095-1 1.481-2.413.385-1.412.215-1.366 0-3.01-.216-1.646-.619-2.66-.82-3.25-.202-.59-.382 2.232-.661-1.087-.278-3.319.2-3.645 0-6.772-.199-3.126-.602-2.433-.829-6.229-.228-3.795.503-5.778 0-7.616-.504-1.838-1.841-2.217-2.91-3.007-1.068-.79-1.21.645-2.561-1.04-1.352-1.683-.702-2.547-1.684-4.25-.982-1.703-.249-1.328-2.557-3.107-2.308-1.779-2.933-1.57-5.247-2.908-2.314-1.34-2.2-1.774-4.565-2.77-2.365-.995-1.496-.663-5.075-1.288-3.579-.626-4.34-.374-7.242-.865-2.9-.492-3.889-1.075-5.729-1.334-1.84-.258-1.683-.354-3.75 0-2.067.355-1.983.786-4.016 1.334-2.032.548-2.39.365-4.137.865-1.748.5.299-.714-3.396 1.288S67.39 5.65 63.81 8.141c-3.578 2.492-4.33 3.258-6.87 5.336-2.538 2.079-2.781 2.097-4.922 4.316-2.14 2.22-2.478 2.866-3.858 4.785-1.379 1.92-1.71 2.805-2.466 4.015-.757 1.209-.7-.824-1.549 2.4-.85 3.223-.639 3.323-.852 6.712-.214 3.388.193 5.522 0 6.8-.193 1.277-.011.648-1.377 2.32-1.366 1.672-1.59 2.023-3.07 3.122-1.48 1.098-1.24.788-3.397 1.678-2.155.89-2.73 1.22-4.424 1.552-1.695.33-2.274-.137-3.522 0-1.248.137-1.39.653-2.438.653-1.048 0-.371-.294-2.08-.653-1.71-.36-2.535-.636-3.474-.515-.939.12-.346.122-1.619 1.168-1.273 1.046-1.572 1.194-2.46 2.183-.887.99-1.178 1.41-1.475 2.203-.296.792.345.833 0 1.74-.345.905-.646 1.158-1.285 1.633-.639.475.012.072-1.62.527-1.632.455-1.55.238-3.287.84-1.738.602-2.257.338-3.37 1.466s-.427 1.725-1.166 3.132c-.739 1.407-1.442 1.442-1.866 2.638-.424 1.196.127 1.142 0 2.625s-.338.883-.477 2.951c-.138 2.068.158 2.584 0 4.156-.157 1.57-.52 1.037-.725 3.101-.206 2.065-.222 2.998 0 4.17.222 1.172.612-.043 1.202 2.176.59 2.218.486 3.22.598 4.6.112 1.382 0 2.113 0 2.775 0 .662.94 1.285 1.268 2.916.329 1.63 0 1.745 0 3.378s-.218 2.352 0 3.267.591.17 1.166 1.628c.575 1.457.299 2.11.694 3.09.396.98.642-.096 1.27 1.776.629 1.873.5 2.174.655 3.96.154 1.786-.353 2.485 0 3.593.352 1.108.282.928 1.737 1.864 1.454.935 1.696 1.048 3.306 1.38 1.61.333 2.07-.246 3.376 0 1.305.247.931 1.101 2.46 1.101 1.527 0 1.844-.858 3.106-1.101 1.261-.242 2.245 0 2.62 0s1.164.638 2.412 1.101c1.248.464 1.549.878 2.573.752s1.343-.219 1.853-1.297c.51-1.078.2-1.727 0-2.623-.2-.896-.732-1.344-.956-1.664-.224-.32-1.998-1.101-1.998-2.104 0-1.002-.236-2.221 0-3.475.235-1.255 1.101-2.391 1.101-2.391v-1.746c0-.485-.566-2.028 0-3.149.567-1.121 1.651-1.339 2.42-1.641z' fill='%23fff'/%3E%3C/svg%3E")}.pf-web-card:nth-child(5n+5) .pf-puppy-pic span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='153' height='124' viewBox='0 0 153 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.475 52.974c.89 1.356.29 1.437 0 3.311-.29 1.875-.794 1.512-1.087 3.701-.292 2.19 0 2.095 0 4.434s-.108 3.121 0 4.677c.11 1.556.287 1.713.544 3.093.256 1.381.386.858.543 2.758.157 1.9.226 2.482 0 3.82-.227 1.34-.39.676-1.087 2.593-.697 1.917-.932 1.711-1.261 3.866-.33 2.154 0 3.054 0 4.379 0 1.325-.317 1.14 0 2.65.316 1.51.893 1.562 1.174 2.95.28 1.389-.25 1.846 0 2.849.249 1.002.785-.114 1.174 1.874.389 1.987 0 2.813 0 4.126 0 1.313.505 1.903.285 2.626-.219.722-.759.795-1.46 1.795-.7 1.001-.88 1.293-1.173 2.404-.294 1.111-.448.507 0 4.228.448 3.72.864 3.367 1.174 4.677.31 1.31.087 1.888 1.174 2.507 1.087.619 1.779.148 3.226.501 1.448.353-.093.465 2.625.927 2.718.461 4.065.274 5.782 0 1.717-.275 1.173.242 3.153-1.428s2.119-2.423 3.243-3.968c1.125-1.546 1.404-.791 1.984-3.216.58-2.426-1.308-2.485 0-5.074s3.82-2.638 4.84-4.501c1.018-1.864 0 .117 0-4.347 0-4.465-.293-6.882 0-8.93.291-2.048 1.229-2.383 1.832-3.91.603-1.526.655-2.529.944-3.12.29-.59.042-.974 1.065-.974s1.443.69 2.263 1.45c.82.758.114 1.07 3.556 1.532 3.442.461 5.478-2.435 8.288 0 2.81 2.435.463 7.01 0 9.431-.462 2.42-.496 2.09-2.666 4.521s-3.431 3.014-5.248 4.347c-1.816 1.333-2.653 1.462-3.93 2.39-1.278.928-1.923.827-1.923 2.538 0 1.712 1.04 1.767 1.923 3.227.882 1.459.873 1.936 1.721 2.937.848 1 .892 1.417 2.21 1.699 1.317.282 8.654.238 10.65 0 1.998-.239 1.92 0 3.587-1.699 1.668-1.7 2.175-3.168 3.874-6.591 1.699-3.423 2.028-4.577 2.879-7.015.85-2.438.263-2.893 1.301-4.964 1.038-2.071 2.337-2.823 3.091-3.797.755-.974.555-.12 1.401-2.002.845-1.883.44-2.553 1.254-3.91.814-1.356 1.432-2.342 2.497-2.342s.958-.456 1.963 2.343c1.005 2.798 1.001 3.998 1.001 5.911 0 1.914-.838 2.874-1.001 3.797-.163.923 0-.19 0 1.874 0 2.063-.2 2.777 0 4.126.2 1.35 1.007 1.334.685 2.626-.322 1.291-.32.678-1.925 2.347-1.605 1.668-2.598 1.414-3.22 3.33-.622 1.917.394 2.671.753 4.267.358 1.595-.863 1.894 1.462 3.16 2.325 1.266 7.385.872 5.992.899-1.393.028 2.356-.033 3.576-.466 1.219-.433 2.257-1.549 2.559-4.71.302-3.16.211-11.172.546-13.349.335-2.176 1.19-2.623 2.063-4.104.873-1.482 1.553-1.478 2.033-2.848.481-1.37-.328-.974 0-2.951.329-1.978.93-2.758 1.14-3.91.209-1.15-.625-1.264 0-2.342.624-1.077 1.162-1.752 2.371-1.752 1.21 0 .892.6 2.434 1.752 1.542 1.153 1.479 1.259 3.043 2.343 1.564 1.083 1.855 1.362 3.269 2.032 1.414.67 1.361.484 3.081.976s1.388-.282 3.477.532c2.088.815 2.968 1.086 4.185 2.023 1.218.937.712 1.564 1.544 2.755.832 1.191.564 1.43 1.506 2.562.942 1.131 1.115 1.237 2.258 1.959 1.143.721 1.777 2.544 2.722.973.946-1.57.598-3.478 0-5.494-.597-2.016-.895-1.346-2.722-3.69-1.827-2.342-1.379-2.682-3.764-4.628-2.385-1.947-3.928-2.072-5.729-3.12-1.802-1.049-.37-.444-3.477-2.238-3.107-1.794-4.201-1.597-6.35-3.437-2.149-1.84-2.194-3.693-3.043-4.604-.849-.911-1.799-.271-2.434-1.27-.634-1 0-1.008 0-2.303s-.378-.608 0-2.58c.379-1.973 1.138-2.02 1.138-3.606 0-1.587-.919-1.585-1.138-2.586-.219-1.002-.816-1.154 0-3.086.817-1.931 1.482-1.413 2.019-2.96.536-1.547-.156-1.614.415-3.584.571-1.969 1.679-2.105 2.055-3.782.376-1.677.443-11.226 0-13.545-.442-2.318-2.274-2.006-3.351-4.023s.045-2.337-1.138-4.383c-1.182-2.046-1.569-1.83-3.511-3.66-1.941-1.831-2.575-2.248-4.096-3.513-1.521-1.265-1.193-1.852-3.105-2.479-1.913-.627-1.853.047-4.459 0-2.605-.047-5.369-.614-7.324-1.573-1.955-.96-.832-1.867-2.655-3.324-1.823-1.457-2.86-1.394-4.392-2.308-1.533-.914-1.051-.977-2.88-2.03C90.647 7.3 90.16 7.327 88.85 6.711c-1.31-.616-.813-1.097-2.027-1.703-1.215-.606-.16-.145-3.228-1.013-3.067-.867-4.928-1.19-6.426-1.19-1.498 0-1.645.615-2.806 1.19-1.16.576-2.102 2.197-3.93 1.297-1.829-.901-1.492-1.475-3.328-2.488-1.836-1.012-1.367-.885-4.045-1.58-2.678-.693-3.54-.717-5.554-.907-2.014-.19-2.198-.22-4.074 0-1.877.22-2.098.314-3.667.908-1.57.593-.944.808-2.91 1.58-1.968.771-2.326.916-4.153 1.19-1.827.275-2.276.272-3.77 0-1.493-.27-.675-.362-2.79-1.19-2.113-.83-2.358-1.216-4.274-1.58-1.917-.365-.852 0-4.028 0-3.176 0-4.496-.24-5.755 0-1.26.24-1.222 1.162-2.556 1.58-1.335.417-2.372.722-3.093 0-.722-.723-2.176-1.936-3.926-2.488-1.75-.551-1.032-.272-3.967 0S5.295.518 3.9 1.225c-1.396.707-1.993 1.133-2.622 2.77C.65 5.633.575 5.865.36 7.358c-.214 1.493-.935 2.145.576 3.025 1.51.88 2.86.435 4.615 0 1.755-.435 1.197-1.25 2.991-2.03 1.794-.78 2.229-.995 3.967-.995 1.739 0 3.32.718 4.877 3.025 1.556 2.307.153 3.984.963 5.632.81 1.647 1.232 1.434 3.138 2.706s1.942 1.741 3.46 2.18c1.518.44 2.643-.717 4.077 0 1.435.717 1.554 0 2.007 2.678.453 2.679-.226 8.366 0 9.618.226 1.253 1.45.02 2.176 2.45.726 2.428-.316 3.644 0 5.307.316 1.663 1.13.712 1.61 3.169.48 2.457-1.195 2.797 0 5.069 1.196 2.271 3.767 2.425 4.658 3.782z' fill='%23fff'/%3E%3C/svg%3E")}.pf-card-list--note-web .pf-no-ads-pic{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='173' height='145' viewBox='0 0 173 145' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.634 123.02c.31 3.755.616 7.449.534 10.371-3.738 1.195-7.784 1.541-11.812 1.885-4.043.345-8.068.689-11.746 1.888-2.767.93-4.905 2.096-7 3.24-3.465 1.891-6.814 3.719-12.705 4.307-10.325.943-38.755-2.685-46.099-7.474-3.055-2.033-4.31-9.027-5.552-15.946-1.151-6.417-2.291-12.77-4.845-15.039-3.258-2.916-4.824-4.015-5.225-5.441-.727-2.584 2.374-6.24 6.17-23.73 3.102-14.108 15.534-18.269 26.52-21.946 9.358-3.133 17.668-5.914 18.27-14.192.337-4.538-.242-8.655-.783-12.501-1.093-7.777-2.03-14.444 5.073-21.241 18.541-17.924 41.154 7.11 37.592 14.295-2.96 5.941-3.285 6.576-3.268 7.2.02.68.445 1.348-1.677 8.837-.248.814-.375 1.559-.508 2.336-.14.816-.285 1.667-.583 2.67-1.03 3.345-3.262 4.951-5.42 6.505-2.711 1.951-5.308 3.82-5.268 8.952.509.26 1.28.457 2.254.704 4.177 1.06 12.08 3.066 18.978 15.188 2.035 3.555 10.615 22.93 11.052 26.413-2.323 3.758-3.538 4.388-4.133 5.387-.635 1.065-.563 2.549-.375 8.691.064 2.686.311 5.682.556 8.641zm6.205-73.672c-1.455-3.556-2.691-9.216-1.6-11.684 2.202-.86 4.308-.75 6.36-.641 2.962.156 5.814.307 8.691-2.479 1.035-.986 1.745-1.786 2.321-2.434 2.092-2.357 2.398-2.702 10.04-2.645 3.913.017 6.877-.24 9.235-.445 7.41-.642 8.82-.765 14.832 9.806-.798 1.593-1.698 1.922-2.796 2.323-.502.184-1.045.383-1.639.724 1.769 5.54 3.897 11.337 6.055 17.217 2.987 8.136 6.032 16.432 8.269 24.435 2.571 9.198 1.411 12.73-.728 19.25a206.948 206.948 0 0 0-1.09 3.391c-1.243 4.187-1.342 11.835-1.428 18.432-.034 2.665-.067 5.158-.171 7.183-2.479.641-5.421-.134-8.406-.921-1.744-.46-3.502-.923-5.191-1.111-4.535-.513-8.985.279-14.809 1.317-7.343 1.308-16.87 3.005-31.508 2.964.479-7.718 4.244-13.122 7.534-17.845l.609-.876c1.89-2.743 3.196-6.624 4.473-10.419.885-2.631 1.756-5.22 2.799-7.36.778-1.514 2.506-3.652 4.598-6.242 5.525-6.84 13.592-16.826 13.434-26.775-1.539-.952-2.583-1.905-3.579-2.813-1.356-1.237-2.622-2.392-4.928-3.355-1.608-.681-3.831-.876-6.26-1.09-5.59-.491-12.279-1.08-15.117-7.908z' fill='%2341479B'/%3E%3C/svg%3E") 50% 50% no-repeat}.pf-card-list--note-breed .pf-no-ads-pic{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='178' height='128' viewBox='0 0 178 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.142 127.8c.774 0 16.215.083 18.134 0 1.92-.082 2.021-.391 3.598-1.049 1.576-.657 1.06-.357 2.878-1.652 1.817-1.295 1.862-1.501 3.36-2.793 1.5-1.293 2.138-1.55 2.927-2.627.79-1.078.368-1.284.782-2.433.414-1.149.478-1.417.917-2.282.438-.864.173-1.253 1.088-1.671.914-.418 1.42 0 2.57 0 1.149 0 1.112-.473 2.298 0 1.187.473 1.198.961 1.893 1.671.695.711.692.691 1.216 1.508.524.817.65.975.842 1.703.19.728.39.436 0 1.504s-.789 1.397-1.3 2.055c-.51.657-.846-.036-1.245 1.221-.398 1.257-.649 1.465 0 2.701.65 1.237 1.417 1.695 2.545 2.144 1.127.45-1.992 0 2.833 0 4.824 0 8.17.126 9.649 0 1.478-.126 1.11-.302 2.672-1.049 1.562-.746 1.871-.494 2.98-1.652 1.108-1.158.899-1.921 1.275-2.793.376-.873.261-.997.689-1.759.427-.763.53-.55 1.11-1.45.58-.901 1.015-.937 1.015-1.851 0-.913-.445-.766-1.015-1.825-.57-1.06-.148-1.01-1.11-2.128-.963-1.118-1.82-.759-2.452-2.01-.632-1.252.253-1.243 0-2.845-.253-1.603.048-1.727-.95-3.171-.999-1.445-1.395-.119-2.013-3.143-.617-3.023-.668-4.577-.502-5.506.166-.93-.651-1.462 1.964-2.023 2.614-.56 1.371.2 6.078 0 4.706-.198 6.292-.653 9.396-.653 3.104 0 4.459.022 6.139.653 1.679.632 1.428 1.143 2.25 2.503.822 1.36.779 1.554 1.025 2.915.245 1.361.51 1.762 0 2.765-.511 1.003-1.396.97-2.245 1.647-.849.677-.043.106-1.599 1.418-1.557 1.312-2.077 1.827-3.161 2.595-1.084.767-1.351.787-2.41 1.35-1.057.563-1.204.308-2.16 1.083-.956.775-.827 1.084-1.457 1.848-.63.764-.897.083-1.31 1.508-.411 1.425-.266 2.027 0 3.019.267.992-.076 1.167 1.31 1.851 1.385.684 1.67.432 3.618.582 1.947.15 1.716 0 3.94 0h4.449c2.287 0 2.973.326 4.574 0 1.602-.326 1.393-.128 2.812-1.504 1.418-1.376.516-1.656 2.049-3.211 1.534-1.554 1.739-.645 3.815-2.734 2.077-2.088 2.112-2.67 3.439-4.56 1.328-1.89 1.296-2.366 2.466-3.848 1.171-1.481 1.725-1.715 2.772-2.782 1.046-1.068 1.237-.644 2.064-2.15.826-1.507.287-2.238.895-3.245.607-1.007.537-1.008 2.089-1.703 1.551-.695 2.491-.582 3.601-.846 1.109-.263 1.524-.082 2.216-.534.691-.453.255-.264.73-1.393.475-1.13.453-1.391.817-2.29.365-.897.245-.986.832-1.773.587-.786.188-1.022 1.555-1.424 1.366-.403 1.923.124 3.277 0 1.354-.125 1.843-.547 2.65-.547.808 0 .682-.342 1.548.547.866.888.468.968 1.11 2.18.642 1.213.556 1.007 1.322 2.416.766 1.408 1.058 2.044 1.526 2.818.468.774.584.298 1.085 1.5.502 1.2.32 1.596.586 2.502.266.907.157.698.674 1.791.517 1.094.835.507 1.188 2.151.353 1.644 0 2.057 0 3.385 0 1.327-.128 1.621 0 2.655.128 1.034.434.976.582 2.044.147 1.069.119 1.423 0 2.159-.119.736.12.591-.582 1.436-.701.845-1.372.519-1.862 1.508-.491.988.635 1.216 0 2.245-.636 1.029-1.806 1.069-2.438 1.703-.632.634-.407.497-.759 1.504-.352 1.006-.397 1.449-.487 2.055-.09.605-1.04.435 0 1.221s1.951.888 3.098 1.12c1.148.232.646-.134 2.448 0 1.803.134 2.262.607 3.584.448 1.322-.16.969-.761 2.39-1.169 1.421-.407 1.655-.304 3.078-.399 1.423-.096 1.199 0 2.87 0s2.214.436 3.343 0c1.128-.436 1.168-1.199 1.46-1.855.292-.655.181-.651 0-1.421-.181-.771-.509-.673-.688-1.504-.178-.831 0-.113 0-1.703 0-1.589.17-1.95 0-3.179-.169-1.229-.772-1.537-.772-2.422 0-.885.332-1.258.772-1.747.441-.489.938.426 1.42-.686.481-1.113-.105-1.867 0-2.595.105-.728.194-.587.578-1.418.383-.832.455-.788.835-1.647.381-.858.485-.681.666-1.738.181-1.058.134-1.444 0-2.15-.134-.707-.507-.728-.666-1.365-.158-.636.419-.443 0-1.311-.419-.87-1.086-1.272-1.413-1.619-.327-.346-.28-.007-.732-.653-.451-.647-.688.434-.688-1.38 0-1.815.688-2.462.688-3.682 0-1.22-.505-1.039-.688-2.423-.182-1.384.227-2.041 0-2.795-.226-.754-.744-.418-1.241-1.336-.497-.917-.236-.42-.549-1.969-.313-1.548-.376-1.938-.479-3.113-.103-1.175 0-1.44 0-2.358 0-.918-.453-.496 0-1.836.452-1.34.996-1.547 1.497-2.594.501-1.048.28-1.332.772-2.15.493-.82.855-.415 1.42-1.496.565-1.082.578-1.523.578-2.326 0-.804-.146-1.09-.578-1.592-.432-.501-.189 1.05-1.42-.727-1.23-1.776-.65-1.486-1.79-3.908-1.14-2.423-1.252-2.516-2.325-4.834-1.073-2.318-.463-2.058-2.066-4.656-1.603-2.598-1.754-2.77-3.882-4.984-2.128-2.215-2.68-2.435-4.87-4.123-2.191-1.689-2.53-1.58-4.637-3.204-2.107-1.624-1.063-1.965-3.958-3.42-2.895-1.457-4.449-1.338-6.751-1.966-2.301-.628-2.193-.857-4.658-1.148-2.466-.292-2.486.196-5.066 0-2.58-.197-2.607-.585-5.106-.775-2.498-.19-.981.147-5.052 0-4.072-.148-5.376-.381-8.133-.478-2.756-.096-2.947-.115-5.524 0-2.577.116-3.504.478-5.131.478-1.627 0-1.261-.198-3.229-.478-1.968-.28-1.074.371-3.94-.542-2.866-.912-4.03-1.956-5.4-2.433-1.371-.477-.99.157-3.006-.492-2.017-.65-1.489-.763-3.804-1.7-2.315-.938-1.768-.455-4.726-1.754-2.957-1.3-4.06-1.91-5.719-2.835-1.659-.925-2.085-1.585-3.074-2.07-.99-.483-1.568-.567-2.313-.567-.744 0-2.213.123-3.577-.463-1.364-.586-.61-.463-2.058-1.957-1.45-1.494-1.432-1.824-2.79-3.043-1.36-1.22-2.098-1.52-3.082-2.226-.983-.705-.503-.696-1.977-1.403-1.474-.706-2.044-.686-3.25-1.101-1.206-.416-.609-.21-2.401-.846-1.793-.637-2.534-1.05-3.581-1.28-1.047-.23-.595.546-2.245 0-1.649-.545-1.882-1.385-2.985-1.73-1.102-.345-1.225 0-2.543 0-1.319 0-1.256.392-2.637 0-1.382-.392-1.254-1.109-2.437-1.44-1.183-.333-.683.2-2.697 0-2.013-.2-2.55-.527-3.985-.665s-1.122-.185-2.914 0c-1.79.185-1.875.137-3.53.664-1.654.528-1.66.658-3.07 1.441-1.412.783-.972.658-2.645 1.73-1.673 1.073-1.39.7-3.37 2.126-1.98 1.426-2.536 1.868-3.752 3.005-1.216 1.137-.715.681-2.09 2.458-1.376 1.776-1.606 1.806-2.61 3.61-1.004 1.805-1.177 2.371-1.49 3.757-.314 1.386.124 1.94 0 2.835-.125.895-.237.44-.638 1.754-.402 1.314-.418 1.388-.705 2.644-.288 1.256-.155.344-.478 2.523-.323 2.18-.424 2.66-.543 4.366-.118 1.707-.25 1.798 0 3.421.25 1.623.662 2.059 1.021 3.204.36 1.145.337.897.705 2.292.367 1.395.486 1.52.638 2.804.152 1.285 0 1.876 0 2.588 0 .712.159.734 0 1.423-.16.69-.249.92-.638 1.341-.39.422-.806-.163-1.183.632-.377.794 0 .893 0 1.862 0 .968-.096 1.297 0 1.936s.038.772.478 1.25c.44.479.8.402 1.343.73.543.329.645.257 1.03.705.383.448.322.228.46 1.034.14.805 0 .843 0 1.642 0 .798.11.887 0 1.596-.109.709-.05.575-.46 1.397-.41.822-.737.475-1.03 1.592-.294 1.116-.381 1.174 0 2.326.38 1.151 1.115 1.484 1.49 2.18.376.698.053.664.474 1.466.42.802.269.864 1.1 1.535.83.671 1.398.509 2.11 1.06.71.55.08.864 1.016 1.36.936.497 1.583.647 2.443.475.86-.172.653-1.044 1.308-1.224.656-.18.329-.612 1.7-.612s1.876.213 2.815.612c.94.4 1.5 1.224 1.5 1.224s.26.413 1.134.897c.876.483 1.402.8 1.938.8.535 0 1.225.475 3.53.661 2.304.186 4 0 4.675 0 .674 0 1.425-.661 2.223-.661.799 0 .886-.8 1.791-.8.906 0 .892-.45 2.184-1.371 1.291-.922 2.083-1.665 2.454-1.939.371-.273.094-.145.828-.482.733-.337.822-.463 1.533-.603.712-.14.699-.521 1.524 0 .826.521.778.35 1.11 1.662.33 1.312-.283 1.43 0 2.733.282 1.302.573 1.492 1.142 2.54.57 1.046.503.696 1.346 2.034.843 1.339 1.244 2.25 1.632 2.695.388.445.04-.091 1.246.61s1.275 1.021 2.335 1.473c.552.236 2.95 1.839 3.438 3.745.447 1.752-.987 3.809-1.536 4.216-1.145.851-1.584.785-2.56 1.5-.976.714-.25.273-1.677 1.618-1.427 1.344-1.733.895-2.878 2.675-1.145 1.781-.796 2.353-1.346 3.889-.55 1.537-.624 1.76-1.143 3.065a64.544 64.544 0 0 1-1.109 2.595s-.542 1.7-1.524 3.349c-.981 1.65-1.147 1.567-2.361 3.177-1.214 1.611-1.288 2.217-2.454 3.211-1.167.994-1.647 1.054-3.076 1.504-1.429.449.914.238-.514.445-1.429.208-1.308.168-2.855.423-1.547.254-1.919.296-3.08.553-1.161.258-1.291.042-2.27.634-.98.591-.57.745-1.37 1.62-.798.875-1.347.996-1.702 1.745-.355.75-.916.847 0 1.652.916.806 2.297 1.049 3.072 1.049z' fill='%2394796A'/%3E%3C/svg%3E") 50% 50% no-repeat}@media screen and (min-width:1024px){.pf-puppies-silhouettes-desk .pf-puppy-silhouette:first-child span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='142' height='131' viewBox='0 0 142 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.025 103.361c.77-.303.081-.555 1.754 0s1.029.921 3.196 1.641c2.166.721 2.753.728 4.543.933 1.79.204 2.169 0 3.627 0 1.459 0 1.714-.422 2.917 0 1.203.421.596.585 2.03 1.731 1.433 1.146.811.557 2.926 2.231 2.115 1.673 2.797 2.208 4.185 3.395 1.387 1.186 1.545 1.741 2.674 2.471 1.128.73.79.679 2.617.951 1.828.273 2.039-.405 3.767 0 1.73.406 1.657.766 3.227 1.64 1.57.874 1.026.623 3.064 1.864 2.039 1.24 1.673.786 4.076 2.481 2.403 1.696 3.083 2.492 4.602 3.641 1.52 1.148 2.277 1.533 3.125 2.199.848.666.942.984 1.556 1.478.613.494-.051.582 1.345.86 1.396.277 1.054 0 2.98 0 1.927 0 3.075.128 3.853 0 .778-.129.473-.177 1.352-.86.88-.682.605-1.303 1.66-1.478 1.054-.174 1.023.599 2.371.811 1.349.213 1.931 1.228 2.779 0 .849-1.228-.155-2.679 0-4.022.156-1.342.588-1.41.772-2.629.184-1.218 1.226-.088 0-2.481-1.225-2.394-2.044-2.982-3.55-4.455-1.507-1.473-1.995-1.294-3.534-2.471-1.539-1.177-1.465-1.022-2.953-2.491-1.49-1.468-1.264-1.451-2.75-3.135-1.485-1.683-2.187-2.344-2.98-3.359-.793-1.016-1.345-1.815-1.345-2.183 0-.369-1.897-1.521-1.556-2.245.341-.724 1.614-.23 2.901-.608 1.287-.38.637.488 2.497-.98 1.86-1.47 2.284-2.511 3.233-3.545.949-1.033 1.312-1.605 1.612-1.944.3-.339.088-.837 1.943-1.33 1.855-.495 2.085-.466 2.931 0 .847.464-.246.165 0 2.715.247 2.55.547 4.154.755 5.084.208.929-.15.099.778 1.769.927 1.67 1.017 1.919 2.018 3.267 1.001 1.348 1.138 1.053 2.279 2.519 1.141 1.466 1.343 1.482 2.073 3.071.73 1.588.256 1.636.898 3.395.643 1.759.877 1.992 1.594 3.422.717 1.431.961 1.78 1.535 2.817.574 1.038.775 1.181 1.166 2.067.392.887.207 1.122.565 1.853.357.731.469 1.307.997 1.341.529.033 1.767-1.341 2.455-1.341.688 0 .686 1.341 1.086 1.341s.685.828 1.079 1.548c.395.719-.613.81.605 1.523 1.217.713 1.92.792 3.152.676 1.232-.115 1.241-.913 2.319-1.19 1.077-.276 1.303 0 2.31 0 1.006 0 1.217-.284 2.013 0 .796.285.909.379 1.318 1.19.408.811 1.563.811 2.56.811.998 0 1.024-.134 1.954-.811.93-.676 1.278-.675 2.288-1.19 1.01-.514.868-.748 2.032-1.009 1.164-.262 1.723.339 2.471 0s.742-.927.945-1.548c.203-.621.52-.738 0-1.341s-1.803-.752-1.803-.752.624-1.698 0-2.481c-.624-.784-.803-.146-2.525-.687-1.721-.54-2.071-.536-3.408-1.177-1.337-.641-1.319-1.265-2.466-1.64-1.148-.374-.94.732-2.558 0-1.617-.731-1.952-1.537-2.821-2.432-.87-.894-.81-.468-1.481-1.994-.671-1.527-.291.702-.829-3.263-.539-3.965-.313-2.83-.699-7.985-.386-5.155-.318-6.346-.671-10.316-.352-3.97-.288-4.707-.949-7.92-.66-3.213-1.085-3.465-1.975-6.305-.891-2.841-.963-1.808-1.782-5.682-.818-3.874-.936-6.439-1.079-7.854-.143-1.415 0-1.767 0-2.847v-2.16c0-.628.697-1.602 1.079-2.777.383-1.174.067-1.44.605-2.391.537-.951.735-1.97 1.659-1.611.925.36.723 2.263 1.493 2.836.771.574 1.408.82 2.319 0 .91-.82.269-1.562.829-2.836.561-1.274 1.095-1 1.481-2.413.385-1.412.215-1.366 0-3.01-.216-1.646-.619-2.66-.82-3.25-.202-.59-.382 2.232-.661-1.087-.278-3.319.2-3.645 0-6.772-.199-3.126-.602-2.433-.829-6.229-.228-3.795.503-5.778 0-7.616-.504-1.838-1.841-2.217-2.91-3.007-1.068-.79-1.21.645-2.561-1.04-1.352-1.683-.702-2.547-1.684-4.25-.982-1.703-.249-1.328-2.557-3.107-2.308-1.779-2.933-1.57-5.247-2.908-2.314-1.34-2.2-1.774-4.565-2.77-2.365-.995-1.496-.663-5.075-1.288-3.579-.626-4.34-.374-7.242-.865-2.9-.492-3.889-1.075-5.729-1.334-1.84-.258-1.683-.354-3.75 0-2.067.355-1.983.786-4.016 1.334-2.032.548-2.39.365-4.137.865-1.748.5.299-.714-3.396 1.288S67.39 5.65 63.81 8.141c-3.578 2.492-4.33 3.258-6.87 5.336-2.538 2.079-2.781 2.097-4.922 4.316-2.14 2.22-2.478 2.866-3.858 4.785-1.379 1.92-1.71 2.805-2.466 4.015-.757 1.209-.7-.824-1.549 2.4-.85 3.223-.639 3.323-.852 6.712-.214 3.388.193 5.522 0 6.8-.193 1.277-.011.648-1.377 2.32-1.366 1.672-1.59 2.023-3.07 3.122-1.48 1.098-1.24.788-3.397 1.678-2.155.89-2.73 1.22-4.424 1.552-1.695.33-2.274-.137-3.522 0-1.248.137-1.39.653-2.438.653-1.048 0-.371-.294-2.08-.653-1.71-.36-2.535-.636-3.474-.515-.939.12-.346.122-1.619 1.168-1.273 1.046-1.572 1.194-2.46 2.183-.887.99-1.178 1.41-1.475 2.203-.296.792.345.833 0 1.74-.345.905-.646 1.158-1.285 1.633-.639.475.012.072-1.62.527-1.632.455-1.55.238-3.287.84-1.738.602-2.257.338-3.37 1.466s-.427 1.725-1.166 3.132c-.739 1.407-1.442 1.442-1.866 2.638-.424 1.196.127 1.142 0 2.625s-.338.883-.477 2.951c-.138 2.068.158 2.584 0 4.156-.157 1.57-.52 1.037-.725 3.101-.206 2.065-.222 2.998 0 4.17.222 1.172.612-.043 1.202 2.176.59 2.218.486 3.22.598 4.6.112 1.382 0 2.113 0 2.775 0 .662.94 1.285 1.268 2.916.329 1.63 0 1.745 0 3.378s-.218 2.352 0 3.267.591.17 1.166 1.628c.575 1.457.299 2.11.694 3.09.396.98.642-.096 1.27 1.776.629 1.873.5 2.174.655 3.96.154 1.786-.353 2.485 0 3.593.352 1.108.282.928 1.737 1.864 1.454.935 1.696 1.048 3.306 1.38 1.61.333 2.07-.246 3.376 0 1.305.247.931 1.101 2.46 1.101 1.527 0 1.844-.858 3.106-1.101 1.261-.242 2.245 0 2.62 0s1.164.638 2.412 1.101c1.248.464 1.549.878 2.573.752s1.343-.219 1.853-1.297c.51-1.078.2-1.727 0-2.623-.2-.896-.732-1.344-.956-1.664-.224-.32-1.998-1.101-1.998-2.104 0-1.002-.236-2.221 0-3.475.235-1.255 1.101-2.391 1.101-2.391v-1.746c0-.485-.566-2.028 0-3.149.567-1.121 1.651-1.339 2.42-1.641z' fill='%23F5A623'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-desk .pf-puppy-silhouette:nth-child(2) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='120' viewBox='0 0 150 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.344 119.813c.653 0 13.665.077 15.282 0 1.617-.078 1.703-.367 3.032-.984 1.328-.616.894-.335 2.425-1.548 1.531-1.214 1.57-1.408 2.832-2.619 1.263-1.212 1.801-1.453 2.467-2.463.665-1.01.31-1.203.658-2.281.349-1.077.403-1.329.773-2.139.369-.81.146-1.175.917-1.567.77-.392 1.196 0 2.165 0 .968 0 .938-.443 1.937 0 1 .444 1.01.901 1.595 1.567.586.667.584.648 1.025 1.414.441.766.548.913.71 1.596.16.683.328.409 0 1.41-.33 1.001-.665 1.31-1.096 1.926-.43.617-.713-.033-1.049 1.145-.336 1.179-.547 1.374 0 2.533.547 1.159 1.194 1.588 2.144 2.01.95.421-1.678 0 2.388 0 4.065 0 6.885.118 8.13 0 1.246-.118.936-.284 2.253-.984 1.316-.7 1.576-.463 2.51-1.548.934-1.086.758-1.802 1.076-2.619.317-.818.22-.935.58-1.65.36-.714.447-.514.936-1.359.488-.844.854-.878.854-1.735 0-.856-.374-.718-.855-1.711-.48-.994-.124-.946-.935-1.995-.811-1.048-1.534-.711-2.066-1.885-.533-1.173.213-1.164 0-2.667-.213-1.502.04-1.618-.801-2.972-.841-1.355-1.176-.112-1.696-2.947-.52-2.834-.563-4.29-.423-5.162.14-.871-.549-1.37 1.654-1.896 2.204-.526 1.156.186 5.122 0 3.967-.186 5.303-.613 7.919-.613 2.615 0 3.758.02 5.173.613 1.415.592 1.203 1.071 1.896 2.347.693 1.275.657 1.456.864 2.732.207 1.276.43 1.652 0 2.593-.43.94-1.176.908-1.892 1.543-.716.635-.036.1-1.348 1.33-1.311 1.23-1.75 1.713-2.663 2.432-.913.72-1.139.738-2.03 1.266-.892.528-1.015.289-1.821 1.016-.806.726-.698 1.016-1.229 1.732-.53.717-.755.078-1.103 1.414-.347 1.336-.224 1.9 0 2.83.225.93-.064 1.094 1.103 1.735 1.168.641 1.409.405 3.05.546 1.64.14 1.445 0 3.32 0h3.75c1.927 0 2.504.306 3.854 0s1.174-.12 2.37-1.41c1.194-1.29.434-1.552 1.726-3.01 1.293-1.457 1.465-.605 3.215-2.563 1.75-1.958 1.78-2.504 2.898-4.276 1.119-1.771 1.092-2.218 2.078-3.607.987-1.389 1.454-1.608 2.336-2.608.881-1.001 1.042-.603 1.739-2.016.696-1.413.242-2.098.754-3.042s.453-.945 1.761-1.597c1.307-.651 2.099-.545 3.034-.792.935-.247 1.285-.077 1.868-.502.583-.424.215-.246.615-1.305.4-1.06.382-1.305.689-2.146.307-.842.206-.926.7-1.663.495-.737.159-.958 1.311-1.336 1.151-.377 1.621.118 2.762 0 1.141-.117 1.552-.512 2.233-.512s.574-.32 1.304.513c.73.833.395.907.936 2.044.54 1.137.468.944 1.114 2.264.645 1.32.891 1.917 1.285 2.643.395.725.493.28.915 1.405.423 1.126.269 1.496.493 2.347.225.85.133.654.569 1.679.435 1.025.704.474 1.001 2.016.297 1.54 0 1.929 0 3.173 0 1.245-.108 1.52 0 2.489.108.97.365.915.49 1.917s.1 1.334 0 2.023c-.1.69.101.555-.49 1.347-.591.793-1.156.487-1.57 1.414-.413.926.536 1.14 0 2.105-.535.964-1.521 1.001-2.054 1.596-.533.595-.342.466-.639 1.41s-.335 1.359-.411 1.926c-.076.568-.876.408 0 1.145.877.737 1.644.833 2.611 1.05.967.218.544-.125 2.063 0 1.519.126 1.906.57 3.02.42 1.114-.15.816-.714 2.014-1.096 1.198-.382 1.395-.284 2.594-.374 1.199-.089 1.01 0 2.418 0 1.409 0 1.866.409 2.817 0 .951-.408.985-1.124 1.231-1.739.246-.614.153-.61 0-1.332-.153-.723-.429-.631-.58-1.41-.15-.779 0-.106 0-1.596 0-1.491.143-1.829 0-2.981-.142-1.152-.651-1.441-.651-2.27 0-.83.28-1.18.651-1.638.371-.458.791.4 1.197-.644.405-1.043-.089-1.75 0-2.432.088-.683.163-.55.486-1.33.324-.78.384-.739.705-1.543.321-.805.408-.64.561-1.63.153-.992.113-1.354 0-2.016-.113-.663-.428-.682-.561-1.279-.134-.597.353-.415 0-1.23-.353-.814-.915-1.192-1.191-1.517-.276-.325-.236-.006-.617-.613-.38-.606-.58.408-.58-1.293 0-1.702.58-2.309.58-3.452 0-1.144-.426-.974-.58-2.272-.153-1.297.191-1.913 0-2.62-.191-.707-.627-.391-1.046-1.252-.419-.86-.199-.394-.462-1.846-.264-1.451-.317-1.817-.404-2.919-.087-1.101 0-1.35 0-2.21 0-.86-.382-.465 0-1.721.381-1.256.839-1.45 1.261-2.433.423-.982.236-1.248.651-2.016.415-.767.72-.388 1.197-1.402.476-1.014.486-1.427.486-2.18 0-.754-.122-1.023-.486-1.493-.364-.47-.16.985-1.197-.68-1.036-1.666-.548-1.394-1.508-3.665-.961-2.271-1.056-2.359-1.96-4.532-.904-2.174-.39-1.929-1.741-4.365-1.351-2.435-1.477-2.596-3.271-4.673-1.794-2.076-2.258-2.282-4.104-3.865-1.846-1.583-2.132-1.48-3.908-3.003-1.775-1.523-.895-1.842-3.335-3.207-2.439-1.366-3.749-1.254-5.688-1.843-1.94-.588-1.849-.803-3.926-1.076-2.078-.273-2.095.184-4.269 0-2.175-.185-2.197-.548-4.303-.727-2.105-.179-.827.138-4.258 0s-4.53-.357-6.853-.448c-2.323-.09-2.484-.108-4.655 0-2.171.109-2.953.448-4.324.448-1.37 0-1.063-.185-2.721-.448-1.658-.262-.905.348-3.32-.508-2.416-.855-3.396-1.834-4.551-2.28-1.155-.448-.834.146-2.533-.462-1.7-.609-1.254-.715-3.206-1.594-1.95-.879-1.49-.426-3.982-1.644s-3.42-1.79-4.82-2.658c-1.398-.867-1.756-1.486-2.59-1.94-.834-.454-1.322-.532-1.949-.532s-1.865.115-3.015-.434c-1.15-.55-.513-.434-1.734-1.835s-1.207-1.71-2.352-2.853c-1.145-1.143-1.767-1.425-2.596-2.086-.828-.662-.424-.654-1.666-1.316s-1.723-.643-2.739-1.033c-1.016-.39-.513-.196-2.023-.793-1.51-.597-2.135-.983-3.018-1.199-.883-.216-.502.512-1.891 0-1.39-.511-1.587-1.299-2.516-1.622-.93-.324-1.032 0-2.143 0-1.111 0-1.058.368-2.223 0-1.164-.368-1.056-1.04-2.053-1.35-.997-.312-.576.187-2.272 0-1.697-.189-2.15-.494-3.359-.624s-.946-.173-2.455 0c-1.51.173-1.58.129-2.975.623-1.394.495-1.399.617-2.588 1.35-1.189.735-.819.618-2.229 1.623-1.41 1.005-1.171.655-2.84 1.992C8.821 7.04 8.353 7.454 7.33 8.52c-1.026 1.066-.603.639-1.763 2.304-1.159 1.665-1.352 1.694-2.198 3.385-.846 1.692-.992 2.223-1.256 3.522-.264 1.3.105 1.818 0 2.658-.105.839-.2.412-.538 1.644s-.352 1.301-.594 2.479c-.242 1.177-.131.323-.403 2.365C.305 28.92.22 29.371.12 30.971c-.1 1.6-.21 1.685 0 3.207.21 1.521.557 1.93.86 3.003.303 1.073.284.841.594 2.15.31 1.307.41 1.423.538 2.628.128 1.204 0 1.758 0 2.426 0 .667.134.688 0 1.334-.135.647-.21.862-.538 1.258-.328.395-.68-.153-.997.591-.318.745 0 .838 0 1.746s-.08 1.216 0 1.815c.08.6.033.724.403 1.172.37.449.674.377 1.132.685.457.308.544.24.867.66.324.42.272.215.389.97.117.755 0 .79 0 1.539 0 .748.092.832 0 1.497-.092.664-.043.539-.389 1.31-.345.77-.62.445-.867 1.491-.248 1.047-.321 1.102 0 2.181.32 1.08.94 1.392 1.256 2.045.316.653.044.621.399 1.373.354.752.226.81.926 1.44.7.629 1.179.476 1.778.993.6.516.069.81.857 1.276.789.465 1.334.606 2.059.445.725-.162.55-.98 1.102-1.148.553-.168.277-.573 1.432-.573 1.156 0 1.581.199 2.373.573.792.375 1.264 1.147 1.264 1.147s.218.388.956.841c.738.454 1.181.75 1.632.75.451 0 1.033.446 2.975.62 1.942.175 3.371 0 3.94 0 .568 0 1.2-.62 1.874-.62.672 0 .746-.75 1.509-.75.763 0 .751-.42 1.84-1.285 1.088-.864 1.755-1.56 2.068-1.817.313-.257.079-.136.697-.452.619-.316.693-.434 1.293-.566.6-.131.588-.488 1.284 0 .696.489.656.329.934 1.559.28 1.23-.238 1.34 0 2.561.239 1.222.484 1.4.964 2.381.48.982.424.653 1.134 1.908s1.048 2.109 1.375 2.526c.327.417.034-.086 1.05.572 1.016.658 1.074.957 1.968 1.381.465.221 2.486 1.724 2.897 3.51.377 1.643-.832 3.572-1.294 3.954-.965.797-1.335.735-2.157 1.405-.823.67-.212.256-1.414 1.517-1.202 1.26-1.46.84-2.425 2.509-.965 1.669-.67 2.205-1.134 3.646-.463 1.44-.526 1.65-.964 2.873-.437 1.223-.934 2.432-.934 2.432s-.456 1.594-1.284 3.141c-.827 1.546-.967 1.469-1.99 2.978-1.023 1.51-1.085 2.078-2.068 3.01-.983.932-1.388.988-2.592 1.41-1.204.421.77.223-.434.417-1.203.195-1.102.158-2.405.396-1.304.239-1.617.278-2.596.519-.978.242-1.088.04-1.913.594-.825.555-.48.699-1.153 1.519-.673.821-1.136.934-1.435 1.637-.3.702-.772.793 0 1.548.772.756 1.935.984 2.588.984z' fill='%2394796A'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-desk .pf-puppy-silhouette:nth-child(3) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='163' height='113' viewBox='0 0 163 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.418 69.141V83.51c0 1.202.096 1.188 0 2.404-.097 1.216-.217 2.01-.384 2.425-.168.415-.443.201-.861.665s-.38.49-.65 1.013c-.269.523-.317.51-.425 1.074-.108.564 0 .463 0 1.15 0 .686-.22.97 0 1.372.22.403.407.145 1.075.592.668.448.444.517 1.245.963.8.446 1.104.4 1.79.73.687.33-.165.314 1.284.75 1.45.436 1.956.574 3.118.574 1.163 0 1.482-.29 2.29-.574s.616-.75 1.478-.75c.863 0 1.038.425 1.77.425s.368-.214 1.406-.425c1.038-.211.943.369 2.28 0 1.336-.37 1.768-.328 2.402-1.293.634-.965.137-1.53 0-2.365-.137-.835-.192-.8-.658-1.632-.467-.832-.485-.718-1.156-1.604-.67-.886-.802-1.21-1.387-1.755-.585-.545-.984.34-1.481-.916-.497-1.255 0-1.655 0-2.823v-2.336c0-1.63-.242-2.534 0-3.26.241-.727 1.016.015 1.481-1.193.465-1.208 0-1.462 0-2.657s-.163-1.585 0-2.39c.163-.805.18-.937.799-1.553.618-.616 1.184.232 1.744-.98.559-1.211-.445-1.754 0-2.796.445-1.043.422-.695 1.976-1.832 1.553-1.136 2.284-1.43 3.386-2.092 1.103-.662.683-.79 2.248-1.289 1.565-.5 1.817-.305 3.456-.532 1.639-.226 2.075-.315 3.292-.4 1.218-.085 1.416-.225 2.456 0s1.223.41 1.857.932c.634.522.61.462.84 1.289.231.827.18 1.11 0 1.723s-.269.389-.84 1.145c-.572.757-.554.78-1.163 1.506-.61.727-.95.543-1.292 1.424-.342.882-.241 1.418 0 1.902s.573.083 1.292.689c.718.606.353.814 1.163 1.381.81.568 1.123-.07 2.026.855.904.924.292.95 1.031 2.275.74 1.324 1.01 1.407 1.686 2.593.676 1.185.879 1.668 1.172 2.42.294.752-.62.556.373 1.542.995.986 1.583 1.072 2.829 1.634 1.246.562 1.483.438 2.721.868 1.239.431 1.498.484 2.433.924.935.44 1.084.71 1.72 1.031.636.32.352-.108 1.38.533s.89 1.38 1.836 1.473c.945.092.74-.8 2.084-1.09 1.343-.29 2.025 0 2.962 0 .937 0 1.382.069 1.875 0 .493-.068.485.005.885-.383s-.444-.41.813-.952c1.257-.541 2.007.17 2.817-.612.81-.784.838-1.323 0-2.425-.838-1.101-1.73-.914-3.14-1.703-1.41-.788-1.223-.99-2.782-1.609-1.56-.618-2.073-.154-3.43-.854-1.357-.7-1.521-1.342-2.084-1.99-.563-.648-.104-.44-.863-1.4-.76-.96-1.59-1.215-1.707-1.85-.118-.635-.318-.882 1.127-1.28 1.445-.397 2.598-.247 3.527 0 .928.248.393.803 1.268 1.28.875.478 1.055.446 2.161.593 1.107.147.972-.356 2.293 0 1.32.355 1.168.801 2.38 1.257 1.211.455 1.612.316 2.638.629 1.025.312 1.018.488 1.956.771.938.283 1.56.415 1.968.415.41 0 1.756-.691 2.667 0 .91.691.127 1.558.535 2.43.409.871.954.313 1.358 1.608.404 1.295.101 2.033 0 2.744-.101.711-.405.222-.587 1.384-.182 1.161.195 1.167 0 2.36-.195 1.192-.569 1.043-.77 2.355-.203 1.312-.305 1.629 0 2.656.303 1.026.619.906 1.357 1.932.738 1.026.753 1.055 1.502 2.043.75.987 1.013 1.113 1.537 1.96.524.848.321.704.773 1.776.453 1.072.469.976.882 2.149.413 1.172.539 1.273.708 2.365.169 1.091-.34 1.277 0 2.207.34.93.659.903 1.433 1.717.774.814.883.893 1.688 1.563.804.669.482.42 1.512 1.087s.939.697 1.714.697c.776 0 .262.088 1.813-.697 1.55-.785 2.738.159 3.547.187.808.027 1.025.132 2.14.51 1.114.377 1.32 1.271 2.505.571 1.185-.699.9-1.411 1.352-1.866.452-.455.179-.192 1.576-.489 1.396-.297 2.093-.147 2.86-.454.767-.307.54-.5 1.041-1.109.502-.609.505-.474.908-1.257.403-.782.419-.64.576-1.625.157-.985.122-1.275 0-1.997-.122-.721-.028-.79-.576-1.41-.548-.621-1.17-.335-1.582-1.033-.413-.698.429-.909 0-1.646-.43-.737-.542-.92-1.685-1.245-1.143-.326-1.6.526-2.688 0-1.089-.527-.806-1.209-1.363-1.961-.558-.753-1.046-1.038-1.26-1.48-.215-.442-.028-.462.074-.963.103-.5.297-1.152.383-1.965.086-.812.077-1.096 0-1.632-.076-.537.032-.409-.383-1.053-.415-.645-1.184-.469-1.078-1.216.107-.748 1.037-.322 1.461-1.473.425-1.151-.092-2.711-.08-3.83.012-1.118.08-2.29.08-4.098V75.32c0-.925-.424-1.086 0-1.85.424-.763.886-.87 1.736-1.28.85-.41.965.068 1.988-.517 1.022-.585.901-.657 1.631-1.553.729-.895.348-1.07 1.184-1.901.835-.832 1.012-.858 2.158-1.425 1.146-.567 1.641-1.024 2.533-.895.891.128.744.954 1.311 1.45.566.495.756.437 1.342.87.586.432.617.16 1.085.921.468.762.506.974.506 1.669 0 .694-.04.428-.506 1.381-.467.954-.823.965-1.085 1.873-.262.907.127 1.086 0 1.886-.128.8-.398.567-.552 1.575-.154 1.007-.148.877 0 2.04.147 1.163-.074 1.576.552 2.311.626.736 1.14.345 2.267 1.001 1.126.656 1.423.834 2.028 1.502.606.667.509.348.728 1.535.218 1.188-.108 1.792 0 2.425.107.632.279.671.619 1.216.34.544.566.276.797 1.052.23.777.242 1.179 1.06 1.633.817.455.703 0 1.876 0s1.539-.332 2.345 0c.807.333.538.617.988 1.373.45.757.159 1.207.754 1.555.595.348 1.564 0 1.905 0 .342 0 1.123-.563 1.799-.563.675 0 .36.288 1.377.563 1.018.275 1.193-.187 2.4 0 1.208.187 1.462.442 2.305 0 .843-.442.361-.776.982-1.247.62-.472 1.73-.308 2.024-.308.293 0 1.157-.335 1.274-1.373.118-1.037-.242-1.723-.472-2.223-.229-.5-1.182-.84-2.13-1.316-.947-.474-.83-.955-2.175-1.452-1.345-.496-2.478.448-3.601 0-1.122-.448-.601-1.184-1.278-1.947-.677-.764-1.172-.14-1.676-1.384-.505-1.243 0-1.94 0-2.744v-1.609c0-1.02-.344-1.457 0-2.04.344-.584.907-.063 1.676-1.196.769-1.134.186-2.766 0-3.67-.186-.903 0-.12 0-1.85s-.447-2.994 0-3.46c.447-.465 1.116.649 2.486.87 1.37.222 1.551-.105 2.89 0 1.339.106 1.786.63 2.64.435.854-.195.12-.492 1.168-1.304 1.049-.812 1.225-.63 2.388-1.45 1.162-.82 1.183-.915 2.158-1.756.976-.84 1.29-1.113 1.878-1.723.588-.61.588-.538 1.026-1.289.437-.75.42.187.639-1.57.219-1.757-.27-1.778 0-3.557.271-1.78.817-1.87 1.076-3.52.259-1.647-.281-2.362 0-3.334s.716-.916 1.477-1.772c.762-.855.914-.2 1.595-1.679.681-1.479.331-1.463.63-3.151.299-1.689.38-1.24.528-3.384.147-2.144 0-3.141 0-4.3 0-1.158-.184-1.362 0-2.316.183-.955.334-1.035.804-1.864.47-.83.622-1.794 1.158-1.598.536.197.542 1.045.731 2.29.189 1.246 0 1.41 0 2.52s-.291 1.023 0 2.221c.291 1.198.682 1.434 1.108 2.337.426.904.491 1.369.845 1.81.355.44.608 1.309 1.153.672.545-.637.279-.69.396-2.481.117-1.791.344-2.19.344-3.59s.238-1.558.448-2.317c.21-.76.013-.697.364-1.864.351-1.167-.12-.887 0-2.467.12-1.579.227-2.138.426-3.152.199-1.015.442-1.024.587-2.01.144-.984.292-.654 0-1.989-.293-1.335-.407-1.494-1.013-2.63-.606-1.138-.317-.672-1.552-2.185s-.996-1.457-2.645-2.959c-1.65-1.501-1.484-1.446-3.682-2.8-2.199-1.354-3.473-1.889-4.778-2.41-1.304-.52-1.584-.08-2.891-.653-1.308-.573-.816-.726-2.223-1.588-1.406-.861-1.77-.792-2.975-1.595-1.205-.804-.678-1.345-2.13-1.81-1.451-.463-1.654.358-3.531 0-1.876-.357-1.079-.965-3.523-1.343s-2.559 0-5.164 0c-2.605 0-2.996.249-5.209 0-2.214-.249-2.713-.947-4.286-1.068-1.573-.12-1.31.201-3.213.49-1.904.29-1.737.354-3.093.96-1.356.606.227-.197-2.669 1.616-2.896 1.813-4.611 2.472-6.385 3.223-1.774.751-2.31.413-3.858 1.115-1.548.703-1.212.903-2.675 1.848-1.463.946-2.165 1.306-3.011 1.827-.846.52-.157.625-1.673 1.057-1.516.432-2.317.048-3.366.377-1.05.33-.642.503-1.688 1.212-1.046.708-.732.886-2.141 1.381-1.41.495-1.744.225-3.192.493-1.447.268-1.507.627-2.86.627s-2.196-.627-2.699-.627c-.502 0-1.037-.837-2.969-1.152-1.931-.315-2.464 0-4.097 0-1.632 0-1.644.524-3.264 0-1.62-.525-1.091-1.454-2.707-1.934-1.616-.479-1.064.431-3.81 0-2.746-.43-3.58-1.154-5.34-1.434-1.76-.28-1.325 0-3.669 0h-4.687c-2.958 0-4.914.079-5.915 0-1.002-.08-1.15-.16-1.857-.612-.707-.452-.097-.767-1.003-1.215-.905-.447-.83-.308-2.321-.428s-1.583-.105-3.027 0c-1.443.105-1.395-.33-2.853.428-1.458.758-1.343 1.327-2.248 2.223-.904.895-1.266 1.22-1.806 1.792-.541.572-1.003.52-1.003 1.18 0 .66.286 3.201 0 3.963s-.756.012-1.895 1.087c-1.14 1.075-.987 1.08-1.814 2.414-.827 1.335-.67 1.38-1.387 2.75-.718 1.371-.64.78-1.481 2.73-.842 1.95-.825 2.44-1.406 3.96-.582 1.521-.652 1.459-1.265 3.023-.613 1.564-.307 1.061-1.152 3.141s-.888 2.12-1.806 4.139c-.917 2.017-.97.112-1.904 4.02-.935 3.908-.592 5.736-.959 7.946s-.725 2.484-1.089 4.387c-.363 1.904-.057 2.089-.48 3.829-.424 1.74-.464 1.486-1.284 3.427a69.229 69.229 0 0 1-1.791 3.852z' fill='%2397606F'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-desk .pf-puppy-silhouette:nth-child(4) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='135' viewBox='0 0 100 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.944 115.044c-.447 1.36-1.714 1.352-2.71 2.077-.996.725-1.607.646-2.024 1.368-.418.722 0 1.181 0 2.136 0 .956.192 1.104 0 1.911-.193.807-.594.594-.797 1.429-.202.836-.484.908 0 1.853.485.946 1.086.935 1.655 1.378.568.442.345.036 1.166.816.821.781-.024 1.002 1.544 1.76s3.925 1.29 4.622 1.569c.697.279 3.703.06 5.02-.35 1.316-.41 2.066-.576 3.08-.576 1.013 0 .928.926 2.721.926 1.793 0 1.253-.076 2.076-.926.824-.851.307-.979 1.84-1.404 1.534-.424 1.996.219 3.234 0s2.032-.594 2.413-.999c.381-.405-.218-.296 0-1.567.218-1.272.573-1.795.695-2.48.121-.684-.377-.644 0-1.429.376-.785.048-.832 1.267-1.212 1.219-.381 1.162 0 2.618 0 1.457 0 1.807.354 2.913 0 1.105-.354 1.242-1.25 2.036-1.585.794-.335 1.098-.193 1.721 0s.71.369 1.147.886c.437.517.502.362.698 1.298.195.936.176 1.06 0 2.042-.176.982.467 1.044-.698 1.853-1.164.81-2.105.22-2.868.627-.764.406-.86 1.071-1.253 1.567-.394.497-.783.342-.783.999 0 .658.232.697.783 1.404.551.706.468.887 1.253 1.205.785.318.957-.57 1.721 0 .764.57.65 1.111.966 1.649.316.539-.274.967.879 1.367 1.153.401 3.26-.284 4.838-.271 1.579.013 3.623.401 4.607.401s1.31-.743 2.167-1.006c.857-.263.876-.26 1.807 0 .932.26.455.71 1.791 1.006 1.336.295 1.954.329 2.76 0 .807-.33.129-.707 1.318-1.665 1.19-.958 1.718-.936 2.588-1.481.87-.545 1.132-.313 1.7-1.205.57-.893.892-1.133.6-2.403-.29-1.269-1.282-1.123-1.654-2.194-.373-1.07 0-1.246 0-2.561 0-1.316-.26-1.455 0-2.632s.738-1.466 1.055-2.136c.316-.67-.235-.476.6-1.368.834-.892 1.118-1.063 1.96-1.37.842-.307 1.189-.507 1.795 0 .606.507.983.957.697 2.085-.286 1.129-.938 1.274-1.708 1.903s-1.027.199-1.701.886c-.675.687-.847.67-1.044 1.298-.196.628-.62 1.333.379 2.194.998.861 1.708.353 2.366.788.658.434-.053.83 1.01 1.54 1.065.71 1.47.586 2.425.751.956.164 1.202.315 1.939 0 .737-.315.465-.389 1.28-.751.814-.362.759-.103 1.817-.627 1.058-.524.965-1.414 1.924-1.853.96-.438 1.68-.148 2.128 0 .447.149-.031-.177.696.94.728 1.117.953 1.727 1.41 2.291.456.564.248.576 1.104.816.856.241.156-.324 1.804 0 1.648.325 2.18 1.145 2.985.999.805-.145 1.24-.83 1.543-1.815.303-.985 0-.501 0-2.291 0-1.791.303-2.042 0-3.581-.302-1.54-1.262-1.46-1.262-2.835 0-1.376 1.406-1.688 1.262-2.738-.144-1.051-1.233-1.163-1.86-1.629-.628-.466-.254-.217-1.33-.741-1.076-.523-1.594-.553-2.174-.963-.581-.409-1.219-.519-.968-1.253.25-.734 1.393-.405 1.804-1.195.411-.789.223-1.042 0-2.267-.223-1.225-.6-.714-.837-2.329-.236-1.616 0-2.361 0-3.378v-2.033c0-1.152.23-1.38 0-2.304-.228-.924-.967-.955-.967-1.604 0-.65.682-.098.968-1.206.285-1.11.56-1.552 0-2.553-.562-1.002-1.333-.654-2.073-1.146-.74-.492-1.032-.174-1.409-1.17-.376-.997.191-1.052 0-2.56-.19-1.507-.546-1.81-.696-2.948-.15-1.139.305-1.45 0-2.34-.305-.89-1.267-.432-1.267-1.354 0-.923 1.267-1.182 1.267-2.014 0-.832-.75-.73-1.267-1.553-.516-.823-.227-1.328-.861-1.613-.634-.285-1.014.406-1.924.406-.91 0-.906 0-1.818-.633-.911-.632-1.849-1.165-3.218-2.666-1.37-1.5-1.02-1.837-1.727-2.426-.706-.589-.63-.346-2.492-1.091-1.861-.746-2.737-1.468-3.615-2.169-.878-.7-.668-.949-1.502-1.914-.834-.966-1.075-1.142-1.732-1.832-.657-.689-.93-.028-1.318-1.37-.387-1.342-.486-2.035 0-3.196.487-1.16 1.35-.87 1.984-1.533.634-.663.384-.835 1.066-1.655.682-.82.952-.865 1.502-1.435.55-.57.812-.57 1.055-1.218.243-.648.28-.87 0-1.598-.281-.729-1.224-.612-1.055-1.139.169-.526 1.266-.07 1.654-.73.39-.66 0-1.1 0-2.078 0-.977.102-1.52 0-1.954-.101-.434.023.644-.6-.599-.622-1.242-1.188-1.859-1.054-2.704.134-.846.99-.328 1.654-1.075.666-.746 1.044-1.307 1.044-1.954s-.516.251-1.044-1.091c-.527-1.343-.6-2.064-.6-3.09 0-1.025.434-.69.6-1.999.167-1.309-.202-1.992 0-2.705.203-.713.457-.02 1.044-.977.586-.958.197-1.218.917-2.225.72-1.007.664-.971 1.795-1.57 1.13-.597 2.775.172 3.299-.517.523-.69.03-1.727-.397-2.809-.428-1.081-.324-1.159-.324-2.686s-.492-1.505-.154-2.912c.338-1.407 1.19-1.773 1.413-2.78.223-1.006.734-2.393-.935-2.393-1.67 0-3.65 1.799-4.697 1.799-1.047 0-1.054-.06-1.96-1-.907-.942-.543-1.591-1.655-2.16-1.113-.569-1.013 0-2.568 0-1.555 0-2.47.351-3.11 0-.64-.351-.442-.774-.607-2.041-.165-1.267.604-1.917 0-2.62-.604-.703-1.007.414-2.253 0-1.246-.414-.867-1.118-2.372-1.537-1.505-.419-3.151.865-3.151 0s-.33-2.48-1.324-3.291c-.993-.812-1.575-.278-2.705 0-1.13.277-.655.228-2.165 1.196-1.51.969-2.295 1.503-2.965 2.095-.67.592-.379.865-1.147 1.537-.768.671-.84 1.27-2.299.97-1.458-.3-2.44.508-3.058.702-.618.195-.929.137-1.313 0-.384-.136-.46.015-.657-.702-.197-.716 1.168-.781 0-1.689-1.168-.907-2.22-.22-3.228-.818-1.01-.599-1.026-1.399-1.684-2.095-.657-.696-.48-1.186-1.424-.918-.945.268-1.127 1.15-1.796 1.832-.67.681-.972.786-1.437 1.18-.465.396-.151.353-.917.82-.766.466.076.477-1.61.718-1.686.24-2.214-.588-3.43 0-1.216.587-.662 1.932-1.996 2.62-1.334.688-1.812-.184-3.084 0-1.273.184-1.826.43-2.508.807-.682.376-.221.175-1.193 1.234-.972 1.06-.67 1.143-1.92 2.16-1.25 1.015-1.955 1.213-2.702 1.595-.747.381-.548.414-1.544.574-.996.16-.64-.195-2.024 0-1.385.195-1.427.276-2.75.672-1.324.396-1.552.282-2.623.937-1.071.655-1.036.969-1.951 1.86-.916.89-2.2.827-1.817 1.808.383.98 1.431.55 3.107 1.497 1.676.946 2.614 1.546 3.284 2.111.669.566.76.1 1.091 1.583.33 1.484-.182 2.173 0 3.317.182 1.144-.118.603.862 2.116.98 1.513.759 1.428 2.26 2.705 1.502 1.277 2.226.893 3.271 2 1.045 1.105 1.013 1.67 1.536 3.089.523 1.418.363 2.269.724 3.045.362.777.537.293 1.196 1.075.659.782 1.193.96 1.193 1.759 0 .798-.27.507-1.193 1.544-.922 1.036-.565.558-1.92 1.954-1.355 1.397-2.546 2.067-2.702 2.808-.156.742.848.849 1.87 1.139 1.023.29 1.61-.696 2.138 0 .529.696-.163 1.245 0 2.816.163 1.57-.357 1.789.614 3.09.97 1.3 2.588.803 2.837 1.533.25.73-.922.799-1.644 1.96-.722 1.162-1.974 1.518-1.193 2.606.78 1.089 3.032.211 3.7.887.668.677 0 1.775 0 2.86 0 1.084.868.2 0 2.168-.867 1.967-1.712 2.053-2.507 3.517-.794 1.463-.332 1.352-1.193 3.299-.861 1.946-1.21 2.48-1.92 3.737-.709 1.257-1.114.673-1.536 2.391-.422 1.718.254 2.461 0 3.86-.255 1.397-1.166.727-1.166 2.545 0 1.817 1.086 3.072 1.166 3.759.08.686.313.689-.579 1.302-.892.613-1.782.398-2.131.56-.349.162-.56.139-.56.69 0 .552.73.62.56 1.207-.17.586-.586.025-1.166.891-.58.867-.663 1.185-.858 2.132-.196.947-.593 1.173 0 2.027.592.855 2.024.216 2.024.891s-1.672 1.081-2.024 1.669c-.353.589-.283.128 0 1.709.282 1.58.455 2.175.857 3.089.403.914.36.329 1.167 1.507.808 1.179.883 1.211 1.544 2.448.661 1.238 1.613 1.266 1.166 2.626z' fill='%2350A7BC'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-desk .pf-puppy-silhouette:nth-child(5) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='216' height='120' viewBox='0 0 216 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.181 81.81c-3.365.6-4.661 0-7.375 0-2.714 0-3.348-.703-5.428 0-2.08.705-1.91 1.572-2.712 2.756-.8 1.184-.28 1.344-.854 2.515-.572 1.172-.868 1.302-1.495 2.291-.627.989-1.215.848-1.215 1.985 0 1.136-.334.467 1.215 2.287 1.55 1.819 2.537 2.694 3.708 3.492 1.172.799 1.162.866 3.15 1.18 1.986.313 1.742 0 4.322 0s3.65.23 5.16 0c1.511-.231.652-.586 2.55-1.18 1.9-.594 2.611-.405 4.106-.902 1.494-.498 1.51-.728 2.604-1.331 1.094-.604.989-.213 2.093-1.26 1.104-1.046.614-1.23 1.649-1.712 1.034-.483 1.921-.255 3.252-.574 1.332-.32.158-.702 2.141-1.294 1.983-.591 2.51-.691 4.512-.691 2.003 0 2.947.303 3.984.691 1.037.389 2.465.897 3.798 1.868 1.334.97 1.343 1.578 1.69 2.463s.468.754 0 1.84c-.468 1.085-1.115 1.028-1.69 2.082-.574 1.053-1.265.87-1.652 4.144s0 4.546 0 6.609c0 2.062.37 2.232 0 3.382s-.756.813-1.426 1.868c-.67 1.056-.72 1.392-.72 2.253 0 .861-.115.878.72 1.711.835.834.995 1.087 2.439 1.44 1.444.354 1.73.385 3.442 0 1.714-.385 1.672-1.128 2.97-1.44 1.299-.311 1.717.293 3.022 0 1.305-.292 1.235.079 2.184-1.166.949-1.245.65-1.669.837-2.798.186-1.129 0-1.197 0-2.275 0-1.078-.307-.952 0-2.156.306-1.204.556-.366 1.152-2.369.596-2.003-.213-2.133.758-4.05.971-1.916 1.851-1.895 3.142-3.646s.888-1.72 2.193-3.59c1.306-1.868 1.663-2.093 2.885-3.68 1.221-1.585.794-1.591 2.4-3.181 1.606-1.59 2.358-1.998 3.834-2.99 1.476-.993 2.063-1.222 3.314-1.816 1.251-.594 1.33-.3 2.715-1.046 1.385-.747-.005-1.202 2.398-1.71 2.402-.506 3.912.158 5.703 0 1.792-.157 1.646-.8 3.405-.8s2.651.67 3.527.8c.876.131.825.557 1.845 0 1.021-.555.669-1.393 1.311-1.72.641-.326 1.349-.22 2.067 0 .719.221.506.516.929.92.422.405.088-.039.871.8.783.84.961.853 1.468 1.71.508.856.604.899.604 1.786 0 .888.269.57-.604 1.775-.872 1.206-1.268 1.453-2.339 2.291-1.072.838-1.493.752-2.533 1.52-1.039.768-1.037.782-1.774 1.662-.736.88-1.457 2.435-.771 2.866.687.43 1.579.987 2.545.814.967-.174.99-.232 2.533-.814 1.542-.582 1.566.216 2.943-.517 1.376-.734 3.119-1.142 4.86-1.765 1.742-.623 3.902-1.291 5.265-1.781 1.363-.49.923-.968 2.366-1.294 1.442-.325 1.988.318 3.369 0 1.382-.318 1.515.272 2.258-1.294.742-1.566.197-2.536 0-3.463-.198-.927-1.06-1.786-1.118-1.786-.057 0-.201-2.607-.504-3.43-.302-.821-.88.122-1.322-1.537-.442-1.659-.553-2.546 0-3.427.553-.882 1.638-.342 2.944-1.267 1.305-.926.72-.96 1.902-1.44 1.183-.478 1.398-.25 2.815-.728s.684-1.311 2.578-1.82c1.894-.507 2.348 0 3.92 0 1.573 0 2.158.419 3.383 0 1.225-.417 1.027-1.213 2.287-1.621 1.261-.409 1.797 0 3.398 0h3.202c1.378 0 1.597-.442 2.757 0 1.159.441.92.75 1.501 1.622.58.871.337.736.79 1.819.453 1.082.181.871.878 2.168.697 1.296.696 1.138 1.659 2.55.963 1.41 1.144 2.006 1.998 2.807.854.801 1.059.452 2.426 1.342 1.367.89 1.226 1.195 2.523 1.88 1.297.686.888.47 3.082 1.082 2.194.611 2.438.8 4.554 1.046 2.116.247 1.384-.215 4.41 0 3.026.216 4.115.382 5.99.74 1.875.359 2.587.766 3.502 1.076.916.31.343-.076 1.74.7 1.397.775.611-.11 2.562 1.687 1.951 1.798 1.767 1.95 3.377 3.785 1.609 1.834 1.88 1.929 3.174 3.68 1.295 1.75 1.58 2.61 2.2 3.589.621.978-.242 1.408 1.308 2.13 1.55.721 2.793.635 4.357.507 1.564-.129 1.586-.65 2.735-1.277 1.148-.626 1.144-.134 2.102-1.36s.94-1.327 1.06-2.687c.12-1.36-.144-1.775-.582-2.742-.439-.967.316.079-1.497-1.84-1.813-1.92-2.303-2.1-3.818-3.785-1.515-1.686-1.628-1.76-2.694-3.463-1.067-1.703-.455-1.293-1.663-3.495-1.209-2.203-1.796-2.9-2.651-4.367-.856-1.466-1.002-2.085-1.618-2.949-.616-.863.537-.987-1.648-1.629s-3.195.16-5.418-.446c-2.222-.606-2.02-.282-3.693-2.038-1.672-1.756-.934-2.261-2.005-3.946-1.072-1.685-1.532-2.064-2.59-3.281-1.059-1.217-.89-1.22-2.33-2.376-1.441-1.157-1.939-1.381-3.309-2.151-1.371-.77-1.451-.727-3.001-1.396-1.551-.668-1.951-.666-3.19-1.273-1.24-.608-1.223.646-2.215-1.377-.992-2.022-.577-4.039-.603-4.368-.027-.33 1.454-3.298 1.454-5.027 0-1.73-.144-.882-2.004-3.52-1.859-2.638-1.767-2.836-3.601-5.302-1.834-2.466-2.438-2.345-3.96-4.866-1.521-2.52-1.075-2.662-2.123-5.21-1.048-2.55-.812-2.263-2.115-5.097-1.303-2.833-1.337-2.842-2.821-5.637-1.485-2.795-2.21-4.158-3.129-5.564-.919-1.405-.814-.823-2.285-2.716-1.47-1.892-1.131-2.172-2.794-3.82-1.664-1.647-1.916-2.356-4.133-3.044-2.217-.687-3.403 0-5.679 0h-4.553c-2.08 0-1.87-.925-4.16 0-2.289.926-1.418 1.433-3.369 3.044-1.952 1.611-1.603.633-4.122 3.142-2.519 2.508-2.51 3.33-4.305 5.251-1.796 1.923-2.08 1.836-4.064 3.707-1.985 1.87-2.212 2.906-2.943 3.773-.732.867.059.992-1.813 1.864-1.873.873-2.223.984-5.226.984-3.004 0-3.509-1.251-6.044-.984-2.536.268-2.52 1.293-4.475 2.094-1.954.802-2.468.743-4.13 1.435-1.662.693-2.05 1.277-3.073 1.567-1.021.29-1.125-.152-2.453 0-1.328.153-1.26.576-2.56.576s-.29.686-2.604-.576c-2.313-1.262-1.304-1.015-3.955-3.002-2.65-1.986-3.52-2.79-5.335-3.958-1.814-1.168-1.639-.718-4.09-2.107-2.45-1.389-2.237-1.352-4.712-2.88-2.475-1.53-2.093-1.53-4.924-3.072-2.83-1.542-2.482-2.241-6.015-2.885-3.535-.643-15.789-.085-17.568 0-1.779.085-1.89.15-4.555 1.062s-2.709.956-5.332 1.823c-2.623.867-1.372.405-5.295 1.688-3.922 1.283-5.393 1.78-7.811 2.598-2.418.817-3.63 1.063-4.801 1.666-1.172.603-.506.73-1.563 1.61-1.058.879-2.65.756-2.375 1.664.276.908 1.528.734 3.389 1.681 1.86.947 1.992 1.133 3.682 1.918 1.69.785 1.786.921 3.564 1.448 1.778.526 2.255.165 3.848.746 1.592.581 1.15-.057 2.067.576.918.633 1.536-.26 2.225 3.604.688 3.864 0 4.35 0 6.745 0 2.394.378 3.732.691 5.947.313 2.214-.537 2.31.773 4.423 1.311 2.112 3.482 2.683 4.387 3.895.905 1.212.362.658.517 2.67.155 2.012 0 2.392 0 4.033 0 1.64.296 2.364 0 3.28-.296.916-.799.577-1.168 2.15-.369 1.573-.44.864-.44 2.039 0 1.174-.255 2.27 0 3.132.255.862 1.642 2.506 3.222 2.909 1.58.402.666 0 3.518 0s1.716 1.75 5.704 0c3.987-1.751 5.201-4.669 6.265-5.255 1.063-.586 2.096-.856 2.825-.786.73.07 1.227-.368 1.755 1.222.528 1.59 0 1.138 0 3.51s.584 4.016 0 4.744c-.584.728-2.664-.106-3.803 0-1.139.106-.364-.212-2.14.552-1.777.764-1.224.812-3.253 1.766-2.03.954-.732.425-4.272 1.772s-3.84 1.996-7.206 2.595zM138.262 9.406c1.081-1.07 2.29-.42 4.064 0s1.847.555 3.314 1.747c1.467 1.19 1.695 1.17 2.46 2.943.766 1.773.525 2.89.525 3.971 0 1.082-.002 1.658-.525 2.135-.522.477-.267.71-1.813 0-1.546-.709-1.309-1.312-2.844-2.135-1.534-.823-2.395-.83-3.33-1.176-.936-.347-1.191-.012-1.851-.745-.659-.731-.669.266-.669-2.05 0-2.317-.411-3.62.669-4.69z' fill='%2336CA51'/%3E%3C/svg%3E")}.pf-puppies-silhouettes-desk .pf-puppy-silhouette:nth-child(6) span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='153' height='124' viewBox='0 0 153 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.475 52.974c.89 1.356.29 1.437 0 3.311-.29 1.875-.794 1.512-1.087 3.701-.292 2.19 0 2.095 0 4.434s-.108 3.121 0 4.677c.11 1.556.287 1.713.544 3.093.256 1.381.386.858.543 2.758.157 1.9.226 2.482 0 3.82-.227 1.34-.39.676-1.087 2.593-.697 1.917-.932 1.711-1.261 3.866-.33 2.154 0 3.054 0 4.379 0 1.325-.317 1.14 0 2.65.316 1.51.893 1.562 1.174 2.95.28 1.389-.25 1.846 0 2.849.249 1.002.785-.114 1.174 1.874.389 1.987 0 2.813 0 4.126 0 1.313.505 1.903.285 2.626-.219.722-.759.795-1.46 1.795-.7 1.001-.88 1.293-1.173 2.404-.294 1.111-.448.507 0 4.228.448 3.72.864 3.367 1.174 4.677.31 1.31.087 1.888 1.174 2.507 1.087.619 1.779.148 3.226.501 1.448.353-.093.465 2.625.927 2.718.461 4.065.274 5.782 0 1.717-.275 1.173.242 3.153-1.428s2.119-2.423 3.243-3.968c1.125-1.546 1.404-.791 1.984-3.216.58-2.426-1.308-2.485 0-5.074s3.82-2.638 4.84-4.501c1.018-1.864 0 .117 0-4.347 0-4.465-.293-6.882 0-8.93.291-2.048 1.229-2.383 1.832-3.91.603-1.526.655-2.529.944-3.12.29-.59.042-.974 1.065-.974s1.443.69 2.263 1.45c.82.758.114 1.07 3.556 1.532 3.442.461 5.478-2.435 8.288 0 2.81 2.435.463 7.01 0 9.431-.462 2.42-.496 2.09-2.666 4.521s-3.431 3.014-5.248 4.347c-1.816 1.333-2.653 1.462-3.93 2.39-1.278.928-1.923.827-1.923 2.538 0 1.712 1.04 1.767 1.923 3.227.882 1.459.873 1.936 1.721 2.937.848 1 .892 1.417 2.21 1.699 1.317.282 8.654.238 10.65 0 1.998-.239 1.92 0 3.587-1.699 1.668-1.7 2.175-3.168 3.874-6.591 1.699-3.423 2.028-4.577 2.879-7.015.85-2.438.263-2.893 1.301-4.964 1.038-2.071 2.337-2.823 3.091-3.797.755-.974.555-.12 1.401-2.002.845-1.883.44-2.553 1.254-3.91.814-1.356 1.432-2.342 2.497-2.342s.958-.456 1.963 2.343c1.005 2.798 1.001 3.998 1.001 5.911 0 1.914-.838 2.874-1.001 3.797-.163.923 0-.19 0 1.874 0 2.063-.2 2.777 0 4.126.2 1.35 1.007 1.334.685 2.626-.322 1.291-.32.678-1.925 2.347-1.605 1.668-2.598 1.414-3.22 3.33-.622 1.917.394 2.671.753 4.267.358 1.595-.863 1.894 1.462 3.16 2.325 1.266 7.385.872 5.992.899-1.393.028 2.356-.033 3.576-.466 1.219-.433 2.257-1.549 2.559-4.71.302-3.16.211-11.172.546-13.349.335-2.176 1.19-2.623 2.063-4.104.873-1.482 1.553-1.478 2.033-2.848.481-1.37-.328-.974 0-2.951.329-1.978.93-2.758 1.14-3.91.209-1.15-.625-1.264 0-2.342.624-1.077 1.162-1.752 2.371-1.752 1.21 0 .892.6 2.434 1.752 1.542 1.153 1.479 1.259 3.043 2.343 1.564 1.083 1.855 1.362 3.269 2.032 1.414.67 1.361.484 3.081.976s1.388-.282 3.477.532c2.088.815 2.968 1.086 4.185 2.023 1.218.937.712 1.564 1.544 2.755.832 1.191.564 1.43 1.506 2.562.942 1.131 1.115 1.237 2.258 1.959 1.143.721 1.777 2.544 2.722.973.946-1.57.598-3.478 0-5.494-.597-2.016-.895-1.346-2.722-3.69-1.827-2.342-1.379-2.682-3.764-4.628-2.385-1.947-3.928-2.072-5.729-3.12-1.802-1.049-.37-.444-3.477-2.238-3.107-1.794-4.201-1.597-6.35-3.437-2.149-1.84-2.194-3.693-3.043-4.604-.849-.911-1.799-.271-2.434-1.27-.634-1 0-1.008 0-2.303s-.378-.608 0-2.58c.379-1.973 1.138-2.02 1.138-3.606 0-1.587-.919-1.585-1.138-2.586-.219-1.002-.816-1.154 0-3.086.817-1.931 1.482-1.413 2.019-2.96.536-1.547-.156-1.614.415-3.584.571-1.969 1.679-2.105 2.055-3.782.376-1.677.443-11.226 0-13.545-.442-2.318-2.274-2.006-3.351-4.023s.045-2.337-1.138-4.383c-1.182-2.046-1.569-1.83-3.511-3.66-1.941-1.831-2.575-2.248-4.096-3.513-1.521-1.265-1.193-1.852-3.105-2.479-1.913-.627-1.853.047-4.459 0-2.605-.047-5.369-.614-7.324-1.573-1.955-.96-.832-1.867-2.655-3.324-1.823-1.457-2.86-1.394-4.392-2.308-1.533-.914-1.051-.977-2.88-2.03C90.647 7.3 90.16 7.327 88.85 6.711c-1.31-.616-.813-1.097-2.027-1.703-1.215-.606-.16-.145-3.228-1.013-3.067-.867-4.928-1.19-6.426-1.19-1.498 0-1.645.615-2.806 1.19-1.16.576-2.102 2.197-3.93 1.297-1.829-.901-1.492-1.475-3.328-2.488-1.836-1.012-1.367-.885-4.045-1.58-2.678-.693-3.54-.717-5.554-.907-2.014-.19-2.198-.22-4.074 0-1.877.22-2.098.314-3.667.908-1.57.593-.944.808-2.91 1.58-1.968.771-2.326.916-4.153 1.19-1.827.275-2.276.272-3.77 0-1.493-.27-.675-.362-2.79-1.19-2.113-.83-2.358-1.216-4.274-1.58-1.917-.365-.852 0-4.028 0-3.176 0-4.496-.24-5.755 0-1.26.24-1.222 1.162-2.556 1.58-1.335.417-2.372.722-3.093 0-.722-.723-2.176-1.936-3.926-2.488-1.75-.551-1.032-.272-3.967 0S5.295.518 3.9 1.225c-1.396.707-1.993 1.133-2.622 2.77C.65 5.633.575 5.865.36 7.358c-.214 1.493-.935 2.145.576 3.025 1.51.88 2.86.435 4.615 0 1.755-.435 1.197-1.25 2.991-2.03 1.794-.78 2.229-.995 3.967-.995 1.739 0 3.32.718 4.877 3.025 1.556 2.307.153 3.984.963 5.632.81 1.647 1.232 1.434 3.138 2.706s1.942 1.741 3.46 2.18c1.518.44 2.643-.717 4.077 0 1.435.717 1.554 0 2.007 2.678.453 2.679-.226 8.366 0 9.618.226 1.253 1.45.02 2.176 2.45.726 2.428-.316 3.644 0 5.307.316 1.663 1.13.712 1.61 3.169.48 2.457-1.195 2.797 0 5.069 1.196 2.271 3.767 2.425 4.658 3.782z' fill='%238D69C0'/%3E%3C/svg%3E")}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+6){display:block}.pf-card-list-litter--simple .pf-card-litter-item:nth-child(6n+6) .pf-card-img{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='153' height='124' viewBox='0 0 153 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.475 52.974c.89 1.356.29 1.437 0 3.311-.29 1.875-.794 1.512-1.087 3.701-.292 2.19 0 2.095 0 4.434s-.108 3.121 0 4.677c.11 1.556.287 1.713.544 3.093.256 1.381.386.858.543 2.758.157 1.9.226 2.482 0 3.82-.227 1.34-.39.676-1.087 2.593-.697 1.917-.932 1.711-1.261 3.866-.33 2.154 0 3.054 0 4.379 0 1.325-.317 1.14 0 2.65.316 1.51.893 1.562 1.174 2.95.28 1.389-.25 1.846 0 2.849.249 1.002.785-.114 1.174 1.874.389 1.987 0 2.813 0 4.126 0 1.313.505 1.903.285 2.626-.219.722-.759.795-1.46 1.795-.7 1.001-.88 1.293-1.173 2.404-.294 1.111-.448.507 0 4.228.448 3.72.864 3.367 1.174 4.677.31 1.31.087 1.888 1.174 2.507 1.087.619 1.779.148 3.226.501 1.448.353-.093.465 2.625.927 2.718.461 4.065.274 5.782 0 1.717-.275 1.173.242 3.153-1.428s2.119-2.423 3.243-3.968c1.125-1.546 1.404-.791 1.984-3.216.58-2.426-1.308-2.485 0-5.074s3.82-2.638 4.84-4.501c1.018-1.864 0 .117 0-4.347 0-4.465-.293-6.882 0-8.93.291-2.048 1.229-2.383 1.832-3.91.603-1.526.655-2.529.944-3.12.29-.59.042-.974 1.065-.974s1.443.69 2.263 1.45c.82.758.114 1.07 3.556 1.532 3.442.461 5.478-2.435 8.288 0 2.81 2.435.463 7.01 0 9.431-.462 2.42-.496 2.09-2.666 4.521s-3.431 3.014-5.248 4.347c-1.816 1.333-2.653 1.462-3.93 2.39-1.278.928-1.923.827-1.923 2.538 0 1.712 1.04 1.767 1.923 3.227.882 1.459.873 1.936 1.721 2.937.848 1 .892 1.417 2.21 1.699 1.317.282 8.654.238 10.65 0 1.998-.239 1.92 0 3.587-1.699 1.668-1.7 2.175-3.168 3.874-6.591 1.699-3.423 2.028-4.577 2.879-7.015.85-2.438.263-2.893 1.301-4.964 1.038-2.071 2.337-2.823 3.091-3.797.755-.974.555-.12 1.401-2.002.845-1.883.44-2.553 1.254-3.91.814-1.356 1.432-2.342 2.497-2.342s.958-.456 1.963 2.343c1.005 2.798 1.001 3.998 1.001 5.911 0 1.914-.838 2.874-1.001 3.797-.163.923 0-.19 0 1.874 0 2.063-.2 2.777 0 4.126.2 1.35 1.007 1.334.685 2.626-.322 1.291-.32.678-1.925 2.347-1.605 1.668-2.598 1.414-3.22 3.33-.622 1.917.394 2.671.753 4.267.358 1.595-.863 1.894 1.462 3.16 2.325 1.266 7.385.872 5.992.899-1.393.028 2.356-.033 3.576-.466 1.219-.433 2.257-1.549 2.559-4.71.302-3.16.211-11.172.546-13.349.335-2.176 1.19-2.623 2.063-4.104.873-1.482 1.553-1.478 2.033-2.848.481-1.37-.328-.974 0-2.951.329-1.978.93-2.758 1.14-3.91.209-1.15-.625-1.264 0-2.342.624-1.077 1.162-1.752 2.371-1.752 1.21 0 .892.6 2.434 1.752 1.542 1.153 1.479 1.259 3.043 2.343 1.564 1.083 1.855 1.362 3.269 2.032 1.414.67 1.361.484 3.081.976s1.388-.282 3.477.532c2.088.815 2.968 1.086 4.185 2.023 1.218.937.712 1.564 1.544 2.755.832 1.191.564 1.43 1.506 2.562.942 1.131 1.115 1.237 2.258 1.959 1.143.721 1.777 2.544 2.722.973.946-1.57.598-3.478 0-5.494-.597-2.016-.895-1.346-2.722-3.69-1.827-2.342-1.379-2.682-3.764-4.628-2.385-1.947-3.928-2.072-5.729-3.12-1.802-1.049-.37-.444-3.477-2.238-3.107-1.794-4.201-1.597-6.35-3.437-2.149-1.84-2.194-3.693-3.043-4.604-.849-.911-1.799-.271-2.434-1.27-.634-1 0-1.008 0-2.303s-.378-.608 0-2.58c.379-1.973 1.138-2.02 1.138-3.606 0-1.587-.919-1.585-1.138-2.586-.219-1.002-.816-1.154 0-3.086.817-1.931 1.482-1.413 2.019-2.96.536-1.547-.156-1.614.415-3.584.571-1.969 1.679-2.105 2.055-3.782.376-1.677.443-11.226 0-13.545-.442-2.318-2.274-2.006-3.351-4.023s.045-2.337-1.138-4.383c-1.182-2.046-1.569-1.83-3.511-3.66-1.941-1.831-2.575-2.248-4.096-3.513-1.521-1.265-1.193-1.852-3.105-2.479-1.913-.627-1.853.047-4.459 0-2.605-.047-5.369-.614-7.324-1.573-1.955-.96-.832-1.867-2.655-3.324-1.823-1.457-2.86-1.394-4.392-2.308-1.533-.914-1.051-.977-2.88-2.03C90.647 7.3 90.16 7.327 88.85 6.711c-1.31-.616-.813-1.097-2.027-1.703-1.215-.606-.16-.145-3.228-1.013-3.067-.867-4.928-1.19-6.426-1.19-1.498 0-1.645.615-2.806 1.19-1.16.576-2.102 2.197-3.93 1.297-1.829-.901-1.492-1.475-3.328-2.488-1.836-1.012-1.367-.885-4.045-1.58-2.678-.693-3.54-.717-5.554-.907-2.014-.19-2.198-.22-4.074 0-1.877.22-2.098.314-3.667.908-1.57.593-.944.808-2.91 1.58-1.968.771-2.326.916-4.153 1.19-1.827.275-2.276.272-3.77 0-1.493-.27-.675-.362-2.79-1.19-2.113-.83-2.358-1.216-4.274-1.58-1.917-.365-.852 0-4.028 0-3.176 0-4.496-.24-5.755 0-1.26.24-1.222 1.162-2.556 1.58-1.335.417-2.372.722-3.093 0-.722-.723-2.176-1.936-3.926-2.488-1.75-.551-1.032-.272-3.967 0S5.295.518 3.9 1.225c-1.396.707-1.993 1.133-2.622 2.77C.65 5.633.575 5.865.36 7.358c-.214 1.493-.935 2.145.576 3.025 1.51.88 2.86.435 4.615 0 1.755-.435 1.197-1.25 2.991-2.03 1.794-.78 2.229-.995 3.967-.995 1.739 0 3.32.718 4.877 3.025 1.556 2.307.153 3.984.963 5.632.81 1.647 1.232 1.434 3.138 2.706s1.942 1.741 3.46 2.18c1.518.44 2.643-.717 4.077 0 1.435.717 1.554 0 2.007 2.678.453 2.679-.226 8.366 0 9.618.226 1.253 1.45.02 2.176 2.45.726 2.428-.316 3.644 0 5.307.316 1.663 1.13.712 1.61 3.169.48 2.457-1.195 2.797 0 5.069 1.196 2.271 3.767 2.425 4.658 3.782z' fill='%238D69C0'/%3E%3C/svg%3E")}}


