/*
 * Theme Name:          MoveMate
 * Theme URI:           https://themnific.com/docs/movemate
 * Description:         A WordPress theme designed for moving and relocation companies.
 * Version:             1.0
 * Author:              Dannci
 * Author URI:          https://themnific.com/
 * Tags:                blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks, accessibility-ready
 * Text Domain:         movemate
 * Requires Plugins:    redux-framework, elementor
 * Tested up to:        6.6
 * Requires PHP:        5.6
 * License:             GNU/GPL Version 2 or later. 
 * License URI:         https://www.gnu.org/licenses/gpl.html 


 * Copyright (c) 2025 Dannci.
 */

/*//////////////////////////////////// */ 


/* 0. CSS RESET & DEFAULTS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    border-image-width: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.8;
    width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

strong{
    font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.tmnf_entry blockquote p,
.wp-block-pullquote p{
    font-size: 24px !important;
    font-weight: 600 !important;
}

.wp-block-pullquote {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    margin-bottom: 15px;
}

.wp-block-pullquote.alignright{
    margin-left: 35px;
}

.wp-block-pullquote.alignleft{
    margin-right: 35px;
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft{
    padding-right: 35px;
    padding-left: 35px;
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
}

.clearfix:after {
    content: "\00A0";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}

small{
    font-size: 13px;
    opacity: .8;
    display: block;
    line-height: 1.3;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
   /* Above WP toolbar. */
}

/* 0.1 defaults*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
img{ 
    max-width: 100%;
    height: auto;
    display: block;
}
.tmnf_wrapper{
    max-width: 100%;
    overflow: hidden;
}

.tmnf_wrapper_inner{
    min-height: calc(100vh - 40px);
}

a:hover{
    text-decoration: underline;
}

h1{ font-size: 240%;}
h2{ font-size: 210%;}
h3{ font-size: 180%;}
h4{ font-size: 150%;}
h5{ font-size: 130%;}
h6{ font-size: 110%;}

h1,h2,h3,h4,h5,h6{
    margin: 5px 0;
    padding: 0 0;
    line-height: 1.2;
}

.tmnf_entry h1,.tmnf_entry h2,.tmnf_entry h3,.tmnf_entry h4,.tmnf_entry h5,.tmnf_entry h6{
    margin: 20px 0;
}

.tmnf_border{
    border-style: solid;
}

.tmnf_radius,
.navigation.pagination a,
.navigation.pagination span,
#commentform input,
#commentform textarea,
.comment-reply-link{
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.tmnf_radius_circle,
.tmnf_meta img{
	-moz-border-radius:45px;
	-khtml-border-radius:45px;
	-webkit-border-radius:45px;
	border-radius:45px !important;
}

.tmnf_tranz,
.special a,
.tmnf_ribbon,
.tmnf_social_menu a,
.tmnf_main_button,
.tmnf_read_more,
.tmnf_menu li,
.tmnf_menu a,
.navigation.pagination a,
#menu-widget-menu > li > a,
img{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.tmnf_imgwrapper{
    overflow: hidden;
    position: relative;
}

.tmnf_imgwrapper_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
}


/* I. HEADER */

#header{
    position: relative;
    z-index: 99;
    border-style: solid;
    border-width: 0 0 1px 0;
}

#header .tmnf_cell{
    width: 100%;
}

#header h1{
    line-height: 1;
    margin: 0 0;
}

#header h1 a{
    text-decoration: none;
    display: block;
}

.tmnf_logo_inv{
    display: none;
}

[class*="hero-cover"] .hero_transparent .tmnf_logo_inv{
    display: block;
}

[class*="hero-cover"] .hero_transparent .tmnf_logo_main{
    display: none;
}

[class*="hero-cover"] .hero_transparent #header,
[class*="hero-cover"] .hero_transparent #header .tmnf_social_menu a{
    border-color: rgba(255,255,255,.2);
}

.tmnf_header_fix{
    display: none;
}

/* mobile menu button ***************************/
#additional_menu_mobile{display: none;}
#header [type="checkbox"]:checked~#navigation,
#header [type="checkbox"]:checked~#additional_menu_mobile {
    display: block !important;
}
#header input[type=checkbox] {
    display: none;
}

.show_menu {
    padding: 14px 15px;
    height: 40px;
    width: 90px;
    background-image: none;
    margin: 0 0;
    position: relative;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px !important;
}

.show_menu i,
span.close_menu {
    margin: 0 5px 0 0;
}

.close_menu {
    display: none;
}
#header [type="checkbox"]:checked+label i {
    display: none;
}
#header [type="checkbox"]:checked+label .close_menu {
    display: inline;
}

#header [type="checkbox"]:checked~#navigation {
    display: block !important;
}
#header input[type=checkbox] {
    display: none;
}

.new_item>a {
    position: relative;
}

.new_item>a:before {
    position: absolute;
    content: 'NEW';
    vertical-align: top;
    font-size: 8px;
    margin: -8px -10px 0 5px;
    padding: 2px 3px;
    display: inline-block;
    left:calc(100% - 45px)
}

.important_item>a {
    position: relative;
}

.important_item>a::before {
    float: right;
    position: relative;
    content: '!';
    color: #fff;
    vertical-align: top;
    font-size: 8px;
    margin: -8px -10px 0 0;
    padding: 2px 3px;
    display: inline-block;
    border-radius: 50px;
    width: 7px;
    height: 8px;
    text-align: center;
	transform: scale(1);
	animation: pulse-white 3s infinite;
	box-shadow: 0 0 0 0 #980f5a
}

@keyframes pulse-white {
	0% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(170, 170, 170, 0);
	}
	
	100% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(170, 170, 170, 0);
	}
}

.search_nav_part{
    text-align: center;
}

#header .tmnf_searchform{
    max-width: 500px;
    margin-left: 220px;
    margin-right: auto;
    display: inline-block;
}
/*//////////////////////////////////// */

/* II. SINGLES & PAGES */

#tmnf_core{
    margin-top:30px;
}

#tmnf_core_archive,
#tmnf_woo{
    margin-top:40px;
}

article{
    overflow: hidden;
}

.tmnf_sidebar_none article{
    overflow: visible;
}

main h1.tmnf_main_title{
    margin: 40px 0 20px 0;
}

h1.tmnf_main_title{
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.tmnf_single_excerpt p{
    font-size: 110%;
    margin: 0 0 30px 0;
}

.tmnf_single_excerpt p{
    font-size: 110% !important;
}

.tmnf_breadcrumbs{
    margin:0 0 30px 0;
    display: block !important;
}

body.single-post .tmnf_breadcrumbs{
    display: none !important;
}

.tmnf_breadcrumbs .crumb{
    margin: 0 0 0 0;
    position: relative;
}

.tmnf_breadcrumbs .crumb:after{
    content: ' - ';
    margin: auto 10px;
}

.tmnf_breadcrumbs .crumb:last-child::after,
body.single-product .woo_shop_crumb::after,
.woo_single_crumb{
    display: none;
}

/* hero */
.tmnf_page_header{
    padding: 50px 0 40px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tmnf_page_header_image::before{
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.tmnf_page_header_image{
    margin-bottom: 60px;
}

.tmnf_page_header .tmnf_container{
    z-index: 1;
}

.tmnf_page_header .tmnf_single_excerpt{
    margin: 35px 0 0 0;
}



/*meta*/


.tmnf_meta{
    line-height: 1.3;
    display: inline-block;
}

.tmnf_post_meta{
    margin:35px 0 20px 0;
}

.tmnf_meta img{
    display: block;
    float: left;
    margin: -10px 10px -10px 0;
}

.tmnf_divider{
    margin: 0 10px;
    opacity: .9;
}

.author_dis .tmnf_meta_author,
.date_dis .tmnf_meta_date,
.category_dis .tmnf_meta_category{
    display: none;
}



.alignnone,
.aligncenter{
    max-width: 100% !important;
}

/* entry stuff*/

img.tmnf_single_featured_image{
    margin-bottom: 40px;
}

.tmnf_entry > p > a{
    text-decoration: underline;
}

.tmnf_entry > p,
.tmnf_entry > ul,
.tmnf_entry > ol{
    margin-top: 25px;
    margin-bottom: 25px;
}

.tmnf_entry > p:first-of-type{
    margin-top: 0;
}

.tmnf_entry > ul:not(.has-background),
.tmnf_entry > ol:not(.has-background){
    margin-left: 20px;
}

.tmnf_entry ul li, .tmnf_entry ol li {
    padding: 5px 7px;
}
.tmnf_entry ul, li.comment ul {
    list-style-type: disc;
    list-style-position: outside;
}
.tmnf_entry ol, li.comment ol {
    list-style-type: decimal;
    list-style-position: outside;
}
.tmnf_entry ul ul, .tmnf_entry ol ul, li.comment ul ul, li.comment ol ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 15px;
}
.tmnf_entry ol ol, .tmnf_entry ul ol, li.comment ol ol, li.comment ul ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    margin-left: 15px;
}

.tmnf_entry p em{
    font-style: italic;
}

.alignleft{
    margin: 7px 20px 7px 0;
    float: left;
}

.alignright{
    margin: 7px 0 7px 20px;
    float: right;
}

.wp-block-gallery{
    margin-top: 35px;
    margin-bottom: 35px;
}

.wp-block-gallery.alignfull{
    padding-left: 20px;
    padding-right: 20px;
}

.wp-block-gallery.alignleft{
    margin-right:20px !important;
    max-width: 55% !important;
}
.wp-block-gallery.alignright{ 
    margin-left:20px !important;
    max-width: 55% !important;
}

.wp-block-gallery li{
    padding: 0 0 !important;
}

.blocks-gallery-caption{
    margin-top: -10px !important;
}

.wp-caption,
.wp-caption-text,
.gallery-caption{
    padding: 2px;
}

.wp-block-cover,
.wp-block-button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.has-background-dim a{
    color: #fff !important;
}

.tmnf_entry .input,
.tmnf_entry textarea{
    float: none;
    clear: both;
    display: block;
    min-width: 400px;
}

.tmnf_entry form{
    padding: 15px 0;
    margin: 0 0;
}

.tmnf_entry form p{
    padding: 5px 0;
    margin: 0 0;
}

.tmnf_entry .wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.tmnf_entry .wp-block-cover a,
.wp-block-cover a:where(:not(.wp-element-button)) {
    color: #fff !important;
    border-color: #fff;
}

/* comments list ***************************/
#commentform{
    margin: 0 0 30px 0;
}

.comment-list{
    margin: 20px 0;
}

.comment-list p{
    margin: 10px 0;
}

.comment-meta{
    position: relative;
    padding-left: 80px;
    margin-bottom: 25px;
}

.comment-meta img{
    position: absolute;
    top: 0;
    left: 0;
}

.comment-meta .fn{
    font-weight: bold;
}

.comment-metadata{
    font-size: 12px;
    text-transform: uppercase;
    opacity: .7;
}

.comment-list > li{
    margin: 30px 0;
    padding: 30px 0;
    border-bottom: 1px solid rgba(153, 153, 153, .08);
}

.comment-list ol.children{
    margin: 30px 0 0 0;
    border-left: 1px solid rgba(153, 153, 153, .08);
}

.comment-list ol.children li{
    list-style: none;
    margin:0;
    padding: 30px 0 30px 35px;
    border-top: 1px solid rgba(153, 153, 153, .08);
}

.comment-list li li li li ol.children{
    margin: 30px 0 0 0;
    border-left: 1px solid rgba(153, 153, 153, .0);
}

.comment-list li li li li ol.children li{
    padding: 30px 0 30px 0;
}

.bypostauthor,
.comment-author-admin{
    background: linear-gradient(135deg,  rgba(0,0,0,0.02) 0%,rgba(0,0,0,0) 100%); 
    padding-left: 25px;
}

.comment-list li li li li ol.children li.comment-author-admin {
    padding: 30px 25px 30px 35px;
  }

/* comments form ***************************/

#commentform textarea{
    display: block;
    width: 100%;
    clear: both;
}

#commentform label{
    font-size: 12px;
    margin-top: 10px;
}

#respond {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
    margin-right: 4% !important;
}
.comment-form-url {
    display: none;
}
.comment-form-email {
    margin-right: 0 !important;
}
input#author, input#email, input#url {
    width: 99.7% !important;
    border-width: 1px;
    border-style: solid;
}
#respond .comment-notes {
    margin-bottom: 0;
    opacity: .7;
    font-size: 12px;
}
.form-allowed-tags {
    display: none;
}

