/* focus outline by keyboard */
a:focus, button:focus {
    outline: rgb(210, 18, 66) solid 2px;
}
svg {
    fill: currentColor;
  }
/* external links */
#content a[target="_blank"]:not(.btn-buy-r,.btn-buy-l-kal)::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 780 780'><g><path style='fill:%23000;' d='M585,536.2v121.9c0,13.5-10.9,24.4-24.4,24.4H121.9c-13.5,0-24.4-10.9-24.4-24.4V219.4c0-13.5,10.9-24.4,24.4-24.4h121.9c26.9,0,48.7-21.8,48.7-48.8h0c0-26.9-21.8-48.8-48.8-48.8H73.1C32.7,97.5,0,130.2,0,170.6v536.2c0,40.4,32.7,73.1,73.1,73.1h536.2c40.4,0,73.1-32.7,73.1-73.1h0v-170.6c0-26.9-21.8-48.8-48.8-48.8h0c-26.9,0-48.8,21.8-48.8,48.8h.2Z'/><path style='fill:%23000;' d='M765.8,14.2C756.3,4.7,743.8,0,731.3,0h-292.6C411.8,0,390,21.8,390,48.8s21.8,48.8,48.8,48.8h175.3L209.2,502.3c-18.9,18.9-18.9,49.6,0,68.4s49.5,18.9,68.5,0l404.8-404.8v175.3c0,26.9,21.8,48.8,48.8,48.8s48.8-21.8,48.8-48.8V48.8h0c0-12.6-4.7-25.1-14.2-34.6h0Z'/></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.35em;
    margin-right: 0.35em;
}

footer a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 780 780'><g><path style='fill:%23fff;' d='M585,536.2v121.9c0,13.5-10.9,24.4-24.4,24.4H121.9c-13.5,0-24.4-10.9-24.4-24.4V219.4c0-13.5,10.9-24.4,24.4-24.4h121.9c26.9,0,48.7-21.8,48.7-48.8h0c0-26.9-21.8-48.8-48.8-48.8H73.1C32.7,97.5,0,130.2,0,170.6v536.2c0,40.4,32.7,73.1,73.1,73.1h536.2c40.4,0,73.1-32.7,73.1-73.1h0v-170.6c0-26.9-21.8-48.8-48.8-48.8h0c-26.9,0-48.8,21.8-48.8,48.8h.2Z'/><path style='fill:%23fff;' d='M765.8,14.2C756.3,4.7,743.8,0,731.3,0h-292.6C411.8,0,390,21.8,390,48.8s21.8,48.8,48.8,48.8h175.3L209.2,502.3c-18.9,18.9-18.9,49.6,0,68.4s49.5,18.9,68.5,0l404.8-404.8v175.3c0,26.9,21.8,48.8,48.8,48.8s48.8-21.8,48.8-48.8V48.8h0c0-12.6-4.7-25.1-14.2-34.6h0Z'/></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.35em;
}
footer p {
    line-height: 1.05em;
}

@media (max-width: 600px) {
    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
        line-height: 1.2em;
    }
}

nav#sub-menu ul li a:hover, nav#sub-menu ul li a:focus, nav#sub-menu ul li a.current,
nav#menu-body ul li.current a,nav#menu-body ul li a:hover,nav#menu-body ul li a:focus {
    text-decoration: underline;
    color:rgb(210, 18, 66);
}

ul.paging {
    text-align: center;
}

ul.paging li.active a {
    font-weight: bold;
}

.gallery figure {
    text-align: center;
}

.gallery figure img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
}

.gallery ul.switch-nav li.prev-button,.gallery ul.switch-nav li.next-button {
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0.1em 0.3em;
    margin: 0 0.2em;
}

/* HEADLINES */
.headlines-v2-nav-box {
    position: relative;
}
.headlines-v2,
.headlines-v2-white {
    position: relative;
}

.headlines-v2-wrap {
    width: 100%;

}

.headlines-v2-list {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    max-height: 28em;
    overflow: hidden;
}
.headlines-v2-list:after {
    content: "";
    display: table;
    font-size: 0;
    clear: both;
}
.headlines-v2-list.slick-initialized {
    overflow: visible;
    max-height: none;
}

