/* CSS Document */

#about{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	margin: 32px 0 96px 0;
	@media (min-width: 1200px) {
		margin: 72px 0 140px 0;
	}
	@media (min-width: 992px) {
		&:before,
		&:after{
			content: "";
			order: 1;
			grid-column: 2;
			display: block;
			background: var(--color-theme);
		}
		&:before{
			grid-row: 2;
			aspect-ratio: 1;
			-webkit-mask: var(--about-pict-01) no-repeat right top / contain;
		}
		&:after{
			grid-row: 2;
			width: 35%;
			-webkit-mask: var(--about-pict-02) no-repeat left top / auto 100%;
		}
		&:before{
			grid-column: 1 / 4;
			grid-row: 1 / 3;
			justify-self: center;
			aspect-ratio: unset;
			width: min(98%, 1366px);
			height: min(100%, 315px);
		}
		&:after{
			grid-column: 2;
			grid-row: 2;
			height: min(24vw, 240px);
			margin-bottom: 64px;
		}
		& h2{
			grid-row: 1;
		}
		& h2+div{
			grid-row: 2;
			width: 75%;
		}
	}
	&>*{
		grid-column: 2;
	}
	& h2{
		justify-self: center;
		position: relative;
		padding: 4px;
		color: var(--color-theme);
		font-weight: 700;
		font-size: 32px;
		font-family: fot-tsukubrdgothic-std, sans-serif;
		@media (min-width: 1200px) {
			font-size: 48px;
		}
		&:before,
		&:after{
			content: "";
			position: absolute;
			background: currentColor;
		}
		&:before{
			top: 0;
			right: 0;
			aspect-ratio: 22 / 28;
			width: 22px;
			transform: translateX(100%);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.98 28.31"><path d="M7.32.2c-.64-.39-1.47-.19-1.86.45-.87,1.42-1.74,2.84-2.6,4.26C1.96,6.36-.61,9.16.13,10.98c.23.56.53.77.88.74,1.35-.12,3.31-4.03,3.73-4.73,1.01-1.65,2.02-3.29,3.02-4.94.39-.64.19-1.47-.45-1.86ZM20.56,24.61c-1.92.1-3.35.28-4.73.45-1.52.19-4.26-.3-5.44.93-.87.91-.35,1.95.85,2.23.04,0,.07.02.11.02,1.41.27,3.42-.32,4.82-.5,1.39-.18,2.71-.34,4.53-.43.75-.04,1.32-.67,1.28-1.42s-.66-1.32-1.42-1.28ZM11.97,16.33c2.13-.94,4.19-2.05,6.28-3.07.67-.33.95-1.14.62-1.81-.33-.67-1.14-.94-1.81-.62-1.36.66-2.72,1.33-4.08,1.99-1.08.53-3.1.91-3.65,2.13-.61,1.37.19,1.75,1.15,1.72.52-.02,1.09-.16,1.49-.34Z"/></svg>') center no-repeat;
			-webkit-mask-size: contain;
		}
		&:after{
			left: 0;
			bottom: 0;
			width: 100%;
			height: 3px;
			border-radius: 3px;
		}
	}
	& h2+div{
		justify-self: center;
		margin: 32px 0 48px 0;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.1em;
		@media (min-width: 1200px) {
			margin: 56px 0 64px 0;
		}
		&:has(wbr){
			word-break: keep-all;
		}
	}
	& ul{
		display: grid;
		grid-gap: 16px clamp(24px, calc(48 / 1200 * 100vw), 48px);
		width: min(100%, 1080px);
		margin: 0 auto;
		@media (min-width: 576px) {
			grid-template-columns: repeat(3, 1fr);
		}
	}
	& li{
		display: contents;
		& a{
			display: grid;
			grid-template-rows: 1fr 18px;
			align-items: center;
			min-height: 96px;
			background: #bfa108;
			padding: 8px;
			border-radius: 48px;
			color: #fff;
			font-weight: 900;
			letter-spacing: 0.2em;
			text-align: center;
			text-decoration: none;
			@media (min-width: 576px) {
				font-size: clamp(14px, calc(16 / 1200 * 100vw), 16px);
			}
			&:after{
				content: "";
				align-self: stretch;
				justify-self: center;
				aspect-ratio: 1;
				height: 100%;
				background: currentColor;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"><polyline points="2 6 8 12 14 6"/></svg>') no-repeat center / contain;
			}
		}
	}
}

#point,
#data,
#area{
	scroll-margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	overflow: hidden;
	&>*{
		grid-column: 2;
	}
	& h2{
		position: relative;
		justify-self: center;
		margin: 0 2em;
		color: var(--color-theme);
		font-weight: 900;
		font-size: 24px;
		letter-spacing: 0.2em;
		text-align: center;
		@media (min-width: 1200px) {
			font-size: 32px;
		}
		&:before,
		&:after{
			content: "";
			position: absolute;
			top: 50%;
			width: 50vw;
			height: 2px;
			background: currentColor;
		}
		&:before{
			left: calc(100% + 1em);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 2"><rect width="2" height="2"/></svg>') center left;
		}
		&:after{
			right: calc(100% + 1em);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 2"><rect x="2" width="2" height="2"/></svg>') center right;
		}
		& br{
			@media (min-width: 576px) {
				display: none;
			}
		}
	}
}

#point{
	grid-row-gap: 64px;
	margin-bottom: 96px;
	padding-bottom: 64px;
	@media (min-width: 1200px) {
		grid-row-gap: 80px;
		margin-bottom: 140px;
	}
	&:before{
		content: "";
		grid-column: 1 / 4;
		grid-row: 2;
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1366 60"><path fill="%23f0f0e4" d="M0,59.81S0,15.33,0,15.33c0,0,105.52-9.8,113.02-10.51C163.29,0,214.69-1.23,265.51,1.25c114.63,5.59,228.35,29.73,341.86,19.29,46.5-4.28,90.85-14.26,137.46-18.18,97.94-8.22,195.9,10.83,294.48,16.24,57.01,3.13,114.85,1.66,171.1-4.36,28.98-3.1,58.89-7.45,88.66-6.01,24.05,1.16,66.94,7.09,66.94,7.09v44.48S0,60.23,0,59.81Z"/></svg>'), url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1366 60"><path fill="%23f0f0e4" d="M0,0s0,40.35,0,40.35c0-.53,55.47-3.1,60.56-3.38,96.12-5.3,196.78-4.81,291.33,9.28,23.37,3.48,46.91,7.87,70.64,10.67,20.1,2.37,39.63,1.83,59.68,2.68,22.81.97,45.79.24,68.22-2.93,27.14-3.84,52.98-11.19,79.73-16.19,57.44-10.75,119.36-9.76,177.69-3.06,56.94,6.54,114.72,16.74,172.22,6.84,36.75-6.32,71.31-20.11,109.16-20.71,45.91-.73,87.1,18.17,131.18,27.13,68.6,13.95,145.6,6.5,145.6,6.5V0S-3,0,0,0Z"/></svg>'), url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 10 10" width="10" height="10"><rect fill="%23f0f0e4" width="10" height="10"/></svg>');
		background-repeat: no-repeat;
		background-position: center top, center bottom, center;
		background-repeat: no-repeat;
		background-size: 100% min(5vw, 64px), 100% min(5vw, 64px), 100% calc(100% - (min(5vw, 64px) * 2) + 2px);
		transform: translateY(64px);
	}
	& h2+div{
		grid-row: 2;
		display: grid;
		align-content: start;
		justify-items: center;
		grid-gap: 32px;
		@media (min-width: 576px) and (max-width: 991.98px) {
			justify-self: center;
			width: min(100%, 800px);
		}
		@media (min-width: 992px) {
			padding-bottom: 64px;
			grid-template-columns: repeat(3, 1fr);
			justify-content: space-between;
		}
	}
	& dl{
		counter-increment: count;
		position: relative;
		display: grid;
		grid-template-columns: 0 1fr 0;
		align-content: center;
		grid-gap: 16px 32px;
		z-index: 1;
		&>*{
			grid-column: 2;
			z-index: 1;
		}
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			aspect-ratio: 1;
			width: clamp(32px, calc(56 / 576 * 100vw), 56px);
			z-index: 1;
			background: var(--color-theme) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="white" d="M25.58,10.08c-.28-.28-.66-.44-1.06-.44-.43,0-.71.17-.99.37-1.34.94-3.51,1.55-5.03,1.94l-1.13.31c-.71.2-1.18.78-1.19,1.48,0,.41.14.79.43,1.08.3.3.7.47,1.14.47.7,0,2.92-.73,4.23-1.18-1.13,3.69-2.09,7.18-2.93,10.65l-.17.72c-.43,1.85-.87,3.77-.9,5.68,0,.51.15.96.45,1.26.27.28.65.42,1.08.42.87,0,1.55-.67,1.57-1.53v-.11c0-1.51.38-3.13.75-4.7l.21-.9c1.09-4.69,2.53-9.4,3.91-13.95.06-.17.06-.33.06-.46,0-.42-.15-.82-.44-1.11Z"/></svg>') center no-repeat;
			background-size: contain;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M36.71,32.43c-2.52,4.02-6.57,6.98-12.2,7.46-6.63.57-16.16-.89-20.68-5.8C-6.68,22.69,6.17.57,21.72.01c5.56-.2,11.17,2.32,14.55,6.29,3.99,4.69,4.09,11.81,3.41,17.45-.37,3.09-1.36,6.1-2.97,8.68Z"/></svg>') center no-repeat;
			-webkit-mask-size: contain;
		}
		&:nth-of-type(2):before{
			background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="white" d="M26.11,27.44c-.3,0-.47.06-.65.13-.46.15-2.86.22-4.35.22l-1.06.02c-.99.02-2.01.03-3.04.08l5.6-6,.54-.59c2.68-2.93,5.18-5.88,5.26-7.58.05-.94-.29-1.83-.98-2.56-1.29-1.36-3.62-1.98-5.23-1.98-1.01,0-2.01.13-2.87.36-1.7.4-4.62,1.68-4.74,3.99-.08,1.51.68,2.69,2.19,3.41,1.02.51,2.23-.31,2.28-1.35.05-.92-.57-1.28-.95-1.5-.36-.21-.43-.27-.44-.42.03-.05.16-.19.27-.27,1.09-.84,2.92-1.14,4.14-1.14.96,0,2.34.29,3.04,1.08.18.23.18.31.18.31-.09.49-1.89,2.77-2.61,3.56-1.61,1.91-3.37,3.77-5.06,5.56l-4.29,4.57c-.2.24-.42.47-.64.71-.23.25-.46.5-.69.77-.15.21-.35.49-.37.92-.02.42.12.81.4,1.1.28.3.67.46,1.1.46h.22c.36-.04.73-.09,1.09-.14.36-.05.71-.1,1.05-.14,1.48-.11,2.98-.13,4.44-.15l1.26-.02s.1,0,.14,0c3.28,0,4.93-.18,5.53-.62.33-.24.71-.6.74-1.24.02-.42-.12-.81-.4-1.1-.28-.3-.67-.46-1.1-.46Z"/></svg>');
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M.78,15.91c-5.28,16.27,17.53,30.81,31.5,20.81,9.02-6.45,10.22-21.8,3.16-30.25C29.52-.61,19.55-1.78,11.43,2.46,6.49,5.04,2.42,10.83.78,15.91Z"/></svg>');
		}
		&:nth-of-type(3):before{
			background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="white" d="M23.15,18.4c1.61-1.15,3.72-3.09,3.81-4.85.05-1.03-.31-1.98-1.04-2.76-1.07-1.12-2.93-1.85-4.75-1.85s-5.35.72-5.49,3.45c-.03.62.16,1.22.51,1.59.29.3.67.46,1.1.46.86,0,1.56-.66,1.61-1.51,0-.17-.02-.31-.05-.42.41-.27,1.47-.49,2.22-.49.69,0,1.98.28,2.54.87.18.19.26.39.25.6-.02.1-.22.41-.46.69-1.32,1.63-3.97,3.22-6.15,3.7-.17.03-.34.06-.51.09-.37.06-.74.11-1.13.24-.71.21-1.18.76-1.21,1.42-.02.41.12.8.4,1.1.28.3.68.47,1.1.47.45,0,.89-.1,1.32-.19.16-.03.31-.07.47-.1.35-.06.81-.06,1.18-.06,1.23,0,3.88.38,4.75,1.3.19.2.27.4.26.63-.05.9-.97,2-1.82,2.73-2.03,1.8-5.04,3.06-7.34,3.06h-.18c-.68,0-1.71-.02-1.97,1.38v.08c-.05.54.14.87.31,1.06.42.46,1.13.52,1.7.52,3.1,0,6.82-1.5,9.49-3.82,1.26-1.09,2.79-2.84,2.9-4.95.11-2.02-1.18-3.5-3.81-4.42Z"/></svg>');
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M17.95,0c-4.15.12-8.34,1.69-11.99,5.17-14.8,14.1.31,39.92,19.67,33.94,4.47-1.38,9.72-4.79,12.03-9.03C45.6,15.52,31.93-.41,17.95,0Z"/></svg>');
		}
		&:after{
			content: "";
			grid-column: 1 / 4;
			grid-row: 1 / 5;
			background: #fff;
			aspect-ratio: 1;
			border-radius: 100%;
		}
		@media (max-width: 991.98px) {
			padding-left: 30%;
			& dd{
				& img{
					left: 0;
					width: calc(30% + 24px);
				}
			}
		}
		@media (min-width: 576px) and (max-width: 991.98px) {
			&:nth-child(odd){
				padding-right: 20%;
			}
			&:nth-child(even){
				padding-left: 50%;
				&:before{
					left: 20%;
					}
				& dd{
					& img{
						left: 20%;
						width: calc(30% + 24px);
					}
				}
			}
		}
		@media (min-width: 576px) {
			column-gap: 40px;
		}
		@media (min-width: 992px) {
			padding-top: calc(min(95%, 320px) - 56px);
			&:before{
				top: 0;
				left: 10%;
			}
			& dd{
				& img{
					left: 50%;
					width: min(90%, 320px);
					transform: translateX(-50%);
				}
			}
			&:nth-child(odd){
				transform: translateY(64px);
			}
		}
	}
	& dt{
		grid-row: 2;
		align-self: end;
		font-size: 24px;
		color: var(--color-theme);
		font-weight: 700;
		font-size: clamp(16px, calc(24 / 768 * 100vw), 24px);
		letter-spacing: 0.1em;
		text-align: center;
		@media (min-width: 992px) {
			font-size: clamp(18px, calc(24 / 1200 * 100vw), 24px);
		}
	}
	& dd{
		&:nth-of-type(1){
			grid-row: 3;
			font-weight: 500;
			font-size: clamp(10px, calc(14 / 768 * 100vw), 14px);
			letter-spacing: 0.05em;
			@media (min-width: 992px) {
				font-size: clamp(12px, calc(14 / 1200 * 100vw), 14px);
			}
		}
		&:has(img){
			display: contents;
			}
		& img{
			position: absolute;
			top: 0;
			left: 0;
			aspect-ratio: 1;
			object-fit: cover;
			border-radius: 100%;
		}
	}
}

#data{
	margin-bottom: 96px;
	@media (min-width: 1200px) {
		margin-bottom: 140px;
	}
	& h2+div{
		display: grid;
		grid-gap: 48px;
		margin-top: 64px;
		overflow: hidden;
		@media (min-width: 576px) {
			grid-template-columns: repeat(2, 1fr);
		}
		@media (min-width: 992px) {
			grid-template-columns: repeat(3, 1fr);
		}
		@media (min-width: 1200px) {
			grid-gap: 80px;
			margin-top: 72px;
		}
	}
	& section{
		position: relative;
		display: grid;
		grid-template-rows: auto auto auto 1fr;
		&:before,
		&:after{
			content: "";
			position: absolute;
			background: var(--color-theme);
		}
		&:before{
			top: 0;
			left: -24px;
			width: 2px;
			height: 100%;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 4"><rect width="2" height="2"/></svg>') top center;
		}
		&:after{
			left: 0;
			bottom: -24px;
			width: 100%;
			height: 2px;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 2"><rect x="2" width="2" height="2"/></svg>') center right;
		}
		@media (min-width: 1200px) {
			&:before{
				left: -40px;
			}
			&:after{
				bottom: -40px;
			}
		}
	}
	& h3{
		color: var(--color-theme);
		font-weight: 900;
		font-size: 20px;
		letter-spacing: 0.025em;
		text-align: center;
	}
	& h3+div{
		display: contents;
	}
	& h3+div+div{
		margin-top: 16px;
		font-weight: 500;
		font-size: 12px;
		letter-spacing: 0.05em;
		text-align: center;
		@media (min-width: 576px) {
			font-size: clamp(10px, calc(12 / 991 * 100vw), 12px);
		}
		@media (min-width: 992px) {
			font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
		}
	}
	& h4{
		color: var(--color-theme);
		font-weight: 900;
		letter-spacing: 0.025em;
		text-align: center;
		@media (min-width: 576px) {
			font-size: clamp(16px, calc(24 / 991 * 100vw), 24px);
		}
		@media (min-width: 992px) {
			font-size: clamp(18px, calc(20 / 1200 * 100vw), 20px);
		}
		& strong{
			display: inline-block;
			margin: 0 0.1em;
			font-size: 2.5em;
			line-height: 1;
		}
	}
	& h4+div{
		font-weight: 700;
		letter-spacing: 0.05em;
		text-align: center;
		@media (min-width: 576px) {
			font-size: clamp(10px, calc(16 / 991 * 100vw), 16px);
		}
		@media (min-width: 992px) {
			font-size: clamp(12px, calc(14 / 1200 * 100vw), 14px);
		}
	}
	& figure{
		grid-row: 3;
		display: flex;
		justify-content: center;
		margin: 16px 0;
		& svg{
			width: min(50%, 128px);
			height: auto;
			fill: #bfa108;
		}
	}
}

#area{
	margin-bottom: 96px;
	@media (min-width: 1200px) {
		margin-bottom: 140px;
	}
	& h2+div{
		margin-top: 48px;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		@media (min-width: 1200px) {
			margin-top: 64px;
		}
		&:has(wbr){
			word-break: keep-all;
		}
	}
	& h2+div+div{
		order: 1;
		justify-self: start;
		margin-top: 32px;
		padding-left: 1.1em;
		text-indent: -1.1em;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.1em;
		@media (min-width: 992px) {
			justify-self: center;
			text-align: center;
		}
	}
	&>figure{
		margin-top: 32px;
	}
	#areaList{
		margin-top: 24px;
	}
}

#areaList{
	display: grid;
	grid-gap: 24px;
	@media (min-width: 992px) {
		grid-template-columns: repeat(3, 1fr);
	}
	& section{
		display: grid;
		grid-template-columns: 0 1fr 0;
		grid-template-rows: auto auto auto 1fr;
		column-gap: 24px;
		background: #f0f0e4;
		border: 4px solid var(--color-theme);
		border-radius: 8px;
		&>*{
			grid-column: 2;
		}
		&:before{
			content: "";
			grid-column: 1 / 4;
			grid-row: 1 / 3;
			background: var(--color-theme);
		}
		& h3{
			margin-top: 8px;
		}
		& h3,
		& h4{
			margin-left: 25%;
		}
		& h4+div{
			margin-top: 16px;
		}
		& h4+div+div{
			margin: 24px 0;
		}
		@media (min-width: 576px) and (max-width: 991.98px) {
			& h4+div{
				grid-row: 3;
				margin-left: calc(50% + 24px);
			}
			& h4+div+div{
				grid-row: 4;
				margin-left: calc(50% + 24px);
			}
			& figure{
				grid-row: 3 / 5;
				width: 50%;
			}
		}
		&:nth-child(1){
			background: #ffeded;
			border-color: #eb7373;
			&:before{
				background: #eb7373 var(--area-pict-01) no-repeat 2.5% bottom / 25% 95%;
			}
			& h4+div+div{
				color: #eb7373;
			}
			@media (min-width: 576px) {
				&:before{
					background-size: auto 95%;
				}
			}
			@media (min-width: 992px) {
				&:before{
					background-size: 30% 95%;
				}
			}
		}
		&:nth-child(2){
			background: #f1f7f0;
			border-color: #6abd51;
			&:before{
				background: #6abd51 var(--area-pict-02) no-repeat 2.5% center / 25% 50%;
			}
			& h4+div+div{
				color: #6abd51;
			}
			@media (min-width: 576px) {
				&:before{
					background-size: auto 75%;
				}
			}
			@media (min-width: 992px) {
				&:before{
					background-size: 25% 50%;
				}
			}
		}
		&:nth-child(3){
			background: #ebf4f7;
			border-color: #61b6d6;
			&:before{
				background: #61b6d6 var(--area-pict-03) no-repeat 0 center / 25% 30%;
				}
			& h4+div+div{
				color: #61b6d6;
			}
			@media (min-width: 576px) {
				&:before{
					background-size: auto 40%;
				}
			}
			@media (min-width: 992px) {
				&:before{
					background-size: 30% 50%;
				}
			}
		}
	}
	& h3{
		grid-row: 1;
		color: #fff;
		font-weight: 900;
		font-size: 24px;
		letter-spacing: 0.3em;
		text-align: center;
		@media (max-width: 991.98px) {
			font-size: clamp(24px, calc(32 / 991.99 * 100vw), 32px);
		}
	}
	& h3+div{
		display: contents;
		&>*{
			grid-column: 2;
		}
	}
	& h4{
		grid-row: 2;
		margin-bottom: 16px;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-align: center;
		@media (max-width: 991.98px) {
			font-size: clamp(14px, calc(24 / 991.99 * 100vw), 24px);
		}
		@media (min-width: 992px) and (max-width: 1199.98px) {
			font-size: 12px;
		}
	}
	& h4+div{
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
	}
	& h4+div+div{
		display: flex;
		justify-content: center;
		color: var(--color-theme);
		a{
			display: grid;
			grid-template-columns: 10px 1fr;
			align-items: center;
			width: min(80%, 240px);
			min-height: 36px;
			padding: 4px 16px;
			border: 2px solid currentColor;
			border-radius: 18px;
			color: inherit;
			font-weight: 700;
			font-size: 14px;
			text-align: center;
			text-decoration: none;
			letter-spacing: 0.2em;
			&:before {
				content: "";
				aspect-ratio: 1;
				background: currentColor;
				border-radius: 100%;
			}
		}
	}
	& figure{
		grid-row: 3;
		grid-column: 1 / 4;
		display: flex;
		justify-content: center;
		padding: 16px;
		background: #fff;
		& svg{
			width: 100%;
			height: auto;
		}
	}
}


