<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.drop-button {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown-inner {
    position: relative;
    display: inline-block;
}
.dropdown-inner-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10052;
}
.dropdown-inner-content-item {
    height: 32px;
}
.dropdown-inner-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-inner-content a:hover {
    background-color: #f1f1f1;
}
.dropdown-inner:hover .dropdown-inner-content {
    display: block;
}
.dropdown-inner:hover .drop-button {
    background-color: #3e8e41;
}
.image-border {
    border: 1px solid #2196f3;
    margin: -1px;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    z-index: 94034;
}
#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-1.st-hidden {
    opacity: 0;
}
#st-1.st-hide {
    display: none;
}
#st-1 .st-custom-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 32px;
}
#st-1 .st-custom-button:hover {
    opacity: 0.8;
    top: -4px;
}
#st-1 .dropdown-inner .st-custom-button:hover {
    opacity: 0.8;
    top: 0px;
}
#st-1 .st-custom-button:last-child {
    margin-right: 0;
}
#st-1 .st-custom-button &gt; svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}
#st-1 .st-custom-button &gt; img {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top;
}
#st-1 .st-custom-button &gt; span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 67px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin-left: 10px;
}
#st-1.st-has-labels .st-custom-button {
    min-width: 135px;
}
#st-1.st-has-labels .st-custom-button.st-remove-label {
    min-width: 50px;
}
#st-1.st-has-labels .st-custom-button.st-remove-label &gt; span {
    display: none;
}
#st-1.st-has-labels .st-custom-button.st-hide-label &gt; span {
    display: none;
}
#st-1 .st-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 15px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center;
}
#st-1 .st-total.st-hidden {
    display: none;
}
#st-1 .st-total &gt; span {
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 0;
}
#st-1 .st-total &gt; span.st-shares {
    font-size: 12px;
    line-height: 12px;
}
#st-1.st-justified {
    display: flex;
    text-align: center;
}
#st-1.st-justified .st-custom-button {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
#st-1 .st-custom-button:hover {
    opacity: 0.8;
    top: -4px;
}
#st-1 .st-custom-button[data-network="facebook"] {
    background-color: #4267b2;
}
#st-1 .st-custom-button[data-network="facebook"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="facebook"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="twitter"] {
    background-color: #55acee;
}
#st-1 .st-custom-button[data-network="twitter"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="twitter"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="pinterest"] {
    background-color: #cb2027;
}
#st-1 .st-custom-button[data-network="pinterest"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="pinterest"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="email"] {
    background-color: #7d7d7d;
}
#st-1 .st-custom-button[data-network="email"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="email"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="sms"] {
    background-color: #ffbd00;
}
#st-1 .st-custom-button[data-network="sms"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="sms"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="sharethis"] {
    background-color: #95d03a;
}
#st-1 .st-custom-button[data-network="sharethis"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="sharethis"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="gmail"] {
    background-color: #d44638;
}
#st-1 .st-custom-button[data-network="gmail"] svg {
    fill: #e94034;
}
#st-1 .st-custom-button[data-network="gmail"] &gt; span {
    color: #000;
}


#st-1 .st-custom-button[data-network="messenger"] {
    background-color: #448aff;
}
#st-1 .st-custom-button[data-network="messenger"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="messenger"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="reddit"] {
    background-color: #ff4500;
}
#st-1 .st-custom-button[data-network="reddit"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="reddit"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="tumblr"] {
    background-color: #32506d;
}
#st-1 .st-custom-button[data-network="tumblr"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="tumblr"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="digg"] {
    background-color: #262626;
}
#st-1 .st-custom-button[data-network="digg"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="digg"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="whatsapp"] {
    background-color: #25d366;
}
#st-1 .st-custom-button[data-network="whatsapp"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="whatsapp"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="vk"] {
    background-color: #4c6c91;
}
#st-1 .st-custom-button[data-network="vk"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="vk"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="weibo"] {
    background-color: #ff9933;
}
#st-1 .st-custom-button[data-network="weibo"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="weibo"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="odnoklassniki"] {
    background-color: #d7772d;
}
#st-1 .st-custom-button[data-network="odnoklassniki"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="odnoklassniki"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="xing"] {
    background-color: #1a7576;
}
#st-1 .st-custom-button[data-network="xing"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="xing"] &gt; span {
    color: #000;
}
#st-1 .st-custom-button[data-network="print"] {
    background-color: #222222;
}
#st-1 .st-custom-button[data-network="print"] svg {
    fill: #fff;
}
#st-1 .st-custom-button[data-network="print"] &gt; span {
    color: #000;
}



#st-1 .mobileShow {
    display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #st-1 .mobileShow {
        display: inline-block;
    }
}
</pre></body></html>