/*
Theme Name: Prosecco
Version: 1.0
Text Domain: prosecco
*/

/* General */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&family=Libre+Baskerville:ital@1&family=Libre+Franklin&display=swap&display=swap");

#preload-check-age > div, #check-age .button-option,
#preload, .button, .link-image-button::before, .link-image-button::after,
#footer a, #footer a:hover img,
.language-selector li a,
.trigger-menu-open span.circle-animation,
.cta-image, .social a,
.card .card-image, .card .card-title a,
#menu .trigger-menu-close,
#menu-1 ul li a::after, #menu-2 ul[id^="menu-main"] > li a::after, #menu-2 ul[id^="menu-main"] li a, #menu-3 a,
.title-section h2 strong a,
.title-section-menu ul li a::after,
.elementor-tab-title, #pre-footer-menu a,
#lateral-menu-left, #lateral-menu-right, .background-effect-hover,
.next-appointments .next-appointment-title,
.documents .document-download,
.button::before, .button::after,
.province-card .province-card-title h3 a, .province-card .province-card-image,
.genius-place-card .genius-place-card-title h3 a, .genius-place-card .genius-place-card-image,
.addtoany_list a img, .addtoany_list a span,
.post-card-title a, .post-card-image, .recipe-card-title a, .recipe-card-image,
.press-card-title a, .press-card-image,
.event-card-title a, .event-card-image, .course-card-title a, .course-card-image,
.newsletter .newsletter-inline-fields .wpcf7-submit,
#post-filters, #post-filter-content ul li a,
#press-filters,
#posts-load-more::before, #recipes-load-more::before,
h3.swiper-genius-place-title a, .swiper-genius-place-image,
.swiper-button-prev-genius-place, .swiper-button-next-genius-place,
.wpcf7 input[type="submit"], .multiple-filter .multiple-filter-arrow,
.map-with-filters .map-with-filters-sidebar h6, .map-with-filters .map-with-filters-sidebar, .map-with-filters .map-with-filters-content,
.map-with-filters .map-with-filters-element a, .map-with-filters .map-with-filters-filters, #member-column input[type="submit"],
.documents .document, .single-filter, .press-gallery .press-gallery-image .press-gallery-download, .press-gallery .press-gallery-image, .press-gallery .press-gallery-download,
.accordion .accordion-title span.state.open::after,
.special-link-card-image, .special-link-card-title a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.trigger-menu-open span.circle-animation.slow-animation {
	-webkit-transition: all 1.35s ease-in-out;
	-moz-transition: all 1.35s ease-in-out;
	-o-transition: all 1.35s ease-in-out;
	transition: all 1.35s ease-in-out;
}
html {
	overflow-x: hidden;
    position: relative;
}
body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	color: #363636;
	/*overflow-x: hidden;*/
	position: relative;
	/*font-weight: 300;*/
}
input, select, textarea {
	font-family: 'Lato', sans-serif;
}
*:focus {
    outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*.elementor iframe {
	width: auto!important;
}*/

::placeholder {
	opacity: 1;
}  
#preload-check-age {
	position: fixed;
	display: flex;
	background-color: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
}
#preload-check-age .popup-container {
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 50px;
	overflow: auto;
}
#preload-check-age .content-container {
	max-width: 100%;
	margin: auto;
}
#preload-check-age .popup-container.transition-to-check-age {
	width: calc(1120px - 100px);
	height: calc(80vh - 100px);
	max-width: calc(80% - 100px);
}
#preload-check-age .popup-container.transition-to-check-age #preload {
	width: 115px;
}
#preload {
	width: 300px;
}
#check-age {
	width: 745px;
	max-width: 100%;
}
#check-age h5 {
	color: #B99E50;
	font-size: 40px;
	line-height: 42px;
	font-style: italic;
	font-weight: normal;
	margin: 50px 0 18px 0;
}
#check-age h6 {
	color: #B99E50;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 40px 0;
}
#check-age p {
	color: #fff;
	font-size: 16px; /*change title*/
	line-height: 25px; /*change title*/
	margin: 0;
}
#check-age p a {
	color: #fff;
}
#check-age .button-option {
	display: inline-block;
	min-width: 82px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	padding: 14px;
	vertical-align: middle;
}
#check-age .button-option:hover {
	background-color: #B99E50;
}
#check-age .confirm.button-option {
	margin-right: 75px;
}
#check-age .button-option::before, #check-age .button-option::after {
	content: '\203A';
	font-size: 25px;
}
#check-age .button-option::before {
	padding-right: 10px;
	opacity: 1;
}
#check-age .button-option::after {
	padding-left: 10px;
	opacity: 0;
}
#check-age .button-option:hover::before {
	opacity: 0;
}
#check-age .button-option:hover::after {
	opacity: 1;
}
.p-container {
	width: 1668px;
	margin: 0 auto;
	max-width: 100%;
}
.p-row {
	display: flex;
}
.p-col {
	flex: 1;
}
.p-col, .p-col-1, .p-col-2, .p-col-3, .p-col-4, .p-col-5, .p-col-6, .p-col-7, .p-col-8, .p-col-9, .p-col-10, .p-col-11, .p-col-12 {
	padding: 10px;
}
.p-col-1 {
	width: 8.33%;
}
.p-col-2 {
	width: 16.67%;
}
.p-col-3 {
	width: 25%;
}
.p-col-4 {
	width: 33.33%;
}
.p-col-5 {
	width: 41.67%;
}
.p-col-6 {
	width: 50%;
}
.p-col-7 {
	width: 58.33%;
}
.p-col-8 {
	width: 66.67%;
}
.p-col-9 {
	width: 75%;
}
.p-col-10 {
	width: 83.33%;
}
.p-col-11 {
	width: 91.67%;
}
.p-col-12 {
	width: 100%;
}
.opacity {
	opacity: 0.2;
}
.otgs-development-site-front-end {
	display: none!important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.padding-top {
	padding-top: 150px;
}
.padding-bottom {
	padding-bottom: 150px;
}
.padding-top-medium {
	padding-top: 65px!important;
}
.padding-bottom-medium {
	padding-bottom: 65px!important;
}
.padding-top-small {
	padding-top: 45px!important;
}
.padding-bottom-small {
	padding-bottom: 45px!important;
}
.padding-top-extra-small {
	padding-top: 20px;
}
.no-padding-bottom {
	padding-bottom: 0!important;
}
.margin-top-small {
	margin-top: 45px;
}
.margin-bottom-small {
	margin-bottom: 45px;
}
.margin-top-extra-small {
	margin-top: 35px;
}
.no-margin-top {
	margin-top: 0;
}
.social li a, #header-sticky .logo, #header .logo,
.title-significant.with-circle::before, .wine-tipology .wine-tipology-image,
.documents .document-date::before, .newsletter [data-name="your-email"]::before,
.contact-form [data-name="your-fist-last-name"]::before, .contact-form [data-name="your-email"]::before,
.contact-form [data-name="your-phone"]::before,.contact-form [data-name="your-interest"]::before,
.contact-form [data-name="your-message"]::before, .map-with-filters .map-with-filters-element-icons,
.visit-icon, .sale-icon, .catering-icon, .overnight-stay-icon, .accordion .accordion-title span.state::after,
.button.download::after {
	/* Background icons */
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.container-smaller {
	max-width: 100%;
	width: 790px!important;
	margin-left: auto;
	margin-right: auto;
}
.no-margin-top {
	margin-top: 0!important;
}
.no-margin-bottom {
	margin-bottom: 0!important;
}
body.menu-open {
	overflow: hidden;
}
#menu {
	display: none;
	background-color: #FFFBEF;
	z-index: 900;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	background-size: cover;
	background-position: center;
}
#menu-background {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.15;
	background-size: cover;
	background-position: center;
	display: none;
}
#menu-content {
	min-height: calc(100vh - 255px);
}
#menu .p-row {
	padding: 30px;
}
#menu-1 {
	font-size: 15px;
	line-height: 23px;
}
#menu ul, .title-section-menu ul {
	list-style-type: none;
	padding-left: 0;
}
#menu-1 ul {
	margin-top: 50px;
}
#menu-1 ul li {
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#menu-1 ul li:last-child {
	margin-bottom: 0;
}
#menu-1 ul li a, .title-section-menu ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #363636;
	text-transform: uppercase;
}
#menu-1 ul li a::after, #menu-2 ul[id^="menu-main"] > li > a::after, .title-section-menu ul li a::after {
	display: block;
	content: '';
	width: 0px;
	height: 1px;
	background-color: #363636;
}
#menu-1 ul li a:hover::after, #menu-2 ul[id^="menu-main"] > li > a:hover::after, #menu-2 ul[id^="menu-main"] > li.hover > a::after, #menu-1 ul li.current-menu-item a::after, /*#menu-2 ul[id^="menu-main"] > li.current-menu-item a::after,*/
#menu-1 ul li.current-menu-ancestor a::after, /*#menu-2 ul[id^="menu-main"] > li.current-menu-ancestor a::after,*/
.title-section-menu ul li a:hover::after {
	content: '';
	width: 100%;
	height: 1px;
}
#menu-1 .button {
	margin-top: 25px;
	font-size: 15px;
	line-height: 18px;
}
#menu-1 .sub-menu {
	display: none;
}

#menu-2 {
	padding-left: 290px;
}
#menu-2 ul[id^="menu-main"] {
	margin-bottom: 50px;
	position: relative;
}
#menu-2 ul[id^="menu-main"] > li > .sub-menu {
	display: none;
	padding-top: 50px;
}
#menu-2 ul[id^="menu-main"] > li.hover > .sub-menu {
	display: block;
	position: absolute;
	left: 0;
}
#menu-2 ul[id^="menu-main"] > li {
	display: inline-block;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 3px;
	margin-right: 50px;
}
#menu-2 ul[id^="menu-main"] > li:last-child {
	margin-right: 0;
}
#menu-2 ul[id^="menu-main"] > li > a {
	color: #363636;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

#menu-2 ul[id^="menu-main"] > li > .sub-menu .sub-menu {
	opacity: 0;
	pointer-events: none;
}
#menu-2 ul[id^="menu-main"] > li > .sub-menu li {
	/*font-size: 60px;*/ font-size: 48px;
	letter-spacing: 1.1px;
	font-style: italic;
	line-height: 89px;
	font-family: 'Libre Baskerville', serif;
}
#menu-2 ul[id^="menu-main"] > li > .sub-menu li a {
	color: #363636;
	text-decoration: none;
}
#menu-2 ul[id^="menu-main"] .sub-menu li a:hover, #menu-2 ul[id^="menu-main"] > li > .sub-menu li.current-menu-item > a, #menu-2 ul[id^="menu-main"] > li > .sub-menu li.current-menu-ancestor > a {
	color: #B99E50;
}
#menu-3 {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2.4px;
}
#menu-3 a {
	color: #363636;
	text-decoration: none;
}
#menu-3 a:hover {
	color: #B99E50;
}
#menu-3 .widget {
	padding: 12px 0;
}

#menu-4 p {
	font-size: 15px;
	line-height: 23px;
	display: inline-block;
}
#menu-4 .widget, #menu-4 .widget > div {
	display: inline-block;
}
#menu-4 .social::before {
	content: '';
	width: 45px;
	height: 1px;
	display: inline-block;
	background-color: #363636;
	margin: 0 25px;
	vertical-align: middle;
}

#menu-background.prosecco-background {
	background-image: url('assets/images/prosecco-background.jpg');
}
#menu-background.territorio-background {
	background-image: url('assets/images/territorio-background.jpg');
}
#menu-background.sostenibilita-background {
	background-image: url('assets/images/sostenibilita-background.jpg');
}
#menu-background.consorzio-background {
	background-image: url('assets/images/consorzio-background.jpg');
}

#menu-2 [id^="menu-main"] > li > .sub-menu > li {
	margin-bottom: 5px;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li:last-child {
	margin-bottom: 0;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > .sub-menu > .sub-menu {
	display: none;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu {
	position: absolute;
	margin-top: -50px;
	margin-left: 550px;
	min-width: 350px;
	z-index: 1;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li.hover > .sub-menu {
	opacity: 1;
	pointer-events: all;
	margin-left: 600px;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu::before {
	content: '';
	position: absolute;
	display: block;
	width: 200px;
	margin-left: -220px;
  	margin-top: 12px;
	height: 1px;
	background-color: #B99E50;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu li {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	margin-bottom: 35px;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu li:last-child {
	margin-bottom: 0;
}
#menu-2 [id^="menu-main"] > li > .sub-menu > li > a {
	display: inline-block;
	width: 460px;
}

.elementor-element {
	background-size: cover;
	background-position: center;
}

#lateral-menu-left, #lateral-menu-right {
	position: absolute;
	width: calc(100vh - 20px);
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	color: #363636;
	margin-top: 0;
	margin-left: calc(70px - 100vh);
	z-index: 1;
	left: 0;
	top: 0;
	-webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
	text-align: center;
	padding: calc(100vh - 40px) 20px 20px  20px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-decoration: none;
	background-size: contain;
	background-position: center;
}
#lateral-menu-left:hover {
	margin-left: calc(90px - 100vh);
}
#lateral-menu-right {
	left: auto;
	right: 0;
	margin-right: calc(70px - 100vh);
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}
#lateral-menu-right:hover {
	margin-right: calc(90px - 100vh);
}

/* Header */
.language-selector {
	list-style-type: none;
	padding-left: 0;
}
.language-selector li {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #363636;
}
.language-selector li:first-child {
	padding-left: 0;
}
.language-selector li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.language-selector li a, #header.header-tipology-light li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #363636;
	opacity: 0.2;
	font-size: 18px;
	letter-spacing: 0.36px;
	line-height: 22px;
}
#header.header-tipology-default .language-selector li, #header.header-tipology-dark .language-selector li {
	border-right-color: #fff;
}
#header.header-tipology-default .language-selector li a, #header.header-tipology-dark .language-selector li a {
	color: #fff;
}
.language-selector li a:hover,
.language-selector li a.active {
	opacity: 1!important;
}
#header .logo, #header-sticky .logo {
	display: block;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><g><path class="st0" d="M16.1,250.6h5.5l-0.1,2.7l-2.4,0.4c-1.3,2.9-1.9,5.9-1.8,9c0.2,4.7,2.1,8.5,5.8,10.8c3.2,2.1,7.5,3,11.3,2.8c8-0.4,15.2-5.9,14.7-16.2c-0.2-3.9-1.5-8.3-3.6-11.5l2.7-0.2c2.3,3.7,3.3,8.2,3.5,12.6c0.3,5.9-0.7,11-4.5,15.2c-3.5,4-8.2,5.6-13,5.8c-4.4,0.3-9.7-1-13.3-4.2c-4.1-3.7-5.5-8.9-5.8-14.7c-0.2-4.3,0.2-7.6,0.9-11.8L16.1,250.6z"/><path class="st0" d="M40.1,197.9c-7-1.4-16.3-0.1-18.3,9.7c-2,9.9,6.1,14.6,13.1,16s16.3,0.1,18.3-9.8C55.1,204,47,199.3,40.1,197.9 M47.4,227.2c-4.3,2.9-9,3-13.6,2.1c-4.5-0.9-8.8-2.7-11.6-6.8c-3.1-4.3-3.8-9.6-2.6-15.3c1.1-5.4,3.5-9.9,7.8-12.8c4.4-3,9.2-3.2,13.9-2.2c4.4,0.8,8.7,2.7,11.6,6.7c3,4.3,3.8,9.6,2.7,15.3C54.3,219.8,51.7,224.4,47.4,227.2"/><polygon class="st0" points="39.8,165.6 35.7,164 34.4,166.1 32.2,165.3 35.4,158.8 70.4,152 51.1,142.6 47,141 45.7,143 43.5,142.3 47.9,133.4 49.8,134.7 49,136.9 52.8,139.1 78.2,151.5 76.2,155.7 41.9,162.3 60.4,171.3 64.4,172.9 65.6,170.9 67.9,171.6 63.5,180.5 61.6,179.3 62.4,177 58.6,174.8 "/><path class="st0" d="M83.4,131.2l2-1.9l2,1.2c2.5-1,5-2.3,6.8-4.5c2.9-3.5,3.3-8,0.1-10.5c-3.5-2.8-7.1-0.7-11.1,1.2c-5,2.3-10.8,5.4-15.1,1.9c-2-1.6-3-4.1-3-6.8c-0.1-3,1.1-5.7,3.2-8.2c2.2-2.7,4.9-5.1,7.7-7.2l3.9,3.7L78,102l-2-1.3c-2.2,1-4.3,2.4-5.9,4.3c-2.3,2.9-1.9,6.7,0.5,8.6c3,2.4,6.6,0.6,10-1.1c2.4-1.1,5.4-2.6,7.9-3.3c3.1-1.1,6-0.7,8.4,1.2c4.9,4,3.8,11.2-0.5,16.6c-2.5,3-5.5,5.6-8.6,8L83.4,131.2z"/><path class="st0" d="M128.6,71.8c-4.4-5.6-12.3-10.6-20.3-4.4c-7.9,6.2-4.8,15-0.4,20.6c4.4,5.5,12.3,10.6,20.3,4.3C136.1,86.2,133,77.3,128.6,71.8 M115,98.8c-5.2-0.6-8.8-3.5-11.7-7.2c-2.8-3.6-4.8-7.7-4.3-12.7c0.5-5.3,3.4-9.8,7.9-13.3c4.3-3.4,9.1-5.2,14.2-4.7c5.3,0.6,9,3.5,12,7.3c2.8,3.5,4.9,7.7,4.4,12.6c-0.5,5.3-3.4,9.7-7.9,13.3C125.2,97.6,120.2,99.5,115,98.8"/><path class="st0" d="M159.3,54c2.8-1.3,5.9-2.7,7.3-5.2c1.5-2.4,1.2-5,0.2-7.3c-1.9-4-5.7-4.6-10.3-2.5c-1.5,0.7-2.9,1.6-4.2,2.5l5.9,13L159.3,54z M164.5,68.1l2-0.6l1.3,2l-9.9,4.5l-0.7-2.3l2.1-1.2l-1.5-4.1l-8.6-19l-2.1-3.8l-2.3,0.7l-1.2-2l13.6-6.1c2.6-1.2,5.6-2.3,8.4-2c3.2,0.3,5.4,2.1,6.6,4.7c1.9,4.3,0.4,9-3.8,12.5l11.1,5.8l4.7,2.2l2.2-0.7l1.2,2L180,64l-16.3-9.5l-4.5,2L164.5,68.1z"/><polygon class="st0" points="200.7,54.3 216.6,20.4 203.5,23 199.2,24.5 199.5,27.4 196.8,28.2 195.3,22.3 222,17 222.5,19.2 206.8,52.7 219.7,50.2 225.3,48.4 225.1,45.8 227.6,45 229.2,50.9 201.2,56.5 "/><polygon class="st0" points="244.8,15.1 245.2,17.4 247.6,17.7 248.1,22 248.6,42.8 248.3,47.1 246,47.5 245.7,49.8 257.3,49.5 256.9,47.2 254.5,47 254.1,42.7 253.6,21.8 253.7,17.5 256.1,17.2 256.4,14.9 "/><path class="st0" d="M307.7,37.8c1.2-7-0.3-16.2-10.2-17.9c-10.1-1.7-14.5,6.4-15.8,13.5c-1.2,6.9,0.3,16.2,10.3,17.9C301.9,52.9,306.5,44.7,307.7,37.8 M278.4,45.8c-3-4.2-3.3-8.8-2.5-13.4c0.8-4.5,2.6-8.8,6.6-11.8c4.2-3.2,9.6-4,15.3-3c5.4,0.9,10,3.2,13,7.4c3.1,4.3,3.4,9.1,2.5,13.8c-0.8,4.4-2.5,8.7-6.5,11.7c-4.3,3.2-9.6,4-15.2,3.1C286.1,52.5,281.4,50,278.4,45.8"/><polygon class="st0" points="377.6,50.1 371.5,46.4 367.5,44.4 365.8,46.4 363.4,45.2 366,40.4 396.3,58.7 393.1,63.2 391,61.6 392.1,59.2 388.4,56.6 382.3,52.9 369,74.7 367.1,78.5 368.9,80 368,82.2 358.1,76.2 359.5,74.4 361.8,75.4 364.3,71.9 "/><path class="st0" d="M410.8,79.2l2.8-3.3l-1.5-1.9l1.4-1.9l8.2,8.1l-1.9,1.4l-1.9-1.4l-3.3,2.8l-9.5,9.5c-1.6,1.7-4.3,4.3-5.1,6.5c-1.3,3.2,0.2,6.9,2.9,9.6c2.2,2.2,5.4,3.7,8.3,3.3c2.9-0.5,5.2-3.1,7.2-5l10.1-10.1l2.8-3.3l-1.5-1.9l1.4-1.9l7.4,7.3l-1.9,1.3l-1.8-1.4l-3.3,2.8l-9.2,9.3c-2.7,2.7-5.1,5.4-9.2,6c-4.7,0.7-8.4-1.4-12-5c-3.1-3.1-5.7-6.9-5.6-11.1c0.1-4,2.7-7,5.2-9.5L410.8,79.2z"/><polygon class="st0" points="457.9,127.6 454.2,121.6 451.6,117.9 449.1,119 447.5,116.9 452,113.7 470.7,143.8 465.8,146.4 464.6,143.9 466.6,142.3 464.6,138.3 460.8,132.2 439,145.6 435.5,148.2 436.5,150.3 434.7,151.9 428.6,142.1 430.8,141.2 432.3,143 436.1,141 "/><polygon class="st0" points="446.6,174.9 448.9,174.5 449.9,176.6 454.1,175.5 473.9,168.6 477.9,166.9 477.4,164.6 479.5,163.5 488.1,187.9 483,189.3 482.4,186.6 484.6,185.5 482.9,179.9 480.1,172.2 467.7,176.5 472.5,190.1 469.9,190.6 468,184.1 465.6,177.3 455.9,180.7 451.9,182.4 455,191.1 457.2,196.3 459.7,195.8 461,198.2 455.6,200.4 "/><polygon class="st0" points="486.7,213.3 490.9,212.4 490.9,210 493.1,209.3 494.7,220.8 492.4,220.8 491.7,218.4 487.4,218.7 466.6,221.5 462.4,222.5 463.7,231.6 464.7,237.2 468,237.1 468.6,239.8 462.3,241 458.6,214.1 461,214.1 461.6,216.4 465.9,216.1 "/><path class="st0" d="M473.8,278l16.8-6.2l-15.6-8.7L473.8,278z M465.2,257.8l-0.5,2.7l-2.4,0.2l0.8-9l2.2,0.5l0.2,1.7l4.7,3.2l26.8,15l-0.3,3.3l-30,11l-4,1.8l-0.4,1.7L460,290l0.9-11.2l2.2,0.5l0.1,2.7l8.1-3.1l1.4-17L465.2,257.8z"/><path class="st0" d="M49.2,341.1l13.8-6c0.9,1.3,1.7,2.6,2.3,4c0.9,1.9,1.3,3.6,1.3,5.1c0,2.4-1.1,4.1-4,5.4c-1.1,0.5-2.5,0.8-3.7,0.8c-1.4,0-2.7-0.3-4-1.1c-2.8-1.7-4.1-4.4-5.5-7.6L49.2,341.1z M53.5,354.5c2.3,1.9,4.8,2.8,7.3,2.8c1.7,0,3.3-0.4,4.9-1.1c4-1.8,5.9-5,5.9-8.8c0-2.4-0.7-5-1.9-7.7l-7.2-16l-3,2l0.7,2.4l-3.7,2l-20.5,9l-3.9,1.3l-1.2-2.1l-3.6,0.9l5.9,13.3l3.2-1.9l-1.2-3.4l10.6-4.7l0.2,0.4C47.8,347.1,50.1,351.6,53.5,354.5"/><path class="st0" d="M69.3,376.8l11.7-8.1c1.1,1,2.1,2.2,3.1,3.4c1.4,2,2.2,4,2.2,5.7c0,1.8-0.8,3.4-2.6,4.7c-1.5,1-3.1,1.7-4.9,1.7c-0.7,0-1.5-0.1-2.3-0.4c-2.7-1-4.9-3.8-6.7-6.5L69.3,376.8z M91.9,380.8c0-0.3,0-0.6,0-0.9c-0.3-3.2-2.1-6.1-3.9-8.7l-9.6-13.6l-2.7,2.5l1.2,2.2l-3.2,2.7l-18.3,13l-3.6,2.1l-1.7-1.9l-3.3,1.7l7.5,10.6l2.6-2.5l-1-1.8l10.3-7.2l2.5,3.6l-6.8,18.9l5.7,8l2.6-2.5l-1.3-2.4l1.3-5.1l3.6-11.9c2.5,1.8,5.2,2.8,7.9,2.8c2.1,0,4.2-0.6,6.1-1.9C90.4,386.6,91.9,384,91.9,380.8"/><path class="st0" d="M102.7,435.4c-2.7,0-5.6-0.9-8.3-3.5c-3.2-2.9-4.4-6.1-4.4-9.1c-0.1-4.4,2.5-8.9,5.4-12.1c3.2-3.5,7.8-6.6,12.7-6.6h0.1c2.8,0,5.6,1,8.4,3.5c3.2,2.8,4.3,6,4.3,9.1c0,4.4-2.5,8.8-5.4,12.1C112.2,432.3,107.5,435.4,102.7,435.4 M126.7,419.4c-0.3-5.7-3.2-10.5-7.6-14.5c-4.3-3.9-9.3-6.2-14.6-6.2c-0.5,0-0.9,0-1.4,0.1c-5.6,0.4-9.8,3.3-13.2,7c-3.2,3.6-5.7,7.8-5.7,13.1c0,0.3,0,0.6,0,0.9c0.2,5.7,3.1,10.8,7.7,14.8c4.3,3.9,9.2,6.2,14.7,6.2c0.5,0,0.8,0,1.3-0.1c5.6-0.3,9.8-3.4,13-7c3.4-3.6,5.9-7.9,5.9-13.3C126.7,420.1,126.7,419.7,126.7,419.4"/><path class="st0" d="M162.3,437c-2.6-2.7-5.7-5.1-9-7.1c-2.5-1.4-5-2.3-7.6-2.3c-0.6,0-1.3,0.1-1.9,0.2c-3,0.5-5.7,2.1-7.1,4.5c-0.8,1.3-1.1,2.7-1.1,4.1c0,4.3,3.1,8.5,5.5,12.2c2,2.9,3.9,5.5,3.8,8c0,0.9-0.2,1.9-0.8,2.9c-1.1,1.9-3.1,2.8-5.2,2.8c-1.7,0-3.4-0.5-5.2-1.5c-2.4-1.4-4.1-3.6-5.5-6l1-2.6l-3.2-2.4l-0.3,0.5l-3.8,5.6l0.3,0.4c3.1,2.8,6.3,5.7,10,7.8c2.9,1.7,6.1,2.7,9.3,2.7c3.8,0,7.3-1.5,9.3-4.9c0.9-1.5,1.3-3,1.3-4.6c0-1.7-0.4-3.3-1.3-4.9c-1.3-2.6-3.3-5.4-4.9-7.9c-1.7-2.5-3.4-5-3.4-7.3c0-0.8,0.2-1.6,0.7-2.4c1-1.6,2.8-2.6,4.9-2.6c1.1,0,2.3,0.3,3.4,0.9c2.1,1.3,3.8,3.1,5.2,5.1l-1,2.5l3.2,2.4l3.9-5.7L162.3,437z"/><polygon class="st0" points="172,445 174.2,446.1 173.2,450.2 165.4,471.1 163.8,474.8 161.8,474.4 161.3,474.3 159.5,477.4 160.2,477.7 188.2,487.8 190.3,480.7 186.4,479.7 185.1,482.2 179.8,480.6 171,477.4 172.1,473.4 175.6,463.9 182.3,466.3 189.6,469.3 191.5,465.7 176.9,460.4 181.3,448.4 189,451.2 194.3,453.5 193.9,455.4 193.7,455.9 197.4,457.7 200.2,451.4 172.8,441.4 "/><path class="st0" d="M241.7,459.4c-4.3-1.6-7.8-2.8-12.4-3.6c-1.8-0.2-3.7-0.4-5.4-0.4c-4.2,0-8.3,0.9-11.8,3.5c-4.4,3.2-6.8,8.5-7.5,13.3c-0.2,1.2-0.3,2.5-0.3,3.8c0,4,1.1,8,3.8,11.5c3.7,5,9.1,7.2,15.5,8.2c1.9,0.3,3.8,0.4,5.7,0.4c2.9,0,5.9-0.4,8.7-1.4l0.3-0.1l0.6-4.4l-0.9,0.4c-2.6,1.1-5.8,1.6-8.9,1.6c-1.3,0-2.5-0.1-3.7-0.2c-9.5-1.4-13.7-8.1-13.7-15.4c0-0.9,0-1.8,0.2-2.8c0.5-3.8,2.3-8,5.1-10.9c2.5-2.5,5.6-3.8,9.4-3.8c0.9,0,1.8,0.1,2.8,0.2c3.2,0.5,6,1.7,8.6,3.5v2.4v0.5l3.9,1l1.4-6.9l-0.4-0.2L241.7,459.4z"/><path class="st0" d="M289.1,489.2c-3.2,2.3-7.8,3.7-12,4c-0.5,0-0.9,0.1-1.4,0.1c-9.8-0.1-15.1-7.1-15.7-14.9c0-0.5,0-0.9,0-1.3c0-3.5,0.9-7.4,2.7-10.4c2.4-3.7,6.2-5.7,11.1-6c0.4-0.1,0.8-0.1,1.2-0.1c2.8,0,5.3,0.6,7.9,1.6l0.6,2.8l4,0.2V458l-0.6-0.1l-0.9-0.1c-3.5-0.6-6.5-1-10-1c-0.9,0-1.9,0.1-2.9,0.1c-6.3,0.4-12.1,2-16.1,6.6c-3.3,3.7-4.6,8.7-4.6,13.2c0,0.5,0,1,0.1,1.4c0.3,5.3,2.2,10.3,6.7,14.2c4,3.5,8.9,4.8,14.2,4.8c0.9,0,1.7,0,2.6-0.1c4.8-0.3,9.8-1.4,13.8-4l0.3-0.2l-0.3-4.4L289.1,489.2z"/><path class="st0" d="M334.8,471.3c0,5.5-2.2,10.7-9.2,12.9c-1.5,0.5-2.9,0.7-4.2,0.7c-7.3,0-11.7-6.5-13.5-12.6c-0.6-2.1-1-4.4-1-6.8c0-5.5,2.2-10.7,9.3-12.9c1.5-0.4,2.9-0.6,4.2-0.6c7.3,0,11.7,6.5,13.5,12.6C334.4,466.6,334.8,469,334.8,471.3 M331.5,450.1c-2.8-1.5-5.9-2.1-9-2.1c-2.4,0-4.9,0.4-7.5,1.2c-6,1.8-10.9,5.2-13.6,10.5c-1.3,2.6-1.9,5.2-1.9,7.8c0,2.4,0.4,4.7,1.1,7c1.5,4.9,4,9.4,9.1,12.2c2.9,1.6,6,2.3,9.3,2.3c2.5,0,5-0.4,7.5-1.1c6.1-1.8,10.9-5.2,13.6-10.5c1.4-2.5,1.9-5.2,1.9-7.7c0-2.4-0.5-4.8-1.2-7C339.4,457.5,336.7,452.8,331.5,450.1"/><path class="st0" d="M392.9,450.4l-2.5-2.8l-16.1-21.2l2.7-2c4.2-3.2,8.3-6,13.2-6l0,0h0.3c5,0.1,8.6,2.7,11.3,6.2c2,2.7,3.7,6.4,3.7,10c0,0.4,0,0.9-0.1,1.4c-0.5,4.8-3.5,8.1-7.7,11.3L392.9,450.4z M394.6,412.4c-0.4,0-0.7,0-1.1,0c-5.4,0-10,2.5-14.4,5.9l-15.4,11.5l2.6,2.6l2.2-1.2l2.8,3.1l13.5,17.8l2.2,3.5l-1.8,1.8l0.2,0.4l1.5,2.8l14.7-11c5.2-3.9,9.1-8.2,10.1-14.5c0.1-0.9,0.2-1.8,0.2-2.7c0-4.6-1.9-8.9-4.4-12.2C404.6,416,400.1,412.7,394.6,412.4"/><path class="st0" d="M445.3,399.4c0,2.6-0.9,5.3-3.1,8c-3,3.5-6.3,4.8-9.5,4.8c-4.3,0-8.6-2.2-11.8-4.9c-3.8-3.2-7.3-7.8-7.3-12.8c0-2.6,0.9-5.3,3.2-8.1c2.9-3.4,6.2-4.7,9.5-4.7c4.3,0,8.6,2.3,11.9,5C441.9,389.6,445.3,394.4,445.3,399.4 M442.8,380.9c-3.6-3-7.8-5.3-12.8-5.3c-0.6,0-1.2,0.1-1.8,0.1c-5.7,0.6-10.4,3.7-14.3,8.3c-3.5,4.2-5.6,9-5.6,13.9c0,0.7,0,1.5,0.1,2.2c0.7,5.5,3.8,9.6,7.7,12.7c3.5,2.9,7.7,5.2,12.7,5.1c0.5,0,1.1,0,1.6,0c5.7-0.5,10.7-3.6,14.6-8.3c3.5-4.3,5.5-9,5.5-14c0-0.7,0-1.4-0.1-2.1C449.8,388,446.6,384,442.8,380.9"/><path class="st0" d="M480.4,346.8v-0.4l-3.9-2l0.1,1.1c0.1,0.4,0.1,0.9,0.1,1.4c0,3.5-1,7.7-2.7,10.8c-3.2,6.4-8.4,9-13.7,9c-2.6,0-5.4-0.7-7.8-1.9c-3.4-1.7-6.9-4.8-8.7-8.3c-1-1.9-1.5-3.7-1.5-5.6c0-2.2,0.6-4.6,1.9-6.9c1.4-2.9,3.5-5.1,6-7.1l2.7,0.9l2.2-3.4l-6.1-3.5l-0.3,0.4l-0.6,0.7c-2.8,3.5-5.1,6.4-7.3,10.6c-2,3.9-3.3,7.8-3.3,11.8c0,1.8,0.2,3.6,0.8,5.4c1.7,5.1,6,9.1,10.4,11.3c3,1.5,6.2,2.5,9.7,2.5c1.9,0,3.9-0.3,6-0.9c5.9-1.9,9.7-6.3,12.6-12.1c2-4.1,3.6-8.7,3.6-13.2C480.5,347.2,480.4,347,480.4,346.8"/><path class="st0" d="M242.4,82c0,7.6,6.2,13.8,13.8,13.8c7.7,0,13.9-6.2,13.9-13.8c0-7.6-6.2-13.7-13.9-13.7C248.6,68.2,242.4,74.4,242.4,82"/><path class="st0" d="M250.9,109.8c-2.4,2.9-2.1,7.2,0.8,9.7c2.9,2.4,7.3,2.1,9.7-0.9c2.5-2.9,2.1-7.2-0.8-9.6C257.7,106.5,253.3,106.9,250.9,109.8"/><path class="st0" d="M253.2,135.1c-1.4,1.7-1.2,4.1,0.5,5.5c1.6,1.3,4.1,1.1,5.5-0.5c1.3-1.6,1.1-4.1-0.5-5.5C257.1,133.3,254.6,133.5,253.2,135.1"/><path class="st0" d="M134.8,130.9c4.9,5.8,13.6,6.6,19.5,1.7c5.9-4.9,6.6-13.5,1.7-19.4c-4.9-5.8-13.6-6.5-19.5-1.7C130.7,116.4,129.9,125,134.8,130.9"/><path class="st0" d="M159.3,146.7c0,3.8,3.1,6.9,6.9,6.9c3.8,0,6.9-3.1,6.9-6.9c0-3.8-3.1-6.9-6.9-6.9C162.4,139.8,159.3,142.9,159.3,146.7"/><path class="st0" d="M177.5,164.6c0,2.1,1.7,3.9,3.9,3.9c2.1,0,3.9-1.7,3.9-3.9c0-2.1-1.8-3.9-3.9-3.9C179.2,160.7,177.5,162.5,177.5,164.6"/><path class="st0" d="M84.1,237.1c7.5,1.3,14.7-3.7,16-11.2s-3.7-14.7-11.2-16s-14.7,3.7-16.1,11.2S76.5,235.7,84.1,237.1"/><path class="st0" d="M113,233.5c2.5,2.9,6.9,3.3,9.8,0.9c2.9-2.5,3.3-6.8,0.8-9.7s-6.8-3.3-9.8-0.9C110.9,226.3,110.6,230.6,113,233.5"/><path class="st0" d="M138.5,235.7c1.4,1.6,3.8,1.8,5.5,0.5c1.7-1.4,1.9-3.8,0.6-5.4c-1.4-1.7-3.8-1.9-5.5-0.5C137.3,231.5,137.2,234,138.5,235.7"/><path class="st0" d="M113.7,350.8c6.7-3.8,8.9-12.2,5.1-18.8c-3.8-6.6-12.3-8.8-18.9-5.1c-6.6,3.8-8.9,12.3-5.1,18.9S107.1,354.7,113.7,350.8"/><path class="st0" d="M133.6,329.6c3.8,0.7,7.4-1.8,8-5.6c0.7-3.8-1.9-7.3-5.6-8c-3.7-0.7-7.3,1.8-8,5.6C127.4,325.4,129.9,329,133.6,329.6"/><path class="st0" d="M154.6,314.9c2.1,0.4,4.1-1.1,4.5-3.1c0.4-2.1-1-4.1-3.1-4.5s-4.1,1-4.4,3.1C151,312.6,152.4,314.6,154.6,314.9"/><path class="st0" d="M210.1,419.1c2.6-7.2-1.1-15-8.3-17.7c-7.2-2.6-15.1,1.1-17.7,8.2c-2.6,7.2,1.1,15.1,8.3,17.7C199.5,429.9,207.4,426.2,210.1,419.1"/><path class="st0" d="M211.6,390.1c3.3-1.9,4.4-6.1,2.5-9.4s-6.2-4.4-9.5-2.5s-4.4,6.1-2.6,9.4C204,390.8,208.3,391.9,211.6,390.1"/><path class="st0" d="M218.1,365.5c1.8-1.1,2.5-3.4,1.4-5.3s-3.4-2.5-5.3-1.4c-1.9,1-2.5,3.4-1.4,5.3C213.8,365.9,216.2,366.6,218.1,365.5"/><path class="st0" d="M327.9,409.7c-2.7-7.2-10.6-10.8-17.8-8.2c-7.2,2.6-10.9,10.5-8.3,17.7s10.6,10.8,17.8,8.2C326.9,424.8,330.5,416.9,327.9,409.7"/><path class="st0" d="M310.3,386.5c1.3-3.6-0.5-7.5-4.2-8.8c-3.6-1.3-7.6,0.5-8.9,4.2c-1.3,3.6,0.6,7.5,4.2,8.8C305,391.9,309,390.1,310.3,386.5"/><path class="st0" d="M299.4,363.5c0.7-2-0.3-4.3-2.4-4.9c-2-0.8-4.3,0.3-5,2.3s0.3,4.2,2.4,4.9C296.4,366.6,298.7,365.5,299.4,363.5"/><path class="st0" d="M412.1,327.2c-6.6-3.8-15.1-1.6-18.9,5.1c-3.8,6.6-1.6,15,5,18.8c6.7,3.8,15.1,1.5,18.9-5.1C421,339.5,418.8,331,412.1,327.2"/><path class="st0" d="M383.7,320.7c-1.3-3.6-5.3-5.4-8.9-4.1s-5.5,5.3-4.1,8.8c1.3,3.5,5.3,5.4,8.9,4.1S385,324.3,383.7,320.7"/><path class="st0" d="M360.5,310c-0.8-2-3-3-5-2.3s-3,3-2.3,4.9c0.7,2,3,3.1,5,2.3C360.2,314.3,361.2,312.1,360.5,310"/><path class="st0" d="M423.3,210.2c-7.5,1.3-12.5,8.5-11.2,16s8.5,12.5,16,11.2c7.6-1.3,12.5-8.5,11.2-16C438.1,213.9,430.9,208.9,423.3,210.2"/><path class="st0" d="M397.4,223.4c-3.3-1.9-7.6-0.8-9.5,2.5s-0.8,7.5,2.5,9.4s7.6,0.8,9.4-2.5C401.8,229.5,400.7,225.2,397.4,223.4"/><path class="st0" d="M372.7,230c-1.9-1-4.3-0.4-5.4,1.4c-1.1,1.8-0.4,4.2,1.4,5.3s4.3,0.4,5.3-1.4C375.2,233.5,374.5,231.1,372.7,230"/><path class="st0" d="M356.3,113.3c-4.9,5.8-4.2,14.5,1.7,19.4c5.8,4.9,14.6,4.1,19.5-1.7s4.1-14.5-1.7-19.4C370,106.7,361.2,107.5,356.3,113.3"/><path class="st0" d="M344.9,140.1c-3.7,0.6-6.2,4.2-5.6,8c0.7,3.7,4.3,6.2,8,5.6c3.8-0.7,6.3-4.2,5.6-7.9C352.2,141.9,348.7,139.4,344.9,140.1"/><path class="st0" d="M330.3,161c-2.1,0.4-3.5,2.4-3.1,4.5c0.3,2.1,2.3,3.5,4.5,3.1c2.1-0.4,3.5-2.3,3.2-4.5C334.4,162,332.4,160.6,330.3,161"/><path class="st0" d="M207.9,324.4c-1.2-1.1-2.7-1.8-4.4-2.1c-5.3-1.2-10.5,0.9-13.7,4.8c-1.3,1.6-2.3,3.5-2.8,5.7c0,0-0.2,6.5-2,9.9c3.4-1.5,6.9-1.9,10.4-1.6c-1.7-2.2-2.5-5.1-1.8-8c0.3-1.3,0.9-2.5,1.6-3.4c1.9-2.4,5.1-3.6,8.2-2.9c1.1,0.2,2.1,0.7,2.9,1.3c2,1.7,3,4.3,2.5,7c-0.2,0.9-0.6,1.7-1.2,2.4c-1.4,1.7-3.6,2.6-5.9,2.1c-0.8-0.2-1.5-0.6-2.1-1c-1.1-0.9-1.8-2.3-1.9-3.8c0-1,0.2-1.7,0.8-2.4c1.1-1.3,2.8-1.6,4.1-0.5c1.2,1,1.5,2.8,0.6,4.1c0.6,0,1.1-0.4,1.5-0.8c0.1-0.3,0.3-0.6,0.4-0.9c0.2-1.2-0.2-2.5-1.2-3.3c-0.3-0.3-0.8-0.5-1.3-0.7c-1.7-0.3-3.4,0.3-4.5,1.6c-0.5,0.5-0.8,1.1-0.9,1.8c-0.4,2.3,0.4,4.7,2.1,6.1c0.8,0.6,1.6,1,2.6,1.2c3.1,0.7,6.2-0.5,8.1-2.8c0.8-0.9,1.3-2.1,1.6-3.3C212.5,330.8,210.9,326.8,207.9,324.4 M178.1,352.3c-5.3,6.5-6.6,15.8-2.6,23.8c0.5,0.9,1.7,2.7,3.1,4.8c0.6,0.8,1.2,1.8,1.8,2.7l9.5-9.1c-0.3-0.2-0.6-0.4-0.9-0.7c-1.5-1.2-2.8-2.8-3.8-4.6c-2.1-4.2-1.4-9.1,1.4-12.6c1-1.2,2.3-2.3,3.9-3.1c3.5-1.7,7.6-1.2,10.5,1.2c1,0.8,1.9,1.9,2.5,3.2c0.5,0.9,0.7,1.8,0.8,2.7c1.7-1.7,3.2-3.7,4.5-5.9c-0.1-0.2-0.1-0.4-0.2-0.5c-1.2-2.3-2.7-4.1-4.6-5.7c-5.2-4.1-12.5-5.2-18.8-2c-1.8,0.9-3.4,2-4.8,3.3C179.9,350.4,178.2,352.1,178.1,352.3 M162.1,284.8c-2.3-1.3-5.3-1.2-7.2,0.1c-0.9,0.5-1.5,1.2-1.9,2.2c-1.2,2.6-2.2,5.4-3.5,8s-3,5.2-5.7,7c-0.5,0.3-0.9,0.5-1.3,0.7l4.2-0.3c5-0.3,10.5-2.4,15.3-5.5c-1.6,0.2-3.2-0.1-4.7-0.9c-0.8-0.5-1.5-1.2-2.1-2c-1.3-1.9-1.4-4.4-0.3-6.6c0.5-0.8,1.1-1.4,1.7-1.8c1.6-1.1,3.9-1.3,5.7-0.2c0.4,0.3,0.8,0.6,1.1,1.1c0.9,1.4,0.5,3.3-0.9,4.2c-1.5,1-3.4,0.6-4.3-0.9c-0.1-0.1-0.2-0.2-0.2-0.3c-0.4,0.8-0.3,1.7,0.2,2.4c0.2,0.4,0.4,0.6,0.8,0.8c1.3,0.7,2.7,0.6,3.8-0.1c0.5-0.3,0.8-0.7,1.1-1.3c1-1.6,0.8-3.7-0.2-5.2C163.4,285.7,162.8,285.2,162.1,284.8 M152.1,336.9c4.1,3.3,10.2,3.2,14.2-0.5c0.3-0.3,0.5-0.6,0.8-0.9c2.6-3.2,2.4-7.7-0.4-10.8c-0.2-0.2-0.5-0.4-0.7-0.6c-2.4-1.9-5.9-1.8-8.2,0.3c-0.1,0.1-0.2,0.3-0.4,0.5c-1.4,1.7-1.4,4.3,0.3,6c0.1,0.1,0.2,0.2,0.3,0.3c1.2,1,3.1,0.9,4.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.5-0.6,0.6-1.5,0.4-2.2c-0.1,0.2-0.2,0.3-0.4,0.5c-1,1.3-3,1.6-4.3,0.5s-1.6-3-0.5-4.3c0.1-0.1,0.1-0.1,0.1-0.1l-0.1-0.1c1.9-1.8,4.9-1.8,6.8-0.3c0.2,0.2,0.4,0.3,0.5,0.5c2.1,2.2,2.2,5.6,0.3,7.8c-0.2,0.2-0.4,0.4-0.6,0.6c-2.5,2.4-6.5,2.5-9.2,0.3c-0.2-0.2-0.5-0.4-0.7-0.7c-0.8-0.8-1.3-1.7-1.7-2.6l-2.9,4.2c0.2,0.2,0.5,0.5,0.7,0.8C151.3,336.2,151.7,336.6,152.1,336.9 M158.8,277.4c-6.2-9.3-18.6-12.9-29-7.8c-0.7,0.3-1.5,0.8-2.2,1.2c-7.3,4.9-10.1,14.5-6.2,22.6c0.3,0.6,0.6,1.2,1,1.7c3.8,5.7,11.3,7.9,17.7,4.8c0.5-0.3,0.9-0.5,1.3-0.8c4.4-2.9,6.1-8.7,3.7-13.6c-0.2-0.3-0.4-0.7-0.6-1c-2.3-3.4-6.8-4.6-10.5-2.8c-0.2,0.1-0.5,0.3-0.7,0.4c-2.6,1.7-3.5,5.1-2.1,7.9c0.1,0.2,0.2,0.4,0.3,0.6c1.3,1.9,3.8,2.6,5.9,1.6c0.1-0.1,0.3-0.2,0.4-0.3c1.3-0.9,1.9-2.7,1.2-4.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.5-0.7-1.3-1.1-2-1c0.1,0.1,0.2,0.3,0.4,0.5c1,1.4,0.4,3.2-1,4.1c-1.4,1-3.5-0.1-4.2-1.4c-0.1,0-2.1-3.9,1.7-6c0.2-0.1,0.3-0.2,0.6-0.3c2.7-1.3,6-0.5,7.6,2c0.1,0.3,0.3,0.5,0.4,0.7c1.5,3.2,0.5,7-2.5,8.9c-0.3,0.2-0.5,0.3-0.9,0.5c-3.7,1.8-8.3,0.6-10.6-2.8c-0.2-0.3-0.4-0.6-0.6-1.1c-2.2-4.5-0.6-9.8,3.5-12.6c0.3-0.2,0.7-0.5,1.2-0.7c5.5-2.6,11.9-0.8,15.2,4.1c0.3,0.4,0.6,0.9,0.8,1.4c0.4,0.7,0.6,1.4,0.9,2.1c0.1-0.1,0.1-0.3,0.2-0.4c0.7-1.6,1.9-2.9,3.2-3.8c2.2-1.4,5-2,7.6-1.5C159.8,279.2,159.3,278.4,158.8,277.4C159,277.6,158.9,277.5,158.8,277.4 M212.9,340.5c-1.9,2.3-4.5,3.8-7.4,4.3c0.3,0.3,0.6,0.5,1,0.8c1.7,1.4,3.2,3,4.5,4.9c1.4-3.4,2.2-7,2.4-10.6C213.2,340.1,213,340.4,212.9,340.5 M192.6,368.1c-0.8-0.6-1.4-1.4-1.9-2.3c-1.1-2.1-0.7-4.6,0.7-6.3c0.5-0.7,1.2-1.2,2-1.6l0,0c1-0.5,2.2-0.4,3.2,0.4c1.3,1,1.5,2.9,0.4,4.3c-0.8,1-2,1.4-3.1,1.1c0,0.1,0.1,0.3,0.2,0.5c0.2,0.4,0.5,0.8,0.8,1.1c1,0.8,2.2,0.9,3.4,0.3c0.6-0.3,1.1-0.7,1.5-1.1c1.1-1.3,1.3-3.2,0.5-4.8c-0.4-0.8-1-1.4-1.6-1.9c-1.8-1.5-4.3-1.8-6.5-0.7c-1,0.5-1.9,1.3-2.6,2.1c-1.9,2.4-2.4,5.7-0.9,8.6c0.7,1.4,1.6,2.5,2.7,3.4c0.4,0.3,0.9,0.6,1.3,0.9l2.6-2.5C194.4,369.2,193.4,368.7,192.6,368.1 M109.8,198.9l30.6,22.2c8.6,6.3,23.9,8.2,33,1.7c4.3-3,8.3-4.1,12.7-3.5c0.8,0.1,1.9,0.5,3.2,1c-0.4-0.9-0.7-1.7-0.9-2.6c-0.6-2.3-0.7-4.7-0.3-7.3c1.5-8.4-2.3-16.5-9-21c-0.1-0.1-1.9-1.2-2.9-1.7c-1.7-0.8-3.4-1.3-5.3-1.6c-6.6-1.2-13,1.8-16.5,6.9c-1.3,1.9-2.2,4-2.6,6.5c-0.9,5.1,1.4,10,5.4,12.8c1.5,1,3.3,1.7,5.1,2c3.9,0.7,7.7-1,9.9-4.2c0.7-1.2,1.3-2.4,1.5-3.9c0.5-3-0.8-5.9-3.2-7.5c-0.8-0.6-1.9-1.1-3-1.2c-2.2-0.4-4.5,0.6-5.7,2.4c-0.4,0.7-0.8,1.4-0.9,2.2c-0.3,1.7,0.5,3.3,1.8,4.2c0.4,0.4,1,0.6,1.6,0.7c1.3,0.2,2.4-0.3,3.1-1.2c0.2-0.3,0.4-0.8,0.5-1.2v-0.5c-0.9,0.6-2.2,0.6-3.1-0.1c-1.4-0.9-1.7-2.7-0.8-4c0.6-1,1.8-1.4,2.8-1.2c0.8,0.1,1.6,0.4,2.2,0.8c1.7,1.2,2.7,3.4,2.4,5.6c-0.2,0.9-0.6,1.8-1.1,2.6c-1.4,2.1-3.9,3.2-6.6,2.7c-1.1-0.2-2.1-0.7-3-1.2c-2.5-1.6-3.8-4.6-3.3-7.7c0.3-1.3,0.8-2.6,1.5-3.6c1.9-2.9,5.5-4.5,9.3-3.9c1.6,0.3,3.1,0.9,4.4,1.8c3.5,2.3,5.4,6.6,4.7,11.1c-0.4,1.9-1.1,3.7-2.2,5.2c-2.9,4.3-8.1,6.6-13.5,5.7c-2.4-0.4-4.6-1.3-6.4-2.6c-5.2-3.5-8.1-9.8-6.9-16.3c0.5-2.9,1.6-5.5,3.2-7.8c0.2-0.4,0.4-0.7,0.7-1c-2.8,0.4-5.6-0.3-7.9-1.9c-1.4-1-2.6-2.2-3.5-3.8c-2.6-4.7-2.2-10.2,0.7-14.3c1.2-1.7,2.7-3.1,4.6-4.2c3.5-2,7.5-2.5,11.2-1.8l-21.7-9.6c-6.3-2.9-16.1,3.9-23.3,16.2C105.1,183,104.1,194.9,109.8,198.9 M179.5,119.4c2.4-0.1,4.6-0.3,6.4-0.4c1.5-0.1,2.8-0.2,3.8-0.1c6.7,0.4,12.7,3.3,17.1,7.8c0.2-1.7,1-3.4,2.2-4.7c0.8-0.9,1.8-1.5,2.8-1.9c2.5-1,5.5-0.5,7.6,1.4c0.8,0.7,1.4,1.5,1.6,2.4c0.8,2.2,0.5,4.7-1.2,6.4c-0.6,0.7-1.3,1.1-2,1.4c-1.9,0.7-4,0.4-5.5-1c-0.4-0.3-0.7-0.7-0.9-1.2c-0.6-1.6,0.2-3.4,1.8-4s3.4,0.2,4,1.8c0.1,0.1,0.1,0.3,0.1,0.4c0.5-0.7,0.7-1.6,0.4-2.4c-0.2-0.4-0.4-0.7-0.7-1c-1.1-0.9-2.5-1.1-3.8-0.7c-0.5,0.2-0.9,0.5-1.4,1c-1.3,1.4-1.7,3.4-1,5.1c0.3,0.7,0.7,1.4,1.3,1.9c1.9,1.8,4.9,2.3,7.1,1.5c0.9-0.4,1.7-0.9,2.3-1.8c1.8-2.3,3.3-4.8,5.2-7.1c1.9-2.3,4.1-4.3,7.2-5.5c0.6-0.2,1.4-0.5,2.1-0.6V118h0.1l-8.5-17.4c-3-6.2-14.9-7.3-28.3-2.4c-13.4,4.8-21.9,13.3-20.1,20L179.5,119.4z M158.6,246.6c1.2,1.8,1.4,4.3,0.2,6.3c-0.4,0.7-1,1.3-1.6,1.7c-1.1,0.8-2.7,1.1-4.2,0.7c-1-0.3-1.5-0.7-2-1.5c-0.9-1.4-0.7-3.1,0.7-4.1c1.4-0.9,3.1-0.6,4.1,0.6c0.1-0.6,0-1.1-0.3-1.6c-0.2-0.2-0.4-0.5-0.8-0.7c-1.1-0.6-2.4-0.5-3.4,0.1c-0.4,0.3-0.8,0.6-1,1.1c-0.9,1.6-0.8,3.4,0.1,4.8c0.4,0.5,0.9,1.1,1.6,1.4c2.1,1.2,4.6,1,6.4-0.2c0.8-0.5,1.4-1.2,1.9-2c0.9-1.6,1.2-3.4,1-5.1c-0.9-0.6-1.8-1.1-2.9-1.6C158.4,246.5,158.5,246.5,158.6,246.6 M161.8,319c2.3-0.1,4.6,0.7,6.5,2.2c0.4,0.3,0.7,0.6,1,1c4.2,4.4,4.3,11.1,0.6,15.7c-0.3,0.4-0.7,0.9-1.1,1.2c-0.5,0.5-1.2,1-1.8,1.4c0.1,0.1,0.3,0.1,0.4,0.1c1.8,0.2,3.3,0.9,4.6,1.9c2.1,1.7,3.4,4.2,3.7,6.8c0.6-0.8,1.3-1.5,2.1-2.2c0.1-0.1,0.2-0.1,0.2-0.3c7.1-8.7,6.8-21.4-1.2-29.8c-0.6-0.6-1.2-1.2-1.8-1.7c-1.4-1.1-2.8-2-4.3-2.6C167.4,314.4,164.3,316.6,161.8,319 M147.9,264.7L147.9,264.7c0,0,6.2,2.2,8.9,5c-0.4-3.6,0.3-7.2,1.6-10.3c-2.6,0.9-5.6,0.8-8.2-0.7c-1.2-0.6-2.1-1.5-2.8-2.5c-1.8-2.5-1.9-5.9-0.4-8.7c0.6-1,1.3-1.7,2.2-2.3c0.7-0.5,1.4-0.8,2.2-0.9c-2.1-0.5-4.3-0.7-6.5-0.8c-0.8,0.8-1.6,1.7-2.2,2.6c-2.6,4.7-2.3,10.3,0.5,14.5C144.4,262.2,145.9,263.6,147.9,264.7 M280.3,224.7c-15.9-13.3-39.7-11.2-53,4.6c-13.4,15.8-11.3,39.5,4.6,52.8c15.9,13.3,39.7,11.2,53.1-4.6C298.3,261.6,296.2,238,280.3,224.7 M296.7,308l-6.1-7.2c-4.6-5.1-12-7.3-18.9-4.8s-11.2,8.8-11.4,15.7v4.9v0.1v1.4c-0.1,3.3-1.6,6.5-4,8.9c-1.4,1.3-3,2.4-4.8,3.1c-0.2,0-0.4,0.1-0.6,0.2c0.8-2.2,1-7.1,1-9.1v-9.5c-0.2-6.9-4.5-13.2-11.4-15.7c-6.8-2.5-14.3-0.4-18.8,4.8l-6.2,7.2c-1.3,1.6-4.6,5.9-5.3,8c-0.5,1.6-0.8,3.2-0.8,4.9c-1.5-1-3.3-1.8-5.2-2.3c-6.7-1.4-13.4,1.1-17.4,6.1c-0.3,0.4-0.6,0.8-0.8,1.2c-1.1-4.1-3.2-8-6.3-11.3c-0.7-0.8-1.5-1.5-2.3-2c-0.7-0.6-1.4-1.1-2.2-1.6c4.6-1.4,9.3-1.8,13.6-0.7c5.1,1.4,9.2,1,13.2-1.1c2-1,5.7-4.9,6.9-6.6l6.1-7.2c4.3-5.4,5.2-13,1.5-19.3s-10.8-9.4-17.6-8.4l-9.3,1.7c-2.1,0.3-7.3,1.5-9.2,2.6c-3.7,2.4-6.2,5.8-7.5,10.9c-0.3,1.1-0.8,2.2-1.2,3.2c-3.1-1.7-5.8-4.1-7.8-7c0-0.1-1.2-2.2-1.7-3.2c-0.8-1.7-1.3-3.5-1.7-5.5c-1.1-6.7,1.8-13.1,6.9-16.8c0.1,0.1,0.3,0.3,0.4,0.5c3,4.3,6.5,6.6,10.8,7.6c2.2,0.5,7.5-0.2,9.6-0.6l9.3-1.6c6.7-1.3,12.4-6.7,13.6-13.9c1.2-7.1-2.1-14.1-8-17.6l-4.3-2.5l0,0l-1.4-0.8c-2.8-1.8-4.8-4.6-5.7-7.9c-0.5-1.8-0.6-3.7-0.2-5.7c0-0.2,0.1-0.4,0.1-0.7c1.5,1.8,5.8,4.5,7.5,5.4l8.2,4.7c6.1,3.3,13.8,2.8,19.4-1.9c5.5-4.7,7.5-12.2,5.2-18.7l-3.2-8.9c-0.7-2-2.7-6.9-4.2-8.5c-1.2-1.2-2.5-2.3-3.9-3.1c1.7-0.8,3.2-1.9,4.5-3.4c4.6-5,5.7-12,3.4-18c-0.2-0.5-0.4-0.9-0.6-1.3c4.2,1.1,8.6,1.3,13,0.3c1-0.3,2-0.5,2.9-0.9c0.8-0.4,1.6-0.7,2.4-1.2c-1,4.6-3.1,8.9-6.2,12.1c-3.7,3.6-5.4,7.4-5.6,11.8c-0.2,2.2,1.5,7.4,2.2,9.3l3.3,8.9c2.5,6.4,8.8,10.9,16.1,10.9s13.5-4.5,16.1-10.9l3.2-8.9c0.8-1.9,2.4-7,2.3-9.3c-0.2-4.5-1.9-8.2-5.7-11.8c-0.9-0.8-1.6-1.7-2.2-2.7c3-1.8,6.4-2.9,10-3.1c0.2,0,2.6,0,3.6,0c1.8,0.2,3.8,0.6,5.6,1.4c6.4,2.3,10.4,8.1,11.1,14.3c-0.1,0.1-0.3,0.1-0.6,0.1c-5.2,0.4-8.9,2.2-12,5.5c-1.5,1.6-3.6,6.6-4.2,8.5l-3.2,8.9c-2.2,6.5-0.4,14,5.3,18.7c5.6,4.6,13.3,5.2,19.4,1.9l4.2-2.5c0.1,0,0.2-0.1,0.3-0.1l1.1-0.6c3-1.5,6.5-1.9,9.7-0.9c1.8,0.4,3.5,1.3,5,2.6c0.1,0.1,0.4,0.2,0.5,0.4c-2.3,0.4-6.7,2.7-8.5,3.8l-8.2,4.7c-5.9,3.5-9.3,10.5-8,17.6c1.2,7.2,6.8,12.5,13.5,13.9l9.4,1.6c2.1,0.4,7.4,1.2,9.6,0.6c1.7-0.4,3.2-1,4.7-1.8c-0.2,1.8,0,3.7,0.6,5.6c2.1,6.5,7.7,11,14,12c0.4,0,0.9,0.1,1.4,0.1c-3,3-5.4,6.8-6.7,11.2c-0.3,0.9-0.5,1.9-0.7,2.8s-0.2,1.8-0.3,2.7c-3.5-3.2-6.2-7.1-7.3-11.4c-1.3-5.1-3.8-8.4-7.6-10.9c-1.8-1.2-7.1-2.4-9.2-2.6l-9.3-1.7c-6.8-1-13.9,2.1-17.6,8.4s-2.8,14,1.5,19.3l6.1,7.2c1.3,1.7,4.9,5.6,6.9,6.6c4,2,8.1,2.5,13.2,1.1c1.1-0.3,2.2-0.5,3.4-0.6c0,3.5-0.7,7-2.3,10.2c-0.1,0.1-1.2,2.3-1.8,3c-1.1,1.5-2.4,3-4,4.3c-5.3,4.3-12.2,5-18,2.4c0-0.2,0.1-0.4,0.2-0.6c2.3-4.7,2.5-8.8,1.3-13.1C301.3,313.8,298,309.6,296.7,308 M302.3,342.4c-0.2,0.3-0.3,0.6-0.3,0.9c0,1.3,0.8,2.4,1.8,2.9c0.4,0.2,1,0.4,1.5,0.4c1.8,0,3.3-1.1,4-2.5c0.3-0.6,0.6-1.3,0.5-2.1c0-2.4-1.4-4.5-3.4-5.5c-0.9-0.4-1.8-0.6-2.8-0.6c-1.9,0-3.6,0.7-5,1.7c0,1.1,0,2.2,0.1,3.3c0-0.1,0-0.2,0-0.2c1-1.9,3-3.3,5.3-3.3c0.9,0,1.7,0.2,2.3,0.6c1.3,0.6,2.3,1.8,2.7,3.2c0.3,1,0.1,1.7-0.3,2.5c-0.8,1.5-2.4,2.2-3.9,1.4c-1.4-0.7-2.1-2.4-1.5-3.8C303,341.5,302.5,341.9,302.3,342.4 M412.3,254.7l-1.3-0.3c-1.1,2.1-2,4.1-2.8,5.7c-0.7,1.4-1.2,2.5-1.8,3.4c-3.7,5.5-9.3,9.3-15.3,10.8c1.4,1.1,2.5,2.5,3,4.3c0.4,1.1,0.4,2.3,0.3,3.4c-0.4,2.7-2.3,5-5.1,5.8c-1,0.3-1.9,0.4-2.9,0.3c-2.3-0.4-4.3-2-5-4.3c-0.2-0.9-0.4-1.7-0.2-2.5c0.3-1.9,1.7-3.6,3.7-4.3c0.5-0.1,1-0.2,1.5-0.1c1.7,0.3,2.8,1.8,2.6,3.5c-0.3,1.7-1.9,2.8-3.6,2.6c-0.1,0-0.3-0.1-0.4-0.1c0.3,0.8,1,1.3,2,1.5c0.4,0,0.7,0,1.1-0.1c1.3-0.4,2.3-1.6,2.5-2.9c0-0.5,0-1.1-0.1-1.6c-0.6-1.9-2.3-3.2-4-3.4c-0.8-0.1-1.6-0.1-2.3,0.1c-2.6,0.8-4.5,3.1-4.9,5.4c-0.1,1-0.1,2,0.3,2.9c1.2,2.7,2.6,5.3,3.6,8.1c1,2.7,1.8,5.7,1.3,8.9c-0.2,0.7-0.3,1.4-0.5,2.1l0,0c0,0.1-0.1,0.1-0.1,0.1l19.4,1.4c7,0.5,13.9-9.2,16.3-23.2C422.1,268.1,419,256.6,412.3,254.7 M318.7,347c0.8-1.8,1.4-4,1.4-6.1c0,0-1.2-6.4-0.2-10.1c-3,2.2-6.3,3.4-9.8,3.8c2.1,1.8,3.4,4.5,3.4,7.5c0.1,1.3-0.3,2.6-0.8,3.7c-1.4,2.7-4.1,4.6-7.4,4.6c-1.1,0-2.2-0.2-3.1-0.7c-0.7-0.3-1.4-0.8-1.9-1.4c0.7,2.1,1.5,4.1,2.6,6c1,0.3,2.2,0.5,3.4,0.5C311.7,354.7,316.3,351.6,318.7,347 M364.1,338.4c0.6,3.6,0.1,7.3-1.6,10.8c-0.3,0.8-0.7,1.4-1.2,2.1c-6.1,9-18,12-27.5,7.3c-0.9-0.4-1.7-0.9-2.6-1.5c-3.8-2.6-6.7-5.9-8.7-9.7c-0.2,0.4-0.4,0.9-0.6,1.2c-2.8,5.8-8.8,9.7-15.6,9.7h-0.6c0.8,1,1.6,1.9,2.5,2.7l27.2,26.1c4.9,4.9,16.6,1.8,27.5-7.3c10.9-9.1,16-19.9,12-25.6L364.1,338.4z M174.2,381c-0.8-1.2-1.5-2.3-2-3.2c-3-6-3.4-12.6-1.8-18.6c-1.6,0.7-3.4,0.9-5.2,0.5c-1.2-0.3-2.2-0.8-3-1.5c-2.1-1.7-3.2-4.5-2.6-7.4c0.2-0.9,0.7-1.8,1.3-2.5c1.5-1.8,3.8-2.7,6.2-2.2c0.9,0.2,1.6,0.6,2.3,1.1c1.5,1.2,2.3,3.2,1.9,5.3c-0.1,0.5-0.3,1-0.6,1.3c-1.1,1.3-3.1,1.5-4.4,0.5c-1.3-1-1.5-3-0.4-4.3c0.1-0.1,0.2-0.2,0.3-0.3c-0.9-0.1-1.8,0.3-2.3,0.9c-0.2,0.3-0.4,0.7-0.5,1c-0.2,1.4,0.2,2.8,1.3,3.6c0.4,0.4,0.9,0.6,1.5,0.7c1.9,0.5,3.9-0.3,5.1-1.7c0.4-0.6,0.8-1.3,1-2.1c0.6-2.5-0.4-5.3-2.3-6.8c-0.7-0.6-1.7-1-2.7-1.2c-2.9-0.3-5.9-0.5-8.8-0.9c-2.9-0.5-5.9-1.3-8.4-3.4c-0.5-0.5-1.1-1-1.6-1.5l0,0l-0.1-0.1l-10.9,16c-3.9,5.7,1.1,16.5,12,25.6S172,392,177,387.1l1-0.9C176.4,384.3,175.2,382.5,174.2,381 M119.4,297.1c-0.5-0.7-0.9-1.4-1.2-2.1c-4.8-9.8-1.4-21.4,7.4-27.3c0.9-0.6,1.7-1.1,2.7-1.5c4.1-2,8.4-2.8,12.8-2.6c-0.3-0.4-0.6-0.8-0.9-1.1v-0.1c-3.5-5.3-4-12.4-0.6-18.3c0.1-0.2,0.2-0.3,0.3-0.5c-1.2,0.2-2.4,0.4-3.5,0.8L100,254.8c-6.7,1.8-9.8,13.4-7.4,27.3c2.5,13.9,9.4,23.7,16.4,23.2l19.1-1.3C124.6,302.6,121.5,300.3,119.4,297.1 M270.8,339.9c-4.8-2.2-7.6-5.2-9.4-9.2c-0.3-0.8-0.5-1.9-0.7-3.2c-0.6,0.7-1.1,1.4-1.8,2c-1.7,1.7-3.8,3-6.2,3.9c-8,3-13.2,10.2-13.8,18.2c0,0.2-0.1,2.4,0,3.4c0.2,1.8,0.6,3.6,1.3,5.4c2.3,6.3,8,10.3,14.3,10.7c2.2,0.2,4.6-0.1,6.9-0.9c4.9-1.8,8.1-6.2,8.4-11.1c0.1-1.8-0.1-3.6-0.7-5.3c-1.4-3.8-4.9-6.2-8.7-6.5c-1.4-0.1-2.8,0.1-4.1,0.6c-2.9,1-4.7,3.7-4.9,6.6c-0.1,1,0,2.1,0.4,3.2c0.8,2.2,2.8,3.5,5,3.7c0.8,0.1,1.6,0,2.4-0.3c1.6-0.6,2.6-2,2.8-3.6c0.1-0.6,0-1.2-0.3-1.8c-0.4-1.1-1.4-1.9-2.7-2c-0.4,0-0.8,0.1-1.2,0.2c-0.1,0.1-0.3,0.1-0.4,0.2c1,0.5,1.6,1.6,1.5,2.7c-0.1,1.7-1.5,2.8-3.1,2.7c-1.2-0.1-2.1-0.8-2.5-1.8h-0.1c-0.3-0.8-0.3-1.6-0.3-2.4c0.1-2.1,1.5-4,3.6-4.9c0.9-0.3,1.8-0.4,2.8-0.4c2.4,0.2,4.7,1.8,5.7,4.3c0.4,1.1,0.5,2.2,0.5,3.2c-0.2,2.9-2.1,5.6-5.1,6.7c-1.3,0.4-2.6,0.6-3.9,0.5c-3.5-0.3-6.7-2.5-8-6c-0.5-1.6-0.8-3.1-0.7-4.6c0.3-4.2,3-8,7.3-9.6c1.9-0.7,3.8-0.9,5.7-0.8c5.1,0.4,9.8,3.7,11.7,8.8c0.8,2.3,1.1,4.6,0.9,6.9c-0.5,6.2-4.5,11.8-10.7,14.1c-2.7,1-5.6,1.4-8.4,1.2c-0.4,0-0.8-0.1-1.2-0.1c1.7,2.2,2.6,5,2.4,7.8c-0.1,1.7-0.6,3.4-1.6,4.9c-2.8,4.6-7.8,7-12.8,6.6c-2-0.2-4.1-0.8-5.9-1.9c-3.5-2.1-5.9-5.2-7.2-8.7l2.5,23.5c0.7,6.9,11.6,12,25.8,12c14.2,0,25.1-5.1,25.8-12l3.9-37.5C287,358.6,281,344.5,270.8,339.9 M237,375c1.5-2.4,3.9-3.9,6.5-4.4c-2.6-2-4.7-4.6-6.1-7.8c-1.2,3-3.2,5.9-5,8.1c-1.1,1.8-1.7,3.8-1.8,5.8c-0.3,4.8,1.9,9.6,6.4,12.2c1.4,0.8,2.9,1.3,4.4,1.4c3.7,0.3,7.4-1.5,9.5-4.9c0.7-1.1,1-2.2,1-3.3c0.2-2.8-1.1-5.7-3.7-7.2c-0.8-0.5-1.7-0.7-2.6-0.8c-2.1-0.1-4.3,0.9-5.5,2.8c-0.4,0.6-0.6,1.2-0.6,1.9c-0.1,1.6,0.6,3.1,2.1,4c0.4,0.2,0.9,0.4,1.4,0.4c1.1,0.1,2.3-0.4,2.9-1.5c0.2-0.3,0.3-0.6,0.3-0.9c0-0.6-0.1-1.1-0.5-1.5c-0.2,1.5-1.5,2.4-3.1,2.3s-2.6-1.4-2.4-3c0.1-0.9,0.3-1.5,0.9-2.1c1-1,2.4-1.5,3.8-1.4c0.8,0.1,1.5,0.3,2.1,0.7c1.9,1.1,2.9,3.2,2.7,5.3c-0.1,0.8-0.3,1.7-0.7,2.5c-1.4,2.2-3.8,3.4-6.3,3.2c-1,0-2-0.3-2.9-0.9c-2.7-1.6-4-4.5-3.8-7.3C236,377.2,236.3,376,237,375 M235.4,355.3V355c0-0.9-0.1-1.9,0-2.8c0.2-3.3,0.9-7.4,2.7-10.4c0.1,0,0.1,0,0.1,0c-8.2,5.8-12.9,18-11.9,27.3l0.3,2.1C231.6,367.5,234.9,361.8,235.4,355.3 M191.5,152.3c0.9,0.1,1.7-0.1,2.5-0.4c2.2-0.8,3.7-2.8,3.9-5.3c0.1-1.1-0.1-2.3-0.5-3.3c-1.1-2.8-3.8-4.9-7-5.1c-1.6-0.1-3,0.2-4.4,0.7c-0.5,0.2-1,0.4-1.4,0.7l0.8,3.5c0.7-0.8,1.6-1.3,2.6-1.7c0.8-0.3,1.8-0.5,2.9-0.5c2.3,0.1,4.3,1.6,5.2,3.7c0.3,0.8,0.4,1.6,0.3,2.5c-0.1,1.1-0.8,2.2-1.9,2.6c-1.7,0.6-3.4-0.2-4-1.8c-0.4-1.1-0.2-2.4,0.6-3.2c-0.1-0.1-0.3-0.1-0.5-0.1c-0.5,0-0.9,0-1.3,0.2c-1.2,0.4-1.9,1.5-2.1,2.8c0,0.7,0.1,1.3,0.3,1.8C188.2,151,189.7,152.1,191.5,152.3 M387.7,250.7c-0.1,0.9-0.5,1.9-1.1,2.7c-1.3,2-3.7,2.9-5.8,2.6c-0.8-0.2-1.6-0.4-2.3-0.9c-0.9-0.7-1.4-1.8-1.3-3c0.3-1.7,1.9-2.8,3.6-2.5c1.2,0.2,2.1,1.1,2.5,2.2c0.1-0.1,0.2-0.3,0.3-0.4c0.3-0.4,0.5-0.8,0.5-1.3c0.2-1.2-0.4-2.4-1.4-3.2c-0.6-0.3-1.1-0.6-1.7-0.7c-1.7-0.3-3.4,0.5-4.4,2c-0.5,0.7-0.8,1.5-0.9,2.3c-0.4,2.3,0.6,4.6,2.7,5.9c1,0.7,2,1.1,3.1,1.2c3,0.5,6.1-0.8,7.9-3.5c0.8-1.3,1.4-2.7,1.6-4.1c0.1-0.5,0.1-1,0.1-1.5l-3.5-1C387.8,248.7,387.8,249.7,387.7,250.7 M355,220.3c-0.8,0.6-1.6,1-2.5,1.5c-3,1.5-6.8,2.9-10.4,2.8H342c9.2,4.2,22.1,2.1,29.7-3.5l1.7-1.2c-5.7-2.5-12.4-2.5-18.2,0.3C355.1,220.2,355,220.3,355,220.3 M324.1,197.5c0.4,5.2-0.7,9.1-3.4,12.7c-0.5,0.6-1.3,1.4-2.5,2.2c0.9,0.1,1.9,0.2,2.7,0.4c2.3,0.6,4.6,1.8,6.5,3.4c6.6,5.4,15.6,6.2,22.7,2.8c0.1,0,2-1.1,2.9-1.7c1.5-1,2.8-2.3,4.1-3.7c4.3-5.1,5-12.1,2.2-17.7c-0.9-2.1-2.4-3.9-4.3-5.5c-4-3.4-9.4-3.8-13.8-1.7c-1.6,0.8-3.1,1.9-4.3,3.4c-2.6,3.1-3,7.2-1.3,10.7c0.6,1.2,1.5,2.4,2.6,3.3c2.4,2,5.6,2.2,8.2,1c0.9-0.4,1.8-1.1,2.5-2c1.5-1.8,1.7-4.2,0.8-6.2c-0.3-0.7-0.8-1.3-1.5-1.9c-1.3-1.1-3.1-1.2-4.6-0.6c-0.5,0.3-1,0.6-1.4,1.1c-0.8,0.9-0.9,2.2-0.4,3.2c0.2,0.4,0.5,0.8,0.8,1c0.1,0.1,0.2,0.2,0.4,0.3c0-1.1,0.6-2.2,1.6-2.7c1.5-0.7,3.2-0.1,3.9,1.4c0.5,1,0.3,2.2-0.4,3l0,0c-0.5,0.6-1.1,1.1-1.8,1.5c-1.9,0.9-4.3,0.7-6.1-0.8c-0.7-0.6-1.3-1.4-1.7-2.2c-1.1-2.2-0.8-5,0.9-7c0.7-0.9,1.6-1.6,2.6-2c2.6-1.3,6-1,8.4,1c1,0.9,1.8,1.9,2.4,3.1c1.6,3.2,1.2,7-1.3,9.9c-1,1.2-2.3,2.2-3.7,2.9c-3.8,1.8-8.5,1.4-11.9-1.5c-1.6-1.2-2.8-2.8-3.5-4.5c-2.2-4.6-1.7-10.3,1.8-14.4c1.6-1.8,3.4-3.3,5.4-4.3c5.6-2.7,12.5-2,17.7,2.2c2.2,1.9,4,4.2,5.2,6.6c0.2,0.4,0.3,0.7,0.4,1.1c1.1-2.6,3.1-4.7,5.6-5.8c1.5-0.8,3.2-1.2,5.1-1.1c5.4,0,10,3.2,12.2,7.7c0.9,1.8,1.4,3.9,1.3,6.1c-0.1,4.1-1.6,7.8-4,10.6l19.2-13.9c5.7-4,4.6-15.9-2.4-28.1c-7.1-12.3-17-19.1-23.4-16.2L342,169.9C332.2,174.1,323,186.3,324.1,197.5 M403.2,261.4c0.6-0.9,1.5-2.8,2.6-5.1c0.4-0.9,0.9-1.9,1.5-2.9l-12.7-3.6c0,0.4,0,0.7-0.1,1.1c-0.3,1.9-1.1,3.8-2.2,5.6c-2.6,3.9-7.2,5.8-11.6,5.1c-1.6-0.3-3.2-0.9-4.6-1.8c-3.4-2.2-4.9-6-4.3-9.6c0.2-1.3,0.7-2.6,1.5-3.8c0.5-0.8,1.2-1.5,2-2.1c-2.4-0.6-4.9-0.9-7.5-0.9c-0.1,0.2-0.2,0.3-0.3,0.5c-1.4,2.1-2.3,4.4-2.7,6.8c-1,6.5,1.8,13.3,7.7,17.2c1.7,1.1,3.4,1.9,5.2,2.5c1,0.3,3.3,0.8,3.5,0.8C389.5,272.3,398.3,268.9,403.2,261.4 M353.3,273.7c2.1,0.3,4.2,0.2,6.4-0.4c0,0,5.8-3.1,9.6-3.2c-2.9-2.2-5.2-5-6.6-8.1c-1.1,2.6-3.2,4.6-6.1,5.5c-1.3,0.4-2.5,0.5-3.8,0.3c-3-0.5-5.7-2.6-6.6-5.7c-0.3-1-0.4-2.2-0.2-3.2c0.4-2.5,2.2-4.8,4.8-5.6c0.8-0.3,1.8-0.3,2.7-0.2c2.2,0.4,4.1,1.9,4.8,4.1c0.3,0.8,0.3,1.6,0.2,2.3c-0.2,1.4-1,2.7-2.3,3.5c-0.9,0.4-1.6,0.6-2.5,0.4c-1.6-0.2-2.8-1.6-2.5-3.3c0.2-1.6,1.7-2.7,3.2-2.5c-0.4-0.5-0.9-0.8-1.4-0.9c-0.3,0-0.7,0-1,0.1c-1.2,0.4-2.1,1.4-2.2,2.6c-0.1,0.5,0,1,0.1,1.5c0.5,1.7,2,2.8,3.6,3c0.7,0.1,1.4,0.1,2.1-0.1c2.3-0.7,3.8-2.7,4.2-4.9c0.1-0.9,0.1-1.8-0.2-2.8c-0.9-3.1-3.6-5.1-6.5-5.6c-1.2-0.2-2.5-0.1-3.8,0.3c-3.9,1.2-6.7,4.6-7.3,8.4c-0.3,1.6-0.2,3.3,0.3,4.9C344,269.4,348.3,272.9,353.3,273.7 M353.5,247c2.9,0.5,5.6,2,7.5,4.2c0-0.4,0-0.8,0.1-1.3c0.4-2.1,1-4.3,2.1-6.3c-3.6,0.5-7.2,1.7-10.4,3.3C353,246.9,353.3,246.9,353.5,247 M373.3,289.3c-0.4-0.1-0.8-0.2-1.1-0.2c-4-0.7-8,1.7-9.3,5.7c-0.1,0.3-0.1,0.6-0.1,0.8c-0.5,3,1.3,6,4.3,6.9c0.2,0.1,0.4,0.1,0.6,0.2c2.2,0.4,4.5-1,5.2-3.2c0.1-0.2,0.1-0.3,0.1-0.5c0.2-1.6-0.7-3.2-2.3-3.7c-0.1,0-0.2,0-0.2-0.1c-0.9-0.1-1.7,0.2-2.2,0.8c0.2,0,0.5,0,0.6,0.1c1.7,0.2,2.8,1.9,2.6,3.5c-0.3,1.7-1.8,2.8-3.6,2.6c0,0-0.1,0-0.2,0v0.1c-2.5-0.8-4-3.2-3.6-5.8c0-0.2,0.1-0.4,0.1-0.7c0.9-2.9,3.8-4.7,6.7-4.2c0.3,0.1,0.5,0.1,0.8,0.2c3.5,1.1,5.4,4.4,5,7.8c-0.1,0.3-0.1,0.6-0.2,0.9c-0.3,1.1-0.8,2-1.5,2.8l5.2,0.3c0.1-0.3,0.2-0.6,0.3-0.9c0.1-0.4,0.2-1,0.3-1.4C381.6,296,378.5,290.8,373.3,289.3 M341.2,312.6c1,1.2,1.6,2.8,1.6,4.5c0,1-0.2,1.9-0.7,2.8c-1,2.1-3.1,3.5-5.5,3.5c-0.9,0-1.7-0.2-2.5-0.6c-1.8-0.9-3-2.7-3-4.8c0-0.5,0.1-1,0.2-1.4c0.8-1.6,2.7-2.2,4.2-1.5c1.5,0.8,2.1,2.6,1.4,4.1c-0.1,0.2-0.1,0.3-0.2,0.4c0.9-0.1,1.7-0.6,2.1-1.4c0.1-0.3,0.3-0.7,0.3-1.1c0-1.5-0.8-2.7-2.1-3.3c-0.4-0.2-1-0.3-1.6-0.3c-1.9,0-3.7,1.2-4.5,2.8c-0.4,0.7-0.5,1.4-0.5,2.3c0,2.6,1.6,5.1,3.7,6.1c0.8,0.5,1.9,0.6,2.9,0.5c2.9-0.3,5.8-0.8,8.8-1s6,0.1,8.9,1.5c0.4,0.2,0.9,0.4,1.3,0.7l-2.3-3.5C350.9,318.9,346.4,315.1,341.2,312.6 M376.7,273.8h-0.2c-11.1-1.7-22.1,4.8-25.5,15.9c-0.2,0.8-0.5,1.6-0.6,2.4c-0.2,1.7-0.3,3.4,0,5c3.1,2.1,6.5,3.7,9.9,4.6c-1.2-1.9-1.7-4.3-1.3-6.7c0.1-0.4,0.2-0.9,0.3-1.4c1.8-5.7,7.5-9.2,13.4-8.3c0.6,0.1,1.1,0.2,1.6,0.4c0.7,0.2,1.5,0.5,2.2,0.9c0-0.2-0.1-0.3-0.2-0.4c-0.7-1.6-0.8-3.3-0.6-4.9c0.4-2.6,1.9-5,4-6.6C378.7,274.4,377.7,274.1,376.7,273.8 M325.6,325.1c-5,10-1.9,22.4,7.7,28.9c0.7,0.5,1.4,0.9,2.1,1.3c7.9,3.9,17.7,1.4,22.8-6c0.4-0.6,0.7-1.1,1-1.7c3-6.1,1.1-13.7-4.8-17.7c-0.4-0.3-0.9-0.5-1.3-0.7c-4.7-2.3-10.6-0.9-13.7,3.6c-0.2,0.4-0.4,0.7-0.6,1c-1.8,3.6-0.7,8.1,2.8,10.4c0.3,0.1,0.5,0.3,0.8,0.4c2.7,1.3,6.2,0.5,7.9-2.1c0.2-0.2,0.3-0.4,0.4-0.6c1-2,0.3-4.5-1.6-5.8c-0.2-0.1-0.3-0.2-0.4-0.2c-1.5-0.7-3.3-0.3-4.3,1.1c0,0.1-0.1,0.2-0.1,0.3c-0.4,0.7-0.3,1.6,0.1,2.2c0.1-0.2,0.1-0.3,0.2-0.5c0.8-1.5,2.6-2,4.1-1.2s1.7,3.1,0.9,4.3c0,0.1-2.3,3.7-6.1,1.5c-0.2-0.1-0.4-0.3-0.6-0.4c-2.5-1.7-3.4-4.9-2-7.6c0.1-0.2,0.3-0.5,0.5-0.7c2-2.9,5.8-3.9,8.9-2.4c0.3,0.1,0.5,0.3,0.9,0.5c3.5,2.4,4.6,6.9,2.8,10.6c-0.1,0.3-0.3,0.7-0.5,1c-2.8,4.2-8.3,5.5-12.7,3.4c-0.4-0.2-0.8-0.5-1.2-0.7c-5-3.4-6.7-9.9-4-15.2c0.2-0.5,0.5-0.9,0.8-1.4c0.5-0.6,1-1.2,1.5-1.8c-0.1,0-0.3,0-0.5,0c-1.7,0.2-3.4-0.2-4.9-0.9c-2.4-1.2-4.2-3.3-5.1-5.8c-0.5,0.9-1.1,1.7-1.6,2.5C325.7,324.9,325.7,325,325.6,325.1 M375,208.2c-1.1,0.5-2.2,0.8-3.5,0.8c-2.9-0.1-5.4-1.4-7.1-3.4c-0.4,3.3-1.6,6.4-3.7,9.2c3.3-0.5,6.7-0.2,9.7,0.3c2.1,0.1,4.1-0.5,5.8-1.3c4.4-2.1,7.4-6.4,7.5-11.6c0-1.6-0.3-3.2-1-4.5c-1.6-3.4-5-5.7-8.9-5.8c-1.3,0-2.4,0.3-3.5,0.8c-2.6,1.2-4.3,3.8-4.4,6.8c0,0.9,0.2,1.8,0.5,2.6c1,1.9,3,3.2,5.2,3.3c0.7,0,1.4-0.1,2-0.5c1.4-0.7,2.4-2.1,2.5-3.8c0-0.5-0.1-1-0.3-1.4c-0.5-1-1.5-1.7-2.7-1.7c-0.4,0-0.7,0.1-1,0.2c-0.5,0.2-0.9,0.6-1.1,1.1c1.4-0.5,2.9,0.2,3.6,1.6c0.7,1.4,0.1,2.9-1.4,3.5c-0.8,0.4-1.4,0.5-2.3,0.3c-1.4-0.4-2.5-1.3-3.1-2.6c-0.3-0.7-0.5-1.4-0.5-2.2c0-2.2,1.3-4.1,3.2-5c0.8-0.4,1.7-0.6,2.6-0.6c2.6,0,4.9,1.6,5.9,3.8c0.5,0.9,0.7,1.9,0.7,3C379.5,204.4,377.6,207,375,208.2 M210.4,145.9c0.1-2-0.1-3.9-0.5-5.8c-0.2-0.9-0.9-3.2-1-3.4c-3-7.9-10.5-13.6-19.5-14.2c-1.1-0.1-3.2,0.1-5.8,0.3c-1,0.1-2.1,0.2-3.3,0.2l3.2,12.8c0.3-0.1,0.6-0.3,1-0.4c1.8-0.7,3.8-1,5.9-1c4.8,0.3,8.7,3.4,10.3,7.5c0.6,1.5,0.8,3.2,0.8,4.9c-0.3,3.9-2.8,7.2-6.3,8.5c-1.3,0.5-2.7,0.7-4.1,0.6c-0.9-0.1-1.8-0.3-2.7-0.7c0.6,2.4,1.6,4.7,3,6.9c0.2,0,0.3,0.1,0.5,0.1c2.6,0.1,5-0.3,7.3-1.1C205.5,158.8,210,153,210.4,145.9 M283.5,157.6c0.1,0,0.2,0,0.3-0.1c11.3-0.7,20.4-9.6,21.3-21c0.1-0.8,0.1-1.7,0-2.5c-0.6-8.8-7.6-15.9-16.6-16.6c-0.6,0-1.3,0-2,0c-6.8,0.4-12.5,5.9-13,12.9c0,0.5,0,1,0,1.5c0.4,5.2,4.5,9.6,10,10h1.2c4-0.3,7.4-3.5,7.7-7.6c0-0.3,0-0.6,0-0.9c-0.2-3-2.7-5.5-5.8-5.8H286c-2.3,0.2-4.2,2-4.4,4.3v0.5c0.1,1.6,1.4,2.9,3.1,3c0.1,0,0.2,0,0.3,0c0.8,0,1.5-0.5,1.8-1.2c-0.1,0.1-0.4,0.1-0.6,0.1c-1.7,0.1-3-1.2-3-2.9c-0.1-1.6,1.8-3,3.3-2.9c0,0,4.3,0.1,4.3,4.4v0.7c-0.2,3-2.7,5.3-5.6,5.5h-0.9c-3.5-0.3-6.3-3.1-6.5-6.5c0-0.3,0-0.7,0-1c0.3-4.2,3.7-7.4,7.8-7.7c0.4,0,0.8-0.1,1.1,0c5.1,0.3,8.9,4.3,9.2,9.3c0.1,0.4,0.1,0.9,0,1.3c-0.4,6-5.3,10.7-11.2,11.1c-0.6,0-1.1,0-1.6,0c-0.8-0.1-1.6-0.2-2.3-0.4c0.1,0.1,0.2,0.3,0.3,0.4c1,1.4,1.6,3.1,1.7,4.7c0.2,2.6-0.8,5.2-2.5,7.3C281.4,157.5,282.5,157.5,283.5,157.6 M225.1,159.4c-0.7-1.9-1.9-3.7-3.5-5.2c0,0-5.6-3.5-7.6-6.7c-0.4,3.5-1.8,6.9-3.8,9.7c2.8-0.4,5.7,0.5,7.9,2.5c0.9,0.9,1.7,2,2.2,3.2c1.1,2.8,0.6,6.2-1.6,8.5c-0.7,0.8-1.6,1.4-2.6,1.8c-2.4,0.9-5.2,0.5-7.3-1.4c-0.7-0.6-1.2-1.4-1.5-2.3c-0.8-2-0.4-4.4,1.1-6.1c0.6-0.6,1.2-1.1,2-1.4c1.4-0.5,2.9-0.5,4.2,0.3c0.8,0.5,1.3,1,1.6,1.9c0.6,1.6,0,3.2-1.6,3.8c-1.5,0.5-3.1-0.1-3.8-1.5c-0.2,0.6-0.2,1.2,0,1.7c0.1,0.3,0.3,0.6,0.6,0.8c1,0.9,2.3,1.1,3.4,0.6c0.4-0.1,0.9-0.4,1.2-0.8c1.2-1.3,1.5-3.2,0.9-4.7c-0.3-0.6-0.7-1.2-1.2-1.7c-1.8-1.6-4.3-2-6.4-1.2c-0.8,0.3-1.7,0.9-2.3,1.6c-2.1,2.4-2.7,5.6-1.6,8.4c0.4,1.1,1.1,2.2,2.1,3.1c3.1,2.8,7.4,3.4,11,2c1.5-0.6,2.9-1.5,4.1-2.7C226.1,169.7,226.9,164.2,225.1,159.4 M202.1,173.4c-0.1-0.3-0.2-0.5-0.4-0.8c-1-2.7-1-5.7,0-8.5c-0.4,0.2-0.7,0.3-1.1,0.5c-2.1,0.8-4.3,1.2-6.5,1.3C196.3,168.8,199,171.4,202.1,173.4 M170.2,182.5c-2-2.5-3.5-5.7-4.6-8.4c-1-1.9-2.5-3.3-4.1-4.4c-4-2.7-9.3-3.1-13.8-0.6c-1.4,0.8-2.6,1.8-3.4,3.1c-2.2,3.1-2.4,7.2-0.5,10.7c0.6,1,1.4,1.9,2.4,2.6c2.4,1.6,5.6,1.9,8.2,0.4c0.8-0.5,1.5-1.1,2-1.8c1.2-1.8,1.4-4.1,0.3-6.1c-0.4-0.6-0.8-1.1-1.3-1.5c-1.3-0.8-3.1-1-4.6-0.2c-0.5,0.3-0.8,0.6-1.1,1c-0.7,0.9-0.7,2.2-0.1,3.2c0.1,0.3,0.4,0.5,0.6,0.7c0.5,0.3,1.1,0.4,1.6,0.3c-1.1-0.9-1.3-2.6-0.4-3.8c0.9-1.3,2.5-1.5,3.8-0.6c0.7,0.5,1.1,1,1.4,1.8c0.4,1.4,0.1,2.8-0.7,4c-0.4,0.6-1,1.1-1.7,1.5c-1.9,1-4.2,0.8-5.9-0.3c-0.8-0.5-1.3-1.2-1.8-1.9c-1.3-2.2-1-4.9,0.3-7c0.6-0.8,1.3-1.5,2.2-2c2.7-1.5,5.9-1.2,8.3,0.4c1,0.7,1.8,1.6,2.4,2.6c1.4,2.5,1.5,5.3,0.6,7.8C163.4,182.7,166.8,182.2,170.2,182.5 M240.2,153.4c0.8-0.2,1.6-0.4,2.4-0.7c1.6-0.6,3.1-1.5,4.4-2.5c0.3-3.8-0.1-7.4-1-10.9c-1.1,2-2.9,3.6-5.2,4.5c-0.4,0.2-0.9,0.3-1.3,0.4c-5.9,1.4-11.8-1.9-13.9-7.3c-0.2-0.5-0.4-1.1-0.5-1.6c-0.2-0.7-0.3-1.5-0.3-2.2c0,0.1-0.2,0.2-0.3,0.4c-1,1.4-2.5,2.4-4,3c-2.5,0.9-5.3,0.8-7.8-0.2c0.3,0.9,0.6,1.9,0.8,2.8c0,0.1,0,0.2,0,0.3C217.7,149.9,229,156,240.2,153.4 M310.7,172.8c-2.2,0.1-4.4-0.9-5.5-3c-0.4-0.7-0.6-1.4-0.7-2.2c-0.1-1.5,0.4-2.9,1.5-3.9c0.7-0.7,1.4-1,2.3-1c1.7-0.1,3.1,1,3.3,2.6c0,1.6-1.1,3-2.6,3.2c0.4,0.4,1,0.6,1.6,0.5c0.4,0,0.7-0.1,1-0.3c1.1-0.7,1.7-1.9,1.6-3c0-0.6-0.1-1-0.4-1.4c-0.9-1.5-2.6-2.4-4.2-2.2c-0.7,0-1.4,0.3-2,0.6c-2.1,1.2-3.1,3.4-3,5.7c0.1,0.9,0.3,1.8,0.8,2.7c1,1.6,2.4,2.7,4,3.4c0.9-0.5,1.9-1.1,2.8-1.7C310.9,172.7,310.9,172.8,310.7,172.8 M299.8,166.2c0.5-2.7,2.1-5.2,4.8-6.7c1.1-0.7,2.4-1,3.6-1.1c3-0.2,6.1,1.3,7.7,4.1c0.6,0.9,0.9,2,0.9,3c0.1,0.8-0.1,1.6-0.3,2.3c1.5-1.6,2.8-3.4,3.9-5.2c-0.2-1.1-0.6-2.2-1.2-3.2c-2.7-4.6-7.8-7.1-12.9-6.8c-2,0.1-4.1,0.7-6.1,1.8l0,0c0,0-5,4.3-8.7,5.2C294.9,161.2,297.7,163.5,299.8,166.2 M170.1,169.9l-1.8-0.8c0.7,6.1,3.9,11.8,9.3,15.5c0,0.1,0.2,0.1,0.2,0.2c0.9,0.4,1.7,0.9,2.5,1.4c2.7,1.8,6,4.5,7.6,7.6v0.1C187.1,183.7,178.9,173.6,170.1,169.9 M228.7,134.5c0.1,0.4,0.2,0.8,0.4,1.1c1.4,3.7,5.5,6,9.5,5c0.3,0,0.6-0.2,0.9-0.2c2.8-1.1,4.5-4.2,3.8-7.2c-0.1-0.2-0.1-0.4-0.2-0.6c-0.8-2.1-3.1-3.4-5.4-2.8c-0.2,0-0.3,0.1-0.4,0.1c-1.5,0.5-2.4,2.2-2,3.9c0,0.1,0,0.2,0,0.3c0.3,0.8,1,1.3,1.8,1.4c-0.1-0.2-0.2-0.4-0.3-0.6c-0.6-1.6,0.2-3.4,1.8-3.9c1.6-0.6,3.4,0.2,4,1.7c0,0,0,0.1,0,0.2h0.1c0.6,2.5-0.8,5.1-3.2,6c-0.2,0.1-0.5,0.1-0.7,0.2c-3,0.7-5.9-0.9-7-3.7c-0.1-0.2-0.2-0.5-0.3-0.8c-0.8-3.4,1.1-6.9,4.3-8.1c0.3-0.1,0.6-0.2,0.9-0.3c1.1-0.3,2-0.3,3.1-0.1l-2.3-4.6c-0.3,0.1-0.7,0.1-1,0.2c-0.5,0.1-1,0.2-1.5,0.4C230.4,123.9,227.5,129.2,228.7,134.5 M268.3,146.8c0.9-0.5,1.8-0.8,2.8-0.8c2.3-0.2,4.6,1,5.8,3.1c0.4,0.7,0.6,1.5,0.7,2.4c0.1,1.9-0.8,3.9-2.7,5c-0.4,0.2-0.9,0.4-1.4,0.5c-1.8,0.1-3.2-1.1-3.3-2.9c-0.1-1.7,1.2-3.2,2.8-3.2c0.2,0,0.3,0,0.5,0c-0.5-0.8-1.4-1.2-2.3-1.1c-0.4,0.1-0.7,0.1-1.1,0.3c-1.2,0.8-1.9,2.1-1.8,3.4c0,0.5,0.2,1.1,0.4,1.6c1,1.7,2.9,2.6,4.7,2.5c0.7-0.1,1.4-0.3,2.2-0.7c2.3-1.3,3.6-4,3.5-6.3c-0.1-0.9-0.4-1.8-1-2.7c-1.7-2.3-3.6-4.6-5.2-7.1c-1.7-2.5-3-5.2-3.2-8.5c-0.1-0.5-0.1-1,0-1.5l-1.8,3.7c-2.2,4.5-3.2,10.3-2.8,15.9C265.7,149,266.8,147.6,268.3,146.8 M276.2,117.8l8.4-17.2c2.9-6.3,14.9-7.4,28.3-2.5c13.3,4.8,21.9,13.3,20.1,20l-9.2,36.6c-0.3,1.1-0.7,2.3-1.1,3.4c-0.1-0.2-0.2-0.4-0.3-0.5c-3.5-5.9-9.9-9.1-16.3-8.6c-0.5,0-0.9,0.1-1.4,0.1c2.3-3.6,3.8-7.7,4.1-12.3c0.1-1,0.1-2,0.1-3c-0.7-10.5-9.2-19.3-20.1-20.1c-0.8-0.1-1.7-0.1-2.4,0C282.5,114,278.9,115.5,276.2,117.8"/></g></svg>');
}
#header-sticky .logo {
	width: 115px;
	height: 115px;
}
#header-sticky .logo, #header.header-tipology-light .logo {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><style type="text/css">.st0{fill:%23BE9D41;}</style><g><path d="M16.1,250.6l5.5,0l-0.1,2.7l-2.4,0.4c-1.3,2.9-1.9,5.9-1.8,9c0.2,4.7,2.1,8.5,5.8,10.8c3.2,2.1,7.5,3,11.3,2.8c8-0.4,15.2-5.9,14.7-16.2c-0.2-3.9-1.5-8.3-3.6-11.5l2.7-0.2c2.3,3.7,3.3,8.2,3.5,12.6c0.3,5.9-0.7,11-4.5,15.2c-3.5,4-8.2,5.6-13,5.8c-4.4,0.3-9.7-1-13.3-4.2c-4.1-3.7-5.5-8.9-5.8-14.7c-0.2-4.3,0.2-7.6,0.9-11.8L16.1,250.6z"/><path d="M40.1,197.9c-7-1.4-16.3-0.1-18.3,9.7c-2,9.9,6.1,14.6,13.1,16c7,1.4,16.3,0.1,18.3-9.8C55.1,204,47,199.3,40.1,197.9 M47.4,227.2c-4.3,2.9-9,3-13.6,2.1c-4.5-0.9-8.8-2.7-11.6-6.8c-3.1-4.3-3.8-9.6-2.6-15.3c1.1-5.4,3.5-9.9,7.8-12.8c4.4-3,9.2-3.2,13.9-2.2c4.4,0.8,8.7,2.7,11.6,6.7c3,4.3,3.8,9.6,2.7,15.3C54.3,219.8,51.7,224.4,47.4,227.2"/><polygon points="39.8,165.6 35.7,164 34.4,166.1 32.2,165.3 35.4,158.8 70.4,152 51.1,142.6 47,141 45.7,143 43.5,142.3 47.9,133.4 49.8,134.7 49,136.9 52.8,139.1 78.2,151.5 76.2,155.7 41.9,162.3 60.4,171.3 64.4,172.9 65.6,170.9 67.9,171.6 63.5,180.5 61.6,179.3 62.4,177 58.6,174.8 "/><path d="M83.4,131.2l2-1.9l2,1.2c2.5-1,5-2.3,6.8-4.5c2.9-3.5,3.3-8,0.1-10.5c-3.5-2.8-7.1-0.7-11.1,1.2c-5,2.3-10.8,5.4-15.1,1.9c-2-1.6-3-4.1-3-6.8c-0.1-3,1.1-5.7,3.2-8.2c2.2-2.7,4.9-5.1,7.7-7.2l3.9,3.7L78,102l-2-1.3c-2.2,1-4.3,2.4-5.9,4.3c-2.3,2.9-1.9,6.7,0.5,8.6c3,2.4,6.6,0.6,10-1.1c2.4-1.1,5.4-2.6,7.9-3.3c3.1-1.1,6-0.7,8.4,1.2c4.9,4,3.8,11.2-0.5,16.6c-2.5,3-5.5,5.6-8.6,8L83.4,131.2z"/><path d="M128.6,71.8c-4.4-5.6-12.3-10.6-20.3-4.4c-7.9,6.2-4.8,15-0.4,20.6c4.4,5.5,12.3,10.6,20.3,4.3C136.1,86.2,133,77.3,128.6,71.8 M115,98.8c-5.2-0.6-8.8-3.5-11.7-7.2c-2.8-3.6-4.8-7.7-4.3-12.7c0.5-5.3,3.4-9.8,7.9-13.3c4.3-3.4,9.1-5.2,14.2-4.7c5.3,0.6,9,3.5,12,7.3c2.8,3.5,4.9,7.7,4.4,12.6c-0.5,5.3-3.4,9.7-7.9,13.3C125.2,97.6,120.2,99.5,115,98.8"/><path d="M159.3,54c2.8-1.3,5.9-2.7,7.3-5.2c1.5-2.4,1.2-5,0.2-7.3c-1.9-4-5.7-4.6-10.3-2.5c-1.5,0.7-2.9,1.6-4.2,2.5l5.9,13L159.3,54z M164.5,68.1l2-0.6l1.3,2l-9.9,4.5l-0.7-2.3l2.1-1.2l-1.5-4.1l-8.6-19l-2.1-3.8l-2.3,0.7l-1.2-2l13.6-6.1c2.6-1.2,5.6-2.3,8.4-2c3.2,0.3,5.4,2.1,6.6,4.7c1.9,4.3,0.4,9-3.8,12.5l11.1,5.8l4.7,2.2l2.2-0.7l1.2,2L180,64l-16.3-9.5l-4.5,2L164.5,68.1z"/><polygon points="200.7,54.3 216.6,20.4 203.5,23 199.2,24.5 199.5,27.4 196.8,28.2 195.3,22.3 222,17 222.5,19.2 206.8,52.7 219.7,50.2 225.3,48.4 225.1,45.8 227.6,45 229.2,50.9 201.2,56.5 "/><polygon points="244.8,15.1 245.2,17.4 247.6,17.7 248.1,22 248.6,42.8 248.3,47.1 246,47.5 245.7,49.8 257.3,49.5 256.9,47.2 254.5,47 254.1,42.7 253.6,21.8 253.7,17.5 256.1,17.2 256.4,14.9 "/><path d="M307.7,37.8c1.2-7-0.3-16.2-10.2-17.9c-10.1-1.7-14.5,6.4-15.8,13.5c-1.2,6.9,0.3,16.2,10.3,17.9C301.9,52.9,306.5,44.7,307.7,37.8 M278.4,45.8c-3-4.2-3.3-8.8-2.5-13.4c0.8-4.5,2.6-8.8,6.6-11.8c4.2-3.2,9.6-4,15.3-3c5.4,0.9,10,3.2,13,7.4c3.1,4.3,3.4,9.1,2.5,13.8c-0.8,4.4-2.5,8.7-6.5,11.7c-4.3,3.2-9.6,4-15.2,3.1C286.1,52.5,281.4,50,278.4,45.8"/><polygon points="377.6,50.1 371.5,46.4 367.5,44.4 365.8,46.4 363.4,45.2 366,40.4 396.3,58.7 393.1,63.2 391,61.6 392.1,59.2 388.4,56.6 382.3,52.9 369,74.7 367.1,78.5 368.9,80 368,82.2 358.1,76.2 359.5,74.4 361.8,75.4 364.3,71.9 "/><path d="M410.8,79.2l2.8-3.3l-1.5-1.9l1.4-1.9l8.2,8.1l-1.9,1.4l-1.9-1.4l-3.3,2.8l-9.5,9.5c-1.6,1.7-4.3,4.3-5.1,6.5c-1.3,3.2,0.2,6.9,2.9,9.6c2.2,2.2,5.4,3.7,8.3,3.3c2.9-0.5,5.2-3.1,7.2-5l10.1-10.1l2.8-3.3l-1.5-1.9l1.4-1.9l7.4,7.3l-1.9,1.3l-1.8-1.4l-3.3,2.8l-9.2,9.3c-2.7,2.7-5.1,5.4-9.2,6c-4.7,0.7-8.4-1.4-12-5c-3.1-3.1-5.7-6.9-5.6-11.1c0.1-4,2.7-7,5.2-9.5L410.8,79.2z"/><polygon points="457.9,127.6 454.2,121.6 451.6,117.9 449.1,119 447.5,116.9 452,113.7 470.7,143.8 465.8,146.4 464.6,143.9 466.6,142.3 464.6,138.3 460.8,132.2 439,145.6 435.5,148.2 436.5,150.3 434.7,151.9 428.6,142.1 430.8,141.2 432.3,143 436.1,141 "/><polygon points="446.6,174.9 448.9,174.5 449.9,176.6 454.1,175.5 473.9,168.6 477.9,166.9 477.4,164.6 479.5,163.5 488.1,187.9 483,189.3 482.4,186.6 484.6,185.5 482.9,179.9 480.1,172.2 467.7,176.5 472.5,190.1 469.9,190.6 468,184.1 465.6,177.3 455.9,180.7 451.9,182.4 455,191.1 457.2,196.3 459.7,195.8 461,198.2 455.6,200.4 "/><polygon points="486.7,213.3 490.9,212.4 490.9,210 493.1,209.3 494.7,220.8 492.4,220.8 491.7,218.4 487.4,218.7 466.6,221.5 462.4,222.5 463.7,231.6 464.7,237.2 468,237.1 468.6,239.8 462.3,241 458.6,214.1 461,214.1 461.6,216.4 465.9,216.1 "/><path d="M473.8,278l16.8-6.2l-15.6-8.7L473.8,278z M465.2,257.8l-0.5,2.7l-2.4,0.2l0.8-9l2.2,0.5l0.2,1.7l4.7,3.2l26.8,15l-0.3,3.3l-30,11l-4,1.8l-0.4,1.7L460,290l0.9-11.2l2.2,0.5l0.1,2.7l8.1-3.1l1.4-17L465.2,257.8z"/><path class="st0" d="M49.2,341.1l13.8-6c0.9,1.3,1.7,2.6,2.3,4c0.9,1.9,1.3,3.6,1.3,5.1c0,2.4-1.1,4.1-4,5.4c-1.1,0.5-2.5,0.8-3.7,0.8c-1.4,0-2.7-0.3-4-1.1c-2.8-1.7-4.1-4.4-5.5-7.6L49.2,341.1z M53.5,354.5c2.3,1.9,4.8,2.8,7.3,2.8c1.7,0,3.3-0.4,4.9-1.1c4-1.8,5.9-5,5.9-8.8c0-2.4-0.7-5-1.9-7.7l-7.2-16l-3,2l0.7,2.4l-3.7,2l-20.5,9l-3.9,1.3l-1.2-2.1l-3.6,0.9l5.9,13.3l3.2-1.9l-1.2-3.4l10.6-4.7l0.2,0.4C47.8,347.1,50.1,351.6,53.5,354.5"/><path class="st0" d="M69.3,376.8l11.7-8.1c1.1,1,2.1,2.2,3.1,3.4c1.4,2,2.2,4,2.2,5.7c0,1.8-0.8,3.4-2.6,4.7c-1.5,1-3.1,1.7-4.9,1.7c-0.7,0-1.5-0.1-2.3-0.4c-2.7-1-4.9-3.8-6.7-6.5L69.3,376.8z M91.9,380.8c0-0.3,0-0.6,0-0.9c-0.3-3.2-2.1-6.1-3.9-8.7l-9.6-13.6l-2.7,2.5l1.2,2.2l-3.2,2.7L55.4,378l-3.6,2.1l-1.7-1.9l-3.3,1.7l7.5,10.6l2.6-2.5l-1-1.8l10.3-7.2l2.5,3.6l-6.8,18.9l5.7,8l2.6-2.5l-1.3-2.4l1.3-5.1l3.6-11.9c2.5,1.8,5.2,2.8,7.9,2.8c2.1,0,4.2-0.6,6.1-1.9C90.4,386.6,91.9,384,91.9,380.8"/><path class="st0" d="M102.7,435.4c-2.7,0-5.6-0.9-8.3-3.5c-3.2-2.9-4.4-6.1-4.4-9.1c-0.1-4.4,2.5-8.9,5.4-12.1c3.2-3.5,7.8-6.6,12.7-6.6h0.1c2.8,0,5.6,1,8.4,3.5c3.2,2.8,4.3,6,4.3,9.1c0,4.4-2.5,8.8-5.4,12.1C112.2,432.3,107.5,435.4,102.7,435.4 M126.7,419.4c-0.3-5.7-3.2-10.5-7.6-14.5c-4.3-3.9-9.3-6.2-14.6-6.2c-0.5,0-0.9,0-1.4,0.1c-5.6,0.4-9.8,3.3-13.2,7c-3.2,3.6-5.7,7.8-5.7,13.1c0,0.3,0,0.6,0,0.9c0.2,5.7,3.1,10.8,7.7,14.8c4.3,3.9,9.2,6.2,14.7,6.2c0.5,0,0.8,0,1.3-0.1c5.6-0.3,9.8-3.4,13-7c3.4-3.6,5.9-7.9,5.9-13.3C126.7,420.1,126.7,419.7,126.7,419.4"/><path class="st0" d="M162.3,437c-2.6-2.7-5.7-5.1-9-7.1c-2.5-1.4-5-2.3-7.6-2.3c-0.6,0-1.3,0.1-1.9,0.2c-3,0.5-5.7,2.1-7.1,4.5c-0.8,1.3-1.1,2.7-1.1,4.1c0,4.3,3.1,8.5,5.5,12.2c2,2.9,3.9,5.5,3.8,8c0,0.9-0.2,1.9-0.8,2.9c-1.1,1.9-3.1,2.8-5.2,2.8c-1.7,0-3.4-0.5-5.2-1.5c-2.4-1.4-4.1-3.6-5.5-6l1-2.6l-3.2-2.4l-0.3,0.5l-3.8,5.6l0.3,0.4c3.1,2.8,6.3,5.7,10,7.8c2.9,1.7,6.1,2.7,9.3,2.7c3.8,0,7.3-1.5,9.3-4.9c0.9-1.5,1.3-3,1.3-4.6c0-1.7-0.4-3.3-1.3-4.9c-1.3-2.6-3.3-5.4-4.9-7.9c-1.7-2.5-3.4-5-3.4-7.3c0-0.8,0.2-1.6,0.7-2.4c1-1.6,2.8-2.6,4.9-2.6c1.1,0,2.3,0.3,3.4,0.9c2.1,1.3,3.8,3.1,5.2,5.1l-1,2.5l3.2,2.4l3.9-5.7L162.3,437z"/><polygon class="st0" points="172,445 174.2,446.1 173.2,450.2 165.4,471.1 163.8,474.8 161.8,474.4 161.3,474.3 159.5,477.4 160.2,477.7 188.2,487.8 190.3,480.7 186.4,479.7 185.1,482.2 179.8,480.6 171,477.4 172.1,473.4 175.6,463.9 182.3,466.3 189.6,469.3 191.5,465.7 176.9,460.4 181.3,448.4 189,451.2 194.3,453.5 193.9,455.4 193.7,455.9 197.4,457.7 200.2,451.4 172.8,441.4 "/><path class="st0" d="M241.7,459.4c-4.3-1.6-7.8-2.8-12.4-3.6c-1.8-0.2-3.7-0.4-5.4-0.4c-4.2,0-8.3,0.9-11.8,3.5c-4.4,3.2-6.8,8.5-7.5,13.3c-0.2,1.2-0.3,2.5-0.3,3.8c0,4,1.1,8,3.8,11.5c3.7,5,9.1,7.2,15.5,8.2c1.9,0.3,3.8,0.4,5.7,0.4c2.9,0,5.9-0.4,8.7-1.4l0.3-0.1l0.6-4.4l-0.9,0.4c-2.6,1.1-5.8,1.6-8.9,1.6c-1.3,0-2.5-0.1-3.7-0.2c-9.5-1.4-13.7-8.1-13.7-15.4c0-0.9,0-1.8,0.2-2.8c0.5-3.8,2.3-8,5.1-10.9c2.5-2.5,5.6-3.8,9.4-3.8c0.9,0,1.8,0.1,2.8,0.2c3.2,0.5,6,1.7,8.6,3.5l0,2.4v0.5l3.9,1l1.4-6.9l-0.4-0.2L241.7,459.4z"/><path class="st0" d="M289.1,489.2c-3.2,2.3-7.8,3.7-12,4c-0.5,0-0.9,0.1-1.4,0.1c-9.8-0.1-15.1-7.1-15.7-14.9c0-0.5,0-0.9,0-1.3c0-3.5,0.9-7.4,2.7-10.4c2.4-3.7,6.2-5.7,11.1-6c0.4-0.1,0.8-0.1,1.2-0.1c2.8,0,5.3,0.6,7.9,1.6l0.6,2.8l4,0.2V458l-0.6-0.1l-0.9-0.1c-3.5-0.6-6.5-1-10-1c-0.9,0-1.9,0.1-2.9,0.1c-6.3,0.4-12.1,2-16.1,6.6c-3.3,3.7-4.6,8.7-4.6,13.2c0,0.5,0,1,0.1,1.4c0.3,5.3,2.2,10.3,6.7,14.2c4,3.5,8.9,4.8,14.2,4.8c0.9,0,1.7,0,2.6-0.1c4.8-0.3,9.8-1.4,13.8-4l0.3-0.2l-0.3-4.4L289.1,489.2z"/><path class="st0" d="M334.8,471.3c0,5.5-2.2,10.7-9.2,12.9c-1.5,0.5-2.9,0.7-4.2,0.7c-7.3,0-11.7-6.5-13.5-12.6c-0.6-2.1-1-4.4-1-6.8c0-5.5,2.2-10.7,9.3-12.9c1.5-0.4,2.9-0.6,4.2-0.6c7.3,0,11.7,6.5,13.5,12.6C334.4,466.6,334.8,469,334.8,471.3 M331.5,450.1c-2.8-1.5-5.9-2.1-9-2.1c-2.4,0-4.9,0.4-7.5,1.2c-6,1.8-10.9,5.2-13.6,10.5c-1.3,2.6-1.9,5.2-1.9,7.8c0,2.4,0.4,4.7,1.1,7c1.5,4.9,4,9.4,9.1,12.2c2.9,1.6,6,2.3,9.3,2.3c2.5,0,5-0.4,7.5-1.1c6.1-1.8,10.9-5.2,13.6-10.5c1.4-2.5,1.9-5.2,1.9-7.7c0-2.4-0.5-4.8-1.2-7C339.4,457.5,336.7,452.8,331.5,450.1"/><path class="st0" d="M392.9,450.4l-2.5-2.8l-16.1-21.2l2.7-2c4.2-3.2,8.3-6,13.2-6h0h0.3c5,0.1,8.6,2.7,11.3,6.2c2,2.7,3.7,6.4,3.7,10c0,0.4,0,0.9-0.1,1.4c-0.5,4.8-3.5,8.1-7.7,11.3L392.9,450.4z M394.6,412.4c-0.4,0-0.7,0-1.1,0c-5.4,0-10,2.5-14.4,5.9l-15.4,11.5l2.6,2.6l2.2-1.2l2.8,3.1l13.5,17.8l2.2,3.5l-1.8,1.8l0.2,0.4l1.5,2.8l14.7-11c5.2-3.9,9.1-8.2,10.1-14.5c0.1-0.9,0.2-1.8,0.2-2.7c0-4.6-1.9-8.9-4.4-12.2C404.6,416,400.1,412.7,394.6,412.4"/><path class="st0" d="M445.3,399.4c0,2.6-0.9,5.3-3.1,8c-3,3.5-6.3,4.8-9.5,4.8c-4.3,0-8.6-2.2-11.8-4.9c-3.8-3.2-7.3-7.8-7.3-12.8c0-2.6,0.9-5.3,3.2-8.1c2.9-3.4,6.2-4.7,9.5-4.7c4.3,0,8.6,2.3,11.9,5C441.9,389.6,445.3,394.4,445.3,399.4 M442.8,380.9c-3.6-3-7.8-5.3-12.8-5.3c-0.6,0-1.2,0.1-1.8,0.1c-5.7,0.6-10.4,3.7-14.3,8.3c-3.5,4.2-5.6,9-5.6,13.9c0,0.7,0,1.5,0.1,2.2c0.7,5.5,3.8,9.6,7.7,12.7c3.5,2.9,7.7,5.2,12.7,5.1c0.5,0,1.1,0,1.6,0c5.7-0.5,10.7-3.6,14.6-8.3c3.5-4.3,5.5-9,5.5-14c0-0.7,0-1.4-0.1-2.1C449.8,388,446.6,384,442.8,380.9"/><path class="st0" d="M480.4,346.8v-0.4l-3.9-2l0.1,1.1c0.1,0.4,0.1,0.9,0.1,1.4c0,3.5-1,7.7-2.7,10.8c-3.2,6.4-8.4,9-13.7,9c-2.6,0-5.4-0.7-7.8-1.9c-3.4-1.7-6.9-4.8-8.7-8.3c-1-1.9-1.5-3.7-1.5-5.6c0-2.2,0.6-4.6,1.9-6.9c1.4-2.9,3.5-5.1,6-7.1l2.7,0.9l2.2-3.4l-6.1-3.5l-0.3,0.4l-0.6,0.7c-2.8,3.5-5.1,6.4-7.3,10.6c-2,3.9-3.3,7.8-3.3,11.8c0,1.8,0.2,3.6,0.8,5.4c1.7,5.1,6,9.1,10.4,11.3c3,1.5,6.2,2.5,9.7,2.5c1.9,0,3.9-0.3,6-0.9c5.9-1.9,9.7-6.3,12.6-12.1c2-4.1,3.6-8.7,3.6-13.2C480.5,347.2,480.4,347,480.4,346.8"/><path d="M242.4,82c0,7.6,6.2,13.8,13.8,13.8c7.7,0,13.9-6.2,13.9-13.8c0-7.6-6.2-13.7-13.9-13.7C248.6,68.2,242.4,74.4,242.4,82"/><path class="st0" d="M250.9,109.8c-2.4,2.9-2.1,7.2,0.8,9.7c2.9,2.4,7.3,2.1,9.7-0.9c2.5-2.9,2.1-7.2-0.8-9.6C257.7,106.5,253.3,106.9,250.9,109.8"/><path class="st0" d="M253.2,135.1c-1.4,1.7-1.2,4.1,0.5,5.5c1.6,1.3,4.1,1.1,5.5-0.5c1.3-1.6,1.1-4.1-0.5-5.5C257.1,133.3,254.6,133.5,253.2,135.1"/><path d="M134.8,130.9c4.9,5.8,13.6,6.6,19.5,1.7c5.9-4.9,6.6-13.5,1.7-19.4c-4.9-5.8-13.6-6.5-19.5-1.7C130.7,116.4,129.9,125,134.8,130.9"/><path class="st0" d="M159.3,146.7c0,3.8,3.1,6.9,6.9,6.9c3.8,0,6.9-3.1,6.9-6.9c0-3.8-3.1-6.9-6.9-6.9C162.4,139.8,159.3,142.9,159.3,146.7"/><path class="st0" d="M177.5,164.6c0,2.1,1.7,3.9,3.9,3.9c2.1,0,3.9-1.7,3.9-3.9c0-2.1-1.8-3.9-3.9-3.9C179.2,160.7,177.5,162.5,177.5,164.6"/><path d="M84.1,237.1c7.5,1.3,14.7-3.7,16-11.2c1.3-7.5-3.7-14.7-11.2-16c-7.5-1.3-14.7,3.7-16.1,11.2C71.4,228.6,76.5,235.7,84.1,237.1"/><path class="st0" d="M113,233.5c2.5,2.9,6.9,3.3,9.8,0.9c2.9-2.5,3.3-6.8,0.8-9.7c-2.5-2.9-6.8-3.3-9.8-0.9C110.9,226.3,110.6,230.6,113,233.5"/><path class="st0" d="M138.5,235.7c1.4,1.6,3.8,1.8,5.5,0.5c1.7-1.4,1.9-3.8,0.6-5.4c-1.4-1.7-3.8-1.9-5.5-0.5C137.3,231.5,137.2,234,138.5,235.7"/><path d="M113.7,350.8c6.7-3.8,8.9-12.2,5.1-18.8c-3.8-6.6-12.3-8.8-18.9-5.1c-6.6,3.8-8.9,12.3-5.1,18.9C98.6,352.4,107.1,354.7,113.7,350.8"/><path class="st0" d="M133.6,329.6c3.8,0.7,7.4-1.8,8-5.6c0.7-3.8-1.9-7.3-5.6-8c-3.7-0.7-7.3,1.8-8,5.6C127.4,325.4,129.9,329,133.6,329.6"/><path class="st0" d="M154.6,314.9c2.1,0.4,4.1-1.1,4.5-3.1c0.4-2.1-1-4.1-3.1-4.5c-2.1-0.4-4.1,1-4.4,3.1C151,312.6,152.4,314.6,154.6,314.9"/><path d="M210.1,419.1c2.6-7.2-1.1-15-8.3-17.7c-7.2-2.6-15.1,1.1-17.7,8.2c-2.6,7.2,1.1,15.1,8.3,17.7C199.5,429.9,207.4,426.2,210.1,419.1"/><path class="st0" d="M211.6,390.1c3.3-1.9,4.4-6.1,2.5-9.4c-1.9-3.3-6.2-4.4-9.5-2.5c-3.3,1.9-4.4,6.1-2.6,9.4C204,390.8,208.3,391.9,211.6,390.1"/><path class="st0" d="M218.1,365.5c1.8-1.1,2.5-3.4,1.4-5.3c-1.1-1.9-3.4-2.5-5.3-1.4c-1.9,1-2.5,3.4-1.4,5.3C213.8,365.9,216.2,366.6,218.1,365.5"/><path d="M327.9,409.7c-2.7-7.2-10.6-10.8-17.8-8.2c-7.2,2.6-10.9,10.5-8.3,17.7c2.6,7.2,10.6,10.8,17.8,8.2C326.9,424.8,330.5,416.9,327.9,409.7"/><path class="st0" d="M310.3,386.5c1.3-3.6-0.5-7.5-4.2-8.8c-3.6-1.3-7.6,0.5-8.9,4.2c-1.3,3.6,0.6,7.5,4.2,8.8C305,391.9,309,390.1,310.3,386.5"/><path class="st0" d="M299.4,363.5c0.7-2-0.3-4.3-2.4-4.9c-2-0.8-4.3,0.3-5,2.3c-0.7,2,0.3,4.2,2.4,4.9C296.4,366.6,298.7,365.5,299.4,363.5"/><path d="M412.1,327.2c-6.6-3.8-15.1-1.6-18.9,5.1c-3.8,6.6-1.6,15,5,18.8c6.7,3.8,15.1,1.5,18.9-5.1C421,339.5,418.8,331,412.1,327.2"/><path class="st0" d="M383.7,320.7c-1.3-3.6-5.3-5.4-8.9-4.1c-3.6,1.3-5.5,5.3-4.1,8.8c1.3,3.5,5.3,5.4,8.9,4.1C383.2,328.2,385,324.3,383.7,320.7"/><path class="st0" d="M360.5,310c-0.8-2-3-3-5-2.3c-2,0.7-3,3-2.3,4.9c0.7,2,3,3.1,5,2.3C360.2,314.3,361.2,312.1,360.5,310"/><path d="M423.3,210.2c-7.5,1.3-12.5,8.5-11.2,16c1.3,7.5,8.5,12.5,16,11.2c7.6-1.3,12.5-8.5,11.2-16C438.1,213.9,430.9,208.9,423.3,210.2"/><path class="st0" d="M397.4,223.4c-3.3-1.9-7.6-0.8-9.5,2.5c-1.9,3.3-0.8,7.5,2.5,9.4c3.3,1.9,7.6,0.8,9.4-2.5C401.8,229.5,400.7,225.2,397.4,223.4"/><path class="st0" d="M372.7,230c-1.9-1-4.3-0.4-5.4,1.4c-1.1,1.8-0.4,4.2,1.4,5.3c1.8,1.1,4.3,0.4,5.3-1.4C375.2,233.5,374.5,231.1,372.7,230"/><path d="M356.3,113.3c-4.9,5.8-4.2,14.5,1.7,19.4c5.8,4.9,14.6,4.1,19.5-1.7c4.9-5.8,4.1-14.5-1.7-19.4C370,106.7,361.2,107.5,356.3,113.3"/><path class="st0" d="M344.9,140.1c-3.7,0.6-6.2,4.2-5.6,8c0.7,3.7,4.3,6.2,8,5.6c3.8-0.7,6.3-4.2,5.6-7.9C352.2,141.9,348.7,139.4,344.9,140.1"/><path class="st0" d="M330.3,161c-2.1,0.4-3.5,2.4-3.1,4.5c0.3,2.1,2.3,3.5,4.5,3.1c2.1-0.4,3.5-2.3,3.2-4.5C334.4,162,332.4,160.6,330.3,161"/><path class="st0" d="M207.9,324.4c-1.2-1.1-2.7-1.8-4.4-2.1c-5.3-1.2-10.5,0.9-13.7,4.8c-1.3,1.6-2.3,3.5-2.8,5.7c0,0-0.2,6.5-2,9.9c3.4-1.5,6.9-1.9,10.4-1.6c-1.7-2.2-2.5-5.1-1.8-8c0.3-1.3,0.9-2.5,1.6-3.4c1.9-2.4,5.1-3.6,8.2-2.9c1.1,0.2,2.1,0.7,2.9,1.3c2,1.7,3,4.3,2.5,7c-0.2,0.9-0.6,1.7-1.2,2.4c-1.4,1.7-3.6,2.6-5.9,2.1c-0.8-0.2-1.5-0.6-2.1-1c-1.1-0.9-1.8-2.3-1.9-3.8c0-1,0.2-1.7,0.8-2.4c1.1-1.3,2.8-1.6,4.1-0.5c1.2,1,1.5,2.8,0.6,4.1c0.6,0,1.1-0.4,1.5-0.8c0.1-0.3,0.3-0.6,0.4-0.9c0.2-1.2-0.2-2.5-1.2-3.3c-0.3-0.3-0.8-0.5-1.3-0.7c-1.7-0.3-3.4,0.3-4.5,1.6c-0.5,0.5-0.8,1.1-0.9,1.8c-0.4,2.3,0.4,4.7,2.1,6.1c0.8,0.6,1.6,1,2.6,1.2c3.1,0.7,6.2-0.5,8.1-2.8c0.8-0.9,1.3-2.1,1.6-3.3C212.5,330.8,210.9,326.8,207.9,324.4 M178.1,352.3c-5.3,6.5-6.6,15.8-2.6,23.8c0.5,0.9,1.7,2.7,3.1,4.8c0.6,0.8,1.2,1.8,1.8,2.7l9.5-9.1c-0.3-0.2-0.6-0.4-0.9-0.7c-1.5-1.2-2.8-2.8-3.8-4.6c-2.1-4.2-1.4-9.1,1.4-12.6c1-1.2,2.3-2.3,3.9-3.1c3.5-1.7,7.6-1.2,10.5,1.2c1,0.8,1.9,1.9,2.5,3.2c0.5,0.9,0.7,1.8,0.8,2.7c1.7-1.7,3.2-3.7,4.5-5.9c-0.1-0.2-0.1-0.4-0.2-0.5c-1.2-2.3-2.7-4.1-4.6-5.7c-5.2-4.1-12.5-5.2-18.8-2c-1.8,0.9-3.4,2-4.8,3.3C179.9,350.4,178.2,352.1,178.1,352.3 M162.1,284.8c-2.3-1.3-5.3-1.2-7.2,0.1c-0.9,0.5-1.5,1.2-1.9,2.2c-1.2,2.6-2.2,5.4-3.5,8c-1.3,2.6-3,5.2-5.7,7c-0.5,0.3-0.9,0.5-1.3,0.7l4.2-0.3c5-0.3,10.5-2.4,15.3-5.5c-1.6,0.2-3.2-0.1-4.7-0.9c-0.8-0.5-1.5-1.2-2.1-2c-1.3-1.9-1.4-4.4-0.3-6.6c0.5-0.8,1.1-1.4,1.7-1.8c1.6-1.1,3.9-1.3,5.7-0.2c0.4,0.3,0.8,0.6,1.1,1.1c0.9,1.4,0.5,3.3-0.9,4.2c-1.5,1-3.4,0.6-4.3-0.9c-0.1-0.1-0.2-0.2-0.2-0.3c-0.4,0.8-0.3,1.7,0.2,2.4c0.2,0.4,0.4,0.6,0.8,0.8c1.3,0.7,2.7,0.6,3.8-0.1c0.5-0.3,0.8-0.7,1.1-1.3c1-1.6,0.8-3.7-0.2-5.2C163.4,285.7,162.8,285.2,162.1,284.8 M152.1,336.9c4.1,3.3,10.2,3.2,14.2-0.5c0.3-0.3,0.5-0.6,0.8-0.9c2.6-3.2,2.4-7.7-0.4-10.8c-0.2-0.2-0.5-0.4-0.7-0.6c-2.4-1.9-5.9-1.8-8.2,0.3c-0.1,0.1-0.2,0.3-0.4,0.5c-1.4,1.7-1.4,4.3,0.3,6c0.1,0.1,0.2,0.2,0.3,0.3c1.2,1,3.1,0.9,4.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.5-0.6,0.6-1.5,0.4-2.2c-0.1,0.2-0.2,0.3-0.4,0.5c-1,1.3-3,1.6-4.3,0.5c-1.3-1.1-1.6-3-0.5-4.3c0.1-0.1,0.1-0.1,0.1-0.1l-0.1-0.1c1.9-1.8,4.9-1.8,6.8-0.3c0.2,0.2,0.4,0.3,0.5,0.5c2.1,2.2,2.2,5.6,0.3,7.8c-0.2,0.2-0.4,0.4-0.6,0.6c-2.5,2.4-6.5,2.5-9.2,0.3c-0.2-0.2-0.5-0.4-0.7-0.7c-0.8-0.8-1.3-1.7-1.7-2.6l-2.9,4.2c0.2,0.2,0.5,0.5,0.7,0.8C151.3,336.2,151.7,336.6,152.1,336.9 M158.8,277.4c-6.2-9.3-18.6-12.9-29-7.8c-0.7,0.3-1.5,0.8-2.2,1.2c-7.3,4.9-10.1,14.5-6.2,22.6c0.3,0.6,0.6,1.2,1,1.7c3.8,5.7,11.3,7.9,17.7,4.8c0.5-0.3,0.9-0.5,1.3-0.8c4.4-2.9,6.1-8.7,3.7-13.6c-0.2-0.3-0.4-0.7-0.6-1c-2.3-3.4-6.8-4.6-10.5-2.8c-0.2,0.1-0.5,0.3-0.7,0.4c-2.6,1.7-3.5,5.1-2.1,7.9c0.1,0.2,0.2,0.4,0.3,0.6c1.3,1.9,3.8,2.6,5.9,1.6c0.1-0.1,0.3-0.2,0.4-0.3c1.3-0.9,1.9-2.7,1.2-4.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.5-0.7-1.3-1.1-2-1c0.1,0.1,0.2,0.3,0.4,0.5c1,1.4,0.4,3.2-1,4.1c-1.4,1-3.5-0.1-4.2-1.4c-0.1,0-2.1-3.9,1.7-6c0.2-0.1,0.3-0.2,0.6-0.3c2.7-1.3,6-0.5,7.6,2c0.1,0.3,0.3,0.5,0.4,0.7c1.5,3.2,0.5,7-2.5,8.9c-0.3,0.2-0.5,0.3-0.9,0.5c-3.7,1.8-8.3,0.6-10.6-2.8c-0.2-0.3-0.4-0.6-0.6-1.1c-2.2-4.5-0.6-9.8,3.5-12.6c0.3-0.2,0.7-0.5,1.2-0.7c5.5-2.6,11.9-0.8,15.2,4.1c0.3,0.4,0.6,0.9,0.8,1.4c0.4,0.7,0.6,1.4,0.9,2.1c0.1-0.1,0.1-0.3,0.2-0.4c0.7-1.6,1.9-2.9,3.2-3.8c2.2-1.4,5-2,7.6-1.5c-0.5-0.9-1-1.7-1.4-2.7C159,277.6,158.9,277.5,158.8,277.4 M212.9,340.5c-1.9,2.3-4.5,3.8-7.4,4.3c0.3,0.3,0.6,0.5,1,0.8c1.7,1.4,3.2,3,4.5,4.9c1.4-3.4,2.2-7,2.4-10.6C213.2,340.1,213,340.4,212.9,340.5 M192.6,368.1c-0.8-0.6-1.4-1.4-1.9-2.3c-1.1-2.1-0.7-4.6,0.7-6.3c0.5-0.7,1.2-1.2,2-1.6v0c1-0.5,2.2-0.4,3.2,0.4c1.3,1,1.5,2.9,0.4,4.3c-0.8,1-2,1.4-3.1,1.1c0,0.1,0.1,0.3,0.2,0.5c0.2,0.4,0.5,0.8,0.8,1.1c1,0.8,2.2,0.9,3.4,0.3c0.6-0.3,1.1-0.7,1.5-1.1c1.1-1.3,1.3-3.2,0.5-4.8c-0.4-0.8-1-1.4-1.6-1.9c-1.8-1.5-4.3-1.8-6.5-0.7c-1,0.5-1.9,1.3-2.6,2.1c-1.9,2.4-2.4,5.7-0.9,8.6c0.7,1.4,1.6,2.5,2.7,3.4c0.4,0.3,0.9,0.6,1.3,0.9l2.6-2.5C194.4,369.2,193.4,368.7,192.6,368.1 M109.8,198.9l30.6,22.2c8.6,6.3,23.9,8.2,33,1.7c4.3-3,8.3-4.1,12.7-3.5c0.8,0.1,1.9,0.5,3.2,1c-0.4-0.9-0.7-1.7-0.9-2.6c-0.6-2.3-0.7-4.7-0.3-7.3c1.5-8.4-2.3-16.5-9-21c-0.1-0.1-1.9-1.2-2.9-1.7c-1.7-0.8-3.4-1.3-5.3-1.6c-6.6-1.2-13,1.8-16.5,6.9c-1.3,1.9-2.2,4-2.6,6.5c-0.9,5.1,1.4,10,5.4,12.8c1.5,1,3.3,1.7,5.1,2c3.9,0.7,7.7-1,9.9-4.2c0.7-1.2,1.3-2.4,1.5-3.9c0.5-3-0.8-5.9-3.2-7.5c-0.8-0.6-1.9-1.1-3-1.2c-2.2-0.4-4.5,0.6-5.7,2.4c-0.4,0.7-0.8,1.4-0.9,2.2c-0.3,1.7,0.5,3.3,1.8,4.2c0.4,0.4,1,0.6,1.6,0.7c1.3,0.2,2.4-0.3,3.1-1.2c0.2-0.3,0.4-0.8,0.5-1.2v-0.5c-0.9,0.6-2.2,0.6-3.1-0.1c-1.4-0.9-1.7-2.7-0.8-4c0.6-1,1.8-1.4,2.8-1.2c0.8,0.1,1.6,0.4,2.2,0.8c1.7,1.2,2.7,3.4,2.4,5.6c-0.2,0.9-0.6,1.8-1.1,2.6c-1.4,2.1-3.9,3.2-6.6,2.7c-1.1-0.2-2.1-0.7-3-1.2c-2.5-1.6-3.8-4.6-3.3-7.7c0.3-1.3,0.8-2.6,1.5-3.6c1.9-2.9,5.5-4.5,9.3-3.9c1.6,0.3,3.1,0.9,4.4,1.8c3.5,2.3,5.4,6.6,4.7,11.1c-0.4,1.9-1.1,3.7-2.2,5.2c-2.9,4.3-8.1,6.6-13.5,5.7c-2.4-0.4-4.6-1.3-6.4-2.6c-5.2-3.5-8.1-9.8-6.9-16.3c0.5-2.9,1.6-5.5,3.2-7.8c0.2-0.4,0.4-0.7,0.7-1c-2.8,0.4-5.6-0.3-7.9-1.9c-1.4-1-2.6-2.2-3.5-3.8c-2.6-4.7-2.2-10.2,0.7-14.3c1.2-1.7,2.7-3.1,4.6-4.2c3.5-2,7.5-2.5,11.2-1.8l-21.7-9.6c-6.3-2.9-16.1,3.9-23.3,16.2C105.1,183,104.1,194.9,109.8,198.9 M179.5,119.4c2.4-0.1,4.6-0.3,6.4-0.4c1.5-0.1,2.8-0.2,3.8-0.1c6.7,0.4,12.7,3.3,17.1,7.8c0.2-1.7,1-3.4,2.2-4.7c0.8-0.9,1.8-1.5,2.8-1.9c2.5-1,5.5-0.5,7.6,1.4c0.8,0.7,1.4,1.5,1.6,2.4c0.8,2.2,0.5,4.7-1.2,6.4c-0.6,0.7-1.3,1.1-2,1.4c-1.9,0.7-4,0.4-5.5-1c-0.4-0.3-0.7-0.7-0.9-1.2c-0.6-1.6,0.2-3.4,1.8-4c1.6-0.6,3.4,0.2,4,1.8c0.1,0.1,0.1,0.3,0.1,0.4c0.5-0.7,0.7-1.6,0.4-2.4c-0.2-0.4-0.4-0.7-0.7-1c-1.1-0.9-2.5-1.1-3.8-0.7c-0.5,0.2-0.9,0.5-1.4,1c-1.3,1.4-1.7,3.4-1,5.1c0.3,0.7,0.7,1.4,1.3,1.9c1.9,1.8,4.9,2.3,7.1,1.5c0.9-0.4,1.7-0.9,2.3-1.8c1.8-2.3,3.3-4.8,5.2-7.1c1.9-2.3,4.1-4.3,7.2-5.5c0.6-0.2,1.4-0.5,2.1-0.6v-0.1h0.1l-8.5-17.4c-3-6.2-14.9-7.3-28.3-2.4c-13.4,4.8-21.9,13.3-20.1,20L179.5,119.4z M158.6,246.6c1.2,1.8,1.4,4.3,0.2,6.3c-0.4,0.7-1,1.3-1.6,1.7c-1.1,0.8-2.7,1.1-4.2,0.7c-1-0.3-1.5-0.7-2-1.5c-0.9-1.4-0.7-3.1,0.7-4.1c1.4-0.9,3.1-0.6,4.1,0.6c0.1-0.6,0-1.1-0.3-1.6c-0.2-0.2-0.4-0.5-0.8-0.7c-1.1-0.6-2.4-0.5-3.4,0.1c-0.4,0.3-0.8,0.6-1,1.1c-0.9,1.6-0.8,3.4,0.1,4.8c0.4,0.5,0.9,1.1,1.6,1.4c2.1,1.2,4.6,1,6.4-0.2c0.8-0.5,1.4-1.2,1.9-2c0.9-1.6,1.2-3.4,1-5.1c-0.9-0.6-1.8-1.1-2.9-1.6C158.4,246.5,158.5,246.5,158.6,246.6 M161.8,319c2.3-0.1,4.6,0.7,6.5,2.2c0.4,0.3,0.7,0.6,1,1c4.2,4.4,4.3,11.1,0.6,15.7c-0.3,0.4-0.7,0.9-1.1,1.2c-0.5,0.5-1.2,1-1.8,1.4c0.1,0.1,0.3,0.1,0.4,0.1c1.8,0.2,3.3,0.9,4.6,1.9c2.1,1.7,3.4,4.2,3.7,6.8c0.6-0.8,1.3-1.5,2.1-2.2c0.1-0.1,0.2-0.1,0.2-0.3c7.1-8.7,6.8-21.4-1.2-29.8c-0.6-0.6-1.2-1.2-1.8-1.7c-1.4-1.1-2.8-2-4.3-2.6C167.4,314.4,164.3,316.6,161.8,319 M147.9,264.7L147.9,264.7c0,0,6.2,2.2,8.9,5c-0.4-3.6,0.3-7.2,1.6-10.3c-2.6,0.9-5.6,0.8-8.2-0.7c-1.2-0.6-2.1-1.5-2.8-2.5c-1.8-2.5-1.9-5.9-0.4-8.7c0.6-1,1.3-1.7,2.2-2.3c0.7-0.5,1.4-0.8,2.2-0.9c-2.1-0.5-4.3-0.7-6.5-0.8c-0.8,0.8-1.6,1.7-2.2,2.6c-2.6,4.7-2.3,10.3,0.5,14.5C144.4,262.2,145.9,263.6,147.9,264.7 M280.3,224.7c-15.9-13.3-39.7-11.2-53,4.6c-13.4,15.8-11.3,39.5,4.6,52.8c15.9,13.3,39.7,11.2,53.1-4.6C298.3,261.6,296.2,238,280.3,224.7 M296.7,308l-6.1-7.2c-4.6-5.1-12-7.3-18.9-4.8c-6.9,2.5-11.2,8.8-11.4,15.7v4.9v0.1v1.4c-0.1,3.3-1.6,6.5-4,8.9c-1.4,1.3-3,2.4-4.8,3.1c-0.2,0-0.4,0.1-0.6,0.2c0.8-2.2,1-7.1,1-9.1v-9.5c-0.2-6.9-4.5-13.2-11.4-15.7c-6.8-2.5-14.3-0.4-18.8,4.8l-6.2,7.2c-1.3,1.6-4.6,5.9-5.3,8c-0.5,1.6-0.8,3.2-0.8,4.9c-1.5-1-3.3-1.8-5.2-2.3c-6.7-1.4-13.4,1.1-17.4,6.1c-0.3,0.4-0.6,0.8-0.8,1.2c-1.1-4.1-3.2-8-6.3-11.3c-0.7-0.8-1.5-1.5-2.3-2c-0.7-0.6-1.4-1.1-2.2-1.6c4.6-1.4,9.3-1.8,13.6-0.7c5.1,1.4,9.2,1,13.2-1.1c2-1,5.7-4.9,6.9-6.6l6.1-7.2c4.3-5.4,5.2-13,1.5-19.3c-3.7-6.3-10.8-9.4-17.6-8.4l-9.3,1.7c-2.1,0.3-7.3,1.5-9.2,2.6c-3.7,2.4-6.2,5.8-7.5,10.9c-0.3,1.1-0.8,2.2-1.2,3.2c-3.1-1.7-5.8-4.1-7.8-7c0-0.1-1.2-2.2-1.7-3.2c-0.8-1.7-1.3-3.5-1.7-5.5c-1.1-6.7,1.8-13.1,6.9-16.8c0.1,0.1,0.3,0.3,0.4,0.5c3,4.3,6.5,6.6,10.8,7.6c2.2,0.5,7.5-0.2,9.6-0.6l9.3-1.6c6.7-1.3,12.4-6.7,13.6-13.9c1.2-7.1-2.1-14.1-8-17.6l-4.3-2.5h0l-1.4-0.8c-2.8-1.8-4.8-4.6-5.7-7.9c-0.5-1.8-0.6-3.7-0.2-5.7c0-0.2,0.1-0.4,0.1-0.7c1.5,1.8,5.8,4.5,7.5,5.4l8.2,4.7c6.1,3.3,13.8,2.8,19.4-1.9c5.5-4.7,7.5-12.2,5.2-18.7l-3.2-8.9c-0.7-2-2.7-6.9-4.2-8.5c-1.2-1.2-2.5-2.3-3.9-3.1c1.7-0.8,3.2-1.9,4.5-3.4c4.6-5,5.7-12,3.4-18c-0.2-0.5-0.4-0.9-0.6-1.3c4.2,1.1,8.6,1.3,13,0.3c1-0.3,2-0.5,2.9-0.9c0.8-0.4,1.6-0.7,2.4-1.2c-1,4.6-3.1,8.9-6.2,12.1c-3.7,3.6-5.4,7.4-5.6,11.8c-0.2,2.2,1.5,7.4,2.2,9.3l3.3,8.9c2.5,6.4,8.8,10.9,16.1,10.9c7.3,0,13.5-4.5,16.1-10.9l3.2-8.9c0.8-1.9,2.4-7,2.3-9.3c-0.2-4.5-1.9-8.2-5.7-11.8c-0.9-0.8-1.6-1.7-2.2-2.7c3-1.8,6.4-2.9,10-3.1c0.2,0,2.6,0,3.6,0c1.8,0.2,3.8,0.6,5.6,1.4c6.4,2.3,10.4,8.1,11.1,14.3c-0.1,0.1-0.3,0.1-0.6,0.1c-5.2,0.4-8.9,2.2-12,5.5c-1.5,1.6-3.6,6.6-4.2,8.5l-3.2,8.9c-2.2,6.5-0.4,14,5.3,18.7c5.6,4.6,13.3,5.2,19.4,1.9l4.2-2.5c0.1,0,0.2-0.1,0.3-0.1l1.1-0.6c3-1.5,6.5-1.9,9.7-0.9c1.8,0.4,3.5,1.3,5,2.6c0.1,0.1,0.4,0.2,0.5,0.4c-2.3,0.4-6.7,2.7-8.5,3.8l-8.2,4.7c-5.9,3.5-9.3,10.5-8,17.6c1.2,7.2,6.8,12.5,13.5,13.9l9.4,1.6c2.1,0.4,7.4,1.2,9.6,0.6c1.7-0.4,3.2-1,4.7-1.8c-0.2,1.8,0,3.7,0.6,5.6c2.1,6.5,7.7,11,14,12c0.4,0,0.9,0.1,1.4,0.1c-3,3-5.4,6.8-6.7,11.2c-0.3,0.9-0.5,1.9-0.7,2.8c-0.2,0.9-0.2,1.8-0.3,2.7c-3.5-3.2-6.2-7.1-7.3-11.4c-1.3-5.1-3.8-8.4-7.6-10.9c-1.8-1.2-7.1-2.4-9.2-2.6l-9.3-1.7c-6.8-1-13.9,2.1-17.6,8.4c-3.7,6.3-2.8,14,1.5,19.3l6.1,7.2c1.3,1.7,4.9,5.6,6.9,6.6c4,2,8.1,2.5,13.2,1.1c1.1-0.3,2.2-0.5,3.4-0.6c0,3.5-0.7,7-2.3,10.2c-0.1,0.1-1.2,2.3-1.8,3c-1.1,1.5-2.4,3-4,4.3c-5.3,4.3-12.2,5-18,2.4c0-0.2,0.1-0.4,0.2-0.6c2.3-4.7,2.5-8.8,1.3-13.1C301.3,313.8,298,309.6,296.7,308 M302.3,342.4c-0.2,0.3-0.3,0.6-0.3,0.9c0,1.3,0.8,2.4,1.8,2.9c0.4,0.2,1,0.4,1.5,0.4c1.8,0,3.3-1.1,4-2.5c0.3-0.6,0.6-1.3,0.5-2.1c0-2.4-1.4-4.5-3.4-5.5c-0.9-0.4-1.8-0.6-2.8-0.6c-1.9,0-3.6,0.7-5,1.7c0,1.1,0,2.2,0.1,3.3c0-0.1,0-0.2,0-0.2c1-1.9,3-3.3,5.3-3.3c0.9,0,1.7,0.2,2.3,0.6c1.3,0.6,2.3,1.8,2.7,3.2c0.3,1,0.1,1.7-0.3,2.5c-0.8,1.5-2.4,2.2-3.9,1.4c-1.4-0.7-2.1-2.4-1.5-3.8C303,341.5,302.5,341.9,302.3,342.4 M412.3,254.7l-1.3-0.3c-1.1,2.1-2,4.1-2.8,5.7c-0.7,1.4-1.2,2.5-1.8,3.4c-3.7,5.5-9.3,9.3-15.3,10.8c1.4,1.1,2.5,2.5,3,4.3c0.4,1.1,0.4,2.3,0.3,3.4c-0.4,2.7-2.3,5-5.1,5.8c-1,0.3-1.9,0.4-2.9,0.3c-2.3-0.4-4.3-2-5-4.3c-0.2-0.9-0.4-1.7-0.2-2.5c0.3-1.9,1.7-3.6,3.7-4.3c0.5-0.1,1-0.2,1.5-0.1c1.7,0.3,2.8,1.8,2.6,3.5c-0.3,1.7-1.9,2.8-3.6,2.6c-0.1,0-0.3-0.1-0.4-0.1c0.3,0.8,1,1.3,2,1.5c0.4,0,0.7,0,1.1-0.1c1.3-0.4,2.3-1.6,2.5-2.9c0-0.5,0-1.1-0.1-1.6c-0.6-1.9-2.3-3.2-4-3.4c-0.8-0.1-1.6-0.1-2.3,0.1c-2.6,0.8-4.5,3.1-4.9,5.4c-0.1,1-0.1,2,0.3,2.9c1.2,2.7,2.6,5.3,3.6,8.1c1,2.7,1.8,5.7,1.3,8.9c-0.2,0.7-0.3,1.4-0.5,2.1v0c0,0.1-0.1,0.1-0.1,0.1l19.4,1.4c7,0.5,13.9-9.2,16.3-23.2C422.1,268.1,419,256.6,412.3,254.7 M318.7,347c0.8-1.8,1.4-4,1.4-6.1c0,0-1.2-6.4-0.2-10.1c-3,2.2-6.3,3.4-9.8,3.8c2.1,1.8,3.4,4.5,3.4,7.5c0.1,1.3-0.3,2.6-0.8,3.7c-1.4,2.7-4.1,4.6-7.4,4.6c-1.1,0-2.2-0.2-3.1-0.7c-0.7-0.3-1.4-0.8-1.9-1.4c0.7,2.1,1.5,4.1,2.6,6c1,0.3,2.2,0.5,3.4,0.5C311.7,354.7,316.3,351.6,318.7,347 M364.1,338.4c0.6,3.6,0.1,7.3-1.6,10.8c-0.3,0.8-0.7,1.4-1.2,2.1c-6.1,9-18,12-27.5,7.3c-0.9-0.4-1.7-0.9-2.6-1.5c-3.8-2.6-6.7-5.9-8.7-9.7c-0.2,0.4-0.4,0.9-0.6,1.2c-2.8,5.8-8.8,9.7-15.6,9.7h-0.6c0.8,1,1.6,1.9,2.5,2.7l27.2,26.1c4.9,4.9,16.6,1.8,27.5-7.3c10.9-9.1,16-19.9,12-25.6L364.1,338.4z M174.2,381c-0.8-1.2-1.5-2.3-2-3.2c-3-6-3.4-12.6-1.8-18.6c-1.6,0.7-3.4,0.9-5.2,0.5c-1.2-0.3-2.2-0.8-3-1.5c-2.1-1.7-3.2-4.5-2.6-7.4c0.2-0.9,0.7-1.8,1.3-2.5c1.5-1.8,3.8-2.7,6.2-2.2c0.9,0.2,1.6,0.6,2.3,1.1c1.5,1.2,2.3,3.2,1.9,5.3c-0.1,0.5-0.3,1-0.6,1.3c-1.1,1.3-3.1,1.5-4.4,0.5c-1.3-1-1.5-3-0.4-4.3c0.1-0.1,0.2-0.2,0.3-0.3c-0.9-0.1-1.8,0.3-2.3,0.9c-0.2,0.3-0.4,0.7-0.5,1c-0.2,1.4,0.2,2.8,1.3,3.6c0.4,0.4,0.9,0.6,1.5,0.7c1.9,0.5,3.9-0.3,5.1-1.7c0.4-0.6,0.8-1.3,1-2.1c0.6-2.5-0.4-5.3-2.3-6.8c-0.7-0.6-1.7-1-2.7-1.2c-2.9-0.3-5.9-0.5-8.8-0.9c-2.9-0.5-5.9-1.3-8.4-3.4c-0.5-0.5-1.1-1-1.6-1.5v0c0,0-0.1-0.1-0.1-0.1l-10.9,16c-3.9,5.7,1.1,16.5,12,25.6c10.9,9.1,22.5,12.2,27.5,7.3l1-0.9C176.4,384.3,175.2,382.5,174.2,381 M119.4,297.1c-0.5-0.7-0.9-1.4-1.2-2.1c-4.8-9.8-1.4-21.4,7.4-27.3c0.9-0.6,1.7-1.1,2.7-1.5c4.1-2,8.4-2.8,12.8-2.6c-0.3-0.4-0.6-0.8-0.9-1.1v-0.1c-3.5-5.3-4-12.4-0.6-18.3c0.1-0.2,0.2-0.3,0.3-0.5c-1.2,0.2-2.4,0.4-3.5,0.8l-36.4,10.4c-6.7,1.8-9.8,13.4-7.4,27.3c2.5,13.9,9.4,23.7,16.4,23.2l19.1-1.3C124.6,302.6,121.5,300.3,119.4,297.1 M270.8,339.9c-4.8-2.2-7.6-5.2-9.4-9.2c-0.3-0.8-0.5-1.9-0.7-3.2c-0.6,0.7-1.1,1.4-1.8,2c-1.7,1.7-3.8,3-6.2,3.9c-8,3-13.2,10.2-13.8,18.2c0,0.2-0.1,2.4,0,3.4c0.2,1.8,0.6,3.6,1.3,5.4c2.3,6.3,8,10.3,14.3,10.7c2.2,0.2,4.6-0.1,6.9-0.9c4.9-1.8,8.1-6.2,8.4-11.1c0.1-1.8-0.1-3.6-0.7-5.3c-1.4-3.8-4.9-6.2-8.7-6.5c-1.4-0.1-2.8,0.1-4.1,0.6c-2.9,1-4.7,3.7-4.9,6.6c-0.1,1,0,2.1,0.4,3.2c0.8,2.2,2.8,3.5,5,3.7c0.8,0.1,1.6,0,2.4-0.3c1.6-0.6,2.6-2,2.8-3.6c0.1-0.6,0-1.2-0.3-1.8c-0.4-1.1-1.4-1.9-2.7-2c-0.4,0-0.8,0.1-1.2,0.2c-0.1,0.1-0.3,0.1-0.4,0.2c1,0.5,1.6,1.6,1.5,2.7c-0.1,1.7-1.5,2.8-3.1,2.7c-1.2-0.1-2.1-0.8-2.5-1.8h-0.1c-0.3-0.8-0.3-1.6-0.3-2.4c0.1-2.1,1.5-4,3.6-4.9c0.9-0.3,1.8-0.4,2.8-0.4c2.4,0.2,4.7,1.8,5.7,4.3c0.4,1.1,0.5,2.2,0.5,3.2c-0.2,2.9-2.1,5.6-5.1,6.7c-1.3,0.4-2.6,0.6-3.9,0.5c-3.5-0.3-6.7-2.5-8-6c-0.5-1.6-0.8-3.1-0.7-4.6c0.3-4.2,3-8,7.3-9.6c1.9-0.7,3.8-0.9,5.7-0.8c5.1,0.4,9.8,3.7,11.7,8.8c0.8,2.3,1.1,4.6,0.9,6.9c-0.5,6.2-4.5,11.8-10.7,14.1c-2.7,1-5.6,1.4-8.4,1.2c-0.4,0-0.8-0.1-1.2-0.1c1.7,2.2,2.6,5,2.4,7.8c-0.1,1.7-0.6,3.4-1.6,4.9c-2.8,4.6-7.8,7-12.8,6.6c-2-0.2-4.1-0.8-5.9-1.9c-3.5-2.1-5.9-5.2-7.2-8.7l2.5,23.5c0.7,6.9,11.6,12,25.8,12c14.2,0,25.1-5.1,25.8-12l3.9-37.5C287,358.6,281,344.5,270.8,339.9 M237,375c1.5-2.4,3.9-3.9,6.5-4.4c-2.6-2-4.7-4.6-6.1-7.8c-1.2,3-3.2,5.9-5,8.1c-1.1,1.8-1.7,3.8-1.8,5.8c-0.3,4.8,1.9,9.6,6.4,12.2c1.4,0.8,2.9,1.3,4.4,1.4c3.7,0.3,7.4-1.5,9.5-4.9c0.7-1.1,1-2.2,1-3.3c0.2-2.8-1.1-5.7-3.7-7.2c-0.8-0.5-1.7-0.7-2.6-0.8c-2.1-0.1-4.3,0.9-5.5,2.8c-0.4,0.6-0.6,1.2-0.6,1.9c-0.1,1.6,0.6,3.1,2.1,4c0.4,0.2,0.9,0.4,1.4,0.4c1.1,0.1,2.3-0.4,2.9-1.5c0.2-0.3,0.3-0.6,0.3-0.9c0-0.6-0.1-1.1-0.5-1.5c-0.2,1.5-1.5,2.4-3.1,2.3c-1.6-0.1-2.6-1.4-2.4-3c0.1-0.9,0.3-1.5,0.9-2.1c1-1,2.4-1.5,3.8-1.4c0.8,0.1,1.5,0.3,2.1,0.7c1.9,1.1,2.9,3.2,2.7,5.3c-0.1,0.8-0.3,1.7-0.7,2.5c-1.4,2.2-3.8,3.4-6.3,3.2c-1,0-2-0.3-2.9-0.9c-2.7-1.6-4-4.5-3.8-7.3C236,377.2,236.3,376,237,375 M235.4,355.3V355c0-0.9-0.1-1.9,0-2.8c0.2-3.3,0.9-7.4,2.7-10.4c0.1,0,0.1,0,0.1,0c-8.2,5.8-12.9,18-11.9,27.3l0.3,2.1C231.6,367.5,234.9,361.8,235.4,355.3 M191.5,152.3c0.9,0.1,1.7-0.1,2.5-0.4c2.2-0.8,3.7-2.8,3.9-5.3c0.1-1.1-0.1-2.3-0.5-3.3c-1.1-2.8-3.8-4.9-7-5.1c-1.6-0.1-3,0.2-4.4,0.7c-0.5,0.2-1,0.4-1.4,0.7l0.8,3.5c0.7-0.8,1.6-1.3,2.6-1.7c0.8-0.3,1.8-0.5,2.9-0.5c2.3,0.1,4.3,1.6,5.2,3.7c0.3,0.8,0.4,1.6,0.3,2.5c-0.1,1.1-0.8,2.2-1.9,2.6c-1.7,0.6-3.4-0.2-4-1.8c-0.4-1.1-0.2-2.4,0.6-3.2c-0.1-0.1-0.3-0.1-0.5-0.1c-0.5,0-0.9,0-1.3,0.2c-1.2,0.4-1.9,1.5-2.1,2.8c0,0.7,0.1,1.3,0.3,1.8C188.2,151,189.7,152.1,191.5,152.3 M387.7,250.7c-0.1,0.9-0.5,1.9-1.1,2.7c-1.3,2-3.7,2.9-5.8,2.6c-0.8-0.2-1.6-0.4-2.3-0.9c-0.9-0.7-1.4-1.8-1.3-3c0.3-1.7,1.9-2.8,3.6-2.5c1.2,0.2,2.1,1.1,2.5,2.2c0.1-0.1,0.2-0.3,0.3-0.4c0.3-0.4,0.5-0.8,0.5-1.3c0.2-1.2-0.4-2.4-1.4-3.2c-0.6-0.3-1.1-0.6-1.7-0.7c-1.7-0.3-3.4,0.5-4.4,2c-0.5,0.7-0.8,1.5-0.9,2.3c-0.4,2.3,0.6,4.6,2.7,5.9c1,0.7,2,1.1,3.1,1.2c3,0.5,6.1-0.8,7.9-3.5c0.8-1.3,1.4-2.7,1.6-4.1c0.1-0.5,0.1-1,0.1-1.5l-3.5-1C387.8,248.7,387.8,249.7,387.7,250.7 M355,220.3c-0.8,0.6-1.6,1-2.5,1.5c-3,1.5-6.8,2.9-10.4,2.8H342c9.2,4.2,22.1,2.1,29.7-3.5l1.7-1.2c-5.7-2.5-12.4-2.5-18.2,0.3C355.1,220.2,355,220.3,355,220.3 M324.1,197.5c0.4,5.2-0.7,9.1-3.4,12.7c-0.5,0.6-1.3,1.4-2.5,2.2c0.9,0.1,1.9,0.2,2.7,0.4c2.3,0.6,4.6,1.8,6.5,3.4c6.6,5.4,15.6,6.2,22.7,2.8c0.1,0,2-1.1,2.9-1.7c1.5-1,2.8-2.3,4.1-3.7c4.3-5.1,5-12.1,2.2-17.7c-0.9-2.1-2.4-3.9-4.3-5.5c-4-3.4-9.4-3.8-13.8-1.7c-1.6,0.8-3.1,1.9-4.3,3.4c-2.6,3.1-3,7.2-1.3,10.7c0.6,1.2,1.5,2.4,2.6,3.3c2.4,2,5.6,2.2,8.2,1c0.9-0.4,1.8-1.1,2.5-2c1.5-1.8,1.7-4.2,0.8-6.2c-0.3-0.7-0.8-1.3-1.5-1.9c-1.3-1.1-3.1-1.2-4.6-0.6c-0.5,0.3-1,0.6-1.4,1.1c-0.8,0.9-0.9,2.2-0.4,3.2c0.2,0.4,0.5,0.8,0.8,1c0.1,0.1,0.2,0.2,0.4,0.3c0-1.1,0.6-2.2,1.6-2.7c1.5-0.7,3.2-0.1,3.9,1.4c0.5,1,0.3,2.2-0.4,3v0c-0.5,0.6-1.1,1.1-1.8,1.5c-1.9,0.9-4.3,0.7-6.1-0.8c-0.7-0.6-1.3-1.4-1.7-2.2c-1.1-2.2-0.8-5,0.9-7c0.7-0.9,1.6-1.6,2.6-2c2.6-1.3,6-1,8.4,1c1,0.9,1.8,1.9,2.4,3.1c1.6,3.2,1.2,7-1.3,9.9c-1,1.2-2.3,2.2-3.7,2.9c-3.8,1.8-8.5,1.4-11.9-1.5c-1.6-1.2-2.8-2.8-3.5-4.5c-2.2-4.6-1.7-10.3,1.8-14.4c1.6-1.8,3.4-3.3,5.4-4.3c5.6-2.7,12.5-2,17.7,2.2c2.2,1.9,4,4.2,5.2,6.6c0.2,0.4,0.3,0.7,0.4,1.1c1.1-2.6,3.1-4.7,5.6-5.8c1.5-0.8,3.2-1.2,5.1-1.1c5.4,0,10,3.2,12.2,7.7c0.9,1.8,1.4,3.9,1.3,6.1c-0.1,4.1-1.6,7.8-4,10.6l19.2-13.9c5.7-4,4.6-15.9-2.4-28.1c-7.1-12.3-17-19.1-23.4-16.2L342,169.9C332.2,174.1,323,186.3,324.1,197.5 M403.2,261.4c0.6-0.9,1.5-2.8,2.6-5.1c0.4-0.9,0.9-1.9,1.5-2.9l-12.7-3.6c0,0.4,0,0.7-0.1,1.1c-0.3,1.9-1.1,3.8-2.2,5.6c-2.6,3.9-7.2,5.8-11.6,5.1c-1.6-0.3-3.2-0.9-4.6-1.8c-3.4-2.2-4.9-6-4.3-9.6c0.2-1.3,0.7-2.6,1.5-3.8c0.5-0.8,1.2-1.5,2-2.1c-2.4-0.6-4.9-0.9-7.5-0.9c-0.1,0.2-0.2,0.3-0.3,0.5c-1.4,2.1-2.3,4.4-2.7,6.8c-1,6.5,1.8,13.3,7.7,17.2c1.7,1.1,3.4,1.9,5.2,2.5c1,0.3,3.3,0.8,3.5,0.8C389.5,272.3,398.3,268.9,403.2,261.4 M353.3,273.7c2.1,0.3,4.2,0.2,6.4-0.4c0,0,5.8-3.1,9.6-3.2c-2.9-2.2-5.2-5-6.6-8.1c-1.1,2.6-3.2,4.6-6.1,5.5c-1.3,0.4-2.5,0.5-3.8,0.3c-3-0.5-5.7-2.6-6.6-5.7c-0.3-1-0.4-2.2-0.2-3.2c0.4-2.5,2.2-4.8,4.8-5.6c0.8-0.3,1.8-0.3,2.7-0.2c2.2,0.4,4.1,1.9,4.8,4.1c0.3,0.8,0.3,1.6,0.2,2.3c-0.2,1.4-1,2.7-2.3,3.5c-0.9,0.4-1.6,0.6-2.5,0.4c-1.6-0.2-2.8-1.6-2.5-3.3c0.2-1.6,1.7-2.7,3.2-2.5c-0.4-0.5-0.9-0.8-1.4-0.9c-0.3,0-0.7,0-1,0.1c-1.2,0.4-2.1,1.4-2.2,2.6c-0.1,0.5,0,1,0.1,1.5c0.5,1.7,2,2.8,3.6,3c0.7,0.1,1.4,0.1,2.1-0.1c2.3-0.7,3.8-2.7,4.2-4.9c0.1-0.9,0.1-1.8-0.2-2.8c-0.9-3.1-3.6-5.1-6.5-5.6c-1.2-0.2-2.5-0.1-3.8,0.3c-3.9,1.2-6.7,4.6-7.3,8.4c-0.3,1.6-0.2,3.3,0.3,4.9C344,269.4,348.3,272.9,353.3,273.7 M353.5,247c2.9,0.5,5.6,2,7.5,4.2c0-0.4,0-0.8,0.1-1.3c0.4-2.1,1-4.3,2.1-6.3c-3.6,0.5-7.2,1.7-10.4,3.3C353,246.9,353.3,246.9,353.5,247 M373.3,289.3c-0.4-0.1-0.8-0.2-1.1-0.2c-4-0.7-8,1.7-9.3,5.7c-0.1,0.3-0.1,0.6-0.1,0.8c-0.5,3,1.3,6,4.3,6.9c0.2,0.1,0.4,0.1,0.6,0.2c2.2,0.4,4.5-1,5.2-3.2c0.1-0.2,0.1-0.3,0.1-0.5c0.2-1.6-0.7-3.2-2.3-3.7c-0.1,0-0.2,0-0.2-0.1c-0.9-0.1-1.7,0.2-2.2,0.8c0.2,0,0.5,0,0.6,0.1c1.7,0.2,2.8,1.9,2.6,3.5c-0.3,1.7-1.8,2.8-3.6,2.6c0,0-0.1,0-0.2,0v0.1c-2.5-0.8-4-3.2-3.6-5.8c0-0.2,0.1-0.4,0.1-0.7c0.9-2.9,3.8-4.7,6.7-4.2c0.3,0.1,0.5,0.1,0.8,0.2c3.5,1.1,5.4,4.4,5,7.8c-0.1,0.3-0.1,0.6-0.2,0.9c-0.3,1.1-0.8,2-1.5,2.8l5.2,0.3c0.1-0.3,0.2-0.6,0.3-0.9c0.1-0.4,0.2-1,0.3-1.4C381.6,296,378.5,290.8,373.3,289.3 M341.2,312.6c1,1.2,1.6,2.8,1.6,4.5c0,1-0.2,1.9-0.7,2.8c-1,2.1-3.1,3.5-5.5,3.5c-0.9,0-1.7-0.2-2.5-0.6c-1.8-0.9-3-2.7-3-4.8c0-0.5,0.1-1,0.2-1.4c0.8-1.6,2.7-2.2,4.2-1.5c1.5,0.8,2.1,2.6,1.4,4.1c-0.1,0.2-0.1,0.3-0.2,0.4c0.9-0.1,1.7-0.6,2.1-1.4c0.1-0.3,0.3-0.7,0.3-1.1c0-1.5-0.8-2.7-2.1-3.3c-0.4-0.2-1-0.3-1.6-0.3c-1.9,0-3.7,1.2-4.5,2.8c-0.4,0.7-0.5,1.4-0.5,2.3c0,2.6,1.6,5.1,3.7,6.1c0.8,0.5,1.9,0.6,2.9,0.5c2.9-0.3,5.8-0.8,8.8-1c3-0.2,6,0.1,8.9,1.5c0.4,0.2,0.9,0.4,1.3,0.7l-2.3-3.5C350.9,318.9,346.4,315.1,341.2,312.6 M376.7,273.8c0,0-0.2,0-0.2,0c-11.1-1.7-22.1,4.8-25.5,15.9c-0.2,0.8-0.5,1.6-0.6,2.4c-0.2,1.7-0.3,3.4,0,5c3.1,2.1,6.5,3.7,9.9,4.6c-1.2-1.9-1.7-4.3-1.3-6.7c0.1-0.4,0.2-0.9,0.3-1.4c1.8-5.7,7.5-9.2,13.4-8.3c0.6,0.1,1.1,0.2,1.6,0.4c0.7,0.2,1.5,0.5,2.2,0.9c0-0.2-0.1-0.3-0.2-0.4c-0.7-1.6-0.8-3.3-0.6-4.9c0.4-2.6,1.9-5,4-6.6C378.7,274.4,377.7,274.1,376.7,273.8 M325.6,325.1c-5,10-1.9,22.4,7.7,28.9c0.7,0.5,1.4,0.9,2.1,1.3c7.9,3.9,17.7,1.4,22.8-6c0.4-0.6,0.7-1.1,1-1.7c3-6.1,1.1-13.7-4.8-17.7c-0.4-0.3-0.9-0.5-1.3-0.7c-4.7-2.3-10.6-0.9-13.7,3.6c-0.2,0.4-0.4,0.7-0.6,1c-1.8,3.6-0.7,8.1,2.8,10.4c0.3,0.1,0.5,0.3,0.8,0.4c2.7,1.3,6.2,0.5,7.9-2.1c0.2-0.2,0.3-0.4,0.4-0.6c1-2,0.3-4.5-1.6-5.8c-0.2-0.1-0.3-0.2-0.4-0.2c-1.5-0.7-3.3-0.3-4.3,1.1c0,0.1-0.1,0.2-0.1,0.3c-0.4,0.7-0.3,1.6,0.1,2.2c0.1-0.2,0.1-0.3,0.2-0.5c0.8-1.5,2.6-2,4.1-1.2c1.5,0.8,1.7,3.1,0.9,4.3c0,0.1-2.3,3.7-6.1,1.5c-0.2-0.1-0.4-0.3-0.6-0.4c-2.5-1.7-3.4-4.9-2-7.6c0.1-0.2,0.3-0.5,0.5-0.7c2-2.9,5.8-3.9,8.9-2.4c0.3,0.1,0.5,0.3,0.9,0.5c3.5,2.4,4.6,6.9,2.8,10.6c-0.1,0.3-0.3,0.7-0.5,1c-2.8,4.2-8.3,5.5-12.7,3.4c-0.4-0.2-0.8-0.5-1.2-0.7c-5-3.4-6.7-9.9-4-15.2c0.2-0.5,0.5-0.9,0.8-1.4c0.5-0.6,1-1.2,1.5-1.8c-0.1,0-0.3,0-0.5,0c-1.7,0.2-3.4-0.2-4.9-0.9c-2.4-1.2-4.2-3.3-5.1-5.8c-0.5,0.9-1.1,1.7-1.6,2.5C325.7,324.9,325.7,325,325.6,325.1 M375,208.2c-1.1,0.5-2.2,0.8-3.5,0.8c-2.9-0.1-5.4-1.4-7.1-3.4c-0.4,3.3-1.6,6.4-3.7,9.2c3.3-0.5,6.7-0.2,9.7,0.3c2.1,0.1,4.1-0.5,5.8-1.3c4.4-2.1,7.4-6.4,7.5-11.6c0-1.6-0.3-3.2-1-4.5c-1.6-3.4-5-5.7-8.9-5.8c-1.3,0-2.4,0.3-3.5,0.8c-2.6,1.2-4.3,3.8-4.4,6.8c0,0.9,0.2,1.8,0.5,2.6c1,1.9,3,3.2,5.2,3.3c0.7,0,1.4-0.1,2-0.5c1.4-0.7,2.4-2.1,2.5-3.8c0-0.5-0.1-1-0.3-1.4c-0.5-1-1.5-1.7-2.7-1.7c-0.4,0-0.7,0.1-1,0.2c-0.5,0.2-0.9,0.6-1.1,1.1c1.4-0.5,2.9,0.2,3.6,1.6c0.7,1.4,0.1,2.9-1.4,3.5c-0.8,0.4-1.4,0.5-2.3,0.3c-1.4-0.4-2.5-1.3-3.1-2.6c-0.3-0.7-0.5-1.4-0.5-2.2c0-2.2,1.3-4.1,3.2-5c0.8-0.4,1.7-0.6,2.6-0.6c2.6,0,4.9,1.6,5.9,3.8c0.5,0.9,0.7,1.9,0.7,3C379.5,204.4,377.6,207,375,208.2 M210.4,145.9c0.1-2-0.1-3.9-0.5-5.8c-0.2-0.9-0.9-3.2-1-3.4c-3-7.9-10.5-13.6-19.5-14.2c-1.1-0.1-3.2,0.1-5.8,0.3c-1,0.1-2.1,0.2-3.3,0.2l3.2,12.8c0.3-0.1,0.6-0.3,1-0.4c1.8-0.7,3.8-1,5.9-1c4.8,0.3,8.7,3.4,10.3,7.5c0.6,1.5,0.8,3.2,0.8,4.9c-0.3,3.9-2.8,7.2-6.3,8.5c-1.3,0.5-2.7,0.7-4.1,0.6c-0.9-0.1-1.8-0.3-2.7-0.7c0.6,2.4,1.6,4.7,3,6.9c0.2,0,0.3,0.1,0.5,0.1c2.6,0.1,5-0.3,7.3-1.1C205.5,158.8,210,153,210.4,145.9 M283.5,157.6c0.1,0,0.2,0,0.3-0.1c11.3-0.7,20.4-9.6,21.3-21c0.1-0.8,0.1-1.7,0-2.5c-0.6-8.8-7.6-15.9-16.6-16.6c-0.6,0-1.3,0-2,0c-6.8,0.4-12.5,5.9-13,12.9c0,0.5,0,1,0,1.5c0.4,5.2,4.5,9.6,10,10h1.2c4-0.3,7.4-3.5,7.7-7.6c0-0.3,0-0.6,0-0.9c-0.2-3-2.7-5.5-5.8-5.8H286c-2.3,0.2-4.2,2-4.4,4.3v0.5c0.1,1.6,1.4,2.9,3.1,3c0.1,0,0.2,0,0.3,0c0.8,0,1.5-0.5,1.8-1.2c-0.1,0.1-0.4,0.1-0.6,0.1c-1.7,0.1-3-1.2-3-2.9c-0.1-1.6,1.8-3,3.3-2.9c0,0,4.3,0.1,4.3,4.4v0.7c-0.2,3-2.7,5.3-5.6,5.5h-0.9c-3.5-0.3-6.3-3.1-6.5-6.5c0-0.3,0-0.7,0-1c0.3-4.2,3.7-7.4,7.8-7.7c0.4,0,0.8-0.1,1.1,0c5.1,0.3,8.9,4.3,9.2,9.3c0.1,0.4,0.1,0.9,0,1.3c-0.4,6-5.3,10.7-11.2,11.1c-0.6,0-1.1,0-1.6,0c-0.8-0.1-1.6-0.2-2.3-0.4c0.1,0.1,0.2,0.3,0.3,0.4c1,1.4,1.6,3.1,1.7,4.7c0.2,2.6-0.8,5.2-2.5,7.3C281.4,157.5,282.5,157.5,283.5,157.6 M225.1,159.4c-0.7-1.9-1.9-3.7-3.5-5.2c0,0-5.6-3.5-7.6-6.7c-0.4,3.5-1.8,6.9-3.8,9.7c2.8-0.4,5.7,0.5,7.9,2.5c0.9,0.9,1.7,2,2.2,3.2c1.1,2.8,0.6,6.2-1.6,8.5c-0.7,0.8-1.6,1.4-2.6,1.8c-2.4,0.9-5.2,0.5-7.3-1.4c-0.7-0.6-1.2-1.4-1.5-2.3c-0.8-2-0.4-4.4,1.1-6.1c0.6-0.6,1.2-1.1,2-1.4c1.4-0.5,2.9-0.5,4.2,0.3c0.8,0.5,1.3,1,1.6,1.9c0.6,1.6,0,3.2-1.6,3.8c-1.5,0.5-3.1-0.1-3.8-1.5c-0.2,0.6-0.2,1.2,0,1.7c0.1,0.3,0.3,0.6,0.6,0.8c1,0.9,2.3,1.1,3.4,0.6c0.4-0.1,0.9-0.4,1.2-0.8c1.2-1.3,1.5-3.2,0.9-4.7c-0.3-0.6-0.7-1.2-1.2-1.7c-1.8-1.6-4.3-2-6.4-1.2c-0.8,0.3-1.7,0.9-2.3,1.6c-2.1,2.4-2.7,5.6-1.6,8.4c0.4,1.1,1.1,2.2,2.1,3.1c3.1,2.8,7.4,3.4,11,2c1.5-0.6,2.9-1.5,4.1-2.7C226.1,169.7,226.9,164.2,225.1,159.4 M202.1,173.4c-0.1-0.3-0.2-0.5-0.4-0.8c-1-2.7-1-5.7,0-8.5c-0.4,0.2-0.7,0.3-1.1,0.5c-2.1,0.8-4.3,1.2-6.5,1.3C196.3,168.8,199,171.4,202.1,173.4 M170.2,182.5c-2-2.5-3.5-5.7-4.6-8.4c-1-1.9-2.5-3.3-4.1-4.4c-4-2.7-9.3-3.1-13.8-0.6c-1.4,0.8-2.6,1.8-3.4,3.1c-2.2,3.1-2.4,7.2-0.5,10.7c0.6,1,1.4,1.9,2.4,2.6c2.4,1.6,5.6,1.9,8.2,0.4c0.8-0.5,1.5-1.1,2-1.8c1.2-1.8,1.4-4.1,0.3-6.1c-0.4-0.6-0.8-1.1-1.3-1.5c-1.3-0.8-3.1-1-4.6-0.2c-0.5,0.3-0.8,0.6-1.1,1c-0.7,0.9-0.7,2.2-0.1,3.2c0.1,0.3,0.4,0.5,0.6,0.7c0.5,0.3,1.1,0.4,1.6,0.3c-1.1-0.9-1.3-2.6-0.4-3.8c0.9-1.3,2.5-1.5,3.8-0.6c0.7,0.5,1.1,1,1.4,1.8c0.4,1.4,0.1,2.8-0.7,4c-0.4,0.6-1,1.1-1.7,1.5c-1.9,1-4.2,0.8-5.9-0.3c-0.8-0.5-1.3-1.2-1.8-1.9c-1.3-2.2-1-4.9,0.3-7c0.6-0.8,1.3-1.5,2.2-2c2.7-1.5,5.9-1.2,8.3,0.4c1,0.7,1.8,1.6,2.4,2.6c1.4,2.5,1.5,5.3,0.6,7.8C163.4,182.7,166.8,182.2,170.2,182.5 M240.2,153.4c0.8-0.2,1.6-0.4,2.4-0.7c1.6-0.6,3.1-1.5,4.4-2.5c0.3-3.8-0.1-7.4-1-10.9c-1.1,2-2.9,3.6-5.2,4.5c-0.4,0.2-0.9,0.3-1.3,0.4c-5.9,1.4-11.8-1.9-13.9-7.3c-0.2-0.5-0.4-1.1-0.5-1.6c-0.2-0.7-0.3-1.5-0.3-2.2c0,0.1-0.2,0.2-0.3,0.4c-1,1.4-2.5,2.4-4,3c-2.5,0.9-5.3,0.8-7.8-0.2c0.3,0.9,0.6,1.9,0.8,2.8c0,0.1,0,0.2,0,0.3C217.7,149.9,229,156,240.2,153.4 M310.7,172.8c-2.2,0.1-4.4-0.9-5.5-3c-0.4-0.7-0.6-1.4-0.7-2.2c-0.1-1.5,0.4-2.9,1.5-3.9c0.7-0.7,1.4-1,2.3-1c1.7-0.1,3.1,1,3.3,2.6c0,1.6-1.1,3-2.6,3.2c0.4,0.4,1,0.6,1.6,0.5c0.4,0,0.7-0.1,1-0.3c1.1-0.7,1.7-1.9,1.6-3c0-0.6-0.1-1-0.4-1.4c-0.9-1.5-2.6-2.4-4.2-2.2c-0.7,0-1.4,0.3-2,0.6c-2.1,1.2-3.1,3.4-3,5.7c0.1,0.9,0.3,1.8,0.8,2.7c1,1.6,2.4,2.7,4,3.4c0.9-0.5,1.9-1.1,2.8-1.7C310.9,172.7,310.9,172.8,310.7,172.8 M299.8,166.2c0.5-2.7,2.1-5.2,4.8-6.7c1.1-0.7,2.4-1,3.6-1.1c3-0.2,6.1,1.3,7.7,4.1c0.6,0.9,0.9,2,0.9,3c0.1,0.8-0.1,1.6-0.3,2.3c1.5-1.6,2.8-3.4,3.9-5.2c-0.2-1.1-0.6-2.2-1.2-3.2c-2.7-4.6-7.8-7.1-12.9-6.8c-2,0.1-4.1,0.7-6.1,1.8v0c0,0-5,4.3-8.7,5.2C294.9,161.2,297.7,163.5,299.8,166.2 M170.1,169.9l-1.8-0.8c0.7,6.1,3.9,11.8,9.3,15.5c0,0.1,0.2,0.1,0.2,0.2c0.9,0.4,1.7,0.9,2.5,1.4c2.7,1.8,6,4.5,7.6,7.6c0,0,0,0.1,0,0.1C187.1,183.7,178.9,173.6,170.1,169.9 M228.7,134.5c0.1,0.4,0.2,0.8,0.4,1.1c1.4,3.7,5.5,6,9.5,5c0.3,0,0.6-0.2,0.9-0.2c2.8-1.1,4.5-4.2,3.8-7.2c-0.1-0.2-0.1-0.4-0.2-0.6c-0.8-2.1-3.1-3.4-5.4-2.8c-0.2,0-0.3,0.1-0.4,0.1c-1.5,0.5-2.4,2.2-2,3.9c0,0.1,0,0.2,0,0.3c0.3,0.8,1,1.3,1.8,1.4c-0.1-0.2-0.2-0.4-0.3-0.6c-0.6-1.6,0.2-3.4,1.8-3.9c1.6-0.6,3.4,0.2,4,1.7c0,0,0,0.1,0,0.2h0.1c0.6,2.5-0.8,5.1-3.2,6c-0.2,0.1-0.5,0.1-0.7,0.2c-3,0.7-5.9-0.9-7-3.7c-0.1-0.2-0.2-0.5-0.3-0.8c-0.8-3.4,1.1-6.9,4.3-8.1c0.3-0.1,0.6-0.2,0.9-0.3c1.1-0.3,2-0.3,3.1-0.1l-2.3-4.6c-0.3,0.1-0.7,0.1-1,0.2c-0.5,0.1-1,0.2-1.5,0.4C230.4,123.9,227.5,129.2,228.7,134.5 M268.3,146.8c0.9-0.5,1.8-0.8,2.8-0.8c2.3-0.2,4.6,1,5.8,3.1c0.4,0.7,0.6,1.5,0.7,2.4c0.1,1.9-0.8,3.9-2.7,5c-0.4,0.2-0.9,0.4-1.4,0.5c-1.8,0.1-3.2-1.1-3.3-2.9c-0.1-1.7,1.2-3.2,2.8-3.2c0.2,0,0.3,0,0.5,0c-0.5-0.8-1.4-1.2-2.3-1.1c-0.4,0.1-0.7,0.1-1.1,0.3c-1.2,0.8-1.9,2.1-1.8,3.4c0,0.5,0.2,1.1,0.4,1.6c1,1.7,2.9,2.6,4.7,2.5c0.7-0.1,1.4-0.3,2.2-0.7c2.3-1.3,3.6-4,3.5-6.3c-0.1-0.9-0.4-1.8-1-2.7c-1.7-2.3-3.6-4.6-5.2-7.1c-1.7-2.5-3-5.2-3.2-8.5c-0.1-0.5-0.1-1,0-1.5l-1.8,3.7c-2.2,4.5-3.2,10.3-2.8,15.9C265.7,149,266.8,147.6,268.3,146.8 M276.2,117.8l8.4-17.2c2.9-6.3,14.9-7.4,28.3-2.5c13.3,4.8,21.9,13.3,20.1,20l-9.2,36.6c-0.3,1.1-0.7,2.3-1.1,3.4c-0.1-0.2-0.2-0.4-0.3-0.5c-3.5-5.9-9.9-9.1-16.3-8.6c-0.5,0-0.9,0.1-1.4,0.1c2.3-3.6,3.8-7.7,4.1-12.3c0.1-1,0.1-2,0.1-3c-0.7-10.5-9.2-19.3-20.1-20.1c-0.8-0.1-1.7-0.1-2.4,0C282.5,114,278.9,115.5,276.2,117.8"/></g></svg>');
}
#header.header-tipology-dark .logo {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}.st1{fill:%23BE9D41;}</style><g><path class="st0" d="M16.1,250.6h5.5l-0.1,2.7l-2.4,0.4c-1.3,2.9-1.9,5.9-1.8,9c0.2,4.7,2.1,8.5,5.8,10.8c3.2,2.1,7.5,3,11.3,2.8c8-0.4,15.2-5.9,14.7-16.2c-0.2-3.9-1.5-8.3-3.6-11.5l2.7-0.2c2.3,3.7,3.3,8.2,3.5,12.6c0.3,5.9-0.7,11-4.5,15.2c-3.5,4-8.2,5.6-13,5.8c-4.4,0.3-9.7-1-13.3-4.2c-4.1-3.7-5.5-8.9-5.8-14.7c-0.2-4.3,0.2-7.6,0.9-11.8L16.1,250.6z"/><path class="st0" d="M40.1,197.9c-7-1.4-16.3-0.1-18.3,9.7c-2,9.9,6.1,14.6,13.1,16s16.3,0.1,18.3-9.8C55.1,204,47,199.3,40.1,197.9 M47.4,227.2c-4.3,2.9-9,3-13.6,2.1c-4.5-0.9-8.8-2.7-11.6-6.8c-3.1-4.3-3.8-9.6-2.6-15.3c1.1-5.4,3.5-9.9,7.8-12.8c4.4-3,9.2-3.2,13.9-2.2c4.4,0.8,8.7,2.7,11.6,6.7c3,4.3,3.8,9.6,2.7,15.3C54.3,219.8,51.7,224.4,47.4,227.2"/><polygon class="st0" points="39.8,165.6 35.7,164 34.4,166.1 32.2,165.3 35.4,158.8 70.4,152 51.1,142.6 47,141 45.7,143 43.5,142.3 47.9,133.4 49.8,134.7 49,136.9 52.8,139.1 78.2,151.5 76.2,155.7 41.9,162.3 60.4,171.3 64.4,172.9 65.6,170.9 67.9,171.6 63.5,180.5 61.6,179.3 62.4,177 58.6,174.8 "/><path class="st0" d="M83.4,131.2l2-1.9l2,1.2c2.5-1,5-2.3,6.8-4.5c2.9-3.5,3.3-8,0.1-10.5c-3.5-2.8-7.1-0.7-11.1,1.2c-5,2.3-10.8,5.4-15.1,1.9c-2-1.6-3-4.1-3-6.8c-0.1-3,1.1-5.7,3.2-8.2c2.2-2.7,4.9-5.1,7.7-7.2l3.9,3.7L78,102l-2-1.3c-2.2,1-4.3,2.4-5.9,4.3c-2.3,2.9-1.9,6.7,0.5,8.6c3,2.4,6.6,0.6,10-1.1c2.4-1.1,5.4-2.6,7.9-3.3c3.1-1.1,6-0.7,8.4,1.2c4.9,4,3.8,11.2-0.5,16.6c-2.5,3-5.5,5.6-8.6,8L83.4,131.2z"/><path class="st0" d="M128.6,71.8c-4.4-5.6-12.3-10.6-20.3-4.4c-7.9,6.2-4.8,15-0.4,20.6c4.4,5.5,12.3,10.6,20.3,4.3C136.1,86.2,133,77.3,128.6,71.8 M115,98.8c-5.2-0.6-8.8-3.5-11.7-7.2c-2.8-3.6-4.8-7.7-4.3-12.7c0.5-5.3,3.4-9.8,7.9-13.3c4.3-3.4,9.1-5.2,14.2-4.7c5.3,0.6,9,3.5,12,7.3c2.8,3.5,4.9,7.7,4.4,12.6c-0.5,5.3-3.4,9.7-7.9,13.3C125.2,97.6,120.2,99.5,115,98.8"/><path class="st0" d="M159.3,54c2.8-1.3,5.9-2.7,7.3-5.2c1.5-2.4,1.2-5,0.2-7.3c-1.9-4-5.7-4.6-10.3-2.5c-1.5,0.7-2.9,1.6-4.2,2.5l5.9,13L159.3,54z M164.5,68.1l2-0.6l1.3,2l-9.9,4.5l-0.7-2.3l2.1-1.2l-1.5-4.1l-8.6-19l-2.1-3.8l-2.3,0.7l-1.2-2l13.6-6.1c2.6-1.2,5.6-2.3,8.4-2c3.2,0.3,5.4,2.1,6.6,4.7c1.9,4.3,0.4,9-3.8,12.5l11.1,5.8l4.7,2.2l2.2-0.7l1.2,2L180,64l-16.3-9.5l-4.5,2L164.5,68.1z"/><polygon class="st0" points="200.7,54.3 216.6,20.4 203.5,23 199.2,24.5 199.5,27.4 196.8,28.2 195.3,22.3 222,17 222.5,19.2 206.8,52.7 219.7,50.2 225.3,48.4 225.1,45.8 227.6,45 229.2,50.9 201.2,56.5 "/><polygon class="st0" points="244.8,15.1 245.2,17.4 247.6,17.7 248.1,22 248.6,42.8 248.3,47.1 246,47.5 245.7,49.8 257.3,49.5 256.9,47.2 254.5,47 254.1,42.7 253.6,21.8 253.7,17.5 256.1,17.2 256.4,14.9 "/><path class="st0" d="M307.7,37.8c1.2-7-0.3-16.2-10.2-17.9c-10.1-1.7-14.5,6.4-15.8,13.5c-1.2,6.9,0.3,16.2,10.3,17.9C301.9,52.9,306.5,44.7,307.7,37.8 M278.4,45.8c-3-4.2-3.3-8.8-2.5-13.4c0.8-4.5,2.6-8.8,6.6-11.8c4.2-3.2,9.6-4,15.3-3c5.4,0.9,10,3.2,13,7.4c3.1,4.3,3.4,9.1,2.5,13.8c-0.8,4.4-2.5,8.7-6.5,11.7c-4.3,3.2-9.6,4-15.2,3.1C286.1,52.5,281.4,50,278.4,45.8"/><polygon class="st0" points="377.6,50.1 371.5,46.4 367.5,44.4 365.8,46.4 363.4,45.2 366,40.4 396.3,58.7 393.1,63.2 391,61.6 392.1,59.2 388.4,56.6 382.3,52.9 369,74.7 367.1,78.5 368.9,80 368,82.2 358.1,76.2 359.5,74.4 361.8,75.4 364.3,71.9 "/><path class="st0" d="M410.8,79.2l2.8-3.3l-1.5-1.9l1.4-1.9l8.2,8.1l-1.9,1.4l-1.9-1.4l-3.3,2.8l-9.5,9.5c-1.6,1.7-4.3,4.3-5.1,6.5c-1.3,3.2,0.2,6.9,2.9,9.6c2.2,2.2,5.4,3.7,8.3,3.3c2.9-0.5,5.2-3.1,7.2-5l10.1-10.1l2.8-3.3l-1.5-1.9l1.4-1.9l7.4,7.3l-1.9,1.3l-1.8-1.4l-3.3,2.8l-9.2,9.3c-2.7,2.7-5.1,5.4-9.2,6c-4.7,0.7-8.4-1.4-12-5c-3.1-3.1-5.7-6.9-5.6-11.1c0.1-4,2.7-7,5.2-9.5L410.8,79.2z"/><polygon class="st0" points="457.9,127.6 454.2,121.6 451.6,117.9 449.1,119 447.5,116.9 452,113.7 470.7,143.8 465.8,146.4 464.6,143.9 466.6,142.3 464.6,138.3 460.8,132.2 439,145.6 435.5,148.2 436.5,150.3 434.7,151.9 428.6,142.1 430.8,141.2 432.3,143 436.1,141 "/><polygon class="st0" points="446.6,174.9 448.9,174.5 449.9,176.6 454.1,175.5 473.9,168.6 477.9,166.9 477.4,164.6 479.5,163.5 488.1,187.9 483,189.3 482.4,186.6 484.6,185.5 482.9,179.9 480.1,172.2 467.7,176.5 472.5,190.1 469.9,190.6 468,184.1 465.6,177.3 455.9,180.7 451.9,182.4 455,191.1 457.2,196.3 459.7,195.8 461,198.2 455.6,200.4 "/><polygon class="st0" points="486.7,213.3 490.9,212.4 490.9,210 493.1,209.3 494.7,220.8 492.4,220.8 491.7,218.4 487.4,218.7 466.6,221.5 462.4,222.5 463.7,231.6 464.7,237.2 468,237.1 468.6,239.8 462.3,241 458.6,214.1 461,214.1 461.6,216.4 465.9,216.1 "/><path class="st0" d="M473.8,278l16.8-6.2l-15.6-8.7L473.8,278z M465.2,257.8l-0.5,2.7l-2.4,0.2l0.8-9l2.2,0.5l0.2,1.7l4.7,3.2l26.8,15l-0.3,3.3l-30,11l-4,1.8l-0.4,1.7L460,290l0.9-11.2l2.2,0.5l0.1,2.7l8.1-3.1l1.4-17L465.2,257.8z"/><path class="st0" d="M49.2,341.1l13.8-6c0.9,1.3,1.7,2.6,2.3,4c0.9,1.9,1.3,3.6,1.3,5.1c0,2.4-1.1,4.1-4,5.4c-1.1,0.5-2.5,0.8-3.7,0.8c-1.4,0-2.7-0.3-4-1.1c-2.8-1.7-4.1-4.4-5.5-7.6L49.2,341.1z M53.5,354.5c2.3,1.9,4.8,2.8,7.3,2.8c1.7,0,3.3-0.4,4.9-1.1c4-1.8,5.9-5,5.9-8.8c0-2.4-0.7-5-1.9-7.7l-7.2-16l-3,2l0.7,2.4l-3.7,2l-20.5,9l-3.9,1.3l-1.2-2.1l-3.6,0.9l5.9,13.3l3.2-1.9l-1.2-3.4l10.6-4.7l0.2,0.4C47.8,347.1,50.1,351.6,53.5,354.5"/><path class="st0" d="M69.3,376.8l11.7-8.1c1.1,1,2.1,2.2,3.1,3.4c1.4,2,2.2,4,2.2,5.7c0,1.8-0.8,3.4-2.6,4.7c-1.5,1-3.1,1.7-4.9,1.7c-0.7,0-1.5-0.1-2.3-0.4c-2.7-1-4.9-3.8-6.7-6.5L69.3,376.8z M91.9,380.8c0-0.3,0-0.6,0-0.9c-0.3-3.2-2.1-6.1-3.9-8.7l-9.6-13.6l-2.7,2.5l1.2,2.2l-3.2,2.7l-18.3,13l-3.6,2.1l-1.7-1.9l-3.3,1.7l7.5,10.6l2.6-2.5l-1-1.8l10.3-7.2l2.5,3.6l-6.8,18.9l5.7,8l2.6-2.5l-1.3-2.4l1.3-5.1l3.6-11.9c2.5,1.8,5.2,2.8,7.9,2.8c2.1,0,4.2-0.6,6.1-1.9C90.4,386.6,91.9,384,91.9,380.8"/><path class="st0" d="M102.7,435.4c-2.7,0-5.6-0.9-8.3-3.5c-3.2-2.9-4.4-6.1-4.4-9.1c-0.1-4.4,2.5-8.9,5.4-12.1c3.2-3.5,7.8-6.6,12.7-6.6h0.1c2.8,0,5.6,1,8.4,3.5c3.2,2.8,4.3,6,4.3,9.1c0,4.4-2.5,8.8-5.4,12.1C112.2,432.3,107.5,435.4,102.7,435.4 M126.7,419.4c-0.3-5.7-3.2-10.5-7.6-14.5c-4.3-3.9-9.3-6.2-14.6-6.2c-0.5,0-0.9,0-1.4,0.1c-5.6,0.4-9.8,3.3-13.2,7c-3.2,3.6-5.7,7.8-5.7,13.1c0,0.3,0,0.6,0,0.9c0.2,5.7,3.1,10.8,7.7,14.8c4.3,3.9,9.2,6.2,14.7,6.2c0.5,0,0.8,0,1.3-0.1c5.6-0.3,9.8-3.4,13-7c3.4-3.6,5.9-7.9,5.9-13.3C126.7,420.1,126.7,419.7,126.7,419.4"/><path class="st0" d="M162.3,437c-2.6-2.7-5.7-5.1-9-7.1c-2.5-1.4-5-2.3-7.6-2.3c-0.6,0-1.3,0.1-1.9,0.2c-3,0.5-5.7,2.1-7.1,4.5c-0.8,1.3-1.1,2.7-1.1,4.1c0,4.3,3.1,8.5,5.5,12.2c2,2.9,3.9,5.5,3.8,8c0,0.9-0.2,1.9-0.8,2.9c-1.1,1.9-3.1,2.8-5.2,2.8c-1.7,0-3.4-0.5-5.2-1.5c-2.4-1.4-4.1-3.6-5.5-6l1-2.6l-3.2-2.4l-0.3,0.5l-3.8,5.6l0.3,0.4c3.1,2.8,6.3,5.7,10,7.8c2.9,1.7,6.1,2.7,9.3,2.7c3.8,0,7.3-1.5,9.3-4.9c0.9-1.5,1.3-3,1.3-4.6c0-1.7-0.4-3.3-1.3-4.9c-1.3-2.6-3.3-5.4-4.9-7.9c-1.7-2.5-3.4-5-3.4-7.3c0-0.8,0.2-1.6,0.7-2.4c1-1.6,2.8-2.6,4.9-2.6c1.1,0,2.3,0.3,3.4,0.9c2.1,1.3,3.8,3.1,5.2,5.1l-1,2.5l3.2,2.4l3.9-5.7L162.3,437z"/><polygon class="st0" points="172,445 174.2,446.1 173.2,450.2 165.4,471.1 163.8,474.8 161.8,474.4 161.3,474.3 159.5,477.4 160.2,477.7 188.2,487.8 190.3,480.7 186.4,479.7 185.1,482.2 179.8,480.6 171,477.4 172.1,473.4 175.6,463.9 182.3,466.3 189.6,469.3 191.5,465.7 176.9,460.4 181.3,448.4 189,451.2 194.3,453.5 193.9,455.4 193.7,455.9 197.4,457.7 200.2,451.4 172.8,441.4 "/><path class="st0" d="M241.7,459.4c-4.3-1.6-7.8-2.8-12.4-3.6c-1.8-0.2-3.7-0.4-5.4-0.4c-4.2,0-8.3,0.9-11.8,3.5c-4.4,3.2-6.8,8.5-7.5,13.3c-0.2,1.2-0.3,2.5-0.3,3.8c0,4,1.1,8,3.8,11.5c3.7,5,9.1,7.2,15.5,8.2c1.9,0.3,3.8,0.4,5.7,0.4c2.9,0,5.9-0.4,8.7-1.4l0.3-0.1l0.6-4.4l-0.9,0.4c-2.6,1.1-5.8,1.6-8.9,1.6c-1.3,0-2.5-0.1-3.7-0.2c-9.5-1.4-13.7-8.1-13.7-15.4c0-0.9,0-1.8,0.2-2.8c0.5-3.8,2.3-8,5.1-10.9c2.5-2.5,5.6-3.8,9.4-3.8c0.9,0,1.8,0.1,2.8,0.2c3.2,0.5,6,1.7,8.6,3.5v2.4v0.5l3.9,1l1.4-6.9l-0.4-0.2L241.7,459.4z"/><path class="st0" d="M289.1,489.2c-3.2,2.3-7.8,3.7-12,4c-0.5,0-0.9,0.1-1.4,0.1c-9.8-0.1-15.1-7.1-15.7-14.9c0-0.5,0-0.9,0-1.3c0-3.5,0.9-7.4,2.7-10.4c2.4-3.7,6.2-5.7,11.1-6c0.4-0.1,0.8-0.1,1.2-0.1c2.8,0,5.3,0.6,7.9,1.6l0.6,2.8l4,0.2V458l-0.6-0.1l-0.9-0.1c-3.5-0.6-6.5-1-10-1c-0.9,0-1.9,0.1-2.9,0.1c-6.3,0.4-12.1,2-16.1,6.6c-3.3,3.7-4.6,8.7-4.6,13.2c0,0.5,0,1,0.1,1.4c0.3,5.3,2.2,10.3,6.7,14.2c4,3.5,8.9,4.8,14.2,4.8c0.9,0,1.7,0,2.6-0.1c4.8-0.3,9.8-1.4,13.8-4l0.3-0.2l-0.3-4.4L289.1,489.2z"/><path class="st0" d="M334.8,471.3c0,5.5-2.2,10.7-9.2,12.9c-1.5,0.5-2.9,0.7-4.2,0.7c-7.3,0-11.7-6.5-13.5-12.6c-0.6-2.1-1-4.4-1-6.8c0-5.5,2.2-10.7,9.3-12.9c1.5-0.4,2.9-0.6,4.2-0.6c7.3,0,11.7,6.5,13.5,12.6C334.4,466.6,334.8,469,334.8,471.3 M331.5,450.1c-2.8-1.5-5.9-2.1-9-2.1c-2.4,0-4.9,0.4-7.5,1.2c-6,1.8-10.9,5.2-13.6,10.5c-1.3,2.6-1.9,5.2-1.9,7.8c0,2.4,0.4,4.7,1.1,7c1.5,4.9,4,9.4,9.1,12.2c2.9,1.6,6,2.3,9.3,2.3c2.5,0,5-0.4,7.5-1.1c6.1-1.8,10.9-5.2,13.6-10.5c1.4-2.5,1.9-5.2,1.9-7.7c0-2.4-0.5-4.8-1.2-7C339.4,457.5,336.7,452.8,331.5,450.1"/><path class="st0" d="M392.9,450.4l-2.5-2.8l-16.1-21.2l2.7-2c4.2-3.2,8.3-6,13.2-6l0,0h0.3c5,0.1,8.6,2.7,11.3,6.2c2,2.7,3.7,6.4,3.7,10c0,0.4,0,0.9-0.1,1.4c-0.5,4.8-3.5,8.1-7.7,11.3L392.9,450.4z M394.6,412.4c-0.4,0-0.7,0-1.1,0c-5.4,0-10,2.5-14.4,5.9l-15.4,11.5l2.6,2.6l2.2-1.2l2.8,3.1l13.5,17.8l2.2,3.5l-1.8,1.8l0.2,0.4l1.5,2.8l14.7-11c5.2-3.9,9.1-8.2,10.1-14.5c0.1-0.9,0.2-1.8,0.2-2.7c0-4.6-1.9-8.9-4.4-12.2C404.6,416,400.1,412.7,394.6,412.4"/><path class="st0" d="M445.3,399.4c0,2.6-0.9,5.3-3.1,8c-3,3.5-6.3,4.8-9.5,4.8c-4.3,0-8.6-2.2-11.8-4.9c-3.8-3.2-7.3-7.8-7.3-12.8c0-2.6,0.9-5.3,3.2-8.1c2.9-3.4,6.2-4.7,9.5-4.7c4.3,0,8.6,2.3,11.9,5C441.9,389.6,445.3,394.4,445.3,399.4 M442.8,380.9c-3.6-3-7.8-5.3-12.8-5.3c-0.6,0-1.2,0.1-1.8,0.1c-5.7,0.6-10.4,3.7-14.3,8.3c-3.5,4.2-5.6,9-5.6,13.9c0,0.7,0,1.5,0.1,2.2c0.7,5.5,3.8,9.6,7.7,12.7c3.5,2.9,7.7,5.2,12.7,5.1c0.5,0,1.1,0,1.6,0c5.7-0.5,10.7-3.6,14.6-8.3c3.5-4.3,5.5-9,5.5-14c0-0.7,0-1.4-0.1-2.1C449.8,388,446.6,384,442.8,380.9"/><path class="st0" d="M480.4,346.8v-0.4l-3.9-2l0.1,1.1c0.1,0.4,0.1,0.9,0.1,1.4c0,3.5-1,7.7-2.7,10.8c-3.2,6.4-8.4,9-13.7,9c-2.6,0-5.4-0.7-7.8-1.9c-3.4-1.7-6.9-4.8-8.7-8.3c-1-1.9-1.5-3.7-1.5-5.6c0-2.2,0.6-4.6,1.9-6.9c1.4-2.9,3.5-5.1,6-7.1l2.7,0.9l2.2-3.4l-6.1-3.5l-0.3,0.4l-0.6,0.7c-2.8,3.5-5.1,6.4-7.3,10.6c-2,3.9-3.3,7.8-3.3,11.8c0,1.8,0.2,3.6,0.8,5.4c1.7,5.1,6,9.1,10.4,11.3c3,1.5,6.2,2.5,9.7,2.5c1.9,0,3.9-0.3,6-0.9c5.9-1.9,9.7-6.3,12.6-12.1c2-4.1,3.6-8.7,3.6-13.2C480.5,347.2,480.4,347,480.4,346.8"/><path class="st0" d="M242.4,82c0,7.6,6.2,13.8,13.8,13.8c7.7,0,13.9-6.2,13.9-13.8c0-7.6-6.2-13.7-13.9-13.7C248.6,68.2,242.4,74.4,242.4,82"/><path class="st0" d="M134.8,130.9c4.9,5.8,13.6,6.6,19.5,1.7c5.9-4.9,6.6-13.5,1.7-19.4c-4.9-5.8-13.6-6.5-19.5-1.7C130.7,116.4,129.9,125,134.8,130.9"/><path class="st0" d="M84.1,237.1c7.5,1.3,14.7-3.7,16-11.2s-3.7-14.7-11.2-16s-14.7,3.7-16.1,11.2S76.5,235.7,84.1,237.1"/><path class="st0" d="M113.7,350.8c6.7-3.8,8.9-12.2,5.1-18.8c-3.8-6.6-12.3-8.8-18.9-5.1c-6.6,3.8-8.9,12.3-5.1,18.9S107.1,354.7,113.7,350.8"/><path class="st0" d="M210.1,419.1c2.6-7.2-1.1-15-8.3-17.7c-7.2-2.6-15.1,1.1-17.7,8.2c-2.6,7.2,1.1,15.1,8.3,17.7C199.5,429.9,207.4,426.2,210.1,419.1"/><path class="st0" d="M327.9,409.7c-2.7-7.2-10.6-10.8-17.8-8.2c-7.2,2.6-10.9,10.5-8.3,17.7s10.6,10.8,17.8,8.2C326.9,424.8,330.5,416.9,327.9,409.7"/><path class="st0" d="M412.1,327.2c-6.6-3.8-15.1-1.6-18.9,5.1c-3.8,6.6-1.6,15,5,18.8c6.7,3.8,15.1,1.5,18.9-5.1C421,339.5,418.8,331,412.1,327.2"/><path class="st0" d="M423.3,210.2c-7.5,1.3-12.5,8.5-11.2,16s8.5,12.5,16,11.2c7.6-1.3,12.5-8.5,11.2-16C438.1,213.9,430.9,208.9,423.3,210.2"/><path class="st0" d="M356.3,113.3c-4.9,5.8-4.2,14.5,1.7,19.4c5.8,4.9,14.6,4.1,19.5-1.7s4.1-14.5-1.7-19.4C370,106.7,361.2,107.5,356.3,113.3"/><path class="st0" d="M250.9,109.8c-2.4,2.9-2.1,7.2,0.8,9.7c2.9,2.4,7.3,2.1,9.7-0.9c2.5-2.9,2.1-7.2-0.8-9.6C257.7,106.5,253.3,106.9,250.9,109.8"/><path class="st0" d="M253.2,135.1c-1.4,1.7-1.2,4.1,0.5,5.5c1.6,1.3,4.1,1.1,5.5-0.5c1.3-1.6,1.1-4.1-0.5-5.5C257.1,133.3,254.6,133.5,253.2,135.1"/><path class="st0" d="M159.3,146.7c0,3.8,3.1,6.9,6.9,6.9c3.8,0,6.9-3.1,6.9-6.9c0-3.8-3.1-6.9-6.9-6.9C162.4,139.8,159.3,142.9,159.3,146.7"/><path class="st0" d="M177.5,164.6c0,2.1,1.7,3.9,3.9,3.9c2.1,0,3.9-1.7,3.9-3.9c0-2.1-1.8-3.9-3.9-3.9C179.2,160.7,177.5,162.5,177.5,164.6"/><path class="st0" d="M113,233.5c2.5,2.9,6.9,3.3,9.8,0.9c2.9-2.5,3.3-6.8,0.8-9.7s-6.8-3.3-9.8-0.9C110.9,226.3,110.6,230.6,113,233.5"/><path class="st0" d="M138.5,235.7c1.4,1.6,3.8,1.8,5.5,0.5c1.7-1.4,1.9-3.8,0.6-5.4c-1.4-1.7-3.8-1.9-5.5-0.5C137.3,231.5,137.2,234,138.5,235.7"/><path class="st0" d="M133.6,329.6c3.8,0.7,7.4-1.8,8-5.6c0.7-3.8-1.9-7.3-5.6-8c-3.7-0.7-7.3,1.8-8,5.6C127.4,325.4,129.9,329,133.6,329.6"/><path class="st0" d="M154.6,314.9c2.1,0.4,4.1-1.1,4.5-3.1c0.4-2.1-1-4.1-3.1-4.5s-4.1,1-4.4,3.1C151,312.6,152.4,314.6,154.6,314.9"/><path class="st0" d="M211.6,390.1c3.3-1.9,4.4-6.1,2.5-9.4s-6.2-4.4-9.5-2.5s-4.4,6.1-2.6,9.4C204,390.8,208.3,391.9,211.6,390.1"/><path class="st0" d="M218.1,365.5c1.8-1.1,2.5-3.4,1.4-5.3s-3.4-2.5-5.3-1.4c-1.9,1-2.5,3.4-1.4,5.3C213.8,365.9,216.2,366.6,218.1,365.5"/><path class="st0" d="M310.3,386.5c1.3-3.6-0.5-7.5-4.2-8.8c-3.6-1.3-7.6,0.5-8.9,4.2c-1.3,3.6,0.6,7.5,4.2,8.8C305,391.9,309,390.1,310.3,386.5"/><path class="st0" d="M299.4,363.5c0.7-2-0.3-4.3-2.4-4.9c-2-0.8-4.3,0.3-5,2.3s0.3,4.2,2.4,4.9C296.4,366.6,298.7,365.5,299.4,363.5"/><path class="st0" d="M383.7,320.7c-1.3-3.6-5.3-5.4-8.9-4.1s-5.5,5.3-4.1,8.8c1.3,3.5,5.3,5.4,8.9,4.1S385,324.3,383.7,320.7"/><path class="st0" d="M360.5,310c-0.8-2-3-3-5-2.3s-3,3-2.3,4.9c0.7,2,3,3.1,5,2.3C360.2,314.3,361.2,312.1,360.5,310"/><path class="st0" d="M397.4,223.4c-3.3-1.9-7.6-0.8-9.5,2.5s-0.8,7.5,2.5,9.4s7.6,0.8,9.4-2.5C401.8,229.5,400.7,225.2,397.4,223.4"/><path class="st0" d="M372.7,230c-1.9-1-4.3-0.4-5.4,1.4c-1.1,1.8-0.4,4.2,1.4,5.3s4.3,0.4,5.3-1.4C375.2,233.5,374.5,231.1,372.7,230"/><path class="st0" d="M344.9,140.1c-3.7,0.6-6.2,4.2-5.6,8c0.7,3.7,4.3,6.2,8,5.6c3.8-0.7,6.3-4.2,5.6-7.9C352.2,141.9,348.7,139.4,344.9,140.1"/><path class="st0" d="M330.3,161c-2.1,0.4-3.5,2.4-3.1,4.5c0.3,2.1,2.3,3.5,4.5,3.1c2.1-0.4,3.5-2.3,3.2-4.5C334.4,162,332.4,160.6,330.3,161"/></g><path class="st1" d="M207.9,324.4c-1.2-1.1-2.7-1.8-4.4-2.1c-5.3-1.2-10.5,0.9-13.7,4.8c-1.3,1.6-2.3,3.5-2.8,5.7c0,0-0.2,6.5-2,9.9c3.4-1.5,6.9-1.9,10.4-1.6c-1.7-2.2-2.5-5.1-1.8-8c0.3-1.3,0.9-2.5,1.6-3.4c1.9-2.4,5.1-3.6,8.2-2.9c1.1,0.2,2.1,0.7,2.9,1.3c2,1.7,3,4.3,2.5,7c-0.2,0.9-0.6,1.7-1.2,2.4c-1.4,1.7-3.6,2.6-5.9,2.1c-0.8-0.2-1.5-0.6-2.1-1c-1.1-0.9-1.8-2.3-1.9-3.8c0-1,0.2-1.7,0.8-2.4c1.1-1.3,2.8-1.6,4.1-0.5c1.2,1,1.5,2.8,0.6,4.1c0.6,0,1.1-0.4,1.5-0.8c0.1-0.3,0.3-0.6,0.4-0.9c0.2-1.2-0.2-2.5-1.2-3.3c-0.3-0.3-0.8-0.5-1.3-0.7c-1.7-0.3-3.4,0.3-4.5,1.6c-0.5,0.5-0.8,1.1-0.9,1.8c-0.4,2.3,0.4,4.7,2.1,6.1c0.8,0.6,1.6,1,2.6,1.2c3.1,0.7,6.2-0.5,8.1-2.8c0.8-0.9,1.3-2.1,1.6-3.3C212.5,330.8,210.9,326.8,207.9,324.4 M178.1,352.3c-5.3,6.5-6.6,15.8-2.6,23.8c0.5,0.9,1.7,2.7,3.1,4.8c0.6,0.8,1.2,1.8,1.8,2.7l9.5-9.1c-0.3-0.2-0.6-0.4-0.9-0.7c-1.5-1.2-2.8-2.8-3.8-4.6c-2.1-4.2-1.4-9.1,1.4-12.6c1-1.2,2.3-2.3,3.9-3.1c3.5-1.7,7.6-1.2,10.5,1.2c1,0.8,1.9,1.9,2.5,3.2c0.5,0.9,0.7,1.8,0.8,2.7c1.7-1.7,3.2-3.7,4.5-5.9c-0.1-0.2-0.1-0.4-0.2-0.5c-1.2-2.3-2.7-4.1-4.6-5.7c-5.2-4.1-12.5-5.2-18.8-2c-1.8,0.9-3.4,2-4.8,3.3C179.9,350.4,178.2,352.1,178.1,352.3 M162.1,284.8c-2.3-1.3-5.3-1.2-7.2,0.1c-0.9,0.5-1.5,1.2-1.9,2.2c-1.2,2.6-2.2,5.4-3.5,8s-3,5.2-5.7,7c-0.5,0.3-0.9,0.5-1.3,0.7l4.2-0.3c5-0.3,10.5-2.4,15.3-5.5c-1.6,0.2-3.2-0.1-4.7-0.9c-0.8-0.5-1.5-1.2-2.1-2c-1.3-1.9-1.4-4.4-0.3-6.6c0.5-0.8,1.1-1.4,1.7-1.8c1.6-1.1,3.9-1.3,5.7-0.2c0.4,0.3,0.8,0.6,1.1,1.1c0.9,1.4,0.5,3.3-0.9,4.2c-1.5,1-3.4,0.6-4.3-0.9c-0.1-0.1-0.2-0.2-0.2-0.3c-0.4,0.8-0.3,1.7,0.2,2.4c0.2,0.4,0.4,0.6,0.8,0.8c1.3,0.7,2.7,0.6,3.8-0.1c0.5-0.3,0.8-0.7,1.1-1.3c1-1.6,0.8-3.7-0.2-5.2C163.4,285.7,162.8,285.2,162.1,284.8 M152.1,336.9c4.1,3.3,10.2,3.2,14.2-0.5c0.3-0.3,0.5-0.6,0.8-0.9c2.6-3.2,2.4-7.7-0.4-10.8c-0.2-0.2-0.5-0.4-0.7-0.6c-2.4-1.9-5.9-1.8-8.2,0.3c-0.1,0.1-0.2,0.3-0.4,0.5c-1.4,1.7-1.4,4.3,0.3,6c0.1,0.1,0.2,0.2,0.3,0.3c1.2,1,3.1,0.9,4.3-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.5-0.6,0.6-1.5,0.4-2.2c-0.1,0.2-0.2,0.3-0.4,0.5c-1,1.3-3,1.6-4.3,0.5s-1.6-3-0.5-4.3c0.1-0.1,0.1-0.1,0.1-0.1l-0.1-0.1c1.9-1.8,4.9-1.8,6.8-0.3c0.2,0.2,0.4,0.3,0.5,0.5c2.1,2.2,2.2,5.6,0.3,7.8c-0.2,0.2-0.4,0.4-0.6,0.6c-2.5,2.4-6.5,2.5-9.2,0.3c-0.2-0.2-0.5-0.4-0.7-0.7c-0.8-0.8-1.3-1.7-1.7-2.6l-2.9,4.2c0.2,0.2,0.5,0.5,0.7,0.8C151.3,336.2,151.7,336.6,152.1,336.9 M158.8,277.4c-6.2-9.3-18.6-12.9-29-7.8c-0.7,0.3-1.5,0.8-2.2,1.2c-7.3,4.9-10.1,14.5-6.2,22.6c0.3,0.6,0.6,1.2,1,1.7c3.8,5.7,11.3,7.9,17.7,4.8c0.5-0.3,0.9-0.5,1.3-0.8c4.4-2.9,6.1-8.7,3.7-13.6c-0.2-0.3-0.4-0.7-0.6-1c-2.3-3.4-6.8-4.6-10.5-2.8c-0.2,0.1-0.5,0.3-0.7,0.4c-2.6,1.7-3.5,5.1-2.1,7.9c0.1,0.2,0.2,0.4,0.3,0.6c1.3,1.9,3.8,2.6,5.9,1.6c0.1-0.1,0.3-0.2,0.4-0.3c1.3-0.9,1.9-2.7,1.2-4.2c-0.1-0.1-0.1-0.2-0.2-0.3c-0.5-0.7-1.3-1.1-2-1c0.1,0.1,0.2,0.3,0.4,0.5c1,1.4,0.4,3.2-1,4.1c-1.4,1-3.5-0.1-4.2-1.4c-0.1,0-2.1-3.9,1.7-6c0.2-0.1,0.3-0.2,0.6-0.3c2.7-1.3,6-0.5,7.6,2c0.1,0.3,0.3,0.5,0.4,0.7c1.5,3.2,0.5,7-2.5,8.9c-0.3,0.2-0.5,0.3-0.9,0.5c-3.7,1.8-8.3,0.6-10.6-2.8c-0.2-0.3-0.4-0.6-0.6-1.1c-2.2-4.5-0.6-9.8,3.5-12.6c0.3-0.2,0.7-0.5,1.2-0.7c5.5-2.6,11.9-0.8,15.2,4.1c0.3,0.4,0.6,0.9,0.8,1.4c0.4,0.7,0.6,1.4,0.9,2.1c0.1-0.1,0.1-0.3,0.2-0.4c0.7-1.6,1.9-2.9,3.2-3.8c2.2-1.4,5-2,7.6-1.5C159.8,279.2,159.3,278.4,158.8,277.4C159,277.6,158.9,277.5,158.8,277.4 M212.9,340.5c-1.9,2.3-4.5,3.8-7.4,4.3c0.3,0.3,0.6,0.5,1,0.8c1.7,1.4,3.2,3,4.5,4.9c1.4-3.4,2.2-7,2.4-10.6C213.2,340.1,213,340.4,212.9,340.5 M192.6,368.1c-0.8-0.6-1.4-1.4-1.9-2.3c-1.1-2.1-0.7-4.6,0.7-6.3c0.5-0.7,1.2-1.2,2-1.6l0,0c1-0.5,2.2-0.4,3.2,0.4c1.3,1,1.5,2.9,0.4,4.3c-0.8,1-2,1.4-3.1,1.1c0,0.1,0.1,0.3,0.2,0.5c0.2,0.4,0.5,0.8,0.8,1.1c1,0.8,2.2,0.9,3.4,0.3c0.6-0.3,1.1-0.7,1.5-1.1c1.1-1.3,1.3-3.2,0.5-4.8c-0.4-0.8-1-1.4-1.6-1.9c-1.8-1.5-4.3-1.8-6.5-0.7c-1,0.5-1.9,1.3-2.6,2.1c-1.9,2.4-2.4,5.7-0.9,8.6c0.7,1.4,1.6,2.5,2.7,3.4c0.4,0.3,0.9,0.6,1.3,0.9l2.6-2.5C194.4,369.2,193.4,368.7,192.6,368.1 M109.8,198.9l30.6,22.2c8.6,6.3,23.9,8.2,33,1.7c4.3-3,8.3-4.1,12.7-3.5c0.8,0.1,1.9,0.5,3.2,1c-0.4-0.9-0.7-1.7-0.9-2.6c-0.6-2.3-0.7-4.7-0.3-7.3c1.5-8.4-2.3-16.5-9-21c-0.1-0.1-1.9-1.2-2.9-1.7c-1.7-0.8-3.4-1.3-5.3-1.6c-6.6-1.2-13,1.8-16.5,6.9c-1.3,1.9-2.2,4-2.6,6.5c-0.9,5.1,1.4,10,5.4,12.8c1.5,1,3.3,1.7,5.1,2c3.9,0.7,7.7-1,9.9-4.2c0.7-1.2,1.3-2.4,1.5-3.9c0.5-3-0.8-5.9-3.2-7.5c-0.8-0.6-1.9-1.1-3-1.2c-2.2-0.4-4.5,0.6-5.7,2.4c-0.4,0.7-0.8,1.4-0.9,2.2c-0.3,1.7,0.5,3.3,1.8,4.2c0.4,0.4,1,0.6,1.6,0.7c1.3,0.2,2.4-0.3,3.1-1.2c0.2-0.3,0.4-0.8,0.5-1.2v-0.5c-0.9,0.6-2.2,0.6-3.1-0.1c-1.4-0.9-1.7-2.7-0.8-4c0.6-1,1.8-1.4,2.8-1.2c0.8,0.1,1.6,0.4,2.2,0.8c1.7,1.2,2.7,3.4,2.4,5.6c-0.2,0.9-0.6,1.8-1.1,2.6c-1.4,2.1-3.9,3.2-6.6,2.7c-1.1-0.2-2.1-0.7-3-1.2c-2.5-1.6-3.8-4.6-3.3-7.7c0.3-1.3,0.8-2.6,1.5-3.6c1.9-2.9,5.5-4.5,9.3-3.9c1.6,0.3,3.1,0.9,4.4,1.8c3.5,2.3,5.4,6.6,4.7,11.1c-0.4,1.9-1.1,3.7-2.2,5.2c-2.9,4.3-8.1,6.6-13.5,5.7c-2.4-0.4-4.6-1.3-6.4-2.6c-5.2-3.5-8.1-9.8-6.9-16.3c0.5-2.9,1.6-5.5,3.2-7.8c0.2-0.4,0.4-0.7,0.7-1c-2.8,0.4-5.6-0.3-7.9-1.9c-1.4-1-2.6-2.2-3.5-3.8c-2.6-4.7-2.2-10.2,0.7-14.3c1.2-1.7,2.7-3.1,4.6-4.2c3.5-2,7.5-2.5,11.2-1.8l-21.7-9.6c-6.3-2.9-16.1,3.9-23.3,16.2C105.1,183,104.1,194.9,109.8,198.9 M179.5,119.4c2.4-0.1,4.6-0.3,6.4-0.4c1.5-0.1,2.8-0.2,3.8-0.1c6.7,0.4,12.7,3.3,17.1,7.8c0.2-1.7,1-3.4,2.2-4.7c0.8-0.9,1.8-1.5,2.8-1.9c2.5-1,5.5-0.5,7.6,1.4c0.8,0.7,1.4,1.5,1.6,2.4c0.8,2.2,0.5,4.7-1.2,6.4c-0.6,0.7-1.3,1.1-2,1.4c-1.9,0.7-4,0.4-5.5-1c-0.4-0.3-0.7-0.7-0.9-1.2c-0.6-1.6,0.2-3.4,1.8-4s3.4,0.2,4,1.8c0.1,0.1,0.1,0.3,0.1,0.4c0.5-0.7,0.7-1.6,0.4-2.4c-0.2-0.4-0.4-0.7-0.7-1c-1.1-0.9-2.5-1.1-3.8-0.7c-0.5,0.2-0.9,0.5-1.4,1c-1.3,1.4-1.7,3.4-1,5.1c0.3,0.7,0.7,1.4,1.3,1.9c1.9,1.8,4.9,2.3,7.1,1.5c0.9-0.4,1.7-0.9,2.3-1.8c1.8-2.3,3.3-4.8,5.2-7.1c1.9-2.3,4.1-4.3,7.2-5.5c0.6-0.2,1.4-0.5,2.1-0.6V118h0.1l-8.5-17.4c-3-6.2-14.9-7.3-28.3-2.4c-13.4,4.8-21.9,13.3-20.1,20L179.5,119.4z M158.6,246.6c1.2,1.8,1.4,4.3,0.2,6.3c-0.4,0.7-1,1.3-1.6,1.7c-1.1,0.8-2.7,1.1-4.2,0.7c-1-0.3-1.5-0.7-2-1.5c-0.9-1.4-0.7-3.1,0.7-4.1c1.4-0.9,3.1-0.6,4.1,0.6c0.1-0.6,0-1.1-0.3-1.6c-0.2-0.2-0.4-0.5-0.8-0.7c-1.1-0.6-2.4-0.5-3.4,0.1c-0.4,0.3-0.8,0.6-1,1.1c-0.9,1.6-0.8,3.4,0.1,4.8c0.4,0.5,0.9,1.1,1.6,1.4c2.1,1.2,4.6,1,6.4-0.2c0.8-0.5,1.4-1.2,1.9-2c0.9-1.6,1.2-3.4,1-5.1c-0.9-0.6-1.8-1.1-2.9-1.6C158.4,246.5,158.5,246.5,158.6,246.6 M161.8,319c2.3-0.1,4.6,0.7,6.5,2.2c0.4,0.3,0.7,0.6,1,1c4.2,4.4,4.3,11.1,0.6,15.7c-0.3,0.4-0.7,0.9-1.1,1.2c-0.5,0.5-1.2,1-1.8,1.4c0.1,0.1,0.3,0.1,0.4,0.1c1.8,0.2,3.3,0.9,4.6,1.9c2.1,1.7,3.4,4.2,3.7,6.8c0.6-0.8,1.3-1.5,2.1-2.2c0.1-0.1,0.2-0.1,0.2-0.3c7.1-8.7,6.8-21.4-1.2-29.8c-0.6-0.6-1.2-1.2-1.8-1.7c-1.4-1.1-2.8-2-4.3-2.6C167.4,314.4,164.3,316.6,161.8,319 M147.9,264.7L147.9,264.7c0,0,6.2,2.2,8.9,5c-0.4-3.6,0.3-7.2,1.6-10.3c-2.6,0.9-5.6,0.8-8.2-0.7c-1.2-0.6-2.1-1.5-2.8-2.5c-1.8-2.5-1.9-5.9-0.4-8.7c0.6-1,1.3-1.7,2.2-2.3c0.7-0.5,1.4-0.8,2.2-0.9c-2.1-0.5-4.3-0.7-6.5-0.8c-0.8,0.8-1.6,1.7-2.2,2.6c-2.6,4.7-2.3,10.3,0.5,14.5C144.4,262.2,145.9,263.6,147.9,264.7 M280.3,224.7c-15.9-13.3-39.7-11.2-53,4.6c-13.4,15.8-11.3,39.5,4.6,52.8c15.9,13.3,39.7,11.2,53.1-4.6C298.3,261.6,296.2,238,280.3,224.7 M296.7,308l-6.1-7.2c-4.6-5.1-12-7.3-18.9-4.8s-11.2,8.8-11.4,15.7v4.9v0.1v1.4c-0.1,3.3-1.6,6.5-4,8.9c-1.4,1.3-3,2.4-4.8,3.1c-0.2,0-0.4,0.1-0.6,0.2c0.8-2.2,1-7.1,1-9.1v-9.5c-0.2-6.9-4.5-13.2-11.4-15.7c-6.8-2.5-14.3-0.4-18.8,4.8l-6.2,7.2c-1.3,1.6-4.6,5.9-5.3,8c-0.5,1.6-0.8,3.2-0.8,4.9c-1.5-1-3.3-1.8-5.2-2.3c-6.7-1.4-13.4,1.1-17.4,6.1c-0.3,0.4-0.6,0.8-0.8,1.2c-1.1-4.1-3.2-8-6.3-11.3c-0.7-0.8-1.5-1.5-2.3-2c-0.7-0.6-1.4-1.1-2.2-1.6c4.6-1.4,9.3-1.8,13.6-0.7c5.1,1.4,9.2,1,13.2-1.1c2-1,5.7-4.9,6.9-6.6l6.1-7.2c4.3-5.4,5.2-13,1.5-19.3s-10.8-9.4-17.6-8.4l-9.3,1.7c-2.1,0.3-7.3,1.5-9.2,2.6c-3.7,2.4-6.2,5.8-7.5,10.9c-0.3,1.1-0.8,2.2-1.2,3.2c-3.1-1.7-5.8-4.1-7.8-7c0-0.1-1.2-2.2-1.7-3.2c-0.8-1.7-1.3-3.5-1.7-5.5c-1.1-6.7,1.8-13.1,6.9-16.8c0.1,0.1,0.3,0.3,0.4,0.5c3,4.3,6.5,6.6,10.8,7.6c2.2,0.5,7.5-0.2,9.6-0.6l9.3-1.6c6.7-1.3,12.4-6.7,13.6-13.9c1.2-7.1-2.1-14.1-8-17.6l-4.3-2.5l0,0l-1.4-0.8c-2.8-1.8-4.8-4.6-5.7-7.9c-0.5-1.8-0.6-3.7-0.2-5.7c0-0.2,0.1-0.4,0.1-0.7c1.5,1.8,5.8,4.5,7.5,5.4l8.2,4.7c6.1,3.3,13.8,2.8,19.4-1.9c5.5-4.7,7.5-12.2,5.2-18.7l-3.2-8.9c-0.7-2-2.7-6.9-4.2-8.5c-1.2-1.2-2.5-2.3-3.9-3.1c1.7-0.8,3.2-1.9,4.5-3.4c4.6-5,5.7-12,3.4-18c-0.2-0.5-0.4-0.9-0.6-1.3c4.2,1.1,8.6,1.3,13,0.3c1-0.3,2-0.5,2.9-0.9c0.8-0.4,1.6-0.7,2.4-1.2c-1,4.6-3.1,8.9-6.2,12.1c-3.7,3.6-5.4,7.4-5.6,11.8c-0.2,2.2,1.5,7.4,2.2,9.3l3.3,8.9c2.5,6.4,8.8,10.9,16.1,10.9s13.5-4.5,16.1-10.9l3.2-8.9c0.8-1.9,2.4-7,2.3-9.3c-0.2-4.5-1.9-8.2-5.7-11.8c-0.9-0.8-1.6-1.7-2.2-2.7c3-1.8,6.4-2.9,10-3.1c0.2,0,2.6,0,3.6,0c1.8,0.2,3.8,0.6,5.6,1.4c6.4,2.3,10.4,8.1,11.1,14.3c-0.1,0.1-0.3,0.1-0.6,0.1c-5.2,0.4-8.9,2.2-12,5.5c-1.5,1.6-3.6,6.6-4.2,8.5l-3.2,8.9c-2.2,6.5-0.4,14,5.3,18.7c5.6,4.6,13.3,5.2,19.4,1.9l4.2-2.5c0.1,0,0.2-0.1,0.3-0.1l1.1-0.6c3-1.5,6.5-1.9,9.7-0.9c1.8,0.4,3.5,1.3,5,2.6c0.1,0.1,0.4,0.2,0.5,0.4c-2.3,0.4-6.7,2.7-8.5,3.8l-8.2,4.7c-5.9,3.5-9.3,10.5-8,17.6c1.2,7.2,6.8,12.5,13.5,13.9l9.4,1.6c2.1,0.4,7.4,1.2,9.6,0.6c1.7-0.4,3.2-1,4.7-1.8c-0.2,1.8,0,3.7,0.6,5.6c2.1,6.5,7.7,11,14,12c0.4,0,0.9,0.1,1.4,0.1c-3,3-5.4,6.8-6.7,11.2c-0.3,0.9-0.5,1.9-0.7,2.8s-0.2,1.8-0.3,2.7c-3.5-3.2-6.2-7.1-7.3-11.4c-1.3-5.1-3.8-8.4-7.6-10.9c-1.8-1.2-7.1-2.4-9.2-2.6l-9.3-1.7c-6.8-1-13.9,2.1-17.6,8.4s-2.8,14,1.5,19.3l6.1,7.2c1.3,1.7,4.9,5.6,6.9,6.6c4,2,8.1,2.5,13.2,1.1c1.1-0.3,2.2-0.5,3.4-0.6c0,3.5-0.7,7-2.3,10.2c-0.1,0.1-1.2,2.3-1.8,3c-1.1,1.5-2.4,3-4,4.3c-5.3,4.3-12.2,5-18,2.4c0-0.2,0.1-0.4,0.2-0.6c2.3-4.7,2.5-8.8,1.3-13.1C301.3,313.8,298,309.6,296.7,308 M302.3,342.4c-0.2,0.3-0.3,0.6-0.3,0.9c0,1.3,0.8,2.4,1.8,2.9c0.4,0.2,1,0.4,1.5,0.4c1.8,0,3.3-1.1,4-2.5c0.3-0.6,0.6-1.3,0.5-2.1c0-2.4-1.4-4.5-3.4-5.5c-0.9-0.4-1.8-0.6-2.8-0.6c-1.9,0-3.6,0.7-5,1.7c0,1.1,0,2.2,0.1,3.3c0-0.1,0-0.2,0-0.2c1-1.9,3-3.3,5.3-3.3c0.9,0,1.7,0.2,2.3,0.6c1.3,0.6,2.3,1.8,2.7,3.2c0.3,1,0.1,1.7-0.3,2.5c-0.8,1.5-2.4,2.2-3.9,1.4c-1.4-0.7-2.1-2.4-1.5-3.8C303,341.5,302.5,341.9,302.3,342.4 M412.3,254.7l-1.3-0.3c-1.1,2.1-2,4.1-2.8,5.7c-0.7,1.4-1.2,2.5-1.8,3.4c-3.7,5.5-9.3,9.3-15.3,10.8c1.4,1.1,2.5,2.5,3,4.3c0.4,1.1,0.4,2.3,0.3,3.4c-0.4,2.7-2.3,5-5.1,5.8c-1,0.3-1.9,0.4-2.9,0.3c-2.3-0.4-4.3-2-5-4.3c-0.2-0.9-0.4-1.7-0.2-2.5c0.3-1.9,1.7-3.6,3.7-4.3c0.5-0.1,1-0.2,1.5-0.1c1.7,0.3,2.8,1.8,2.6,3.5c-0.3,1.7-1.9,2.8-3.6,2.6c-0.1,0-0.3-0.1-0.4-0.1c0.3,0.8,1,1.3,2,1.5c0.4,0,0.7,0,1.1-0.1c1.3-0.4,2.3-1.6,2.5-2.9c0-0.5,0-1.1-0.1-1.6c-0.6-1.9-2.3-3.2-4-3.4c-0.8-0.1-1.6-0.1-2.3,0.1c-2.6,0.8-4.5,3.1-4.9,5.4c-0.1,1-0.1,2,0.3,2.9c1.2,2.7,2.6,5.3,3.6,8.1c1,2.7,1.8,5.7,1.3,8.9c-0.2,0.7-0.3,1.4-0.5,2.1l0,0c0,0.1-0.1,0.1-0.1,0.1l19.4,1.4c7,0.5,13.9-9.2,16.3-23.2C422.1,268.1,419,256.6,412.3,254.7 M318.7,347c0.8-1.8,1.4-4,1.4-6.1c0,0-1.2-6.4-0.2-10.1c-3,2.2-6.3,3.4-9.8,3.8c2.1,1.8,3.4,4.5,3.4,7.5c0.1,1.3-0.3,2.6-0.8,3.7c-1.4,2.7-4.1,4.6-7.4,4.6c-1.1,0-2.2-0.2-3.1-0.7c-0.7-0.3-1.4-0.8-1.9-1.4c0.7,2.1,1.5,4.1,2.6,6c1,0.3,2.2,0.5,3.4,0.5C311.7,354.7,316.3,351.6,318.7,347 M364.1,338.4c0.6,3.6,0.1,7.3-1.6,10.8c-0.3,0.8-0.7,1.4-1.2,2.1c-6.1,9-18,12-27.5,7.3c-0.9-0.4-1.7-0.9-2.6-1.5c-3.8-2.6-6.7-5.9-8.7-9.7c-0.2,0.4-0.4,0.9-0.6,1.2c-2.8,5.8-8.8,9.7-15.6,9.7h-0.6c0.8,1,1.6,1.9,2.5,2.7l27.2,26.1c4.9,4.9,16.6,1.8,27.5-7.3c10.9-9.1,16-19.9,12-25.6L364.1,338.4z M174.2,381c-0.8-1.2-1.5-2.3-2-3.2c-3-6-3.4-12.6-1.8-18.6c-1.6,0.7-3.4,0.9-5.2,0.5c-1.2-0.3-2.2-0.8-3-1.5c-2.1-1.7-3.2-4.5-2.6-7.4c0.2-0.9,0.7-1.8,1.3-2.5c1.5-1.8,3.8-2.7,6.2-2.2c0.9,0.2,1.6,0.6,2.3,1.1c1.5,1.2,2.3,3.2,1.9,5.3c-0.1,0.5-0.3,1-0.6,1.3c-1.1,1.3-3.1,1.5-4.4,0.5c-1.3-1-1.5-3-0.4-4.3c0.1-0.1,0.2-0.2,0.3-0.3c-0.9-0.1-1.8,0.3-2.3,0.9c-0.2,0.3-0.4,0.7-0.5,1c-0.2,1.4,0.2,2.8,1.3,3.6c0.4,0.4,0.9,0.6,1.5,0.7c1.9,0.5,3.9-0.3,5.1-1.7c0.4-0.6,0.8-1.3,1-2.1c0.6-2.5-0.4-5.3-2.3-6.8c-0.7-0.6-1.7-1-2.7-1.2c-2.9-0.3-5.9-0.5-8.8-0.9c-2.9-0.5-5.9-1.3-8.4-3.4c-0.5-0.5-1.1-1-1.6-1.5l0,0l-0.1-0.1l-10.9,16c-3.9,5.7,1.1,16.5,12,25.6S172,392,177,387.1l1-0.9C176.4,384.3,175.2,382.5,174.2,381 M119.4,297.1c-0.5-0.7-0.9-1.4-1.2-2.1c-4.8-9.8-1.4-21.4,7.4-27.3c0.9-0.6,1.7-1.1,2.7-1.5c4.1-2,8.4-2.8,12.8-2.6c-0.3-0.4-0.6-0.8-0.9-1.1v-0.1c-3.5-5.3-4-12.4-0.6-18.3c0.1-0.2,0.2-0.3,0.3-0.5c-1.2,0.2-2.4,0.4-3.5,0.8L100,254.8c-6.7,1.8-9.8,13.4-7.4,27.3c2.5,13.9,9.4,23.7,16.4,23.2l19.1-1.3C124.6,302.6,121.5,300.3,119.4,297.1 M270.8,339.9c-4.8-2.2-7.6-5.2-9.4-9.2c-0.3-0.8-0.5-1.9-0.7-3.2c-0.6,0.7-1.1,1.4-1.8,2c-1.7,1.7-3.8,3-6.2,3.9c-8,3-13.2,10.2-13.8,18.2c0,0.2-0.1,2.4,0,3.4c0.2,1.8,0.6,3.6,1.3,5.4c2.3,6.3,8,10.3,14.3,10.7c2.2,0.2,4.6-0.1,6.9-0.9c4.9-1.8,8.1-6.2,8.4-11.1c0.1-1.8-0.1-3.6-0.7-5.3c-1.4-3.8-4.9-6.2-8.7-6.5c-1.4-0.1-2.8,0.1-4.1,0.6c-2.9,1-4.7,3.7-4.9,6.6c-0.1,1,0,2.1,0.4,3.2c0.8,2.2,2.8,3.5,5,3.7c0.8,0.1,1.6,0,2.4-0.3c1.6-0.6,2.6-2,2.8-3.6c0.1-0.6,0-1.2-0.3-1.8c-0.4-1.1-1.4-1.9-2.7-2c-0.4,0-0.8,0.1-1.2,0.2c-0.1,0.1-0.3,0.1-0.4,0.2c1,0.5,1.6,1.6,1.5,2.7c-0.1,1.7-1.5,2.8-3.1,2.7c-1.2-0.1-2.1-0.8-2.5-1.8h-0.1c-0.3-0.8-0.3-1.6-0.3-2.4c0.1-2.1,1.5-4,3.6-4.9c0.9-0.3,1.8-0.4,2.8-0.4c2.4,0.2,4.7,1.8,5.7,4.3c0.4,1.1,0.5,2.2,0.5,3.2c-0.2,2.9-2.1,5.6-5.1,6.7c-1.3,0.4-2.6,0.6-3.9,0.5c-3.5-0.3-6.7-2.5-8-6c-0.5-1.6-0.8-3.1-0.7-4.6c0.3-4.2,3-8,7.3-9.6c1.9-0.7,3.8-0.9,5.7-0.8c5.1,0.4,9.8,3.7,11.7,8.8c0.8,2.3,1.1,4.6,0.9,6.9c-0.5,6.2-4.5,11.8-10.7,14.1c-2.7,1-5.6,1.4-8.4,1.2c-0.4,0-0.8-0.1-1.2-0.1c1.7,2.2,2.6,5,2.4,7.8c-0.1,1.7-0.6,3.4-1.6,4.9c-2.8,4.6-7.8,7-12.8,6.6c-2-0.2-4.1-0.8-5.9-1.9c-3.5-2.1-5.9-5.2-7.2-8.7l2.5,23.5c0.7,6.9,11.6,12,25.8,12c14.2,0,25.1-5.1,25.8-12l3.9-37.5C287,358.6,281,344.5,270.8,339.9 M237,375c1.5-2.4,3.9-3.9,6.5-4.4c-2.6-2-4.7-4.6-6.1-7.8c-1.2,3-3.2,5.9-5,8.1c-1.1,1.8-1.7,3.8-1.8,5.8c-0.3,4.8,1.9,9.6,6.4,12.2c1.4,0.8,2.9,1.3,4.4,1.4c3.7,0.3,7.4-1.5,9.5-4.9c0.7-1.1,1-2.2,1-3.3c0.2-2.8-1.1-5.7-3.7-7.2c-0.8-0.5-1.7-0.7-2.6-0.8c-2.1-0.1-4.3,0.9-5.5,2.8c-0.4,0.6-0.6,1.2-0.6,1.9c-0.1,1.6,0.6,3.1,2.1,4c0.4,0.2,0.9,0.4,1.4,0.4c1.1,0.1,2.3-0.4,2.9-1.5c0.2-0.3,0.3-0.6,0.3-0.9c0-0.6-0.1-1.1-0.5-1.5c-0.2,1.5-1.5,2.4-3.1,2.3s-2.6-1.4-2.4-3c0.1-0.9,0.3-1.5,0.9-2.1c1-1,2.4-1.5,3.8-1.4c0.8,0.1,1.5,0.3,2.1,0.7c1.9,1.1,2.9,3.2,2.7,5.3c-0.1,0.8-0.3,1.7-0.7,2.5c-1.4,2.2-3.8,3.4-6.3,3.2c-1,0-2-0.3-2.9-0.9c-2.7-1.6-4-4.5-3.8-7.3C236,377.2,236.3,376,237,375 M235.4,355.3V355c0-0.9-0.1-1.9,0-2.8c0.2-3.3,0.9-7.4,2.7-10.4c0.1,0,0.1,0,0.1,0c-8.2,5.8-12.9,18-11.9,27.3l0.3,2.1C231.6,367.5,234.9,361.8,235.4,355.3 M191.5,152.3c0.9,0.1,1.7-0.1,2.5-0.4c2.2-0.8,3.7-2.8,3.9-5.3c0.1-1.1-0.1-2.3-0.5-3.3c-1.1-2.8-3.8-4.9-7-5.1c-1.6-0.1-3,0.2-4.4,0.7c-0.5,0.2-1,0.4-1.4,0.7l0.8,3.5c0.7-0.8,1.6-1.3,2.6-1.7c0.8-0.3,1.8-0.5,2.9-0.5c2.3,0.1,4.3,1.6,5.2,3.7c0.3,0.8,0.4,1.6,0.3,2.5c-0.1,1.1-0.8,2.2-1.9,2.6c-1.7,0.6-3.4-0.2-4-1.8c-0.4-1.1-0.2-2.4,0.6-3.2c-0.1-0.1-0.3-0.1-0.5-0.1c-0.5,0-0.9,0-1.3,0.2c-1.2,0.4-1.9,1.5-2.1,2.8c0,0.7,0.1,1.3,0.3,1.8C188.2,151,189.7,152.1,191.5,152.3 M387.7,250.7c-0.1,0.9-0.5,1.9-1.1,2.7c-1.3,2-3.7,2.9-5.8,2.6c-0.8-0.2-1.6-0.4-2.3-0.9c-0.9-0.7-1.4-1.8-1.3-3c0.3-1.7,1.9-2.8,3.6-2.5c1.2,0.2,2.1,1.1,2.5,2.2c0.1-0.1,0.2-0.3,0.3-0.4c0.3-0.4,0.5-0.8,0.5-1.3c0.2-1.2-0.4-2.4-1.4-3.2c-0.6-0.3-1.1-0.6-1.7-0.7c-1.7-0.3-3.4,0.5-4.4,2c-0.5,0.7-0.8,1.5-0.9,2.3c-0.4,2.3,0.6,4.6,2.7,5.9c1,0.7,2,1.1,3.1,1.2c3,0.5,6.1-0.8,7.9-3.5c0.8-1.3,1.4-2.7,1.6-4.1c0.1-0.5,0.1-1,0.1-1.5l-3.5-1C387.8,248.7,387.8,249.7,387.7,250.7 M355,220.3c-0.8,0.6-1.6,1-2.5,1.5c-3,1.5-6.8,2.9-10.4,2.8H342c9.2,4.2,22.1,2.1,29.7-3.5l1.7-1.2c-5.7-2.5-12.4-2.5-18.2,0.3C355.1,220.2,355,220.3,355,220.3 M324.1,197.5c0.4,5.2-0.7,9.1-3.4,12.7c-0.5,0.6-1.3,1.4-2.5,2.2c0.9,0.1,1.9,0.2,2.7,0.4c2.3,0.6,4.6,1.8,6.5,3.4c6.6,5.4,15.6,6.2,22.7,2.8c0.1,0,2-1.1,2.9-1.7c1.5-1,2.8-2.3,4.1-3.7c4.3-5.1,5-12.1,2.2-17.7c-0.9-2.1-2.4-3.9-4.3-5.5c-4-3.4-9.4-3.8-13.8-1.7c-1.6,0.8-3.1,1.9-4.3,3.4c-2.6,3.1-3,7.2-1.3,10.7c0.6,1.2,1.5,2.4,2.6,3.3c2.4,2,5.6,2.2,8.2,1c0.9-0.4,1.8-1.1,2.5-2c1.5-1.8,1.7-4.2,0.8-6.2c-0.3-0.7-0.8-1.3-1.5-1.9c-1.3-1.1-3.1-1.2-4.6-0.6c-0.5,0.3-1,0.6-1.4,1.1c-0.8,0.9-0.9,2.2-0.4,3.2c0.2,0.4,0.5,0.8,0.8,1c0.1,0.1,0.2,0.2,0.4,0.3c0-1.1,0.6-2.2,1.6-2.7c1.5-0.7,3.2-0.1,3.9,1.4c0.5,1,0.3,2.2-0.4,3l0,0c-0.5,0.6-1.1,1.1-1.8,1.5c-1.9,0.9-4.3,0.7-6.1-0.8c-0.7-0.6-1.3-1.4-1.7-2.2c-1.1-2.2-0.8-5,0.9-7c0.7-0.9,1.6-1.6,2.6-2c2.6-1.3,6-1,8.4,1c1,0.9,1.8,1.9,2.4,3.1c1.6,3.2,1.2,7-1.3,9.9c-1,1.2-2.3,2.2-3.7,2.9c-3.8,1.8-8.5,1.4-11.9-1.5c-1.6-1.2-2.8-2.8-3.5-4.5c-2.2-4.6-1.7-10.3,1.8-14.4c1.6-1.8,3.4-3.3,5.4-4.3c5.6-2.7,12.5-2,17.7,2.2c2.2,1.9,4,4.2,5.2,6.6c0.2,0.4,0.3,0.7,0.4,1.1c1.1-2.6,3.1-4.7,5.6-5.8c1.5-0.8,3.2-1.2,5.1-1.1c5.4,0,10,3.2,12.2,7.7c0.9,1.8,1.4,3.9,1.3,6.1c-0.1,4.1-1.6,7.8-4,10.6l19.2-13.9c5.7-4,4.6-15.9-2.4-28.1c-7.1-12.3-17-19.1-23.4-16.2L342,169.9C332.2,174.1,323,186.3,324.1,197.5 M403.2,261.4c0.6-0.9,1.5-2.8,2.6-5.1c0.4-0.9,0.9-1.9,1.5-2.9l-12.7-3.6c0,0.4,0,0.7-0.1,1.1c-0.3,1.9-1.1,3.8-2.2,5.6c-2.6,3.9-7.2,5.8-11.6,5.1c-1.6-0.3-3.2-0.9-4.6-1.8c-3.4-2.2-4.9-6-4.3-9.6c0.2-1.3,0.7-2.6,1.5-3.8c0.5-0.8,1.2-1.5,2-2.1c-2.4-0.6-4.9-0.9-7.5-0.9c-0.1,0.2-0.2,0.3-0.3,0.5c-1.4,2.1-2.3,4.4-2.7,6.8c-1,6.5,1.8,13.3,7.7,17.2c1.7,1.1,3.4,1.9,5.2,2.5c1,0.3,3.3,0.8,3.5,0.8C389.5,272.3,398.3,268.9,403.2,261.4 M353.3,273.7c2.1,0.3,4.2,0.2,6.4-0.4c0,0,5.8-3.1,9.6-3.2c-2.9-2.2-5.2-5-6.6-8.1c-1.1,2.6-3.2,4.6-6.1,5.5c-1.3,0.4-2.5,0.5-3.8,0.3c-3-0.5-5.7-2.6-6.6-5.7c-0.3-1-0.4-2.2-0.2-3.2c0.4-2.5,2.2-4.8,4.8-5.6c0.8-0.3,1.8-0.3,2.7-0.2c2.2,0.4,4.1,1.9,4.8,4.1c0.3,0.8,0.3,1.6,0.2,2.3c-0.2,1.4-1,2.7-2.3,3.5c-0.9,0.4-1.6,0.6-2.5,0.4c-1.6-0.2-2.8-1.6-2.5-3.3c0.2-1.6,1.7-2.7,3.2-2.5c-0.4-0.5-0.9-0.8-1.4-0.9c-0.3,0-0.7,0-1,0.1c-1.2,0.4-2.1,1.4-2.2,2.6c-0.1,0.5,0,1,0.1,1.5c0.5,1.7,2,2.8,3.6,3c0.7,0.1,1.4,0.1,2.1-0.1c2.3-0.7,3.8-2.7,4.2-4.9c0.1-0.9,0.1-1.8-0.2-2.8c-0.9-3.1-3.6-5.1-6.5-5.6c-1.2-0.2-2.5-0.1-3.8,0.3c-3.9,1.2-6.7,4.6-7.3,8.4c-0.3,1.6-0.2,3.3,0.3,4.9C344,269.4,348.3,272.9,353.3,273.7 M353.5,247c2.9,0.5,5.6,2,7.5,4.2c0-0.4,0-0.8,0.1-1.3c0.4-2.1,1-4.3,2.1-6.3c-3.6,0.5-7.2,1.7-10.4,3.3C353,246.9,353.3,246.9,353.5,247 M373.3,289.3c-0.4-0.1-0.8-0.2-1.1-0.2c-4-0.7-8,1.7-9.3,5.7c-0.1,0.3-0.1,0.6-0.1,0.8c-0.5,3,1.3,6,4.3,6.9c0.2,0.1,0.4,0.1,0.6,0.2c2.2,0.4,4.5-1,5.2-3.2c0.1-0.2,0.1-0.3,0.1-0.5c0.2-1.6-0.7-3.2-2.3-3.7c-0.1,0-0.2,0-0.2-0.1c-0.9-0.1-1.7,0.2-2.2,0.8c0.2,0,0.5,0,0.6,0.1c1.7,0.2,2.8,1.9,2.6,3.5c-0.3,1.7-1.8,2.8-3.6,2.6c0,0-0.1,0-0.2,0v0.1c-2.5-0.8-4-3.2-3.6-5.8c0-0.2,0.1-0.4,0.1-0.7c0.9-2.9,3.8-4.7,6.7-4.2c0.3,0.1,0.5,0.1,0.8,0.2c3.5,1.1,5.4,4.4,5,7.8c-0.1,0.3-0.1,0.6-0.2,0.9c-0.3,1.1-0.8,2-1.5,2.8l5.2,0.3c0.1-0.3,0.2-0.6,0.3-0.9c0.1-0.4,0.2-1,0.3-1.4C381.6,296,378.5,290.8,373.3,289.3 M341.2,312.6c1,1.2,1.6,2.8,1.6,4.5c0,1-0.2,1.9-0.7,2.8c-1,2.1-3.1,3.5-5.5,3.5c-0.9,0-1.7-0.2-2.5-0.6c-1.8-0.9-3-2.7-3-4.8c0-0.5,0.1-1,0.2-1.4c0.8-1.6,2.7-2.2,4.2-1.5c1.5,0.8,2.1,2.6,1.4,4.1c-0.1,0.2-0.1,0.3-0.2,0.4c0.9-0.1,1.7-0.6,2.1-1.4c0.1-0.3,0.3-0.7,0.3-1.1c0-1.5-0.8-2.7-2.1-3.3c-0.4-0.2-1-0.3-1.6-0.3c-1.9,0-3.7,1.2-4.5,2.8c-0.4,0.7-0.5,1.4-0.5,2.3c0,2.6,1.6,5.1,3.7,6.1c0.8,0.5,1.9,0.6,2.9,0.5c2.9-0.3,5.8-0.8,8.8-1s6,0.1,8.9,1.5c0.4,0.2,0.9,0.4,1.3,0.7l-2.3-3.5C350.9,318.9,346.4,315.1,341.2,312.6 M376.7,273.8h-0.2c-11.1-1.7-22.1,4.8-25.5,15.9c-0.2,0.8-0.5,1.6-0.6,2.4c-0.2,1.7-0.3,3.4,0,5c3.1,2.1,6.5,3.7,9.9,4.6c-1.2-1.9-1.7-4.3-1.3-6.7c0.1-0.4,0.2-0.9,0.3-1.4c1.8-5.7,7.5-9.2,13.4-8.3c0.6,0.1,1.1,0.2,1.6,0.4c0.7,0.2,1.5,0.5,2.2,0.9c0-0.2-0.1-0.3-0.2-0.4c-0.7-1.6-0.8-3.3-0.6-4.9c0.4-2.6,1.9-5,4-6.6C378.7,274.4,377.7,274.1,376.7,273.8 M325.6,325.1c-5,10-1.9,22.4,7.7,28.9c0.7,0.5,1.4,0.9,2.1,1.3c7.9,3.9,17.7,1.4,22.8-6c0.4-0.6,0.7-1.1,1-1.7c3-6.1,1.1-13.7-4.8-17.7c-0.4-0.3-0.9-0.5-1.3-0.7c-4.7-2.3-10.6-0.9-13.7,3.6c-0.2,0.4-0.4,0.7-0.6,1c-1.8,3.6-0.7,8.1,2.8,10.4c0.3,0.1,0.5,0.3,0.8,0.4c2.7,1.3,6.2,0.5,7.9-2.1c0.2-0.2,0.3-0.4,0.4-0.6c1-2,0.3-4.5-1.6-5.8c-0.2-0.1-0.3-0.2-0.4-0.2c-1.5-0.7-3.3-0.3-4.3,1.1c0,0.1-0.1,0.2-0.1,0.3c-0.4,0.7-0.3,1.6,0.1,2.2c0.1-0.2,0.1-0.3,0.2-0.5c0.8-1.5,2.6-2,4.1-1.2s1.7,3.1,0.9,4.3c0,0.1-2.3,3.7-6.1,1.5c-0.2-0.1-0.4-0.3-0.6-0.4c-2.5-1.7-3.4-4.9-2-7.6c0.1-0.2,0.3-0.5,0.5-0.7c2-2.9,5.8-3.9,8.9-2.4c0.3,0.1,0.5,0.3,0.9,0.5c3.5,2.4,4.6,6.9,2.8,10.6c-0.1,0.3-0.3,0.7-0.5,1c-2.8,4.2-8.3,5.5-12.7,3.4c-0.4-0.2-0.8-0.5-1.2-0.7c-5-3.4-6.7-9.9-4-15.2c0.2-0.5,0.5-0.9,0.8-1.4c0.5-0.6,1-1.2,1.5-1.8c-0.1,0-0.3,0-0.5,0c-1.7,0.2-3.4-0.2-4.9-0.9c-2.4-1.2-4.2-3.3-5.1-5.8c-0.5,0.9-1.1,1.7-1.6,2.5C325.7,324.9,325.7,325,325.6,325.1 M375,208.2c-1.1,0.5-2.2,0.8-3.5,0.8c-2.9-0.1-5.4-1.4-7.1-3.4c-0.4,3.3-1.6,6.4-3.7,9.2c3.3-0.5,6.7-0.2,9.7,0.3c2.1,0.1,4.1-0.5,5.8-1.3c4.4-2.1,7.4-6.4,7.5-11.6c0-1.6-0.3-3.2-1-4.5c-1.6-3.4-5-5.7-8.9-5.8c-1.3,0-2.4,0.3-3.5,0.8c-2.6,1.2-4.3,3.8-4.4,6.8c0,0.9,0.2,1.8,0.5,2.6c1,1.9,3,3.2,5.2,3.3c0.7,0,1.4-0.1,2-0.5c1.4-0.7,2.4-2.1,2.5-3.8c0-0.5-0.1-1-0.3-1.4c-0.5-1-1.5-1.7-2.7-1.7c-0.4,0-0.7,0.1-1,0.2c-0.5,0.2-0.9,0.6-1.1,1.1c1.4-0.5,2.9,0.2,3.6,1.6c0.7,1.4,0.1,2.9-1.4,3.5c-0.8,0.4-1.4,0.5-2.3,0.3c-1.4-0.4-2.5-1.3-3.1-2.6c-0.3-0.7-0.5-1.4-0.5-2.2c0-2.2,1.3-4.1,3.2-5c0.8-0.4,1.7-0.6,2.6-0.6c2.6,0,4.9,1.6,5.9,3.8c0.5,0.9,0.7,1.9,0.7,3C379.5,204.4,377.6,207,375,208.2 M210.4,145.9c0.1-2-0.1-3.9-0.5-5.8c-0.2-0.9-0.9-3.2-1-3.4c-3-7.9-10.5-13.6-19.5-14.2c-1.1-0.1-3.2,0.1-5.8,0.3c-1,0.1-2.1,0.2-3.3,0.2l3.2,12.8c0.3-0.1,0.6-0.3,1-0.4c1.8-0.7,3.8-1,5.9-1c4.8,0.3,8.7,3.4,10.3,7.5c0.6,1.5,0.8,3.2,0.8,4.9c-0.3,3.9-2.8,7.2-6.3,8.5c-1.3,0.5-2.7,0.7-4.1,0.6c-0.9-0.1-1.8-0.3-2.7-0.7c0.6,2.4,1.6,4.7,3,6.9c0.2,0,0.3,0.1,0.5,0.1c2.6,0.1,5-0.3,7.3-1.1C205.5,158.8,210,153,210.4,145.9 M283.5,157.6c0.1,0,0.2,0,0.3-0.1c11.3-0.7,20.4-9.6,21.3-21c0.1-0.8,0.1-1.7,0-2.5c-0.6-8.8-7.6-15.9-16.6-16.6c-0.6,0-1.3,0-2,0c-6.8,0.4-12.5,5.9-13,12.9c0,0.5,0,1,0,1.5c0.4,5.2,4.5,9.6,10,10h1.2c4-0.3,7.4-3.5,7.7-7.6c0-0.3,0-0.6,0-0.9c-0.2-3-2.7-5.5-5.8-5.8H286c-2.3,0.2-4.2,2-4.4,4.3v0.5c0.1,1.6,1.4,2.9,3.1,3c0.1,0,0.2,0,0.3,0c0.8,0,1.5-0.5,1.8-1.2c-0.1,0.1-0.4,0.1-0.6,0.1c-1.7,0.1-3-1.2-3-2.9c-0.1-1.6,1.8-3,3.3-2.9c0,0,4.3,0.1,4.3,4.4v0.7c-0.2,3-2.7,5.3-5.6,5.5h-0.9c-3.5-0.3-6.3-3.1-6.5-6.5c0-0.3,0-0.7,0-1c0.3-4.2,3.7-7.4,7.8-7.7c0.4,0,0.8-0.1,1.1,0c5.1,0.3,8.9,4.3,9.2,9.3c0.1,0.4,0.1,0.9,0,1.3c-0.4,6-5.3,10.7-11.2,11.1c-0.6,0-1.1,0-1.6,0c-0.8-0.1-1.6-0.2-2.3-0.4c0.1,0.1,0.2,0.3,0.3,0.4c1,1.4,1.6,3.1,1.7,4.7c0.2,2.6-0.8,5.2-2.5,7.3C281.4,157.5,282.5,157.5,283.5,157.6 M225.1,159.4c-0.7-1.9-1.9-3.7-3.5-5.2c0,0-5.6-3.5-7.6-6.7c-0.4,3.5-1.8,6.9-3.8,9.7c2.8-0.4,5.7,0.5,7.9,2.5c0.9,0.9,1.7,2,2.2,3.2c1.1,2.8,0.6,6.2-1.6,8.5c-0.7,0.8-1.6,1.4-2.6,1.8c-2.4,0.9-5.2,0.5-7.3-1.4c-0.7-0.6-1.2-1.4-1.5-2.3c-0.8-2-0.4-4.4,1.1-6.1c0.6-0.6,1.2-1.1,2-1.4c1.4-0.5,2.9-0.5,4.2,0.3c0.8,0.5,1.3,1,1.6,1.9c0.6,1.6,0,3.2-1.6,3.8c-1.5,0.5-3.1-0.1-3.8-1.5c-0.2,0.6-0.2,1.2,0,1.7c0.1,0.3,0.3,0.6,0.6,0.8c1,0.9,2.3,1.1,3.4,0.6c0.4-0.1,0.9-0.4,1.2-0.8c1.2-1.3,1.5-3.2,0.9-4.7c-0.3-0.6-0.7-1.2-1.2-1.7c-1.8-1.6-4.3-2-6.4-1.2c-0.8,0.3-1.7,0.9-2.3,1.6c-2.1,2.4-2.7,5.6-1.6,8.4c0.4,1.1,1.1,2.2,2.1,3.1c3.1,2.8,7.4,3.4,11,2c1.5-0.6,2.9-1.5,4.1-2.7C226.1,169.7,226.9,164.2,225.1,159.4 M202.1,173.4c-0.1-0.3-0.2-0.5-0.4-0.8c-1-2.7-1-5.7,0-8.5c-0.4,0.2-0.7,0.3-1.1,0.5c-2.1,0.8-4.3,1.2-6.5,1.3C196.3,168.8,199,171.4,202.1,173.4 M170.2,182.5c-2-2.5-3.5-5.7-4.6-8.4c-1-1.9-2.5-3.3-4.1-4.4c-4-2.7-9.3-3.1-13.8-0.6c-1.4,0.8-2.6,1.8-3.4,3.1c-2.2,3.1-2.4,7.2-0.5,10.7c0.6,1,1.4,1.9,2.4,2.6c2.4,1.6,5.6,1.9,8.2,0.4c0.8-0.5,1.5-1.1,2-1.8c1.2-1.8,1.4-4.1,0.3-6.1c-0.4-0.6-0.8-1.1-1.3-1.5c-1.3-0.8-3.1-1-4.6-0.2c-0.5,0.3-0.8,0.6-1.1,1c-0.7,0.9-0.7,2.2-0.1,3.2c0.1,0.3,0.4,0.5,0.6,0.7c0.5,0.3,1.1,0.4,1.6,0.3c-1.1-0.9-1.3-2.6-0.4-3.8c0.9-1.3,2.5-1.5,3.8-0.6c0.7,0.5,1.1,1,1.4,1.8c0.4,1.4,0.1,2.8-0.7,4c-0.4,0.6-1,1.1-1.7,1.5c-1.9,1-4.2,0.8-5.9-0.3c-0.8-0.5-1.3-1.2-1.8-1.9c-1.3-2.2-1-4.9,0.3-7c0.6-0.8,1.3-1.5,2.2-2c2.7-1.5,5.9-1.2,8.3,0.4c1,0.7,1.8,1.6,2.4,2.6c1.4,2.5,1.5,5.3,0.6,7.8C163.4,182.7,166.8,182.2,170.2,182.5 M240.2,153.4c0.8-0.2,1.6-0.4,2.4-0.7c1.6-0.6,3.1-1.5,4.4-2.5c0.3-3.8-0.1-7.4-1-10.9c-1.1,2-2.9,3.6-5.2,4.5c-0.4,0.2-0.9,0.3-1.3,0.4c-5.9,1.4-11.8-1.9-13.9-7.3c-0.2-0.5-0.4-1.1-0.5-1.6c-0.2-0.7-0.3-1.5-0.3-2.2c0,0.1-0.2,0.2-0.3,0.4c-1,1.4-2.5,2.4-4,3c-2.5,0.9-5.3,0.8-7.8-0.2c0.3,0.9,0.6,1.9,0.8,2.8c0,0.1,0,0.2,0,0.3C217.7,149.9,229,156,240.2,153.4 M310.7,172.8c-2.2,0.1-4.4-0.9-5.5-3c-0.4-0.7-0.6-1.4-0.7-2.2c-0.1-1.5,0.4-2.9,1.5-3.9c0.7-0.7,1.4-1,2.3-1c1.7-0.1,3.1,1,3.3,2.6c0,1.6-1.1,3-2.6,3.2c0.4,0.4,1,0.6,1.6,0.5c0.4,0,0.7-0.1,1-0.3c1.1-0.7,1.7-1.9,1.6-3c0-0.6-0.1-1-0.4-1.4c-0.9-1.5-2.6-2.4-4.2-2.2c-0.7,0-1.4,0.3-2,0.6c-2.1,1.2-3.1,3.4-3,5.7c0.1,0.9,0.3,1.8,0.8,2.7c1,1.6,2.4,2.7,4,3.4c0.9-0.5,1.9-1.1,2.8-1.7C310.9,172.7,310.9,172.8,310.7,172.8 M299.8,166.2c0.5-2.7,2.1-5.2,4.8-6.7c1.1-0.7,2.4-1,3.6-1.1c3-0.2,6.1,1.3,7.7,4.1c0.6,0.9,0.9,2,0.9,3c0.1,0.8-0.1,1.6-0.3,2.3c1.5-1.6,2.8-3.4,3.9-5.2c-0.2-1.1-0.6-2.2-1.2-3.2c-2.7-4.6-7.8-7.1-12.9-6.8c-2,0.1-4.1,0.7-6.1,1.8l0,0c0,0-5,4.3-8.7,5.2C294.9,161.2,297.7,163.5,299.8,166.2 M170.1,169.9l-1.8-0.8c0.7,6.1,3.9,11.8,9.3,15.5c0,0.1,0.2,0.1,0.2,0.2c0.9,0.4,1.7,0.9,2.5,1.4c2.7,1.8,6,4.5,7.6,7.6v0.1C187.1,183.7,178.9,173.6,170.1,169.9 M228.7,134.5c0.1,0.4,0.2,0.8,0.4,1.1c1.4,3.7,5.5,6,9.5,5c0.3,0,0.6-0.2,0.9-0.2c2.8-1.1,4.5-4.2,3.8-7.2c-0.1-0.2-0.1-0.4-0.2-0.6c-0.8-2.1-3.1-3.4-5.4-2.8c-0.2,0-0.3,0.1-0.4,0.1c-1.5,0.5-2.4,2.2-2,3.9c0,0.1,0,0.2,0,0.3c0.3,0.8,1,1.3,1.8,1.4c-0.1-0.2-0.2-0.4-0.3-0.6c-0.6-1.6,0.2-3.4,1.8-3.9c1.6-0.6,3.4,0.2,4,1.7c0,0,0,0.1,0,0.2h0.1c0.6,2.5-0.8,5.1-3.2,6c-0.2,0.1-0.5,0.1-0.7,0.2c-3,0.7-5.9-0.9-7-3.7c-0.1-0.2-0.2-0.5-0.3-0.8c-0.8-3.4,1.1-6.9,4.3-8.1c0.3-0.1,0.6-0.2,0.9-0.3c1.1-0.3,2-0.3,3.1-0.1l-2.3-4.6c-0.3,0.1-0.7,0.1-1,0.2c-0.5,0.1-1,0.2-1.5,0.4C230.4,123.9,227.5,129.2,228.7,134.5 M268.3,146.8c0.9-0.5,1.8-0.8,2.8-0.8c2.3-0.2,4.6,1,5.8,3.1c0.4,0.7,0.6,1.5,0.7,2.4c0.1,1.9-0.8,3.9-2.7,5c-0.4,0.2-0.9,0.4-1.4,0.5c-1.8,0.1-3.2-1.1-3.3-2.9c-0.1-1.7,1.2-3.2,2.8-3.2c0.2,0,0.3,0,0.5,0c-0.5-0.8-1.4-1.2-2.3-1.1c-0.4,0.1-0.7,0.1-1.1,0.3c-1.2,0.8-1.9,2.1-1.8,3.4c0,0.5,0.2,1.1,0.4,1.6c1,1.7,2.9,2.6,4.7,2.5c0.7-0.1,1.4-0.3,2.2-0.7c2.3-1.3,3.6-4,3.5-6.3c-0.1-0.9-0.4-1.8-1-2.7c-1.7-2.3-3.6-4.6-5.2-7.1c-1.7-2.5-3-5.2-3.2-8.5c-0.1-0.5-0.1-1,0-1.5l-1.8,3.7c-2.2,4.5-3.2,10.3-2.8,15.9C265.7,149,266.8,147.6,268.3,146.8 M276.2,117.8l8.4-17.2c2.9-6.3,14.9-7.4,28.3-2.5c13.3,4.8,21.9,13.3,20.1,20l-9.2,36.6c-0.3,1.1-0.7,2.3-1.1,3.4c-0.1-0.2-0.2-0.4-0.3-0.5c-3.5-5.9-9.9-9.1-16.3-8.6c-0.5,0-0.9,0.1-1.4,0.1c2.3-3.6,3.8-7.7,4.1-12.3c0.1-1,0.1-2,0.1-3c-0.7-10.5-9.2-19.3-20.1-20.1c-0.8-0.1-1.7-0.1-2.4,0C282.5,114,278.9,115.5,276.2,117.8"/></svg>');
}
#header, #header-sticky {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 30px 40px;
}
#header-sticky {
	padding: 10px 40px;
}
#header-sticky {
	position: fixed;
	background: #fff;
	border-bottom: 3px solid #B99E50;
}
#header.header-tipology-light {
	background-color: #FFFBEF;
	border-bottom: 1px solid #f6efdb;
}
#header.header-tipology-dark {
	background-color: #363636;
	border-bottom: 1px solid #534f46;
}
#header .p-row, #header-sticky .p-row {
	align-items: center;
}
#header .trigger-menu-open, #header-sticky .trigger-menu-open, #menu .trigger-menu-close {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
	color: #fff;
	padding-right: 28px;
}
#header-sticky .trigger-menu-open, #menu .trigger-menu-close, #header.header-tipology-light .trigger-menu-open {
	color: #363636;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 3px;
	display: inline-block;
}
#menu .trigger-menu-close {
	padding: 40px;
	background-image: url('assets/images/menu-close-background.png');
	background-size: 200% 200%;
	background-position: 0 100%;
	width: 125px;
	height: 125px;
	text-align: center;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 0;
}
#menu .trigger-menu-close:hover {
	color: #fff;
	background-position: 100% 0;
}
#header .trigger-menu-open span.circle-animation, #header-sticky .trigger-menu-open span.circle-animation {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	margin-left: 10px;
	margin-top: 1px;
}
#header-sticky .trigger-menu-open span.circle-animation, #header.header-tipology-light .trigger-menu-open span.circle-animation {
	background-color: #363636;
}
#header .trigger-menu-open:hover span.circle-animation, #header-sticky .trigger-menu-open:hover span.circle-animation {
	transform: scale(1.5);
}
#header .trigger-menu-open span.circle-animation.open, #header-sticky .trigger-menu-open span.circle-animation.open {
	transform: scale(288);
	background-color: #FFFBEF;
	cursor: default;
}

/* Footer */
#footer {
	background-color: #FFFBEF;
}
#footer a {
	text-decoration: none;
	color: #363636;
}
#footer a:hover {
	color: #B99E50;
}
#footer-top {
	padding: 120px 0;
}
#footer-bottom {
	border-top: 1px solid #363636;
	padding: 30px 0;
}
#footer-top-1 p {
	font-size: 16px;
	line-height: 35px;
}
#footer-top-1 img {
	margin-bottom: 30px;
}
#footer ul {
	list-style-type: none;
	padding-left: 0;
}
#footer ul.menu li {
	margin-bottom: 45px;
}
#footer ul.menu li:last-child {
	margin-bottom: 0;
}
#footer ul.menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#footer-top-2, #footer-top-3, #footer-top-4 {
	margin-top: 159px;
	letter-spacing: 3.2px;
}
#footer-top-4 .button {
	width: calc(100% - 42px);
	margin-bottom: 20px;
	font-size: 16px; /*change title*/
	line-height: 25px; /*change title*/
}
#footer-bottom-1, #footer-bottom-2 {
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 2.4px;
}
#europe-financed {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0
}
#europe-financed img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}
#footer a:hover img {
	opacity: 0.8;
}
#footer-bottom-2 .widget {
	margin-left: 85px;
}

/* Content */
.button, .link-image-button {
	border: 1px solid #363636;
	text-decoration: none;
	font-size: 16px; /*change title*/
	line-height: 25px; /*change title*/
	display: inline-block;
	padding: 10px 20px; /*change title*/
	color: #363636;
	text-align: center;
	background-image: url('assets/images/button-background.png');
	background-size: 100% 200%;
	background-position: 0 0;
}
.invert .button {
	color: #fff;
	border-color: #fff;
}
.button:hover {
	background-position: 0 100%;
	border-color: #B99E50;
	color: #fff!important;
}
.button::before, .button::after, .link-image-button::before, .link-image-button::after {
	content: '\203A';
	font-size: 25px;
}
.button::before, .link-image-button::before {
	padding-right: 10px;
	opacity: 1;
}
.button::after, .link-image-button::after {
	padding-left: 10px;
	opacity: 0;
}
.button:hover::before, .link-image:hover .link-image-button::before {
	opacity: 0;
}
.button:hover::after, .link-image:hover .link-image-button::after {
	opacity: 1;
}
.social {
	list-style-type: none;
}
.social li {
	display: inline-block;
	margin-right: 24px;
}
.social li a {
	width: 43px;
	height: 43px;
	display: block;
}
#footer-top-4 .social li a, #menu-4 .social li a {
	width: 20px;
	height: 20px;
}
.social li a.twitter {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve"><style type="text/css">.st0{fill:%23B99E50;}</style><path class="st0" d="M52.7,52L35.2,26.4l0,0L51,8h-5.3L32.8,23L22.6,8H8.7l16.4,23.9l0,0L7.8,52h5.3l14.4-16.6L38.8,52H52.7z M20.5,12l24.7,36H41L16.2,12H20.5z"/></svg>');
}
.social li a.instagram {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250; fill:%23B99E50" xml:space="preserve"><g><path d="M86.8,4.9c25.6,0,51.2,0,76.7,0c2.2,0.2,4.3,0.3,6.5,0.5c8.3,0.9,16.7,1.1,24.7,3c19.8,4.5,34.3,16,43,34.5c5.5,11.8,7.1,24.5,7.1,37.3c0.1,28.9,0.2,57.8-0.1,86.8c-0.1,8.1-0.7,16.4-2.4,24.3c-5.9,27.4-22.8,44.2-50.1,50.4c-11.7,2.6-23.7,2.6-35.6,2.7c-20.8,0.2-41.6,0.2-62.4,0c-12-0.1-24,0-35.8-2.8c-27-6.2-43.7-22.8-49.9-49.9C6,180.3,6,168.6,5.9,156.9c-0.2-17.2-0.1-34.5-0.1-51.7c0-15.2-0.3-30.4,2.4-45.4c2.7-15,9.4-27.9,21.1-38C41.5,11.3,56,7.1,71.6,5.9C76.7,5.5,81.7,5.3,86.8,4.9z M125.7,223.3c0-0.1,0-0.3,0-0.4c8.7,0,17.3,0.2,26,0c12-0.3,24,0.2,35.9-2.2c17.1-3.5,28.3-13.5,33.1-30.5c2.2-7.8,2.6-15.8,2.7-23.8c0.2-24.1,0.3-48.2,0.2-72.3c0-10.3,0-20.6-2-30.7c-3.5-17.6-13.6-29.1-31.3-33.6c-10-2.6-20.2-2.5-30.4-2.7c-18.6-0.2-37.1-0.2-55.7-0.1c-13.1,0-26.2-0.4-39.2,2C47.1,32,35.2,42.1,30.5,60.1c-2.3,8.6-2.5,17.4-2.6,26.2c-0.2,25.7-0.2,51.5,0,77.2c0.1,7.5,0.7,15.1,1.9,22.5c1.8,11.9,7.6,21.7,17.9,28.4c8,5.2,17.1,7.2,26.4,7.6C91.2,222.7,108.5,222.9,125.7,223.3z"/><path d="M125.5,63.1c33.9-0.1,61.8,27.9,61.7,61.7c-0.1,33.9-27.8,61.6-61.6,61.6c-33.9,0-61.7-27.8-61.7-61.7C64,90.8,91.7,63.2,125.5,63.1z M85.8,124.8c0,22.1,17.7,39.8,39.8,39.8c22.1,0,39.8-17.7,39.9-39.7c0-22.2-17.7-39.9-39.9-39.9C103.5,84.9,85.8,102.7,85.8,124.8z"/><path d="M189.5,75.1c-8,0-14.3-6.3-14.3-14.4c0-8,6.5-14.4,14.4-14.4c8,0.1,14.4,6.6,14.4,14.5C203.9,68.8,197.5,75.1,189.5,75.1z"/></g></svg>');
}
.social li a.youtube {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250; fill:%23B99E50"  xml:space="preserve"><g><path d="M122.7,210.1c-11,0.3-24.4-0.3-37.8-0.7c-15.7-0.4-31.3-1-46.9-3c-6.6-0.8-13.1-2.1-18.8-6c-8-5.5-12.1-13.4-13.7-22.8c-1.7-10.2-2.7-20.4-3.2-30.7c-0.4-8.8-1-17.6-0.8-26.3C2,103.9,2.5,87.1,5.4,70.5c3.2-18.1,13.7-27.8,32-29.7c13.7-1.4,27.3-2.1,41-2.6c21.8-0.8,43.7-1.2,65.5-0.8c15,0.3,30,0.8,45,1.5c9.4,0.5,18.9,1.1,28.2,2.8c14.7,2.8,23.8,11.8,26.8,26.6c1.7,8.8,2.5,17.7,3.2,26.6c0.9,12.1,1.2,24.2,0.9,36.3c-0.4,16.7-1,33.4-4.5,49.8c-2.9,13.6-13.6,23.2-27.4,25c-15,1.9-30,2.7-45.1,3.1C155.6,209.7,140.4,210.1,122.7,210.1z M100.8,87.5c0,24.3,0,48.2,0,72.4c21-12.1,41.8-24,62.9-36.2C142.5,111.6,121.8,99.6,100.8,87.5z"/></g></svg>');
}
.social li a.facebook {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250; fill:%23B99E50" xml:space="preserve"><g><path d="M99.8,248.5c0-1.2-0.1-2.4-0.1-3.6c0-34.9,0-69.7,0-104.6c0-3.5,0-3.5-3.6-3.5c-10.3,0-20.6-0.1-30.9,0c-2.3,0-3-0.7-3-3c0.1-12.9,0.1-25.7,0-38.6c0-2.2,0.7-2.9,2.9-2.9c10.2,0.1,20.5,0,30.7,0c4,0,4,0,4-3.8c0-9-0.1-18.1,0-27.1c0.1-9,1.1-17.9,4.4-26.3c7.1-17.9,20.5-28,39.2-31.5c9.8-1.8,19.7-1.1,29.6-0.7c4.9,0.2,9.9,0.6,14.8,1.1c1.7,0.2,2.4,0.6,2.4,2.4c-0.1,11.7-0.1,23.3,0,35c0,1.8-0.7,2.3-2.4,2.3c-6.2-0.1-12.3-0.1-18.5,0c-3.5,0.1-7,0.2-10.5,0.9c-7.6,1.5-12,6.1-12.8,13.8c-1.1,10.7-0.2,21.4-0.5,32.1c-0.1,2,1.3,1.8,2.6,1.8c12.2,0,24.3,0,36.5,0c0.7,0,1.4,0,2.2,0c1.4,0,2.1,0.6,1.9,2c-1.5,11.3-3,22.6-4.4,33.9c-0.2,1.9-0.6,3.8-0.7,5.7c-0.1,2-0.9,2.8-3,2.8c-10.6-0.1-21.3,0-31.9-0.1c-2.4,0-3.1,0.6-3.1,3.1c0.1,35,0.1,70,0,105c0,1.2-0.1,2.4-0.1,3.6C130.1,248.5,114.9,248.5,99.8,248.5z"/></g></svg>');
}
.social li a.linkedin {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><style type="text/css">.st0{fill:%23B99E50;}</style><path class="st0" d="M19,0H5C2.2,0,0,2.2,0,5v14c0,2.8,2.2,5,5,5h14c2.8,0,5-2.2,5-5V5C24,2.2,21.8,0,19,0z M8,19H5V8h3V19z M6.5,6.7c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8S8.2,4,8.2,5S7.5,6.7,6.5,6.7z M20,19h-3v-5.6c0-3.4-4-3.1-4,0V19h-3V8h3v1.8c1.4-2.6,7-2.8,7,2.5V19z"/></svg>');
}
#menu-4 .social li a.twitter, #footer-top-4 .social li a.twitter {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve"><path class="st0" d="M52.7,52L35.2,26.4l0,0L51,8h-5.3L32.8,23L22.6,8H8.7l16.4,23.9l0,0L7.8,52h5.3l14.4-16.6L38.8,52H52.7z M20.5,12l24.7,36h-4.2L16.2,12H20.5z"/></svg>');
}
#menu-4 .social li a.instagram, #footer-top-4 .social li a.instagram {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250;" xml:space="preserve"><g><path d="M86.8,4.9c25.6,0,51.2,0,76.7,0c2.2,0.2,4.3,0.3,6.5,0.5c8.3,0.9,16.7,1.1,24.7,3c19.8,4.5,34.3,16,43,34.5c5.5,11.8,7.1,24.5,7.1,37.3c0.1,28.9,0.2,57.8-0.1,86.8c-0.1,8.1-0.7,16.4-2.4,24.3c-5.9,27.4-22.8,44.2-50.1,50.4c-11.7,2.6-23.7,2.6-35.6,2.7c-20.8,0.2-41.6,0.2-62.4,0c-12-0.1-24,0-35.8-2.8c-27-6.2-43.7-22.8-49.9-49.9C6,180.3,6,168.6,5.9,156.9c-0.2-17.2-0.1-34.5-0.1-51.7c0-15.2-0.3-30.4,2.4-45.4c2.7-15,9.4-27.9,21.1-38C41.5,11.3,56,7.1,71.6,5.9C76.7,5.5,81.7,5.3,86.8,4.9z M125.7,223.3c0-0.1,0-0.3,0-0.4c8.7,0,17.3,0.2,26,0c12-0.3,24,0.2,35.9-2.2c17.1-3.5,28.3-13.5,33.1-30.5c2.2-7.8,2.6-15.8,2.7-23.8c0.2-24.1,0.3-48.2,0.2-72.3c0-10.3,0-20.6-2-30.7c-3.5-17.6-13.6-29.1-31.3-33.6c-10-2.6-20.2-2.5-30.4-2.7c-18.6-0.2-37.1-0.2-55.7-0.1c-13.1,0-26.2-0.4-39.2,2C47.1,32,35.2,42.1,30.5,60.1c-2.3,8.6-2.5,17.4-2.6,26.2c-0.2,25.7-0.2,51.5,0,77.2c0.1,7.5,0.7,15.1,1.9,22.5c1.8,11.9,7.6,21.7,17.9,28.4c8,5.2,17.1,7.2,26.4,7.6C91.2,222.7,108.5,222.9,125.7,223.3z"/><path d="M125.5,63.1c33.9-0.1,61.8,27.9,61.7,61.7c-0.1,33.9-27.8,61.6-61.6,61.6c-33.9,0-61.7-27.8-61.7-61.7C64,90.8,91.7,63.2,125.5,63.1z M85.8,124.8c0,22.1,17.7,39.8,39.8,39.8c22.1,0,39.8-17.7,39.9-39.7c0-22.2-17.7-39.9-39.9-39.9C103.5,84.9,85.8,102.7,85.8,124.8z"/><path d="M189.5,75.1c-8,0-14.3-6.3-14.3-14.4c0-8,6.5-14.4,14.4-14.4c8,0.1,14.4,6.6,14.4,14.5C203.9,68.8,197.5,75.1,189.5,75.1z"/></g></svg>');
}
#menu-4 .social li a.youtube, #footer-top-4 .social li a.youtube {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250;" xml:space="preserve"><g><path d="M122.7,210.1c-11,0.3-24.4-0.3-37.8-0.7c-15.7-0.4-31.3-1-46.9-3c-6.6-0.8-13.1-2.1-18.8-6c-8-5.5-12.1-13.4-13.7-22.8c-1.7-10.2-2.7-20.4-3.2-30.7c-0.4-8.8-1-17.6-0.8-26.3C2,103.9,2.5,87.1,5.4,70.5c3.2-18.1,13.7-27.8,32-29.7c13.7-1.4,27.3-2.1,41-2.6c21.8-0.8,43.7-1.2,65.5-0.8c15,0.3,30,0.8,45,1.5c9.4,0.5,18.9,1.1,28.2,2.8c14.7,2.8,23.8,11.8,26.8,26.6c1.7,8.8,2.5,17.7,3.2,26.6c0.9,12.1,1.2,24.2,0.9,36.3c-0.4,16.7-1,33.4-4.5,49.8c-2.9,13.6-13.6,23.2-27.4,25c-15,1.9-30,2.7-45.1,3.1C155.6,209.7,140.4,210.1,122.7,210.1z M100.8,87.5c0,24.3,0,48.2,0,72.4c21-12.1,41.8-24,62.9-36.2C142.5,111.6,121.8,99.6,100.8,87.5z"/></g></svg>');
}
#menu-4 .social li a.facebook, #footer-top-4 .social li a.facebook {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250;" xml:space="preserve"><g><path d="M99.8,248.5c0-1.2-0.1-2.4-0.1-3.6c0-34.9,0-69.7,0-104.6c0-3.5,0-3.5-3.6-3.5c-10.3,0-20.6-0.1-30.9,0c-2.3,0-3-0.7-3-3c0.1-12.9,0.1-25.7,0-38.6c0-2.2,0.7-2.9,2.9-2.9c10.2,0.1,20.5,0,30.7,0c4,0,4,0,4-3.8c0-9-0.1-18.1,0-27.1c0.1-9,1.1-17.9,4.4-26.3c7.1-17.9,20.5-28,39.2-31.5c9.8-1.8,19.7-1.1,29.6-0.7c4.9,0.2,9.9,0.6,14.8,1.1c1.7,0.2,2.4,0.6,2.4,2.4c-0.1,11.7-0.1,23.3,0,35c0,1.8-0.7,2.3-2.4,2.3c-6.2-0.1-12.3-0.1-18.5,0c-3.5,0.1-7,0.2-10.5,0.9c-7.6,1.5-12,6.1-12.8,13.8c-1.1,10.7-0.2,21.4-0.5,32.1c-0.1,2,1.3,1.8,2.6,1.8c12.2,0,24.3,0,36.5,0c0.7,0,1.4,0,2.2,0c1.4,0,2.1,0.6,1.9,2c-1.5,11.3-3,22.6-4.4,33.9c-0.2,1.9-0.6,3.8-0.7,5.7c-0.1,2-0.9,2.8-3,2.8c-10.6-0.1-21.3,0-31.9-0.1c-2.4,0-3.1,0.6-3.1,3.1c0.1,35,0.1,70,0,105c0,1.2-0.1,2.4-0.1,3.6C130.1,248.5,114.9,248.5,99.8,248.5z"/></g></svg>');
}
#menu-4 .social li a.linkedin, #footer-top-4 .social li a.linkedin {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path class="st0" d="M19,0H5C2.2,0,0,2.2,0,5v14c0,2.8,2.2,5,5,5h14c2.8,0,5-2.2,5-5V5C24,2.2,21.8,0,19,0z M8,19H5V8h3V19z M6.5,6.7c-1,0-1.8-0.8-1.8-1.8s0.8-1.8,1.8-1.8S8.2,4,8.2,5S7.5,6.7,6.5,6.7z M20,19h-3v-5.6c0-3.4-4-3.1-4,0V19h-3V8h3v1.8c1.4-2.6,7-2.8,7,2.5V19z"/></svg>');
}
.social li a:hover {
	opacity: 0.8;
}
.social li:last-child {
	margin-right: 0;
}
.intro h1 {
	width: 840px;
	max-width: 100%;
	color: #fff!important;
	margin: 40px 0;
}
.intro.alt-1 h1 {
	color: #363636!important;
}
.intro.alt-2 h1 {
	color: #B99E50!important;
	
}
.intro.alt-2 h1 i {
	font-family: 'Libre Baskerville', serif;
}
.intro.alt-2::before {
	content: '';
	display: block;
	height: 195px;
	margin-bottom: 150px;
}
body.admin-bar .intro.alt-2::before {
	height: 163px;
}
.intro.alt-2 h1 {
	width: auto;
}
.intro.alt-1 h1 i {
	color: #fff!important;
}
.intro .cta-scroll {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
}
.intro .cta-scroll a {
	color: #fff;
	text-decoration: none;
}
.intro .cta-scroll::after {
	margin: 30px auto -10px auto;
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background-color: #fff;
}
.intro .caption-top, .intro .caption-bottom {
	font-size: 16px;
	letter-spacing: 3.2px;
	line-height: 19px;
	text-transform: uppercase;
}
.intro .caption-top p, .intro .caption-bottom p {
	margin: 0;
}
.intro .caption-bottom {
	margin-top: 35px;
}
.cta-image {
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 560px;
}
.cta-image:hover {
	opacity: 0.8;
}
.cta-image > * {
	width: 100%;
}
.cta-image * {
	color: #fff;
}
.cta-image h5 {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 70px;
	line-height: 90px;
	margin: 0 0 20px 0;
}
.cta-image h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
	margin: 0;
}

.title-section h6 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}
.title-section h6 a {
	color: var( --e-global-color-text );
}
.title-section h2, .title-section.alt h2 {
	margin: 45px 0;
	font-size: 70px; /*change title*/
	line-height:75px; /*change title*/
	font-style: italic;
	font-weight: normal;
}
.title-section.alt h2 {
	margin-top: 0;
	font-size: 70px; /*change title*/
	line-height:75px; /*change title*/
	color: #B99E50;
}
.title-section.alt p {
	font-size: 18px;
	line-height: 29px;
}
.title-section h2 strong, .title-section.alt h2 {
	color: #B99E50;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
}
.title-section h2 strong a, .title-section h2 a strong {
	color: #aaa;
}
.title-section h2 strong a:hover, .title-section h2 a:hover strong {
	color: #B99E50;
}
.title-section.invert h2, .title-section.invert h6, .invert .title-section h2, .invert .title-section h6  {
	color: #fff;
}
.title-section.invert-3 h2,.title-section.invert-3 h2 strong {
	color: #6F4444;
}
.title-section.invert-4 h2 strong {
	color: #fff;
}
.title-section.invert-5 h6 {
	color: #B99E50;
}
.title-section.invert-6 h2 {
	color: #B99E50;
}
.title-section.invert-6 h2 strong {
	color: #fff;
}
.title-separated {
	margin-bottom: 40px;
}
.fix-lateral-title-section {
	padding-bottom: 45px;
}
.elementor-accordion-item {
	border-width: 0!important;
	border-bottom-width: 1px!important;
	padding: 0!important;
	padding-bottom: 15px!important; /*change title*/
	margin-bottom: 15px!important; /*change title*/
}
.elementor-accordion-item .elementor-accordion-title {
	font-size: 20px!important;
	line-height: 32px!important;
	text-transform: uppercase!important;
	font-style: italic!important;
}
.elementor-accordion-item .elementor-tab-title {
	padding-left: 0!important;
	padding-right: 0!important;
}
.elementor-accordion-item .elementor-tab-content {
	padding-top: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	font-size: 18px!important;
	line-height: 22px!important;
	letter-spacing: 0.9px!important;
	border-width: 0!important;
}
.elementor-tab-content .documents {
	margin-top: 40px!important;
}
.invert .elementor-accordion-item .elementor-tab-content, .invert,
.invert.elementor-widget-text-editor, .invert.elementor-widget-text-editor p, .invert.elementor-widget-text-editor a  {
	color: #fff;
}
.last-posts, .last-recipes, .posts-grid, .recipes-grid, .events-grid, .courses-grid, .press-grid {
	display: flex;
	flex-wrap: wrap;
}
.last-posts .card, .last-recipes .recipe-card, .posts-grid .post-card, .recipes-grid .recipe-card, .events-grid .event-card, .courses-grid .course-card, .press-grid .press-card {
	width: calc(33.33% - 34px);
	margin-right: 50px;
}
.posts-grid .post-card, .recipes-grid .recipe-card, .events-grid .event-card, .courses-grid .course-card, .press-grid .press-card {
	margin-bottom: 50px;
}
.press-grid .press-card {
	text-align: center;
	margin-bottom: 100px;
}
.last-posts .card:last-child, .last-recipes .recipe-card:last-child, .posts-grid .post-card:nth-child(3n+3), .recipes-grid .recipe-card:nth-child(3n+3),
.events-grid .event-card:nth-child(3n+3), .courses-grid .course-card:nth-child(3n+3), .press-grid .press-card:nth-child(3n+3) {
	margin-right: 0;
}
.card .card-image, .post-card .post-card-image, .recipe-card .recipe-card-image,
.event-card .event-card-image, .course-card .course-card-image,
.press-card .press-card-image {
	display: block;
	width: 100%;
	background-color: #eee;
	height: 385px;
	text-align: right;
	background-size: cover;
	background-position: center;
}
.press-card .press-card-image {
	height: 272px;
}
.card .card-image:hover, .post-card .post-card-image:hover, .recipe-card .recipe-card-image:hover,
.event-card .event-card-image:hover, .course-card .course-card-image:hover,
.press-card .press-card-image:hover {
	opacity: 0.8;
}
.card .card-image span, .post-card .post-card-image span, .recipe-card .recipe-card-image span, .press-card .press-card-image span {
	background-color: #fff;
	color: #B99E50;
	font-size: 16px;
	line-height: 32px;
	font-style: italic;
	text-transform: uppercase;
	padding: 15px;
	display: inline-block;
	width: 220px;
	max-width: 40%;
	text-align: center;
}
.card .card-meta {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 26px;
	letter-spacing: 2px;
	margin: 30px 0 0 0;
}
.card .card-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	color: #B99E50;
	font-weight: normal;
	margin: 11px 0;
}
.card .card-title a {
	color: #B99E50;
}
.card .card-title a:hover {
	opacity: 0.8;
}
.card .card-excerpt {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.card .card-actions {
	font-size: 10px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}
.card .card-actions .button {
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
	margin-right: 15px;
}
.last-recipes .recipe-card-title, .recipes-grid .recipe-card-title {
	text-transform: none;
	color: #363636;
	font-size: 40px;
	line-height: 50px;
	text-align: left;
	margin: 30px 0 15px 0;
}
.last-recipes .recipe-card-title a, .recipes-grid .recipe-card-title a {
	color: #363636;
}
.last-recipes .recipe-card-title a:hover, .recipes-grid .recipe-card-title a:hover {
	color: #B99E50;
	opacity: 1;
}
.last-recipes .recipe-card .recipe-card-actions, .recipes-grid .recipe-card .recipe-card-actions {
	text-align: left;
}
.last-recipes .recipe-card .recipe-card-classification, .recipes-grid .recipe-card .recipe-card-classification {
	text-transform: uppercase;
	color: #B99E50;
	font-size: 16px;
	line-height: 32px;
	font-style: italic;
	margin: 0 0 15px 0;
}
.last-recipes .recipe-card .recipe-card-attributes, .recipes-grid .recipe-card .recipe-card-attributes {
	font-size: 16px;
	line-height: 30px;
	color: #363636;
	margin: 0 0 30px 0;
}

.social-hash h2 {
	word-break: break-all;
}

.title-section-menu, .title-section-image {
	display: none;
}
.title-section-menu ul {
	display: flex;
	width: 100%;
}
.title-section-menu ul li {
	margin-right: 80px;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 18px;
}
.title-section-menu ul li:last-child {
	margin-right: 0;
}

.title-significant h5 {
	z-index: 2;
	position: relative;
	font-size: 40px;
	line-height: 45px;
	font-style: italic;
	margin: 0 0 25px 0;
	width: 370px;
	max-width: 100%;
	font-weight: 500;
}
.title-significant.with-circle {
	margin-top: 150px;
}
.title-significant.with-circle::before {
	content: '';
	width: 200px;
	height: 200px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><g id="Ellisse_11" data-name="Ellisse 11" fill="none" stroke="%23b99e50" stroke-width="5"><circle cx="100" cy="100" r="100" stroke="none"/><circle cx="100" cy="100" r="97.5" fill="none"/></g></svg>');
	position: absolute;
	margin-left: -150px;
	margin-top: -150px;
	z-index: 1;
}
.column-inside-full-width-padding {
	padding-left: 50px;
	padding-right: 50px;
}
.elementor-widget-spacer.space-1 .elementor-spacer .elementor-spacer-inner {
	height: 50px!important;
}
.elementor-widget-spacer.space-2 .elementor-spacer .elementor-spacer-inner {
	height: 35px!important;
}
.elementor-widget-spacer.space-2 {
	margin-bottom: 0!important;
}

.elementor-tabs-view-horizontal .elementor-tab-title {
	color: #6F6F6F!important;
	font-size: 40px!important;
	font-style: italic!important;
	line-height: 50px!important;
	font-weight: normal!important;
	border-width: 0!important;
	/*border-bottom: 3px solid transparent!important;*/
}
.elementor-tabs-view-horizontal .elementor-tab-title:hover, .elementor-tabs-view-horizontal .elementor-tab-title.elementor-active {
	color: #B99E50!important;
}
.elementor-tabs-view-horizontal .elementor-widget-tabs, .elementor-tabs-view-horizontal .elementor-tabs-content-wrapper, .elementor-tabs-view-horizontal .elementor-tab-content,
.elementor-tabs-view-horizontal .elementor-active::before, .elementor-tabs-view-horizontal .elementor-active::after {
	border-width: 0!important;
}
.elementor-tabs-view-horizontal .elementor-tab-content {
	border-top: 1px solid #5e5e5e!important;
	color: #fff!important;
	padding: 10px 0 0 0!important;
	margin-top: -1px;
}
.tab-50-perc .elementor-tab-title {
	width: 50%!important;
}
.tab-33-perc .elementor-tab-title {
	width: 33%!important;
}
.tab-equal .elementor-tabs-wrapper {
	display: flex;
}
.tab-equal .elementor-tabs-wrapper .elementor-tab-title {
	padding-left: 15px!important;
	padding-right: 15px!important;
	flex: 1;
}
.elementor-tabs-view-horizontal .elementor-tab-title {
	padding: 0 0 40px 0!important;
}
.tab-50-perc .elementor-tabs-wrapper, .tab-33-perc .elementor-tabs-wrapper {
	display: flex;
}
.tab-50-perc .elementor-tab-title:first-child, .tab-33-perc .elementor-tab-title:first-child {
	padding-right: 50px!important;
}
.tab-50-perc .elementor-tab-title:last-child, .tab-33-perc .elementor-tab-title:last-child {
	padding-left: 50px!important;
	text-align: right;
}
.tab-33-perc .elementor-tab-title:nth-child(2) {
	text-align: center;
}
.elementor-tabs-view-horizontal .elementor-tab-title {
	border-bottom: 2px solid transparent!important;
}
.elementor-tabs-view-horizontal .elementor-active {
	border-bottom-color: #B99E50!important;
}
#pre-footer-menu p {
	margin: 0;
}
#pre-footer-menu ul {
	border-top: 1px solid #fff;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	display: flex;
}
#pre-footer-menu ul li {
	flex-grow: 1;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	padding-bottom: 0;
}
#pre-footer-menu ul li:last-child {
	border-right-width: 0;
}
#pre-footer-menu a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px; /*change title*/
	line-height: 25px; /*change title*/
	letter-spacing: 4px;
	text-align: center;
	padding: 40px 20px;
}
#pre-footer-menu ul li a:hover {
	background-color: #B99E50;
}
/*#pre-footer-menu ul li:nth-child(1) a:hover {
	background-color: #B99E50;
}
#pre-footer-menu ul li:nth-child(2) a:hover {
	background-color: #235715;
}
#pre-footer-menu ul li:nth-child(3) a:hover {
	background-color: #122C57;
}*/

.link-image {
	width: 100%;
	min-height: 550px;
	display: flex;
	align-items: flex-end;
	padding: 50px;
	position: relative;
	overflow: hidden;
	margin-left: 0;
	margin-top: 0;
}
.link-image .link-image-content h6 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	width: 295px;
	max-width: 100%;
	font-weight: normal;
	font-style: italic;
	margin: 13px 0;
}
.link-image-meta {
	color: #B99E50;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-style: italic;
}
.link-image .link-image-content h6 a {
	color: #fff;
}
.background-effect-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-top: 0;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.link-image:hover .background-effect-hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.link-image-content {
	z-index: 1;
}
.link-image .link-image-button {
	padding: 0;
	border-width: 0;
	color: #B99E50;
	background-image: none;
}

.preview-courses, .preview-events {
	margin-top: 40px;
	display: flex;
}
.preview-courses > *, .preview-events > * {
	width: 50%;
}
.next-appointments {
	padding-left: 190px;
}
.next-appointments h5 {
	margin: 0 0 47px 0;
	font-weight: normal;
	font-style: italic;
	font-size: 40px;
	line-height: 50px;
	color: #B99E50;
}
.next-appointments table {
	width: 100%;
	border-collapse: collapse;
}
.next-appointments table td {
	border-bottom: 1px solid #B99E50;
	padding: 18px 0;
}
.next-appointments .next-appointment-date {
	color: #B99E50;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	width: 100px;
}
.next-appointments .next-appointment-title {
	padding-left: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
.next-appointments .next-appointment-title:hover {
	color: #B99E50;
}
.next-appointments .button {
	margin-top: 40px;
}
.preview-courses .not-found, .preview-events .not-found {
	margin: 0;
}

.image-lateral-text{
	margin-top: 500px;
}
.image-lateral-text img {
	padding-right: 35px;
}
.image-lateral-text h3 {
	margin: 0 0 20px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
.sticky-sidebar > div > div  {
	position: -webkit-sticky;
	position: sticky;
	top: 188px; /*old 158px*/
}
.sticky-sidebar.with-bubble > div > div  {
	top: 350px;
}

.documents {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}
.documents li {
	border-bottom: 1px solid #B99E50;
	padding: 35px 0;
}
.documents.view-columns li {
	display: inline-block;
	margin-right: 30px;
	width: calc(33.33% - 20px);
}
.documents.view-columns li:nth-child(3n+3) {
	margin-right: 0;
}
/*.documents li:first-child {
	padding-top: 0;
}*/
.document-actions {
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #363636;
}
.document-actions * {
	vertical-align: middle;
}
.document-download-label {
	margin-left: 20px;
	font-weight: 600;
}
.documents .document-badge {
	background-color: #B99E50;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 4px 18px;
	font-style: italic;
	text-align: center;
}
.documents .document-date {
	color: #B99E50;
	font-style: italic;
	font-size: 16px;
	line-height: 32px;
	margin-left: 36px;
}
.documents .document-date::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Livello_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.7 25"><defs><style>.cls-1{fill:none;stroke:%23b99e50;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Livello_2-2"><g id="Icon_feather-calendar"><path id="Tracciato_290" class="cls-1" d="m3.3,3.3h16.1c1.27,0,2.3,1.03,2.3,2.3v16.1c0,1.27-1.03,2.3-2.3,2.3H3.3c-1.27,0-2.3-1.03-2.3-2.3V5.6c0-1.27,1.03-2.3,2.3-2.3h0Z"/><path id="Tracciato_291" class="cls-1" d="m15.95,1v4.6"/><path id="Tracciato_292" class="cls-1" d="m6.75,1v4.6"/><path id="Tracciato_293" class="cls-1" d="m1,10.2h20.7"/></g></g></svg>');
	margin-right: 13px;
	vertical-align: sub;
}
.document-caption {
	display: flex;
	align-items: center;
	/*margin-top: 50px;*/
}
.document-image {
	background-color: #eee;
	background-size: cover;
	background-position: center;
	width: 250px;
	max-width: 100%;
	height: 350px;
	margin-bottom: 35px;
}
.documents.view-columns h4 {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 35px;
}
.documents.view-columns .document-download {
	margin-left: 0;
}
.documents.view-columns .document-download {
	width: 48px;
	height: 48px;
}
.documents.view-columns .document-download::before {
	width: 18px;
	height: 18px;
	margin-left: 13px;
  	margin-top: 13px;
}
.documents.view-columns li {
	padding-bottom: 0;
	border-bottom-width: 0;
}
.document-meta {
	margin-bottom: 35px;
}
.documents-with-title h3 {
	font-size: 35px;
	line-height: 45px;
	color: #363636;
	font-style: italic;
	margin: 35px 0 0 0;
	font-weight: normal;
}
.documents h4 {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-size: 35px; /*change title*/
	line-height: 45px; /*change title*/
	color: #363636;
	margin: 0;
	width: calc(100% - 154px);
	position: relative;
}
.documents h4 a {
	color: #363636;
}
.documents .document-download {
	display: inline-block;
	width: 104px;
	height: 104px;
	border: 2px solid #363636;
	background-image: url('assets/images/button-background-gray.png');
	background-size: 100% 200%;
	background-position: 0 0;
	margin-left: 50px;
}
.documents .document-download:hover, .documents.view-columns .document a:hover .document-download {
	background-position: 0 100%;
}
.documents .document-download::before {
	display: block;
	position: absolute;
	margin-left: 38px;
	margin-top: 38px;
	content: '';
	width: 26px;
	height: 26px;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Livello_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.84 21.84"><defs><style>.cls-1{fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Livello_2-2"><g id="Icon_feather-download"><path id="Tracciato_299" class="cls-1" d="m20.84,14.23v4.41c0,1.22-.98,2.2-2.2,2.2H3.2c-1.22,0-2.2-.98-2.2-2.2h0v-4.41"/><path id="Tracciato_300" class="cls-1" d="m5.41,8.72l5.51,5.51,5.51-5.51"/><path id="Tracciato_301" class="cls-1" d="m10.92,14.23V1"/></g></g></svg>');
}
.documents .document-download:hover::before, .documents.view-columns .document a:hover .document-download::before {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Livello_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.84 21.84"><defs><style>.cls-1{fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Livello_2-2"><g id="Icon_feather-download"><path id="Tracciato_299" class="cls-1" d="m20.84,14.23v4.41c0,1.22-.98,2.2-2.2,2.2H3.2c-1.22,0-2.2-.98-2.2-2.2h0v-4.41"/><path id="Tracciato_300" class="cls-1" d="m5.41,8.72l5.51,5.51,5.51-5.51"/><path id="Tracciato_301" class="cls-1" d="m10.92,14.23V1"/></g></g></svg>');
}

.invert-2 .title-section h6, .invert-2 .title-section h2 strong, .invert-2 .elementor-widget-text-editor {
	color: #fff;
}
.invert-2 .title-section h2 {
	color: #363636;
}

.elementor-counter-number, .elementor-counter-number-suffix {
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 80px;
	line-height: 116px;
	font-weight: normal;
}
.elementor-counter-number-suffix {
	margin-left: 20px;
}
.elementor-counter-title {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.timeline-event {
	position: relative;
	padding-bottom: 300px;
}
.timeline-event:last-child {
	padding-bottom: 0;
}
.timeline-event, .timeline-event-content {
	display: flex;
	align-items: center;
}
.timeline-event .timeline-event-year {
	max-width: 100%;
	width: 250px;
	font-size: 100px;
	line-height: 110px;
	color: #B99E50;
	font-family: 'Libre Baskerville', serif;
}
.timeline-event .timeline-event-caption, .timeline-event .timeline-event-year-indicator {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3.6px;
	line-height: 25px;
}
.timeline-event-content {
	flex-grow: 1;
	max-width: calc(100% - 188px);
}
.timeline-event-caption {
	flex-grow: 1;
	padding-left: 50px;
	padding-right: 50px;
}
.timeline-event-content a {
	color: #363636;
}
.timeline-event .timeline-event-year-indicator {
	width: 188px;
}
.timeline-event .timeline-event-year-indicator::before {
	content: '';
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #707070;
	margin-right: 38px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	z-index: 1;
	position: relative;
}
.timeline-event .timeline-event-year-indicator::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #707070;
	display: block;
	position: absolute;
	margin-left: 19px;
}
.timeline .timeline-event:last-child .timeline-event-year-indicator::after {
	display: none;
}

.wine-tipology {
	margin-top: 30px;
}
.wine-tipology .wine-tipology-image {
	width: 407px;
	height: 407px;
	border-radius: 50%;
	display: inline-block;
}
table.wine-tipology-features {
	width: calc(100% + 80px);
	margin-left: -40px;
	table-layout: fixed;
	margin-top: 15px;
	border-spacing: 40px 0;
}
.wine-tipology-features h6 {
	font-weight: normal;
	color: #B99E50;
	font-style: italic;
	font-size: 20px;
	line-height: 32px;
	margin: 10px 0;
	text-transform: uppercase;
}
.wine-tipology-features p {
	margin: 0 0 10px 0;
	letter-spacing: 0.9;
}
.wine-tipology-features td {
	padding: 15px 0;
	vertical-align: top;
	border-bottom: 1px solid #B99E50;
}

.elementor-widget-text-editor table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
.elementor-widget-text-editor table td, .elementor-widget-text-editor table th {
	padding: 15px 0;
	vertical-align: top;
	border-bottom: 1px solid #B99E50;
	vertical-align: middle;
}
.elementor-widget-text-editor table th {
	font-family: 'Libre Baskerville', serif;
	font-size: 35px;
	line-height: 45px;
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	color: #B99E50;
}

.show-tab {
	display: none;
}
#show-tab-1 {
	display: block;
}

.gallery {
	margin-left: -34px!important;
	width: calc(100% + 34px);
}
.gallery .gallery-item img {
	border-width: 0!important;
	width: 100%;
	height: auto;
}
.gallery .gallery-item {
	margin-left: 34px;
}

.gallery.gallery-columns-4 .gallery-item {
	width: calc(25% - 34px)!important;
}
.gallery.gallery-columns-3 .gallery-item {
	width: calc(33.33% - 34px)!important;
}
.gallery.gallery-columns-2 .gallery-item {
	width: calc(50% - 34px)!important;
}
.gallery.gallery-columns-1 .gallery-item {
	width: 100%!important;
	margin: 0;
}
.gallery.gallery-columns-1 {
	margin-left: 0!important;
	width: 100%;
}

.read-time {
	text-transform: uppercase;
	color: #B99E50;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 3.2px;
}
.single-intro, .single-details, .elementor-widget-theme-post-content, .elementor-widget-theme-post-content p,
.recipe-process, .elementor-widget-theme-post-content ul {
	font-weight: 300;
	font-size: 25px;
	line-height: 50px;
}
.elementor-widget-theme-post-content ul {
	margin: 0;
}
.single-intro, .single-details p:first-child {
	margin-top: 0;
}
.single-intro h1, .single-details h1, .elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h1,
.single-intro h2, .single-details h2, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h2,
.single-intro h3, .single-details h3, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h3,
.single-intro h4, .single-details h4, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h4,
.single-intro h5, .single-details h5, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h5,
.single-intro h6, .single-details h6, .elementor-widget-theme-post-content h6, .elementor-widget-theme-post-content h6 {
	font-style: italic;
	line-height: 1.3;
	font-weight: normal;
}

.title-float-left, .title-float-right {
	max-width: 100%;
	width: 500px;
}
.title-float-left {
	float: left;
	margin: 0 50px 20px 0;
}
.title-float-right {
	float: right;
	margin: 0 0px 20px 50px;
	text-align: right;
}

.single-intro h2, .single-details h2, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h2 {
	font-size: 70px; /*change title*/
}
.single-intro a, .single-details a, .elementor-widget-theme-post-content a, .elementor-widget-theme-post-content p a, .single-side p a, .single-side a,.elementor-widget-text-editor p a {
	color: #363636;
	text-decoration: underline;
}
.single-side .button {
	text-decoration: none;
}
.single-details {
	padding-right: 50px;
}
.single-intro .gallery {
	margin-top: 50px!important;
}
.single-side h6 {
	margin: 150px 0 35px 0;
	color: #B99E50;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.2px;
	border-bottom: 1px solid #B99E50;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.single-side h6:first-child {
	margin-top: 0;
}
.single-side p {
	font-size: 20px;
	line-height: 35px;
	margin: 0 0 15px 0;
}

.provinces-related h5, .posts-related h5, .genius-places-related h5, .recipes-related h5, .events-related h5, .course-related h5, .press-relative-post h5, .related-title h5 {
	margin: 0 0 80px 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 55px;
	line-height: 65px;
	text-align: center;
	font-weight: 400;
}
.recipes-related, .events-grid, .courses-grid {
	margin-bottom: -50px;
}
.provinces-grid, .genius-places-grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.province-card, .genius-place-card {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33% - 14px);
	background-color: #fffbef;
}
.province-card:nth-child(3n+3), .genius-place-card:nth-child(3n+3) {
	margin-right: 0;
}
.province-card .province-card-image, .genius-place-card .genius-place-card-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 385px;
	display: block;
	border-bottom: 4px solid #B99E50;
}
.province-card .province-card-image:hover, .genius-place-card .genius-place-card-image:hover {
	opacity: 0.8;
}
.province-card .province-card-caption/*, .genius-place-card .genius-place-card-caption*/ {
	padding: 20px;
	display: flex;
	align-items: flex-end;
}
.province-card .province-card-title/*, .genius-place-card .genius-place-card-title*/ {
	width: calc(70% - 15px);
	padding-right: 15px;
}
.genius-place-card .genius-place-card-caption {
	padding: 20px;
}
.province-card .province-card-title h3, .genius-place-card .genius-place-card-title h3 {
	font-size: 60px; /*change title*/
	line-height: 70px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.genius-place-card .genius-place-card-title h3 {
	font-size: 40px;
	line-height: 50px;
	/*margin-bottom: 0;*/
}
.province-card .province-card-title h4, .genius-place-card .genius-place-card-title h4 {
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	color: #B99E50;
	letter-spacing: 3.4;
	text-transform: uppercase;
	margin: 0;
}
.province-card .province-card-title h3 a, .genius-place-card .genius-place-card-title h3 a {
	color: #363636;
}
.genius-place-card .genius-place-card-title h3 a {
	color: #B99E50;
}
.province-card .province-card-title h3 a:hover, .genius-place-card .genius-place-card-title h3 a:hover {
	opacity: 0.8;
}
.province-card .province-card-title-actions, .genius-place-card .genius-place-card-title-actions {
	width: 30%;
}
.province-card .province-card-actions .button, .genius-place-card .genius-place-card-actions .button {
	font-size: 19px;
	border-width: 0;
	padding: 0;
	background-image: none!important;
}
.province-card .province-card-actions .button:hover, .genius-place-card .genius-place-card-actions .button:hover {
	color: #363636!important;
	opacity: 0.8;
}

.social-share {
	font-size: 16px;
	text-transform: uppercase;
	color: #B99E50;
	line-height: 19px;
	letter-spacing: 3.2px;
	font-weight: bold;
}
.social-share .addtoany_shortcode {
	display: inline-block;
	vertical-align: sub;
}
.addtoany_list a:hover img, .addtoany_list a:hover span {
	opacity: 0.8!important;
}

.post-card-meta, .event-card-meta, .course-card-meta, .press-card-meta {
	color: #B99E50;
	font-size: 16px;
	line-height: 32px;
	font-style: italic;
	text-transform: uppercase;
}
.post-card-title, .recipe-card-title, .event-card-title, .course-card-title, .press-card-title {
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	margin: 20px 0;
}
.press-card-title {
	font-family: "Lato", sans-serif;
}
.post-card-title a, .recipe-card-title a, .event-card-title a, .course-card-title a, .press-card-title a {
	color: #363636;
}
.post-card-title a:hover, .recipe-card-title a:hover, .event-card-title a:hover, .course-card-title a:hover, .press-card-title a:hover {
	color: #B99E50;
}
.post-card-excerpt {
	font-size: 16px;
	line-height: 19px;
}
.post-card-actions .button, .recipe-card-actions .button,
.event-card-actions .button, .course-card-actions .button,
.press-card-actions .button {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 6px 13px;
}
.recipe-card-actions .button, .event-card-actions .button, .course-card-actions .button, .press-card-actions .button {
	margin-top: 0;
}
.newsletter .newsletter-inline-fields {
	display: flex;
	margin: 16px 0;
}
.newsletter .newsletter-inline-fields .wpcf7-submit {
	min-width: 135px;
	background-color: #fff;
	color: #B99E50;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	background-image: none;
	border-width: 0;
	height: 46px;
	cursor: pointer;
}
.newsletter .newsletter-inline-fields .wpcf7-submit:hover {
	color: #fff;
	background-color: #B99E50;
}
.newsletter .newsletter-inline-fields .wpcf7-form-control-wrap {
	flex-grow: 1;
}
.newsletter .newsletter-inline-fields .wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
	height: 46px;
	border: 1px solid #fff;
	border-right-width: 0;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
}
.newsletter label {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.newsletter label a {
	color: #fff;
	text-decoration: underline;
}
.wpcf7-list-item {
	margin-left: 0!important;
}
#privacy-newsletter, #privacy {
	margin: 0 5px 0 0;
}
.wpcf7-spinner, .mc4wp-newsletter {
	visibility: hidden!important;
	position: absolute!important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 15px 0 0 0!important;
}
.newsletter .wpcf7-response-output {
	color: #fff;
}
.newsletter .wpcf7-email {
	padding-left: 62px;
	padding-right: 20px;
}
.newsletter [data-name="your-email"]::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	display: block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23ffffff}</style><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>');
	margin-left: 20px;
	margin-top: 11px;
}

#post-filters, #press-filters {
	position: fixed;
	top: 250px;
	right: -350px;
	width: 350px;
	height: calc(100vh - 250px);
	background-color: #b99e50;
	z-index: 5;
	padding: 20px;
}
#post-filters.open, #press-filters.open {
	right: 0;
}
#post-filters #post-filters-toggle, #press-filters #press-filters-toggle {
	position: absolute;
	background-color: #b99e50;
	margin: 0;
	-webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg);
	margin-left: -187px;
	margin-top: 63px;

	display: none;
}
#post-filters #post-filters-toggle h6, #press-filters #press-filters-toggle h6 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 30px;
	width: 250px;
	text-align: center;
	cursor: pointer;
	margin: 0;
}
#post-filters h5, #press-filters h5 {
	margin: 20px 0;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
}
#post-filters #post-filter-content, #press-filters #press-filter-content {
	overflow: auto;
	height: calc(100% - 95px);
}
#post-filters #post-filter-content ul, #press-filters #press-filter-content ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	margin-top: 20px;
}
#post-filters #post-filter-content ul li, #press-filters #press-filter-content ul li {
	margin-bottom: 40px;
}
#post-filters #post-filter-content ul li:last-child, #press-filters #press-filter-content ul li:last-child {
	margin-bottom: 0;
}
#post-filter-content ul li a, #press-filter-content ul li a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	padding: 15px 20px;
	font-size: 20px;
	text-align: center;
}
#post-filter-content ul li a:hover,
#post-filter-content ul li a.active,
#press-filter-content ul li a:hover,
#press-filter-content ul li a.active {
	background-color: #fff;
	color: #B99E50;
}

#posts-load-more, #recipes-load-more, #press-load-more {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	text-align: center;
	color: #363636;
}
#posts-load-more::before, #recipes-load-more::before, #press-load-more::before {
	content: '\203A';
	font-size: 25px;
	padding-right: 10px;
	display: inline-block;
	transform-origin: 4px 14px;
}
#posts-load-more:hover::before, #recipes-load-more:hover::before, #press-load-more:hover::before {
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

.swiper-genius-place {
	overflow: visible;
	margin-left: -20px;
	margin-top: 35px;
}

.swiper-genius-place .swiper-slide {
	width: 763px;
	margin-left: 20px;
}
.swiper-genius-place-image {
	display: block;
	width: 100%;
	height: 529px;
	background-size: cover;
	background-position: center;
}
h3.swiper-genius-place-title {
	margin: 35px 0 0 0;
	font-size: 45px;
	line-height: 55px;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
}
h3.swiper-genius-place-title a {
	color: #B99E50;
}
h3.swiper-genius-place-title a:hover,
.swiper-genius-place-image:hover {
	opacity: 0.8;
}
.swiper-button-prev-genius-place, .swiper-button-next-genius-place {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #363636;
	cursor: pointer;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23363636}</style><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
	background-size: 15px 15px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev-genius-place:hover, .swiper-button-next-genius-place:hover {
	opacity: 0.8;
}
.swiper-button-prev-genius-place {
	margin-right: 6px;
}
.swiper-button-prev-genius-place {
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.swiper-button-disabled {
	opacity: 0.2!important;
	cursor: default;
}

.wpcf7 input[type="email"], .wpcf7 input[type="text"], select, textarea {
	color: #838383;
	border-width: 0;
	border-bottom: 1px solid #939393;
	width: 100%;
	height: 46px;
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Libre Franklin', sans-serif;
}
textarea {
	resize: vertical;
}
.wpcf7-form textarea {
	min-height: 105px;
}
.wpcf7 input[type="submit"] {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #fff;
	background-color: #B99E50;
	padding: 7px 15px;
	min-width: 200px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #B99E50;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #fff;
	color: #B99E50;
}
.wpcf7, .wpcf7 a {
	color: #363636;
}
.wpcf7 a {
	text-decoration: underline!important;
}
.wpcf7 label {
	font-size: 14px;
	line-height: 29px;
}
.wpcf7 p {
	margin: 0 0 35px 0;
}
.contact-form [name="your-fist-last-name"], .contact-form [name="your-email"],
.contact-form [name="your-phone"],.contact-form [name="your-interest"],
.contact-form [name="your-message"] {
	padding-left: 30px;
}
.contact-form [data-name="your-fist-last-name"]::before, .contact-form [data-name="your-email"]::before,
.contact-form [data-name="your-phone"]::before,.contact-form [data-name="your-interest"]::before,
.contact-form [data-name="your-message"]::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 0;
	margin-top: 14px;
}
.contact-form [data-name="your-fist-last-name"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23363636}</style><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>')
}
.contact-form [data-name="your-email"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23363636}</style><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>');
}
.contact-form [data-name="your-phone"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23363636}</style><path d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"/></svg>')
}
.contact-form [data-name="your-interest"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23363636}</style><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>')
}
.contact-form [data-name="your-message"]::before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:%23363636}</style><path d="M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/></svg>')
}
.contact-form [data-name="your-fist-last-name"], .contact-form [data-name="your-email"],
.contact-form [data-name="your-phone"],.contact-form [data-name="your-interest"],
.contact-form [data-name="your-message"] {
	display: block;
}
.contact-form [data-name="your-message"]::before {
	margin-top: 0;
}

.multiple-filter {
	width: 215px;
	max-width: 100%;
	border: 1px solid #363636;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 3.2px;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 15px;
}
.multiple-filter-header {
	padding: 19px 23px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-transform: uppercase;
}
.multiple-filter .multiple-filter-title {
	display: inline-block;
	padding-right: 12px;
}
.multiple-filter .multiple-filter-right-side {
	display: flex;
	align-items: center;
}
.multiple-filter .multiple-filter-arrow {
	margin-left: 12px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
.multiple-filter.multiple-filter-open .multiple-filter-arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.multiple-filter .multiple-filter-list {
	position: absolute;
	background-color: #FFFEF8;
	border: 1px solid #363636;
	width: 100%;
	top: 55px;
	left: -1px;
	padding: 18px 23px 23px 23px;
	width: calc(100% + 2px);
	cursor: default;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 24px;
	text-transform: uppercase;
	display: none;
	z-index: 1;
}
.multiple-filter .multiple-filter-list ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
}
.multiple-filter .multiple-filter-list ul li input[type="checkbox"] {
	margin: 0 10px 0 0;
  	vertical-align: middle;
}
.multiple-filter .multiple-filter-list ul li {
	margin-bottom: 10px;
}
.multiple-filter .multiple-filter-list ul li:last-child {
	margin-bottom: 0;
}
.multiple-filter input[type="checkbox"] + label {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
}
.multiple-filter.multiple-filter-open .multiple-filter-list {
	display: block;
}

.mini-title {
	width: 490px!important;
	max-width: 100%!important;
	text-align: center;
	margin: 15px auto 0 auto;
}
.mini-title h3 {
	font-family: 'Libre Baskerville', serif;
	color: #363636;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 25px 0;
}
.mini-title h3 strong {
	color: #B99E50;
	font-weight: normal;
}

.recipe-attributes {
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
	line-height: var( --e-global-typography-text-line-height );
}
.recipe-attributes h6 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3.2px;
	line-height: 19px;
	color: #B99E50;
	border-bottom: 1px solid #B99E50;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.recipe-attributes p {
	margin: 0 0 20px 0;
}
.recipe-attributes-grid {
	display: flex;
}
.recipe-attributes-grid > div {
	flex-grow: 1;
	flex-basis: 0;
	margin-right: 40px;
}
.recipe-attributes-grid > div:last-child {
	margin-right: 0;
}

.events, .courses {
	margin-top: 40px;
}

.map-with-filters {
	display: flex;
	overflow: hidden;
	position: relative;
}
.map-with-filters .map-with-filters-sidebar {
	width: 90px;
	height: 990px;
	background-color: #FFFBEF;
	position: relative;
}
.map-with-filters .map-with-filters-sidebar.open {
	width: 495px;
}
.map-with-filters .map-with-filters-content {
	flex-grow: 1;
	background-color: #363636;
}
.map-with-filters .map-with-filters-sidebar h6 {
	color: #363636;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	padding: 10px 0;
	margin: 10px 40px 0 40px;
	border-bottom: 1px solid #B99E50;

	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);

	-webkit-transform-origin:left;
    -moz-transform-origin:left;
    -ms-transform-origin:left;
    -o-transform-origin:left;
	transform-origin: left;

	width: 415px;
	margin-top: 10px;
}
.map-with-filters .map-with-filters-sidebar.open h6 {
	-webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    -ms-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0);

	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 30px;

	cursor: default;
}
.map-with-filters ul.map-with-filters-list {
	display: none;
	overflow: auto;
	padding: 0 40px 40px 40px;
	list-style-type: none;
	margin: 0;
	height: calc(100% - 132px);
}
/*.map-with-filters .map-with-filters-sidebar.open ul.map-with-filters-list {
	display: block;
}*/
.map-with-filters ul.map-with-filters-list li {
	margin-bottom: 25px;
}
.map-with-filters ul.map-with-filters-list li:last-child {
	margin-bottom: 0;
}
.map-with-filters ul.map-with-filters-list li {
	display: flex;
}
.map-with-filters .map-with-filters-element-image {
	width: 125px;
	height: 125px;
	display: block;
	margin-right: 15px;
	/*background-size: cover;
	background-color: #363636;*/
	background-position: center;
	background-size: contain;
	background-color: #fff;
	background-repeat: no-repeat;
}
.map-with-filters .map-with-filters-element-info {
	width: calc(100% - 140px);
}
.map-with-filters .map-with-filters-element h5 {
	text-transform: uppercase;
	color: #6F6F6F;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 2.4px;
	margin: 0;
}
.map-with-filters .map-with-filters-element a {
	color: #6F6F6F;
}
.map-with-filters .map-with-filters-element a:hover {
	color: #363636;
}
.map-with-filters .map-with-filters-element h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	margin: 5px 0;
	color: #B99E50;
	cursor: pointer;
}
.map-with-filters .map-with-filters-element p {
	color: #6F6F6F;
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1.2px;
}
.map-with-filters .map-with-filters-element-icons {
	min-width: 250px;
}
.map-with-filters .map-with-filters-element-icons span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.map-with-filters .map-with-filters-sidebar-toggle,
.map-with-filters .map-with-filters-filters-toggle {
	position: absolute;
	top: 100px;
	right: 0;
	text-transform: uppercase;
	color: #fff;
	background-color: #6f6f6f;
	font-size: 15px;
	line-height: 17px;
	padding: 5px;
	border-radius: 10px 10px 0 0;
	width: 95px;
	text-align: center;
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);

	-webkit-transform-origin:bottom right;
    -moz-transform-origin:bottom right;
    -ms-transform-origin:bottom right;
    -o-transform-origin:bottom right;
	transform-origin: bottom right;

	z-index: 1;
}

.map-with-filters .map-with-filters-filters-toggle {
	/*top: calc(100% - 100px);*/
	top: 167px;
	left: 0;
	margin-left: -27px;
	-webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);

	-webkit-transform-origin:top left;
    -moz-transform-origin:top left;
    -ms-transform-origin:top left;
    -o-transform-origin:top left;
	transform-origin: top left;

	width: 140px;
}

.map-with-filters .map-with-filters-sidebar .map-with-filters-sidebar-view,
.map-with-filters .map-with-filters-sidebar.open .map-with-filters-sidebar-hide,
.map-with-filters .map-with-filters-filters .map-with-filters-filters-view,
.map-with-filters .map-with-filters-filters.open .map-with-filters-filters-hide {
	display: inline;
}
.map-with-filters .map-with-filters-sidebar.open .map-with-filters-sidebar-view,
.map-with-filters .map-with-filters-sidebar .map-with-filters-sidebar-hide,
.map-with-filters .map-with-filters-filters.open .map-with-filters-filters-view,
.map-with-filters .map-with-filters-filters .map-with-filters-filters-hide {
	display: none;
}

.map-with-filters .map-with-filters-filters {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #FFFBEF;
	width: 225px;
	margin-right: -225px;
}
.map-with-filters .map-with-filters-filters.open {
	margin-right: 0;
}
.map-with-filters .map-with-filters-filters h6 {
	margin: 30px 30px 20px 30px;
	font-size: 30px;
	line-height: 31px;
	font-style: italic;
	font-weight: normal;
}
.map-with-filters .map-with-filters-filters-list {
	overflow: auto;
	height: calc(100% - 80px);
	margin: 0 30px 30px 30px;
}
.map-with-filters .map-with-filters-filters-list h5 {
	color: #B99E50;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: 17px;
	border-bottom: 1px solid #B99E50;
	padding: 5px 0;
	margin: 30px 0 15px 0;
	font-weight: normal;
}
.map-with-filters .map-with-filters-filters-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.map-with-filters .map-with-filters-filters-list ul li {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.map-with-filters .map-with-filters-filters-list ul li:last-child {
	margin-bottom: 0;
}
.map-with-filters .map-with-filters-filters-list ul li input[type="checkbox"] {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.leaflet-pane,
.leaflet-top, .leaflet-bottom {
	z-index: 0;
}
.leaflet-left .leaflet-control {
	margin-left: 50px;
	margin-top: 30px;
}

.banner > div {
	padding-top: 65px!important;
	padding-bottom: 90px!important;
}

.overlap-section {
	padding-top: 220px;
  	margin-top: -220px;
	z-index: -1;
}

.prosecco-house-location {
	display: flex;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 50px auto;
}
.prosecco-house-location > div {
	width: 50%;
}
.prosecco-house-location .prosecco-house-location-content {
	padding-left: 50px;
}
.prosecco-house-location .prosecco-house-location-image {
	height: 250px;
	background-size: cover;
	background-position: center;
	background-color: #363636;
	margin-bottom: 30px;
}
.prosecco-house-location .button {
	font-size: 14px;
	line-height: 17px;
	padding: 10px;
	width: 100%;
}
.prosecco-house-location .prosecco-house-location-content p {
	margin: 0;
}
.prosecco-house-location .prosecco-house-location-content h5,
.prosecco-house-location .prosecco-house-location-content h6 {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.prosecco-house-location .prosecco-house-location-content a {
	color: #363636;
}
.prosecco-house-location .prosecco-house-location-content h6 {
	text-transform: uppercase;
	margin: 35px 0 0 0;
}
.prosecco-house-location .prosecco-house-location-content h4 {
	font-weight: normal;
  font-size: 40px;
  line-height: 46px;
  font-style: italic;
  font-family: 'Libre Baskerville', serif;
  margin: 5px 0;
  color: #B99E50;
}

.visit-icon {
	background-image: url('data:image/svg+xml,<svg id="visite" xmlns="http://www.w3.org/2000/svg" width="9.771" height="20.034" viewBox="0 0 9.771 20.034"><circle id="Ellisse_24" data-name="Ellisse 24" cx="0.352" cy="0.352" r="0.352" transform="translate(3.832 9.313)"/><circle id="Ellisse_25" data-name="Ellisse 25" cx="0.352" cy="0.352" r="0.352" transform="translate(1.14 8.37)"/><circle id="Ellisse_26" data-name="Ellisse 26" cx="0.352" cy="0.352" r="0.352" transform="translate(4.532 11.07)"/><circle id="Ellisse_27" data-name="Ellisse 27" cx="0.352" cy="0.352" r="0.352" transform="translate(7.279 9.16)"/><circle id="Ellisse_28" data-name="Ellisse 28" cx="0.352" cy="0.352" r="0.352" transform="translate(2.02 9.864)"/><circle id="Ellisse_29" data-name="Ellisse 29" cx="0.352" cy="0.352" r="0.352" transform="translate(5.237 8.961)"/><path id="Tracciato_263" data-name="Tracciato 263" d="M5.2,17.577v-4.59a4.879,4.879,0,0,0,4.48-5.6L8.722,1.049A.372.372,0,0,0,8.664.908C8.2.012,5,0,4.853,0s-3.318.012-3.8.9a.343.343,0,0,0-.067.16l-.9,5.909a.6.6,0,0,0-.027.164.014.014,0,0,0,0,.012l-.039.247a4.879,4.879,0,0,0,4.48,5.6v4.594C3.381,17.6.638,17.773.638,18.806c0,1.17,3.514,1.229,4.218,1.229s4.218-.059,4.218-1.229C9.071,17.769,6.332,17.6,5.2,17.577ZM7.846,1.115s-.008,0-.012,0c-.047.016-.1.031-.16.047l-.016,0q-.094.023-.211.047H7.439c-.078.016-.164.031-.258.043-.016,0-.027,0-.043.008-.094.016-.2.027-.305.039-.016,0-.031,0-.047,0l-.356.035H6.414c-.129.012-.266.02-.411.027-.027,0-.051,0-.078,0-.145.008-.293.012-.454.016H5.385c-.168,0-.344.008-.532.008s-.36,0-.528-.008a.754.754,0,0,1-.094,0c-.16,0-.309-.012-.454-.016-.027,0-.051,0-.078,0-.141-.008-.278-.016-.4-.027H3.287l-.36-.035c-.02,0-.039,0-.059-.008-.106-.012-.207-.027-.3-.039-.016,0-.027,0-.043-.008-.09-.016-.176-.027-.254-.043h0q-.117-.023-.211-.047c-.008,0-.02,0-.027-.008l-.157-.043s0,0-.008,0A9.032,9.032,0,0,1,4.853.7,8.816,8.816,0,0,1,7.846,1.115Zm-6.257.642s.008,0,.012,0c.063.023.125.043.2.067,0,0,0,0,.008,0,.074.02.157.043.247.063l.016,0c.086.02.184.035.282.055.012,0,.023,0,.039.008l.321.047c.02,0,.035,0,.055.008.117.016.239.027.372.039.023,0,.043,0,.067,0,.133.012.278.02.43.027.023,0,.043,0,.067,0,.16.008.325.016.5.02h.055c.188,0,.383.008.595.008s.407,0,.595-.008H5.5c.176,0,.344-.012.5-.02.023,0,.043,0,.067,0,.153-.008.293-.016.43-.027.023,0,.043,0,.067,0,.133-.012.254-.023.372-.039.02,0,.035,0,.055-.008.113-.016.223-.027.321-.047.012,0,.023,0,.039-.008.1-.016.2-.035.286-.055l.016,0c.09-.02.172-.039.247-.063h.008a1.7,1.7,0,0,0,.2-.067s.008,0,.012,0l.693,4.566a12.927,12.927,0,0,0-3.968-.563A13.035,13.035,0,0,0,.9,6.319ZM8.856,7.118a10.816,10.816,0,0,1-4.015.473A10.786,10.786,0,0,1,.83,7.118a9.28,9.28,0,0,1,4.015-.653A9.32,9.32,0,0,1,8.856,7.118ZM1.683,10.847A4.167,4.167,0,0,1,.689,7.81,12.722,12.722,0,0,0,4.845,8.3,12.534,12.534,0,0,0,9.02,7.8a4.179,4.179,0,0,1-7.337,3.048ZM4.853,19.33A7.968,7.968,0,0,1,1.394,18.8,7.412,7.412,0,0,1,4.5,18.277v.4a.352.352,0,1,0,.7,0v-.4a7.412,7.412,0,0,1,3.107.524A7.939,7.939,0,0,1,4.853,19.33Z" transform="translate(0.032 0)"/></svg>');
}
.sale-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.855" height="16.546" viewBox="0 0 19.855 16.546"><path id="punto-vendita" d="M3.865,7.647,3.589,5.993H2.6a1.323,1.323,0,1,0,0,.662h.428l.165.993H3.181l1.711,8.609a1.7,1.7,0,0,0-1.575,1.481A1.658,1.658,0,0,0,4.964,19.56h.662a1.986,1.986,0,0,0,3.971,0h3.64a1.986,1.986,0,0,0,3.971,0h1.324a.331.331,0,0,0,0-.662H17.092a1.982,1.982,0,0,0-3.739,0H9.481a1.982,1.982,0,0,0-3.739,0H4.964a1,1,0,0,1-.736-.329.982.982,0,0,1-.252-.766,1.037,1.037,0,0,1,1.05-.89H18.2a1.653,1.653,0,0,0,1.651-1.651V7.647ZM1.324,6.986a.662.662,0,1,1,.662-.662A.663.663,0,0,1,1.324,6.986Zm13.9,11.251A1.324,1.324,0,1,1,13.9,19.56,1.325,1.325,0,0,1,15.222,18.237Zm-7.611,0A1.324,1.324,0,1,1,6.287,19.56,1.325,1.325,0,0,1,7.611,18.237Zm11.582-2.974a.99.99,0,0,1-.988.988H5.566L3.988,8.309H19.193Z" transform="translate(0 -5)"/></svg>');
}
.catering-icon {
	background-image: url('data:image/svg+xml,<svg id="ristorazione" xmlns="http://www.w3.org/2000/svg" width="13.76" height="16.546" viewBox="0 0 13.76 16.546"><g id="Raggruppa_89" data-name="Raggruppa 89" transform="translate(0 0)"><g id="Raggruppa_88" data-name="Raggruppa 88" transform="translate(0 0)"><path id="Tracciato_260" data-name="Tracciato 260" d="M324.625,0h0a1.072,1.072,0,0,0-1.107.755l-1.628,8.97a.868.868,0,0,0,.8.934l.546.107-.294,4.62a.974.974,0,0,0,.385.816,1.591,1.591,0,0,0,1.017.343,1.282,1.282,0,0,0,1.4-1.1V.88A1.022,1.022,0,0,0,324.625,0Zm.437,15.442h0a.66.66,0,0,1-.722.568.819.819,0,0,1-.523-.177.5.5,0,0,1-.2-.42l.307-4.84a.285.285,0,0,0-.258-.273l-.817-.161a.314.314,0,0,1-.289-.338l1.628-8.97a.419.419,0,0,1,.432-.3h0a.4.4,0,0,1,.437.344Z" transform="translate(-311.983 0)"/><path id="Tracciato_261" data-name="Tracciato 261" d="M204.365.255A.32.32,0,0,0,204.008,0a.3.3,0,0,0-.323.281l.291,4.579h-1.063V.268a.35.35,0,0,0-.681,0V4.86h-1.063l.291-4.579A.3.3,0,0,0,201.135,0a.32.32,0,0,0-.357.254l-.343,5.394a.8.8,0,0,0,.474.741l.412.216a.289.289,0,0,1,.172.262l-.321,8.547a.981.981,0,0,0,.4.8,1.677,1.677,0,0,0,2.008,0,.981.981,0,0,0,.4-.8l-.321-8.546a.289.289,0,0,1,.172-.262l.412-.216a.8.8,0,0,0,.474-.741Zm-.509,5.688-.411.216a.8.8,0,0,0-.475.724l.321,8.546a.5.5,0,0,1-.2.41.862.862,0,0,1-1.031,0,.5.5,0,0,1-.2-.41l.321-8.546a.8.8,0,0,0-.475-.724l-.412-.216a.291.291,0,0,1-.171-.268l.018-.279h2.876l.018.279A.291.291,0,0,1,203.856,5.943Z" transform="translate(-195.101 0)"/><path id="Tracciato_262" data-name="Tracciato 262" d="M58.885,0a2.525,2.525,0,0,0-2.342,1.616A5.866,5.866,0,0,0,56,3.985a2.207,2.207,0,0,0,1.383,1.938.582.582,0,0,1,.374.523l-.278,8.969a.985.985,0,0,0,.4.8,1.682,1.682,0,0,0,2.01,0,.985.985,0,0,0,.4-.8L60.01,6.445a.582.582,0,0,1,.374-.523,2.207,2.207,0,0,0,1.383-1.938,5.867,5.867,0,0,0-.542-2.369A2.525,2.525,0,0,0,58.885,0ZM60.03,5.465a1.111,1.111,0,0,0-.7.994l.278,8.968a.507.507,0,0,1-.205.411.866.866,0,0,1-1.035,0,.507.507,0,0,1-.205-.411l.278-8.968a1.111,1.111,0,0,0-.7-.994,1.686,1.686,0,0,1-1.057-1.48c0-1.125.538-3.449,2.2-3.449s2.2,2.323,2.2,3.449A1.686,1.686,0,0,1,60.03,5.465Z" transform="translate(-56.001 0)"/></g></g></svg>');
}
.overnight-stay-icon {
	background-image: url('data:image/svg+xml,<svg id="pernottamento" xmlns="http://www.w3.org/2000/svg" width="19.318" height="15.454" viewBox="0 0 19.318 15.454"><g id="Raggruppa_87" data-name="Raggruppa 87" transform="translate(0 0)"><path id="Tracciato_259" data-name="Tracciato 259" d="M16.064,54.834H5.989a1.108,1.108,0,0,0,.095-.451V54A1.086,1.086,0,0,0,4.989,52.9H2.67A1.086,1.086,0,0,0,1.576,54v.386a1.108,1.108,0,0,0,.095.451H.932V50a.646.646,0,0,0-.644-.644H-.356A.646.646,0,0,0-1,50V64.172a.646.646,0,0,0,.644.644H.288a.646.646,0,0,0,.644-.644V59.986H16.386v4.186a.646.646,0,0,0,.644.644h.644a.646.646,0,0,0,.644-.644V57.088A2.24,2.24,0,0,0,16.064,54.834ZM2.22,54.384V54a.44.44,0,0,1,.451-.451H4.989A.44.44,0,0,1,5.439,54v.386a.44.44,0,0,1-.451.451H2.67A.44.44,0,0,1,2.22,54.384ZM-.356,50H.288v4.83H-.356ZM.61,59.342a.3.3,0,0,0-.322.322v4.508H-.356V55.478H3.508v3.864Zm17.064,4.83H17.03V59.664a.3.3,0,0,0-.322-.322H4.151V55.478H16.064a1.594,1.594,0,0,1,1.61,1.61v7.083Z" transform="translate(1 -49.361)"/></g></svg>');
}

#member-column > div {
	padding: 50px;
	text-align: center;
}
#member-column h3 {
	color: #fff;
	text-align: center;
	font-style: italic;
	font-size: 40px;
	line-height: 45px;
	font-weight: normal;
	margin: 0;
	margin-top: 70px;
}
#member-image {
	min-height: 100vh!important;
}
#member-column .um-form-field {
	background-color: transparent!important;
	background-image: none!important;
	border-width: 0 0 1px 0!important;
	border-color: #fff!important;
	color: #363636;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Libre Franklin', sans-serif;
}
#member-column .um-form-field::placeholder {
	opacity: 0.31!important;
	color: #363636;
	text-transform: uppercase;
}
#member-column input[type="submit"] {
	font-family: 'Libre Franklin', sans-serif;
	background-color: #fff;
	border-radius: 0!important;
	color: #B99E50;
	font-size: 16px;
	line-height: 29px!important;
	padding: 5px 20px!important;
	min-width: 160px!important;
	text-align: center;
	font-weight: 600!important;
	border: 1px solid #fff!important;
}
#member-column input[type="submit"]:hover {
	color: #fff;
	background-color: transparent;
}
#member-links, #member-links a {
	color: #fff;
}
#member-links {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.8px;
}
#member-links strong {
	letter-spacing: 1.6px;
}
#member-column .um-field-block, #member-column .um-postmessage, #member-column .um-field-label label {
	color: #fff;
}
#member-column .um-postmessage {
	text-align: center;
}
#member-column .um-um_password_id.um {
	max-width: 720px;
}
#member-column .um-field-checkbox-option {
	color: #fff!important;
}
#member-column .um-field-checkbox {
	width: 100%!important;
}
#member-column .um-field-checkbox-state i, #member-column .um-field-radio-state i {
	color: #fff!important;
}
.um-field-checkbox:hover i, .um-field-radio:hover i {
	color: #C74A4A!important;
}

.press-gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
	display: flex;
	flex-wrap: wrap;
}
.press-gallery li {
	width: calc(33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.press-gallery li:nth-child(3n+3) {
	margin-right: 0;
}
.press-gallery li a {
	display: block;
	position: relative;
	background-color: #111;
}
.press-gallery li a:hover .press-gallery-image {
	transform: scale(1.2);
	opacity: 0.9;
}
.press-gallery .press-gallery-image {
	display: block;
	width: 100%;
	height: 345px;
	background-size: cover;
	background-position: center;
}
.press-gallery .press-gallery-download {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #B99E50;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Livello_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.84 21.84"><defs><style>.cls-1{fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Livello_2-2"><g id="Icon_feather-download"><path id="Tracciato_299" class="cls-1" d="m20.84,14.23v4.41c0,1.22-.98,2.2-2.2,2.2H3.2c-1.22,0-2.2-.98-2.2-2.2h0v-4.41"/><path id="Tracciato_300" class="cls-1" d="m5.41,8.72l5.51,5.51,5.51-5.51"/><path id="Tracciato_301" class="cls-1" d="m10.92,14.23V1"/></g></g></svg>');
}
.press-gallery li a:hover .press-gallery-download {
	width: 67px;
	height: 67px;
}

.accordion {
	border-bottom: 1px solid #B99E50;
	padding-bottom: 35px;
}
.accordion .accordion-title {
	display: block;
	font-size: 35px;
	line-height: 45px;
	color: #363636;
	font-style: italic;
	font-weight: normal;
	position: relative;
	padding-right: 65px;
}
.accordion .accordion-title span.state {
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #363636;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
.accordion .accordion-title.accordion-link span.state::after {
	-webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg);
}
.accordion .accordion-title span.state::after {
	display: block;
	content: '';
	position: absolute;
	margin-top: 14px;
	margin-left: 14px;
	width: 15px;
	height: 15px;
	background-image: url('data:image/svg+xml,<svg class="arrow-down" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>.arrow-down{fill:%23363636}</style><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}
.accordion .accordion-title span.state.open::after {
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.accordion .accordion-content {
	color: #363636;
}

.elementor-tab-content .accordion .accordion-title {
	margin-top: 35px;
}
.elementor-tab-content .accordion .documents.view-columns {
	margin-top: 0!important;
}

.introduction, .introduction p {
	font-size: 25px;
	line-height: 50px;
	font-weight: 300;
}
.introduction .button {
	margin-top: 15px;
}

#law-articles-list {
	padding: 35px 0;
	border-top: 1px solid #b7b7b7;
}
#law-articles-list .elementor-widget-text-editor {
	font-size: 25px;
	line-height: 50px;
}
#law-articles-list a {
	display: inline-block;
	margin: 0 35px;
	font-weight: bold;
	color: #B99E50;
}
#law-articles-list a:hover {
	opacity: 0.85;
}
.law-article-single {
	background-color: var( --e-global-color-ef331a6 );
	padding: 0 0 70px 0;
}
.law-article-single.first {
	padding-top: 70px;
}
.law-article-single .elementor-widget-text-editor {
	font-size: 25px;
	line-height: 50px;
	font-weight: 300;
}
.law-article-single .elementor-widget-text-editor h6 {
	margin: 0 0 35px 0;
	color: #B99E50;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
}
.law-article-single .elementor-widget-text-editor a {
	text-decoration: underline;
	color: var( --e-global-color-text );
}
.button.download::before {
	display: none;
}
.button.download::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Livello_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.84 21.84"><defs><style>.cls-1{fill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><g id="Livello_2-2"><g id="Icon_feather-download"><path id="Tracciato_299" class="cls-1" d="m20.84,14.23v4.41c0,1.22-.98,2.2-2.2,2.2H3.2c-1.22,0-2.2-.98-2.2-2.2h0v-4.41"/><path id="Tracciato_300" class="cls-1" d="m5.41,8.72l5.51,5.51,5.51-5.51"/><path id="Tracciato_301" class="cls-1" d="m10.92,14.23V1"/></g></g></svg>');
	display: inline-block;
	opacity: 1;
	margin-left: 15px;
	vertical-align: middle;
}
.invert .title-section h2 strong, .invert .title-section.alt h2 {
	color: #fff;
}
.banner-alt .title-section h2 {
	margin-bottom: 0;
}

.text-icon {
	display: flex;
}
.text-icon-image {
	width: 70px;
	margin-right: 70px;
}
.text-icon-image img {
	width: 100%;
	height: auto;
}
.text-icon-caption h6 {
	color: #B99E50;
	font-size: 70px;
	font-style: italic;
	margin: 0 0 20px 0;
	font-family: 'Libre Baskerville', serif;
	line-height: 80px;
	font-weight: normal;
}
.text-icon-caption p {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3.6px;
}
.invert .text-icon-caption h6 {
	color: #fff;
}

.some-data h6 {
	margin: 5px 0;
	font-size: 50px;
	line-height: 60px;
	font-style: italic;
	font-weight: normal;
}
.some-data h6 strong {
	color: #B99E50;
	font-weight: normal;
}

.organization-area h2 {
	font-size: 70px;
	line-height: 75px;
	color: #808080;
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}
.organization-area h2 strong {
	color: #122C57;
	font-family: 'Libre Baskerville', serif;
}
.organization-area table {
	width: auto;
	table-layout: auto;
	margin-top: -15px;
}
.organization-area table th {
	font-size: 18px;
	letter-spacing: 2.16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #122C57;
	font-family: 'Lato', sans-serif;
	border-bottom-color: transparent;
	vertical-align: top;
	width: 240px;
}
.organization-area table td {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #707070;
	border-bottom-color: transparent;
	vertical-align: top;
}

.special-link-card .special-link-card-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 385px;
	display: block;
	border-bottom: 4px solid #B99E50;
}
.special-link-card .special-link-card-image:hover {
	opacity: 0.8;
}
.special-link-card .special-link-card-caption {
	padding: 20px;
	display: flex;
	align-items: flex-end;
}
.special-link-card .special-link-card-title {
	width: calc(70% - 15px);
	padding-right: 15px;
	align-self: flex-start;
}
.special-link-card .special-link-card-title h3 {
	font-size: 40px; /*change title*/
	line-height: 50px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
.special-link-card .special-link-card-title h3 a {
	color: #363636;
}
.special-link-card .special-link-card-title h3 a:hover {
	opacity: 0.8;
}
.special-link-card .special-link-card-title-actions {
	width: 30%;
}
.special-link-card .special-link-card-actions .button {
	font-size: 19px;
	border-width: 0;
	padding: 0;
	background-image: none!important;
}
.special-link-card .special-link-card-actions .button:hover {
	color: #363636!important;
	opacity: 0.8;
}

/* Other versions */
/* Consorzio */
.v-consorzio .title-section h2 strong {
	color: #90A7CC;
}
.v-consorzio .title-section h6 {
	color: #122C57;
}
.v-consorzio .elementor-tabs-view-horizontal .elementor-tab-title.elementor-active,
.v-consorzio .elementor-tabs-view-horizontal .elementor-tab-title:hover {
	color: #91A7CC!important;
}
.v-consorzio .elementor-tabs-view-horizontal .elementor-active {
	border-bottom-color: #fff !important;
}
.v-consorzio .next-appointments h5 {
	color: #90A7CC;
}
.v-consorzio .next-appointments .next-appointment-date {
	color: #90A7CC;
}
.v-consorzio .next-appointments table td {
	border-bottom-color: #90A7CC;
}
.v-consorzio .next-appointments .next-appointment-title:hover {
	color: #90A7CC;
}
.v-consorzio .link-image-meta {
	color: #90A7CC;
}
.v-consorzio .link-image .link-image-button {
	color: #90A7CC;
}
.v-consorzio .card .card-image span {
	color: #45597B;
}
.v-consorzio .card .card-title a {
	color: #90A7CC;
}
.v-consorzio #footer {
	background-color: #E3EDFD;
}
.v-consorzio #header.header-tipology-light {
	background-color: #E3EDFD;
	border-bottom-color: #c9d5e8;
}
.v-consorzio #header-sticky {
	border-bottom-color: #122c57;
}
.v-consorzio .intro.alt-2 h1 {
	color: #45597B!important;
}
.v-consorzio .text-icon-caption h6 {
	color: #90A7CC;
}
.v-consorzio .some-data h6 strong {
	color: #90A7CC;
}
.v-consorzio .alt-3 .title-section h2, .v-consorzio .alt-3 .title-section h2 strong {
	color: #122C57;
}
.v-consorzio .alt-3 .title-section h6 {
	color: #90A7CC;
}
.v-consorzio .alt-3 .text-icon-caption {
	color: #122C57;
}
.v-consorzio #law-articles-list a {
	color: #91A7CC;
}
.v-consorzio .law-article-single {
	background-color: #F0F0F0;
}
.v-consorzio .law-article-single .elementor-widget-text-editor h6 {
	color: #91A7CC;
}
.v-consorzio #menu {
	background-color: #E3EDFD;
}
.v-consorzio #header .trigger-menu-open span.circle-animation.open, #header-sticky .trigger-menu-open span.circle-animation.open {
	background-color: #E3EDFD;
}

.v-consorzio #post-filters #post-filters-toggle {
	background-color: #90A7CC;
}
.v-consorzio #post-filters {
	background-color: #90A7CC;
}
.v-consorzio #post-filter-content ul li a:hover, .v-consorzio #post-filter-content ul li a.active {
	color: #90A7CC;
}
.v-consorzio .post-card .post-card-image span {
	color: #122C57;
}
.v-consorzio .post-card-meta {
	color: #122C57;
}
.v-consorzio .post-card-title a:hover {
	color: #122C57;
}
.v-consorzio.single-post .read-time, .v-consorzio.single-post .social-share {
	color: #122C57;
}
.v-consorzio.single-post .a2a_svg svg path {
	fill: #122C57;
}
.v-consorzio.single-post .intro.alt-2 h1 {
	color: #90A7CC!important;
}
.v-consorzio.single-post .intro .caption-top {
	color: #90A7CC;
}
/* Sostenibilità*/
.v-sostenibilita .title-section h2 strong {
	color: #95BF74;
}
.v-sostenibilita .title-section h6 {
	color: #95BF74;
}
.v-sostenibilita #footer {
	background-color: #E0E0E0;
}
.v-sostenibilita #footer-bottom {
	border-top-color: #95BF74;
}
.v-sostenibilita .title-section.alt-2 h6 {
	color: #fff;
}
.v-sostenibilita .link-image .link-image-button {
	color: #90A7CC;
}
.v-sostenibilita .card .card-image span {
	color: #333;
}
.v-sostenibilita .card .card-title a {
	color: #95BF74;
}
.v-sostenibilita #header.header-tipology-light {
	background-color: #E3EDFD;
	border-bottom-color: #c9d5e8;
}
.v-sostenibilita #header-sticky {
	border-bottom-color: #3C4A28;
}
/*.v-sostenibilita #menu {
	background-color: #E3EDFD;
}
.v-sostenibilita #header .trigger-menu-open span.circle-animation.open, #header-sticky .trigger-menu-open span.circle-animation.open {
	background-color: #E3EDFD;
}*/
.v-sostenibilita .special-link-card .special-link-card-image {
	border-bottom-color: #95BF74;
}
.v-sostenibilita .special-link-card .special-link-card-title h3 a {
	color: #95BF74;
}
.v-sostenibilita .special-link-card .special-link-card-title h3 a:hover {
	color: #fff;
	opacity: 1;
}
.v-sostenibilita .special-link-card .button, .v-sostenibilita .special-link-card .button:hover {
	color: #fff!important;
	opacity: 1!important;
}
.v-sostenibilita .special-link-card .special-link-card-caption {
	background-color: #363636;
}

/* Temporary */
/*.language-selector {
	visibility: hidden;
}*/

#law-articles-list.lot-of-articles a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none!important;
}

.class-break-word strong{
	word-break: break-word;
}

#search-input {
	width: 100%;
	text-align: center;
}
#search-input input[type="text"] {
	max-width: calc(100% - 72px);
	width: 500px;
	padding: 10px;
	border-width: 0;
	height: 36px;
	border-radius: 15px 0 0 15px;
}
#search-input input[type="submit"] {
	width: 72px;
	height: 36px;
	border-radius: 0;
	background-image: none;
	border-width: 0;
	background-color: #B99E50;
	cursor: pointer;
	padding: 10px;
	border-radius: 0 15px 15px 0;
	text-transform: uppercase;
}
#search-results-section h2 {
	text-align: center;
}
#search-results table {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
#search-results table td {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
#search-results table td:first-child {
	width: 80%;
}
#search-results table td:last-child {
	padding-left: 10px;
	text-align: right;
}
#search-results table h5 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #B99E50;
}
#search-results table h5 a {
	color: #B99E50;
}
#search-results-section, #search-results-loading {
	display: none;
}
.search-icon a::before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15_152)"><rect width="24" height="24"/><circle cx="10.5" cy="10.5" r="6.5" stroke="%23000000" stroke-linejoin="round"/><path d="M19.6464 20.3536C19.8417 20.5488 20.1583 20.5488 20.3536 20.3536C20.5488 20.1583 20.5488 19.8417 20.3536 19.6464L19.6464 20.3536ZM20.3536 19.6464L15.3536 14.6464L14.6464 15.3536L19.6464 20.3536L20.3536 19.6464Z" fill="%23000000"/></g><defs><clipPath id="clip0_15_152"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  	vertical-align: sub;
	margin-right: 5px;
}

/* Responsive */
@media screen and (max-width: 1668px) {
	/* General */
	body .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
	.p-col, .p-col-1, .p-col-2, .p-col-3, .p-col-4, .p-col-5, .p-col-6, .p-col-7, .p-col-8, .p-col-9, .p-col-10, .p-col-11, .p-col-12,
	.column-inside-full-width-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Header */
	#header, #header-sticky {
		padding: 10px 0;
	}

	/* Footer */
	#footer-top-4 .button {
		width: auto;
	}
	#footer-bottom-2 .widget {
		margin-left: 0;
	}

	.title-float-left, .title-float-right {
		margin-left: 0;
		margin-right: 0;
		float: none;
		text-align: left;
	}
	.single-intro h2, .single-details h2, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h2 {
		font-size: 55px;
	}

	#menu-2 [id^="menu-main"] > li > .sub-menu > li.hover > .sub-menu {
		margin-left: 330px;
	}
	#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu::before {
		width: 15px;
  		margin-left: -30px;
	}

	.overlap-section {
		padding-top: 150px;
		margin-top: 0;
		z-index: 1;
	}
}
@media screen and (max-width: 1251px) {
	#footer-top-4 .button {
		padding: 10px 5px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1224px) {

	/* Header */
	#menu .p-row {
		padding: 0;
	}
	#menu .p-row {
		flex-direction: column;
	}
	#menu .p-row > div {
		width: calc(100% - 40px);
	}
	#menu-2 {
		padding-left: 20px;
	}

	#menu-2 ul[id^="menu-main"] > li {
		margin-top: 20px;
		margin-right: 0;
		display: list-item;
	}
	#menu .trigger-menu-close {
		margin-right: -20px;
		font-size: 9px;
		padding: 0;
	}

	#menu-2 [id^="menu-main"] > li > .sub-menu > li > a {
		width: auto;
	}
	#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu {
		opacity: 1!important;
		position: static;
		margin-top: 10px;
		margin-left: 0!important;
		margin-bottom: 20px;
		display: none;
	}
	#menu-2 [id^="menu-main"] > li > .sub-menu > li.hover > .sub-menu {
		display: block;
		margin-left: 330px;
	}
	#menu-2 ul[id^="menu-main"] > li.hover > .sub-menu {
		position: static;
	}
	#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu li {
		margin-bottom: 10px;
	}
	#menu-2 ul[id^="menu-main"] > li > .sub-menu, #menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu { /*because exist page not # so when click to directly in page*/
		display: block;
	}
	#menu-2 [id^="menu-main"] > li > .sub-menu > li > .sub-menu::before {
		display: none;
	}
	#menu-2 ul[id^="menu-main"] > li > .sub-menu {
		margin-top: 0;
	}

	.map-with-filters .map-with-filters-sidebar.open {
		width: 300px;
	}
	.map-with-filters .map-with-filters-sidebar h6 {
		width: 220px;
	}
	.map-with-filters ul.map-with-filters-list li {
		flex-direction: column;
	}
	.map-with-filters .map-with-filters-element-image {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.map-with-filters .map-with-filters-element-info {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {

	/* General */
	.padding-top {
		padding-top: 90px;
	}
	.padding-bottom {
		padding-bottom: 90px;
	}
	#lateral-menu-left, #lateral-menu-right {
		display: none;
	}

	/* Footer */
	#footer-top {
		padding: 90px 0
	}
	#footer-top .p-row {
		flex-wrap: wrap;
	}
	#footer-top .p-row > div, #footer-bottom .p-row > div {
		width: calc(50% - 40px);
	}

	/* Content */
	.last-posts, .last-recipes, .posts-grid, .recipes-grid, .events-grid, .courses-grid {
		flex-direction: column;
	}
	.last-posts .card, .last-recipes .recipe-card, .posts-grid .post-card, .recipes-grid .recipe-card, .events-grid .event-card, .courses-grid .course-card, .press-grid .press-card {
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}
	.press-grid .press-card {
		margin-bottom: 80px;
	}
	.last-posts .card:last-child, .last-recipes .recipe-card:last-child, .posts-grid .post-card:last-child, .recipes-grid .recipe-card:last-child,
	.events-grid .event-card:last-child, .courses-grid .course-card:last-child, .press-grid .press-card:last-child {
		margin-bottom: 0;
	}
	.card .card-image, .post-card .post-card-image, .event-card .event-card-image, .course-card .course-card-image, .press-card .press-card-image {
		/*if necessary in future*/
	}

	.intro.alt-2::before {
		height: 155px;
	}
	.intro.alt-2::before {
		margin-bottom: 90px;
	}
	body.admin-bar .intro.alt-2::before {
		height: 123px;
	}

	.timeline-event {
		padding-bottom: 150px;
	}
	.timeline-event .timeline-event-content {
		flex-direction: column;
		max-width: calc(100% - 128px);
	}
	.timeline-event .timeline-event-year, .timeline-event .timeline-event-caption {
		width: 100%;
	}
	.timeline-event .timeline-event-year {
		font-size: 50px;
		line-height: 60px;
	}
	.timeline-event .timeline-event-caption {
		padding-left: 0;
		padding-right: 15px;
		padding-top: 35px;
	}
	.timeline-event .timeline-event-year-indicator {
		width: 128px;
	}
	.timeline-event .timeline-event-year-indicator::before {
		margin-right: 10px;
	}
	.timeline::before {
		right: 108px;
	}

	.provinces-grid, .province-card-caption, .genius-places-grid, .genius-place-card-caption {
		flex-direction: column;
	}
	.province-card, .genius-place-card {
		width: 100%;
		margin-right: 0!important;
	}
	.single-details {
		margin-bottom: 50px;
	}
	.province-card .province-card-title h3, .documents-with-title h3 {
		font-size: 48px;
		line-height: 58px;
	}
	.genius-place-card .genius-place-card-title h3 {
		font-size: 35px;
		line-height: 45px;
	}
	.provinces-related h5, .genius-places-related h5, .recipes-related h5 {
		font-size: 45px;
		line-height: 55px;
	}
	.province-card-caption .button, .genius-place-card-caption .button {
		margin-top: 15px;
	}
	.province-card .province-card-title, .province-card .province-card-actions,
	.genius-place-card .genius-place-card-title, .genius-place-card .genius-place-card-actions {
		padding-right: 0;
		width: 100%;
	}

	.recipe-attributes-grid {
		flex-direction: column;
	}
	.recipe-attributes-grid > div {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.overlap-section {
		padding-top: 90px;
	}
}
@media screen and (max-width: 767px) {
	/* General */
	.p-row {
		flex-direction: column;
	}
	.p-col, .p-col-1, .p-col-2, .p-col-3, .p-col-4, .p-col-5, .p-col-6, .p-col-7, .p-col-8, .p-col-9, .p-col-10, .p-col-11, .p-col-12 {
		width: calc(100% - 40px);
	}
	.text-left-mobile {
		text-align: left!important;
	}

	/* Header */
	#header .p-row, #header-sticky .p-row {
		flex-direction: row;
	}
	#header .trigger-menu-open, #header-sticky .trigger-menu-open {
		font-size: 9px;
	}

	/* Footer */
	#footer-top-2, #footer-top-3, #footer-top-4 {
		margin-top: 40px;
	}
	#footer-top .p-row > div, #footer-bottom .p-row > div {
		width: calc(100% - 40px);
	}

	/* Content */
	.intro h1 {
		width: auto;
	}
	.title-section h2 {
		font-size: 65px;
		line-height: 80px;
	}
	.cta-image h5 {
		font-size: 60px;
		line-height: 70px;
	}

	.title-section-menu ul {
		flex-direction: column;
		margin-bottom: 80px;
	}
	.title-section-menu ul li {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.title-section-menu ul li:last-child {
		margin-bottom: 0;
	}
	.title-separated {
		margin-bottom: 15px;
	}

	.tab-50-perc .elementor-tab-title, .tab-33-perc .elementor-tab-title {
		width: 100%!important;
		padding: 20px 0!important;
	}
	.elementor-tabs-view-horizontal .elementor-tab-content {
		border-top-width: 0!important;
	}
	#pre-footer-menu ul {
		flex-direction: column;
	}
	#pre-footer-menu ul li {
		text-transform: uppercase;
		border-right: 0;
		border-bottom: 1px solid #fff;
	}
	#pre-footer-menu ul li:last-child {
		border-bottom-width: 0;
	}

	.preview-courses, .preview-events {
		margin-top: 30px;
		flex-direction: column;
	}
	.next-appointments h5 {
		margin: 30px 0 10px 0;
	}
	.preview-courses > *, .preview-events > * {
		width: 100%;
	}
	.next-appointments {
		padding-left: 0;
	}
	.next-appointments .button {
		margin-bottom: 30px;
	}
	.link-image {
		min-height: 350px;
	}
	.title-significant h5 {
		width: 100%;
	}

	.image-lateral-text {
		margin-top: 50px;
	}
	.image-lateral-text img {
		margin-bottom: 35px;
	}

	.wine-tipology, .wine-tipology-image-container {
		margin-bottom: 30px;
	}
	.wine-tipology-image-container {
		text-align: center;
	}
	.wine-tipology-image-container, .wine-tipology-content-container, .wine-tipology-content-container .p-col-12 {
		width: 100%!important;
		padding: 0!important;
	}

	/* For gallery WordPress create br so not possibile to create ex. row of 2 elements*/
	.gallery {
		margin-left: 0;
		width: 100%;
	}
	.gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-2 .gallery-item {
		width: 100%!important;
		margin-right: 0!important;
	}

	.single-details {
		padding-right: 0;
	}

	.swiper-genius-place .swiper-slide {
		width: 80%;
	}
	.swiper-genius-place-image {
		height: 350px;
	}

	.recipes-related, .events-grid, .courses-grid {
		margin-bottom: 0;
	}

	.prosecco-house-location {
		width: 100%;
		flex-direction: column;
	}
	.prosecco-house-location > div {
		width: 100%;
	}
	.prosecco-house-location .prosecco-house-location-content {
		padding-top: 25px;
		padding-left: 0;
	}

	#member-image {
		min-height: 350px!important;
	}

	#check-age .confirm.button-option {
		margin-right: 15px;
	}
	#check-age .button-option {
		min-width: 50px;
	}

	.press-gallery {
		flex-direction: column;
	}
	.press-gallery li {
		width: 100%;
		margin-right: 0!important;
	}

	.documents.view-columns li {
		width: 100%;
		margin-right: 0;
	}
	.elementor-tab-content .accordion .documents.view-columns {
		margin-top: 35px!important;
	}

	.text-icon-caption {
		text-align: left!important;
	}

	.organization-area table td, .organization-area table th {
		display: block;
		width: auto;
	}
	.organization-area table th:empty {
		display: none;
	}
	.organization-area h2 {
		font-size: 50px;
		line-height: 60px;
	}
}