.headlines-v2-list .slick-arrow {
    display: block;
    position: absolute;
    left: -0.8rem;
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(197, 197, 197, 0.898);
    border-radius: 50%;
    background: rgba(197, 197, 197, 0.898);
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    z-index: 10;
    box-sizing: border-box;
    transition: all 0.4s;
}
.headlines-v2-list .slick-next {
    left: auto;
    right: -0.8rem;
}
.headlines-v2-list .slick-prev i {
    padding-right: 2px;
}.headlines-v2-list .slick-next i {
    padding-left: 2px;
}
.headlines-v2-list .slick-arrow:hover {
    color: rgba(197, 197, 197, 1.0);
    background: #222222;
}
.headlines-v2-list .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2;
}

.headlines-v2-list .feature-tile {
    display: block;
    float: left;
    position: relative;
    border-left: 0;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 0;
    padding: 0.6em 1em;
    height: 28em;
    background: black;
    white-space: normal;
    font-size: 1em;
}


.headlines-v2-list .feature-tile .story-head,
.headlines-v2-list .feature-tile .story-head-icon-above {
    margin-top: 0.2942em;
    margin-bottom: 1.1768em;
    padding-top: 0.3em;
}

.headlines-v2-list .feature-tile .cover-pad {
    background: white;
    color: #222222;
}

.headlines-v2-list .feature-tile .cover-pad:hover {
    opacity: 0.95;
}

.headlines-v2-white .cover-pad img {
    display: block;
}

/* CONTENT SLIDER */

.content-slider {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    max-height: 28em;
    overflow: hidden;
}
.content-slider:after {
    content: "";
    display: table;
    font-size: 0;
    clear: both;
}
.content-slider.slick-initialized {
    overflow: visible;
    max-height: none;
}

.content-slider .slick-arrow {
    display: block;
    position: absolute;
    left: -0.8rem;
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(197, 197, 197, 0.898);
    border-radius: 50%;
    background: rgba(197, 197, 197, 0.898);
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    z-index: 10;
    box-sizing: border-box;
    transition: all 0.4s;
}
.content-slider .slick-next {
    left: auto;
    right: -0.8rem;
}
.content-slider .slick-prev i {
    padding-right: 2px;
}.content-slider .slick-next i {
     padding-left: 2px;
 }
.content-slider .slick-arrow:hover {
    color: rgba(197, 197, 197, 1.0);
    background: #222222;
}
.content-slider .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2;
}

.content-slider .content-slide {
    display: block;
    float: left;
    position: relative;
    border-left: 0;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 0;
    padding: 0.6em 1em;
    height: 28em;
    background: black;
    white-space: normal;
    font-size: 0.9375rem;
}


.content-slider .content-slide .story-head,
.content-slider .content-slide .story-head-icon-above {
    margin-top: 0.2942em;
    margin-bottom: 1.1768em;
    padding-top: 0.3em;
}

.content-slider .content-slide .cover-pad {
    background: white;
    color: #222222;
}

.content-slider .content-slide .cover-pad:hover {
    opacity: 0.95;
}

.headlines-v2-white .cover-pad img {
    display: block;
}

@media (max-width: 600px) {
    .mobile-image-text{
        margin-top: 5px !important;
    }
}

.cover-pad-link {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: block;
}
.cover-pad .cover-pad-link {
    z-index: 1000;
}
.cover-pad .cover-pad-text a {
    z-index: 1100;
    position: relative;
    text-decoration: underline;
}

/* high contrast mode */

html.high-contrast,html.high-contrast body {
    color: white !important;
    background-color: black !important;
}
html.high-contrast #menu-body,html.high-contrast #sub-menu {
    background: black !important;
}
html.high-contrast a,html.high-contrast label,html.high-contrast h1,html.high-contrast h2,html.high-contrast h3,html.high-contrast h4,html.high-contrast h5,html.high-contrast a:visited,html.high-contrast button,html.high-contrast .headlines-v2-list .feature-tile .cover-pad,html.high-contrast .kal-head-row-wrap,html.high-contrast .kal-stage-link {
    color: white !important;
    background-color: black !important;
}
html.high-contrast a:hover,html.high-contrast a:focus {
    color: rgb(210, 18, 66) !important;
    background-color: black !important;
}
html.high-contrast input {
    color: white !important;
    background-color: black !important;
    border: white 1px solid !important;
}
html.high-contrast input:focus {
    color: white !important;
    background-color: black !important;
}
html.high-contrast footer,html.high-contrast .show-info,html.high-contrast .calendar-box .clndr {
    color: white !important;
    background-color: #0f0f0f !important;
}
html.high-contrast .kal-row-wrap:nth-of-type(even) {
    background-color: #0f0f0f !important;
}
html.high-contrast .kal-row-wrap:nth-of-type(odd),html.high-contrast .landing-tile-base,html.high-contrast .landing-tile,html.high-contrast .landing-tile-2 {
    background-color: #1f1f1f !important;
}
html.high-contrast a.cover-pad-link {
    background-color: transparent !important;
}
html.high-contrast #breadcrumbs {
    background-color: #2f0000 !important;
}