#cancel-comment-reply-link{
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 15px;
}

.comment-reply-link{
    padding:4px 7px;
    font-size: 11px;
    line-height: 1;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
}

/* inputs, buttons ***************************/

.tmnf_main_button{
    padding: 15px 25px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

input, textarea, input checkbox, button, input radio, select, file {
    border-width: 1px;
    border-style: solid;
    padding: 14px 20px;
    margin: 0 0 15px 0;
    line-height: 1.2 !important;
    max-width: 100%;
}
button, input.button, input[type=submit] {
    cursor: pointer;
    padding: 14px 18px;
    border: none;
}
input checkbox, input[type=checkbox] {
    margin-right: 8px;
}
select {
    max-width: 100%;
    overflow: hidden;
    margin: 5px 0 20px 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .95rem center/8px 10px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.post-password-form label {
    display: block;
    float: left;
}
.post-password-form input[type=password] {
    margin-left: 30px;
    height: 50px;
}
.post-password-form input[type=submit] {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #e8816e;
    color: #fff;
    height: 50px;
}


/* tables, def lists ***************************/
table {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin: 5px 0 25px 0;
    padding: 0 0;
    border-collapse: collapse;
}
table th, table td {
    border-width: 1px;
    border-style: solid;
    margin: 0 0;
    line-height: 1 !important;
    padding: 12px 18px;
    vertical-align: top;
    word-break: unset !important;
}
table th {
    font-weight: normal;
    text-align: left;
    font-weight: bold;
}
dl {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0;
    border-collapse: collapse;
}
dt {
    font-weight: normal;
    padding: 12px 18px;
    text-align: left;
    line-height: 1 !important;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
    background: rgba(153, 153, 153, .08);
    margin-top: 0;
}
dt:first-child {
    border-top: none;
}
dd {
    padding: 12px 18px;
    vertical-align: top;
    line-height: 1 !important;
}
pre {
    overflow-x: scroll;
    padding: 12px 18px;
    background: rgba(204, 204, 204, .1);
    border: 1px solid rgba(153, 153, 153, .2);
    margin: 0 0 20px 0;
}
code {
    padding: 2px 4px;
    background: rgba(204, 204, 204, .2);
    overflow: hidden;
    font-size: 14px;
    line-height: 1;
}

/* tags ***************************/
.tmnf_tags{
    overflow: hidden;
    margin:0 0 40px 0;
}

.tmnf_tags a{
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 12px;
}

/* author_box ***************************/
.author_box{
    overflow: hidden;
    position: relative;
    padding: 20px;
    border-width:1px ;
    margin:0 0 40px 0;
}

.author_box_text{
    padding: 5px 0 5px 0;
}

.author_social_icons a{
    font-size: 14px;
    padding: 4px 5px;
    text-align: center;
    height: 32px;
    width: 32px;
    border-width: 1px;
    display: inline-block;
    margin: 0 8px 0 0;
}



/* tmnf_related_posts ***************************/

.tmnf_related_posts{
    overflow: hidden;
    margin: 0 0 40px 0;
}

.tmnf_related_posts h3{
    margin: 0 0 20px 0;
}

.tmnf_related_wrap{
    margin: 0 -20px;
    max-width: calc(100% + 40px);
    overflow: hidden;
}

.tmnf_related_item{
    float: left;
    padding: 0 20px;
    width: 50%;
}

.tmnf_related_item:last-of-type{
    display: none;
}



.tmnf_related_item img{
    width: 100%;
    margin: 0 0 15px 0;
}

/* next/prev ***************************/

.tmnf_post_navigation {
    line-height: 1.4;
    margin: 10px 0 40px 0;
}

.tmnf_previous_post,
.tmnf_next_post {
    padding: 0;
    border-width: 1px;
    width: 100%;
    overflow: hidden;
}

/* When there are no next posts */
.tmnf_post_navigation:only-child .tmnf_previous_post,
.tmnf_post_navigation .tmnf_previous_post:last-child {
    width: 100%;
}
/* When there are no previous posts */
.tmnf_post_navigation:only-child .tmnf_next_post,
.tmnf_post_navigation .tmnf_next_post:first-child {
    width: 100%;
    border-top-width: 0;
}

.tmnf_post_navigation_inn{
    padding: 25px;
}

.tmnf_post_navigation a{
    overflow: hidden;
    text-decoration: none !important;
    font-size: 16px;
}

.tmnf_post_navigation a span{
    font-size: 12px;
}

.tmnf_post_navigation a img{
    opacity: .8;
}

.tmnf_post_navigation a:hover img{
    opacity: .6;
}

.tmnf_post_navigation .post_nav_arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    z-index: 1;
    font-size: 18px;
}



.tmnf_next_post{
    border-top-width: 0;
}

.tmnf_previous_post .tmnf_imgwrapper{
    max-width:130px;
    float: left;
    margin: 0 25px 0 0;
}
.tmnf_next_post .tmnf_imgwrapper{
    max-width:130px;
    float: right;
    margin: 0 0 0 25px;
}

/*//////////////////////////////////// */

/* III. BLOG & ARCHIVES */

.tmnf_archive_title{
    padding: 0 0;
    margin: 40px 0 20px 0;
}

.archive_subtitle{
    line-height: 1.7;
}

.tmnf_blog_item{
    position: relative;
    overflow: hidden !important;
    margin: 0 0 40px;
}

.tmnf_blog_item.has-post-thumbnail .tmnf_imgwrapper{
    margin: 0 0 -1px 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: block;
    overflow: hidden;
    content: '';
    background-position: center center;
    background-size: cover;
}

.tmnf_blog_item h2{
    line-height: 1.2;
    margin: 0 0 15px 0;
    letter-spacing: -0.03em;
}

.tmnf_blog_item a:hover{
    text-decoration: none;
}

.tmnf_blog_item .tmnf_imgwrapper{
    position: relative;
    margin: 0 0 20px 0;
}

.tmnf_blog_item .tmnf_imgwrapper img{
    width: 100%;
}

.tmnf_blog_item_inn{
    position: relative;
}

.tmnf_blog_item .tmnf_read_more{
    margin-top: 10px;
}

.tmnf_blog_item .tmnf_meta_box{
    padding:15px 30px 19px 30px;
    margin: 0 0 25px 0;
    line-height: 1;
}

.tmnf_read_more{
    float: right;
}

.tmnf_read_more:hover{
    text-decoration:none;
}

.tmnf_blog_item p.tmnf_excerpt{
    font-size: 98%;
    display: inline;
    line-height: 1.5;
}

.excerpt_date{
    margin:0;
}

.excerpt_date > span{
    margin: 0 8px;
}

.navigation.pagination,
.post_pagination{
    overflow: hidden;
    margin: 0 0 0 -3px;
}

.navigation.pagination a,
.navigation.pagination span,
.post_pagination a,
.post_pagination span{
    padding: 6px 18px;
    margin:0 3px 40px 3px;
    display: inline-block;
    border-width: 1px;
    border-style:solid ;
}

.navigation.pagination a:hover,
.post_pagination a:hover{
    background-color: rgba(0, 0, 0, .04);
}

.page-numbers.current,
.post-page-numbers.current{
    border: 1px solid rgba(153, 153, 153, .0) !important;
}

.tmnf_blog_item.sticky{
    background: linear-gradient(45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%);
}
.tmnf_blog_item.sticky::after{
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    content: "\f02e";
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1 !important;
}

/* formats */

.tmnf_blog_item.format-quote,
.tmnf_item.format-quote .tmnf_post_padder {
    text-align: center;
    /*pointer-events: none;*/
}

.tmnf_blog_item.format-quote .tmnf_blog_item_inn {
    padding: 20px;
    border: none !important;
}

.tmnf_blog_item.format-quote{
    padding: 30px;
}

.tmnf_blog_item.format-quote h2,
.tmnf_item.format-quote h3 {
    margin: 0 0 25px 0;
    line-height: 1.4 !important;
}

.tmnf_blog_item.format-quote .tmnf_meta,
.tmnf_blog_item.format-quote .tmnf_read_more,
.tmnf_item.format-quote .tmnf_meta,
.tmnf_item.format-quote .tmnf_read_more,
.tmnf_item.format-quote .tmnf_meta_row,
.tmnf_item.format-quote .excerpt_date{
    display: none;
}


/*//////////////////////////////////// */

/* IV. SIDEBAR */

#sidebar .sidebar_item,
.elementor-widget-sidebar .sidebar_item{
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    font-size: 90%;
}

#sidebar .sidebar_item:last-of-type{
    margin-bottom: 40px;
}

h4.widget_title{
    letter-spacing: 2px;
    margin: -5px 0 10px 0;
    padding:0 0 10px 0;
    border-width: 0 0 1px 0;
}

.sidebar_item ul li{
    border-width:0 0 1px 0;
    padding: 5px 0;
    border-style: dotted;
}

#footer .sidebar_item ul li{
    padding: 3px 0;
}

.sidebar_item ul li:last-of-type{
    border-width:0 0 0 0;
}

.sidebar_item ul.children,
.sidebar_item ul.sub-menu {
    margin: 7px 0 -6px 15px;
    list-style-type: none;
    display: block;
    overflow: hidden;
    clear: both;
}
.sidebar_item li li li li li li ul.sub-menu {
    margin: 7px 0 -6px 5px;
}
.sidebar_item>ul>li:first-child {
    border-top: none;
}

.sidebar_item p {
    border-top: none;
}
.sidebar_item img.img_full {
    margin: -35px -35px;
    max-width: calc(100% + 70px) !important;
    width: calc(100% + 70px);
    display: block;
}

.cat_nr{
    float: right;
    line-height: 1;
    font-size: 11px;
    height: 20px;
    width: 20px;
    padding: 5px;
    margin: 3px 0 0 0;
    text-align: center;
    display: block;
}

ul#menu-widget-menu{
    margin: -20px -20px;
}

ul#menu-widget-menu > li{
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 0 0;
}

ul#menu-widget-menu > li > a{
    padding: 15px 20px;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    line-height: 1.4;
}

ul#menu-widget-menu ul.sub-menu{
    margin:0 20px 25px 35px;
}



/* tmnf_searchform ***************************/

.tmnf_searchform{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0;
}

.search_input,
.search_submit{
    height: 52px;
    padding: 15px 20px;
}

#footer .search_input{
    color: inherit;
    background-color: rgba(255, 255, 255, .03);
}

#footer .search_input{
    color: inherit;
}

.search_input{
    padding: 10px 20px;
    margin: 0 0;
    font-size: 16px;
}

.search_submit{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.no_search_entry .tmnf_searchform{
    margin: 25px 0;
}

.search-results article.tmnf_project .tmnf_meta_category,
.search-results article.page .tmnf_meta_category,
.search-results article.tmnf_project .tmnf_divider,
.search-results article.page .tmnf_divider{
    display:none;
}


.notfound_stuff{
    text-align: center;
    padding-top: 11vw;
    padding-bottom: 4vw;
}

.notfound_stuff h1{
    margin: 0 0 30px 0;
}

.notfound_stuff .tmnf_searchform{
    margin: 45px auto;
    max-width: 400px;
}

/* rss ***************************/

.rssSummary,
.rss-date {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6 !important;
    display: block;
    text-align: left;
}
.rss-date {
    opacity: .7;
}
a.rsswidget {
    clear: both;
    float: none !important;
    display: block;
    line-height: 1.4;
    margin: 10px 0 5px 0;
}
.sidebar_item cite, .foocol cite {
    font-size: 14px;
    line-height: 1.6 !important;
    margin: 0 0 25px 0;
    opacity: .5;
}
#recentcomments li {
    text-align: left;
}
#recentcomments li a {
    float: none;
    display: inline;
}

/* wp calendar ***************************/

.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
    margin: 20px 0 5px 0;
    font-size: 13px;
}
#wp-calendar caption {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 8px 4px !important;
}
.wp-calendar-nav-prev {
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    padding-top: 5px;
}

/*//////////////////////////////////// */

/* V. FOOTER */

#footer{
    overflow: hidden;
    font-size:14px;
    line-height: 1.4;
}

.foocol{
    float: left;
    width: 100%;
}

.foocol .sidebar_item{
    margin: 30px 0;
}

.foocol h5.tmnf_small_titles{
    margin:0 0 10px 0;
}

.footer_bottom{
    overflow: hidden;
    border-width: 1px 0 0 0;
    padding: 0 0 60px 0;
}

