/* CSS Document */
@import url('//use.typekit.net/xkz1nep.css');

/*

Garamond Premier Pro Medium, Semibold
font-family: 'garamond-premier-pro', serif;
font-weight: 500, 600;
font-style: normal;

Open Sans Light, Regular,Semibold, Semibold Italic, Bold
font-family: 'open-sans', sans-serif;
font-weight: 300, 400, 600, 700;
font-style: normal, italic;

EB Garamond Medium, Bold
font-family: 'eb-garamond', serif;
font-weight: 500, 700;
font-style: normal;

Avenir LT Pro 65 Medium, black
font-family: 'avenir-lt-pro', sans-serif;
font-weight: 500, 800;
font-style: normal;

Cochin LT Pro Bold
font-family: 'cochin-lt-pro', sans-serif;
font-weight: 700;
font-style: normal;

*/

:root{
	--color: #000;
	--color-rgb: 0, 0, 0;
	--color-theme: #2A4029;
	--color-theme-rgb: 42, 64, 41;
	--color-fukui: #fdb2ab;
	--color-okuetu: #cebeec;
	--color-tannan: #ffcd53;
	--color-wakasa: #6fced4;
	--color-border: #808080;
	--variable-color: var(--color-theme);
	--font: 'open-sans', sans-serif;
	--font-min: 'garamond-premier-pro', serif;
	--wrap-space: 24px;
	--wrap-fit: calc(100% - 48px);
	--wrap-max: 1140px;
	--wrap: clamp(calc(375px - 48px), calc(100dvw - 48px), var(--wrap-max));
	--dummy: #999 url("/common/images/ml.logoType.svg") no-repeat center / 50% auto;
}
:lang(fr):root{
	--font: 'Open Sans', sans-serif;
	--font-min: 'EB Garamond', serif;
}
:lang(zh-tw):root{
	--font: 'Noto Sans TC', sans-serif;
	--font-min: 'Noto Serif TC', serif;
}

html{
	min-width: 375px;
	scroll-behavior: smooth;
	scroll-padding-top: 56px;
}

body{
	color: var(--color);
	font: 400 16px var(--font);
	line-height: 1.65;
	overflow-wrap: anywhere;
}
::selection{
	background: var(--color-theme);
	color: #fff;
}
::-moz-selection{
	background: var(--color-theme);
	color: #fff;
}
_::content, _:future, body:not(*:root) {
	/* Chromeのハック */
	/*フォント細いって言われたとき
	font-weight: 500;
	*/
}
_::-webkit-full-page-media, _:future, :root body{
	/* safariのハック */
}
@-moz-document url-prefix(){
	/* Firefoxのハック */
	.xxx{

	}
}

a{
	color: inherit;
	.done &{
		transition-property: color, text-decoration, background, background-color, background-size, border, border-color, box-shadow, filter, opacity;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
	}
}

wbr{
	.translated-ltr &:not(:lang(ja)){
		display: none;
	}
}

main{
	& a{
		color: var(--color-theme);
		text-decoration: underline;
	}
}

:where(a, button):focus-visible{
	outline: var(--color-theme) auto 2px;
	outline-offset: 2px;
}

:where(input, textarea, select){
	background-color: transparent;
	accent-color: var(--color-theme);
	caret-color: var(--color-theme);
}

:is(input[type="checkbox"], input[type="radio"]){
	&:checked{
		background-color: var(--color-theme);
	}
}

#wrapper{
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100dvh;
	#header{
		position: sticky;
		top: 0;
		z-index: 130;
	}
	#nav{
		z-index: 120;
	}
	#footer,
	#pageTop{
		order: 100;
	}
}

#header{
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto auto;
	justify-content: space-between;
	align-items: center;
	min-height: 72px;
	padding: 8px 10px 8px 24px;
	background: #fff;
	#siteName{
		margin-right: auto;
	}
	@media (min-width: 992px) {
		grid-template-rows: 32px auto;
		padding-left: max(24px, calc((100dvw - 1140px) / 2));
		#siteName{
			grid-row: 1 / 3;
		}
		#hNav,
		#navButton{
			grid-row: 2;
			body:not(.scrollTop) &{
				grid-row: 1 / 3;
			}
		}
	}
}

#siteName{
	& a{
		display: block;
		aspect-ratio: 50 / 17;
		height: clamp(48px, calc(72 / 1200 * 100vw), 72px);
		background: url("/common/images/ml.logoType.svg") no-repeat center / contain;
		font-size: 0;
	}
}

#hNav{
	display: flex;
	@media (max-width: 991.98px) {
		#hNavGlobal,
		#hNavExtra{
			display: none;
		}
	}
	@media (max-width: 575.98px) {
		#hNavFavorite,
		#hNavSearch{
			display: none;
		}
	}
	#hNavGlobal{
		margin-right: 36px;
	}
	#hNavExtra{
		position: absolute;
		top: 0;
		right: 0;
		body:not(.scrollTop) &{
			transform: translateY(-100%);
		}
	}
}

#hNavGlobal{
	display: flex;
	align-items: center;
	column-gap: 28px;
	& dl{
		position: relative;
		font-weight: 600;
		font-family: var(--font-min);
	}
	& dt{
		cursor: pointer;
		font-size: 17px;
	}
	& a{
		display: block;
		padding: 4px 16px;
		text-align: center;
	}
	& span{
		position: absolute;
		top: 100%;
		left: 50%;
		background: #fff;
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
		transform: translateX(-50%);
		white-space: nowrap;
	}
}

#hNavFavorite{
	& a{
		display: block;
		aspect-ratio: 1;
		width: 48px;
		background: currentColor;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><path d="M3.29,15.19C.48,12.42.23,8.01,2.7,4.93c1.46-1.82,3.65-2.87,5.99-2.87,1.76,0,3.42.58,4.8,1.69l.54.43.54-.43c1.37-1.08,3.02-1.66,4.77-1.66,2,0,3.88.75,5.32,2.13l.11.12c2.99,2.99,2.99,7.86,0,10.86l-10.73,10.74L3.29,15.19Z"/></svg>') no-repeat center / 28px;
	}
}

#hNavSearch{
	& dl{
		position: relative;
	}
	& dt{
		cursor: pointer;
		aspect-ratio: 1;
		width: 48px;
		background: currentColor;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><circle cx="11.5" cy="11.5" r="10.5"/><line x1="19" y1="19" x2="27" y2="27"/></svg>') no-repeat center / 28px;
	}
	& form{
		all: unset;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 16px;
		background: #fff;
		border-radius: 5px;
	}
	& input{
		all: unset;
	}
	& button{
		all: unset;
		aspect-ratio: 1;
		width: 24px;
		background: #243124;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><circle cx="10" cy="10" r="8"/><line x1="16" y1="16" x2="22" y2="22"/></svg>') no-repeat center / contain;
		& svg{
			display: none;
		}
	}
	& a{
		all: unset;
		display: block;
		margin: 0 8px;
		& span{
			all: unset;
		}
	}
	& span{
		position: absolute;
		top: 100%;
		left: 50%;
		width: min(90dvw, 240px);
		background: #fff;
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
		transform: translateX(-50%);
	}
	.gsc-search-box{
		& div,
		& table,
		& tbody,
		& tr,
		& td{
			display: contents;
		}
	}
}

#hNavLanguage{
	& dl{
		position: relative;
	}
	& dt{
		cursor: pointer;
		aspect-ratio: 1;
		width: 48px;
		background: currentColor;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" style="fill: none; stroke: black; stroke-miterlimit: 1; stroke-width: 1.5px;"><line x1="1.5" y1="10" x2="26.5" y2="10"/><line x1="1.5" y1="18" x2="26.5" y2="18"/><line x1="14" y1="1.5" x2="14" y2="26.5"/><path d="M14,1s4,5.82,4,13-4,13-4,13c0,0-4-5.82-4-13S14,1,14,1Z"/><circle cx="14" cy="14" r="13"/></svg>') no-repeat center / 28px;
	}
	& a{
		display: block;
		padding: 4px 16px;
		text-align: center;
	}
	& span{
		position: absolute;
		top: 100%;
		left: 50%;
		background: #fff;
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
		transform: translateX(-50%);
		white-space: nowrap;
	}
}

#hNavExtra{
	& li{
		display: none;
		&:nth-child(2){
			display: block;
		}
	}
	& a{
		display: grid;
		align-items: center;
		min-height: 32px;
		padding: 4px 24px;
		background: #243124;
		color: #fff;
		font: 500 14px var(--font-min);
	}
}

#navButton{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	display: grid;
	align-content: center;
	justify-items: center;
	grid-gap: 8px;
	width: 48px;
	aspect-ratio: 1;
	background: transparent;
	color: inherit;
	overflow: hidden;
	pointer-events: all;
	& i{
		width: 28px;
		border-bottom: 2px solid currentColor;
		animation-duration: 0.75s;
		animation-fill-mode: forwards;
		transition: transform 0.75s;
	}
	&.on{
		& i:nth-of-type(1){
			animation-name: navButton-bar01_on;
		}
		& i:nth-of-type(2){
			animation-name: navButton-bar02_on;
		}
		& i:nth-of-type(3){
			animation-name: navButton-bar03_on;
		}
	}
	&.off{
		& i:nth-of-type(1){
			animation-name: navButton-bar01_off;
		}
		& i:nth-of-type(2){
			animation-name: navButton-bar02_off;
		}
		& i:nth-of-type(3){
			animation-name: navButton-bar03_off;
		}
	}
}
@keyframes navButton-bar01_on{
	0% {
		transform: translateY(0);
		}
	50% {
		transform: translateY(10px) rotate(0);
		}
	100% {
		transform: translateY(10px) rotate(45deg);
		}
	}
@keyframes navButton-bar01_off{
	0% {
		transform: translateY(10px) rotate(45deg);
		}
	50% {
		transform: translateY(10px) rotate(0);
		}
	100% {
		transform: translateY(0);
		}
	}
@keyframes navButton-bar02_on{
	0% {
		transform: scaleX(1);
		}
	50% {
		transform: scaleX(1);
		}
	51% {
		transform: scaleX(0);
		}
	100% {
		transform: scaleX(0);
		}
	}
@keyframes navButton-bar02_off{
	0% {
		transform: scaleX(0);
		}
	49% {
		transform: scaleX(0);
		}
	50% {
		transform: scaleX(1);
		}
	100% {
		transform: scaleX(1);
		}
	}
@keyframes navButton-bar03_on{
	0% {
		transform: translateY(0);
		}
	50% {
		transform: translateY(-9px) rotate(0);
		}
	100% {
		transform: translateY(-9px) rotate(-45deg);
		}
	}
@keyframes navButton-bar03_off{
	0% {
		transform: translateY(-9px) rotate(-45deg);
		}
	50% {
		transform: translateY(-9px) rotate(0);
		}
	100% {
		transform: translateY(0);
		}
	}

#nav{
	position: fixed;
	top: 0;
	left: 100%;
	width: min(100%, 480px);
	height: 100%;
	padding: clamp(24px, calc(32 / 768 * 100vw), 32px) clamp(24px, calc(32 / 768 * 100vw), 32px) 56px clamp(24px, calc(32 / 768 * 100vw), 32px);
	background: #8D968D;
	color: #243124;
	overflow-y: auto;
	overscroll-behavior: none;
	transform: translateX(0);
	transition: transform 0.2s ease-out;
	.nav &{
		transform: translateX(-100%);
	}
	& h2{
		visibility: hidden;
		font-size: 0;
	}
	#navSearch{
		margin-top: 56px;
	}
	#navFavorite{
		margin-top: 16px;
	}
	#navSns{
		margin-top: 72px;
	}
	#navExtra{
		margin-top: 36px;
	}
	#navLanguage{
		margin-top: 16px;
	}
}

#navGlobal{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	grid-gap: 48px;
	font-weight: 600;
	font-family: var(--font-min);
	& dl{
		display: grid;
		grid-row-gap: 8px;
		&:last-child dd:nth-child(6) {
			margin-top: 36px;
		}
		&:last-child dd:nth-child(n + 6) a{
			color: #243124;
		}
	}
	& dt{
		font-size: 22px;
	}
	& dd{
		font-size: 20px;
	}
	& a{
		display: block;
		color: #fff;
	}
	& span{
		display: contents;
	}
}

#navSearch{
	& dt{
		display: none;
	}
	& form{
		all: unset;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 56px;
		padding: 8px 16px;
		background: #fff;
		border-radius: 5px;
	}
	& input{
		all: unset;
	}
	& button{
		all: unset;
		aspect-ratio: 1;
		width: 24px;
		background: #243124;
		font-size: 0;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 1.5px;"><circle cx="10" cy="10" r="8"/><line x1="16" y1="16" x2="22" y2="22"/></svg>') no-repeat center / contain;
		& svg{
			display: none;
		}
	}
	& a{
		all: unset;
		display: block;
		margin: 0 8px;
		& span{
			all: unset;
		}
	}
	.gsc-search-box{
		& div,
		& table,
		& tbody,
		& tr,
		& td{
			display: contents;
		}
	}
}

#navFavorite{
	display: flex;
	justify-content: center;
	& a{
		display: grid;
		grid-template-columns: auto auto;
		justify-content: center;
		align-items: center;
		grid-column-gap: 16px;
		width: min(100%, 210px);
		min-height: 48px;
		padding: 8px 24px;
		background: #fff;
		border: 1px solid currentColor;
		border-radius: 24px;
		color: #CF4A07;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 0.04em;
		text-align: center;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 24px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 10; stroke-width: 2px;"><path d="M2.94,13.01C.56,10.66.34,6.93,2.43,4.33c1.24-1.54,3.09-2.43,5.07-2.43,1.49,0,2.89.49,4.06,1.43l.45.37.46-.36c1.16-.92,2.55-1.4,4.03-1.4,1.69,0,3.28.64,4.5,1.8l.1.1c2.53,2.53,2.53,6.65,0,9.19l-9.08,9.09L2.94,13.01Z"/></svg>') no-repeat center / contain;
		}
	}
}

#navSns{
	& ul{
		display: flex;
		justify-content: center;
		grid-gap: 16px;
	}
	& a{
		position: relative;
		display: block;
		aspect-ratio: 1;
		width: 64px;
		background: #fff;
		border-radius: 100%;
		font-size: 0;
		&:before{
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			aspect-ratio: 1;
			width: 28px;
			background: var(--color-theme);
			transform: translate(-50%, -50%);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"></svg>') no-repeat center / contain;
		}
		&[href*="facebook.com"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M28,14C28,6.26,21.73,0,14,0,6.26,0,0,6.27,0,14c0,6.43,4.38,12.03,10.62,13.58v-9.31h-2.88v-4.27h2.89v-1.85c0-4.76,2.16-6.97,6.83-6.97,1.02.01,2.04.13,3.04.35v3.88c-.33-.03-.9-.05-1.62-.05-2.3,0-3.18.87-3.18,3.13v1.51h4.57l-.79,4.27h-3.79v9.61c7.02-.86,12.3-6.82,12.31-13.89Z"/></svg>');
		}
		&[href*="instagram.com"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M9.03,2.08c-1,.02-1.98.21-2.91.56-1.61.63-2.88,1.9-3.5,3.52-.35.93-.53,1.92-.55,2.91-.06,1.27-.06,1.69-.06,4.95s.02,3.67.08,4.95c.02,1,.21,1.98.56,2.91.63,1.61,1.9,2.88,3.52,3.5.93.35,1.92.53,2.91.55,1.28.06,1.69.07,4.95.06s3.67-.02,4.95-.08c1-.02,1.98-.21,2.91-.56,1.61-.63,2.88-1.9,3.5-3.52.35-.93.53-1.92.55-2.91.06-1.28.07-1.69.06-4.95s-.02-3.67-.08-4.95c-.02-1-.21-1.98-.56-2.91-.63-1.61-1.9-2.88-3.52-3.5-.93-.35-1.92-.53-2.91-.55-1.27-.06-1.69-.07-4.95-.07s-3.67.02-4.95.08M9.17,23.78c-.76,0-1.51-.15-2.23-.41-1.05-.4-1.88-1.23-2.28-2.27-.27-.71-.41-1.47-.42-2.23-.06-1.26-.07-1.64-.08-4.85s0-3.58.06-4.85c0-.76.15-1.51.41-2.23.4-1.05,1.23-1.88,2.27-2.28.71-.27,1.47-.41,2.23-.42,1.27-.06,1.64-.07,4.85-.08,3.2,0,3.58,0,4.85.06.76,0,1.51.15,2.23.41,1.05.4,1.88,1.23,2.28,2.27.27.71.41,1.47.42,2.23.06,1.27.07,1.65.08,4.85,0,3.2,0,3.58-.06,4.85,0,.76-.15,1.51-.41,2.23-.4,1.05-1.23,1.88-2.27,2.28-.71.27-1.47.41-2.23.42-1.27.06-1.64.07-4.85.08s-3.58,0-4.85-.06M18.95,7.58c0,.8.64,1.44,1.44,1.44s1.44-.64,1.44-1.44-.64-1.44-1.44-1.44-1.44.64-1.44,1.44M7.84,14.01c0,3.4,2.77,6.16,6.17,6.15,3.4,0,6.16-2.77,6.15-6.17,0-3.4-2.77-6.16-6.17-6.15-3.4,0-6.16,2.77-6.15,6.17h0M10,14.01c0-2.21,1.78-4,3.99-4.01,2.21,0,4,1.78,4.01,3.99,0,2.21-1.78,4-3.99,4.01,0,0,0,0,0,0-2.21,0-4-1.78-4.01-3.99"/></svg>');
		}
		&[href*="youtube.com"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M27.42,7.26c-.32-1.21-1.27-2.15-2.48-2.48-2.18-.59-10.94-.59-10.94-.59,0,0-8.76,0-10.94.59-1.21.33-2.15,1.27-2.48,2.48C-.19,11.72-.19,16.28.58,20.74c.32,1.21,1.27,2.15,2.48,2.48,2.18.59,10.94.59,10.94.59,0,0,8.76,0,10.94-.59,1.21-.32,2.15-1.27,2.48-2.48.78-4.46.78-9.02,0-13.48ZM11.2,18.2v-8.4l7.27,4.2-7.27,4.2Z"/></svg>');
		}
	}
}

#navExtra{
	display: flex;
	justify-content: center;
	
	& ul{
		display: grid;
		grid-row-gap: 16px;
	}
	& li{
		display: contents;
		&:nth-child(1){
			& a{
				display: grid;
				align-items: center;
				grid-column-gap: 16px;
				width: min(100%, 240px);
				min-height: 48px;
				padding: 8px 20px;
				white-space: nowrap;
				border: 1px solid currentColor;
				border-radius: 24px;
			}
		}
	}
	& a{
		display: block;
		color: inherit;
		font: 600 20px var(--font-min);
		letter-spacing: 0.04em;
		text-align: center;
	}
	@media (min-width: 576px) {
		display: inline-flex;
		width: 51%;
	}
}

#navLanguage{
	display: flex;
	justify-content: center;
	& dl{
		display: grid;
		width: min(100%, 240px);
		border: 1px solid currentColor;
		border-radius: 24px;
		font: 600 20px var(--font-min);
		letter-spacing: 0.04em;
		text-align: center;
	}
	& dt{
		grid-column: 1;
		grid-row: 1;
		position: relative;
		display: grid;
		grid-template-columns: auto auto;
		justify-content: center;
		justify-content: center;
		align-items: center;
		grid-column-gap: 16px;
		min-height: 48px;
		padding: 8px 48px 8px 24px;
		cursor: pointer;
		&:nth-child(2){
			display: none;
		}
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 12px;
			transform: scale(2);
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-miterlimit: 1; stroke-width: 1.25px"><line x1="1.5" y1="9" x2="22.5" y2="9"/><line x1="1.5" y1="15" x2="22.5" y2="15"/><line x1="12" y1="1.5" x2="12" y2="22.5"/><path d="M12,1s3.5,4.92,3.5,11-3.5,11-3.5,11c0,0-3.5-4.92-3.5-11S12,1,12,1Z"/><circle cx="12" cy="12" r="11"/></svg>') no-repeat center / contain;
		}
		&:after{
			content: "";
			position: absolute;
			top: 50%;
			right: 16px;
			aspect-ratio: 1;
			width: 14px;
			margin-top: -7px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"  style="fill: none; stroke: black; stroke-width: 2px;"><polyline points="1 4 7 10 13 4" /></svg>') no-repeat center / contain;
		}
		&.open:after{
			transform: scale(1, -1);
		}
		& a{
			display: contents;
			pointer-events: none;
		}
	}
	& dd{
		border-top: 1px solid currentColor;
	}
	& a{
		display: grid;
		align-items: center;
		min-height: 48px;
		padding: 8px 24px;
		color: inherit;
	}
	@media (min-width: 576px) {
		display: inline-flex;
		width: 47%;
	}
}

#pagePath{
	padding: 16px 0;
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	& ul{
		display: flex;
		grid-gap: 8px;
		font-size: 13px;
	}
	& li{
		&:nth-child(n+2){
			display: flex;
			column-gap: 8px;
			&:before{
				content: ">";
			}
		}
	}
	& a{
		color: inherit;
		text-decoration: none;
	}
}

#footer{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	padding-top: 104px;
	background: #2A4029;
	color: #fff;
	@media (max-width: 991.98px) {
		padding-bottom: 120px;
		#copyright{
			margin-top: 40px;
		}
	}
	@media (min-width: 992px) {
		padding-bottom: 40px;
		#copyright{
			margin-top: 80px;
		}
	}
}

#fNav{
	display: grid;
	& h2{
		justify-self: center;
		aspect-ratio: 107 / 150;
		width: clamp(120px, calc(210 / 1200 * 100vw), 210px);
		font-size: 0;
		background: currentColor;
		-webkit-mask: url("/common/images/ml.logoType.vt.svg") no-repeat center / contain;

	}
	@media (max-width: 991.98px) {
		justify-content: center;
		& h2{
			margin-top: 64px;
		}
		#fNavGlobal{
			margin-top: 64px;
		}
		#fNavSns{
			order: -1;
		}
		#fNavExtra{
			margin-top: 48px;
		}
		#fNavTerms{
			margin-top: 32px;
		}
	}
	@media (min-width: 992px) {
		grid-template-columns: clamp(280px, calc(360 / 1200 * 100vw), 360px) auto;
		grid-column-gap: 80px;
		width: min(100%, 1020px);
		& h2{
			grid-row: 1 / 5;
		}
		#fNavSns{
			order: -1;
		}
		#fNavGlobal{
			margin-top: 64px;
		}
		#fNavExtra{
			margin-top: 64px;
		}
		#fNavTerms{
			margin-top: 48px;
		}
	}
}

#fNavGlobal{
	align-items: flex-start;
	flex-wrap: wrap;
	grid-gap: clamp(24px, calc(48 / 768 * 100vw), 48px);
	font-weight: 600;
	font-family: var(--font-min);
	& dl{
		display: grid;
		grid-row-gap: 8px;
		min-width: 8.5em;
	}
	& dt{
		padding-bottom: 8px;
		border-bottom: 1px solid #707070;
		font-size: 22px;
	}
	& dd{
		font-size: 20px;
	}
	& a{
		display: block;
		color: #fff;
	}
	& span{
		display: contents;
	}
	@media (max-width: 575.98px) {
		display: grid;
		grid-template-columns: auto auto;
		& dl:nth-child(3){
			grid-column: 1 / 3;
			justify-self: start;
		}
	}
	@media (min-width: 576px) {
		display: flex;
	}
	@media (min-width: 992px) {
		display: grid;
		& dl{
			grid-row: 1;
		}
	}
}

#fNavSns{
	& ul{
		display: flex;
		grid-gap: 16px;
		@media (max-width: 991.98px) {
			justify-content: center;
		}
	}
	& a{
		position: relative;
		display: block;
		aspect-ratio: 1;
		width: 64px;
		background: #fff;
		border-radius: 100%;
		font-size: 0;
		&:before{
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			aspect-ratio: 1;
			width: 28px;
			background: var(--color-theme);
			transform: translate(-50%, -50%);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"></svg>') no-repeat center / contain;
		}
		&[href*="facebook.com"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M28,14C28,6.26,21.73,0,14,0,6.26,0,0,6.27,0,14c0,6.43,4.38,12.03,10.62,13.58v-9.31h-2.88v-4.27h2.89v-1.85c0-4.76,2.16-6.97,6.83-6.97,1.02.01,2.04.13,3.04.35v3.88c-.33-.03-.9-.05-1.62-.05-2.3,0-3.18.87-3.18,3.13v1.51h4.57l-.79,4.27h-3.79v9.61c7.02-.86,12.3-6.82,12.31-13.89Z"/></svg>');
		}
		&[href*="instagram.com"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M9.03,2.08c-1,.02-1.98.21-2.91.56-1.61.63-2.88,1.9-3.5,3.52-.35.93-.53,1.92-.55,2.91-.06,1.27-.06,1.69-.06,4.95s.02,3.67.08,4.95c.02,1,.21,1.98.56,2.91.63,1.61,1.9,2.88,3.52,3.5.93.35,1.92.53,2.91.55,1.28.06,1.69.07,4.95.06s3.67-.02,4.95-.08c1-.02,1.98-.21,2.91-.56,1.61-.63,2.88-1.9,3.5-3.52.35-.93.53-1.92.55-2.91.06-1.28.07-1.69.06-4.95s-.02-3.67-.08-4.95c-.02-1-.21-1.98-.56-2.91-.63-1.61-1.9-2.88-3.52-3.5-.93-.35-1.92-.53-2.91-.55-1.27-.06-1.69-.07-4.95-.07s-3.67.02-4.95.08M9.17,23.78c-.76,0-1.51-.15-2.23-.41-1.05-.4-1.88-1.23-2.28-2.27-.27-.71-.41-1.47-.42-2.23-.06-1.26-.07-1.64-.08-4.85s0-3.58.06-4.85c0-.76.15-1.51.41-2.23.4-1.05,1.23-1.88,2.27-2.28.71-.27,1.47-.41,2.23-.42,1.27-.06,1.64-.07,4.85-.08,3.2,0,3.58,0,4.85.06.76,0,1.51.15,2.23.41,1.05.4,1.88,1.23,2.28,2.27.27.71.41,1.47.42,2.23.06,1.27.07,1.65.08,4.85,0,3.2,0,3.58-.06,4.85,0,.76-.15,1.51-.41,2.23-.4,1.05-1.23,1.88-2.27,2.28-.71.27-1.47.41-2.23.42-1.27.06-1.64.07-4.85.08s-3.58,0-4.85-.06M18.95,7.58c0,.8.64,1.44,1.44,1.44s1.44-.64,1.44-1.44-.64-1.44-1.44-1.44-1.44.64-1.44,1.44M7.84,14.01c0,3.4,2.77,6.16,6.17,6.15,3.4,0,6.16-2.77,6.15-6.17,0-3.4-2.77-6.16-6.17-6.15-3.4,0-6.16,2.77-6.15,6.17h0M10,14.01c0-2.21,1.78-4,3.99-4.01,2.21,0,4,1.78,4.01,3.99,0,2.21-1.78,4-3.99,4.01,0,0,0,0,0,0-2.21,0-4-1.78-4.01-3.99"/></svg>');
		}
		&[href*="youtube.com"]:before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path d="M27.42,7.26c-.32-1.21-1.27-2.15-2.48-2.48-2.18-.59-10.94-.59-10.94-.59,0,0-8.76,0-10.94.59-1.21.33-2.15,1.27-2.48,2.48C-.19,11.72-.19,16.28.58,20.74c.32,1.21,1.27,2.15,2.48,2.48,2.18.59,10.94.59,10.94.59,0,0,8.76,0,10.94-.59,1.21-.32,2.15-1.27,2.48-2.48.78-4.46.78-9.02,0-13.48ZM11.2,18.2v-8.4l7.27,4.2-7.27,4.2Z"/></svg>');
		}
	}
}

#fNavExtra{
	grid-gap: 48px clamp(24px, calc(48 / 768 * 100vw), 48px);
	& ul{
		align-self: start;
		display: grid;
		grid-gap: 24px clamp(24px, calc(48 / 768 * 100vw), 48px);
		font: 600 20px var(--font-min);
		letter-spacing: 0.04em;
		@media (max-width: 575.98px) {
		}
		@media (min-width: 576px) {
			grid-template-columns: auto 1fr;
			& li:nth-child(1){
				grid-row: 1 / 4;
			}
		}
	}
	& li{
		&:nth-child(1){
			& a{
				display: grid;
				align-items: center;
				grid-column-gap: 16px;
				width: min(100%, 210px);
				min-height: 48px;
				padding: 8px 24px;
				border: 1px solid #9B9B9B;
				border-radius: 24px;
				color: inherit;
				text-align: center;
				&:lang(fr){
					width: min(100%, 256px);
				}
			}
		}
	}
	& a{
		display: block;
	}
}

#fNavTerms{
	& ul{
		display: flex;
		grid-gap: 16px 24px;
	}
	& a{
		display: block;
		font: 600 14px var(--font-min);
		letter-spacing: 0.04em;
	}
	@media (max-width: 991.98px) {
		justify-content: center;
		padding-bottom: 16px;
		border-bottom: 1px solid #707070;
	}
	@media (min-width: 992px) {
		padding-top: 24px;
		border-top: 1px solid #707070;
		& ul{
			justify-content: flex-end;
		}
	}
}

#copyright{
	& p{
		font-weight: 600;
		font-size: 10px;
		text-align: center;
	}
}

#cookiePolicy{
	position: fixed;
	left: 50%;
	bottom: clamp(16px, calc(24 / 768 * 100vw), 24px);
	display: grid;
	max-width: var(--wrap);
	padding: clamp(16px, calc(24 / 768 * 100vw), 24px);
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	transform: translateX(-50%);
	z-index: 1000;
	& a{
		color: #0080d2;
		text-decoration: underline;
	}
	& div{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px 16px;
		justify-content: center;
		margin-top: clamp(16px, calc(24 / 768 * 100vw), 24px);
	}
	& button{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		justify-self: center;
		display: grid;
		align-items: center;
		min-height: 48px;
		padding: 4px 24px;
		background: var(--color-theme);
		border-radius: 10em;
		color: #fff;
		font-weight: 700;
		text-align: center;
		cursor: pointer;
		&#cookiePolicyClose{
			order: -1;
			background: #ccc;
		}
	}
}

#pageTop{
	position: sticky;
	bottom: 0;
	font-size: 0;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.2s ease-out 1s;
	z-index: 100;
	.done:not(.scrollTop) &{
		opacity: 1;
	}
	&:hover:before{
		background: #e50012;
	}
	&:before,
	&:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		aspect-ratio: 1;
		width: 48px;
	}
	&:before{
		background: var(--color-theme);
	}
	&:after{
		-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.582 13.891c-0.272 0.268-0.709 0.268-0.979 0s-0.271-0.701 0-0.969l7.908-7.83c0.27-0.268 0.707-0.268 0.979 0l7.908 7.83c0.27 0.268 0.27 0.701 0 0.969s-0.709 0.268-0.978 0l-7.42-7.141-7.418 7.141z" /></svg>');
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-size: 32px;
		background: #fff;
	}
}