html.high-contrast #high-contrast {
    background-image: url("data:image/svg+xml;utf8,<svg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99 99'><g id='c'><circle cx='49.5' cy='49.5' r='48.5' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;'/><path d='M49.5,7C26.03,7,7,26.03,7,49.5s19.03,42.5,42.5,42.5c.5,0,1-.02,1.5-.04V7.04c-.5-.02-1-.04-1.5-.04Z' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;'/><path d='M92,49.5c0-22.97-18.22-41.67-41-42.46v84.92c22.78-.79,41-19.49,41-42.46Z' style='stroke:%23fff; fill:%23fff; stroke-miterlimit:10; stroke-width:2px;'/></g></svg>");
}

#social-icon-instagram {
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 19.1'><g><g id='Layer_1'><path style='fill: %23000;' class='cls-1' d='M9.6,2c2.4,0,2.7,0,3.7,0,2.5.1,3.6,1.3,3.8,3.8,0,1,0,1.3,0,3.7s0,2.7,0,3.7c-.1,2.5-1.3,3.6-3.8,3.8-1,0-1.3,0-3.7,0s-2.7,0-3.7,0c-2.5-.1-3.6-1.3-3.8-3.8,0-1,0-1.3,0-3.7s0-2.7,0-3.7c.1-2.5,1.3-3.6,3.8-3.8,1,0,1.3,0,3.7,0ZM9.6.4c-2.5,0-2.8,0-3.8,0C2.5.6.6,2.4.5,5.8c0,1,0,1.3,0,3.8s0,2.8,0,3.8c.2,3.3,2,5.2,5.3,5.3,1,0,1.3,0,3.8,0s2.8,0,3.8,0c3.3-.2,5.2-2,5.3-5.3,0-1,0-1.3,0-3.8s0-2.8,0-3.8c-.1-3.3-2-5.2-5.3-5.3-1,0-1.3,0-3.8,0ZM9.6,4.9c-2.6,0-4.7,2.1-4.7,4.7s2.1,4.7,4.7,4.7,4.7-2.1,4.7-4.7-2.1-4.7-4.7-4.7ZM9.6,12.6c-1.7,0-3.1-1.4-3.1-3.1s1.4-3.1,3.1-3.1,3.1,1.4,3.1,3.1-1.4,3.1-3.1,3.1ZM14.4,3.6c-.6,0-1.1.5-1.1,1.1s.5,1.1,1.1,1.1,1.1-.5,1.1-1.1-.5-1.1-1.1-1.1Z'/></g></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
html.high-contrast #social-icon-instagram {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 19.1'><g><g id='Layer_1'><path style='fill: %23fff;' class='cls-1' d='M9.6,2c2.4,0,2.7,0,3.7,0,2.5.1,3.6,1.3,3.8,3.8,0,1,0,1.3,0,3.7s0,2.7,0,3.7c-.1,2.5-1.3,3.6-3.8,3.8-1,0-1.3,0-3.7,0s-2.7,0-3.7,0c-2.5-.1-3.6-1.3-3.8-3.8,0-1,0-1.3,0-3.7s0-2.7,0-3.7c.1-2.5,1.3-3.6,3.8-3.8,1,0,1.3,0,3.7,0ZM9.6.4c-2.5,0-2.8,0-3.8,0C2.5.6.6,2.4.5,5.8c0,1,0,1.3,0,3.8s0,2.8,0,3.8c.2,3.3,2,5.2,5.3,5.3,1,0,1.3,0,3.8,0s2.8,0,3.8,0c3.3-.2,5.2-2,5.3-5.3,0-1,0-1.3,0-3.8s0-2.8,0-3.8c-.1-3.3-2-5.2-5.3-5.3-1,0-1.3,0-3.8,0ZM9.6,4.9c-2.6,0-4.7,2.1-4.7,4.7s2.1,4.7,4.7,4.7,4.7-2.1,4.7-4.7-2.1-4.7-4.7-4.7ZM9.6,12.6c-1.7,0-3.1-1.4-3.1-3.1s1.4-3.1,3.1-3.1,3.1,1.4,3.1,3.1-1.4,3.1-3.1,3.1ZM14.4,3.6c-.6,0-1.1.5-1.1,1.1s.5,1.1,1.1,1.1,1.1-.5,1.1-1.1-.5-1.1-1.1-1.1Z'/></g></g></svg>");
}

