/* CSS Document */

/*
凸版文久明朝 Pr6N R
font-family: 'toppan-bunkyu-mincho-pr6n';
font-weight: 400;
*/

@scope (main){
	:scope{
		--color: #000;
		--color-border: #808080;
		--wrap-fit: calc(100% - 48px);
		--wrap-max: 1100px;
		--wrap: min(var(--wrap-fit), var(--wrap-max));
		--wrap-wide: min(var(--wrap-fit), 1200px);
		--font: 'Noto Sans JP', sans-serif;
		--font-go: var(--font);
		--font-min: 'toppan-bunkyu-mincho-pr6n', 'Shippori Mincho B1', serif;
	}
}

:root{
	--color-kanazawa: #D9972C;
	--color-noto: #015898;
	--color-hakusan: #118D5D;
	--color-kaga: #D64689;
}

body{
	&.translated-ltr font{
		display: contents;
	}
}

main{
	font-size: 15px;
	line-height: 1.65;
	*{
		line-height: inherit;
	}
}

#emergency{
	display: none;
	visibility: hidden;
}

#main{
	display: grid;
	grid-template-columns: 1fr min(100%, 1440px) 1fr;
	background: url("../images/background.webp") center top;
	color: var(--color);
	&>*{
		grid-column: 2;
	}
}

#banner{
	display: grid;
	grid-template-columns: 1fr min(var(--wrap-fit), 1254px) 1fr;
	grid-template-rows: 1fr auto;
	color: #fff;
	@media (min-width: 1440px){
		margin-bottom: 72px;
	}
	&>*{
		grid-column: 2;
		z-index: 1;
	}
	& h2{
		grid-row: 1;
		align-self: end;
		aspect-ratio: 820 / 340;
		width: min(50%, 370px);
		background: url("../images/bannerLogo.webp") center no-repeat;
		background-size: contain;
		font-size: 0;
		pointer-events: none;
	}
	& p{
		grid-row: 2;
		margin: 24px 0 40px 0;
		font-family: var(--font-min);
		font-size: 3.4vw;
		pointer-events: none;
		letter-spacing: 0.1em;
		@media (min-width: 576px){
			font-size: min(2.4vw, 18px);
		}
		@media (min-width: 1200px){
			margin: 48px 0 72px 0;
			font-size: 20px;
		}
	}
	& figure{
		grid-column: 1 / 4;
		grid-row: 1 / 3;
		display: grid;
		z-index: unset;
		&:after{
			content: "";
			grid-column: 1;
			grid-row: 1;
			background: rgba(0, 0, 0, 0.13);
			pointer-events: none;
			mix-blend-mode: multiply;
		}
		& a{
			grid-column: 1;
			grid-row: 1;
			display: block;
		}
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			background: #fcc;
			@media (min-width: 576px){
				aspect-ratio: 2 / 1;
			}
			@media (min-width: 992px){
				aspect-ratio: 1440 / 600;
			}
		}
	}
}

#detail{
	display: grid;
	margin-bottom: 64px;
	@media (min-width: 576px){
		margin-bottom: 80px;
	}
}

#detailHeader{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	grid-template-rows: 1fr auto 1fr auto;
	&:before {
		content: "";
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		justify-self: center;
		height: 44px;
		aspect-ratio: 260 / 52;
		background: #fff;
		pointer-events: none;
		z-index: 1;
		transform: rotate(-10deg);
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"></svg>') center no-repeat;
		-webkit-mask-size: contain;
	}
	@media (min-width: 576px){
		&:before {
			height: 60px;
		}
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &:before{
		-webkit-mask-image: var(--type-noto)
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &:before{
		-webkit-mask-image: var(--type-kanazawa)
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &:before{
		-webkit-mask-image: var(--type-hakusan)
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &:before{
		-webkit-mask-image: var(--type-kaga)
	}
	&>*{
		grid-column: 2;
	}
	& h2{
		grid-row: 2;
		align-self: center;
		justify-self: center;
		margin: 24px 0 32px 0;
		padding: 0.125em 0.5em 0.2em 0.5em;
		font-family: var(--font-min);
		font-size: 32px;
		background: #fff;
		letter-spacing: 0.05em;
		line-height: 1;
		z-index: 1;
		@media (min-width: 576px){
			margin: 40px 0 48px 0;
			font-size: 43px;
		}
		& span{
			color: var(--color-variable);
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
				color: var(--color-noto);
			}
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
				color: var(--color-kanazawa);
			}
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
				color: var(--color-hakusan);
			}
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
				color: var(--color-kaga);
			}
		}
	}
	& h3{
		grid-row: 3;
		align-self: start;
		justify-self: center;
		color: #fff;
		font-family: var(--font-min);
		font-size: 18px;
		letter-spacing: 0.05em;
		z-index: 1;
		@media (min-width: 576px){
			font-size: 20px;
		}
	}
	& h3+div{
		margin-top: 32px;
		font-size: 16px;
		font-family: var(--font-min);
		@media (min-width: 576px){
			margin-top: 56px;
			font-size: 18px;
		}
	}
	& figure{
		grid-column: 1 / 4;
		grid-row: 1 / 4;
		display: grid;
		&:after{
			content: "";
			grid-column: 1;
			grid-row: 1;
			background: rgba(0, 0, 0, 0.23);
			pointer-events: none;
			mix-blend-mode: multiply;
		}
		& img{
			grid-column: 1;
			grid-row: 1;
			height: min(75vw, 360px);
			object-fit: cover;
		}
	}
}

#detailIndex{
	justify-self: center;
	width: min(var(--wrap-fit), 1040px);
	margin-top: 32px;
	@media (min-width: 576px){
		margin-top: 56px;
	}
	& h3{
		display: none;
	}
	& ul{
		display: grid;
		grid-gap: 16px 24px;
		@media (min-width: 992px){
			grid-template-columns: repeat(2, 1fr);
		}
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		align-content: center;
		align-items: center;
		min-height: 110px;
		padding: 8px 16px;
		background: var(--color-variable);
		border-radius: 55px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
			background: var(--color-noto);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
			background: var(--color-kanazawa);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
			background: var(--color-hakusan);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
			background: var(--color-kaga);
		}
		&:has(wbr){
			word-break: keep-all;
			overflow-wrap: break-word;
		}
		@media (min-width: 1200px){
			font-size: 17px;
		}
	}
}

#detailContents{
	justify-self: center;
	display: grid;
	grid-row-gap: 48px;
	width: var(--wrap);
	margin-top: 32px;
	@media (min-width: 576px){
		grid-row-gap: 70px;
		margin-top: 56px;
	}
	#plan0{
		display: none;
	}
}

#detailFooter{
	justify-self: center;
	display: flex;
	justify-content: center;
	width: var(--wrap);
	margin-top: 64px;
	@media (min-width: 576px){
		margin-top: 92px;
	}
	a{
		display: grid;
		align-items: center;
		min-height: 80px;
		padding: 4px 32px;
		background: #fff;
		border: 1px solid var(--color-border);
		border-radius: 40px;
		color: inherit;
		text-align: center;
		text-decoration: none;
 		@media (min-width: 576px){
			min-height: 90px;
			border-radius: 45px;
			font-size: 17px;
		}
		&:has(wbr){
			word-break: keep-all;
			overflow-wrap: break-word;
		}
	}
}

.plan{
	position: relative;
	padding: 8px;
	border: 16px solid transparent;
	border-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><polygon points="32 0 16 0 0 16 0 32 16 48 32 48 48 32 48 16 32 0" style="fill: white;"/><line x1="16" y1=".5" x2="32" y2=".5" style="fill: none; stroke: black; stroke-miterlimit: 10;"/><line x1=".5" y1="16" x2=".5" y2="32" style="fill: none; stroke: black; stroke-miterlimit: 10;"/><line x1="16" y1="47.5" x2="32" y2="47.5" style="fill: none; stroke: black; stroke-miterlimit: 10;"/><line x1="47.5" y1="32" x2="47.5" y2="16" style="fill: none; stroke: black; stroke-miterlimit: 10;"/></svg>') 16 fill / 16px / 0 repeat;
	scroll-margin-top: 24px;
	@media (min-width: 576px){
		padding: 36px;
	}
	&:has(.planInfo){
		padding-top: 24px;
		@media (min-width: 576px){
			padding: 36px;
		}
	}
}

.planTitle{
	position: relative;
	display: block;
	margin-top: 24px;
	padding-left: 1.6em;
	color: var(--color-variable);
	font-size: 18px;
	font-family: var(--font-min);
	letter-spacing: 0.05em;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: currentColor;
	@media (min-width: 576px){
		font-size: 24px;
	}
	@media (min-width: 1200px){
		margin-left: 24px;
		font-size: 31px;
	}
	&:has(wbr){
		word-break: keep-all;
		overflow-wrap: break-word;
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
		color: var(--color-noto);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
		color: var(--color-kanazawa);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
		color: var(--color-hakusan);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
		color: var(--color-kaga);
	}
	&:before{
		content: "\201C";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 4.548em;
		align-self: start;
		line-height: 0.5;
		-webkit-text-fill-color: white;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--color-variable);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &:before{
		-webkit-text-stroke-color: var(--color-noto);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &:before{
		-webkit-text-stroke-color: var(--color-kanazawa);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &:before{
		-webkit-text-stroke-color: var(--color-hakusan);
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &:before{
		-webkit-text-stroke-color: var(--color-kaga);
	}
}

.planInfo{
	position: absolute;
	top: -16px;
	left: 8px;
	padding: 4px 12px;
	background: #B92424;
	color: #fff;
	font-weight: 700;
	@media (min-width: 576px){
		left: 36px;
	}
}

.planText{
	margin-top: 24px;
	padding: 16px 24px;
	background: #f2f2f2;
	letter-spacing: 0.05em;
	@media (min-width: 576px){
		margin-top: 48px;
		padding: 32px 40px;
	}
	:has([conten*t="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
		background: #E4F6FC;
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
		background: #FFF9EA;
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
		background: #E6F2EB;
	}
	:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
		background: #FFEFF2;
	}
}

.planPhoto{
	display: grid;
	margin-top: 16px;
	@media (min-width: 576px){
		grid-template-columns: repeat(2, 1fr);
	}
	& img{
		aspect-ratio: 1 / 0.667;
		object-fit: cover;
		@media (min-width: 576px){
			&:only-child{
				grid-column: 1 / 3;
				aspect-ratio: 16 / 9;
			}
		}
		&[src="[url]"]{
			display: block;
			background: #ccc;
		}
	}
}

.planData{
	margin-top: 24px;
	@media (min-width: 576px){
		margin-top: 52px;
	}
	& dl{
		display: grid;
		@media (min-width: 576px){
			grid-template-columns: 12em 1fr;
			margin-top: -16px;
		}
	}
	& dt,
	& dd{
		letter-spacing: 0.05em;
		@media (min-width: 576px){
			padding: 16px 8px;
		}
	}
	& dt{
		border-bottom: 1px solid var(--color-variable);
		font-weight: 700;
		@media (max-width: 575.98px){
			margin-bottom: 8px;
			padding-bottom: 8px;
			color: var(--color-variable);
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
				color: var(--color-noto);
			}
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
				color: var(--color-kanazawa);
			}
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
				color: var(--color-hakusan);
			}
			:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
				color: var(--color-kaga);
			}
			&:nth-of-type(n+2){
				margin-top: 24px;
			}
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
			border-color: var(--color-noto);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
			border-color: var(--color-kanazawa);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
			border-color: var(--color-hakusan);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
			border-color: var(--color-kaga);
		}
	}
	& dd{
		@media (min-width: 576px){
			border-bottom: 1px solid var(--color-border);
			&:nth-of-type(1){
				font-size: 18px;
			}
		}
		&:nth-of-type(1){
			font-weight: 700;
		}
	}
	& a{
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
			color: var(--color-noto);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
			color: var(--color-kanazawa);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
			color: var(--color-hakusan);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
			color: var(--color-kaga);
		}
	}
}

.planInquiry{
	margin-top: 24px;
	padding: 16px 24px;
	background: #f4f4f4;
	letter-spacing: 0.05em;
	@media (min-width: 576px){
		margin-top: 52px;
		padding: 32px 40px;
	}
	& a{
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/noto/"]) &{
			color: var(--color-noto);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kanazawa/"]) &{
			color: var(--color-kanazawa);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/hakusan/"]) &{
			color: var(--color-hakusan);
		}
		:has([content*="https://www.hot-ishikawa.jp/taiken2024/kaga/"]) &{
			color: var(--color-kaga);
		}
	}
}

.planApplication{
	display: grid;
	grid-row-gap: 16px;
	margin-top: 24px;
	@media (min-width: 576px){
		grid-row-gap: 24px;
		margin-top: 52px;
	}
	& h4{
		justify-self: center;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	& h4+div{
		display: grid;
		justify-content: center;
		grid-gap: 16px 40px;
		&:has(a){
			grid-template-columns: repeat(1, min(100%, 320px));
		}
		@media (min-width: 576px) {
			&:has(a:nth-child(2)){
				grid-template-columns: repeat(2, min(50%, 320px));
				grid-row-gap: 24px;
			}
		}
	}
	& p{
		font-weight: 700;
		letter-spacing: 0.05em;
		@media (min-width: 576px){
			font-size: 18px;
		}
	}
	& a{
		display: grid;
		grid-template-columns: auto 18px;
		justify-content: center;
		align-items: center;
		grid-gap: 16px;
		min-height: 72px;
		height: fit-content;
		padding: 8px 16px 8px 24px;
		background: #000;
		border-radius: 36px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		@media (min-width: 576px){
			min-height: 90px;
			border-radius: 45px;
			font-size: 20px;
		}
		&[href*="widgets.bokun.io"]{
			background: #C41E30;
		}
		&[href*="jalan.net"]{
			background: #F85601;
		}
		&:after{
			content: "";
			aspect-ratio: 1;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M10.03.85v2.02h3.67l-7.55,7.55,1.43,1.43,7.55-7.55v3.67h2.02V.85h-7.12ZM13.09,15.13H2.87V4.65h6.12v-2.02H.85v14.51h14.26v-8.14h-2.02v6.12Z"/></svg>') center no-repeat;
			-webkit-mask-size: contain;
		}
	}
}

/*割引クーポン用 <a>にsaleNowをつける*/
.planApplication {
	& a.saleNow {
		margin-bottom: 54px;
		position: relative;
		&:before{
			white-space: pre;
			position: absolute;
			left: 50%;
			bottom: 0;
			transform: translate(-50%, 110%);
			color: #C41E30;
			@media (min-width: 576px){
				 font-size: 0.8em;
				}
			}
		&[data-target="#bokunWidget9-1"]:before{
			content: "今なら500円OFFの\A割引クーポンあり";
		}
		&[data-target="#bokunWidget9-2"]:before,
		&[data-target="#bokunWidget5"]:before,
		&[data-target="#bokunWidget2"]:before{
			content: "今なら1500円OFFの\A割引クーポンあり";
		}
	}
}

#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
	}
a.toggleWidget {
	background: #C41E30;
	cursor: pointer;
	}

.bokunWidgetWrap {
    display: none;
	position: fixed;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	background: #fff;
	z-index: 100;
	overflow: auto;
	padding: 0 20px 40px;
	width: min(100%, 1400px);
	}
.closeWidget {
	background: #fff;
	position: sticky;
	top: 0;
	width: 100%;
	text-align: right;
	}
.closeWidget img{
	width: fit-content;
	padding: 1em;
	cursor: pointer;
	}
body.noScroll {
    overflow: hidden;
	}