:root{
	--about-pict-01: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 336.67 315.13"><path d="M158.54,176.27c-.02.4.14.77.44,1.01.26.21.58.32.98.32.21,0,.43-.03.68-.08.47-.1.89-.23,1.29-.4h0c1.12-.46,1.94-1.15,2.67-1.84.65-.62,2.12-2.24,1.67-4.06-.26-1.07-1.36-1.19-1.88-1.24-.04,0-.08,0-.13-.01.08-.19.23-.43.44-.67.36-.4.43-.85.48-1.22.02-.11.03-.22.06-.35.08-.39.1-.89.12-1.29,0-.1,0-.2,0-.26.07-.22.16-.63-.08-1.03-.15-.25-.47-.46-.76-.51-1.44-.23-1.88.86-2.07,1.32-.04.09-.07.18-.12.26-.16.31-.48.56-.85.83-.45.33-.96.71-1.33,1.33-.02.03-.09.15-.18.32-.15.27-.55,1-.75,1.33-.31.26-.44.68-.29,1.09,0,.07-.06.28-.1.42-.13.45-.31,1.07-.02,1.74.24.55.6.8.92.9-.04.23-.04.44-.04.61,0,.03,0,.06,0,.09-.06.04-.14.09-.2.13-.37.23-.94.57-.97,1.27ZM160.94,171.08c.2-.32.45-.78.8-1.41l.14-.25c.17-.27.46-.5.81-.75,0,0,.01-.01.02-.02-.29.48-.55,1.08-.5,1.75.09,1.38,1.46,1.53,1.98,1.58.05,0,.11.01.17.02-.04.61-.6,1.35-1.13,1.84-.51.48-.98.88-1.52,1.18,0-.1,0-.19,0-.27,0-.04,0-.08,0-.11.04-.04.08-.08.12-.12.29-.27.76-.72.75-1.41,0-.3-.12-.75-.6-1.18-.31-.27-.69-.42-1.07-.41.02-.14.04-.29.03-.44ZM211.44,26.3c-.1,0-.2,0-.29.03-.16-.12-.35-.19-.56-.2-.36,0-.72.18-.91.49-.15.26-.33.51-.53.74-.18.21-.26.5-.23.77.04.28.19.53.42.69.25.18.56.27.86.27.41,0,.83-.17,1.12-.48.02-.02.04-.04.05-.06l.96.16c.34.05.67-.06.9-.31s.31-.6.23-.92c-.02-.09-.03-.19-.02-.28.02-.3-.08-.59-.3-.79-.21-.21-.5-.31-.8-.28-.22.02-.42.07-.61.12-.13.04-.25.06-.3.06ZM210.39,27.2l-.62.17s.04-.07.08-.1c.1-.11.23-.17.36-.17.06,0,.13.01.19.04,0,.02,0,.05,0,.07ZM227.89,191.32c-1.25-.34-2.47-.73-3.64-1.1-1.2-.38-2.43-.78-3.73-1.13-.53-.14-1.08.17-1.23.7-.14.53.17,1.08.7,1.23,1.26.34,2.47.73,3.65,1.11,1.2.38,2.43.78,3.73,1.13.09.02.18.04.26.04.44,0,.84-.29.96-.74.14-.53-.17-1.08-.7-1.23ZM336.25,4.87c-.05-.32-.21-.63-.48-.92.51-.44,1.27-1.25.67-2.21-.26-.42-.95-1.55-2.14-1.55h-.02c-.56,0-.9.13-1.15.23-.06.02-.12.05-.15.06-.09.01-.21,0-.34,0-.65-.01-1.65-.03-1.98.86-.04.1-.07.2-.1.31,0,0,0,0,0,0-.36.07-.91.25-1.19.86-.02.05-.04.1-.07.16-.41.21-.57.46-.65.67-.05.05-.12.1-.19.16-.36.3-.76.64-.76,1.21,0,.01,0,.02,0,.04-.19.16-.32.36-.41.53-.13.24-.28.45-.36.54-.51.2-.86.47-1.04.79,0,0-.14.16-.58.27-1.09.26-2.96.46-3.36.31-.07-.04-.08-.29-.07-.38.1-.46.02-1.11-.44-1.5-.07-.1-.19-.46-.21-.63-.03-.24-.16-1.05-.8-1.49-.36-.24-.79-.31-1.22-.19-.83.23-1.12.95-1.26,1.29-.02.05-.03.09-.03.09-.19.25-.61.95-.55,1.91.04.59.19.94.36,1.22,0,.06-.01.13-.02.24,0,.09-.03.25,0,.43,0,0,0,0,0,0-.24.05-.45.16-.62.34-.03,0-.06.01-.09.02-.17.03-.35.07-.54.16-.01,0-1.39.76-1.61,1.69-.06.26-.04.53-.03.81,0,.11.01.27.01.4-.05.02-.11.04-.17.05-.02-.02-.03-.05-.05-.07-.18-.25-.49-.67-1.06-.73-.04,0-.09-.02-.14-.04-.36-.1-1.1-.31-1.57.31-.11.14-.42.65,0,1.33.1.16.2.29.3.39-.01.03-.03.07-.05.12-.08.18-.18.42-.21.76,0,.07-.01.14-.01.21-.26.1-.58.26-.9.57-.1.1-.25.28-.43.49-.22.27-.79.97-1.02,1.07-.53.12-1.76.42-1.79,1.7,0,.06-.05.16-.1.26-.72-.84-1.62-.44-1.9-.29-.54.3-.86.96-.8,1.67.05.7.45,1.26,1.03,1.48.21.08.42.12.61.14-.01.15-.03.28-.04.32-.1.14-.45.45-.72.66-.19-.15-.46-.31-.82-.32-.49-.02-1.03.17-1.31.61,0,0,0,0,0,0-.48-.13-1.1.06-1.43.77-.26.55-.22,1.4.07,2.04-.02.02-.04.04-.05.05-.84.31-1.08,1.23-1.28,1.97-.12.46-.04.92.23,1.29.49.68,1.41.84,1.92.88.04,0,.08,0,.12,0,.91,0,1.56-.77,1.8-1.54.24-.78.4-1.02.47-1.09.07-.07.15-.16.23-.26.1-.12.29-.33.42-.45.96.17,1.77-.06,2.42-.67.63-.61,1.03-1.27,1.2-2.03.07-.23.56-.93.7-1.06.33-.17.55-.46.81-.79.1-.13.29-.37.33-.43.55-.11,1.36-.39,1.72-1.1.66-.1,1.22-.7,1.54-1.27.12-.21.21-.43.3-.64.06-.15.16-.38.21-.43.19-.16.68-.59.6-1.25,0-.01,0-.02,0-.04.38.31,1.04.7,1.65.61.38-.05.67-.26.87-.44.21.04.4.03.58-.02.67.15,1.14-.27,1.32-.59.04-.06.15-.17.24-.24.4-.11.74-.45.93-.96.23-.38,1.35-1.88,1.98-2.37.08-.06.13-.1.17-.12.4-.02.78-.16,1.14-.53.22-.23.38-.44.5-.62,0,0,0,0,0,0,.33-.06.7-.25.96-.74.17-.05.43-.11.6-.16.57-.14.94-.24,1.2-.38.11-.06.24-.1.34-.13.15-.05.31-.1.46-.19.12.01.26,0,.39-.04.38-.11.64-.38.76-.84.09-.09.27-.25.52-.44.4-.29.99-.58,1.17-.6.41,0,.93.03,1.15.07.46.29,1.14.39,1.71.05.02,0,.03,0,.05,0,.23-.03.65-.09.94-.49.16-.22.25-.51.2-.78,0-.04.03-.15-.01-.11.35-.34.5-.8.42-1.28ZM303.15,27.17s-.03.06-.04.09c-.02,0-.04,0-.07-.01.03-.12.07-.23.1-.31.03-.02.07-.03.1-.05-.03.09-.06.19-.09.28ZM307.21,23.82c-.17.16-.34.23-.78.13.5-.24,1.02-.69,1.39-1.06-.07.25-.22.56-.61.93ZM313.35,17.17c-.06.14-.12.29-.2.44-.08.14-.16.24-.22.29-.53.09-1.06.48-1.36,1-.11.05-.29.1-.43.12-.06,0-.11.02-.17.04-.55.19-.93.67-1.26,1.1-.09.11-.16.22-.24.29-.3.19-.65.57-.95.99.08-.53.07-1.09,0-1.43.62-.42,1.08-1.29,1.19-1.94.06-.02.15-.05.28-.07.78-.19,1.42-.9,2.11-1.75.12-.15.22-.27.29-.34.08-.08.15-.11.36-.17.1-.03.19-.06.28-.09.2-.08.37-.18.5-.33-.04.23-.04.47.02.69.04.15.09.29.17.42-.16.24-.27.49-.37.73ZM313.87,14.62c.02-.15.03-.32.02-.5,0-.06,0-.13,0-.2,0-.04.02-.08.07-.19.02-.04.04-.09.06-.14.17.05.38.08.62.08.06,0,.13,0,.2-.02-.45.28-.78.71-.96.97ZM323.75,9.81c-.06.08-.12.18-.23.3-.33.03-.68.16-1.17.54-.81.63-2.2,2.42-2.56,3.11-.26.14-.5.34-.69.54-.15-.01-.29,0-.4.05-.59-.17-1.09.21-1.33.42-.02-.01-.04-.03-.06-.04,0-.25-.06-.58-.3-.86-.38-.44-.93-.47-1.19-.48h-.04c.27-.13.52-.3.69-.51.43-.52.4-1.21.37-1.77,0-.07,0-.13-.01-.18.14-.14.39-.35.44-.38.04-.01.08-.02.13-.03.17-.03.41-.08.64-.19.26.08.55.07.8-.04.34-.14.59-.43.68-.8.35-.32.51-.73.47-1.13-.02-.22-.11-.43-.25-.6v-.04c.04-.23.1-.7-.26-1.19-.07-.09-.08-.11-.1-.33,0-.16.03-.32.08-.44.1.29.25.6.45.84-.08.66.06,1.8,1.08,2.36.81.45,2.46.3,3.6.12-.44.16-.69.51-.85.74ZM327.89,7.63s-.02,0-.03,0c-.09.03-.2.07-.3.11,0,0,0,0,0,0,.03-.02.09-.04.18-.08.04-.02.12-.04.21-.09-.02.02-.04.04-.06.06ZM328.17,8s.02-.07.04-.11l.97.18-1-.07ZM334.3,2.57c-.19.15-.35.29-.45.39-.37.42-.61,1.12.29,2.15-.09.17-.16.36-.21.54-.02,0-.05.02-.07.03-.28-.14-.84-.28-2.08-.27-1,.01-2.28.96-2.33,1-.47.35-.76.62-.94.84-.1.03-.2.07-.29.12.21-.18.48-.49.78-1.01.2-.07.39-.18.51-.33.27-.32.29-.69.26-1,0,0,0,0,0,0,.2-.17.38-.32.51-.52.03-.04.05-.08.07-.12.47-.23.66-.57.75-.81.08-.01.15-.02.22-.04.66-.14.94-.68,1.08-1.08.07,0,.15,0,.21,0,.3,0,.57,0,.82-.05.14-.04.27-.08.4-.13.18-.07.27-.1.42-.11.02,0,.09.05.24.24-.07.06-.14.12-.2.16ZM18.59,262.35c.12.03.25.05.39.05.46,0,.96-.21,1.32-.78.35-.06.66-.25.86-.52.2-.26.27-.59.22-.92-.04-.23-.14-.41-.26-.54.19-.71-.05-1.49-.62-1.97,0,0,0,0,0,0-.57-.47-1.3-.56-2-.25-.9.41-1.63,1.47-1.65,2.41-.03.92.75,2.24,1.75,2.5ZM19.05,259.5c-.04.15-.07.32-.06.51-.03.03-.05.05-.08.08-.04-.07-.06-.13-.07-.18,0-.11.09-.27.2-.41ZM178.02,83.64c-.23.86.17,1.43.62,1.69.21.12.45.18.68.18s.44-.05.63-.16c.31-.1.57-.32.91-.73.46-.56.69-1.44.69-2.62.03-.1.17-.34.26-.43.41-.38.64-.96.58-1.48-.04-.39-.24-.73-.56-.92,0,0,0,0,0,0-.63-.38-1.29,0-2.2.53l-.05.03c-.21,0-.48.05-.79.24-.67.41-1.09,1.47-1.12,2.04-.03.59.25.97.41,1.18,0,.1,0,.26-.05.46ZM204.5,3.83c-.04.13-.07.24-.09.33-.04.18-.14.66.56,2.1,0,.01.01.02.02.04-.08.19-.11.4-.07.61.08.51.51.92,1.06,1.02.22.04.62.11.98-.07-.1.21-.16.47-.16.76,0,.55.23,1.84.79,2.33.14.13.32.31.48.49.1.11.2.21.28.3.19.19.59.5,1.15.5.34,0,.75-.12,1.2-.45.43-.31,1.56-1.13,1.17-2.64-.2-.75-.62-2.27-2.06-2.23-.08-.08-.19-.18-.33-.27-.4-.27-.77-.26-1-.21-.49.11-.74.48-.89.71-.03.03-.05.05-.08.08-.02.02-.05.04-.09.08.1-.27.09-.58-.02-.84.02.04.03.06.03.03.24-.42.24-.99.2-1.87,0-.22-.02-.55-.01-.69.24-.69,0-1.53-.35-1.99-.39-.5-.87-.47-1.06-.43-.2.04-.37.12-.5.26-.49-.2-.94.01-1.16.26-.43.47-.29,1.1,0,1.55-.02.08-.05.17-.06.23ZM209.06,11.03l.71-.71s0,0,0,0l-.71.7ZM208.85,8.74c.21.13.5.21.87.2.09.21.18.57.23.72.03.11.05.18-.35.48l-.07-.07c-.17-.18-.36-.38-.53-.54-.08-.17-.17-.52-.19-.75.02-.01.03-.03.04-.04ZM217.66,152.32c.27-.16.5-.4.68-.68.09-.14.16-.29.21-.44,1.07-.19,2.09-.92,2.66-1.47.33-.32.38-.85.15-1.24-.15-.26.11-1.23.34-1.67.39-.31.5-.87.24-1.3-.11-.19-.15-.41-.09-.57.04-.1.1-.16.22-.21.47-.18.74-.69.62-1.18,0-.02-.01-.05-.02-.07.56-.66.95-1.43,1.16-2.25.1-.39-.05-.78-.34-1.02.03-.1.06-.21.08-.29.06-.2.12-.39.15-.56.12-.66.21-1.64-.37-2.62-.15-.26-.41-.43-.7-.48-.03,0-.05,0-.08,0,.04-.27.1-.54.15-.77.19-.91.39-1.86.13-2.73-.12-.42-.2-.87-.29-1.35-.16-.93-.33-1.9-.85-2.8-.26-.44-.58-.76-.84-1.01-.41-.4-.5-.52-.5-.81,0-.08.03-.15.08-.28.09-.25.27-.73,0-1.24-.13-.25-.32-.43-.55-.57-.06-1.5-.78-3.61-.8-3.63-.82-1.54-2.19-2.79-3.19-3.57-.21-.16-.42-.31-.63-.46-.77-.55-1.18-.86-1.34-1.52-.15-.66-.76-3.89-.84-4.61-.08-.71-.18-2.99-.18-3.17,0-.17.09-1.35.16-1.81.07-.5,0-1.02-.03-1.4l-.03-.24c-.01-.17-.03-.28-.05-.37.02-.1.06-.21.08-.28.09-.17.12-.36.2-.83.06-.35.14-.82.25-1.34.16-.7.25-1.13.29-1.23.04-.09.06-.18.08-.26.16-.25.23-.56.2-.89,0-.02.02-.05.02-.07.08-.12.13-.26.15-.4.03-.22.01-.53-.23-.84-.15-.29-.45-.49-.79-.53-.32-.03-.64.1-.84.33-.2.12-.38.31-.65.65l-.13.1c-.2.15-.57.4-.65.44l-.15.06c-.13.06-.24.1-.54.06-.37-.05-.71-.33-.84-.47-.08-.11-.21-.27-.4-.43-.09-.08-.19-.18-.21-.21-.12-.23-.29-.38-.42-.46-.06-.1-.13-.2-.2-.29-.15-.2-.34-.42-.64-.55l-.07-.05c-.13-.1-.3-.22-.49-.31-.33-.15-.65-.19-.96-.12-.06-.01-.13-.03-.18-.05l-.07-.02c-.04-.06-.08-.12-.13-.19-.18-.24-.45-.44-.73-.57-.08-.12-.16-.19-.19-.2-.27-.34-.75-.46-1.15-.31-.19.07-.6.3-.64.92-.09.16-.19.35-.19.62,0,.15.04.31.08.44,0,0,0,.02,0,.03-.02.03-.04.05-.06.08l-.09.12c-.14.19-.2.38-.22.51-.09.11-.2.22-.24.26-.37.24-.49.57-.51.83-.01.04-.03.08-.05.14,0,0-.04.09-.04.1-.13.35-.12.74-.08.99-.12.12-.26.3-.32.57-.04.18-.04.32-.02.47v.02c-.08.17-.12.35-.1.54-.04.09-.08.21-.11.37-.11.18-.23.49-.13.87,0,.01,0,.02,0,.03-.01.05-.03.1-.04.15-.1.15-.21.38-.23.69,0,.08,0,.2,0,.33-.03-.33-.2-.84-.61-1.11,0,0-.02-.01-.04-.03-.08-.11-.16-.2-.22-.26-.19-.26-.46-.42-.83-.46-.2-.09-.52-.2-.84-.2-.21-.02-.46.07-.65.2-.19.04-.52.16-.75.49,0-.01-.01-.02-.02-.03-.11-.16-.24-.37-.45-.56-.3-.28-.63-.42-.9-.54-.09-.04-.18-.07-.26-.12-.29-.17-.65-.17-.96-.01-.53.28-.56.6-.69,2.19-.01.13-.02.24-.04.33-.26-.02-.58.03-.85.29-.19.18-.47.57-.27,1.24.16.54.59.85.9,1.08.08.06.21.14.2.12.07.15.04.63.03.83-.03.55-.17,1.11-.32,1.71-.08.33-.16.66-.23.99l-.04.21c-.08.4-.24,1.23-.41,1.43-.04.02-.19.06-.28.08-.27.06-.64.15-.98.39-.08.05-.15.12-.22.18-.12-.09-.27-.18-.46-.24-.92-.31-1.52.21-1.91.54-.39.33-.52.61-.65.88l-.08.16c-.03.06-.06.14-.1.23-.02.06-.07.16-.11.25-.24.07-.45.23-.58.46-.03.06-.06.12-.08.18-.04.02-.09.05-.15.08-.07.03-.22.12-.28.17-.19.16-.8.73-.83,1.52-.02.42.14.81.44,1.11.31.3.68.39.9.45.05.22,0,.53-.03.88-.09.73-.22,1.73.54,2.6.11.13.24.25.36.38.37.37.53.56.53.76-.04,1.35-.18,3.33-.89,4.97-.33.75-.7,1.22-1.13,1.45-.15.05-.67.09-.98.12-.89.07-1.53.12-1.92.57-.76.86-.49,2.08.17,2.84,1.15,1.33,2.55.76,3.3.46.33-.13.74-.3.87-.23.08.04.11.12.2.56.04.19.08.38.13.56.14.47.35.89.54,1.25.2.4.38.74.45,1.11.15.73.11,1.55-.1,2.58-.08.39-.18.77-.29,1.15-.12.46-.25.92-.34,1.39-.06.32-.09.66-.12.99-.04.45-.08.88-.22,1.21-.03.07-.12.14-.32.28-.19.14-.43.31-.65.56-.67.77-.75,1.64-.82,2.33-.06.57-.16,1.13-.26,1.71-.05.27-.1.54-.16.88-.13.78-.25,1.52-.63,2.14-.19.32-.25.71-.32,1.2-.04.3-.11.76-.2.93-.77,1.51-1.67,2.61-2.82,4.02-.64.78-.84,1.51-1.04,2.22-.05.19-.11.38-.17.59-.19.6-.42,1.17-.64,1.73-.56,1.41-1.13,2.88-1.19,4.61-.1,2.94-2.27,4.09-4.78,5.42-2.18,1.15-4.44,2.35-5.52,4.82-.24.54-.45,1.1-.65,1.66-.53,1.42-1.02,2.76-1.98,3.72-.13.07-.45.25-.62.66-.03.07-.06.2-.1.35-.01.06-.03.13-.04.2-.19.2-.29.37-.4.58-.03.05-.06.13-.1.23-.05.13-.12.31-.13.34-.06.05-.26.19-.43.28-.02.01-.09.06-.11.07-.08.06-.12.09-.22.13-.2.09-.44.25-.86.56l-.12.09c-.62.42-1.1.97-1.57,1.49-.67.75-1.26,1.41-2.08,1.55-.1.02-.34-.01-.52-.03-.43-.05-.93-.11-1.4.09-.53.23-.81.66-.99.95-.05.08-.12.2-.15.22-.06.05-.28.14-.42.21-.24.11-.51.23-.76.4-.2.13-.31.26-.38.34-.02.02-.04.05-.07.07-.08.06-.36.16-.46.19-.21.04-.37.12-.51.19-.05.02-.09.05-.14.06-.16.04-.26.08-.41.13-.21.05-.46.16-.83.34l-.21.1c-.11.05-.47.17-.55.18-.22.04-.7.23-1.02.41-.1.03-.26.06-.4.1l-.32.08c-.15.04-.27.09-.38.14-.23.02-.44.1-.64.22-.07,0-.15.02-.24.04-.08.02-.19.03-.28.04-.23.02-.46.04-.69.14-.13.05-.29.15-.46.25-.07.05-.15.1-.26.15-.12.02-.46.08-.71.38-.54.64-.63,1.37-.69,1.9-.04.32-.07.6-.18.76-.14.2-.41.47-1.16.54-1.06.1-2.91-.47-3.46-1.15.04-.07.08-.15.12-.24.62-1.39.68-3.02.74-4.45l.02-.4c0-.18-.04-.36-.12-.52h0c.07-.17.1-.34.08-.51-.01-.13-.06-.34-.22-.54.25-.23.5-.5.77-.83.2-.24.32-.27.7-.39.22-.06.45-.13.7-.24,1.27-.53,1.4-1.28,1.43-2.15v-.23c.04-.12.26-.45.41-.67.54-.8,1.22-1.81.79-2.79-.26-.59-.82-.96-1.68-1.1-1.56-.25-3.02.74-4.18,1.53-.39.26-.75.51-1.07.68-.37.2-.82.33-1.3.46-.78.22-1.66.47-2.41,1.1-1.04.88-1.45,2.12-1.81,3.22l-.08.24c-.27.8-.48,1.44.01,2.34.15.28.38.42.58.49.14.52.28,1.48.26,1.74-.02.16-.04.58.36.92.01.07.03.15.03.19.45,3.57-3.16,8.49-5.54,10.75-.26.24-.55.46-.87.69-.4.29-.81.6-1.2.99-.15.15-.29.33-.44.51-.18.22-.36.45-.52.54-.07.04-.25.08-.42.11-.34.07-.82.16-1.24.48-.21.16-.35.41-.39.68-.02.18,0,.35.08.52,0,.02,0,.04,0,.06.01.05.03.1.05.15-.45.5-.76,1.05-1.05,1.59-.09.16-.18.32-.27.48-.12.2-.23.38-.34.55-.77,1.24-1.57,2.53-.19,4.5.07.1.19.25.33.43.65.81,1.02,1.36,1.09,1.66-.23.27-.31.59-.33.87-.37-.18-.87-.32-1.46-.1-.79.29-1.14,1.02-1.42,1.6-.1.21-.27.56-.37.63-.16.11-.4.22-.65.32-.46.2-.99.42-1.42.87-.13.14-.25.31-.37.48-.02.03-.04.05-.06.08-.11-.07-.24-.15-.34-.21-.74-.47-1.56-.99-2.34-1-.73-.58-1.88-.31-2.1-.24-.12.03-.22.08-.4.17-.1.05-.22.12-.33.16-.1,0-.2.02-.3.06-.16.06-.29.15-.4.27-.09-.07-.18-.14-.26-.2.08-.19.17-.36.27-.47.03-.04.14-.11.22-.16.33-.22,1.12-.74.98-1.82-.13-1.05-.7-1.54-1.15-1.77-1.41-.72-3.46.18-5.46,1.27l-.31.16c-.18.09-.35.2-.51.31-.17.11-.29.19-.4.23-.47-.25-.85-.22-1.14-.09-.23.05-.45.18-.6.37-.34.05-1.13-.1-1.45-.16-.22-.04-.41-.08-.54-.09-1.72-.19-3.22-.08-4.6.35-.8.24-1.44.7-2.01,1.09-.38.27-.74.52-1.11.69-.72.33-1.55.35-2.44.38-.5.01-1.02.03-1.54.1-.4.05-.79.12-1.19.18-1.09.18-2.12.36-3.13.18-.33-.06-.67-.13-1.01-.21-.96-.21-1.95-.44-3-.34-1.57.14-2.41.98-3.15,1.72-.2.2-.41.41-.64.62-.02.02-.11.05-.23.04-.02,0-.03,0-.05,0,.02-.02.03-.04.05-.06.23-.29.57-.74.55-1.36-.06-1.32-1.68-2.13-2.65-2.09-.62.02-1.09.48-1.51.89-.11.11-.22.22-.3.28-.22.13-.88.25-1.41.35-1.16.21-2.55.47-3.23,1.35-1.26.3-1.67,1.61-1.9,2.36-.04.12-.07.24-.11.36-.34.98-.81,1.27-1.83,1.92l-.31.2c-.9.58-1.42,1.34-1.88,2.01-.23.34-.45.66-.71.96-.45.51-1.06.89-1.7,1.3-.27.17-.53.34-.79.52-.69.47-1.12,1.03-1.5,1.51-.2.25-.38.49-.6.71-.2.02-.5.07-.77.28-.28.21-.36.48-.42.72,0,.02-.01.04-.02.06-.19.21-.44.4-.7.59-.32.25-.66.5-.97.84-.23.25-.4.52-.54.75-.15.25-.28.46-.41.52-.1.05-.26.05-.51.05-.29,0-.63,0-1,.1-.02,0-1.67.49-2.34,1.01-.38.29-.64.79-.9,1.31-.1.2-.19.39-.28.5-.14.19-.28.39-.42.59-.5.71-.97,1.39-1.55,1.87-.39.32-.79.56-1.08.64-.18.05-.65-.04-1.15.12-.27-.12-.59-.11-.87.03-.03,0-.05,0-.08,0-.02-.02-.04-.04-.07-.06-.17-.15-.4-.36-.75-.48-.47-.17-1.26-.46-2.02-.08-.59.29-.83.81-.98,1.14-.04.08-.09.2-.1.22l-.22.2c-.7.65-1.57,1.47-1.09,3.14l.03.12c.06.21.17.59.2.83-.52.04-.94.47-.93,1,.01.54.44.96.98.96,0,0,.01,0,.02,0,0,0,.06.08.12.36.04.21.07.39.1.53.04.27.1.5.18.69-.8.06-1.58.3-2.14.47l-.27.08c-.4.11-.86.18-1.35.26-1.28.2-2.73.42-3.78,1.53-.65.68-.85,1.75-1.05,2.78-.23,1.17-.43,2.06-.86,2.1-.07,0-.23-.07-.4-.16-.46-.24-1.23-.64-2.25-.14-.86.42-1.28,1.26-1.62,1.93-.14.27-.27.53-.4.7-.05.07-.1.13-.15.19-.27-.45-.69-.98-1.45-1.2-1.56-.45-3.47,1.36-4.38,2.95-.29,0-.59.04-.9.13-.52.17-1.05.52-1.42,1.07-.15-.08-.31-.14-.48-.17-.05-.01-.11-.02-.16-.02-.17-.26-.41-.51-.74-.64-.43-.17-.9-.12-1.33.14-.77.48-.7,1.3-.67,1.61v.19c.03.39.02.54-.05.69-.07.13-.15.25-.23.37-.25.37-.6.88-.62,1.6-.01.51.16.98.47,1.33.31.33.74.53,1.21.55.53.02,1.08-.19,1.47-.55.56-.52.76-1.24.89-1.88,0-.02,0-.05.01-.07.36,1,1.08,1.75,1.88,2.36-.07.03-.13.07-.19.12-.62.43-.93,1.17-.86,2.05.1,1.21.86,2.21,1.53,3.09.37.48.72.94.9,1.35.45,1.01.31,1.84-.54,3.2-.26.41-.18.94.17,1.27.36.33.89.35,1.28.06.35-.27.8-.71,1.36-1.27.76-.76,3.05-3.07,3.77-2.9.13.11.19.65.23,1.01.07.64.17,1.46.67,2.07-.84.02-1.68.4-2.26,1.06h0c-.83.94-1.04,2.19-1.13,3.05-.06.63.03,1.17.28,1.59-.44.62-.63,1.4-.51,2.16.05.35.17.63.36.85.5.61,1.31.67,1.97.39.09.47.29.9.48,1.3.2.43.39.84.37,1.15-.02.25.06.5.21.7.54.68.42,2.52,0,3.83-.17.51.1,1.06.61,1.25,1,.36,1.68,1.28,1.79,2.45.1,1.03-.23,1.8-2.21,2.25-.27.06-.51.24-.65.48-.14.24-.17.54-.08.8.35,1.09.88,2.73,2.76,3.36.43.15.84.23,1.2.3.55.11.99.2,1.43.48,1.16.74,2.38,1.43,3.53.94.13-.06.25-.13.37-.21-.18.22-.4.44-.65.66-.21.18-.35.39-.36.67-.01.27.07.5.26.69,0,.02,0,.08-.06.19-.18.4-.09.87.23,1.16.19.17.43.26.67.26.17,0,.35-.04.5-.14.48-.28,1-.55,1.52-.82,2.49-1.3,5.59-2.92,5.68-6.52,0-.17,0-.34,0-.51,0-.21-.01-.53.02-.69.01,0,.03,0,.05,0,.22,0,.59.25.91.47.58.39,1.29.88,2.18.78,2.41-.25,3.05-4.6,3.45-8.66.03-.27.05-.49.07-.66.46-3.87,1.35-7.21,2.97-11.17l.3-.74c1.23-3.03,2.13-5.23,4.75-7.31.27-.22.41-.56.37-.91-.03-.2.05-.38.19-.71.14-.32.31-.72.35-1.22.11-1.31-.65-2.21-1.27-2.93-.11-.12-.21-.25-.31-.37-.28-.35-.47-.97-.65-1.57-.32-1.04-.68-2.21-1.75-2.69-.56-.25-1.19-.25-1.92-.01-.24-.11-.52-.12-.77-.03-.59.22-.99.21-1.2.17.17-.12.48-.27,1.04-.37.28-.05.53-.22.68-.46.1-.17.15-.36.15-.55,1.02-.66,1.41-1.48,1.55-2.1.25-1.1-.12-2.32-1.04-3.44-.87-1.06-1.81-1.54-2.81-1.42-1.03.12-1.96.87-2.76,2.24-1.4-.12-3.17-.5-4.32-1.3-.62-.43-.83-1.02-1.15-2.04-.08-.26-.16-.52-.25-.78-.02-.06-.05-.13-.09-.18.3-.75.49-1.65-.02-2.41-.02-.02-.03-.05-.05-.07.32.08.65.28,1.08.56.59.38,1.26.82,2.14.91,1.29.13,2.1-.83,2.4-1.19.26-.31,1.64-.42,2.23-.47.3-.02.57-.05.8-.08.31-.04.71-.15,1.17-.29.33-.09.89-.25,1.33-.34-.17.32-.15.7.04,1.01.2.31.55.49.93.46l.28-.03q1.11-.1,1.97.59c.47.38,1.02.53,1.45.65.1.03.2.06.29.08,0,.01,0,.03-.01.04-.02.06-.03.14-.03.23-.16.17-.31.33-.46.53-.26.34-.27.8-.04,1.16s.67.52,1.08.42c.63-.16,1.78-.54,2.34-1.26.58-.75.37-1.6.16-2.2,1.13-.68,1.08-1.99,1.06-2.69-.01-.35-.02-.67.04-.9.02-.06.03-.08.11-.19.27-.35.55-.8.46-1.69-.07-.7.38-1.25,1.13-2.06l.17-.19c.2-.03.38-.13.53-.28.12-.12.2-.16.18-.17.13.05.45.43.63,1.02l.05.17c.22.78.54,1.96,1.54,2.12.2.03.53.03.87-.17,1.16.22,2.58-.22,3.35-1.12.05-.06.1-.13.13-.2,3.25-1.1,4.49-1.92,4.96-2.51.01,0,.03,0,.04-.01.28-.08.92-.26,1.33-.32.08.15.19.28.32.37.56.4,1.76.41,2.57.02.34-.17.62-.4.82-.68.12-.01.23-.05.34-.11.29.28.71.39,1.11.25.34-.12.67-.42.8-.79.21-.07.42-.14.59-.21l.18-.07c.25-.09.46-.28.57-.51.08-.03.16-.07.23-.11.16.19.36.34.59.44.33.46.86.75,1.53.79.09,0,.17,0,.27,0-.26.19-.44.44-.52.58-.05.09-.08.17-.11.26-.11.05-.21.11-.3.19-.41.14-.74.35-.8.39-.06.04-.12.08-.17.13-.1-.03-.21-.05-.33-.05h0c-.46-.03-.83.2-1.02.57-.06.13-.1.27-.1.41-.44.1-.76.49-.77.96,0,.47.07.91.14,1.3.12.67.17,1.06-.04,1.44-.31.53-.79.92-1.28,1.06-.14.02-.62.02-2.15-.06-.12,0-.24-.01-.37,0-.14-.03-.29-.03-.43,0-.02,0-1.64.62-2.77,1.21-.03,0-.06-.02-.09-.02-.42-.47-.72-1.04-1.05-1.69-.26-.5-.53-1.02-.88-1.53,0,0,0,0,0,0-.42-.61-.89-.71-1.24-.7-.75.04-1.11.71-1.3,1.06-.04.07-.07.13-.1.17-.22.27-.5.49-.83.75-.23.18-.46.36-.68.56-.57.52-.71.88-.79,1.36-.02.12-.03.19-.1.35-.11.25-.26.44-.44.67-.39.49-.87,1.09-.86,2.23l-.02.14c-.09.34-.08.65.04.91-.04.06-.08.12-.12.19-.05.11-.08.21-.12.36-.06.08-.12.15-.16.21h0c-.14.06-.28.12-.41.22-.07.05-.23.21-.35.34l-.11.1-.13.04c-.32.09-.85.25-1.25.69-.07.08-.29.22-.43.31-.26.16-.5.31-.67.55-.07.1-.16.27-.26.47-.04.08-.1.21-.14.28-.11.07-.23.16-.35.25-.05.04-.1.07-.14.11-.76.2-1.38.62-1.94,1-.25.17-.5.34-.75.48-.89.49-1.67,1-2.31,1.54-.31.26-.44.68-.32,1.07s.47.66.88.69c1.06.08,1.96-.53,2.76-1.08.33-.23.75-.51,1.06-.63-.09.34-.19.75-.12,1.18.09.54.51.89,1.95,2.02.14.11.31.24.47.37-.28.34-.51.71-.64,1.15-.11.38-.1.7-.09.94,0,.08,0,.2-.03.26-.08.1-.14.13-.24.18-.9.53-.76,1.28-.54,1.88.12.32.34.55.54.76.07.07.14.14.16.14,0,0,0,0,0,0,.01.05.02.12.02.18.04.32.09.86.53,1.27.91.86,1.61.4,1.93.08.08,0,.14.02.35.1.19.08.4.16.65.22,0,0,.01,0,.02,0-.43.46-1.01,1.08-.66,1.86.37.84,1.43.81,1.95.8.18,0,.44.04.7.09.4.08.86.16,1.36.11.37-.04.69-.19.97-.32.03-.02.07-.04.11-.05.04.06.09.12.12.17.27.38.67.94,1.36.98.23.14.49.2.75.2.36,0,.76-.25.93-.57.34-.65-.02-1.3-.66-2.3l-.02-.03c0-.09.03-.19.15-.46.12-.28.28-.63.34-1.09.04-.33.01-.65-.01-.92-.02-.17-.03-.36-.02-.47.06-.02.13-.03.2-.04.49-.11.99-.22,1.24-.75.25-.55.62-1.06,1.01-1.6.45-.62.91-1.26,1.23-2.01.23-.54.27-1.06.31-1.53.03-.38.06-.71.18-.94.21-.38.78-.62,1.39-.88.36-.15.72-.31,1.07-.51.3-.18.59-.36.89-.54.61-.37,1.22-.74,1.84-1.08.62-.33.94-.44,1.51-.35,2.38.35,3.14.77,4.51,2.51.69.87,1.54,1.71,2.29,2.45l.23.23c.29.29.73.37,1.11.2.38-.17.61-.54.59-.95-.03-.86.31-1.93.64-2.86.52-1.47,1.57-2.83,2.36-3.7.1-.11.17-.24.21-.37.43-.28,1.03-.64,1.28-.79.21-.13.36-.22.39-.24.44-.31.8-.66,1.14-1.01.26-.26.51-.5.77-.7l.25-.18c.51-.37,1.08-.79,1.25-1.77.09-.53.05-2.28-.29-2.98-.2-.41-.47-.7-.7-.96-.25-.27-.39-.43-.43-.62-.07-.29,0-.66.08-1.06.07-.36.18-.89.09-1.41.48.22.91.19,1.24.09.62-.19.96-.69,1.18-1.02.04-.06.1-.15.15-.21,0,0,.01,0,.02,0,.18,0,.45,0,.75-.11.43-.16.77-.51.97-.99.31-.74.18-1.48.08-2.08-.06-.37-.13-.79,0-1,.07-.1.18-.26.26-.49.08-.25.08-.48.08-.69.01-.32.41-.73.77-1.08.12-.12.21-.26.26-.42.52.03,1.08-.01,1.7-.12.95-.16,1.37-.56,1.71-.88.16-.15.28-.27.48-.38.18-.1.59-.04.97.05.18.23.45.38.74.39-.15.13-.26.32-.31.52-.09.38-.06.69.03.94-.12.19-.26.43-.44.72-.22.37-.44.74-.51.84-.7.9-1.61,1.64-2.77,2.26-1.44.77-1.76,1.71-1.1,3.14.11.23.3.41.54.51.1.04.19.12.28.25-.27.13-.47.38-.54.68-.09.11-.18.24-.26.4-.07.08-.13.17-.17.27-.25.23-.37.57-.31.91.06.32.27.59.55.73-.01,0-.02.01-.03.02-.01,0-.03,0-.04.01-.52.18-.8.74-.62,1.27,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,0,.03.02.04-.03.05-.06.11-.08.17-.08.15-.13.31-.14.48-.06.11-.1.23-.11.34,0,.06,0,.11,0,.16-.05.19-.06.39,0,.57.04.15.25.67.94.78.29.05.55,0,.77-.13.07,0,.14-.01.2-.03.35.28.94.99,1.08,1.31.06.47.43.84.91.88.3.02.6.12.91.3-.13.26-.23.58-.25.86-.04.49.32.94.8,1.05.05.05.14.26.19.4.13.31.28.7.6,1.06.94,1.08,2.52,1.62,3.38,1.85.71.19,1.51.33,2.22.47l.4.07c.95.18,1.89-.64,2.98-1.58.27-.23.65-.56.87-.72.26,0,.52-.1.71-.31.31-.32.36-.79.16-1.16.07-.16.2-.41.3-.58.23-.42.48-.88.59-1.39.02-.04.05-.07.08-.12.36-.52.54-.8.62-1.04.1-.29.14-.57.18-.81.05-.32.09-.52.18-.63.02-.01.1-.04.16-.07.2-.07.51-.19.79-.46.12,0,.26-.04.39-.09.28-.12.46-.31.58-.51.22-.13.36-.3.44-.42.06-.1.12-.21.17-.36.32-.22.56-.55.67-.81.23-.59.08-1.15-.2-1.62.59-.42.69-1.15.73-1.5.01-.12.04-.29.01-.29h0c.3-.24,1.61-.8,2.05-.82.24.06.49.02.71-.1.22-.12.38-.32.46-.55.2-.05.43-.13.71-.24.27.04.75.07,1.28-.28.11.04.21.05.35.05.28,0,.54-.13.72-.33.14.11.26.22.32.3.23.31.67.48,1.05.39.98-.21,2.46-3.04,2.51-3.25.36-1.6-.6-2.32-1.37-2.9-.12-.09-.24-.18-.37-.29-.3-.24-.61-.25-1.09-.28-.18,0-.37-.01-.42-.01-.75-.32-1.83-1.09-2.54-1.6l-.16-.11c-.49-.35-.55-1.78-.12-2.73.36-.8,1.02-1.65,1.61-2.4l.19-.24c.09-.12.16-.26.19-.4.23-.26.37-.53.47-.74.03-.06.07-.14.1-.19.05,0,.14.02.26.06h.01c-.22,1.69-.18,3.83.8,5.17.57.79,1.4,1.23,2.39,1.29.15,0,.29-.02.42-.07-.23.33-.39.71-.54,1.05-.13.29-.11.62.04.89s.43.46.74.5c1.56.21,3.08-.35,4.42-.85.6-.22,1.17-.43,1.71-.57,2.27-.57,4.33-.53,6.27.1.43.14,1.08.05,1.44-.12.07-.03.31-.12,1.01-.22.56-.08,1.29.07,1.91.19.28.05.63.24,1.01.44.72.38,1.61.85,2.62.66,0,0,0,0,0,0,.54-.11.9-.63.79-1.17-.04-.23-.17-.43-.33-.57,0-.35.08-.91.12-1.05.14-.31.39-.59.67-.91.31-.35.65-.74.91-1.24.18-.34.28-.68.38-.97.17-.52.25-.76.53-.94.1-.06.27-.11.45-.18.75-.28,1.78-.66,2.1-1.55.14-.4.12-.84-.08-1.25.14-.16.33-.31.55-.45.84-.52,1.87-.66,2.38-.49.32.11.65.27.9.43-.41.09-.93.25-1.3.71-.42.54-.6,2.23-.31,3.34-.09.38-.11.88-.1,1.53,0,.13-.01.2-.04.34-.04.15-.07.3-.08.48v.14c-.07.63-.16,1.69,1.05,2.35.17.09.33.2.48.3.62.41,1.65,1.11,2.96.13.76-.57,1.22-1.48,1.62-2.28.25-.49.48-.96.74-1.26.97-1.15,2.4-2.85.7-4.92-.01-.26-.04-.57-.08-.95-.02-.19-.04-.35-.04-.45.01-.05.03-.1.05-.15.32.07.67-.02.91-.25.32-.3.4-.78.2-1.17-.24-.48-.15-.69-.11-.76.32-.68,1.97-1.11,2.81-1.31.11.03.26.05.43.05.11,0,.3-.02.46-.04,0,0,0,0,0,0,0,0,.01.02.02.02.21.21.51.32.88.32.09,0,.2-.01.3-.04.17.06.41.25.61.59.31.51.38,1.06.28,1.31-.17.45,0,.95.4,1.2.48.3,1.04.32,1.55.07.77-.39,1.29-1.38,1.54-2.12.36,1.74.44,3.12-.51,3.88-.22.17-.36.43-.38.71-.02.28.08.56.28.76.71.74,1.79,1.7,3.09,1.47,1.26-.22,1.52-1.21,1.64-1.68.03-.11.06-.23.11-.35.16-.36.22-.41.55-.6.22-.13.52-.32.87-.62.25-.22.43-.43.6-.62.24-.29.35-.4.65-.51.61-.21,1.57-.36,2.02-.31.43.05.83-.08,1.18-.37.81-.67,1.25-2.18,1.52-5.21l.03-.28c.24-2.21,1.76-4.98,3.79-5.61.63-.2,1.53-.34,2.27.05.39.21.87.13,1.18-.19.31-.32.37-.8.16-1.18-1.56-2.81-2.91-5.06-4.25-7.08-.84-1.27-1.23-2.3-1.2-3.17.02-.39.23-.69.58-1.16.35-.47.75-1,.88-1.74.07-.4-.02-.74-.12-1,.09-.12.15-.27.18-.43.04-.25-.02-.51-.15-.71-.04-.37.19-1.35.39-1.65.12-.11.34-.36.65-1.14l.19-.48c.27-.66.52-1.29.66-2.14.02-.11.03-.23.05-.35.04-.26.11-.81.23-.92,0,0,0,0,0,0,.49-.1.82-.55.79-1.03.03-.17.11-.5.17-.68.06-.05.16-.1.26-.16.13-.07.27-.15.4-.23,1.59-1.07,1.83-2.2,2.06-3.29.09-.4.17-.81.33-1.26.11-.32.1-.62.08-.87.02-.05.03-.11.04-.16.04-.16.04-.28.04-.38.03-.14.04-.27.02-.45,0-.02,0-.03,0-.05.8-1.6.68-3.79.58-5.4l-.02-.44c-.1-2.08-.45-4.14-.79-6.14l-.11-.63c.07-.3,0-.64-.23-.89-1.51-1.7-1.01-4.44-.73-5.53.1-.39.4-.81.72-1.26.31-.44.63-.89.86-1.41.15-.36.21-.78.26-1.18,0-.04,0-.08.02-.12.58.3,1.4.12,1.61,0,.39-.21.47-.51.59-.93.03-.12.07-.26.1-.35.1-.13.31-.32.58-.45.55-.28.64-.12.72.02.13.23.34.41.6.48.05.01.11.02.16.03.02.08.05.16.09.23.16.28.43.46.73.5.21.18.55.58.71.77.26.3.4.47.55.59.29.23.67.28,1.01.14.34-.14.57-.45.61-.82,0-.08.02-.18.04-.28.05-.38.16-1.12-.08-1.76.04-.07.06-.14.08-.22.07-.3,0-.62-.2-.87-.2-.24-.44-.42-.7-.53,0,0,0,0,0-.01.12,0,.24-.02.35-.07.36-.14.6-.48.63-.86.06-.86-.35-1.32-.62-1.57-.38-1.3.12-3.46.8-5.3.14.04.29.05.43.03.27-.04.5-.19.66-.41.47-.66.76-1.46.82-2.27ZM186.17,131.12c-.82.33-.87.28-1.03.09-.02-.02-.04-.05-.06-.08.15-.02.32-.03.46-.04.37-.03.68-.06.95-.1-.11.04-.21.08-.31.12ZM202.77,103.15l.02-.09c.05-.19.1-.4.1-.61,0-.05,0-.09,0-.14.03-.09.05-.18.07-.26.07-.12.17-.33.19-.59,0-.04,0-.07,0-.1.08-.21.08-.41.08-.54.02-.03.04-.05.05-.08.16-.27.26-.63.26-.94,0-.05,0-.11,0-.18,0-.07-.01-.23.01-.31.03-.09.06-.17.09-.25.13-.12.27-.28.39-.42.18-.23.26-.46.35-.67.08-.1.18-.23.27-.38.05.03.09.05.15.07.17.08.34.16.59.22.32.08.6.14.88.11.02.01.03.02.05.04.1.07.19.14.31.2.04.05.07.11.11.17l.14.21c.1.15.22.24.32.31.21.3.49.54.58.61.03.03.05.06.08.1.08.1.15.19.23.28.08.08.84.81,1.93.96.83.11,1.33-.09,1.62-.22-.03.12-.06.25-.09.4-.12.52-.2,1.04-.27,1.41-.03.16-.05.3-.07.38-.14.35-.24.85-.24.85,0,0,0,.02,0,.02-.03-.19-.07-.32-.07-.32-.09-.32-.27-.9-.53-1.25-.11-.15-.23-.28-.36-.41-.09-.15-.3-.41-.48-.59-.09-.1-.2-.22-.27-.28-.2-.18-.49-.28-.77-.28-.03,0-.06,0-.09,0-.2,0-.7-.02-1.03.41-.2.25-.23.49-.25.84-.03.03-.06.06-.08.08-.1.09-.17.19-.23.28-.12.05-.26.11-.41.22-.05.04-.1.07-.14.09-.02.01-.05.03-.07.04-.14-.08-.32-.14-.54-.14-.32-.03-.68-.06-1.03.13-.18.1-.33.24-.45.4-.27-.02-.47.08-.65.18-.15,0-.34.02-.56.11-.07.03-.13.06-.18.09.01-.05.02-.09.02-.15ZM207.34,101.58s-.05.05-.07.08c0,0,0,0,0,0,.02-.03.05-.06.08-.08ZM200.45,105.28c0-.11.01-.2.01-.28h0s0-.01.01-.04c.04-.11.07-.21.08-.26.03-.14.03-.27.02-.37.03-.17.03-.34.03-.52v-.02c0,.09.01.19.02.28,0,.05,0,.1,0,.14-.03.12-.06.31,0,.55.05.23.19.48.45.65.02.02.03.04.05.06.2.2.45.3.77.32l.09.03c.45.13.79-.01.95-.11.13-.08.28-.21.38-.43.11-.04.2-.09.28-.14.05,0,.1,0,.16,0,.24-.02.43-.11.6-.21.11,0,.23-.02.34-.03.23-.03.52-.14.78-.41.17.1.38.18.63.18h0c.34,0,.7-.13,1.03-.37.04-.03.08-.05.12-.08.08-.05.17-.1.33-.19.1-.04.25-.09.39-.19.23-.16.37-.37.46-.52,0,0,0,0,0,0,.06-.03.12-.07.18-.12.04.04.07.08.1.12.05.08.15.35.22.62.02.07.04.22.06.34-.06.06-.12.14-.17.23-.19.33-.24.69-.26.86-.03.21-.1.59-.1.94,0,.21-.02.5-.04.69,0,.06,0,.12-.01.17,0,0,0,0,0,.02-.06.13-.09.24-.12.37-.03.11-.06.25-.11.37-.13.26-.17.42-.2.56-.05.09-.09.2-.13.29l-.02.05c-.08.1-.16.22-.27.39l-.06.09c-.05-.05-.1-.11-.15-.17-.12-.12-.39-.38-.75-.51l-.08-.08c-.13-.12-.27-.2-.38-.24-.1-.28-.29-.55-.49-.71-.06-.25-.2-.46-.42-.6-.17-.11-.4-.17-.62-.16-.2-.18-.46-.31-.74-.36-.35-.2-.8-.19-1.13.07-.32.25-.44.63-.36,1.02-.06.11-.11.22-.13.34-.26.19-.44.5-.44.83,0,.27.12.54.31.73.03.03.05.05.08.07-.02.07-.04.13-.05.19-.04.06-.08.13-.11.19-.01.01-.03.03-.04.04-.18.14-.29.3-.38.45,0,0,0,0,0,0-.07,0-.14,0-.2,0-.02-.02-.04-.04-.06-.06-.05-.1-.12-.23-.2-.37-.1-.36-.32-1.76-.39-2.34-.05-.5-.23-1.69-.33-2.07,0-.05,0-.19,0-.27ZM19.85,277.32c-.53-.7-1.08-1.42-1.13-2.05-.01-.14,0-.22,0-.23.05-.01.19,0,.4.1.85.41,1.13,1.9,1.34,2.99v.03c-.19-.29-.4-.57-.61-.84ZM21.37,280.41c-.06-.43-.18-.88-.39-1.35-.02-.05-.05-.11-.08-.16.04.02.07.05.11.06.28.14.61.14.88,0,.43-.21.82-.19,1.2.04-.58.39-1.17.88-1.73,1.4ZM26.31,287.84s-.04.02-.05.03c-.18.09-.36.19-.52.3-.17.12-.32.26-.44.4-.02-.06-.04-.11-.07-.16-.15-.27-.36-.41-.53-.48,0-.07-.01-.17,0-.3.09-.93.3-1.54.64-1.93.25-.28.62-.43.95-.38.03.21.11.54.35.82-.04.03-.07.05-.11.08-.27.24-.43.57-.43.92,0,.29.09.52.2.69ZM26.91,289.8c.08-.06.17-.1.27-.15.18-.09.41-.21.63-.39.31-.26.52-.58.62-.93.47.09.98.07,1.47-.06.29-.08.57-.2.82-.35-.01.02-.02.05-.04.07l-.21.44c-.71,1.53-1.35,2.78-2.37,2.67-.16-.02-.5-.23-.72-.37-.26-.16-.55-.34-.86-.44.12-.22.24-.4.38-.5ZM32.27,280.49c-.15.16-.38.34-.62.53-.67.52-1.72,1.34-1.69,2.6-.18.01-.34.04-.46.06-.24.04-.5.09-.75.16,1.17-.6,2.06-2.17,2.26-3.12.25-1.18-.12-1.96-.47-2.41-.68-.87-1.85-1.2-2.99-1.35.26-.65.34-1.34.42-1.96.03-.21.05-.43.09-.64.11-.7.27-1.07.36-1.23.07.04.17.11.32.25.8.74,1.4,1.9,1.99,3.03.34.65.69,1.31,1.08,1.91l.14.22c.81,1.23.83,1.39.32,1.95ZM32.38,284.23c-.1.24-.2.47-.3.7-.04-.13-.09-.25-.16-.37.02-.04.04-.08.05-.12.02-.04.04-.09.06-.13,0,0,.02,0,.03,0,.11,0,.22-.04.32-.08ZM30.17,285.61c0,.06-.03.14-.07.21-.14.24-.4.43-.72.52-.28.08-.57.06-.85-.07.15-.11.27-.23.35-.3.18-.17.58-.25.95-.31.17-.03.28-.04.34-.04ZM28.96,279.56c.05.06.19.24.08.75-.11.51-.72,1.53-1.24,1.76-.08.03-.09.03-.12.01-.16-.09-.23-.66-.27-1.06-.08-.68-.17-1.5-.72-2.12.91.06,1.92.22,2.27.65ZM28.23,284.03c-.08.04-.16.08-.24.12-.02-.03-.03-.05-.05-.07.09-.01.19-.03.29-.05ZM35.46,308.45c-2.07-2.02-2.42-3.49-2.14-4.55.32.28.75.44,1.12.54l.09.28c.49,1.48.87,2.7.96,3.76,0,0-.02-.02-.03-.03ZM41.5,263.12c2.11,1.46,5.13,1.66,6,1.69.38.02.75-.21.93-.56.61-1.22,1.18-1.69,1.51-1.73.35-.04.81.42,1.04.71.52.63.75,1.25.64,1.73-.12.52-.63.86-1.04,1.05-.3.14-.51.42-.56.74-1,.34-1.68.94-1.91,1.69-.2.66,0,1.35.51,1.83.66.61,1.69.79,2.85.5.27.15.61.16.9.03.63-.3.84-.22.86-.21.24.1.49.91.65,1.44.23.74.48,1.57,1,2.22.11.14.23.28.35.42.52.62.84,1.02.8,1.47-.02.17-.1.36-.2.6-.13.3-.3.68-.34,1.15-2.75,2.32-3.74,4.76-4.98,7.81l-.3.73c-1.7,4.13-2.63,7.63-3.11,11.69-.02.17-.04.41-.07.69-.6,6.02-1.43,6.78-1.67,6.87-.15.01-.56-.25-.86-.45-.58-.39-1.28-.87-2.19-.8-1.98.15-1.94,1.96-1.92,2.74,0,.14,0,.28,0,.42-.05,2.08-1.69,3.23-3.64,4.29,1.41-2.48.52-5.17-.35-7.79l-.13-.38s.07-.08.09-.13l.14-.21c.53-.8,1.76-2.67.37-3.74-1.72-1.33-4.18,1.43-4.29,1.55-1.52,1.72-2.52,4.54,1.05,8.29-.11.32-.21.4-.21.4-.11.04-.48-.02-1.65-.78-.75-.49-1.48-.63-2.12-.76-.33-.07-.64-.13-.95-.23-.55-.19-.87-.53-1.14-1.13,2.42-.93,2.81-2.68,2.67-4.08-.16-1.59-1-2.95-2.26-3.73.3-1.36.43-3.25-.34-4.53-.04-.67-.32-1.27-.55-1.77,0,0,0-.01,0-.02.24.11.5.2.78.23,2.51.31,3.72-2.27,4.43-3.81l.2-.42c.88-1.85,1.73-3.8,2.6-5.94.15-.38.06-.82-.24-1.1-.24-.22-.56-.32-.87-.26,1.26-1.62.36-2.99-.37-4.1l-.14-.21c-.34-.52-.65-1.12-.98-1.75-.67-1.27-1.35-2.59-2.4-3.56-.99-.93-1.81-.91-2.32-.74-.89.31-1.44,1.25-1.7,2.88-.04.23-.07.47-.09.71-.14,1.19-.25,1.83-.95,2.2-.23.12-.4.33-.48.57-.46-1.34-1.01-2.61-2.14-3.58-.57-.49-1.25-.9-1.91-1.3-1.73-1.04-2.79-1.77-2.86-3.1-.02-.39.07-.67.26-.84.15-.13.33-.17.44-.17.21.16.47.24.74.21.38-.05.7-.31.82-.67.42-1.25,1.92-2.56,2.34-2.56.15.04.27.25.43.57.2.39.54,1.04,1.31,1.1.86.08,1.48-.68,2.01-1.38.24-.31.41-.67.59-1.01.21-.43.46-.91.71-1.03.11-.05.11-.05.44.12.35.18.83.44,1.5.38,1.97-.17,2.37-2.22,2.66-3.71.13-.68.3-1.53.54-1.79.58-.61,1.58-.77,2.64-.93.53-.08,1.07-.17,1.59-.31l.29-.09c1.85-.55,2.36-.43,2.49-.3.01.15-.07.5-.5,1.32-.17.31-.15.7.04,1,.13.21.33.36.56.43.01.04.03.09.04.13.33,1.05.7,2.24,1.92,3.09ZM81.59,247.23l.1-.36c.13,0,.27-.03.4-.05l.26.21c-.24.29-.61.24-.76.2ZM86.75,247.42l.07.17c-.06.06-.11.11-.17.16,0,0-.02,0-.03,0,.01-.1.05-.21.13-.33ZM84.35,248.63c.07-.02.14-.03.21-.03s.14,0,.21.03c-.17.19-.24.39-.26.56-.08.05-.31.16-.82.23.05-.41.36-.71.67-.79ZM100.38,257.76c-.03.15-.03.18-.46.49l-.28.21c-.36.28-.67.58-.96.87-.3.3-.58.57-.86.77l-.3.18c-2.16,1.31-2.45,1.49-2.42,2.09-.82.99-1.75,2.33-2.28,3.82-.16.46-.33.94-.46,1.44-.34-.36-.67-.72-.95-1.08-1.82-2.31-3.1-2.87-5.79-3.26-1.1-.16-1.87.1-2.75.58-.66.36-1.29.75-1.93,1.13-.29.18-.58.35-.87.53-.22.13-.51.26-.82.39-.81.34-1.82.77-2.37,1.76-.33.6-.38,1.21-.42,1.74-.03.35-.05.66-.15.89-.24.55-.62,1.08-1.02,1.63-.35.49-.72,1-1.02,1.56-.01,0-.03,0-.04,0-.43.1-.85.19-1.15.49-.72.72-.64,1.59-.58,2.16.02.19.04.36.02.48-.02.16-.09.32-.18.53-.09.21-.21.48-.28.8-.07-.02-.15-.03-.23-.04-.5-.05-.92.15-1.27.32-.11.05-.27.13-.31.14-.21.02-.49-.03-.78-.09-.11-.02-.23-.04-.35-.06.28-.37.5-.81.47-1.32-.03-.57-.28-.9-.49-1.08-.49-.42-1.08-.35-1.43-.31-.06,0-.12.02-.09.03-.14-.03-.25-.08-.36-.13-.36-.15-.85-.35-1.56-.21-.03,0-.06.01-.08.02-.03-.13-.07-.26-.13-.39-.12-.25-.29-.45-.45-.62.06-.06.12-.12.19-.19.58-.64.55-1.28.54-1.67,0-.15,0-.25.01-.31.09-.32.55-.75.82-1,.21-.2.34-.5.32-.79-.02-.58-.34-.82-1.67-1.86-.35-.27-.88-.69-1.17-.94.02-.07.04-.14.05-.2.22-.84.16-1.47-.19-1.91.07-.05.15-.11.22-.17.09-.07.18-.14.26-.19.43-.26.65-.71.82-1.08.01-.03.03-.06.04-.08.04-.03.09-.06.15-.09.27-.17.6-.37.85-.65.05-.04.23-.09.33-.12.18-.05.33-.1.44-.16.31-.16.48-.3.6-.43l.09-.1s.09-.09.09-.09c0,0,0,0,0,0,.12-.05.23-.1.31-.15.31-.18.52-.47.61-.63.23-.2.32-.45.38-.72.09-.1.18-.2.26-.32.2-.34.17-.68.16-.77,0-.18-.04-.42-.16-.67,0-.02,0-.03,0-.05.02-.13.03-.24.03-.34,0-.45.12-.61.43-1,.22-.28.5-.62.71-1.12.17-.38.21-.65.22-.84,0,0,.04-.06.18-.19.18-.16.37-.31.55-.45.34-.27.72-.56,1.06-.96.1.18.19.36.29.54.47.9.95,1.83,1.85,2.6.05.04.1.08.15.11.26.27.66.39,1.04.26.06-.02.12-.05.18-.08.26-.13,1.79-.86,2.53-1.2.22.08.46.08.68,0,.07-.02.13-.06.19-.09,1.79.09,2.22.07,2.48,0,1.08-.31,1.99-1.02,2.56-2.01.59-1.02.42-2,.28-2.78,0-.05-.02-.09-.02-.13,1-.29,1.45-.81,1.63-1.28.05-.02.09-.04.13-.05.02,0,.03,0,.06,0,.65.11,1.31-.54,1.98-1.22.13-.13.31-.32.43-.43.16.02.42.11.61.18.29.1.61.22.96.26.55.07,1-.17,1.3-.35,0,0,.02.01.02.02.06.26.23.5.48.64.23.13.49.16.72.1.02.04.04.07.05.1.12.23.22.41.36.56.51.57,1.38.91,2.07,1.19l.29.12c.75.31,1.42.26,1.96.21.35-.03.66-.05.94.02.25.06.36.13.38.13,0,0,0,0,0,0,.02.12-.05.44-.09.66-.11.53-.24,1.19-.07,1.9.16.71.57,1.15.9,1.51.17.18.31.34.38.47.11.28.18,1.47.13,1.78ZM91.96,247.66s0,0,0-.01h0s0,0,0,.01ZM93.72,248.62s0,0,0,0h0s0,0,0,0ZM103.08,248.01c-.66.18-1,.69-1.23,1.03-.02.03-.05.07-.07.1-.06-.06-.14-.15-.23-.27l-.08-.11-.82.57.8-.59c-.35-.48-.5-.88-.45-1.21.11-.69,1.13-1.39,2.11-2.08.15-.1.3-.21.45-.31-.26.68-.14,1.38-.05,1.95.05.31.11.63.08.85-.14,0-.31.01-.5.06ZM103.6,242.52l-.08.08c-.4.4-.96.79-1.55,1.2-1.26.88-2.69,1.87-2.94,3.39-.12.73.05,1.49.5,2.26-.09-.03-.19-.06-.29-.08-.32-.08-.63-.11-.91-.11-.25,0-.47.02-.68.04-.47.04-.75.05-1.03-.06l-.32-.13c-.37-.15-1.12-.45-1.28-.62-.04-.05-.08-.14-.13-.23-.31-.57-.77-1.43-1.66-1.43-.02,0-.05,0-.08,0-.31-.28-.67-.5-.97-.56-.55-.09-1,.16-1.3.33-.05.03-.11.07-.17.09-.13-.03-.29-.09-.45-.15-.33-.12-.75-.27-1.21-.29.86-.5,1.6-1.21,1.93-1.98.67-.02,1.09-.41,1.36-.65l.12-.11c.31-.27.83-.73,1.26-1.27.04.01.07.02.1.03.17.06.36.09.53.06.55-.08.8-.4.9-.59.08-.15.12-.33.12-.51.95-.11,2.01-.38,2.67-.98,1.15-.01,3.27.06,3.84.23.06.04.12.08.19.11.28.33.84.8,2,1.48-.18.15-.33.3-.46.43ZM108.97,256.08s0,0,0,0c.01-.07.02-.14.02-.21,0,.07,0,.14-.02.21ZM141.45,240.72c-.31-.08-.57-.06-.78-.01-.21.05-.39.13-.56.25.11-.33.04-.7-.19-.97-.04-.05-.08-.11-.12-.18.65.24,1.34.24,1.89.24.15,0,.3,0,.45,0-.25.2-.49.43-.7.67ZM180.2,229.11h0s.07.02.09.03c-.02,0-.06-.02-.09-.03ZM185.56,227.07c-.09.1-.18.21-.3.34-.03.03-.06.07-.09.11-.19-.4-.42-.77-.66-1.11.25-.41.49-.86.74-1.32.3-.56.6-1.12.92-1.61.19-.02.37-.09.52-.22l.31-.25c.23-.18.35-.45.37-.72.1-.05.21-.09.32-.12.62-.16,1.53.07,1.68.43.16.38-.6,1.05-1.06,1.45l-.09.08c-.1.09-.18.2-.24.32-.07.16-.18.26-.35.43-.26.25-.62.6-.79,1.2-.64.25-.97.63-1.29,1ZM216.69,150.6c-.29,0-.57.1-.77.32s-.29.5-.26.79c.03.27.01.54-.05.8-.19-.07-.4-.08-.59-.03-.3.08-.54.29-.66.57-.68,1.56-2.17,5.45-1.26,8.02-.06.12-.1.26-.1.4,0,.08-.12.26-.2.4-.13.23-.35.58-.42,1.01-.06,0-.12,0-.18,0-.73-.64-1.77-.72-2.85-.17-.24.12-.77.43-1.18.92-.4-.22-.91-.23-1.43-.02-1.08.44-1.24,1.65-1.35,2.45-.03.25-.08.56-.13.68-.13.32-.38.66-.64,1.03-.39.55-.84,1.17-1.03,1.92-.42,1.64-.48,3.19-.19,4.53-.05.13-.16.23-.25.33-.16.21.1,1.59.15,1.57-.25.1-.6.09-.87.11-.14,0-.32-.05-.36.12-.02.09.08.27.19.25-.57.13-1.2-.08-1.57-.54-.56-.69.11-1.65-.77-1.97-.52-.19-1.23-.23-1.78-.14-.33.05-.68.16-1,.04-.41-.15-.36-.48-.52-.74-.16-.26-.46-.39-.74-.48-.34-.11-.4.03-.73.13-.28.09-.63.04-.9-.05-.3-.1-.41-.28-.65.05-.24.35-.18,1.06-.12,1.45.1.61.27,1.23.17,1.84-.1.61-.6,1.22-1.22,1.17-.28-.02-.58-.17-.84-.05-.16.07-.26.24-.43.29-.45.14-.69-.61-1.15-.7-.39-.08-.78.35-1.15.2-.47-.18-.32-1.03-.79-1.22-.74.08-1.48.16-2.21.24-.02,0-.21-.19-.26-.21-.11-.06-.23-.11-.35-.12-.23-.03-.52-.05-.73.05-.28.13-.31.44-.45.68-.19.35-.39.68-.62,1-.42.6-.91,1.16-1.45,1.65-.16.14-.32.29-.38.5-.04.16,0,.33.04.49l.39,1.64c.04.16.07.33.02.48-.12.3-.53.36-.84.27-.31-.09-.61-.27-.93-.26-.73.02-1.08.93-1.74,1.23-.46.21-1,.1-1.51.13-.51.03-1.1.33-1.1.84,0,.23.14.44.23.66.22.52.19,1.13-.07,1.62-.18.34-.46.62-.62.97-.16.35-.16.83.15,1.05.15.11.35.14.51.23.43.23.57.77.63,1.26.13,1.13.07,2.28-.18,3.39-.05.21-.1.45.02.63.08.12.23.19.37.24.7.27,1.49.43,2.2.18.36-.13.68-.36,1-.58,1.25-.87,2.59-1.62,3.97-2.25.5-.22,1.12-.34,1.54-.7.41-.35.62-.92,1.14-1.13.43-.17.91-.16,1.38-.12,1.44.11,3.03.46,3.87,1.65.27.39.53.9,1.01.99.08.02.14.11.15.19.04.64-.07,1.06.47,1.57.48.45,1.11.75,1.48,1.29.19.29.31.64.59.85.24.18.55.22.8.39.1.07.21.25.33.28.33.09.17-.06.31-.17.44-.37.87-.76,1.31-1.14.18-.16.38-.34.38-.58,0-.36-.42-.72-.2-1.01.86.67,1.86,1.14,2.92,1.38-.05.15-.1.31-.14.48-.84.56-1,1.67-1.08,2.32l-.04.29c-.11.64-.3,1.12-.54,1.73l-.2.5c-.07.18-.16.37-.21.47-.66.67-.94,2.2-.96,2.84,0,.18,0,.35.02.51-.18.33-.23.79.03,1.43.02.05.04.09.06.14-.06.25-.26.51-.49.82-.42.56-.94,1.26-.98,2.29-.07,1.73.84,3.31,1.53,4.35,1.01,1.52,2.02,3.17,3.14,5.11-.46.03-.93.12-1.42.27-2.95.91-4.88,4.44-5.19,7.3l-.03.31c-.23,2.63-.56,3.48-.73,3.75-.83-.03-1.94.19-2.64.43-.82.28-1.21.74-1.53,1.1-.11.13-.23.27-.4.42-.22.19-.4.3-.59.41-.44.27-.95.57-1.36,1.53-.09.21-.15.42-.2.63-.02.07-.04.16-.06.22-.05,0-.23,0-.59-.25,1.19-1.73.64-4.1.23-5.9-.06-.26-.12-.51-.17-.75,0,0,0-.01.01-.02.34-.4.38-.45.83-.52.5-.08.86-.52.84-1.03,0-.25,0-.26.27-.52.19-.19.45-.43.66-.81.82-.72,2.23-2.01,1.53-3.69-.69-1.62-2.81-1.9-4.03-1.58-.63.17-1.16.48-1.61.88-.06.04-.12.09-.17.15l-.06.06c-.78.79-1.34,1.84-1.86,2.82-.34.64-.66,1.24-1,1.68-.28.37-.28.88.01,1.24.55.68,1.1,1.47,1.14,2.29-.07-.14-.14-.29-.23-.42-.54-.89-1.33-1.46-2.15-1.55-.04-.02-.12-.05-.21-.07-.05-.03-.1-.05-.16-.07-.18-.1-.45-.19-.82-.19-.18,0-.35.03-.5.05-.06,0-.11.02-.21,0-.14-.04-.36-.1-.64-.03-1.26.29-3.61.84-4.37,2.46-.14.31-.26.72-.23,1.24-.61.4-.94,1.16-1.01,1.77-.02.14,0,.25.05.81.03.26.07.71.08.93-.06.31.02.65.26.9.73.76.77,1.06-.5,2.57-.41.49-.71,1.08-1,1.66-.32.63-.64,1.28-1.03,1.57-.1.08-.16.1-.16.1-.09-.02-.33-.18-.49-.29-.2-.13-.41-.27-.68-.38-.01-.07,0-.27.02-.43v-.15c.02-.06.04-.12.05-.17.05-.2.11-.48.1-.85,0-.3,0-.59.02-.78.26-.35.25-.83,0-1.17-.08-.32-.08-1.18,0-1.59.08-.02.19-.04.27-.06.43-.08,1.08-.21,1.48-.79.31-.45.38-.98.21-1.48-.41-1.22-2.19-1.86-2.54-1.98-1.16-.38-2.79-.1-4.07.69-1.01.62-1.64,1.49-1.78,2.44-.02.15,0,.31.04.45-.17.07-.35.14-.47.18-.33.12-.61.23-.83.37-.9.58-1.15,1.37-1.36,2.01-.08.24-.15.47-.25.67-.15.28-.38.55-.64.84-.33.38-.71.82-.97,1.38-.04.08-.2.65-.27,1.32-.06-.03-.13-.07-.19-.1-.49-.26-.99-.52-1.64-.65-.63-.12-1.59-.31-2.49-.19-.74.1-1.23.22-1.54.37-.02,0-.07.01-.11.02-2.18-.69-4.45-.76-6.92-.2.02-1.28-.72-2.88-1.84-3.23-.29-.09-1.17-.26-1.86.71-.12,0-.25,0-.37,0-1.14,0-1.39-.08-1.57-.51-.08-.2-.24-.35-.43-.45,0,0,0-.01,0-.02-.07-.46-.44-.81-.9-.85-.4-.03-.79.18-.98.54,0-.94.15-1.93.35-2.66.08-.31.01-.63-.18-.88-.2-.25-.49-.39-.81-.38-.33,0-.35,0-.55-.05-.34-.09-.7.04-.95.29-.01,0-.03.01-.04.02-1.23-.02-1.63.83-1.86,1.27-.17.33-.23.4-.35.44-.45.16-.73.61-.66,1.08,0,0,0,.01,0,.02-.55.72-1.11,1.51-1.49,2.34-.64,1.41-.84,4.03.77,5.19l.16.11c.83.6,1.97,1.42,2.93,1.82.28.12.62.14,1.1.17.05,0,.1,0,.15,0,.07.05.14.1.21.15.63.47.69.52.64.77-.13.26-.54.9-.88,1.38-.3-.22-.66-.41-1.02-.5-.04-.04-.08-.07-.12-.11-.23-.18-.52-.24-.8-.19-.8.16-1.1.73-1.25,1,0,.02-.02.04-.03.05-.18-.03-.46-.06-.77.07-.17.07-.46.17-.64.23,0,0-.01,0-.02,0-.45-.06-.89.22-1.06.64-1.18.19-2.62,1.01-2.86,1.2-.54.42-.68,1-.74,1.43-.69.06-1.06.63-1.24.94,0,.01-.02.02-.03.03-.33.44-.23,1.07.21,1.4,0,0,0,0,0,0,.08.06.16.13.24.2-.36.21-.54.63-.47,1.04-.1,0-.2.02-.29.06-.28.1-.49.32-.6.59-.04.03-.09.04-.14.06-.24.09-.64.24-.99.64-.46.54-.56,1.16-.64,1.61-.03.16-.05.33-.08.42-.07.14-.26.41-.4.62-.26.38-.35.52-.38.78-.02.19-.24.59-.4.89-.2.37-.47.86-.56,1.38-.34.23-.69.53-1.05.84-.39.34-1.11.95-1.43,1.1l-.27-.05c-.67-.13-1.44-.27-2.07-.43-1.06-.28-1.95-.74-2.37-1.22-.09-.11-.17-.3-.25-.5-.06-.15-.14-.34-.24-.53.13-.15.24-.35.33-.6.13-.37.03-.78-.25-1.05-.58-.56-1.44-1.29-2.55-1.57-.33-.63-.88-1.22-1.1-1.44-.3-.3-.57-.53-.82-.67.08-.12.13-.26.16-.41.02-.11.01-.23-.01-.35.2-.13.37-.26.46-.31.26-.12.45-.35.53-.63.1-.35,0-.72-.25-.98-.16-.16-.33-.31-.5-.44.02-.03.03-.06.05-.08,0-.02.02-.04.03-.06.39-.18.8-.44.93-.82.12-.33.05-.72-.17-.99-.11-.14-.21-.3-.31-.45-.25-.41-.56-.89-1.09-1.23,0,0,0-.01,0-.02.06-.05.17-.12.36-.22,1.42-.76,2.53-1.67,3.41-2.8.11-.14.27-.41.65-1.05.14-.24.29-.49.4-.66.13-.07.22-.14.28-.21.25-.12.42-.34.49-.59.08-.14.13-.29.14-.46v-.12c.02-.19.02-.35-.02-.51,0-.01,0-.02,0-.03.15-.52,0-.96-.19-1.27.1-.18.14-.4.11-.62-.07-.46-.44-.82-.91-.86-.24-.02-.48-.02-.72,0l-.34-.09c-.84-.23-1.98-.54-2.96.02-.4.23-.67.48-.86.66-.25.23-.33.3-.68.36-1.01.17-1.79.12-2.32-.17-.6-.32-1.65-.96-2.11-1.31-.03-.31-.23-.58-.5-.75-.22-.14-.5-.17-.76-.12-1.67-.58-5.12-.36-5.16-.35-.29.06-.54.23-.68.49-.24.33-1.9.65-3.28.52-.39-.04-.78.16-.97.51-.15.27-.17.58-.06.86-.09.17-.37.59-1.25,1.36l-.16.14s-.02.02-.03.03c-.09-.08-.19-.17-.25-.25-.08-.26-.27-.49-.54-.62-.5-.23-1.1-.02-1.33.48-.16.34-.39.67-.7,1.01-.36.38-.36.98,0,1.37.06.07.13.12.2.17-.08.05-.16.11-.25.16-.77.45-1.38.52-1.48.51,0,0-.02-.06-.01-.22,0-.02,0-.04,0-.06,0-.42-.26-.78-.64-.93-.03-.44-.34-.84-.78-.93-.54-.12-1.05.2-1.17.73,0,0-.18.26-1.11.56-.26.09-.47.27-.58.51-.22.07-.48.15-.66.18-.2-.33-.58-.53-.98-.48-.36.04-.66.28-.79.6-.13.06-.25.14-.35.25-.04.02-.08.04-.12.07-.28.17-.46.49-.47.82-.05.06-.24.11-.43.13-.07-.11-.16-.22-.26-.31-.73-.63-1.92-.36-3.27.03-.17.05-.31.09-.4.11-.36.08-.64.34-.74.67-.62.58-3.68,1.73-4.56,1.97-.15.03-.3.09-.44.2-.23.18-.36.43-.38.69-.41.19-.93.25-1.21.11-.18-.09-.38-.12-.57-.09-.05-.15-.09-.3-.11-.38l-.06-.22c-.3-.98-1-2.11-2.06-2.38-.32-.08-.88-.12-1.51.25-.29,0-.59.12-.79.37-.16.2-.34.4-.53.6-.81.88-1.81,1.96-1.65,3.61.01.13,0,.19,0,.19-.02.03-.04.06-.07.09-.13.17-.34.44-.46.88-.14.52-.12,1.04-.11,1.5q.03.94-.47,1.02c-.44.07-.77.42-.83.85-.19-.07-.38-.12-.56-.17-.3-.08-.59-.16-.74-.29-.96-.77-1.46-1.03-2.22-1.07,0-.29-.09-.58-.3-.85-.78-1-2.33-.56-3.83-.14-.36.1-.72.2-.9.23-.2.03-.44.05-.7.07-1.25.1-2.8.23-3.6,1.18-.42.51-.59.49-.66.48-.4-.04-.8-.3-1.25-.59-.68-.44-1.51-.98-2.66-.91-.08,0-.19.01-.29.02-.03-.16-.06-.34-.1-.55-.08-.38-.19-.68-.33-.93.36-.78.09-1.73-.1-2.38l-.03-.11c-.14-.48-.12-.51.53-1.12l.23-.22c.28-.27.43-.59.54-.82.02-.05.05-.11.07-.16.13.03.32.09.4.12.05.03.09.08.14.12.19.17.46.41.83.5,0,0,.49.13,1,.07.03.01.05.02.07.03.37.16.74.12,1.03-.16.04-.01.17-.01.26-.01.22,0,.5,0,.81-.08.74-.19,1.42-.67,1.86-1.04.79-.66,1.36-1.47,1.91-2.26.13-.19.27-.38.4-.56.15-.21.29-.48.44-.77.11-.22.29-.58.34-.64.2-.15,1.09-.51,1.66-.66.11-.03.27-.03.46-.03.36,0,.88,0,1.4-.26.65-.32.98-.87,1.23-1.27.11-.17.21-.33.3-.44.19-.21.45-.4.71-.61.36-.28.77-.59,1.12-1.01.08-.09.13-.19.18-.3.18-.04.39-.13.58-.3.41-.37.72-.77,1-1.12.33-.43.62-.79,1.06-1.1.24-.16.48-.32.73-.47.74-.46,1.5-.94,2.14-1.67.35-.39.61-.78.87-1.16.4-.59.74-1.1,1.3-1.45l.3-.19c1.12-.71,2.09-1.32,2.66-2.96.05-.13.09-.27.13-.42.29-.93.4-1.01.58-1.01.42,0,.87-.26.99-.71.19-.27,1.42-.5,2.01-.61.79-.15,1.54-.28,2.07-.6.24-.14.45-.35.68-.57.09-.09.22-.22.32-.3.11.03.25.1.35.16-.01.01-.02.03-.03.04-.26.34-.75.97-.5,1.81.21.68.74,1.19,1.46,1.39.78.22,1.61.05,2.17-.45.27-.24.51-.47.74-.7.66-.66,1.07-1.07,1.92-1.14.74-.07,1.54.11,2.38.3.37.08.74.17,1.11.23,1.34.23,2.59.02,3.8-.18.37-.06.74-.12,1.11-.17.43-.06.87-.07,1.34-.08,1-.03,2.13-.06,3.22-.56.54-.25.99-.56,1.42-.87.49-.34.95-.67,1.45-.82,1.11-.34,2.35-.43,3.79-.27.09.01.23.04.39.07.86.16,2.18.41,3-.15.19.06.42.11.69.07.59-.07,1.02-.35,1.36-.57.11-.07.22-.14.33-.2l.35-.19c3-1.63,3.55-1.29,3.6-1.25,0,0,.02.03.04.09-.02.02-.05.03-.07.05-.18.12-.41.27-.61.5-.44.49-.68,1.15-.88,1.68l-.1.28c-.2.52.06,1.09.57,1.29.11.04.23.06.34.07.36.24.98.84,1.13,1.13.06.48.46.86.95.88.37.04.75-.2.92-.53.21-.16.58-.46.66-.99.02-.14.02-.27,0-.4.11.21.3.37.53.46.37.13.77.04,1.04-.23.33.14.83.46,1.1.63.53.34.88.56,1.26.6,1.08.13,1.6-.65,1.86-1.03.05-.08.1-.16.17-.22.15-.15.45-.28.76-.42.32-.14.68-.29,1.01-.52.52-.37.79-.92,1.02-1.41.08-.16.2-.41.27-.53.04.03.09.06.13.08.3.19.77.48,1.37.43.53-.04.84-.29,1.01-.49.4-.48.35-1.06.32-1.44,0-.05,0-.09-.01-.14,1.04-1.28-.46-3.14-1.2-4.05-.11-.13-.19-.24-.25-.32-.62-.9-.46-1.17.25-2.31.12-.19.24-.38.36-.59.1-.17.2-.35.3-.52.31-.55.57-1.03.97-1.39.2-.18.31-.42.32-.68.02-.1.04-.25.05-.43.28-.06.61-.14.93-.34.45-.28.75-.65,1.03-.99.1-.13.2-.25.31-.36.28-.28.61-.52.96-.78.35-.26.71-.52,1.06-.85,2.38-2.27,6.74-7.78,6.15-12.45,0-.02,0-.04,0-.06.18-.5,0-.93-.25-1.18-.05-.05-.1-.09-.15-.12-.08-.86-.3-2.07-.61-2.55-.13-.21-.3-.34-.47-.43.04-.14.1-.33.15-.47l.08-.25c.29-.89.59-1.8,1.2-2.31.42-.35,1-.52,1.67-.71.56-.16,1.14-.32,1.7-.62.41-.22.82-.5,1.25-.79.92-.63,1.97-1.33,2.74-1.21.01,0,.03,0,.04,0-.13.25-.35.58-.49.79-.38.56-.7,1.04-.74,1.57l-.02.37c0,.1,0,.21-.01.29-.04.02-.1.05-.18.09-.18.07-.34.12-.49.16-.49.14-1.09.32-1.69,1.03-.16.2-.6.72-.73.78.01,0-.19,0-.81-.39-.24-.15-.52-.19-.79-.12-.27.07-.49.25-.62.49-.2.37-1.19,2.29-1,3.21.14.69.76,1.09,1.36,1.22.16.22.35.36.53.43.34.15.67.13.98.03-.07.74-.2,1.45-.47,2.04-.02.05-.04.07-.08.12-.64.73-.25,1.43-.04,1.8.99,1.77,4.04,2.41,5.47,2.28,1.17-.11,2.05-.58,2.62-1.4.4-.58.47-1.19.52-1.68.03-.28.06-.48.11-.63.06-.02.12-.05.19-.08.15-.07.31-.17.45-.26.05-.03.1-.07.06-.06.06-.01.13-.02.2-.02.16-.02.32-.03.47-.06.31.04.62-.04.88-.26.17-.03.3-.09.39-.13.03-.02.07-.03.13-.05l.26-.06c.49-.12.74-.17.94-.32.11-.05.34-.15.36-.17.25-.04.8-.23,1.02-.33.07-.03.17-.08.28-.13.15-.07.32-.16.37-.18.13-.03.22-.06.32-.1.04-.01.08-.03.15-.05.18-.05.36-.12.52-.2l.03-.03c.24-.05.91-.26,1.3-.58.17-.14.27-.24.33-.33.13-.09.3-.16.46-.23.28-.13.57-.26.82-.45.3-.23.47-.51.62-.74.03-.05.07-.11.11-.16.1,0,.25.02.36.03.33.04.71.08,1.1.02,1.5-.27,2.41-1.29,3.22-2.19.41-.46.79-.89,1.21-1.17l.18-.13c.15-.11.38-.29.48-.34.24-.11.34-.17.51-.3.22-.13.62-.37.84-.59.24-.24.39-.58.57-.99l.05-.12q.04-.08.12-.16c.27-.27.38-.63.45-.92.06-.05.13-.1.2-.17,1.28-1.29,1.88-2.9,2.45-4.45.19-.53.39-1.05.61-1.56.8-1.83,2.66-2.82,4.62-3.86,2.68-1.42,5.71-3.02,5.85-7.12.05-1.39.53-2.63,1.05-3.95.24-.6.48-1.22.68-1.85.07-.23.13-.45.19-.66.17-.6.29-1.04.69-1.53,1.16-1.42,2.16-2.65,3.03-4.35.24-.46.32-1.04.39-1.55.03-.21.05-.41.05-.46.58-.96.75-1.96.9-2.91.04-.27.09-.53.14-.79.11-.6.22-1.22.29-1.87.06-.65.12-.96.34-1.23.06-.07.17-.15.3-.25.31-.22.73-.53.98-1.11.27-.62.33-1.27.38-1.83.02-.26.04-.53.09-.78.08-.43.2-.84.31-1.26.11-.42.22-.83.31-1.25.27-1.28.31-2.39.11-3.38-.13-.64-.39-1.17-.63-1.63-.16-.32-.31-.61-.4-.91-.04-.12-.06-.25-.09-.38-.11-.56-.28-1.41-1.18-1.92-.53-.3-1.05-.32-1.53-.23,0,0,0,0,.01,0,1.17-.62,1.74-1.68,2.06-2.43.85-1.95,1.01-4.19,1.06-5.7.04-1.08-.62-1.75-1.11-2.23-.1-.1-.19-.19-.28-.29-.14-.16-.13-.43-.05-1.01.08-.66.19-1.48-.27-2.28-.16-.27-.36-.44-.56-.56.21-.13.43-.29.58-.5.44-.31.67-.85.84-1.23l.14-.3q.08-.16.22-.28h0c.28.21.86.58,1.61.26.31-.13.53-.34.67-.48.03-.03.06-.07.09-.09.04-.02.2-.06.3-.08.35-.08.84-.2,1.23-.62.61-.66.81-1.7.96-2.46l.04-.2c.06-.3.13-.6.21-.89.17-.66.34-1.35.38-2.08.03-.49.07-1.24-.25-1.86-.05-.09-.1-.18-.17-.26.23-.35.34-.81.4-1.27.19.2.44.38.78.49.73.23,1.46-.01,1.99-.64.02,0,.05-.01.07-.02.06.03.12.05.18.06.07.1.15.19.24.26-.02.12-.02.23-.02.31-.05.16-.12.39-.1.64v.12c-.02.23-.05.59.05.94.05.19.21,1.18.28,1.76,0,.02.3,2.52.6,3.04.12.2.2.37.25.45.08.15.54.73,1.03.93h0c.11.06.35.18.68.18.12-.02.26-.02.38-.06.36.02.79-.02,1.11-.34,0,0,.12-.13.13-.13.19-.14.29-.31.38-.48.09-.08.13-.13.16-.16.15-.14.25-.29.31-.42.16-.16.24-.35.28-.53.14-.14.23-.29.27-.47.18.15.43.26.65.27.09,0,.18,0,.27,0,.14.13.33.29.6.36,0,0,0,0,0,0,.15.15.25.28.39.43.14.17.58.7,1.31.59.29-.04.49-.16.61-.26.31-.13.61-.37.83-.69.06-.08.12-.18.19-.28.05-.08.1-.16.14-.21.17-.17.25-.37.33-.55.02-.05.04-.11.07-.15.1-.19.14-.33.16-.43.01-.04.02-.09.07-.18.14-.29.21-.57.26-.8.11-.25.17-.48.17-.67v-.17c.03-.24.05-.59.05-.85,0-.21.05-.47.07-.61,0-.04.01-.08.02-.11.14-.13.31-.34.4-.66.03-.12.05-.26.05-.4l.02.23c.03.29.07.65.04.9-.07.5-.18,1.81-.17,2.09,0,.25.1,2.6.2,3.4.09.79.72,4.12.88,4.83.33,1.43,1.29,2.11,2.13,2.7.18.13.37.26.56.41.85.66,2,1.7,2.62,2.86.15.39.56,2.22.61,2.93-.04.06-.06.13-.08.21-.13.5.13,1.01.59,1.19-.03.15-.06.32-.06.52,0,1.17.63,1.79,1.1,2.25.21.21.39.38.51.59.34.59.47,1.34.61,2.13.09.52.18,1.06.34,1.59.11.38-.04,1.1-.17,1.74-.23,1.11-.5,2.37.2,3.33.19.27.5.41.81.41h0c0,.06-.02.13-.03.2-.02.1-.06.21-.09.33-.11.37-.39,1.29.03,1.97-.28.63-.77,1.21-1.38,1.64-.37.26-.52.72-.37,1.14.02.04.03.09.05.13,0,.02-.01.04-.02.06-.17.5-.18,1.07-.02,1.6-.32.62-.72,1.78-.58,2.79-.57.41-1.19.64-1.41.55-.39-.16-.83-.07-1.12.24-.28.31-.33.76-.13,1.14ZM229.17,177.65l-8.78,2.74c-.53.16-.82.72-.66,1.25.13.43.53.7.96.7.1,0,.2-.01.3-.05l8.78-2.74c.53-.16.82-.72.66-1.25-.16-.53-.72-.82-1.25-.66ZM291.77,49.17c-.27-.52-.79-.59-1.12-.58-.16-.17-.43-.37-.83-.38-.33,0-.65.14-.91.44-.75.05-1.16.57-1.22,1.07-.07.52.21,1,.67,1.22,0,.04-.01.09-.01.13-.02,0-.04,0-.06,0h0c-.25.02-.48.12-.67.28-.04-.43-.27-.67-.48-.8-.32-.2-.79-.18-1.12.02-.04,0-.1,0-.16,0-.6.01-.88.38-.98.54-.29.48-.1.95.02,1.19h0c-.13-.07-.29-.13-.49-.17-.18-.04-.3-.09-.4-.13-.66-.26-1.09-.13-1.38.11-.29-.04-1.04-.03-1.5.33-.07.06-.14.13-.2.21-.29.14-.74.38-.93.82-.05.07-.26.25-.38.35-.26.22-.5.42-.66.67-.04.07-.09.14-.14.2-.21-.05-.46-.09-.71-.05-.02-.43-.33-.73-.49-.89-.31-.3-.88-.86-1.05-1.79l-.21-1.15c-.05-.27-.09-.5-.13-.71.19,0,.39-.03.63-.09.67-.18,1.13-.71,1.19-1.35.06-.68-.34-1.31-1.04-1.64-.69-.32-2.18-.91-2.79-1.08-.05-.04-.18-.25-.24-.58-.1-.56-.46-1.08-.73-1.47-.03-.04-.05-.07-.07-.11-.02-.19,0-.56.03-.65.02-.04.05-.09.08-.13.2-.3.53-.8.53-1.59,0-.42.47-2.08,1.17-2.75,1.18-1.12,1.27-1.88,1.28-2.75,0-.37.1-.61.37-.87.24-.24,1.02-1.08,1.2-2.05,0-.04.07-.16.11-.24.18-.34.47-.91.23-1.62-.03-.09-.04-.23-.05-.36-.01-.19-.05-.58-.26-.91-.02-.25-.09-.58-.39-.84-.26-.23-.61-.32-.98-.26-.54.09-.9.45-1.09,1.13-.36.3-.5.69-.58.95-.02.03-.05.06-.08.1-.47.57-.93,1.19-1.08,1.86,0,0-.02.02-.11.05-.35.12-.69.41-1.4,1.04-.23.21-.45.41-.57.49-.06.04-.12.07-.17.1-.29.17-.94.55-1,1.3-.07.07-.22.19-.49.37l-.13.08c-.26.17-.71.46-.78,1.04-.09.11-.25.28-.38.37-.49.31-.77.58-1.08.99,0,0-.62.59-2.89.5-2.09-.09-3.79-.84-4.18-1.16-.04-.08-.06-.19-.09-.3-.06-.27-.16-.66-.49-.96-.02-.06-.04-.15-.04-.17,0-.05.02-.11.03-.18.09-.5.21-1.18-.28-1.68-.26-.27-.64-.39-1.03-.33-.28.04-.49.13-.64.2-.43-.22-1.19-.53-2.02-.53-.11,0-.33-.07-.49-.12-.42-.13-1.21-.38-1.75.25-.08.1-.15.21-.22.34-.03,0-.05-.01-.08-.02-.17-.03-.39-.03-.65.06-.11-.04-.25-.07-.4-.07-.23.02-.41.05-.63.1-.06.01-.12.03-.17.04-.13-.16-.3-.29-.49-.37.17-.11.32-.27.42-.52.08-.21.27-.93-.71-1.46-.14-.08-.52-.27-1.02-.53-1.09-.57-3.84-2-4.5-2.39-.05-.32-.2-.89-.94-1.28-.51-.27-1.08-.85-1.39-1.17-.25-.25-1.14-1.13-2.34-1.81-.72-.41-1.61-1.44-2.02-2.04-.37-.55-1.55-1.9-2.18-2.61-.34-.37-.95-1.05-1.3-1.38-.49-.46-1.11-1.57-1.52-2.3l-.15-.26c-.27-.48-.54-.89-.73-1.19-.05-.08-.09-.14-.13-.2-.01-.32-.06-.88-.48-1.36-.16-.18-.34-.71-.44-.98-.1-.28-.33-.71-1.25-1.54-.26-.26-1.86-2.32-3.23-4.14-.8-1.11-1.82-2.49-2.16-2.78-.3-.26-1.12-.84-1.41-1.05-.13-.2-.38-.77-.44-.96-.11-.36-.37-.58-.59-.76-.05-.04-.12-.1-.17-.15-.05-.55-.4-1.05-.92-1.28-.59-.26-1.28-.13-1.75.34-.51.51-.72,1.09-.63,1.74-.02.06-.05.13-.05.14l-.24.17c-.07.05-.16.12-.23.17-.37-.04-.8.02-1.14.22,0-.01-.01-.03-.02-.04-.17-.39-.48-1.12-1.28-1.05-.3.02-.83.19-1.03,1.04-.19.8-.12,1.53.22,2.06,0,0,0,0,0,0-.49.55-.63.98-.68,1.38-.04.08-.1.19-.16.31-.15.28-.32.59-.43.9-.26.72-.14,1.72.37,2.97l.18.44c.48,1.18,1.49,3.64,1.92,5.15.56,1.95,1.11,6.38.93,7.3-.06.12-.11.2-.15.27-.23.39-.31.63-.29,1.16.02.46-.09,1.99-.16,2.24-.02.04-.11.13-.17.19-.24.24-.59.6-.68,1.16-.02.13-.06.22-.1.35-.05.13-.11.3-.16.49-.14.08-.27.19-.37.33-.25.35-.35.86-.26,1.38.06.5.21,5.58.17,6.24-.03.4-.07.51-.17.73-.04.1-.08.2-.13.31-.04.1-.09.27-.14.48-.21.79-.39,1.26-.5,1.35l-.38.16c-.32.13-.69.27-.95.57-.05,0-.1,0-.15,0-.56.05-1.08.33-1.4.77-.18.06-.35.18-.49.33-.21.23-.42.61-.47,1.03-.03.03-.06.07-.09.11-.15.18-.32.39-.47.64-.01.02-.03.04-.04.06-.06.09-.1.18-.12.28-.09.26-.13.51-.1.76.22,2.06.7,2.72.98,2.98,0,.07-.03.17-.07.23-.5.76-.45,1.67.13,2.69.37.64.6,1.25.55,2.14-.06.99-.33,1.67-.99,2.48-.73.9-1.83,1.82-2.22,2.01-.05.02-.09.04-.13.06-.43-.3-1.09-.52-1.51-.59-.02-.01-.04-.03-.06-.04.06-.32.08-.75-.21-1.14-.23-.3-.58-.47-.98-.47h-.01c-.49,0-.81.17-1.01.27-.07.03-.1.05-.13.06-.35.09-.58.25-.75.4-.23-.09-.48-.1-.72-.01-.06.02-.11.04-.17.07-.14-.21-.42-.48-.93-.55-.05-.03-.1-.07-.15-.1-.24-.17-.61-.44-1.08-.52-.15-.44-.52-.77-1.06-.95-.12-.04-.17-.09-.18-.11-.23-.74-1.46-1.65-1.47-1.66-.48-.34-.93-.42-1.36-.21-.41.2-.64.58-.7,1.17-.03,0-.08,0-.12,0-.44,0-.95,0-1.33.41-.22.25-.33.56-.3.94-.03.11-.12.32-.18.45-.18.41-.34.79-.35,1.18,0,.21.02,2.08,1.25,2.75.33.18.67.62.71.72.06.61.74,1.67,1.25,2.27-.12.08-.26.16-.41.24-.68.39-1.62.92-1.98,1.86-.26.67-.4.78-.62.95-.32.25-.5.56-.6.88-.05-.02-.09-.05-.14-.07-.09-.04-.18-.06-.28-.08-.22-.15-.45-.22-.71-.2-.27.02-.65.14-.95.62-.21.33-.28.72-.34,1.06-.01.06-.03.15-.04.22-.44.19-1.21.58-1.54,1.15-.02,0-.04,0-.06,0h-.13c-.68.02-1.95.05-2.8,1.02-.12.14-.23.24-.33.33-.3.28-.67.63-.79,1.27-.05.29-.04.62.02,1.02.04.26.12.55.21.87.25.95.54,2.03.08,2.93-.24.47-.44.82-.6,1.08-.4.68-.75,1.26-.38,2.08,0,.04-.02.07-.03.1-.09.26-.27.8.06,1.44.48.93,1.01,1.07,1.75,1.16.05,0,.17.02.21.41.16,1.55,1.67,1.93,2.31,2.09.2.05.43.5.76,1.45.09.27.18.51.27.74.33.86.52,1.39.46,2.48-.03.55-.07.86-.1,1.03-1.02.32-1.12,1.14-.99,1.71-.02.04-.11.13-.17.2-.13.14-.26.28-.37.44-.46.68-1.15,3.83-.59,5.98.41,1.6.9,2.46,1.58,2.79.36.18.75.19,1.11.04.06-.03.19-.05.3-.06.33.55.76.7,1.08.72.02,0,.04,0,.07,0,.32,0,.84-.13,1.24-.86l.12-.22c.23-.42.44-.79.57-1.15.33-.06.59-.24.76-.36.06-.04.14-.1.09-.1.53-.01,1.27-.19,1.74-.75.35-.41.49-.96.39-1.53-.13-.75-.15-1.79-.06-2.21.04,0,.1-.02.17-.03.34-.06.85-.15,1.49-.61.49-.36.77-.58.97-.88.06.09.13.17.21.24.42.36,1.01.35,1.45-.01.09-.07.19-.18.3-.29.07-.07.18-.18.26-.26.52.24,1.14.46,1.56.59.04.03.07.08.1.12l.82-.58-.75.66c.61.89,1.38.83,1.93.63.02,0,.04-.02.06-.02.16.07.34.1.53.08.16-.02.61-.1.89-.62.31-.18.47-.45.56-.68.05-.14.16-.33.25-.46.5.02.98-.2,1.33-.64.4-.52.46-1.16.13-1.64-.15-.23-.35-.36-.53-.45-.31-.94-1.53-1.57-2.36-1.77-.43-.1-.96-.3-1.07-.65-.2-.65-.66-1.74-1.53-2.01-.15-.12-.41-.42-.5-.58-.08-.42-.31-.74-.58-.97-.04-.28-.16-.63-.47-.92-.44-.4-1.29-1.04-2.05-.73-.04.02-.08.03-.12.06-.59-.17-1.22-.02-1.67.4-.03-.03-.06-.07-.09-.11-.27-.31-.6-.68-1.02-.89-.08-.1-.23-.32-.33-.48-.42-.65-.85-1.32-1.6-1.39,0,0-.1,0-.1,0-.71-.06-.71-.14-.71-.4,0-.33.14-3.3,2.62-6.18.06,0,.11.01.17.01h.05c.07.01.14,0,.21,0,.53.33,1.29.41,2.02,0,.23-.13.65-.1.81.05.23.2.34.33.4.4.01.71.61,1.22.84,1.43.05.04.1.1.17.16.25.24.55.54.9.72.16.2.38.72.38.93,0,.53.14.89.35,1.15-.01.28.05.59.19.9.34.74,1.18,1.08,1.87,1.1.82.05,1.14-.43,1.24-.63.09-.17.14-.34.18-.5,0-.04.02-.07.03-.11.36-.3.49-.73.57-.98.02-.06.02-.09,0-.07.14-.22.8-.97,1.1-1.21.45-.09,1.02-.31,1.7-.99.65-.66,3.46-2.82,5.04-3.17,1.25-.28,3.05-.3,4.48,1.13.26.26.49.5.7.71,1.1,1.13,1.82,1.88,3.05,1.92.58.02.75.02,1.7,1.18.82,1,1.06,1.21,1.38,1.43.03.02.06.04.11.08.07.06.17.15.27.24.42.39.88.84,1.44.97.07.06.19.19.27.28.14.15.28.31.43.45.43.39,1.1.59,1.74.78.23.07.43.12.48.13.07.06.13.15.21.24.34.43.91,1.14,1.88,1.22.36.03.43.1.64.28.08.07.17.14.25.21.32.24,1.18.87,2.24.88.53,0,.58.06.64.13.41.48.8.76,1.31.98.3.16,1.39,1.08,1.65,1.45.16.61.48.96.81,1.34l.24.28c.26.31.74.89,1.47.66.34-.11.75-.41.81-1.31.02-.3.08-1.16.19-1.48.34-.28.91-.83.74-1.7-.01-.06,0-.2.02-.28.14-.27.16-.58.2-1.25.01-.22.03-.44.05-.61v-.07c.15-.48.15-1.19-.15-1.72-.02-.24.02-.84.17-1.32.25-.77,2-5.24,4.36-7.86,2.81-3.11,5.96-6.17,7.02-6.82.48-.29.61-.31.66-.32.49-.07.76-.28,1.15-.69.34-.36,1.7-.56,2.19-.51.17.44.53.78.85.92.35.27,1.29,1,2.54.65.8-.23,1.28-.3,2.21-.01,1.13.35,2.57.57,3.04-.35.16-.31.19-.77-.16-1.2.19.14.38.24.53.31.3.13.62.18.9.22.1.02.2.03.28.05.35.2.88.3,1.61-.23.78-.24.97-.78,1.01-1.16.01-.02.03-.05.04-.07.23-.04.44-.15.61-.3.28-.26.36-.57.38-.81.14-.21.33-.56.33-.99,0-.05.04-.14.08-.22.65.2,1.09-.06,1.46-.34.07-.05.16-.12.27-.19.14-.09.24-.13.31-.15.11.04.22.06.33.07.47,0,.79-.21,1.06-.45.19-.02.55.01,1.07.08.13.29.39.52.71.61.5.14,1.06-.07,1.38-.51.17-.23.25-.5.23-.78.06-.08.11-.17.14-.27.13-.09.23-.21.31-.36.16-.3.16-.62,0-.98.03-.08.05-.15.07-.22.3-.09.5-.27.62-.47.05.01.11.02.16.02.37.03.77-.19.97-.5.02-.03.04-.06.06-.1.98.12,1.45-.49,1.67-.77l.07-.08s.08-.09.12-.13c.22-.23.66-.69.55-1.31.07.04.14.07.21.09.23.07.46.07.68,0-.05.17-.06.35-.03.53.1.57.59.95,1.21.95h0c.78,0,1.31-.65,1.34-1.28.14-.1.25-.24.33-.39.09,0,.18-.01.27-.04.38-.11.69-.43.79-.82.14-.07.26-.17.37-.29.05-.05.16-.11.28-.16l.12-.06c.54-.27.84-.81.77-1.34-.01-.08-.03-.16-.06-.23.19-.43.06-.78-.02-.94ZM241.08,87.81s.02-.08.05-.13l.96.15-1-.02ZM267.62,62.69s.01-.03.02-.04c.04.05.09.11.13.16-.05-.04-.11-.08-.15-.12ZM271.54,61.02s0-.06.02-.11h.98s-1,.11-1,.11ZM277.49,56.9c-.54,0-.98.09-1.31.38-.46-.04-1.01.12-1.57.47-.11.07-.21.14-.3.2-.4-.18-.86-.15-1.26.08-.75.43-1.18,1.52-1.17,2.02-.02.04-.05.08-.07.11-.05.08-.12.19-.18.32-.12.06-.24.15-.37.26-.2.19-.5.55-.66.98-.06.03-.12.07-.18.11-.17-.04-.35-.07-.52-.1-.13-.02-.35-.05-.42-.08-.01,0-.03-.01-.04-.02.06-.19.08-.42,0-.67-.19-.58-.74-.77-.98-.85-1.12-.37-2.2.64-2.7,1.83-.12.29-.18.56-.19.79-1.18-.31-2-.21-3.04.09-.23.07-.45-.06-.77-.3-.07-.05-.13-.1-.2-.15-.1-.42-.44-1.03-1.6-1.17-.66-.08-2.89.04-3.92,1.12-.04.04-.08.08-.11.11-.28.05-.64.16-1.31.58-1.59.98-5.33,4.83-7.46,7.18-2.59,2.87-4.46,7.58-4.78,8.59,0,.02-.59,1.98-.02,2.89,0,.05,0,.14,0,.18-.03.09-.06.25-.08.43-.02.2-.04.45-.05.71-.01.22-.02.44-.04.58-.14.34-.21.81-.18,1.22-.02.02-.05.04-.09.07-.26.21-.43.5-.55.87-.66-.93-2.16-2.01-2.47-2.14-.23-.1-.37-.19-.61-.46-.65-.75-1.44-.81-2.14-.82-.41,0-.86-.34-1.06-.48-.05-.04-.09-.08-.14-.12-.31-.27-.78-.67-1.77-.76-.12-.01-.36-.31-.5-.48-.22-.27-.44-.55-.78-.72-.24-.12-.55-.21-.91-.32-.29-.08-.83-.24-.96-.33-.1-.1-.2-.2-.29-.31-.32-.35-.71-.79-1.24-.87-.12-.06-.43-.35-.58-.49-.15-.14-.29-.27-.4-.36-.09-.07-.17-.12-.24-.17-.1-.07-.23-.15-.95-1.04-1.13-1.37-1.78-1.87-3.19-1.91-.38-.01-.72-.33-1.67-1.31-.22-.22-.45-.47-.72-.74-1.61-1.62-3.86-2.21-6.32-1.67-2.24.49-5.43,3.09-6.04,3.72-.39.4-.6.43-.73.44-.94.13-2.33,2.03-2.45,2.3,0,0,0,0,0,0-.27-.12-.52-.19-.65-.22-.09-.87-.72-2.2-1.45-2.48-.09-.05-.31-.27-.42-.37-.1-.09-.18-.18-.25-.24-.07-.06-.11-.1-.15-.13-.04-.65-.55-1.2-1.07-1.67-.79-.71-2.1-.85-3.13-.31-.31-.33-.75-.5-1.15-.44-.15.02-.3.08-.43.17l-.22-.02c-.24-.02-.49.05-.68.2-.16.12-.28.26-.4.39-2.99,3.35-3.22,6.9-3.23,7.58-.02.97.37,2.16,2.38,2.42.1.13.25.36.35.51.35.54.65,1.01,1.11,1.18.09.06.3.29.41.42.21.25.42.48.67.63.63.37,1.58.36,2.18-.25.26.11.67.26,1.09.1.05.62.34.91.62,1.05.22.67,1.02,1.63,1.71,1.9.07.1.21.32.33.72.21.7.82,1.61,2.52,2.01.4.1.76.32.9.46,0,.08.02.16.05.25-.43.26-.8.74-1.05,1.28-.1.05-.18.11-.25.17-.18.02-.34.06-.48.11-.17-.21-.45-.56-.99-.74-.26-.09-1.06-.35-1.56-.6-.28-.14-.55-.19-.8-.17-.31-.56-.69-1.05-1.65-1.11-.93-.04-1.65.69-2.01,2.05-.04.15-.06.25-.08.31-.05.07-.33.27-.5.39-.26.19-.4.21-.66.26-.27.05-.63.11-1.03.36-1.16.73-.88,3.19-.73,4.11-.04.01-.09.02-.13.02h0c-.55,0-1,.29-1.25.46-.01,0-.02.02-.03.02-.78.05-1.26.44-1.42,1.16-.03.12-.11.3-.21.5-.04-.02-.07-.04-.11-.05-.25-.1-.53-.14-.8-.14-.25,0-.49.03-.69.08-.11-.21-.28-.61-.47-1.35-.4-1.53.13-4,.3-4.35.05-.07.12-.14.18-.2.25-.26.67-.72.69-1.49.91-.37,1.03-1.33,1.11-2.7.09-1.52-.24-2.38-.58-3.3-.08-.21-.17-.44-.25-.68-.44-1.27-.93-2.44-2.17-2.74-.63-.16-.77-.26-.8-.35-.12-1.22-.87-2.06-1.94-2.2-.06,0-.12-.01-.17-.02.09-.27.22-.73,0-1.35.05-.1.15-.27.24-.42.17-.29.4-.67.66-1.19.81-1.59.37-3.26.07-4.36-.07-.26-.13-.49-.17-.7-.03-.19-.03-.28-.04-.28h0s.13-.13.2-.2c.14-.13.29-.28.46-.47.28-.31.93-.33,1.36-.34h.15c.89-.04,1.47-.37,1.73-.99.16-.12.52-.31.75-.39.41-.13.65-.42.8-.73,0,0,.02.01.02.02.21.17.58.35,1.15.24.88-.17,1.43-.85,1.44-1.76v-.15c0-.07-.01-.22,0-.31.55-.44.86-.9,1.19-1.76.1-.27.73-.62,1.1-.83.22-.13.43-.24.59-.35.63-.44,1-.99,1.03-1.57.02-.47-.17-.9-.55-1.22-.23-.2-.83-1.11-.9-1.32-.09-.84-.97-1.85-1.71-2.24-.12-.12-.24-.64-.25-.92.02-.08.12-.31.19-.47.09-.21.18-.4.24-.6.61-.04,1.12-.28,1.45-.69.03.03.05.05.06.08.2.55.63.99,1.22,1.25.07.37.25.6.41.75.21.2.6.42,1.13.35.05.02.19.11.28.18.1.07.22.16.35.23.01.05.02.1.04.15.24.69,1,.89,1.25.96.73.19,1.2,0,1.46-.21.04-.03.09-.07.12-.11.32-.02.62-.11.79-.2.11-.06.21-.13.29-.2.06.12.14.23.24.35.03.04.74.88,1.43.88.15.02.55.17.63.21.83.81,1.83.33,2.2.15.75-.36,2.05-1.5,2.9-2.55.92-1.13,1.35-2.22,1.44-3.62.09-1.47-.36-2.47-.81-3.25-.16-.29-.24-.53-.19-.6.55-.84.58-2.13-.23-2.78-.11-.23-.28-.9-.36-1.62.06-.1.18-.25.28-.37.22-.27.47-.57.52-.97.2-.11.4-.29.59-.57,0,.02,0,.03.03.03.92.09,1.31-.32,1.47-.66.04-.01.08-.03.13-.05l.42-.17c1.06-.45,1.43-1.85,1.66-2.68.03-.12.06-.23.08-.29.03-.08.06-.15.09-.21.16-.37.28-.7.33-1.39.04-.7-.08-5.44-.17-6.58.34-.31.55-.77.6-1.12,0-.02.03-.1.06-.16.06-.16.14-.37.2-.67.04-.04.1-.11.15-.16.16-.16.36-.36.5-.64.4-.75.4-3.25.4-3.27,0-.01,0-.02,0-.04l.02-.03c.06-.11.15-.25.25-.46.03-.05.05-.1.06-.15.49-1.55-.46-6.98-.9-8.51-.46-1.62-1.5-4.15-1.99-5.36l-.18-.44c-.38-.95-.38-1.43-.34-1.53.07-.2.2-.43.31-.63.2-.37.35-.64.39-.99,0-.08.01-.13.18-.32.4-.44.56-.89.57-1.3.42.02.78-.07,1.04-.28.63.14,1.17-.25,1.6-.58l.18-.14c.36-.26.66-.7.81-1.15.11.1.21.19.3.26.01.01.02.02.03.03.16.42.55,1.33,1.03,1.72.41.29,1.14.81,1.33.97.2.2,1.13,1.43,1.88,2.47,1.13,1.5,3.09,4.07,3.49,4.43.49.44.7.7.74.8.18.53.41,1.12.76,1.52.02.04.02.17.02.24,0,.13,0,.27.06.44.06.2.16.35.39.7.17.27.42.64.67,1.08l.14.26c.5.89,1.18,2.1,1.89,2.78.21.2.66.67,1.19,1.26.92,1.03,1.79,2.06,2.01,2.39.43.64,1.54,2.02,2.69,2.67.77.44,1.5,1.06,1.9,1.47.37.38,1.04,1.06,1.8,1.49.03.22.11.58.43.89.22.22.76.56,4.56,2.54-.08.58.37,1.06.56,1.27.07.08.2.34.21.41.04.55.39,1.43,1.21,1.48.07,0,.14,0,.21-.01.31.2.7.3,1.11.26.17-.01.39-.06.6-.11,0,0,.01,0,.02,0,.3.14.57.15.8.1.03.03.05.05.07.08.24.22.61.33.93.27.56-.11.81-.57,1.04-1.09.26.08.56.15.89.15.35,0,.79.13,1.2.35.27.15.53.21.75.21.01.27.09.99.57,1.49,0,.02,0,.04.01.06.05.23.14.57.35.92.59.98,3.34,1.96,5.78,2.07,3.14.14,4.25-.85,4.57-1.28.16-.22.26-.32.57-.52.01,0,.96-.65,1.23-1.46l.07-.05c.42-.28,1.23-.81,1.37-1.6,0,0,.01,0,.02-.01.09-.05.18-.11.27-.16.2-.13.43-.34.8-.67.25-.22.67-.6.72-.65.12-.04.23-.09.34-.14-.17.39-.26.82-.27,1.29,0,.5,0,.69-.66,1.32-1.16,1.11-1.78,3.31-1.79,4.18,0,.19-.06.29-.2.5-.08.11-.14.22-.2.32-.27.52-.39,1.87-.02,2.49.05.08.12.19.2.31.11.16.37.54.4.69.18.97.67,1.71,1.35,2.03.03.25.14.56.45.85,0,.03,0,.05.01.08.03.2.07.48.2.8.12.28.21.77.36,1.67l.21,1.17c.03.18.08.36.12.52-.09.04-.17.09-.25.15-.22.17-.48.49-.52,1.08-.03.43.1,1.14,1.14,1.4.04.21.12.42.24.59.28.4.76.59,1.13.51.15,0,.57.16.76.23.11.04.2.07.28.1h-.01ZM279.06,56.91c-.06.04-.11.08-.15.12,0,0-.01,0-.02,0l-.16-.02s-.02,0-.03,0c.12-.05.24-.12.35-.23.05.01.07,0,.1,0-.03.05-.06.09-.08.14ZM286.1,52.27c-.16-.1-.28-.23-.35-.36.04-.14.1-.25.1-.25.09-.16.23-.28.38-.36.03,0,.06.01.08.02.1.03.19.08.26.14l-.48.81ZM287.99,51.69s.07-.02.1-.02c-.04.22,0,.45.08.66-.11-.04-.25-.07-.41-.07-.02,0-.04,0-.05,0,.02-.14,0-.28-.02-.41.13-.1.27-.15.3-.16ZM288.2,53.06c-.22-.04-.42-.17-.55-.34.2.02.41.14.55.34ZM287.91,54.24c-.09.03-.36.04-.61-.13-.24-.17-.38-.44-.38-.73,0-.09.01-.16.04-.23.1-.03.2-.08.29-.14.05.1.12.21.2.3.05.05.1.1.16.14.21.15.48.22.74.2-.03.27-.19.49-.43.59ZM289.11,52.63s-.03.06-.05.1c-.12-.02-.24-.07-.34-.15-.26-.2-.4-.53-.34-.85,0-.02,0-.04.01-.06.03,0,.07.01.1.02.11.2.27.38.49.5.04.02.08.04.12.06.05.14.06.28.01.39ZM289.85,52.45c-.13.14-.29.23-.46.27.04-.12.06-.25.07-.37.16.02.32.01.48-.02-.03.04-.06.08-.09.12ZM290.42,48.61s.01,0,.02,0c0,0,.02,0,.03,0l.03.99-.08-1ZM221.22,200.61c-.94-.9-1.92-1.83-3.43-3.01-.43-.34-1.06-.26-1.4.17-.34.44-.26,1.06.17,1.4,1.43,1.12,2.33,1.98,3.28,2.89.94.9,1.92,1.83,3.43,3.01.18.14.4.21.62.21.3,0,.59-.13.79-.38.34-.43.26-1.06-.17-1.4-1.43-1.12-2.33-1.98-3.28-2.88ZM302.81,41.37c-.06-.08-.13-.18-.17-.24-.15-.22-.27-.39-.46-.53-.38-.28-.87-.33-1.29-.12-.06.03-.12.06-.17.1-.39-.07-.72.1-.97.23-.49.26-.84.56-1.03.92h-.09c-.68-.07-1.24.29-1.61.53l-.15.1c-.36.22-.58.58-.6.98-.02.27.06.51.17.7-.41.78.14,1.35.22,1.42.03.03.18.16.4.24.07.28.21.48.34.6.19.2.53.43,1.07.43h0c.44,0,.85-.18,1.11-.49.09-.11.17-.24.21-.37.04-.03.07-.07.1-.1.1-.04.19-.09.28-.16.1-.03.23-.06.36-.13.33.04.66-.06.9-.31.11-.11.19-.25.24-.4.32-.04.58-.23.73-.46.03-.05.06-.11.09-.16.29,0,.56-.08.78-.27.3-.26.38-.6.4-.83.12-.25.14-.54.05-.82-.13-.41-.48-.73-.92-.85ZM298.8,43.81s-.08.05-.12.07c-.01-.02-.03-.03-.05-.05,0-.03-.01-.07-.02-.1.1,0,.2.02.31.02-.04.02-.08.03-.12.05ZM299.36,44.73v-.02s.02,0,.02,0l-.02.02ZM299.49,44.56v-.03s.15-.25.15-.25c0,.02.01.05.02.07l-.17.22ZM299.76,44.21c.02-.11.07-.21.13-.31.03.01.05.03.07.04l-.2.27ZM10.22,274.66c.15-.7-.06-1.32-.6-1.65-.21-.13-.47-.18-.71-.13.28-.15.47-.42.52-.72.05-.12.09-.25.1-.38,0,0,.01,0,.02,0,.37-.09.69-.3.9-.59.15-.22.24-.49.25-.78.03-.62-.28-1.22-.81-1.56-.52-.34-1.2-.37-1.75-.09-.39.2-.56.48-.64.7-.13.37-.04.69-.02.79v.05c-.2.06-.42.18-.61.39-.27.29-.39.69-.34,1.1.05.43.3.82.66,1.05.38.24.84.31,1.3.2-.64.32-1.11.93-1.26,1.64-.01.05-.02.11-.03.16-.24.08-.42.23-.54.37-.3.34-.34.78-.29,1.16-.06.02-.12.05-.18.09-.22.13-.38.34-.45.59-.46.07-.73.39-.82.52-.07.1-.13.22-.17.33-.16.01-.32.05-.48.1-.36.13-.6.44-.65.79-.03.11-.05.23-.06.33-.3.04-.57.18-.78.4-.31-.25-.77-.52-1.33-.37-1.6.42-1.48,2.71-1.43,3.69l1-.03.92-.06s0,0,.01.01l-.93.05-1,.05H.02c.01.2.03.62.28,1.01.51.81,1.49.83,1.81.84.08,0,.16,0,.24,0,.22,0,.44,0,.66,0,.93-.02,1.28-.52,1.41-.82,0-.02.02-.04.02-.05.39.07.96.1,1.43-.33.61-.54.64-1.53.06-2.25-.03-.04-.07-.08-.11-.12.04-.02.08-.04.12-.06.23.41.61.71,1.05.83.25.07.5.04.72-.07.03,0,.06-.01.09-.02.38-.1.69-.38.85-.74.18-.42.14-.92-.12-1.35-.09-.15-.2-.29-.33-.41.07,0,.14,0,.21,0,.44-.04.84-.28,1.08-.65.22-.34.27-.7.28-1,.08-.02.17-.04.25-.06.46-.15.84-.48,1.03-.9.26-.57.14-1.24-.3-1.66-.18-.17-.37-.27-.54-.34ZM2.93,282c-.25.21-.36.45-.41.68-.12,0-.25,0-.37,0-.05,0-.09,0-.13,0-.03-.57-.01-.96.01-1.23.31.22.73.4,1.22.29.11-.02.24-.07.37-.14,0,0,0,.01.01.02.02.03.04.06.05.09-.12,0-.45.04-.76.29ZM6.38,278.09s-.02-.02-.04-.04c-.02-.02-.04-.04-.05-.06,0,0,0-.02,0-.03,0-.01,0-.02,0-.04.08,0,.16.04.23.09.09.06.13.14.15.22-.11-.02-.21-.07-.3-.15ZM10.74,254.73s.05,0,.07,0c.53,0,1.01-.19,1.37-.55.49-.48.6-1.1.68-1.55.02-.13.04-.26.08-.38.09-.29.32-.59.56-.92.36-.48.77-1.03.92-1.76.13-.6.04-1.15-.03-1.63-.05-.32-.09-.62-.06-.85.06-.52.48-1.05.93-1.61.65-.82,1.38-1.75,1.33-3.02-.02-.53-.2-1-.5-1.36-.44-.52-1.14-.81-1.9-.74-.59.04-1.11.28-1.49.48-.43.23-.98.56-1.36,1.1-.49.69-.58,1.58-.22,2.27.03.06.07.12.12.2,0,.04-.02.08-.03.13-.04.17-.12.37-.19.59-.32.9-.71,2.03-.34,2.93.01.03.02.05.03.08-.95.14-1.35,1.11-1.48,1.44l-.15.36c-.19.45-.41.96-.52,1.51-.19.98.02,1.91.59,2.55.4.45,1,.73,1.6.75ZM12.96,243.09c.14-.2.43-.37.66-.49.21-.11.49-.24.71-.26.01,0,.03,0,.04,0,.1,0,.16.03.17.03,0,.01.03.07.04.17.02.52-.4,1.06-.9,1.69-.18.22-.36.45-.53.7.07-.28.15-.71-.01-1.17-.07-.19-.16-.33-.25-.47,0-.03.01-.12.07-.2ZM10.51,251.81c.07-.35.22-.72.39-1.1l.16-.39c.02-.05.04-.1.06-.13.11.03.24.06.39.07.1,0,.2,0,.3,0-.3.4-.62.86-.79,1.43-.06.19-.1.4-.14.61-.03.16-.08.42-.07.45-.04.01-.15-.02-.2-.07-.14-.16-.19-.49-.12-.85ZM292.98,46.02s0,0,0,0c-.17.02-.6.07-.93.47-.56.4-.55.88-.5,1.13.09.39.45.72.84.8.13.02.25.03.36.02.18.05.41.1.66.1.33,0,.69-.09.95-.37.28-.31.34-.84.14-1.22-.22-.42-.8-1-1.52-.92ZM293.35,47.95c-.05.03-.1.04-.14.05h0s0,0-.01,0h0c-.09,0-.17,0-.24-.01l-.04-.21.24-.11-.04-.42h0s.05.41.05.41l.34-.15c-.02.17-.09.32-.16.43ZM293.24,47.23l.26-.06c.02.08.03.16.03.23l-.28-.17ZM296.8,30.26c.17-.07.63-.27.8-.83.07-.23.54-1.5.54-1.5.03-.07.04-.15.05-.23.06-.49-.17-.95-.58-1.16-.26-.13-.79-.28-1.42.28-.22.14-1.15.37-1.86.38-.55,0-.94-.18-.94-.18,0,0,0,0,0,0-.16-.12-.35-.19-.58-.29-.04-.01-.08-.03-.11-.04-.05-.3-.2-.7-.65-.94-.05-.04-.09-.09-.13-.14-.23-.25-.63-.73-1.39-.69-.39.01-1.04.03-1.6.62-.38.4-.67.93-.99,1.54-.15.3-.29.46-.4.59l-.11.13c-.12.15-.47.61-.51,1.3-.01.2-.2.85-.46,1.16-.39.48-.95,1-1.21,1.25-.28.26-.78.73-.82,1.48-.04.07-.16.28-.53.68-.06.06-.14.15-.24.24-.73.74-1.21,1.27-1.18,1.91,0,.12.03.27.05.43,0,.01,0,.02,0,.03-.49.31-.82.73-.99.98-.03.04-.05.07-.07.09-.04.03-.08.05-.14.09l-.39.24c-.49.3-.79.62-.88.98-.21.12-.38.28-.51.4-.06.05-.15.14-.17.15-.48.2-1.16.55-1.48,1.22-.1.2-.14.4-.17.56-.28.11-.61.3-.8.69-.12.24-.22.64-.02,1.15.15.4.2.68.15.91-.12.61.02,1.66.7,2.1.36.23.8.24,1.16.05-.09.86.15,1.13.28,1.28.19.22.51.36.81.36.04,0,.08,0,.12,0,1.4-.18,1.43-3.1,1.43-3.13,0-.53.15-1.87.2-2.23.06-.07.13-.16.21-.24.15-.17.3-.36.41-.51,0,0,.01,0,.03,0h0c.54.04,1.39-.2,2-.73.58-.51.86-1.03.92-1.7v-.15c.18.01.35-.02.53-.09.1-.04.97-.43.63-1.56.16-.43.51-1.3.67-1.63.48-.05.77-.37.92-.55.04-.01.08-.03.13-.04.33-.11.78-.26,1.07-.65.23-.3.3-.64.34-.87,0-.03,0-.06.02-.09.04-.05.09-.11.14-.17.21-.27.33-.38.47-.39h.22c1.81-.06,2.43-.14,2.85-.52.1-.1.21-.22.32-.36.05-.06.11-.13.15-.18.96-.32,1.07-1.1,1.06-1.34,0,0,.01-.02.02-.04.27.28.57.37.76.39.21.03.73.02,1.16-.51t0,0ZM297.54,28.3s-.01.01-.02.02l-.67-.74.69.72ZM279.88,41.5c-.08.27-.2,1.33-.26,2.14-.17.01-.35.04-.53.09.02-.38-.04-.73-.12-1.03.57-.32.68-.96.72-1.22,0-.06.01-.12.01-.14.01-.02.09-.1.38-.23-.09.13-.16.26-.21.39ZM283.35,38.68v.15c-.02.09-.02.16-.25.37-.18.16-.48.23-.54.24-.18-.01-.35,0-.51.02,0-.04.02-.07.02-.11l.32-.2c.3-.19.52-.34.8-.74.06-.09.13-.18.21-.25-.03.2-.04.39-.04.52ZM284.56,36.69c.02-.3-.02-.58-.05-.74.15-.19.44-.48.58-.62,0,0,0,0,0,0-.2.46-.41.99-.54,1.37ZM292.91,29.95c-.38.18-.63.48-.82.71-.01.01-.02.03-.03.04-.38.06-1.25.09-1.65.1h-.22c-1.09.04-1.68.78-1.97,1.14-.03.04-.06.08-.08.1-.33.33-.42.73-.47,1-.03,0-.05.02-.08.03-.19.06-.39.13-.58.25-.14.09-.25.18-.33.28-.13.02-.25.06-.37.12.08-.19.12-.37.13-.54.05-.06.16-.16.21-.21.27-.25.9-.85,1.38-1.43.58-.72.88-1.8.91-2.33,0-.03.01-.07.09-.17l.06-.08c.14-.17.39-.46.64-.96.18-.34.45-.86.62-1.06.01,0,.04,0,.07,0,0,0,.01.01.02.02.09.1.19.21.31.32.02.17.07.38.2.59.25.4.71.57,1.15.74.07.03.13.05.17.07.21.13.58.31,1.08.43-.21.26-.36.55-.43.85Z"/></svg>'); 
	--about-pict-02: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 204.94 249.45"><path d="M136.85,209.98c-.39.09-.74.46-.81.85-.01.08-.02.16-.01.24-1.48,2.83-2.19,5.99-2.04,9.19.1,2.17.61,4.34,1.02,6.08l.97-.23-.95.34.98-.22.95-.34c-.5-2.12-.88-3.88-.97-5.72-.14-2.93.57-5.95,2-8.51.36-.65.06-1.15-.05-1.28-.24-.32-.7-.48-1.09-.39ZM149.69,226.89c-.54-.14-1.08.18-1.22.72-.65,2.51-1.19,5.09-1.61,7.64-.09.55.28,1.06.83,1.15.05,0,.11.01.16.01.48,0,.91-.35.99-.84.4-2.5.93-5.01,1.57-7.46.14-.53-.18-1.08-.72-1.22ZM153.46,220.47c.02-.45-.07-.86-.25-1.2-.23-.41-.6-.74-1.11-.97-1.39-.64-2.78-.65-3.83-.59l-2.18.12c-.55.03-.97.5-.94,1.05.03.55.51.97,1.05.94l2.18-.12c1.22-.07,2.11.06,2.89.41.13.06.18.11.18.11,0,0,.01.05.01.15-.02.49-.39.89-1.09,1.2-.64.28-1.52.72-2.39,1.15-.85.42-1.69.84-2.31,1.11-.5.22-.73.81-.51,1.32.17.37.53.6.92.6.13,0,.27-.03.4-.09.64-.28,1.52-.72,2.39-1.15.85-.42,1.69-.84,2.31-1.11,1.41-.63,2.22-1.67,2.28-2.94ZM181.74,154.62c.16.1.34.15.52.15.34,0,.67-.17.85-.48l4.58-7.52c.29-.47.14-1.09-.33-1.37s-1.09-.14-1.37.33l-4.58,7.52c-.29.47-.14,1.09.33,1.37ZM190.26,160.62c.2,0,.41-.06.58-.19,1.71-1.23,2.93-2.25,4.1-3.24,1.2-1.01,2.33-1.96,3.98-3.15.45-.32.55-.95.23-1.4-.32-.45-.95-.55-1.4-.23-1.71,1.23-2.93,2.25-4.1,3.24-1.2,1.01-2.33,1.96-3.98,3.15-.45.32-.55.95-.23,1.4.2.27.5.42.81.42ZM128.37,209.76c-.52-.18-1.09.09-1.27.61-1.25,3.59-1.49,7.46-.7,11.17.1.47.52.79.98.79.07,0,.14,0,.21-.02.54-.12.88-.65.77-1.19-.72-3.36-.5-6.85.63-10.09.18-.52-.09-1.09-.62-1.27ZM170.97,151.89h.02c.55-.01.99-.47.98-1.02l-.22-11.73c-.01-.55-.44-1-1.02-.98-.55.01-.99.47-.98,1.02l.22,11.73c.01.55.46.98,1,.98ZM148.39,193.32c-.6.26-1.06.8-1.22,1.44-.14.54.19,1.08.72,1.22.08.02.17.03.25.03.45,0,.85-.3.97-.75.01-.04.05-.09.08-.1.51-.22.74-.81.51-1.32-.22-.5-.81-.74-1.32-.51ZM178.75,200.44c-.55.07-.93.58-.86,1.12.04.3.21.55.44.7.05.36-.11.78-.4.99-.45.32-.56.94-.24,1.39.19.28.5.43.82.43.2,0,.4-.06.57-.18,1.08-.76,1.55-2.27,1.08-3.5-.24-.65-.79-1.03-1.41-.95ZM145.11,187.47c.54.11,1.07-.24,1.18-.78.11-.54-.24-1.07-.78-1.18-1.82-.37-3.87.34-5.22,1.8-1.19,1.29-1.85,3.14-1.82,5.07.02,1.64.51,3.31,1.45,4.99.18.33.52.51.87.51.17,0,.33-.04.49-.13.48-.27.65-.88.38-1.36-.77-1.38-1.17-2.74-1.19-4.04-.02-1.42.45-2.76,1.29-3.68.88-.96,2.2-1.43,3.35-1.2ZM183.39,198.31c-.5-.23-1.09,0-1.32.5-.23.5,0,1.1.5,1.32.04.02.14.08.3.35.6.98.67,2.42.19,3.84-.19.57-.54,1.3-1.12,1.57-.5.24-.71.84-.46,1.34.17.36.53.56.9.56.15,0,.29-.03.43-.1.96-.46,1.68-1.38,2.14-2.73.69-2.01.55-4.02-.37-5.53-.34-.55-.72-.92-1.19-1.12ZM152.36,216.22c.18.32.52.5.87.5.17,0,.34-.04.5-.13.48-.27.64-.89.37-1.36-.4-.71-1.52-2.13-2.8-2.95-.46-.3-1.08-.16-1.38.3-.3.46-.16,1.08.3,1.38.88.56,1.81,1.67,2.14,2.26ZM190.61,228.04c-.39-.23-.92-.17-1.25.14-.28.26-.39.7-.3,1.07-.41,1.61-.86,3.26-1.53,4.76-.68,1.53-1.61,2.94-2.74,4.17-.37.41-.35,1.04.06,1.41.19.18.43.26.68.26.27,0,.54-.11.74-.32,1.28-1.39,2.32-2.98,3.09-4.71.79-1.78,1.28-3.66,1.74-5.47.17-.65-.16-1.12-.49-1.31ZM148.65,190.95l-.21-.69c-.14-.48-.58-.78-1.11-.78h-.02c-1.26.03-2.49.63-3.3,1.61-.8.98-1.15,2.31-.92,3.55.09.48.51.83.98.83.06,0,.12,0,.17-.02.54-.1.91-.62.81-1.16-.12-.67.08-1.41.5-1.94.35-.43.87-.73,1.42-.83l.47.31,1.2-.87ZM162,196.67c.4.37,1.04.35,1.41-.05.06-.07.2-.11.29-.08.09.03.18.14.19.23.16,1.29,1.05,1.35,1.29,1.36.48-.01.79-.31.89-.4.19-.17.4-.37.58-.43.02,0,.04-.01.05-.01.03.06.06.13.08.19.07.19.11.29.14.4.04.14.09.27.18.51.15.39.53.63.93.63.12,0,.25-.02.37-.07.51-.2.77-.78.56-1.3-.07-.19-.11-.29-.14-.4-.04-.14-.09-.27-.18-.51-.1-.25-.25-.64-.58-.94-.52-.5-1.34-.65-2.09-.38-.15.05-.29.12-.42.2-.28-.46-.72-.81-1.24-.98-.82-.27-1.78-.02-2.37.62-.38.41-.35,1.04.05,1.41ZM181.05,224.63c-.54-.14-1.08.19-1.21.73-1.14,4.56-2.85,8.96-5.1,13.09l-.46.83c-.27.48-.09,1.09.39,1.36.15.09.32.13.49.13.35,0,.69-.19.88-.51l.47-.85c2.33-4.28,4.1-8.84,5.28-13.56.13-.54-.19-1.08-.73-1.21ZM179.69,194.32c.52-.92.51-2.02,0-3.09-.64-1.32-1.99-2.35-3.35-2.57-1.16-.18-2.37.14-3.24.87-.38.32-.69.72-.92,1.17-.46.91-.53,1.96-.19,2.87.33.91.94,1.7,1.7,2.23.71.5,1.56.77,2.4.77.16,0,.32-.01.48-.03,1.34-.17,2.59-1.25,3.13-2.22ZM177.95,193.34c-.29.51-1.05,1.14-1.64,1.21-.49.06-1.04-.08-1.48-.39-.43-.3-.77-.75-.97-1.28-.15-.4-.11-.87.1-1.28h0c.1-.21.25-.39.42-.54.35-.29.83-.45,1.31-.45.11,0,.22,0,.33.03.72.11,1.5.73,1.86,1.47.16.33.3.81.06,1.24ZM173.51,201.22c-2.04.41-7.83,1.29-10.05.52-.87-.31-6.35-3.58-7.81-6.36-.26-.49-.86-.68-1.35-.42-.49.26-.68.86-.42,1.35,1.86,3.56,8.17,7.06,8.92,7.32.88.31,2.07.42,3.34.42,3.3,0,7.17-.75,7.75-.87.54-.11.89-.63.78-1.18s-.63-.89-1.18-.78ZM201.77,190.26c-1.39-4.81-3.17-8.79-5.46-12.15-3.47-5.08-8.53-9.32-14.65-12.26-13.25-6.35-27.35-5.23-39.7,3.16-15.1,10.26-27.79,33.5-21.95,53.14,2.32,7.82,8.31,14.81,16.86,19.66,9.02,5.12,20.52,7.62,35.1,7.62.58,0,1.16,0,1.75-.01,1.96-.02,4.05-.07,6.09-.54.35-.08.71-.18,1.05-.28,2.1-.65,4.27-1.32,6.34-2.25,7.83-3.51,13.26-9.93,15.68-18.57,3.09-11,2.7-24.33-1.1-37.52ZM200.95,227.25c-2.29,8.17-7.2,13.98-14.58,17.29-1.96.88-4.07,1.53-6.11,2.16-.3.09-.6.17-.91.24-1.85.42-3.81.48-5.67.49-15.05.2-26.78-2.2-35.84-7.35-8.1-4.6-13.75-11.17-15.93-18.49-5.58-18.78,6.64-41.05,21.16-50.92,6.72-4.57,13.99-6.87,21.34-6.87,5.48,0,11,1.28,16.38,3.86,5.8,2.78,10.6,6.79,13.86,11.58,2.17,3.18,3.87,6.97,5.2,11.58,3.7,12.84,4.09,25.78,1.1,36.43ZM157.32,191.72c.63.32,1.28.48,1.91.48.32,0,.62-.04.92-.12,1.32-.37,2.43-1.61,2.77-3.08h0c.04-.2.07-.4.08-.6.1-1.58-.73-2.99-2.26-3.86-1.41-.8-2.82-.85-3.98-.16-.8.49-1.45,1.3-1.81,2.3-.29.8-.35,1.59-.17,2.29.38,1.45,1.75,2.34,2.54,2.74ZM156.83,187.38c.21-.57.55-1.02.97-1.27.23-.14.48-.2.72-.2.45,0,.89.18,1.23.38.5.28,1.32.92,1.25,2,0,.09-.02.19-.04.28-.17.75-.74,1.42-1.36,1.59-.4.11-.9.03-1.38-.22-.82-.42-1.39-.96-1.52-1.46-.1-.38,0-.81.12-1.11ZM163.31,227.03c.49,0,.99-.07,1.47-.22,1.61-.5,2.56-1.76,2.53-3.37,0-.42-.08-.82-.21-1.19h0c-.38-1.04-1.24-1.82-2.42-2.18-1.43-.44-3.1-.2-4.25.62-.73.53-1.22,1.25-1.38,2.05-.16.82.04,1.74.56,2.51.76,1.13,2.2,1.78,3.69,1.78ZM161.02,223.12c.06-.29.27-.59.58-.81.42-.3,1.01-.46,1.6-.46.3,0,.6.04.88.13.4.12.93.39,1.13.96.06.16.09.34.09.54.01.71-.37,1.19-1.13,1.43-1.07.33-2.4-.02-2.9-.77-.22-.33-.32-.71-.26-1.01ZM165.16,229.99c-3.38-1.88-7.96-1.82-10.17,1.93h0c-.09.16-.18.33-.27.5-1.16,2.36-.62,4.53,1.45,5.81,1.21.75,2.92,1.14,4.66,1.14,2.51,0,5.09-.81,6.38-2.5.96-1.26,1.08-2.89.33-4.48-.45-.96-1.28-1.79-2.38-2.41ZM159.54,237.29c-.86-.12-1.67-.37-2.31-.77-.91-.57-1.26-1.3-1.06-2.25.19,0,.38-.02.56-.12l3.11.66c-.14.49-.28.98-.43,1.47-.07.1-.13.22-.16.36l-.12.54.41.12ZM160.38,232.89l-3.14-.67c.96-1.1,2.29-1.51,3.66-1.45-.16.71-.34,1.41-.52,2.12ZM161.15,237.38c.23-.71.44-1.42.65-2.14l3.52.75c-.9.84-2.52,1.33-4.17,1.39ZM162.33,233.3c.19-.72.37-1.44.54-2.16.46.16.91.35,1.33.59.51.29,1.2.78,1.55,1.51.1.21.21.51.26.84l-3.67-.78ZM186.73,211.41c.12.03.24.04.36.04.84,0,1.45-.67,1.67-.91.79-.88,1.61-1.78,2.21-2.89,1.71-3.16,1.03-7.38-1.59-9.83-.4-.38-1.03-.36-1.41.05-.38.4-.36,1.04.05,1.41,1.94,1.81,2.47,5.07,1.2,7.42-.49.9-1.22,1.72-1.94,2.51-.12.14-.2.2-.24.24-.49-.04-.94.29-1.05.78-.12.54.22,1.07.76,1.2ZM155,228.22c.49-.25.69-.85.44-1.35-.53-1.04-.91-1.44-1.85-2.2-.43-.35-1.06-.28-1.41.15-.35.43-.28,1.06.15,1.41.75.61.94.79,1.33,1.55.18.35.53.54.89.54.15,0,.31-.04.45-.11ZM168.09,216.68l-6.19-1.39c-.54-.12-1.07.22-1.19.76-.12.54.22,1.07.76,1.19l6.19,1.39c.07.02.15.02.22.02.46,0,.87-.32.97-.78.12-.54-.22-1.07-.76-1.19ZM166.66,171.95c-2.36-.16-4.88-.06-7.69.33-.39.05-.76.12-1.13.18-1.42-1.09-3.31-1.72-5.14-1.09-1.47.51-2.64,1.76-3.41,3.59-.75.35-1.47.71-2.15,1.12-2.57,1.52-4.8,3.53-6.68,5.3-2.56,2.4-5.12,5.09-6.51,8.57-1.12,2.81-1.26,5.74-.38,8.23.91,2.6,2.96,4.86,5.78,6.39,3.43,1.85,7.28,2.32,10.99,2.77.9.11,1.81.22,2.7.35,6.86,1,14.05,3.2,21.98,6.75l1.03.47c2.12.96,4.31,1.95,6.63,2.57h.02c.95.24,1.8.36,2.62.36,1.5,0,2.91-.4,4.65-1.26,4.64-2.3,7.28-7.55,7.22-14.42-.06-6.79-3.98-14.62-10.48-20.96-5.51-5.37-12.81-8.73-20.04-9.23ZM153.35,173.26c.38-.13.78-.16,1.17-.12-.66.17-1.3.34-1.92.54.23-.17.47-.32.75-.42ZM189.08,214.77c-2.25,1.11-3.69,1.3-5.9.76-.39-.1-.79-.23-1.18-.36,0-.03,0-.07,0-.1-.16-.64-.44-1.4-.69-2.07-.17-.47-.37-1-.41-1.21-.11-.54-.64-.89-1.18-.78-.54.11-.89.64-.78,1.18.07.36.26.86.49,1.5.07.2.15.4.22.61-.94-.39-1.87-.81-2.79-1.22l-.96-.43c-.01-.06,0-.12-.03-.17l-1.51-4.08c-.19-.52-.77-.78-1.29-.59-.52.19-.78.77-.59,1.28l.92,2.49c-1.71-.72-3.38-1.37-5.02-1.97-.06-.62-.04-.75.03-1.14.03-.21.08-.47.12-.85.07-.55-.33-1.05-.87-1.11-.55-.07-1.05.32-1.11.87-.04.35-.08.58-.11.77-.05.29-.08.5-.08.75-1.37-.46-2.72-.88-4.06-1.25.14-.38.31-.87.48-1.41.16-.53-.13-1.09-.66-1.25-.53-.16-1.09.14-1.25.66-.18.59-.37,1.11-.5,1.48-1.04-.26-2.07-.5-3.09-.71.28-.39.61-.92.88-1.76.17-.53-.12-1.09-.65-1.26-.53-.17-1.09.12-1.26.65-.25.78-.52,1.12-.81,1.48-.12.14-.23.3-.35.47-.59-.1-1.17-.21-1.76-.29-.71-.1-1.44-.19-2.16-.28.61-.76,1.12-1.6,1.47-2.52.19-.52-.07-1.09-.59-1.29-.52-.19-1.09.07-1.29.59-.42,1.13-1.14,2.13-2.06,2.91-1.27-.17-2.53-.37-3.77-.65.02-.01.03-.03.05-.04.14-.11.29-.23.43-.33.38-.27,1.66-1.54,2.2-2.07.39-.39.39-1.02,0-1.41-.39-.39-1.03-.39-1.41,0-.78.78-1.75,1.72-1.95,1.87-.17.12-.34.26-.51.39-.46.36-.87.67-1.42.84-.69-.25-1.37-.54-2.01-.89-2.38-1.28-4.1-3.16-4.84-5.29-.72-2.04-.59-4.46.35-6.83,1.24-3.11,3.63-5.61,6.02-7.85,1.81-1.69,3.94-3.62,6.33-5.03.12-.07.26-.14.38-.21-.33,1.95-.14,3.63.58,5,.26.49.86.68,1.35.42.49-.26.68-.86.42-1.35-.6-1.15-.67-2.7-.2-4.59.05-.19.11-.4.18-.62,1.88-.8,3.99-1.41,6.36-1.85.09.1.19.19.27.29.91,1.09,1.48,2.44,2.09,3.87.17.39.33.79.51,1.17.53,1.18,1.32,2.6,2.79,3.14.34.13.7.19,1.07.19.65,0,1.31-.19,1.89-.56.92-.58,1.52-1.53,1.61-2.54.05-.57-.07-1.06-.35-1.44-.33-.45-.97-.57-1.41-.24-.44.33-.55.92-.23,1.37,0,0,.01.04,0,.15-.03.38-.29.76-.69,1.02-.39.25-.84.32-1.19.19-.76-.28-1.26-1.21-1.66-2.08-.17-.38-.33-.76-.49-1.14-.54-1.27-1.11-2.57-1.94-3.74,2.57-.34,4.88-.44,7.03-.29,5.99.42,12.05,2.95,16.95,7.03-.22-.15-.46-.29-.7-.39-2.69-1.1-5.21.85-7.04,2.27l-.49.38c-.14.11-.29.23-.44.35-1.04.83-1.64,1.21-2.08.92-.33-.22-.54-.68-.56-1.19-.01-.5.16-1.08.5-1.72.26-.49.08-1.09-.4-1.36s-1.09-.08-1.36.4c-.51.94-.76,1.86-.75,2.72.03,1.17.57,2.23,1.45,2.81,1.74,1.16,3.43-.21,4.44-1.02.14-.11.27-.22.4-.32l.5-.39c1.53-1.19,3.44-2.66,5.06-2,.68.28,1.26,1.03,1.5,1.96.46,1.8.17,4.27-1.27,5.31-.45.32-.55.95-.23,1.4.2.27.5.42.81.42.2,0,.41-.06.58-.19,2.18-1.58,2.68-4.93,2.04-7.43-.23-.9-.67-1.69-1.24-2.3.37.33.74.67,1.1,1.02,6.13,5.97,9.83,13.28,9.88,19.54.02,2.87-.52,9.85-6.1,12.61ZM72.59,90.24l-7.19.88c-.55.07-.94.57-.87,1.11.06.51.49.88.99.88.04,0,.08,0,.12,0l7.19-.88c.55-.07.94-.57.87-1.11-.07-.55-.56-.94-1.11-.87ZM76.83,110.02c-.81-.73-1.84-1.21-3.24-1.48-2.62-.52-6.11-.07-8.05,2.77-.89,1.31-1.29,2.92-1.57,4.33-.81,4.16.9,6.04,1.99,6.78.94.64,2.14.96,3.43.96,1.7,0,3.57-.54,5.23-1.59,3.04-1.92,4.56-4.93,4.06-8.07-.24-1.5-.9-2.81-1.88-3.69ZM67.2,112.43c.68-1,1.67-1.58,2.73-1.86.1,1.47.22,3.09.31,4.72l-4.27.59c.23-1.17.56-2.48,1.23-3.45ZM67.1,120.76c-.85-.58-1.2-1.5-1.3-2.48,0,0,0,0,.01,0,.38,0,.74-.18.95-.5l3.57-.49c.06,1.37.1,2.7.09,3.9,0,.03.01.06.02.08-1.3.21-2.51.06-3.35-.51ZM73.57,120.09c-.37.23-.75.42-1.14.6,0-1.15-.04-2.39-.1-3.66l4.21-.58c-.44,1.41-1.46,2.69-2.97,3.64ZM72.22,115.02c-.09-1.61-.21-3.21-.31-4.66.44.01.88.06,1.28.14,1.03.2,1.75.52,2.28,1,.63.57,1.08,1.49,1.24,2.52.02.12.02.25.03.37l-4.53.62ZM57.41,102.65c-.12-1.81-1.72-3-3.19-3.1-1.38-.1-2.62.54-3.62,1.04l-2.32,1.16c-.49.25-.69.85-.45,1.34.25.49.85.69,1.34.45l2.32-1.16c.83-.42,1.78-.88,2.59-.83.6.04,1.28.52,1.33,1.23.05.76-.57,1.54-1.16,2.22-.59.68-1.48,1.75-2.38,2.82-.89,1.07-1.79,2.14-2.37,2.81-.36.42-.31,1.05.1,1.41.19.16.42.24.65.24.28,0,.56-.12.76-.35.59-.68,1.49-1.76,2.39-2.84.89-1.06,1.77-2.12,2.36-2.8.61-.71,1.75-2.02,1.64-3.66ZM11.05,25.57c.3,0,.59-.13.79-.39.34-.44.26-1.06-.18-1.4L1.61,15.99c-.43-.34-1.06-.26-1.4.18-.34.44-.26,1.06.18,1.4l10.06,7.79c.18.14.4.21.61.21ZM34.61,100.46c.01-.65-.33-.97-.53-1.1-.32-.21-.79-.21-1.12-.01-.33.2-.56.65-.53,1.03.02.17.08.33.17.48-.04,6.79,1.45,13.6,4.32,19.73.17.36.53.58.91.58.14,0,.29-.03.42-.09.5-.23.72-.83.48-1.33-2.8-5.98-4.23-12.65-4.13-19.28ZM27.66,112.14c-1.04-2.96-1.58-6.19-1.57-9.32,0-.55-.44-1-1-1h0c-.55,0-1,.44-1,1-.01,3.36.57,6.82,1.68,9.99.16.46.33.92.5,1.37.52,1.38,1.01,2.68,1.18,4.04.06.51.49.88.99.88.04,0,.08,0,.12,0,.55-.07.94-.57.87-1.12-.2-1.6-.75-3.07-1.29-4.5-.17-.44-.33-.88-.49-1.33ZM56.04,111.54c-.55.02-.98.49-.96,1.04.19,4.32.46,7.89.85,11.24.06.51.49.88.99.88.04,0,.08,0,.12,0,.55-.06.94-.56.88-1.11-.38-3.3-.65-6.82-.84-11.09-.02-.55-.49-.98-1.04-.96ZM16.6,13.34c.15.4.53.65.94.65.12,0,.23-.02.35-.06.52-.19.78-.77.59-1.29l-3.48-9.33c-.19-.52-.77-.78-1.29-.59-.52.19-.78.77-.59,1.29l3.48,9.33ZM59.64,107.32c-.5-.25-1.1-.04-1.34.46-.24.5-.04,1.09.46,1.34.99.49,1.54.95,2.28,1.89.2.25.49.39.79.39.21,0,.43-.07.61-.21.44-.34.52-.97.18-1.4-.92-1.19-1.7-1.84-2.98-2.46ZM29.53,12.77c0,.55.43,1.01.99,1.01h.01c.55,0,.99-.44,1-.99.03-2.4-.07-4.21-.17-5.96-.1-1.71-.19-3.49-.16-5.82,0-.55-.43-1.01-.99-1.01h-.01c-.55,0-.99.44-1,.99-.03,2.4.07,4.21.17,5.96.1,1.71.19,3.49.16,5.82ZM54.45,96.23c.17.12.37.17.56.17.32,0,.64-.15.83-.44.31-.46.19-1.08-.27-1.39-.31-.21-.95-.79-1.46-1.26-.38-.35-.73-.66-.94-.83-.43-.34-1.06-.27-1.41.16-.34.43-.27,1.06.16,1.41.19.15.5.43.84.74.62.56,1.26,1.14,1.69,1.43ZM69.12,96.35c-1.77.47-3.19,1.74-3.72,3.32-.5,1.49-.24,3.05.72,4.28.91,1.18,2.31,1.85,3.79,1.85.12,0,.24,0,.36-.01,2.15-.16,3.95-1.73,4.47-3.9.32-1.32.07-2.77-.67-3.88-.2-.3-.43-.57-.69-.8-1.1-.98-2.66-1.29-4.26-.86ZM72.8,101.43c-.32,1.32-1.39,2.28-2.67,2.37-.95.07-1.86-.33-2.43-1.07-.32-.41-.79-1.26-.4-2.42.31-.93,1.23-1.73,2.34-2.02.3-.08.59-.12.87-.12.61,0,1.15.19,1.55.54.13.12.25.25.35.41h0c.43.65.58,1.53.39,2.31ZM80.37,58.38c-.93-.68-2.01-.9-2.95-.62-.53.16-.83.72-.66,1.25.16.53.72.83,1.25.66.33-.1.78.02,1.19.32.42.31.82.78,1.26,1.5.54.89.81,1.63.84,2.3.04,1.03-.48,1.95-.93,2.53-.34.44-.25,1.07.19,1.4.18.14.4.21.61.21.3,0,.6-.13.79-.39.65-.85,1.41-2.2,1.34-3.83-.04-1.03-.4-2.06-1.13-3.26-.58-.95-1.15-1.61-1.79-2.08ZM76.08,63.75c.18.44.29.92.32,1.39.03.53.47.94,1,.94.02,0,.04,0,.06,0,.55-.04.97-.51.93-1.06-.06-.87-.29-1.74-.69-2.51-.21-.42-.73-.78-1.29-.67-.44.09-.81.51-.85.96-.03.4.18.76.5.95ZM65.83,49.22c-1.8,1.51-2.42,3.71-1.64,5.88.75,2.09,2.69,3.34,5.14,3.34.19,0,.39,0,.59-.02,1.39-.11,2.57-.67,3.32-1.59,2-2.41,1.72-5.5-.67-7.51-2.05-1.72-4.77-1.76-6.75-.1ZM71.72,55.55c-.41.49-1.1.8-1.94.87-.68.05-2.95.07-3.69-2-.49-1.37-.11-2.7,1.04-3.67.6-.5,1.29-.75,2-.75.75,0,1.51.28,2.18.85,1.23,1.03,1.99,2.81.42,4.7ZM86.14,55.36c-.41-.38-1.17-1.09-2.21-.83-.54.13-.9.68-.77,1.21.13.54.64.86,1.17.73.11.03.36.27.45.35,1.49,1.38,2.54,2.98,3.03,4.62.51,1.69.35,3.64-.39,4.98-.47.84-1.12,1.37-1.93,1.58-.53.14-.85.69-.71,1.22.12.45.52.75.97.75.08,0,.17-.01.26-.03,1.34-.35,2.44-1.23,3.17-2.54,1.02-1.81,1.23-4.32.56-6.53-.59-1.97-1.83-3.88-3.58-5.5ZM102.66,66.15c-2.71-7.47-5.51-15.19-9.92-21.77-5.7-8.5-15.52-19.09-29.95-21.24-12.28-1.82-25.83,3.1-35.35,12.86-8.58,8.79-14.87,22.45-17.27,37.48-2.29,14.37-1.3,28.58,2.77,40.01,5.12,14.35,17.76,22.94,36.56,24.82,2.6.26,5.2.37,7.74.37,4.78,0,9.38-.37,13.5-.78,14.33-1.42,32.63-6.51,38.46-22.69,5.14-14.27.57-30.12-4.59-43.75-.66-1.76-1.31-3.53-1.96-5.32ZM107.32,114.53c-5.48,15.2-23.02,20.02-36.78,21.38-6.21.62-13.54,1.15-20.84.41-18.23-1.83-29.97-9.74-34.88-23.51-3.96-11.12-4.92-24.97-2.68-39.02,2.33-14.63,8.42-27.89,16.72-36.4,7.84-8.03,18.5-12.64,28.77-12.64,1.63,0,3.26.12,4.86.35,13.71,2.04,23.11,12.2,28.58,20.37,4.27,6.38,7.03,13.98,9.7,21.33.65,1.79,1.3,3.58,1.97,5.34,5.02,13.28,9.5,28.7,4.58,42.36ZM100.48,91.58c-.54.11-.89.64-.77,1.18,1.06,5.07,1.41,10.24,1.03,15.35-.04.55.37,1.03.92,1.07.03,0,.05,0,.08,0,.52,0,.96-.4,1-.93.4-5.3.04-10.66-1.07-15.91-.11-.54-.65-.89-1.18-.77ZM63.49,63.37c-.14.03-.27.06-.39.07-.64.05-1.52.32-2.55.64-.77.24-1.56.48-2.17.6-.27.05-1.22.09-1.98.13-1.57.07-2.56.12-3.05.26-.06.02-.14.03-.22.05-.59.11-1.98.38-2.3,1.8-.1.44-.05.93.15,1.45.42,1.08,1.04,2.06,1.79,2.83,1.3,1.35,2.96,2.03,4.94,2.03.24,0,.49-.01.74-.03,1.39-.11,2.67-.58,3.8-1.38,1.4-1,2.59-2.55,3.45-4.49l.08-.19c.39-.87,1.12-2.49-.07-3.46-.76-.62-1.67-.42-2.22-.3ZM63.96,66.31l-.09.21c-.71,1.61-1.67,2.88-2.77,3.67-.83.59-1.77.93-2.8,1.01-1.71.14-3.04-.32-4.07-1.39-.56-.58-1.04-1.35-1.36-2.18-.06-.16-.07-.25-.07-.27h0c.03-.13.37-.21.72-.28.14-.03.27-.05.38-.08.31-.09,1.75-.15,2.6-.19,1.15-.05,1.88-.09,2.27-.16.72-.14,1.57-.4,2.38-.66.79-.25,1.69-.52,2.1-.55.21-.02.44-.06.67-.11.13-.03.32-.07.44-.09-.05.31-.29.85-.4,1.08ZM87.88,49c-3.88-4.94-7.78-8.48-11.83-10.77-.59-1.58-1.63-2.99-2.93-3.89-2.55-1.76-5.71-1.58-7.89.33-2.9-.56-6.13-.98-9.36-.75-3.13.22-6.37,1.03-10.17,2.55-2.39.95-4.59,2.05-6.64,3.26-.56-.27-1.16-.5-1.79-.63-1.54-.33-3.06.06-4.07,1.06-.8.79-1.31,1.97-1.53,3.51-.08.58-.11,1.18-.1,1.78-1.49,1.47-2.83,3.03-3.99,4.71-4.87,7.04-6.62,16.25-4.57,24.04.56,2.12,1.39,4.21,2.49,6.24,1.5,2.77,3.15,4.73,5.04,5.97,1.77,1.17,3.81,1.75,6.07,1.75,2.56,0,5.4-.75,8.44-2.25,1.12-.56,2.24-1.17,3.33-1.77,3.09-1.7,6-3.31,9.24-3.72,2.19-.27,4.52.04,6.78.34l.32.04c4.43.59,9.15,1.12,13.82.54,5.2-.65,9.63-2.67,12.8-5.84h0c3.09-3.09,3.72-8.89,2.98-13.27-.73-4.35-2.83-8.68-6.4-13.23ZM71.99,35.99c.27.19.52.41.76.66-.05-.02-.1-.05-.15-.06-1.47-.56-2.96-.95-4.39-1.28,1.23-.34,2.6-.13,3.78.69ZM34.59,41.58c.52-.52,1.36-.71,2.24-.52.02,0,.05.02.07.02-1.12.75-2.18,1.55-3.18,2.39.18-.84.47-1.5.87-1.89ZM89.89,74.08h0c-3.61,3.61-8.32,4.86-11.64,5.27-1.87.23-3.77.27-5.66.2.09-.21.12-.44.05-.67-.4-1.36-1.21-2.74-1.69-3.56-.14-.23-.25-.42-.3-.53-.24-.5-.84-.7-1.34-.46-.5.24-.7.84-.46,1.34.07.15.21.38.38.67.44.74,1.17,1.98,1.49,3.11,0,0,0,0,0,0-1.4-.1-2.8-.25-4.17-.42-.21-1.19-.53-2.07-.86-3l-.21-.58c-.18-.52-.75-.8-1.28-.61-.52.18-.79.75-.61,1.28l.21.59c.25.7.48,1.32.65,2.05-1.61-.22-3.25-.42-4.91-.44.07-.15.11-.32.1-.5-.05-.51-.07-.76-.08-1.01-.02-.27-.03-.53-.09-1.08-.05-.55-.53-.96-1.09-.9-.55.05-.95.54-.9,1.09.05.51.07.76.08,1.01.02.27.03.53.09,1.08.01.14.06.26.12.38-.15.01-.29.02-.44.04-1.65.21-3.22.7-4.74,1.33.05-.59.2-1.19.37-1.83.07-.26.14-.53.2-.79.12-.54-.21-1.08-.75-1.2-.54-.12-1.08.21-1.2.75-.06.24-.12.49-.18.74-.21.8-.42,1.63-.45,2.51,0,.24.08.46.22.64-1.16.57-2.29,1.19-3.41,1.81-1.06.59-2.16,1.19-3.25,1.73-3.51,1.73-8.54,3.25-12.52.62-1.61-1.06-3.04-2.78-4.38-5.25-1.02-1.88-1.8-3.83-2.31-5.79-1.9-7.25-.26-15.83,4.28-22.4.79-1.14,1.68-2.22,2.63-3.26.33,1.48.91,2.9,1.73,4.13.19.29.51.44.83.44.19,0,.38-.05.56-.17.46-.31.58-.93.27-1.39-.93-1.39-1.49-3.07-1.65-4.78,1.64-1.53,3.46-2.94,5.49-4.21.63.41,1.26.91,1.86,1.51.41.42.8.91,1.21,1.44.66.85,1.35,1.74,2.24,2.39.43.31.92.55,1.55.76,1.27.41,2.41.44,3.37.08,2.24-.85,3.19-4.06,2.65-6.41-.12-.54-.66-.87-1.2-.75-.54.13-.87.66-.75,1.2.34,1.47-.24,3.64-1.41,4.09-.52.2-1.21.16-2.04-.11-.42-.14-.74-.29-.99-.47-.66-.48-1.23-1.22-1.83-2-.43-.55-.87-1.12-1.37-1.62-.39-.39-.86-.82-1.39-1.23,1.71-.95,3.53-1.82,5.47-2.59,3.61-1.44,6.65-2.2,9.57-2.41.56-.04,1.12-.06,1.68-.06,2.09,0,4.17.26,6.14.6-.73,1.41-1,3.16-1.25,4.74-.06.41-.12.8-.19,1.17-.73,4.11-1.94,3.99-2.34,3.96-1.1-.11-1.83-.76-2.26-1.29-.76-.95-1.14-2.27-.99-3.46.07-.55-.32-1.05-.87-1.11-.55-.07-1.05.32-1.11.87-.21,1.73.32,3.59,1.42,4.96.94,1.17,2.23,1.89,3.62,2.03.12.01.24.02.36.02,3.14,0,3.89-4.2,4.14-5.61.07-.39.13-.8.2-1.22.25-1.66.55-3.53,1.37-4.65.26.05.54.11.8.16,1.67.36,3.45.78,5.17,1.43.83.32,1.67.72,2.5,1.16.02.08.06.16.07.24.16.76.19,1.56.2,2.24.02,1.69-.1,3.03-.38,4.22-.13.54.21,1.08.75,1.2.53.13,1.08-.21,1.2-.75.31-1.35.45-2.84.43-4.69,0-.35-.02-.74-.04-1.14,3.28,2.17,6.53,5.27,9.7,9.3,3.36,4.28,5.32,8.31,6,12.32.63,3.75.14,8.95-2.42,11.52ZM77.25,74.19c-.16-.19-.34-.41-.57-.69-.34-.43-.97-.51-1.4-.17-.43.34-.51.97-.17,1.4.24.31.44.54.61.74.36.43.58.69.98,1.36.19.31.52.49.86.49.17,0,.35-.04.51-.14.47-.28.63-.9.35-1.37-.48-.81-.78-1.17-1.17-1.63ZM31,72.64c-1.87-.37-3.04-3.68-2.66-6.03.38-2.31,1.75-3.65,4.58-4.46l.63.09.72-1.2-.82-1.09-.65.17c-2.43.63-5.74,1.95-6.43,6.18-.48,2.95.93,7.65,4.24,8.31.07.01.13.02.2.02.47,0,.88-.33.98-.8.11-.54-.24-1.07-.79-1.18ZM53.13,61.49c.5.23,1.09.01,1.33-.48.04-.09.09-.18.14-.27.56.59,1.49,1.4,2.76,1.4.13,0,.26,0,.4-.03,1.39-.18,2.2-1.15,2.66-1.78.17.12.35.27.51.41.42.36,1.05.31,1.41-.11.36-.42.31-1.05-.11-1.41-.23-.19-1.01-.85-1.55-1.06-.88-.36-1.45.42-1.76.84-.43.59-.81,1.05-1.42,1.13-.63.08-1.15-.44-1.68-1.02-.35-.39-.75-.83-1.39-.73-.9.14-1.51,1.18-1.79,1.79-.23.5-.01,1.09.49,1.33ZM40.2,68.88c.3-.47.16-1.08-.3-1.38-.47-.3-1.08-.16-1.38.31-.47.74-.74,1.65-.77,2.56-.01.55.42,1.01.97,1.03,0,0,.02,0,.03,0,.54,0,.98-.43,1-.97.01-.56.18-1.11.46-1.55ZM90.45,90.48c-.53.15-.84.7-.7,1.23,1.91,6.93,2.54,14.34,1.81,21.41-.06.55.34,1.04.89,1.1.03,0,.07,0,.1,0,.51,0,.94-.38.99-.9.75-7.32.1-14.98-1.87-22.15-.15-.53-.7-.85-1.23-.7ZM39.03,64.8c.2-.52-.07-1.09-.58-1.29-1.21-.46-2.47-.44-3.55.04-1.17.53-2.08,1.61-2.41,2.89-.32,1.25-.09,2.55.17,3.67.23.94.62,2.09,1.64,2.6.14.07.3.11.45.11.37,0,.72-.2.89-.55.25-.49.05-1.09-.44-1.34-.12-.06-.36-.31-.59-1.28-.21-.87-.39-1.88-.18-2.7.18-.69.67-1.29,1.29-1.56.59-.26,1.33-.26,2.03,0,.51.2,1.09-.06,1.29-.58ZM40.85,77.34c-1.84,2.2-1.26,4.47-1.24,4.56.12.45.52.74.96.74.08,0,.17-.01.25-.03.53-.13.85-.68.73-1.21-.01-.06-.32-1.4.83-2.77.35-.42.3-1.05-.12-1.41-.42-.35-1.05-.3-1.41.12ZM44.33,50.63c-1.69.11-3.39,1.1-4.44,2.59-.94,1.34-1.24,2.93-.83,4.36.61,2.12,2.67,3.54,4.95,3.54.26,0,.52-.02.78-.05l.4-.05c.82-.11,1.2-.17,2.16-.74,2.71-1.6,3.09-4.08,2.54-5.87-.74-2.39-3.04-3.94-5.57-3.78ZM46.34,58.56c-.65.38-.75.4-1.4.48l-.42.06c-1.36.19-3.07-.46-3.53-2.06-.34-1.16.19-2.16.54-2.66.71-1.01,1.83-1.68,2.93-1.75,1.87-.13,3.15,1.14,3.53,2.37.43,1.39-.17,2.69-1.64,3.56ZM47.01,76.75c-.53-.15-1.08.16-1.24.68l-.15.5c-.19.63-.24.81-.36,1.76-.07.55.32,1.05.86,1.12.04,0,.09,0,.13,0,.5,0,.93-.37.99-.87.11-.82.13-.91.29-1.45l.15-.51c.15-.53-.15-1.08-.68-1.24Z"/></svg>');
	--area-pict-01: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 87.77 69.6"><path fill="white" d="M33.41,53.15c.08,0,.17-.02.26-.05.2-.08.34-.26.39-.47.04-.04.08-.09.11-.14.19-.31.09-.71-.22-.9-.21-.13-.46-.15-.7-.05-.25.1-.43.32-.49.58-.07.3.04.55.08.67.1.24.32.36.56.36ZM46.81,52.92c.1,0,.21-.02.3-.08.2-.1.33-.3.35-.51.09-.19.08-.42-.03-.61-.19-.31-.59-.42-.9-.23-.37.22-.5.69-.3,1.07.12.22.35.35.58.35ZM36.86,52.79l-.4-.53.46.46c.26-.26.26-.67,0-.93-.26-.26-.67-.26-.93,0l-.13.14.46.46.53.39ZM26.35,53.3c.07.02.13.03.2.03.28,0,.54-.18.63-.46l.13-.41c.11-.35-.09-.71-.43-.82-.35-.11-.71.09-.82.43l-.13.4c-.11.35.08.71.43.82ZM87.08,62.51c-.17-.77-.33-1.49-.35-1.84l-.02-.35c-.04-.84-.09-1.71-.49-2.52-.65-1.31-1.77-1.45-2.74-1.49l.07-2.32c.56,0,1.11,0,1.67-.02.51-.01.77-.32.84-.62.08-.33-.07-.75-.56-.95-1.08-.44-1.78-.74-2.47-1.54-.09-.11-.18-.23-.27-.34-.18-.23-.37-.47-.61-.7l-.23-.43-.52.15c-1.28.02-2.57.05-3.85.07.03-.29.03-.58.03-.85,0-.91,0-1.85-.08-2.79.65-.32,1.13-.82,1.08-1.6-.04-.51-.22-.88-.55-1.11-.55-.39-1.24-.2-1.8-.05-.17.05-.34.1-.49.11-1,.12-2.09.18-3.26-.23-.73-.25-1.35-.5-1.7-.95-.46-.6-.97-1.22-1.61-1.61-.13-.08-.27-.13-.41-.18l-.04-2.46c.91-.12,1.82-.27,2.73-.46,1.16-.24,1.94-.67,2.61-1.43.24-.28.57-.9.64-1.29.1-.56-.16-1.12-.63-1.37-.76-.4-1.48.19-1.75.41-.5.41-1.36.72-2.53.93-.65.11-1.27.03-2.08-.28-1.22-.47-2.38-1.19-3.5-1.89l-.19-.12c-.05-.03-.12-.07-.18-.1.19-1.1.29-2.22.31-3.34.96-.25,1.79-.58,2.48-1.02.57-.36.93-.9.99-1.48.03-.33-.09-.54-.21-.66-.13-.14-.36-.29-.73-.23-1.97.26-4.2.31-5.74-1.4-.09-.1-.23-.22-.39-.35-.09-.07-.23-.19-.28-.25,0-.01,0-.02,0-.04.02-.76,0-1.54-.02-2.31.44-.07.88-.16,1.32-.31.26-.09.58-.19.87-.41.36-.27.57-.63.76-.98.05-.11.15-.3.15-.54,0-.48-.24-.72-.39-.83-.48-.34-1.11-.12-1.44,0h0c-.07.02-.12.04-.15.05-.53.13-1.01-.04-1.59-.57-.32-.29-.52-.65-.55-.97,0-.12-.04-.48-.37-.7-.19-.13-.42-.19-.67-.22-.06-.28-.11-.57-.12-.85.04-.09.05-.19.05-.28.22-.09.43-.2.64-.35l1.57-1.07c.25-.17.63-.43.81-.88.13-.33.11-.72-.06-1.03-.15-.28-.41-.47-.7-.53l-.44-.09-.24.38c-.14.22-.38.28-.55.3-.38.04-.79-.11-1.04-.37-.58-.61-.62-1.6-.55-2.33.03-.36.09-.72.15-1.09.1-.64.21-1.31.19-2-.02-.58-.21-1-.57-1.24-.03-.02-.06-.03-.09-.05.26-1.4-.62-2.79-.93-3.21-.44-.61-.92-.94-1.46-1.04-.44-.08-.92.06-1.26.36-.3.26-.46.63-.45,1,.02.54.37.9.68,1.2l-.22.03c-.13.02-.38.05-.59.24-.25.22-.35.57-.28.96.03.17.1.33.18.47-2.59.14-5.19.33-7.77.55.27-.71.16-1.33-.33-1.7-.23-.17-.5-.24-.71-.29.19-.55.14-1.11.09-1.57-.01-.14-.04-.47-.32-.71-.17-.15-.47-.3-.95-.18-1.26.33-2.22,1.51-2.29,2.81-.04.74.22,1.46.67,2.04-.27.06-.57.17-.81.43-.28.3-.37.75-.24,1.15.08.24.23.42.43.54.69,1.04.76,2.18.21,3.25-.57,1.11-1.98,1.74-3.07,1.37-.15-.05-.91-.27-1.41.13-.24.19-.35.48-.31.8.04.32.24.53.31.6.9.97,2.28,1.48,3.78,1.74-.03.35-.03.7,0,1.05-.46.04-.91.2-1.17.64-.1.17-.14.33-.17.47-.16.63-.59,1.4-1.33,1.65-.32.11-.7.12-1.09.13-.19,0-.37.01-.56.03-.16.01-.52.04-.81.3-.32.29-.43.67-.31,1.03.32,1,2.37,1.3,2.39,1.3.01,0,.03,0,.04,0v2.11s.02.08.02.12c-.4.27-.61.62-.77.91-.1.19-.19.35-.31.47-1.08,1.04-2.53,1.42-4.56,1.21-.49-.05-.91.22-1,.64-.05.22,0,.41.03.5.51,1.6,2.46,1.85,3.74,2.01h.04c.07.5.15,1.02.23,1.55.1.64.2,1.28.28,1.9-.21.09-.4.2-.59.32-1.12.71-2.31,1.3-3.54,1.78-.64.25-1.4.5-2.15.52-.72.02-1.38-.18-1.83-.59-.15-.13-.4-.36-.78-.37-.26-.04-.51.09-.7.28-.21.21-.33.49-.33.79,0,.42.22.74.38.95,1.09,1.37,2.84,1.75,4.63,1.9l.02,2.11c-.1.08-.18.16-.23.23-1.54,1.98-5.21,2.84-7.85,2.54-.22-.03-.77-.05-1.15.29-.2.18-.3.43-.29.7.01.43.32.7.42.79.92.8,2.2,1.24,3.54,1.51.09,1.06.13,2.13.12,3.19-3.12.06-6.26.15-9.37.27-1.73.07-3.45.15-5.18.24-.17.01-.36,0-.56-.01-.55-.02-1.18-.06-1.71.21-.42.21-.69.57-.93.88-.12.16-.24.32-.35.41-.08.07-.27.19-.51.35-1.43.96-2.16,1.49-1.89,2.2.15.39.47.56,1.21.56.13,0,.28,0,.44-.02v1.19c-1.25.06-2.47.33-3.04,1.28-.72,1.19-1.02,2.45-1.31,3.68-.14.6-.29,1.22-.49,1.83-.61,1.86-1.12,3.69-.67,5.55l.07.31.29.13c.5.23,1.07.3,1.64.3.46,0,.92-.04,1.35-.08.29-.03.57-.05.81-.06l20.14-.69c1-.03,2.02.02,3.02.08,1.17.06,2.37.13,3.57.05,1.74-.11,3.55-.08,5.3-.06.54,0,1.08.01,1.61.02h1.67c4.3.04,8.76.08,13.14.02,1.54-.01,3.1.03,4.61.08,1.99.06,4.04.13,6.08.04l1.64-.07c2.92-.13,5.95-.26,8.9-.1l1.6.09c1.69.1,3.38.19,5.07.25,1.12.04,2.23.07,3.35.07.16,0,.38.02.61.04.78.07,1.65.16,2.21-.16,1.39-.78.94-3.34.21-6.62ZM85.04,58.38c.28.57.32,1.26.36,2-.15-.04-.29-.06-.41-.09l-2.48-.46c0-.34-.08-.65-.14-.92-.08-.29-.12-.64-.17-.99-.02-.12-.04-.23-.05-.35.19,0,.39,0,.58.02h.45c1.02.04,1.52.08,1.87.79ZM56.13,59c-.11-.07-.2-.61-.23-.83-.05-.34-.11-.69-.25-.98-.57-1.18-1.87-1.04-2.73-.94-.19.02-.38.04-.54.05l-1.48.04v-.1c.1-2.01-.08-4.06-.25-6.05l-.03-.31c.52-.15.94-.47,1.27-.72.74-.56,1.52-1.15,2.27-1.79.02,0,.04.01.05.01.01,0,.02,0,.04,0l6.74-.37s.03,0,.04-.01l.76.56c.6.44,1.34.99,2.24,1.14,0,0,.02,0,.03,0,.01.02.02.05.04.07l-.34,7.45c-.16.03-.33.04-.49.07-.32.07-.6.18-.83.35-.58.43-.74,1.07-.89,1.64-.04.17-.09.36-.16.56l-5.27.15ZM61.07,60.18c-.39,1.36-.85,2.7-1.41,4.02l-1.27.08c-.11,0-.33.02-.39-.02-.08-.04-.19-.29-.23-.37-.52-1.15-.92-2.35-1.25-3.57l4.54-.14ZM44.22,52.01c0-.3-.19-.57-.49-.64-.35-.1-.71.12-.8.47-.1.39.04.81.35,1.07.08.06.16.1.25.12l-2.36.06c.1-.57.17-1.15.19-1.73l8.06-.08c.05.54.08,1.07.12,1.61l-5.67.14c.13-.03.25-.09.34-.2.2-.24.2-.58.02-.81ZM30.85,50.15c-1.67.02-3.35.03-5.02.06,0-.98-.03-1.96-.11-2.95.77.1,1.52.16,2.19.21l.75.06c1.83.16,3.67.2,5.48.2.89,0,1.78-.01,2.64-.02,4.05-.06,8.13-.19,12.17-.36-.27.24-.52.56-.57,1-.04.4.1.79.39,1.09.14.15.32.26.51.35v.16s-18.44.18-18.44.18ZM40.04,51.37c-.03.59-.09,1.17-.21,1.75l-9.22.22c.09-.57.22-1.13.4-1.68.02-.07.02-.14.02-.2l9-.09ZM42.37,46.27l.49-2.79c.06-.36-.18-.7-.53-.76-.35-.07-.7.18-.76.53l-.5,2.87c-.01.06,0,.12,0,.18-1.01.03-2.01.05-3.02.07l.73-1.82c.13-.34-.03-.72-.37-.85-.33-.13-.72.03-.85.37l-.88,2.2s-.03.09-.05.14c-.98.01-1.98.02-2.99.02.66-1.06,1.3-2.15,1.89-3.25.17-.32.05-.72-.27-.89-.05-.03-.1-.03-.15-.05,6.49-.14,13.16-.26,19.76-.21-.07.1-.15.2-.22.29-.46.64-.9,1.24-1.43,1.77-.7.7-1.46,1.34-2.26,1.92-.06-.02-.12-.04-.19-.04-2.79.13-5.6.22-8.41.3ZM40.93,32.61c.33.25.8.33,1.37.33,0,0,.02,0,.03,0,0,.04.02.08.02.13l-6.21.05c-.08-.63-.17-1.28-.28-1.93-.07-.4-.13-.79-.18-1.17,1.4.15,2.7.23,3.98.23.7,0,1.39-.02,2.1-.07-.12.07-.23.16-.36.23-.35.2-.94.63-.97,1.25-.01.21.04.62.49.95ZM41.96,31.62s.07-.04.11-.07c1.77-1.02,3.35-2.32,4.71-3.88.68-.78,1.3-1.63,1.84-2.53.07-.11.14-.25.22-.4.21-.38.59-1.09.88-1.13.17-.02.38.18.56.42,0,0,0,0,0,.01-.04.32.17.6.47.69l.06.1c.55.92,1.12,1.69,1.79,2.42.6.66,1.26,1.28,1.94,1.88.05.31.3.55.62.56,0,0,.01,0,.02,0,.02.01.03.03.05.05.51.41,1.06.74,1.59,1.05.23.14.46.27.68.41h-1.36c-1.56-.64-2.84-2.11-4.07-3.54-.5-.58-1.01-1.17-1.54-1.7-.1-.1-.27-.28-.54-.35-.31-.09-.91-.11-1.43.79-1.35,2.37-3.21,4.19-5.24,5.12-.02.01-.04.03-.06.04-.45.05-.96.09-1.3.05ZM47.95,23.64c-3.15.23-6.34.31-9.49.3v-1.81s.01-.08.02-.12c1.69.14,3.46.21,5.36.21s3.78-.06,5.91-.19c1.26-.08,2.5-.17,3.69-.27.07.02.13.03.21.03.08,0,.15-.01.23-.04.02,0,.04-.02.05-.03.73-.06,1.45-.12,2.11-.19.56-.05,1.11-.07,1.66-.08.39-.01.79-.03,1.19-.06.02.03.02.06.04.09.02.6.02,1.2.01,1.79-1.06,0-2.13.06-3.16.14-1.47.11-2.86.2-4.25.1-.43-.64-1.07-1.34-1.99-1.2-.75.1-1.24.73-1.59,1.34ZM58.3,30.16c-.26-.17-.54-.33-.81-.49,0,0,0,0,0,0,1.7-.05,3.4-.16,5.08-.4.08-.01.15-.03.23-.04-.03.97-.12,1.94-.28,2.89l-4.97.58v-.17s.72,0,.72,0c.78,0,1.05-.37,1.13-.66.21-.71-.6-1.37-1.11-1.69ZM52.88,30.49c.27.26.54.51.83.75-2.52.02-5.09.05-7.65.12.33-.26.66-.54.97-.84,1.73-.09,4-.11,5.85-.04ZM48.27,29.16c.52-.65,1.01-1.35,1.44-2.11,0-.01.01-.02.02-.04.45.46.89.97,1.35,1.51.18.21.36.41.54.62-1.11-.02-2.27-.01-3.35.02ZM43.81,37.92c.14-.4.11-.79.08-1.11,0-.08-.02-.17-.02-.25l-.08-2.02c-.02-.47-.04-.93-.09-1.4-.01-.1-.03-.2-.05-.31.14-.02.28-.03.43-.05.31-.04.58-.08.76-.08,3.2-.11,6.45-.14,9.6-.16l1.8-.02.02,3.06c0,.14.01.3.03.47.02.29.08.9-.08.97-.12.04-.52.03-.74.03-.22,0-.43-.01-.6,0-.68.05-1.36.1-2.04.15-1.55.11-2.92.1-4.37.09-1.02,0-2.07-.01-3.19.03-.36.01-.65.31-.63.68.01.36.3.64.66.64,0,0,.01,0,.02,0,1.11-.04,2.13-.03,3.14-.02,1.48,0,2.87.02,4.47-.1.68-.05,1.37-.1,2.05-.15.13,0,.29,0,.45,0,.39.01.79.02,1.13-.08.01,0,.02,0,.04,0,1.3.05,2.73.09,4.23.09,2.09,0,4.33-.1,6.59-.34l.04,2.18c-.12,0-.24.02-.34.03-.17.02-.33.03-.49.04l-8.65.22s-.05,0-.08.01c-.26-.16-.54-.27-.85-.28-.29.02-.7.1-1.1.49-7.12-.09-14.34.06-21.41.21-.71.01-1.46-.04-2.19-.08-.35-.02-.7-.04-1.05-.05l-.02-1.85c1.53.08,3.08.12,4.66.12.76,0,1.53,0,2.31-.03,1.29-.03,2.58-.09,3.84-.17h.14c.45-.03,1.29-.07,1.62-.96ZM50.23,48.07h0c1.43-.84,2.75-1.87,3.93-3.05.6-.61,1.09-1.28,1.56-1.93.36-.5.7-.96,1.08-1.4.08-.09.15-.14.19-.14h0c.28,0,.85.72,1.13,1.07.19.24.37.46.53.62,1.01,1.03,2.15,1.94,3.37,2.71.52.33,1.07.6,1.6.87l.43.22c.12.06.25.12.39.18.13.06.26.12.38.18-.19.03-.4.04-.56.01-.6-.1-1.15-.51-1.69-.91l-5.84-4.3-.36.65c-1.21,2.19-3.37,3.82-5.28,5.26-.38.29-.72.53-1.04.55-.16,0-.34-.12-.36-.17,0-.08.19-.23.53-.43ZM59.38,45.79l-3.75.21c.55-.57,1.06-1.19,1.5-1.86l2.24,1.65ZM49.88,57.68c.08.05.18.08.28.09.01,0,.02,0,.04,0,.12,0,.24-.04.34-.11l1.88-.05c.2,0,.42-.03.65-.06.86-.09,1.26-.09,1.4.2.06.12.1.39.14.62.06.38.16.92.44,1.34,0,.05,0,.1,0,.15.06.24.12.48.18.72-.79.53-1.63,1-2.5,1.38-1.42.63-2.07.11-3.21-1.22l-.24-.27c-.36-.4-.45-.5-.49-1.05-.02-.32,0-.64,0-.95.01-.25.02-.5.01-.76l1.07-.03ZM62.68,59.36c.02-.08.02-.16.01-.24.05-.17.1-.34.14-.5.12-.47.2-.76.39-.9h0c.08-.06.18-.1.31-.12,1.47-.3,3.11-.28,4.7-.26.28,0,.54,0,.81,0,0,.03,0,.07.01.1l.84,2.45c.08.23.17.49.14.66-.03.17-.21.38-.37.55-.53.58-1.1,1.12-1.7,1.62-.27.22-.57.46-.85.47-.16,0-.38-.06-.66-.14-.67-.21-1.35-.38-2.04-.55l-2.48-.62c.28-.83.53-1.68.74-2.53ZM69.54,56.02c-.43,0-.86,0-1.29,0-1.05-.01-2.11-.01-3.16.06l.09-2,3.32-.1c1.12-.03,2.24-.08,3.36-.06,1.42,0,2.85.03,4.27.05,1.99.03,4.02.04,6.06.04,0,.07.01.14.04.2l-.06,2.06c-.9-.04-1.81-.07-2.71-.09l-1.03-.03c-3.49-.1-6.31-.14-8.88-.13ZM65.41,48.61c.44-.12.83-.35.99-.72.06-.14.14-.42,0-.75.72.04,1.44.06,2.14.06,2.11,0,4.12-.17,6-.52.12-.02.28-.04.46-.07.34-.05.77-.11,1.2-.2.06.78.07,1.58.06,2.38,0,.29-.02.59-.06.86-3.62.07-7.24.15-10.83.26l.06-1.22s-.01-.06-.01-.09ZM67.19,51.18l.13,1.53-2.08.06.07-1.54c.63-.02,1.26-.03,1.88-.05ZM79.11,50.91c.02.42.09.83.27,1.21.11.24.35.38.6.38.09,0,.19-.02.28-.06.33-.15.47-.54.32-.87-.1-.21-.14-.45-.16-.68.3,0,.61-.01.91-.02.14.15.27.31.39.47.1.13.21.26.31.39.35.41.7.72,1.08.97-1.89.02-3.77,0-5.63-.03,0-.08-.01-.16-.04-.24-.11-.29-.2-.6-.26-.91-.07-.36-.42-.58-.77-.52-.36.07-.59.42-.52.77.06.3.15.59.25.88-1.42-.02-2.84-.04-4.27-.05-1.06,0-2.15.03-3.23.06,0,0,0-.01,0-.02l-.13-1.51c.41-.01.82-.02,1.23-.03-.06.04-.12.09-.16.16-.16.24-.21.54-.12.82.09.28.35.46.62.46.07,0,.13-.01.2-.03.29-.09.47-.37.46-.66.1-.27,0-.59-.25-.76,0,0,0,0-.01,0,2.04-.05,4.06-.09,6.1-.13.05.01.1.03.15.03.07,0,.14-.01.2-.03.73-.01,1.46-.03,2.19-.04ZM69.73,42.95c.61.8,1.6,1.14,2.31,1.39,1.42.5,2.69.43,3.85.29.2-.02.44-.08.67-.15.21-.06.6-.16.66-.18,0,0,.02.04.03.17.01.18-.29.53-2.44.83-.2.03-.38.05-.52.08-.32.06-.67.09-1,.14-.09-.11-.16-.24-.2-.37-.1-.35-.46-.56-.81-.46-.35.1-.55.46-.46.81.02.07.06.14.09.21-.48.05-.98.07-1.47.1l-.9-1.78.08-.38-.88-.52-.37.33c-.25.23-.3.59-.14.9l.75,1.49c-.64,0-1.28.01-1.93-.01-.02-.05-.03-.1-.06-.15-.54-.83-.95-1.74-1.23-2.7-.1-.35-.46-.55-.81-.45-.35.1-.55.46-.45.81.24.83.57,1.62.99,2.37-.33-.02-.65-.03-.98-.07-.07,0-.14,0-.21.02l-.11-.06c-.5-.25-1.03-.51-1.49-.8-1.14-.72-2.19-1.57-3.13-2.53-.14-.14-.28-.32-.44-.52,0,0,0,0,0,0l7.49-.19c.19,0,.38-.02.58-.04.49-.04.96-.09,1.27.11.45.27.85.77,1.25,1.29ZM67.21,35.63c1.03.4,1.89.51,2.79.35,1.42-.25,2.44-.64,3.13-1.2.09-.07.16-.12.21-.16-.07.18-.21.43-.29.52-.47.54-1,.83-1.88,1.01-1.72.35-3.47.57-5.21.71-.02-.02-.02-.05-.04-.07-.37-.4-.66-.88-.85-1.39-.12-.34-.5-.52-.84-.4-.34.12-.52.5-.4.84.14.39.34.76.57,1.11-.58.03-1.14.05-1.71.07-.36-.74-.62-1.51-.79-2.32-.07-.36-.42-.58-.78-.51-.35.07-.58.42-.51.78.15.71.39,1.4.67,2.07-.4,0-.79,0-1.18,0-.21-.48-.36-.99-.42-1.51-.04-.36-.38-.61-.73-.58-.36.04-.62.37-.58.73.05.46.17.9.31,1.33-.38,0-.76-.02-1.13-.03.06-.39.03-.78,0-1.06-.01-.13-.02-.26-.02-.37v-1.57s.02,0,.03,0l5.21-.6c.08-.01.21-.03.27-.01.05.01.15.07.23.12l.19.12c1.17.73,2.39,1.48,3.72,2ZM65.62,26.99c-.84.47-1.9.79-3.23.97-.03-.25-.19-.46-.44-.55-.33-.11-.61-.4-.71-.74-.1-.35-.46-.56-.81-.45-.35.1-.55.46-.45.81.12.44.39.83.73,1.13-1.21.12-2.44.19-3.66.22-.33-.65-.58-1.34-.74-2.06-.08-.35-.42-.59-.78-.5-.35.08-.58.43-.5.78.13.58.32,1.14.54,1.69-.7-.6-1.38-1.23-1.99-1.91-.42-.47-.8-.97-1.17-1.51,1.17.02,2.34-.06,3.47-.15,1.15-.09,2.35-.18,3.49-.15.1.1.22.19.33.28.09.08.18.14.24.2,1.61,1.78,3.75,2.06,5.68,1.94ZM54.74,1.66c-.1-.09-.3-.26-.33-.28.02-.03.12-.08.18-.07.18.03.4.21.62.52.48.66.88,1.59.68,2.31-.29.01-.59.03-.88.04-.12-.14-.3-.23-.5-.21-.1.02-.24-.05-.33-.12l1.01-.13.15-.35c.23-.54.03-1.14-.61-1.71ZM42.88,1.79c0,.25,0,.5-.1.72-.06.13-.16.35-.13.63.07.73.77.9,1.07.97.09.02.23.05.22,0,0,.05-.03.24-.19.51-.16.06-.28.2-.36.37-.11.01-.21.02-.32.03-.02,0-.02-.03-.04-.03-.69-.26-1.17-1-1.14-1.73.03-.61.42-1.18.97-1.47ZM38.46,13.4h0c1.43,0,2.86-.84,3.56-2.19.79-1.54.65-3.25-.38-4.71.05,0,.11-.01.18-.02,4.83-.5,9.74-.85,14.6-1.04.03,0,.08,0,.12,0,0,.04.01.09.02.16.02.57-.08,1.14-.18,1.75-.06.39-.13.78-.16,1.17-.13,1.43.18,2.59.9,3.35.42.44,1.02.72,1.64.78l-.77.53c-.34.24-.71.36-1.1.43l-.44-.7c-.47-.74-.95-1.5-1.23-2.3-.25-.72-.35-1.49-.29-2.25.03-.36-.24-.68-.6-.71-.36-.04-.68.24-.71.6-.08.94.05,1.9.36,2.79.33.95.86,1.77,1.36,2.57l.03.05c-.1,0-.21-.01-.32-.02-.33-.02-.67-.03-1.02-.03-1.15-1.53-1.71-3.53-1.5-5.43.04-.36-.22-.69-.58-.73-.37-.04-.69.22-.73.58-.22,1.97.24,3.97,1.27,5.65-.62.04-1.23.09-1.84.13-.05-.88-.09-1.72-.13-2.55-.05-.97-.1-1.94-.15-3-.02-.36-.37-.63-.69-.62-.36.02-.64.33-.62.69.06,1.05.11,2.02.15,2.99.04.83.08,1.68.13,2.57-.75.05-1.48.09-2.19.13.11-1.64.11-3.3-.02-4.93-.03-.36-.35-.64-.71-.6-.36.03-.63.35-.6.71.13,1.63.13,3.27.01,4.9-.75.04-1.66.09-2.62.08.07-.17.14-.33.19-.49.42-1.29.66-2.64.71-4,.01-.36-.27-.67-.63-.68-.4-.03-.67.27-.68.63-.05,1.24-.27,2.46-.65,3.65-.08.25-.18.52-.33.67-.05.05-.08.11-.11.16-1.19-.09-2.35-.29-3.27-.72ZM56.84,15.78c-.1.01-.2.03-.29.04-.18.03-.35.05-.48.06-.89.06-1.77.14-2.66.21l-.36.03c-3.81.32-7.74.65-11.58.26-.04-.32-.04-.64-.02-.96.62.05,1.24.07,1.85.07,1.04,0,2.02-.06,2.85-.1h.24c2.15-.13,4.65-.28,7.11-.46.48-.04.97,0,1.48.02.56.03,1.16.06,1.76,0,.01.28.04.56.09.83ZM36.94,20.5c.32-.02.64-.07.97-.18,1.04-.35,1.88-1.34,2.19-2.62,0-.03.02-.06,0-.05.17-.09.78-.02.99.01l.23.03c3.97.41,8.16.06,11.86-.25l.36-.03c.88-.07,1.76-.15,2.64-.21.16-.01.36-.04.58-.08.28-.04.86-.14,1.18-.1.11.58.44,1.14.93,1.59.87.8,1.75,1.1,2.69.9-.11.06-.27.11-.42.16-1.13.38-2.27.41-3.48.45-.57.02-1.15.04-1.74.09-.59.05-1.21.11-1.85.16-.22-.61-.44-1.23-.49-1.85-.03-.36-.33-.64-.71-.6-.36.03-.63.35-.6.71.05.65.24,1.28.44,1.86-.82.07-1.67.13-2.52.18-.02-.63-.01-1.26.06-1.89.04-.36-.21-.69-.58-.73-.37-.04-.69.21-.73.58-.08.7-.09,1.41-.07,2.12-.74.04-1.46.07-2.16.1.06-.65.09-1.31.07-1.97-.01-.36-.27-.64-.68-.63-.36.01-.65.32-.63.68.02.6,0,1.21-.05,1.82-.02.04-.02.09-.04.14-.7.01-1.39.02-2.06.01.15-.62.28-1.26.37-1.89.05-.36-.2-.69-.56-.74-.36-.04-.69.2-.74.56-.1.69-.24,1.38-.41,2.06-.5-.01-1-.03-1.48-.06.25-.32.47-.66.67-1.02.17-.32.05-.72-.27-.89-.32-.17-.72-.05-.89.27-.3.56-.68,1.07-1.13,1.52,0,0,0,.02-.01.02-.54-.04-1.08-.09-1.61-.15-.07,0-.18-.03-.31-.07ZM34.69,28.58l-.22-.03c-.63-.08-1.47-.19-2.05-.48,1.88-.01,3.42-.51,4.58-1.63.27-.26.43-.55.56-.79.1-.19.17-.31.26-.39,3.1.04,6.22-.05,9.32-.25-.41.63-.86,1.23-1.34,1.8-.42.48-.87.93-1.33,1.35.15-.69.29-1.38.38-2.08.05-.36-.21-.69-.57-.74-.35-.05-.69.21-.74.57-.12.96-.32,1.92-.56,2.85-.75.07-1.49.12-2.22.15.41-.76.67-1.6.75-2.46.04-.36-.23-.68-.59-.72-.37-.04-.68.23-.72.59-.09.92-.42,1.8-.96,2.55-.01.02-.01.04-.03.06-.6,0-1.21-.04-1.84-.08.52-.51.96-1.07,1.37-1.6.22-.29.17-.7-.12-.92-.29-.22-.7-.17-.92.12-.63.82-1.28,1.66-2.12,2.19-.02.01-.03.03-.04.04-.28-.03-.55-.06-.84-.1ZM28.03,37.22c.19.02.38.02.58.02.95-.03,1.83-.33,2.58-.61,1.31-.5,2.58-1.14,3.8-1.92.15-.09.29-.18.42-.22.04-.01.1-.02.15-.02,0,0,0,0,0,0,.02,0,.04,0,.06,0,.02,0,.03-.01.05-.01.09,0,.18,0,.27,0l6.51-.06v.21s.09,2.02.09,2.02c0,.1.01.21.03.32.02.2.04.42-.01.56-.06.04-.29.05-.44.06h-.16s-.04.01-.06.01c0-.32,0-.64.01-.96.02-.36-.25-.67-.62-.69-.33-.03-.67.25-.69.62-.02.36-.01.73-.01,1.09-.39.02-.78.04-1.17.05.08-.22.14-.43.19-.6l.21-.82c.09-.35-.13-.71-.48-.8-.35-.09-.71.12-.8.48l-.21.82c-.06.25-.15.62-.34.76-.09.07-.17.14-.23.22-.47,0-.92,0-1.39,0,.07-.12.15-.24.21-.35l.6-1.01c.19-.31.08-.71-.23-.9-.31-.19-.71-.08-.9.23l-.61,1.01c-.23.38-.46.77-.76,1.03-.55,0-1.08-.03-1.62-.05.18-.19.35-.37.5-.58.2-.3.12-.71-.18-.91-.3-.2-.71-.12-.91.18-.28.42-.66.77-1.1,1.02-.1.05-.17.13-.22.22-.21-.01-.42-.01-.63-.02-.88-.05-1.75-.15-2.51-.38ZM22.62,45.12c2.82.07,6.32-.88,8.09-3.04.5.01,1.01.05,1.52.08.76.05,1.54.1,2.39.08.04,0,.08,0,.12,0-.15.05-.28.16-.37.31-.59,1.09-1.22,2.18-1.88,3.22-.25.1-.44.34-.48.62h0c-.73-.02-1.46-.05-2.19-.1.75-.74,1.37-1.62,1.77-2.59.14-.33-.02-.72-.35-.86-.33-.14-.72.02-.86.35-.48,1.14-1.29,2.15-2.3,2.86-.04.03-.07.07-.1.11-1.67-.13-3.83-.3-5.36-1.04ZM9.59,52.97c.21-.3.13-.71-.17-.91,0,0,0,0,0,0,.21,0,.43.02.62,0,1.72-.09,3.44-.17,5.16-.24.24,0,.49-.02.73-.03l-.57,1.46c-.03.09-.05.18-.04.27-.62,0-1.24-.02-1.87-.02h-.07c-.33,0-.64,0-.95,0l.18-.47c.13-.34-.04-.72-.37-.85-.34-.13-.72.04-.85.37l-.38.98c-.64.02-1.23.04-1.81.08.13-.22.25-.44.39-.64ZM13.38,54.82c1.16-.02,2.33.02,3.49.04,2.04.03,4.16.07,6.25,0,.36-.01.65-.31.64-.68-.01-.36-.32-.64-.68-.64-.93.03-1.87.03-2.8.03.17-.14.27-.36.23-.59,0-.03,0-.07.02-.09.22-.29.17-.7-.12-.92-.29-.22-.7-.17-.92.12-.24.31-.34.71-.28,1.09.02.16.1.29.22.39-.85,0-1.7-.02-2.54-.03-.08,0-.16,0-.24,0l.61-1.58c.03-.07.03-.14.04-.2,2.79-.1,5.6-.18,8.38-.23,1.34-.02,2.67-.03,4.01-.05-.19.62-.34,1.26-.43,1.9l-4.23.1c-.36,0-.65.31-.64.67,0,.36.3.64.66.64,0,0,.01,0,.02,0l24.51-.59c.02.67.03,1.33,0,1.98v.2s-9.71.27-9.71.27c-1.49.04-3.03.08-4.53.04-1.04-.03-2.07-.1-3.1-.17l-1.03-.07c-4.47-.28-9.25-.33-15.05-.17-2.19.06-4.57.15-7.51.29-.27.01-.64,0-1.06-.02-.19,0-.39-.02-.6-.02v-1.33c.31-.04.63-.09,1-.14.35-.05.62-.09.74-.1,1.36-.09,2.84-.14,4.65-.14ZM38.99,60.16l-.03.15c-.04.21-.08.45-.08.71-.06.04-.12.08-.17.14-.45.54-.88,1.12-1.31,1.72l-.6-.59c-.75-.73-1.52-1.49-2.38-2.14l-.1-.07c-.2-.15-.39-.29-.51-.45-.15-.2-.25-.51-.34-.8l-.28-.92c.7.04,1.4.08,2.1.1,1.25.04,2.52.01,3.79-.02.02.73.03,1.48-.11,2.18ZM27.25,60.47c-.36.14-.64.38-.83.55-.3.27-.61.55-.93.85-.94-1.04-2.02-1.95-3.22-2.69l.12-1.11c.02-.21.05-.44.12-.56,1.2,0,2.37.02,3.5.04,0,.03,0,.07.01.1.31.91.66,1.92,1.22,2.82ZM21.14,57.51c-.03.15-.05.29-.06.42l-.09.88c-.31.04-.58.17-.78.29-.8.46-1.48,1.14-2.08,2.06-.04-.02-.07-.05-.11-.06l-2-.71c-.45-.16-1.07-.37-1.71-.37-.02-.13-.07-.25-.16-.35l-.29-1.72s.02-.04.03-.05c.04-.07.06-.15.07-.23.77-.03,1.51-.05,2.23-.07,1.74-.05,3.37-.07,4.95-.08ZM12.95,60.43c-.31.2-.56.45-.78.66-.77.76-1.57,1.59-2.3,2.48-.84-.44-1.61-1.03-2.22-1.74,0,0,0,0,0,0,.56-1.21.96-2.54.87-3.94.07,0,.15,0,.21,0,1.37-.06,2.61-.12,3.78-.17l.45,2.71ZM6.64,53.69c.29-.2.53-.36.63-.45.22-.19.39-.42.54-.62.17-.22.32-.42.48-.5.1-.05.24-.07.4-.08-.07.05-.14.11-.19.18-.25.37-.49.76-.7,1.16-.06.12-.07.25-.06.38-.35.05-.96.14-1.53.21.16-.11.31-.21.42-.28ZM1.38,68.21c-.12-.71-.07-1.44.07-2.19.5.09,1.03.17,1.57.17.03,0,.07,0,.1,0l.19,2.03c-.66.06-1.39.13-1.93,0ZM1.77,64.75c.1-.34.21-.68.32-1.03.21-.65.37-1.3.52-1.93.28-1.18.55-2.29,1.16-3.3.43-.71,2.19-.69,3.43-.64.17,1.91-.81,3.73-2.02,5.74-.18.3-.35.58-.57.79-.67.64-1.83.56-2.85.38ZM4.62,68.13l-.2-2.16c.39-.14.77-.34,1.1-.65.34-.33.58-.72.79-1.06.22-.37.46-.78.7-1.2.6.62,1.3,1.15,2.05,1.56-.73,1.04-1.35,2.17-1.71,3.41l-2.72.09ZM15.26,67.7s-.02.05-.03.07l-6.47.22c.82-2.33,2.65-4.3,4.33-5.97.25-.25.53-.52.82-.63.46-.16,1.05.02,1.67.24l1.92.68c-.15.31-.29.64-.43.99-.17.43-.32.86-.47,1.29-.39,1.12-.76,2.17-1.35,3.11ZM16.75,67.72c.45-.87.78-1.79,1.1-2.69.15-.42.29-.84.45-1.25.7-1.81,1.51-2.93,2.56-3.54.2-.11.29-.14.34-.13.08,0,.25.11.34.16,1.13.69,2.14,1.55,3.03,2.54-1.21,1.3-2.33,2.87-2.91,4.74l-4.9.17ZM30.52,65.82l-.45,1.78c-.82,0-1.64-.02-2.5-.07-1.02-.06-2.08-.11-3.13-.08l-1.38.05c.86-2.3,2.68-4.13,4.23-5.5.14-.12.38-.33.53-.34.1,0,.2-.04.28-.09.29.3.61.56.91.81l2.02,1.66s.02,0,.02.01c-.25.58-.4,1.18-.55,1.76ZM29.85,61.37c-.32-.26-.65-.54-.92-.83-.74-.8-1.16-1.88-1.53-2.95,1.27.04,2.51.1,3.72.17l.68.04.42,1.39c.12.39.25.83.55,1.22.09.11.18.2.28.3l-1.1,1.75c-.09.14-.17.28-.26.42l-1.84-1.51ZM34.8,67.51c-1.12,0-2.25,0-3.37.06l.36-1.43c.14-.56.27-1.08.48-1.58.21-.48.49-.93.79-1.41l1-1.59c.63.52,1.23,1.09,1.81,1.66l.78.76c-.38.59-.76,1.2-1.13,1.85-.29.52-.58,1.07-.72,1.68ZM39.66,67.55h-1.67c-.53-.02-1.07-.02-1.6-.03-.07,0-.15,0-.23,0,.12-.35.3-.69.5-1.04.86-1.52,1.75-2.84,2.69-4.04.09.13.17.25.25.35l2.22,3.01s.02.01.02.02c-.04.49.1.95.23,1.37.04.13.08.25.11.37-.85,0-1.7,0-2.54-.01ZM42.49,64.49l-1.83-2.47c-.21-.29-.46-.62-.48-.92-.01-.15.03-.34.07-.54l.03-.16c.16-.83.15-1.65.13-2.45l7.08-.2c0,.22,0,.44,0,.66-.02.37-.03.74,0,1.11,0,.12.03.21.05.31-.04.02-.08.04-.12.07l-.08.07c-1.51,1.37-3.06,2.78-4.55,4.22-.09.09-.19.19-.29.29ZM50.11,67.57c-2.2.01-4.38.01-6.57,0-.05-.27-.12-.53-.2-.78-.13-.4-.24-.75-.15-1.02.07-.21.26-.41.51-.65,1.42-1.38,2.92-2.74,4.37-4.06.07.09.15.18.23.27l.22.25c.54.63,1.2,1.4,2.11,1.74-.06,1.42-.23,2.84-.52,4.23ZM55.33,66.23c-.14.18-.26.38-.37.58-.06.11-.12.21-.18.31-.12.19-.24.26-.29.26-.16,0-.3.08-.41.18-.44,0-.87-.01-1.3,0-.44,0-.88,0-1.33,0,.27-1.34.43-2.7.49-4.06.4-.03.83-.12,1.32-.34.82-.36,1.6-.8,2.35-1.28.28.86.6,1.71.97,2.54.05.12.13.28.24.45-.12.2-.36.38-.63.59-.28.21-.6.44-.86.76ZM57.44,67.64c-.47-.01-.95-.03-1.42-.04.03-.05.06-.1.09-.15.08-.14.15-.28.25-.4.14-.18.37-.35.61-.52.34-.25.72-.54.97-.95.09,0,.17.02.25.02.11,0,.2,0,.29-.01l1.42-.09s.12,0,.2-.02c.4.78.88,1.53,1.41,2.24-1.36,0-2.73-.02-4.06-.07ZM65.07,67.62l-1.63.07c-.13,0-.26,0-.39,0-.02-.1-.06-.19-.13-.27-.75-.91-1.39-1.91-1.89-2.97,0-.02-.02-.03-.03-.04.18-.42.35-.85.51-1.28.01,0,.03.02.04.02l2.58.64c.66.16,1.31.33,2.01.54.26.08.54.16.86.17.34,1,.67,2.01.98,3.01-.98.03-1.95.07-2.91.11ZM74.22,67.53h-.12c-1.58-.09-3.17-.1-4.76-.06-.34-1.11-.71-2.23-1.09-3.34.19-.12.38-.26.55-.4.65-.54,1.26-1.12,1.83-1.75.11-.12.22-.25.32-.39.37.36.76.72,1.15,1.09.61.57,1.21,1.13,1.72,1.65.12.12.28.26.46.39l-.07,2.81ZM75.15,63.72c-.12-.05-.26-.2-.39-.32-.52-.52-1.14-1.1-1.75-1.68-.59-.55-1.18-1.11-1.69-1.61-.04-.25-.12-.47-.18-.66l-.73-2.12c2.32,0,4.88.04,7.97.13l1.04.03c.46.01.92.03,1.38.05.03.19.06.38.09.58.06.39.11.79.2,1.12.06.25.13.5.1.69-.02.15-.11.32-.22.51-.25.46-.51.92-.78,1.38-.18.31-.36.59-.57.75-.22.17-.56.26-.85.35-.92.26-1.85.51-2.79.74-.33.08-.64.15-.83.06ZM80.74,67.86c-1.68-.06-3.36-.16-5.04-.25h-.17s.06-2.55.06-2.55c.26-.02.51-.07.7-.12.95-.24,1.89-.49,2.83-.75.27-.08.59-.17.91-.33.29.32.52.71.75,1.1.55.95,1.1,1.94,1.58,2.94-.54-.01-1.08-.01-1.62-.03ZM86.23,67.98c-.21.11-1.04.03-1.44,0-.29-.03-.55-.05-.74-.05-.08,0-.16,0-.23,0,0-.03,0-.07-.02-.1-.55-1.23-1.22-2.4-1.87-3.53-.25-.43-.54-.9-.92-1.33.11-.16.22-.32.32-.48.27-.46.54-.93.79-1.4l2.64.49c.36.07.7.14.84.31,0,0,.02,0,.02.02.06.27.12.56.19.89.27,1.19,1.07,4.82.43,5.19ZM23.21,51.77c-.35-.1-.71.11-.81.46l-.13.47c-.1.35.11.71.46.81.06.02.12.02.18.02.29,0,.55-.19.63-.48l.13-.48c.09-.35-.11-.71-.46-.81ZM55.52,19.24c.09.28.35.45.62.45.07,0,.14-.01.2-.03.34-.11.53-.48.42-.83l-.21-.65c-.11-.34-.48-.53-.83-.42-.34.11-.53.48-.42.83l.21.65ZM51.45,44.62c.16-.51.21-1.06.14-1.59-.05-.36-.37-.62-.74-.57-.36.05-.61.38-.57.74.04.34.01.69-.09,1.02-.11.35.08.71.43.83.07.02.13.03.2.03.28,0,.54-.18.63-.46ZM47.3,36.19s.02,0,.03,0c.36-.02.64-.32.63-.68l-.05-1.07c-.02-.36-.34-.62-.68-.63-.36.02-.64.32-.63.68l.05,1.07c.02.35.31.63.66.63ZM46.77,42.79c-.36-.04-.68.22-.72.58l-.16,1.5c-.04.36.22.68.58.72.02,0,.05,0,.07,0,.33,0,.62-.25.65-.59l.16-1.5c.04-.36-.22-.68-.58-.72ZM54.71,35.7s.03,0,.05,0c.36-.03.63-.34.61-.7-.02-.24-.01-.47.02-.7.04-.36-.21-.69-.57-.73-.36-.05-.69.21-.73.57-.04.32-.05.64-.02.96.03.34.31.61.65.61ZM44.53,35.43c0,.36.29.66.65.66,0,0,0,0,0,0,.36,0,.65-.29.66-.65v-.92s-.03-.6-.03-.6l-.49-.13c-.29-.08-.62.07-.76.33-.1.19-.11.43-.02.63v.68ZM52.67,35.81c.06,0,.13,0,.19-.03.35-.1.54-.47.44-.82-.07-.22-.08-.45-.04-.68.06-.36-.17-.7-.53-.76-.36-.06-.7.17-.76.53-.08.43-.05.88.07,1.29.09.28.35.47.63.47ZM73.73,51.49c-.17-.32-.56-.45-.88-.28-.32.17-.45.56-.28.88l.05.1.58-.3.55-.36-.61.26.58-.3ZM58.8,25.83c-.06-.36-.4-.6-.75-.54-.36.06-.6.4-.54.75.08.47.25.93.49,1.34.12.2.34.32.56.32.12,0,.23-.03.34-.09.31-.19.41-.59.22-.9-.16-.27-.27-.57-.32-.87ZM63.26,42.87c-.1-.35-.47-.54-.82-.44-.35.1-.54.47-.44.82l.27.91c.09.28.35.47.63.47.06,0,.13,0,.19-.03.35-.1.54-.47.44-.82l-.27-.91Z"/></svg>');
	--area-pict-02: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 101.52 54.13"><path fill="white" d="M74.38,2.46c-.63-1.33-1.35-2.08-2.25-2.35-1.06-.32-2.39.05-4.17,1.16-.09-.06-.18-.13-.27-.19-.3-.22-.59-.43-.92-.57-.55-.22-1.22-.5-1.88-.47-2.04.1-3.81,1.9-3.79,3.84,0,.23-.11.51-.29.73-.56.69-.68,1.59-.31,2.37.36.76,1.1,1.21,1.98,1.22,1.34.01,2.25.51,3.3,1.1l.06.03c.8.44,1.73.7,2.62.95.31.09.62.17.92.27.16.05.34.08.52.08s.34-.03.48-.08c.24-.09.49-.17.75-.25,1.24-.4,2.53-.82,3.18-2.08l.25.04c.28.04.54.08.8.13,1.81.37,2.52-.5,2.79-1.3.21-.62.2-1.41-.04-2.07-.58-1.64-1.89-2.54-3.72-2.55ZM76.77,6.69c-.23.27-.65.37-1.19.28-.3-.05-.6-.12-.89-.19-.19-.05-.39-.09-.58-.14-.32-.07-.63-.13-1.01-.2l-.58-.11c-.09-.02-.17.01-.23.07-.06.06-.09.15-.07.23.04.18.08.33.12.47.06.23.11.39.09.52-.05.35-.15.61-.29.73-1.33,1.12-4.19,1.07-5.46-.1-.35-.32-.62-.72-.91-1.14-.14-.2-.28-.4-.43-.6-.05-.07-.13-.1-.21-.1-.03,0-.06,0-.09.02l-.5.2c-.33.13-.61.24-.89.35-.56.23-1.08.13-1.61-.31-.34-.28-.51-.59-.45-.83.05-.21.28-.37.65-.46.19-.04.37-.11.56-.18l.25-.09c.12-.04.19-.16.17-.29-.01-.07-.02-.13-.02-.18-.01-.13-.03-.27-.11-.4-.38-.61-.52-1.11-.43-1.51.08-.35.37-.67.86-.98,1.04-.64,2.41-.5,3.25.34.26.26.5.54.77.87.14.17.29.35.46.54.06.06.14.1.22.09.08,0,.16-.06.2-.13.91-1.6,1.96-2.2,3.41-1.95.89.16.94.67,1.01,1.37.03.34.07.68.21,1,.04.09.12.15.22.15.08,0,.16.01.23.02.17.02.32.03.49.02,1.64-.18,2.43.27,2.89,1.64.13.39.1.73-.09.96ZM91.01,31.8c0-.34-.02-.84-.85-1.05-.06-.02-.13,0-.18.03-.05.04-.09.1-.09.16-.01.17-.02.34-.03.5-.02.32-.05.63-.05.94,0,.96.02,1.91.03,2.87.02,1.72.04,3.5.03,5.25-.01,1.23-.07,5.49-.14,6.7-.03.55-.06,2.11-.08,2.7-.01.24-.02.53.18.75.17.18.43.27.84.27h0c.11,0,.21-.09.22-.21l.02-.34c.01-.21.03-.39.03-.57.01-.51.02-2.02.02-2.53,0-1.06,0-5.16.12-6.22.35-3.28.16-6.45-.07-9.12,0-.05,0-.1,0-.15ZM101.35,32.01c-.55-1.03-1.26-2.2-2.43-3.13-1.22-.96-2.62-1.51-3.83-1.92-.65-.22-1.31-.44-1.97-.66l-.88-.3.09-.31c.08-.31.16-.58.24-.86.83-2.82.77-5.34-.2-7.69-.25-.61-.54-1.08-.89-1.42-.43-.43-.82-.62-1.19-.57-.37.04-.7.31-1.01.81-.97,1.59-1.5,3.35-1.58,5.25-.05,1.15-.02,2.25.07,3.27.05.53.27,1.03.48,1.52l.1.24c.07.16.24.23.42.29-.33.05-.67.19-.99.49-.18.17-.54.26-.85.34l-.08.02c-.23.06-.47.09-.72.13-.28.04-.58.09-.86.17-1.58.44-3.08,1.22-4.56,2.38-1.06.83-1.64,1.75-1.87,2.98-.01.06,0,.13.05.18.04.05.1.08.17.08h0c.33,0,.64.01.94.02.64.02,1.24.05,1.8-.07,1.06-.22,2.1-.53,3.12-.83.42-.12.83-.25,1.25-.37.31-.09.61-.17.99-.28l.31-.09c.02.31.05.6.07.89.06.77.12,1.5.13,2.21.02,1.74.02,3.48.02,5.22,0,1.66,0,7.31.02,8.97,0,.33.09.64.19.96.04.15.09.3.12.45.01.06.05.11.11.14.03.02.07.03.11.03.02,0,.05,0,.07-.01.99-.34.9-.95.84-1.4v-.1c-.04-.2-.07-1.39-.1-1.59-.06-.35-.11-.71-.13-1.06-.02-.48-.02-3.97-.02-4.45,0-.31,0-.62,0-.93,0-.52-.03-1.05-.05-1.57-.05-1.09-.09-2.23,0-3.32.13-1.7.07-3.28-.2-4.83-.05-.32-.17-.77-.52-.95-.29-.15-.67-.1-1.22.16-1.68.79-3.4,1.33-5.12,1.62-.31.05-.65.05-1,.04-.07,0-.14,0-.21,0,.89-1.87,4.56-3.84,6.79-3.62,0,.03.01.05.01.08.03.18.07.39.16.59.35.82,1.8,1.46,2.63,1.15.62-.23,1.33-1.13,1.24-1.77-.09-.63-.31-1.5-1.25-1.87-.14-.05-.4-.15-.71-.2.06-.02.11-.06.14-.12.02-.06.02-.13-.02-.19-.71-1.16-.66-2.35-.61-3.62.02-.46.04-.94.02-1.41-.08-1.69.61-3.29,1.34-4.79.45.09.66.39.82.8,1.12,2.81,1.07,5.62-.17,8.38-.19.42-.33.77-.2,1.06.14.31.52.45,1.14.66l.52.17c1.53.51,3.12,1.04,4.6,1.69,1.26.55,2.19,1.48,2.85,2.82l-.27-.05c-.39-.08-.72-.15-1.05-.2l-.27-.05c-2.11-.37-4.3-.74-6.18-1.83-.15-.09-.31-.02-.56.08-.11.04-.23.1-.39.15-.08.03-.14.1-.15.19,0,.09.03.17.11.21.25.14.48.28.7.41.43.25.8.47,1.19.67,1.31.64,2.76.92,4.15,1.19l.68.13c.91.18,1.8.35,2.69.39.04,0,.07,0,.11,0,.4,0,.67-.11.81-.33.15-.23.12-.54-.08-.92ZM89.16,27.68s.05,0,.08,0c.44.06.79.56.73,1.02-.03.23-.12.48-.58.48-.02,0-.05,0-.08,0-.24-.01-.42-.09-.52-.21-.13-.16-.17-.41-.13-.76.05-.39.17-.53.49-.53ZM55,33.79c-.72-.05-1.24.48-1.29,1.25-.05.83-.07,1.67-.1,2.59l-.04,1.24c0,.07.03.14.08.19.05.05.11.08.18.08h0l.99-.03c.61-.02,1.13-.03,1.65-.06.36-.02.65-.14.83-.34.16-.18.24-.43.22-.71l-.02-.38c-.05-1.12-.1-2.27-1.12-3.19-.32-.28-.87-.62-1.39-.64ZM55.81,37.6c-.07.05-.2.04-.3.02-.16-.04-.41-.34-.42-.48-.04-.43,0-.86.04-1.37,0-.1.02-.2.03-.3.72.47.78,1.01.78,1.66,0,.33-.08.44-.12.47ZM53.83,27.91c.71.04,1.35.08,2,.12.05,0,.09,0,.13,0,.68,0,1.1-.35,1.27-1.07.19-.8,0-1.57-.55-2.16-.74-.81-1.99-1.17-3.37-.98-.09.01-.17.08-.2.16-.46,1.22-.45,2.48.05,3.74.04.09.12.16.22.16l.45.03ZM55.7,26.62l-1.28.04-.11-1.37c1.09.02,1.29.22,1.39,1.34ZM57.28,43.26c-.53-.39-1.4-.43-2.93-.13-.2.04-.38.11-.57.18-.09.03-.18.07-.28.1-.12.04-.19.16-.17.28.03.17.05.33.08.49.06.34.12.66.13.98.01.36-.02.72-.05,1.08-.01.16-.03.33-.04.49,0,.14.1.26.24.27l1.15.07c.69.04,1.28.08,1.87.11.05,0,.09,0,.14,0,.43,0,.77-.12.99-.35.13-.14.28-.39.24-.78l-.05-.47c-.1-1.1-.18-1.89-.77-2.33ZM55.05,45.6c.02-.07.03-.15.05-.22.08-.38.14-.71.26-.95.1-.07.5-.11.63-.05.43.2.46.46.47.99,0,.1,0,.21.01.31l-1.42-.08ZM70.8,35.31c-.28-.38-.93-.6-1.43-.67-.54-.08-1.1-.04-1.64,0l-.23.02c-.38.03-.69.17-.88.41-.17.22-.24.5-.18.82.13.75.3,1.52.48,2.32.08.36.16.74.25,1.14.02.07.06.13.12.17.04.02.08.03.13.03.03,0,.05,0,.08-.01.16-.05.3-.1.43-.15.26-.09.49-.17.72-.22.48-.09.89-.14,1.27-.14.88,0,1.34-.14,1.59-.47.3-.38.21-.93.11-1.37-.18-.76-.46-1.39-.82-1.89ZM70.14,37.64l-1.82.04-.23-1.26c.57-.47,1.15-.58,1.63-.32.5.28.55.76.42,1.54ZM63.59,43.2c-.49-.21-1.04-.29-1.62-.38-.28-.04-.57-.09-.88-.15-.08-.01-.15,0-.21.05-.06.05-.09.12-.09.2v4.92c0,.07.03.14.08.19.05.05.11.07.18.07h.02c.32-.02.61-.03.88-.04.6-.02,1.11-.03,1.6-.16.56-.14,1.13-.54,1.38-.97.24-.41.23-1.14-.04-1.95-.23-.7-.69-1.53-1.29-1.79ZM63.35,46.5c-.13.11-.48.08-.81.05-.07,0-.14-.01-.21-.02-.02-.16-.03-.31-.05-.46-.06-.52-.1-.97-.11-1.41,0-.08.14-.28.23-.3.09-.03.36.04.4.06.05.11.1.22.16.34.24.51.49,1.04.47,1.51,0,.12-.03.21-.08.25ZM75.03,46.94h0c-.04-2.14,0-4.32.03-6.42.02-1.14.04-2.27.04-3.41v-.5c.01-1.43.02-2.9-.06-4.36-.08-1.38-.51-1.84-2.01-2.1-.66-.12-1.34-.13-2.01-.14-.25,0-.49,0-.74-.02-.53-.02-1.05-.03-1.58-.05-1.04-.02-2.12-.05-3.18-.14-1.2-.1-1.2-.14-1.25-1.17-.03-.75-.05-1.5-.06-2.26-.01-.61-.02-1.22-.04-1.83,0-.24-.01-.48-.02-.72-.02-.82-.04-1.67-.19-2.49-.35-1.9-.82-2.09-2.83-2.15-.64-.02-1.29-.05-1.93-.08-.99-.05-1.98-.11-3.02-.1h-.77c-1.82,0-3.68-.01-5.44.37-.12.03-.21.14-.2.27.06.97.12,1.93.18,2.89.14,2.15.27,4.17.37,6.24.31,6.5.25,12.18-.18,17.37-.11,1.26,0,2.54.1,3.78.04.47.08.93.1,1.4.01.22.13.39.25.58.05.08.1.16.15.25.05.1.16.15.26.13,2.92-.44,5.86-.15,8.7.13l.28.03c1.32.13,2.67.15,3.98.13h.97c.17,0,.34,0,.51,0,1.03,0,2.06-.01,3.09-.03.55,0,1.1-.02,1.65-.02,4.24-.07,4.99-.21,5.16-.32h0c.12-.12.13-.13-.06-1.86-.12-1.11-.28-2.49-.29-3.41ZM70.65,51.19c-2.51.06-5.1.12-7.64.06-2.5-.06-4.95-.22-7.55-.4-1.08-.07-2.17-.15-3.27-.21-.52-1.48-.66-3.09-.43-4.92.57-4.53.41-9.14.24-13.6v-.18c-.1-2.67-.19-5.33-.28-8.08l-.1-3.22c.4-.02.8-.04,1.2-.06,1.09-.06,2.13-.1,3.17-.11,1.46,0,2.96.08,4.4.15l.88.04c1.23.06,1.24.12,1.43,1.1.09.45.1.93.1,1.46,0,.77,0,1.55,0,2.32,0,1.25,0,2.49.03,3.74.03,1.45.42,1.81,2.07,1.92,1.66.11,3.58.23,5.47.18,1.61-.05,2.53-.05,2.89.3.33.32.35,1.09.34,2.3-.01,1.56-.03,3.13-.06,4.69-.03,2.62-.07,5.34-.07,8.01,0,1.08.09,2.18.18,3.24.03.4.07.81.1,1.21-1.04.02-2.08.04-3.12.07ZM70.75,43.43c-.6-.47-1.56-.34-3.15-.14-.13.02-.23.13-.22.27l.03.68c.02.45.04.89.07,1.32.03.47.07.93.11,1.4l.05.63c.01.16.17.24.33.24,1.75,0,2.79-.26,3.29-.81.27-.3.38-.69.33-1.15-.14-1.26-.32-2.02-.83-2.42ZM69.96,45.88c-.08.12-.4.21-.8.29-.21-.61-.32-1.05-.2-1.23.1-.15.43-.23.81-.28.17.6.29,1.06.2,1.22ZM63.62,38.42c.02-.14.04-.28.06-.42.05-.31.1-.63.1-.95,0-.96-.08-1.6-.48-2-.43-.43-1.16-.5-2.34-.48-.23,0-.45.03-.69.05l-.36.04c-.12.01-.21.1-.23.22-.22,1.43-.37,2.72.07,4.11.03.11.13.18.25.18.01,0,.03,0,.04,0l3.37-.51c.11-.02.2-.11.22-.22ZM62.21,37.19c-.09.32-.27.35-.91.32-.11,0-.22-.01-.33-.01l.08-1.4,1.04-.16c.02.11.04.21.06.32.07.37.13.68.06.94ZM60.91,27.89c.39-.06.92-.47.97-.86.16-1.28.2-2.74-1.28-3.88-.06-.05-.15-.07-.23-.04l-1.86.52c-.11.03-.19.13-.19.25l.04,3.8c0,.14.12.26.26.26h0c.28,0,.54,0,.79,0,.19,0,.36,0,.54,0,.34,0,.66-.01.97-.06ZM59.66,26.09v-.16c0-.18-.01-.35.04-.48.07-.18.19-.35.32-.54t0,0s.03.03.05.04c.18.15.36.31.41.46.08.23.06.5.05.82,0,.09,0,.18-.01.27-.25.04-.6.07-.74-.04-.07-.06-.11-.18-.11-.36ZM46.4,36.42c-.63-.62-1.27-1.22-1.92-1.82-.62-.58-1.24-1.15-1.84-1.74-2.31-2.27-4.93-4.32-8.01-6.29-1.31-.83-1.88-.84-3.19-.02-.76.48-1.51,1.01-2.22,1.52l-.73.52c-.48.34-.95.68-1.42,1.03-.99.73-2.01,1.48-3.09,2.1l-.78.45c-1.71.98-3.48,1.99-5,3.42-.08.08-.11.2-.05.3l1.37,2.73c.03.06.09.11.15.13.07.02.14.02.2-.02l2.45-1.3c.23,2.05.3,4.09.36,6.06.1,2.78.19,5.65.73,8.42q0,.25,2.85.31c1.04.02,2.33.04,2.97.04.12,0,.21,0,.28,0,1.17-.02,2.34-.05,3.52-.07,2.76-.05,5.61-.11,8.42-.2,1.94-.07,2.16-.28,2.16-2.07,0-2.02-.05-4.08-.1-6.07-.02-.95-.05-1.91-.07-2.86,0-.45,0-.9,0-1.37v-.3c.35.19.57.5.79.82.33.47.71,1.01,1.56,1.05.08,0,.16-.03.21-.1l1.7-2.14s.05-.1.06-.15c.03-1.04-.71-1.76-1.35-2.4ZM35.45,50.57c-1.64.43-2.73.45-4.63.09-.72-1.54-.67-3.16-.61-4.87.02-.47.03-.95.03-1.43.39-.04.78-.1,1.15-.16,1.22-.19,2.37-.37,3.63-.03.53,2.22.49,4.34.43,6.4ZM42.27,49.95c-.02.18-.03.36-.04.55-.23.03-.45.07-.67.1-.63.1-1.23.19-1.83.21-.56.02-1.12-.02-1.78-.08-.26-.02-.52-.04-.81-.06-.01-.08-.02-.16-.04-.23-.05-.3-.09-.59-.11-.88-.04-.55-.06-1.11-.09-1.66-.05-1.05-.1-2.13-.23-3.19-.21-1.75-.83-2.2-2.86-2.09-.4.02-.8.05-1.2.08-.83.06-1.68.11-2.52.13-.49,0-.82.12-1.03.34-.2.21-.29.51-.28.95.04,1.58.07,3.16.1,4.78l.03,1.8c-.87.28-1.85.23-2.88.19-.25-.01-.49-.02-.74-.03-.46-.01-.64-.27-.68-1.01h0c-.17-2.57-.34-5.13-.53-7.7-.11-1.51-.22-3.03-.34-4.54-.07-.78.05-1.3.86-1.8,2.02-1.25,4.01-2.62,5.92-3.94l1.11-.77c.36-.24.65-.36.94-.36.25,0,.49.09.75.28.43.3.88.59,1.32.88.65.42,1.33.86,1.94,1.33.74.58,1.46,1.2,2.16,1.8.59.51,1.2,1.04,1.83,1.55.91.73,1.32,1.52,1.35,2.59.05,1.91.15,3.85.24,5.73.06,1.22.12,2.44.17,3.65.02.45-.02.92-.06,1.41ZM45.55,39.05c-.28-.26-.56-.52-.84-.79-.74-.69-1.5-1.41-2.31-2.06-.77-.62-1.53-1.28-2.27-1.92-1.76-1.53-3.59-3.1-5.7-4.35-.79-.47-1.34-.7-1.88-.7s-1.11.26-1.89.77c-3.16,2.1-6.32,4.19-9.49,6.28h0c-.2.13-.43.24-.65.35-.06.03-.12.06-.17.09-.23-.17-.35-.32-.36-.42,0-.07.04-.16.15-.25l.26-.26c.47-.45.95-.92,1.51-1.21,2.74-1.4,5.46-3.19,8.31-5.47q2.5-2,5.22-.2c2.33,1.54,4.55,3.4,7.19,6.02.44.44.91.86,1.36,1.27.57.52,1.16,1.05,1.69,1.6.52.55.56.59-.14,1.26ZM40.43,37.51c-.11-.29-.45-.75-.83-.8-1.51-.2-2.83-.15-4.06.17-.13.03-.22.17-.19.3l.71,3.5c.02.12.13.21.25.21,0,0,.02,0,.03,0l4.69-.49c.08,0,.15-.05.19-.11s.05-.14.03-.22c-.08-.26-.15-.51-.23-.75-.19-.63-.37-1.22-.59-1.8ZM37.24,39.33l-.18-1.17c1.11-.21,1.7-.27,1.97-.07.2.14.29.49.36,1.06l-2.15.18ZM14.83,28.67c-.33-1.82-2.01-3.12-3.98-3.12-.05,0-.1,0-.15,0-.03-.14-.05-.29-.08-.44-.08-.47-.18-1-.34-1.51-.44-1.36-2.92-2.64-4.44-2.3-.28.07-.54.2-.71.37-.21.21-.43.42-.67.64-.59.55-1.2,1.12-1.59,1.8-1.07,1.88-1.17,3.77-.3,5.62-1.49.82-2.32,2.03-2.53,3.69-.22,1.69.38,3.02,1.82,4.05-.4.58-1.21,1.96.03,3.41.81.95,1.96,1.43,3.42,1.43h.04c.25,1.63.33,3.27.41,4.86.11,2.17.21,4.42.76,6.62l.08.33.38-.19c.66-.33.86-.44.77-1.02-.05-.31-.12-.63-.18-.91-.08-.37-.17-.76-.2-1.13-.24-2.59-.44-5.22-.62-7.57-.02-.25,0-.52.02-.76,0-.05,0-.09.01-.14l1.33-.24c.02.57.04,1.14.06,1.71.06,1.77.11,3.25.14,4.78.01.62,0,1.26,0,1.87v.07c0,.61-.01,1.3,0,1.96,0,.23.16.42.3.58.05.06.1.11.13.17l.1.16.68-.17v-.2c.1-1.91.03-3.83-.04-5.72v-.06c-.07-1.81-.13-3.53-.05-5.22.29-.15.58-.29.85-.42l.07-.04c.7-.34,1.43-.69,2.01-1.15,1.22-.97,2.1-2.72,1.13-4.29-.23-.38-.5-.73-.78-1.1-.08-.11-.17-.22-.26-.34l.22-.2c1.81-1.64,2.53-3.62,2.12-5.9ZM9.97,40.58h0s0,0,0,0h0ZM10.59,35.53c.24.13.45.24.65.34,1.4.67,1.68,1.37,1.08,2.68-.47,1.02-1.43,1.51-2.4,1.89h0c-.17.07-.28.1-.3.1-.86-.39-1.47,0-2.02.34l-.08.05c-.12.08-.23.11-.26.12-.3-.16-.6-.21-.89-.21s-.59.06-.87.11c-.24.05-.48.09-.7.1-.01,0-.03,0-.04,0-.83,0-1.47-.39-1.93-1.15-.36-.6-.24-1.2.35-1.83.15-.16.33-.31.58-.52.12-.1.24-.21.38-.33l.35-.31-.44-.15c-.15-.05-.29-.1-.41-.14l-.06-.02c-.27-.1-.49-.17-.72-.22-.85-.16-1.18-.7-1.3-1.12-.34-1.17-.22-2.29.38-3.35.49-.87,1.5-1.14,2.33-1.29l.23-.04v-.23c-.01-.06-.01-.11,0-.16,0-.13.01-.27-.09-.4-1.29-1.68-1.28-4.08.04-5.69.13-.16.28-.31.43-.46l.07-.07c.73-.74,1.31-1.02,1.93-.99.43.03.92.22,1.54.59.34.21.67.64.76,1.01.13.54.16,1.12.2,1.67.01.24.03.47.05.71.01.16.02.31.04.51l.06.94.38-.24c.13-.08.24-.15.33-.21l.08-.05c.18-.11.32-.2.46-.3.72-.54.99-.53,1.67.06.99.85,1.4,1.79,1.26,2.86-.24,1.88-1.08,3.21-2.57,4.07-.2.12-.39.26-.59.4l-.07.05c-.09.06-.18.13-.28.2l-.36.25.79.42Z"/></svg>');
	--area-pict-03: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.2 32.32"><path fill="white" d="M51.46,18.47c1.17,0,2.43-.19,3.74-.4.53-.08,1.04-.16,1.55-.22,3.24-.4,6.41-.84,9.41-1.29.31-.05,1.07-.15,1.07-.15,1.36-.19,2.76-.38,4.03-.82l.37-.12c.77-.25,1.64-.54,1.82-1.16.21-.73.38-1.37,1.56-1.59.68-.13,1.39-.26,2.07-.48,1.06-.34,1.75-.89,2.06-1.64.18-.45.25-.96.18-1.54,0-.03,0-.06-.05-.21-.13-.5-.2-.85-.05-1.17.19-.42.74-.62,1.5-.85l.14-.04c.73-.25,1.49-.47,2.33-.67,2.95-.69,6-.96,8.94-1.22l1.07-.1c5.09-.47,9.68-.69,14.04-.69,1.7,0,3.38.04,4.99.1.33.01.69.05,1.15.1.45.05.91.09,1.34.09.36,0,.66-.03.92-.1.31-.08.54-.33.61-.64.06-.29-.03-.55-.26-.75-.29-.25-.78-.27-1.31-.28-.15,0-.29,0-.43-.02-.8-.05-1.59-.1-2.39-.14-1.54-.07-3.08-.12-4.58-.13h-.59c-6.38,0-12.95.72-18.74,1.36-2.7.3-6.06.67-9,1.98-.85.38-1.36.87-1.54,1.48-.12.41-.04.82.05,1.29.07.35.14.72.14,1.13,0,.77-.82,1.06-3.26,1.52l-.16.03c-.16.03-.28.05-.35.07-.93.24-1.91.59-2.14,1.43-.3,1.09-.77,1.27-1.65,1.51-.67.18-1.33.27-2.03.37l-5.19.72c-.82.11-2.87.4-2.87.4-2.17.31-4.63.66-7.04.94-.15.02-.31.03-.53.05-1.06.09-1.82.2-2,.77-.07.24-.04.45.09.63.2.27.58.44.98.44ZM45.57,4.99l.12.02c.06,0,.12,0,.17,0,.16,0,.31-.02.48-.04.38-.03.73-.11,1.08-.18.39-.08.8-.17,1.24-.19.28-.01.62-.02.9-.19.28-.17.49-.54.34-.86-.16-.35-.64-.4-.84-.43-.56-.06-1.13-.09-1.68-.09-.31,0-.61,0-.92.03-.39.02-.84.07-1.19.31-.36.24-.59.74-.38,1.15.12.23.37.39.67.45ZM60.43,7.5c1.15.08,2.08.12,3.17.12.51,0,.97-.45,1.07-.86.04-.18.05-.44-.36-.65-.5-.25-1.3-.25-1.94-.25h-.13c-.21,0-.42,0-.61,0l-.59-.03c-.19-.01-.39-.02-.59-.02-.38,0-.67.05-.89.15-.38.17-.57.6-.42.98.12.3.38.52,1.28.58ZM65.3,1.51c.27.14.59.14.84.14h4.57c.43,0,.9-.05,1.12-.42.14-.25.16-.47.05-.65-.22-.39-.99-.58-2.36-.58-1.19,0-2.51.14-3.23.22-.21.02-.37.04-.46.05-.33.02-.78.09-.92.46-.11.31.1.64.37.78ZM13.38,4.64c.24,0,.51-.1.82-.21.24-.09.49-.18.77-.23.23-.04.47-.06.75-.06.17,0,.33,0,.55.02h.2c.63.04,1.25.07,1.88.11l.3.02c.63.04,1.26.07,1.85.1.93-.04,1.1-.49,1.11-.76.02-.37-.19-.84-1.34-.93-1.7-.13-3.51-.22-5.53-.27-.88,0-1.48.24-1.87.72-.23.29-.28.77-.11,1.12.12.26.33.39.61.39ZM121.96,5.43c-.14-.18-.34-.26-.64-.26-.46,0-1.03.2-1.5.36l-.27.09c-1.37.45-2.77.78-4.68,1.08-3.39.54-6.73,1.02-9.56,1.43-2.82.4-5.65.79-8.47,1.18l-.76.11c-1,.14-2.01.27-3.02.39-2.31.29-4.69.58-7.03,1.06l-.18.04c-.9.18-2.13.43-2.3,1.22-.2.94,1,1.65,2.07,2.17.97.47,1.95.93,2.97,1.41,1.24.58,2.52,1.19,3.77,1.81l1.57.78-1.69.45c-4.08,1.09-8.38,1.4-12.43,1.64l-3.01.17c-3.19.18-6.49.36-9.8.61-1.23.09-2.45.18-3.68.28h-.14c-.84.08-1.71.15-2.34.58-1.28.87-2.73.95-4.01,1.03l-1.58.09c-3.19.19-6.49.38-9.76.53-1.14.05-2.29.09-3.43.13-2.15.08-4.38.16-6.6.3l-.93.06c-2.95.18-6.01.38-8.71,1.38-.23.08-.78.33-.91.74-.02.07-.04.14-.08.29-.1.41-.22.91-.76,1.3-.84.61-1.99.81-3.11,1,0,0-.42.07-.55.1-2.66.53-5.39.76-8.04.98l-.54.05c-4.18.36-8.08.57-11.83.66v1.64c5.12-.1,10.18-.34,15.18-.9,2.35-.26,4.27-.56,6.04-.92.2-.04.4-.08.66-.13l.13-.02c1.45-.27,3.09-.58,3.94-1.56.09-.11.18-.32.26-.53.2-.5.44-1.12,1.16-1.35,1.09-.35,2.19-.5,3.25-.64,2.43-.33,4.88-.48,6.96-.59,2.43-.12,4.9-.21,7.28-.28h.25c3.37-.12,6.86-.24,10.39-.48,1.48-.1,3.01-.21,4.46-.45.43-.07.83-.3,1.26-.54.51-.29,1.08-.62,1.79-.69l1.48-.15c2.33-.24,4.73-.49,7.12-.59l1.25-.05c2.49-.11,5.31-.22,8.03-.42.61-.04,1.23-.09,1.86-.13,2.58-.17,5.24-.34,7.77-.88,1.51-.32,3.05-.72,3.95-1.74.46-.52.75-1.38-.48-2.5-1.38-1.27-3.21-2.05-4.98-2.81l-1-.44-2.08-.92,2.25-.34c5.24-.79,10.89-1.57,17.77-2.49l1.78-.23c2.72-.35,5.54-.71,8.3-1.23l.28-.05c4.7-.84,5.7-1.73,5.87-2.19.09-.23-.08-.48-.21-.65ZM30.48,2.66c.05,0,.11,0,.17,0,.93-.11,1.8-.13,2.53-.13h2.09c.5,0,.89-.43.96-.84.03-.15,0-.29-.11-.42-.38-.46-1.7-.69-3.93-.69-.78,0-1.43.03-1.75.04-.31.01-.62.06-.8.29-.09.12-.14.28-.14.48,0,.4.14.79.37,1.02.16.17.37.25.6.25ZM8.64,15.74h.25c.33,0,.61-.16.76-.42.14-.26.12-.56-.05-.83-.29-.46-1.18-.49-1.84-.52,0,0-.44-.02-.51-.02-.5,0-.89.11-1.06.3-.11.13-.14.34-.09.63.13.77,1.33.85,2.55.86ZM26.37,9.22h.44c.15,0,.29,0,.42,0h.15s.08.06.08.06h.05s.06.02.21.02.3-.01.5-.03c.15-.01.3-.02.42-.02h.14c.25,0,.53,0,.85.02.3.01.62.03.93.03.46,0,1.13-.03,1.57-.25.25-.13.43-.38.46-.66.03-.25-.06-.46-.25-.62-.29-.24-.7-.29-1.25-.29h-2.98c-.23,0-.49-.01-.81-.03-.3-.02-.61-.04-.93-.04-.71,0-1.17.1-1.45.31-.18.13-.29.4-.29.68,0,.25.1.45.26.55.35.23.95.25,1.49.25Z"/></svg>');
}