#social-icon-facebook {
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19.08' height='19.08' version='1.1'><g id='layer1' transform='translate(0,-1033.2822)'><path d='m 13.131875,1037.8191 -1.78,0 c -0.81125,0 -0.8275,0.095 -0.8275,0.7825 l -0.007,2.0262 2.615,0 -0.29125,2.7413 -2.36875,0 0,7.0862 -2.99625,0 0,-7.0862 -1.9825,0 0,-2.7413 2.02625,0 0,-2.6512 c 0,-1.44 1.13375,-2.7875 2.99125,-2.7875 l 2.62125,0 0,2.63 z m 4.545,-4.285 -2.18125,0 -11.91,0 -2.18125,0 c -0.63625004,0 -1.15125004,0.5162 -1.15125004,1.1525 l 0,2.1825 0,11.9075 0,2.1812 c 0,0.6363 0.515,1.1525 1.15125004,1.1525 l 2.18125,0 11.91,0 2.18125,0 c 0.635,0 1.15,-0.5162 1.15,-1.1525 l 0,-2.1812 0,-11.9075 0,-2.1825 c 0,-0.6363 -0.515,-1.1525 -1.15,-1.1525' style='fill:%23000;fill-opacity:1;fill-rule:evenodd;stroke:none' /></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
html.high-contrast #social-icon-facebook {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19.08' height='19.08' version='1.1'><g id='layer1' transform='translate(0,-1033.2822)'><path d='m 13.131875,1037.8191 -1.78,0 c -0.81125,0 -0.8275,0.095 -0.8275,0.7825 l -0.007,2.0262 2.615,0 -0.29125,2.7413 -2.36875,0 0,7.0862 -2.99625,0 0,-7.0862 -1.9825,0 0,-2.7413 2.02625,0 0,-2.6512 c 0,-1.44 1.13375,-2.7875 2.99125,-2.7875 l 2.62125,0 0,2.63 z m 4.545,-4.285 -2.18125,0 -11.91,0 -2.18125,0 c -0.63625004,0 -1.15125004,0.5162 -1.15125004,1.1525 l 0,2.1825 0,11.9075 0,2.1812 c 0,0.6363 0.515,1.1525 1.15125004,1.1525 l 2.18125,0 11.91,0 2.18125,0 c 0.635,0 1.15,-0.5162 1.15,-1.1525 l 0,-2.1812 0,-11.9075 0,-2.1825 c 0,-0.6363 -0.515,-1.1525 -1.15,-1.1525' style='fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none' /></g></svg>");
}

#social-icon-x {
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.1 19.1'><g><path style='fill: %23000;' d='M11.3,8.1L18.2.2h-1.6l-6,6.8L5.8.2H.2l7.3,10.4L.2,18.8h1.6l6.3-7.2,5.1,7.2h5.5M2.5,1.4h2.5l11.6,16.3h-2.5' /></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
html.high-contrast #social-icon-x {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.1 19.1'><g><path style='fill: %23fff;' d='M11.3,8.1L18.2.2h-1.6l-6,6.8L5.8.2H.2l7.3,10.4L.2,18.8h1.6l6.3-7.2,5.1,7.2h5.5M2.5,1.4h2.5l11.6,16.3h-2.5' /></g></svg>");
}