.footer_menu,
.footer_text{
    font-size: 12px;
    margin: 15px 0;
    display:flex;
}

.footer_menu{
    margin: 25px 0 0 0;
    font-size: 13px;
}

.footer_menu li{
    margin: 0 20px 0 0;
}

.footer_menu li a{
    font-weight: bold;
}

.footer_menu  li:last-of-type{
    margin: 0 0 0 0;
}

.footer_icons{
    margin: 20px 0 -5px 0;
}

.tmnf_top_scroll{
    position: fixed;
    text-decoration: none;
    padding: 10px 20px 12px 20px;
    text-align: center;
    width: 100%;
    bottom: -2px;
    right: 0;
    display: none;
    z-index: 9;
}

.tmnf_top_scroll:hover{
    text-decoration: none;
}

/*//////////////////////////////////// */

/* VI. PLUGINS */

.addtoany_content {
    margin: 25px 0 30px 0 !important;
}

.addtoany_list a span{
    padding: 10px !important;
    border-radius: 30px !important;
}

/* ADDONS */

.tmnf_meta_widget{
	margin:25px 0 15px 0;
}

.tmnf_meta_category.tmnf_ribbon{
	padding:2px 7px;
	position:absolute;
    z-index: 5;
	top:40px;
	left:40px;
}

