.zknc {
    font-size: 13px;
    font-family: "open sans", sans-serif;
}

.zknc-comments {
    margin: 10px 0px;
}

.zknc-comments i {
    font-style: italic;
}

.zknc-comments .zknc-header .zknc-status-button {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 2px solid #333;
    cursor: pointer;
    -webkit-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    position: relative;
}

.zknc-comments .zknc-header .zknc-status-button:hover {
    color: #464954;
}

.zknc-comments .zknc-header .zknc-status-button:before {
    content: " ";
    float: right;
    margin: 12px 0 0 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000 transparent transparent transparent;
    line-height: 0;
}

.zknc-comments .zknc-header .zknc-status-button .zknc-window-mode-selection {
    background: #fff;
    border: 1px solid #e9e9e9;
    -o-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 1;
    min-width: 160px;
}

.zknc-comments .zknc-header .zknc-status-button .zknc-window-mode-selection .zknc-mode-item {
    padding: 1px 12px;
    font-size: 12px;
    padding: 0px 12px;
    line-height: 30px;
    -webkit-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.zknc-comments .zknc-header .zknc-status-button .zknc-window-mode-selection .zknc-mode-item:hover {
    color: #222;
    background: #f8f8f8;
}

.zknc-comments .zknc-header .zknc-status-button .zknc-window-mode-selection .zknc-mode-item .zknc-mode-checked {
    float: right;
    width: 12px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 27 27'%3e%3cpath fill='%2317870E' d='M26.402 3.434L9.16 22.171 0.688 13.002 0.09 13.699 9.16 23.566 27 4.131'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-header .zknc-user-button-container {
    float: right;
}

.zknc-comments .zknc-header .zknc-user-button-container .zknc-user-name {
    display: inline-block;
    margin-right: 6px;
    padding-right: 8px;
    border-right: 1px solid #555;
    color: #555;
}

.zknc-comments .zknc-header .zknc-user-button-container .zknc-user-moderation {
    display: inline-block;
    margin-right: 6px;
    padding-right: 8px;
    border-right: 1px solid #555;
    color: #555;
    text-decoration: none;
}

.zknc-comments .zknc-header .zknc-user-button-container .zknc-user-button {
    height: 32px;
    background-position: 2px center;
    background-repeat: no-repeat;
    text-indent: 24px;
    color: #000;
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.zknc-comments .zknc-header .zknc-user-button-container .zknc-user-button:hover {
    opacity: 0.7;
}

.zknc-comments .zknc-header .zknc-user-button-container .zknc-user-button.zknc-login-button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 95.667 95.667' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M39.173,72.344l39.447-22.777c0.619-0.356,1-1.018,1-1.731s-0.381-1.375-1-1.732L39.173,23.324c-0.619-0.357-1.381-0.357-2,0c-0.619,0.357-1,1.018-1,1.732v10.605H2.121c-1.104,0-2,0.896-2,2v20.344c0,1.104,0.896,2,2,2h34.053v10.604c0,0.716,0.381,1.375,1,1.732c0.31,0.18,0.655,0.268,1,0.268C38.519,72.609,38.864,72.521,39.173,72.344z'%3e%3c/path%3e%3cpath d='M80.775,0H40.026c-1.104,0-2,0.896-2,2v6c0,1.104,0.896,2,2,2h40.749c2.632,0,4.771,2.141,4.771,4.771v66.125c0,2.631-2.141,4.771-4.771,4.771H40.026c-1.104,0-2,0.896-2,2v6c0,1.104,0.896,2,2,2h40.749c8.146,0,14.771-6.627,14.771-14.771V14.772C95.546,6.627,88.92,0,80.775,0z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-header .zknc-user-button-container .zknc-user-button.zknc-logout-button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 377.043 377.043' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M337.771,103.538c-14.648-22.722-34.645-42.102-57.818-56.046c-4.334-2.607-9.736-2.682-14.141-0.191c-4.402,2.49-7.127,7.157-7.127,12.216v29.031c0,4.379,2.045,8.508,5.529,11.162c31.094,23.686,49.654,61.019,49.654,99.866c0,69.115-56.23,125.345-125.346,125.345c-69.116,0-125.346-56.229-125.346-125.345c0-38.848,18.562-76.181,49.654-99.866c3.483-2.654,5.529-6.783,5.529-11.162V59.517c0-5.059-2.724-9.726-7.126-12.216c-4.405-2.49-9.808-2.416-14.142,0.191c-23.176,13.944-43.169,33.324-57.819,56.046c-18.46,28.63-28.218,61.838-28.218,96.038c0,47.402,18.46,91.969,51.979,125.488c33.521,33.52,78.086,51.979,125.488,51.979c47.402,0,91.968-18.459,125.488-51.979c33.518-33.52,51.979-78.086,51.979-125.488C365.99,165.376,356.232,132.167,337.771,103.538z'%3e%3c/path%3e%3cpath d='M172.129,215.535h32.789c7.257,0,13.16-5.905,13.16-13.162V13.162c0-7.257-5.903-13.162-13.16-13.162h-32.789c-7.257,0-13.161,5.904-13.161,13.162v189.211C158.968,209.63,164.873,215.535,172.129,215.535z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply {
    margin-top: 15px;
    padding-bottom: 30px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.zknc-comments .zknc-reply .zknc-reply-box {
    padding-bottom: 10px;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-avatar {
    background: url(../img/avatar.jpg);
    background-size: cover;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    float: left;
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-avatar {
        width: 35px;
        height: 35px;
    }
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container {
    margin-left: 60px;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container {
        margin-left: 45px;
    }
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-reply-message {
    padding: 15px 55px 15px 9px;
    font-size: 16px;
    outline: none;
    resize: none;
    position: relative;
    -webkit-transition-property: height, min-height;
    transition-property: height, min-height;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    max-height: 300px;
    overflow-y: auto;
    -webkit-box-shadow: inset 0 0 5px 1px #f0f2f5;
    box-shadow: inset 0 0 5px 1px #f0f2f5;
    border: 1px solid #e3e4e8;
    color: #333;
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-reply-message:focus {
    -webkit-box-shadow: 0 0 5px 2px #f0f2f5;
    box-shadow: 0 0 5px 2px #f0f2f5;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-reply-message.zknc-empty:empty:before {
    content: attr(placeholder);
    position: absolute;
    left: 9px;
    color: #888;
    cursor: text;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-reply-message p {
    margin: 0px;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 10px;
    z-index: 1;
    position: absolute;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' fill='%23b2b2b2' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M138.667,192c17.707,0,32-14.293,32-32s-14.293-32-32-32s-32,14.293-32,32S120.96,192,138.667,192z'/%3e%3cpath d='M288,192c17.707,0,32-14.293,32-32s-14.293-32-32-32s-32,14.293-32,32S270.293,192,288,192z'/%3e%3cpath d='M213.333,298.667c-31.467,0-58.667-17.28-73.493-42.667h-35.733c17.067,43.627,59.52,74.667,109.227,74.667 s92.16-31.04,109.227-74.667h-35.733C272,281.387,244.8,298.667,213.333,298.667z'/%3e%3cpath d='M213.12,0C95.36,0,0,95.573,0,213.333s95.36,213.333,213.12,213.333c117.973,0,213.547-95.573,213.547-213.333 S331.093,0,213.12,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block {
        display: none;
    }
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' fill='%23000000' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M138.667,192c17.707,0,32-14.293,32-32s-14.293-32-32-32s-32,14.293-32,32S120.96,192,138.667,192z'/%3e%3cpath d='M288,192c17.707,0,32-14.293,32-32s-14.293-32-32-32s-32,14.293-32,32S270.293,192,288,192z'/%3e%3cpath d='M213.333,298.667c-31.467,0-58.667-17.28-73.493-42.667h-35.733c17.067,43.627,59.52,74.667,109.227,74.667 s92.16-31.04,109.227-74.667h-35.733C272,281.387,244.8,298.667,213.333,298.667z'/%3e%3cpath d='M213.12,0C95.36,0,0,95.573,0,213.333s95.36,213.333,213.12,213.333c117.973,0,213.547-95.573,213.547-213.333 S331.093,0,213.12,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block.hovered {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' fill='%23000000' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M138.667,192c17.707,0,32-14.293,32-32s-14.293-32-32-32s-32,14.293-32,32S120.96,192,138.667,192z'/%3e%3cpath d='M288,192c17.707,0,32-14.293,32-32s-14.293-32-32-32s-32,14.293-32,32S270.293,192,288,192z'/%3e%3cpath d='M213.333,298.667c-31.467,0-58.667-17.28-73.493-42.667h-35.733c17.067,43.627,59.52,74.667,109.227,74.667 s92.16-31.04,109.227-74.667h-35.733C272,281.387,244.8,298.667,213.333,298.667z'/%3e%3cpath d='M213.12,0C95.36,0,0,95.573,0,213.333s95.36,213.333,213.12,213.333c117.973,0,213.547-95.573,213.547-213.333 S331.093,0,213.12,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles {
    white-space: normal;
    width: 333px;
    padding: 10px 5px 5px 10px;
    bottom: 45px;
    display: none;
    z-index: 119;
    right: -10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border: 1px solid #e3e4e8;
    position: absolute;
    -webkit-transition: all 150ms ease-in-out, all 150ms ease-in-out 150ms;
    transition: all 150ms ease-in-out, all 150ms ease-in-out 150ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles:after, .zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    right: 25px;
    top: 100%;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles:before {
    border-width: 8px;
    margin: 0 -8px;
    border-top-color: #e3e4e8;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles:after {
    border-width: 7px;
    margin: 0 -7px;
    border-top-color: #fff;
    -webkit-transform: translate3d(0, -0.5px, 0);
    transform: translate3d(0, -0.5px, 0);
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles a {
    width: 24px !important;
    height: 24px !important;
    text-decoration: none;
    opacity: 0.85;
    position: relative;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles a img {
    margin: 0px !important;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles a:hover {
    top: -2px;
    opacity: 1;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-smiles-block .zknc-smiles .zknc-reply-emoji {
    margin-bottom: 6px;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block {
    width: 30px;
    height: 30px;
    right: 48px;
    top: 10px;
    z-index: 1;
    position: absolute;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg  fill='%23b2b2b2' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='792px' height='792px' viewBox='0 0 792 792' style='enable-background:new 0 0 792 792;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33__30_'%3E%3Cg%3E%3Cpath d='M544.5,99v495c0,82.021-66.479,148.5-148.5,148.5S247.5,676.021,247.5,594V148.5c0-54.673,44.327-99,99-99 s99,44.327,99,99V594c0,27.349-22.176,49.5-49.5,49.5c-27.349,0-49.5-22.151-49.5-49.5V198H297v396c0,54.673,44.327,99,99,99 s99-44.327,99-99V148.5C495,66.479,428.521,0,346.5,0S198,66.479,198,148.5v470.25C210.202,716.389,295.045,792,396,792 s185.798-75.611,198-173.25V99H544.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: cover;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg  fill='%23000000' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='792px' height='792px' viewBox='0 0 792 792' style='enable-background:new 0 0 792 792;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x33__30_'%3E%3Cg%3E%3Cpath d='M544.5,99v495c0,82.021-66.479,148.5-148.5,148.5S247.5,676.021,247.5,594V148.5c0-54.673,44.327-99,99-99 s99,44.327,99,99V594c0,27.349-22.176,49.5-49.5,49.5c-27.349,0-49.5-22.151-49.5-49.5V198H297v396c0,54.673,44.327,99,99,99 s99-44.327,99-99V148.5C495,66.479,428.521,0,346.5,0S198,66.479,198,148.5v470.25C210.202,716.389,295.045,792,396,792 s185.798-75.611,198-173.25V99H544.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection {
    background: #fff;
    border: 1px solid #e9e9e9;
    -o-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 1;
    min-width: 160px;
    overflow: hidden;
    /*display:none;*/
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection:after, .zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    right: 25px;
    top: 100%;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection:before {
    border-width: 8px;
    margin: 0 -8px;
    border-top-color: #e3e4e8;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection:after {
    border-width: 7px;
    margin: 0 -7px;
    border-top-color: #fff;
    -webkit-transform: translate3d(0, -0.5px, 0);
    transform: translate3d(0, -0.5px, 0);
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection a {
    padding: 7px 0px;
    text-indent: 32px;
    display: block;
    text-decoration: none;
    color: #7f8c8d;
    background-position: 12px center;
    background-repeat: no-repeat;
    color: #7f8c8d;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection a:hover {
    color: #222;
    background-color: #f8f8f8;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block .zknc-attachment-selection a.zknc-video {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 112 112'%3E%3Cpath fill='%23999' d='M0,0v112h112V0H0z M23.333,107.334h-14V98h14V107.334z M23.333,88.666h-14v-9.332h14V88.666z M23.333,70h-14v-9.334h14V70z M23.333,51.333h-14V42h14V51.333z M23.333,32.667h-14v-9.333h14V32.667z M23.333,14h-14V4.667h14V14z M42,74.863V37.137L74.666,56L42,74.863z M102.666,107.334h-14V98h14V107.334z M102.666,88.666h-14v-9.332h14V88.666z M102.666,70h-14v-9.334h14V70z M102.666,51.333h-14V42h14V51.333z M102.666,32.667h-14v-9.333h14V32.667z M102.666,14h-14V4.667h14V14z'%3E%3C/path%3E%3C/svg%3E");
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-attachments-block:hover .zknc-attachment-selection {
    display: block;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-reply-close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 612 670.2' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M345.2,335.1L603.4,44.7c9.9-9.9,9.9-27.3,0-37.2s-24.8-9.9-37.2,0L305.5,300.4L44.8,7.4C34.9-2.5,20-2.5,7.6,7.4c-9.9,9.9-9.9,27.3,0,37.2l258.2,290.5L7.6,625.6c-9.9,9.9-9.9,27.3,0,37.2s24.8,9.9,37.2,0l260.7-292.9l260.7,292.9c9.9,9.9,24.8,9.9,37.2,0c9.9-9.9,9.9-27.3,0-37.2L345.2,335.1z'%3e%3c/path%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f7f9;
    border-radius: 50%;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-reply-close:hover {
    background-color: #e6eaf1;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-captcha {
    padding: 10px;
}

.zknc-comments .zknc-reply .zknc-reply-box .zknc-reply-message-container .zknc-captcha .zknc-captcha-title {
    font-size: 14px;
    padding-bottom: 6px;
}

.zknc-comments .zknc-reply .zknc-reply-tools {
    white-space: nowrap;
    float: left;
    margin-left: 60px;
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-reply .zknc-reply-tools {
        display: none;
    }
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f0f2f5;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e3e4e8;
    background-repeat: no-repeat;
    background-position: center center;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool span {
    width: 15px;
    margin-top: 7px;
    margin-left: 7px;
    height: 15px;
    background-size: cover;
    display: block;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.active {
    background: #333;
    border: 1px solid #333;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.active:hover {
    background: #333;
    border: 1px solid #333;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool:hover {
    background: #e7ebf1;
    border: 1px solid #d3d9de;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-bold span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 181.395 181.395'%3e%3cpath fill='%23888888' d='m20.618,181.395v-181.395h62.293c22.506,0 40.074,4.174 52.699,12.521 12.623,8.346 18.936,20.785 18.936,37.313 0,8.639-2.033,16.318-6.104,23.049-4.07,6.729-10.34,11.795-18.813,15.199 10.631,2.408 18.479,7.246 23.547,14.514 5.064,7.268 7.6,15.637 7.6,25.104 0,17.691-5.939,31.064-17.814,40.115-11.879,9.055-28.904,13.58-51.082,13.58h-71.262zm42.235-105.772h20.93c9.551-0.166 16.695-2.014 21.43-5.545 4.734-3.529 7.102-8.699 7.102-15.51 0-7.725-2.41-13.35-7.225-16.881-4.82-3.529-12.211-5.295-22.178-5.295h-20.059v43.231zm0,27.908v45.473h29.027c8.971,0 15.699-1.766 20.184-5.297 4.484-3.529 6.729-8.947 6.729-16.256 0-7.891-1.932-13.85-5.795-17.879-3.861-4.027-10.111-6.041-18.748-6.041h-31.397z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-bold:hover span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 181.395 181.395'%3e%3cpath fill='%23333333' d='m20.618,181.395v-181.395h62.293c22.506,0 40.074,4.174 52.699,12.521 12.623,8.346 18.936,20.785 18.936,37.313 0,8.639-2.033,16.318-6.104,23.049-4.07,6.729-10.34,11.795-18.813,15.199 10.631,2.408 18.479,7.246 23.547,14.514 5.064,7.268 7.6,15.637 7.6,25.104 0,17.691-5.939,31.064-17.814,40.115-11.879,9.055-28.904,13.58-51.082,13.58h-71.262zm42.235-105.772h20.93c9.551-0.166 16.695-2.014 21.43-5.545 4.734-3.529 7.102-8.699 7.102-15.51 0-7.725-2.41-13.35-7.225-16.881-4.82-3.529-12.211-5.295-22.178-5.295h-20.059v43.231zm0,27.908v45.473h29.027c8.971,0 15.699-1.766 20.184-5.297 4.484-3.529 6.729-8.947 6.729-16.256 0-7.891-1.932-13.85-5.795-17.879-3.861-4.027-10.111-6.041-18.748-6.041h-31.397z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-bold.active span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 181.395 181.395'%3e%3cpath fill='%23ffffff' d='m20.618,181.395v-181.395h62.293c22.506,0 40.074,4.174 52.699,12.521 12.623,8.346 18.936,20.785 18.936,37.313 0,8.639-2.033,16.318-6.104,23.049-4.07,6.729-10.34,11.795-18.813,15.199 10.631,2.408 18.479,7.246 23.547,14.514 5.064,7.268 7.6,15.637 7.6,25.104 0,17.691-5.939,31.064-17.814,40.115-11.879,9.055-28.904,13.58-51.082,13.58h-71.262zm42.235-105.772h20.93c9.551-0.166 16.695-2.014 21.43-5.545 4.734-3.529 7.102-8.699 7.102-15.51 0-7.725-2.41-13.35-7.225-16.881-4.82-3.529-12.211-5.295-22.178-5.295h-20.059v43.231zm0,27.908v45.473h29.027c8.971,0 15.699-1.766 20.184-5.297 4.484-3.529 6.729-8.947 6.729-16.256 0-7.891-1.932-13.85-5.795-17.879-3.861-4.027-10.111-6.041-18.748-6.041h-31.397z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-underline span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 230 230' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23888888' d='M61.638,164.165C75.236,175.39,93.257,181,115.458,181c21.955,0,39.679-5.61,53.239-16.835 C182.254,152.942,189,137.13,189,116.731V0h-42v116.731c0,11.06-2.501,19.212-8.03,24.454c-5.529,5.244-13.284,7.864-23.524,7.864 c-10.322,0-18.312-2.642-23.965-7.926C85.829,135.841,83,127.711,83,116.731V0H41v116.731C41,137.13,48.039,152.942,61.638,164.165 z'%3e%3c/path%3e%3crect fill='%23888888' width='230' y='197' height='33'%3e%3c/rect%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-underline:hover span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 230 230' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23333333' d='M61.638,164.165C75.236,175.39,93.257,181,115.458,181c21.955,0,39.679-5.61,53.239-16.835 C182.254,152.942,189,137.13,189,116.731V0h-42v116.731c0,11.06-2.501,19.212-8.03,24.454c-5.529,5.244-13.284,7.864-23.524,7.864 c-10.322,0-18.312-2.642-23.965-7.926C85.829,135.841,83,127.711,83,116.731V0H41v116.731C41,137.13,48.039,152.942,61.638,164.165 z'%3e%3c/path%3e%3crect fill='%23333333' width='230' y='197' height='33'%3e%3c/rect%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-underline.active span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 230 230' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ffffff' d='M61.638,164.165C75.236,175.39,93.257,181,115.458,181c21.955,0,39.679-5.61,53.239-16.835 C182.254,152.942,189,137.13,189,116.731V0h-42v116.731c0,11.06-2.501,19.212-8.03,24.454c-5.529,5.244-13.284,7.864-23.524,7.864 c-10.322,0-18.312-2.642-23.965-7.926C85.829,135.841,83,127.711,83,116.731V0H41v116.731C41,137.13,48.039,152.942,61.638,164.165 z'%3e%3c/path%3e%3crect fill='%23ffffff' width='230' y='197' height='33'%3e%3c/rect%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-italic span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 181.5 181.5' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23888888' d='M93.368,181.5H51.856L88.132,0h41.512L93.368,181.5z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-italic:hover span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 181.5 181.5' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23333333' d='M93.368,181.5H51.856L88.132,0h41.512L93.368,181.5z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-italic.active span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 181.5 181.5' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ffffff' d='M93.368,181.5H51.856L88.132,0h41.512L93.368,181.5z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-strikeThrough span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23888888' d='M10.5 7c-0.5-0.3-1-0.5-1.4-0.7-2-0.9-2.1-1.1-2-1.9s0.4-1 0.6-1.2c0.9-0.5 2.8-0.1 3.5 0.2l1.1-2.8c-0.4-0.2-3.7-1.4-6.1 0-0.8 0.5-1.9 1.5-2.1 3.4-0.2 1.3 0.1 2.3 0.7 3h-4.8v1h16v-1h-5.5z'%3e%3c/path%3e%3cpath fill='%23888888' d='M7.7 9c0 0 0.1 0 0.1 0.1 2 0.9 2.4 1.2 2.2 2.5-0.2 0.9-0.5 1.1-0.8 1.3-1.1 0.6-3.3 0-4.4-0.5l-1.2 2.6c0.3 0.1 2.3 1 4.5 1 0.9 0 1.8-0.2 2.6-0.6 0.9-0.5 2-1.4 2.4-3.4 0.2-1.3 0-2.3-0.4-3.1h-5z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-strikeThrough:hover span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23333333' d='M10.5 7c-0.5-0.3-1-0.5-1.4-0.7-2-0.9-2.1-1.1-2-1.9s0.4-1 0.6-1.2c0.9-0.5 2.8-0.1 3.5 0.2l1.1-2.8c-0.4-0.2-3.7-1.4-6.1 0-0.8 0.5-1.9 1.5-2.1 3.4-0.2 1.3 0.1 2.3 0.7 3h-4.8v1h16v-1h-5.5z'%3e%3c/path%3e%3cpath fill='%23333333' d='M7.7 9c0 0 0.1 0 0.1 0.1 2 0.9 2.4 1.2 2.2 2.5-0.2 0.9-0.5 1.1-0.8 1.3-1.1 0.6-3.3 0-4.4-0.5l-1.2 2.6c0.3 0.1 2.3 1 4.5 1 0.9 0 1.8-0.2 2.6-0.6 0.9-0.5 2-1.4 2.4-3.4 0.2-1.3 0-2.3-0.4-3.1h-5z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-strikeThrough.active span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ffffff' d='M10.5 7c-0.5-0.3-1-0.5-1.4-0.7-2-0.9-2.1-1.1-2-1.9s0.4-1 0.6-1.2c0.9-0.5 2.8-0.1 3.5 0.2l1.1-2.8c-0.4-0.2-3.7-1.4-6.1 0-0.8 0.5-1.9 1.5-2.1 3.4-0.2 1.3 0.1 2.3 0.7 3h-4.8v1h16v-1h-5.5z'%3e%3c/path%3e%3cpath fill='%23ffffff' d='M7.7 9c0 0 0.1 0 0.1 0.1 2 0.9 2.4 1.2 2.2 2.5-0.2 0.9-0.5 1.1-0.8 1.3-1.1 0.6-3.3 0-4.4-0.5l-1.2 2.6c0.3 0.1 2.3 1 4.5 1 0.9 0 1.8-0.2 2.6-0.6 0.9-0.5 2-1.4 2.4-3.4 0.2-1.3 0-2.3-0.4-3.1h-5z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-reply-emoji {
    opacity: 0.5;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-reply-emoji img {
    display: block;
}

.zknc-comments .zknc-reply .zknc-reply-tools .zknc-reply-tool.zknc-reply-emoji:hover {
    opacity: 1;
}

.zknc-comments .zknc-reply .zknc-reply-button {
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #333;
    background: #f0f2f5;
    border: 1px solid #e3e4e8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.zknc-comments .zknc-reply .zknc-reply-button:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.zknc-comments .zknc-moderator {
    margin-top: 10px;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools, .zknc-comments .zknc-moderator .zknc-moderator-status {
    padding: 10px 0px;
    background: none;
    top: 0px;
    z-index: 2;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-text, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-text {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 32px;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-text .zknc-green, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-text .zknc-green {
    color: #3c763d;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-text .zknc-red, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-text .zknc-red {
    color: #a94442;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-cls, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-cls {
    clear: both;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button {
    width: 32%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 2%;
    padding: 5px;
    line-height: 15px;
    opacity: 0.85;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*display: inline-block;
				line-height: 30px;
				text-decoration: none;
				color: #fff;
				margin-right: 10px;
				padding: 0px 10px;*/
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button:hover, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button:hover {
    opacity: 1;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-last, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-last {
    margin-right: 0px;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-moderation, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-moderation {
    background: #f0ad4e;
    border: 1px solid #eea236;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-moderation:hover, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-moderation:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-approve, .zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-comments-on, .zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-commenting-on, .zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-premoderate-off, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-approve, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-comments-on, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-commenting-on, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-premoderate-off {
    background: #5cb85c;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-remove, .zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-comments-off, .zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-commenting-off, .zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-moderator-button-premoderate-on, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-remove, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-comments-off, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-commenting-off, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-moderator-button-premoderate-on {
    background: #d9534f;
}

.zknc-comments .zknc-moderator .zknc-moderator-tools .zknc-moderator-button.zknc-processing, .zknc-comments .zknc-moderator .zknc-moderator-status .zknc-moderator-button.zknc-processing {
    -webkit-animation: fading 0.5s linear 0s infinite;
    animation: fading 0.5s linear 0s infinite;
}

.zknc-comments .zknc-body {
    position: relative;
}

.zknc-comments .zknc-body .zknc-loading {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    opacity: 0.7;
    display: none;
}

.zknc-comments .zknc-body .znkc-load-more {
    line-height: 20px;
    text-align: center;
}

.zknc-comments .zknc-body .znkc-load-more .znkc-load-more-link {
    border-bottom: 1px dashed #c5cacd;
    display: inline-block;
    -webkit-transition-property: color,border-bottom;
    transition-property: color,border-bottom;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #a3a3a3;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
}

.zknc-comments .zknc-body .znkc-load-more .znkc-load-more-link:hover {
    color: #064c96;
    border-bottom: 1px dashed #064c96;
}

.zknc-comments .zknc-body .zknc-item {
    margin-top: 20px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-body .zknc-item {
        margin-top: 15px;
        padding-left: 5px;
        border-left: 1px dashed #e3e4e8;
    }
}

.zknc-comments .zknc-body .zknc-item .zknc-item-avatar {
    background: url(../img/avatar.jpg);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    background-size: cover;
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-body .zknc-item .zknc-item-avatar {
        width: 35px;
        height: 35px;
    }
}

.zknc-comments .zknc-body .zknc-item .zknc-item-data {
    margin-left: 60px;
    font-size: 13px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-body .zknc-item .zknc-item-data {
        margin-left: 45px;
    }
}

@media only screen and (max-width: 1000px) {
    .zknc-comments .zknc-body .zknc-item .zknc-item-data .zknc-children {
        margin-left: -35px;
    }
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    position: relative;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-bad-vote {
    opacity: 0.8;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-very-bad-vote {
    opacity: 0.5;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-moderate:before, .zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-banned:before, .zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-deleted:before, .zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-posting:before {
    float: right;
    padding: 4px;
    content: attr(data-status);
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-moderate {
    background: #fcf8e3;
    padding: 0px 5px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-moderate:before {
    color: #8a6d3b;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-banned, .zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-deleted {
    background: #f2dede;
    padding: 0px 5px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-banned:before, .zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-deleted:before {
    color: #a94442;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-posting {
    background: #d9edf7;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-posting:before {
    color: #31708f;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-posting .zknc-message a {
    border-bottom: 1px dashed #c5cacd;
    display: inline-block;
    -webkit-transition-property: color,border-bottom;
    transition-property: color,border-bottom;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #a3a3a3;
    text-decoration: none;
    font-size: 14px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-status-posting .zknc-message a:hover {
    color: #735959;
    border-bottom: 1px dashed #735959;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container.zknc-hl {
    background: #f9ddab;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-author-name {
    color: #3a609b;
    text-decoration: none;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-answer-to-link {
    color: #a3a3a3;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 0px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-answer-to-link:hover {
    color: #f39c12;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-country a {
    text-decoration: none;
    color: #444;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-date {
    color: #a3a3a3;
    font-size: 10px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-moderator-checkbox {
    width: 16px;
    height: 16px;
    float: left;
    margin: 2px;
    margin-right: 6px;
    position: absolute;
    bottom: 3px;
    left: -22px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-message {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-message .zknc-youtube-video {
    display: block;
    width: 213px;
    min-height: 120px;
    background-color: #000;
    color: #fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-message .zknc-youtube-video:before {
    position: absolute;
    background: url("../img/youtube-play.png");
    width: 64px;
    height: 46px;
    left: 74px;
    top: 57px;
    content: ' ';
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-message .zknc-youtube-video:after {
    content: attr(data-title);
    display: block;
    padding-top: 130px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions {
    line-height: 18px;
    margin-top: 0px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a {
    color: #a3a3a3;
    text-decoration: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    margin-right: 10px;
    display: inline-block;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a.zknc-moderation-link {
    color: #8a6d3b;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a.zknc-approve-link {
    color: #3c763d;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a.zknc-remove-link {
    color: #a94442;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a.zknc-remove-interesting-link {
    color: #a94442;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a.zknc-add-interesting-link {
    color: #337ab7;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a.zknc-processing {
    -webkit-animation: fading 0.5s linear 0s infinite;
    animation: fading 0.5s linear 0s infinite;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions a:hover {
    color: #064d97;
    text-decoration: underline;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-moderator-links {
    display: inline-block;
    padding-left: 10px;
    background: #f4f4f4;
    margin-right: 10px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes {
    display: inline-block;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-vote-positive {
    color: #62a600;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-vote-negative {
    color: #d03c3c;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-vote-neutral {
    color: #f39c12;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-total {
    color: #888;
    margin-left: 4px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-like-link {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 0px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    background-position: center center;
    background-repeat: no-repeat;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-like-link.zknc-like-link-like {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 128 128'%3e%3cpath fill='%23999999' d='M76.33 0L77.69 0C82.31 1.16 87.01 3.61 89.09 8.13 92.52 15.59 91.61 24.58 87.84 31.75 84.95 37.88 80.7 44.07 81.59 51.18 92.33 50.71 103.14 50.46 113.84 51.72 118.04 52.18 120.78 55.87 122.8 59.22 123.86 61.24 125.17 63.56 124.47 65.91 123.31 68.07 121.6 69.89 120.47 72.08 120.5 76.13 125.09 78.88 124.54 82.98 123.04 85.56 120.58 87.47 119.3 90.18 119.24 93.91 122.25 97.06 121.85 100.83 120.63 104.59 116.47 106.33 114.86 109.84 114.31 112.93 115.54 116.6 113.21 119.16 110.22 122.79 106.32 126.18 101.49 126.82 98.01 127.36 94.5 127.72 91 128L84.96 128C76.98 127.28 68.97 127.04 61 126.23 51.71 124.78 42.47 122.98 33.21 121.36 33.24 104.08 33.27 86.8 33.19 69.53 36.18 69.44 39.14 68.49 41.21 66.25 48.51 59.09 52.26 49.32 56.22 40.11 58.64 34.47 65.2 32.44 68.19 27.21 72.52 19.85 73.02 11.07 73.82 2.77 73.62 1.23 75.32.67 76.33 0zM7.48 66.62C12.64 66.18 17.84 66.49 23.02 66.44 26.05 66.2 29.13 68.79 28.88 71.94 28.92 87.64 28.9 103.34 28.89 119.04 29.23 122.23 26.17 124.95 23.08 124.73 18.37 124.77 13.65 124.79 8.93 124.72 5.89 124.87 3.04 122.11 3.29 119.04 3.28 103.34 3.25 87.64 3.3 71.94 3.15 69.45 5.09 67.15 7.48 66.62z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-like-link.zknc-like-link-like.zknc-active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' class='like' width='14' height='14' viewBox='0 0 128 128'%3e%3cpath fill='%2362a600' d='M76.33 0L77.69 0C82.31 1.16 87.01 3.61 89.09 8.13 92.52 15.59 91.61 24.58 87.84 31.75 84.95 37.88 80.7 44.07 81.59 51.18 92.33 50.71 103.14 50.46 113.84 51.72 118.04 52.18 120.78 55.87 122.8 59.22 123.86 61.24 125.17 63.56 124.47 65.91 123.31 68.07 121.6 69.89 120.47 72.08 120.5 76.13 125.09 78.88 124.54 82.98 123.04 85.56 120.58 87.47 119.3 90.18 119.24 93.91 122.25 97.06 121.85 100.83 120.63 104.59 116.47 106.33 114.86 109.84 114.31 112.93 115.54 116.6 113.21 119.16 110.22 122.79 106.32 126.18 101.49 126.82 98.01 127.36 94.5 127.72 91 128L84.96 128C76.98 127.28 68.97 127.04 61 126.23 51.71 124.78 42.47 122.98 33.21 121.36 33.24 104.08 33.27 86.8 33.19 69.53 36.18 69.44 39.14 68.49 41.21 66.25 48.51 59.09 52.26 49.32 56.22 40.11 58.64 34.47 65.2 32.44 68.19 27.21 72.52 19.85 73.02 11.07 73.82 2.77 73.62 1.23 75.32.67 76.33 0zM7.48 66.62C12.64 66.18 17.84 66.49 23.02 66.44 26.05 66.2 29.13 68.79 28.88 71.94 28.92 87.64 28.9 103.34 28.89 119.04 29.23 122.23 26.17 124.95 23.08 124.73 18.37 124.77 13.65 124.79 8.93 124.72 5.89 124.87 3.04 122.11 3.29 119.04 3.28 103.34 3.25 87.64 3.3 71.94 3.15 69.45 5.09 67.15 7.48 66.62z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-like-link.zknc-like-link-dislike {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 128 128'%3e%3cpath fill='%23999999' d=' M 37.17 0.00 L 42.84 0.00 C 51.07 0.72 59.34 0.97 67.56 1.83 C 76.66 3.32 85.71 5.04 94.79 6.64 C 94.77 23.91 94.73 41.18 94.81 58.44 C 91.83 58.60 88.85 59.50 86.77 61.76 C 79.47 68.93 75.73 78.71 71.76 87.93 C 69.32 93.54 62.80 95.58 59.81 100.79 C 55.45 108.18 55.00 117.00 54.16 125.33 C 54.27 126.77 52.68 127.34 51.71 128.00 L 50.31 128.00 C 46.67 126.97 42.91 125.48 40.52 122.39 C 36.96 117.77 36.36 111.53 37.06 105.92 C 38.08 95.55 47.54 87.60 46.42 76.82 C 36.01 77.30 25.55 77.47 15.16 76.43 C 9.39 76.12 5.83 70.67 3.81 65.85 C 1.88 61.91 6.09 59.14 7.52 55.91 C 7.48 51.88 2.94 49.13 3.46 45.04 C 4.95 42.43 7.44 40.51 8.72 37.77 C 8.69 34.07 5.79 30.93 6.14 27.19 C 7.32 23.70 10.90 21.88 12.82 18.87 C 14.06 15.89 12.35 12.16 14.38 9.40 C 16.79 6.19 19.94 3.36 23.70 1.86 C 28.08 0.64 32.66 0.42 37.17 0.00 Z'%3e%3c/path%3e%3cpath fill='%23999999' d=' M 103.31 3.43 C 108.52 3.04 113.78 3.30 119.01 3.28 C 122.06 3.10 124.94 5.84 124.71 8.94 C 124.73 24.64 124.74 40.34 124.70 56.03 C 124.90 59.10 122.00 61.71 119.01 61.55 C 114.04 61.58 109.07 61.67 104.11 61.50 C 101.36 61.39 98.89 58.82 99.12 56.03 C 99.08 40.32 99.10 24.62 99.11 8.91 C 98.86 6.34 100.85 3.97 103.31 3.43 Z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-like-link.zknc-like-link-dislike.zknc-active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' class='like' width='14px' height='14px' viewBox='0 0 128 128'%3e%3cpath fill='%23d03c3c' d=' M 37.17 0.00 L 42.84 0.00 C 51.07 0.72 59.34 0.97 67.56 1.83 C 76.66 3.32 85.71 5.04 94.79 6.64 C 94.77 23.91 94.73 41.18 94.81 58.44 C 91.83 58.60 88.85 59.50 86.77 61.76 C 79.47 68.93 75.73 78.71 71.76 87.93 C 69.32 93.54 62.80 95.58 59.81 100.79 C 55.45 108.18 55.00 117.00 54.16 125.33 C 54.27 126.77 52.68 127.34 51.71 128.00 L 50.31 128.00 C 46.67 126.97 42.91 125.48 40.52 122.39 C 36.96 117.77 36.36 111.53 37.06 105.92 C 38.08 95.55 47.54 87.60 46.42 76.82 C 36.01 77.30 25.55 77.47 15.16 76.43 C 9.39 76.12 5.83 70.67 3.81 65.85 C 1.88 61.91 6.09 59.14 7.52 55.91 C 7.48 51.88 2.94 49.13 3.46 45.04 C 4.95 42.43 7.44 40.51 8.72 37.77 C 8.69 34.07 5.79 30.93 6.14 27.19 C 7.32 23.70 10.90 21.88 12.82 18.87 C 14.06 15.89 12.35 12.16 14.38 9.40 C 16.79 6.19 19.94 3.36 23.70 1.86 C 28.08 0.64 32.66 0.42 37.17 0.00 Z'%3e%3c/path%3e%3cpath fill='%23d03c3c' d=' M 103.31 3.43 C 108.52 3.04 113.78 3.30 119.01 3.28 C 122.06 3.10 124.94 5.84 124.71 8.94 C 124.73 24.64 124.74 40.34 124.70 56.03 C 124.90 59.10 122.00 61.71 119.01 61.55 C 114.04 61.58 109.07 61.67 104.11 61.50 C 101.36 61.39 98.89 58.82 99.12 56.03 C 99.08 40.32 99.10 24.62 99.11 8.91 C 98.86 6.34 100.85 3.97 103.31 3.43 Z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes .zknc-like-link.zknc-processing {
    -webkit-animation: fading 0.5s linear 0s infinite;
    animation: fading 0.5s linear 0s infinite;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-likes.zknc-active .zknc-like-link {
    opacity: 1;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-line {
    margin-top: 4px;
    height: 1px;
    background: #edeef0;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-actions .zknc-send-captcha {
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    color: #fff;
    background: #333;
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-original-item {
    background: #f8f8f8;
    padding: 10px;
    line-height: 18px;
    font-size: 12px;
    margin: 10px 0;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-original-item .zknc-original-avatar {
    background: url(../img/avatar.jpg);
    width: 26px;
    height: 26px;
    float: left;
    border-radius: 50%;
    background-clip: padding-box;
    background-size: cover;
    margin-right: 7px;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container .zknc-original-item .zknc-original-author-link {
    color: #3a609b;
    text-decoration: none;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container:hover .zknc-actions .zknc-likes .zknc-like-link {
    opacity: 0.5;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container:hover .zknc-actions .zknc-likes .zknc-like-link:hover {
    opacity: 1;
}

.zknc-comments .zknc-body .zknc-item .zknc-message-container:hover .zknc-actions .zknc-likes.zknc-active .zknc-like-link {
    opacity: 1;
}

.zknc-comments .zknc-body .zknc-item .zknc-clear {
    clear: both;
}

.zknc-comments .zknc-message-warning {
    color: #363636;
    background: #fff9c5;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin: 10px 0px;
}

.zknc-comments .zknc-window-container {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.zknc-comments .zknc-window-container .zknc-window {
    border: 1px solid #909090;
    margin: 0 auto;
    max-width: 570px;
    min-width: 200px;
    opacity: 0;
    padding: 20px;
    background: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    -o-box-shadow: 0 14px 45px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 14px 45px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 14px 45px 0 rgba(0, 0, 0, 0.25);
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.zknc-comments .zknc-window-container.zknc-active {
    background: rgba(0, 0, 0, 0.5);
}

.zknc-comments .zknc-window-container.zknc-active .zknc-window {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.zknc-comments .zknc-window-container .zknc-button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f0f2f5;
    padding: 3px;
}

.zknc-comments .zknc-window-container .zknc-button-close span {
    display: block;
    width: 15px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='12' height='12' viewBox='0 0 612 670.2' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M345.2,335.1L603.4,44.7c9.9-9.9,9.9-27.3,0-37.2s-24.8-9.9-37.2,0L305.5,300.4L44.8,7.4C34.9-2.5,20-2.5,7.6,7.4c-9.9,9.9-9.9,27.3,0,37.2l258.2,290.5L7.6,625.6c-9.9,9.9-9.9,27.3,0,37.2s24.8,9.9,37.2,0l260.7-292.9l260.7,292.9c9.9,9.9,24.8,9.9,37.2,0c9.9-9.9,9.9-27.3,0-37.2L345.2,335.1z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-title {
    font-size: 18px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.zknc-comments .zknc-window-container .zknc-title.zknc-offset {
    margin-top: 16px;
}

.zknc-comments .zknc-window-container .zknc-login-options {
    text-align: center;
    padding: 0px 10px 0px 0px;
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option {
    display: inline-block;
    margin: 0 0 10px 10px;
    width: 44px;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.85;
    position: relative;
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option:hover {
    top: -2px;
    opacity: 1;
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=google] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44px' height='44px' x='0px' y='0px' viewBox='0 0 44.674 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse style='fill:%23FFFFFF;' cx='22.593' cy='22.516' rx='16.765' ry='18.784'%3e%3c/ellipse%3e%3cpath fill='%23E14E3A' d='M19.092,18.364c0.283-0.64,0.401-1.308,0.406-2.006c-0.06-1.74-0.606-3.273-1.943-4.454c-0.625-0.552-1.354-0.892-2.21-0.815c-1.107,0.098-1.798,0.774-2.226,1.744c-0.438,0.991-0.498,2.03-0.291,3.084c0.279,1.431,0.903,2.67,2.098,3.559C16.479,20.629,18.309,20.131,19.092,18.364z'%3e%3c/path%3e%3cpath fill='%23E14E3A' d='M19.401,26.307c-1.186-0.58-2.447-0.739-3.744-0.575c-1.327,0.168-2.53,0.642-3.518,1.577c-1.549,1.466-1.499,3.535,0.14,4.898c1.107,0.919,2.43,1.226,3.838,1.242c0.084,0,0.167,0.004,0.251,0c1.556-0.079,2.981-0.523,4.128-1.62c0.958-0.918,1.414-2.024,0.98-3.35C21.135,27.436,20.355,26.773,19.401,26.307z'%3e%3c/path%3e%3cpath fill='%23E14E3A' d='M22.337,0C10.001,0,0,10.081,0,22.516c0,12.435,10.001,22.516,22.337,22.516c12.334,0,22.336-10.081,22.336-22.516C44.674,10.081,34.672,0,22.337,0z M21.471,33.598c-1.169,0.771-2.461,1.208-3.833,1.412c-1.951,0.29-3.889,0.24-5.777-0.384c-1.317-0.437-2.476-1.117-3.158-2.394c-0.955-1.796-0.82-4.644,1.621-6.082c1.256-0.74,2.618-1.127,4.045-1.302c0.763-0.095,1.534-0.115,2.302-0.168c0.054-0.004,0.108-0.011,0.179-0.019c-0.018-0.462-0.173-0.851-0.546-1.11c-0.303-0.211-0.403-0.482-0.39-0.833c0.014-0.408,0.003-0.815,0.003-1.293c-0.473,0-0.926,0.033-1.373-0.006c-1.205-0.106-2.321-0.463-3.268-1.261c-0.738-0.622-1.187-1.416-1.413-2.341c-0.309-1.262-0.3-2.523,0.111-3.76c0.466-1.402,1.436-2.387,2.715-3.075c1.434-0.771,2.977-1.123,4.599-1.128c2.109-0.006,4.217-0.001,6.325-0.001c0.074,0,0.147,0,0.233,0c0.012,0.273-0.15,0.423-0.355,0.484c-0.443,0.132-0.894,0.235-1.344,0.331c-0.406,0.087-0.82,0.145-1.228,0.23c-0.096,0.02-0.18,0.102-0.297,0.174c0.093,0.068,0.14,0.114,0.195,0.14c1.003,0.478,1.561,1.284,1.728,2.367c0.157,1.003,0.212,2.011,0.056,3.021c-0.165,1.073-0.707,1.943-1.486,2.672c-0.426,0.4-0.878,0.773-1.317,1.159c-0.042,0.036-0.085,0.072-0.126,0.111c-0.786,0.736-0.819,1.431-0.04,2.169c0.66,0.625,1.381,1.185,2.059,1.791c0.781,0.698,1.452,1.481,1.844,2.476C24.331,28.996,23.772,32.079,21.471,33.598z M36.521,15.97c-1.514,0.005-3.028,0.008-4.541,0.013c-0.603,0.002-0.525-0.054-0.526,0.515c-0.004,1.356-0.001,2.712,0,4.068c0,0.101,0,0.201,0,0.323c-0.322,0-0.613,0-0.958,0c0-0.224,0-0.442,0-0.661c0.001-1.31-0.003-2.619,0.01-3.928c0.002-0.243-0.065-0.32-0.312-0.319c-1.402,0.009-2.805,0.004-4.206,0.003c-0.137,0-0.271,0-0.424,0c0-0.42,0-0.798,0-1.214c1.631,0,3.26,0,4.926,0c0-1.593,0-3.147,0-4.721c0.332,0,0.624,0,0.946,0c0.008,0.136,0.02,0.262,0.02,0.388c0,1.337,0.004,2.675-0.008,4.012c-0.003,0.242,0.062,0.321,0.31,0.319c1.533-0.01,3.066-0.005,4.598-0.006c0.055,0,0.11-0.011,0.165-0.018C36.521,15.152,36.521,15.561,36.521,15.97z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=facebook] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44.674 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='22.844' cy='22.45' rx='16.765' ry='18.784' fill='%23FFF'%3e%3c/ellipse%3e%3cpath fill='%233D5B9A' d='M22.337,0c12.336,0,22.337,10.081,22.337,22.516c0,12.436-10.001,22.516-22.337,22.516C10.001,45.032,0,34.952,0,22.516C0,10.081,10.001,0,22.337,0L22.337,0z M19.077,22.465c0.065,0.082,0.029,0.655,0.029,0.762l0.003,12.085h5.226c0.031-3.181,0.001-6.445,0.001-9.641c0-0.046-0.01-3.096,0.004-3.16c0.01-0.042,0.011-0.036,0.022-0.054c0.007,0.001,3.325,0.027,3.441-0.001l0.058-0.017l0.459-4.411l-3.967,0c-0.015-0.651,0.003-1.321,0.004-1.974c0-0.597-0.014-1.333,0.34-1.661l3.603-0.363l-0.006-4.425c-0.682-0.041-1.49-0.004-2.186-0.004c-0.724,0-1.457-0.015-2.168,0.033c-1.357,0.09-2.452,0.495-3.245,1.172c-1.148,1.846-1.592,0.261-1.601,7.223l-2.626,0.001l0.005,4.431L19.077,22.465L19.077,22.465z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=twitter] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='275.298 397.92 44.673 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='297.747' cy='418.967' rx='18.517' ry='18.784' fill='%23FFF'%3e%3c/ellipse%3e%3cpath fill='%2300ACED' d='M297.634,397.986c12.337,0,22.337,10.051,22.337,22.45c0,12.399-10,22.45-22.337,22.45c-12.336,0-22.337-10.051-22.337-22.45C275.298,408.037,285.298,397.986,297.634,397.986L297.634,397.986z M310.224,420.562c0.1-0.09,0.022,0.033,0.098-0.147l0.181-0.634c0.97-0.031,1.639-0.105,2.423-0.418l1.613-1.111c-0.535-0.007-1.096,0.138-1.965,0.003l-1.761-0.371c0.144-0.093,0.369-0.095,0.574-0.126c0.212-0.032,0.393-0.06,0.602-0.109c0.407-0.096,0.704-0.187,1.044-0.346l1.354-1.33c-0.618,0.244-1.177,0.346-2.01,0.356c-0.405,0.004-1.875-0.02-2.011-0.383c-0.161-0.431-0.16-0.838-0.497-1.645c-0.215-0.515-0.481-1.007-0.78-1.449c-0.614-0.912-1.373-1.669-2.271-2.251l-3.708-1.044c0.232-0.224,1.106-0.401,1.422-0.486c1.653-0.444,1.51-1.05,1.11-1.163c-0.51-0.144-1.757,0.328-2.314,0.499l0.999-1.064c-1.039,0.098-1.719,0.619-2.497,1.1l0.323-0.799c-0.98,0.33-2.748,2.677-3.237,3.617l-2.075,4.574c-0.177-0.073-1.404-1.337-2.341-1.9c-0.819-0.491-1.912-1.017-2.852-1.454c-2.262-1.053-3.88-1.694-6.196-2.545c-0.116,2.045,1.19,3.168,2.818,4.268l-1.985,0.262c0.034,0.873,0.705,1.783,1.214,2.218c0.926,0.794,1.411,0.798,2.261,1.12l0.175,0.091c-1.37,0.238-0.961,0.086-2.15,0.86c0.015,0.544,1.194,1.701,2.082,1.901l1.979,0.258c-0.137,0.126-0.351,0.215-0.513,0.319c-0.202,0.13-0.285,0.208-0.43,0.383c-0.273,0.333-0.415,0.71-0.236,1.171l2.292,1.05c-0.122,0.244-0.871,0.849-1.122,1.024c-1.371,0.954-2.913,1.625-4.878,1.712c-1.396,0.062-2.748-0.205-3.816-0.635c-1.232-0.495-1.736-0.909-2.676-1.639c0.276,0.477,0.9,1.136,1.281,1.541c3.594,3.831,9.408,5.945,15.487,4.855c3.711-0.666,6.102-1.953,8.276-3.55c0.358-0.263,1.212-1.033,1.519-1.351c0.945-0.979,1.786-2.029,2.4-3.241C309.614,422.192,310.252,420.931,310.224,420.562L310.224,420.562z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=vkontakte] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='275.298 397.92 44.673 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='298.071' cy='418.967' rx='18.517' ry='18.784' fill='%23FFF'%3e%3c/ellipse%3e%3cpath fill='%233C5A99' d='M297.634,397.92c-12.336,0-22.337,10.081-22.337,22.516c0,12.435,10,22.516,22.337,22.516c12.335,0,22.336-10.081,22.336-22.516C319.971,408.001,309.969,397.92,297.634,397.92z M308.577,422.733c1.879,1.73,3.188,3.139,3.93,4.226c0.346,0.544,0.457,1.026,0.334,1.446s-0.408,0.63-0.853,0.63l-4.894,0.222c-0.692,0.05-1.533-0.371-2.521-1.26c-0.989-0.889-1.656-1.631-2.002-2.225c-0.198-0.346-0.556-0.544-1.075-0.593c-0.519-0.049-0.853,0.198-1.001,0.742l-0.149,1.928c-0.049,0.395-0.198,0.692-0.445,0.89c-0.248,0.198-0.457,0.309-0.63,0.334c-0.173,0.024-0.457,0.062-0.853,0.111c-1.285,0.049-2.41-0.013-3.374-0.186c-0.964-0.173-1.842-0.531-2.632-1.075c-0.791-0.544-1.421-1.038-1.891-1.484c-0.469-0.445-1.149-1.162-2.039-2.15c-2.422-3.46-4.226-6.451-5.413-8.972c-0.445-0.989-0.692-1.829-0.742-2.521c0.198-0.198,0.569-0.321,1.113-0.371c0.544-0.049,1.335-0.062,2.372-0.037c1.038,0.025,1.656,0.037,1.854,0.037c0.495-0.049,0.89,0.223,1.187,0.816c1.235,2.768,2.447,4.918,3.633,6.451c0.791,0.741,1.31,0.618,1.557-0.371c0.099,0,0.149-1.211,0.149-3.633c0.049-1.533-0.569-2.497-1.854-2.892c0.296-0.791,1.335-1.186,3.114-1.186c0.445,0,0.988,0.024,1.631,0.074c0.642,0.05,0.988,0.075,1.037,0.075c1.484,0,2.225,0.593,2.225,1.78c0,0.148-0.025,0.507-0.074,1.075c-0.05,0.568-0.087,1.112-0.111,1.631c-0.025,0.519-0.037,1.063-0.037,1.631c0,0.568,0.074,1.05,0.223,1.446c0.148,0.395,0.346,0.642,0.593,0.741c0.272-0.198,0.532-0.383,0.778-0.556c0.248-0.174,0.507-0.457,0.779-0.853c0.272-0.395,0.481-0.692,0.63-0.89c0.148-0.198,0.37-0.568,0.667-1.112c0.297-0.544,0.47-0.89,0.519-1.038c0.049-0.148,0.222-0.531,0.519-1.149c0.297-0.618,0.445-0.927,0.445-0.927l0.111-0.223c0.198-0.445,0.359-0.704,0.482-0.778c0.124-0.074,0.433-0.111,0.927-0.111h4.597c0.544,0,0.865,0.012,0.964,0.037c0.099,0.025,0.248,0.136,0.445,0.334c0.346,0.445,0.037,1.409-0.927,2.892c-0.964,1.483-1.89,2.718-2.781,3.708C307.86,420.781,307.687,421.892,308.577,422.733z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=odnoklassniki] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44.674 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='22.936' cy='23.867' rx='11.962' ry='18.784' fill='%23FFF'%3e%3c/ellipse%3e%3cpath fill='%23F58324' d='M21.929,18.181c4.087-0.049,4.039-6.558-0.332-6.25C17.456,12.224,17.761,18.233,21.929,18.181z'%3e%3c/path%3e%3cpath fill='%23F58324' d='M22.337,0.066C10.001,0.066,0,10.117,0,22.516c0,12.399,10.001,22.45,22.337,22.45c12.336,0,22.336-10.051,22.336-22.45C44.674,10.117,34.674,0.066,22.337,0.066z M14.219,13.753c0.695-4.595,5.124-6.885,8.875-6.243c4.418,0.757,6.823,4.829,6.289,8.582C27.941,26.256,12.685,23.876,14.219,13.753z M29.746,36.196c-1.494,1.525-3.089,0.122-4.251-0.999c-0.998-0.963-2.197-2.17-3.242-2.99c-2.726,2.881-4.941,6.342-7.18,4.427c-2.683-2.297,2.585-5.663,3.87-7.647c-1.338-0.3-3.591-1.028-4.652-1.837c-1.063-0.813-1.259-2.677,0.026-3.602c1.54-1.11,2.574,0.113,4.392,0.701c6.889,2.223,9.554-4.005,11.593-0.354c1.738,3.114-4.177,4.489-4.885,4.969C28.261,31.591,31.903,33.998,29.746,36.196z'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=mailru] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44.674 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%233789C9' d='M22.337,0C10.001,0,0,10.081,0,22.516c0,12.435,10.001,22.516,22.337,22.516c12.334,0,22.336-10.081,22.336-22.516C44.674,10.081,34.672,0,22.337,0z'%3e%3c/path%3e%3cpath d='M21.803,13.886c2.351,0,4.562,1.039,6.185,2.666v0.006c0-0.781,0.525-1.37,1.256-1.37l0.184-0.001c1.141,0,1.376,1.08,1.376,1.422l0.006,12.146c-0.081,0.795,0.821,1.205,1.32,0.696c1.951-2.005,4.284-10.304-1.212-15.113c-5.122-4.483-11.995-3.744-15.65-1.225c-3.885,2.679-6.372,8.61-3.956,14.18c2.633,6.077,10.166,7.889,14.644,6.082c2.267-0.916,3.315,2.149,0.96,3.151c-3.558,1.516-13.461,1.364-18.087-6.65c-3.126-5.411-2.959-14.932,5.33-19.865C20.5,6.238,28.86,7.284,33.902,12.549c5.27,5.504,4.962,15.811-0.178,19.819c-2.329,1.82-5.788,0.048-5.766-2.605l-0.024-0.867c-1.622,1.609-3.78,2.548-6.131,2.548c-4.645,0-8.732-4.088-8.732-8.732C13.071,18.02,17.158,13.886,21.803,13.886L21.803,13.886L21.803,13.886L21.803,13.886z M27.649,22.376c-0.175-3.402-2.7-5.447-5.748-5.447h-0.115c-3.518,0-5.47,2.767-5.47,5.91c0,3.52,2.361,5.743,5.456,5.743c3.451,0,5.721-2.528,5.885-5.519L27.649,22.376z' fill-rule='evenodd' clip-rule='evenodd' fill='%23FFF'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=yandex] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='44' height='44' viewBox='0 0 44.674 45.032' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23EB2227' d='M22.337,0C10.001,0,0,10.081,0,22.516c0,12.435,10.001,22.516,22.337,22.516c12.334,0,22.336-10.081,22.336-22.516C44.674,10.081,34.672,0,22.337,0z'%3e%3c/path%3e%3cpath d='M27.909,6.919h-4.433c-4.354,0-8.048,3.315-8.048,9.751c0,3.861,1.789,6.708,4.977,8.112l-5.948,10.765c-0.194,0.351,0,0.624,0.31,0.624h2.761c0.233,0,0.389-0.078,0.467-0.272l5.404-10.571h1.945v10.571c0,0.117,0.117,0.272,0.271,0.272h2.412c0.233,0,0.311-0.117,0.311-0.311V7.309C28.337,7.036,28.182,6.919,27.909,6.919z M25.343,22.833h-1.634c-2.566,0-5.054-1.872-5.054-6.553c0-4.876,2.333-6.865,4.704-6.865h1.984V22.833z' fill='%23FFF'%3e%3c/path%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=eds] {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-100 -100 700 700' style='enable-background:new -100 -100 700 700;' xml:space='preserve' width='44' height='44'%3E%3Cellipse cx='250' cy='250' rx='350' ry='350' fill='%23ff4c00'%3E%3C/ellipse%3E%3Cg%3E%3Cg%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M199.762,179.069l-20.777,20.778c-3.906,3.906-3.905,10.238,0,14.143c1.953,1.952,4.512,2.929,7.071,2.929 c2.559,0,5.119-0.977,7.071-2.929l20.777-20.778c3.906-3.906,3.905-10.238,0-14.143 C209.999,175.165,203.667,175.165,199.762,179.069z'/%3E%3Cpath d='M148.437,230.396l-85.54,85.54c-15.644,15.643-24.26,36.443-24.26,58.567c0,22.125,8.616,42.924,24.26,58.568 c1.953,1.952,4.512,2.929,7.071,2.929c2.559,0,5.118-0.977,7.071-2.927c3.905-3.906,3.905-10.238,0-14.143 c-11.866-11.866-18.401-27.644-18.401-44.426c0-16.781,6.535-32.559,18.402-44.425l85.54-85.54 c3.905-3.906,3.905-10.238,0-14.143C158.674,226.492,152.342,226.492,148.437,230.396z'/%3E%3Cpath d='M501.971,113.866c0-2.652-1.054-5.195-2.929-7.071L395.175,2.929C393.3,1.054,390.756,0,388.104,0 c-2.652,0-5.196,1.054-7.071,2.929l-90.685,90.686L267.743,71.01c-3.905-3.904-10.237-3.904-14.143,0L36.703,287.906 c-48.898,48.899-48.898,128.463,0,177.361C60.391,488.955,91.884,502,125.383,502c33.5,0,64.993-13.045,88.681-36.732 L430.961,248.37c3.905-3.905,3.905-10.237,0-14.143l-22.605-22.604l90.685-90.686 C500.917,119.062,501.971,116.519,501.971,113.866z M409.748,241.299L199.921,451.125c-41.099,41.102-107.976,41.102-149.076,0 c-41.101-41.1-41.1-107.976,0-149.076L260.671,92.223L409.748,241.299z M394.214,197.48l-89.724-89.724l83.614-83.614 l26.008,26.008l-24.35,24.35c-3.905,3.905-3.906,10.237,0,14.143c1.953,1.952,4.512,2.929,7.071,2.929s5.119-0.977,7.071-2.929 l24.351-24.351l49.575,49.574L394.214,197.48z'/%3E%3Cpath d='M361.83,102.43l-7.855,7.855c-3.905,3.906-3.905,10.238,0,14.143c1.952,1.952,4.512,2.929,7.071,2.929 s5.119-0.976,7.072-2.929l7.855-7.855c3.905-3.906,3.905-10.238,0-14.143C372.067,98.526,365.735,98.526,361.83,102.43z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-window-container .zknc-login-options .zknc-option[data-type=zcomments] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='11.549mm' height='11.6416mm' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 83 84' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cstyle type='text/css'%3e%3c![CDATA[ .fil0 %7bfill:url(%23id0)%7d .fil3 %7bfill:url(%23id1);fill-rule:nonzero%7d .fil2 %7bfill:url(%23id2);fill-rule:nonzero%7d .fil1 %7bfill:url(%23id3);fill-rule:nonzero%7d ]]%3e%3c/style%3e%3clinearGradient id='id0' gradientUnits='userSpaceOnUse' x1='-0' y1='41.9925' x2='83.3185' y2='41.9925'%3e%3cstop offset='0' style='stop-color:%23064C96'/%3e%3cstop offset='1' style='stop-color:%23008DD0'/%3e%3c/linearGradient%3e%3clinearGradient id='id1' gradientUnits='userSpaceOnUse' x1='29.5797' y1='59.7085' x2='58.7692' y2='59.7085'%3e%3cstop offset='0' style='stop-color:%239E9FA1'/%3e%3cstop offset='1' style='stop-color:%23FEFEFE'/%3e%3c/linearGradient%3e%3clinearGradient id='id2' gradientUnits='userSpaceOnUse' xlink:href='%23id1' x1='53.083' y1='24.2766' x2='24.5392' y2='24.2766'%3e%3c/linearGradient%3e%3clinearGradient id='id3' gradientUnits='userSpaceOnUse' x1='41.6585' y1='62.315' x2='41.6585' y2='21.6701'%3e%3cstop offset='0' style='stop-color:%23B2B4B5'/%3e%3cstop offset='1' style='stop-color:%23FEFEFE'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg id='Layer_x0020_1'%3e%3cmetadata id='CorelCorpID_0Corel-Layer'/%3e%3cpath class='fil0' d='M42 0c-23,0 -42,19 -42,42 0,23 19,42 42,42 23,0 42,-19 42,-42 0,-23 -19,-42 -42,-42z'/%3e%3cpolygon class='fil1' points='30,64 25,55 46,29 25,29 25,20 53,20 59,28 37,55 59,55 59,64 '/%3e%3cpolygon class='fil2' points='46,29 25,29 25,20 53,20 '/%3e%3cpolygon class='fil3' points='37,55 59,55 59,64 30,64 '/%3e%3c/g%3e%3c/svg%3e");
}

.zknc-comments .zknc-window-container .zknc-anon {
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
}

.zknc-comments .zknc-window-container .zknc-anon input {
    border: none;
    border-bottom: 2px solid #e0e0e0;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    width: 200px;
    margin-right: 20px;
}

.zknc-comments .zknc-window-container .zknc-anon input:focus {
    border-bottom-color: #00bcd4;
}

.zknc-comments .zknc-window-container .zknc-anon .zknc-anon-button {
    line-height: 32px;
    display: inline-block;
    width: 120px;
    color: #222;
    background: #f5f5f5;
    text-align: center;
    text-decoration: none;
}

.zknc-comments .zknc-window-container .zknc-anon .zknc-anon-button:hover {
    background: #eee;
}

.zknc-comments .zknc-emoji-36, .zknc-comments .zknc-emoji-24, .zknc-comments .zknc-emoji-18, .zknc-comments .zknc-emoji-16 {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
    margin-left: 2px;
    border: 0;
    background-position: cover;
}

.zknc-comments .zknc-emoji-36[data-code="1F3AF"], .zknc-comments .zknc-emoji-24[data-code="1F3AF"], .zknc-comments .zknc-emoji-18[data-code="1F3AF"], .zknc-comments .zknc-emoji-16[data-code="1F3AF"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ccd6dd;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%2832,18%29' id='g24'%3E%3Cpath id='path26' style='fill:%233b88c3;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-7.732 -6.268,-14 -14,-14 -7.732,0 -14,6.268 -14,14 0,7.732 6.268,14 14,14 C -6.268,14 0,7.732 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828,18%29' id='g28'%3E%3Cpath id='path30' style='fill:%23dd2e44;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-5.523 -4.477,-10 -10,-10 -5.523,0 -10,4.477 -10,10 0,5.523 4.477,10 10,10 C -4.477,10 0,5.523 0,0'/%3E%3C/g%3E%3Cg transform='translate%2824,18%29' id='g32'%3E%3Cpath id='path34' style='fill:%23ffac33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-3.314 -2.686,-6 -6,-6 -3.314,0 -6,2.686 -6,6 0,3.314 2.686,6 6,6 3.314,0 6,-2.686 6,-6'/%3E%3C/g%3E%3Cg transform='translate%2834.8643,6.8008%29' id='g36'%3E%3Cpath id='path38' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.42,-0.306 -1.257,-0.592 -1.934,-0.592 -1.964,0 -4.654,0.717 -6.334,2.386 l -2.954,3.872 c -0.274,0.275 -0.357,0.575 -0.21,0.932 0.148,0.359 -0.73,0.601 -0.343,0.601 l 5.058,0 c 1.867,0 4.308,-1.256 5.925,-3.017 L -0.421,3.831 C 0.352,2.988 0.762,2.202 0.761,1.445 0.762,0.823 0.49,0.357 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.3047,0.7959%29' id='g40'%3E%3Cpath id='path42' style='fill:%23000000;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 0,0 c -0.771,0 -1.632,0.417 -2.49,1.204 l -0.489,0.378 c -1.794,1.646 -3.326,4.131 -3.326,6.032 l 0,5.164 c 0,0.396 0.5,-0.513 0.866,-0.363 0.363,0.15 0.915,0.066 1.195,-0.214 L -1.078,9.077 C 0.621,7.366 1.983,4.458 1.983,2.457 1.983,1.768 1.841,1.202 1.531,0.775 1.166,0.276 0.634,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2831.3447,4.0361%29' id='g44'%3E%3Cpath id='path46' style='fill:%23c1694f;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.256,0 -0.487,0.122 -0.683,0.317 l -14,14 c -0.39,0.391 -0.391,1.023 0,1.414 0.391,0.391 1.024,0.391 1.415,0 l 14,-14 C 1.122,1.341 1.109,0.695 0.719,0.305 0.524,0.11 0.257,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F44C"], .zknc-comments .zknc-emoji-24[data-code="1F44C"], .zknc-comments .zknc-emoji-18[data-code="1F44C"], .zknc-comments .zknc-emoji-16[data-code="1F44C"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2824.9971,7.5%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ef9645;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.185,0 -2.237,0.846 -2.457,2.053 l -4,22 c -0.247,1.358 0.654,2.66 2.013,2.906 1.358,0.252 2.66,-0.653 2.907,-2.012 l 4,-22 C 2.71,1.589 1.809,0.287 0.45,0.04 0.299,0.013 0.148,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.375,11.2354%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0.239,0.745 0.13,1.591 -0.375,2.265 -0.059,0.078 -0.439,0.585 -1.017,1.339 0.005,0.052 0.017,0.113 0.017,0.161 0,0.458 -1.913,2.623 -3.74,4.586 -1.587,1.964 -3.261,3.95 -4.492,5.181 L -10.881,14.807 -12.493,14 c -5.718,-2.858 -8.647,-3.855 -8.673,-3.864 -1.31,-0.436 -2.017,-1.852 -1.581,-3.162 0.437,-1.31 1.852,-2.015 3.163,-1.581 0.117,0.039 2.666,0.899 7.649,3.31 1.095,-1.23 2.378,-2.795 3.575,-4.296 L -7.656,3.233 C -7.487,2.951 -7.511,2.595 -7.717,2.338 l -3.513,-4.392 c -0.095,-0.119 -0.222,-0.207 -0.365,-0.255 l -2.531,-0.843 c -0.162,-0.054 -0.336,-0.054 -0.498,0 l -4.729,1.576 c -0.676,2.082 -0.533,4.102 -0.531,4.124 0.119,1.376 -0.899,2.588 -2.275,2.707 -1.372,0.128 -2.587,-0.898 -2.707,-2.274 -0.022,-0.26 -0.51,-6.423 3.313,-10.593 2.208,-2.409 5.296,-3.63 9.178,-3.63 0.66,0 1.283,-0.009 1.871,-0.018 0.529,-0.008 1.042,-0.015 1.537,-0.015 2.764,0 5.004,0.231 6.738,1.941 1.65,1.626 2.354,4.195 2.354,8.592 C 0.125,-0.481 0.074,-0.236 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827.001,15%29' id='g28'%3E%3Cpath id='path30' style='fill:%23ef9645;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.384,0 -0.749,0.221 -0.915,0.594 l -4,9 c -0.224,0.505 0.003,1.095 0.508,1.32 0.506,0.226 1.095,-0.003 1.32,-0.508 l 4,-9 C 1.137,0.901 0.91,0.311 0.405,0.086 0.273,0.027 0.136,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2824.7656,1.6201%29' id='g32'%3E%3Cpath id='path34' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -1.531,4.76 c 0,0 -0.067,-0.011 -0.175,-0.067 0.018,0.009 1.821,0.995 2.461,6.003 0.775,6.075 -0.775,9.6 -0.79,9.635 l -0.093,0.23 -3.5,10.105 c -0.452,1.304 0.239,2.728 1.544,3.18 1.303,0.451 2.729,-0.24 3.181,-1.544 L 4.566,22.29 C 4.942,21.403 6.601,17.004 5.714,10.063 4.672,1.9 0.771,0.248 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F44D"], .zknc-comments .zknc-emoji-24[data-code="1F44D"], .zknc-comments .zknc-emoji-18[data-code="1F44D"], .zknc-comments .zknc-emoji-16[data-code="1F44D"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2834.9561,18.084%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffdb5e;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,0.503 -0.12,0.976 -0.32,1.403 -1.342,4.327 -7.619,4.011 -16.55,4.222 -1.493,0.035 -0.64,1.797 -0.115,5.668 0.341,2.517 -1.281,6.382 -4.01,6.382 -4.498,0 -0.171,-3.548 -4.149,-12.321 -2.125,-4.688 -6.875,-2.063 -6.875,-6.771 l 0,-10.719 c 0,-1.834 0.181,-3.595 2.758,-3.885 2.5,-0.282 1.938,-2.063 5.543,-2.063 l 18.044,0 c 1.838,0 3.333,1.496 3.333,3.334 0,0.762 -0.266,1.456 -0.698,2.018 1.02,0.571 1.72,1.649 1.72,2.899 0,0.761 -0.266,1.453 -0.697,2.015 1.024,0.57 1.726,1.649 1.726,2.901 0,0.909 -0.368,1.733 -0.961,2.336 C -0.494,-1.97 0,-1.046 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.0195,14.751%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ee9547;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 8.17,0 0.434,0 c 1.17,0.001 2.268,0.626 2.866,1.633 0.246,0.415 0.109,0.952 -0.307,1.199 C 10.748,3.079 10.211,2.94 9.964,2.525 9.681,2.047 9.158,1.75 8.603,1.75 l -0.433,0 -8.17,0 -0.207,0 c -0.873,0 -1.583,0.71 -1.583,1.583 0,0.873 0.71,1.583 1.583,1.583 l 5.888,0 c 0.483,0 0.875,0.392 0.875,0.875 0,0.483 -0.392,0.875 -0.875,0.875 l -5.888,0 c -1.838,0 -3.333,-1.495 -3.333,-3.333 0,-1.025 0.475,-1.932 1.205,-2.544 -0.615,-0.604 -0.998,-1.444 -0.998,-2.373 0,-1.028 0.478,-1.937 1.212,-2.55 -0.61,-0.604 -0.99,-1.441 -0.99,-2.366 0,-1.12 0.559,-2.107 1.409,-2.713 -0.525,-0.589 -0.853,-1.355 -0.853,-2.204 0,-1.838 1.495,-3.333 3.333,-3.333 l 5.485,0 c 1.17,0 2.268,0.625 2.867,1.632 0.247,0.415 0.11,0.952 -0.305,1.199 -0.416,0.245 -0.953,0.11 -1.199,-0.305 C 7.341,-12.702 6.818,-13 6.263,-13 l -5.485,0 c -0.873,0 -1.583,0.71 -1.583,1.583 0,0.873 0.71,1.583 1.583,1.583 l 5.051,0 1.455,0 c 1.17,0 2.27,0.626 2.867,1.633 0.247,0.416 0.111,0.953 -0.304,1.199 -0.419,0.251 -0.954,0.11 -1.2,-0.305 C 8.358,-7.794 7.849,-8.084 7.284,-8.084 l -1.455,0 -5.051,0 -0.556,0 c -0.873,0 -1.583,0.711 -1.583,1.584 0,0.873 0.71,1.583 1.583,1.583 l 6.629,0 1.462,0 c 1.169,0 2.268,0.625 2.867,1.632 0.247,0.415 0.11,0.952 -0.305,1.199 C 10.458,-1.84 9.922,-1.976 9.676,-2.391 9.387,-2.877 8.877,-3.167 8.313,-3.167 l -1.462,0 -6.629,0 -0.222,0 c -0.873,0 -1.583,0.71 -1.583,1.583 C -1.583,-0.711 -0.873,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F44E"], .zknc-comments .zknc-emoji-24[data-code="1F44E"], .zknc-comments .zknc-emoji-18[data-code="1F44E"], .zknc-comments .zknc-emoji-16[data-code="1F44E"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2834.9561,17.916%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffdb5e;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-0.503 -0.12,-0.976 -0.32,-1.403 -1.342,-4.326 -7.619,-4.01 -16.55,-4.222 -1.493,-0.035 -0.64,-1.798 -0.115,-5.668 0.341,-2.517 -1.281,-6.382 -4.01,-6.382 -4.498,0 -0.171,3.548 -4.149,12.321 -2.125,4.688 -6.875,2.063 -6.875,6.771 l 0,10.719 c 0,1.833 0.181,3.595 2.758,3.885 2.5,0.282 1.938,2.063 5.543,2.063 l 18.044,0 c 1.838,0 3.333,-1.496 3.333,-3.334 0,-0.762 -0.266,-1.456 -0.698,-2.018 1.02,-0.57 1.72,-1.649 1.72,-2.899 0,-0.76 -0.266,-1.454 -0.697,-2.015 1.024,-0.57 1.726,-1.65 1.726,-2.901 0,-0.909 -0.368,-1.733 -0.961,-2.335 C -0.494,1.97 0,1.046 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.0195,21.249%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ee9547;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 8.17,0 0.434,0 0,0 c 1.17,0 2.268,-0.626 2.866,-1.633 0.246,-0.415 0.109,-0.952 -0.307,-1.199 C 10.748,-3.079 10.211,-2.94 9.964,-2.525 9.681,-2.047 9.158,-1.75 8.603,-1.75 l -0.433,0 -8.17,0 -0.207,0 c -0.873,0 -1.583,-0.71 -1.583,-1.583 0,-0.873 0.71,-1.583 1.583,-1.583 l 5.888,0 c 0.483,0 0.875,-0.392 0.875,-0.875 0,-0.483 -0.392,-0.875 -0.875,-0.875 l -5.888,0 c -1.838,0 -3.333,1.495 -3.333,3.333 0,1.025 0.475,1.932 1.205,2.543 -0.615,0.606 -0.998,1.445 -0.998,2.374 0,1.028 0.478,1.937 1.212,2.549 -0.61,0.605 -0.99,1.442 -0.99,2.367 0,1.12 0.559,2.108 1.409,2.712 -0.525,0.59 -0.853,1.356 -0.853,2.205 0,1.838 1.495,3.333 3.333,3.333 l 5.485,0 c 1.17,0 2.268,-0.625 2.867,-1.632 C 9.377,12.703 9.24,12.166 8.825,11.919 8.409,11.674 7.872,11.809 7.626,12.224 7.341,12.702 6.818,13 6.263,13 l -5.485,0 c -0.873,0 -1.583,-0.71 -1.583,-1.583 0,-0.873 0.71,-1.583 1.583,-1.583 l 5.051,0 1.455,0 c 1.17,0 2.27,-0.626 2.867,-1.633 C 10.398,7.785 10.262,7.248 9.847,7.002 9.428,6.751 8.893,6.892 8.647,7.307 8.358,7.794 7.849,8.084 7.284,8.084 l -1.455,0 -5.051,0 -0.556,0 c -0.873,0 -1.583,-0.711 -1.583,-1.584 0,-0.873 0.71,-1.583 1.583,-1.583 l 6.629,0 1.462,0 c 1.169,0 2.268,-0.625 2.867,-1.632 C 11.427,2.87 11.29,2.333 10.875,2.086 10.458,1.84 9.922,1.976 9.676,2.391 9.387,2.877 8.877,3.167 8.313,3.167 l -1.462,0 -6.629,0 -0.222,0 c -0.873,0 -1.583,-0.71 -1.583,-1.583 C -1.583,0.711 -0.873,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F44F"], .zknc-comments .zknc-emoji-24[data-code="1F44F"], .zknc-comments .zknc-emoji-18[data-code="1F44F"], .zknc-comments .zknc-emoji-16[data-code="1F44F"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%281.7266,13.7012%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ef9645;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,0 -1.394,1.291 -0.103,2.686 1.291,1.393 2.686,0.101 2.686,0.101 l 6.471,-5.994 c -0.102,0.096 0.45,0.879 0.368,0.955 L 0.44,6.067 c 0,0 -1.394,1.291 -0.103,2.684 1.292,1.394 2.686,0.103 2.686,0.103 l 8.448,-7.825 c -0.02,0.018 0.609,0.731 0.597,0.742 l -9.794,9.072 c 0,0 -1.394,1.291 -0.103,2.685 1.292,1.393 2.686,0.102 2.686,0.102 L 14.65,4.558 c 0.012,-0.01 0.683,0.664 0.703,0.645 l -9.154,8.479 c 0,0 -1.394,1.291 -0.103,2.685 1.292,1.393 2.686,0.102 2.686,0.102 0,0 6.812,-6.31 9.679,-8.965 2.866,-2.655 3.512,-1.958 3.512,-1.958 l -2.588,2.397 -2.989,2.767 c 0,0 -1.394,1.291 -0.102,2.685 1.292,1.395 2.685,0.104 2.685,0.104 l 7.667,-7.102 c 4.618,-4.278 4.895,-11.491 0.616,-16.11 -4.278,-4.619 -11.492,-4.894 -16.111,-0.617 -0.244,0.226 -0.682,0.663 -0.663,0.684 L 10.455,-9.684 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%284.627,15.6504%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,0 -1.394,1.291 -0.103,2.685 1.188,4.08 2.582,2.789 2.582,2.789 l 6.472,-5.996 c -0.103,0.096 0.45,0.879 0.368,0.955 L 0.44,6.067 c 0,0 -1.394,1.291 -0.103,2.685 1.291,1.394 2.685,0.103 2.685,0.103 L 11.47,1.029 c -0.019,0.019 0.61,0.731 0.598,0.742 l -9.794,9.073 c 0,0 -1.394,1.29 -0.103,2.684 1.291,1.394 2.685,0.103 2.685,0.103 L 14.649,4.56 c 0.013,-0.012 0.683,0.662 0.703,0.644 l -9.153,8.479 c 0,0 -1.394,1.291 -0.103,2.684 1.291,1.394 2.685,0.103 2.685,0.103 0,0 6.813,-6.311 9.68,-8.966 2.865,-2.654 3.512,-1.957 3.512,-1.957 l -2.589,2.397 -2.988,2.767 c 0,0 -1.393,1.291 -0.103,2.685 1.292,1.394 2.686,0.103 2.686,0.103 l 7.666,-7.101 c 4.619,-4.278 4.895,-11.492 0.617,-16.11 -4.279,-4.619 -11.492,-4.895 -16.111,-0.616 -0.245,0.225 -0.682,0.662 -0.663,0.682 L 10.454,-9.684 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2824.541,29.5415%29' id='g28'%3E%3Cpath id='path30' style='fill:%23ffac33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.213,0 -0.429,0.068 -0.61,0.208 -1.048,0.546 -1.128,1.174 -0.79,1.611 L 2.189,5.466 C 2.524,5.903 3.153,5.985 3.591,5.646 4.028,5.309 4.108,4.681 3.771,4.244 L 0.792,0.389 C 0.596,0.134 0.3,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2819,29%29' id='g32'%3E%3Cpath id='path34' style='fill:%23ffac33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.552,0 -1,0.448 -1,1 l 0,5 C -1,6.552 -0.552,7 0,7 0.553,7 1,6.552 1,6 L 1,1 C 1,0.448 0.553,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.417,26.333%29' id='g36'%3E%3Cpath id='path38' style='fill:%23ffac33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.408,0 -0.792,0.252 -0.939,0.659 -0.19,0.519 0.079,1.092 0.597,1.281 L 4.241,3.607 C 4.762,3.796 5.334,3.527 5.522,3.009 5.712,2.49 5.443,1.916 4.925,1.727 L 0.342,0.061 C 0.229,0.02 0.113,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F60A"], .zknc-comments .zknc-emoji-24[data-code="1F60A"], .zknc-comments .zknc-emoji-18[data-code="1F60A"], .zknc-comments .zknc-emoji-16[data-code="1F60A"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%2812,18%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ff7892;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-2.762 -2.239,-5 -5,-5 -2.761,0 -5,2.238 -5,5 0,2.761 2.239,5 5,5 2.761,0 5,-2.239 5,-5'/%3E%3C/g%3E%3Cg transform='translate%2834,18%29' id='g28'%3E%3Cpath id='path30' style='fill:%23ff7892;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-2.762 -2.238,-5 -5,-5 -2.762,0 -5,2.238 -5,5 0,2.761 2.238,5 5,5 2.762,0 5,-2.239 5,-5'/%3E%3C/g%3E%3Cg transform='translate%2827.335,14.3711%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.178,0.161 -0.444,0.171 -0.635,0.029 -0.039,-0.029 -3.922,-2.9 -8.7,-2.9 -4.766,0 -8.662,2.871 -8.7,2.9 -0.191,0.142 -0.457,0.13 -0.635,-0.029 -0.177,-0.16 -0.217,-0.424 -0.094,-0.628 0.129,-0.215 3.217,-5.243 9.429,-5.243 6.212,0 9.301,5.028 9.429,5.243 C 0.217,-0.423 0.178,-0.16 0,0'/%3E%3C/g%3E%3Cg transform='translate%287.999,21%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.15,0 -0.303,0.034 -0.446,0.105 -0.94,0.353 -1.141,0.954 -0.894,1.447 -0.841,1.552 0.425,4 4.001,4 7.578,4 8.843,1.551 8.895,1.447 9.143,0.953 8.942,0.353 8.448,0.105 7.957,-0.139 7.363,0.057 7.112,0.542 7.069,0.621 6.282,2 4.001,2 1.684,2 0.902,0.567 0.896,0.553 0.72,0.202 0.367,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.001,21%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.367,-0.001 -0.72,0.202 -0.896,0.553 -0.921,0.599 -1.702,2 -4.001,2 -6.3,2 -7.081,0.599 -7.113,0.54 -7.373,0.059 -7.973,-0.13 -8.458,0.12 -8.943,0.372 -9.14,0.958 -8.896,1.447 -8.844,1.551 -7.578,4 -4.001,4 -0.424,4 0.842,1.551 0.893,1.447 1.141,0.953 0.94,0.353 0.446,0.105 0.303,0.034 0.15,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F60B"], .zknc-comments .zknc-emoji-24[data-code="1F60B"], .zknc-comments .zknc-emoji-18[data-code="1F60B"], .zknc-comments .zknc-emoji-16[data-code="1F60B"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%286.999,19%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.15,0 -0.303,0.034 -0.446,0.105 -0.94,0.353 -1.141,0.954 -0.894,1.447 -0.841,1.552 0.425,4 4.001,4 7.579,4 8.843,1.551 8.895,1.447 9.143,0.953 8.942,0.353 8.448,0.105 7.957,-0.141 7.363,0.057 7.112,0.542 7.068,0.622 6.281,2 4.001,2 1.684,2 0.902,0.567 0.896,0.553 0.72,0.202 0.367,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2829,19%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0.15,0 0.303,0.034 0.446,0.105 0.94,0.353 1.141,0.954 0.894,1.447 0.841,1.552 -0.425,4 -4.001,4 -7.579,4 -8.843,1.551 -8.895,1.447 -9.143,0.953 -8.942,0.353 -8.448,0.105 -7.957,-0.141 -7.363,0.057 -7.112,0.542 -7.068,0.622 -6.281,2 -4.001,2 -1.684,2 -0.902,0.567 -0.895,0.553 -0.72,0.202 -0.367,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2833.1748,8.6914%29' id='g32'%3E%3Cpath id='path34' style='fill:%23e75a70;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 -3.671,3.789 C -4.486,1.904 -6.53,-1.548 -10.86,-3.006 l 3.685,-3.685 c 1.728,-1.728 5,-2 7,0 2,2 1.904,4.962 0.175,6.691'/%3E%3C/g%3E%3Cg transform='translate%2829.5035,12.4803%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0.324,0.749 0.461,1.257 0.466,1.277 0.6,1.812 0.276,2.353 -0.258,2.488 -0.794,2.623 -1.335,2.299 -1.473,1.765 -1.548,1.469 -3.422,-5.48 -11.503,-5.48 c -8.082,0 -9.956,6.949 -10.031,7.245 -0.138,0.534 -0.678,0.858 -1.215,0.723 -0.534,-0.135 -0.858,-0.676 -0.724,-1.211 0.021,-0.087 2.301,-8.757 11.97,-8.757 1.649,0 3.069,0.266 4.314,0.685 C -2.858,-5.337 -0.814,-1.885 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F60D"], .zknc-comments .zknc-emoji-24[data-code="1F60D"], .zknc-comments .zknc-emoji-18[data-code="1F60D"], .zknc-comments .zknc-emoji-16[data-code="1F60D"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,14.1514%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -2.966,0 -4.935,0.346 -7.369,0.819 -0.557,0.107 -1.638,0 -1.638,-1.637 0,-3.276 3.763,-7.37 9.007,-7.37 5.244,0 9.007,4.094 9.007,7.37 0,1.637 -1.082,1.745 -1.638,1.637 C 4.936,0.346 2.967,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2816.6499,32.7192%29' id='g28'%3E%3Cpath id='path30' style='fill:%23e75a70;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.859,2.431 -3.524,3.707 -5.956,2.85 -1.476,-0.521 -2.521,-1.711 -2.928,-3.105 -1.191,0.83 -2.751,1.1 -4.224,0.581 -2.431,-0.858 -3.708,-3.525 -2.85,-5.956 0.122,-0.345 0.284,-0.663 0.472,-0.958 1.951,-3.582 7.588,-6.1 11.002,-6.131 2.636,2.167 5.446,7.664 4.717,11.677 C 0.195,-0.694 0.12,-0.344 0,0'/%3E%3C/g%3E%3Cg transform='translate%2819.3496,32.7192%29' id='g32'%3E%3Cpath id='path34' style='fill:%23e75a70;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0.859,2.431 3.525,3.707 5.956,2.85 1.477,-0.521 2.521,-1.711 2.929,-3.105 1.191,0.83 2.751,1.1 4.224,0.581 2.43,-0.858 3.707,-3.525 2.85,-5.956 -0.123,-0.345 -0.284,-0.663 -0.473,-0.958 -1.951,-3.582 -7.588,-6.1 -11.002,-6.131 -2.636,2.167 -5.445,7.664 -4.716,11.677 C -0.194,-0.694 -0.119,-0.344 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F60E"], .zknc-comments .zknc-emoji-24[data-code="1F60E"], .zknc-comments .zknc-emoji-18[data-code="1F60E"], .zknc-comments .zknc-emoji-16[data-code="1F60E"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%281.2402,24.9824%29' id='g24'%3E%3Cpath id='path26' style='fill:%23292f33;fill-opacity:1;fill-rule:evenodd;stroke:none' d='m 0,0 c 0.24,-0.239 1.437,-0.958 1.677,-1.675 0.24,-0.717 0.72,-4.784 2.158,-5.981 1.484,-1.233 7.077,-0.774 8.149,-0.24 2.397,1.195 2.691,4.531 3.115,6.221 0.239,0.957 1.677,0.957 1.677,0.957 0,0 1.439,0 1.678,-0.956 0.424,-1.691 0.72,-5.027 3.115,-6.221 1.073,-0.535 6.666,-0.994 8.152,0.239 1.435,1.197 1.915,5.264 2.155,5.982 0.238,0.717 1.437,1.435 1.677,1.674 0.241,0.239 0.241,1.196 0,1.436 C 33.074,1.914 27.419,2.34 21.33,1.675 20.115,1.542 19.653,1.196 16.776,1.196 13.901,1.196 13.437,1.542 12.223,1.674 6.136,2.34 0.479,1.914 0,1.436 -0.239,1.196 -0.239,0.239 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827.335,12.3711%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.178,0.161 -0.444,0.171 -0.635,0.029 -0.039,-0.029 -3.922,-2.9 -8.7,-2.9 -4.766,0 -8.662,2.871 -8.7,2.9 -0.191,0.142 -0.457,0.13 -0.635,-0.029 -0.177,-0.16 -0.217,-0.424 -0.094,-0.628 0.129,-0.215 3.217,-5.243 9.429,-5.243 6.212,0 9.301,5.028 9.429,5.243 C 0.217,-0.423 0.178,-0.16 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F61C"], .zknc-comments .zknc-emoji-24[data-code="1F61C"], .zknc-comments .zknc-emoji-18[data-code="1F61C"], .zknc-comments .zknc-emoji-16[data-code="1F61C"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcb4c;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2815.457,20.1851%29' id='g24'%3E%3Cpath id='path26' style='fill:%2365471b;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.06,0.135 -1.499,3.297 -4.457,3.297 -2.957,0 -4.397,-3.162 -4.457,-3.297 -0.092,-0.207 -0.032,-0.449 0.144,-0.591 0.177,-0.143 0.427,-0.147 0.61,-0.014 0.013,0.009 1.262,0.902 3.703,0.902 2.426,0 3.674,-0.881 3.702,-0.901 0.088,-0.066 0.193,-0.099 0.298,-0.099 0.11,0 0.221,0.036 0.311,0.109 C 0.033,-0.452 0.092,-0.208 0,0'/%3E%3C/g%3E%3Cg transform='translate%2831,22.5%29' id='g28'%3E%3Cpath id='path30' style='fill:%23f4f7f9;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-3.59 -2.91,-6.5 -6.5,-6.5 -3.59,0 -6.5,2.91 -6.5,6.5 0,3.59 2.91,6.5 6.5,6.5 C -2.91,6.5 0,3.59 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827,22.5%29' id='g32'%3E%3Cpath id='path34' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.381 -1.119,-2.5 -2.5,-2.5 -3.881,-2.5 -5,-1.381 -5,0 -5,1.381 -3.881,2.5 -2.5,2.5 -1.119,2.5 0,1.381 0,0'/%3E%3C/g%3E%3Cg transform='translate%287,14.7373%29' id='g36'%3E%3Cpath id='path38' style='fill:%2365471b;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-3.964 4.596,-9 11,-9 6.404,0 11,5 11,9 0,0 -10.333,-2.756 -22,0'/%3E%3C/g%3E%3Cg transform='translate%2818.5459,12.3965%29' id='g40'%3E%3Cpath id='path42' style='fill:%23e8596e;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -1.091,0.005 c -3.217,0.074 -5.455,0.596 -5.455,0.596 l 0,-6.961 c 0,-3 2,-6 6,-6 4,0 6,3 6,6 l 0,6.92 C 3.532,0.165 1.667,0.018 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,4.1572%29' id='g44'%3E%3Cpath id='path46' style='fill:%23dd2f45;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0.301,0 0.546,0.243 0.546,0.545 l 0,7.694 -1.091,0.005 0,-7.699 C -0.545,0.243 -0.301,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F62D"], .zknc-comments .zknc-emoji-24[data-code="1F62D"], .zknc-comments .zknc-emoji-18[data-code="1F62D"], .zknc-comments .zknc-emoji-16[data-code="1F62D"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%2822,9%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-2.763 -1.791,-3 -4,-3 -2.21,0 -4,0.237 -4,3 0,2.761 1.79,6 4,6 2.209,0 4,-3.239 4,-6'/%3E%3C/g%3E%3Cg transform='translate%2830,20.9995%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.124,0 -0.25,0.023 -0.371,0.072 -5.6,2.163 -7.743,5.312 -7.832,5.446 -8.139,5.905 -8.015,6.526 -7.555,6.833 -7.096,7.139 -6.477,7.016 -6.17,6.559 -6.151,6.531 -4.24,3.773 0.371,1.929 0.884,1.724 1.134,1.142 0.929,0.629 0.773,0.238 0.396,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%286.0005,20.9995%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.397,0 -0.772,0.238 -0.929,0.629 -0.205,0.513 0.044,1.095 0.557,1.3 C 4.24,3.773 6.151,6.531 6.17,6.559 6.478,7.015 7.099,7.136 7.557,6.829 8.013,6.521 8.137,5.904 7.832,5.446 7.743,5.312 5.599,2.163 0.371,0.072 0.249,0.023 0.124,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%288,1%29' id='g36'%3E%3Cpath id='path38' style='fill:%235dadec;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 4,0.046 0,18.953 -4,0 L 0,0 Z M 16,19 20,19 20,0 16,0.046 16,19 Z'/%3E%3C/g%3E%3Cg transform='translate%2814.999,18%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.15,0 -0.303,0.034 -0.446,0.105 -3.512,1.757 -7.071,0.019 -7.106,0 -0.495,-0.248 -1.094,-0.046 -1.342,0.448 -0.247,0.494 -0.046,1.095 0.448,1.342 0.182,0.089 4.498,2.196 8.894,0 C 0.942,1.648 1.143,1.047 0.896,0.553 0.72,0.202 0.367,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.999,18%29' id='g44'%3E%3Cpath id='path46' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.15,0 -0.303,0.034 -0.446,0.105 -3.513,1.756 -7.071,0.019 -7.106,0 -0.494,-0.247 -1.094,-0.047 -1.342,0.448 -0.247,0.494 -0.046,1.095 0.448,1.342 0.181,0.089 4.501,2.196 8.894,0 C 0.942,1.648 1.143,1.047 0.895,0.553 0.72,0.202 0.367,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2836,2%29' id='g48'%3E%3Cpath id='path50' style='fill:%235dadec;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.104 -8.059,-2 -18,-2 -9.941,0 -18,0.896 -18,2 0,1.104 8.059,2 18,2 C -8.059,2 0,1.104 0,0'/%3E%3C/g%3E%3Cg transform='translate%2821,9%29' id='g52'%3E%3Cpath id='path54' style='fill:%23e75a70;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.657 -1.343,-2 -3,-2 -1.657,0 -3,0.343 -3,2 0,1.657 1.343,2 3,2 1.657,0 3,-0.343 3,-2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F64A"], .zknc-comments .zknc-emoji-24[data-code="1F64A"], .zknc-comments .zknc-emoji-18[data-code="1F64A"], .zknc-comments .zknc-emoji-16[data-code="1F64A"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,29%29' id='g20'%3E%3Cpath id='path22' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,4.939 -6.772,4.457 -9.169,4.132 -11.602,5.921 -14.556,7 -18,7 -21.438,7 -24.388,5.919 -26.818,4.131 -29.203,4.456 -36,4.948 -36,0 c 0,-2.891 1.563,-4.732 2.433,-5.533 C -34.514,-8.26 -35,-11.175 -35,-14 c 0,-5.48 3.041,-8.866 6.941,-10.804 l -1.585,-4.196 7.644,0 0.738,2.215 C -20.137,-26.931 -19.035,-27 -18,-27 c 0.737,0 1.509,0.035 2.298,0.106 L -15,-29 l 8,0 -1.648,3.847 C -4.414,-23.292 -1,-19.842 -1,-14 c 0,2.835 -0.483,5.751 -1.426,8.473 C -1.555,-4.722 0,-2.883 0,0'/%3E%3C/g%3E%3Cg transform='translate%2830,22%29' id='g24'%3E%3Cpath id='path26' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,3.866 -3.134,7 -7,7 -8.96,7 -10.729,6.192 -12,4.895 -13.27,6.192 -15.04,7 -17,7 c -3.866,0 -7,-3.134 -7,-7 0,-3.631 2.765,-6.615 6.304,-6.965 C -19.12,-8.29 -20,-10.085 -20,-12 c 0,-3.866 3.581,-7 8,-7 4.419,0 8,3.134 8,7 0,1.915 -0.88,3.709 -2.304,5.035 C -2.765,-6.615 0,-3.631 0,0'/%3E%3C/g%3E%3Cg transform='translate%2815,20%29' id='g28'%3E%3Cpath id='path30' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.657 -0.895,-3 -2,-3 -1.104,0 -2,1.343 -2,3 0,1.657 0.896,3 2,3 1.105,0 2,-1.343 2,-3'/%3E%3C/g%3E%3Cg transform='translate%2825,20%29' id='g32'%3E%3Cpath id='path34' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.657 -0.895,-3 -2,-3 -1.104,0 -2,1.343 -2,3 0,1.657 0.896,3 2,3 1.105,0 2,-1.343 2,-3'/%3E%3C/g%3E%3Cg transform='translate%2813,2.5%29' id='g36'%3E%3Cpath id='path38' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -4.114,0 -6.267,6.3 -6.267,9.677 0,0.623 0.076,1.129 0.225,1.505 C -5.759,11.894 -5.268,12 -5,12 c 1.926,0 3.268,-1.835 3.823,-2.765 0.994,0.677 3.392,2.113 5.844,2.113 1.455,0 2.695,-0.502 3.687,-1.494 C 9.796,8.411 10.372,6.961 10.064,5.543 9.481,2.851 5.87,1.308 5.258,1.063 4.905,0.789 3.58,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%288,15%29' id='g40'%3E%3Cpath id='path42' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.317,0 -1.1,-0.11 -1.506,-1.134 -1.679,-1.568 -1.767,-2.137 -1.767,-2.823 -1.767,-6.375 0.558,-13 5,-13 c 3.501,0 4.98,0.748 5.501,1.122 0.871,0.35 4.43,1.942 5.052,4.816 0.345,1.594 -0.276,3.199 -1.846,4.769 -1.089,1.089 -2.448,1.641 -4.04,1.641 -2.275,0 -4.49,-1.16 -5.696,-1.919 C 3.249,-1.514 1.885,0 0,0 m 0,-1 c 2.236,0 3.656,-3 3.656,-3 0,0 3.008,2.348 6.011,2.348 1.172,0 2.342,-0.357 3.333,-1.348 5,-5 -3,-8 -3,-8 0,0 -1,-1 -5,-1 -5,0 -7,11 -5,11'/%3E%3C/g%3E%3Cg transform='translate%2822,2.5%29' id='g44'%3E%3Cpath id='path46' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -3.663,0 -4.965,0.825 -5.281,1.082 -0.536,0.278 -4.314,2.342 -4.809,5.397 -0.245,1.506 0.339,2.978 1.736,4.375 0.881,0.879 1.992,1.326 3.303,1.326 2.728,0 5.613,-1.943 6.81,-2.849 C 2.166,10.322 3.133,12 5,12 5.268,12 5.759,11.894 6.042,11.182 6.19,10.806 6.267,10.3 6.267,9.677 6.267,6.3 4.114,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2816.9487,15.1797%29' id='g48'%3E%3Cpath id='path50' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.448,0 -2.678,-0.495 -3.656,-1.473 -1.517,-1.516 -2.148,-3.134 -1.877,-4.807 0.522,-3.217 4.33,-5.368 5.032,-5.74 0.472,-0.359 1.929,-1.16 5.552,-1.16 4.443,0 6.767,6.625 6.767,10.177 0,0.687 -0.088,1.255 -0.261,1.689 C 11.151,-0.29 10.369,-0.18 10.051,-0.18 8.35,-0.18 7.234,-1.386 6.606,-2.583 5.169,-1.568 2.535,0 0,0 m 0,-1 c 3.337,0 7.051,-3.18 7.051,-3.18 0,0 0.764,3 3,3 2,0 0,-11 -5,-11 -4,0 -5,1 -5,1 0,0 -8,4 -3,9 C -2.093,-1.324 -1.066,-1 0,-1'/%3E%3C/g%3E%3Cg transform='translate%2817.9995,6.5%29' id='g52'%3E%3Cpath id='path54' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.095,0 -0.191,0.027 -0.277,0.084 l -5.755,3.837 c -0.23,0.153 -0.292,0.464 -0.138,0.693 0.152,0.231 0.463,0.292 0.693,0.139 L 0.278,0.916 C 0.507,0.763 0.57,0.452 0.417,0.223 0.32,0.078 0.162,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2820,9.5%29' id='g56'%3E%3Cpath id='path58' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.096,0 -0.192,0.027 -0.277,0.084 l -5.462,3.641 c -0.23,0.153 -0.292,0.464 -0.138,0.693 0.152,0.23 0.462,0.293 0.693,0.139 L 0.277,0.916 C 0.507,0.763 0.569,0.452 0.416,0.223 0.319,0.078 0.161,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F64F"], .zknc-comments .zknc-emoji-24[data-code="1F64F"], .zknc-comments .zknc-emoji-18[data-code="1F64F"], .zknc-comments .zknc-emoji-16[data-code="1F64F"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2830,14%29' id='g20'%3E%3Cpath id='path22' style='fill:%2350a5e6;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -3,0 -6.687,-7.094 -7,-10 -0.421,-3.915 2,-4 2,-4 l 11,0 0,10 C 6,-4 2.563,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2826.1563,8.3301%29' id='g24'%3E%3Cpath id='path26' style='fill:%231c6399;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.615,-2.797 -2.289,-5.431 -1.506,-5.884 0.783,-0.452 2.728,1.449 4.342,4.246 C 4.451,1.159 5.125,3.793 4.342,4.245 3.559,4.697 1.614,2.797 0,0'/%3E%3C/g%3E%3Cg transform='translate%2820.0859,36%29' id='g28'%3E%3Cpath id='path30' style='fill:%23f9ca55;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 1.181,0 2.138,-0.958 2.138,-2.138 0,-0.789 0.668,-10.824 0.668,-10.824 L -2.138,-18 l 0,15.862 C -2.138,-0.958 -1.181,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818.875,31.6777%29' id='g32'%3E%3Cpath id='path34' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,1.098 0.852,1.989 1.902,1.989 1.052,0 1.904,-0.891 1.904,-1.989 0,0 0.534,-5.942 1.192,-9.371 0.878,-1.866 1.369,-4.682 1.261,-6.248 0.053,-0.398 5.625,-5.006 5.625,-5.006 -0.281,-1.812 -2.259,-6.155 -4.759,-8.159 l -3.521,2.925 c -2.885,0.404 -4.458,3.331 -4.458,4.263 C -0.854,-18.612 0,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%286,14%29' id='g36'%3E%3Cpath id='path38' style='fill:%2350a5e6;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 3,0 6.687,-7.094 7,-10 0.421,-3.915 -2,-4 -2,-4 l -11,0 0,10 c 0,0 3.437,4 6,4'/%3E%3C/g%3E%3Cg transform='translate%289.8442,8.3301%29' id='g40'%3E%3Cpath id='path42' style='fill:%231c6399;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 1.615,-2.797 2.289,-5.431 1.505,-5.884 0.722,-6.336 -1.222,-4.435 -2.837,-1.638 -4.452,1.159 -5.125,3.793 -4.342,4.245 -3.559,4.697 -1.615,2.797 0,0'/%3E%3C/g%3E%3Cg transform='translate%2816.061,35.9893%29' id='g44'%3E%3Cpath id='path46' style='fill:%23f9ca55;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.266,0.126 -2.333,-0.864 -2.333,-2.104 0,-0.78 -0.183,-10.319 -0.183,-10.319 l 4.35,-5.566 0.062,15.765 C 1.896,-1.118 1.101,-0.11 0,0'/%3E%3C/g%3E%3Cg transform='translate%2817.125,31.6777%29' id='g48'%3E%3Cpath id='path50' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,1.098 -0.852,1.989 -1.903,1.989 -1.051,0 -1.903,-0.891 -1.903,-1.989 0,0 -0.534,-5.942 -1.192,-9.371 -0.878,-1.865 -1.369,-4.682 -1.261,-6.248 -0.053,-0.398 -5.625,-5.006 -5.625,-5.006 0.281,-1.812 2.259,-6.155 4.759,-8.158 l 3.521,2.924 c 2.885,0.404 4.458,3.331 4.458,4.263 C 0.854,-18.612 0,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2817.9585,10.1768%29' id='g52'%3E%3Cpath id='path54' style='fill:%23f9ca55;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.414,0 -0.75,0.336 -0.75,0.75 l 0,22.282 c 0,0.414 0.336,0.75 0.75,0.75 0.414,0 0.75,-0.336 0.75,-0.75 L 0.75,0.75 C 0.75,0.336 0.414,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F339"], .zknc-comments .zknc-emoji-24[data-code="1F339"], .zknc-comments .zknc-emoji-18[data-code="1F339"], .zknc-comments .zknc-emoji-16[data-code="1F339"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2819.3203,10.6416%29' id='g20'%3E%3Cpath id='path22' style='fill:%233e721d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.113,0 -0.217,-0.003 -0.32,-0.005 l 0,0.415 c 4.804,0.479 8.548,4.264 8.548,7.301 0,3.249 0,-1.47 -9.562,-1.47 -9.558,0 -9.558,4.719 -9.558,1.47 0,-3.043 3.757,-6.838 8.572,-7.305 l 0,-0.411 C -2.424,-0.003 -2.527,0 -2.641,0 c -2.553,0 -6.603,2.05 -6.603,1.32 0,-0.645 4.186,-4.016 6.924,-4.796 l 0,-6.166 c 0,-0.552 0.447,-1 1,-1 0.552,0 1,0.448 1,1 l 0,6.166 C 2.418,-2.696 6.604,0.675 6.604,1.32 6.604,2.05 2.554,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2826.5273,28.647%29' id='g24'%3E%3Cpath id='path26' style='fill:%23a0041e;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -3.887,4.412 1.506,5.882 -2.592,5.882 -0.713,0 -1.921,-0.44 -3.29,-1.189 -0.694,1.572 -1.622,2.66 -2.645,2.66 -2.051,0 -3.726,-4.342 -3.873,-8.27 -1.109,-1.543 -1.855,-3.234 -1.855,-4.965 0,-6.092 2.59,-8.824 6.479,-8.824 C 0,-14.706 5.867,-6.658 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.7275,22.7646%29' id='g28'%3E%3Cpath id='path30' style='fill:%23be1931;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-6.092 -2.59,-8.823 -6.48,-8.823 -7.775,0 -13.643,8.048 -7.775,14.705 3.888,4.412 -1.506,5.883 2.592,5.883 C -9.071,11.765 0,6.091 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F388"], .zknc-comments .zknc-emoji-24[data-code="1F388"], .zknc-comments .zknc-emoji-18[data-code="1F388"], .zknc-comments .zknc-emoji-16[data-code="1F388"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2827.999,0%29' id='g20'%3E%3Cpath id='path22' style='fill:%23fcab40;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.448,0 -0.855,0.303 -0.969,0.758 -0.036,0.136 -0.926,3.435 -4.272,4.272 -4.704,1.176 -4.758,7.693 -4.758,7.97 0,0.552 0.447,0.998 0.998,0.999 0.554,-0.034 1,-0.445 1.002,-0.997 0,-0.053 0.054,-5.234 3.242,-6.032 C -0.227,5.838 0.925,1.43 0.971,1.242 1.105,0.707 0.779,0.164 0.243,0.03 0.162,0.01 0.08,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,11%29' id='g24'%3E%3Cpath id='path26' style='fill:%23bb1a34;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.1,0 -1.598,0.805 -1.105,1.789 l 1.21,2.422 c 0.493,0.984 1.297,0.984 1.79,0 L 3.105,1.789 C 3.598,0.805 3.1,0 2,0 L 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2828,27%29' id='g28'%3E%3Cpath id='path30' style='fill:%23bb1a34;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-6 -7,-12 -9,-12 -2,0 -9,6 -9,12 0,5.799 4.581,9 9,9 4.418,0 9,-3.201 9,-9'/%3E%3C/g%3E%3Cg transform='translate%2820,14%29' id='g32'%3E%3Cpath id='path34' style='fill:%23fcab40;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -2,0 c -0.552,0 -1,0.447 -1,1 0,0.553 0.448,1 1,1 L 0,2 C 0.553,2 1,1.553 1,1 1,0.447 0.553,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F389"], .zknc-comments .zknc-emoji-24[data-code="1F389"], .zknc-comments .zknc-emoji-18[data-code="1F389"], .zknc-comments .zknc-emoji-16[data-code="1F389"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2811.626,28.5117%29' id='g20'%3E%3Cpath id='path22' style='fill:%23dd2e44;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.112,-0.112 -0.197,-0.247 -0.268,-0.395 l -0.008,0.008 -11.216,-25.265 0.011,-0.011 c -0.208,-0.403 0.14,-1.223 0.853,-1.937 0.712,-0.712 1.532,-1.06 1.935,-0.852 l 0.01,-0.01 25.267,11.215 -0.008,0.009 c 0.148,0.07 0.282,0.155 0.395,0.268 1.562,1.562 -0.971,6.627 -5.657,11.313 C 6.628,-0.97 1.562,1.562 0,0'/%3E%3C/g%3E%3Cg transform='translate%2813,24%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ea596e;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -12.584,-20.506 -0.282,-0.635 0.011,-0.01 c -0.208,-0.404 0.14,-1.223 0.853,-1.937 0.232,-0.232 0.472,-0.408 0.709,-0.557 L 4,-5 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2823.0117,22.9341%29' id='g28'%3E%3Cpath id='path30' style='fill:%23a0041e;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 4.67,-4.672 7.263,-9.652 5.789,-11.124 -1.473,-1.474 -6.453,1.118 -11.126,5.788 -4.671,4.672 -7.263,9.653 -5.79,11.126 C -9.653,7.264 -4.673,4.671 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818.5898,22.3906%29' id='g32'%3E%3Cpath id='path34' style='fill:%23aa8dd8;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.199,-0.161 -0.459,-0.245 -0.734,-0.215 -0.868,0.094 -1.597,0.396 -2.109,0.873 -0.541,0.505 -0.808,1.182 -0.735,1.862 0.128,1.192 1.324,2.286 3.363,2.066 0.793,-0.085 1.147,0.169 1.158,0.291 0.014,0.121 -0.277,0.446 -1.069,0.532 -0.869,0.094 -1.598,0.396 -2.11,0.873 -0.541,0.505 -0.809,1.183 -0.735,1.862 0.13,1.193 1.325,2.286 3.362,2.066 0.578,-0.063 0.882,0.057 1.011,0.134 0.104,0.063 0.145,0.123 0.149,0.158 0.011,0.12 -0.276,0.445 -1.071,0.531 -0.548,0.06 -0.946,0.553 -0.886,1.102 0.059,0.549 0.551,0.946 1.101,0.886 C 2.732,12.802 3.668,11.479 3.539,10.286 3.41,9.094 2.215,8.001 0.176,8.221 -0.402,8.284 -0.704,8.164 -0.834,8.087 -0.937,8.024 -0.979,7.963 -0.983,7.93 -0.996,7.808 -0.706,7.483 0.088,7.398 2.125,7.178 3.061,5.855 2.932,4.662 2.803,3.47 1.607,2.376 -0.43,2.597 -1.008,2.659 -1.312,2.54 -1.442,2.463 -1.545,2.4 -1.585,2.339 -1.589,2.305 -1.602,2.184 -1.313,1.859 -0.519,1.774 0.029,1.714 0.428,1.221 0.367,0.672 0.338,0.397 0.199,0.161 0,0'/%3E%3C/g%3E%3Cg transform='translate%2830.6611,13.1426%29' id='g36'%3E%3Cpath id='path38' style='fill:%2377b255;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 1.973,0.557 3.334,-0.323 3.658,-1.478 3.982,-2.632 3.28,-4.093 1.309,-4.647 0.539,-4.863 0.308,-5.231 0.339,-5.349 c 0.034,-0.118 0.425,-0.312 1.193,-0.094 1.972,0.554 3.333,-0.326 3.657,-1.48 0.327,-1.155 -0.377,-2.614 -2.35,-3.17 -0.769,-0.216 -1.001,-0.585 -0.967,-0.702 0.033,-0.117 0.423,-0.31 1.192,-0.095 0.531,0.15 1.084,-0.16 1.234,-0.691 0.148,-0.532 -0.161,-1.084 -0.694,-1.234 -1.97,-0.555 -3.333,0.323 -3.659,1.479 -0.324,1.154 0.379,2.613 2.353,3.169 0.769,0.217 1.001,0.584 0.967,0.702 -0.033,0.117 -0.422,0.312 -1.191,0.096 -1.973,-0.556 -3.334,0.322 -3.659,1.478 -0.325,1.155 0.378,2.614 2.352,3.17 0.767,0.215 0.999,0.585 0.966,0.701 -0.034,0.119 -0.422,0.313 -1.192,0.096 -0.532,-0.15 -1.083,0.16 -1.233,0.692 C -0.842,-0.701 -0.532,-0.149 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.001,15.8398%29' id='g40'%3E%3Cpath id='path42' style='fill:%23aa8dd8;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.294,0 -0.584,0.129 -0.782,0.375 -1.127,0.807 -1.057,1.436 -0.626,1.781 -0.408,1.956 4.792,6.04 12.141,4.989 12.688,4.911 13.067,4.405 12.989,3.858 12.911,3.312 12.409,2.928 11.857,3.01 5.364,3.932 0.67,0.256 0.624,0.219 0.439,0.071 0.219,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%285.7544,20%29' id='g44'%3E%3Cpath id='path46' style='fill:%2377b255;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.095,0 -0.192,0.014 -0.288,0.042 -0.529,0.159 -0.829,0.717 -0.67,1.246 1.133,3.773 2.16,9.793 0.898,11.363 -0.142,0.178 -0.354,0.353 -0.842,0.316 -0.939,-0.071 -0.849,-2.051 -0.848,-2.071 0.042,-0.551 -0.372,-1.031 -0.922,-1.072 -0.559,-0.034 -1.032,0.372 -1.072,0.923 -0.104,1.379 0.326,4.035 2.691,4.214 C 0.003,15.041 0.88,14.674 1.5,13.904 3.871,10.953 1.464,2.398 0.957,0.712 0.827,0.279 0.43,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827,26.5%29' id='g48'%3E%3Cpath id='path50' style='fill:%235c913b;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.828 -0.672,-1.5 -1.5,-1.5 -2.328,-1.5 -3,-0.828 -3,0 -3,0.828 -2.328,1.5 -1.5,1.5 -0.672,1.5 0,0.828 0,0'/%3E%3C/g%3E%3Cg transform='translate%284,18%29' id='g52'%3E%3Cpath id='path54' style='fill:%239266cc;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.104 -0.896,-2 -2,-2 -1.104,0 -2,0.896 -2,2 0,1.105 0.896,2 2,2 1.104,0 2,-0.895 2,-2'/%3E%3C/g%3E%3Cg transform='translate%2834,16.5%29' id='g56'%3E%3Cpath id='path58' style='fill:%235c913b;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.828 -0.672,-1.5 -1.5,-1.5 -2.328,-1.5 -3,-0.828 -3,0 -3,0.828 -2.328,1.5 -1.5,1.5 -0.672,1.5 0,0.828 0,0'/%3E%3C/g%3E%3Cg transform='translate%2825,4.5%29' id='g60'%3E%3Cpath id='path62' style='fill:%235c913b;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.828 -0.672,-1.5 -1.5,-1.5 -2.328,-1.5 -3,-0.828 -3,0 -3,0.828 -2.328,1.5 -1.5,1.5 -0.672,1.5 0,0.828 0,0'/%3E%3C/g%3E%3Cg transform='translate%2830,32%29' id='g64'%3E%3Cpath id='path66' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.104 -0.895,-2 -2,-2 -1.104,0 -2,0.896 -2,2 0,1.105 0.896,2 2,2 1.105,0 2,-0.895 2,-2'/%3E%3C/g%3E%3Cg transform='translate%2834,27.5%29' id='g68'%3E%3Cpath id='path70' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.828 -0.672,-1.5 -1.5,-1.5 -2.328,-1.5 -3,-0.828 -3,0 -3,0.828 -2.328,1.5 -1.5,1.5 -0.672,1.5 0,0.828 0,0'/%3E%3C/g%3E%3Cg transform='translate%2831,23.5%29' id='g72'%3E%3Cpath id='path74' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.828 -0.672,-1.5 -1.5,-1.5 -2.328,-1.5 -3,-0.828 -3,0 -3,0.828 -2.328,1.5 -1.5,1.5 -0.672,1.5 0,0.828 0,0'/%3E%3C/g%3E%3Cg transform='translate%289,12.5%29' id='g76'%3E%3Cpath id='path78' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.828 -0.672,-1.5 -1.5,-1.5 -2.328,-1.5 -3,-0.828 -3,0 -3,0.828 -2.328,1.5 -1.5,1.5 -0.672,1.5 0,0.828 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F602"], .zknc-comments .zknc-emoji-24[data-code="1F602"], .zknc-comments .zknc-emoji-18[data-code="1F602"], .zknc-comments .zknc-emoji-16[data-code="1F602"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.457,18.2031%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.059,0.135 -1.499,3.297 -4.457,3.297 -2.957,0 -4.397,-3.162 -4.457,-3.297 -0.092,-0.207 -0.032,-0.449 0.144,-0.591 0.175,-0.142 0.426,-0.147 0.611,-0.014 0.012,0.009 1.262,0.902 3.702,0.902 2.426,0 3.674,-0.881 3.702,-0.901 0.088,-0.066 0.194,-0.099 0.298,-0.099 0.11,0 0.221,0.037 0.312,0.109 C 0.032,-0.452 0.093,-0.208 0,0'/%3E%3C/g%3E%3Cg transform='translate%2816.457,18.2031%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.06,0.135 -1.499,3.297 -4.457,3.297 -2.957,0 -4.397,-3.162 -4.457,-3.297 -0.092,-0.207 -0.032,-0.449 0.144,-0.591 0.176,-0.142 0.427,-0.147 0.61,-0.014 0.013,0.009 1.262,0.902 3.703,0.902 2.426,0 3.674,-0.881 3.702,-0.901 0.088,-0.066 0.194,-0.099 0.298,-0.099 0.11,0 0.221,0.037 0.312,0.109 C 0.033,-0.452 0.092,-0.208 0,0'/%3E%3C/g%3E%3Cg transform='translate%2831,19.9995%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.396,0 -0.772,0.238 -0.929,0.629 -2.707,5.074 -7.151,6.01 -7.196,6.02 -7.737,6.128 -8.089,6.655 -7.98,7.196 -7.872,7.738 -7.346,8.087 -6.804,7.98 -6.578,7.936 -1.248,6.812 0.929,1.372 1.134,0.859 0.884,0.277 0.371,0.072 0.25,0.023 0.124,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%284.9995,19.9995%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.124,0 -0.249,0.023 -0.371,0.072 -0.884,0.277 -1.133,0.859 -0.928,1.372 1.248,6.812 6.579,7.936 6.804,7.98 7.348,8.087 7.873,7.738 7.981,7.196 8.089,6.656 7.739,6.13 7.2,6.02 7.015,5.982 2.693,5.04 0.929,0.629 0.772,0.238 0.397,0.001 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,14%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -3.623,0 -6.027,0.422 -9,1 -0.679,0.131 -2,0 -2,-2 0,-4 4.595,-9 11,-9 6.404,0 11,5 11,9 C 11,1 9.679,1.132 9,1 6.027,0.422 3.623,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%289,13%29' id='g44'%3E%3Cpath id='path46' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,0 3,-1 9,-1 6,0 9,1 9,1 0,0 -2,-4 -9,-4 -7,0 -9,4 -9,4'/%3E%3C/g%3E%3Cg transform='translate%2810.8472,7.7705%29' id='g48'%3E%3Cpath id='path50' style='fill:%235dadec;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.68,-2.677 -3.4,-4.295 -6.077,-3.615 -2.676,0.678 -4.295,3.399 -3.615,6.076 0.679,2.677 6.337,8.708 7.307,8.462 C -1.417,10.677 0.679,2.677 0,0'/%3E%3C/g%3E%3Cg transform='translate%2825.1328,7.7705%29' id='g52'%3E%3Cpath id='path54' style='fill:%235dadec;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0.68,-2.677 3.4,-4.295 6.077,-3.615 2.677,0.678 4.296,3.399 3.616,6.076 C 9.014,5.138 3.355,11.169 2.386,10.923 1.417,10.677 -0.679,2.677 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F607"], .zknc-comments .zknc-emoji-24[data-code="1F607"], .zknc-comments .zknc-emoji-18[data-code="1F607"], .zknc-comments .zknc-emoji-16[data-code="1F607"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827.335,13.3711%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.178,0.161 -0.444,0.171 -0.635,0.029 -0.039,-0.029 -3.922,-2.9 -8.7,-2.9 -4.766,0 -8.662,2.871 -8.7,2.9 -0.191,0.142 -0.457,0.13 -0.635,-0.029 -0.177,-0.16 -0.217,-0.424 -0.094,-0.628 0.129,-0.215 3.217,-5.243 9.429,-5.243 6.212,0 9.301,5.028 9.429,5.243 C 0.217,-0.423 0.178,-0.16 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,28.2917%29' id='g28'%3E%3Cpath id='path30' style='fill:%235dadec;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -7.017,0 -13.202,0.897 -13.202,2.944 -13.202,4.99 -7.017,6.396 0,6.396 7.017,6.396 13.202,4.99 13.202,2.944 13.202,0.897 7.017,0 0,0 m 0,7.458 c -9.356,0 -17.437,-1.535 -17.437,-5.044 0,-3.508 8.081,-5.294 17.437,-5.294 9.356,0 17.437,1.786 17.437,5.294 0,3.509 -8.081,5.044 -17.437,5.044'/%3E%3C/g%3E%3Cg transform='translate%2826,17%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.419,0 -0.809,0.265 -0.948,0.684 -1.151,1.283 -1.967,3 -3,3 -4.062,3 -4.889,1.173 -5.052,0.684 -5.227,0.16 -5.788,-0.124 -6.316,0.052 -6.84,0.226 -7.123,0.792 -6.948,1.316 -6.823,1.693 -5.645,5 -3,5 -0.355,5 0.823,1.693 0.948,1.316 1.123,0.792 0.84,0.226 0.316,0.052 0.211,0.017 0.105,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2816,17%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.419,0 -0.809,0.265 -0.949,0.684 -1.152,1.283 -1.966,3 -3,3 -4.062,3 -4.888,1.173 -5.051,0.684 -5.226,0.16 -5.79,-0.124 -6.316,0.052 -6.84,0.226 -7.124,0.792 -6.949,1.316 -6.823,1.693 -5.645,5 -3,5 -0.355,5 0.823,1.693 0.949,1.316 1.124,0.792 0.84,0.226 0.316,0.052 0.211,0.017 0.105,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.4722,32.625%29' id='g40'%3E%3Cpath id='path42' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.66,0.443 -1.346,0.91 -2.001,1.26 -2.525,1.35 -5.408,2.115 -8.471,2.115 -2.93,0 -5.695,-0.699 -8.14,-1.941 C -19.701,0.881 -20.493,0.436 -20.783,0 L 0,0 Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F609"], .zknc-comments .zknc-emoji-24[data-code="1F609"], .zknc-comments .zknc-emoji-18[data-code="1F609"], .zknc-comments .zknc-emoji-16[data-code="1F609"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2814,19.5%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.934 -1.119,-3.5 -2.5,-3.5 -3.881,-3.5 -5,-1.934 -5,0 -5,1.933 -3.881,3.5 -2.5,3.5 -1.119,3.5 0,1.933 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.457,18.2031%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.059,0.135 -1.499,3.297 -4.457,3.297 -2.957,0 -4.397,-3.162 -4.457,-3.297 -0.092,-0.207 -0.032,-0.449 0.144,-0.591 0.175,-0.142 0.426,-0.147 0.611,-0.014 0.012,0.009 1.262,0.902 3.702,0.902 2.426,0 3.674,-0.881 3.702,-0.901 0.088,-0.066 0.194,-0.099 0.298,-0.099 0.11,0 0.221,0.037 0.312,0.109 C 0.032,-0.452 0.093,-0.208 0,0'/%3E%3C/g%3E%3Cg transform='translate%285.999,23.542%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.208,0 -0.419,0.065 -0.599,0.2 -0.442,0.331 -0.531,0.958 -0.2,1.4 3.262,4.35 7.616,4.4 7.8,4.4 0.552,0 1,-0.448 1,-1 C 8.001,4.449 7.556,4.002 7.005,4 6.85,3.998 3.436,3.914 0.801,0.4 0.604,0.138 0.304,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2829.001,21.4165%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.305,0 -0.605,0.138 -0.801,0.4 -3.393,3.856 -7.762,3.027 -7.805,3.02 -8.352,2.912 -8.873,3.263 -8.982,3.804 -9.09,4.345 -8.738,4.872 -8.197,4.98 -7.967,5.027 -2.54,6.052 0.799,1.6 1.131,1.158 1.041,0.531 0.599,0.2 0.419,0.065 0.209,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.2539,12.4229%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.187,0.11 -0.432,0.087 -0.597,-0.06 -0.009,-0.007 -1.013,-0.863 -4.657,-0.863 -3.641,0 -4.645,0.854 -4.646,0.854 -0.16,0.16 -0.405,0.19 -0.601,0.082 -0.195,-0.112 -0.293,-0.339 -0.238,-0.557 0.011,-0.044 1.145,-4.379 5.485,-4.379 4.34,0 5.474,4.335 5.485,4.379 C 0.284,-0.331 0.187,-0.113 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F612"], .zknc-comments .zknc-emoji-24[data-code="1F612"], .zknc-comments .zknc-emoji-18[data-code="1F612"], .zknc-comments .zknc-emoji-16[data-code="1F612"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.941,0 -18,8.059 -18,18 0,9.941 8.059,18 18,18 C -8.059,18 0,9.941 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.4854,7.1211%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.012,0.044 -1.146,4.379 -5.485,4.379 -4.341,0 -5.475,-4.335 -5.485,-4.379 -0.053,-0.213 0.043,-0.431 0.231,-0.544 0.188,-0.112 0.433,-0.086 0.596,0.06 0.01,0.007 1.014,0.863 4.658,0.863 3.589,0 4.617,-0.83 4.656,-0.863 0.095,-0.09 0.219,-0.137 0.344,-0.137 0.084,0 0.169,0.021 0.246,0.064 C -0.043,-0.445 0.055,-0.218 0,0'/%3E%3C/g%3E%3Cg transform='translate%2829,24%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -5.554,0 -7.802,4.367 -7.895,4.553 -0.247,0.494 -0.046,1.095 0.448,1.342 0.493,0.246 1.092,0.047 1.34,-0.444 C -6.033,5.306 -4.287,2 0,2 0.553,2 1,1.552 1,1 1,0.448 0.553,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%287,24%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.552,0 -1,0.448 -1,1 -1,1.552 -0.552,2 0,2 5.083,2 5.996,5.12 6.033,5.253 6.178,5.781 6.725,6.101 7.252,5.962 7.782,5.823 8.103,5.289 7.97,4.757 7.921,4.563 6.704,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2814.5,19.5%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.934 -1.119,-3.5 -2.5,-3.5 -3.881,-3.5 -5,-1.934 -5,0 -5,1.933 -3.881,3.5 -2.5,3.5 -1.119,3.5 0,1.933 0,0'/%3E%3C/g%3E%3Cg transform='translate%2826.5,19.5%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.934 -1.119,-3.5 -2.5,-3.5 -3.881,-3.5 -5,-1.934 -5,0 -5,1.933 -3.881,3.5 -2.5,3.5 -1.119,3.5 0,1.933 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F618"], .zknc-comments .zknc-emoji-24[data-code="1F618"], .zknc-comments .zknc-emoji-18[data-code="1F618"], .zknc-comments .zknc-emoji-16[data-code="1F618"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2814,20.5%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.934 -1.119,-3.5 -2.5,-3.5 -3.881,-3.5 -5,-1.934 -5,0 -5,1.933 -3.881,3.5 -2.5,3.5 -1.119,3.5 0,1.933 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.457,18.2031%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.059,0.135 -1.499,3.297 -4.457,3.297 -2.957,0 -4.397,-3.162 -4.457,-3.297 -0.092,-0.207 -0.032,-0.449 0.144,-0.591 0.175,-0.142 0.426,-0.147 0.611,-0.014 0.012,0.009 1.262,0.902 3.702,0.902 2.426,0 3.674,-0.881 3.702,-0.901 0.088,-0.066 0.194,-0.099 0.298,-0.099 0.11,0 0.221,0.037 0.312,0.109 C 0.032,-0.452 0.093,-0.208 0,0'/%3E%3C/g%3E%3Cg transform='translate%285.999,25%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.208,0 -0.419,0.065 -0.599,0.2 -0.442,0.331 -0.531,0.958 -0.2,1.4 3.262,4.35 7.616,4.4 7.8,4.4 0.552,0 1,-0.448 1,-1 C 8.001,4.449 7.556,4.002 7.005,4 6.85,3.998 3.436,3.914 0.801,0.4 0.604,0.138 0.304,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2829.001,22%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.305,0 -0.605,0.138 -0.801,0.4 -3.393,3.856 -7.762,3.028 -7.805,3.02 -8.352,2.909 -8.873,3.263 -8.982,3.804 -9.09,4.345 -8.738,4.872 -8.197,4.98 -7.967,5.028 -2.54,6.052 0.799,1.6 1.131,1.158 1.041,0.531 0.599,0.2 0.419,0.065 0.209,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2820.8711,8%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 1.335,0.412 2.629,1.156 2.629,2.5 0,2.619 -4.912,2.968 -5.472,2.999 C -3.117,5.525 -3.352,5.306 -3.37,5.031 -3.387,4.758 -3.18,4.521 -2.906,4.501 -2.871,4.499 0.629,4.202 0.629,2.5 0.629,0.798 -2.871,0.501 -2.906,0.499 -2.92,0.498 -2.931,0.49 -2.943,0.488 -2.996,0.482 -3.044,0.471 -3.09,0.448 -3.097,0.445 -3.102,0.44 -3.108,0.437 -3.155,0.411 -3.197,0.381 -3.233,0.34 -3.247,0.325 -3.257,0.309 -3.269,0.292 -3.291,0.26 -3.313,0.229 -3.328,0.19 -3.34,0.161 -3.346,0.13 -3.352,0.099 -3.357,0.075 -3.369,0.055 -3.37,0.031 -3.371,0.021 -3.366,0.011 -3.366,0 c 0,-0.011 -0.005,-0.021 -0.004,-0.031 10e-4,-0.025 0.013,-0.045 0.018,-0.069 0.006,-0.031 0.011,-0.06 0.023,-0.089 0.013,-0.031 0.031,-0.057 0.049,-0.084 0.017,-0.025 0.032,-0.05 0.053,-0.072 0.022,-0.023 0.05,-0.041 0.077,-0.06 0.025,-0.017 0.046,-0.034 0.074,-0.047 0.032,-0.015 0.066,-0.021 0.1,-0.027 0.024,-0.006 0.045,-0.018 0.07,-0.02 0.035,-0.002 3.535,-0.299 3.535,-2.001 0,-1.702 -3.5,-1.999 -3.535,-2.001 -0.274,-0.02 -0.481,-0.257 -0.464,-0.53 0.017,-0.265 0.237,-0.469 0.498,-0.469 0.01,0 0.02,0 0.029,0.001 0.56,0.031 5.472,0.38 5.472,2.999 0,1.344 -1.294,2.088 -2.629,2.5'/%3E%3C/g%3E%3Cg transform='translate%2835.4043,8.7783%29' id='g44'%3E%3Cpath id='path46' style='fill:%23e75a70;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0.739,1.516 0.11,3.347 -1.405,4.086 -0.922,0.449 -1.956,0.391 -2.793,-0.06 -0.16,0.937 -0.75,1.789 -1.67,2.238 -1.518,0.74 -3.348,0.109 -4.087,-1.407 -0.106,-0.214 -0.18,-0.436 -0.231,-0.659 -0.774,-2.555 0.64,-6.341 2.193,-7.948 2.223,-0.234 6.077,0.979 7.615,3.161 C -0.233,-0.41 -0.105,-0.215 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F621"], .zknc-comments .zknc-emoji-24[data-code="1F621"], .zknc-comments .zknc-emoji-18[data-code="1F621"], .zknc-comments .zknc-emoji-16[data-code="1F621"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23da2f47;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2825.4854,6.1211%29' id='g24'%3E%3Cpath id='path26' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.045,0.179 -1.168,4.379 -7.485,4.379 -6.318,0 -7.441,-4.2 -7.485,-4.379 -0.055,-0.217 0.043,-0.442 0.237,-0.554 0.195,-0.109 0.439,-0.079 0.599,0.077 0.019,0.019 1.954,1.856 6.649,1.856 4.694,0 6.63,-1.837 6.648,-1.856 0.096,-0.094 0.224,-0.144 0.352,-0.144 0.084,0 0.169,0.021 0.246,0.064 C -0.043,-0.445 0.055,-0.218 0,0'/%3E%3C/g%3E%3Cg transform='translate%2815.707,18.707%29' id='g28'%3E%3Cpath id='path30' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -3.255,3.255 -8.486,3.293 -8.707,3.293 -0.552,0 -0.999,-0.447 -0.999,-0.999 -0.001,-0.551 0.446,-1 0.998,-1.001 0.029,0 1.925,-0.022 3.983,-0.737 -0.593,-0.64 -0.982,-1.634 -0.982,-2.763 0,-1.934 1.119,-3.5 2.5,-3.5 1.381,0 2.5,1.566 2.5,3.5 0,0.174 -0.019,0.34 -0.037,0.507 0.013,0 0.025,-0.007 0.037,-0.007 0.256,0 0.512,0.098 0.707,0.293 0.391,0.391 0.391,1.023 0,1.414'/%3E%3C/g%3E%3Cg transform='translate%2829,22%29' id='g32'%3E%3Cpath id='path34' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.221,0 -5.451,-0.038 -8.707,-3.293 -0.391,-0.391 -0.391,-1.023 0,-1.414 C -8.512,-4.902 -8.256,-5 -8,-5 c 0.013,0 0.024,0.007 0.036,0.007 C -7.98,-5.16 -8,-5.326 -8,-5.5 -8,-7.434 -6.881,-9 -5.5,-9 c 1.381,0 2.5,1.566 2.5,3.5 0,1.129 -0.389,2.123 -0.982,2.763 C -1.924,-2.022 -0.028,-2 0.002,-2 0.553,-1.999 1,-1.55 0.999,-0.999 0.998,-0.447 0.552,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F622"], .zknc-comments .zknc-emoji-24[data-code="1F622"], .zknc-comments .zknc-emoji-18[data-code="1F622"], .zknc-comments .zknc-emoji-16[data-code="1F622"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2814,19%29' id='g24'%3E%3Cpath id='path26' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.934 -1.119,-3.5 -2.5,-3.5 -3.881,-3.5 -5,-1.934 -5,0 -5,1.933 -3.881,3.5 -2.5,3.5 -1.119,3.5 0,1.933 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827,19%29' id='g28'%3E%3Cpath id='path30' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.934 -1.119,-3.5 -2.5,-3.5 -3.881,-3.5 -5,-1.934 -5,0 -5,1.933 -3.881,3.5 -2.5,3.5 -1.119,3.5 0,1.933 0,0'/%3E%3C/g%3E%3Cg transform='translate%285.999,22.5%29' id='g32'%3E%3Cpath id='path34' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.208,0 -0.419,0.065 -0.599,0.2 -0.442,0.331 -0.531,0.958 -0.2,1.4 3.262,4.35 7.616,4.4 7.8,4.4 0.552,0 1,-0.448 1,-1 C 8.001,4.449 7.556,4.002 7.005,4 6.85,3.998 3.436,3.914 0.801,0.4 0.604,0.138 0.304,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2830.001,22.5%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.305,0 -0.605,0.138 -0.801,0.4 -3.441,3.921 -6.862,3.999 -7.007,4 -7.557,4.006 -8.001,4.456 -7.998,5.005 -7.995,5.556 -7.551,6 -7.001,6 -6.817,6 -2.464,5.95 0.799,1.6 1.131,1.158 1.041,0.531 0.599,0.2 0.419,0.065 0.209,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.4854,7.6211%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.012,0.044 -1.146,4.379 -5.485,4.379 -4.341,0 -5.475,-4.335 -5.485,-4.379 -0.053,-0.213 0.043,-0.431 0.231,-0.544 0.188,-0.112 0.433,-0.086 0.596,0.06 0.01,0.007 1.014,0.863 4.658,0.863 3.589,0 4.617,-0.83 4.656,-0.863 0.095,-0.09 0.219,-0.137 0.344,-0.137 0.084,0 0.169,0.021 0.246,0.064 C -0.043,-0.445 0.055,-0.218 0,0'/%3E%3C/g%3E%3Cg transform='translate%2816,5%29' id='g44'%3E%3Cpath id='path46' style='fill:%235dadec;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-2.762 -2.238,-5 -5,-5 -2.762,0 -5,2.238 -5,5 0,2.762 4,10 5,10 1,0 5,-7.238 5,-10'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F631"], .zknc-comments .zknc-emoji-24[data-code="1F631"], .zknc-comments .zknc-emoji-18[data-code="1F631"], .zknc-comments .zknc-emoji-16[data-code="1F631"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2818,36%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -9.94,0 -18,-8.06 -18,-18 0,-6.051 2.996,-11.392 7.574,-14.655 0.104,6.438 -2.237,13.655 -6.17,13.655 -0.464,0 -0.84,-0.066 -1.153,-0.183 0.303,0.757 0.96,1.182 2.189,1.182 4.27,0 6.666,-8.506 6.093,-15.287 C -6.714,-34.997 -3.478,-36 0,-36 c 3.479,0 6.716,1.004 9.47,2.713 -0.577,6.807 1.818,15.287 6.091,15.287 1.233,0 1.891,-0.426 2.192,-1.183 -0.314,0.117 -0.691,0.183 -1.157,0.183 -3.938,0 -6.279,-7.199 -6.17,-13.655 C 15.005,-29.392 18,-24.051 18,-18 18,-8.06 9.941,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,36%29' id='g24'%3E%3Cpath id='path26' style='fill:%23bdddf4;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -9.94,0 -18,-8.06 -18,-18 0,-1.192 0.123,-2.356 0.344,-3.484 0.234,0.863 0.6,1.691 1.058,2.484 -0.463,0 -0.838,-0.066 -1.151,-0.183 0.264,0.66 0.823,1.048 1.769,1.142 2.992,4.179 9.017,7.041 15.98,7.041 6.964,0 12.988,-2.861 15.98,-7.04 0.951,-0.094 1.51,-0.482 1.773,-1.143 -0.313,0.117 -0.689,0.183 -1.154,0.183 0.458,-0.793 0.823,-1.621 1.057,-2.484 C 17.878,-20.356 18,-19.192 18,-18 18,-8.06 9.941,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%287.3472,24.0898%29' id='g28'%3E%3Cpath id='path30' style='fill:%23f5f8fa;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.946,-3.176 0.107,-6.293 2.353,-6.962 4.599,-7.632 7.187,-5.6 8.132,-2.424 9.078,0.751 8.025,3.869 5.781,4.538 3.535,5.207 0.947,3.175 0,0'/%3E%3C/g%3E%3Cg transform='translate%2828.6523,24.0898%29' id='g32'%3E%3Cpath id='path34' style='fill:%23f5f8fa;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0.946,-3.176 -0.107,-6.293 -2.352,-6.962 -2.247,-0.67 -4.834,1.362 -5.78,4.538 -0.946,3.175 0.107,6.293 2.351,6.962 C -3.535,5.207 -0.947,3.175 0,0'/%3E%3C/g%3E%3Cg transform='translate%2818,18%29' id='g36'%3E%3Cpath id='path38' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -2.757,0 -5,-2.243 -5,-5 l 0,-6 c 0,-2.757 2.243,-5 5,-5 2.757,0 5,2.243 5,5 l 0,6 C 5,-2.243 2.757,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%281.4043,17%29' id='g40'%3E%3Cpath id='path42' style='fill:%23fcab40;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.464,0 -0.84,-0.066 -1.153,-0.183 0.072,0.179 0.167,0.336 0.281,0.477 C -2.734,-1.998 1.444,-9.54 -0.586,-17 l 6.461,0 C 7.063,-10.04 4.639,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2835.7529,16.8174%29' id='g44'%3E%3Cpath id='path46' style='fill:%23fcab40;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.313,0.116 -0.69,0.183 -1.157,0.183 -4.641,0 -7.066,-10.002 -5.873,-17 l 6.46,0 C -2.476,-9.772 1.086,-2.729 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F633"], .zknc-comments .zknc-emoji-24[data-code="1F633"], .zknc-comments .zknc-emoji-18[data-code="1F633"], .zknc-comments .zknc-emoji-16[data-code="1F633"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,18%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-9.941 -8.059,-18 -18,-18 -9.94,0 -18,8.059 -18,18 0,9.94 8.06,18 18,18 C -8.059,18 0,9.94 0,0'/%3E%3C/g%3E%3Cg transform='translate%2834,13%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ff7892;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-2.762 -2.238,-5 -5,-5 -2.762,0 -5,2.238 -5,5 0,2.762 2.238,5 5,5 2.762,0 5,-2.238 5,-5'/%3E%3C/g%3E%3Cg transform='translate%2812,13%29' id='g28'%3E%3Cpath id='path30' style='fill:%23ff7892;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-2.762 -2.238,-5 -5,-5 -2.762,0 -5,2.238 -5,5 0,2.762 2.238,5 5,5 2.762,0 5,-2.238 5,-5'/%3E%3C/g%3E%3Cg transform='translate%2830,19.5%29' id='g32'%3E%3Cpath id='path34' style='fill:%23f5f8fa;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-3.037 -2.463,-5.5 -5.5,-5.5 -3.037,0 -5.5,2.463 -5.5,5.5 0,3.037 2.463,5.5 5.5,5.5 C -2.463,5.5 0,3.037 0,0'/%3E%3C/g%3E%3Cg transform='translate%2817,19.5%29' id='g36'%3E%3Cpath id='path38' style='fill:%23f5f8fa;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-3.037 -2.463,-5.5 -5.5,-5.5 -3.037,0 -5.5,2.463 -5.5,5.5 0,3.037 2.463,5.5 5.5,5.5 C -2.463,5.5 0,3.037 0,0'/%3E%3C/g%3E%3Cg transform='translate%2814,19.5%29' id='g40'%3E%3Cpath id='path42' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.381 -1.119,-2.5 -2.5,-2.5 -3.881,-2.5 -5,-1.381 -5,0 -5,1.38 -3.881,2.5 -2.5,2.5 -1.119,2.5 0,1.38 0,0'/%3E%3C/g%3E%3Cg transform='translate%2827,19.5%29' id='g44'%3E%3Cpath id='path46' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-1.381 -1.119,-2.5 -2.5,-2.5 -3.881,-2.5 -5,-1.381 -5,0 -5,1.38 -3.881,2.5 -2.5,2.5 -1.119,2.5 0,1.38 0,0'/%3E%3C/g%3E%3Cg transform='translate%2822,6%29' id='g48'%3E%3Cpath id='path50' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -8,0 c -0.552,0 -1,0.447 -1,1 0,0.553 0.448,1 1,1 L 0,2 C 0.553,2 1,1.553 1,1 1,0.447 0.553,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2830.001,25%29' id='g52'%3E%3Cpath id='path54' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.305,0 -0.605,0.138 -0.801,0.4 -3.441,3.921 -6.862,3.999 -7.007,4 -7.557,4.006 -8.001,4.456 -7.998,5.005 -7.995,5.556 -7.551,6 -7.001,6 -6.817,6 -2.464,5.95 0.799,1.6 1.131,1.158 1.041,0.531 0.599,0.2 0.419,0.065 0.209,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%285.999,25%29' id='g56'%3E%3Cpath id='path58' style='fill:%23664500;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.208,0 -0.419,0.065 -0.599,0.2 -0.442,0.331 -0.531,0.958 -0.2,1.4 3.262,4.35 7.616,4.4 7.8,4.4 0.552,0 1,-0.448 1,-1 C 8.001,4.449 7.556,4.002 7.005,4 6.85,3.998 3.436,3.914 0.801,0.4 0.604,0.138 0.304,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F648"], .zknc-comments .zknc-emoji-24[data-code="1F648"], .zknc-comments .zknc-emoji-18[data-code="1F648"], .zknc-comments .zknc-emoji-16[data-code="1F648"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,29%29' id='g20'%3E%3Cpath id='path22' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,4.939 -6.772,4.457 -9.169,4.132 -11.602,5.921 -14.556,7 -18,7 -21.438,7 -24.388,5.919 -26.818,4.131 -29.203,4.456 -36,4.948 -36,0 c 0,-2.891 1.563,-4.732 2.433,-5.533 C -34.514,-8.26 -35,-11.175 -35,-14 c 0,-9.941 10,-13 17,-13 7,0 17,3 17,13 0,2.835 -0.483,5.751 -1.426,8.473 C -1.555,-4.722 0,-2.883 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823,29%29' id='g24'%3E%3Cpath id='path26' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -1.96,0 -3.729,-0.808 -5,-2.105 -6.27,-0.808 -8.04,0 -10,0 c -3.866,0 -7,-3.134 -7,-7 0,-3.866 3.134,-7 7,-7 1.96,0 3.73,0.808 5,2.105 1.271,-1.297 3.04,-2.105 5,-2.105 3.866,0 7,3.134 7,7 0,3.866 -3.134,7 -7,7'/%3E%3C/g%3E%3Cg transform='translate%2826,9%29' id='g28'%3E%3Cpath id='path30' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-4.419 -3.581,-8 -8,-8 -4.419,0 -8,3.581 -8,8 0,4.419 3.581,8 8,8 4.419,0 8,-3.581 8,-8'/%3E%3C/g%3E%3Cg transform='translate%2811.3564,13.8203%29' id='g32'%3E%3Cpath id='path34' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -3.713,-13.82 -7.643,0 L -6,4 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2814.4604,25.9995%29' id='g36'%3E%3Cpath id='path38' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -2.503,0 -5.055,-1.61 -6.418,-2.629 -0.658,1.066 -1.865,2.449 -3.686,2.449 -0.317,0 -1.1,-0.11 -1.506,-1.133 -0.173,-0.435 -0.261,-1.003 -0.261,-1.69 0,-3.551 2.325,-10.176 6.767,-10.176 3.623,0 5.081,0.801 5.552,1.16 0.702,0.371 4.51,2.522 5.032,5.738 0.271,1.674 -0.36,3.292 -1.877,4.808 C 2.626,-0.495 1.414,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2814.4604,24.9995%29' id='g40'%3E%3Cpath id='path42' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 1.034,0 2.041,-0.324 2.896,-1.18 5,-4.999 -3,-8.999 -3,-8.999 0,0 -1,-1 -5,-1 -5,0 -7,10.999 -5,10.999 2.236,0 3.356,-3 3.356,-3 0,0 3.51,3.18 6.748,3.18'/%3E%3C/g%3E%3Cg transform='translate%2811.0005,20.3198%29' id='g44'%3E%3Cpath id='path46' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.162,0 -0.32,0.078 -0.417,0.223 -0.153,0.23 -0.091,0.54 0.139,0.693 l 6,4 C 5.953,5.069 6.263,5.008 6.415,4.777 6.569,4.547 6.507,4.237 6.277,4.084 l -6,-4 C 0.191,0.027 0.095,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2813.0005,17.3203%29' id='g48'%3E%3Cpath id='path50' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.162,0 -0.32,0.078 -0.417,0.223 -0.153,0.23 -0.091,0.54 0.139,0.693 l 6,3.999 C 5.95,5.068 6.26,5.007 6.415,4.777 6.569,4.547 6.506,4.237 6.277,4.083 l -6,-3.999 C 0.191,0.027 0.095,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2825,13.8203%29' id='g52'%3E%3Cpath id='path54' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 3,-13.82 8,0 L 6,4 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2821.9492,25.9995%29' id='g56'%3E%3Cpath id='path58' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.449,0 -2.679,-0.495 -3.656,-1.473 -1.518,-1.516 -2.149,-3.134 -1.877,-4.808 0.521,-3.216 4.33,-5.367 5.031,-5.738 0.473,-0.359 1.93,-1.16 5.553,-1.16 4.442,0 6.766,6.625 6.766,10.176 0,0.687 -0.088,1.255 -0.26,1.69 C 11.15,-0.29 10.368,-0.18 10.051,-0.18 8.35,-0.18 7.233,-1.386 6.605,-2.583 5.168,-1.568 2.534,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2821.9492,24.9995%29' id='g60'%3E%3Cpath id='path62' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 3.337,0 7.051,-3.18 7.051,-3.18 0,0 0.763,3 3,3 2,0 0,-10.999 -5,-10.999 -4,0 -5,1 -5,1 0,0 -8,4 -3,8.999 C -2.094,-0.324 -1.066,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2824,17.5%29' id='g64'%3E%3Cpath id='path66' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.096,0 -0.192,0.027 -0.277,0.084 l -6,3.999 c -0.23,0.154 -0.292,0.464 -0.139,0.694 0.152,0.229 0.462,0.292 0.693,0.138 l 6,-3.999 C 0.507,0.763 0.569,0.453 0.416,0.223 0.319,0.078 0.161,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2826,20.4995%29' id='g68'%3E%3Cpath id='path70' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.096,0 -0.192,0.027 -0.277,0.084 l -6,4 c -0.23,0.153 -0.292,0.463 -0.139,0.693 0.154,0.23 0.465,0.291 0.693,0.139 l 6,-4 C 0.507,0.763 0.569,0.453 0.416,0.223 0.319,0.078 0.161,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.4258,7.2627%29' id='g72'%3E%3Cpath id='path74' style='fill:%23642116;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.092,0.147 -0.253,0.237 -0.426,0.237 l -10,0 c -0.173,0 -0.334,-0.09 -0.425,-0.237 -0.091,-0.147 -0.1,-0.331 -0.022,-0.486 0.087,-0.175 2.176,-4.277 5.447,-4.277 3.272,0 5.361,4.102 5.447,4.277 C 0.099,-0.331 0.091,-0.147 0,0'/%3E%3C/g%3E%3Cg transform='translate%2819,10.5%29' id='g76'%3E%3Cpath id='path78' style='fill:%23642116;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.276,0 -0.5,0.224 -0.5,0.5 l 0,2 C -0.5,2.776 -0.276,3 0,3 0.276,3 0.5,2.776 0.5,2.5 l 0,-2 C 0.5,0.224 0.276,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2817,10.5%29' id='g80'%3E%3Cpath id='path82' style='fill:%23642116;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.276,0 -0.5,0.224 -0.5,0.5 l 0,2 C -0.5,2.776 -0.276,3 0,3 0.276,3 0.5,2.776 0.5,2.5 l 0,-2 C 0.5,0.224 0.276,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="1F649"], .zknc-comments .zknc-emoji-24[data-code="1F649"], .zknc-comments .zknc-emoji-18[data-code="1F649"], .zknc-comments .zknc-emoji-16[data-code="1F649"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,0 36,0 36,36 0,36 0,0 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2836,29%29' id='g20'%3E%3Cpath id='path22' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,4.939 -6.772,4.457 -9.169,4.132 -11.602,5.921 -14.556,7 -18,7 -21.438,7 -24.388,5.919 -26.818,4.131 -29.203,4.456 -36,4.948 -36,0 c 0,-2.891 1.563,-4.732 2.433,-5.533 C -34.514,-8.26 -35,-11.175 -35,-14 c 0,-9.941 10,-13 17,-13 7,0 17,3 17,13 0,2.835 -0.483,5.751 -1.426,8.473 C -1.555,-4.722 0,-2.883 0,0'/%3E%3C/g%3E%3Cg transform='translate%2830,22%29' id='g24'%3E%3Cpath id='path26' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,3.866 -3.134,7 -7,7 -8.96,7 -10.729,6.192 -12,4.895 -13.27,6.192 -15.04,7 -17,7 c -3.866,0 -7,-3.134 -7,-7 0,-3.777 2.993,-6.846 6.735,-6.986 C -18.938,-8.453 -20,-10.6 -20,-13 c 0,-4.419 3.581,-8 8,-8 4.419,0 8,3.581 8,8 0,2.4 -1.061,4.547 -2.734,6.014 C -2.992,-6.846 0,-3.777 0,0'/%3E%3C/g%3E%3Cg transform='translate%2823.4258,7.2627%29' id='g28'%3E%3Cpath id='path30' style='fill:%23642116;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.092,0.147 -0.253,0.237 -0.426,0.237 l -10,0 c -0.173,0 -0.334,-0.09 -0.425,-0.237 -0.091,-0.147 -0.1,-0.331 -0.022,-0.486 0.087,-0.175 2.176,-4.277 5.447,-4.277 3.272,0 5.361,4.102 5.447,4.277 C 0.099,-0.331 0.091,-0.147 0,0'/%3E%3C/g%3E%3Cg transform='translate%2819,10.5%29' id='g32'%3E%3Cpath id='path34' style='fill:%23642116;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.276,0 -0.5,0.224 -0.5,0.5 l 0,2 C -0.5,2.776 -0.276,3 0,3 0.276,3 0.5,2.776 0.5,2.5 l 0,-2 C 0.5,0.224 0.276,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2817,10.5%29' id='g36'%3E%3Cpath id='path38' style='fill:%23642116;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.276,0 -0.5,0.224 -0.5,0.5 l 0,2 C -0.5,2.776 -0.276,3 0,3 0.276,3 0.5,2.776 0.5,2.5 l 0,-2 C 0.5,0.224 0.276,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2815,20%29' id='g40'%3E%3Cpath id='path42' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.657 -0.895,-3 -2,-3 -1.104,0 -2,1.343 -2,3 0,1.657 0.896,3 2,3 1.105,0 2,-1.343 2,-3'/%3E%3C/g%3E%3Cg transform='translate%2825,20%29' id='g44'%3E%3Cpath id='path46' style='fill:%23292f33;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,-1.657 -0.895,-3 -2,-3 -1.104,0 -2,1.343 -2,3 0,1.657 0.896,3 2,3 1.105,0 2,-1.343 2,-3'/%3E%3C/g%3E%3Cg transform='translate%2830,20%29' id='g48'%3E%3Cpath id='path50' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 -2,-20 6,-20 5,0 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2832,35%29' id='g52'%3E%3Cpath id='path54' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.905,0 -1.718,-0.368 -2.348,-1.064 -2.278,-2.518 -1.743,-9.038 -1.652,-9.989 0.004,-0.295 0.04,-1.732 0.405,-3.19 C -2.818,-17.348 -1.212,-18 0,-18 c 3.123,0 3.978,1.912 4,2.959 0.021,0.322 0.187,2.878 0.071,5.778 C 3.899,-4.955 3.225,-2.225 2.007,-0.917 1.448,-0.317 0.754,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2832,34%29' id='g56'%3E%3Cpath id='path58' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 4,0 3,-14 3,-14 0,0 0,-2 -3,-2 -3,0 -3,6 -3,6 0,0 -1,10 3,10'/%3E%3C/g%3E%3Cg transform='translate%2832.999,28.5%29' id='g60'%3E%3Cpath id='path62' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.233,0 -0.442,0.165 -0.489,0.404 -0.695,1.451 -1.318,3 -1.999,3 l -2,0 c -0.276,0 -0.5,0.224 -0.5,0.5 0,0.276 0.224,0.5 0.5,0.5 l 2,0 C -0.225,4 0.424,0.944 0.492,0.596 0.545,0.325 0.368,0.062 0.097,0.009 0.064,0.003 0.032,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%286,20%29' id='g64'%3E%3Cpath id='path66' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 2,-20 -8,0 1,20 5,0 z'/%3E%3C/g%3E%3Cg transform='translate%284,35%29' id='g68'%3E%3Cpath id='path70' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -0.754,0 -1.448,-0.317 -2.007,-0.917 -1.218,-1.308 -1.892,-4.038 -2.064,-8.346 -0.116,-2.9 0.05,-5.456 0.071,-5.778 0.022,-1.047 0.877,-2.959 4,-2.959 1.212,0 2.818,0.652 3.595,3.757 0.365,1.458 0.401,2.895 0.405,3.19 0.091,0.951 0.626,7.471 -1.652,9.989 C 1.718,-0.368 0.905,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%284,34%29' id='g72'%3E%3Cpath id='path74' style='fill:%23d79e84;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 4,0 3,-10 3,-10 0,0 0,-6 -3,-6 -3,0 -3,2 -3,2 0,0 -1,14 3,14'/%3E%3C/g%3E%3Cg transform='translate%283.0005,28.5%29' id='g76'%3E%3Cpath id='path78' style='fill:%23bf6952;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C -0.032,0 -0.064,0.003 -0.096,0.009 -0.367,0.062 -0.544,0.325 -0.491,0.596 -0.423,0.944 0.225,4 2,4 L 4,4 C 4.276,4 4.5,3.776 4.5,3.5 4.5,3.224 4.276,3 4,3 L 2,3 C 1.25,3 0.649,1.217 0.49,0.404 0.444,0.165 0.234,0 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="26A0"], .zknc-comments .zknc-emoji-24[data-code="26A0"], .zknc-comments .zknc-emoji-18[data-code="26A0"], .zknc-comments .zknc-emoji-16[data-code="26A0"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%282.6533,1%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ffcc4d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c -1.842,0 -2.654,1.338 -1.806,2.973 l 15.609,30.055 c 0.848,1.635 2.238,1.635 3.087,0 L 32.499,2.973 C 33.349,1.338 32.536,0 30.693,0 L 0,0 Z'/%3E%3C/g%3E%3Cg transform='translate%2815.769,25.3398%29' id='g24'%3E%3Cpath id='path26' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,1.302 0.961,2.108 2.232,2.108 3.473,2.108 4.465,1.272 4.465,0 l 0,-11.938 c 0,-1.271 -0.992,-2.108 -2.233,-2.108 -1.271,0 -2.232,0.807 -2.232,2.108 L 0,0 Z m -0.186,-18.293 c 0,1.333 1.085,2.418 2.418,2.418 1.333,0 2.419,-1.085 2.419,-2.418 0,-1.334 -1.086,-2.419 -2.419,-2.419 -1.333,0 -2.418,1.085 -2.418,2.419'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="270C"], .zknc-comments .zknc-emoji-24[data-code="270C"], .zknc-comments .zknc-emoji-18[data-code="270C"], .zknc-comments .zknc-emoji-16[data-code="270C"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%288.916,12.1094%29' id='g20'%3E%3Cpath id='path22' style='fill:%23ef9645;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,0 1.737,-0.109 1.94,1.808 l 0.016,4.161 0.128,0.005 0,0.96 c 0,0.952 0.572,1.768 1.389,2.132 C 3.231,8.736 3.19,1.891 3.19,1.891 3.19,0.786 3.979,0 5.084,0 5.839,0 6.349,0.314 6.69,0.932 6.232,1.458 5.956,2.138 5.956,2.891 c 0,1.312 0.781,2.14 1.128,2.221 0,0 0.056,0.07 0.082,0.084 0.368,0.306 0.804,0.535 1.291,0.635 l 0.02,-0.002 0.26,0.155 6.928,0 c 1.307,0 1.558,-0.486 1.538,-0.475 l 0.02,-0.011 c 0.591,-0.305 1.077,-0.772 1.404,-1.35 -0.025,0.031 -0.68,0.633 -1.543,0.633 -0.863,0 -8,0.047 -8,0.047 -1.105,0 -1.925,-0.833 -1.925,-1.937 0,-1.105 0.82,-1.922 1.925,-1.922 l 5.5,0.015 c 0.276,0 0.591,-0.317 0.591,-0.593 0,-0.277 -0.315,-0.578 -0.591,-0.578 0,0 -1.558,0.069 -2.847,-1.25 -1.209,-1.238 -2.078,-3.804 -2.078,-5.672 0,-0.277 -0.299,-0.578 -0.575,-0.578 -0.276,0 -0.581,0.301 -0.581,0.578 0,3.009 0.941,5.525 2.75,6.89 l -2.169,0 c -1,0 -1.273,0.244 -1.474,0.36 10e-4,-10e-4 -0.701,-1.36 -2.526,-1.36 -0.237,0 -1.628,0.047 -2.487,1.266 -1.125,-1.422 -2.576,-1.266 -2.576,-1.266 -0.733,0 -1.565,0.328 -1.909,0.834 -0.013,0.091 -0.028,0.181 -0.028,0.276 l 0,1.917 C -1.916,0.749 -1.059,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2824.5811,18%29' id='g24'%3E%3Cpath id='path26' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 -6.162,0 -0.419,0 c -0.208,0 -0.411,-0.021 -0.608,-0.061 l -0.073,0.278 -3.272,12.464 c 0,0 -0.416,1.957 1.54,2.372 1.956,0.416 2.372,-1.54 2.372,-1.54 L -3.525,1.944 C -3.079,1.92 -2.647,1.881 -2.22,1.837 l 2.061,10.512 c 0,0 0.188,1.991 2.18,1.804 1.991,-0.188 1.803,-2.179 1.803,-2.179 L 1.759,0.813 1.538,-0.381 C 1.074,-0.146 0.556,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%288.916,20%29' id='g28'%3E%3Cpath id='path30' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 0.168,0 c 1.059,0 1.916,-0.858 1.916,-1.917 l 0,-4.083 0,-0.083 C 2.084,-7.142 1.227,-8 0.168,-8 L 0,-8 c -1.059,0 -1.916,0.858 -1.916,1.917 l 0,0.083 0,4.083 C -1.916,-0.858 -1.059,0 0,0'/%3E%3C/g%3E%3Cg transform='translate%2815,15%29' id='g32'%3E%3Cpath id='path34' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 0,-0.753 0.287,-1.433 0.745,-1.959 0.404,-2.576 -0.245,-3 -1,-3 c -1.104,0 -2,0.896 -2,2 l 0,6 c 0,0.441 0.147,0.845 0.389,1.176 C -2.247,6.673 -1.664,7 -1,7 0.104,7 1,6.104 1,5 L 1,4.043 1,2.267 1,2.222 C 0.391,1.673 0,0.886 0,0'/%3E%3C/g%3E%3Cg transform='translate%289.0625,11%29' id='g36'%3E%3Cpath id='path38' style='fill:%23ffdc5d;fill-opacity:1;fill-rule:nonzero;stroke:none' d='M 0,0 C 1.024,0 1.925,0.526 2.45,1.322 2.573,1.14 2.721,0.977 2.881,0.825 2.93,0.779 2.983,0.74 3.036,0.697 3.155,0.599 3.279,0.509 3.413,0.429 3.479,0.39 3.545,0.354 3.614,0.32 3.754,0.251 3.899,0.195 4.05,0.148 4.117,0.128 4.181,0.103 4.25,0.087 4.472,0.034 4.7,0 4.937,0 5.174,0 5.398,0.036 5.618,0.089 5.694,0.106 5.767,0.131 5.841,0.155 5.977,0.199 6.109,0.254 6.236,0.316 6.318,0.356 6.399,0.393 6.477,0.44 6.641,0.54 6.795,0.653 6.937,0.781 7.139,0.965 7.32,1.168 7.467,1.399 7.466,1.4 7.465,1.401 7.464,1.402 7.665,1.287 7.937,1 8.938,1 l 2.537,0 C 9.666,-0.365 8.438,-2.99 8.438,-6 c 0,-0.276 0.223,-0.5 0.5,-0.5 0.276,0 0.5,0.224 0.5,0.5 0,3.859 2.187,7 4.875,7 l 0.125,0 c 0.276,0 0.5,0.224 0.5,0.5 0,0.276 -0.224,0.5 -0.5,0.5 l -1.5,0 -4,0 C 7.833,2 6.937,2.896 6.937,4 c 0,1.104 0.896,2 2.001,2 l 7.999,0 C 16.97,6 17,5.992 17.032,5.99 17.104,5.987 17.176,5.981 17.248,5.969 17.31,5.959 17.37,5.947 17.43,5.932 c 0.063,-0.017 0.125,-0.035 0.186,-0.058 0.062,-0.022 0.122,-0.047 0.181,-0.075 0.057,-0.027 0.111,-0.058 0.165,-0.09 0.056,-0.033 0.109,-0.067 0.161,-0.106 0.052,-0.038 0.102,-0.08 0.15,-0.124 0.046,-0.042 0.09,-0.084 0.132,-0.13 0.027,-0.029 0.051,-0.061 0.076,-0.091 0.017,-0.021 0.035,-0.041 0.052,-0.063 0.038,-0.05 0.073,-0.102 0.106,-0.156 0.034,-0.056 0.064,-0.112 0.093,-0.171 0.03,-0.061 0.056,-0.125 0.08,-0.19 0.011,-0.031 0.028,-0.06 0.039,-0.093 L 19.937,1 C 20.04,0.665 20.416,-0.871 20.348,-1.191 20.348,-6 15.652,-11 9.938,-11 3.4,-11 -1.906,-5.769 -2.049,0.734 -2.044,0.731 -2.039,0.728 -2.035,0.724 -1.52,0.279 -0.858,0 -0.125,0 L 0,0 Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36[data-code="2764"], .zknc-comments .zknc-emoji-24[data-code="2764"], .zknc-comments .zknc-emoji-18[data-code="2764"], .zknc-comments .zknc-emoji-16[data-code="2764"] {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45' style='enable-background:new 0 0 45 45;' xml:space='preserve' version='1.1' id='svg2'%3E%3Cmetadata id='metadata8'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs6'%3E%3CclipPath id='clipPath16' clipPathUnits='userSpaceOnUse'%3E%3Cpath id='path18' d='M 0,36 36,36 36,0 0,0 0,36 Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='matrix%281.25,0,0,-1.25,0,45%29' id='g10'%3E%3Cg id='g12'%3E%3Cg clip-path='url%28%23clipPath16%29' id='g14'%3E%3Cg transform='translate%2835.8848,24.1665%29' id='g20'%3E%3Cpath id='path22' style='fill:%23be1931;fill-opacity:1;fill-rule:nonzero;stroke:none' d='m 0,0 c 0,5.45 -4.418,9.868 -9.867,9.868 -3.308,0 -6.227,-1.633 -8.018,-4.129 -1.79,2.496 -4.71,4.129 -8.017,4.129 -5.45,0 -9.868,-4.418 -9.868,-9.868 0,-0.772 0.098,-1.52 0.266,-2.241 1.371,-8.512 10.835,-17.494 17.619,-19.96 6.783,2.466 16.249,11.448 17.617,19.96 C -0.098,-1.52 0,-0.772 0,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zknc-comments .zknc-emoji-36 {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.zknc-comments .zknc-emoji-24 {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.zknc-comments .zknc-emoji-18 {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.zknc-comments .zknc-emoji-16 {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.zknc-comments [data-tooltip] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.zknc-comments [data-tooltip]:before, .zknc-comments [data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    pointer-events: none;
}

.zknc-comments [data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 7px;
    margin-left: -80px;
    padding: 6px;
    width: 160px;
    border-radius: 5px;
    background-color: #000;
    background-color: #333333;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.zknc-comments [data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    margin-bottom: 2px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid #333333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

.zknc-comments [data-tooltip]:hover:before, .zknc-comments [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.zknc-comments .flag {
    margin: 0px 3px;
    position: relative;
    top: -1px;
    background: url(../img/flags16.png) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.zknc-comments .flag._African_Union {
    background-position: 0 -16px;
}

.zknc-comments .flag._Arab_League {
    background-position: 0 -32px;
}

.zknc-comments .flag._ASEAN {
    background-position: 0 -48px;
}

.zknc-comments .flag._CARICOM {
    background-position: 0 -64px;
}

.zknc-comments .flag._CIS {
    background-position: 0 -80px;
}

.zknc-comments .flag._Commonwealth {
    background-position: 0 -96px;
}

.zknc-comments .flag._England {
    background-position: 0 -112px;
}

.zknc-comments .flag._European_Union {
    background-position: 0 -128px;
}

.zknc-comments .flag._Islamic_Conference {
    background-position: 0 -144px;
}

.zknc-comments .flag._Kosovo {
    background-position: 0 -160px;
}

.zknc-comments .flag._NATO {
    background-position: 0 -176px;
}

.zknc-comments .flag._Northern_Cyprus {
    background-position: 0 -192px;
}

.zknc-comments .flag._Northern_Ireland {
    background-position: 0 -208px;
}

.zknc-comments .flag._Olimpic_Movement {
    background-position: 0 -224px;
}

.zknc-comments .flag._OPEC {
    background-position: 0 -240px;
}

.zknc-comments .flag._Red_Cross {
    background-position: 0 -256px;
}

.zknc-comments .flag._Scotland {
    background-position: 0 -272px;
}

.zknc-comments .flag._Somaliland {
    background-position: 0 -288px;
}

.zknc-comments .flag._Tibet {
    background-position: 0 -304px;
}

.zknc-comments .flag._United_Nations {
    background-position: 0 -320px;
}

.zknc-comments .flag._Wales {
    background-position: 0 -336px;
}

.zknc-comments .flag.eu {
    background-position: 0 -128px;
}

.zknc-comments .flag.ad {
    background-position: 0 -352px;
}

.zknc-comments .flag.ae {
    background-position: 0 -368px;
}

.zknc-comments .flag.af {
    background-position: 0 -384px;
}

.zknc-comments .flag.ag {
    background-position: 0 -400px;
}

.zknc-comments .flag.ai {
    background-position: 0 -416px;
}

.zknc-comments .flag.al {
    background-position: 0 -432px;
}

.zknc-comments .flag.am {
    background-position: 0 -448px;
}

.zknc-comments .flag.ao {
    background-position: 0 -464px;
}

.zknc-comments .flag.aq {
    background-position: 0 -480px;
}

.zknc-comments .flag.ar {
    background-position: 0 -496px;
}

.zknc-comments .flag.as {
    background-position: 0 -512px;
}

.zknc-comments .flag.at {
    background-position: 0 -528px;
}

.zknc-comments .flag.au {
    background-position: 0 -544px;
}

.zknc-comments .flag.aw {
    background-position: 0 -560px;
}

.zknc-comments .flag.ax {
    background-position: 0 -576px;
}

.zknc-comments .flag.az {
    background-position: 0 -592px;
}

.zknc-comments .flag.ba {
    background-position: 0 -608px;
}

.zknc-comments .flag.bb {
    background-position: 0 -624px;
}

.zknc-comments .flag.bd {
    background-position: 0 -640px;
}

.zknc-comments .flag.be {
    background-position: 0 -656px;
}

.zknc-comments .flag.bf {
    background-position: 0 -672px;
}

.zknc-comments .flag.bg {
    background-position: 0 -688px;
}

.zknc-comments .flag.bh {
    background-position: 0 -704px;
}

.zknc-comments .flag.bi {
    background-position: 0 -720px;
}

.zknc-comments .flag.bj {
    background-position: 0 -736px;
}

.zknc-comments .flag.bm {
    background-position: 0 -752px;
}

.zknc-comments .flag.bn {
    background-position: 0 -768px;
}

.zknc-comments .flag.bo {
    background-position: 0 -784px;
}

.zknc-comments .flag.br {
    background-position: 0 -800px;
}

.zknc-comments .flag.bs {
    background-position: 0 -816px;
}

.zknc-comments .flag.bt {
    background-position: 0 -832px;
}

.zknc-comments .flag.bw {
    background-position: 0 -848px;
}

.zknc-comments .flag.by {
    background-position: 0 -864px;
}

.zknc-comments .flag.bz {
    background-position: 0 -880px;
}

.zknc-comments .flag.ca {
    background-position: 0 -896px;
}

.zknc-comments .flag.cg {
    background-position: 0 -912px;
}

.zknc-comments .flag.cf {
    background-position: 0 -928px;
}

.zknc-comments .flag.cd {
    background-position: 0 -944px;
}

.zknc-comments .flag.ch {
    background-position: 0 -960px;
}

.zknc-comments .flag.ci {
    background-position: 0 -976px;
}

.zknc-comments .flag.ck {
    background-position: 0 -992px;
}

.zknc-comments .flag.cl {
    background-position: 0 -1008px;
}

.zknc-comments .flag.cm {
    background-position: 0 -1024px;
}

.zknc-comments .flag.cn {
    background-position: 0 -1040px;
}

.zknc-comments .flag.co {
    background-position: 0 -1056px;
}

.zknc-comments .flag.cr {
    background-position: 0 -1072px;
}

.zknc-comments .flag.cu {
    background-position: 0 -1088px;
}

.zknc-comments .flag.cv {
    background-position: 0 -1104px;
}

.zknc-comments .flag.cy {
    background-position: 0 -1120px;
}

.zknc-comments .flag.cz {
    background-position: 0 -1136px;
}

.zknc-comments .flag.de {
    background-position: 0 -1152px;
}

.zknc-comments .flag.dj {
    background-position: 0 -1168px;
}

.zknc-comments .flag.dk {
    background-position: 0 -1184px;
}

.zknc-comments .flag.dm {
    background-position: 0 -1200px;
}

.zknc-comments .flag.do {
    background-position: 0 -1216px;
}

.zknc-comments .flag.dz {
    background-position: 0 -1232px;
}

.zknc-comments .flag.ec {
    background-position: 0 -1248px;
}

.zknc-comments .flag.ee {
    background-position: 0 -1264px;
}

.zknc-comments .flag.eg {
    background-position: 0 -1280px;
}

.zknc-comments .flag.eh {
    background-position: 0 -1296px;
}

.zknc-comments .flag.er {
    background-position: 0 -1312px;
}

.zknc-comments .flag.es {
    background-position: 0 -1328px;
}

.zknc-comments .flag.et {
    background-position: 0 -1344px;
}

.zknc-comments .flag.fi {
    background-position: 0 -1360px;
}

.zknc-comments .flag.fj {
    background-position: 0 -1376px;
}

.zknc-comments .flag.fm {
    background-position: 0 -1392px;
}

.zknc-comments .flag.fo {
    background-position: 0 -1408px;
}

.zknc-comments .flag.fr {
    background-position: 0 -1424px;
}

.zknc-comments .flag.bl {
    background-position: 0 -1424px;
}

.zknc-comments .flag.cp {
    background-position: 0 -1424px;
}

.zknc-comments .flag.mf {
    background-position: 0 -1424px;
}

.zknc-comments .flag.yt {
    background-position: 0 -1424px;
}

.zknc-comments .flag.ga {
    background-position: 0 -1440px;
}

.zknc-comments .flag.gb {
    background-position: 0 -1456px;
}

.zknc-comments .flag.sh {
    background-position: 0 -1456px;
}

.zknc-comments .flag.gd {
    background-position: 0 -1472px;
}

.zknc-comments .flag.ge {
    background-position: 0 -1488px;
}

.zknc-comments .flag.gg {
    background-position: 0 -1504px;
}

.zknc-comments .flag.gh {
    background-position: 0 -1520px;
}

.zknc-comments .flag.gi {
    background-position: 0 -1536px;
}

.zknc-comments .flag.gl {
    background-position: 0 -1552px;
}

.zknc-comments .flag.gm {
    background-position: 0 -1568px;
}

.zknc-comments .flag.gn {
    background-position: 0 -1584px;
}

.zknc-comments .flag.gp {
    background-position: 0 -1600px;
}

.zknc-comments .flag.gq {
    background-position: 0 -1616px;
}

.zknc-comments .flag.gr {
    background-position: 0 -1632px;
}

.zknc-comments .flag.gt {
    background-position: 0 -1648px;
}

.zknc-comments .flag.gu {
    background-position: 0 -1664px;
}

.zknc-comments .flag.gw {
    background-position: 0 -1680px;
}

.zknc-comments .flag.gy {
    background-position: 0 -1696px;
}

.zknc-comments .flag.hk {
    background-position: 0 -1712px;
}

.zknc-comments .flag.hn {
    background-position: 0 -1728px;
}

.zknc-comments .flag.hr {
    background-position: 0 -1744px;
}

.zknc-comments .flag.ht {
    background-position: 0 -1760px;
}

.zknc-comments .flag.hu {
    background-position: 0 -1776px;
}

.zknc-comments .flag.id {
    background-position: 0 -1792px;
}

.zknc-comments .flag.mc {
    background-position: 0 -1792px;
}

.zknc-comments .flag.ie {
    background-position: 0 -1808px;
}

.zknc-comments .flag.il {
    background-position: 0 -1824px;
}

.zknc-comments .flag.im {
    background-position: 0 -1840px;
}

.zknc-comments .flag.in {
    background-position: 0 -1856px;
}

.zknc-comments .flag.iq {
    background-position: 0 -1872px;
}

.zknc-comments .flag.ir {
    background-position: 0 -1888px;
}

.zknc-comments .flag.is {
    background-position: 0 -1904px;
}

.zknc-comments .flag.it {
    background-position: 0 -1920px;
}

.zknc-comments .flag.je {
    background-position: 0 -1936px;
}

.zknc-comments .flag.jm {
    background-position: 0 -1952px;
}

.zknc-comments .flag.jo {
    background-position: 0 -1968px;
}

.zknc-comments .flag.jp {
    background-position: 0 -1984px;
}

.zknc-comments .flag.ke {
    background-position: 0 -2000px;
}

.zknc-comments .flag.kg {
    background-position: 0 -2016px;
}

.zknc-comments .flag.kh {
    background-position: 0 -2032px;
}

.zknc-comments .flag.ki {
    background-position: 0 -2048px;
}

.zknc-comments .flag.km {
    background-position: 0 -2064px;
}

.zknc-comments .flag.kn {
    background-position: 0 -2080px;
}

.zknc-comments .flag.kp {
    background-position: 0 -2096px;
}

.zknc-comments .flag.kr {
    background-position: 0 -2112px;
}

.zknc-comments .flag.kw {
    background-position: 0 -2128px;
}

.zknc-comments .flag.ky {
    background-position: 0 -2144px;
}

.zknc-comments .flag.kz {
    background-position: 0 -2160px;
}

.zknc-comments .flag.la {
    background-position: 0 -2176px;
}

.zknc-comments .flag.lb {
    background-position: 0 -2192px;
}

.zknc-comments .flag.lc {
    background-position: 0 -2208px;
}

.zknc-comments .flag.li {
    background-position: 0 -2224px;
}

.zknc-comments .flag.lk {
    background-position: 0 -2240px;
}

.zknc-comments .flag.lr {
    background-position: 0 -2256px;
}

.zknc-comments .flag.ls {
    background-position: 0 -2272px;
}

.zknc-comments .flag.lt {
    background-position: 0 -2288px;
}

.zknc-comments .flag.lu {
    background-position: 0 -2304px;
}

.zknc-comments .flag.lv {
    background-position: 0 -2320px;
}

.zknc-comments .flag.ly {
    background-position: 0 -2336px;
}

.zknc-comments .flag.ma {
    background-position: 0 -2352px;
}

.zknc-comments .flag.md {
    background-position: 0 -2368px;
}

.zknc-comments .flag.me {
    background-position: 0 -2384px;
}

.zknc-comments .flag.mg {
    background-position: 0 -2400px;
}

.zknc-comments .flag.mh {
    background-position: 0 -2416px;
}

.zknc-comments .flag.mk {
    background-position: 0 -2432px;
}

.zknc-comments .flag.ml {
    background-position: 0 -2448px;
}

.zknc-comments .flag.mm {
    background-position: 0 -2464px;
}

.zknc-comments .flag.mn {
    background-position: 0 -2480px;
}

.zknc-comments .flag.mo {
    background-position: 0 -2496px;
}

.zknc-comments .flag.mq {
    background-position: 0 -2512px;
}

.zknc-comments .flag.mr {
    background-position: 0 -2528px;
}

.zknc-comments .flag.ms {
    background-position: 0 -2544px;
}

.zknc-comments .flag.mt {
    background-position: 0 -2560px;
}

.zknc-comments .flag.mu {
    background-position: 0 -2576px;
}

.zknc-comments .flag.mv {
    background-position: 0 -2592px;
}

.zknc-comments .flag.mw {
    background-position: 0 -2608px;
}

.zknc-comments .flag.mx {
    background-position: 0 -2624px;
}

.zknc-comments .flag.my {
    background-position: 0 -2640px;
}

.zknc-comments .flag.mz {
    background-position: 0 -2656px;
}

.zknc-comments .flag.na {
    background-position: 0 -2672px;
}

.zknc-comments .flag.nc {
    background-position: 0 -2688px;
}

.zknc-comments .flag.ne {
    background-position: 0 -2704px;
}

.zknc-comments .flag.ng {
    background-position: 0 -2720px;
}

.zknc-comments .flag.ni {
    background-position: 0 -2736px;
}

.zknc-comments .flag.nl {
    background-position: 0 -2752px;
}

.zknc-comments .flag.bq {
    background-position: 0 -2752px;
}

.zknc-comments .flag.no {
    background-position: 0 -2768px;
}

.zknc-comments .flag.bv {
    background-position: 0 -2768px;
}

.zknc-comments .flag.nq {
    background-position: 0 -2768px;
}

.zknc-comments .flag.sj {
    background-position: 0 -2768px;
}

.zknc-comments .flag.np {
    background-position: 0 -2784px;
}

.zknc-comments .flag.nr {
    background-position: 0 -2800px;
}

.zknc-comments .flag.nz {
    background-position: 0 -2816px;
}

.zknc-comments .flag.om {
    background-position: 0 -2832px;
}

.zknc-comments .flag.pa {
    background-position: 0 -2848px;
}

.zknc-comments .flag.pe {
    background-position: 0 -2864px;
}

.zknc-comments .flag.pf {
    background-position: 0 -2880px;
}

.zknc-comments .flag.pg {
    background-position: 0 -2896px;
}

.zknc-comments .flag.ph {
    background-position: 0 -2912px;
}

.zknc-comments .flag.pk {
    background-position: 0 -2928px;
}

.zknc-comments .flag.pl {
    background-position: 0 -2944px;
}

.zknc-comments .flag.pr {
    background-position: 0 -2960px;
}

.zknc-comments .flag.ps {
    background-position: 0 -2976px;
}

.zknc-comments .flag.pt {
    background-position: 0 -2992px;
}

.zknc-comments .flag.pw {
    background-position: 0 -3008px;
}

.zknc-comments .flag.py {
    background-position: 0 -3024px;
}

.zknc-comments .flag.qa {
    background-position: 0 -3040px;
}

.zknc-comments .flag.re {
    background-position: 0 -3056px;
}

.zknc-comments .flag.ro {
    background-position: 0 -3072px;
}

.zknc-comments .flag.rs {
    background-position: 0 -3088px;
}

.zknc-comments .flag.ru {
    background-position: 0 -3104px;
}

.zknc-comments .flag.rw {
    background-position: 0 -3120px;
}

.zknc-comments .flag.sa {
    background-position: 0 -3136px;
}

.zknc-comments .flag.sb {
    background-position: 0 -3152px;
}

.zknc-comments .flag.sc {
    background-position: 0 -3168px;
}

.zknc-comments .flag.sd {
    background-position: 0 -3184px;
}

.zknc-comments .flag.se {
    background-position: 0 -3200px;
}

.zknc-comments .flag.sg {
    background-position: 0 -3216px;
}

.zknc-comments .flag.si {
    background-position: 0 -3232px;
}

.zknc-comments .flag.sk {
    background-position: 0 -3248px;
}

.zknc-comments .flag.sl {
    background-position: 0 -3264px;
}

.zknc-comments .flag.sm {
    background-position: 0 -3280px;
}

.zknc-comments .flag.sn {
    background-position: 0 -3296px;
}

.zknc-comments .flag.so {
    background-position: 0 -3312px;
}

.zknc-comments .flag.sr {
    background-position: 0 -3328px;
}

.zknc-comments .flag.st {
    background-position: 0 -3344px;
}

.zknc-comments .flag.sv {
    background-position: 0 -3360px;
}

.zknc-comments .flag.sy {
    background-position: 0 -3376px;
}

.zknc-comments .flag.sz {
    background-position: 0 -3392px;
}

.zknc-comments .flag.tc {
    background-position: 0 -3408px;
}

.zknc-comments .flag.td {
    background-position: 0 -3424px;
}

.zknc-comments .flag.tg {
    background-position: 0 -3440px;
}

.zknc-comments .flag.th {
    background-position: 0 -3456px;
}

.zknc-comments .flag.tj {
    background-position: 0 -3472px;
}

.zknc-comments .flag.tl {
    background-position: 0 -3488px;
}

.zknc-comments .flag.tm {
    background-position: 0 -3504px;
}

.zknc-comments .flag.tn {
    background-position: 0 -3520px;
}

.zknc-comments .flag.to {
    background-position: 0 -3536px;
}

.zknc-comments .flag.tr {
    background-position: 0 -3552px;
}

.zknc-comments .flag.tt {
    background-position: 0 -3568px;
}

.zknc-comments .flag.tv {
    background-position: 0 -3584px;
}

.zknc-comments .flag.tw {
    background-position: 0 -3600px;
}

.zknc-comments .flag.tz {
    background-position: 0 -3616px;
}

.zknc-comments .flag.ua {
    background-position: 0 -3632px;
}

.zknc-comments .flag.ug {
    background-position: 0 -3648px;
}

.zknc-comments .flag.us {
    background-position: 0 -3664px;
}

.zknc-comments .flag.uy {
    background-position: 0 -3680px;
}

.zknc-comments .flag.uz {
    background-position: 0 -3696px;
}

.zknc-comments .flag.va {
    background-position: 0 -3712px;
}

.zknc-comments .flag.vc {
    background-position: 0 -3728px;
}

.zknc-comments .flag.ve {
    background-position: 0 -3744px;
}

.zknc-comments .flag.vg {
    background-position: 0 -3760px;
}

.zknc-comments .flag.vi {
    background-position: 0 -3776px;
}

.zknc-comments .flag.vn {
    background-position: 0 -3792px;
}

.zknc-comments .flag.vu {
    background-position: 0 -3808px;
}

.zknc-comments .flag.ws {
    background-position: 0 -3824px;
}

.zknc-comments .flag.ye {
    background-position: 0 -3840px;
}

.zknc-comments .flag.za {
    background-position: 0 -3856px;
}

.zknc-comments .flag.zm {
    background-position: 0 -3872px;
}

.zknc-comments .flag.zw {
    background-position: 0 -3888px;
}

.zknc-comments .flag.sx {
    background-position: 0 -3904px;
}

.zknc-comments .flag.cw {
    background-position: 0 -3920px;
}

.zknc-comments .flag.ss {
    background-position: 0 -3936px;
}

.zknc-comments .flag.nu {
    background-position: 0 -3952px;
}

.zknc-comments .zknc-notification {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: block;
}

@-webkit-keyframes fading {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes fading {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}