#social-icon-youtube {
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.1 19.1'><g><path d='M18.3,5.1c-.2-.8-.8-1.4-1.6-1.6-1.4-.4-7.1-.4-7.1-.4,0,0-5.7,0-7.1.4-.8.2-1.4.8-1.6,1.6-.4,1.4-.4,4.4-.4,4.4,0,0,0,3,.4,4.4.2.8.8,1.4,1.6,1.6,1.4.4,7.1.4,7.1.4,0,0,5.7,0,7.1-.4.8-.2,1.4-.8,1.6-1.6.4-1.4.4-4.4.4-4.4,0,0,0-3-.4-4.4Z' style='fill: %23000;'/><path d='M7.7,12.3l4.8-2.7-4.8-2.7v5.5Z' style='fill: %23fff;'/></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
html.high-contrast #social-icon-youtube {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.1 19.1'><g><path d='M18.3,5.1c-.2-.8-.8-1.4-1.6-1.6-1.4-.4-7.1-.4-7.1-.4,0,0-5.7,0-7.1.4-.8.2-1.4.8-1.6,1.6-.4,1.4-.4,4.4-.4,4.4,0,0,0,3,.4,4.4.2.8.8,1.4,1.6,1.6,1.4.4,7.1.4,7.1.4,0,0,5.7,0,7.1-.4.8-.2,1.4-.8,1.6-1.6.4-1.4.4-4.4.4-4.4,0,0,0-3-.4-4.4Z' style='fill: %23fff;'/><path d='M7.7,12.3l4.8-2.7-4.8-2.7v5.5Z' style='fill: %23000;'/></g></svg>");
}

#social-icon-spotify {
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.1 19.1'><g><path d='M9.6.4C4.5.4.4,4.5.4,9.6s4.1,9.2,9.2,9.2,9.2-4.1,9.2-9.2S14.6.4,9.6.4Z' style='fill: %23000;'/><path d='M15.1,8.7c-.2,0-.3,0-.5-.1-2.6-1.6-7.3-1.9-10.4-1.1-.1,0-.3,0-.5,0-.5,0-.9-.4-.9-.9s.3-.8.6-.9c1.3-.4,2.8-.6,4.3-.6,2.7,0,5.5.6,7.6,1.8.3.2.5.4.5.8s-.4.9-.9.9h0ZM13.9,11.5c-.2,0-.3,0-.5-.2-2.3-1.4-5.7-1.9-8.8-1.1-.2,0-.3,0-.4,0-.4,0-.7-.3-.7-.7s.2-.7.6-.8c1-.3,2.1-.5,3.6-.5,2.4,0,4.7.6,6.5,1.7.3.2.4.4.4.7,0,.4-.3.7-.7.7ZM12.9,13.9c-.2,0-.3,0-.4-.1-2.3-1.4-5-1.4-7.6-.9-.1,0-.3,0-.4,0-.4,0-.6-.3-.6-.6s.2-.6.5-.6c3-.7,6.1-.6,8.7,1,.2.1.4.3.4.6s-.3.6-.6.6h0Z' style='fill: %23fff;'/></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
html.high-contrast #social-icon-spotify {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 19.1 19.1'><g><path d='M9.6.4C4.5.4.4,4.5.4,9.6s4.1,9.2,9.2,9.2,9.2-4.1,9.2-9.2S14.6.4,9.6.4Z' style='fill: %23fff;'/><path d='M15.1,8.7c-.2,0-.3,0-.5-.1-2.6-1.6-7.3-1.9-10.4-1.1-.1,0-.3,0-.5,0-.5,0-.9-.4-.9-.9s.3-.8.6-.9c1.3-.4,2.8-.6,4.3-.6,2.7,0,5.5.6,7.6,1.8.3.2.5.4.5.8s-.4.9-.9.9h0ZM13.9,11.5c-.2,0-.3,0-.5-.2-2.3-1.4-5.7-1.9-8.8-1.1-.2,0-.3,0-.4,0-.4,0-.7-.3-.7-.7s.2-.7.6-.8c1-.3,2.1-.5,3.6-.5,2.4,0,4.7.6,6.5,1.7.3.2.4.4.4.7,0,.4-.3.7-.7.7ZM12.9,13.9c-.2,0-.3,0-.4-.1-2.3-1.4-5-1.4-7.6-.9-.1,0-.3,0-.4,0-.4,0-.6-.3-.6-.6s.2-.6.5-.6c3-.7,6.1-.6,8.7,1,.2.1.4.3.4.6s-.3.6-.6.6h0Z' style='fill: %23000;'/></g></svg>");
}