.tmnf_folio_templ .project_inn{
    margin: 0 0 40px 0;
    overflow: hidden;
}
.tmnf_post_wrap .tmnf_post_inn {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.tmnf_folio_templ .tmnf_meta_category {
    margin: -15px 0 0 20px;
}

.tmnf_folio_templ .tmnf_meta_category a:first-of-type span{
    display: none;
}

.tmnf_project_title{
    margin: 20px 0 15px 0;
}

.tmnf_project .tmnf_excerpt{
    margin: 0 0 15px 0;
}

.tmnf_repeater_section{
    display: block;
    padding:0 0 12px 0;
}

.tmnf_repeater_name{
	border-width:1px 0 0 0;
	text-transform:none !important;
    padding:12px 0 2px 0;
}

.tmnf_repeater_value{
    padding: 2px 0;
}

.tmnf_meta_widget > span:last-of-type .tmnf_divider{
    display: none;
}

/* grid */
.tmnf_layout_tmnf_grid .tmnf_meta{
    margin: 0 0;
    display: block;
}

.tmnf_layout_tmnf_grid .tmnf_post_inn {
    margin: 0 0 0 0 !important;
}

.tmnf_layout_tmnf_grid .tmnf_post_thumbnail img {
    opacity: .7 !important;
}

/* filter */
.tmnf_portfolio_filter{
    margin: 30px 0 20px 0;
}

.tmnf_portfolio_filter ul{
    display: inline-block;
}

.tmnf_portfolio_filter ul li{
    display: inline-block;
    margin: 0 8px 8px 0;
}

.tmnf_portfolio_filter a{
    padding: 5px 0;
}

.tmnf_portfolio_filter a.active,
.tmnf_portfolio_filter .current-cat a{
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

/* folio single */
.tmnf_project_single{
    overflow: hidden;
}

.tmnf_project_header{
    padding-top:30px;
    padding-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-width: 0 0 1px 0;
}

.tmnf_project_header h1.tmnf_main_title{
    margin: 0 0 30px 0;
}

.tmnf_folio_content{
    margin-left: auto;
    margin-right: auto;
    float:none !important;
    padding-top:30px !important;
}

.tmnf_project_single .tmnf_repeater_wrap{
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.tmnf_project_single  .tmnf_repeater_section{
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.tmnf_folio_read_more{
    margin: 10px 0 20px 0;
    float: left;
}

/* EVENTS */

.em-events-search{
    display: none;
}

.em .tmnf_meta{
    margin: 0 0 10px 0;
}

.em .tmnf_meta > div{
    padding: 5px 0;
}

.em .em-icon{
    margin-right:10px;
}

/* list */
.tmnf_events{
    margin: 0 -20px;
}

.tmnf_event_item{
    margin-bottom: 40px;
    float: left;
}

.tmnf_event_item h4{
    margin: 25px 0 15px 0 !important;
}


.tmnf_event_item img{
    width: 100%;
}


/* single event */
.single-event .tmnf_single_excerpt p:first-of-type{
    display: none;
}

.single-event .tmnf_post_meta > .tmnf_meta_date .tmnf_divider{
    display: none;
}

.tmnf_event_content .tmnf_event_head{
    text-align: center;
    padding:35px 10px;
    margin: 0 0 40px 0;
    border-width: 1px;
}

.tmnf_event_content .tmnf_event_head > div{
    display: inline-block;
    padding:10px 5px;
    font-size: 16px !important;
}

.tmnf_event_content p{
    margin:0 0 15px 0;
}

/* contact form 7 */

.wpcf7-form .tmnf_item{
    padding: 0 30px;
}

.wpcf7-form label{
    font-size: 80%;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea{
    width: 100%;
}

.estimate-textarea{
    height: 120px;
    max-height: 200px;
    resize: vertical;
}

/* mailchimp */

.mc4wp-form input{
	float:none !important;
	clear:both;
	margin:20px auto;
	text-transform:uppercase;
	font-size:11px !important;
    font-weight: bold;
    letter-spacing: 1px;
	line-height:1 !important
}
.mc4wp-form input[type="email"]{
	width:70%;
	overflow:hidden;
	padding:15px 15px !important;
	height:44px;
	border-radius:3px 0 0 3px;
    border-width: 1px 0 1px 1px;
}
.mc4wp-form input[type="submit"]{
	border:none !important;
	width: 30% !important;
	cursor:pointer;
	float:right !important;
	padding:15px 5px !important;
	height:44px;
	position:relative;
	z-index:2;
	-webkit-appearance: none;
	border-radius:0 3px 3px 0;
}
.mc4wp-form p,
.mc4wp-form h2,
.mc4wp-form h3,
.mc4wp-form h4,
.mc4wp-form h5{
	color:inherit !important;
	margin:0 0 15px 0;
	padding:0 0;
	width:100%;
	clear:both;
	display:block;
}

/* ELEMENOR */
.elementor-edit-mode {
    padding-top: 82px !important;
}

.elementor-editor-active #header,
.elementor-editor-active .header_fixed #header {
    position: relative !important;
    top: auto !important;
    background-color: inherit !important;
    color: inherit !important;
}
.elementor-editor-active .tmnf_header_fix {
    display: none !important;
}


.tmnf_img_box .elementor-image-box-img img {
    width: 64px;
    position: relative;
    z-index: 1;
}

.tmnf_img_box .elementor-image-box-img {
    overflow: visible;
    position: relative;
}

.tmnf_img_box .elementor-image-box-img::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 50px 30px 50px 40px;
    ;
    width: 64px;
    height: 64px;
    display: block;
    z-index: 0;
}

a.e-flex.e-con:hover p.elementor-heading-title{
    opacity: .7;
    transition: opacity .4s ease
}

.tmnf_clients .elementor-element:hover img{
    opacity: .2;
    transition: opacity .4s ease
}

.tmnf_fancy_img > .elementor-widget-container{

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900.000000 966.000000'%3E%3Cg transform='translate(0.000000,966.000000) scale(0.100000,-0.100000)' stroke='none'%3E%3Cpath d='M4742 9643 c3 -15 13 -17 48 -15 56 3 73 9 65 22 -3 5 -31 10 -61 10 -48 0 -55 -3 -52 -17z'/%3E%3Cpath d='M4890 9611 c0 -13 27 -21 45 -15 8 4 12 10 9 15 -7 12 -54 12 -54 0z'/%3E%3Cpath d='M5000 9601 c0 -21 43 -32 143 -38 67 -4 99 -2 92 4 -24 24 -235 54 -235 34z'/%3E%3Cpath d='M5012 9234 c2 -10 14 -21 28 -25 38 -11 170 -10 170 0 0 13 -53 23 -120 25 -30 1 -61 5 -68 10 -10 6 -13 3 -10 -10z'/%3E%3Cpath d='M4903 9123 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z'/%3E%3Cpath d='M5514 9059 c-3 -5 -21 -9 -40 -9 -46 0 -44 -16 4 -24 54 -9 122 -7 122 2 0 13 -79 42 -86 31z'/%3E%3Cpath d='M3478 9035 c-3 -3 -36 -8 -74 -10 -65 -5 -160 -22 -249 -47 -22 -6 -56 -14 -75 -19 -160 -35 -488 -184 -745 -336 -49 -29 -100 -53 -113 -53 -92 0 -302 -184 -302 -265 0 -28 33 -16 104 39 159 121 371 249 431 260 49 10 115 -10 115 -33 0 -24 -25 -40 -205 -132 -257 -131 -302 -160 -400 -255 -39 -38 -111 -96 -160 -129 -50 -33 -126 -86 -170 -119 -96 -71 -299 -268 -294 -285 5 -14 37 11 153 118 110 100 148 129 241 186 44 27 127 83 185 124 184 131 318 218 409 265 74 38 98 46 144 46 31 0 59 5 62 10 15 25 75 4 75 -27 0 -15 -97 -73 -122 -73 -57 0 -195 -100 -251 -180 -17 -25 -23 -70 -9 -70 20 0 123 57 127 71 6 19 131 102 268 178 46 26 67 31 105 29 26 -2 47 -7 46 -13 0 -5 -19 -23 -42 -40 -22 -16 -62 -45 -88 -64 -26 -19 -84 -54 -128 -79 -118 -64 -195 -118 -243 -168 -42 -45 -106 -80 -123 -69 -6 3 -7 -1 -4 -10 8 -19 -10 -36 -91 -90 -33 -22 -78 -54 -100 -70 -53 -39 -257 -223 -273 -246 -7 -11 -23 -19 -36 -19 -23 0 -58 -32 -69 -62 -3 -10 -35 -30 -69 -46 -58 -26 -118 -79 -118 -103 0 -6 -15 -17 -32 -25 -71 -32 -131 -72 -193 -128 -36 -33 -89 -72 -117 -88 -58 -32 -68 -42 -68 -77 0 -23 -78 -111 -99 -111 -15 0 -26 22 -23 47 4 30 -14 37 -38 13 -12 -12 -20 -33 -20 -53 0 -42 -22 -72 -69 -97 -31 -15 -39 -26 -44 -56 -7 -43 -32 -74 -60 -74 -16 0 -18 5 -12 27 11 46 69 159 127 250 15 23 49 84 77 136 27 52 58 104 70 116 12 12 26 32 31 44 6 12 15 29 22 39 9 13 9 20 -2 33 -32 39 -69 -3 -150 -170 -16 -33 -46 -79 -67 -102 -97 -107 -168 -234 -240 -428 -8 -22 -21 -53 -29 -68 -8 -16 -14 -38 -14 -48 0 -30 -18 -61 -55 -94 -27 -24 -35 -40 -41 -80 -8 -68 -17 -81 -75 -116 -43 -27 -49 -35 -49 -64 0 -23 -8 -42 -23 -57 -68 -67 -84 -100 -92 -188 -4 -47 -12 -96 -17 -110 -6 -14 -14 -56 -19 -95 -18 -148 -28 -187 -49 -210 -20 -21 -21 -30 -15 -92 9 -99 10 -283 0 -316 -6 -22 -3 -33 15 -52 20 -22 24 -40 32 -152 8 -115 10 -168 9 -205 0 -7 3 -53 7 -103 9 -96 30 -151 75 -193 19 -18 30 -47 47 -120 40 -181 66 -246 103 -258 12 -4 37 -20 56 -36 18 -16 53 -39 77 -51 29 -14 49 -32 60 -56 16 -32 21 -97 10 -109 -3 -2 4 -26 15 -53 10 -28 19 -58 19 -68 0 -10 12 -35 26 -56 23 -35 25 -42 15 -81 -15 -59 -14 -90 5 -108 22 -22 25 -21 71 22 l40 37 -5 81 c-2 49 0 84 6 87 11 7 62 -61 62 -83 0 -7 15 -28 34 -46 18 -18 37 -45 40 -60 4 -15 34 -83 67 -151 32 -68 59 -135 59 -150 0 -26 35 -93 50 -93 15 0 40 -68 40 -107 0 -27 8 -50 26 -74 14 -19 30 -44 35 -57 5 -13 23 -28 40 -34 l31 -11 -7 -71 c-14 -136 -11 -160 26 -212 23 -32 45 -51 65 -56 17 -4 43 -19 57 -32 22 -20 27 -34 27 -71 0 -33 7 -55 24 -78 13 -18 29 -48 35 -67 8 -24 56 -80 154 -177 166 -164 210 -197 238 -182 25 13 25 55 0 69 -11 5 -56 55 -101 111 -70 86 -83 107 -83 138 0 31 35 121 48 121 2 0 19 -9 38 -20 40 -24 74 -84 59 -103 -16 -20 -25 -94 -12 -102 13 -8 50 22 50 42 0 8 16 21 36 29 57 24 118 -8 83 -43 -8 -8 -6 -18 6 -37 15 -23 16 -29 1 -73 -28 -88 -25 -110 19 -163 19 -22 37 -56 40 -74 7 -37 -6 -98 -22 -103 -15 -5 -131 85 -259 203 -102 93 -147 124 -161 111 -8 -9 79 -160 141 -241 81 -108 93 -119 121 -112 13 3 27 2 30 -4 3 -5 19 -10 34 -10 15 0 36 -9 46 -20 10 -11 25 -20 34 -20 9 0 32 -10 51 -22 19 -11 66 -27 105 -34 46 -9 84 -24 111 -44 23 -16 47 -30 52 -30 11 0 22 24 22 48 0 28 -50 90 -78 97 -45 11 -68 31 -106 93 l-35 58 25 62 c27 68 25 82 -11 82 -32 0 -84 65 -66 83 9 9 16 9 29 -1 9 -7 25 -15 34 -18 9 -3 19 -12 22 -20 3 -8 13 -14 22 -14 13 0 15 6 11 28 -3 15 -2 34 3 41 9 15 30 6 30 -12 0 -16 55 -45 100 -53 19 -4 41 -11 47 -17 7 -5 25 -7 40 -4 80 17 89 17 123 0 30 -15 35 -24 37 -55 2 -29 -2 -38 -18 -43 -28 -9 -18 -29 16 -33 16 -2 41 -17 56 -33 15 -16 33 -29 41 -29 7 0 40 -14 72 -30 32 -17 65 -30 72 -30 19 0 18 -19 -1 -26 -8 -4 -15 -18 -15 -33 0 -15 -11 -36 -25 -49 -22 -21 -31 -23 -75 -17 -27 4 -52 11 -56 16 -12 20 -20 7 -20 -32 1 -45 -15 -34 171 -127 78 -39 149 -68 230 -92 17 -5 55 -17 85 -26 30 -10 78 -18 105 -18 37 -1 56 -7 71 -22 14 -14 40 -23 80 -27 92 -11 194 -49 194 -74 0 -18 -80 -17 -116 2 -16 8 -43 15 -59 15 -17 0 -36 5 -43 12 -6 6 -30 14 -54 18 -24 4 -71 15 -106 25 -35 9 -84 18 -110 20 -26 1 -64 6 -84 10 -26 5 -38 4 -38 -4 0 -21 -40 -51 -69 -51 -15 0 -39 8 -52 19 -13 10 -49 24 -79 31 -30 8 -71 21 -90 31 -47 23 -125 34 -134 20 -11 -17 -66 -14 -66 4 0 9 9 15 25 15 14 0 25 4 25 9 0 11 -25 21 -49 21 -10 0 -23 11 -29 25 -14 29 -42 33 -42 6 0 -32 -42 -52 -96 -44 -53 7 -54 -3 -2 -28 58 -28 94 -37 111 -27 11 6 33 0 69 -18 29 -14 70 -27 91 -29 22 -1 47 -11 60 -23 12 -12 39 -28 60 -37 21 -8 54 -31 75 -50 41 -37 104 -64 166 -72 21 -3 55 -16 74 -29 20 -14 67 -34 106 -45 39 -11 86 -27 104 -35 18 -8 40 -14 50 -14 18 0 87 -21 167 -51 28 -10 60 -19 71 -19 11 0 25 -5 31 -11 7 -7 55 -12 122 -13 72 -1 115 -6 123 -14 17 -17 132 -16 147 1 15 19 120 42 133 29 6 -6 -1 -21 -18 -41 -22 -27 -25 -36 -16 -56 6 -12 8 -26 5 -29 -11 -11 -77 -6 -183 14 -58 11 -148 27 -200 35 -196 33 -213 36 -230 45 -10 5 -35 14 -56 19 -22 5 -64 19 -94 31 -80 31 -128 42 -192 44 -42 1 -64 7 -88 24 -18 14 -49 25 -73 27 -53 4 -87 17 -143 55 -24 17 -72 40 -106 51 -35 11 -67 24 -72 29 -6 6 -20 10 -33 10 -33 0 -30 -36 7 -70 17 -15 30 -37 30 -49 0 -23 63 -71 95 -71 11 0 37 -11 57 -25 20 -14 42 -25 48 -25 6 0 33 -11 61 -25 27 -14 55 -25 62 -23 7 1 23 -4 37 -12 14 -7 41 -15 61 -16 20 -1 50 -9 65 -17 49 -27 68 -35 114 -47 25 -6 59 -18 75 -26 48 -22 117 -37 164 -35 24 1 49 -4 57 -10 7 -6 18 -8 24 -4 5 3 47 -1 93 -9 151 -28 251 -39 408 -45 113 -4 161 -10 173 -20 21 -18 100 -18 161 -1 31 9 52 9 73 2 19 -6 71 -7 153 0 68 5 171 13 229 17 58 4 134 13 170 20 137 26 216 44 253 57 20 8 68 14 105 14 71 1 131 17 161 44 10 9 31 16 47 16 16 1 40 7 54 15 14 8 43 14 65 15 22 0 57 9 78 20 20 11 56 20 79 20 28 0 67 12 115 36 41 20 86 39 101 44 66 21 133 50 161 69 16 12 38 21 49 21 11 0 69 25 128 55 73 37 120 55 145 55 24 0 39 5 43 15 3 8 16 15 28 15 13 0 37 9 53 20 37 24 53 25 77 3 17 -15 19 -15 36 0 10 10 21 17 24 17 24 0 179 101 225 146 32 31 68 60 81 65 12 5 22 15 22 22 0 7 13 26 28 41 26 24 30 25 42 11 7 -8 16 -15 21 -15 5 0 47 23 93 51 63 38 87 58 95 80 8 23 15 29 29 25 13 -4 25 3 41 25 13 17 43 40 67 50 24 11 56 35 71 54 16 19 33 35 38 35 10 0 41 29 116 108 20 20 52 75 73 122 56 127 45 115 109 119 15 1 17 7 13 28 -5 22 2 39 35 83 23 30 45 58 50 61 6 3 19 23 31 45 11 21 33 55 48 74 15 19 35 51 46 70 10 19 33 55 50 80 17 25 49 73 72 106 23 34 42 68 42 76 0 9 6 21 14 27 7 6 16 24 19 39 5 24 34 69 79 121 19 22 21 -3 4 -44 -15 -36 -21 -75 -11 -75 31 0 145 190 145 242 0 11 10 37 23 57 25 41 34 64 83 211 23 70 33 115 29 136 -4 21 0 35 10 44 19 15 55 96 55 121 0 11 3 19 8 19 19 0 51 89 55 155 3 39 8 82 12 97 6 24 4 28 -15 28 -17 0 -21 4 -15 18 4 9 9 32 12 50 3 18 9 35 14 38 10 6 49 92 49 108 0 6 11 38 25 71 13 33 25 77 25 97 0 21 9 93 20 160 11 68 22 179 24 248 5 151 4 140 16 140 12 0 40 -53 40 -75 0 -9 -7 -23 -15 -31 -16 -16 -10 -42 14 -61 41 -32 41 -28 41 353 0 212 -4 363 -9 360 -15 -9 -20 17 -26 136 -8 160 -47 385 -86 503 -25 75 -49 182 -49 217 0 14 -8 46 -19 70 -10 24 -22 69 -26 98 -4 30 -20 82 -35 115 -16 33 -38 88 -50 123 -19 53 -26 63 -44 60 -16 -2 -22 -11 -24 -38 -3 -32 -53 -100 -73 -100 -11 0 -49 83 -49 106 0 10 -13 46 -28 79 -16 33 -32 73 -36 89 -4 17 -16 42 -27 57 -10 15 -19 43 -19 63 0 20 -6 38 -14 43 -24 13 -86 97 -86 116 0 9 -11 34 -23 55 -13 20 -41 71 -62 112 -22 41 -41 77 -44 80 -9 8 -111 150 -111 155 0 4 -65 100 -119 175 -71 97 -91 129 -91 143 0 7 -36 53 -80 102 -44 50 -132 169 -197 265 -68 102 -148 208 -193 254 -78 82 -165 146 -199 146 -10 0 -41 17 -68 38 -66 52 -232 162 -244 162 -6 0 -9 -15 -7 -32 2 -25 10 -36 33 -47 17 -8 56 -41 87 -73 55 -56 94 -79 212 -124 50 -19 156 -113 207 -182 13 -19 30 -40 37 -48 7 -8 9 -14 4 -14 -13 0 -63 40 -85 67 -10 13 -25 23 -33 23 -23 0 -16 -30 11 -52 16 -13 25 -29 25 -49 0 -22 8 -34 38 -53 45 -28 102 -91 102 -111 0 -18 -65 -21 -75 -4 -4 5 -17 14 -28 19 -14 5 -28 26 -40 59 -16 47 -20 51 -49 51 -25 0 -29 -3 -20 -12 7 -7 12 -25 12 -40 0 -16 5 -28 13 -28 6 0 29 -16 50 -35 29 -27 37 -41 37 -69 0 -24 -5 -36 -14 -36 -15 0 -26 21 -26 50 0 14 -11 20 -50 25 -37 5 -55 14 -71 33 l-21 27 36 3 c38 3 48 18 19 29 -10 4 -22 11 -28 15 -5 4 -24 19 -42 33 -20 16 -37 23 -49 18 -14 -5 -16 -2 -11 18 5 21 -2 30 -61 68 -39 26 -68 39 -70 32 -5 -14 -69 -15 -77 -1 -4 6 -23 22 -43 35 -21 13 -73 49 -117 79 -44 30 -83 52 -88 49 -5 -3 -7 -18 -5 -34 3 -16 2 -29 -2 -29 -13 0 -90 65 -90 76 0 7 -6 15 -12 18 -7 3 5 3 27 1 22 -3 33 -2 24 2 -8 5 -22 13 -30 20 -35 30 -308 208 -351 230 -80 40 -160 62 -249 68 -89 6 -113 12 -249 55 -120 39 -261 70 -400 89 -36 5 -92 19 -125 31 -73 26 -225 60 -272 60 -19 0 -47 6 -61 14 -104 53 -85 51 -427 51 -248 0 -325 -3 -343 -13 -75 -43 -207 -56 -315 -32 -50 12 -56 11 -83 -9 -41 -30 -139 -45 -176 -26 -17 8 -42 11 -62 8 -21 -3 -47 1 -71 13 -30 14 -41 15 -56 6 -22 -14 -69 -16 -69 -3 0 19 72 51 115 51 24 0 47 5 50 11 4 6 19 7 36 4 18 -4 36 -2 44 5 11 9 22 9 47 0 27 -10 40 -9 71 4 20 9 37 18 37 21 0 7 -205 6 -212 0z m3272 -790 c13 -14 21 -28 17 -31 -7 -7 -57 36 -57 49 0 14 17 7 40 -18z m214 -140 c15 -8 34 -15 41 -15 17 0 86 -70 80 -81 -10 -15 -22 -11 -57 19 -18 15 -54 38 -80 52 -27 13 -48 28 -48 32 0 13 33 9 64 -7z m-5050 -493 c-65 -60 -102 -87 -109 -80 -7 6 40 57 98 107 73 62 83 38 11 -27z m6280 -734 c8 -12 13 -25 10 -29 -8 -14 -44 14 -44 33 0 24 16 23 34 -4z m480 -594 c33 -42 27 -67 -18 -72 -25 -3 -26 -2 -26 52 0 31 3 56 8 56 4 0 20 -16 36 -36z m106 -549 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m151 -742 c5 -32 9 -62 9 -68 -4 -80 -14 -164 -20 -160 -10 6 -22 218 -14 260 8 46 13 40 25 -32z m-188 -269 c9 -9 -4 -35 -14 -28 -5 3 -9 12 -9 20 0 14 12 19 23 8z m-83 -638 c0 -38 -14 -55 -24 -30 -11 29 -6 64 9 64 10 0 15 -10 15 -34z m-20 -110 c0 -18 -24 -65 -31 -60 -10 6 -12 48 -2 57 7 7 33 10 33 3z m-29 -119 c-8 -8 -11 -7 -11 4 0 20 13 34 18 19 3 -7 -1 -17 -7 -23z m-31 -227 c-14 -102 -19 -122 -29 -115 -15 9 -22 116 -10 156 7 21 16 39 20 39 5 0 12 17 16 38 l8 37 3 -35 c2 -19 -1 -73 -8 -120z m-40 -194 c0 -8 -4 -18 -10 -21 -5 -3 -10 3 -10 14 0 12 5 21 10 21 6 0 10 -6 10 -14z m-152 -572 c-5 -28 -28 -29 -28 -1 0 13 3 27 7 31 10 10 25 -10 21 -30z m-6781 -649 c3 -9 -1 -23 -9 -33 -8 -9 -23 -34 -33 -54 -32 -63 -67 -46 -40 19 32 77 67 106 82 68z m6293 -102 c-1 -14 -27 -43 -39 -43 -8 0 -5 9 6 25 18 24 33 32 33 18z m-127 -178 c-17 -23 -43 -34 -43 -18 0 13 43 52 51 47 5 -3 1 -16 -8 -29z m-78 -94 c-8 -36 -24 -42 -23 -8 2 23 18 51 25 43 3 -3 2 -18 -2 -35z m-5050 -109 c6 -4 23 -25 39 -46 35 -47 27 -71 -25 -71 -29 0 -34 4 -37 27 -2 19 -13 31 -37 42 -38 18 -49 31 -40 46 7 12 85 13 100 2z m477 -420 c37 -20 108 -47 153 -57 50 -11 176 -76 169 -87 -8 -13 -53 -5 -129 21 -33 12 -71 21 -85 20 -61 -6 -109 13 -149 57 -22 24 -45 44 -50 44 -6 0 -11 5 -11 10 0 17 67 11 102 -8z m138 -351 c25 -6 64 -11 88 -11 23 0 42 -4 42 -9 0 -15 90 -25 103 -12 6 6 27 11 47 10 34 0 34 -1 10 -12 -35 -16 -36 -17 -20 -27 20 -13 57 -12 96 2 17 6 40 8 50 3 18 -7 18 -7 -1 -15 -20 -8 -20 -8 0 -16 11 -5 43 -7 70 -6 75 5 127 4 270 -7 107 -8 138 -7 174 5 33 11 66 13 128 8 110 -9 112 -31 5 -45 -36 -5 -63 -16 -79 -31 -22 -21 -35 -23 -146 -26 -94 -3 -144 1 -218 16 -74 16 -105 18 -138 11 -35 -8 -50 -6 -88 11 -29 13 -67 20 -105 20 -34 0 -68 6 -81 14 -12 8 -41 15 -65 14 -23 0 -48 4 -55 9 -6 6 -31 13 -55 16 -46 6 -152 46 -152 58 0 14 44 39 60 34 8 -2 35 -9 60 -14z m1318 -63 c3 -15 -4 -18 -37 -18 -47 0 -62 16 -29 30 33 13 62 8 66 -12z m152 13 c0 -11 -35 -21 -77 -21 -33 0 -52 15 -31 23 22 9 108 7 108 -2z m1100 -8 c0 -12 -33 -43 -47 -43 -7 0 -24 -6 -36 -14 -33 -21 -97 -30 -97 -14 0 16 86 59 104 52 7 -3 19 2 26 11 12 15 50 21 50 8z m-240 -108 c-16 -18 -34 -25 -59 -25 -20 0 -54 -7 -76 -15 -49 -18 -134 -20 -118 -4 11 11 59 24 143 38 25 4 54 12 65 19 11 6 31 12 44 12 l24 0 -23 -25z m-625 -10 c0 -5 -27 -13 -60 -16 -33 -3 -73 -11 -88 -17 -34 -14 -107 -16 -107 -2 0 9 26 18 115 39 50 12 140 9 140 -4z m341 -71 c-11 -8 -27 -12 -37 -9 -9 3 -22 -1 -29 -10 -7 -8 -27 -15 -45 -15 -18 0 -38 -7 -45 -15 -7 -8 -17 -12 -22 -9 -27 17 75 72 142 76 55 4 61 1 36 -18z m-226 -33 c0 -14 -10 -21 -35 -25 -42 -8 -45 -27 -11 -61 16 -16 21 -27 14 -31 -12 -8 -160 -22 -268 -27 -36 -2 -137 -9 -225 -16 -198 -17 -335 -7 -335 24 0 15 71 26 126 18 22 -3 87 0 145 7 113 14 196 20 304 21 68 1 134 23 151 50 7 13 103 59 122 59 6 0 12 -8 12 -19z m-741 -41 l34 0 -26 -20 c-32 -25 -73 -25 -128 -1 l-42 19 29 5 c16 3 45 3 64 1 19 -2 50 -4 69 -4z'/%3E%3Cpath d='M5652 9008 c5 -15 238 -24 238 -9 0 15 -40 21 -143 21 -75 0 -98 -3 -95 -12z'/%3E%3Cpath d='M5961 9008 c-19 -7 -36 -18 -38 -24 -4 -12 40 -24 87 -24 35 0 174 -33 261 -61 97 -32 178 -71 312 -151 154 -91 215 -121 234 -113 12 4 7 11 -18 28 -19 13 -41 26 -49 30 -16 8 -94 59 -256 168 -134 90 -133 90 -289 134 -73 21 -203 28 -244 13z'/%3E%3Cpath d='M2710 8980 c-12 -8 -11 -10 8 -10 12 0 22 5 22 10 0 13 -11 13 -30 0z'/%3E%3Cpath d='M7220 8676 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z'/%3E%3Cpath d='M7331 8566 c13 -14 27 -22 32 -19 11 7 -23 43 -41 43 -10 0 -7 -7 9 -24z'/%3E%3Cpath d='M7090 8316 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z'/%3E%3Cpath d='M7510 8290 c0 -6 7 -13 15 -16 8 -3 17 -16 21 -27 6 -22 50 -67 65 -67 4 0 21 -30 39 -66 24 -51 34 -64 48 -60 13 4 28 -8 56 -44 21 -28 74 -87 118 -133 l79 -82 18 24 c15 20 21 22 39 12 12 -7 22 -20 22 -30 0 -18 28 -54 63 -80 16 -13 16 -12 2 15 -8 16 -15 35 -15 42 0 25 -29 69 -48 74 -11 3 -38 30 -61 59 -23 30 -48 59 -54 66 -78 77 -100 101 -107 120 -6 15 -21 23 -52 28 -23 4 -59 18 -78 31 -19 13 -40 24 -47 24 -7 0 -15 11 -18 25 -3 14 -7 36 -10 50 -3 15 -16 30 -31 35 -33 13 -64 13 -64 0z'/%3E%3Cpath d='M8936 4398 c-3 -13 -7 -52 -10 -88 -3 -36 -10 -96 -15 -135 -10 -72 -6 -119 10 -109 5 3 9 26 9 52 1 26 7 65 15 87 17 46 21 215 5 215 -5 0 -12 -10 -14 -22z'/%3E%3Cpath d='M378 3472 c-3 -10 -3 -33 0 -51 6 -39 32 -39 46 1 8 22 6 32 -9 48 -22 25 -31 25 -37 2z'/%3E%3Cpath d='M660 3271 c-14 -27 7 -39 25 -15 18 24 19 34 0 34 -8 0 -19 -9 -25 -19z'/%3E%3Cpath d='M657 3193 c-4 -3 -7 -28 -7 -54 0 -61 27 -118 56 -119 24 0 104 80 104 104 0 8 -16 28 -35 45 -27 23 -45 31 -74 31 -21 0 -41 -3 -44 -7z'/%3E%3Cpath d='M460 3110 c-13 -8 -12 -13 4 -41 10 -17 18 -48 18 -69 -1 -49 20 -79 44 -64 35 21 39 40 21 98 -10 31 -28 62 -40 71 -25 18 -27 18 -47 5z'/%3E%3Cpath d='M844 2935 c-10 -26 5 -67 24 -63 26 5 28 54 2 68 -16 9 -21 8 -26 -5z'/%3E%3Cpath d='M580 2855 c-17 -20 -8 -49 16 -53 11 -2 27 4 34 13 11 13 10 19 -5 35 -22 24 -29 25 -45 5z'/%3E%3Cpath d='M950 2784 c-6 -14 -11 -40 -13 -57 -2 -27 1 -31 18 -29 27 5 55 31 55 52 0 15 -34 60 -46 60 -2 0 -9 -12 -14 -26z'/%3E%3Cpath d='M1012 1878 c2 -17 11 -24 31 -26 31 -4 35 8 9 31 -26 24 -44 21 -40 -5z'/%3E%3Cpath d='M2200 1686 c0 -10 9 -16 21 -16 24 0 21 23 -4 28 -10 2 -17 -3 -17 -12z'/%3E%3Cpath d='M2240 1660 c0 -5 -9 -10 -20 -10 -31 0 -24 -21 24 -73 41 -46 47 -48 88 -45 30 2 42 -1 41 -9 -2 -8 7 -13 23 -13 18 0 25 -5 23 -17 -3 -34 1 -52 16 -67 19 -18 41 -12 48 15 4 14 14 19 40 19 20 0 38 4 41 8 9 14 -64 64 -86 59 -14 -4 -33 6 -61 32 -23 21 -52 42 -64 45 -13 4 -23 12 -23 17 0 5 -5 9 -11 9 -7 0 -9 -10 -5 -25 8 -32 -11 -33 -47 -2 -32 27 -34 37 -8 37 26 0 35 16 15 24 -23 9 -34 7 -34 -4z'/%3E%3Cpath d='M8292 1527 c-13 -14 -18 -27 -13 -36 6 -10 13 -4 25 20 20 40 16 46 -12 16z'/%3E%3Cpath d='M1850 1390 c0 -15 7 -20 25 -20 14 0 25 -4 25 -10 0 -5 12 -10 26 -10 14 0 23 4 19 10 -3 6 -14 10 -23 10 -10 0 -23 9 -30 20 -7 11 -19 20 -27 20 -8 0 -15 -9 -15 -20z'/%3E%3Cpath d='M2482 1283 c2 -9 15 -23 30 -32 15 -9 44 -35 64 -58 19 -24 44 -43 55 -43 11 0 30 -6 42 -14 27 -17 95 -28 102 -16 7 12 -16 27 -62 39 -24 7 -43 16 -43 21 0 5 -20 21 -45 36 -25 14 -54 39 -66 55 -24 34 -83 43 -77 12z'/%3E%3Cpath d='M2026 1152 c-6 -11 21 -52 35 -52 5 0 32 -16 61 -36 63 -45 108 -64 148 -64 65 0 8 59 -71 74 -20 3 -46 17 -59 31 -13 14 -31 25 -41 25 -9 0 -22 7 -29 15 -14 16 -36 20 -44 7z'/%3E%3Cpath d='M2810 1095 c0 -9 9 -15 21 -15 18 0 19 2 9 15 -7 8 -16 15 -21 15 -5 0 -9 -7 -9 -15z'/%3E%3Cpath d='M1882 638 c3 -7 13 -14 24 -16 10 -2 36 -10 56 -19 42 -18 68 -12 68 15 0 15 -10 21 -46 26 -73 10 -106 8 -102 -6z'/%3E%3Cpath d='M2290 590 c-12 -7 -11 -12 5 -30 26 -29 119 -81 183 -103 29 -10 95 -42 146 -71 133 -77 181 -96 240 -96 69 0 96 19 96 68 0 35 -5 41 -55 75 -30 20 -58 37 -62 37 -3 0 -14 6 -22 13 -19 16 -114 47 -143 47 -11 0 -31 -9 -45 -20 -35 -28 -72 -25 -119 9 -21 15 -64 34 -94 42 -30 7 -67 19 -82 26 -32 15 -29 15 -48 3z'/%3E%3Cpath d='M2819 536 c30 -36 210 -96 287 -96 17 0 48 -7 67 -15 40 -17 117 -20 117 -5 0 5 -17 12 -37 15 -21 4 -54 12 -73 19 -19 8 -55 19 -80 25 -25 7 -58 16 -75 20 -204 57 -226 61 -206 37z'/%3E%3Cpath d='M3300 401 c0 -11 67 -24 81 -15 17 10 -11 24 -48 24 -18 0 -33 -4 -33 -9z'/%3E%3Cpath d='M3435 370 c3 -5 15 -10 26 -10 11 0 17 5 14 10 -3 6 -15 10 -26 10 -11 0 -17 -4 -14 -10z'/%3E%3Cpath d='M3590 351 c0 -13 27 -21 46 -14 13 5 13 7 2 14 -17 11 -48 11 -48 0z'/%3E%3Cpath d='M3985 310 c-3 -5 0 -13 8 -16 23 -8 92 0 92 11 0 14 -92 19 -100 5z'/%3E%3Cpath d='M4971 311 c-9 -6 -10 -11 -2 -15 15 -10 53 3 46 15 -8 11 -26 11 -44 0z'/%3E%3Cpath d='M4193 303 c-19 -3 -33 -10 -33 -18 0 -25 20 -27 55 -5 37 23 43 31 23 28 -7 0 -28 -3 -45 -5z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
  
    
    mask-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900.000000 966.000000'%3E%3Cg transform='translate(0.000000,966.000000) scale(0.100000,-0.100000)' stroke='none'%3E%3Cpath d='M4742 9643 c3 -15 13 -17 48 -15 56 3 73 9 65 22 -3 5 -31 10 -61 10 -48 0 -55 -3 -52 -17z'/%3E%3Cpath d='M4890 9611 c0 -13 27 -21 45 -15 8 4 12 10 9 15 -7 12 -54 12 -54 0z'/%3E%3Cpath d='M5000 9601 c0 -21 43 -32 143 -38 67 -4 99 -2 92 4 -24 24 -235 54 -235 34z'/%3E%3Cpath d='M5012 9234 c2 -10 14 -21 28 -25 38 -11 170 -10 170 0 0 13 -53 23 -120 25 -30 1 -61 5 -68 10 -10 6 -13 3 -10 -10z'/%3E%3Cpath d='M4903 9123 c9 -2 25 -2 35 0 9 3 1 5 -18 5 -19 0 -27 -2 -17 -5z'/%3E%3Cpath d='M5514 9059 c-3 -5 -21 -9 -40 -9 -46 0 -44 -16 4 -24 54 -9 122 -7 122 2 0 13 -79 42 -86 31z'/%3E%3Cpath d='M3478 9035 c-3 -3 -36 -8 -74 -10 -65 -5 -160 -22 -249 -47 -22 -6 -56 -14 -75 -19 -160 -35 -488 -184 -745 -336 -49 -29 -100 -53 -113 -53 -92 0 -302 -184 -302 -265 0 -28 33 -16 104 39 159 121 371 249 431 260 49 10 115 -10 115 -33 0 -24 -25 -40 -205 -132 -257 -131 -302 -160 -400 -255 -39 -38 -111 -96 -160 -129 -50 -33 -126 -86 -170 -119 -96 -71 -299 -268 -294 -285 5 -14 37 11 153 118 110 100 148 129 241 186 44 27 127 83 185 124 184 131 318 218 409 265 74 38 98 46 144 46 31 0 59 5 62 10 15 25 75 4 75 -27 0 -15 -97 -73 -122 -73 -57 0 -195 -100 -251 -180 -17 -25 -23 -70 -9 -70 20 0 123 57 127 71 6 19 131 102 268 178 46 26 67 31 105 29 26 -2 47 -7 46 -13 0 -5 -19 -23 -42 -40 -22 -16 -62 -45 -88 -64 -26 -19 -84 -54 -128 -79 -118 -64 -195 -118 -243 -168 -42 -45 -106 -80 -123 -69 -6 3 -7 -1 -4 -10 8 -19 -10 -36 -91 -90 -33 -22 -78 -54 -100 -70 -53 -39 -257 -223 -273 -246 -7 -11 -23 -19 -36 -19 -23 0 -58 -32 -69 -62 -3 -10 -35 -30 -69 -46 -58 -26 -118 -79 -118 -103 0 -6 -15 -17 -32 -25 -71 -32 -131 -72 -193 -128 -36 -33 -89 -72 -117 -88 -58 -32 -68 -42 -68 -77 0 -23 -78 -111 -99 -111 -15 0 -26 22 -23 47 4 30 -14 37 -38 13 -12 -12 -20 -33 -20 -53 0 -42 -22 -72 -69 -97 -31 -15 -39 -26 -44 -56 -7 -43 -32 -74 -60 -74 -16 0 -18 5 -12 27 11 46 69 159 127 250 15 23 49 84 77 136 27 52 58 104 70 116 12 12 26 32 31 44 6 12 15 29 22 39 9 13 9 20 -2 33 -32 39 -69 -3 -150 -170 -16 -33 -46 -79 -67 -102 -97 -107 -168 -234 -240 -428 -8 -22 -21 -53 -29 -68 -8 -16 -14 -38 -14 -48 0 -30 -18 -61 -55 -94 -27 -24 -35 -40 -41 -80 -8 -68 -17 -81 -75 -116 -43 -27 -49 -35 -49 -64 0 -23 -8 -42 -23 -57 -68 -67 -84 -100 -92 -188 -4 -47 -12 -96 -17 -110 -6 -14 -14 -56 -19 -95 -18 -148 -28 -187 -49 -210 -20 -21 -21 -30 -15 -92 9 -99 10 -283 0 -316 -6 -22 -3 -33 15 -52 20 -22 24 -40 32 -152 8 -115 10 -168 9 -205 0 -7 3 -53 7 -103 9 -96 30 -151 75 -193 19 -18 30 -47 47 -120 40 -181 66 -246 103 -258 12 -4 37 -20 56 -36 18 -16 53 -39 77 -51 29 -14 49 -32 60 -56 16 -32 21 -97 10 -109 -3 -2 4 -26 15 -53 10 -28 19 -58 19 -68 0 -10 12 -35 26 -56 23 -35 25 -42 15 -81 -15 -59 -14 -90 5 -108 22 -22 25 -21 71 22 l40 37 -5 81 c-2 49 0 84 6 87 11 7 62 -61 62 -83 0 -7 15 -28 34 -46 18 -18 37 -45 40 -60 4 -15 34 -83 67 -151 32 -68 59 -135 59 -150 0 -26 35 -93 50 -93 15 0 40 -68 40 -107 0 -27 8 -50 26 -74 14 -19 30 -44 35 -57 5 -13 23 -28 40 -34 l31 -11 -7 -71 c-14 -136 -11 -160 26 -212 23 -32 45 -51 65 -56 17 -4 43 -19 57 -32 22 -20 27 -34 27 -71 0 -33 7 -55 24 -78 13 -18 29 -48 35 -67 8 -24 56 -80 154 -177 166 -164 210 -197 238 -182 25 13 25 55 0 69 -11 5 -56 55 -101 111 -70 86 -83 107 -83 138 0 31 35 121 48 121 2 0 19 -9 38 -20 40 -24 74 -84 59 -103 -16 -20 -25 -94 -12 -102 13 -8 50 22 50 42 0 8 16 21 36 29 57 24 118 -8 83 -43 -8 -8 -6 -18 6 -37 15 -23 16 -29 1 -73 -28 -88 -25 -110 19 -163 19 -22 37 -56 40 -74 7 -37 -6 -98 -22 -103 -15 -5 -131 85 -259 203 -102 93 -147 124 -161 111 -8 -9 79 -160 141 -241 81 -108 93 -119 121 -112 13 3 27 2 30 -4 3 -5 19 -10 34 -10 15 0 36 -9 46 -20 10 -11 25 -20 34 -20 9 0 32 -10 51 -22 19 -11 66 -27 105 -34 46 -9 84 -24 111 -44 23 -16 47 -30 52 -30 11 0 22 24 22 48 0 28 -50 90 -78 97 -45 11 -68 31 -106 93 l-35 58 25 62 c27 68 25 82 -11 82 -32 0 -84 65 -66 83 9 9 16 9 29 -1 9 -7 25 -15 34 -18 9 -3 19 -12 22 -20 3 -8 13 -14 22 -14 13 0 15 6 11 28 -3 15 -2 34 3 41 9 15 30 6 30 -12 0 -16 55 -45 100 -53 19 -4 41 -11 47 -17 7 -5 25 -7 40 -4 80 17 89 17 123 0 30 -15 35 -24 37 -55 2 -29 -2 -38 -18 -43 -28 -9 -18 -29 16 -33 16 -2 41 -17 56 -33 15 -16 33 -29 41 -29 7 0 40 -14 72 -30 32 -17 65 -30 72 -30 19 0 18 -19 -1 -26 -8 -4 -15 -18 -15 -33 0 -15 -11 -36 -25 -49 -22 -21 -31 -23 -75 -17 -27 4 -52 11 -56 16 -12 20 -20 7 -20 -32 1 -45 -15 -34 171 -127 78 -39 149 -68 230 -92 17 -5 55 -17 85 -26 30 -10 78 -18 105 -18 37 -1 56 -7 71 -22 14 -14 40 -23 80 -27 92 -11 194 -49 194 -74 0 -18 -80 -17 -116 2 -16 8 -43 15 -59 15 -17 0 -36 5 -43 12 -6 6 -30 14 -54 18 -24 4 -71 15 -106 25 -35 9 -84 18 -110 20 -26 1 -64 6 -84 10 -26 5 -38 4 -38 -4 0 -21 -40 -51 -69 -51 -15 0 -39 8 -52 19 -13 10 -49 24 -79 31 -30 8 -71 21 -90 31 -47 23 -125 34 -134 20 -11 -17 -66 -14 -66 4 0 9 9 15 25 15 14 0 25 4 25 9 0 11 -25 21 -49 21 -10 0 -23 11 -29 25 -14 29 -42 33 -42 6 0 -32 -42 -52 -96 -44 -53 7 -54 -3 -2 -28 58 -28 94 -37 111 -27 11 6 33 0 69 -18 29 -14 70 -27 91 -29 22 -1 47 -11 60 -23 12 -12 39 -28 60 -37 21 -8 54 -31 75 -50 41 -37 104 -64 166 -72 21 -3 55 -16 74 -29 20 -14 67 -34 106 -45 39 -11 86 -27 104 -35 18 -8 40 -14 50 -14 18 0 87 -21 167 -51 28 -10 60 -19 71 -19 11 0 25 -5 31 -11 7 -7 55 -12 122 -13 72 -1 115 -6 123 -14 17 -17 132 -16 147 1 15 19 120 42 133 29 6 -6 -1 -21 -18 -41 -22 -27 -25 -36 -16 -56 6 -12 8 -26 5 -29 -11 -11 -77 -6 -183 14 -58 11 -148 27 -200 35 -196 33 -213 36 -230 45 -10 5 -35 14 -56 19 -22 5 -64 19 -94 31 -80 31 -128 42 -192 44 -42 1 -64 7 -88 24 -18 14 -49 25 -73 27 -53 4 -87 17 -143 55 -24 17 -72 40 -106 51 -35 11 -67 24 -72 29 -6 6 -20 10 -33 10 -33 0 -30 -36 7 -70 17 -15 30 -37 30 -49 0 -23 63 -71 95 -71 11 0 37 -11 57 -25 20 -14 42 -25 48 -25 6 0 33 -11 61 -25 27 -14 55 -25 62 -23 7 1 23 -4 37 -12 14 -7 41 -15 61 -16 20 -1 50 -9 65 -17 49 -27 68 -35 114 -47 25 -6 59 -18 75 -26 48 -22 117 -37 164 -35 24 1 49 -4 57 -10 7 -6 18 -8 24 -4 5 3 47 -1 93 -9 151 -28 251 -39 408 -45 113 -4 161 -10 173 -20 21 -18 100 -18 161 -1 31 9 52 9 73 2 19 -6 71 -7 153 0 68 5 171 13 229 17 58 4 134 13 170 20 137 26 216 44 253 57 20 8 68 14 105 14 71 1 131 17 161 44 10 9 31 16 47 16 16 1 40 7 54 15 14 8 43 14 65 15 22 0 57 9 78 20 20 11 56 20 79 20 28 0 67 12 115 36 41 20 86 39 101 44 66 21 133 50 161 69 16 12 38 21 49 21 11 0 69 25 128 55 73 37 120 55 145 55 24 0 39 5 43 15 3 8 16 15 28 15 13 0 37 9 53 20 37 24 53 25 77 3 17 -15 19 -15 36 0 10 10 21 17 24 17 24 0 179 101 225 146 32 31 68 60 81 65 12 5 22 15 22 22 0 7 13 26 28 41 26 24 30 25 42 11 7 -8 16 -15 21 -15 5 0 47 23 93 51 63 38 87 58 95 80 8 23 15 29 29 25 13 -4 25 3 41 25 13 17 43 40 67 50 24 11 56 35 71 54 16 19 33 35 38 35 10 0 41 29 116 108 20 20 52 75 73 122 56 127 45 115 109 119 15 1 17 7 13 28 -5 22 2 39 35 83 23 30 45 58 50 61 6 3 19 23 31 45 11 21 33 55 48 74 15 19 35 51 46 70 10 19 33 55 50 80 17 25 49 73 72 106 23 34 42 68 42 76 0 9 6 21 14 27 7 6 16 24 19 39 5 24 34 69 79 121 19 22 21 -3 4 -44 -15 -36 -21 -75 -11 -75 31 0 145 190 145 242 0 11 10 37 23 57 25 41 34 64 83 211 23 70 33 115 29 136 -4 21 0 35 10 44 19 15 55 96 55 121 0 11 3 19 8 19 19 0 51 89 55 155 3 39 8 82 12 97 6 24 4 28 -15 28 -17 0 -21 4 -15 18 4 9 9 32 12 50 3 18 9 35 14 38 10 6 49 92 49 108 0 6 11 38 25 71 13 33 25 77 25 97 0 21 9 93 20 160 11 68 22 179 24 248 5 151 4 140 16 140 12 0 40 -53 40 -75 0 -9 -7 -23 -15 -31 -16 -16 -10 -42 14 -61 41 -32 41 -28 41 353 0 212 -4 363 -9 360 -15 -9 -20 17 -26 136 -8 160 -47 385 -86 503 -25 75 -49 182 -49 217 0 14 -8 46 -19 70 -10 24 -22 69 -26 98 -4 30 -20 82 -35 115 -16 33 -38 88 -50 123 -19 53 -26 63 -44 60 -16 -2 -22 -11 -24 -38 -3 -32 -53 -100 -73 -100 -11 0 -49 83 -49 106 0 10 -13 46 -28 79 -16 33 -32 73 -36 89 -4 17 -16 42 -27 57 -10 15 -19 43 -19 63 0 20 -6 38 -14 43 -24 13 -86 97 -86 116 0 9 -11 34 -23 55 -13 20 -41 71 -62 112 -22 41 -41 77 -44 80 -9 8 -111 150 -111 155 0 4 -65 100 -119 175 -71 97 -91 129 -91 143 0 7 -36 53 -80 102 -44 50 -132 169 -197 265 -68 102 -148 208 -193 254 -78 82 -165 146 -199 146 -10 0 -41 17 -68 38 -66 52 -232 162 -244 162 -6 0 -9 -15 -7 -32 2 -25 10 -36 33 -47 17 -8 56 -41 87 -73 55 -56 94 -79 212 -124 50 -19 156 -113 207 -182 13 -19 30 -40 37 -48 7 -8 9 -14 4 -14 -13 0 -63 40 -85 67 -10 13 -25 23 -33 23 -23 0 -16 -30 11 -52 16 -13 25 -29 25 -49 0 -22 8 -34 38 -53 45 -28 102 -91 102 -111 0 -18 -65 -21 -75 -4 -4 5 -17 14 -28 19 -14 5 -28 26 -40 59 -16 47 -20 51 -49 51 -25 0 -29 -3 -20 -12 7 -7 12 -25 12 -40 0 -16 5 -28 13 -28 6 0 29 -16 50 -35 29 -27 37 -41 37 -69 0 -24 -5 -36 -14 -36 -15 0 -26 21 -26 50 0 14 -11 20 -50 25 -37 5 -55 14 -71 33 l-21 27 36 3 c38 3 48 18 19 29 -10 4 -22 11 -28 15 -5 4 -24 19 -42 33 -20 16 -37 23 -49 18 -14 -5 -16 -2 -11 18 5 21 -2 30 -61 68 -39 26 -68 39 -70 32 -5 -14 -69 -15 -77 -1 -4 6 -23 22 -43 35 -21 13 -73 49 -117 79 -44 30 -83 52 -88 49 -5 -3 -7 -18 -5 -34 3 -16 2 -29 -2 -29 -13 0 -90 65 -90 76 0 7 -6 15 -12 18 -7 3 5 3 27 1 22 -3 33 -2 24 2 -8 5 -22 13 -30 20 -35 30 -308 208 -351 230 -80 40 -160 62 -249 68 -89 6 -113 12 -249 55 -120 39 -261 70 -400 89 -36 5 -92 19 -125 31 -73 26 -225 60 -272 60 -19 0 -47 6 -61 14 -104 53 -85 51 -427 51 -248 0 -325 -3 -343 -13 -75 -43 -207 -56 -315 -32 -50 12 -56 11 -83 -9 -41 -30 -139 -45 -176 -26 -17 8 -42 11 -62 8 -21 -3 -47 1 -71 13 -30 14 -41 15 -56 6 -22 -14 -69 -16 -69 -3 0 19 72 51 115 51 24 0 47 5 50 11 4 6 19 7 36 4 18 -4 36 -2 44 5 11 9 22 9 47 0 27 -10 40 -9 71 4 20 9 37 18 37 21 0 7 -205 6 -212 0z m3272 -790 c13 -14 21 -28 17 -31 -7 -7 -57 36 -57 49 0 14 17 7 40 -18z m214 -140 c15 -8 34 -15 41 -15 17 0 86 -70 80 -81 -10 -15 -22 -11 -57 19 -18 15 -54 38 -80 52 -27 13 -48 28 -48 32 0 13 33 9 64 -7z m-5050 -493 c-65 -60 -102 -87 -109 -80 -7 6 40 57 98 107 73 62 83 38 11 -27z m6280 -734 c8 -12 13 -25 10 -29 -8 -14 -44 14 -44 33 0 24 16 23 34 -4z m480 -594 c33 -42 27 -67 -18 -72 -25 -3 -26 -2 -26 52 0 31 3 56 8 56 4 0 20 -16 36 -36z m106 -549 c0 -8 -4 -15 -10 -15 -5 0 -10 7 -10 15 0 8 5 15 10 15 6 0 10 -7 10 -15z m151 -742 c5 -32 9 -62 9 -68 -4 -80 -14 -164 -20 -160 -10 6 -22 218 -14 260 8 46 13 40 25 -32z m-188 -269 c9 -9 -4 -35 -14 -28 -5 3 -9 12 -9 20 0 14 12 19 23 8z m-83 -638 c0 -38 -14 -55 -24 -30 -11 29 -6 64 9 64 10 0 15 -10 15 -34z m-20 -110 c0 -18 -24 -65 -31 -60 -10 6 -12 48 -2 57 7 7 33 10 33 3z m-29 -119 c-8 -8 -11 -7 -11 4 0 20 13 34 18 19 3 -7 -1 -17 -7 -23z m-31 -227 c-14 -102 -19 -122 -29 -115 -15 9 -22 116 -10 156 7 21 16 39 20 39 5 0 12 17 16 38 l8 37 3 -35 c2 -19 -1 -73 -8 -120z m-40 -194 c0 -8 -4 -18 -10 -21 -5 -3 -10 3 -10 14 0 12 5 21 10 21 6 0 10 -6 10 -14z m-152 -572 c-5 -28 -28 -29 -28 -1 0 13 3 27 7 31 10 10 25 -10 21 -30z m-6781 -649 c3 -9 -1 -23 -9 -33 -8 -9 -23 -34 -33 -54 -32 -63 -67 -46 -40 19 32 77 67 106 82 68z m6293 -102 c-1 -14 -27 -43 -39 -43 -8 0 -5 9 6 25 18 24 33 32 33 18z m-127 -178 c-17 -23 -43 -34 -43 -18 0 13 43 52 51 47 5 -3 1 -16 -8 -29z m-78 -94 c-8 -36 -24 -42 -23 -8 2 23 18 51 25 43 3 -3 2 -18 -2 -35z m-5050 -109 c6 -4 23 -25 39 -46 35 -47 27 -71 -25 -71 -29 0 -34 4 -37 27 -2 19 -13 31 -37 42 -38 18 -49 31 -40 46 7 12 85 13 100 2z m477 -420 c37 -20 108 -47 153 -57 50 -11 176 -76 169 -87 -8 -13 -53 -5 -129 21 -33 12 -71 21 -85 20 -61 -6 -109 13 -149 57 -22 24 -45 44 -50 44 -6 0 -11 5 -11 10 0 17 67 11 102 -8z m138 -351 c25 -6 64 -11 88 -11 23 0 42 -4 42 -9 0 -15 90 -25 103 -12 6 6 27 11 47 10 34 0 34 -1 10 -12 -35 -16 -36 -17 -20 -27 20 -13 57 -12 96 2 17 6 40 8 50 3 18 -7 18 -7 -1 -15 -20 -8 -20 -8 0 -16 11 -5 43 -7 70 -6 75 5 127 4 270 -7 107 -8 138 -7 174 5 33 11 66 13 128 8 110 -9 112 -31 5 -45 -36 -5 -63 -16 -79 -31 -22 -21 -35 -23 -146 -26 -94 -3 -144 1 -218 16 -74 16 -105 18 -138 11 -35 -8 -50 -6 -88 11 -29 13 -67 20 -105 20 -34 0 -68 6 -81 14 -12 8 -41 15 -65 14 -23 0 -48 4 -55 9 -6 6 -31 13 -55 16 -46 6 -152 46 -152 58 0 14 44 39 60 34 8 -2 35 -9 60 -14z m1318 -63 c3 -15 -4 -18 -37 -18 -47 0 -62 16 -29 30 33 13 62 8 66 -12z m152 13 c0 -11 -35 -21 -77 -21 -33 0 -52 15 -31 23 22 9 108 7 108 -2z m1100 -8 c0 -12 -33 -43 -47 -43 -7 0 -24 -6 -36 -14 -33 -21 -97 -30 -97 -14 0 16 86 59 104 52 7 -3 19 2 26 11 12 15 50 21 50 8z m-240 -108 c-16 -18 -34 -25 -59 -25 -20 0 -54 -7 -76 -15 -49 -18 -134 -20 -118 -4 11 11 59 24 143 38 25 4 54 12 65 19 11 6 31 12 44 12 l24 0 -23 -25z m-625 -10 c0 -5 -27 -13 -60 -16 -33 -3 -73 -11 -88 -17 -34 -14 -107 -16 -107 -2 0 9 26 18 115 39 50 12 140 9 140 -4z m341 -71 c-11 -8 -27 -12 -37 -9 -9 3 -22 -1 -29 -10 -7 -8 -27 -15 -45 -15 -18 0 -38 -7 -45 -15 -7 -8 -17 -12 -22 -9 -27 17 75 72 142 76 55 4 61 1 36 -18z m-226 -33 c0 -14 -10 -21 -35 -25 -42 -8 -45 -27 -11 -61 16 -16 21 -27 14 -31 -12 -8 -160 -22 -268 -27 -36 -2 -137 -9 -225 -16 -198 -17 -335 -7 -335 24 0 15 71 26 126 18 22 -3 87 0 145 7 113 14 196 20 304 21 68 1 134 23 151 50 7 13 103 59 122 59 6 0 12 -8 12 -19z m-741 -41 l34 0 -26 -20 c-32 -25 -73 -25 -128 -1 l-42 19 29 5 c16 3 45 3 64 1 19 -2 50 -4 69 -4z'/%3E%3Cpath d='M5652 9008 c5 -15 238 -24 238 -9 0 15 -40 21 -143 21 -75 0 -98 -3 -95 -12z'/%3E%3Cpath d='M5961 9008 c-19 -7 -36 -18 -38 -24 -4 -12 40 -24 87 -24 35 0 174 -33 261 -61 97 -32 178 -71 312 -151 154 -91 215 -121 234 -113 12 4 7 11 -18 28 -19 13 -41 26 -49 30 -16 8 -94 59 -256 168 -134 90 -133 90 -289 134 -73 21 -203 28 -244 13z'/%3E%3Cpath d='M2710 8980 c-12 -8 -11 -10 8 -10 12 0 22 5 22 10 0 13 -11 13 -30 0z'/%3E%3Cpath d='M7220 8676 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z'/%3E%3Cpath d='M7331 8566 c13 -14 27 -22 32 -19 11 7 -23 43 -41 43 -10 0 -7 -7 9 -24z'/%3E%3Cpath d='M7090 8316 c0 -2 7 -9 15 -16 12 -10 15 -10 15 4 0 9 -7 16 -15 16 -8 0 -15 -2 -15 -4z'/%3E%3Cpath d='M7510 8290 c0 -6 7 -13 15 -16 8 -3 17 -16 21 -27 6 -22 50 -67 65 -67 4 0 21 -30 39 -66 24 -51 34 -64 48 -60 13 4 28 -8 56 -44 21 -28 74 -87 118 -133 l79 -82 18 24 c15 20 21 22 39 12 12 -7 22 -20 22 -30 0 -18 28 -54 63 -80 16 -13 16 -12 2 15 -8 16 -15 35 -15 42 0 25 -29 69 -48 74 -11 3 -38 30 -61 59 -23 30 -48 59 -54 66 -78 77 -100 101 -107 120 -6 15 -21 23 -52 28 -23 4 -59 18 -78 31 -19 13 -40 24 -47 24 -7 0 -15 11 -18 25 -3 14 -7 36 -10 50 -3 15 -16 30 -31 35 -33 13 -64 13 -64 0z'/%3E%3Cpath d='M8936 4398 c-3 -13 -7 -52 -10 -88 -3 -36 -10 -96 -15 -135 -10 -72 -6 -119 10 -109 5 3 9 26 9 52 1 26 7 65 15 87 17 46 21 215 5 215 -5 0 -12 -10 -14 -22z'/%3E%3Cpath d='M378 3472 c-3 -10 -3 -33 0 -51 6 -39 32 -39 46 1 8 22 6 32 -9 48 -22 25 -31 25 -37 2z'/%3E%3Cpath d='M660 3271 c-14 -27 7 -39 25 -15 18 24 19 34 0 34 -8 0 -19 -9 -25 -19z'/%3E%3Cpath d='M657 3193 c-4 -3 -7 -28 -7 -54 0 -61 27 -118 56 -119 24 0 104 80 104 104 0 8 -16 28 -35 45 -27 23 -45 31 -74 31 -21 0 -41 -3 -44 -7z'/%3E%3Cpath d='M460 3110 c-13 -8 -12 -13 4 -41 10 -17 18 -48 18 -69 -1 -49 20 -79 44 -64 35 21 39 40 21 98 -10 31 -28 62 -40 71 -25 18 -27 18 -47 5z'/%3E%3Cpath d='M844 2935 c-10 -26 5 -67 24 -63 26 5 28 54 2 68 -16 9 -21 8 -26 -5z'/%3E%3Cpath d='M580 2855 c-17 -20 -8 -49 16 -53 11 -2 27 4 34 13 11 13 10 19 -5 35 -22 24 -29 25 -45 5z'/%3E%3Cpath d='M950 2784 c-6 -14 -11 -40 -13 -57 -2 -27 1 -31 18 -29 27 5 55 31 55 52 0 15 -34 60 -46 60 -2 0 -9 -12 -14 -26z'/%3E%3Cpath d='M1012 1878 c2 -17 11 -24 31 -26 31 -4 35 8 9 31 -26 24 -44 21 -40 -5z'/%3E%3Cpath d='M2200 1686 c0 -10 9 -16 21 -16 24 0 21 23 -4 28 -10 2 -17 -3 -17 -12z'/%3E%3Cpath d='M2240 1660 c0 -5 -9 -10 -20 -10 -31 0 -24 -21 24 -73 41 -46 47 -48 88 -45 30 2 42 -1 41 -9 -2 -8 7 -13 23 -13 18 0 25 -5 23 -17 -3 -34 1 -52 16 -67 19 -18 41 -12 48 15 4 14 14 19 40 19 20 0 38 4 41 8 9 14 -64 64 -86 59 -14 -4 -33 6 -61 32 -23 21 -52 42 -64 45 -13 4 -23 12 -23 17 0 5 -5 9 -11 9 -7 0 -9 -10 -5 -25 8 -32 -11 -33 -47 -2 -32 27 -34 37 -8 37 26 0 35 16 15 24 -23 9 -34 7 -34 -4z'/%3E%3Cpath d='M8292 1527 c-13 -14 -18 -27 -13 -36 6 -10 13 -4 25 20 20 40 16 46 -12 16z'/%3E%3Cpath d='M1850 1390 c0 -15 7 -20 25 -20 14 0 25 -4 25 -10 0 -5 12 -10 26 -10 14 0 23 4 19 10 -3 6 -14 10 -23 10 -10 0 -23 9 -30 20 -7 11 -19 20 -27 20 -8 0 -15 -9 -15 -20z'/%3E%3Cpath d='M2482 1283 c2 -9 15 -23 30 -32 15 -9 44 -35 64 -58 19 -24 44 -43 55 -43 11 0 30 -6 42 -14 27 -17 95 -28 102 -16 7 12 -16 27 -62 39 -24 7 -43 16 -43 21 0 5 -20 21 -45 36 -25 14 -54 39 -66 55 -24 34 -83 43 -77 12z'/%3E%3Cpath d='M2026 1152 c-6 -11 21 -52 35 -52 5 0 32 -16 61 -36 63 -45 108 -64 148 -64 65 0 8 59 -71 74 -20 3 -46 17 -59 31 -13 14 -31 25 -41 25 -9 0 -22 7 -29 15 -14 16 -36 20 -44 7z'/%3E%3Cpath d='M2810 1095 c0 -9 9 -15 21 -15 18 0 19 2 9 15 -7 8 -16 15 -21 15 -5 0 -9 -7 -9 -15z'/%3E%3Cpath d='M1882 638 c3 -7 13 -14 24 -16 10 -2 36 -10 56 -19 42 -18 68 -12 68 15 0 15 -10 21 -46 26 -73 10 -106 8 -102 -6z'/%3E%3Cpath d='M2290 590 c-12 -7 -11 -12 5 -30 26 -29 119 -81 183 -103 29 -10 95 -42 146 -71 133 -77 181 -96 240 -96 69 0 96 19 96 68 0 35 -5 41 -55 75 -30 20 -58 37 -62 37 -3 0 -14 6 -22 13 -19 16 -114 47 -143 47 -11 0 -31 -9 -45 -20 -35 -28 -72 -25 -119 9 -21 15 -64 34 -94 42 -30 7 -67 19 -82 26 -32 15 -29 15 -48 3z'/%3E%3Cpath d='M2819 536 c30 -36 210 -96 287 -96 17 0 48 -7 67 -15 40 -17 117 -20 117 -5 0 5 -17 12 -37 15 -21 4 -54 12 -73 19 -19 8 -55 19 -80 25 -25 7 -58 16 -75 20 -204 57 -226 61 -206 37z'/%3E%3Cpath d='M3300 401 c0 -11 67 -24 81 -15 17 10 -11 24 -48 24 -18 0 -33 -4 -33 -9z'/%3E%3Cpath d='M3435 370 c3 -5 15 -10 26 -10 11 0 17 5 14 10 -3 6 -15 10 -26 10 -11 0 -17 -4 -14 -10z'/%3E%3Cpath d='M3590 351 c0 -13 27 -21 46 -14 13 5 13 7 2 14 -17 11 -48 11 -48 0z'/%3E%3Cpath d='M3985 310 c-3 -5 0 -13 8 -16 23 -8 92 0 92 11 0 14 -92 19 -100 5z'/%3E%3Cpath d='M4971 311 c-9 -6 -10 -11 -2 -15 15 -10 53 3 46 15 -8 11 -26 11 -44 0z'/%3E%3Cpath d='M4193 303 c-19 -3 -33 -10 -33 -18 0 -25 20 -27 55 -5 37 23 43 31 23 28 -7 0 -28 -3 -45 -5z'/%3E%3C/g%3E%3C/svg%3E");
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    padding: 10px;
    background-color: #e8816e;

}


/*//////////////////////////////////// */

/* VII. OTHER */

/* tmnf_social_menu */

.tmnf_social_menu{
    display: inline-flex; 
    flex-direction: row;
}

.tmnf_social_menu li{
    margin: 5px 5px 5px 0;
}

.tmnf_social_menu li a {
    display: inline-flex; 
    flex-direction: row;
    border-radius: 25px;
    padding: 9px 10px;
    height: 35px;
    width: 35px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.tmnf_social_menu li a:hover{
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.tmnf_social_menu li a i{
    font-size: 14px;
    display: block;
    margin: 1px 0;
    color: inherit !important;
}

.tmnf_social_menu li a span{
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    letter-spacing: 2px;
    display: none;
    color: inherit !important;
}

.fa-x-twitter::before {
    content: "\e61b" !important;
}

.fa-threads::before {
    content: "\e618" !important;
}

i.fa-twitter{
    display: none !important; 
}



/* bottom icons */

/* link deco*/


a.tmnf_deco_link,
.tmnf_events h4 a {
    position: relative;
    display: inline;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-position: 0 95%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
    padding: .1% 0;
    background-repeat: no-repeat;
    /*color: inherit*/
}

/*.tmnf_item:hover a.tmnf_deco_link,*/
a.tmnf_deco_link:hover,
.tmnf_events h4 a:hover {
    background-size: 100% 1px;
    width: 90%;
    transition: 0.3s ease all;
    text-decoration: none;
}

/* uppercase */

.upper .tmnf_meta,
.upper .tmnf_read_more,
.upper .tmnf_main_button,
.upper .tmnf_small_titles,
.upper #menu-widget-menu > li > a{
    text-transform: uppercase;
    letter-spacing: 2px;
}

.upper_medium #main_menu > li > a{
    text-transform: uppercase;
}

.upper_maxi .tmnf_post_title,
.upper_maxi .tmnf_main_title{
    text-transform: uppercase;
}

/* image filters */

.image_css_desaturate img:not(.this_is_logo) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .95;
}
.image_css_desaturate_half img:not(.this_is_logo) {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    opacity: .95;
}
.image_css_sepia img:not(.this_is_logo) {
    filter: sepia(0.55);
    -webkit-filter: sepia(0.55);
    opacity: .90;
}
.image_css_bright img:not(.this_is_logo) {
    filter: brightness(129%);
    -webkit-filter: brightness(129%);
    opacity: 1;
}

.image_css_desaturate img:hover, .image_css_desaturate .tmnf_item:hover img,
.image_css_desaturate_half img:hover, .image_css_desaturate_half .tmnf_item:hover img,
.image_css_sepia img:hover, .image_css_sepia .tmnf_item:hover img,
.image_css_bright img:hover, .image_css_bright .tmnf_item:hover img,
.this_is_logo img {
    filter: none !important;
    -webkit-filter: none !important;
}



/* WP 6.6 */
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}


/* mobile stuff */
@media screen and (max-width: 1200px) {
    .title_part {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: auto !important;
        max-width: 42%;
    } 
        
    .title_part h1{
        font-size: 20px !important;
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }     
    .title_part img{
        max-height: 30px;
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }    
    .navigation_part {
        margin: 0 -30px 0 -30px !important;
        padding:0 20px;
        overflow: hidden;
    }
    #navigation{
        border-color: rgba(255,255,255,.2) !important;
        background-color: transparent !important;
    }
    #main_menu > li > a {
        padding: 5px 10px !important;
        width: 100%;
        display: block;
      }
    #additional_menu{
        margin-bottom: 20px;
    }
    .tmnf_menu .sub-menu {
        background-color: transparent !important;
        margin: 7px 0 7px 20px;
    }

    .search_nav_part,
    .menu-item-description{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    h1.tmnf_main_title {
        font-size: 60px !important;
    }
    p:not(.elementor-heading-title):notelementor-icon-box-description),
    div:not(.elementor-widget-container) p,
    .tmnf_excerpt,
    .em-item-desc {
        font-size:18px !important;
        -webkit-text-size-adjust: 100%;
    }

    .elementor-widget-text-editor .elementor-widget-container p{
        font-size: inherit !important;
        -webkit-text-size-adjust: inherit;
    }

    .tmnf_meta {
        line-height: 1.8;
    }
    .tmnf_meta img {
        margin: -7px 10px -10px 0;
        width: 28px;
    }
	
	.foocol.first{
		margin-top:30px
	}
	
}

@media screen and (max-width: 580px) {
    .tmnf_entry blockquote p, .wp-block-pullquote p {
        font-size: 24px !important;
    }

    .wp-block-pullquote {
        max-width: 100% !important;
        width: 100% !important;
        padding: 15px 0 !important;
        margin: 25px 0 !important;
      }

    .wp-block-image.alignright,
    .wp-block-image.alignleft{
        max-width: 55% !important;
        display: block !important;
    }
    #header .tmnf_social_menu{
        display: none;
    }
}