:root{
	--type-kanazawa: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 52"><path d="M173.1,26.25s-.08-.05-.23-.05-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.02-.71.02-.24.04-.46.08-.66.03-.11.04-.22.02-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.25.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3,0,0-.02.02-.03.03-.11,0-.21,0-.31.04-.06.03-.11.07-.15.13-.05.06-.1.12-.15.18-.31.21-.55.38-.74.51-.16.12-.33.23-.51.33-.16.09-.33.15-.51.2-.19.05-.42.13-.69.23-.39.22-.81.37-1.25.46-.29.04-.74.09-1.35.15-.32.07-.65.08-.97.03-.31-.05-.62-.13-.92-.23l-.51-.51c-.18-.18-.33-.39-.46-.61-.13-.07-.24-.19-.28-.33-.09-.2-.15-.42-.18-.64-.03-.24-.06-.47-.08-.71-.02-.24-.03-.43-.03-.56,0-.2,0-.41.03-.61s.02-.44.02-.71c-.12-.16-.28-.29-.46-.38-.21-.12-.38-.28-.51-.48-.07-.03-.1-.07-.1-.1s-.09-.03-.26,0c-.51.1-.71.36-.61.76.03.25.04.49.03.74-.01.25.01.5.08.74.09.29.14.59.15.89-.03.31-.16.6-.36.84-.17.41-.3.73-.38.97-.08.22-.17.43-.28.64-.1.19-.22.39-.36.61-.19.29-.39.57-.61.84-.13.16-.25.33-.36.51-.11.18-.25.33-.41.46-.15.28-.34.53-.56.76-.26.3-.56.56-.89.79-.29.21-.62.36-.97.46-.29.1-.6,0-.79-.23-.1-.07-.25-.17-.43-.31-.19-.14-.28-.26-.28-.36-.07-.44-.14-.87-.23-1.28-.08-.46-.04-.94.13-1.38.03-.24.04-.48.02-.71-.02-.24,0-.48.08-.71.06-.31.1-.63.13-.94.03-.32.09-.64.18-.94.03-.21-.07-.34-.31-.41-.05-.04-.09-.11-.1-.18,0-.05-.05-.11-.15-.18-.23-.05-.46-.08-.69-.1-.09,0-.2.14-.33.41-.1.09-.18.21-.23.33-.07.14-.16.27-.28.38-.41.54-.74,1.01-.99,1.4s-.57.86-.94,1.4c-.08.11-.17.22-.28.31-.12.1-.23.2-.33.31-.41.59-.85,1.16-1.33,1.71-.39.44-.83.83-1.33,1.15-.22.15-.48.21-.74.18-.15-.05-.27-.28-.33-.69.08-.23.14-.47.18-.71.05-.31.09-.54.13-.71.17-.51.35-1.02.53-1.53.19-.51.37-1.04.54-1.58.16-.22.25-.49.23-.77-.02-.28.03-.56.13-.82-.03-.09-.01-.19.05-.26.07-.1.09-.17.05-.2-.11-.25-.19-.5-.26-.77-.03-.17-.29-.2-.77-.1-.44-.05-.85.23-.97.66.03.12.03.24,0,.36l-.1.41c-.11.29-.18.59-.25.89-.03,0-.05.02-.05.03l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.08.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.66,1.32-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.32.3-.61.63-.91.95-.04-.02-.08-.04-.12-.05-.17-.04-.33-.09-.48-.15-.14-.05-.29-.07-.43-.08-.22-.02-.37-.03-.43-.03-.14,0-.27,0-.41-.03-.14-.02-.27,0-.41.03-.29.07-.59.11-.89.13-.32.02-.64.08-.94.18-.27.07-.56.14-.87.23-.31.08-.6.21-.87.38l-.26.13c-.17.08-.37.17-.59.26-.22.09-.43.16-.61.23l-.28.1c-.1.07-.19.07-.26,0-.07-.07-.12-.14-.15-.23-.04-.1-.09-.19-.15-.28-.26-.36-.59-.68-.97-.92-.37-.24-.77-.44-1.17-.61l-.66-.1c-.63-.03-1.25.07-1.84.31h0c-.18.06-.36.09-.55.11,0-.06.02-.13.05-.18.04-.06.07-.12.1-.18l.46-.82c.13-.27.17-.58.1-.87-.06-.3-.25-.56-.51-.71l-1.02-.71c-.1-.07-.21-.1-.33-.1-.13,0-.26-.02-.38-.05-.39.01-.78.08-1.15.2-.46.14-.83.25-1.1.36-.2.09-.4.19-.59.31-.22.14-.47.31-.74.51-.09.08-.19.15-.31.2-.09.03-.18.09-.26.15-.12.07-.27.18-.47.33s-.27.14-.2-.03l.71-1.73c0-.15-.02-.3-.08-.43-.05-.12-.11-.13-.18-.03-.07-.03-.12-.09-.15-.15l-.15-.15c-.1,0-.2,0-.31-.03-.14-.02-.27-.03-.41-.03-.14,0-.28.08-.36.2-.07.07-.12.16-.15.26v.46c-.03.26-.09.52-.18.77-.07.28-.17.55-.28.82l-.36.82-.41.82c-.07.17-.14.33-.23.48-.08.15-.11.25-.08.28,0,.02,0,.05,0,.08-.22.26-.38.44-.47.53-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.08.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.48-.87,1.13-1.63,1.9-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.52.49-1.02,1.01-1.5,1.56l-.56.71c-.09.21-.2.4-.32.59-.09.07-.19.13-.26.23-.72.65-1.49,1.25-2.29,1.78-.21.17-.44.31-.69.43-.24.11-.47.24-.69.38h0c-.55.22-1.14.32-1.73.31-.64,0-1.26-.25-1.71-.71-.16-.12-.3-.27-.41-.43l-.36-.54c-.11-.08-.2-.2-.25-.33-.07-.16-.13-.3-.2-.43-.07-.33-.16-.65-.28-.97-.12-.33-.17-.67-.13-1.02v-.36c-.03-.21-.03-.43,0-.64.04-.18.05-.36.05-.54.03-.2.03-.41,0-.61-.04-.22-.09-.45-.15-.66-.03-.21-.14-.39-.31-.51-.38-.33-.84-.55-1.33-.66h-.26c-.27.03-.54.08-.82.13-.29.06-.57.17-.82.33-.27.2-.53.42-.77.66-.27.27-.53.51-.77.71-.07.07-.13.05-.2-.05-.03-.03-.04-.13-.02-.28.02-.15.04-.32.08-.51.03-.19.06-.36.08-.51s0-.25-.03-.28c-.32-.28-.76-.39-1.17-.31-.31.07-.44.2-.41.41-.03.1-.08.24-.13.41s-.1.36-.15.56c-.05.2-.1.4-.15.59-.03.13-.07.26-.13.38l-.2.56c-.15.3-.27.62-.36.94-.05.16-.08.34-.13.5-.02.02-.06.06-.07.08-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.76-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.08-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.52.49-1.02,1.01-1.5,1.56l-.56.71c-.11.25-.24.49-.38.71-.15.24-.26.49-.33.77-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.91.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15h0c.07.07.22.09.45.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.03-.92.33-.18.63-.38.93-.6-.01.03-.02.06-.04.09-.08.12-.12.26-.1.41-.14.19-.12.45.05.61l.66.46c.07.07.07.12,0,.15-.07.03-.03.05.1.05.24,0,.39-.05.46-.15.1-.1.2-.2.31-.28.1-.08.18-.17.26-.28.13-.14.22-.31.28-.48l.26-.66c.09-.22.17-.42.26-.61.07-.15.14-.3.23-.43.24-.35.52-.67.82-.97.36-.49.76-.95,1.2-1.38.43-.41.88-.8,1.35-1.17.14-.1.28-.21.43-.33.16-.12.34-.22.53-.28,0,0,0,0,.01-.01.03-.02.07-.02.09.01,0,0,0,0,.01.01.02.03.02.07-.01.09.03.18.03.36,0,.53-.03.18-.02.37.05.54.06.13.08.27.05.41,0,.56.06,1.11.15,1.66.09.58.28,1.14.56,1.66.19.39.43.76.71,1.1.27.32.56.66.87.99.44.32.92.58,1.43.77.55.23,1.14.33,1.73.31.18-.04.37-.05.56-.05.21,0,.41-.03.61-.1.37-.07.73-.19,1.07-.36.33-.17.66-.35.97-.56.2-.17.41-.32.64-.46.21-.13.41-.28.59-.46.1-.09.19-.16.28-.24.02.04.03.09.05.14l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.04-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.1.53.15.81.15h0c.07.07.22.09.45.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.04-.92,1.07-.58,1.99-1.4,2.68-2.4.06-.07.13-.18.21-.29.08-.02.19-.06.33-.15.25-.15.43-.26.54-.33l.15-.1c.16-.13.33-.25.51-.36.24-.14.46-.32.66-.51l.77-.56c.58-.36,1.17-.73,1.78-1.11.61-.38,1.05-.63,1.33-.76.13-.07.27-.11.41-.13.12-.01.24-.04.36-.08.07,0,.14.01.2.05.03.03.05.06.05.1-.15.45-.36.87-.61,1.28,0,.08-.04.15-.1.2-.15.25-.32.49-.51.71-.17.2-.36.42-.56.66l-1.12,1.33c-.03.06-.07.11-.13.15-.06.05-.12.1-.18.15l-.26.2c-.16.16-.33.32-.51.46s-.35.3-.51.46c-.07.07-.07.17,0,.31.21.34.49.64.82.87.09.1.24.12.36.05.2-.07.39-.17.56-.31.27-.24.56-.47.87-.69.31-.22.61-.45.92-.69,1.16-.87,2.45-1.54,3.83-1.99.09,0,.17-.02.26-.05.1-.03.2-.05.31-.05.19-.04.37-.06.56-.08.21-.02.42,0,.61.08.28.03.48.28.46.56.06.16.12.32.15.48.03.16.05.32.05.48.07.14,0,.24-.2.31-.07.03-.15.04-.23.03-.08-.02-.17.01-.23.08-.12.16-.28.28-.46.36-.19.08-.37.2-.51.36-.04.07-.12.1-.26.1-.13.1-.26.18-.4.26-.12.07-.23.13-.33.2-.06.06-.13.11-.2.15-.07.04-.14.09-.2.15-.24.1-.47.23-.69.38-.23.16-.41.38-.53.64-.04.04-.07.08-.1.13-.04.06-.09.1-.15.13-.15.1-.29.22-.41.36-.1.1-.17.15-.2.15-.06,0-.12,0-.18-.03-.05-.02-.11,0-.18.08l-.28.28c-.09.11-.14.24-.13.38,0,0,0,.01,0,.02,0,.05-.05.08-.1.08-.23.06-.45.15-.66.26-.22.12-.38.32-.46.56-.29.21-.52.49-.67.81-.17.31-.36.48-.56.51-.14.06-.26.14-.36.26l-.31.36c-.27.31-.53.6-.77.89-.24.29-.48.59-.71.89-.19.25-.35.52-.46.82l-.46.82c-.4.31-.66.77-.71,1.27-.05.2-.16.37-.31.51l-.2.26-.36,1.43c-.1.07-.12.21-.05.31-.02.25.07.49.26.66.17.14.33.26.46.36.15.11.3.21.46.31.13.04.27.06.41.05.36.1.74.07,1.07-.1l.51-.2c.18-.08.36-.18.51-.31.58-.37,1.15-.77,1.71-1.2.57-.43,1.09-.91,1.55-1.45l.94-.94c.32-.33.62-.68.89-1.05l.36-.26,1.43-1.79c.27-.37.56-.76.84-1.15.29-.39.57-.79.84-1.2.2-.26.37-.53.54-.82.15-.27.31-.54.48-.82l.2-.46.36-.71c.41-.78.65-1.63.71-2.5-.01-.02-.02-.03-.03-.05-.03-.1.02-.22.13-.25l2.45-1.02c.72-.32,1.47-.58,2.24-.76.69-.16,1.4-.2,2.1-.12l-.46.58c-.11.25-.24.49-.38.71-.15.24-.26.49-.33.76-.17.43-.15.91.05,1.33l.41.76c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.04-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15.07.07.22.09.46.06.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.03-.92.81-.44,1.53-1.01,2.13-1.7-.08.46-.18.92-.31,1.39-.03.27-.07.52-.1.74-.03.25-.02.5.05.74.08.32.34.56.66.61.07.14.19.24.33.28.13.04.26.1.38.18.41.16.86.2,1.3.13.39-.11.77-.23,1.15-.38.28-.13.54-.3.77-.51.12-.15.24-.3.38-.43l.43-.43c.4-.34.75-.74,1.05-1.17.36-.51.67-.93.94-1.28,0-.13.09-.17.26-.1l.05.1c0,.31,0,.7-.03,1.17-.02.38,0,.75.08,1.12.06.36.22.69.46.97.27.31.56.6.87.87l.2.1c.08.03.17.03.26,0,.54.4,1.24.53,1.89.36.44-.05.87-.17,1.28-.36.34-.17.65-.39.92-.66.13-.1.25-.21.36-.33.12-.13.26-.24.41-.33.53-.54,1.02-1.12,1.45-1.73.38-.57.71-1.17.99-1.79.06-.19.15-.38.28-.54.09-.09.11-.16.08-.23,0-.07.04-.08.13-.05s.16.07.23.1c.2.09.36.24.46.43.14.22.26.35.36.38.48.26.98.47,1.5.64.52.16,1.07.2,1.61.13.27.03.54,0,.79-.08.22-.08.45-.12.69-.13h0c.16-.03.32-.08.48-.14.12-.05.23-.09.33-.13.1-.03.21-.08.33-.13s.28-.11.48-.18c.13-.03.24-.1.37-.14-.08.17-.17.35-.27.51-.15.24-.26.49-.33.76-.17.43-.15.91.05,1.33l.41.76c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15.07.07.22.08.46.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.04-.92,1.07-.58,1.99-1.4,2.68-2.4.14-.17.33-.45.59-.84.23-.26.31-.61.23-.94l-.2-.31ZM103.42,31c-.14.27-.27.55-.41.84-.14.29-.26.57-.36.84-.23.3-.43.62-.59.97-.14.32-.32.63-.54.92-.14.24-.27.46-.41.66-.15.22-.32.43-.51.61-.06.05-.09.12-.1.2.01.15-.06.29-.18.38-.13.09-.24.2-.33.33l-.41.31c-.14.1-.24.25-.31.41-.34.41-.7.81-1.07,1.2-.37.39-.75.79-1.12,1.2-.17.17-.36.35-.56.53-.2.19-.39.37-.56.54l-.66.61c-.27.24-.54.46-.82.66-.27.2-.54.39-.82.56-.21.17-.45.29-.71.36l-.46.2c-.07.03-.14.02-.2-.03-.06-.04-.1-.11-.1-.18l.05-.2.1-.36.77-1.78s.04-.1.05-.15c0-.04.02-.07.05-.1.16-.09.28-.22.36-.38.08-.17.16-.33.26-.48.2-.27.41-.57.61-.89.2-.32.44-.62.71-.89l.36-.51s.06-.08.08-.13c.03-.07.07-.13.13-.18.16-.09.29-.22.38-.38.09-.16.22-.29.38-.38l.76-.82c.03-.06.07-.11.13-.15.06-.05.12-.1.18-.15.35-.18.64-.44.87-.76.1-.13.22-.24.36-.33.12-.07.22-.17.31-.28.09-.13.2-.24.33-.33.12-.09.23-.16.33-.23.2-.1.38-.23.54-.38l.48-.49c.12-.12.25-.23.38-.33.12-.09.26-.2.43-.33.14-.07.26-.13.38-.2.11-.06.21-.15.28-.26.03-.07.07-.1.1-.1.04,0,.07-.02.1-.05l.82-.46s.06,0,.08.02c.02.02.05.03.08.03l.05.05c.01.09,0,.18-.05.26ZM37.64,35.43c-.34-.07-.67-.14-.99-.23-.34-.09-.69-.13-1.04-.13-.28,0-.56-.05-.82-.15-.24-.03-.47-.07-.69-.1-.23-.03-.46-.03-.69,0-.19,0-.38-.02-.56-.05-.2-.03-.39-.07-.56-.1-.24,0-.46,0-.66.03-.21.02-.42,0-.61-.08-.59-.1-1.19-.15-1.78-.15-.22,0-.44,0-.66-.05-.17-.07-.35-.1-.53-.1h-.54l-2.24-.1c-.2-.03-.41-.06-.61-.08-.2-.02-.39-.03-.56-.03-.41-.03-.82-.04-1.22-.03-.41.02-.82,0-1.22-.08h-.31c-.25.07-.51.09-.76.08-.24-.02-.49-.02-.77-.02s-.54,0-.79-.03c-.26-.02-.53,0-.79.03-.45.03-.9.04-1.35.02-.45-.02-.9,0-1.35.03-.14,0-.28-.01-.41-.05-.1,0-.12-.03-.05-.1.03-.3.09-.6.18-.89.08-.29.18-.57.28-.84.23-.64.44-1.28.63-1.91.19-.63.36-1.28.54-1.96.14-.37.27-.72.41-1.05.14-.34.24-.69.31-1.04.14-.27.35-.5.61-.66l.41-.2c.31-.17.63-.33.97-.48.34-.15.65-.37.92-.64h.1c.31-.14.61-.29.92-.46.31-.17.59-.34.87-.51.2-.14.42-.27.64-.41.22-.14.45-.26.69-.36.27-.14.53-.28.79-.43.26-.15.52-.32.79-.48.24-.14.48-.28.71-.43.24-.15.5-.28.77-.38l.61-.36c.41-.27.82-.54,1.22-.79.41-.25.85-.5,1.33-.74.44-.24.88-.49,1.3-.77.42-.27.88-.54,1.35-.82.34-.2.66-.42.97-.64.31-.22.61-.43.92-.64.2-.14.41-.26.61-.38.22-.13.42-.27.61-.43.37-.27.74-.54,1.1-.79.36-.25.73-.5,1.1-.74.17-.17.36-.31.56-.43.22-.13.42-.27.61-.43.37-.27.74-.56,1.1-.87.36-.31.73-.6,1.1-.87.43-.33.84-.68,1.22-1.07.18-.15.32-.34.41-.56.01-.22-.06-.44-.2-.61l-.15-.26c-.17-.24-.4-.43-.66-.56-.17-.1-.37-.05-.61.15-.33.39-.73.72-1.17.97-.1.07-.2.14-.28.23l-.23.23c-.68.64-1.39,1.25-2.14,1.81-.75.56-1.5,1.13-2.24,1.71-.37.27-.75.54-1.12.79-.37.26-.75.52-1.12.79-.3.24-.63.44-.97.61-.34.17-.64.41-.87.71l-.26.15c-.14.1-.26.2-.38.31-.12.1-.24.19-.38.26-.16.13-.33.24-.51.33-.18.09-.37.17-.56.23-.29.1-.58.22-.84.38-.25.15-.52.31-.79.48-.05.15-.16.27-.31.33-.13.05-.26.13-.36.23-.14.12-.29.21-.46.28-.14.05-.28.11-.41.18-.14.1-.3.19-.46.26-.17.1-.31.2-.43.28-.14.09-.28.17-.43.23-.29.09-.55.25-.76.46-.17.2-.4.35-.66.41l-.51.2c-.17.07-.33.17-.46.31-.27.17-.55.32-.84.46-.29.14-.59.27-.89.41-.05.06-.12.1-.2.13s-.15.07-.2.13c-.16.16-.34.3-.54.41-.19.1-.37.2-.54.31l-.1.05h-.1s-.06-.1-.05-.15c.03-.26.09-.52.18-.76.09-.24.18-.49.28-.77l.66-2.3c.07-.24.13-.46.2-.66.07-.2.13-.42.2-.66.16-.51.33-1.01.48-1.52s.3-1.04.43-1.58c.1-.17.15-.36.15-.56,0-.21.03-.41.1-.61.13-.32.23-.65.31-.99.07-.32.13-.66.2-.99.07-.34.13-.66.2-.97.07-.32.12-.64.15-.97,0-.14.01-.28.05-.41.17-.47.26-.96.28-1.45.02-.49.06-.97.13-1.45.05-.48-.29-.91-.77-.97-.26-.12-.53-.21-.82-.26-.47-.07-.68.12-.61.56v.74c0,.25-.04.5-.1.74,0,1.43-.16,2.85-.51,4.23-.03.13-.05.27-.05.41,0,.14-.04.28-.1.41-.07.27-.13.55-.18.84-.05.29-.13.57-.23.84,0,.17-.03.33-.1.48-.07.16-.12.32-.15.48-.07.31-.15.62-.26.92-.1.31-.19.59-.26.87-.15.38-.27.77-.36,1.17-.07.2-.13.41-.18.61-.05.2-.11.41-.18.61-.17.47-.33.94-.48,1.4-.16.47-.25.96-.28,1.45-.04.06-.06.13-.05.2-.06.15-.1.3-.13.46-.02.14-.04.29-.08.46.01.18-.06.35-.2.46-.12.19-.21.39-.26.61.02.2-.08.4-.26.51-.5.38-1.05.71-1.63.97-.29.08-.56.2-.82.36-.25.16-.52.31-.79.43-.26.12-.51.27-.74.43-.68.34-1.36.69-2.04,1.04-.68.36-1.36.74-2.04,1.15-.08.05-.17.08-.26.1-.27.17-.55.31-.84.43-.3.13-.58.29-.84.48-.13.12-.29.21-.46.26-.48.21-.94.45-1.38.74-.44.29-.88.59-1.33.89-.35.17-.61.49-.71.87-.03.07-.07.14-.1.23-.03.07-.03.16,0,.23.1.27.19.54.28.79.08.25.21.49.38.69.25.5.73.84,1.28.92.13.07.27.11.41.13.14.02.27.04.41.08l.51.1c.3.06.61.1.92.1h6.07c.1,0,.15.07.15.2l-.3,1.17-.26.61c-.07.3-.15.6-.26.89-.1.29-.19.57-.26.84-.1.27-.19.56-.26.84-.07.3-.19.58-.36.84-.04.08-.05.17-.05.26-.07.31-.14.61-.23.92-.09.31-.2.62-.33.92-.13.3-.22.62-.25.94-.03.33-.12.65-.26.95-.07.16-.07.35,0,.51-.01.33.2.62.51.71.18.08.37.11.56.1.28.02.53-.18.56-.46,0-.1.01-.21.05-.31.03-.33.1-.65.2-.97.1-.32.19-.64.26-.97.1-.37.21-.73.33-1.07.12-.34.25-.7.38-1.07.1-.37.21-.76.33-1.15.12-.39.25-.77.38-1.15l.42-1.22c.14-.41.26-.82.36-1.22l.36-.92c.04-.22.24-.37.46-.36h.2c.26-.04.52-.05.79-.06h.79c.27,0,.53,0,.77-.02.26-.02.51,0,.77.02.27,0,.53-.02.79-.08.26-.05.53-.04.79.03.11.07.25.07.36,0,.5-.14,1.03-.14,1.53,0,.13.04.27.06.41.05h.87c.52-.07,1.05-.08,1.58-.02.51.05,1.04.08,1.58.08.04-.03.09-.03.15,0,.28.07.58.1.87.1.31,0,.61.02.92.05.27,0,.55,0,.84.03.29.02.57.02.84.02.27.03.56.08.87.13.29.05.58.06.87.02.1,0,.21.01.31.05.2.07.4.1.61.1h1.79c.46,0,.92.02,1.38.08.46.05.92.08,1.38.08.52,0,1.02-.18,1.43-.51.17-.1.18-.22.05-.36-.16-.15-.35-.25-.56-.31ZM14.93,27.94c-.07.27-.13.53-.2.77-.07.25-.12.51-.15.77-.1.2-.18.42-.23.64-.05.22-.11.45-.18.69-.07.13-.12.27-.15.41-.03.14-.1.26-.2.36-.09.14-.14.3-.15.46,0,.3-.05.61-.15.89-.1.29-.19.57-.26.84,0,.2-.12.31-.36.31-.41.14-.84.21-1.28.2-.48,0-.93,0-1.38.03s-.88.02-1.33.02h-1.28c-.54.03-1.08.01-1.61-.05-.52-.07-1.02-.13-1.5-.2-.12,0-.24-.02-.36-.05-.12-.04-.24-.09-.36-.15-.04,0-.06-.02-.08-.08-.02-.05.01-.11.08-.18.3-.27.61-.51.94-.74.34-.23.69-.44,1.04-.64.75-.44,1.49-.87,2.22-1.28.73-.41,1.49-.82,2.27-1.22l2.85-1.57,1.58-.71c.13-.07.2-.03.2.1,0,.07,0,.13.03.2.02.07,0,.14-.03.2ZM258.06,26.56l-.2-.31s-.08-.05-.23-.05-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.25.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.27.25-.51.53-.76.79-.13.06-.28.11-.42.12-.02-.02-.11.06-.28.23-.34.24-.54.38-.61.43-.07.05-.25.16-.56.33-.48.24-.94.49-1.4.74-.46.25-.96.52-1.5.79-1.05.48-2.09.93-3.11,1.38-1.11.47-2.25.85-3.42,1.12-.32.13-.65.2-.99.2-.3,0-.6.02-.89.05-.19,0-.38-.01-.56-.05-.18,0-.36-.04-.54-.1-.19-.07-.36-.2-.48-.36-.17-.15-.29-.34-.36-.56,0-.24,0-.51.03-.82.01-.29.11-.58.28-.82,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.1l.2.15s.02.04.04.06c.16.21.46.25.68.09.17-.03.33-.06.48-.08.14-.01.28-.08.38-.18.08-.08.18-.15.28-.2s.2-.12.28-.2c.48-.37.93-.76,1.35-1.17.42-.4.82-.83,1.2-1.28.51-.52.74-1.27.61-1.99l-.2-.51c-.2-.19-.43-.35-.69-.46-.26-.13-.57-.15-.84-.05-.12.08-.26.14-.41.15-.39.19-.76.4-1.12.64-.32.21-.63.44-.92.69-.87.69-1.63,1.52-2.24,2.45-.24.37-.39.63-.46.77-.07.14-.19.41-.36.82l-.1.31c-.09.13-.13.28-.13.43-.02.22-.03.37-.03.43-.07.52.06,1.06.38,1.48.32.43.67.84,1.05,1.22.28.24.63.39.99.43.39.05.77.11,1.15.18.41,0,.71-.01.91-.03.29-.03.58-.09.87-.18l1.48-.41c.74-.17,1.47-.4,2.17-.69.7-.29,1.39-.57,2.07-.84.31-.14.62-.29.94-.46.32-.17.67-.34,1.05-.51.54-.34,1.07-.65,1.58-.92.03-.02.06-.04.09-.06-.02.07-.05.14-.07.21-.17.43-.15.91.05,1.33l.41.76c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15.07.07.22.08.46.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.03-.92,1.07-.58,1.99-1.4,2.68-2.4.14-.17.33-.45.59-.84.23-.26.31-.61.23-.94ZM226.64,27.58c.25-.55.63-1.04,1.1-1.43.5-.4,1.06-.73,1.66-.97.03,0,.07,0,.1-.03s.07-.02.1-.02c-.46.56-.95,1.09-1.48,1.58-.5.47-1.04.88-1.63,1.22h0c.07-.24.12-.36.15-.36ZM223.67,24.77c.06,0,.13-.02.18-.05.05-.03.06-.07.02-.1-.03-.05-.04-.1-.05-.15,0-.04-.02-.07-.05-.1-.15-.16-.33-.28-.53-.36-.19-.07-.38-.13-.59-.2-.44-.11-.91-.07-1.33.1-.44.14-.9.3-1.38.48-.45.17-.85.44-1.17.79-.1.14-.22.26-.36.36-.1.07-.26.19-.46.36h-.05v-.1c.07-.37.13-.73.18-1.07.05-.34.09-.7.13-1.07.07-.2-.03-.39-.31-.56-.22-.16-.46-.3-.71-.41-.15-.1-.34-.12-.51-.05-.19.04-.32.22-.31.41,0,.53-.06,1.07-.2,1.58-.03.17-.05.34-.05.51,0,.17-.03.35-.1.51-.17.61-.31,1.23-.43,1.86s-.26,1.25-.43,1.86c-.08.5-.23.98-.46,1.43-.1.17-.19.35-.26.54-.07.19-.13.36-.2.53,0,0,0,0,0,0-.11.2-.04.45.15.56.28.24.61.42.97.51.12.07.26.07.38,0,.14-.06.26-.17.33-.31,0-.07,0-.13.02-.2.02-.07.02-.13.03-.2.14-.38.26-.74.36-1.1.11-.37.26-.72.46-1.04.12-.09.21-.22.26-.36.14-.2.28-.42.43-.64.14-.2.27-.42.38-.64.37-.48.68-.84.92-1.1.22-.24.46-.45.71-.64.27-.24.54-.48.79-.74.25-.25.53-.47.84-.64.17-.1.35-.2.54-.31.17-.1.35-.18.53-.26.28-.1.58-.12.87-.05.07.03.15.04.23.03.04-.02.09,0,.13.03h.09ZM210.8,6.73l-.87-.46c-.11-.06-.23-.09-.36-.1-.42-.07-.86-.05-1.27.05-.27.1-.52.2-.74.31-.22.1-.42.24-.59.41-.11.12-.25.21-.41.26-.21.12-.42.26-.61.41l-2.55,2.4c-.1.07-.19.15-.26.25-.24.24-.46.48-.66.71l-.61.71-1.22,1.48-1.33,1.73c-.44.58-.87,1.16-1.27,1.73l-.87,1.22c-.16.16-.3.34-.41.54-.1.19-.22.38-.36.59-.14.2-.27.39-.41.56-.14.17-.26.36-.36.56-.17.34-.37.65-.61.94s-.44.61-.61.94c0,.03-.05.1-.15.2-.15.15-.28.32-.38.51-.09.17-.18.34-.28.51-.11.21-.23.42-.36.61-.13.2-.29.39-.46.56l-.61,1.02c-.17.34-.37.68-.59.99-.22.32-.45.65-.69.99,0,.04-.07.09-.2.15-.11.06-.23.09-.36.1-.65.18-1.32.3-1.99.36-.13.04-.27.06-.41.05-.26.09-.45.33-.46.61-.03.17.02.34.15.46.24.23.52.42.82.56.2.09.4.15.61.2.04.04.07.08.1.13.03.05.03.09,0,.13-.13.17-.24.36-.31.56-.07.2-.17.39-.31.56-.1.1-.18.22-.23.36-.05.14-.11.28-.18.41-.03.07-.14.27-.33.61-.19.34-.38.69-.59,1.04-.2.36-.4.67-.59.94-.19.27-.3.37-.33.31-.04.04-.06.08-.08.13-.03.07-.07.13-.13.18-.08.16-.19.32-.31.46l-.18.18-.18.18c-.12.14-.22.3-.31.46-.17.27-.36.54-.56.79-.21.26-.43.51-.66.74-.06.02-.1.06-.14.11-.1.15-.06.35.09.45.08.14.2.25.36.31.3.16.63.25.97.26.38.13.8-.05.97-.41.11-.12.2-.26.26-.41l.56-.87c.1-.18.21-.35.33-.51.09-.1.16-.19.23-.26.08-.08.15-.18.2-.28.07-.12.19-.32.36-.59l.97-1.63c.19-.34.36-.69.51-1.05.1-.26.2-.48.31-.69.1-.2.22-.43.36-.66l.61-1.07c.09-.16.18-.32.26-.48.08-.17.18-.34.31-.48.19-.33.5-.57.87-.66.47-.13.93-.3,1.38-.51.44-.2.9-.36,1.38-.46.41-.17.81-.31,1.2-.43l1.25-.38,1.28-.31c.56-.17,1.13-.29,1.71-.38.56-.09,1.13-.18,1.71-.28.95-.2,1.85-.36,2.7-.46.28-.07.56-.09.84-.05.28.03.57.02.84-.05.1-.02.2-.04.31-.05.03,0,.03.07,0,.2-.03.07-.08.13-.13.18-.05.05-.08.11-.08.18-.02.21-.06.41-.13.61-.05.14-.11.32-.18.56l-.15.51c-.24.51-.36,1.07-.36,1.63,0,.06,0,.12.03.18.02.06,0,.13-.03.18-.1.25-.16.52-.18.79-.02.26-.08.51-.18.74-.04.18-.06.37-.05.56-.07.44-.14.87-.23,1.28-.09.42-.13.85-.13,1.28,0,.06-.02.13-.05.18-.03.05-.05.12-.05.18l-.1.56c0,.24-.01.48-.05.71-.07.35-.09.71-.08,1.07.01.37-.05.73-.18,1.07v.2c.07.28.09.58.08.87-.02.31-.04.63-.08.97.02.62.15,1.22.41,1.78,0,.1.03.19.1.26.11.25.34.43.61.46h.46c.27,0,.37-.12.31-.36-.03-.2-.07-.42-.1-.64-.03-.22-.08-.43-.15-.64.03-.43.03-.87-.02-1.3-.05-.43-.06-.87-.03-1.3,0-.27,0-.56.03-.87.01-.3.07-.59.18-.87.03-.07.04-.15.02-.23-.02-.09,0-.19.03-.28.03-.37.05-.76.05-1.15,0-.41.07-.81.2-1.2.07-.28.12-.56.15-.84.03-.29.1-.57.2-.84-.04-.29,0-.59.08-.87.09-.27.16-.54.23-.82,0-.13.03-.26.08-.38.05-.1.07-.22.08-.33,0-.25.03-.5.1-.74.07-.22.13-.47.2-.74.1-.51.21-.97.33-1.38.12-.41.25-.87.38-1.38.03-.14.09-.18.18-.13.11.05.23.04.33-.03.1,0,.19-.03.26-.1.11,0,.22-.04.33-.08.11-.04.22-.08.33-.13.09-.11.17-.23.23-.36.07-.11.11-.23.13-.36-.05-.09-.12-.18-.2-.26-.06-.08-.15-.14-.26-.15-.11-.04-.22-.05-.33-.02-.11.02-.23.01-.33-.03-.03,0-.05-.03-.05-.1,0,0,0,0,0-.01,0-.02-.03-.04-.05-.04.07-.22.11-.46.13-.69.02-.22.06-.43.13-.64.07-.24.13-.47.18-.69.05-.22.11-.43.18-.64.1-.23.16-.47.18-.71.02-.25.08-.49.18-.71.13-.51.28-1.02.43-1.53s.3-1.02.43-1.53c.07-.23.12-.46.15-.69.03-.22.07-.43.1-.64.1-.41.2-.8.28-1.17.08-.37.14-.74.18-1.12.06-.13.1-.27.1-.41.06-.25.09-.51.1-.77l.13-1.27c0-.24,0-.48.02-.71.02-.24.03-.48.03-.71,0-.68-.18-1.35-.51-1.94-.14-.3-.37-.56-.66-.71ZM210.28,10.41c0,.25-.02.49-.05.74-.07.38-.12.74-.15,1.1-.04.38-.12.75-.26,1.1,0,.03,0,.07-.03.1-.02.03-.02.07-.02.1.03.27,0,.55-.08.82-.09.27-.16.54-.23.82-.07.17-.12.35-.15.54-.03.18-.05.36-.05.53,0,.47-.09.94-.26,1.38-.1.23-.19.47-.26.71-.07.24-.15.49-.26.77-.07.23-.12.46-.15.69-.04.24-.1.47-.2.69-.06.13-.1.27-.1.41,0,.52-.14,1.03-.41,1.48-.17.39-.27.8-.31,1.22v.1c-.03.28-.28.48-.56.46h-.46l-.18.03c-.14.02-.29.03-.43.03h-.61c-.08.04-.17.06-.26.05-.24-.07-.49-.05-.71.05-.21.1-.44.14-.66.1-.06,0-.11.01-.15.05-.27.07-.53.13-.77.2-.25.07-.51.12-.76.15-.27,0-.53.03-.79.08-.25.05-.52.11-.79.18l-.61.15-3.16.82-2.86.77-.1-.05v-.1c.06-.12.12-.23.2-.33.07-.1.13-.21.15-.33.03-.12.08-.23.15-.33.06-.08.13-.16.2-.23l.18-.36c.05-.11.11-.21.18-.31.1-.19.21-.38.33-.56.13-.18.3-.34.48-.46.06-.05.1-.12.13-.2.02-.08.07-.15.13-.2.03-.03.05-.06.05-.1,0-.03.03-.07.1-.1.26-.25.44-.57.51-.92.12-.37.33-.7.61-.97.13-.04.25-.13.31-.25.08-.06.14-.15.15-.26.06-.28.17-.55.33-.79.15-.22.31-.47.48-.74.07-.1.17-.17.28-.2.13-.04.23-.13.28-.26.02-.13.06-.26.1-.38.03-.09.07-.18.1-.28,0,.04.05,0,.15-.1v-.05l.33-.48c.53-.78,1.11-1.53,1.73-2.24.11-.18.24-.35.38-.51.14-.16.27-.33.38-.51l.77-.97c.2-.2.39-.4.56-.59.17-.18.32-.38.46-.59l.2-.2.2-.2c.16-.09.3-.2.43-.33.13-.13.21-.3.23-.48,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.05c.29-.19.55-.43.77-.71.22-.29.52-.5.87-.61l.15-.2c.07-.07.15-.13.23-.18.08-.05.16-.11.23-.18.07-.04.14-.09.2-.15.07-.07.16-.12.26-.15.16-.06.3-.18.38-.33.09-.15.26-.24.43-.23l.54-.18c.15-.05.32-.11.48-.18.06-.04.13-.06.2-.05.21-.07.34-.02.41.15.06.12.11.23.15.36.04.12.05.24.05.36,0,.2,0,.41.02.61.02.19.04.38.08.56v.74Z"/></svg>');
	--type-noto: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 52"><path d="M86.27,10.53c.13-.41.31-.8.51-1.17.17-.31.33-.64.46-.97.13-.33.29-.66.46-.97.24-.51.46-1.02.66-1.53.2-.51.44-1,.71-1.48.11-.09.18-.22.2-.36.04-.13,0-.27-.1-.36-.15-.15-.32-.27-.51-.36-.08-.04-.17-.06-.26-.05-.43.09-.78.37-.97.77v.2c-.07.17-.12.26-.15.26-.02.05-.05.1-.1.13-.06.04-.11.08-.15.13-.2.34-.39.67-.56.99-.18.34-.33.69-.46,1.05-.04.15-.11.29-.2.41-.14.19-.26.4-.36.61-.07.17-.13.33-.2.49-.07.16-.12.32-.15.48-.06.2-.15.38-.26.56-.1.16-.18.33-.26.51-.09.25-.16.5-.2.76-.04.08-.06.17-.08.26-.01.1-.06.19-.13.26-.07.16-.15.32-.26.46-.04.11-.06.24-.05.36.03.1-.02.2-.15.31-.17.1-.23.2-.2.31,0,.29-.09.57-.26.82-.07.18-.16.36-.26.53-.09.17-.16.35-.2.54l-.51,1.43c-.17.48-.36.95-.56,1.43-.12.33-.21.67-.26,1.02-.03.2-.1.39-.2.56l-.56,1.43c-.13.16-.15.38-.05.56.07.2,0,.42-.15.56-.09.12-.16.26-.2.41-.04.16-.09.31-.15.46l-.1.46-.31.71c-.1.24-.15.5-.15.76,0,.07-.02.11-.05.13-.03.02-.05.06-.05.13-.1.31-.21.6-.33.89-.12.29-.2.59-.23.89-.02.32-.14.63-.36.87-.13.27-.25.54-.36.82-.1.28-.17.57-.2.87,0,.23-.05.46-.15.66-.1.2-.18.4-.26.61-.13.27-.25.54-.36.82-.1.26-.15.54-.15.82-.06.06-.11.14-.13.23-.02.08-.04.16-.08.23-.09.21-.13.44-.1.66v.1c.04.09.02.19-.05.26-.39.5-.66,1.07-.82,1.68-.06.15-.11.3-.15.46-.04.16-.09.31-.15.46-.07.13-.12.27-.15.41l-.1.41-.1.46c-.17.37-.33.72-.49,1.05-.16.34-.29.69-.38,1.04-.1.36-.23.71-.41,1.04-.17.32-.32.66-.46.99-.03.1-.08.21-.13.33s-.09.23-.13.33c-.24.58-.5,1.14-.79,1.68-.29.54-.59,1.09-.89,1.63-.17.27-.33.52-.48.74-.17.24-.35.47-.54.69-.13.16-.27.31-.43.43-.15.12-.32.23-.49.33-.16.14-.38.16-.56.05-.72-.3-1.29-.86-1.6-1.57-.27-.58-.51-1.15-.71-1.71-.21-.57-.36-1.16-.46-1.76-.07-.34-.13-.68-.18-1.02-.05-.34-.11-.68-.18-1.02-.1-.53-.17-1.07-.2-1.61-.04-.53-.09-1.06-.15-1.61-.07-.54-.13-1.08-.18-1.61s-.11-1.06-.18-1.61c-.07-.51-.12-1.03-.15-1.56-.03-.53-.07-1.05-.1-1.56-.07-.31-.1-.63-.1-.94,0-.32-.03-.63-.1-.94-.04-.11-.06-.24-.05-.36,0-.46-.02-.92-.08-1.38-.05-.44-.11-.9-.18-1.38l-.1-.77c-.03-.48-.09-.96-.18-1.43-.09-.48-.2-.96-.33-1.43-.07-.44-.22-.85-.46-1.22-.17-.31-.44-.55-.77-.69-.34-.15-.7-.23-1.07-.23-.88-.04-1.71.39-2.19,1.12-.17.27-.35.55-.54.84-.18.27-.34.55-.48.84-.17.34-.33.67-.48.99-.15.32-.31.64-.48.94l-.2.51c-.07.16-.1.34-.1.51-.04.2-.14.38-.31.51-.11.14-.2.3-.28.46-.08.16-.11.34-.08.51,0,.1-.03.19-.1.26-.03.06-.07.11-.13.15s-.1.09-.13.15c-.17.48-.36.94-.56,1.4-.2.46-.39.92-.56,1.4-.03.13-.07.26-.13.38-.05.12-.08.25-.08.38,0,.11-.03.21-.08.31-.05.11-.11.21-.18.31l-.15.36c-.1.27-.21.54-.33.82-.12.26-.21.54-.28.82-.17.54-.35,1.08-.54,1.61s-.35,1.06-.48,1.61c-.14.48-.27.92-.41,1.33-.14.43-.24.88-.31,1.33.01.09,0,.18-.05.25-.07.23-.12.46-.15.69-.03.22-.07.43-.1.64-.07.2-.11.4-.13.61-.02.21-.08.42-.18.61-.03.17-.07.31-.1.43-.04.14-.05.29-.05.43-.07.24,0,.39.2.46.23.08.45.19.66.31.34.07.68.07,1.02,0,.11,0,.22-.06.28-.15.08-.1.16-.2.23-.31,0-.08,0-.15.03-.23.02-.08.02-.15.03-.23.03-.24.06-.48.08-.71.02-.24.06-.48.13-.71.07-.28.11-.57.1-.87,0-.29.03-.58.1-.87.07-.27.14-.55.23-.84.08-.28.14-.56.18-.84.17-.3.29-.63.36-.97.06-.33.15-.65.26-.97.17-.44.32-.88.46-1.3s.27-.86.41-1.3c.1-.27.21-.55.33-.84.12-.29.23-.59.33-.89.17-.51.35-1.03.54-1.54.19-.51.4-1.02.64-1.53l.76-1.94c.17-.34.32-.66.46-.97.14-.31.27-.63.41-.97.27-.55.54-1.07.79-1.56.25-.49.52-.99.79-1.5.07-.1.14-.19.23-.28l.23-.23c.07-.1.13-.08.2.05.23.41.37.86.41,1.33l.42,1.95c0,.07,0,.13-.02.2-.02.07,0,.14.02.2l.1,1.33c.07.16.1.34.1.51v.51l.15,1.58c.07.54.13,1.08.2,1.61.07.53.09,1.07.05,1.61-.01.13.02.26.1.36.06.11.09.23.1.36,0,.14-.02.27-.05.41,0,.1,0,.2.03.31.02.12,0,.24-.03.36.07.28.11.57.13.87.02.31.11.61.28.87.04.11.06.24.05.36-.06.25-.1.51-.1.77,0,.26.02.51.05.77,0,.04.03.09.1.15v.36c0,.2,0,.41-.03.61-.01.21.07.42.23.56.07.04.07.12,0,.26v.59c0,.18.03.37.1.54.17.54.31,1.02.41,1.43.14.91.4,1.8.77,2.65l.1.2c.03.06.03.14,0,.2.06.25.15.49.28.71.12.2.25.42.38.66.22.39.54.73.92.97,1.22.89,2.84,1.01,4.18.31l.26-.15c.2-.21.41-.4.61-.59.21-.19.4-.41.56-.64.37-.58.73-1.15,1.07-1.71.34-.57.65-1.15.92-1.76l.36-.82c.24-.47.45-.96.64-1.45.19-.49.37-.98.54-1.45l.92-2.45c.17-.44.33-.87.48-1.3.16-.43.3-.84.43-1.25.17-.4.3-.81.41-1.22.1-.4.24-.8.41-1.17.14-.31.26-.61.36-.92l.31-.92.51-1.68c.14-.34.26-.67.38-.99.12-.32.23-.67.33-1.04.17-.58.35-1.15.53-1.71.19-.56.37-1.13.54-1.71.03-.13.08-.26.13-.38.05-.12.09-.23.13-.33,0-.25.05-.51.15-.74.1-.22.19-.45.26-.69l.26-.71.67-2.23,1.58-4.18c.06-.12.11-.25.13-.38.02-.12.06-.23.13-.33.3-.51.52-1.06.66-1.63.17-.38.33-.77.46-1.17ZM109.44,21.05c.39-.12.8-.16,1.2-.13l.2-.1c.16-.06.32-.11.48-.13.16-.02.32-.03.49-.03.25-.1.5-.16.76-.18.26-.02.51-.06.77-.13.04,0,.04-.04,0-.13s.03-.16.2-.23c.07,0,.09-.02.08-.08s-.08-.08-.18-.08c-.03,0-.04-.03-.03-.1s0-.08-.08-.05c-.23,0-.45-.03-.66-.12-.19-.08-.41-.08-.59.03-.1-.03-.22-.01-.31.05-.29-.14-.62-.15-.92-.05-.07.07-.16.1-.26.08-.09-.02-.17-.01-.26.03-.15-.1-.35-.11-.51-.03-.17.09-.37.13-.56.13-.65.17-1.16.29-1.56.36-.39.07-.94.19-1.66.36-.05-.04-.12-.05-.18-.03-.08.02-.09-.01-.02-.08.48-1.05.92-2.06,1.33-3.01.44-1.01.93-2,1.48-2.96.07-.11.09-.24.05-.36-.02-.11-.06-.21-.1-.31-.07-.1-.13-.2-.18-.31l-.13-.26c-.23-.15-.49-.22-.76-.2-.34,0-.55.08-.61.26l-.15.26c-.07.17-.12.32-.15.43-.03.1-.06.19-.1.28l-2.24,5.71-.31.77v.05s-.05.06-.05.1c0,.07-.12.15-.36.26-.17.07-.33.13-.46.18-.15.05-.3.1-.46.13-.07,0-.14.02-.2.05l-.2.1c-.2.03-.42.08-.64.13-.23.05-.44.15-.64.28-.11.01-.21.05-.31.1-.23.06-.45.14-.66.26-.1-.07-.17-.08-.2-.02-.03.05-.06.09-.1.13l-1.02.36c-.15,0-.29.02-.43.05-.15.03-.21.17-.18.41l.05.05s0,.13-.08.28c-.08.15-.06.27.08.33.13.12.29.19.46.2.27-.07.52-.13.74-.18.2-.04.4-.1.59-.18l.26-.13s.05-.02.08-.03h.1c.11-.02.23-.05.33-.1l1.43-.51.92-.31c.04-.1.09-.12.15-.05h.05l.05-.05c-.01.16-.04.31-.1.46-.07.2-.15.42-.26.66-.1.24-.2.46-.31.66-.08.16-.16.31-.26.46-.12.25-.23.52-.31.79s-.18.54-.31.79c-.12.29-.22.59-.31.89-.1.36-.2.71-.31,1.04-.1.34-.19.62-.26.84-.07.22-.1.32-.1.28-.03.17-.08.34-.13.51-.05.18-.1.37-.13.56l-.1.46c-.06.21-.13.45-.2.73-.02.01-.04.02-.06.03-.03,0-.06.02-.08.05-.01.03-.04.05-.08.05-.34.27-.57.47-.69.59l-.28.28c-.07.07-.15.13-.23.18-.09.05-.25.15-.49.28-.51.24-.98.44-1.4.61-.44.18-.89.32-1.35.43-.48.12-.99.23-1.56.33-.56.1-1.22.2-1.96.31-.03-.04-.03-.09,0-.15.03-.05.04-.1.05-.15.13-.27.24-.55.33-.84.05-.19.15-.47.28-.84.1-.27.19-.52.26-.74.07-.34.07-.7,0-1.04.04-.17.03-.35,0-.52-.03-.17-.08-.36-.13-.56-.06-.21-.17-.41-.33-.56-.07-.17-.2-.32-.36-.41-.16-.1-.33-.16-.51-.2-.17-.04-.34-.06-.51-.05-.26,0-.51.02-.76.05-.43.07-.85.22-1.22.46l-.51.36c-.25.29-.53.56-.84.79-.29.24-.53.55-.69.89-.09.32-.25.61-.46.87-.06.06-.11.14-.13.23-.03.12-.07.23-.13.33-.1.27-.2.52-.28.74-.09.24-.17.49-.23.74-.41.85-.57,1.81-.46,2.75,0,.39.11.78.31,1.12.2.37.5.67.87.87.15.1.33.16.51.18.22.05.44.06.66.03.39,0,.77-.09,1.12-.26.37-.17.7-.41.97-.71l.41-.46c.14-.24.32-.44.54-.61.22-.17.4-.38.54-.61l.08-.31c.02-.07.1-.12.23-.15.07-.03.15-.05.23-.05h.23c.88-.01,1.75-.13,2.6-.36.75-.17,1.49-.41,2.19-.71.41-.17.7-.29.87-.36.15-.06.29-.12.43-.2.12-.07.27-.16.46-.28s.5-.33.94-.64c.1-.06.2-.11.3-.16-.08.43-.16.85-.2,1.28-.07.34-.12.58-.15.71-.04.24-.06.47-.05.71l-.1,1.89c0,.61.03,1.33.08,2.14.01.68.18,1.34.49,1.94.07.24.2.46.38.64.28.16.58.29.89.38.05.06.12.09.2.1.24.03.49-.04.69-.18.11-.09.16-.24.13-.38-.05-.16-.15-.29-.28-.38-.16-.12-.34-.2-.54-.23-.04-.1-.1-.18-.18-.26-.07-.07-.13-.16-.15-.26-.07-.24-.11-.49-.13-.74-.03-.36-.05-.94-.05-1.76,0-1.37.09-2.73.31-4.08.19-1.18.45-2.34.77-3.49.31-1.11.67-2.19,1.07-3.24.41-1.05.82-2.18,1.22-3.37.03-.07.1-.22.2-.46.11-.25.2-.51.28-.77.08-.27.17-.53.26-.77.04-.14.1-.28.18-.41.06-.05.1-.12.13-.2.02-.07.11-.1.28-.1l.77-.26.87-.15c.17-.07.31-.13.43-.18s.28-.11.49-.18c.42-.07.84-.16,1.25-.28ZM89.65,35.94s-.04.09-.08.13l-.05.05c-.12.37-.33.7-.61.97-.24.2-.49.44-.77.71-.85.65-1.24.58-1.17-.2v-.16c0-.37,0-.77.03-1.17.02-.41.13-.81.33-1.17.04-.12.09-.23.15-.33.07-.12.12-.14.15-.08.23.33.55.58.92.74.41.19.7.32.87.38.14-.03.21-.03.23,0,.02.04.02.09,0,.13ZM91.41,32.09c-.23.48-.44.97-.61,1.48-.16.5-.4.96-.71,1.38-.07.07-.26.04-.59-.08-.22-.07-.43-.17-.64-.28-.04-.08-.1-.14-.18-.18-.08-.05-.13-.09-.13-.13-.37-.17-.53-.41-.46-.71,0-.32.08-.64.26-.92.18-.39.39-.77.64-1.12.27-.39.61-.74.99-1.02.17-.03.32-.1.46-.2.14-.14.37-.15.71-.05.34.1.46.29.36.56.07.43.03.86-.1,1.27ZM177.81,39.18s0,0,0,0c0,0,0,0,0,0h0ZM208.72,32.34l-.2-.31s-.08-.05-.23-.05-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.02-.71.02-.24.04-.46.08-.66.03-.11.04-.22.02-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.25.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.27.25-.51.53-.76.79-.13.06-.27.11-.42.12-.02-.02-.11.06-.28.23-.34.24-.54.38-.61.43s-.26.16-.56.33c-.48.24-.94.49-1.4.74-.46.25-.96.52-1.5.79-1.05.48-2.09.93-3.11,1.38-1.11.47-2.25.85-3.42,1.12-.32.13-.65.2-.99.2-.3,0-.6.02-.89.05-.19,0-.38-.01-.56-.05-.18,0-.36-.04-.53-.1-.19-.07-.36-.2-.49-.36-.17-.15-.29-.34-.36-.56,0-.24,0-.51.03-.82.01-.29.11-.58.28-.82,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.1l.2.15s.02.04.04.06c.16.21.46.25.68.09.17-.03.33-.06.48-.08.14-.01.28-.08.38-.18.08-.08.18-.15.28-.2s.2-.12.28-.2c.48-.37.93-.77,1.35-1.17.42-.4.82-.83,1.2-1.27.51-.52.74-1.27.61-1.99l-.2-.51c-.2-.19-.43-.35-.69-.46-.26-.13-.57-.15-.84-.05-.12.08-.26.14-.41.15-.39.19-.76.4-1.12.64-.32.21-.63.44-.92.69-.87.7-1.63,1.52-2.24,2.45-.24.37-.39.63-.46.77-.07.14-.19.41-.36.82l-.1.31c-.09.13-.13.28-.13.43-.02.22-.03.37-.03.43-.07.52.06,1.06.38,1.48.32.43.67.84,1.04,1.22.28.24.63.39.99.43.39.05.77.11,1.15.18.41,0,.71-.01.91-.03.29-.03.58-.09.87-.18l1.48-.41c.74-.17,1.47-.4,2.17-.69.7-.29,1.39-.57,2.07-.84.31-.14.62-.29.94-.46.32-.17.67-.34,1.05-.51.54-.34,1.07-.65,1.58-.92.03-.02.06-.04.09-.06-.02.07-.05.14-.07.21-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.27-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15h0c.07.07.22.08.47.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.04-.92,1.07-.58,1.99-1.4,2.68-2.4.14-.17.33-.45.59-.84.23-.26.31-.61.23-.94ZM177.3,33.37c.25-.55.63-1.04,1.1-1.43.5-.4,1.06-.73,1.66-.97.03,0,.07,0,.1-.03.03-.02.07-.02.1-.02-.46.56-.95,1.09-1.48,1.58-.5.47-1.04.88-1.63,1.22h0c.07-.24.12-.36.16-.36ZM161.43,12.51l-.87-.46c-.11-.06-.23-.09-.36-.1-.42-.07-.86-.05-1.27.05-.27.1-.52.2-.74.31-.22.1-.42.24-.59.41-.11.12-.25.21-.41.26-.21.12-.42.26-.61.41l-2.55,2.4c-.1.07-.19.15-.26.26-.24.24-.46.48-.66.71l-.61.71-1.22,1.48-1.33,1.73c-.44.58-.87,1.16-1.28,1.73l-.87,1.22c-.16.16-.3.34-.41.54-.1.19-.22.38-.36.59-.14.2-.27.39-.41.56-.14.17-.26.36-.36.56-.17.34-.37.65-.61.94s-.44.61-.61.94c0,.03-.05.1-.15.2-.15.15-.28.32-.38.51-.08.17-.18.34-.28.51-.11.21-.23.42-.36.61-.13.2-.29.39-.46.56l-.61,1.02c-.17.34-.37.68-.59.99-.22.32-.45.65-.69.99,0,.04-.07.09-.2.15-.11.06-.23.09-.36.1-.65.18-1.32.3-1.99.36-.13.04-.27.06-.41.05-.26.09-.45.33-.46.61-.03.17.02.34.15.46.24.23.52.42.82.56.2.09.4.15.61.2.04.04.07.08.1.13.03.05.03.09,0,.13-.13.17-.24.36-.31.56-.07.2-.17.39-.31.56-.1.1-.18.22-.23.36-.05.14-.11.28-.18.41-.03.07-.15.27-.33.61-.19.34-.38.69-.59,1.05-.2.36-.4.67-.59.94-.19.27-.3.37-.33.31-.03.04-.06.08-.08.13-.03.07-.07.13-.13.18-.09.16-.19.32-.31.46l-.18.18-.18.18c-.12.14-.22.3-.31.46-.17.27-.36.54-.56.79-.21.26-.43.51-.66.74-.06.02-.1.06-.14.11-.1.15-.06.35.09.45.08.14.2.25.36.31.3.16.63.25.97.26.38.13.8-.05.97-.41.11-.12.2-.26.26-.41l.56-.87c.1-.18.21-.35.33-.51.09-.1.16-.19.23-.25.08-.08.15-.18.2-.28.07-.12.19-.32.36-.59l.97-1.63c.19-.34.36-.69.51-1.05.1-.26.2-.49.31-.69s.22-.42.36-.66l.63-1.07c.09-.16.18-.32.26-.48.08-.17.18-.34.31-.48.19-.33.5-.57.87-.66.47-.13.93-.3,1.38-.51.44-.2.9-.36,1.38-.46.41-.17.81-.31,1.2-.43l1.25-.38,1.27-.31c.56-.17,1.13-.29,1.71-.38.56-.09,1.13-.18,1.71-.28.95-.2,1.85-.36,2.7-.46.27-.07.56-.09.84-.05.28.03.57.02.84-.05.1-.02.2-.04.31-.05.03,0,.03.07,0,.2-.03.07-.08.13-.13.18-.05.05-.08.11-.08.18-.02.21-.06.41-.13.61-.05.14-.11.32-.18.56l-.15.51c-.24.51-.36,1.07-.36,1.63,0,.06,0,.12.02.18.02.06,0,.13-.02.18-.1.25-.16.52-.18.79-.02.26-.08.51-.18.74-.04.18-.06.37-.05.56-.07.44-.14.87-.23,1.27-.09.42-.13.85-.13,1.28,0,.06-.02.13-.05.18-.03.05-.05.12-.05.18l-.1.56c0,.24-.01.48-.05.71-.07.35-.09.71-.08,1.07.01.37-.05.73-.18,1.07v.2c.07.28.09.58.08.87-.02.31-.04.63-.08.97.02.62.15,1.22.41,1.78,0,.1.03.19.1.26.11.25.34.43.61.46h.46c.27,0,.37-.12.31-.36-.03-.2-.07-.42-.1-.64-.03-.22-.08-.43-.15-.64.03-.43.03-.87-.03-1.3-.05-.43-.06-.87-.03-1.3,0-.27,0-.56.03-.87.02-.3.08-.59.18-.87.03-.07.04-.15.03-.23-.02-.09,0-.19.03-.28.03-.37.05-.76.05-1.15,0-.41.07-.81.2-1.2.07-.28.12-.56.15-.84.03-.29.1-.57.2-.84-.04-.29,0-.59.08-.87.09-.27.16-.54.23-.82,0-.13.02-.26.08-.38.05-.1.07-.22.08-.33,0-.25.03-.5.1-.74.07-.22.13-.47.2-.74.1-.51.21-.97.33-1.38s.25-.87.38-1.38c.03-.14.09-.18.18-.13.11.05.23.04.33-.03.1,0,.19-.03.26-.1.11,0,.22-.04.33-.08.11-.04.22-.08.33-.13.09-.11.17-.23.23-.36.06-.11.11-.23.13-.36-.05-.09-.12-.18-.2-.26-.06-.08-.15-.14-.26-.15-.11-.04-.22-.05-.33-.02-.11.02-.22.01-.33-.03-.03,0-.05-.03-.05-.1,0,0,0,0,0-.01,0-.02-.03-.04-.05-.04.07-.22.11-.45.13-.69.02-.22.06-.43.13-.64.07-.24.13-.47.18-.69.05-.22.11-.43.18-.64.1-.23.16-.47.18-.71.02-.25.08-.49.18-.71.13-.51.28-1.02.43-1.53s.3-1.02.43-1.53c.07-.23.12-.46.15-.69.03-.22.07-.43.1-.64.1-.41.2-.8.28-1.17.08-.37.14-.74.18-1.12.06-.13.1-.27.1-.41.06-.25.09-.51.1-.77l.1-1.27c0-.24,0-.48.03-.71.02-.24.03-.48.03-.71,0-.68-.18-1.35-.51-1.94-.14-.3-.37-.56-.66-.71ZM160.93,16.2c0,.25-.02.49-.05.74-.07.38-.12.74-.15,1.1-.04.38-.12.75-.26,1.1,0,.03,0,.07-.03.1s-.02.07-.02.1c.03.27,0,.55-.08.82-.09.27-.16.54-.23.82-.07.17-.12.35-.15.53-.03.18-.05.36-.05.54,0,.47-.09.94-.26,1.38-.1.23-.19.47-.25.71-.07.24-.15.49-.26.77-.07.23-.12.46-.15.69-.04.24-.1.47-.2.69-.06.13-.1.27-.1.41,0,.52-.14,1.03-.41,1.48-.17.39-.27.8-.31,1.22v.1c-.03.28-.28.48-.56.46h-.46l-.18.03c-.14.02-.29.03-.43.02h-.61c-.08.04-.17.06-.26.05-.24-.07-.49-.05-.71.05-.21.1-.44.14-.66.1-.06,0-.11.01-.15.05-.27.07-.53.13-.77.2-.25.07-.51.12-.77.15-.27,0-.53.03-.79.08-.25.05-.52.11-.79.18l-.61.15-3.16.82-2.86.77-.1-.05v-.1c.06-.12.12-.23.2-.33.07-.1.13-.21.15-.33.03-.12.08-.23.15-.33.06-.08.13-.16.2-.23l.18-.36c.05-.11.11-.21.18-.31.1-.19.21-.38.33-.56.13-.18.3-.34.49-.46.06-.05.1-.12.13-.2.02-.08.07-.15.13-.2.03-.03.05-.06.05-.1,0-.03.03-.07.1-.1.26-.25.44-.57.51-.92.12-.37.33-.7.61-.97.13-.04.25-.13.31-.26.08-.06.13-.15.15-.26.06-.28.17-.55.33-.79.15-.22.31-.47.48-.74.07-.1.17-.17.28-.2.13-.04.23-.13.28-.26.02-.13.06-.26.1-.38.03-.09.07-.18.1-.28,0,.04.05,0,.15-.1v-.05l.33-.48c.53-.78,1.11-1.53,1.73-2.24.11-.18.24-.35.38-.51.14-.16.27-.33.38-.51l.77-.97c.2-.2.39-.4.56-.59.17-.18.32-.38.46-.59l.2-.2.2-.2c.16-.09.3-.2.43-.33.13-.13.21-.3.23-.49,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.05c.29-.19.55-.43.77-.71.22-.29.52-.5.87-.61l.15-.2c.07-.07.15-.13.23-.18.08-.05.16-.11.23-.18.07-.04.14-.09.2-.15.07-.07.16-.12.26-.15.16-.06.3-.18.38-.33.09-.15.26-.24.43-.23l.53-.18c.15-.05.31-.11.48-.18.06-.04.13-.06.2-.05.21-.07.34-.02.41.15.06.12.11.23.15.36.04.12.05.24.05.36,0,.2,0,.41.03.61.01.19.04.38.08.56v.74ZM123.82,31.89c-.12,0-.18-.02-.18-.05-.07-.03-.08-.05-.05-.05s.03-.03,0-.1c-.13-.07-.29-.09-.43-.05-.14.01-.27.07-.38.15-.03,0-.06.02-.08.05-.01.03-.04.05-.08.05-.34.27-.57.47-.69.59l-.28.28c-.07.07-.15.13-.23.18-.08.05-.25.15-.48.28-.51.24-.97.44-1.4.61-.44.17-.89.32-1.35.43-.48.12-.99.23-1.56.33-.56.1-1.22.2-1.96.31-.03-.04-.03-.09,0-.15.03-.05.04-.1.05-.15.13-.27.24-.55.33-.84.05-.19.15-.47.28-.84.1-.27.19-.52.26-.74.07-.34.07-.7,0-1.04h0c.04-.17.04-.34,0-.51-.03-.17-.08-.36-.13-.56-.06-.21-.17-.41-.33-.56-.07-.17-.2-.32-.36-.41-.16-.1-.33-.16-.51-.2-.17-.04-.34-.06-.51-.05-.26,0-.51.02-.77.05-.43.07-.85.22-1.22.46l-.51.36c-.25.29-.53.56-.84.79-.29.24-.53.55-.69.89-.09.32-.25.61-.46.87-.06.06-.11.14-.13.23-.03.12-.07.23-.13.33-.1.27-.2.52-.28.74-.09.24-.17.49-.23.74-.41.85-.57,1.81-.46,2.75,0,.39.11.77.31,1.11.2.37.5.67.87.87.15.1.33.16.51.18.22.05.44.06.66.03.39,0,.77-.09,1.12-.26.37-.17.7-.41.97-.71l.41-.46c.14-.24.32-.44.54-.61.22-.17.4-.38.53-.61l.08-.31c.02-.07.1-.12.23-.15.07-.03.15-.05.23-.05h.22c.88-.01,1.75-.13,2.6-.36.75-.17,1.49-.41,2.19-.71.41-.17.7-.29.87-.36.15-.06.29-.12.43-.2.12-.07.27-.16.46-.28.19-.12.5-.33.94-.64.16-.09.32-.18.48-.26.16-.08.3-.19.43-.31.44-.17.75-.56.82-1.02.03-.03,0-.05-.13-.05ZM112.24,35.94s-.04.09-.08.13l-.05.05c-.12.37-.33.7-.61.97-.24.2-.49.44-.76.71-.85.65-1.24.58-1.17-.2v-.16c0-.37,0-.77.03-1.17.02-.41.13-.81.33-1.17.04-.12.09-.23.15-.33.07-.12.12-.14.15-.08.23.33.55.58.92.74.41.19.7.32.87.38.14-.03.21-.03.23,0,.02.04.02.09,0,.13ZM114.11,30.82c.07.43.04.86-.1,1.27-.23.48-.44.97-.61,1.48-.16.5-.4.96-.71,1.38-.07.07-.26.04-.59-.08-.22-.07-.43-.17-.64-.28-.04-.08-.1-.14-.18-.18-.08-.05-.13-.09-.13-.13-.37-.17-.53-.41-.46-.71,0-.32.08-.64.25-.92.18-.39.39-.77.64-1.12.27-.39.61-.74.99-1.02.17-.03.32-.1.46-.2.13-.14.37-.15.71-.05.34.1.46.29.36.56h0ZM174.33,30.56c.06,0,.13-.02.18-.05.05-.03.06-.07.03-.1-.03-.05-.04-.1-.05-.15,0-.04-.02-.07-.05-.1-.15-.16-.33-.28-.53-.36-.19-.07-.38-.13-.59-.2-.44-.11-.91-.07-1.33.1-.44.14-.9.3-1.38.48-.45.17-.85.44-1.17.79-.1.14-.22.26-.36.36-.1.07-.26.19-.46.36h-.05v-.1c.07-.37.13-.73.18-1.07.05-.34.09-.7.13-1.07.07-.2-.03-.39-.31-.56-.22-.16-.46-.3-.71-.41-.15-.1-.34-.12-.51-.05-.19.04-.32.22-.31.41,0,.53-.06,1.07-.2,1.58-.03.17-.05.34-.05.51,0,.17-.03.35-.1.51-.17.61-.31,1.23-.43,1.86-.12.63-.26,1.25-.43,1.86-.08.5-.23.98-.46,1.43-.1.17-.19.35-.26.54-.07.19-.13.36-.2.53,0,0,0,0,0,0-.11.2-.04.45.15.56.28.24.61.42.97.51.12.07.26.07.38,0,.14-.06.26-.17.33-.31,0-.07,0-.13.03-.2s.02-.13.02-.2c.14-.38.26-.74.36-1.1.11-.37.26-.72.46-1.04.12-.09.21-.22.26-.36.14-.2.28-.42.43-.64.14-.2.27-.42.38-.64.37-.48.68-.84.92-1.1.22-.24.46-.45.71-.64.27-.24.54-.48.79-.74.25-.25.53-.46.84-.64.17-.1.35-.2.54-.31.17-.1.35-.18.53-.25.28-.1.58-.12.87-.05.07.03.15.04.23.03.04-.02.09,0,.13.03h.1Z"/></svg>');
	--type-hakusan: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 52"><path d="M159,26.91c-.07-.09-.17-.15-.28-.18-.1-.04-.21-.02-.28.05-.13,0-.2.02-.2.05v.1c-.1.2-.16.31-.2.31s-.09.07-.15.2l-.41.46c-.1.14-.23.25-.38.33-.15.08-.28.19-.38.33-.72.65-1.49,1.25-2.29,1.79-.21.17-.44.31-.69.43-.24.11-.47.24-.69.38h0c-.55.22-1.13.32-1.72.31-.64,0-1.26-.25-1.71-.71-.16-.12-.3-.27-.41-.43l-.36-.54c-.11-.08-.2-.2-.26-.33-.07-.16-.13-.3-.2-.43-.07-.33-.16-.65-.28-.97-.12-.33-.16-.67-.13-1.02v-.36c-.03-.21-.03-.43,0-.64.04-.18.05-.36.05-.54.03-.2.03-.41,0-.61-.04-.22-.09-.45-.15-.66-.03-.21-.14-.39-.31-.51-.38-.33-.84-.55-1.33-.66h-.26c-.27.03-.54.08-.82.13-.29.06-.57.17-.82.33-.27.2-.53.42-.76.66-.27.27-.53.51-.77.71-.07.07-.13.05-.2-.05-.03-.03-.04-.13-.03-.28.02-.15.04-.32.08-.51.03-.19.06-.36.08-.51.02-.15,0-.25-.02-.28-.32-.28-.76-.39-1.17-.31-.31.07-.44.2-.41.41-.03.1-.08.24-.13.41-.05.17-.1.36-.15.56s-.1.4-.15.59c-.03.13-.07.26-.13.38l-.2.56c-.15.3-.27.62-.36.94-.05.16-.08.33-.12.5-.02.02-.05.06-.07.08-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.02-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.08.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.25c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.45.42-.87.88-1.29,1.34-.04,0-.07,0-.12,0-.34.05-.61.09-.82.13-.03-.07-.14-.05-.31.05-.1,0-.21.02-.31.05-.1.03-.2.05-.31.05-.21.02-.41.05-.61.1-.31.07-.63.14-.97.23-.34.09-.66.16-.97.23-.2.05-.41.08-.61.1-.24.03-.45.07-.64.1-.2.04-.39.09-.59.15-.61.1-1.19.22-1.73.36-.22.02-.43-.03-.61-.15-.16-.13-.36-.23-.56-.28-.19-.03-.38-.1-.56-.18-.31-.1-.6-.2-.89-.31-.29-.1-.59-.19-.89-.26-.24-.07-.46-.13-.66-.18-.2-.05-.41-.11-.61-.18-.11-.01-.21-.05-.31-.1-.27-.1-.3-.24-.1-.41.31-.26.65-.49,1.02-.66.48-.27.98-.49,1.5-.66.53-.17,1.05-.33,1.56-.46.22-.03.44-.04.66-.02.21.02.4.1.56.23.03.03.06.05.1.05.04.03.09.03.15,0,.06-.03.1-.09.1-.15,0-.05,0-.1.03-.15.02-.05.03-.1.03-.15h0c.1-.31.02-.64-.21-.87-.05-.08-.08-.17-.1-.26-.13-.32-.48-.49-.82-.41-.08,0-.15,0-.23.03-.08.02-.15.02-.23.03-.71.13-1.41.32-2.09.56-.41.17-.82.35-1.25.54-.42.19-.83.42-1.2.69-.11.07-.21.15-.31.23-.1.08-.2.18-.31.28-.4.34-.57.87-.46,1.38,0,.19.03.37.09.55-.12.1-.24.21-.37.3-.19.13-.36.29-.48.48-.44.48-.89.93-1.35,1.35-.46.42-1.01.91-1.66,1.45-.24.17-.55.39-.94.66-.39.27-.72.49-1,.66-.34.17-.68.33-1.02.46-.35.14-.7.24-1.07.31-.44.1-.9-.07-1.18-.43-.28-.37-.47-.8-.56-1.25-.05-.13-.1-.27-.13-.41-.04-.13-.06-.27-.08-.41-.07-.46-.08-.92-.02-1.38.04-.4.12-.79.23-1.17.07-.27.17-.67.31-1.2.1-.43.24-.84.41-1.25.1-.37.13-.74.1-1.12-.03-.21-.12-.4-.26-.56-.13-.13-.27-.24-.43-.33-.16-.09-.32-.16-.48-.23-.29-.12-.62-.04-.82.2l-.92.97c-.17.24-.41.6-.71,1.07-.22.38-.5.72-.82,1.02-.17.17-.34.35-.51.54-.18.2-.35.41-.51.64-.17.17-.36.35-.56.54-.2.19-.39.37-.56.54-.17.2-.36.39-.56.56l-.61.51-.82.56c-.08.04-.17.05-.26.05-.13,0-.2-.05-.2-.15,0-.06,0-.12-.03-.18-.02-.06,0-.13.03-.18.04-.24.1-.48.18-.71.09-.27.16-.56.23-.87.07-.31.14-.6.23-.87.09-.27.16-.49.23-.66l.05-.41c0-.14,0-.27-.02-.41,0-.12-.08-.24-.18-.31l-.97-.76c-.08-.07-.19-.08-.28-.03-.12.06-.22.16-.28.28-.1.61-.25,1.22-.43,1.81-.02.07-.04.13-.06.2-.06.01-.11.03-.17.03l-.13.08c-.08.05-.18.1-.28.15-.1.05-.2.09-.28.13s-.11.05-.08.05l-.56.31c-.65.31-1.31.58-1.99.82l-2.04.71c-.36.14-.74.24-1.12.31-.23.07-.46.12-.69.15-.22.03-.43.08-.64.15-.29.07-.57.12-.87.15-.31.03-.59.07-.87.1-.4.07-.82.08-1.22.05-.41-.03-.82-.05-1.22-.05-.14,0-.27-.02-.41-.05l-.41-.1c-.35-.08-.64-.33-.77-.66-.1-.22-.12-.48-.05-.71.1-.27.2-.54.28-.82.08-.27.18-.54.28-.82.08-.22.2-.43.36-.61.61-.85,1.31-1.64,2.09-2.35.27-.2.52-.4.74-.59.23-.2.48-.37.74-.53.31-.2.6-.41.89-.61.3-.21.61-.4.94-.56l.76-.46c.23-.16.47-.32.71-.46.25-.14.5-.26.77-.36.37-.17.41-.39.1-.66-.02-.05-.05-.1-.1-.13-.04-.02-.07-.05-.1-.08-.51-.41-1.23-.45-1.79-.1l-.2.1c-.29.26-.6.48-.94.66-.32.17-.64.36-.94.56l-1.68,1.17-.71.51-.1.05s0-.06-.02-.08c-.02-.02-.03-.05-.03-.08l.35-1.22c.21-.57.42-1.14.63-1.7.2-.56.39-1.13.56-1.71l.2-.61.2-.61c.07-.2.13-.42.2-.64.07-.22.15-.43.26-.64.07-.2.13-.41.18-.61s.11-.41.18-.61c.27-.77.5-1.55.69-2.35.19-.78.36-1.56.53-2.35.04-.13.06-.27.05-.41,0-.25.02-.49.05-.74.03-.22.07-.45.1-.69l.2-1.12c.01-.28-.12-.55-.36-.71-.17-.1-.35-.18-.54-.23-.18-.05-.36-.11-.54-.18-.1,0-.19.03-.26.1-.06.05-.09.12-.1.2-.03.17-.07.35-.1.54-.03.19-.05.39-.05.59l-.15,1.43c-.1.58-.2,1.16-.28,1.73-.09.59-.23,1.17-.43,1.73v.1c-.07.31-.14.62-.23.94-.09.32-.18.64-.28.94l-.87,2.6-.36,1.22c.04.22-.02.44-.15.61-.13.17-.24.36-.31.56l-.15.56-.26.77c-.17.44-.32.88-.46,1.3s-.26.86-.36,1.3c-.07.24-.13.47-.2.69-.07.23-.16.46-.26.69-.15.33-.28.67-.4,1.02-.06.23-.14.45-.23.66-.09.2-.16.41-.23.61l-.36.82c-.08.15-.12.31-.18.46-.28.36-.62.67-1.01.91-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.02-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.25c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.69-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.14.82-1.66,1.3-.52.49-1.02,1.01-1.5,1.56l-.56.71c-.11.25-.24.49-.38.71-.15.24-.26.49-.33.77-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15.07.07.22.08.45.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.03-.92.39-.21.74-.46,1.09-.73-.09.28-.19.56-.28.85-.14.43-.26.84-.36,1.25l-.46,1.58c-.14.41-.26.82-.36,1.22l-.31,1.22c-.06.15-.1.3-.13.46-.02.14-.04.29-.08.46,0,.16.07.31.2.41.15.11.33.19.51.23.19.05.38.11.56.18.04,0,.09-.03.15-.1l.15-.56c.07-.2.13-.42.2-.64.07-.22.13-.45.2-.69l.82-2.75c.11-.45.22-.88.34-1.28s.26-.83.43-1.28c0,0,0,0,.01,0,.02,0,.04-.03.04-.05l.1-.05c.11.05.21.12.31.2.82.51,1.74.82,2.7.92.16,0,.32,0,.48.03.16.02.32.03.48.02.17,0,.36,0,.56.03.19.02.38,0,.56-.03.19,0,.38-.02.56-.05.2-.03.39-.07.56-.1.24-.06.49-.11.74-.13.23-.02.46-.06.69-.13.15-.06.3-.1.46-.1.16,0,.31-.04.46-.1.37-.1.73-.2,1.07-.31.34-.1.7-.22,1.07-.36.21-.06.42-.15.61-.25.27-.14.49-.24.66-.31l.51-.2c.17-.07.34-.15.51-.23.17-.08.39-.21.66-.38.03-.01.06-.03.08-.04-.02.18-.04.37-.04.55v.56c.01.27.12.52.31.71.14.18.3.33.48.46.21.13.42.25.64.36.46.17.95.21,1.43.1.23-.06.44-.18.61-.33.16-.14.33-.27.51-.38.48-.31.9-.69,1.27-1.12l.66-.61c.05-.06.11-.11.18-.15.07-.06.13-.12.18-.2.27-.34.6-.71.97-1.12.37-.41.7-.78.97-1.12h.15v.05l.05.1-.2,1.58c-.03.36-.03.71,0,1.07.04.34.09.68.15,1.02.06.39.15.77.26,1.15.1.35.27.67.51.94.27.35.59.65.94.92.35.21.74.34,1.15.41.52.14,1.06.15,1.58.03.5-.13.98-.33,1.43-.59.58-.27,1.13-.59,1.66-.94.75-.54,1.45-1.12,2.12-1.76l1.07-1.02c.32-.21.59-.48.82-.79.15-.2.31-.39.47-.59.1.06.19.12.29.16.22.13.46.22.71.25l.97.26c.32.07.64.17.94.28.32.12.64.23.94.33.03.03.05.03.05-.03s.02-.06.05-.03c0,0,0,.01,0,.02,0,.05-.05.08-.1.08-.5.18-.98.38-1.45.61-.49.24-.98.49-1.45.77-.03.03-.06.05-.1.05-.05,0-.11.02-.15.05-.22.06-.43.16-.61.31-.17.14-.36.26-.56.36-.4.23-.79.5-1.15.79-.36.29-.73.6-1.1.94-.33.35-.57.77-.71,1.22-.07.07-.1.16-.1.26l.15.77c.06.15.14.3.23.43.1.14.23.25.38.33.23.17.49.28.77.33.27.05.54.06.82.03.07,0,.14-.02.2-.05.08-.04.17-.05.26-.05.34,0,.68-.06,1-.16.34-.11.69-.19,1.05-.26.08,0,.15-.04.2-.1.44-.17.88-.37,1.3-.59.43-.22.85-.47,1.25-.74.38-.27.74-.54,1.1-.82.37-.28.7-.61.99-.97.26-.26.48-.56.64-.89.1-.29.16-.59.18-.89,0-.11,0-.22.03-.33,0-.13-.02-.26-.08-.38-.06-.14-.13-.27-.23-.38-.12-.15-.13-.27-.03-.33.28-.18.59-.31.92-.38.51-.15.92-.27,1.22-.33l2.91-.66c.2-.07.42-.13.64-.2.2-.06.4-.08.6-.09-.09.18-.18.37-.29.54-.15.24-.26.49-.33.77-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.27-.2.36-.06.72-.19,1.04-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15.07.07.22.08.46.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.04-.92.32-.18.63-.38.92-.6-.02.03-.02.06-.04.09-.08.12-.12.26-.1.41-.14.19-.12.45.05.61l.66.46c.07.07.07.12,0,.15s-.03.05.1.05c.24,0,.39-.05.46-.15.1-.1.2-.2.31-.28.1-.08.18-.17.26-.28.13-.14.22-.31.28-.48l.26-.66c.09-.22.17-.42.26-.61.07-.15.14-.3.23-.43.24-.35.52-.67.82-.97.36-.49.76-.95,1.2-1.38.42-.41.88-.8,1.35-1.17.14-.1.28-.21.43-.33.16-.12.34-.22.54-.28,0,0,0,0,.01-.01.03-.02.07-.02.09.01,0,0,0,0,.01.01.02.03.02.07-.01.09.03.18.03.36,0,.53-.03.18-.02.37.05.54.06.13.08.27.05.41,0,.56.06,1.11.15,1.66.09.58.28,1.14.56,1.66.19.39.43.76.71,1.1.27.32.56.65.87.99.44.32.92.58,1.43.77.55.23,1.14.33,1.73.31.18-.04.37-.05.56-.05.21,0,.41-.03.61-.1.37-.07.73-.19,1.07-.36.33-.17.66-.35.97-.56.2-.17.41-.32.64-.46.21-.13.41-.28.59-.46.44-.37.8-.7,1.07-.97l.97-.97c.1-.15.21-.3.33-.43.08-.1.14-.21.18-.33.13-.17.2-.23.2-.2s.02-.05.05-.26c.07-.09.08-.2.05-.31-.03-.1-.09-.2-.15-.28ZM115.26,30.7c-.04.09-.06.18-.05.28,0,.1-.03.2-.1.28-.42.52-.9.98-1.43,1.38l-1.27.87-.36.26c-.18.07-.35.16-.51.26l-.51.31c-.69.31-1.41.55-2.15.72l-.51.1c-.17.03-.34.05-.51.05-.17-.02-.34-.05-.51-.1l-.05-.1c.26-.46.6-.86,1.02-1.17.2-.17.42-.33.64-.48.22-.15.43-.32.64-.48.07-.07.16-.12.26-.15s.18-.08.26-.15l1.07-.61.31-.15c.17-.07.34-.17.48-.28.15-.12.31-.21.48-.28.44-.2.85-.41,1.22-.61.4-.21.8-.4,1.22-.56.07-.04.15.03.26.2.08.11.13.23.15.36-.07.07-.08.08-.03.05.05-.03.04-.02-.02.05ZM54.67,21.26c-.49-.23-1.04-.33-1.58-.31h-2.14c-.13,0-.2-.08-.2-.26.07-.18.12-.37.15-.56.03-.18.08-.35.15-.51.31-.75.57-1.49.79-2.22s.45-1.49.69-2.27c.24-.78.46-1.55.66-2.32.2-.77.39-1.54.56-2.32.07-.27.13-.55.2-.84.07-.29.13-.57.2-.84.03-.27.06-.51.08-.71.02-.22.06-.45.13-.66.06-.25.1-.51.1-.77,0-.26.06-.52.15-.77.04-.18-.02-.38-.15-.51l-.56-.66c-.06-.09-.13-.17-.2-.26-.12-.04-.24-.05-.36-.05-.24.06-.43.23-.51.46v.59c0,.21-.02.43-.05.64-.14.29-.21.6-.2.92v.28c0,.1-.03.2-.1.28-.13.47-.25.95-.33,1.43-.09.49-.22.96-.38,1.43.02.51-.08,1.02-.31,1.48-.07.27-.14.54-.23.79-.09.26-.14.52-.18.79-.02.52-.11,1.03-.26,1.53-.12.27-.25.52-.41.77-.1.41-.21.8-.33,1.17-.12.37-.25.77-.38,1.17-.07.34-.18.68-.33.99-.16.34-.29.69-.38,1.04-.09.12-.14.26-.15.41-.02.16-.07.32-.15.46-.06.16-.19.28-.36.31-.25.06-.51.12-.77.15l-.71.1-1.22.25c-.2.07-.42.13-.64.18-.22.05-.43.09-.64.13-.53.06-1.06.16-1.58.31-.51.17-1.02.31-1.53.43s-1.04.25-1.58.38l-1.89.56c-.58.17-1.16.33-1.73.48s-1.17.32-1.78.48c-.11.04-.22.06-.33.08-.12.02-.23.06-.33.13-.35.16-.72.29-1.1.38-.36.09-.73.16-1.1.23-.06.04-.14.01-.18-.05-.05-.06-.07-.13-.08-.2.05-.13.08-.27.1-.41.31-.75.59-1.53.87-2.35.27-.82.54-1.6.82-2.35.1-.34.22-.67.36-.99.14-.32.26-.64.36-.94l.77-2.86.82-3.06c.04-.11.06-.24.05-.36.07-.41.13-.83.18-1.25.05-.45.04-.9-.03-1.35,0-.38-.07-.76-.2-1.12-.02-.1-.07-.19-.15-.26l-.76-.71-.31-.2c-.17-.07-.37-.06-.53.03-.18.12-.28.33-.28.54,0,.21.05.42.15.61.12.2.19.43.2.66,0,.22.02.44.05.66.03.48,0,.96-.08,1.43-.08.47-.19.93-.33,1.38l-.51,2.04c-.17.68-.36,1.33-.56,1.94-.17.43-.31.88-.43,1.33-.12.43-.26.86-.43,1.28-.27.68-.53,1.35-.77,2.01-.24.66-.46,1.33-.66,2.01l-1.22,3.26c-.06.24-.23.43-.46.51l-.66.2c-.51.17-1.04.35-1.58.53s-1.09.38-1.63.59c-.44.17-.88.33-1.33.48s-.9.3-1.38.43c-.13.04-.27,0-.36-.1-.04-.12-.18-.19-.31-.15-.71.24-1.43.42-2.17.53-.76.13-1.51.34-2.22.64h-.05c-.29.13-.44.46-.36.77.05.15.14.28.26.38.1.09.24.21.41.38l.15.1c.56.18,1.14.24,1.72.17.7-.06,1.39-.22,2.04-.48.37-.14.61-.23.71-.28l.25-.13.26-.13c.1-.05.34-.15.71-.28.71-.24,1.41-.48,2.09-.74.68-.26,1.36-.5,2.04-.74.23-.09.47-.16.71-.2l.05.05c-.07.27-.13.51-.2.71l-1.38,4.54c-.17.51-.35,1.03-.53,1.56-.19.51-.25,1.06-.18,1.61.04.34,0,.69-.1,1.02-.1.3-.17.61-.2.92v.31c0,.2,0,.41-.02.61-.02.2-.02.41-.02.61.03.38.1.75.2,1.12.11.39.3.76.56,1.07.27.39.66.69,1.1.87.15.07.31.07.46,0l.31-.15c.41-.17.7-.53.77-.97.03-.09.04-.19.02-.28-.01-.09,0-.19.03-.28,0-.1-.03-.15-.1-.15,0,0-.01-.01-.02-.02-.06-.04-.14-.04-.18.02-.05.06-.12.09-.2.08s-.15.02-.2.08c-.04.03-.1.04-.15.03-.04-.02-.08,0-.1.02-.07.07-.18.09-.28.05-.09-.02-.18-.07-.23-.15-.14-.34-.21-.7-.2-1.07.03-.44.05-.86.05-1.25,0-.43.09-.85.26-1.25.04-.08.04-.17.03-.26-.02-.08-.02-.17-.03-.26l.07-.56c.1-.44.22-.87.36-1.3.14-.43.25-.88.36-1.35l.76-2.7.77-2.04c.1-.34.21-.66.33-.97.12-.31.23-.61.33-.92.04-.13.13-.25.26-.31.31-.1.6-.21.89-.33.3-.12.62-.22.94-.28l2.4-.77,1.33-.36c.51-.17,1.02-.33,1.53-.46l1.53-.41c.2-.07.55-.16,1.05-.28.49-.12,1.01-.25,1.56-.38.54-.13,1.06-.26,1.56-.38.49-.12.84-.21,1.04-.28.41-.1.82-.19,1.25-.26.44-.07.87-.17,1.3-.31.13-.03.27-.05.41-.05h.41c.17,0,.22.09.15.26v.21c-.27.58-.54,1.16-.79,1.73-.26.59-.46,1.21-.59,1.84-.07.03-.1.07-.1.1-.17.35-.32.7-.43,1.07-.12.38-.27.76-.43,1.12l-.15.31c-.07.34-.18.68-.33.99-.15.32-.26.65-.33.99,0,.08-.02.16-.05.23-.03.08-.07.18-.1.28-.17.27-.33.54-.46.82-.14.29-.21.6-.2.92-.08.72-.33,1.42-.71,2.04-.1.21-.15.43-.15.66,0,.23-.09.45-.26.61-.07.03-.11.1-.1.18v.23c-.07.27-.13.52-.2.74-.07.22-.13.47-.2.74-.23.56-.4,1.14-.51,1.73l-.3,1.73c-.04.12-.05.24-.05.36v.8c0,.27-.02.55-.05.82-.02.57.1,1.13.36,1.63.19.46.56.83,1.02,1.02.09.07.22.07.31,0,.12-.05.21-.14.26-.26.1-.07.14-.13.13-.2l-.08-.31c-.06-.09-.1-.2-.1-.31,0-.11-.04-.22-.1-.31-.15-.37-.22-.77-.2-1.17.07-.34.1-.68.1-1.02,0-.34.09-.67.26-.97,0-.34.03-.68.1-1.02.07-.31.15-.63.26-.97.24-.88.48-1.76.71-2.63.24-.87.53-1.73.87-2.58.27-.78.54-1.54.82-2.27.27-.73.54-1.49.82-2.27.48-1.29.97-2.58,1.48-3.88l1.53-3.88c.17-.5.65-.83,1.17-.82.07,0,.14-.01.2-.05.31,0,.59,0,.84-.03.26-.02.52-.04.79-.08.9-.18,1.83-.05,2.65.36l.41.15c.08,0,.15-.04.2-.1.08-.08.16-.16.23-.26.02-.03-.02-.14-.13-.31-.23-.53-.67-.94-1.22-1.12ZM196.66,6.43l-.87-.46c-.11-.06-.23-.09-.36-.1-.42-.07-.86-.05-1.27.05-.27.1-.52.2-.74.31-.22.1-.42.24-.59.41-.11.12-.25.21-.41.26-.21.12-.42.26-.61.41l-2.55,2.4c-.1.07-.19.15-.26.26-.24.24-.46.48-.66.71l-.61.71-1.22,1.48-1.33,1.73c-.44.58-.87,1.16-1.27,1.73l-.87,1.22c-.16.16-.3.34-.41.54-.1.19-.22.38-.36.59s-.27.39-.41.56c-.14.17-.26.36-.36.56-.17.34-.37.65-.61.94-.24.29-.44.61-.61.94,0,.03-.05.1-.15.2-.15.15-.28.32-.38.51-.09.17-.18.34-.28.51-.11.21-.23.42-.36.61-.13.2-.29.39-.46.56l-.61,1.02c-.17.34-.37.68-.59.99-.22.32-.45.66-.69.99,0,.04-.07.09-.2.15-.11.06-.23.09-.36.1-.65.18-1.32.3-1.99.36-.13.04-.27.06-.41.05-.26.09-.45.33-.46.61-.03.17.02.34.15.46.24.23.52.42.82.56.2.09.4.15.61.2.04.04.07.08.1.13.03.05.03.09,0,.13-.13.17-.24.36-.31.56-.07.2-.17.39-.31.56-.1.1-.18.22-.23.36-.05.14-.11.28-.18.41-.03.07-.14.27-.33.61-.19.34-.38.69-.59,1.05-.2.36-.4.67-.59.94s-.3.37-.33.31c-.04.04-.06.08-.08.13-.03.07-.07.13-.13.18-.09.16-.19.32-.31.46l-.18.18-.18.18c-.12.14-.22.3-.31.46-.17.27-.36.54-.56.79-.21.26-.43.51-.66.74-.06.02-.1.06-.14.11-.1.15-.06.35.09.45.08.14.2.25.36.31.3.16.63.25.97.26.38.13.8-.05.97-.41.11-.12.2-.26.26-.41l.56-.87c.1-.18.21-.35.33-.51.09-.1.16-.19.23-.26.08-.08.15-.18.2-.28.07-.12.19-.32.36-.59l.97-1.63c.19-.34.37-.68.53-1.04.1-.26.2-.48.31-.69.1-.2.22-.42.36-.66l.61-1.07c.09-.16.18-.32.26-.48.08-.17.18-.34.31-.49.19-.33.5-.57.87-.66.47-.13.93-.3,1.38-.51.44-.2.9-.36,1.38-.46.41-.17.81-.31,1.2-.43l1.25-.38,1.28-.31c.56-.17,1.13-.29,1.71-.38.56-.09,1.13-.18,1.71-.28.95-.2,1.85-.36,2.7-.46.28-.07.56-.09.84-.05.28.03.57.02.84-.05.1-.02.2-.04.31-.05.03,0,.03.07,0,.2-.03.07-.08.13-.13.18-.05.05-.08.11-.08.18-.02.21-.06.41-.13.61-.05.14-.11.32-.18.56l-.15.51c-.24.51-.36,1.07-.36,1.63,0,.06,0,.12.03.18.02.06,0,.13-.03.18-.1.25-.16.52-.18.79-.02.26-.08.51-.18.74-.04.18-.06.37-.05.56-.07.44-.14.87-.23,1.28-.09.42-.13.85-.13,1.27,0,.06-.02.13-.05.18-.03.05-.05.12-.05.18l-.1.56c0,.24-.01.48-.05.71-.07.35-.09.71-.08,1.07.01.37-.05.73-.18,1.07v.2c.07.28.09.58.08.87-.02.31-.04.63-.08.97.02.62.15,1.22.41,1.79,0,.1.03.19.1.26.11.25.34.43.61.46h.46c.27,0,.37-.12.31-.36-.03-.2-.07-.42-.1-.64-.03-.22-.08-.43-.15-.64.03-.43.03-.87-.02-1.3-.05-.43-.06-.87-.03-1.3,0-.27,0-.56.03-.87.01-.3.07-.59.18-.87.03-.07.04-.15.02-.23-.02-.09,0-.19.03-.28.03-.37.05-.76.05-1.15,0-.41.07-.81.2-1.2.07-.28.12-.56.15-.84.03-.29.1-.57.2-.84-.04-.29,0-.59.08-.87.09-.27.16-.54.23-.82,0-.13.03-.26.08-.38.05-.1.07-.22.08-.33,0-.25.03-.5.1-.74.07-.22.13-.47.2-.74.1-.51.21-.97.33-1.38.12-.41.25-.87.38-1.38.03-.14.09-.18.18-.13.11.05.23.04.33-.03.1,0,.19-.03.26-.1.11,0,.22-.04.33-.08.11-.04.22-.08.33-.13.09-.11.17-.23.23-.36.07-.11.11-.23.13-.36-.05-.09-.12-.18-.2-.26-.06-.08-.15-.14-.26-.15-.11-.04-.22-.05-.33-.03-.11.02-.23.01-.33-.02-.03,0-.05-.03-.05-.1,0,0,0,0,0-.01,0-.02-.03-.04-.05-.04.07-.22.11-.46.13-.69.02-.22.06-.43.13-.64.07-.24.13-.47.18-.69.05-.22.11-.43.18-.64.1-.23.16-.47.18-.71.02-.25.08-.49.18-.71.13-.51.28-1.02.43-1.53.16-.51.3-1.02.43-1.53.07-.23.12-.46.15-.69.03-.22.07-.43.1-.64.1-.41.2-.8.28-1.17.08-.37.14-.74.18-1.12.06-.13.1-.27.1-.41.06-.25.09-.51.1-.77l.11-1.28c0-.24,0-.48.03-.71.02-.24.02-.48.02-.71,0-.68-.18-1.35-.51-1.94-.14-.3-.37-.56-.66-.71ZM196.15,10.12c0,.25-.02.49-.05.74-.07.38-.12.74-.15,1.1-.04.38-.12.75-.26,1.1,0,.03,0,.07-.03.1-.02.03-.02.07-.02.1.03.27,0,.55-.08.82-.09.27-.16.54-.23.82-.07.17-.12.35-.15.53-.03.18-.05.36-.05.54,0,.47-.09.94-.26,1.38-.1.23-.19.47-.26.71-.07.24-.15.49-.26.77-.07.23-.12.46-.15.69-.04.24-.1.47-.2.69-.06.13-.1.27-.1.41,0,.52-.14,1.03-.41,1.48-.17.39-.27.8-.31,1.22v.1c-.03.28-.28.48-.56.46h-.46l-.18.03c-.14.02-.29.03-.43.02h-.61c-.08.04-.17.06-.26.05-.24-.07-.49-.05-.71.05-.21.1-.44.14-.66.1-.06,0-.11.01-.15.05-.27.07-.53.13-.77.2-.25.07-.51.12-.76.15-.27,0-.53.03-.79.08-.25.05-.52.11-.79.18l-.61.15-3.16.82-2.86.77-.1-.05v-.1c.06-.12.12-.23.2-.33.07-.1.13-.21.15-.33.03-.12.08-.23.15-.33.06-.08.13-.16.2-.23l.18-.36c.05-.11.11-.21.18-.31.1-.19.21-.38.33-.56.13-.18.3-.34.48-.46.06-.05.1-.12.13-.2.02-.08.07-.15.13-.2.03-.03.05-.06.05-.1,0-.03.03-.07.1-.1.26-.25.44-.57.51-.92.12-.37.33-.7.61-.97.13-.04.25-.13.31-.26.08-.06.14-.15.15-.26.06-.28.17-.55.33-.79.15-.22.31-.47.48-.74.07-.1.17-.17.28-.2.13-.04.23-.13.28-.26.02-.13.06-.26.1-.38.03-.09.07-.18.1-.28,0,.04.05,0,.15-.1v-.05l.31-.48c.53-.78,1.11-1.53,1.73-2.24.11-.18.24-.35.38-.51.14-.16.27-.33.38-.51l.77-.97c.2-.2.39-.4.56-.59.17-.18.32-.38.46-.59l.2-.2.2-.2c.16-.09.3-.2.43-.33.13-.13.21-.3.23-.48,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.05c.29-.19.55-.43.76-.71.22-.29.52-.5.87-.61l.15-.2c.07-.07.15-.13.23-.18.08-.05.16-.11.23-.18.08-.04.15-.09.22-.16.07-.07.16-.12.26-.15.16-.06.3-.18.38-.33.09-.15.26-.24.43-.23l.54-.18c.15-.05.32-.11.48-.18.06-.04.13-.06.2-.05.21-.07.34-.02.41.15.06.12.11.23.15.36.04.12.05.24.05.36,0,.2,0,.41.02.61.02.19.04.38.08.56v.74ZM243.93,26.26l-.2-.31s-.08-.05-.23-.05-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.02-.71s.04-.46.08-.66c.03-.11.04-.22.02-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.25.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.27.25-.51.53-.76.79-.13.06-.28.11-.42.12-.02-.02-.11.06-.28.23-.34.24-.54.38-.61.43s-.26.16-.56.33c-.48.24-.94.49-1.4.74-.46.25-.96.52-1.5.79-1.05.48-2.09.93-3.11,1.38-1.11.47-2.25.85-3.42,1.12-.32.13-.65.2-.99.2-.3,0-.6.02-.89.05-.19,0-.38-.01-.56-.05-.18,0-.36-.04-.53-.1-.19-.07-.36-.2-.48-.36-.17-.15-.29-.34-.36-.56,0-.24,0-.51.03-.82.01-.29.11-.58.28-.82,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.1l.2.15s.02.04.04.06c.16.21.46.25.68.09.17-.03.33-.06.48-.08.14-.01.28-.08.38-.18.08-.08.18-.15.28-.2.1-.05.2-.12.28-.2.48-.37.93-.77,1.35-1.17.42-.4.82-.83,1.2-1.27.51-.52.74-1.27.61-1.99l-.2-.51c-.2-.19-.43-.35-.69-.46-.26-.13-.57-.15-.84-.05-.12.08-.26.14-.41.15-.39.19-.76.4-1.12.64-.32.21-.63.44-.92.69-.87.7-1.63,1.52-2.24,2.45-.24.37-.39.63-.46.77s-.19.41-.36.82l-.1.31c-.09.13-.13.28-.13.43-.02.22-.03.37-.03.43-.07.52.06,1.06.38,1.48.32.43.67.84,1.05,1.22.28.24.63.39.99.43.39.05.77.11,1.15.18h0c.4,0,.71-.01.9-.03.29-.03.58-.09.87-.18l1.48-.41c.74-.17,1.47-.4,2.17-.69.7-.29,1.39-.57,2.07-.84.31-.14.62-.29.94-.46.32-.17.67-.34,1.05-.51.54-.34,1.07-.65,1.58-.92.03-.02.06-.04.09-.06-.02.07-.05.14-.07.21-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15h0c.07.06.22.08.46.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.04-.92,1.07-.58,1.99-1.4,2.68-2.4.14-.17.33-.45.59-.84.23-.26.31-.61.23-.94ZM212.36,27.64c.07-.24.12-.36.15-.35.25-.55.63-1.04,1.1-1.43.5-.4,1.06-.73,1.66-.97.03,0,.07,0,.1-.03s.07-.02.1-.02c-.46.56-.95,1.09-1.48,1.58-.5.47-1.04.88-1.63,1.22h0ZM209.54,24.48c.06,0,.13-.02.18-.05.05-.03.06-.07.03-.1-.03-.05-.04-.1-.05-.15,0-.04-.02-.07-.05-.1-.15-.16-.33-.28-.54-.36-.19-.07-.38-.13-.59-.2-.44-.11-.91-.07-1.33.1-.44.14-.9.3-1.38.48-.45.17-.85.44-1.17.79-.1.14-.22.26-.36.36-.1.07-.26.19-.46.36h-.05v-.1c.07-.37.13-.73.18-1.07.05-.34.09-.7.13-1.07.07-.2-.03-.39-.31-.56-.22-.16-.46-.3-.71-.41-.15-.1-.34-.12-.51-.05-.19.04-.32.22-.31.41,0,.53-.06,1.07-.2,1.58-.03.17-.05.34-.05.51,0,.17-.03.35-.1.51-.17.61-.31,1.23-.43,1.86-.12.63-.26,1.25-.43,1.86-.08.5-.23.98-.46,1.43-.1.17-.19.35-.26.54-.07.19-.13.36-.2.53,0,0,0,0,0,0-.11.2-.04.45.15.56.28.24.61.42.97.51.12.07.26.07.38,0,.14-.06.26-.17.33-.31,0-.07,0-.13.02-.2s.02-.13.03-.2c.14-.38.26-.74.36-1.1.11-.37.26-.72.46-1.04.12-.09.21-.22.26-.36.14-.2.28-.42.43-.64.14-.2.27-.42.38-.64.37-.48.68-.84.92-1.1.22-.24.46-.45.71-.64.27-.24.54-.48.79-.74.25-.25.53-.46.84-.64.17-.1.35-.2.54-.31.17-.1.35-.18.53-.26.28-.1.58-.12.87-.05.07.03.15.04.23.03.04-.02.09,0,.13.02h.09Z"/></svg>');
	--type-kaga: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 52"><path d="M78.69,30.54c-.34-.07-.67-.14-.99-.23-.34-.09-.69-.13-1.04-.13-.28,0-.56-.05-.82-.15-.24-.03-.47-.07-.69-.1-.23-.03-.46-.03-.69,0-.19,0-.38-.02-.56-.05-.2-.03-.39-.07-.56-.1-.24,0-.46,0-.66.03-.21.02-.42,0-.61-.08-.59-.1-1.19-.15-1.78-.15-.22,0-.44,0-.66-.05-.17-.07-.35-.1-.53-.1h-.54l-2.24-.1c-.2-.03-.41-.06-.61-.08-.2-.02-.39-.03-.56-.03-.41-.03-.82-.04-1.22-.03-.41.02-.82,0-1.22-.08h-.31c-.25.07-.51.09-.76.08-.24-.02-.49-.03-.77-.03s-.54,0-.79-.02c-.26-.02-.53,0-.79.02-.45.03-.9.04-1.35.03-.45-.02-.9,0-1.35.03-.14,0-.28-.01-.41-.05-.1,0-.12-.03-.05-.1.03-.3.09-.6.18-.89.08-.29.18-.57.28-.84.23-.64.44-1.28.63-1.91s.36-1.28.54-1.96c.14-.37.27-.72.41-1.05.14-.34.24-.69.31-1.04.14-.27.35-.5.61-.66l.41-.2c.31-.17.63-.33.97-.48.34-.15.65-.37.92-.64h.1c.31-.14.61-.29.92-.46.31-.17.59-.34.87-.51.2-.14.42-.27.64-.41.22-.14.45-.26.69-.36.27-.14.53-.28.79-.43.26-.15.52-.32.79-.48.24-.14.48-.28.71-.43.24-.15.5-.28.77-.38l.61-.36c.41-.27.82-.54,1.22-.79.41-.25.85-.5,1.33-.74.44-.24.88-.49,1.3-.77.42-.27.88-.54,1.35-.82.34-.2.66-.42.97-.64.31-.22.61-.43.92-.64.2-.14.41-.26.61-.38.22-.13.42-.27.61-.43.37-.27.74-.54,1.1-.79.36-.25.73-.5,1.1-.74.17-.17.36-.31.56-.43.22-.13.42-.27.61-.43.37-.27.74-.56,1.1-.87.36-.31.73-.59,1.1-.87.43-.33.84-.68,1.22-1.07.18-.15.32-.34.41-.56.01-.22-.06-.44-.2-.61l-.15-.26c-.17-.24-.4-.43-.66-.56-.17-.1-.37-.05-.61.15-.33.39-.73.72-1.17.97-.1.07-.2.14-.28.23l-.23.23c-.68.64-1.39,1.25-2.14,1.81-.75.56-1.5,1.13-2.24,1.71-.37.27-.75.54-1.12.79-.37.26-.75.52-1.12.79-.3.24-.63.44-.97.61-.34.17-.64.41-.87.71l-.26.15c-.14.1-.26.2-.38.31-.12.1-.24.19-.38.26-.16.13-.33.24-.51.33-.18.09-.37.17-.56.23-.29.1-.58.22-.84.38-.25.15-.52.31-.79.48-.05.15-.16.27-.31.33-.13.05-.26.13-.36.23-.14.12-.29.21-.46.28-.14.05-.28.11-.41.18-.14.1-.3.19-.46.25-.17.1-.31.2-.43.28-.14.09-.28.17-.43.23-.29.09-.55.25-.76.46-.17.2-.4.35-.66.41l-.51.2c-.17.07-.33.17-.46.31-.27.17-.55.32-.84.46-.29.14-.59.27-.89.41-.05.06-.12.1-.2.13-.08.02-.15.07-.2.13-.16.16-.34.3-.53.41-.19.1-.37.2-.54.31l-.1.05h-.1s-.06-.1-.05-.15c.03-.26.09-.52.18-.77.09-.24.18-.49.28-.77l.66-2.3c.07-.24.13-.46.2-.66.07-.2.13-.43.2-.66.16-.51.33-1.02.48-1.53.16-.51.3-1.04.43-1.58.1-.17.15-.36.15-.56,0-.21.03-.41.1-.61.13-.32.23-.65.31-.99.07-.32.13-.65.2-.99.07-.34.13-.66.2-.97.07-.32.12-.64.15-.97,0-.14.01-.28.05-.41.17-.47.26-.96.28-1.45.02-.49.06-.97.13-1.45.05-.48-.29-.91-.77-.97-.26-.12-.53-.21-.82-.26-.47-.07-.68.12-.61.56v.74c0,.25-.04.5-.1.74,0,1.43-.16,2.85-.51,4.23-.03.13-.05.27-.05.41,0,.14-.04.28-.1.41-.07.27-.13.55-.18.84-.05.29-.13.57-.23.84,0,.17-.03.33-.1.48-.07.16-.12.32-.15.48-.07.31-.15.62-.26.92-.1.31-.19.6-.26.87-.15.38-.27.77-.36,1.17-.07.2-.13.41-.18.61-.05.2-.11.41-.18.61-.17.47-.33.94-.48,1.4-.16.47-.25.96-.28,1.45-.04.06-.06.13-.05.2-.06.15-.1.3-.13.46-.02.14-.04.29-.08.46.01.18-.06.35-.2.46-.12.19-.21.39-.26.61.02.2-.08.4-.26.51-.5.38-1.05.71-1.63.97-.29.08-.56.2-.82.36-.25.16-.52.31-.79.43-.26.12-.51.27-.74.43-.68.34-1.36.69-2.04,1.04-.68.36-1.36.74-2.04,1.15-.08.05-.17.08-.26.1-.27.17-.55.31-.84.43-.3.13-.58.29-.84.48-.13.12-.29.21-.46.26-.48.21-.94.45-1.38.74-.44.29-.88.59-1.33.89-.35.17-.61.49-.71.87-.03.07-.07.14-.1.23-.03.07-.03.16,0,.23.1.27.19.54.28.79.08.25.21.49.38.69.25.5.73.84,1.28.92.13.07.27.11.41.13.14.02.27.04.41.08l.51.1c.3.06.61.1.92.1h6.07c.1,0,.15.07.15.2l-.3,1.17-.26.61c-.07.3-.15.6-.26.89-.1.29-.19.57-.26.84-.1.27-.19.56-.26.84-.07.3-.19.58-.36.84-.04.08-.05.17-.05.26-.07.31-.14.61-.23.92-.09.31-.2.62-.33.92-.13.3-.22.62-.26.94-.03.33-.12.65-.25.95-.07.16-.07.35,0,.51-.01.33.2.62.51.71.18.08.37.11.56.1.28.02.53-.18.56-.46,0-.1.01-.21.05-.31.03-.33.1-.65.2-.97.1-.32.19-.64.26-.97.1-.37.21-.73.33-1.07.12-.34.25-.7.38-1.07.1-.37.21-.76.33-1.15.12-.39.25-.77.38-1.15l.42-1.22c.14-.41.26-.82.36-1.22l.36-.92c.04-.22.24-.37.46-.36h.2c.26-.04.52-.05.79-.06h.79c.27,0,.53,0,.77-.03.26-.02.51,0,.77.03.27,0,.53-.02.79-.08.26-.05.53-.04.79.02.11.07.25.07.36,0,.5-.14,1.03-.14,1.53,0,.13.04.27.06.41.05h.87c.52-.07,1.05-.08,1.58-.03.51.05,1.04.08,1.58.08.04-.03.09-.03.15,0,.28.07.58.1.87.1.31,0,.61.02.92.05.27,0,.55,0,.84.03.29.02.57.03.84.03.27.03.56.08.87.13.29.05.58.06.87.03.1,0,.21.01.31.05.2.07.4.1.61.1h1.79c.46,0,.92.02,1.38.08.46.05.92.08,1.38.08.52,0,1.02-.18,1.43-.51.17-.1.18-.22.05-.36-.16-.15-.35-.25-.56-.31ZM55.99,23.06c-.07.27-.13.53-.2.77-.07.25-.12.51-.15.77-.1.2-.18.42-.23.64-.05.22-.11.45-.18.69-.07.13-.12.27-.15.41-.03.14-.1.26-.2.36-.09.14-.14.3-.15.46,0,.3-.05.61-.15.89-.1.29-.19.57-.26.84,0,.2-.12.31-.36.31-.41.14-.84.21-1.28.2-.48,0-.93,0-1.38.02-.44.02-.88.03-1.33.03h-1.28c-.54.03-1.08.01-1.61-.05-.52-.07-1.02-.13-1.5-.2-.12,0-.24-.02-.36-.05-.12-.04-.24-.09-.36-.15-.04,0-.06-.02-.08-.08-.02-.05.01-.11.08-.18.3-.27.61-.51.94-.74.34-.23.69-.44,1.04-.64.75-.44,1.49-.87,2.22-1.28s1.49-.82,2.27-1.22l2.85-1.57,1.58-.71c.13-.07.2-.03.2.1,0,.07,0,.13.03.2.02.07,0,.14-.03.2ZM182.63,19.89c.06,0,.13-.02.18-.05.05-.03.06-.07.03-.1-.03-.05-.04-.1-.05-.15,0-.04-.02-.07-.05-.1-.15-.16-.33-.28-.54-.36-.19-.07-.38-.13-.59-.2-.44-.11-.91-.07-1.33.1-.44.14-.9.3-1.38.48-.45.17-.85.44-1.17.79-.1.14-.22.26-.36.36-.1.07-.26.19-.46.36h-.05v-.1c.07-.37.13-.73.18-1.07.05-.34.09-.7.13-1.07.07-.2-.03-.39-.31-.56-.22-.16-.46-.3-.71-.41-.15-.1-.34-.12-.51-.05-.19.04-.32.22-.31.41,0,.53-.06,1.07-.2,1.58-.03.17-.05.34-.05.51,0,.17-.03.35-.1.51-.17.61-.31,1.23-.43,1.86s-.26,1.25-.43,1.86c-.08.5-.23.98-.46,1.43-.1.17-.19.35-.26.54-.07.19-.13.36-.2.53,0,0,0,0,0,0-.11.2-.04.45.15.56.28.24.61.42.97.51.12.07.26.07.38,0,.14-.06.26-.17.33-.31,0-.07,0-.13.02-.2.02-.07.03-.13.03-.2.14-.38.26-.74.36-1.1.11-.37.26-.72.46-1.04.12-.09.21-.22.26-.36.14-.2.28-.42.43-.64.14-.2.27-.42.38-.64.37-.48.68-.84.92-1.1.22-.24.46-.45.71-.64.27-.24.53-.48.79-.74.25-.25.53-.47.84-.64.17-.1.35-.2.54-.31.17-.1.35-.18.54-.26.28-.1.58-.12.87-.05.07.03.15.04.23.03.04-.02.09,0,.13.02h.09ZM132.05,21.37s-.08-.05-.23-.05-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.76-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.08.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.52.49-1.02,1.01-1.5,1.56l-.33.41c-.08.03-.15.05-.22.08-.24.12-.5.21-.77.28-.08.02-.15.04-.23.05h-.05c-.06.01-.12.03-.18.05-.48.17-.82.29-1.05.36-.34.12-.67.25-.99.41-.22.11-.44.2-.66.28-.23.08-.46.19-.66.33-.31.14-.61.29-.92.46-.31.17-.63.34-.97.51l-.2.1v-.1c0-.21.03-.41.08-.61.05-.27.11-.56.18-.87.07-.3.13-.58.2-.84s.12-.45.15-.59c.04-.27.06-.54.05-.82-.04-.32-.19-.63-.41-.87-.15-.15-.32-.27-.51-.36-.2-.1-.39-.2-.56-.31-.07-.04-.14-.08-.2-.13-.07-.05-.14-.11-.2-.18-.06-.06-.11-.14-.13-.23-.02-.09-.06-.17-.13-.23-.03-.06-.05-.12-.08-.18-.03-.07-.07-.13-.13-.18-.1-.14-.2-.26-.28-.38-.1-.14-.23-.25-.38-.33-.4-.29-.9-.39-1.38-.26l-1.33.51-1.63,1.02c-.44.3-.85.64-1.22,1.02l-.46.46s-.06,0-.11,0c-.15,0-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.54-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.77-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.03-.71.02-.24.04-.46.08-.66.03-.11.04-.22.03-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.26.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.26c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.08-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.52.49-1.02,1.01-1.5,1.56l-.56.71c-.11.25-.24.49-.38.71-.15.24-.26.49-.33.76-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.91.43,0,.86-.06,1.27-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15h0c.07.07.22.09.45.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.03-.92.06-.03.11-.07.16-.1-.14.48-.03,1.01.32,1.38l.51.61c.1.1.22.16.36.18.14.02.28.06.41.13.2-.07.4-.1.61-.1.2,0,.39-.05.56-.15.27-.14.54-.28.82-.43.27-.15.54-.31.82-.48.28-.17.54-.37.79-.59.27-.23.55-.44.84-.64l1.07-1.02c.09-.09.18-.2.26-.31.07-.1.15-.19.26-.26l.87-.77c.17-.14.33-.26.46-.36.15-.12.29-.26.41-.41.3-.31.64-.57,1.02-.76,0-.03,0,0,.03.13.01.08.02.15.03.23.03.17.03.34,0,.51,0,.23-.04.46-.1.69-.07.29-.14.6-.23.92-.09.32-.17.64-.26.94-.08.31-.14.54-.18.71-.06.22-.09.44-.1.66,0,.16-.08.3-.2.41-.27.17-.53.34-.77.51-.24.17-.5.33-.77.46l-2.7,1.99-.2.1c-.25.32-.56.58-.92.77-.31.15-.58.38-.77.66-.19.18-.4.35-.61.51-.1.04-.19.11-.26.2-.17.2-.35.38-.56.53-.2.15-.39.31-.56.49l-.46.36c-.2.24-.42.48-.64.71-.22.23-.45.46-.69.66-.23.23-.46.48-.66.74-.21.26-.45.49-.71.69-.06.02-.1.07-.13.13-.02.06-.07.1-.13.13l-.41.56c-.07.1-.15.19-.26.26s-.19.15-.26.26c-.2.2-.39.41-.56.61s-.34.42-.51.66c-.37.51-.73,1.01-1.07,1.5-.34.49-.68,1.01-1.02,1.55-.27.54-.53,1.08-.77,1.61-.24.54-.45,1.09-.62,1.66-.14.37-.25.76-.33,1.15-.09.41-.09.84-.02,1.25h0c-.06.33-.06.67.02.99.07.34.18.67.31,1l.2.41c.56.73,1.35,1.25,2.24,1.48.27.07.54.11.82.13.28.02.56-.03.82-.13h.05c.24,0,.47-.04.69-.13.2-.08.4-.17.59-.28l1.02-.46c.35-.16.69-.34,1.02-.54.32-.19.61-.43.87-.69.54-.44,1.06-.88,1.56-1.33.5-.45.94-.96,1.3-1.53,0,0,0-.01,0-.02,0-.05.05-.08.1-.08.22-.22.42-.47.59-.74.15-.25.32-.52.49-.79.24-.38.47-.74.69-1.1.23-.37.42-.75.59-1.15.2-.26.37-.54.51-.84.14-.31.26-.62.36-.94l.1-.15c.27-.51.5-1.04.69-1.58.19-.56.42-1.1.69-1.63.05-.09.09-.2.1-.31,0-.24.04-.47.13-.69.08-.19.18-.38.28-.59.2-.44.36-.9.46-1.38.03-.16.07-.31.13-.46.05-.15.1-.3.13-.46l.2-.92.51-2.04c.03-.2.07-.39.1-.56l.1-.51c.03-.24.07-.48.13-.71l.18-.71c.04-.22.14-.41.31-.56.56-.37,1.14-.72,1.76-1.05.61-.32,1.22-.64,1.84-.94l.46-.26c.17-.07.28-.11.33-.13.05-.01.09-.04.13-.08.04-.04.1-.06.15-.08.12-.04.24-.08.36-.13.29-.13.74-.32,1.31-.56-.02.05-.04.1-.05.15-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.04-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15.07.07.22.08.46.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.03-.92,1.07-.58,1.99-1.4,2.68-2.4.14-.17.33-.45.59-.84.23-.26.31-.61.23-.94l-.2-.31ZM103.73,21.07c-.11.12-.22.24-.31.38-.09.14-.21.25-.36.33-.16.1-.31.22-.43.36-.12.14-.25.29-.38.46-.2.17-.4.33-.59.48-.19.16-.38.3-.59.43-.17.17-.31.31-.41.43-.14.15-.29.28-.46.38-.11.1-.23.18-.36.26-.17.14-.33.26-.46.38-.14.12-.3.23-.46.33-.44.32-.92.58-1.43.77-.2.12-.43.17-.66.15,0,0-.01,0-.02,0-.05,0-.08-.05-.08-.1-.07-.18-.06-.39.05-.56l.31-.56c.17-.24.32-.47.46-.69s.31-.47.51-.74l1.12-.97c.28-.38.62-.71,1.02-.97.41-.27.8-.53,1.17-.77,0-.03.05-.05.15-.05l.56-.26c.15-.06.3-.11.46-.15.17-.03.34-.03.51,0h.05s.2.1.2.1c.17.1.31.24.41.41.1.1.1.15,0,.15ZM103.71,29.64l-.26,1.07-.2,1.17c0,.17-.04.35-.1.51-.1.31-.19.62-.26.94-.07.32-.17.64-.31.94l-.2.87-.2.77c-.09.18-.16.38-.2.59-.03.19-.1.37-.2.53-.11.18-.2.38-.26.59-.07.22-.13.43-.2.64-.17.38-.33.74-.46,1.1-.13.34-.28.67-.46.99-.06.09-.11.2-.13.31-.01.09-.04.17-.08.26-.03.05-.04.1-.05.15,0,.04-.03.09-.1.15-.16.26-.3.53-.41.82-.1.27-.2.53-.31.77-.23.26-.42.55-.56.87-.25.47-.54.91-.87,1.33-.17.18-.34.36-.48.56-.15.2-.32.42-.48.66-.17.2-.33.39-.46.56-.15.19-.32.36-.51.51l-1.12,1.02c-.05.06-.11.1-.18.13-.05.02-.09.04-.13.08-.17.13-.36.24-.56.31-.25.18-.52.34-.79.48-.29.15-.57.31-.84.48l-.26.15c-.27.09-.55.15-.84.18-.28.04-.56.07-.84.08h-.35c-.1,0-.19-.02-.28-.06-.09-.03-.16-.07-.23-.1-.17-.17-.33-.33-.46-.48-.13-.15-.25-.31-.36-.48-.16-.12-.2-.34-.1-.51,0-.12,0-.24-.05-.36-.07-.46-.05-.93.05-1.38.03-.2.07-.42.1-.66.03-.24.09-.48.15-.71l.1-.31c.24-.51.46-.99.66-1.45.22-.48.49-.94.82-1.35.2-.37.43-.74.69-1.12.25-.37.5-.75.74-1.12.27-.37.56-.73.87-1.07.31-.34.6-.7.87-1.07l.91-1.02,1.01-.91.97-1.02c.34-.34.68-.66,1.02-.94.34-.29.7-.59,1.07-.89l.97-.82c.43-.4.88-.77,1.35-1.12.46-.34.91-.66,1.35-.97l1.17-.82s0,0,0-.01c0-.02.03-.04.05-.04.04,0,.07-.02.1-.05l.1.1v.2ZM217,21.68l-.2-.31s-.08-.05-.23-.05-.23.02-.23.05l-.15.1c-.15.25-.32.48-.51.69-.27.32-.46.53-.56.64-.28.36-.63.67-1.02.92-.39.23-.77.48-1.12.76-.22.15-.46.26-.71.33-.24.06-.48.14-.71.23-.49.2-1,.31-1.53.33-.53.01-1.04-.14-1.48-.43-.06-.06-.14-.11-.23-.13-.09-.02-.17-.06-.23-.13-.24-.49-.36-1.03-.36-1.58,0-.24,0-.48.02-.71.02-.24.04-.46.08-.66.03-.11.04-.22.02-.33-.02-.09-.04-.2-.08-.33-.08-.15-.2-.26-.36-.33l-.46-.23s-.03-.02-.04-.03c-.21-.11-.46-.03-.57.18-.24.34-.51.66-.79.97-.25.27-.52.56-.79.87-.07.07-.15.13-.23.18-.09.05-.18.11-.28.18l-1.22,1.02c-.77.74-1.67,1.33-2.65,1.73-.21.14-.44.22-.69.26-.25.03-.5.08-.74.15h-.24c-.1,0-.21-.02-.31-.05-.13,0-.17-.07-.1-.2.08-.43.27-.84.56-1.17.47-.87,1.11-1.63,1.89-2.24.09-.13.22-.23.36-.31.49-.5,1.06-.91,1.68-1.22.25-.16.53-.27.82-.33.27-.05.54-.11.82-.18.14-.1.29-.07.46.1l.36.31c.03.07.1.07.2,0,.05-.09.09-.2.1-.31-.13-.57-.43-1.09-.87-1.48-.17-.18-.41-.28-.66-.26-.54,0-1.07.14-1.53.41l-.87.51c-.59.38-1.15.82-1.66,1.3-.27.25-.51.53-.76.79-.13.06-.28.11-.42.12-.02-.02-.11.06-.28.23-.34.24-.54.38-.61.43-.07.05-.26.16-.56.33-.48.24-.94.49-1.4.74-.46.25-.96.52-1.5.79-1.05.48-2.09.93-3.11,1.38-1.11.47-2.25.85-3.42,1.12-.32.13-.65.2-.99.2-.3,0-.6.02-.89.05-.19,0-.38-.01-.56-.05-.18,0-.36-.04-.53-.1-.19-.07-.36-.2-.48-.36-.17-.15-.29-.34-.36-.56,0-.24,0-.51.03-.82.01-.29.11-.58.28-.82,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.1l.2.15s.02.04.04.06c.16.21.46.25.68.09.17-.03.33-.06.49-.08.14-.01.28-.08.38-.18.08-.08.18-.15.28-.2.1-.05.2-.12.28-.2.48-.37.93-.77,1.35-1.17.42-.4.82-.83,1.2-1.27.52-.52.74-1.27.61-1.99l-.2-.51c-.2-.19-.43-.35-.69-.46-.26-.13-.57-.15-.84-.05-.12.08-.26.14-.41.15-.39.19-.76.4-1.12.64-.32.21-.63.44-.92.69-.87.7-1.63,1.52-2.24,2.45-.24.37-.39.63-.46.77s-.19.41-.36.82l-.1.31c-.09.13-.13.28-.13.43-.02.22-.02.37-.02.43-.07.52.06,1.06.38,1.48.32.43.67.84,1.05,1.22.28.24.63.39.99.43.39.05.77.11,1.15.18.41,0,.71-.01.91-.03.29-.03.58-.09.87-.18l1.48-.41c.74-.17,1.47-.4,2.17-.69.7-.29,1.39-.57,2.07-.84.31-.14.62-.29.94-.46.32-.17.67-.34,1.05-.51.54-.34,1.07-.65,1.58-.92.03-.02.06-.04.09-.06-.02.07-.05.14-.07.21-.17.43-.15.91.05,1.33l.41.77c.15.6.72.99,1.33.92.43,0,.86-.06,1.28-.2.36-.06.72-.19,1.05-.36.32-.17.65-.36.99-.56.52-.35,1.02-.72,1.5-1.12.49-.41.99-.82,1.5-1.22l.87-.87s.03,0,.04,0c.07.01.12.08.11.15.19.72.52,1.4.97,1.99.17.27.4.51.66.69.26.18.53.34.82.48.26.11.54.16.82.15h0c.07.07.22.08.46.05.15-.03.31-.04.46-.05,1.07-.07,2.11-.38,3.04-.92,1.07-.58,1.99-1.4,2.68-2.4.14-.17.33-.45.59-.84.23-.26.31-.61.23-.94ZM185.59,22.7c.25-.55.63-1.04,1.1-1.43.5-.4,1.06-.73,1.66-.97.03,0,.07,0,.1-.03s.07-.02.1-.03c-.46.56-.95,1.09-1.48,1.58-.5.47-1.04.88-1.63,1.22h0c.07-.24.12-.36.16-.36ZM186.1,28.52s0,0,0,0c0,0,0,0,0,0h0ZM169.73,1.84l-.87-.46c-.11-.06-.23-.09-.36-.1-.42-.07-.86-.05-1.28.05-.27.1-.52.2-.74.31-.22.1-.42.24-.59.41-.11.12-.25.21-.41.26-.21.12-.42.26-.61.41l-2.55,2.4c-.1.07-.19.15-.25.25-.24.24-.46.48-.66.71l-.61.71-1.22,1.48-1.33,1.73c-.44.58-.87,1.16-1.28,1.73l-.87,1.22c-.16.16-.3.34-.41.54-.1.19-.22.38-.36.59-.14.2-.27.39-.41.56-.14.17-.26.36-.36.56-.17.34-.37.65-.61.94s-.44.61-.61.94c0,.03-.05.1-.15.2-.15.15-.28.32-.38.51-.08.17-.18.34-.28.51-.11.21-.23.42-.36.61-.13.2-.29.39-.46.56l-.61,1.02c-.17.34-.37.68-.59.99-.22.32-.45.65-.69.99,0,.04-.07.09-.2.15-.11.06-.23.09-.36.1-.65.18-1.32.3-1.99.36-.13.04-.27.06-.41.05-.26.09-.45.33-.46.61-.03.17.02.34.15.46.24.23.52.42.82.56.2.09.4.15.61.2.04.04.07.08.1.13.03.05.03.09,0,.13-.13.17-.24.36-.31.56-.07.2-.17.39-.31.56-.1.1-.18.22-.23.36-.05.14-.11.28-.18.41-.03.07-.15.27-.33.61-.19.34-.38.69-.59,1.04-.2.36-.4.67-.59.94-.19.27-.3.37-.33.31-.03.04-.06.08-.08.13-.03.07-.07.13-.13.18-.09.16-.19.32-.31.46l-.18.18-.18.18c-.12.14-.22.3-.31.46-.17.27-.36.54-.56.79-.21.26-.43.51-.66.74-.06.02-.1.06-.14.11-.1.15-.06.35.09.45.08.14.2.25.36.31.3.16.63.25.97.26.38.13.8-.05.97-.41.11-.12.2-.26.25-.41l.58-.86c.1-.18.21-.35.33-.51.09-.1.16-.19.23-.25.08-.08.15-.18.2-.28.07-.12.19-.32.36-.59l.97-1.63c.19-.34.36-.69.51-1.05.1-.26.2-.48.31-.69.1-.2.22-.42.36-.66l.61-1.07c.09-.16.18-.32.25-.48.08-.17.18-.34.31-.49.19-.33.5-.57.87-.66.47-.13.93-.3,1.38-.51.44-.2.9-.36,1.38-.46.41-.17.81-.31,1.2-.43l1.25-.38,1.28-.31c.56-.17,1.13-.29,1.71-.38.56-.09,1.13-.18,1.71-.28.95-.2,1.85-.36,2.7-.46.27-.07.56-.09.84-.05.28.03.57.02.84-.05.1-.02.2-.04.31-.05.03,0,.03.07,0,.2-.03.07-.08.13-.13.18-.05.05-.08.11-.08.18-.02.21-.06.41-.13.61-.05.14-.11.32-.18.56l-.15.51c-.24.51-.36,1.07-.36,1.63,0,.06,0,.12.02.18.02.06,0,.13-.02.18-.1.25-.16.52-.18.79-.02.26-.08.51-.18.74-.04.18-.06.37-.05.56-.07.44-.14.87-.23,1.28-.09.42-.13.85-.13,1.27,0,.06-.02.13-.05.18-.03.05-.05.12-.05.18l-.1.56c0,.24-.01.48-.05.71-.07.35-.09.71-.08,1.07.01.37-.05.73-.18,1.07v.2c.07.28.09.58.08.87-.02.31-.04.63-.08.97.02.62.15,1.22.41,1.79,0,.1.03.19.1.26.11.25.34.43.61.46h.46c.27,0,.37-.12.31-.36-.03-.2-.07-.42-.1-.64-.03-.22-.08-.43-.15-.64.03-.43.03-.87-.03-1.3-.05-.43-.06-.87-.03-1.3,0-.27,0-.56.03-.87.02-.3.08-.59.18-.87.03-.07.04-.15.02-.23-.02-.09,0-.19.03-.28.03-.37.05-.76.05-1.15,0-.41.07-.81.2-1.2.07-.28.12-.56.15-.84.03-.29.1-.57.2-.84-.04-.29,0-.59.08-.87.09-.27.16-.54.23-.82,0-.13.02-.26.08-.38.05-.1.07-.22.08-.33,0-.25.03-.5.1-.74.07-.22.13-.47.2-.74.1-.51.21-.97.33-1.38.12-.41.25-.87.38-1.38.03-.14.09-.18.18-.13.11.05.23.04.33-.03.1,0,.19-.03.26-.1.11,0,.22-.04.33-.08.11-.04.22-.08.33-.13.09-.11.17-.23.23-.36.06-.11.11-.23.13-.36-.05-.09-.12-.18-.2-.26-.06-.08-.15-.13-.26-.15-.11-.04-.22-.05-.33-.03s-.22.01-.33-.02c-.03,0-.05-.03-.05-.1,0,0,0,0,0-.01,0-.02-.03-.04-.05-.04.07-.22.11-.45.13-.69.02-.22.06-.43.13-.64.07-.24.13-.47.18-.69.05-.22.11-.43.18-.64.1-.23.16-.47.18-.71.02-.25.08-.49.18-.71.13-.51.28-1.02.43-1.53s.3-1.02.43-1.53c.07-.23.12-.46.15-.69.03-.22.07-.43.1-.64.1-.41.2-.8.28-1.17.08-.37.14-.74.18-1.12.06-.13.1-.27.1-.41.06-.25.09-.51.1-.77l.1-1.27c0-.24,0-.48.03-.71.02-.24.03-.48.03-.71,0-.68-.18-1.35-.51-1.94-.14-.3-.37-.56-.66-.71ZM169.22,5.53c0,.25-.02.49-.05.74-.07.38-.12.74-.15,1.1-.04.38-.12.75-.26,1.1,0,.03,0,.07-.02.1-.02.03-.02.07-.03.1.03.27,0,.55-.08.82-.09.27-.16.54-.23.82-.07.17-.12.35-.15.53-.03.18-.05.36-.05.54,0,.47-.09.94-.26,1.38-.1.23-.19.47-.26.71-.07.24-.15.49-.26.76-.07.23-.12.46-.15.69-.04.24-.1.47-.2.69-.06.13-.1.27-.1.41,0,.52-.14,1.03-.41,1.48-.17.39-.27.8-.31,1.22v.1c-.03.28-.28.48-.56.46h-.46l-.18.03c-.14.02-.29.03-.43.02h-.61c-.08.04-.17.06-.26.05-.24-.07-.49-.05-.71.05-.21.1-.44.14-.66.1-.06,0-.11.01-.15.05-.27.07-.53.13-.77.2-.25.07-.51.12-.77.15-.27,0-.53.03-.79.08-.25.05-.52.11-.79.18l-.61.15-3.16.82-2.86.77-.1-.05v-.1c.06-.12.12-.23.2-.33.07-.1.13-.21.15-.33.03-.12.08-.23.15-.33.06-.08.13-.16.2-.23l.18-.36c.05-.11.11-.21.18-.31.1-.19.21-.38.33-.56.13-.18.3-.34.48-.46.06-.05.1-.12.13-.2.02-.08.07-.15.13-.2.03-.03.05-.06.05-.1,0-.03.03-.07.1-.1.26-.25.44-.57.51-.92.12-.37.33-.7.61-.97.13-.04.25-.13.31-.26.08-.06.14-.15.15-.26.06-.28.17-.55.33-.79.15-.22.31-.47.48-.74.07-.1.17-.17.28-.2.13-.04.23-.13.28-.25.02-.13.06-.26.1-.38.03-.09.07-.18.1-.28,0,.04.05,0,.15-.1v-.05l.33-.48c.53-.78,1.11-1.53,1.73-2.24.11-.18.24-.35.38-.51.14-.16.27-.33.38-.51l.77-.97c.2-.2.39-.4.56-.59.17-.18.32-.38.46-.59l.2-.2.2-.2c.16-.09.3-.2.43-.33.13-.13.21-.3.23-.48,0,0,0,0,0-.01,0-.02.03-.04.05-.04h.05c.29-.19.55-.43.77-.71.22-.29.52-.5.87-.61l.15-.2c.07-.07.15-.13.23-.18.08-.05.16-.11.23-.18.07-.04.14-.09.2-.15.07-.07.16-.12.26-.15.16-.06.3-.18.38-.33.09-.15.26-.24.43-.23l.54-.18c.15-.05.31-.11.48-.18.06-.04.13-.06.2-.05.21-.07.34-.02.41.15.06.12.11.23.15.36.04.12.05.24.05.36,0,.2,0,.41.03.61.01.19.04.38.08.56v.74Z"/></svg>');
}