#pagenation{
	display: none;
	grid-template-columns: min(var(--wrap-fit), 1000px);
	justify-content: center;
	&:has(ol){
		display: grid;
	}
	&:has(ul){
		display: grid;
	}
	& ul,
	& ol{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		list-style: none;
	}
	& ul{
		column-gap: 16px;
		& li{
			display: contents;
			&:nth-child(n+2):before{
				content: "|";
			}
		}
		& a{
			font-weight: 600;
			font-size: 18px;
			letter-spacing: 0.06em;
			text-decoration: none;
			&[rel="prev"],
			&[rel="next"]{
				display: grid;
				grid-template-columns: auto auto;
				column-gap: 8px;
				align-items: center;
				&:after{
					content: "";
					aspect-ratio: 1;
					width: clamp(40px, calc(48 / 768 * 100vw), 48px);
					background: currentColor;
					-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16" style="fill: none; stroke: black;"><polyline points="0 8 31 8 20 1"/></svg>') no-repeat center / 32px;
				}
			}
			&[rel="prev"]{
				&:after{
					order: -1;
					transform: scale(-1, 1);
				}
			}
		}
	}
	& ol{
		@media (min-width: 576px) {
			column-gap: 8px;
		}
		& a{
			display: grid;
			align-items: center;
			aspect-ratio: 1;
			width: clamp(40px, calc(48 / 768 * 100vw), 48px);
			font-weight: 600;
			font-size: 20px;
			text-align: center;
			text-decoration: none;
			&[rel]{
				background: currentColor;
				font-size: 0;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16" style="fill: none; stroke: black;"><polyline points="0 8 31 8 20 1"/></svg>') no-repeat center / 32px;
			}
			&[rel="prev"]{
				margin-right: 16px;
				transform: scale(-1, 1);
			}
			&[rel="next"]{
				margin-left: 16px;
			}
			&.lsc-current-page{
				border: 1px solid #CCC;
				border-radius: 100%;
				pointer-events: none;
			}
		}
	}
}

.infoWin{
	max-width: 240px;
	& dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 8px 16px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			width: 100%;
			margin-bottom: 8px;
			background: var(--dummy);
		}
		& img{
			aspect-ratio: 3 / 2;
			width: 100%;
			margin-bottom: 8px;
		}
	}
	& dt{
		order: -1;
		width: 100%;
		font-weight: 700;
		font-family: 'eb-garamond', var(--font-min);
	}
	& dd{
		display: contents;
		& img{
			object-fit: cover;
		}
		& a{
			display: grid;
			align-items: center;
			min-width: calc(50% - 8px);
			min-height: 40px;
			padding: 0 16px;
			background: var(--color-theme);
			border-radius: 20px;
			color: #fff;
			font-weight: 700;
			font-family: 'eb-garamond', var(--font-min);
			text-align: center;
			text-decoration: none;
			&[href^="https://www.google.co.jp/"]{
				background: #8D968D;
			}
		}
	}
}

:root{
	--logoMark: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path d="M53.11,5.76s0,0,0,0h0s0,0,0,0ZM25.91,7.21s0,0,0,0c0,0,0,0-.01,0h0ZM23.73,9.65h0s0,0,0,0c0,0,0,0,0,0h0ZM79.76,39.86c-.02-.62-.03-1.25-.03-1.87v-.84l.15-.07v-.6h-.05s-.14.3-.14.3c-.02-.23-.07-.46-.07-.68-.02-.18,0-.37.06-.54.06-.13.09-.28.07-.42,0-.35-.03-.7-.04-1.05,0-.21.02-.43,0-.65-.02-.33-.07-.67-.11-.99-.02-.15-.04-.3-.06-.45h-.05l-.19.3c-.11-.09-.03-.26-.16-.34-.04.14-.02.3.05.43.06.21.1.43.1.65l-.16-.03-.25-1.22.14-.06c.02-.11.04-.21.04-.31,0-.06,0-.13-.03-.19-.04-.12-.03-.25.01-.37.07-.16.06-.34-.03-.49-.03.05-.06.1-.08.15-.09.29-.11.61-.06.91-.1-.18-.16-.38-.16-.59,0-.15.03-.32-.14-.43-.02-.01-.03-.04-.03-.07-.05-.22-.1-.44-.15-.65,0-.03,0-.07.01-.1h.04l.09.39.04-.09.12.06c-.01-.14,0-.28.04-.41.1-.2,0-.36-.03-.56-.21.15-.02.34-.09.52l-.09-.18-.12.07c-.02-.13-.09-.26-.05-.35.08-.19-.01-.34,0-.51,0-.07-.03-.14-.06-.2h-.05s.02.34.02.34l-.18-.02c-.07-.12-.09-.26-.06-.39,0-.04,0-.08,0-.12-.04-.15-.07-.31-.12-.46-.01-.05-.03-.09-.06-.13-.12-.13-.17-.31-.16-.48,0-.17-.03-.33-.09-.48-.07-.2-.13-.41-.19-.62,0-.01.02-.03.02-.04l.14.04-.11-.29s-.04.02-.06.03c-.1.03-.21-.02-.24-.13-.03-.06-.05-.12-.08-.18-.03-.04-.06-.08-.09-.12,0,.1,0,.2.02.31-.02.3.07.6.26.84.03.03.06.07.06.11-.02.16.09.27.14.41.06.2.21.39.12.62,0,.04,0,.08.02.12.08.27.16.54.24.81,0,.03.02.08.04.09.12.04.12.15.15.25.05.16.08.34.13.5.1.28.13.57.21.84.03.29.05.58.05.87,0,.06-.01.12-.05.16-.05.06-.08.14-.08.23-.02.12-.04.25-.06.37q-.14-.23-.12-.42l-.27-.76s-.04.09-.05.13c-.02.14-.03.28-.03.42.12.84.28,1.67.35,2.52.03.15.02.3-.03.44-.07.13-.09.28-.08.43.02.21.04.43.05.64.02.32.05.63.05.95-.02.23-.02.46,0,.69.02.16.03.33.03.5,0,.29-.03.59-.05.88-.03-.07-.05-.14-.06-.22-.02-.34-.03-.68-.05-1.02,0-.05,0-.15-.04-.16-.14-.05-.1-.16-.11-.25-.04-.45-.04-.91-.09-1.36-.05-.42-.06-.85-.09-1.27-.03-.31-.06-.63-.1-.92-.04-.29-.11-.57-.16-.86-.1-.54-.19-1.08-.3-1.62-.02-.12-.06-.24-.1-.36-.06-.19-.14-.37-.19-.56-.07-.29-.12-.58-.18-.87-.03-.08-.06-.16-.09-.23,0,.27.03.53.09.79.17.48.23.99.2,1.5-.01.04-.03.08-.05.12l-.08-.21c0,.12,0,.24.02.36.02.12.05.25.07.37s.02.23.14.28c0,.11-.01.2-.01.29,0,.26.03.51.01.77,0,.21.02.43.07.63.04.13,0,.27-.07.38-.04-.24-.07-.46-.11-.68,0-.03,0-.07,0-.1-.02-.31-.04-.61-.07-.92,0-.04-.02-.08-.04-.12-.02-.09-.05-.19-.07-.29,0-.13-.04-.26-.13-.36l.07.68s0,0,0,0c-.15.08-.05.29-.2.4-.02-.04-.04-.09-.05-.14-.03-.19-.07-.38-.12-.56-.09-.27-.1-.56-.03-.84l.16.49.06-.02-.4-1.66c-.08.24.09.42.03.64-.09-.05-.14-.14-.14-.24-.08-.35-.15-.7-.22-1.05-.04-.17-.07-.34-.11-.51,0-.03,0-.05,0-.08l.19-.05-.03-.24-.11.11c-.03-.1-.04-.24-.09-.26-.15-.06-.13-.16-.12-.28,0-.1-.02-.2-.05-.29-.07-.24-.15-.48-.23-.71-.03-.05-.07-.1-.11-.15.03.16.04.32.03.49-.04.3-.03.61.01.91,0,.04,0,.08-.02.12h-.03l-.18-.65-.21.05c.01.19-.03.36,0,.53.03.24.04.48.09.72.04.24.11.47.15.7,0,.08,0,.17-.01.25-.13-.07-.06-.18-.12-.27-.03-.03-.1-.05-.12-.09-.06-.15-.1-.31-.14-.47-.01-.03-.02-.08,0-.09.14-.11.06-.22.02-.33h-.14l-.05-.3.19-.03c-.02-.08-.03-.15-.03-.23,0-.09.01-.18.03-.26l-.17.11-.11-.45-.06.02c-.03-.09-.06-.19-.07-.28,0-.15,0-.3,0-.45-.03-.15-.06-.29-.1-.44-.14.08.06.24-.08.33-.02-.04-.04-.08-.06-.12-.06-.19-.11-.38-.16-.57-.03-.11-.04-.23-.07-.34,0-.05-.02-.1-.04-.14-.03-.08-.07-.16-.1-.25-.03-.09-.05-.18-.08-.28-.03.04-.05.09-.05.15,0,.01-.05.01-.08.01,0,0,0,0,0,0,0,0,0,0-.01,0-.08-.03-.12-.11-.1-.19.03-.12-.07-.26.04-.38.03-.03-.02-.14-.05-.21-.04-.07-.09-.14-.15-.2-.25-.21-.24-.51-.29-.79,0-.03.05-.07.09-.12.05.1.1.17.13.24.05.11.09.23.14.34.08.18.16.36.23.55.04.09.1.17.16.23.1.12.27.03.35.16,0-.08-.02-.15-.05-.22-.09-.17-.16-.35-.19-.54-.04-.15-.1-.3-.17-.44-.05-.1-.01-.22.08-.29l.15.08c-.03-.07-.06-.14-.09-.21-.03-.04-.09-.07-.1-.11-.05-.2-.27-.31-.3-.53,0-.02-.01-.03-.03-.04-.15-.08-.16-.22-.19-.36-.02-.11-.07-.21-.14-.28-.1-.08-.16-.2-.16-.32-.02-.09-.03-.18-.05-.23l-.29-.25c-.1.21.03.41-.04.64l-.26-.62.17.05c0-.06,0-.12-.03-.18-.04-.07-.1-.13-.17-.18-.13-.08-.2-.23-.18-.38,0-.08,0-.19-.05-.23-.12-.12-.21-.27-.26-.44-.04-.08-.09-.14-.14-.22l-.08.12c-.12-.2-.23-.38-.33-.57-.03-.06-.03-.13,0-.19.04-.08.09-.17.15-.24.15.04.11.16.13.21.1.07.19.16.26.27.06.13.15.24.25.33.21.16.35.39.4.65l.33.29c0,.19.06.37.18.52.05.07.08.16.09.26.04.31.14.61.3.87l.06-.18c.11.13.19.29.31.34.17.07.15.16.14.29-.01.11-.02.22-.03.33,0,.08.02.16.04.24.09-.16.09-.16.07-.29,0-.08,0-.13.13-.13l.33.88h.1c.02.07.02.15.01.22-.11.28-.05.59.14.81.08.1.08.25,0,.34-.23-.39-.26-.83-.51-1.19-.07.12-.08.27-.03.4.04.08.07.17.1.25.19.55.47,1.06.61,1.62,0,.02.02.04.04.06l.37.62c0-.05,0-.11,0-.16-.06-.15-.14-.3-.19-.45-.07-.28-.17-.56-.3-.82-.06-.13-.05-.29.04-.41.02-.03.04-.06.06-.09l-.14-.64c.22.18.21.18.26.38.06.28.15.56.23.86q-.06.15-.01.28l.12-.16c.14.13.22.31.22.5,0,.17.09.32.22.41l-.1.04c.04.09.06.12.08.16.02.03.03.07.05.1h.03s-.06-.3-.06-.3c0,0,0,.01.02.02h0c.11.2.19.41.23.63l-.11.07c.04.17.08.33.1.49,0,.07.03.11.1.12-.05.12-.03.25.07.33l-.07-.33s0,0,.02,0c0,0,0-.02.01-.02h.02c.03.07.06.15.09.23.03.1.05.21.07.31.09.37.17.74.25,1.08,0-.04,0-.13.05-.17.06-.05.08-.13.05-.2-.02-.06-.03-.13-.03-.2-.02-.37-.08-.74-.18-1.1-.04-.15-.06-.31-.08-.47,0-.03.02-.06.03-.1.14.11.02.33.22.44-.01-.36-.08-.72-.19-1.06.18-.05.13-.19.11-.33-.04-.12-.01-.26.08-.35.15.23.23.5.22.77,0,0,0,0,.01,0,.1.03.15.14.11.23,0,.05,0,.1,0,.15,0,.01.02.02.03.03l.08-.05c.17.07.03.35.25.39,0,0,.02-.02.02-.02-.01-.06-.03-.11-.04-.17-.1-.48-.25-.95-.42-1.41-.11-.29-.21-.6-.29-.9-.07-.22-.16-.44-.24-.65-.09-.28-.2-.56-.32-.83-.15-.28-.35-.53-.52-.8-.22-.35-.41-.72-.57-1.11-.11-.32-.28-.61-.5-.87-.05-.05-.09-.1-.12-.16-.06-.14-.08-.3-.26-.34,0,0-.02-.03-.02-.04-.21-.32-.4-.64-.62-.96-.11-.11-.13-.27-.07-.41l-.18-.25c-.14.02-.2,0-.25-.12-.02-.07-.05-.13-.1-.19-.14-.14-.32-.27-.28-.52,0-.04-.04-.11-.07-.15-.07-.1-.14-.2-.21-.3-.09-.13-.17-.27-.27-.39-.03-.04-.1-.05-.19-.1,0-.04-.02-.07-.05-.1-.2-.19-.37-.41-.51-.64-.06-.11-.14-.2-.24-.27-.11-.08-.21-.19-.29-.3-.22-.27-.44-.54-.65-.82-.05-.06-.11-.12-.09-.22,0-.04-.05-.14-.08-.14-.23,0-.28-.21-.41-.33-.11-.12-.21-.25-.29-.4-.07-.09-.04-.18.04-.3.04.06.07.1.1.14.25.29.5.58.75.87.3.35.58.71.87,1.06.19.23.38.45.55.69.11.16.29.28.29.46.09.06.17.13.24.21.22.3.44.61.65.91l.68.94s-.01,0-.02,0c.04.13.11.26.21.35l.1-.19c-.06-.05-.12-.1-.19-.14-.03-.01-.07-.02-.1-.02l-.07-.24s.04-.02.06-.02c.03,0,.06,0,.13-.01l-.41-.65.15-.06c-.05-.08-.09-.15-.14-.22-.27-.36-.53-.72-.8-1.08-.08-.11-.17-.22-.26-.34-.14-.15-.26-.33-.34-.52-.14-.42-.51-.67-.67-1.07-.01-.03-.04-.05-.07-.07-.21-.19-.37-.41-.5-.65-.03-.06-.05-.12-.06-.18l.04-.03c.14.17.28.34.42.51.13.17.26.35.4.51.12.18.27.34.45.46-.15-.21-.3-.42-.47-.62-.44-.54-.89-1.08-1.34-1.62-.29-.34-.57-.69-.86-1.03-.06-.09-.14-.16-.22-.23-.16-.1-.28-.27-.33-.45-.09.08-.13-.01-.18-.06-.21-.18-.42-.36-.64-.54-.17-.17-.34-.34-.52-.5-.51-.46-1.05-.89-1.61-1.3-.24-.17-.48-.33-.72-.49l-.03.04c.13.09.25.18.38.27.02,0,.03.02.04.03.04.05.04.12-.01.16-.46-.33-.91-.65-1.36-.97,0,0,0-.03,0-.04l.11-.02c-.11-.08-.2-.15-.3-.21-.2-.12-.39-.25-.6-.36-.21-.11-.36-.33-.63-.3-.02,0-.03-.03-.05-.05-.03-.03-.07-.09-.11-.09-.15-.06-.29-.14-.42-.24-.22-.11-.42-.26-.64-.38-.39-.22-.78-.44-1.17-.65-.1-.06-.21-.12-.32-.19-.29-.15-.58-.33-.85-.51-.23-.17-.5-.25-.72-.43-.02-.02-.06-.02-.09-.03-.17-.06-.35-.11-.52-.18-.22-.09-.44-.19-.66-.27-.23-.07-.45-.15-.67-.25-.35-.14-.72-.25-1.09-.34-.02,0-.05,0-.08,0-.42-.03-.84-.12-1.23-.27-.4-.13-.79-.32-1.18-.45-.32-.11-.66-.17-.98-.28-.45-.13-.92-.23-1.39-.29-.51-.08-1.02-.14-1.53-.21-.2-.03-.41-.03-.61-.06-.17-.04-.35-.04-.52,0-.03.01-.08-.01-.12-.01-.27-.03-.54-.07-.81-.1-.16-.02-.31-.02-.47-.03l-.44-.02-.09.26c-.19-.02-.37.01-.55.09,1.48.16,2.92.44,4.37.57.03,0,.06.02.09.04,0,0,.01.01.02.02l-.03.1.11.11-.78-.09.21-.08s-.02-.04-.02-.04c-.3-.06-.61-.06-.91.02-.04.02-.09.03-.14.02-.15-.02-.29-.05-.45-.08,0-.11-.08-.16-.21-.16-.05.11-.14.12-.25.11-.14-.02-.28-.05-.42-.06-.35-.04-.71-.07-1.06-.1-.2,0-.4-.04-.57-.14-.22-.08-.46-.1-.7-.06-.12.05-.26.05-.39,0-.12-.06-.26-.07-.39-.03-.32.08-.64.09-.96.03-.33-.05-.66-.06-.99-.03-.36.04-.71.05-1.07.09-.42.06-.83.14-1.25.22-.08.02-.16.05-.22.11-.11.1-.2.22-.3.33.01,0,.02.02.02.02.31-.03.62-.1.91-.21.03-.01.06-.02.1,0,.3.04.6.01.89-.09.11-.03.22-.05.34-.05.24-.02.48-.02.72-.04.13-.02.26.04.33.15-.14.02-.29,0-.38.07-.12.09-.26-.12-.33.06.12.09.12.1.23.07.05-.01.09-.05.14-.05.19,0,.37.03.56.03.07,0,.15,0,.22,0,.02,0,.03-.03.04-.05l-.22-.14c.06-.04.13-.07.2-.09.17-.02.35-.03.52-.02.13.01.26.04.38.07.19.07.4.05.58-.04.04-.03.11-.01.17-.01.1,0,.2,0,.3,0,.14,0,.28,0,.42.02.27.05.54.08.81.1.21,0,.41.02.61.06.14.02.29.04.44.06.3.05.61.1.91.16.36.07.72.15,1.08.21.32.05.64.08.96.14.34.06.68.15,1.02.23.37.08.75.15,1.12.23.15.03.3.09.42.19-.03.02-.04.04-.06.04-.04,0-.08,0-.12-.02-.39-.13-.79-.23-1.2-.29-.07-.02-.15,0-.22-.02-.31-.06-.61-.14-.92-.19-.41-.06-.82-.1-1.24-.14-.01,0-.03.01-.04.02v.16s-.16-.19-.16-.19c-.23-.05-.45-.11-.67-.15-.48-.1-.97-.11-1.45-.19-.45-.08-.91-.11-1.36-.17-.17-.02-.33-.04-.49-.05-.08,0-.16.04-.24.03-.4-.07-.8,0-1.19-.04-.08-.01-.15.03-.18.11.05,0,.09.02.13.03.36.03.73.03,1.09-.01.19-.02.37-.01.56.02l-.03.08c.09-.03.18-.05.28-.05.2.02.41.06.61.09.27.05.54.08.81.09.31.02.61.06.91.12.02,0,.03.03.08.09l-1.69-.13c-.05-.04-.09-.11-.16-.11-.06,0-.12.06-.17.09-.1-.02-.2-.04-.31-.05-.32,0-.63.01-.94.03-.35.01-.7.03-1.05.05-.09,0-.18,0-.27-.02-.33-.07-.67-.07-.99.02-.05,0-.1.01-.15,0-.22,0-.43.05-.64.12l.27.19c-.02.17-.19.14-.33.23.08,0,.16,0,.24,0,.36-.08.72-.12,1.08-.13.73,0,1.46-.04,2.18-.13.15,0,.3,0,.45.04.02,0,.04.04.05.06-.13.04-.26.06-.39.08-.18,0-.36.03-.53.1-.03.01-.07.01-.1,0-.26-.05-.53-.05-.8,0-.28.05-.55.07-.83.07-.14,0-.28.02-.42.05-.47,0-.93.07-1.38.2-.03,0-.07.01-.1.02-.33.04-.65.08-.98.13-.27.04-.54.1-.81.17s-.51.18-.78.23c-.17.03-.34.06-.5.11-.25.08-.51.13-.77.13-.14,0-.28.04-.41.09-.19.08-.39.14-.59.18-.18,0-.33.13-.35.31.23-.05.46-.11.68-.15.43-.09.84-.23,1.28-.28.21-.03.43-.08.64-.13.4-.09.79-.2,1.19-.27.59-.1,1.19-.22,1.79-.27.53-.04,1.06-.09,1.59-.13.22-.03.45-.03.67,0,.35.06.71.06,1.05,0,.04-.01.08-.02.12-.03.08,0,.12.04.11.15-.05,0-.1.02-.16.02h-.22c-.25.01-.5,0-.75-.02-.25-.05-.51-.05-.76-.02-.07.01-.14.03-.21.05-.27.14-.59.17-.88.08-.09-.05-.19-.05-.28,0l-.08.54-.23.04v-.2l-.17-.03c.06-.09.2-.09.22-.22l-.28.05h-.01c-.12-.06-.27-.08-.4-.04-.23.03-.46.11-.71.17l-.09.22c.15-.06.31-.08.46-.04-.02.1-.06.12-.15.12-.11,0-.21,0-.32.03-.07.03-.15.05-.24.05,0,0-.01,0-.02,0-.08,0-.15.06-.15.14.18.15.32-.06.5-.01-.09.1-.25.14-.33.27.24.08.25.09.47-.06.08-.05.14-.08.22.03-.26.09-.51.17-.75.26-.03,0-.06.02-.09.04-.12.08-.26.12-.4.12-.11,0-.23.02-.33.06-.2.1-.42.15-.65.14-.13,0-.26.07-.35.17.22.04.41-.12.6-.07v.05s-1.53.39-1.53.39l-.08-.14c-.11-.01-.22.06-.26.16-.05.12-.09.12-.23.05l.16-.14-.51.13.25.07c-.24.11-.49.18-.75.22-.25.07-.51.12-.76.14.23-.2.52-.1.72-.3-.06-.02-.1-.03-.14-.05l-.13-.05c.07-.11.18-.19.18-.28,0-.13.07-.16.15-.19.15-.07.31-.1.47-.08.04,0,.07,0,.11,0,.19-.07.38-.15.58-.22l-.05-.16c-.14.02-.26.03-.38.05-.06,0-.11.03-.15.07-.03.03-.03.1-.04.14l-.36-.06-.09-.15.24-.11c-.26-.12-.45,0-.65.05,0,.11-.09.21-.2.22-.07-.12-.17-.12-.3-.09-.26.06-.52.11-.77.17-.08.03-.16.07-.23.11l.05.17c.16-.04.3-.07.45-.1.12-.03.24-.05.36-.06.09,0,.15.1.11.19l-.18.06-.12-.18v.2s.04.02.07.03c.03.01.05.03.08.04-.07.17-.11.21-.24.23-.06,0-.13.02-.19.04-.01,0-.02.04-.03.07l.17.03q0,.17-.13.27c-.27.02-.54.07-.8.17l.08.11c-.15.04-.28.08-.41.12-.03,0-.08.02-.1,0-.09-.11-.18-.04-.27-.02-.14.03-.28.09-.44.14-.09-.13-.22-.1-.35-.05-.12.05-.26.07-.39.05.04-.04.09-.07.14-.09.13-.04.26-.06.39-.1.25-.07.51-.14.76-.22.03,0,.05-.06.09-.12-.12.04-.21.07-.29.09-.23.05-.47.1-.7.16-.05.01-.09.03-.14.04l-.35.09s-.07-.03-.11-.02c-.14.03-.26.15-.43.12-.06-.01-.15.09-.23.14-.09-.12-.31.02-.36-.21l.1-.05.1.13c.25-.23.58-.22.85-.36-.13,0-.27.02-.4.05-.13.07-.29.07-.42,0l.27-.19q.15.05.27-.02l-.06-.14c-.05.04-.11.08-.17.1-.05.01-.11.01-.16-.01-.16-.07-.33-.1-.51-.1h-.54c.27-.11.54-.08.71-.3l.07.11.38-.1v-.28l-.29-.09c.1-.12.24-.21.4-.24.16-.04.33-.06.49-.09.15-.06.32,0,.4.13l-.04-.19c.12-.05.27-.06.35-.23-.45.07-.83.32-1.32.22.37-.13.76-.22,1.15-.28.37-.09.74-.16,1.12-.24-.06.18-.24.16-.35.24.2-.03.42,0,.59-.14.42-.09.84-.18,1.26-.27.14-.02.27-.1.35-.23-.31.03-.62.11-.91.24-.16.08-.34.13-.52.14-.04,0-.1-.02-.17-.04.03-.02.06-.04.09-.06.43-.11.85-.24,1.26-.4.17-.06.35-.11.53-.14.2-.04.41-.06.61-.11.35-.05.69-.18.99-.37.18.17.29.02.43-.09l.12.11c.13-.04.25-.08.37-.1.32-.06.64-.1.95-.16.1-.03.21-.06.31-.08.18,0,.36-.05.51-.13-.11,0-.15-.21-.3-.1l.09.1-.19.02-.1-.13-.04.21c-.13-.17-.29-.09-.44-.11l.03-.12c-.06,0-.11,0-.17,0-.5.11-1.01.21-1.51.33-.65.16-1.31.32-1.96.5-.56.09-1.12.22-1.67.39,0,0-.02,0-.03,0l-1.16.29c-.51.13-1.03.26-1.54.39-.28.07-.55.12-.82.2-.48.14-.95.31-1.43.43-.27.07-.49.22-.75.29-.11.03-.18.14-.29.18-.48.2-.97.39-1.46.58-.54.21-1.09.41-1.63.62-.65.27-1.29.57-1.93.85-.17.07-.35.11-.51.19-.3.15-.59.33-.88.5-.54.32-1.09.66-1.63.97-.37.21-.75.38-1.14.57l-.05-.17c-.01.13-.1.24-.23.28-.1.03-.21.07-.32.1.02-.05.05-.09.09-.12.14-.1.3-.21.42-.31s.23-.22.36-.3c.11-.07.2-.17.26-.29.05-.1.1-.23.26-.27v.44l.04.03s.09-.09.09-.14c.01-.19.21-.27.27-.45.04-.15.23-.25.35-.38.02-.02.05-.04.08-.05.21-.06.39-.18.53-.35.1-.08.14-.23.24-.3.17-.12.34-.23.52-.33.04-.01.09-.02.14-.02v.09c.27-.02.45-.23.69-.34.24-.12.45-.29.6-.51-.07-.02-.15-.02-.22-.01-.21.08-.42.16-.62.26-.41.2-.8.44-1.22.65-.3.16-.57.37-.8.62-.11.11-.24.2-.38.27-.14.08-.29.14-.44.22-.23.13-.45.28-.68.42-.25.16-.52.3-.76.48-.14.09-.25.22-.33.36-.09.22-.32.35-.56.33l-3.21,2.82h-.23c.03-.08.07-.14.12-.2.28-.31.55-.6.85-.92.3-.31.6-.62.9-.93.15-.15.28-.32.44-.45.44-.37.86-.74,1.31-1.08.41-.31.84-.59,1.29-.85.79-.46,1.54-.98,2.31-1.46.35-.21.7-.41,1.07-.58.36-.18.75-.33,1.09-.5.34-.17.67-.37,1.02-.52.58-.26,1.18-.49,1.77-.74.21-.09.43-.19.65-.25.13-.04.25-.12.34-.23l-.48.13v-.25c-.13.04-.23.08-.34.12-.44.18-.87.37-1.32.54-.42.15-.82.33-1.2.56-.09.06-.19.11-.29.15-.56.25-1.13.5-1.69.76-.27.12-.54.27-.79.43-.63.41-1.25.85-1.88,1.27-.04.03-.08.06-.13.08-.43.18-.83.42-1.2.7-.22.14-.41.34-.62.5-.38.28-.74.59-1.08.93-.16.17-.32.34-.49.49-.38.34-.76.66-1.14,1-.2.21-.41.41-.64.6-.27.22-.51.47-.73.75-.28.29-.51.63-.78.93-.43.46-.82.96-1.17,1.49-.04.06-.08.15-.21.13.03-.06.05-.11.08-.16.07-.12.15-.24.22-.36.03-.04.07-.1.05-.13-.1-.21.06-.32.15-.46.02-.04.04-.09.06-.13-.17.18-.33.38-.46.59-.58.91-1.18,1.82-1.74,2.74-.37.61-.69,1.26-1.02,1.89-.15.28-.25.58-.4.86-.11.17-.18.37-.2.58-.02.09-.05.18-.09.25-.04.08-.09.16-.13.24-.24.52-.48,1.04-.73,1.56-.04.14-.12.26-.22.36l-.17-.11-.19.43c-.19-.18-.27.04-.38.07-.06.15.04.33-.14.43l-.19-.08c.14-.32.18-.68.11-1.03-.21.03-.21.03-.26.16-.03.1-.05.21-.09.31-.11.31-.22.63-.35.93-.07.18-.15.35-.25.51-.23.27-.4.59-.49.93-.01.13-.06.24-.15.33-.03.05-.06.1-.06.16-.05.15-.1.3-.13.45-.01.09-.01.18,0,.27.29.01.36-.31.62-.36-.06.23-.17.45-.32.64-.06.05-.11.11-.14.18-.05.14-.14.26-.25.36-.09.08-.12.2-.08.31.17.1.32,0,.52-.03-.02.15-.05.29-.09.44-.07.27-.06.55.04.81,0,.03.06.06.1.1l.18-.79.4-.06c.01.05.02.11.01.16-.03.21-.07.43-.1.63s-.05.41-.06.61c-.01.14,0,.29-.15.38.15.11.21.22.08.36-.02.02,0,.07,0,.11,0,.06.01.13.02.2h-.12c-.05.23-.03.45.07.65l-.13.1c.16.29-.02.56,0,.83,0,.07,0,.15,0,.22.02.1,0,.2-.06.28l-.08-.13c.02.3-.07.6.1.88.07.1.05.24-.04.32-.03.03-.06.08-.07.12-.06.23-.02.47.12.66.04.04.06.08.07.13,0,.27.09.55-.11.77l.13.34h-.15c.03.34.05.66.09.98.03.19.06.37.11.56.03.12.08.24.1.36.07.54.12,1.07.18,1.61.03.15.05.3.03.44-.03.13-.02.26.01.39.01.1.01.21,0,.31-.25-.12-.14-.43-.36-.54q-.04.2-.17.25c-.1-.11-.19-.23-.27-.35-.06-.13-.11-.26-.15-.4h-.05c.04.24.07.47.12.69.02.09.06.17.12.24.13.15.19.35.18.55,0,.06,0,.12,0,.17.1.38.21.75.32,1.14l.15.06.09.38.28.1.11-.5c.28,1.37.49,2.74.86,4.09l-.19-.21-.03.02.16.48.17-.04c.09.4.19.78.28,1.17.09.39.23.77.28,1.17-.09-.15-.12-.34-.29-.48-.02.32.16.59.16.9h-.15s.01.07.02.1c.12.35.24.69.35,1.04.16.47.35.93.58,1.37.2.41.36.84.48,1.27,0,.06,0,.12,0,.18l-.33-.03c.04.09.09.18.15.26.1.1.15.24.13.39-.01.12.02.25.09.35.13.19.24.39.36.59.12.21.22.43.36.63.33.49.66.98,1.02,1.44.27.35.55.69.8,1.05.29.42.63.81.92,1.24.26.39.59.72.87,1.09.22.3.46.58.7.87.18.22.37.45.57.66.24.27.48.53.73.81s.47.57.74.83c.46.44.9.9,1.35,1.36.1.12.22.22.34.32.1.05.16.15.17.26.01.1.06.19.15.25.51.4,1,.83,1.53,1.2.52.39,1.06.74,1.63,1.06.3.15.56.39.86.55.1.05.19.13.28.19.12.07.25.14.37.21.34.21.69.43,1.03.65l.55.35c.15.09.28.2.44.27.37.19.75.35,1.12.56.21.08.4.21.55.39.02.03.07.04.11.05.49.17.96.4,1.39.69.3.19.62.36.93.54.51.3,1.02.6,1.53.9.05.03.11.07.12.12.03.16.18.25.25.39.03.04.07.07.12.08.21.08.29.17.26.38-.01.07.01.15.06.2.06.07.13.14.21.2l.16-.05c-.01.15.03.26.17.31.05.03.11.05.16.06.08,0,.15.04.19.11,0,0,0,0,0,0,.06.11.2.15.31.08l.16.18c0,.23-.22.47.05.68.13,0,.28-.05.41.05-.05.22.16.3.22.47.18.05.17.22.23.35.02.07.05.13.1.19.19.1.32.28.34.49,0,.02.01.03.02.04.08.09.17.18.25.27l.26-.12.32.4.36-.06.45.48.37.09.39.38c.15-.09.29-.2.42-.33.12-.14.29-.23.47-.24-.02-.2.13-.29.22-.44.09-.14.19-.26.38-.21.17-.25.28-.56.66-.51.07-.09.13-.19.19-.27.05-.06.1-.14.17-.17.16-.06.26-.24.45-.24.02,0,.05-.02.06-.04.07-.19.27-.27.38-.42.05-.07.1-.15.16-.23l.19-.1v-.24l.16.02.09-.13.19.02c.07-.31.35-.53.67-.53l.03-.27.37-.38c.34-.04.4-.04.68-.42.05-.05.08-.12.1-.19,0-.2.09-.38.24-.51.1.08.16.05.22-.05.05-.08.11-.15.17-.24l-.02-.1c.26-.11.33-.42.6-.5,0-.21.16-.28.31-.36.09-.05.18-.09.2-.22.01-.08.07-.15.08-.23,0-.11.08-.21.19-.24.17-.04.2-.16.19-.3,0-.08-.02-.16-.05-.24-.04-.17,0-.22.15-.27.04-.01.08-.02.11-.03l.14-.24c.12,0,.25-.03.36-.07.29-.15.56-.33.83-.49.06-.03.11-.06.17-.09.17-.09.33-.21.45-.36-.09.04-.16.11-.25.14-.27.1-.54.2-.82.29-.21.06-.41.18-.63.07-.15.11,0,.19.02.29h-.18c0-.25.07-.5.2-.73l-.1-.13.18-.13c0-.05,0-.1,0-.15.01-.05.05-.09.06-.13.05-.21.14-.27.36-.25.03,0,.05,0,.08,0h0c.08-.13.04-.3-.09-.38l.12-.19c-.1-.24-.13-.51-.08-.76,0-.05,0-.1-.04-.14-.06-.08-.1-.17-.09-.27-.02-.08-.05-.15-.09-.22-.04-.07-.08-.14-.12-.2.06-.13.18-.24.08-.4-.28-.02-.35-.22-.36-.47,0-.02-.02-.05-.02-.07.03-.17-.1-.36.03-.49l-.08-.52.24-.15-.22-.38.08-.22c-.05-.1-.09-.21-.11-.33-.02-.2-.09-.4-.22-.56-.13-.11-.27-.21-.41-.31-.01-.17-.11-.32-.26-.39-.05-.03-.09-.07-.12-.12-.11-.15-.22-.3-.33-.46-.03-.04-.05-.08-.06-.13,0-.16-.1-.3-.25-.38-.15-.07-.23-.23-.19-.39,0-.03,0-.06,0-.1-.05-.04-.14-.09-.14-.12.02-.19-.15-.19-.24-.26l-.05-.18c-.17,0-.3-.13-.33-.3,0-.14-.07-.27-.19-.35-.05-.06-.08-.12-.11-.19-.18-.09-.36-.17-.55-.23-.09-.02-.16-.13-.24-.2-.03-.03-.07-.06-.12-.08-.21-.08-.41-.16-.62-.22-.1-.03-.22,0-.32-.03-.1-.04-.21-.09-.3-.14-.11-.05-.22-.1-.37-.16l-.29.11c-.06-.19-.19-.21-.37-.19-.08.01-.22,0-.26-.05-.09-.14-.23-.11-.35-.14s-.23-.04-.34-.06c-.26.09-.54.13-.82.12-.14-.03-.28-.01-.38-.12-.21.02-.38.23-.6.07-.01-.01-.06.01-.09.03-.11.08-.19.04-.25-.06l-.07-.09-.25.15c-.13-.03-.23-.07-.33-.09-.32-.08-.64-.15-.96-.24-.12-.03-.23-.11-.34-.15-.31-.11-.63-.2-.94-.33-.42-.17-.83-.37-1.23-.6-.19-.11-.4-.21-.6-.29-.31-.12-.61-.27-.91-.38-.42-.15-.82-.37-1.18-.64-.1-.06-.22-.11-.34-.14-.1-.04-.21-.06-.3-.11-.07-.05-.13-.1-.2-.15-.25-.18-.46-.43-.8-.47-.05-.01-.09-.04-.13-.07-.12-.1-.25-.21-.37-.3-.12-.09-.21-.19-.35-.29-.14-.09-.28-.2-.42-.3-.2-.11-.39-.26-.55-.42-.07-.06-.14-.12-.22-.17-.06-.04-.12-.09-.17-.14-.19-.17-.37-.33-.55-.49-.21-.14-.39-.32-.55-.51-.05-.06-.1-.11-.17-.15-.15-.13-.32-.24-.46-.38-.17-.17-.34-.36-.49-.55-.26-.32-.52-.65-.78-.97-.11-.14-.22-.29-.31-.45-.11-.17-.26-.32-.37-.5-.33-.52-.65-1.04-.96-1.57-.2-.34-.37-.69-.55-1.04-.19-.39-.37-.79-.55-1.19-.06-.12-.1-.25-.1-.38,0-.07-.02-.13-.04-.19-.04-.24-.24-.44-.22-.7-.09-.15-.12-.33-.09-.5,0-.42-.08-.85-.25-1.23-.17-.4-.28-.81-.35-1.24,0-.03,0-.06-.01-.07-.15-.15-.12-.35-.14-.54-.04-.35-.06-.71-.1-1.06,0-.04-.01-.08-.04-.11-.26-.23-.2-.59-.34-.87-.02-.03,0-.08,0-.12,0-.22,0-.45-.04-.67-.07-.32-.18-.62-.27-.93-.02-.07-.04-.14-.05-.22-.02-.13-.03-.26-.05-.39-.03-.26-.08-.52-.1-.79-.03-.38-.04-.76-.06-1.14-.03-.49-.02-.98.03-1.47.01-.3.06-.59.14-.88.03-.18.09-.35.17-.51.03-.06.05-.13.04-.19,0-.11.03-.21.09-.3.03-.07.04-.14.05-.21,0-.12.04-.24.08-.36.08-.15.12-.33.11-.5,0-.04,0-.08,0-.12.05-.29.13-.57.25-.84.16-.57.38-1.11.58-1.67.04-.14.09-.27.15-.4.14-.27.23-.57.27-.87.05-.32.15-.64.23-.96.01-.03.03-.06.05-.09.19-.26.33-.56.42-.87.17-.5.42-.98.72-1.41.24-.39.52-.75.76-1.14.38-.58.81-1.12,1.28-1.62.57-.64,1.18-1.24,1.84-1.79.41-.37.85-.72,1.3-1.04.43-.26.88-.5,1.34-.72.57-.27,1.15-.52,1.73-.78.3-.13.61-.28.92-.39.44-.15.85-.37,1.28-.55.3-.13.6-.25.9-.36.39-.14.76-.27,1.15-.4.3-.1.6-.19.9-.29.35-.11.69-.24,1.04-.34.31-.09.63-.12.94-.22.55-.17,1.12-.23,1.66-.43.04-.01.08-.02.12-.03.15-.03.31-.05.45-.09.35-.1.69-.22,1.05-.31.48-.12.97-.21,1.46-.31.57-.12,1.14-.23,1.71-.35.15-.02.28-.1.37-.22l-.32-.16s-.09-.04-.12-.08c-.1-.14-.24-.07-.37-.1-.13-.03-.09.14-.13.16-.21.02-.37.03-.53.06-.29.05-.58.11-.87.16-.37.07-.75.13-1.12.2-.31.05-.62.1-.93.15l-.03-.17c-.15.03-.31.05-.46.08-.27.06-.53.14-.8.17-.16.02-.33.05-.49.09-.28.09-.56.17-.84.22-.32.05-.63.13-.93.26-.15.06-.31.1-.47.14l-.02-.05c1.17-.47,2.42-.73,3.63-1.14l-.12-.11s.03-.04.05-.04c.5-.15,1.01-.26,1.53-.35.53-.07,1.05-.17,1.57-.3.07-.02.14-.03.22-.03.45.01.9-.03,1.33-.13,0,0,.02-.02.02-.04l-.18-.12c.09-.04.15-.07.21-.09.26-.07.54-.07.8,0,.15.01.3,0,.45-.01l-.05-.27.71-.07s.06-.01.07,0c.13.12.28.06.43.08.15.02.3.03.44.03.04,0,.08,0,.12-.02.35-.06.71-.09,1.06-.07.28,0,.55,0,.82.02.16,0,.32.03.48.04v.06c-.09.01-.17.03-.26.03-.27,0-.53,0-.8.02-.21.04-.43.02-.63-.06-.08.04-.17.08-.26.11-.11.02-.23.04-.34.05-.1.01-.2.01-.29,0-.34,0-.68.07-.98.22-.01,0-.01.03-.03.05.08.09.21.13.33.1.16-.04.33.03.43.16.2-.02.41,0,.6.08.24.1.49.16.74.18.28.04.56.1.83.16.06.02.13.04.19.07.12.06.24.1.37.14.24.04.48.06.72.08.19,0,.38.05.55.14.04.02.07.04.12.04.39.08.76.16,1.15.24.57.11,1.15.21,1.72.33.42.09.82.21,1.24.29.69.14,1.38.34,2.04.58.29.1.57.25.85.36.12.04.23.08.35.1.09.02.18,0,.26.03.1.04.2.08.3.13.57.26,1.13.52,1.7.79.2.12.4.24.61.33.32.11.63.26.91.45.2.12.41.24.61.35.08-.07.09-.14.05-.2-.12-.18-.26-.35-.41-.5-.26-.21-.56-.39-.84-.57-.09-.06-.17-.1-.17-.23l.14-.1c.18.04.33.16.52.09.02,0,.05.01.07.02.37.18.75.35,1.11.55.23.12.46.25.69.39.33.16.63.37.9.63.12.13.27.23.43.29.12.04.24.1.35.17.22.15.43.31.64.48.15.12.32.21.4.4.02.06.13.15.18.14.2-.04.19.12.23.22.16,0,.31.07.42.19.17.14.32.28.48.42l.13-.03c.04.1.09.2.16.29.24.24.5.47.76.69.07.04.14.07.21.1.09.15.13.34.36.35.03,0,.06.05.09.08.06.07.12.14.18.21.29.32.61.62.86.97.5.67.97,1.37,1.45,2.06.18.21.32.45.41.71.04.12.09.23.15.34.24.4.48.8.72,1.2.03.05.06.11.11.13.15.05.16.17.17.29,0,.05,0,.1.01.14.13.27.26.54.41.8.29.5.55,1.03.77,1.57.06.11.08.23.06.35-.03-.02-.06-.06-.07-.09-.17-.31-.33-.62-.49-.93-.22-.4-.44-.8-.65-1.2-.16-.32-.31-.65-.49-.95-.21-.35-.43-.69-.68-1.01-.67-.87-1.29-1.78-1.94-2.67-.19-.25-.4-.48-.61-.72-.05-.05-.1-.12-.21-.09-.03.32.24.48.37.71h.18c.08.24.25.46.47.6.07.05.12.11.16.19.24.33.48.66.7,1,.14.19.27.4.37.62.02.06.07.11.12.14,0,.09.01.19.04.28.12.23.26.46.4.67.27.4.51.81.72,1.24.1.22.19.44.29.65.21.43.42.85.62,1.28.16.28.27.59.31.91.01.08.03.16.06.24.14.5.28,1.01.43,1.51.05.16.1.32.15.48l.12.03.31,1.21.1.04.12.68h.12c.1.19-.16.39.03.58l.09-.23c.04.05.06.12.07.18.02.09.03.18.05.27.04.15.08.3.11.44s.05.28.08.42c0,.04.03.11.07.12.09.04.1.12.15.18.13.22.21.47.25.72.06.17.09.36.09.54-.02.31.01.61.08.91.04.17.05.34.04.52-.04.41-.03.82.03,1.22,0-.22.02-.45.07-.66.09.27.14.56.14.85-.04.27-.02.54.04.81.07.24.09.49.08.74,0,.11,0,.22,0,.33,0,.53.03,1.06.01,1.6,0,.52-.05,1.05-.13,1.56-.03.1,0,.2.08.27.02-.03.05-.05.05-.07.06-.33.09-.66.11-.99,0-.45.11-.88.06-1.32,0-.1.04-.19.11-.25l.06.43.1.09-.17.36c.15.19.15.19.04.37-.03.05-.07.12-.06.16.07.14-.02.26-.04.38-.06.42-.14.83-.21,1.25-.01.04-.03.07-.05.11-.12.36-.24.72-.34,1.09-.13.45-.24.92-.36,1.37-.02.07-.07.14-.13.18-.11.06-.19.16-.23.28,0,.02-.04.03-.06.05.1-.29.18-.59.25-.89.07-.3.16-.59.27-.87.04-.15.09-.29.12-.44,0-.04-.01-.08-.02-.12-.11.17-.14.35-.23.5-.1.16-.19.33-.26.5-.08.25-.19.49-.26.75-.07.26-.09.54-.15.8-.06.24-.15.47-.23.71-.07.2-.15.39-.22.58-.01.08-.04.16-.06.24-.21.36-.23.78-.43,1.14-.11.27-.2.56-.26.85-.06.25-.16.49-.3.71-.12.17-.19.37-.3.55-.15.24-.22.52-.35.76-.14.2-.21.44-.2.68,0,.2-.06.39-.18.55-.18.3-.32.62-.47.93-.02.07-.05.14-.09.2-.11.14-.18.3-.22.47,0,.05-.05.13-.09.13-.13,0-.15.09-.15.19-.02.16-.07.31-.16.44-.13.2-.24.4-.34.61-.19.27-.33.57-.4.9-.16.15-.17.39-.36.53-.05.04-.07.13-.11.19-.02.03-.05.07-.08.1.07-.22.16-.44.27-.64.12-.23.25-.45.36-.68.2-.41.41-.81.6-1.23.15-.29.26-.59.35-.9.08-.34.2-.67.36-.98.11-.21.19-.43.24-.65.03-.1.07-.2.14-.28.08-.09.13-.21.15-.33,0-.2.08-.39.2-.55.03-.05.05-.1.05-.16.05-.31.19-.6.4-.84h.05v.2c.04-.13.02-.29.09-.4.09-.23.17-.46.23-.7.07-.11.1-.25.09-.38,0-.04.04-.11.08-.15.18-.18.32-.41.4-.65.09-.26.27-.51.22-.81,0-.06.01-.12.04-.17.16-.57.33-1.13.48-1.7.1-.36.18-.72.27-1.08-.08.07-.13.16-.17.26-.04.13-.07.27-.11.41-.06.38-.19.74-.36,1.08-.03.05-.05.11-.05.17-.14.53-.33,1.05-.55,1.55-.02.04-.04.09-.04.14-.1.56-.33,1.08-.68,1.53-.18.33-.33.68-.45,1.05-.02.04,0,.1-.01.15,0,.06-.02.11-.05.16-.19.22-.33.48-.44.75-.06.11-.14.25-.04.39.01.02,0,.06-.01.09-.02.15-.13.27-.28.3-.04.17-.08.34-.11.5-.02.15-.05.29-.1.43-.09.2-.19.4-.3.59-.01.02-.04.04-.06.05.04-.11.08-.23.13-.34.06-.14.14-.28.2-.43,0-.06,0-.11,0-.17-.13.09-.23.23-.27.38-.06.14-.13.29-.2.43-.09.18-.18.36-.27.53,0,.02-.04.02-.07.04,0-.06,0-.12.02-.18.06-.14.12-.27.18-.41.22-.4.4-.82.56-1.24.12-.46.3-.9.55-1.3.03-.06.06-.12.07-.19.03-.1.04-.2-.07-.27-.11-.06-.24-.03-.31.07-.11.16-.21.34-.31.51-.05.09-.09.18-.14.27.05-.25.11-.51.2-.75.11-.23.2-.46.26-.71-.05.02-.1.05-.13.1-.08.17-.15.33-.21.51-.09.33-.2.65-.34.96-.07.12-.12.24-.15.37-.07.29-.19.57-.35.81-.02.03-.04.07-.06.11-.08.17-.14.35-.23.52-.2.37-.43.73-.6,1.11-.12.26-.28.48-.38.75-.17.41-.36.81-.57,1.19-.24.47-.5.94-.75,1.4-.06.14-.15.26-.26.36-.22.15-.4.35-.53.58-.07.11-.14.22-.22.33-.1.13-.15.28-.15.44.07-.1.13-.2.19-.31.07-.11.16-.21.24-.32.14-.21.14-.21.25-.24-.08.21-.17.4-.28.6-.14.17-.21.39-.34.57-.15.26-.31.5-.49.74-.15.16-.27.34-.41.52-.14.18-.23.41-.45.52-.15.08-.27.22-.32.39-.05.11-.11.22-.17.33-.02.03-.06.04-.12.08,0-.05.02-.09.04-.13.14-.19.23-.4.28-.63,0-.04.04-.07.06-.1l.51-.76c.05-.09.13-.17.23-.21.15-.07.27-.19.34-.35l-.15-.14c.13-.26.27-.5.39-.74.08-.15.13-.31.19-.46.14-.37.27-.75.44-1.11.24-.51.51-1.01.75-1.52.26-.55.5-1.09.75-1.64.04-.08.06-.17.08-.26,0-.03,0-.07-.01-.1-.04.02-.07.02-.08.03-.12.15-.22.31-.32.48-.28.55-.56,1.09-.88,1.62-.21.35-.4.73-.6,1.09-.06.1-.12.2-.19.3-.21.3-.44.58-.65.88-.13.18-.24.37-.35.57-.04.09-.07.19-.09.29,0,.05-.03.08-.05.11s-.05.07-.07.1c.09.18.09.18-.03.3-.05.05-.12.09-.17.14-.08.06-.15.13-.22.2-.12.13-.2.28-.36.36-.01,0-.01.03-.02.05l.13.14s-.05.09-.09.13c-.37.28-.74.55-1.11.83-.02,0-.05,0-.09,0l-.09-.28c.2.03.2-.15.29-.24.3-.29.59-.59.88-.88.09-.07.15-.17.15-.29-.09.08-.16.19-.25.27-.38.32-.77.63-1.16.94-.05.03-.1.05-.16.06l-.09-.13c-.13,0-.26.03-.38.1l.36.12c-.04.06-.06.11-.1.13-.18.06-.25.21-.32.36-.03.06-.08.12-.15.15-.12.06-.22.16-.29.28l.23.16c-.16,0-.32.06-.44.18-.07.05-.14.13-.25.09.05-.17.29-.19.28-.38-.32-.03-.44.06-.59.44l.17.21c-.16.1-.34.17-.52.19-.1,0-.2.1-.3.15l.03.06.25-.1c.03.17-.18.19-.19.32-.02.17-.19.19-.28.29-.1.09-.2.16-.32.23-.11.08-.23.15-.34.22.07-.21.29-.31.32-.54l-.35.2c-.02.05-.03.13-.07.16-.2.17-.42.3-.66.39-.33.07-.59.27-.9.37-.06.02-.09.08-.16.14l.23.05c-.22.13-.45.22-.7.26-.11,0-.21.03-.31.07-.17.04-.33.1-.48.19-.27.14-.58.21-.89.2-.02,0-.04-.05-.07-.08-.03.16-.18.28-.35.26-.12-.02-.24.02-.32.12-.02.02-.05.04-.09.05-.14.03-.27.04-.41.07-.05,0-.12,0-.14.04-.1.09-.22.15-.35.15-.04.01-.08.03-.11.06-.1.08-.22.14-.34.18-.12.05-.24.08-.37.09-.11.01-.24,0-.35.03-.25.04-.51.08-.76.12.33.11.65-.03.98.04-.14.04-.19.2-.34.21-.04,0-.08.03-.1.06-.08.17-.24.16-.38.19-.11.03-.21.05-.31.08-.31.1-.62.21-.92.3-.31.09-.62.18-.93.26v.13s-.29.2-.29.2c.7-.3,1.42-.54,2.16-.72-.07.08-.09.12-.13.15-.15.09-.31.17-.46.25-.05.02-.1.03-.15.03-.31.03-.6.15-.85.33-.26.19-.53.38-.79.57,0,0,0,.03,0,.07l.86-.49c.19.08.24.07.38,0,.14-.07.27-.16.41-.22.19-.08.38-.15.57-.22l.02.03-.14.11.04.11c-.36.23-.75.42-1.16.56-.05.07-.06.17-.02.25l.3-.13c-.03.07-.1.08-.14.12-.17.17-.41.25-.56.45-.03.04-.06.07-.11.09-.16.05-.31.13-.44.24-.11.06-.21.12-.33.17-.46.22-.93.43-1.4.65-.36.22-.77.37-1.19.44-.03,0-.07.01-.1.02-.08.02-.1.07-.07.17.15.06.32.05.47-.03.12-.06.24-.13.35-.18.12-.05.25-.08.35-.14.15-.09.29-.19.44-.29.05-.04.1-.06.16-.06.23-.01.45-.11.62-.27.06-.05.14-.08.22-.09.17-.02.34-.09.48-.19.3-.24.63-.45.97-.63.44-.19.88-.34,1.33-.51.18-.07.35-.14.53-.22.07-.03.12-.09.06-.19l-.26-.07c.17-.06.29-.1.4-.14.11-.03.24-.11.33-.08.11.03.25-.09.34.06l-.33.13v.06c.25.05.47-.19.75-.1-.13.19-.35.31-.58.3-.09,0-.18,0-.27.03-.16.05-.32.15-.49.18-.17.04-.29.2-.48.18-.02,0-.04.03-.06.04-.09.04-.18.08-.27.11-.14.03-.27.08-.39.16-.13.1-.27.18-.43.23-.21.08-.4.2-.58.34.08.07.14.02.19,0,.25-.17.53-.28.83-.32.11,0,.21-.01.32-.03.23-.04.45-.1.68-.13.22,0,.43-.07.6-.21.04-.03.09-.05.14-.05.28-.09.55-.19.81-.31.25-.13.51-.24.77-.34.11-.05.24-.07.36-.06.16.04.32.09.48.15l-.03.11.24-.08c0,.1-.07.2.01.25.16-.02.33-.02.49,0,.15.05.31.07.46.04.18-.03.36-.06.57-.09-.1.06-.2.11-.3.16-.28.09-.57.16-.85.25-.08.03-.19.02-.24.16.08-.02.16-.03.24-.04.19,0,.37-.05.55-.12.29-.13.6-.25.9-.34.06-.01.14,0,.19-.03.13-.1.32-.09.44.03l.35-.23.08.15c.13-.05.27-.1.4-.13.23-.03.45-.07.67-.12.04,0,.09.02.14.03l-.06.23c-.08,0-.16-.03-.22,0-.06.04-.09.12-.13.17h-.25c-.09.06-.15.21-.3.13v-.11l-.27.13.03.13-.42.24c.06,0,.09.02.11,0,.23-.09.46-.18.69-.26.26-.1.53-.2.8-.28.34-.1.69-.18,1.03-.29.4-.13.8-.27,1.2-.42.23-.09.45-.22.69-.29.49-.15.97-.34,1.43-.58.12-.05.25-.1.38-.14-.04.06-.04.09-.06.1-.43.26-.89.49-1.36.68-.06.03-.15.03-.18.08-.1.13-.27.2-.44.17,0,0-.01.03-.02.05.11.07.26.07.37,0,.23-.09.45-.22.69-.29.11-.03.21-.09.28-.19.09,0,.16,0,.21-.02.42-.25.84-.51,1.25-.76.13-.08.12-.08.27-.03v-.16l.39-.26.04-.1c-.14-.05-.23.05-.32.12-.21.16-.22.17-.42.18l.15-.11c.31-.24.63-.49.94-.73.17-.13.34-.26.52-.38.03-.02.08-.01.18-.03-.12.14-.21.22-.29.32-.03.05-.06.09-.08.15h0s0,0,0,0c0,0,0,0,.02,0h0s.19-.02.19-.02c-.02.11-.11.2-.23.2-.11,0-.11.07-.12.16.06,0,.11,0,.14-.02.11-.1.23-.18.37-.24.15-.03.29-.1.42-.19.09-.08.18-.15.27-.22.29-.19.59-.37.88-.56.06-.05.12-.1.18-.15l-.19-.02c.44-.29.84-.63,1.19-1.02l.19.11c-.38.29-.72.58-1.09.82l.07.15-.31.3c.28-.1.53-.26.75-.46.19-.18.34-.4.63-.46.09-.02.17-.11.26-.14.13-.04.26-.12.35-.22.46-.42.82-.93,1.27-1.37.32-.3.6-.64.91-.95.26-.23.46-.53.58-.86.04-.08.09-.16.15-.23.06-.09.13-.17.19-.26.22-.32.44-.64.68-.95.14-.19.3-.36.44-.54.13-.12.22-.27.28-.44,0-.03.05-.06.08-.1.07.08.06.2-.01.28-.18.21-.34.44-.49.68-.05.07-.04.13,0,.22.03-.02.06-.05.09-.08.15-.24.29-.48.44-.72.05-.09.12-.17.2-.29.03.11,0,.23-.08.32-.17.25-.33.5-.5.74-.07.1-.15.19-.23.29,0,.01-.03.01-.05.01l.08-.21c-.19.07-.34.22-.43.4-.13.25-.3.48-.5.68-.01,0-.01.03-.01.05q.09.07.23.07s0,.04,0,.05c-.12.14-.18.33-.37.42-.12.07-.2.19-.22.32-.03.1-.07.2-.14.29-.22.32-.45.63-.68.95-.02.03-.03.05-.04.08.47-.6.98-1.17,1.51-1.72-.07.15-.15.29-.23.43-.09.13-.17.28-.24.42l.04.03.4-.46.02.18h.02s.08-.07.11-.1c.2-.27.4-.53.59-.81.16-.22.31-.45.47-.69-.14-.09-.09-.16,0-.23l.09.06c.07-.13.12-.24.18-.35.12-.23.24-.46.38-.67.32-.5.68-.99.98-1.5.13-.19.31-.35.52-.45-.09.23-.2.45-.33.65-.16.21-.28.45-.37.7.1-.05.19-.13.23-.24.22-.36.43-.73.64-1.1.18-.32.37-.63.55-.95.11-.21.19-.44.33-.64.23-.34.48-.65.72-.98.01-.02.02-.05.03-.07l-.1-.08c0-.14.05-.28.15-.38,0,0,.03,0,.04,0v.2c.1-.17.29-.29.29-.49l-.15-.08c.6-1.24,1.13-2.52,1.57-3.83l.14.04c.04-.16.09-.32.13-.47,0-.08.02-.16.04-.24.13-.34.26-.68.39-1.02.08-.21.14-.42.22-.66l.27-.26c-.05.16-.08.27-.12.39-.06.22-.14.44-.23.65-.08.15-.14.3-.19.46-.05.14-.1.28-.14.43-.03.1-.06.2-.09.3l.04.03c.1-.09.24-.17.3-.28.08-.18.14-.36.18-.55.04-.13.06-.26.11-.38.17-.5.37-.98.53-1.48.13-.41.24-.83.35-1.25.11-.39.22-.79.33-1.18.01-.05.02-.1.02-.15,0,0-.02-.02-.04-.03l-.12.14c0-.28.08-.56.2-.81l.07.11c.04-.12.07-.2.09-.29.05-.24.11-.49.16-.73.05-.28.1-.56.16-.83.04-.17.09-.34.12-.51.06-.38.09-.77.16-1.16.1-.61.13-1.23.09-1.84-.01-.34-.04-.68-.05-1.02ZM72.43,16.93c.06.04.15.07.08.22l-.13-.19.04-.03ZM40.81,2.76s.05-.06.06-.06c.06,0,.12-.01.18-.01h0c-.09.12-.15.11-.25.07ZM41.26,2.65h.55c-.16.11-.38.11-.55,0ZM43.71,2.69c-.42.02-.84.04-1.27.05-.09,0-.17-.01-.26-.03v-.08h0c.07-.02.15-.03.23-.03.44.06.88.05,1.31-.01.08,0,.15,0,.23,0-.07.06-.16.09-.25.1ZM44.09,2.67q.05-.06.13,0h-.13ZM34.3,5.24v.04s-.12.04-.12.04l-.02-.07.13-.02ZM37.01,3.22c-.04.09-.14.13-.23.11.05-.08.14-.12.23-.11ZM19.87,7.54c-.03.1-.04.1-.13.1l.13-.1ZM2.36,29l-.27-.24c-.06-.13.19-.31-.05-.45.29-.21.39-.53.62-.77.03.51-.07,1.01-.29,1.47ZM3.45,28.72c-.03.07-.06.14-.1.2-.05.08-.06.18-.02.26.05.11.05.25-.01.36-.07.15-.14.3-.22.45,0,.02-.04.02-.08.04.05-.26.09-.5.15-.73.03-.13.05-.25.04-.38-.02-.13.02-.26.1-.36.07-.1.14-.2.19-.31h.05c-.02.17-.06.33-.12.48ZM27.68,6.11l-.11.17c-.05-.12-.02-.15.11-.17ZM13.98,14.75q-.17.05-.24.16s-.04,0-.06-.02c-.03-.02-.05-.04-.07-.06l-.87.82c0-.16.07-.32.19-.42.25-.24.52-.47.78-.7l.14.07.04-.1h.19s.02.04.02.06c-.03.07-.07.13-.11.2h0ZM13.99,14.91v-.16h.13c0,.09-.02.16-.13.16ZM14.07,14.38l-.05-.04.08-.1.04.03-.07.11ZM14.37,14.4h0c-.14-.1-.13-.21-.06-.3.02-.03.08-.02.15-.03l-.09.33ZM14.63,27.9c0-.17.07-.33.18-.46,0,.17-.06.34-.18.46ZM14.68,14.28h0c0-.24.03-.26.27-.21-.06.1-.16.18-.27.21ZM15.09,13.95l-.15-.27-.44.23c.04-.21.21-.38.43-.42,0,0,0,0,0,0,.11,0,.1.1.16.17.14-.13.33-.17.51-.1l-.51.4ZM14.94,13.48c-.01-.08.02-.16.09-.21.05-.05.1-.1.14-.15l.12.29c-.09.12-.16.06-.21-.04l-.14.11ZM15.85,13.5l-.03-.05.11-.08.03.04-.11.08ZM15.61,13.48c.02-.08.02-.13.04-.15.13-.13.27-.26.41-.39h0c-.06.24-.23.44-.46.54ZM17.21,11.77c.05-.19.15-.15.28-.17l-.28.17ZM17.65,11.73l-.03.29-.26.2c.01-.2.12-.38.29-.49ZM17.31,12.46h0c-.05.17-.16.09-.28.09.08-.13.19-.09.28-.09ZM16.72,12.66l-.13-.17.47-.35c0,.14-.08.27-.34.52ZM17.02,13.12l-.21.14c.06-.13.08-.14.21-.14ZM16.83,12.75c-.01-.14.07-.13.16-.17-.01.05-.01.09-.02.09-.04.03-.09.06-.13.08ZM16.62,13.86c.05-.19.14-.27.44-.39-.1.17-.25.31-.44.39ZM17.37,12.85c-.09.1-.15.26-.32.25l.23-.32s-.08-.13.08-.13c0,0,0,0,.01.01.05.05.05.13,0,.19ZM17.79,12.12h0c-.04.21-.23.22-.36.32.12-.33.12-.34.36-.32ZM18.06,13.04l-.18-.02-.16.16-.05-.03.05-.27-.24-.04.16-.21-.14-.1.24-.18c.05.09.09.18.2.13.08-.04.16-.09.23-.14.03.11.01.24-.05.34,0,0,.04.06.07.09l-.14.25ZM17.88,11.93l.03-.07.14.06v.04s-.16-.03-.16-.03ZM18.22,12.06s-.06-.05-.06-.05c.01-.03.03-.05.05-.07,0,0,.04.02.04.03,0,.03-.02.06-.04.09ZM18.18,11.86c0-.06,0-.1-.02-.12-.03-.02-.07-.04-.11-.05.08-.07.15-.07.24.01l-.12.16ZM18.07,11.24c-.01-.09.05-.17.14-.18l.04.05-.18.15s0-.01,0-.02ZM18.11,10.96c-.15.05-.27.17-.31.33-.03.1-.03.1-.16.15l.06-.19-.76.56.12.14c-.13.08-.25.16-.37.23-.02.01-.08-.03-.11-.02-.03,0-.06.05-.09.08l.1.05-.15.14-.11-.13-.14.11.07.09c-.08,0-.15.03-.22.06-.05.04-.09.1-.12.16-.1.05-.21.1-.31.15-.1.06-.18.14-.28.2-.05.02-.11.03-.16.04.12,0,.14-.13.22-.19.23-.19.46-.38.69-.58.09-.07.17-.15.25-.23l-.04-.05c-.07.03-.14.07-.2.12-.35.3-.69.59-1.04.9-.11.1-.2.23-.3.33-.15.21-.37.36-.63.43-.02,0-.05-.01-.07-.02.01-.04,0-.09.03-.12.16-.18.34-.36.51-.55.08-.09.17-.18.25-.27.43-.48.92-.92,1.44-1.31.57-.46,1.17-.87,1.81-1.23.42-.23.79-.54,1.2-.79.25-.15.49-.32.74-.47.5-.34,1.03-.64,1.58-.9.28-.11.56-.22.84-.33.39-.17.79-.3,1.21-.37.08-.02.16-.04.24-.08.07-.03.13-.07.17-.13.09-.09.21-.16.33-.19.42-.09.83-.23,1.22-.41.1-.04.2-.07.31-.09l1.21-.36.05.13c-.16.07-.32.13-.47.19-.04.02-.08.02-.12.02-.14-.06-.29,0-.36.13-.02.03-.05.05-.08.05-.17,0-.25.14-.37.22.28-.04.56-.12.82-.22.27-.07.54-.17.83-.26l-.07.3.07.05s0,.04-.01.05c-.09.06-.19.1-.29.11-.17.04-.35.09-.51.15.09-.18.3-.1.41-.26-.26-.1-.45.1-.67.09l-.09.17c-.13-.02-.28-.1-.37.06.07,0,.08.01.08.11.21,0,.32-.24.59-.2l-.25.22.07.12-.08.18.25-.09s.03-.02.03-.03c.04-.23.23-.24.4-.29.03,0,.07,0,.09-.03.13-.13.3-.1.46-.13-.12.07-.18.22-.35.22-.02,0-.04.07-.03.15l.33-.15.16.11c-.31.14-.63.24-.96.32l-.05.13c-.14.03-.29.02-.4.15-.03.03-.11.02-.18.03,0,.19.18.13.28.18l-.22.17.13.15s-.02.05-.03.05c-.12.03-.24.05-.37.07-.04-.15-.12-.21-.25-.16,0,0,0,0,0,0h0s.22-.28.22-.28c-.02-.18.03-.37.13-.52l-.26.03-.03-.17c.25.09.25.09.29-.08h-.7c.04.06.08.11.13.17.04.04.09.07.13.1q-.23.14-.4-.16l-.2.3-.09-.16c-.02.06-.06.12-.05.13.04.04.09.07.14.09.05.02.12.02.15.05,0,0,0,0,0,.01.1.12.27.14.39.04.06-.02.13-.03.19-.04l-.02.22c-.15.05-.33,0-.42.18l.38.08c-.11.07-.21.16-.35.16,0,0-.02.04-.02.06-.24.02-.47.07-.68.16-.05.02-.11.03-.17.04.08-.09.08-.22.2-.29.08-.08.15-.18.17-.29.02-.04-.03-.1-.05-.15-.03-.05-.06-.1-.09-.15l-.18.03c-.14-.15-.15-.16-.31-.07-.02.01-.04.04-.06.04-.18-.03-.33.08-.5.15l.04-.16c-.09.02-.16.02-.22.07-.06.05-.09.08-.17.06-.06,0-.11.03-.13.08-.06.17-.19.22-.35.26l-.09-.1c-.04.23-.25.22-.41.29l-.15-.11c-.13.07-.24.21-.41.15-.06-.13.1-.12.12-.19-.22,0-.24.01-.48.22.16.08.18.14.09.27l-.16.23h-.15s-.1.2-.1.2h-.03v-.12l-.28.12c-.14-.07-.32-.06-.44.05.01.12,0,.25-.03.36-.04.09-.17.15-.25.22-.04.04-.09.07-.13.1-.07.05-.12.01-.15-.06-.15.07-.3.13-.44.2-.09.05-.15.14-.14.25l.35-.18c-.05.16-.13.2-.35.18l-.3.03.1-.14c-.1.02-.19.08-.24.18l.13-.03-.09.34-.17-.13c-.09,0-.17.02-.25.05-.06.04-.14.07-.21.09ZM27.49,7.8l-.85.35-.03-.03s.03-.08.05-.09c.14-.06.28-.12.41-.16.13-.04.26-.08.39-.12l.02.05ZM25.69,8.73c-.07,0-.13.02-.2.03v-.04s.19-.04.19-.04v.05ZM25.39,7.99c-.06.03-.11.07-.13.05-.04-.02-.05-.07-.08-.11l.05-.04.16.1ZM25.32,8.92c-.14.08-.31.1-.46.06.13-.12.33-.08.4-.24l.06.18ZM23.59,8.78v.05l.15.02v.04c-.09.03-.18.06-.27.08-.15.03-.27.07-.31.23l-.25-.03-.35.18-.02-.04.17-.13-.02-.2.49-.18v-.17s.31.06.31.06l.16-.18.13.04.35-.14.03-.18s.06,0,.08.02c.05.05.1.1.16.16-.11.11-.07.22.07.3-.2.24-.4.05-.61.08v-.16l-.26.15ZM22.42,9.38l-.29.21.33.02v.04c-.06.03-.13.06-.2.09-.28.15-.56.29-.83.45-.12.07-.23.15-.39.07-.06-.01-.12,0-.16.03-.11.06-.21.13-.31.21-.17.15-.33.31-.51.44-.28.2-.59.35-.93.44.04-.05.09-.11.13-.15.06-.06.16-.1.11-.22,0-.02,0-.05.03-.07.17-.08.23-.32.47-.28.05-.16.19-.27.35-.29.11-.02.21-.09.27-.19h0c.03.1.1.12.2.07.11-.05.22-.1.35-.15.06-.16.22-.25.39-.23l.27-.47.7-.25c-.03-.16.08-.21.2-.28.02.18-.08.35-.25.4l.06.13ZM20.49,10.14l.14-.23.24.03c-.1.11-.24.19-.39.2ZM20.95,9.92c.03-.11.12-.19.23-.2-.01.12-.1.16-.23.2ZM21.77,8.93l.1-.08.03.04-.11.07-.03-.03ZM24.55,8.47c-.02-.16.06-.16.13-.17l-.13.17ZM19.03,11.18l-.12.07-.02-.03.11-.09.04.05ZM18.82,11.43c-.04.14-.07.27-.26.31h0q.01-.34.26-.31ZM25.14,11.39c-.1.3-.34.28-.52.37-.06-.08-.04-.14.03-.18.15-.06.3-.12.49-.19h0ZM26.48,11.02c-.22.08-.44.18-.65.28l-.04-.04s.03-.11.07-.12c.14-.07.28-.13.43-.2.13-.05.26-.11.38-.18.16-.09.36-.08.49.04h0c-.23.08-.46.13-.68.22ZM27.16,8.66l.04.24c-.22.04-.42.08-.62.12-.04,0-.08.02-.12.04-.34.22-.72.37-1.11.44-.08,0-.17-.01-.25-.03-.1.15-.28.25-.46.25v-.11c-.11-.02-.17.1-.28.1v.17l-.41.19-.06-.2-.3.21c-.07,0-.15,0-.22.02-.18.07-.36.14-.53.22-.04.02-.1.05-.11.09-.03.14-.14.17-.25.21-.14.06-.28.11-.42.16-.05.03-.11.04-.16.05-.25,0-.42.18-.64.23-.01.1.03.14.1.11.09-.04.17-.09.26-.14-.07.15-.16.21-.51.32l-.11-.09c-.4.16-.77.39-1.1.68-.21.21-.46.36-.74.44.14-.14.04-.25.05-.36l-.6.31-.1-.11.56-.42-.04-.16.35-.18-.04.21.27-.08-.24.3.19-.02-.08.21c.25-.1.47-.25.65-.44h-.17l-.08-.15.07-.24c-.09,0-.16.13-.26.03l.75-.43.03.04-.04.11c.53-.16.99-.5,1.55-.69-.04.18-.21.16-.31.3.06,0,.12,0,.18-.02.48-.24.97-.44,1.47-.61.09-.04.18-.08.2-.18l-.1-.26c-.15.03-.32.14-.51.17.31-.18.64-.32.98-.42l.22.16-.37.16v.07c.24,0,.47-.06.67-.18.04-.02.09-.03.14-.04.1-.04.21-.08.32-.12.05-.02.09-.06.13-.06.26-.06.51-.14.75-.26.11-.05.22-.1.33-.17h.03c.17-.08.34-.16.52-.23.37-.11.74-.19,1.11-.28.03,0,.06-.01.1-.02q-.03.13-.67.37ZM27.78,6.46l-.02-.03s.05-.04.08-.05c.03,0,.06-.01.09-.01v.03s-.15.07-.15.07ZM28.9,7.35q.05-.15.33-.1l-.33.1ZM42.85,3.81h0c-.1.21-.29.07-.39.18l-.16-.18h.56ZM42.95,4.32c-.12.2-.14.21-.43.09.16-.06.31.05.43-.09ZM42.36,4.11c.05.09.19.06.22.18-.13.04-.13.04-.33,0l.12-.18ZM42.16,3.8c.01.14-.1.14-.19.18l-.06-.18h.25ZM40.58,3.96s.03-.05.05-.05c.37-.04.74-.06,1.11-.06l-.46.16v.12c-.27.19-.35.2-.51.08.05-.1.29.05.25-.2h-.46s0-.04.01-.06ZM41.54,4.25s-.03.04-.04.04h-.22,0c.12-.09.19-.13.26-.04ZM37.87,5.31c.13-.04.25-.06.39-.08.14-.02.28-.05.41-.07.13-.02.26-.03.4-.04s.28-.03.41-.04l.07-.29.33.07c-.13-.23-.26-.25-.55-.11l-.17-.21c.17-.06.35-.04.5.06v-.19s-.28,0-.28,0v-.11s-.1-.06-.1-.06c.1-.08.26-.1.24-.26.13-.07.28-.09.41-.05l-.35.15.28.38h.61c.02.18-.02.22-.16.18-.11-.03-.23-.01-.34.04q.16.19.37.11s.02-.01.02-.01c.26-.02.53-.01.79.02-.05.07-.07.13-.11.14-.09.03-.18.04-.27.04-.36.01-.73.02-1.11.03.07.18.22.05.34.11-.04.03-.06.06-.08.06-.62.01-1.24.09-1.85.22-.19.03-.38.04-.57.03.09-.14.25-.06.37-.1ZM41.39,5.55c.12,0,.25,0,.37.03.1.04.19.09.28.15l-.02.07c-.09,0-.19.01-.29.02-.18,0-.36,0-.55-.02-.13,0-.26-.04-.39-.05-.06-.02-.13-.02-.19,0-.13.05-.29.02-.39-.07-.05-.04-.13-.05-.19-.1.26-.11.51.06.77-.03l-.09-.11c.18-.06.37-.08.55-.04,0,.15-.13.07-.21.15.12,0,.23,0,.34,0ZM35.93,5.92s-.02.04-.04.06c0,0-.03,0-.07-.02l.11-.04ZM33.55,5.71l-.03-.04.11-.08.03.05-.11.06ZM33.61,5.26l.12.22-.25-.07.13-.15ZM30.41,7.53c.32-.13.66-.22,1.01-.25.05,0,.11-.03.15-.06.13-.11.31-.14.48-.08.1.02.2,0,.28-.06.2-.14.44-.24.68-.29.59-.16,1.18-.28,1.77-.41.05-.01.11-.03.16-.04v.03s-.24.15-.24.15l.02.04.48-.11.07-.16c.74-.2,1.45-.43,2.18-.59.55-.15,1.1-.24,1.67-.28.16,0,.31-.03.46-.04.06.08.17.17.15.2-.07.12.04.16.09.25-.42.06-.83.1-1.23.16-.26.04-.51.09-.76.15-.15.02-.29.06-.43.12-.26.1-.53.17-.81.21-.55.16-1.11.27-1.69.33-.05,0-.1.02-.15.03-.26.08-.51.15-.76.23-.06.01-.11.02-.17.03-.12.02-.24.04-.37.05-.12,0-.25.11-.37-.01,0,0-.03,0-.05,0l-.63.16v.21c-.33-.06-.68.03-.93.26-.1-.01-.21-.02-.31-.01-.11.01-.22.03-.33.06l-.08-.18-.46.04v-.04s.07-.06.12-.08ZM34.49,8.78l-.3.03.04-.18-.1-.08-.36.14-.12.23-1.37.32c.05-.1.12-.1.19-.12.12-.03.24-.07.36-.1.2-.09.37-.23.51-.39.03-.02.02-.07.03-.13.22.04.39-.13.59-.13.2,0,.39-.02.62-.03l.34-.21-.06-.14c.12-.13.28-.09.42-.12l.15.2c-.15.17-.37.15-.55.22-.17.07-.35.14-.55.22-.09.15.23.08.17.26ZM32.65,7.5l-.02-.06.22-.08c-.05.14-.13.13-.2.14ZM33.1,8.68c-.07.07-.17.11-.27.11-.04,0-.08-.07-.14-.12h0c.17-.12.27-.02.41,0ZM35.58,8.31l.2.1h0c-.14.07-.24.13-.38.06l.18-.16ZM31.37,9.11c-.13.1-.13.1-.26.11-.08.12-.14.28-.34.18-.02,0-.06.02-.08.03-.16.09-.16.09-.31-.07.16-.04.32-.1.47-.17.16-.1.33-.01.52-.08ZM30.37,9.61c-.07.04-.12.18-.26.09.07-.07.16-.11.26-.1h0ZM30.26,9.39l.02.06h0c-.06.09-.14.08-.24.02l.22-.09ZM30.4,9.88c.08-.09.17-.18.32-.06-.05.18-.21.16-.34.2-.16.04-.28-.07-.43-.03h0c.05-.16.12-.18.45-.11ZM30,7.06l-.3.11h0c.05-.19.17-.16.3-.11ZM29.45,10.96v-.06c.25-.1.5-.19.76-.26.1-.02.23.05.38.09-.06.04-.08.07-.1.07-.3.07-.6.12-.9.18-.05,0-.1,0-.15-.01ZM29.84,12.95l-.02-.04.19-.07v.03s-.17.08-.17.08ZM30.31,12.78c.07-.1.18-.12.34-.16-.12.14-.24.12-.34.16ZM31.81,10.45c-.15.01-.3.05-.45.1-.06.03-.13.04-.19.03-.18-.04-.37-.02-.53.05-.08.03-.08.02-.2-.06h0c.18-.05.36-.12.54-.2.3-.1.62-.11.92-.03.01,0,.02.02.05.05-.04.03-.08.05-.12.06ZM31.84,9.14l-.38-.03c.13-.16.34-.22.54-.16l-.16.19ZM32.11,10.01h0c.13-.1.3-.12.45-.06q-.28.17-.45.06ZM35.72,9.1l.12.13s-.11.03-.12.06c-.04.18-.19.18-.32.16-.16-.03-.32.07-.47,0-.02,0-.03,0-.05.01.02.16-.11.13-.2.14-.1.02-.2.03-.3.03-.16,0-.32,0-.47.01-.11.03-.22.06-.33.1-.1.03-.2.04-.31.06q-.03.18-.21.18c-.11,0-.23.02-.38.03l-.04-.19c.1-.03.18-.06.26-.08.1-.02.21,0,.29-.09.02-.02.08-.02.12-.02.14,0,.29-.02.41-.1.09-.06.27-.01.38-.01h0c.08-.07.12-.13.17-.14.2-.06.4-.11.6-.16l.23.12.02-.19c.34-.02.66-.25,1.04-.09-.15.12-.3,0-.46.03ZM35.81,8.12c.08-.12.19-.07.29-.1-.08.09-.08.09-.29.1ZM35.88,7.76c.13-.08.29-.11.44-.08.02,0,.03.05.05.12l-.49-.04ZM37.11,9.04l-.24-.13v-.07l.39-.06.07.12-.22.14ZM37.79,8.86c-.08.02-.16,0-.19-.16h.87c-.26.06-.47.12-.68.16ZM38.99,7.83c-.35.06-.7.11-1.05.17-.11.02-.23.05-.34.07-.23.05-.45.08-.68.1-.09,0-.19-.08-.28-.12.06-.24.03-.27-.21-.28,0-.1.02-.19.15-.19.09,0,.17-.01.23-.01l.37-.17v-.11c.65-.15,1.33-.24,2.01-.29-.04.13-.14.11-.22.12-.14.01-.29,0-.37.15l-.26-.08.06.19-.37-.1c-.08.04-.14.08-.22.11s-.17,0-.22.1c.15.14.31.05.45.06.15-.03.31-.02.46,0l-.16.19h.83c-.07.03-.14.05-.21.07ZM40.31,8.5c-.07,0-.13,0-.2-.01-.12-.02-.24-.02-.36,0-.15.04-.23,0-.46-.12.4-.1.81-.13,1.22-.08-.03.19-.03.2-.19.21ZM39.35,7.69l.32-.17.05.17-.36.04v-.05ZM39.79,7.49l.14-.03v.04s-.12.05-.12.05l-.02-.06ZM40.17,7.6l.15-.02v.05s-.15.02-.15.02v-.05ZM40.82,7.12c-.1-.05-.22-.07-.34-.05-.25.06-.51.08-.76.06-.01,0-.03.03-.05.04.02.14.14.06.2.1-.28.07-.3.07-.5-.01.13-.15.32-.24.52-.25.26-.02.53-.06.79-.09.06-.02.13-.04.19-.06l.12.17c.15.07.32-.09.48.03-.2.12-.43.14-.65.07ZM41.08,7.48s0-.02,0-.03c0-.06.05-.12.11-.12.12,0,.26-.07.39.05-.15.09-.32.12-.49.11ZM41.46,8.29l.25.03c-.1.1-.18.04-.25-.03ZM42.19,6.99c-.12.07-.26.09-.4.07-.02,0-.03-.05-.07-.09.15-.05.32-.04.46.02h0ZM40.94,5.11c.06-.1.17-.05.25-.09l.04-.11.12.03h0s0,0,0,0c.04.09.11.1.19.1h.67c-.42.12-.85.14-1.28.07ZM41.37,4.93c.11-.18.17-.18.36-.02l-.36.02ZM42.36,4.47h0c-.21.02-.42.05-.64.07-.08.02-.16.04-.24.04-.14-.01-.27.08-.43.03-.14-.02-.28-.03-.42,0q.04-.13.19-.23c.15.05.31.06.47.04.26-.02.53.01.79-.02.09,0,.19,0,.28.03v.05ZM42.41,4.71l.24.08q-.19.08-.24-.08ZM42.76,4.85v-.06h.21c-.08.13-.15.09-.21.06ZM43,4.22c-.08.06-.14.04-.18-.11l.19.05s0,.06,0,.06ZM43.15,7.11l-.04-.15c.11,0,.2-.03.25.12l-.2.03ZM44.17,3.77l.13.23-.05.05-.23-.05.15-.23ZM44.12,7.9l-.31-.07c.11-.04.23-.09.33,0v.07ZM44.04,4.18q.14-.08.26.1l-.26-.1ZM46.65,70.91l-.02-.04.13-.05v.03s-.11.06-.11.06ZM48.4,70v.02s-.15.07-.15.07v-.04s.15-.05.15-.05ZM47.87,71.17c-.29.02-.51.25-.8.27.26-.18.55-.31.86-.38l.03.05s-.06.06-.09.06ZM47.97,70.53h0c.17-.11.37-.16.57-.15-.16.12-.37.17-.57.15ZM69.61,63.41l.44-.62c-.03.27-.19.5-.44.62ZM77.17,35.41c0,.19-.05.37-.16.52h0c-.02-.15,0-.29.04-.43.04-.14.1-.26,0-.4-.02-.03,0-.11.02-.17.11.13.15.31.11.48ZM76.99,34.7v-.29h.03v.29h-.03ZM77.04,34l.02.19h-.07v-.19s.05,0,.05,0ZM76.94,36.6s-.02.04-.03.06c-.02-.07-.03-.14-.04-.21.03-.21.02-.43-.04-.64.03,0,.06,0,.08.02,0,.26.11.52.02.78ZM76.84,37.93h.05s-.04.16-.04.16l-.06-.02.05-.14ZM76.79,36.91l.02-.09s.05.01.05.02c0,.03,0,.05-.02.08h-.05ZM76.31,39.94c-.02-.15-.14-.29.03-.45,0,.16.09.3-.03.45ZM76.23,42.56l.09-.64c-.02.2.11.42-.09.64ZM76.31,38.66h0c-.02.16.08.32.02.47-.09-.15-.02-.31-.02-.47ZM76.34,36.12l.06.03-.05.27c-.08-.14-.09-.22-.02-.3ZM76.24,35.02l-.05-.29c.08.07.1.19.05.29ZM76.19,34.73s0,0,0,0l-.1.24.15.05c.17.34.16.74-.03,1.07-.05-.12.14-.28-.08-.36.15-.09.1-.23.1-.35h-.14c0-.13.08-.25-.06-.33,0,0,0-.02,0-.02,0-.19-.01-.37-.02-.57.18.03.16.16.17.27ZM76.21,41.7v.18h-.01v-.18h.01ZM76.12,42.43l.06.16-.14.16s-.04-.07-.03-.08c.03-.08.07-.16.11-.24ZM76,41.65v-.16h.02v.16h-.02ZM76.07,33.23v.17q-.07-.07,0-.17ZM76.07,39.42c-.03.06-.04.12-.05.19.03.15,0,.31-.11.44-.03.05-.03.11-.02.16.05.25.05.51-.02.76-.03.21-.03.42-.01.62.05.28.02.56-.1.82-.07.15-.13.31-.18.46-.03.05-.06.1-.09.15,0-.04-.01-.09-.02-.13.06-.41.15-.82.19-1.23.07-.69.13-1.37.17-2.06,0-.15.07-.29.17-.39.09.05.08.12.06.2ZM75.84,44.27l.05-.3c.1.12.03.21-.05.3ZM75.73,47.97c-.1.19-.12.42-.21.62-.02-.22.03-.44.14-.63-.03-.06-.09-.13-.07-.17.04-.17.11-.34.22-.48h0c-.06.22.04.44-.08.66ZM74.42,51.29s-.02-.05-.01-.05c.05-.06.04-.15.16-.16.05,0,.1-.12.15-.19.03-.05.07-.1.12-.13-.03.15-.06.29-.11.44-.06.15-.14.29-.22.44l.06-.38-.14.04ZM74.55,53.19c-.09.13-.16.27-.21.42-.05.17-.13.33-.24.48-.09.14-.05.31-.1.46-.07.19-.17.38-.3.54-.1.14-.18.29-.24.45-.07.16-.13.33-.2.51l-.2-.08c.02-.07.05-.13.08-.19.1-.16.19-.33.25-.52.09-.18.16-.36.26-.54.26-.46.43-.96.65-1.43.05-.12.17-.2.3-.21-.03.06-.04.09-.06.12ZM74.67,53.78l-.14.22-.05-.03.12-.23.07.04ZM74.4,54.21h0c-.11.48-.29.95-.52,1.38-.06.13-.13.26-.22.37.21-.6.46-1.19.74-1.75ZM73.48,56.36l-.1.25-.06-.03.13-.23.04.02ZM72.76,52.7c-.08.11-.17.22-.25.33-.02.04-.03.08-.03.13l.23-.28c.02.11,0,.22-.07.31-.42.72-.72,1.51-1.16,2.29-.02-.11,0-.22.06-.32.21-.48.42-.94.61-1.44.2-.5.37-1.01.52-1.53.07-.24.21-.45.28-.68s.14-.46.23-.68c.06-.11.13-.21.2-.31.03-.05.06-.1.1-.14.05-.06.11-.11.16-.17.01.07.01.14,0,.21-.09.19-.16.38-.22.58-.08.29-.18.58-.29.86-.08.3-.2.58-.37.84ZM72.77,54.06l-.06.16h-.04s.06-.17.06-.17l.04.02ZM72.41,54.65c.02-.12.07-.23.14-.33h0c.09.17.06.25-.14.33ZM72.45,54.86l-.06.15-.05-.03.07-.14.04.02ZM72.6,55.29h0c.02.13-.02.26-.1.36-.1.16-.19.32-.27.5-.04.09-.09.17-.15.24,0-.23.17-.38.23-.58.05-.19.15-.37.28-.52ZM72.02,55.6c0,.2-.07.4-.21.55h0c-.02-.21.06-.41.21-.55ZM72.19,52.98l-.12-.05-.14.18c.05-.22.13-.43.23-.62h.05s-.02.49-.02.49ZM72.26,53.04c-.01.09-.04.17-.06.25h-.06c0-.06.01-.09.02-.15,0-.06.02-.11.03-.16.03.02.07.04.07.05ZM71.95,53.66s.05-.03.09-.06h0c.02.12,0,.24-.06.35-.08.17-.15.33-.22.5-.06.17-.15.33-.25.48,0-.03,0-.06,0-.09.03-.14.07-.27.12-.4.12-.25.23-.51.31-.77ZM71.84,53.41c-.16.39-.33.78-.49,1.16-.02.04-.04.07-.07.11-.07-.15-.06-.32.03-.46.14-.29.31-.56.47-.84.01-.02.03-.05.05-.07h.03s0,.01,0,.01c0,.03-.01.06-.02.09ZM72.54,51.51l-.1.28c-.04-.21-.03-.23.1-.28ZM72.98,50.21c.06-.32.16-.64.3-.93h0c-.04.33-.14.65-.3.93ZM73.41,49.02c-.01-.09.03-.18.1-.24,0,0,0,0,0,0,.04.09,0,.2-.1.23h0ZM73.24,42c0-.42.03-.85.11-1.26.06-.51.13-1.02.2-1.53,0-.01.02-.02.06-.07v.38c0,.31,0,.62-.02.92-.02.3-.06.61-.09.91-.04.34-.08.67-.1,1.01,0,.19-.06.37-.19.51h0c-.01-.05-.01-.11,0-.17.06-.22.08-.46.04-.69ZM73.51,35.63c-.04.08-.06.17-.06.26-.01.05,0,.11-.01.16-.05-.14-.07-.3-.07-.45,0-.02,0-.03,0-.05.02-.07.16-.08.12-.19-.02-.07-.1-.12-.11-.18-.04-.15-.05-.31-.05-.47.01-.25,0-.51-.03-.76,0-.05,0-.11.01-.16h.07c.04.27.09.53.12.8.03.23.05.46.08.69.03.12,0,.25-.06.35ZM73.55,38.2c-.08-.18-.09-.39,0-.58.08.18.08.39,0,.58ZM74.08,50.25c.03.08.06.11.06.13,0,.05-.02.1-.04.14-.08.14-.14.3-.15.47,0,.08-.01.08-.16.19l.3-.92ZM73.86,48.99l.13-.18h0q.02.14-.13.18ZM74.17,48.39l-.07.23c-.07-.12.03-.16.07-.23ZM73.65,50.21h0c-.03-.23.03-.45.17-.63-.02.22-.08.43-.17.63ZM73.22,53.95s.01-.04.03-.06c.02,0,.04,0,.05.02,0,.03,0,.05-.02.08l-.05.02h0s-.02-.05-.03-.07ZM73.19,52.78c-.01-.21.03-.41.12-.6.02-.07.08-.13.15-.14l-.28.74ZM74.29,47.83s.02-.16.06-.19c.1-.09.16-.21.18-.34.03-.07.03-.15.13-.15,0,.03.02.05.01.07-.08.27-.17.54-.26.8-.04.14-.12.26-.24.34,0-.05.02-.1.04-.14.07-.12.2-.22.07-.39ZM74.43,41.35c-.04-.22-.05-.44-.02-.66,0-.06,0-.13-.01-.19-.02-.09-.02-.09.06-.22h0c.05.35.04.72-.03,1.07ZM74.49,42.29l-.03.24c-.05-.07-.06-.16-.03-.24h.05ZM74.88,45.77l.28-.25c0,.14-.03.29-.09.42-.05.13-.07.27-.11.41-.03.12-.07.23-.12.39l-.08-.18-.14.23c-.07-.11,0-.18.04-.23.11-.14.19-.29.23-.46.03-.07.06-.13.11-.18l-.11-.12ZM75.11,43.4h0c-.03-.25.03-.51.16-.72.02.02.04.04.04.05-.07.22-.14.45-.21.67ZM75.2,43.77l-.04.22c-.09-.09-.01-.15-.02-.23h.05ZM75.3,34.66c-.07.05-.09.06-.11.07-.02,0-.04.01-.06.02-.03-.24-.06-.48-.07-.72,0-.06.05-.13.09-.21l-.13-.06v-.9c.16.43.26.88.31,1.33.09.46.09.92.02,1.38l-.05-.92ZM75.12,47.74s0,.06,0,.1c0,.03-.04.04-.08.1h0c-.05-.13-.03-.18.08-.19ZM74.22,49.95l.07.02-.06.19h-.05s.05-.21.05-.21ZM74.36,52.15c-.06-.15.02-.26.11-.37l-.11.37ZM74.85,50.32c.08-.18.11-.38.09-.57l.24-.16c-.06.36-.17.7-.33,1.03-.06-.09-.06-.2,0-.29ZM75.17,44.81c.12-.19.19-.4.23-.62.02-.07.09-.12.13-.18l-.02-.29-.14-.06c.02-.1,0-.18.13-.22.08-.03.13-.13.19-.2l.06.03h0c-.04.13-.07.27-.1.41,0,.02-.02.03-.02.05-.05.27-.12.53-.22.78-.02.11-.03.22-.02.34l-.22.04s-.02-.06-.01-.07ZM75.72,44.86c.05.31,0,.62-.17.89,0-.3.06-.61.17-.89ZM75.97,37.6l-.03.41c-.1-.16-.1-.19.03-.41ZM75.93,31.99h0c.05.1.14.19,0,.37l-.07-.36h.07ZM75.66,29.86h-.06l-.02-.22c.08.04.12.14.08.22ZM75.76,30.75l-.06.22q-.06-.14.06-.22ZM75.44,29.18s.03-.1.06-.15c.1.2.06.45-.11.6-.04-.19-.11-.33.05-.44ZM75.32,31.85s.03.08.04.13c.03.16.07.32.12.47.04.18.06.37.06.56.05.41.09.82.16,1.23.04.12.11.23.19.34l-.11.26h.03s.12-.09.12-.09c.02.19.03.36.06.53.03.17-.04.34-.18.43h0c.08.18.06.38-.06.53l-.12-1.53h-.13c-.03-.35-.05-.69-.1-1.03-.05-.15-.06-.3-.04-.45.02-.13.04-.26.05-.39-.01-.02-.07-.08-.07-.14.03-.28-.12-.56-.02-.85ZM75.27,32.89h0s.01.04.01.06c0,.04-.01.09-.05.12v-.17s.03,0,.03,0ZM74.55,29.83l.22.12.11-.1.15.58c.03.11.06.23.09.34.07.17,0,.36-.17.44.01-.21-.12-.39-.03-.6.01-.08,0-.16-.02-.24-.02-.08-.05-.15-.08-.23h-.17s-.12.38-.12.38c-.05-.23-.16-.45.01-.68ZM73.9,27.95c.17-.01.14.08.12.22l-.12-.22h0ZM73.61,26.68c.1.16.16.35.17.54l-.24-.06c.17-.15-.12-.32.07-.47ZM73.55,27.35v.28h-.06l-.02-.28h.08ZM73.18,24.96l.07.27c-.09-.06-.12-.17-.07-.27ZM72.13,22.04c-.01.06-.02.12-.1.12.06.19.15.23.33.15.06.07.11.14.16.21.04.08.07.16.1.24-.18,0-.36-.04-.53-.11l-.23-.58.17.09s0-.07,0-.1c0-.21-.05-.25-.28-.2l-.08-.12.2-.35c.1.23.31.38.25.64ZM71.88,20.87c-.1-.04-.11-.13-.15-.27.12.09.17.17.15.27ZM71.37,20.58h.05c0,.06-.02.13,0,.18.03.05.1.07.16.1l-.02.13.14.04v.25c-.21-.08-.27-.29-.36-.47-.03-.06.02-.15.03-.23ZM71.37,22.15s.03.03.03.04c.02.19.12.36.27.48.02.02.05.04.07.07.12.12.09.32.25.44.11.12.18.29.17.45.01.1.05.19.12.27.18.24.32.51.41.79,0,0,0,.02,0,.02.17.25.33.51.48.78.02.03.05.05.05.08,0,.2.14.33.21.5.06.14.11.28.17.44,0,0-.01,0-.02,0-.09.01-.17-.04-.18-.13-.03-.12-.07-.24-.11-.36l-.2-.05c.04.32.03.65-.04.96-.21-.32-.15-.67-.36-.92.17-.09.16.07.24.11,0-.02.02-.04.02-.05-.09-.23-.06-.49-.19-.71-.02-.04-.03-.08-.03-.12-.06-.31-.17-.62-.33-.9-.04-.09-.16-.15-.27-.26l.08.45h-.06c-.08-.15-.12-.33-.12-.51-.02-.19-.07-.38-.16-.55-.09-.22-.19-.44-.27-.67-.07-.16-.19-.29-.34-.37l-.07-.37.19.06ZM71.16,21.79h0c-.09,0-.16,0-.19-.13-.01-.1-.15-.19-.23-.28,0-.07,0-.14.02-.21,0-.01.02-.02.05-.05.16.2.28.44.35.69ZM70.97,20.93c-.05-.09-.09-.17-.13-.26l.04-.03.2.32c-.05-.01-.1,0-.11-.03ZM71.05,20.3s-.01.07-.01.1h-.05l-.23-.46c.17.07.21.23.29.36ZM71.57,18.42c.11.06.18.17.19.29-.12-.07-.12-.08-.19-.29ZM72.27,19.99l-.12-.16.06-.04.1.17-.04.03ZM74.18,23.6h0c.09.06.13.11.12.23-.1-.05-.12-.12-.12-.23ZM75.62,27.31l-.05-.14h.03s.06.11.06.11l-.04.02ZM73.09,20.44h.04s-.03-.67-.03-.67c.2.21.23.49.45.65l.03-.13s.04,0,.04,0c.14.21.28.41.42.62.07.1.14.21.07.35-.02.05.02.13.03.22l.12-.1c.08.15.16.3.24.45.1.23.23.44.37.64.09.1.19.24.1.41-.01.02-.01.05,0,.07.05.48.14.96.29,1.42h.12c.07.26.15.51.2.77.03.27.1.53.21.77.08-.13.02-.22-.01-.33,0-.11,0-.23,0-.34-.02-.11-.04-.21-.07-.32-.02-.11-.04-.23-.06-.36.04.03.07.04.08.06.09.15.17.3.23.46.03.15.04.31.03.47,0,.15-.02.29-.04.46-.14.08-.16.12-.11.3.02.09.06.19.08.26.02.08,0,.13-.12.15-.03-.11-.08-.22-.11-.34-.1-.36-.24-.71-.42-1.04-.09-.19-.16-.38-.22-.58-.11-.42-.25-.83-.44-1.22-.02-.04-.04-.07-.05-.11-.11-.36-.28-.71-.49-1.03-.07-.11-.14-.21-.22-.3-.31-.46-.59-.94-.83-1.44-.06-.13-.12-.27-.17-.41-.04-.08-.1-.15-.18-.19-.2-.09-.31-.29-.29-.5l.21-.02.5.89ZM72.6,19.42c-.12-.09-.07-.23-.16-.39.16.13.21.23.16.39ZM69.95,15.05c.22.22.43.47.61.72.2.31.44.61.65.91.16.21.28.45.34.71.05.14.11.28.19.41.07.09.1.21.08.33l-.13-.03c.16.3.36.57.59.81.02.02.04.05.05.08.05.15.09.29.15.47-.15-.09-.16-.26-.29-.36-.01.11.13.22-.01.32-.12-.06-.19-.2-.15-.33.04-.14,0-.29-.08-.4-.22-.36-.46-.71-.7-1.06-.04-.06-.08-.13-.11-.18.03-.07.08-.14.06-.18-.04-.17-.11-.33-.2-.48-.12-.16-.22-.33-.31-.51-.03-.04-.05-.08-.08-.13-.11-.17-.23-.35-.35-.53l-.08.03c-.18-.18-.3-.41-.33-.66.04.02.07.04.1.06ZM69.24,18.24l-.16-.16.13-.26h-.16c.06-.21-.11-.34-.22-.51,0,0,.02-.01.03-.02.06-.03.14,0,.17.06.1.12.19.25.27.38.03.06.01.16.01.23-.1.07.02.19-.08.28ZM69.04,16.78l.22.25.16-.02s0,0,0,0c.03.03.06.06.07.09.01.14.07.27.15.39,0,.01,0,.05,0,.12-.22-.29-.54-.44-.59-.82ZM69.41,16.99s0,0,0,0c0,0,0,0,0,0h0ZM69.52,18.02l.03.23-.06.02-.16-.29.18.05ZM69.68,18.68l.3.12c.03.07.06.15.1.22.01.03.03.07.05.07.24.01.27.23.28.37.02.13.06.26.11.39.03.07.08.15,0,.25-.1-.1-.18-.23-.22-.36,0,0-.01,0-.02,0s-.01.02-.02.02h0c-.03-.12-.1-.24-.19-.33-.11-.14-.2-.3-.28-.46-.07-.12-.16-.22-.23-.34-.01-.04-.02-.08-.02-.12.16-.02.11.11.15.18ZM70.25,19.75c-.09,0-.09,0-.12-.14l.12.14ZM70.22,20.35c.21.13.37.32.45.56l-.15.13s-.06-.03-.07-.04c-.03-.05-.05-.11-.05-.16.01-.18-.05-.35-.18-.48h0ZM69.77,14.85s0,.1,0,.16h-.04s0,0,0,0c-.04-.08-.08-.15-.13-.22-.05-.07-.12-.11-.17-.18-.08-.08-.11-.19-.09-.3.16.2.3.36.42.53ZM69.26,14.29c-.11-.02-.14-.07-.14-.18.08.02.13.09.14.18ZM68.98,15.72c.12,0,.22.09.3.21.06.06.13.12.21.16l-.02.34h.04s.1-.17.1-.17c.17.08.09.26.17.36l.11-.04.39.46h-.16c.1.11.19.23.26.36.04.16.07.32.08.48-.17-.12-.31-.27-.42-.44l-.02.28c-.14-.14-.26-.31-.35-.49-.03-.12-.13-.21-.25-.24.02-.11-.02-.22-.11-.28-.22-.17-.35-.43-.36-.71-.02-.08-.05-.15-.11-.21q-.16-.2-.16-.52l.3.44ZM68.86,16.62l-.2-.28c.1.06.22.1.2.28ZM68.4,12.63l.03.16-.04.03-.1-.13.12-.06ZM68.23,14.76c.08.05.15.1.23.15l-.05.07h0c-.1.04-.1.11-.09.21.03.11.06.23.08.34,0,.05-.02.1-.04.15-.04-.04-.09-.09-.12-.15-.03-.06-.03-.13-.06-.19-.12-.22-.24-.43-.36-.65-.03-.04-.07-.09-.07-.13.02-.2-.13-.29-.23-.44l-.1.12-.1-.24h-.2l-.05-.18s.05-.03.06-.03c.14.07.28.13.41.21.16.1.29.25.38.42.07.13.17.25.29.33ZM68.23,16.88l-.17-.2q.19.02.17.2ZM67.88,16.41l-.13-.16c.12.01.15.06.13.16ZM67.57,17.15c-.12-.08-.14-.15-.11-.23-.04-.02-.1-.02-.12-.06-.08-.12-.15-.24-.23-.36l.1.06c-.03-.13-.04-.13-.1-.07,0,0,0,0,0,0h0l.03-.25c.16.3.47.42.5.76l-.12-.04.06.18ZM66.98,15.24h0c.1.03.16.13.16.23-.1-.04-.16-.13-.16-.23ZM67.5,15.53h.04s.06.15.06.15h-.06s-.03-.15-.03-.15ZM67.87,11.89h0s0,0,0,0h0ZM67.87,11.89c.08.15.17.29.25.44.02.04.02.08,0,.12-.14-.17-.44-.22-.39-.55l.13-.02s0,0,0,0ZM67.86,11.88c-.12-.13-.25-.25-.37-.38-.06-.07-.15-.13-.13-.25.23.15.41.37.5.63ZM67.06,9.96h.15c.04.08.09.14.14.19.09.09.18.17.27.25l-.08.22-.49-.52v-.14ZM66.78,14.67l.22.25c-.18-.03-.18-.03-.22-.25ZM66.95,13.64s.02.06.03.09l-.04.03h0c-.19-.26-.49-.42-.61-.74-.05-.13-.08-.13-.26-.13l-.69-.72c.09-.02.19.02.24.09.11.12.24.23.38.31.12.08.22.18.3.29.26.22.48.48.65.78ZM66.09,14.79v.3h0c-.11.02-.15-.06-.18-.12-.09-.25-.32-.42-.38-.69-.01-.08-.08-.14-.11-.22.33.27.6.58.9.87l-.03.04-.2-.17ZM66.11,15.09h-.02s.02,0,.02,0ZM65.59,14.05c-.28-.23-.51-.51-.67-.84h0c.27.14.5.36.64.63.07.12.21.11.28.19.07.08.03.23.18.24.03,0,.06.03.08.05.09.13.18.26.27.39,0,.02,0,.04,0,.11-.28-.24-.54-.5-.78-.78ZM64.28,11.28l.11.32c-.13-.02-.24-.1-.29-.23-.04-.11-.09-.21-.14-.32-.07-.16-.17-.29-.37-.27-.23-.32-.53-.59-.86-.79-.2-.13-.37-.31-.57-.45-.37-.27-.75-.53-1.12-.79-.2-.14-.39-.28-.61-.45l.12-.07-.14-.22c.21.09.38.11.46.31.02.04.12.07.19.08.17.04.2.07.21.25.1.09.2.18.31.25.09.04.18.08.28.1.24.08.46.23.63.43.11.13.21.28.32.42.31.32.65.61,1.02.85l-.06-.31c.17.1.38.1.46.27.16.25.34.49.55.7.03.04.07.08.11.11.18.12.18.31.2.51-.11-.13-.22-.25-.35-.37-.15-.12-.31-.23-.47-.33ZM64.69,11.84q-.18-.04-.1-.19l.1.19ZM62.46,10.79s.03.1.04.15c-.06-.04-.13-.03-.18.01,0-.07-.02-.14-.02-.21v-.31c.08,0,.11.06.15.12-.04.08-.04.17,0,.24ZM62.46,10.55c.08,0,.16-.02.21.07-.11.05-.12.04-.21-.07ZM62.73,10.96l.03.21c-.22-.02-.23-.02-.24-.22h.21ZM62.18,10.47c-.02.07-.05.14-.08.21-.01.03-.05.04-.08.07-.05-.13-.12-.26,0-.43l.16.15ZM61.36,9.95c.09.03.19.04.28.03l.15.25-.06.1-.37-.39ZM61.36,10.19c-.11,0-.15-.06-.12-.16l.12.16ZM61.18,9.82l.06.2h-.17c-.04-.08,0-.14.11-.2ZM60.97,9.69l-.16-.25c.18-.07.22.07.33.15l-.16.1ZM61.63,7.92l.03-.03.09.08-.04.03s-.06-.05-.08-.08ZM62.28,8.32c.13.04.24.12.33.22-.14,0-.27-.09-.33-.22ZM63,8.84c-.15-.05-.28-.15-.36-.28.15.05.28.15.36.28ZM62.93,8.02l.02-.03.18.13-.02.03-.18-.13ZM63.89,9.53c.18-.02.21.07.28.12l-.05.06-.23-.18ZM64.63,9.1s-.05-.06-.08-.09c.04,0,.08.01.12.03.38.23.74.49,1.07.79.05.05.08.11.09.18-.09-.06-.19-.12-.28-.18-.31-.24-.63-.48-.94-.73ZM66.68,10.65l-.19-.15c.14-.01.18.02.19.15ZM66.24,10.35c-.06-.04-.12-.09-.18-.14-.04-.05-.17-.07-.08-.19l.5.41c-.09.01-.18-.01-.25-.08ZM64.12,8.31s.09.03.14.06c.14.11.27.22.41.33.06.05.11.1.16.16.02.02.04.06.06.08.12.07.25.15.36.21.12.06.16.23.33.2.02,0,.05.02.06.03.15.13.3.26.45.39.05.04.08.1.09.16-.17-.11-.33-.22-.5-.33-.34-.22-.67-.45-1.02-.66-.23-.16-.41-.37-.55-.61h0ZM64.52,8.98c-.31-.07-.59-.24-.77-.49.3.08.57.26.77.49ZM63.47,8.6c.31.08.56.29.69.58-.03-.02-.07-.03-.09-.06-.11-.17-.28-.29-.47-.35-.09-.01-.15-.09-.14-.18h0ZM63.42,9.09c-.15-.04-.28-.12-.39-.23.18-.02.27.13.39.23ZM60.22,6.22s-.03-.09-.06-.14c-.05-.06-.15-.08-.13-.22.37.17.73.39,1.06.63.36.22.71.46,1.07.69.35.22.68.48.98.77-.03,0-.06.01-.08,0-.32-.19-.63-.39-.96-.58-.18-.1-.37-.18-.56-.28-.41-.22-.81-.45-1.22-.67-.47-.27-.95-.51-1.46-.7-.24-.12-.46-.29-.63-.5l1.98.99ZM59.75,9.15l-.22-.14q.15,0,.22.14ZM58.79,5.96h0c-.45-.13-.88-.33-1.28-.59.44.16.87.36,1.27.59ZM51.04,2.33c-.13-.05-.27-.07-.41-.06-.21-.01-.43-.05-.63-.11-.21-.05-.41-.13-.61-.19v-.05s1.01.18,1.01.18c.56.1,1.12.25,1.67.43.56.19,1.11.39,1.67.55.34.14.7.21,1.06.22.03,0,.07,0,.1.02.49.18.98.36,1.46.55.27.11.54.22.81.33.04.03.08.06.12.09-.21,0-.42-.05-.6-.15-.24-.08-.49-.16-.73-.24-.05-.01-.11-.01-.14-.04-.17-.12-.37-.2-.57-.23-.11-.03-.22-.04-.34-.04-.18,0-.36-.04-.54-.1-.29-.08-.57-.16-.86-.26-.5-.17-1-.35-1.49-.52-.33-.12-.64-.25-.97-.37ZM56.34,4.97c-.09-.03-.19,0-.21-.14,0-.04-.06-.09-.11-.11-.11-.04-.22-.07-.33-.1l.06.11q-.12,0-.19-.15l-.34-.11c.43.05.86.16,1.25.34l-.16.04.02.12ZM52.85,3.72l1.57.47c.07.02.14.06.19.11-.18-.05-.35-.09-.55-.14-.2-.05-.4-.08-.6-.14-.4-.13-.8-.27-1.2-.41-.03-.01-.05-.05-.07-.08.22.06.43.12.65.19ZM51.95,3.26h0c.57.15,1.14.33,1.69.55-.29-.02-.58-.09-.86-.2-.3-.05-.58-.17-.84-.34ZM53.8,3.92v-.06c.09-.02.15.03.21.1l-.21-.04ZM54.3,4.05c.11-.04.23,0,.31.08l-.31-.08ZM52.17,3.53c-.15.02-.31-.02-.41-.14l.41.14ZM51.55,3.32s0,.04,0,.06c-.02,0-.05.02-.07.02-.74-.16-1.48-.31-2.22-.47.78.04,1.54.17,2.29.39ZM49.13,3.78c.27-.06.49.18.76.14,0,0,.02,0,.03,0,.2.16.46.1.68.15.24.05.47.08.71.11.24.03.47.08.71.09.11,0,.19.03.23.09.2.03.37.06.54.09.06,0,.11.04.15.08.09.1.22.16.35.14.13-.01.2.06.28.11.23-.06.48.01.63.2l.33.05c.06,0,.13.02.19.03.16.04.31.07.38.3l.09-.15c.16.04.33.08.49.14.22.08.43.17.64.26.06.03.12.08.17.12l.06-.07c.06.05.1.09.17.15.06.06.12.13.22.09.02,0,.03,0,.05,0,.21.19.51.21.74.37.22.13.45.24.69.34.24.13.47.27.71.41-.03.03-.05.05-.05.05-.53-.24-1.05-.49-1.58-.73-.08-.03-.17-.06-.26-.09-.02,0-.06,0-.07,0-.25-.24-.62-.19-.9-.32s-.59-.23-.88-.34c-.32-.12-.64-.23-.96-.34-.09-.03-.19-.05-.31-.08-.05-.03.04-.2-.13-.16v.13c-.25-.06-.49-.1-.75-.17-.26-.07-.5-.17-.76-.26-.21-.07-.43-.13-.64-.18-.44-.11-.87-.21-1.31-.31-.36-.08-.72-.17-1.08-.24-.22-.05-.44-.07-.66-.11-.05-.02-.1-.05-.13-.09.16,0,.32-.1.47.02ZM59.78,12.39c-.12-.18-.26-.34-.43-.48-.04-.04-.07-.09-.09-.14l.03-.05c.05.02.13.02.15.04.27.26.51.56.69.89-.15-.04-.28-.13-.35-.27ZM59.95,14.85l-.3-.27.03-.04c.12.07.26.12.27.31ZM59,9.51c-.13-.12-.31-.2-.49-.21v.31c-.12-.07-.22-.13-.31-.2-.09-.07-.17-.15-.27-.25l.16-.03-.05-.13s.03-.03.04-.03c.64.07,1.22.43,1.57.98h0c-.21-.16-.48-.23-.65-.46ZM57.74,9.76c-.18-.16-.41-.26-.6-.44h.25c-.03-.18-.14-.34-.3-.42-.26-.13-.5-.28-.72-.47-.06-.05-.12-.09-.19-.13.11-.02.22-.02.33-.02.07.01.14.05.18.11.13.16.12.16.3.11.01.02.02.04.03.06,0,.03,0,.06,0,.09l.38.16-.19-.19c.18.02.35.11.46.25l-.27-.08c.08.1.17.21.25.3.1.11.2.22.3.33.12.12.25.23.22.44,0,.05.09.13.15.18.13.12.23.27.3.44.01.03-.01.08-.02.15-.23-.07-.43-.19-.6-.36l.19.09c-.11-.24-.27-.45-.48-.61ZM57.83,12.06c.13.07.14.1.17.36-.32-.16-.59-.39-.8-.68.23.12.43.22.63.33ZM57.27,11.44c.37-.02.55.12.52.35l-.52-.35ZM56.81,11.32c-.18-.09-.31-.15-.44-.22-.16-.09-.16-.1-.12-.35.13.06.25.12.38.17.17.07.11.23.19.41ZM55.87,10.94c-.39-.19-.43-.23-.4-.53.06.04.11.07.16.12.03.03.05.07.08.1.07.03.17-.12.23.04l-.12.1.05.17ZM55.35,8.05h0c0-.14.03-.18.09-.13.07.05.13.09.19.15l-.28-.02ZM55.75,7.42c-.24-.16-.51-.27-.79-.34l.03-.18c.26.11.55.17.83.16.12.18.3.31.51.36.03,0,.08.02.09,0,.1-.11.21-.04.27.01.25.19.52.34.8.47.17.1.33.21.51.33h0c-.16,0-.28-.01-.4-.04-.1-.02-.19-.05-.28-.1-.29-.19-.61-.34-.94-.45-.05-.01-.09-.03-.13-.07-.12-.15-.32-.22-.5-.17ZM55.09,8.22c-.12.02-.16-.05-.24-.16.11,0,.2.06.24.16ZM54.84,6.44c.1-.07.11-.08.18.02l-.18-.02ZM55.52,6.69c0,.13.13.17.18.28-.21.03-.34-.11-.52-.17l.07-.18-.16-.12.22-.12c.17.07.33.13.48.18.31.11.6.27.86.48l-1.13-.35ZM56.78,7.27c-.17.05-.34-.02-.43-.17.16,0,.32.05.43.17ZM56.26,6.99q-.15.04-.24,0v-.05s.24.05.24.05ZM58.65,12.09l.21.18c-.1.02-.21-.03-.25-.13l.04-.05ZM58.86,8.83h0c-.3-.03-.58-.14-.83-.3.03-.02.04-.03.06-.03.03,0,.06.01.09.03l.69.31ZM58.48,8.51h0c.13-.05.17,0,.24.11l-.25-.11ZM48.32,3.7v.07s-.38-.06-.38-.06c.12-.06.26-.06.38,0ZM47.49,2.65h.14s.01.01.02.01h-.01s-.14.01-.14.01v-.03ZM47.63,3.59h0c-.2.09-.25.07-.26-.11q.14,0,.26.11ZM47.21,2.61s0,.02.02.04c-.02,0-.05.02-.06.02s-.01-.03-.02-.05c.02,0,.04,0,.06,0ZM47.04,3.46v.07s-.24-.03-.24-.03c.11-.08.17-.1.24-.03ZM46.43,4.74v-.04h.25l-.06.35h0c-.16-.11-.05-.19-.04-.27l-.14-.04ZM46.52,4.51l.03-.06.19.09c-.07.04-.16.03-.21-.04ZM46.63,4.4l-.16-.07s.07-.08.1-.08c.09,0,.1.05.06.15ZM46.61,3.44c-.26.03-.35.01-.47-.11l.47.11ZM45.93,3.81l-.05.11q-.04-.09.05-.11ZM46.08,4.27l-.12.09.24.14c0,.15-.17.17-.22.27l-.16-.1c-.09-.06-.2-.11-.22-.27.17-.02.29-.15.48-.13ZM45.35,3.63c0,.2-.16.17-.24.26l-.07-.29.31.03ZM44.72,3.7s0,0,0,0c.03.07,0,.14-.06.17l-.06-.04.11-.15ZM44.64,4.66s-.06-.04-.11-.07c.16-.12.32-.01.46-.04-.08.14-.25.04-.36.11ZM44.99,4.55h0s0,0,0,0h0ZM44.99,4.55c.13.03.25.06.38.08.11,0,.2.05.27.14.01.02.03.04.06.06.09.06.22.04.28-.05,0,0,0,0,0,0,.02-.01.05-.02.07-.02.07,0,.13,0,.21.02l.08.21-.37-.06v.13s-.12-.03-.14-.06c-.07-.13-.17-.1-.29-.07-.06-.14-.2-.23-.35-.23-.09,0-.18-.06-.21-.15ZM45.52,8.04c.17.05.39-.04.55.16-.2,0-.39-.05-.55-.16ZM46.16,8.09c.22,0,.22,0,.28.14-.24.03-.24.03-.28-.14ZM47.05,5.58h0c-.24,0-.47-.02-.71-.05-.37-.08-.74-.19-1.09-.33l1.81.36v.03ZM46.92,4.35c.03-.18.12-.22.27-.18l.02-.12c.07-.02.15,0,.13.08-.04.13.05.17.13.25v-.25c.21,0,.22.01.32.29.09.02.17.1.34.04l-.24-.14.14-.18c.07.15.22.24.39.25.02,0,.05.03.07.03.2-.13.27.03.36.17.02-.02.04-.06.06-.06.2-.01.39,0,.58.05.11.04.23.06.34.05.32,0,.64.07.95.17.2.06.4.06.61.11.22.05.44.1.66.16l.12.21c.24-.04.49,0,.7.13.26.01.52.08.76.19.16.05.3.12.46.19.18.06.31.22.31.41.11.04.22.09.33.12.06.01.11.07.11.13l-.05-.06c-.13,0-.16.21-.33.12l.09-.11-.27-.17-.04-.24-.75-.18-.04.13-.13-.03.04-.14c-.07-.08-.15-.03-.22-.02l.04.05c-.22.13-.24.13-.4-.02-.03-.03-.06-.05-.1-.07-.19-.07-.38-.12-.57-.17-.05,0-.09-.01-.14,0-.06,0-.13,0-.19,0-.32-.06-.64-.13-.97-.2-.05,0-.09-.04-.14-.05-.04,0-.08.01-.12.03.06.12.19.19.33.18.33.02.65.17.98.18.02,0,.04.03.08.06-.05.02-.08.05-.11.04-.27-.05-.53-.12-.8-.17-.29-.05-.57-.1-.86-.14-.13,0-.24-.08-.28-.2l.39.06.05-.11-.22-.06.22-.13-1.63-.3.03.25-.08.14s-.05,0-.06,0c-.06-.13-.09-.27-.07-.42-.16-.03-.32-.05-.48-.08-.3-.05-.61-.09-.91-.14-.07-.02-.13-.06-.18-.11ZM53.95,7.41q-.33-.02-.33-.2l.33.2ZM53.51,5.97h0c.21-.11.33.06.48.08-.16.05-.33.15-.48-.08ZM54.02,10.02c.05-.02.15.08.24.13l-.18.16-.44-.33c.12.04.25.05.38.03ZM54.16,7.18c.19.04.37.13.51.27l-.54-.21.03-.06h0ZM54.23,9.96c.2,0,.38.08.51.23-.19-.04-.36-.11-.51-.23ZM53.22,6.33l-.02.02-.15-.04v-.03s.06,0,.09,0c.03.01.05.03.08.05ZM52.94,6.18v.06s-.23-.05-.23-.05c.06-.05.16-.06.23-.01ZM52.45,6.1v.05s-.17-.04-.17-.04l.02-.06.15.05ZM51.87,5.97c.12-.08.18.05.27.06-.09.02-.19.04-.27-.06ZM52.14,6.27v.04s-.18-.04-.18-.04l.02-.06.17.05ZM49.85,5.27q-.18.07-.31,0c.11-.14.21.02.31,0h0ZM49.08,4.92c-.09.07-.28-.02-.27.17l-.11-.13c.11-.04.22-.14.37-.04ZM48.1,4.72v.05h0c-.13.04-.26,0-.35-.09l.36.03ZM47.61,5.25l-.07-.05.1-.19-.25-.16v-.02c.22.04.44.07.66.11.08.02.2.04.18.2l-.44-.15-.18.27ZM48.94,5.42c-.39-.03-.77-.11-1.13-.23.03-.01.05-.04.08-.04.35.06.71.13,1.06.19v.08s0,0,0,0ZM49.03,5.18s0-.03,0-.03l.33.06c-.11.05-.24.03-.34-.03ZM49.49,5.48l.02-.05h0c.71.15,1.42.3,2.14.43.03,0,.06.05.08.11l-.5-.09s-.06-.02-.09-.03l-1.41-.26c-.09,0-.17-.04-.23-.11ZM51.52,9.39l-.1.15c-.29-.12-.56-.28-.79-.49.17-.06.37-.04.52.07.14.06.28.11.43.15.17.07.2.09.2.33-.17.03-.17-.12-.25-.2ZM51.52,7.69c.1-.09.16,0,.21.06l-.21-.06ZM52.37,7.99c-.16,0-.32-.06-.44-.18h0c.17-.05.35-.01.48.1-.02.03-.03.07-.05.07ZM52.55,7l-.09-.07.02-.03.11.05-.04.04ZM52.77,7.06l.06-.12c-.17-.06-.32-.15-.5-.07-.17-.18-.43-.13-.63-.25l-.07.16c-.06-.12-.18-.22-.31-.25-.25-.08-.5-.18-.75-.26-.15-.05-.31-.07-.46-.1.02-.11.09-.07.15-.06.35.06.69.13,1.03.22l1.92.51s.09.03.16.06l-.03.38-.57-.21ZM64.77,19.42c-.12-.11-.21-.26-.37-.33-.05-.02-.08-.12-.12-.18-.28-.36-.61-.69-.97-.97-.33-.26-.67-.49-1.01-.73-.03-.02-.07-.04-.11-.05-.06.13.04.2.08.28.04.08.08.16.12.24-.14-.04-.2-.09-.38-.27-.27-.28-.55-.55-.83-.83-.07-.09-.14-.18-.2-.28-.02-.03-.03-.06-.06-.08-.53-.44-1.08-.85-1.66-1.22-.25-.16-.5-.31-.76-.45-.39-.21-.78-.41-1.17-.61-.07-.04-.16-.05-.23-.09-.1-.05-.2-.11-.31-.16-.14-.06-.28-.1-.42-.16-.3-.14-.61-.3-.9-.42s-.59-.2-.89-.31c-.23-.09-.48-.18-.69-.27-.21-.09-.43-.19-.64-.28-.04-.02-.08-.04-.12-.07v-.06s.02,0,.02,0c.22-.08.44.13.65-.01l-.23-.28-.24-.29s.02,0,.03-.01c.07-.03.15.01.18.08.06.11.16.19.28.24.09.06.21.07.31.02.12-.07.27-.04.37.06.17.15.38.27.61.33.1.02.17.11.17.21,0,0,0,0,0,0,.05.28.32.46.6.41.12.14.29.23.47.25.07.02.14.05.2.09.27.15.54.28.83.39.26.13.5.29.75.45.16.12.34.21.53.27.11.03.21.07.3.13.28.14.55.3.81.48.06.05.17.03.24.08.07.05.09.13.18.19.2.13.38.29.57.44.21.16.43.31.65.46.07.05.14.09.22.14l.16-.09c.14.26.41.37.58.6.05.07.16.09.28.15.04.27.33.4.51.63l.08-.11c.12.13.23.25.34.38.05.08.11.15.17.21.34.29.64.63.87,1.01.07.09.15.18.22.27.03.05.05.09.06.14-.04,0-.08-.02-.12-.04ZM60.73,15.35l.03-.04.12.09-.03.04-.12-.09ZM65.63,18.56c-.3-.32-.59-.65-.91-.96-.22-.22-.47-.4-.69-.61-.29-.24-.55-.5-.78-.8-.11-.15-.25-.27-.41-.36l.06.16s-.03.01-.04.01c-.08-.06-.15-.12-.23-.18-.16-.14-.32-.26-.49-.38-.25-.18-.49-.37-.72-.58-.21-.18-.42-.34-.64-.51-.15-.12-.31-.2-.36-.42-.03-.12-.15-.21-.24-.31-.08-.11-.21-.18-.26-.34.25,0,.38.33.65.2.24.23.4.55.76.62.02-.01.04-.02.05-.04.02-.03.04-.06.07-.11l-.79-.87c.16-.12.2.08.32.13v-.36c.14.15.37.17.43.39,0,.02.03.04.05.05l.45.29-.22.08c.18.28.27.59.57.78.12.1.18.27.15.43,0,.11.03.21.11.29.21.25.45.49.7.7.15.15.3.3.44.45.03.05.06.1.08.15.05.09.12.16.2.22,0-.1-.01-.19-.03-.28,0-.07-.04-.13-.09-.17-.29-.25-.53-.55-.7-.89-.06-.1-.14-.19-.22-.27-.15-.14-.24-.33-.25-.53l.23.14c-.05-.24-.32-.27-.35-.48.03,0,.06,0,.08.02.36.28.68.61.95.98.18.24.44.34.61.56.06.08.13.15.2.22.04.05.09.09.14.13.16.14.28.32.35.53-.33-.25-.64-.53-.93-.84-.02.14.03.27.13.37l.71.85c-.09.21,0,.37.15.57s.36.33.52.51c.19.18.32.41.37.67-.08-.05-.15-.1-.22-.16ZM60.45,11.76h0c.16,0,.17.07.16.16l-.16-.16ZM65.12,17.06h0c.22.22.39.48.48.77l-.04.03s-.07-.05-.09-.08c-.12-.18-.23-.36-.33-.55-.02-.06-.02-.12-.02-.18ZM65.3,14.78c-.24-.08-.2-.33-.24-.49-.03-.16-.09-.31-.17-.45l.02.24c-.1-.13-.09-.33-.34-.37l.19.2c-.01.1-.03.19-.07.28-.07.16-.06.35.03.5.06.13.14.25.23.35.17.18.31.39.4.62.07.12.14.24.23.35.03.04.05.08.06.13-.16-.05-.3-.14-.41-.27-.14-.16-.3-.31-.47-.44-.27-.26-.54-.51-.82-.77-.15-.14-.29-.27-.44-.41-.41-.36-.81-.71-1.22-1.06-.16-.13-.34-.24-.49-.38-.18-.16-.3-.37-.35-.6.16-.01.3.07.37.21.02.04.06.08.11.1.26.08.46.28.55.53,0,.02.04.03.09.06l-.02-.22s.04,0,.04,0c.12.22.29.41.5.55.14.09.28.18.41.28.07.06.13.13.18.21.09.13.17.26.23.4.05.1.14.18.25.22.07.03.12.07.17.13.09.11.19.22.3.33l.1-.09c-.1-.16-.25-.3-.41-.4-.23-.15-.37-.39-.38-.66-.02-.26-.07-.31-.31-.3-.17-.11-.21-.36-.46-.37-.11-.23-.18-.48-.21-.74h-.06s-.03.25-.03.25h-.04s-.11-.22-.11-.22l-.09.18c-.15-.1-.26-.24-.32-.41-.13-.34-.36-.64-.65-.85-.08-.06-.15-.13-.23-.2-.08.13,0,.22.06.31.11.13.19.28.24.45-.16-.16-.21-.37-.45-.4-.1.09-.21.02-.33-.07l-.06.14-.12-.25c-.02-.08-.21-.03-.13-.21l.59.27c-.05-.1-.07-.15-.1-.19-.07-.12-.14-.25-.22-.36-.06-.08-.12-.15-.19-.22-.14-.13-.28-.26-.42-.39-.07-.06-.13-.13-.2-.2.1-.04.2.09.27-.06-.03-.03-.06-.09-.11-.1-.18-.05-.33-.18-.41-.36-.09-.13-.21-.24-.35-.33-.12-.09-.25-.15-.36-.25.33.11.65.26.94.46l.03-.13c.18.09.42.09.53.32l.1-.09c-.01.17.3.19.15.44l.2.09s0,0,0-.01c.09.12.18.24.28.34.03.04.07.07.12.07.21-.02.28.14.37.29h.18s0,0,0,0l.3.21s0,0,0,0l.11.26c.11-.02.23.02.29.12.08.1.17.19.27.28.07.04.14.07.22.1-.08-.21-.09-.21-.29-.27l-.03-.29c.13-.08.29-.08.42,0,.04.03.09.05.11.08.09.17.24.29.42.37.05.02.09.04.12.08.06.08.1.19.15.25.05.06.14.09.2.14.09.08.16.15.24.25s.16.19.25.27c.18.17.36.34.53.52.15.15.28.3.42.45.09.09.18.17.27.26.05.06.12.13.05.24-.05-.02-.09-.05-.13-.09-.25-.22-.48-.45-.71-.69-.13-.15-.26-.29-.39-.44-.04-.04-.08-.11-.12-.12-.25-.04-.38-.26-.57-.37-.03-.01-.06-.02-.09-.02-.11-.18-.28-.32-.49-.39-.07-.14-.2-.24-.36-.25.11.1.17.27.36.25.08.08.16.17.24.23.08.06.17.12.26.17.12.12.24.24.35.37.04.07.07.14.09.21l-.17.05c.1.1.2.2.3.29.17.16.34.31.51.47.04.04.07.1.07.16l-.19-.12c.28.24.31.63.52.89.06.08.12.16.19.26l.02.22h.03s.21.33.21.33v.03h-.17l-.55-.75ZM65.94,16.44l.15.16c-.13,0-.16-.04-.15-.16ZM66.11,15.83l-.1-.12.02-.03s.05.04.07.06c.01.02.02.05.03.08h-.02ZM66.24,16.24l-.04-.16h.05s.03.15.03.15h-.04ZM66.13,15.09h.21s.34.48.34.48c.04.06.11.11.11.17,0,.17.11.25.26.34l-.13.06.06.18s-.06,0-.06,0c-.05-.06-.1-.13-.14-.2-.19-.36-.4-.7-.65-1.02ZM67.61,23.4c-.12-.17-.24-.33-.34-.48-.12-.15-.23-.31-.31-.48-.07-.17-.21-.34-.18-.55l.06-.02s.05.06.06.1c.04.2.15.38.3.52.33.32.25.28.3.58.07.1.13.17.18.25,0,0-.03.03-.06.07ZM67.78,19.03c-.09-.15-.18-.31-.27-.47-.03-.05-.06-.12-.1-.14-.18-.07-.21-.25-.3-.38-.08-.12-.14-.24-.19-.37-.02-.08-.04-.17-.05-.26.11.02.21.11.24.22.08.23.21.43.36.61.03.04.05.08.07.13.04.07.07.18.13.2.22.08.2.3.29.46-.08.07-.14.05-.18,0ZM69.34,21.42c.22.17.29.34.26.52-.11-.16-.2-.33-.26-.52ZM70.11,22.76c-.07-.11-.17-.16-.13-.29.01,0,.02,0,.03.01.1.05.15.17.1.28ZM70.3,22.98h0c.12.03.14.1.14.22-.09-.04-.14-.12-.14-.22ZM70.6,28.43c.15.13.15.28.22.4-.16-.07-.16-.22-.22-.4ZM70.85,29.1c-.08-.06-.1-.18-.04-.26l.04.27s0,0,0,0ZM70.82,28.83s0,0,0,0h0s0,0,0,0ZM71.17,24.78c.19-.25.02-.43-.13-.62l.02.27c-.1.04-.13,0-.16-.08-.07-.2-.14-.41-.23-.65l.12-.07c-.06-.1-.24-.05-.24-.23,0,0,.01,0,.02-.01.05-.05.06-.13.01-.18-.1-.17-.2-.34-.29-.49-.09-.15-.19-.3-.3-.47l-.03.21-.37-.51c.16-.1.18.07.25.15.06-.12-.03-.18-.09-.25-.06-.09-.11-.19-.14-.29-.05-.09-.1-.18-.15-.26-.05-.08-.11-.16-.18-.27l-.09.18c-.21-.22-.24-.33-.19-.55-.23-.4-.46-.8-.68-1.19-.01-.02-.03-.05-.03-.07.02-.2-.11-.34-.21-.49-.12-.22-.2-.46-.22-.71l.22.21.03-.02-.11-.25.15.03v-.33s-.1-.08-.15-.12c-.16-.08-.26-.26-.25-.45v-.14s.05,0,.06.01c.49.52.94,1.07,1.34,1.66.04.07.08.14.11.22.01.03.02.06.04.09.15.19.31.36.44.56.08.13.12.27.13.42l-.51-.72c.01.17.01.34,0,.52-.02.15-.03.28.11.39.06.07.11.15.12.24.09.29.2.58.34.85.18.36.32.75.41,1.14,0,.05.02.1.04.14.14.27.28.53.42.79,0,.01.03.02.06.04,0-.03.02-.07.03-.1.02-.04.05-.1.08-.1.05,0,.09.02.12.05.03.08.09.09.16.13.09.05.16.12.19.22.15.27.24.57.26.87h.12s.17.78.17.78c.19.17.12.47.32.63.22-.06.24-.05.28.17.06.33.16.64.31.94.03.05.06.1.09.14l.05-.06s.03.02.03.03c.02.06.04.13.04.19,0,.12.04.24.12.33.08.12.13.25.17.39l.09-.17c.08.08.11.14.05.24-.08.14-.07.15.11.19-.05.22-.02.45.08.65l.04-.31h.03c.03.15.06.3.07.46,0,.31.05.61.14.91,0,.07,0,.13,0,.2-.01.15-.03.3-.03.45.01.1.03.19.06.28.03.09.06.19.08.29.03.3.05.61.08.92.01.15.02.3.04.45,0,.03,0,.05.02.07.1.12.15.28.14.44.05.51.09,1.03.13,1.54,0,.02.01.06,0,.07-.16.22-.01.44.02.65.06.29.05.6-.04.88-.03.09-.12.16-.22.15-.08-.15-.11-.33-.08-.5.04-.19.01-.38-.08-.55-.03-.04-.01-.11-.02-.17-.03-.28-.05-.56-.09-.84-.02-.08-.05-.15-.08-.22-.02-.08-.03-.16-.03-.24v-.44l-.17.05-.02.53h-.05s-.04-.08-.04-.08v.24l.16-.05c.05.08.07.18.05.27-.01.24-.01.48-.01.72,0,.02,0,.05,0,.07.13.15.09.33.08.5-.01.29,0,.58.04.86.04.25.02.5-.06.74-.02-.05-.03-.09-.04-.14-.03-.42-.04-.84-.08-1.26-.03-.37-.1-.74-.11-1.1,0-.37-.17-.69-.19-1.05,0-.11-.06-.23.05-.35l.06.24.15-.12c.06-.23.06-.47.01-.71-.12-.55-.22-1.11-.34-1.66-.11-.5-.23-1-.36-1.5-.02-.17-.09-.33-.19-.47l-.16.29-.11-.55c.03-.06.11-.15.11-.23-.01-.15-.04-.3-.09-.45h-.06c-.01.08-.03.15-.04.23,0,.07-.02.14-.04.21-.09-.18-.11-.39-.06-.59.03-.14.02-.28-.03-.41-.12-.37-.23-.75-.35-1.12-.03-.1-.05-.23-.16-.29l-.04-.25c.09.07.07.16.04.25l.17-.1c0-.2-.1-.38-.27-.49l.03.21c-.09-.17-.27-.3-.32-.53l.21.14c-.03-.27-.15-.52-.32-.72,0,.18.15.31.05.49l-.27-.55ZM73.5,33.08h.01l.04.22h-.04v-.22ZM72.69,37.7c-.01-.3,0-.6.04-.9.02.03.04.07.06.11.1.46.16.93.17,1.41.02.61.04,1.21.03,1.82.02.55-.03,1.09-.15,1.63-.05.17-.09.34-.13.52h-.02c.02-.59.04-1.19.06-1.79.01-.55.03-1.1.02-1.65,0-.38-.06-.76-.08-1.14ZM72.98,42.68s.01.06.01.09c-.02.33-.06.66-.07.99-.02.25-.1.49-.22.7-.03.05-.07.1-.12.15.16-.64.26-1.28.4-1.93ZM72.56,34.42c-.06-.15-.08-.32-.07-.48v-.39l.07-.02c.16.3,0,.59,0,.88ZM72.49,33.29c0,.09,0,.18,0,.27l-.1.12-.09-.58c.16,0,.18.09.19.19ZM71.38,27.4l.18-.06c.2.55.36,1.12.46,1.7-.29-.51-.5-1.06-.64-1.64ZM71.58,28.99c-.13-.07-.15-.12-.16-.56.11.17.17.36.16.56ZM71.7,30.75c-.16-.57-.33-1.13-.5-1.7,0-.03,0-.06,0-.09h.07s.23.64.23.64c.12-.15-.05-.3.05-.46.04.06.08.13.11.2.07.22.13.44.19.67.13.49.22.99.27,1.49.03.29.09.57.14.85.03.15.03.31.01.47-.03-.12-.08-.25-.11-.37-.16-.57-.31-1.14-.47-1.71ZM72.48,41.99c0-.08,0-.16-.02-.23-.02-.07-.05-.14-.08-.2q.08-.15.04-.43c-.15.05-.03.21-.12.28-.09-.14-.12-.31-.08-.47l.16-.04c.05-.24.06-.48.03-.72-.06.06-.11.08-.11.11-.01.06,0,.12,0,.18-.01.06-.03.11-.05.16-.1-.51-.11-1.04-.04-1.56l.08.22h.03c0-.07,0-.13,0-.2-.05-.28-.11-.56-.15-.85-.02-.1-.02-.2-.03-.3-.05-.27-.09-.54-.15-.81-.04-.14-.02-.28.04-.41.02-.06.03-.13.02-.19-.03-.26-.07-.53-.11-.79s-.08-.52-.12-.8c.13,0,.14-.11.17-.21.03-.1.09-.18.17-.24,0,.06,0,.12,0,.18.01.4.07.79.16,1.18,0,.02,0,.05.01.07.04.52.09,1.04.13,1.56.04.6.09,1.2.12,1.81.01.21-.02.42-.03.62-.01.18-.01.36-.01.54,0,.11,0,.23,0,.34,0,.39,0,.79,0,1.18h-.06ZM72.34,48c.08-.29.14-.58.24-.86.09-.2.18-.39.29-.57.03-.07.05-.15.06-.22.05-.17.09-.35.14-.52.08-.29.16-.58.25-.87.06-.19.13-.37.2-.56h.05s-.28,1.08-.28,1.08l.11.09c-.04.19-.08.39-.13.58-.04.17-.08.34-.13.5-.01.05-.03.11-.06.13-.17.15-.29.34-.35.56-.09.2-.19.39-.28.58-.03.07-.06.13-.11.23,0-.05,0-.1,0-.15ZM70.87,52.38s.02-.06.03-.09c.21-.41.37-.84.49-1.28,0-.03.02-.06.03-.09.19-.36.32-.75.37-1.16.01-.03.03-.05.04-.08h0c.06.07.09.12.13.17.04.05.07.11.1.17.1,0,.11-.09.09-.14-.08-.22.08-.36.16-.52.07-.11.15-.21.23-.3l.22-.04c0,.2-.13.32-.2.47l-.09-.07-.11.16h.15c-.04.27-.12.52-.26.76-.11.24-.21.48-.33.75l.15-.02c-.14.3-.28.59-.4.89-.08.16-.12.32-.14.49,0,.13-.05.26-.12.37,0,.01-.02.03-.02.04,0,.22-.15.37-.23.56-.02.06-.04.13-.05.19,0,.04-.01.08-.03.12-.1.17-.22.33-.35.48.02-.05.04-.1.05-.15.09-.2.14-.41.15-.62.02-.14.07-.27.15-.39.08-.13.16-.25.25-.37-.04.02-.09.03-.13.04-.04,0-.09,0-.13-.01l-.12.19s-.04.09-.07.1c-.28.11-.3.37-.37.6-.02.06-.04.11-.06.17h-.05c0-.09,0-.17.02-.25.05-.17.12-.34.19-.51.08-.21.16-.42.24-.63ZM70.83,54.95c0,.17-.11.32-.27.36l.27-.36ZM70.57,54.65l.05-.13.05.03-.06.11-.04-.02ZM70.96,55.17l.06.03c-.02.13-.12.2-.22.29l.17-.31ZM70.63,56.97c.13-.11.19-.27.17-.44h.05s.19.16.19.16c-.12.29-.33.54-.6.71h0c0-.16.07-.32.19-.44ZM69.48,52.31c.13-.49.3-.98.51-1.45.11-.25.19-.51.28-.77.01-.03.02-.06.01-.1,0-.18.04-.37.14-.52.09-.18.19-.35.28-.52h0c.01.23-.03.46-.13.67-.04.13-.1.25-.15.37-.08.19-.15.39-.2.58-.09.41-.33.76-.44,1.16-.01.06-.02.12-.03.18,0,.03,0,.06-.02.09-.08.15-.18.3-.29.44,0-.04.02-.08.03-.13ZM70.08,54.66l.06.02-.09.23-.05-.02.09-.23ZM70.02,52.08l.24-.2c.06.14-.04.21-.14.32l-.1-.12ZM70.27,55.17l.07.04-.35.72c-.02-.28.08-.55.28-.75ZM70.26,54.25s0-.02-.01-.03c-.04-.11.03-.24.14-.27l-.13.3ZM69.95,52.52s0,.09-.01.13c-.02.04-.05.08-.08.11-.05-.11-.04-.17.09-.24ZM68.96,54.67c.09-.17.14-.35.14-.54,0-.07.08-.15.15-.26l.09.23s0,.03-.01.05c-.09.12-.14.26-.17.4-.05.2-.13.4-.25.57l-.05-.02h0c.04-.14.07-.29.11-.44ZM68.89,55.29c0,.13-.09.17-.15.23h0s0,0,0,0c-.02-.11.05-.21.16-.23ZM68.58,55.18l.04.03-.16.25c-.02-.11.03-.22.12-.28ZM68.44,58.79c-.04-.26.06-.51.26-.68.12-.11.22-.23.29-.37.05-.06.07-.13.06-.21-.05-.22.08-.33.24-.44-.06-.1-.03-.23.06-.29.09-.11.16-.23.21-.36.04-.08.06-.18.19-.19,0,.27-.27.42-.31.7.31-.11.43-.39.62-.62.04.11-.02.16-.04.22-.02.07-.04.15-.05.23.15-.02.28-.12.33-.27.04-.09.05-.19.08-.29.03-.08.03-.17.14-.22.02.14-.01.28-.09.4-.12.23-.22.46-.3.71-.02.04-.02.11-.06.14-.15.12-.17.33-.28.48-.07.13-.13.26-.18.4-.04.08-.1.14-.17.19.11-.44.32-.85.47-1.27l-.25.23c0,.13-.04.25-.14.33-.12.14-.22.29-.31.45-.09.18-.2.34-.33.5-.07.08-.12.18-.15.29-.04.21-.19.3-.35.44l.23-.6-.18.11ZM68.35,59.38l.06.15c-.05.13-.11.26-.18.38-.1.12-.2.22-.32.32.09-.31.24-.59.44-.85ZM68.05,59.4c0,.13-.08.24-.19.29-.02-.21-.02-.21.19-.29ZM68.22,58.92c.07.21-.16.22-.22.4h0c-.02-.25.03-.33.22-.4ZM68.22,56.54h0c-.03.11-.04.22-.17.27-.04-.16.08-.21.17-.27ZM68,56.9h0c-.03.23-.13.43-.27.6-.03-.27.19-.41.27-.6ZM67.67,58.24s.02-.06.03-.09c.02,0,.04,0,.06.01l-.04.1-.05-.02h0ZM67.3,58.64c.14-.09.3-.11.46-.06l.07.24c-.17.39-.37.75-.61,1.1-.04.06-.07.13-.12.19-.04.05-.09.1-.14.12-.22.08-.38.27-.42.5-.06.16-.13.32-.2.48-.02.04-.05.07-.08.09-.12.07-.24.14-.38.22.07-.19.15-.37.26-.54.07-.11.15-.22.22-.33h0s0,0,0,0h0s-.28.18-.28.18l-.03-.02.24-.4c.12.07.06.16.07.23.03-.01.07-.02.09-.04.12-.17.24-.33.36-.5.13-.14.18-.34.15-.53l.37-.39-.11-.04.09-.19-.16.03.17-.34ZM67.1,61.63s.01.06,0,.07c-.12.11-.26.22-.38.33-.1.09-.19.19-.27.29-.16.22-.33.44-.49.66-.06.08-.11.16-.17.25-.07.11-.18.21-.3.27l-.07-.22c-.2.03-.31.19-.45.3-.08.06-.15.13-.23.21.06-.11.12-.23.19-.33.15-.21.3-.41.44-.61l-.08-.13.32-.47.04.02-.02.13c.22-.15.24-.42.42-.57.18-.14.23-.4.46-.52,0,.03-.01.06-.02.08-.12.21-.24.42-.37.64-.03.05-.05.12-.09.14-.22.11-.27.35-.42.52.13-.01.24-.09.3-.2.1-.17.24-.32.41-.43.07-.04.12-.04.19.03.07-.09.14-.18.2-.28.13-.24.24-.49.34-.75.12-.32.27-.63.46-.91.04-.05.09-.09.14-.12,0,.05.01.08,0,.09-.13.12-.2.29-.19.47.03.41-.32.61-.47.92-.03.05-.06.1-.11.19l.2-.07ZM64.85,64.25c-.11.12-.22.25-.32.38-.09.11-.16.23-.25.34-.06.08-.14.14-.15.25,0,.05-.09.1-.18.19v-.23s-.69.6-.69.6l-.04-.04c.14-.16.28-.33.44-.48.15-.18.33-.33.55-.43.04-.02.07-.07.1-.11.08-.09.16-.19.24-.28.04-.04.07-.09.1-.14.12-.19.23-.38.37-.56.1-.1.21-.19.33-.26.04.04.12.08.12.13.01.09,0,.18-.06.25-.13.13-.28.26-.43.38h0s0,0,0,0c-.04-.05-.09-.02-.12.01ZM64.94,64.29c-.06.22-.15.33-.3.31l.3-.31ZM64.63,65.66h0s0,0,0,0c0,0,0,0,0,0ZM64.5,65.08l-.05.09-.04-.02.05-.09.04.02ZM64.21,65.45q-.11.13-.27.12c.09-.19.13-.21.27-.12h0ZM63.28,66.13c-.07.16-.16.12-.23.1l.23-.1ZM64.56,64.03c0-.14.08-.17.15-.21-.02.09-.07.17-.15.21ZM67.77,60.68c-.02.16-.13.22-.22.3.04-.11.03-.25.22-.3ZM66.51,60.2c.05-.1.1-.2.15-.3.03-.07.05-.15.07-.22l.17-.09c-.06.24-.19.45-.38.61ZM67.11,59c.02.11-.02.22-.09.29-.02-.11-.02-.11.09-.29ZM66.61,59.18c0,.12,0,.13-.12.24q-.07-.15.12-.24ZM65.62,60.47s.03.01.06.02c.02-.07.07-.15.05-.21-.05-.14.05-.21.11-.28.1-.11.21-.2.33-.29l-.02.21.17-.28c.2.05.25.03.33-.12.09-.15.17-.3.27-.49l-.22.02c.16-.34.3-.66.45-.98,0-.01.04-.01.1-.03-.03.1-.05.19-.07.27-.02.08-.04.16-.06.24-.03.07-.07.14-.12.2.05.16.01.33-.09.47-.08.14-.15.3-.21.45h0s-.28.42-.28.42l-.04-.15c-.26.44-.52.89-.79,1.33-.02.04-.08.06-.15.11.04-.24.22-.36.3-.53.11-.17.21-.34.29-.53-.14-.02-.19.05-.24.14-.11.16-.23.32-.34.48-.02.03-.07.03-.16.08l.28-.58.05.03ZM65.27,59.39l.12-.24c0,.1-.02.19-.12.24ZM65.4,59.14s0-.03,0-.04c.08-.13.16-.25.26-.41.04.19-.08.38-.26.45ZM65.69,57.07c.04.12-.01.26-.13.31l-.05-.04.18-.27ZM65.47,57.62l.04.02-.08.16-.06-.04.09-.14ZM65.41,58.23l-.19.37c-.07-.2.11-.27.12-.41l.07.04ZM65.3,57.89l.07.03h0c-.06.24-.19.47-.37.64l.3-.68ZM63.97,60.84c.05.21.05.21-.15.27l.15-.27ZM63.51,61.88l-.13.24c0-.11.01-.2.13-.24ZM63.33,62.58c.07-.15.24-.24.21-.44,0-.01.04-.03.05-.05.07-.09.14-.18.22-.29,0,0-.02-.02-.02-.03-.07-.11-.04-.26.07-.33.02-.02.06-.03.06-.05.04-.26.29-.36.42-.56.07-.1.13-.21.19-.32.02-.03.02-.07.05-.09.26-.21.3-.55.49-.79l-.13-.26s-.08.01-.09.03c-.09.17-.28.29-.23.52,0,.03-.03.07-.05.1-.12.14-.18.33-.18.51l-.17.04c-.05.06-.03.18-.16.2,0-.03,0-.06,0-.08.3-.66.6-1.33.91-2l.16.04h0s0,0,0,0c-.03.07-.06.13-.09.2-.04.09-.1.18-.15.27l.04.04c.07-.04.15-.06.19-.12.07-.1.11-.22.14-.34.01-.05-.04-.07-.1-.06.13-.05.25-.11.28-.28.02-.09.13-.15.18-.23.24-.4.42-.83.53-1.28.02-.07.04-.14.08-.21.06-.15.09-.16.25-.11l.34-.53s.01.03,0,.05c-.1.33-.26.64-.46.92-.03.03-.05.07-.06.11-.09.33-.24.64-.45.9-.2.29-.38.59-.55.91-.06.13-.1.27-.14.41h.09c-.02.33-.14.65-.35.9-.09.09-.15.21-.15.33,0,.03-.01.07-.03.09-.18.3-.36.6-.53.9-.07.12-.16.21-.33.15l-.02.25-.51.65c0-.07,0-.09,0-.11ZM62.39,64.27l.04.04-.15.14s0-.01,0-.02c-.01-.07.04-.14.11-.16ZM62.25,64.58l-.24.23c.02-.23.03-.25.24-.23ZM61.99,65.97c.14-.13.26-.29.41-.46l-.23.05c.04-.06.08-.12.13-.17.23-.21.43-.45.59-.72.16-.22.35-.41.52-.63.37-.46.81-.86,1.14-1.35.09-.14.2-.27.31-.39.08-.07.17-.13.27-.18l.02-.15q.12.05.12.19c.15-.01.14-.19.27-.27-.11.36-.32.69-.61.94.04-.1.06-.15.08-.2.02-.04.05-.08.09-.14-.16.02-.17.15-.25.24-.07.09-.14.18-.21.28l-.22.3.11.07c-.11.23-.25.44-.41.64-.19.19-.33.43-.52.61-.11.11-.21.23-.31.36-.17.25-.41.45-.69.58-.08.04-.15.1-.22.16-.3.31-.63.6-.99.85-.02-.09.04-.14.09-.18.17-.14.35-.28.5-.43ZM62.84,65.97h0c-.2.32-.25.35-.45.25.09-.15.25-.17.45-.25ZM62.14,66.5q-.06.2-.25.21l.25-.21ZM61.44,65.56s0,0,0,0c-.02-.16.12-.2.2-.29.02.15-.09.22-.2.29ZM61.44,65.88l.11-.14c.05.12,0,.15-.11.14ZM61.78,63.64l.04.03-.64.95c.07-.39.29-.73.6-.98ZM61.43,65.58c-.07.17-.17.33-.32.44.05-.18.17-.34.32-.44ZM60.96,67.51c.06-.08.13-.16.21-.26l.11.15h.25l.48-.32c-.07.21-.29.29-.41.46-.33-.11-.57.13-.86.25.03-.16.16-.19.22-.28ZM60.54,68.43c.29-.13.55-.31.77-.54.03-.03.05-.08.09-.09.16-.07.31-.16.44-.28.01,0,.03,0,.07-.02h0c.1.12,0,.16-.08.22-.28.2-.56.4-.84.6-.01.01-.03.03-.04.04l.02.11c-.12.08-.21.22-.39.16-.04-.01-.11.03-.15.07-.44.26-.91.47-1.4.63-.03.01-.06.02-.1.02-.02,0-.03,0-.06-.02.09-.14.23-.24.39-.27.24-.08.49-.14.73-.23.09-.03.16-.08.22-.16.08-.12.2-.2.33-.25ZM60.62,69.23l.03.04-.12.09-.03-.03.12-.1ZM59.57,67.78l.14-.05.02.04-.12.07-.03-.05ZM60.07,68.26c-.08.07-.15.18-.3.13l.51-.47.1.13c-.11.06-.21.13-.31.2ZM60.04,65.77c.11-.08.21-.17.32-.26v.18l-.33.21c-.06-.05-.05-.09,0-.14ZM58.84,66.93c.23-.08.41-.26.5-.48.06-.12.14-.24.22-.35l.02.23s.04,0,.04,0c.06-.06.11-.12.16-.18.05-.08.14-.12.24-.13,0,.09-.06.17-.13.21-.2.19-.39.4-.57.62-.2.2-.44.35-.72.42l-.14.2-.05-.03c.12-.18.19-.4.42-.5ZM58.84,67.47c-.21.23-.46.42-.75.53.03-.15.06-.18.32-.33.13-.08.27-.17.4-.26l.04.05ZM58.03,64.73l.43-.42.02.21c-.09.16-.27.25-.45.22ZM57.91,69.18c.06-.08.17-.12.27-.09l-.24.14-.03-.05h0ZM57.59,69.44l.25-.22c-.03.18-.16.2-.25.24,0,0,0-.03,0-.03ZM57.26,68.67c-.11.11-.26.17-.42.15.1-.12.26-.18.42-.15ZM57.23,69.07l-.41.19h.28c-.18.13-.33.23-.45.34-.15.14-.31.03-.48.04,0-.11.06-.16.15-.19l.1.11c.18-.05.25-.2.36-.39l-.26.05c-.02-.12.07-.16.12-.22l.59.07ZM56.65,67.67c-.06.19-.21.26-.29.38-.01.02-.07,0-.13,0,.08-.18.24-.32.42-.38h0ZM56.63,66.94l-.14.17c-.03-.08,0-.14.14-.17ZM54.19,68.33l.04.05-.12.09-.03-.04.11-.1ZM52.61,68.55c.1-.13.27-.19.44-.16-.24.21-.52.37-.82.48.09-.2.28-.2.38-.31ZM50.72,68.99c-.1.05-.17.06-.22-.06.08-.02.17,0,.22.06ZM49.91,69.02l.02.05-.14.07-.02-.05.14-.07ZM49.65,69.34c-.13.12-.29.18-.46.19.14-.1.3-.16.46-.19ZM49.03,70.66l.37-.13c-.09.18-.15.21-.37.13ZM51.11,69.65c-.19.04-.37.09-.55.15-.41.14-.82.31-1.22.5-.15.08-.31.13-.47.16-.06.01-.14-.03-.25-.06.33-.21.61-.39.9-.56.1-.04.2-.07.31-.09.18-.06.35-.11.52-.17.04-.01.08-.04.1-.07.09-.22.28-.21.46-.21.03,0,.06,0,.09.01-.01.13.19.16.11.34ZM51.33,69.05s-.05.01-.07,0c-.11-.03-.22-.07-.36-.12.1-.08.22-.11.34-.11.09,0,.18-.01.26-.04.15-.09.31-.16.48-.21.03,0,.06-.06.09-.1l.05-.05c.12.12.17-.08.31-.05-.05.06-.1.11-.16.16-.12.1-.25.19-.38.29-.16.13-.36.21-.56.22ZM51.92,69.19l-.28.09c.24-.23.18-.24.96-.22v-.14c.24-.2.56-.22.81-.05.07.03.14.04.22.03.06,0,.11-.02.17-.02.05,0,.1,0,.15.02l.15-.11-.23-.02c.32-.24.62-.46.9-.68.03-.02.04-.07.07-.1.13-.14.26-.28.38-.42.04-.05.07-.11.1-.17.27-.04.54-.08.81-.12.09-.03.17-.06.25-.1.03,0,.05-.02.08-.02l-.22.38c-.19.04-.37.08-.55.12-.06.02-.15.04-.17.09-.05.13-.16.11-.26.16l.25.08c0,.19-.18.09-.26.17-.1.08-.2.14-.32.19v-.23l-.18.11.09.13-.32.29c.12.09.3-.04.39.14-.03.06-.07.11-.12.16-.24.15-.51.25-.79.3l-.04-.18-.52-.08.09.16c-.07.17-.23.28-.41.28-.1-.13-.27-.16-.41-.08-.08.03-.16.04-.24.06-.06,0-.11.02-.16.05-.19.13-.44.14-.64.04l.26-.25-.02-.03ZM56.05,68.25c.02.13-.02.2-.18.16l.18-.15h0ZM55.63,68.8c-.08.17-.22.3-.39.39.07-.17.21-.31.39-.39ZM55.04,68.49c.04-.09.13-.14.22-.12h0c-.04.08-.08.18-.22.12ZM54.55,69.8l-.03-.03s.06-.11.09-.11c.11-.02.15-.19.33-.13l-.39.27ZM54.91,70.22c-.06.08-.1.14-.21.14.08-.11.08-.11.21-.14ZM52.64,70.04l-.18.11-.03-.04.18-.11.03.04ZM52.22,70.72c-.11.03-.23.03-.34.05v-.04s.47-.3.47-.3c0,0,.02.01.02.02.09.07.22.05.28-.04.07-.11.19-.17.32-.16l-.02-.07-.22-.04c.09-.11.23-.16.37-.13.09.02.18.06.25-.01.07-.08.17-.17.18-.26.01-.11.06-.13.14-.18.08-.05.16-.1.22-.14l.41-.1c-.12.18-.26.34-.43.48-.04.04-.12.03-.19.04-.1.27-.36.38-.59.52-.06.04-.13.04-.19.12-.07.09-.19.15-.3.14-.13.02-.26.05-.38.1ZM54.05,70.5c-.16.23-.31.38-.59.35,0-.12.08-.22.2-.23.13-.03.26-.07.39-.12ZM52.65,71.35l-.02-.05.36-.09c-.08.11-.21.17-.34.14ZM54.58,70.82c-.1.11-.25.16-.4.16l.04.09c-.35.19-.74.32-1.14.38.24-.25.54-.45.87-.57.1-.02.18-.04.23-.17.03-.09.19-.15.3-.19.16-.05.32-.09.48-.12,0,.03,0,.08,0,.08-.15.09-.28.2-.38.34ZM54.81,70.85c.25-.16.38-.47.69-.57l.33.02-.12.29-.86.33-.03-.06ZM55.23,70.89c.13-.07.23-.12.33-.17.16-.09.32-.18.48-.26.07-.03.14-.05.22-.07-.05-.24-.03-.29.22-.37.08-.03.16-.04.28-.08q-.14-.06-.27-.02c.08-.1.17-.18.29-.23.14.08.32.08.47,0l.02.05-.82.5c.07.01.12.04.15.03.36-.17.7-.38,1.02-.62.1-.08.19-.17.3-.26.04-.02.09-.04.14-.04.21-.02.41-.12.55-.29l.2.15c-.08.05-.11.13-.23.05-.09-.06-.15.02-.17.11-.02.07-.03.12-.05.18-.29.11-.54.29-.74.53-.22.1-.41.2-.59.26-.18.06-.37.11-.55.17-.11.04-.21.09-.31.15-.16.11-.33.19-.5.26-.13.03-.27.02-.4-.04ZM55.51,71.26s.04-.1.08-.12c.14-.07.28-.13.43-.19.07-.01.14,0,.2.03-.21.15-.45.24-.71.28ZM56.43,70.93c.06-.08.16-.12.26-.1-.07.12-.17.1-.26.1ZM57.95,70.69c-.37.13-.73.28-1.1.4-.11.06-.24.07-.35.01h0c.2-.04.39-.13.53-.27h-.13s-.08-.02-.11-.06l.45-.18.03.16.95-.34c-.05.13-.16.23-.29.28ZM58.95,70.25c-.2.07-.39.21-.62.18h0s0-.05,0-.07c0-.02.02-.03.03-.04.21-.07.43-.15.7-.24-.05.09-.07.16-.11.17ZM59.12,70.01l-.22.02v-.05l.22-.02v.05ZM58.48,69.86c-.07.03-.13.07-.2.09-.04.01-.09.02-.13.03v-.04s.33-.33.33-.33l.99-.34c.33-.1.65-.24.95-.41-.08.14-.2.26-.35.34-.3.15-.6.3-.91.44-.22.09-.45.16-.68.24ZM60.91,69.33c-.17.1-.34.2-.52.3-.14.09-.32.11-.47.05-.05,0-.1-.02-.15-.04.15-.06.3-.13.46-.19.03,0,.08-.02.09,0,.07.09.14.02.2,0,.12-.06.23-.14.34-.2.05-.02.1-.04.15-.05l.02.04h0s-.08.08-.12.11ZM61.27,69.09l-.03-.05.1-.05.02.03-.09.07ZM62.57,68.69l.3-.2c-.04.15-.05.15-.3.2ZM63.32,67.89q.04-.16.24-.21c-.08.09-.12.2-.24.21ZM64.45,67.13c-.16-.03-.32.05-.4.2l.1.13-.03.03-.16-.08-.16.08c.22-.31.49-.59.8-.83.04.22-.15.31-.14.47ZM64.84,66.69l-.03-.04.12-.12.05.06-.14.1ZM65.73,66.98l-.04-.05.1-.08.03.03-.09.1ZM66.53,65.32c-.04-.09,0-.14.04-.19.1-.12.2-.24.29-.37.05-.1.09-.2.12-.31l.27-.04c-.19.34-.44.65-.72.91ZM67.89,63.5l-.05-.04.1-.12.04.03-.09.13ZM68.04,63.17h0c.09-.18.17-.26.26-.24l-.26.24ZM68.06,62.49c-.16.21-.3.44-.47.64-.1.08-.21.13-.33.17-.03.09-.07.17-.12.26-.13.2-.28.37-.45.53-.25.22-.46.48-.63.76-.09.14-.21.27-.35.36-.11.07-.21.16-.29.27-.1.12-.21.23-.32.34l-.04-.03.08-.19c-.05.01-.11,0-.11.02-.04.13-.15.17-.25.28-.1.11-.13.27-.23.38-.1.09-.19.19-.27.31-.11.18-.26.35-.42.48-.36.33-.74.64-1.14.93-.04.02-.07.04-.15.08.16-.33.5-.43.7-.73-.09.05-.12.07-.16.09-.04.02-.08.06-.11.06-.27-.04-.39.18-.57.3-.19.14-.38.28-.58.43l.07.11-.36.33.17.09-.22.18.06-.21c-.15,0-.29.08-.38.2-.13.1-.26.18-.4.26l.04-.21-.23-.12c.24-.14.45-.27.65-.4.08-.04.15-.09.22-.15.26-.28.56-.53.87-.74.11-.09.21-.17.34-.27l-.16-.1.16-.2-.66.07s.05-.05.07-.08c.04-.04.11-.08.13-.13.06-.15.18-.26.33-.33.16-.09.32-.19.48-.29l.14.16c.25-.28.53-.53.84-.75.04.13-.03.18-.09.24-.05.05-.11.1-.17.14-.23.15-.35.4-.59.55l.03.05c.11-.01.23-.04.34-.08.11-.06.21-.13.31-.2.02.24-.28.25-.24.45l.79-.63c-.24-.11-.31.22-.51.15,0-.03.02-.07.04-.1.18-.18.37-.36.56-.53.03-.03.09-.01.14-.01-.05.06-.11.13-.16.2-.03.03-.05.08-.06.12.11-.02.21-.08.29-.17.16-.18.31-.37.47-.55.02-.02.04-.04.04-.06-.08-.2.11-.22.2-.31.16-.15.32-.31.45-.46.14-.15.27-.29.41-.44.07-.07.13-.17.24-.08.16-.25.29-.48.44-.7.05-.07.09-.17.21-.15,0,0,.02,0,.02,0,.21-.17.37-.38.47-.63-.08.01-.11,0-.13.03-.31.27-.59.56-.85.87-.04.08-.12.14-.22.16-.06,0-.11.09-.15.14-.44.56-.92,1.1-1.44,1.59-.03.02-.07.03-.1.04l.28-.34s.09-.1.13-.15c.2-.29.42-.57.66-.83.05-.05.1-.11.14-.17.14-.26.31-.51.5-.75.03-.05.06-.1.08-.15.13-.29.32-.55.54-.78.19-.22.44-.4.64-.61.18-.17.34-.36.49-.56.14-.18.26-.38.35-.59.04-.12.14-.22.27-.26l-.22.43.05.04s.02-.04.03-.07c.2-.32.41-.62.59-.95.33-.59.65-1.19.97-1.79.05-.13.17-.22.31-.22l.1.23c-.1.18-.22.35-.35.51-.16.22-.29.46-.39.72-.03.08.03.18-.09.25-.03.01,0,.13,0,.26.19-.19.33-.35.48-.51.02-.02.04-.05.05-.08.19-.52.42-1.01.7-1.48.08-.16.16-.31.24-.47.04-.08.09-.16.14-.23.01-.03.03-.05.03-.08-.03-.17.1-.23.18-.34.08.07.1.19.04.28-.06.11-.12.22-.16.33-.15.44-.37.86-.64,1.24-.07.09-.13.19-.19.29-.03.1-.06.2-.07.31-.11.03-.18.14-.24.26-.13.22-.28.43-.45.62l-.19-.07-.29.27c-.02.28-.17.54-.4.69-.16.09-.29.23-.36.4-.02.06,0,.13.03.18l-.31.41c-.13-.03-.17.1-.24.21.1-.08.24-.08.34,0l.12-.23.05.04c0,.08-.04.15-.1.2-.23.23-.42.49-.57.78ZM64.66,65.63c.07-.12.16-.22.29-.28-.05.13-.16.23-.29.28ZM70.23,59.63l-.1.14-.04-.02.08-.16.06.04ZM69.83,59.9l-.07.13-.05-.03.08-.12.04.02ZM69.48,60.41s0,0,0,0c.01,0,.03.02.04.03.03.04.02.1-.03.13-.11.12-.23.22-.36.3l.36-.46h0ZM69.48,60.4c0-.09.05-.17.13-.19.02.13-.07.15-.13.19ZM68.63,63.5l.17-.31c.03.15.02.16-.17.31ZM69.18,62.82c-.06.06-.08.13-.14.2-.06.07-.11.17-.24.15.01-.07,0-.14-.06-.19l.35-.42.14.08.06-.28s.04-.02.1-.04c.06-.02.04-.03.06-.14.02-.09.07-.16.14-.21.14-.08.26-.2.33-.35.1-.16.18-.37.39-.47-.32.59-.71,1.16-1.14,1.68ZM69.97,60.58c.13-.44.32-.86.57-1.24l.03.34-.6.9ZM70.59,62.4c.07-.11.07-.11.17-.05l-.17.05ZM70.76,62.34c.02-.09-.04-.2.08-.28.08.13-.11.17-.08.28ZM72.5,59.49c-.11.22-.23.44-.35.65-.04.07-.09.14-.16.19-.11.06-.17.17-.17.3-.02.12-.07.24-.14.34-.22.33-.45.65-.67.98-.02.03-.08.05-.11.07l-.04-.04h0s.05-.09.07-.12c.04-.06.08-.12.11-.18.02-.03.01-.07.03-.09.29-.4.47-.87.74-1.28.09-.14.2-.28.27-.42.07-.14.12-.29.18-.44.01-.05.04-.09.07-.13.04-.03.08-.04.13-.03.03.01.06.07.07.11,0,.03,0,.07-.02.09ZM72.25,58.12c-.12.23-.2.47-.31.7-.09.21-.23.41-.34.61-.03.04-.06.08-.08.12-.05.15-.16.27-.3.34-.09.07-.17.15-.24.25-.13.17-.24.35-.36.53h-.05s0,0,0,0c0-.03-.03-.08-.01-.09.16-.14.28-.31.36-.5.28-.5.58-1.01.85-1.52.19-.34.35-.7.53-1.05.14-.28.27-.55.41-.82.04-.09.09-.19.26-.11-.01.07-.04.15-.06.22-.21.44-.42.89-.64,1.32ZM72.91,57.4c.07-.23.18-.45.31-.65-.02.25-.13.48-.31.65ZM75.07,55.03c-.2.45-.41.89-.61,1.34-.16.37-.35.73-.58,1.07-.02.03-.03.06-.04.09-.02.09-.04.18-.08.26-.08.14-.18.26-.29.4h-.27s.37-.75.37-.75c.02-.04.07-.1.06-.13-.05-.16.06-.27.08-.4,0-.04.03-.1.06-.11.21-.08.23-.29.35-.48l-.18.02c.06-.27.19-.53.38-.74l-.04.28c.15-.12.08-.35.29-.43-.03.05-.05.11-.06.16-.01.38-.28.65-.37,1,.1-.07.11-.06.17-.2.17-.36.34-.72.51-1.08.08-.18.18-.34.29-.5-.01.06-.03.13-.06.19ZM75.22,54.69q0-.18.1-.29c.05.12-.06.18-.1.29ZM75.73,52.56c-.05.15-.11.29-.18.43-.13.22-.2.47-.21.72-.04.18-.1.36-.2.52-.04.08-.08.16-.11.24-.08.27-.19.53-.33.77l-.3.11c.05-.14.11-.27.16-.41.13-.38.29-.74.48-1.09.15-.27.25-.57.38-.86.08-.16.17-.32.25-.48l.06.03h0ZM76.01,49.25c-.25.47-.45.96-.62,1.46l.08.11s-.07.09-.11.13c-.12.06-.18.21-.13.33.03.19-.01.39-.11.56-.11.28-.23.55-.36.82-.07.12-.14.23-.22.34-.03-.04-.04-.05-.04-.06.15-.44.3-.88.44-1.32.08-.25.19-.49.3-.74l-.04-.06c.18-.22.3-.49.33-.77.03-.3.17-.55.22-.83.03-.15.09-.29.19-.41.14-.21.27-.44.37-.67.03-.04.06-.08.09-.11,0,.06,0,.12-.02.18-.13.28-.23.57-.29.87-.02.06-.04.13-.07.19ZM76.38,52.35l-.03-.02.04-.11.05.03-.06.09ZM76.44,36.99l.05.24c-.14-.07-.14-.14-.05-.24ZM76.5,33.4c-.04-.19-.08-.37-.11-.56-.02-.18.05-.36.18-.49l-.02-.31c.09.21.13.43.09.66,0,.05-.05.1.02.15.02.02.03.04.03.06-.09.3.09.57.07.87,0,.3.04.6.1.89.02.2.02.4.03.6,0,.08.03.16.03.25,0,.04-.01.09-.03.13h-.05c-.03-.26-.07-.52-.1-.77-.02-.18-.02-.37-.05-.55-.05-.31-.13-.61-.2-.92ZM76.78,44.36l-.02.14h-.05s.03-.15.03-.15h.04ZM76.71,47.62c-.04-.24-.04-.24.12-.36l-.12.36ZM76.93,41.3h0c-.04-.07-.07-.1-.07-.14,0-.07-.01-.15,0-.22.01-.56.03-1.11.04-1.69l.09.07c0,.12,0,.23-.01.35-.03.16.08.32-.02.48-.01.02,0,.06,0,.1.03.08.04.16.05.24-.02.25-.05.51-.08.81ZM76.99,48.61l-.05-.03.06-.11.04.02-.05.12ZM76.85,38.83v-.55c.09.08-.02.27.15.29v-.45c0-.16,0-.32,0-.47,0-.09-.02-.17-.05-.26l.17-.42-.17.11c0-.07-.03-.12-.03-.18,0-.08-.01-.15-.01-.23l.15.11c0-.18.04-.35.1-.52h.06c0,.32,0,.64.02.95,0,.1-.13.16-.06.27-.08.28-.1.58-.07.87,0,.06-.03.13-.03.19,0,.07,0,.14.01.21.03.07,0,.16-.05.21-.13.03-.19-.03-.19-.15ZM77.17,39.01c.02.09.04.17-.08.23-.05-.07-.07-.16-.05-.24l.13.02ZM77.1,40.24v-.27q.08.07,0,.27ZM77.07,48.34h-.03s.05-.13.05-.13h.03s-.05.13-.05.13ZM77.21,42.15h0c.05.12.01.26-.08.35-.02-.12.01-.25.08-.35ZM77.24,47.78h-.05s.05-.17.05-.17l.05.02-.05.15ZM77.61,44.3h0c0-.17.03-.34.11-.5.02.17-.02.35-.11.5ZM78.23,36.5v.19c-.1-.07-.09-.12,0-.19ZM77.98,48.85l-.05-.03.11-.21c.04.08.01.19-.07.24ZM78,44.89c0-.33.09-.65.24-.94-.01.33-.09.65-.24.94ZM78.58,31.65l-.03-.09.05-.02.02.1h-.04ZM79.1,34.65h-.05s-.02-.09-.02-.14c-.02-.21-.03-.41-.06-.62-.02-.13.05-.2.11-.34h0c.02.1.03.21.04.33,0,.26,0,.52-.02.77ZM79.33,33.29c-.14-.04-.07-.09-.06-.14h.07v.14ZM61.65,69.2h0s0,0,0,0h0ZM64.34,12.99c-.22-.27-.47-.52-.75-.73-.05-.03-.1-.06-.15-.09-.2-.09-.37-.24-.48-.44-.04-.09-.11-.16-.2-.19-.12.15.12.21.07.34,0,.02.05.06.08.09.14.14.25.3.32.48l-.24-.16c.09.13.2.24.33.32.13.09.21.25.38.29-.06-.11-.18-.18-.21-.35.44.22.71.61,1.13.83l-.25-.39s0,0,0,0h0s0,0,0,0c0,0,0,0-.01-.01h0ZM64.35,13.01h0s0,0,0,0c0,0,0,0,0,0ZM52.83,6.94h0s0,0,0,0h0ZM76.67,30.71h0s0,0,0,0h0ZM66.33,60.65h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0ZM71.67,18.08h.02s0,0,0,0h-.01ZM61.61,69.3h0s0,0,0,0h0ZM75.3,34.65h0s0,0,0,0h0ZM72.04,22.17h0s0,0,0,0h0ZM54.84,71.68h0s0,0,0,0h0ZM26.37,5.45c.15-.15.34-.26.55-.3l.05.11c.47-.11.93-.27,1.36-.46q.16.08.36-.15c.36.1.74.05,1.06-.14l.11.06c.13-.16.33-.24.53-.24l.05.1.16-.04-.1-.23-1.75.33c.06-.06.14-.1.22-.12.53-.12,1.07-.24,1.6-.36.34-.08.68-.14,1.02-.23.26-.02.51-.1.74-.22.02,0,.05,0,.07,0,.14-.04.29-.06.38-.2.02-.03.09-.04.13-.06l.08.14c.2-.08.38-.15.57-.23.11-.05.22-.11.33-.16,0,0,.03.01.06.03l-.14.1.09.08-.04.13c.12-.02.21-.03.32-.06.11-.03.19-.11.32-.1.09,0,.17-.04.22-.11.09-.16.27-.26.45-.24.11,0,.23-.03.33-.08.14-.07.28-.15.44-.24v.33h0s.06.05.08.08c.01.02.02.04.02.07l.04-.03v-.12s.24-.05.24-.05v.13c.16-.09.17-.13.08-.3l.37-.2c.1.12.23.05.35,0,.1-.04.2-.08.3-.12l.51-.2-.08.1-.06.07c.24.03.27-.21.45-.26l-.07-.19c-.61.13-1.2.25-1.79.37-.13.01-.26.04-.39.06-.16.06-.33.06-.5.02l.13-.29c-.15.04-.25.08-.35.11-.96.26-1.91.51-2.87.77-.46.12-.91.26-1.37.39-.48.09-.95.25-1.39.46-.04.01-.08.03-.12.03-.26.07-.52.12-.78.15-.38.07-.76.19-1.12.35-.21.09-.45.12-.67.19-.29.09-.58.2-.87.29-.21.07-.25.12-.2.37.28-.09.56-.2.84-.25.36-.09.71-.2,1.06-.33.1-.02.21,0,.31.02.02,0,.04.06.06.1-.36.11-.7.21-1.05.32-.37.12-.74.23-1.11.35-.07.02-.14.05-.2.09-.04.03-.05.09-.08.15.14-.01.14-.02.2-.06.14-.09.27-.24.47-.07ZM1.73,39.31s.06.02.13.04c0-.11,0-.19,0-.26-.05-.58-.11-1.16-.16-1.73-.03-.35-.07-.69-.08-1.04-.01-.46-.01-.92-.01-1.37,0-.64,0-1.28,0-1.92.01-.14.04-.28.08-.41.02-.07.08-.15.06-.2-.01-.05-.1-.09-.15-.13,0-.08.02-.15.02-.23v-.82c0-.15-.04-.19-.26-.24-.01.18-.02.37-.04.55-.04.31-.09.61-.11.92-.03.22-.03.44-.02.67.02.27-.02.54-.14.78l.09.06c-.04.13-.07.27-.09.4.03,1.2.07,2.39.11,3.59,0,.17.04.35.08.51.03.11.11.21.14.32.09.19.2.36.33.52ZM73.2,18.34h0s0,0,0,0h0s0,0,0,0h0s0,0,0,0h0ZM73.32,18.86s.02.04.03.07c.13.22.26.45.39.67.38.64.76,1.29,1.13,1.93.02.03.04.07.06.11.06.23.18.45.35.62.04.04.07.09.1.14.16.33.31.65.48.98.07.13.16.25.25.39,0-.25-.05-.49-.16-.71-.14-.29-.23-.6-.38-.89-.22-.43-.48-.84-.72-1.25-.18-.3-.36-.59-.55-.89-.09-.12-.14-.26-.15-.4l.19.24c.02-.09.05-.15.03-.19-.04-.08-.09-.16-.15-.22-.07-.07-.06-.12,0-.23.28.4.53.81.75,1.24h.13c.03.18.11.35.23.48.1-.1.14-.24.11-.38-.03-.13-.08-.25-.12-.38l-.13.06c-.13-.25-.27-.49-.43-.73-.21-.27-.4-.55-.56-.84-.17-.34-.4-.67-.61-1-.1-.15-.21-.29-.34-.47l.18.78c-.13-.06-.16-.17-.22-.23-.06-.06-.06-.2-.22-.15l.34.74-.13-.04c.01.18.17.33.12.53ZM73.92,19.32c-.08-.04-.1-.09-.08-.15.07.02.08.07.08.15ZM73.83,19.15l-.15-.14c.14,0,.13.08.15.14ZM28.23,3.69c.53-.13,1.07-.25,1.61-.35.82-.14,1.63-.33,2.42-.56.2-.06.4-.12.59-.19.12-.04.2-.18.36-.12.02-.04.04-.07.06-.11l-.51.09q.21-.24.21-.4c-.06,0-.11,0-.17.01-.35.11-.69.24-1.04.34-.52.15-1.04.29-1.57.42-.76.18-1.53.32-2.27.56-.18.04-.34.17-.41.34-.28.13-.61.12-.85.32.04.01.08.01.12,0,.48-.12.97-.25,1.45-.35ZM42.75,73.17c.31-.07.63-.14.94-.21.17-.03.18-.05.25-.14l-.67.15-.02-.05.55-.28c.3-.16.6-.33.91-.47.15-.08.29-.17.41-.29l-.13-.1-1.04.52s-.05.04-.08.06c-.1.06-.2.11-.31.15-.12.03-.23.09-.32.18-.04.06-.12.09-.19.08h.01s0,0,0,0h0s0,0,0,0h.01c-.06.06-.13.12-.2.16-.09.03-.12-.03-.11-.11-.15,0-.28.15-.47.09.03-.03.06-.05.09-.08.21-.11.41-.22.62-.33.46-.24.93-.48,1.39-.73.35-.26.75-.46,1.18-.57.02,0,.03-.05.06-.1-.17,0-.33.05-.47.13-.26.17-.53.32-.81.45-.25.1-.49.21-.72.33-.21.13-.43.24-.65.35-.09.03-.19.08-.27.13-.22.2-.52.18-.78.29-.19.08-.39.13-.58.19v.06h.4v.04l-.87.35.02.05c.41-.04.76-.31,1.19-.3-.16.08-.32.15-.49.2-.16.07-.37.03-.51.2.04,0,.08.01.12.01.29-.08.59-.11.88-.09.03,0,.07,0,.09-.03.1-.05.2-.11.31-.16.09-.05.19-.09.3-.12ZM24.53,5.32c-.09.06-.2.12-.3.16-.11.03-.23.04-.34.05-.02,0-.03.02-.04.03-.7.27-1.36.62-2.07.87-.08.02-.15.06-.22.12-.08.07-.21.11-.23.27l.15-.08.02.03-.38.3c.09.07.12.19.05.29.21-.23.52-.21.77-.34.02-.02.06,0,.09,0,.24.01.47-.08.64-.24.07-.07.15-.13.23-.18.07-.04.15-.07.22-.09v-.04h-.21c.24-.16.44-.29.64-.42.03-.02.06-.03.09-.03.13,0,.26-.04.37-.13l-.02-.12c.11-.05.21-.1.31-.16.09-.05.26-.05.23-.27ZM50.37,67.58c-.18.08-.4.09-.54.28-.04.06-.16.08-.25.09-.1.01-.2.02-.3.02-.09.07-.15.17-.22.17-.15,0-.17.09-.22.18.08.08.15.09.22.03.09-.06.2-.09.3-.07.1-.02.21-.02.31,0-.26.14-.54.25-.82.33l.06.21c.24-.18.54-.28.84-.29.08,0,.16-.03.24-.05.08-.03.18-.05.18-.18l-.45-.16-.4.04q.06-.11.11-.12c.35-.04.7-.13,1.02-.26.02,0,.05,0,.07,0v.13c.1-.06.21-.12.33-.16.11-.03.23-.04.35-.05-.25.25-.63.33-.97.21l-.05.22c.12-.02.2-.05.28-.05.51-.06,1.02-.16,1.51-.3.06-.02.15-.02.15-.13l-.81.16c.11-.12.16-.27.34-.31.18-.04.35-.1.52-.16.08-.03.15-.07.22-.11-.17-.04-.35-.05-.53-.04-.14,0-.28.04-.4.11-.16.09-.34.13-.52.13-.09,0-.19,0-.28.03,0,0-.02.01-.03.02l.09.11c-.1,0-.18,0-.23,0-.05,0-.1-.04-.14-.02ZM76.64,23.49s.02.12.05.14c.17.11.14.29.2.44.04.08.08.16.13.23.03.06.06.11.09.17.03.07.05.13.08.2h.05c.01-.07.02-.14.01-.2-.07-.3-.16-.6-.24-.9,0-.02-.01-.03-.03-.04-.09-.12-.16-.25-.19-.4-.04-.16-.13-.31-.24-.43-.06-.07-.1-.15-.13-.23-.06-.22-.19-.42-.35-.57-.11.16-.09.37.03.52.23.34.41.7.53,1.08ZM36.33,5.03c.12.08.15-.07.22-.08l.24.14-.06.16.56-.13c.17-.04.35-.07.53-.12.2-.02.39-.07.57-.15-.1-.04-.21-.06-.31-.04h-.21s.11-.16.11-.16c.09,0,.18.1.27,0l-.06-.15c-.14,0-.29.01-.43.05-.4.14-.81.22-1.23.25-.13.01-.19.1-.19.25ZM37.53,4.78l.32.02-.07.13-.45.1c.02-.16.16-.18.21-.25ZM54.23,65.91c-.3.13-.57.31-.81.53-.11.11-.24.2-.39.24-.13.04-.24.14-.3.27l.26.1c.2-.09.42-.17.49-.41l.3-.12.15.2c.14-.07.23-.12.24-.26l-.28-.03.53-.51c-.06-.03-.12-.03-.18,0ZM31.13,5.76c.1.04.21.04.3,0,.12-.04.23-.05.31.09l-.24.3c.11.12.25.04.37.02.09-.02.17-.05.26-.09l.27-.23v.19c.18-.05.35-.05.44-.22l.09.04.02-.16-.76.12.09-.29c-.39.03-.77.11-1.15.24ZM33.08,5.12c.1-.08.19-.17.28-.26-.05,0-.11,0-.16,0-.18.09-.38.13-.57.11-.03,0-.05,0-.07.03-.15.12-.34.18-.53.19-.11.02-.22.06-.33.09-.13.03-.27.06-.43.1-.1.2-.32.14-.53.12l-.03.19c.14-.02.26-.04.37-.06.61-.15,1.21-.29,1.81-.44.07,0,.13-.03.19-.07ZM42.81,71.29c.11.02.22.03.33.03.22-.03.44-.09.65-.13.06-.02.11-.03.17-.03.31-.03.62-.09.92-.19.01,0,.02-.02.03-.03l-.07-.06.04-.15c-.19.04-.35.08-.51.11-.24,0-.48.07-.68.19-.08.04-.16.07-.24.08v-.04s.1-.09.1-.09c-.26.06-.5.16-.73.3ZM.7,27.34c-.06.13-.15.25-.24.36-.19.15-.13.32-.13.55.1-.07.2-.13.32-.17.19-.03.34-.2.36-.39.02-.09.04-.18.06-.24l-.19-.31c-.06.07-.12.13-.17.2ZM68.34,49.37c-.01.06-.03.13-.06.19-.15.27-.27.55-.35.85-.04.11-.07.21-.12.35.16-.02.28-.08.28-.2.02-.13.06-.26.14-.37.09-.12.14-.26.15-.41.01-.06.04-.13.08-.18.1-.12.13-.29.08-.44-.15.02-.18.11-.21.21ZM38.34,2.97c.09-.02.19-.03.29-.01.11.04.17-.14.28-.04l.02.08c.16.05.34-.02.44-.16.03.03.04.06.06.06.26-.04.52-.08.83-.13l-.24-.18c-.09.05-.18.08-.28.09-.29,0-.58.03-.86.11-.18.03-.36.07-.55.11l.02.06ZM31.7,3.89l-1,.25.2.16c.23-.02.45-.07.67-.16.22-.13.45-.06.65-.16,0,0,.02-.02.02-.02-.03-.16-.05-.18-.17-.15-.12.03-.24.06-.36.09ZM67.83,26.09c-.18-.31-.37-.63-.56-.94-.06-.12-.15-.22-.26-.29.36.68.75,1.33,1.11,2.04.05-.1.04-.22-.02-.31-.09-.17-.18-.34-.27-.5ZM34.8,4.01c-.12.03-.24.09-.36.14v.05c.09-.01.17-.02.24-.03.27-.05.54-.12.81-.2.18-.07.36-.05.53-.11.1-.03.2-.06.31-.07.1-.02.19-.06.19-.19-.07.02-.13.02-.18.04-.27.09-.54.16-.82.2-.24.04-.49.1-.72.18ZM41.57,72.06c-.09.11-.23.05-.28.17.07.07.22,0,.22.16l-.22.08c.1.03.2-.01.28,0,.21.02.41-.05.57-.18v-.12l-.39.08c.09-.11.11-.26.05-.39-.19-.02-.2.14-.24.21ZM57.06,71.36c-.14.04-.28.1-.43.15,0,.07.04.18-.1.17l-.04-.11c-.16.01-.19.1-.15.26.25-.09.5-.17.75-.26.12-.04.25-.09.35-.14.1-.05.1-.12.05-.17-.16.03-.28.05-.42.09ZM75.12,20.92c-.12-.15-.22-.31-.29-.49-.01-.08-.08-.15-.16-.16.03.08.03.14.07.18.09.11.15.23.19.37.02.04.04.07.06.11.16.29.32.58.48.87.04.08.08.16.13.24.03.03.09.04.14.06-.03-.09-.07-.18-.11-.27-.07-.15-.15-.28-.24-.44s-.16-.33-.27-.48ZM60.07,16.86c-.09-.1-.21-.18-.34-.23,0,.31.51.77.94.93-.07-.09-.09-.13-.12-.17-.16-.18-.32-.36-.48-.53ZM44.51,1.25v-.06s-.04-.04-.06-.04c-.22-.05-.46-.08-.69-.06-.05.01-.11-.03-.17-.03-.24-.02-.48-.04-.71-.05-.02,0-.04.06-.09.13.61-.04,1.16.1,1.72.11ZM59.59,70.84c.69-.23,1.32-.59,1.85-1.07-.33.16-.65.34-.96.55-.31.16-.6.35-.9.52ZM37.99,3.36c-.05.04-.15.03-.22.04-.24.05-.49.09-.73.14-.06.02-.12.04-.18.07l.02.05c.07,0,.15-.02.22-.03.44-.09.88-.17,1.32-.27.07-.02.17,0,.21-.08-.21-.06-.44-.03-.64.08ZM71.19,39.71c.05-.09.04-.21-.03-.29-.16.13-.11.33-.16.48-.04.17-.07.34-.09.51-.02.17-.03.33-.05.5.09-.12.15-.26.16-.41.02-.27.07-.54.17-.8ZM38.53,4.26c-.1-.1-.26-.11-.38-.03l-.06-.13c-.2.04-.39.15-.53.3.36.1.66-.08.97-.14ZM35.51,5.09l.17.15.44-.18.11.1-.02-.34.23-.12c-.06-.03-.09-.06-.11-.05-.15.05-.31.1-.46.16v.05h.24v.02l-.58.21ZM41.69,69.84c.16.18.32.03.49.05l.03.1c.09-.26.27-.2.43-.2.06-.07.05-.18-.01-.24l-.27.17c-.24-.12-.43.03-.67.13ZM74.6,26.79l-.13-.09c.11-.09.04-.17-.06-.3-.03.17-.05.29-.07.41,0,.07-.02.15-.04.22-.03.15-.03.31,0,.47,0,.02.04.03.07.05.03-.06.06-.12.09-.18.06-.07.09-.12,0-.18-.03-.02-.04-.07-.04-.11,0-.08.01-.16.02-.25l.15-.05ZM38.63,3.28s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0ZM39.71,3.05c-.2-.03-.41,0-.6.06-.01,0-.03,0-.05,0-.16-.04-.33.02-.42.16.34.03.68,0,1.01-.11.03,0,.04-.08.07-.12ZM44.82,73.5s.07-.02.11-.04c.42-.19.85-.38,1.27-.57.1-.05.19-.1.29-.15.03-.02.05-.06.11-.13l-1.8.85.03.05ZM76.3,24.23c.07.15.12.29.18.44.02.04.04.08.07.14.06-.11.06-.24,0-.35-.09-.21-.13-.43-.13-.65,0-.03-.04-.06-.06-.09-.15.22-.16.31-.06.52ZM73.8,25.08c.07.14.14.28.2.42.05.11.09.23.14.34-.07-.39-.16-.77-.28-1.14h-.22c.07.15.12.26.16.37ZM9.25,14.48l1.25-1.45c-.49.41-.92.9-1.25,1.45ZM43.67,70.86c.13.02.13.02.29-.05.09-.05.19-.09.3-.1.21.01.33-.12.48-.22.02-.02.02-.06.05-.13-.06,0-.11.02-.17.03-.31.14-.63.28-.94.42-.01,0-.01.03-.01.04ZM36.63,4.49l-.08.21.22-.04c.08-.01.17-.02.24-.04.07-.02.14-.06.21-.07.07-.02.16.04.2-.09h-.29l.07-.12-.56.15ZM34.97,5.04c.08,0,.17-.01.25-.03.09-.02.17-.05.26-.08l.19-.26c-.28.05-.56.05-.73.29l.03.07ZM79.91,37.65h0s0,0,0,0h0ZM79.91,37.65c-.04.07-.12.13-.12.2-.01.34,0,.69,0,1.03h.05s.04-.09.05-.14c.01-.25.02-.5.03-.75v-.34ZM75.74,22.11s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0h0ZM76.01,22.97c.01.17.1.33.24.43-.06-.18-.14-.31-.08-.45,0-.02-.02-.06-.03-.09-.03-.09-.06-.17-.1-.26-.06-.18-.17-.35-.31-.48,0,.06.02.12.05.17.12.21.2.44.22.68ZM52.52,67.41s-.06-.03-.09-.04c.07.33.09.36.31.35l-.16-.14c.24.03.48-.03.67-.17-.09-.03-.15-.06-.19-.05-.16.03-.31.09-.46.13-.02-.03-.05-.06-.08-.09ZM67.35,52.16c.21-.2.34-.48.35-.78-.26.17-.39.47-.35.78ZM39.68,2.2l.23.07.17-.17s-.1,0-.15,0c-.27.03-.53.07-.8.1-.12.01-.13.06-.07.17.13-.03.26-.11.37-.08.13.04.17-.06.25-.08ZM76.64,30.71c-.09-.76-.15-1.03-.29-1.15.03.15.06.26.07.37.09.28.11.57.05.86-.01.03,0,.09.02.14l.16-.22h0ZM72.51,16.27s.02,0,.02,0c0,0,.01-.01.02-.03-.29-.4-.55-.82-.86-1.21l-.04.03c.07.12.14.24.22.35.21.29.42.57.63.86ZM39.32,10.83c.31,0,.6-.12.85-.31-.26.02-.52.08-.76.19-.03.02-.05.07-.08.12ZM36.15,5.25c-.18,0-.35.07-.47.2-.16-.06-.34,0-.44.14.15-.05.31-.08.46-.1l.52-.14c-.04-.05-.06-.1-.07-.1ZM31.68,6.44v.05c.29.03.53-.14.8-.17.05,0,.1-.06.18-.1-.05-.02-.08-.03-.09-.03-.27.07-.54.14-.81.21-.03.01-.05.02-.08.04ZM31.22,6.33c-.01-.06-.03-.1-.03-.14,0-.04,0-.07,0-.11q-.15-.02-.26.05l.11.15-.38.06v.12s.56-.14.56-.14ZM30.45,5.78l.22-.27c-.22.04-.4.13-.59.06-.03,0-.08.02-.11.05-.06.06-.11.11-.17.16l.02.03.57-.17.06.14ZM76.31,27.52s-.04-.05-.08-.1c-.03.29.03.58.19.83.01-.05.02-.1.01-.15-.03-.19-.08-.39-.12-.58ZM78.26,27.41c-.07.24-.05.51.06.74.05-.27.15-.51-.06-.74ZM37.39,2.59c-.13.14-.18.13-.33.01,0,0-.03,0-.05,0v.2c.1-.02.19-.05.28-.06.19-.02.29-.22.5-.24-.04-.03-.08-.05-.11-.05-.11.01-.22.06-.3.15ZM42.23,1c-.05-.03-.11-.06-.17-.07-.21-.02-.42-.02-.64-.02-.01,0-.03.04-.06.09l.85.07.02-.06ZM76.47,31.34s0,0,0,0c0,0,0,0,0,.01h0ZM76.21,30.04c.04.44.12.87.26,1.29.02-.05.03-.1.03-.16-.09-.38-.19-.75-.28-1.13ZM53.66,67.19v.04c.06,0,.12.04.16.02.16-.09.32-.2.47-.32.05-.04.07-.13.1-.2-.13.09-.21.22-.33.3-.13.07-.26.12-.4.15ZM35.21,3.18c.13,0,.24-.11.25-.24-.14.01-.3-.03-.42.14.06.04.12.1.18.1ZM19.49,8.31c.15-.08.34-.11.34-.4l-.4.22c.16.05.03.12.06.19ZM77.76,25.86c-.06.18-.02.37.09.52.1-.17.06-.39-.09-.52ZM76.54,27.76v-.69s-.03-.04-.06-.09c-.08.26-.06.54.06.78ZM57.66,71.35c.02-.05.03-.12.05-.12.1-.02.2-.04.3-.05l.04-.18-.5.18.12.16ZM78.17,31.14c0-.19-.04-.37-.13-.53-.06.28-.02.45.13.53ZM76.82,52.85c.11-.12.32-.16.3-.41-.17.07-.29.23-.3.41ZM77.18,27.92c-.06.21-.07.42-.02.63.15-.28.15-.29.02-.63ZM67.7,52.55l.12.08q.03-.15-.09-.31l-.21.28.03.03.15-.09ZM53.79,71.84c.18-.01.36-.08.51-.18-.19-.03-.38.04-.51.18ZM69.7,42.98c.16-.17.25-.39.26-.62-.14.18-.23.39-.26.62ZM30.22,5.99v.05s.52-.1.52-.1l.02-.1c-.19,0-.37.05-.54.14ZM25.4,5.03c-.18.03-.34.13-.44.28.18-.01.35-.12.44-.28ZM33.81,4.32c.27.01.41-.03.5-.14-.18,0-.35.05-.5.14ZM41.26.95s-.02-.05-.03-.05c-.17,0-.35.04-.52.02-.01,0-.03.03-.09.1.11-.02.23-.03.34-.04.1,0,.21.06.3-.03ZM39.04,1.13c-.21-.04-.44,0-.63.09.13,0,.27,0,.4,0,.08-.02.16-.04.24-.08ZM48.9,72.3c.18.1.32,0,.47-.06-.13-.08-.19-.07-.47.06ZM30.48,6.34l-.18-.17-.11.14.2.14-.2.06c.21.08.2-.1.29-.17ZM37.98,1.2l-.43.11c.31.09.34.08.43-.11ZM66.65,24.31l.26.44c.03-.2-.03-.28-.26-.44ZM32.75,3.63l-.25.08v.22c.13-.06.24-.11.25-.29ZM79.95,40.13c-.08.17.01.33-.01.5.08-.16.08-.34.01-.5ZM72.88,18.17s0,0,0,0c0,0,0,0,0,0h0ZM78.47,28.17c-.13.16.02.28.07.41.04-.14.02-.29-.07-.41ZM77.45,28.34l.16.68c.06-.26-.13-.46-.16-.68ZM47.64,68.37v.06c.16.04.32.01.45-.09v-.06s-.45.09-.45.09ZM0,32.07c.16.03.26-.02.25-.13l-.14-.07-.11.2ZM59.39,62.82s0,.05,0,.08l.37-.49c-.16.1-.29.24-.37.41ZM38.74,2.25l-.07.21c.16.03.21-.07.25-.2h-.18ZM30.75,5.94h0s0,0,0,0h0s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0ZM30.8,6.24c.01-.08.02-.15.03-.23,0-.02-.05-.04-.08-.07l-.12.2.17.09ZM20.08,7.97l.25-.26c-.1.06-.26,0-.32.16l.08.1ZM72.59,16.38l.3.48c-.03-.19-.14-.37-.3-.48ZM46.37,70.22l-.49.07c.16.08.35.05.49-.07ZM60.47,62.46c.15-.02.26-.15.27-.31-.13.06-.23.17-.27.31ZM60.74,62.16s0,0,.01,0h0s0,0,0,0ZM76.48,23.51l-.2-.43-.07.03.23.42.04-.02ZM61.05,61.76l-.29.38s0,0,.01,0c.18-.03.3-.2.27-.37ZM60.76,62.14s0,0,0,0h0s0,0,0,0ZM20.58,7.7l.2-.2c-.12-.02-.25.03-.31.15l.1.05ZM40.45,2.21l.36-.13q-.24-.03-.36.13ZM34.3,6.14l.31-.08c-.1-.06-.23-.05-.32.03v.05ZM48.48,68.41l-.17.09c.15.1.2.1.25.02l-.09-.11ZM33.55,3.43q-.21.03-.27.12c.12.04.22.02.27-.12ZM71.51,45.19c-.1.1-.16.23-.16.37.08-.14.2-.21.16-.37ZM76.75,24.2c-.02.14.06.21.13.3q.05-.15-.13-.3ZM79.99,38.87s-.02.01-.02.02c-.1.09-.1.25-.01.35l.03-.37ZM42.76,72.81l.29-.05.07-.14c-.15.05-.28.08-.36.19ZM42.76,72.81s0,0,0,0h-.01s0,0,0,0ZM41.83,71.68c-.05.04-.17-.04-.19.11l.44-.15c-.08-.04-.18-.03-.25.04ZM77.14,25.25c.04-.21.04-.22-.15-.33l.15.33ZM66.31,23.81c.04.13.13.25.25.33-.02-.14-.12-.27-.25-.33ZM29.65,5.69c-.09.08-.06.17-.07.28.21-.07.08-.19.07-.28ZM78.06,27.59c-.04-.08,0-.19-.15-.28l.08.3.07-.03ZM53.34,72.16l.38-.12c-.14-.05-.29,0-.38.12ZM77.69,26.5c-.05.12,0,.26.1.33,0-.13.02-.22-.1-.33ZM64.4,57.81l-.13.32c.11-.06.16-.19.13-.32ZM74.59,26.88c-.1.18.03.24.09.32l-.09-.32ZM47,68.73l-.36.09v.03s.37-.07.37-.07v-.05ZM68.59,50.45l-.09.2.05.03c.1-.04.11-.12.04-.23ZM66.3,47.74c.11-.09.08-.19.07-.3,0,0,0,0,0,0-.1.06-.13.2-.07.3ZM57.7,64.44l-.21.14c.15.06.15.06.2-.02.01-.04.02-.08.02-.12ZM34.87,3.11l-.21.18q.21-.01.21-.18ZM56.7,71.92l.03.03c.08-.03.17-.05.25-.08.01,0,.02-.02.04-.03v-.02s-.31.11-.31.11ZM61.5,69.73h.2s.02-.07.03-.11c0,0-.02-.02-.03-.05l-.2.16ZM30.89,5.02v.06c.12.01.23-.03.3-.12l-.3.06ZM57.29,71.73c.08.01.15-.04.16-.11l-.21.1s.03.01.05.02ZM40.58.98q-.17-.07-.26,0v.05s.26-.05.26-.05ZM45.1,70.47h.34q-.24-.08-.34,0ZM71.38,14.73l.18.23c.06-.18-.07-.2-.18-.23ZM47.89,69.19l.3-.1c-.1,0-.22-.06-.3.1ZM35.84,4.66l.3-.07c-.11-.03-.23-.07-.3.07ZM24.46,5.61c-.06.06-.17.05-.18.18l.2-.13-.03-.05ZM69.67,64.51l.02-.02h0s0,0-.01.02ZM69.67,64.51l-.23.23c.12-.02.2-.11.23-.23ZM74.24,26.2l.05-.02c0-.1-.06-.19-.14-.25.02.1.03.17.05.24,0,.01.02.02.03.03ZM53.01,72.2l-.22.09q.14.02.22-.09ZM40.67,73.23l.3-.12q-.18,0-.3.12ZM75.65,20.98c0,.09-.03.18.09.22l-.09-.22ZM75.82,28.39l.07.33h.04s-.06-.34-.06-.34h-.05ZM38.23,2.43l.03.04.18-.11-.04-.06-.17.13ZM59.37,62.93s.01-.01.02,0h0s0,0,0,0c0,0,0,0,0-.01h0s0,0,0,0l-.02.02ZM59.13,63.14l.04.03.2-.24c-.14,0-.17.13-.24.21ZM61.63,69.31l-.06.17.04.02.16-.2h-.15.01ZM37.24,1.35c-.15,0-.21.03-.25.12l.04.05.21-.17ZM39.47,1.04l-.25.02q.11.1.25-.02ZM40.07,3.05h-.36c.1.08.25.08.36,0ZM44.25,70.26l-.18.02v.06s.18-.06.18-.06v-.02ZM49.56,72.03l.03.03.22-.11-.02-.04-.23.12ZM24.67,5.97l-.03-.05-.19.14.03.04.2-.13ZM55.41,66.51l-.24.07.02.05.23-.09v-.04ZM45.38,70.71l-.23.1.02.04c.06-.04.15-.02.21-.15ZM77.88,29.77l-.05-.15h-.04s.08.16.08.16h.02ZM47.31,69.3v-.04s-.15.03-.15.03l.02.06.14-.05ZM25.48,5.32s.04-.04.06-.06l-.03-.04-.14.09s.07.03.11.01ZM47.19,68.98s-.05.03-.08.05l.02.03.15-.03v-.05s-.07,0-.09,0ZM49.79,68.75l.2-.06v-.03s-.21.06-.21.06l.02.03ZM59.4,63.87l.08-.11-.03-.03-.1.09.05.04ZM3.78,48.64l.04.17h.04s-.07-.17-.07-.17h0ZM36,5.69l.13-.03h0s-.13,0-.13,0v.02ZM24.9,5.77q-.11-.01-.19.06l.19-.06ZM78.86,46.58h.04s.03-.14.03-.14h-.02l-.05.14ZM67.76,43.68h-.04s-.05.13-.05.13l.05.02.04-.15ZM25.53,5.55l-.18.02c.06.05.11.13.18-.02ZM67.98,42.77l-.03.09h.04s.03-.02.03-.03c-.01-.02-.02-.04-.04-.06ZM35.92,2.86h0s0,0,.01,0h0ZM35.67,2.91l.24-.04c-.08-.04-.18-.02-.24.04ZM38.32,3.07l-.16-.03v.12s.16-.08.16-.08ZM38.16,3.03h0s0-.01,0-.01h0s0,0,0,0h0s-.1-.06-.1-.06c0,.04,0,.08.02.12,0,.01.01.03.02.04l.06-.09h0ZM79.92,37.65s0,0,0-.01c0,0,0,0,0,0h0ZM79.91,37.64c.03-.08.02-.17-.04-.24-.03.08-.01.17.04.24ZM79.8,35.9h-.05s-.01.14-.01.14h.05v-.14ZM70.78,35.31c-.06.15-.06.2,0,.18v-.18ZM29.85,6.12l.12-.02v-.04s-.12.02-.12.02v.04ZM77.96,29.38l.04.13h.04s-.03-.15-.03-.15h-.05ZM77.78,34.07l-.04-.02-.06.14.05.03.06-.15ZM61.93,69.14l-.15.16c.08-.01.15-.05.15-.16ZM61.77,69.31h.01s0,0-.02,0h0ZM62.15,68.88l.19-.15c-.11.02-.13.03-.19.15ZM33.89,3.51l.14-.04v-.03s-.15.03-.15.03v.04ZM71.91,61.34l.03.02.08-.1-.04-.03-.07.11ZM61.66,69.21h0s0,0,0,0c0,0,0,0-.01,0ZM61.78,69.12c-.09-.03-.1.02-.11.08.05,0,.1,0,.11-.08ZM23.31,6.43l.12-.09-.03-.04-.13.08.03.04ZM50.59,68.54s.03-.02.06-.05c-.03-.02-.05-.04-.07-.03s-.03.03-.04.04c.02.01.03.04.05.04ZM48.75,68.42h-.04s.01.12.01.12h.06s-.03-.12-.03-.12ZM2.01,30.13s-.03-.06-.06-.09l-.06.09s.04.03.07.04c.01,0,.04-.03.04-.04ZM53.41,67.3l.09.06.03-.05-.11-.04-.02.03ZM35.63,3.09l.13-.05-.02-.04-.12.06v.03ZM77.05,27.1l.02.04.11-.05-.02-.04-.11.05ZM38.1,3.13s0,0,0,0h0s0,0,0,0ZM79.99,39.52l-.03-.13h-.04s.04.14.04.14h.03ZM40.46,10.55l.09-.04-.02-.05-.1.05.02.04ZM71.42,40.3l-.06.03.02.05s.04-.01.06-.02l-.02-.06ZM25.11,5.81l.08-.08-.03-.03-.08.09.02.02ZM67.91,43.09s-.06.05-.06.06c0,.02.01.05.03.07h.03v-.13ZM54.72,71.64l.13.03.07-.1-.2.07ZM54.86,71.66h0s0,0,0,0h0ZM71.74,44.21h-.04s-.05.1-.05.1l.06.02.03-.12ZM48.1,72.58l.02.03.08-.06-.02-.03-.08.06ZM66.52,47.14l.05-.13-.04-.02-.05.12.04.02ZM65.53,49.79l-.05.14h.05s.04-.13.04-.13h-.04ZM72.52,27.39c.08.18.12.38.19.56.03.07.07.14.11.2l.07-.04c-.07-.28-.17-.55-.29-.81-.14-.28-.27-.57-.36-.86-.02-.04-.05-.08-.08-.11-.02.16.01.32.09.46.1.2.2.4.28.6ZM74.1,33.27c0,.13.06.26.15.36-.03-.41-.09-.81-.2-1.2h-.07c.02.12.03.24.05.36.02.16.05.32.07.48ZM69.02,19.37c.01-.15-.04-.31-.15-.41l.04.3-.12.03.35.44.04-.02-.04-.3-.12-.03ZM73.22,29.03h0c-.13-.11-.11-.28-.16-.42-.03-.09-.06-.18-.08-.27h-.05s.17.73.17.73l.12-.04ZM73.74,31.07h-.05c-.01.22.05.42.19.58l-.13-.58ZM69.42,20.86l.2.4c.05-.19-.07-.3-.15-.43l-.05.03ZM73.35,29.71c.02-.15-.02-.3-.1-.43-.06.16.08.28.1.43ZM73.92,32.21c.06-.22.06-.23-.07-.4l.07.4ZM73.67,30.85l-.05-.22h-.04s.03.23.03.23h.07ZM70.8,23.62c-.01.11.02.21.09.29l.05-.02-.14-.26h0ZM68.92,19.7l.04.15h.04s-.04-.16-.04-.16h-.03ZM74.35,34.15l.03-.11h-.03s-.05.08-.05.08l.06.03ZM74.31,33.78h-.04l-.02.13h.06s0-.13,0-.13ZM74.41,34.57l-.03.19c.08-.06.13-.09.03-.19ZM73.24,29.28s0,0,0,0h0,0s0-.01,0-.01h0s0,.02,0,.02ZM73.22,29.03h0,0s0,0,0,0ZM73.24,29.26l-.02-.23-.06.18.08.04ZM68.64,18.69s0,.07,0,.09c.02.03.05.05.08.08,0-.05,0-.07,0-.09-.02-.03-.04-.05-.07-.08ZM20.94,8.99c-.03-.13.08-.16.17-.24-.3,0-.46.21-.67.32-.39.19-.46.26-.55.42.3-.13.6-.25.89-.38.06-.03.15-.09.15-.11ZM18.59,10.24l-.7.59c.26-.05.51-.17.7-.36.08-.06.11-.15,0-.24ZM19.63,9.69v-.07c-.19.09-.34.21-.45.37.27.05.26-.26.45-.3ZM25.9,7.21s0,0,0,0c0,0,0,0,.01,0h0ZM25.49,7.39c.13-.06.3-.04.4-.18-.22-.01-.44.05-.62.18.07.01.15.01.22,0ZM25.68,6.89l-.33.09-.12.19.03.04c.16-.08.3-.19.43-.32ZM27.07,7.39q-.25.04-.27.21c.09-.09.22-.06.27-.21ZM22.62,8.25s-.01,0-.02,0h0s.01,0,.02,0ZM22.62,8.25c.13-.05.29-.04.41-.18-.16,0-.3.07-.41.18ZM19.04,10.01l-.25.22q.22-.1.25-.22ZM16.94,11.56c.14-.04.22-.07.25-.19q-.14.04-.25.19ZM23.03,7.89c.1.03.2-.02.25-.11l-.25.11ZM26.09,7.48h.14q-.06-.1-.14,0ZM22.6,8.26h-.02s.03,0,.03,0h0ZM22.57,8.27l-.18.03v.05s.18-.07.18-.07ZM63.59,67.1c.15-.09.28-.21.38-.36-.15.1-.34.15-.38.36ZM62.78,66.64c.15,0,.27-.09.31-.23-.14.07-.25.1-.31.23ZM65.31,65.37l.04.03.16-.17-.04-.03-.15.18ZM63.57,67.12s0,0,.01,0h0s0,0,0-.02c0,0,0,0-.01.01h0ZM63.44,67.24l.13-.13c-.08,0-.14,0-.13.13ZM64.27,13.96c.05.13.16.23.28.28-.05-.11-.08-.25-.28-.28ZM60.2,9.51c.13.03.2.17.36.14l-.33-.2-.03.06ZM63.88,13.11l.24.26.04-.03-.24-.26-.03.03ZM64.23,13.45l.27.21c0-.21-.17-.18-.27-.21ZM59.97,9.6l.13.08q-.03-.11-.13-.08ZM60.31,9.81l.07.06.04-.04s-.04-.04-.06-.06c0,0-.03.03-.04.04ZM61.84,16.94l.16.15s0-.03,0-.04c-.01-.08-.09-.13-.16-.11ZM37.22,5.93s0,.03,0,.06l.19-.05c-.07-.12-.13-.05-.19-.02ZM37.88,5.74l-.19.11c.08.03.14.02.19-.11ZM20.49,11.16c-.08.07-.15.14-.08.24.02,0,.02,0,.03,0,.35-.16.68-.37.98-.61.01,0,.03-.02.03-.04v-.14c-.08.03-.14.06-.2.08-.27.12-.53.27-.76.45ZM26.77,8.85h.13v-.06h-.13v.06ZM23.58,9.68l.12.07.03-.09-.12-.02-.02.04ZM23.73,9.65h0s0,0,0,0h0ZM53.11,5.75s0,0,0,0c0,0,0,0,0,0h0ZM53.08,5.67c-.21-.07-.42-.14-.63-.2-.02,0-.04,0-.1.02.25.1.5.19.77.25,0-.03-.01-.07-.03-.07ZM71.88,51.39l-.15-.17c-.1.14-.11.22-.03.26l.18-.09ZM53.16,68.86c-.09.03-.14.06-.2.07s-.13.02-.19.03q.27.05.39-.1ZM54.38,68.72h-.13v.05l.13-.02v-.03ZM63.74,64.12l-.18.15-.03-.02.11-.2-.03-.03-.38.4c.04.13-.16.15-.13.23.05.17-.16.12-.16.25.04,0,.09,0,.11-.01.27-.21.5-.47.69-.76ZM64.11,63.68c-.14.09-.24.23-.27.4l.32-.36-.05-.04ZM62.64,65.36l-.04-.05-.09.06s.04.05.05.05c.03-.02.06-.04.08-.06ZM69.68,56.98l-.49.44c.25,0,.45-.19.49-.44ZM37.52,7.82l.02.05.13-.06-.02-.04-.13.06ZM54.47,3.37l-.18-.02v.04l.18.02v-.04ZM21.82,9.44l.24.15q-.05-.19-.24-.15ZM21.15,10.17l.04.02.05-.09-.06-.02-.03.1ZM70.32,17.46l-.06-.11-.03.02.05.11.04-.03ZM71.67,18.07s0-.01-.01-.02c0,0,0,.01,0,.02h0ZM71.36,17.55c.06.19.17.36.3.5-.03-.2-.14-.38-.3-.5ZM75.88,35.19c-.08.08-.08.2-.01.28v-.28ZM53.12,7.09l.1.04v-.04s-.09-.03-.09-.03v.03ZM65.15,63.79l-.12.23c.11-.03.16-.1.12-.23ZM54.61,70.61c-.11,0-.22.04-.29.12.11.03.23-.02.29-.12Z"/></svg>');
}








