@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
input {
	font-family: serif !important;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*リセットCSSここまで*/

html {
/* 	transform: translate3d(0, 0, 0); */
	touch-action: manipulation;
}
body {
	/* font-family: 'Adobe Garamond Pro', 'shippori-mincho'; */
	/* font-family: 'shippori-mincho'; */
	font-family: serif;
	position: relative;
	width: 100vw;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: 1.75;
	font-style: normal;
	font-weight: 400;
	background: #F1EFE9;
}
.font-loading {
	color: transparent !important;
	/* animation: font-loading 0.3s linear 0s 1 both; */
}
/* @keyframes font-loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
} */
input {
	border: none;
	outline: none;
}
* {
	box-sizing: border-box;
}

.loading {
	opacity: 0;
}
.loaded {
	animation: loaded 0.3s ease 0s 1 both;
}
@keyframes loaded {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.corporate-bg {
	background: #EADFD8;
}

@media all and (min-width: 768px) {
}
@media all and (max-width: 768px) {
}
@media all and (min-device-width: 390px) {
}
@media all and (min-device-width: 375px) {
}
@media all and (min-device-width: 320px) {
}




@media all and (min-width: 768px) {
	.pc-show {
	}
	.sp {}
	.sp-show {
		display: none !important;
	}
	.window-margin {
		margin: 0 40px;
	}
	.window-grid {
		display: grid;
		column-gap: 28px;
		grid-template-columns: 4fr 8fr;
	}
	.window-grid-shops {
		display: grid;
		column-gap: 28px;
		grid-template-columns: 4fr 8fr;
		margin-top: 28px;
	}
	.window-grid-items {
		display: grid;
		column-gap: 28px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.window-grid-brands {
		display: grid;
		column-gap: 28px;
		row-gap: 40px;
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media all and (max-width: 768px) {
	.pc-show {
		display: none !important;
	}
	.sp {display: none !important;}
	
	.window-margin {
		margin: 0 20px;
		width: calc(100vw - 40px);
	}
	.window-grid {
		display: grid;
		column-gap: 28px;
		grid-template-columns: 1fr;
	}
	.window-grid-shops {
		display: grid;
		column-gap: 28px;
		grid-template-columns: 1fr;
		margin-top: 28px;
	}
	.window-grid-items {
		display: grid;
		column-gap: 28px;
		grid-template-columns: 1fr;
	}
	.window-grid-brands {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}
}
.column-margin {
	margin: 0 28px;
}

.window-margin-sp {
	margin: 0 20px;
}
.column-margin-sp {
	margin: 0 20px;
}
.ui-radio-btn {
	position: relative;
	min-width: 14px;
	min-height: 14px;
}
.ui-radio-btn div:nth-child(1) {
	position: absolute;
	left: 25%;
	right: 25%;
	top: 25%;
	bottom: 25%;
	background: #1A1A1A;
	border-radius: 10px;
	cursor: pointer;
}
.ui-radio-btn div:nth-child(2) {
	position: absolute;
	left: 7.14%;
	right: 7.14%;
	top: 7.14%;
	bottom: 7.14%;
	border: 1px solid #1A1A1A;
	border-radius: 10px;
	cursor: pointer;
}
.ui-check {
	display: flex;
	position: relative;
}
.ui-check div:nth-child(1) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%221.5%22%20y%3D%221.5%22%20width%3D%2211%22%20height%3D%2211%22%20rx%3D%221.5%22%20stroke%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M3.5%206L6%208.5L10.5%204%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22bevel%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	min-width: 14px;
	min-height: 14px;
	cursor: pointer;
}
.ui-check div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%221.5%22%20y%3D%221.5%22%20width%3D%2211%22%20height%3D%2211%22%20rx%3D%221.5%22%20stroke%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	min-width: 14px;
	min-height: 14px;
	cursor: pointer;
}
.ui-check div:nth-child(3) {
	font-family: 'FOT-TsukuAOldMin Pr6';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #000000;
	margin-left: 18px;
	cursor: pointer;
}
.next-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2228%22%20viewBox%3D%220%200%2018%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201L2%2014L15%2027%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

/****************
	Font
****************/
.font-default-m {
	font-size: 1rem;
}
.font-name-m {
	font-size: 1rem;
	line-height: 1.5;
	font-feature-settings: none;
	color: #1A1A1A;
}
.font-read-m {
	font-size: 1rem;
	line-height: 2;
}
.font-narrow-m {
	font-size: 1rem;
	line-height: 1.5;
}
.font-label-m {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}
.store-h2-name {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.08em;
}
.store-num-xl {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
	color: #FFFFFF;
}
.store-body-m-narrow {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #FFFFFF;
}

.store-body-s-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' on;
}
.store-body-ss-label {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
}
.store-body-ss-label-b {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 B'; */
	/* font-family: 'shippori-mincho'; */
}
.store-body-s-label {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' on;
}
.store-h5-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.04em;
	font-feature-settings: 'palt' on;
}
.store-body-s-narrow {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 B'; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
}
.store-body-s-name {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 B'; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.06em;
}
.store-h5-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.04em;
	font-feature-settings: 'palt' on;
}
.store-body-m-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.store-num-s {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.04em;
	font-feature-settings: 'pnum' on, 'onum' on;
}
.store-num-m {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	font-feature-settings: 'tnum' on, 'onum' on;
	/* font-variant-caps: unicase; */
}
.store-body-xs-default {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 B'; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
}
.store-s-body-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.store-h5-name {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 146%;
	
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	
	color: #1A1A1A;
}
.store-h1-default {
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 M"; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 150%;
	letter-spacing: 0.04em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.store-h1-default-top-label {
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 M"; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.04em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
@media all and (min-width: 768px) {
.store-h2-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
}
@media all and (max-width: 768px) {
	.store-h2-default {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 500;
		font-size: 5.4vw;
		line-height: 150%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
	}	
}
.store-body-xs-label {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 B'; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 175%;
	text-align: right;
	color: #1A1A1A;
}
.store-body-m-name {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.06em;
}
.store-num-ll {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
}
.store-num-l {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
}
.store-num-m {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	font-feature-settings: 'tnum' on, 'onum' on;
}
.store-body-xxs-date {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 D'; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	font-feature-settings: 'tnum' on, 'onum' on;
}
.store-h4-label {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: flex-end;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on, 'pkna' on;
}
.store-h4-name {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.16em;
	font-feature-settings: 'palt' on;
}
.store-tag-icon-kanji {
	font-family: 'kinuta-maruminold-stdn';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 14px;
}
.qgd-gray-color {
	color: #707573;
}
.qgd-gray {
	background: #707573;
}

/****************
	Header
****************/
.header {
	position: relative;
	height: 48px;
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
@media all and (max-width: 768px){
	.header {
		position: relative;
		height: 48px;
		margin: 28px 20px 0 20px;
	}
}
.header-menu-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2210%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2210%22%20y%3D%2221%22%20width%3D%2224%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2010%2029)%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2022%2029)%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 44px;
	height: 44px;
	top: calc(50% - 44px/2);
	left: 2px;
	cursor: pointer;
}
.header-menu-btn-off {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L23%2013%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%2013L23%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	height: 21px;
	top: calc(50% - 21px/2);
	left: 22px;
	cursor: pointer;
}
.welcome-float-off {
	top: 26px;
	right: 21px;
	left: auto;
}
.header-menu-btn-off-white {
	position: absolute;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L23%2013%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%2013L23%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 41px;
}
.header-logo {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* position: absolute; */
	width: 71px;
	height: 48px;
	/* left: calc(50% - 71px/2 - 0.5px); */
	/* top: calc(50% - 48px/2); */
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
}
.header-logo div {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
@media all and (min-width: 768px) {
	.header-menu-btn-off-white {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2246%22%20height%3D%2228%22%20viewBox%3D%220%200%2046%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%202L45%2026%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20d%3D%22M1%2026L45%202%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%2F%3E%3C%2Fsvg%3E');
		width: 44px;
		height: 44px;
		top: 53px;
		right: 52px;
	}
	.header-logo-oem {
		flex: 1;
		left: auto;
		width: 100%;
		max-width: 184px;
	}
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 768px) {
}
.header-btn-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	
	position: absolute;
	width: 48px;
	height: 20px;
	right: 16px;
	top: calc(50% - 20px/2 + 1px);
}
.header-btn-container div {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 4px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header-btn-container div:nth-child(1) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2010C12.2091%2010%2014%208.20914%2014%206C14%203.79086%2012.2091%202%2010%202C7.79086%202%206%203.79086%206%206C6%208.20914%207.79086%2010%2010%2010ZM10%2011C5.85786%2011%202.5%2014.3579%202.5%2018.5H17.5C17.5%2014.3579%2014.1421%2011%2010%2011Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
}
.header-btn-container div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%202H17V4H15V10C15%2011.6569%2013.6569%2013%2012%2013H7C5.34315%2013%204%2011.6569%204%2010V6H6V10C6%2010.5523%206.44772%2011%207%2011H12C12.5523%2011%2013%2010.5523%2013%2010V2Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
}
.header-btn-container-added {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2211%22%20r%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2211%22%20r%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%200H16V2H14V8C14%209.65685%2012.6569%2011%2011%2011H0V9H11C11.5523%209%2012%208.55228%2012%208V0Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E') !important;
	width: 16px !important;
	height: 16px !important;
	margin-top: 4px !important;
	margin-left: 4px !important;
}
.header-btn-container div:nth-child(3) {
	position: absolute;
	width: 14px;
	height: 14px;
	top: -2px;
	right: 6px;
	font-family: 'noto-sans-extracondensed';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 12px;
	text-align: center;
	letter-spacing: -0.04em;
	color: #1A1A1A;
}
.header-btn-disabled {
	opacity: 0.2;
	cursor: default !important;
}

/****************
	Footer
****************/
.footer {
	display: flex;
	position: relative;
	/* height: 273px; */
	/* height: 150px; */
	left: 0px;
}
.footer-logo {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 50px;
	height: 42px;
	top: 0;
}
@media all and (min-width: 768px) {
	.footer-logo {
		left: 40px;
	}
}
@media all and (max-width: 768px) {
	.footer-logo {
		left: 20px;
	}
}

.footer-logo div {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.footer-logo div:nth-child(1) {
	width: 100%;
	height: 100%;
}
.footer-logo div:nth-child(2) {
	width: 100%;
	flex: 1;
}
.footer-menu-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	flex: 1;
}
.footer-menu-company-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}
.footer-menu-item {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #49525A;
	cursor: pointer;
}
.footer-menu-item:hover{
	opacity: 0.6;
}
.footer-copyrights {
	position: relative;
	padding: 20px 40px;
	left: 0;
	right: 0;
	top: 0;
	text-align: left;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #707573;
	align-self: stretch;
	margin-bottom: 40px;
}
@media all and (max-width: 768px){
	.footer-copyrights {
		position: relative;
		padding: 20px;
		left: 0;
		right: 0;
		top: 0;
		text-align: left;
		font-family: 'Noto Sans';
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		line-height: 100%;
		color: #707573;
		align-self: stretch;
		margin-bottom: 40px;
	}
}

/****************
	Top
****************/
.top-search-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px;
	gap: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	/* height: 56px; */
	right: 0px;
	top: 28px;
	width: calc(100% - 40px);
}
.top-search-container div {
	white-space: nowrap;
}
.top-search-container-open {
	animation: top-search-container-open 0.3s linear 0s 1 both;
}
@keyframes top-search-container-open {
	0% {width: auto;}
	100% {width: calc(100% - 40px);}
}
.top-search-container-close {
	animation: top-search-container-close 0.3s linear 0.5s 1 both;
}
@keyframes top-search-container-close {
	0% {width: calc(100% - 40px);}
	100% {width: auto;}
}
.top-search-container-items-on {
	animation: top-search-container-items-on 0.3s linear 0s 1 both;
}
@keyframes top-search-container-items-on {
	0% {opacity: 0;display:flex;}
	100% {opacity: 1;}
}
.top-search-container-items-off {
	animation: top-search-container-items-off 0.2s linear 0s 1 both;
}
@keyframes top-search-container-items-off {
	0% {opacity: 1;}
	100% {opacity: 0;display:none;}
}
.top-search-items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 0px;
	gap: 4px;
	overflow: hidden;
}
@media all and (min-width: 768px) {
	.top-search-items {
		flex-direction: row;
	}
}
.top-search-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 32px;
	padding: 0px 10px;
	gap: 8px;
	background: #707573;
	border-radius: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.active-pink{
	background-color: #EADFD8;
}
.top-search-item-location-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.75%207C13.75%208.33502%2013.3541%209.64007%2012.6124%2010.7501C11.8707%2011.8601%2010.8165%2012.7253%209.58311%2013.2362C8.34971%2013.7471%206.99251%2013.8808%205.68314%2013.6203C4.37377%2013.3599%203.17103%2012.717%202.22703%2011.773C1.28302%2010.829%200.64015%209.62623%200.379699%208.31686C0.119249%207.00749%200.252922%205.65029%200.763813%204.41689C1.2747%203.18349%202.13987%202.12928%203.2499%201.38758C4.35993%200.645881%205.66498%200.25%207%200.25%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M3%206V7H7V11H8L12%203L11%202L3%206Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 14px;
	height: 14px;
}
.top-search-item-time-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.75%207C13.75%208.33502%2013.3541%209.64007%2012.6124%2010.7501C11.8707%2011.8601%2010.8165%2012.7253%209.58311%2013.2362C8.34971%2013.7471%206.99251%2013.8808%205.68314%2013.6203C4.37377%2013.3599%203.17103%2012.717%202.22703%2011.773C1.28302%2010.829%200.64015%209.62623%200.379699%208.31686C0.119249%207.00749%200.252922%205.65029%200.763813%204.41689C1.2747%203.18349%202.13987%202.12928%203.2499%201.38758C4.35993%200.645881%205.66498%200.25%207%200.25%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M7%202V7H11%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 14px;
	height: 14px;
}
.top-search-item-person-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.75%207C13.75%208.33502%2013.3541%209.64007%2012.6124%2010.7501C11.8707%2011.8601%2010.8165%2012.7253%209.58311%2013.2362C8.34971%2013.7471%206.99251%2013.8808%205.68314%2013.6203C4.37377%2013.3599%203.17103%2012.717%202.22703%2011.773C1.28302%2010.829%200.64015%209.62623%200.379699%208.31686C0.119249%207.00749%200.252922%205.65029%200.763813%204.41689C1.2747%203.18349%202.13987%202.12928%203.2499%201.38758C4.35993%200.645881%205.66498%200.25%207%200.25%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M3%206V7H7V11H8L12%203L11%202L3%206Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 14px;
	height: 14px;
}
.top-logo-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 32px;
	flex: 1;
	justify-content: center;
}
.top-logo {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 142px;
	height: 122px;
}
@media all and (max-width: 768px) {
	.top-logo {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		width: 75px;
		height: 64px;

	}
}

.top-logo div {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.top-logo div:nth-child(1) {
	width: 100%;
	/* height: 96px; */
	height: 100%;
}
.top-logo div:nth-child(2) {
	width: 100%;
	flex: 1;
}
.top-info-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: end;
	padding: 0px;
	gap: 28px;
	height: 260px;
	margin-bottom: 28px;
}
.top-info-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 20px;
}
@media all and (max-width: 768px) {
	.top-info-item {
		margin: 15px 0 0 0;
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 150%;
		letter-spacing: 0.05em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
	}
}
.top-info-name {
	color: #1A1A1A;
}
.top-info-description {
	color: #1A1A1A;
	word-break: break-all;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
}
.top-info-limit {
	color: #1A1A1A;
}
.top-info-pager-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 8px;
}
.top-info-pager-prev-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2014.5L11.5%208L5%201.5%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
	width: 16px;
	height: 16px;
	cursor: pointer;
	bottom: 18px !important;
}
.top-info-pager {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 5px;
	gap: 4px;
}
.top-info-pager {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #FFFFFF;
}
.top-info-pager-on {
	background: #707573;
}
.top-info-pager-disabled {
	cursor: default !important;
}	
.top-info-pager-dashed {
	line-height: 14px !important;
	bottom: 22px !important;
}
.top-info-pager-next-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2014.5L11.5%208L5%201.5%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	bottom: 18px !important;
}
.top-info-pager-selected {
	border-radius: 30px;
	background: white;
	position: absolute;
	top: 4px;
	left: -3px;
	width: 30px;
	height: 30px;
}
.top-anchor {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2257%22%20height%3D%2231%22%20viewBox%3D%220%200%2057%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L28.5%2029L56%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 55px;
	height: 28px;
	right: 40px;
	bottom: 28px;
}
.page-most-top-anchor{
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2237%22%20height%3D%2221%22%20viewBox%3D%220%200%2037%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M36%2020L18.5%202L1%2020%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000000;
    width: 35px;
    height: 35px;
    /* right: 50px; */
    /* top: 760px; */
    bottom: 35px;
    margin: 0 40px 0 auto;
    z-index: 3;
    transform: translateY(270px);
}
.top-selection-label {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.top-selection-anchor {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 16px;
	margin: 0 atuo 0 0;
}
.top-selection-anchor:hover{
	opacity: 0.6;
}

.top-selection-anchor div:nth-child(1) {
	color: #1A1A1A;
}
.top-selection-anchor div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2243_54926)%22%3E%3Cpath%20d%3D%22M1%206.25L7%200.25M7%200.25L13%206.25M7%200.25V13.25%22%20stroke%3D%22%231A1A1A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2243_54926%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.top-store-container {
	display: flex;
	align-items: flex-start;
	padding: 0px;
	column-gap: 28px;
	row-gap: 40px;
	flex-wrap: wrap;
	margin-right: 40px;
}

.top-store {
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 18px;
	cursor: pointer;
}
@media all and (min-width: 768px) {
	.top-store {
		width: calc(50% - 14px);
	}
}
@media all and (max-width: 768px) {
	.top-store {
		width: 100%;
	}
	.top-search-container-sp {
		display: flex;
		flex-direction: row;
		/* justify-content: space-between; */
		align-items: flex-start;
		min-height: 88px;
		padding: 8px 20px;
		gap: 20px;
		background: #FFFFFF;
		width: 100vw;
		overflow: hidden;
	}
	.top-search-container-sp div {
		white-space: nowrap;
	}
	.top-info-container-label-sp {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 200%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
	}
	.top-info-item-sp {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}
	.top-info-item-img-sp {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	}
	.top-info-item-img-sp::before {
		content: "";
		padding-top: calc(100% * 255 / 299);
		display: block;
	}
	.top-info-item-name-sp {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 200%;
		letter-spacing: 0.04em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
		margin-top: 5px;
		display: none !important;
	}
	.top-info-item-limit-sp {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 200%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
	}
	.top-info-list-type {
		display: flex;
		align-items: center;
		justify-content: center;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 28px;
		position: relative;
		padding: 0 20px;
	}
	.top-info-list-type div {
		flex: 1;
		text-align: center;
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		color: #000000;
		outline: none;
		z-index: 1;
	}
	.top-info-list-type-lint-shop {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	.top-info-list-type-lint-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	.top-info-list-kwd-search-container-sp {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 22px;
		/* padding-top: 15px;
		padding-bottom: 15px; */
		margin: 64px 0 14px 0;
	}
	.top-info-list-kwd-container-label-sp {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 125%;
		letter-spacing: 0.03em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
		align-self: stretch;
		padding-left: 20px;
	}
	.container::-webkit-scrollbar {  
		display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
	}
}
.top-store-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
}
.top-store-img::before {
	content: "";
	padding-top: calc(100% / 434 * 258);
	display: block;
}
.top-store-logo {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: calc(100% - 20px);
	margin: 28px 10px 10px 10px;
}
.top-store-logo::before {
	content: "";
	padding-top: calc(100% / 283 * 104 - 20px);
	display: block;
}
.how-to-order-container {
	/* display: inline-block;
	margin-top: 64px;
	margin-bottom: 80px;
	margin-left: 50%;
	transform: translateX(-50%);
	padding: 28px 56px;
	gap: 10px;
	border: 0.5px solid #1A1A1A; */
	display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    max-width: 666px;
    padding: 28px 56px;
    border: 0.5px solid #1A1A1A;
    margin: 64px auto;
}
@media all and (min-width: 768px) {
	.how-to-order-text {
		white-space: nowrap;
	}
}
@media all and (max-width: 768px) {
	.how-to-order-text {
		text-align: center;
		white-space: nowrap;
	}
}
.how-to-order {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;
}
.welcome-h2-en-italic-sp {
	font-family: 'Adobe Garamond Pro';
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 175%;
	/* identical to box height, or 35px */
	
	letter-spacing: 0.3em;
	
	/* QGD Black */
	
	color: #1A1A1A;
}
.welcome-h2-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 175%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.pager-container {
	display: flex;
	justify-content: center;
}
.pager-item {
	position: relative;
	padding: 11px 0px;
	gap: 10px;
	width: 24px;
	height: 44px;
	text-align: center;
	cursor: pointer;
}
.pager-select {
	position: absolute;
	width: 6px;
	height: 6px;
	left: calc((100% - 6px) / 2);
	top: 6px;
	border-radius: 6px;
	border: 1px solid #1A1A1A;
}
.pager-num {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 11px;
	overflow: hidden;
	text-align: center;
	letter-spacing: 0.04em;
	font-feature-settings: 'pnum' on, 'onum' on;
	color: #1A1A1A;
}
/****************
	Hotel
****************/
.hotel-logo {
	/* display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	padding: 0px;
	gap: 10px; */
}
.hotel-logo div {
	/* width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 12px 0; */
}
.hotel-logo div::before {
	/* content: "";
	padding-top: calc(100% * 112 / 434);
	display: block; */
}
/****************
	Store
****************/
.store-top-img-container {
	position: relative;
	display: flex;
	width: calc(100% + 40px);
	height: 100vh;
	overflow: hidden;
	animation: store-top-img-container 0.3s linear 0s 1 both;
}
@keyframes store-top-img-container {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.store-top-anim-img {
	position: absolute;
	width: calc(100% + 40px);
	top: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	animation: store-anim-img2 12s linear 0s infinite normal;
	/* animation: store-anim-img 30s linear -15s infinite normal; */
}
.store-top-anim-img::before {
	content: "";
	padding-top: 100vh;
	display: block;
}
@keyframes store-anim-img {
	0% {left: 100%;}
	100% {left: -100%;}
}
@keyframes store-anim-img2 {
	0% {opacity: 0;transform: scaleX(1.1) scaleY(1.1)}
	3% {opacity: 1;}
	45% {opacity: 1;}
	50% {opacity: 1;transform: scaleX(1) scaleY(1)}
	55% {opacity: 0;}
	100% {opacity: 0;transform: scaleX(1) scaleY(1)}
}
.store-top-img {
	width: calc(100% + 40px);
	height: 100vh;
	background-image: url(../img/top_img1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.store-delivery-rule-btn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px;
	gap: 85px;
	position: absolute;
	right: 40px;
	top: 28px;
	background: #FFFFFF;
	border-radius: 8px;
	cursor: pointer;
}
.store-logo-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 32px;
	flex: 1;
	justify-content: center;
	overflow: hidden;
	word-break: break-all;
}
.store-logo {
	width: 100%;
	height: 168px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 1px solid silver;
}
.store-body-m-read {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'pkna' on;
	color: #1A1A1A;
}
.store-info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
}
.store-info-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 29px;
	text-align: left;
}
.store-info-row div:first-child {
	width: 88px;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.store-info-row div:last-child {
	flex: 1;
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.store-search-input-kwd-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
	background: #FFFFFF;
	width: 320px;
	border-radius: 6%;
}
.store-search-input-kwd {
	border: none;
	width: 100%;
	padding: 9px 10px;
	outline: none;
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M' !important; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	
}
.store-search-label {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
	width: 90px;
}
.store-search-scene-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 12px;
}
.store-search-scene-types-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 4px;
}
.store-search-scene-types {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
	gap: 20px;
}
.store-search-scene-types div {
	cursor: pointer;
}
.store-search-scene-divider {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2288%22%20viewBox%3D%220%200%208%2088%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%2032.8945V88%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M7%200V21.1016%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M7.07227%2020.9277C4.72912%2023.2709%203.34315%2024.6569%201%2027L7.07031%2033.0703%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 6px;
	height: 88px;
}
.store-search-scene-divider-reverse {
	transform: scaleY(-1);
}
.store-search-scene-item-scroller::-webkit-scrollbar {
	display: none;
}
.store-search-scene-item-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 14px;
}
.store-search-scene-items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;
}
.store-search-scene-item {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px;
	gap: 4px;
}
.store-search-scene-item-icon {
	width: 24px;
	height: 24px;
	border: 1px solid silver;
}
.store-tag-icon-label {
	font-family: 'kinuta-maruminold-stdn', serif;
	font-feature-settings: 'palt' on, 'pwid' on;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.03em;
	/* font-feature-settings: 'vkna' on, 'vpal' on, 'vert' on; */
	font-feature-settings: 'vkna' on, 'vpal' on, 'vert' off;
	color: #1A1A1A;
	white-space: nowrap;
	cursor: pointer;
}

/****************
	Item
****************/
.item-img {
	flex: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media all and (min-width: 768px) {
	.item-img {
		width: calc(100% + 40px);
	}
}
@media all and (max-width: 768px) {
}
.item-img::before {
	content: "";
	padding-top: calc(100% * 4 / 6);
	display: block;
}
.item-sub-img-container {
	position: relative;
	flex: auto;
	width: 50%;
	/* border: 1px solid silver; */
}
.item-sub-img-container::before {
	content: "";
	padding-top: calc(100% * 4 / 6);
	display: block;
}
.item-sub-img-content {
	position: absolute;
	display: flex;
	flex-direction: column;
	/* top: 10px;
	left: 12px;
	width: calc(100% - 20px);
	height: calc(100% - 24px); */
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.item-sub-img {
	width: 100%;
	flex: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.item-sub-img-label {
}
.item-sub-img-msg {
	word-break: break-all;
	white-space: pre-wrap;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	overflow: hidden;
}
.item-call-btn {
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 71px;
	height: 71px;
	background: #CCB25E;
	border-radius: 80px;
	z-index: 1;
}
.item-call-btn div {
	width: 53px;
	height: 53px;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2253%22%20height%3D%2253%22%20viewBox%3D%220%200%2053%2053%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M43.0154%206.62511C45.1517%209.07834%2044.1434%2014.545%2041.911%2018.5964C40.1724%2021.7513%2037.235%2025.8101%2033.2477%2029.2822C29.4966%2032.5485%2024.8363%2035.1058%2021.4722%2036.3942C17.1524%2038.0484%2011.5991%2038.2956%209.46277%2035.8423C8.38254%2034.6019%207.08489%2031.6864%207.11578%2031.2388C7.11578%2031.2388%208.78216%2029.7877%209.14784%2029.4693L14.736%2024.6031C15.1513%2024.2415%2016.8413%2025.1649%2017.6101%2025.9475C18.647%2027.0035%2019.2478%2029.2118%2019.2478%2029.2118C19.9561%2029.9453%2020.807%2029.6604%2022.4881%2029.4023C24.5542%2029.0853%2027.3543%2027.0635%2029.6649%2025.1678C31.8603%2023.1398%2034.2479%2020.6442%2034.8459%2018.6413C35.3326%2017.0116%2035.7318%2016.2081%2035.1026%2015.4056C35.1026%2015.4056%2032.9978%2014.5068%2032.0944%2013.3347C31.4249%2012.4657%2030.7427%2010.6648%2031.1579%2010.3031L36.7461%205.437C37.1118%205.11856%2038.7781%203.66749%2038.7781%203.66749C39.2258%203.69848%2041.9352%205.38462%2043.0154%206.62511Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8.7%2047.1C7.75%2047.1%207.27%2047.08%207.2%2047.08C7.11%2047.08%207.1%2047.09%207.1%2047.2C7.1%2047.26%207.12%2047.53%207.12%2048.13V49.74C7.12%2050.35%207.1%2050.59%207.1%2050.66C7.1%2050.76%207.11%2050.77%207.2%2050.77H7.99C8.09%2050.77%208.1%2050.76%208.1%2050.66V50.25H9.94V50.62C9.94%2051.22%2010.14%2051.43%2010.45%2051.54C10.8%2051.66%2011.48%2051.7%2012.45%2051.7C13.65%2051.7%2014.21%2051.59%2014.53%2051.39C14.84%2051.19%2015.02%2050.88%2015.1%2050.23C15.12%2049.96%2015.12%2049.95%2014.86%2049.88C14.6%2049.81%2014.33%2049.69%2014.15%2049.59C14.12%2050.36%2014.06%2050.47%2013.9%2050.6C13.7%2050.76%2013.3%2050.81%2012.43%2050.81C11.78%2050.81%2011.36%2050.8%2011.1%2050.75C10.97%2050.71%2010.91%2050.67%2010.91%2050.4V50.25H12.18C13.19%2050.25%2013.68%2050.27%2013.75%2050.27C13.85%2050.27%2013.86%2050.26%2013.86%2050.16C13.86%2050.1%2013.84%2049.83%2013.84%2049.25V48.11C13.84%2047.46%2013.86%2047.26%2013.86%2047.2C13.86%2047.09%2013.85%2047.08%2013.75%2047.08C13.68%2047.08%2013.19%2047.1%2012.18%2047.1H8.7ZM12.85%2049.53H10.91V49.01H12.85V49.53ZM12.85%2047.82V48.32H10.91V47.82H12.85ZM8.1%2049.53V49.01H9.94V49.53H8.1ZM8.1%2048.32V47.82H9.94V48.32H8.1ZM9.95%2043.77V44.17H7.6C6.68%2044.17%206.36%2044.15%206.29%2044.15C6.2%2044.15%206.19%2044.16%206.19%2044.26C6.19%2044.32%206.2%2044.5%206.2%2044.84V45.28C6.2%2046.08%206.19%2046.23%206.19%2046.3C6.19%2046.4%206.2%2046.41%206.29%2046.41H7.07C7.17%2046.41%207.18%2046.4%207.18%2046.3V44.93H9.95V45.78C9.95%2046.42%209.93%2046.72%209.93%2046.78C9.93%2046.87%209.94%2046.88%2010.04%2046.88H10.86C10.96%2046.88%2010.97%2046.87%2010.97%2046.78C10.97%2046.72%2010.95%2046.44%2010.95%2045.78V44.93H13.82V46.3C13.82%2046.4%2013.83%2046.41%2013.93%2046.41H14.71C14.81%2046.41%2014.82%2046.4%2014.82%2046.3C14.82%2046.24%2014.8%2046.08%2014.8%2045.28V44.76C14.8%2044.5%2014.82%2044.32%2014.82%2044.26C14.82%2044.16%2014.81%2044.15%2014.71%2044.15C14.64%2044.15%2014.32%2044.17%2013.4%2044.17H10.95V43.77H12.76C13.74%2043.77%2014.07%2043.79%2014.13%2043.79C14.23%2043.79%2014.24%2043.78%2014.24%2043.68V43.03C14.24%2042.93%2014.23%2042.92%2014.13%2042.92C14.07%2042.92%2013.74%2042.94%2012.76%2042.94H8.28C7.31%2042.94%206.98%2042.92%206.92%2042.92C6.81%2042.92%206.8%2042.93%206.8%2043.03V43.68C6.8%2043.78%206.81%2043.79%206.92%2043.79C6.98%2043.79%207.31%2043.77%208.28%2043.77H9.95ZM12.14%2045.26C11.71%2045.26%2011.61%2045.25%2011.55%2045.25C11.45%2045.25%2011.44%2045.26%2011.44%2045.33V45.72C11.44%2045.81%2011.45%2045.82%2011.55%2045.82C11.61%2045.82%2011.71%2045.8%2012.14%2045.8H12.63C13.06%2045.8%2013.16%2045.82%2013.22%2045.82C13.32%2045.82%2013.33%2045.81%2013.33%2045.73V45.34C13.33%2045.26%2013.32%2045.25%2013.22%2045.25C13.16%2045.25%2013.06%2045.26%2012.63%2045.26H12.14ZM12.14%2046.14C11.71%2046.14%2011.61%2046.13%2011.55%2046.13C11.45%2046.13%2011.44%2046.14%2011.44%2046.21V46.61C11.44%2046.68%2011.45%2046.69%2011.55%2046.69C11.61%2046.69%2011.71%2046.68%2012.14%2046.68H12.63C13.06%2046.68%2013.16%2046.69%2013.22%2046.69C13.32%2046.69%2013.33%2046.68%2013.33%2046.61V46.22C13.33%2046.14%2013.32%2046.13%2013.22%2046.13C13.16%2046.13%2013.06%2046.14%2012.63%2046.14H12.14ZM8.32%2045.28C7.92%2045.28%207.82%2045.27%207.76%2045.27C7.66%2045.27%207.65%2045.28%207.65%2045.35V45.75C7.65%2045.82%207.66%2045.83%207.76%2045.83C7.82%2045.83%207.92%2045.82%208.32%2045.82H8.8C9.2%2045.82%209.3%2045.83%209.36%2045.83C9.46%2045.83%209.47%2045.82%209.47%2045.76V45.36C9.47%2045.28%209.46%2045.27%209.36%2045.27C9.3%2045.27%209.2%2045.28%208.8%2045.28H8.32ZM8.32%2046.16C7.92%2046.16%207.82%2046.15%207.76%2046.15C7.66%2046.15%207.65%2046.16%207.65%2046.23V46.62C7.65%2046.7%207.66%2046.71%207.76%2046.71C7.82%2046.71%207.92%2046.7%208.32%2046.7H8.8C9.2%2046.7%209.3%2046.71%209.36%2046.71C9.46%2046.71%209.47%2046.7%209.47%2046.62V46.24C9.47%2046.16%209.46%2046.15%209.36%2046.15C9.3%2046.15%209.2%2046.16%208.8%2046.16H8.32ZM21.79%2046.63V47.98H21.42C20.58%2047.98%2020.29%2047.96%2020.22%2047.96C20.12%2047.96%2020.11%2047.97%2020.11%2048.07C20.11%2048.13%2020.13%2048.41%2020.13%2049.2V49.98C20.13%2051.36%2020.11%2051.62%2020.11%2051.69C20.11%2051.78%2020.12%2051.79%2020.22%2051.79H21.04C21.14%2051.79%2021.15%2051.78%2021.15%2051.69V51.28H23.53V51.64C23.53%2051.73%2023.54%2051.74%2023.64%2051.74H24.46C24.56%2051.74%2024.57%2051.73%2024.57%2051.64C24.57%2051.58%2024.55%2051.32%2024.55%2049.95V49.05C24.55%2048.41%2024.57%2048.13%2024.57%2048.07C24.57%2047.97%2024.56%2047.96%2024.46%2047.96C24.4%2047.96%2024.1%2047.98%2023.26%2047.98H22.84V46.63H23.66C24.59%2046.63%2024.91%2046.65%2024.97%2046.65C25.07%2046.65%2025.08%2046.64%2025.08%2046.54V45.78C25.08%2045.69%2025.07%2045.68%2024.97%2045.68C24.91%2045.68%2024.59%2045.7%2023.66%2045.7H22.84V44.13C23.29%2044.02%2023.72%2043.89%2024.12%2043.75C24.25%2043.71%2024.41%2043.67%2024.51%2043.67C24.65%2043.67%2024.71%2043.63%2024.71%2043.56C24.71%2043.5%2024.69%2043.46%2024.64%2043.39C24.49%2043.18%2024.26%2042.9%2024.04%2042.67C23.89%2042.77%2023.73%2042.85%2023.53%2042.92C22.52%2043.29%2021.18%2043.58%2019.74%2043.68C19.87%2043.83%2020%2044.06%2020.09%2044.36C20.17%2044.6%2020.17%2044.61%2020.41%2044.58C20.88%2044.52%2021.34%2044.45%2021.79%2044.37V45.7H21.14C20.21%2045.7%2019.9%2045.68%2019.84%2045.68C19.74%2045.68%2019.73%2045.69%2019.73%2045.78V46.54C19.73%2046.64%2019.74%2046.65%2019.84%2046.65C19.9%2046.65%2020.21%2046.63%2021.14%2046.63H21.79ZM21.15%2048.88H23.53V50.39H21.15V48.88ZM19.4%2049.35C19.4%2048.88%2019.42%2048.64%2019.42%2048.58C19.42%2048.48%2019.41%2048.47%2019.31%2048.47C19.24%2048.47%2019.04%2048.49%2018.39%2048.49H17.43C16.79%2048.49%2016.58%2048.47%2016.52%2048.47C16.41%2048.47%2016.4%2048.48%2016.4%2048.58C16.4%2048.65%2016.42%2048.89%2016.42%2049.52V50.19C16.42%2051.4%2016.4%2051.63%2016.4%2051.7C16.4%2051.79%2016.41%2051.8%2016.52%2051.8H17.25C17.35%2051.8%2017.36%2051.79%2017.36%2051.7V51.24H18.47V51.51C18.47%2051.61%2018.48%2051.62%2018.58%2051.62H19.31C19.41%2051.62%2019.42%2051.61%2019.42%2051.51C19.42%2051.45%2019.4%2051.23%2019.4%2050.07V49.35ZM18.47%2049.32V50.42H17.36V49.32H18.47ZM17.16%2044.39C16.4%2044.39%2016.15%2044.37%2016.09%2044.37C16%2044.37%2015.99%2044.38%2015.99%2044.48V45.19C15.99%2045.3%2016%2045.31%2016.09%2045.31C16.15%2045.31%2016.4%2045.29%2017.16%2045.29H18.53C19.29%2045.29%2019.54%2045.31%2019.6%2045.31C19.7%2045.31%2019.71%2045.3%2019.71%2045.19V44.48C19.71%2044.38%2019.7%2044.37%2019.6%2044.37C19.54%2044.37%2019.29%2044.39%2018.53%2044.39H17.16ZM17.46%2043.02C16.81%2043.02%2016.61%2043%2016.55%2043C16.45%2043%2016.44%2043.01%2016.44%2043.11V43.77C16.44%2043.87%2016.45%2043.88%2016.55%2043.88C16.61%2043.88%2016.81%2043.86%2017.46%2043.86H18.42C19.06%2043.86%2019.26%2043.88%2019.32%2043.88C19.43%2043.88%2019.44%2043.87%2019.44%2043.77V43.11C19.44%2043.01%2019.43%2043%2019.32%2043C19.26%2043%2019.06%2043.02%2018.42%2043.02H17.46ZM17.49%2045.8C16.88%2045.8%2016.7%2045.78%2016.64%2045.78C16.54%2045.78%2016.53%2045.79%2016.53%2045.89V46.54C16.53%2046.64%2016.54%2046.65%2016.64%2046.65C16.7%2046.65%2016.88%2046.63%2017.49%2046.63H18.34C18.95%2046.63%2019.12%2046.65%2019.18%2046.65C19.29%2046.65%2019.3%2046.64%2019.3%2046.54V45.89C19.3%2045.79%2019.29%2045.78%2019.18%2045.78C19.12%2045.78%2018.95%2045.8%2018.34%2045.8H17.49ZM17.49%2047.14C16.88%2047.14%2016.7%2047.12%2016.64%2047.12C16.54%2047.12%2016.53%2047.13%2016.53%2047.23V47.87C16.53%2047.97%2016.54%2047.98%2016.64%2047.98C16.7%2047.98%2016.88%2047.96%2017.49%2047.96H18.34C18.95%2047.96%2019.12%2047.98%2019.18%2047.98C19.29%2047.98%2019.3%2047.97%2019.3%2047.87V47.23C19.3%2047.13%2019.29%2047.12%2019.18%2047.12C19.12%2047.12%2018.95%2047.14%2018.34%2047.14H17.49ZM33.57%2051.36C34.55%2051.36%2034.89%2051.38%2034.95%2051.38C35.05%2051.38%2035.06%2051.37%2035.06%2051.27V50.5C35.06%2050.39%2035.05%2050.38%2034.95%2050.38C34.89%2050.38%2034.55%2050.4%2033.57%2050.4H32.17V48.27H33.02C33.97%2048.27%2034.28%2048.29%2034.34%2048.29C34.45%2048.29%2034.46%2048.28%2034.46%2048.18V47.42C34.46%2047.32%2034.45%2047.31%2034.34%2047.31C34.28%2047.31%2033.97%2047.33%2033.02%2047.33H32.17V45.6H33.29C34.25%2045.6%2034.59%2045.62%2034.65%2045.62C34.75%2045.62%2034.76%2045.61%2034.76%2045.51V44.75C34.76%2044.65%2034.75%2044.64%2034.65%2044.64C34.59%2044.64%2034.25%2044.66%2033.29%2044.66H30.22C29.26%2044.66%2028.93%2044.64%2028.87%2044.64C28.77%2044.64%2028.76%2044.65%2028.76%2044.75V45.51C28.76%2045.61%2028.77%2045.62%2028.87%2045.62C28.93%2045.62%2029.26%2045.6%2030.22%2045.6H31.09V47.33H30.42C29.48%2047.33%2029.16%2047.31%2029.1%2047.31C29.01%2047.31%2029%2047.32%2029%2047.42V48.18C29%2048.28%2029.01%2048.29%2029.1%2048.29C29.16%2048.29%2029.48%2048.27%2030.42%2048.27H31.09V50.4H29.82C28.84%2050.4%2028.49%2050.38%2028.43%2050.38C28.33%2050.38%2028.32%2050.39%2028.32%2050.5V51.27C28.32%2051.37%2028.33%2051.38%2028.43%2051.38C28.49%2051.38%2028.84%2051.36%2029.82%2051.36H33.57ZM26.05%2051.02C26.33%2051.26%2026.59%2051.43%2026.82%2051.57C26.89%2051.61%2026.95%2051.63%2027%2051.63C27.07%2051.63%2027.11%2051.58%2027.13%2051.5C27.15%2051.41%2027.21%2051.28%2027.29%2051.12C27.63%2050.46%2027.96%2049.7%2028.26%2048.91C28.3%2048.8%2028.32%2048.73%2028.32%2048.68C28.32%2048.59%2028.26%2048.55%2028.1%2048.43C27.91%2048.28%2027.7%2048.07%2027.56%2047.92C27.2%2048.9%2026.85%2049.66%2026.57%2050.23C26.4%2050.56%2026.26%2050.76%2026.05%2051.02ZM30.31%2043.2C30.21%2043.3%2030.22%2043.33%2030.3%2043.37C30.83%2043.63%2031.54%2044.06%2032%2044.49C32.08%2044.57%2032.11%2044.55%2032.19%2044.46L32.71%2043.88C32.77%2043.82%2032.79%2043.79%2032.79%2043.76C32.79%2043.73%2032.77%2043.71%2032.72%2043.68C32.23%2043.31%2031.54%2042.86%2031.02%2042.64C30.93%2042.6%2030.91%2042.6%2030.81%2042.69L30.31%2043.2ZM26.49%2043.39C26.44%2043.45%2026.42%2043.48%2026.42%2043.51C26.42%2043.53%2026.44%2043.55%2026.49%2043.58C26.97%2043.87%2027.52%2044.31%2027.96%2044.73C28.04%2044.8%2028.05%2044.81%2028.13%2044.7L28.59%2044.08C28.63%2044.02%2028.65%2043.99%2028.65%2043.96C28.65%2043.93%2028.63%2043.9%2028.59%2043.87C28.14%2043.47%2027.64%2043.09%2027.14%2042.8C27.06%2042.75%2027.03%2042.75%2026.95%2042.85L26.49%2043.39ZM26.07%2045.92C26.03%2045.97%2026.01%2046.01%2026.01%2046.04C26.01%2046.06%2026.03%2046.08%2026.08%2046.11C26.58%2046.41%2027.06%2046.78%2027.49%2047.2C27.53%2047.24%2027.56%2047.26%2027.58%2047.26C27.61%2047.26%2027.63%2047.24%2027.66%2047.19L28.11%2046.55C28.15%2046.49%2028.17%2046.46%2028.17%2046.43C28.17%2046.41%2028.15%2046.39%2028.11%2046.35C27.66%2045.94%2027.18%2045.6%2026.69%2045.33C26.6%2045.28%2026.57%2045.28%2026.49%2045.38L26.07%2045.92ZM43.43%2045.28C44.33%2045.28%2044.64%2045.3%2044.7%2045.3C44.81%2045.3%2044.82%2045.29%2044.82%2045.19V44.38C44.82%2044.28%2044.81%2044.27%2044.7%2044.27C44.64%2044.27%2044.33%2044.29%2043.43%2044.29H40.96V43.79C40.96%2043.25%2040.96%2043.14%2041.02%2043.04C41.05%2042.97%2041.08%2042.92%2041.08%2042.84C41.08%2042.78%2041.02%2042.73%2040.92%2042.73C40.56%2042.68%2040.18%2042.67%2039.81%2042.66C39.88%2043.02%2039.89%2043.38%2039.89%2043.81V44.29H37.59C36.69%2044.29%2036.38%2044.27%2036.32%2044.27C36.22%2044.27%2036.21%2044.28%2036.21%2044.38V45.19C36.21%2045.29%2036.22%2045.3%2036.32%2045.3C36.38%2045.3%2036.69%2045.28%2037.59%2045.28H37.78C38.24%2046.77%2038.85%2047.97%2039.72%2048.91C38.81%2049.63%2037.7%2050.18%2036.06%2050.68C36.23%2050.86%2036.41%2051.14%2036.51%2051.42C36.58%2051.6%2036.61%2051.67%2036.7%2051.67C36.76%2051.67%2036.83%2051.64%2036.94%2051.61C38.38%2051.11%2039.55%2050.45%2040.51%2049.65C41.44%2050.43%2042.58%2051.11%2044.08%2051.63C44.18%2051.66%2044.25%2051.68%2044.31%2051.68C44.41%2051.68%2044.44%2051.61%2044.51%2051.42C44.61%2051.13%2044.79%2050.81%2044.98%2050.6C43.41%2050.17%2042.25%2049.61%2041.32%2048.9C42.13%2048.02%2042.77%2046.84%2043.2%2045.28H43.43ZM42.02%2045.28C41.68%2046.57%2041.24%2047.45%2040.52%2048.2C39.74%2047.4%2039.24%2046.48%2038.87%2045.28H42.02Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}
@media all and (min-width: 768px) {
	.item-call-btn {
		width: 107px;
		height: 107px;
	}
	.item-call-btn div {
		width: 79px;
		height: 79px;
	}
}
.item-popup-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-popup {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 10px;
	width: 100%;
	height: 360px;
	padding: 29px;
}
@media all and (min-width: 768px) {
	.item-popup {
		padding: auto;
	}
}
.item-popup-msg {
	/* position: absolute; */
	/* width: 171px; */
	height: 42px;
	/* left: 97px; */
	/* top: 85px; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
	color: #1A1A1A;
}
@media all and (min-width: 768px) {
	.item-popup {
		width: 666px;
		height: 360px;
	}
	.item-popup-msg {
		/* position: absolute; */
		/* width: 359px; */
		height: 42px;
		/* left: 150px; */
		/* top: 74px; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 175%;
		text-align: center;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on, 'ss02' on;
		color: #1A1A1A;
	}
}
.item-popup-phone {
	/* position: absolute; */
	/* width: 286px; */
	height: 63px;
	/* left: 186px; */
	/* top: 117px; */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
	color: #1A1A1A;
}
.item-popup-description {
	/* position: absolute; */
	/* width: 300px; */
	height: 46px;
	/* left: 37px; */
	/* top: 149px; */
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 180%;
	color: #1A1A1A;
	margin: 22px 0 59px 0;
}
.item-popup-close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	right: 10px;
	top: 10px;
}
.item-popup-close div {
	width: 22px;
	height: 12px;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L23%2013%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%2013L23%201%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}
@media all and (min-width: 768px) {
	.item-popup-close {
		right: 18px;
	}
	.item-popup-close div {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L23%2013%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M1%2013L23%201%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	}
	.item-popup-description {
		/* position: absolute; */
		/* width: 300px; */
		height: 46px;
		/* left: 179px; */
		/* top: 193px; */
		font-family: 'Shippori Mincho';
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 180%;
		color: #1A1A1A;
		margin: 13px 0 28px 0;
	}
}
.item-popup-cancel-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	gap: 3px;
	width: 136px;
	height: 48px;
	background: #F1EFE9;
	border-radius: 24px;
}
.item-popup-cancel-btn div {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on, 'pkna' on;
	color: #707573;
}
@media all and (min-width: 768px) {
	.item-popup-cancel-btn div {
		font-size: 20px;
		color: #707573;
	}
}
.item-popup-call-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	gap: 5px;
	width: 136px;
	height: 48px;
	background: #49525A;
	border-radius: 24px;
}
.item-popup-call-btn div:first-child {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on, 'pkna' on;
	color: #FFFFFF;
}
.item-popup-call-btn div:last-child {
	width: 13.98px;
	height: 18.23px;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.816%201.55971C17.7967%202.68585%2017.3338%205.19528%2016.3091%207.05503C15.511%208.50329%2014.1626%2010.3664%2012.3322%2011.9603C10.6103%2013.4597%208.47103%2014.6336%206.9268%2015.225C4.94381%2015.9843%202.39458%2016.0978%201.41393%2014.9717C0.918059%2014.4022%200.322381%2013.0639%200.336563%2012.8584C0.336563%2012.8584%201.1015%2012.1923%201.26937%2012.0462L3.83457%209.81239C4.02519%209.64639%204.80099%2010.0703%205.15388%2010.4295C5.62986%2010.9142%205.9057%2011.928%205.9057%2011.928C6.23082%2012.2647%206.6214%2012.1339%207.39313%2012.0154C8.34156%2011.8699%209.62691%2010.9418%2010.6876%2010.0716C11.6954%209.14066%2012.7914%207.99509%2013.0659%207.07565C13.2893%206.32756%2013.4725%205.9587%2013.1837%205.59035C13.1837%205.59035%2012.2175%205.17776%2011.8028%204.63969C11.4955%204.24077%2011.1823%203.41408%2011.3729%203.24805L13.9381%201.01431C14.106%200.868135%2014.8709%200.202034%2014.8709%200.202034C15.0764%200.21626%2016.3202%200.990267%2016.816%201.55971Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

/****************
	RecommendItem
****************/
.recommend-item-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 28px;
}
.recommend-item-img {
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.recommend-item-img::before {
	content: "";
	padding-top: calc(100% / 6 * 4);
	display: block;
}
.recommend-item-img-disabled {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	align-items: center;
	justify-content: center;
}
.recommend-item-img-disabled div {
	color: white;
	font-size: 14px;
}
.recommend-item-name {
	flex: none;
	align-self: stretch;
	flex-grow: 0;
	word-break: break-all;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	overflow: hidden;
}
.recommend-item-buy-around {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 B'; */
	/* font-family: 'shippori-mincho'; */
	font-size: 12px;
	color: #707573;
}
.recommend-item-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 16px;
	align-self: stretch;
}
.recommend-item-price {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 5px 3px 5px;
	gap: 10px;
	border-radius: 4px;
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
	color: #FFFFFF;
}

.recommend-item-icons {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
}
.recommend-item-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_2243_125984)%22%3E%3Cmask%20id%3D%22path-2-inside-1_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M8.09318%200.653777C10.4893%20-0.171262%2013.085%20-0.216571%2015.5085%200.524344C17.9319%201.26526%2020.0585%202.75436%2021.5836%204.77822L21.392%204.92266C19.8974%202.93927%2017.8132%201.47995%2015.4383%200.753857C13.0633%200.02776%2010.5195%200.0721629%208.17132%200.880701L8.09318%200.653777Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M8.09318%200.653777C10.4893%20-0.171262%2013.085%20-0.216571%2015.5085%200.524344C17.9319%201.26526%2020.0585%202.75436%2021.5836%204.77822L21.392%204.92266C19.8974%202.93927%2017.8132%201.47995%2015.4383%200.753857C13.0633%200.02776%2010.5195%200.0721629%208.17132%200.880701L8.09318%200.653777Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-2-inside-1_2243_125984)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask1_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask1_2243_125984)%22%3E%3Cmask%20id%3D%22path-4-inside-2_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M0.00173779%2012.2095C-0.0424891%209.67578%200.716557%207.19305%202.17009%205.1172C3.62362%203.04134%205.69701%201.47893%208.0931%200.653893L8.17123%200.880818C5.82307%201.68935%203.79114%203.22052%202.36668%205.25486C0.942224%207.28919%200.198359%209.72227%200.241701%2012.2054L0.00173779%2012.2095Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M0.00173779%2012.2095C-0.0424891%209.67578%200.716557%207.19305%202.17009%205.1172C3.62362%203.04134%205.69701%201.47893%208.0931%200.653893L8.17123%200.880818C5.82307%201.68935%203.79114%203.22052%202.36668%205.25486C0.942224%207.28919%200.198359%209.72227%200.241701%2012.2054L0.00173779%2012.2095Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-4-inside-2_2243_125984)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask2_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask2_2243_125984)%22%3E%3Cmask%20id%3D%22path-6-inside-3_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M8.4913%2023.4757C6.06788%2022.7348%203.94122%2021.2457%202.41613%2019.2219C0.891043%2017.198%200.0458142%2014.7433%200.00158881%2012.2095L0.241553%2012.2053C0.284893%2014.6884%201.11322%2017.094%202.60781%2019.0774C4.10239%2021.0608%206.18652%2022.5201%208.56147%2023.2462L8.4913%2023.4757Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M8.4913%2023.4757C6.06788%2022.7348%203.94122%2021.2457%202.41613%2019.2219C0.891043%2017.198%200.0458142%2014.7433%200.00158881%2012.2095L0.241553%2012.2053C0.284893%2014.6884%201.11322%2017.094%202.60781%2019.0774C4.10239%2021.0608%206.18652%2022.5201%208.56147%2023.2462L8.4913%2023.4757Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-6-inside-3_2243_125984)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask3_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask3_2243_125984)%22%3E%3Cmask%20id%3D%22path-8-inside-4_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M21.8296%2018.8829C20.376%2020.9588%2018.3026%2022.5212%2015.9065%2023.3462C13.5105%2024.1713%2010.9147%2024.2166%208.49126%2023.4757L8.56143%2023.2461C10.9364%2023.9722%2013.4802%2023.9278%2015.8284%2023.1193C18.1766%2022.3108%2020.2085%2020.7796%2021.633%2018.7453L21.8296%2018.8829Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M21.8296%2018.8829C20.376%2020.9588%2018.3026%2022.5212%2015.9065%2023.3462C13.5105%2024.1713%2010.9147%2024.2166%208.49126%2023.4757L8.56143%2023.2461C10.9364%2023.9722%2013.4802%2023.9278%2015.8284%2023.1193C18.1766%2022.3108%2020.2085%2020.7796%2021.633%2018.7453L21.8296%2018.8829Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-8-inside-4_2243_125984)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
	overflow: hidden;
}
.recommend-item-icon div:first-child {
	color: #1A1A1A;
	text-align: center;
	line-height: 24px;
}
.recommend-item-icon-on {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_3755_48746%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_3755_48746)%22%3E%3Cmask%20id%3D%22path-2-inside-1_3755_48746%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M0.803922%2010.6261C0.409241%2010.5776%200.126375%2010.2178%200.19841%209.82675C0.612106%207.58089%201.65936%205.49423%203.2236%203.81679C4.78783%202.13936%206.79635%200.949091%209.00789%200.379739C9.39298%200.2806%209.77164%200.537678%209.84752%200.928018C9.92339%201.31836%209.66758%201.69387%209.28331%201.79616C7.37016%202.30542%205.63353%203.34389%204.27675%204.79887C2.91996%206.25385%202.00516%208.05869%201.63059%2010.0027C1.55535%2010.3932%201.1986%2010.6745%200.803922%2010.6261Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M0.803922%2010.6261C0.409241%2010.5776%200.126375%2010.2178%200.19841%209.82675C0.612106%207.58089%201.65936%205.49423%203.2236%203.81679C4.78783%202.13936%206.79635%200.949091%209.00789%200.379739C9.39298%200.2806%209.77164%200.537678%209.84752%200.928018C9.92339%201.31836%209.66758%201.69387%209.28331%201.79616C7.37016%202.30542%205.63353%203.34389%204.27675%204.79887C2.91996%206.25385%202.00516%208.05869%201.63059%2010.0027C1.55535%2010.3932%201.1986%2010.6745%200.803922%2010.6261Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-2-inside-1_3755_48746)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask1_3755_48746%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask1_3755_48746)%22%3E%3Cmask%20id%3D%22path-4-inside-2_3755_48746%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M6.02243%2021.5668C5.81171%2021.904%205.36606%2022.0083%205.04208%2021.7777C3.18147%2020.4536%201.73291%2018.6226%200.873708%2016.496C0.0145098%2014.3695%20-0.215397%2012.0461%200.203231%209.80114C0.276126%209.41023%200.669147%209.17569%201.05498%209.27189C1.44081%209.36809%201.67303%209.75863%201.60334%2010.1501C1.25636%2012.0992%201.4636%2014.112%202.20885%2015.9566C2.95411%2017.8012%204.20323%2019.393%205.80681%2020.5541C6.12889%2020.7873%206.23315%2021.2295%206.02243%2021.5668Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M6.02243%2021.5668C5.81171%2021.904%205.36606%2022.0083%205.04208%2021.7777C3.18147%2020.4536%201.73291%2018.6226%200.873708%2016.496C0.0145098%2014.3695%20-0.215397%2012.0461%200.203231%209.80114C0.276126%209.41023%200.669147%209.17569%201.05498%209.27189C1.44081%209.36809%201.67303%209.75863%201.60334%2010.1501C1.25636%2012.0992%201.4636%2014.112%202.20885%2015.9566C2.95411%2017.8012%204.20323%2019.393%205.80681%2020.5541C6.12889%2020.7873%206.23315%2021.2295%206.02243%2021.5668Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-4-inside-2_3755_48746)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask2_3755_48746%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask2_3755_48746)%22%3E%3Cmask%20id%3D%22path-6-inside-3_3755_48746%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M18.1433%2021.4611C18.3599%2021.7946%2018.2661%2022.2425%2017.9202%2022.4387C15.9338%2023.5654%2013.6622%2024.1045%2011.3717%2023.9844C9.08128%2023.8644%206.87843%2023.0909%205.02074%2021.7627C4.69726%2021.5314%204.65079%2021.0761%204.90104%2020.7671C5.15129%2020.4581%205.60338%2020.4127%205.92874%2020.6413C7.5486%2021.7795%209.4604%2022.4423%2011.4471%2022.5464C13.4338%2022.6505%2015.4044%2022.1912%2017.1344%2021.2285C17.4819%2021.0352%2017.9267%2021.1276%2018.1433%2021.4611Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M18.1433%2021.4611C18.3599%2021.7946%2018.2661%2022.2425%2017.9202%2022.4387C15.9338%2023.5654%2013.6622%2024.1045%2011.3717%2023.9844C9.08128%2023.8644%206.87843%2023.0909%205.02074%2021.7627C4.69726%2021.5314%204.65079%2021.0761%204.90104%2020.7671C5.15129%2020.4581%205.60338%2020.4127%205.92874%2020.6413C7.5486%2021.7795%209.4604%2022.4423%2011.4471%2022.5464C13.4338%2022.6505%2015.4044%2022.1912%2017.1344%2021.2285C17.4819%2021.0352%2017.9267%2021.1276%2018.1433%2021.4611Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-6-inside-3_3755_48746)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask3_3755_48746%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask3_3755_48746)%22%3E%3Cmask%20id%3D%22path-8-inside-4_3755_48746%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M21.2397%2018.4707C21.5654%2018.6988%2021.6462%2019.1493%2021.399%2019.4607C19.9794%2021.2495%2018.0751%2022.6003%2015.9064%2023.347C13.7378%2024.0937%2011.4056%2024.2017%209.18563%2023.6662C8.79907%2023.5729%208.58542%2023.1682%208.70168%2022.7879C8.81794%2022.4076%209.2201%2022.1962%209.60741%2022.2862C11.5357%2022.7348%2013.5566%2022.6331%2015.4376%2021.9854C17.3187%2021.3377%2018.9737%2020.1736%2020.2171%2018.633C20.4668%2018.3236%2020.9139%2018.2426%2021.2397%2018.4707Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M21.2397%2018.4707C21.5654%2018.6988%2021.6462%2019.1493%2021.399%2019.4607C19.9794%2021.2495%2018.0751%2022.6003%2015.9064%2023.347C13.7378%2024.0937%2011.4056%2024.2017%209.18563%2023.6662C8.79907%2023.5729%208.58542%2023.1682%208.70168%2022.7879C8.81794%2022.4076%209.2201%2022.1962%209.60741%2022.2862C11.5357%2022.7348%2013.5566%2022.6331%2015.4376%2021.9854C17.3187%2021.3377%2018.9737%2020.1736%2020.2171%2018.633C20.4668%2018.3236%2020.9139%2018.2426%2021.2397%2018.4707Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-8-inside-4_3755_48746)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
}
.recommend-item-delivery-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-inside-1_2204_93434%22%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24%2010.0003V15.3337H0V5.33366L1.33333%204.00033H6.66667V10.0003H8V4.00033L9.33333%202.66699H17.3333L24%2010.0003ZM14.6667%2019.3337C14.6667%2021.1746%2016.1591%2022.667%2018%2022.667C19.841%2022.667%2021.3333%2021.1746%2021.3333%2019.3337C21.3333%2017.4927%2019.841%2016.0003%2018%2016.0003C16.1591%2016.0003%2014.6667%2017.4927%2014.6667%2019.3337ZM6%2022.667C4.15905%2022.667%202.66667%2021.1746%202.66667%2019.3337C2.66667%2017.4927%204.15905%2016.0003%206%2016.0003C7.84095%2016.0003%209.33333%2017.4927%209.33333%2019.3337C9.33333%2021.1746%207.84095%2022.667%206%2022.667Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24%2010.0003V15.3337H0V5.33366L1.33333%204.00033H6.66667V10.0003H8V4.00033L9.33333%202.66699H17.3333L24%2010.0003ZM14.6667%2019.3337C14.6667%2021.1746%2016.1591%2022.667%2018%2022.667C19.841%2022.667%2021.3333%2021.1746%2021.3333%2019.3337C21.3333%2017.4927%2019.841%2016.0003%2018%2016.0003C16.1591%2016.0003%2014.6667%2017.4927%2014.6667%2019.3337ZM6%2022.667C4.15905%2022.667%202.66667%2021.1746%202.66667%2019.3337C2.66667%2017.4927%204.15905%2016.0003%206%2016.0003C7.84095%2016.0003%209.33333%2017.4927%209.33333%2019.3337C9.33333%2021.1746%207.84095%2022.667%206%2022.667Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M24%2015.3337V15.8337H24.5V15.3337H24ZM24%2010.0003H24.5V9.80702L24.37%209.66399L24%2010.0003ZM0%2015.3337H-0.5V15.8337H0V15.3337ZM0%205.33366L-0.353554%204.98011L-0.5%205.12655V5.33366H0ZM1.33333%204.00033V3.50033H1.12623L0.979779%203.64677L1.33333%204.00033ZM6.66667%204.00033H7.16667V3.50033H6.66667V4.00033ZM6.66667%2010.0003H6.16667V10.5003H6.66667V10.0003ZM8%2010.0003V10.5003H8.5V10.0003H8ZM8%204.00033L7.64645%203.64677L7.5%203.79322V4.00033H8ZM9.33333%202.66699V2.16699H9.12623L8.97978%202.31344L9.33333%202.66699ZM17.3333%202.66699L17.7033%202.33066L17.5545%202.16699H17.3333V2.66699ZM24.5%2015.3337V10.0003H23.5V15.3337H24.5ZM0%2015.8337H24V14.8337H0V15.8337ZM-0.5%205.33366V15.3337H0.5V5.33366H-0.5ZM0.979779%203.64677L-0.353554%204.98011L0.353554%205.68721L1.68689%204.35388L0.979779%203.64677ZM6.66667%203.50033H1.33333V4.50033H6.66667V3.50033ZM7.16667%2010.0003V4.00033H6.16667V10.0003H7.16667ZM8%209.50033H6.66667V10.5003H8V9.50033ZM7.5%204.00033V10.0003H8.5V4.00033H7.5ZM8.97978%202.31344L7.64645%203.64677L8.35355%204.35388L9.68689%203.02055L8.97978%202.31344ZM17.3333%202.16699H9.33333V3.16699H17.3333V2.16699ZM24.37%209.66399L17.7033%202.33066L16.9634%203.00333L23.63%2010.3367L24.37%209.66399ZM18%2022.167C16.4352%2022.167%2015.1667%2020.8985%2015.1667%2019.3337H14.1667C14.1667%2021.4507%2015.8829%2023.167%2018%2023.167V22.167ZM20.8333%2019.3337C20.8333%2020.8985%2019.5648%2022.167%2018%2022.167V23.167C20.1171%2023.167%2021.8333%2021.4507%2021.8333%2019.3337H20.8333ZM18%2016.5003C19.5648%2016.5003%2020.8333%2017.7689%2020.8333%2019.3337H21.8333C21.8333%2017.2166%2020.1171%2015.5003%2018%2015.5003V16.5003ZM15.1667%2019.3337C15.1667%2017.7689%2016.4352%2016.5003%2018%2016.5003V15.5003C15.8829%2015.5003%2014.1667%2017.2166%2014.1667%2019.3337H15.1667ZM2.16667%2019.3337C2.16667%2021.4507%203.88291%2023.167%206%2023.167V22.167C4.43519%2022.167%203.16667%2020.8985%203.16667%2019.3337H2.16667ZM6%2015.5003C3.88291%2015.5003%202.16667%2017.2166%202.16667%2019.3337H3.16667C3.16667%2017.7689%204.43519%2016.5003%206%2016.5003V15.5003ZM9.83333%2019.3337C9.83333%2017.2166%208.11709%2015.5003%206%2015.5003V16.5003C7.56481%2016.5003%208.83333%2017.7689%208.83333%2019.3337H9.83333ZM6%2023.167C8.11709%2023.167%209.83333%2021.4507%209.83333%2019.3337H8.83333C8.83333%2020.8985%207.56481%2022.167%206%2022.167V23.167Z%22%20fill%3D%22%231A1A1A%22%20mask%3D%22url(%23path-1-inside-1_2204_93434)%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.recommend-item-favo-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.8001%204.14919L12%204.41522L12.1999%204.14919C13.371%202.59044%2015.2344%201.58301%2017.3333%201.58301C20.8771%201.58301%2023.75%204.45586%2023.75%207.99967C23.75%209.45432%2023.2201%2011.3093%2022.4547%2012.5338C21.0101%2014.8449%2018.8586%2017.3284%2016.8188%2019.2336C15.7992%2020.186%2014.8129%2020.9887%2013.9623%2021.5516C13.5368%2021.8331%2013.1498%2022.0516%2012.8127%2022.199C12.472%2022.348%2012.2002%2022.4163%2012%2022.4163C11.7998%2022.4163%2011.528%2022.348%2011.1873%2022.199C10.8502%2022.0516%2010.4632%2021.8331%2010.0377%2021.5516C9.18709%2020.9887%208.2008%2020.186%207.18119%2019.2336C5.14136%2017.3284%202.98988%2014.8449%201.54533%2012.5338C0.779912%2011.3093%200.25%209.45432%200.25%207.99967C0.25%204.45586%203.12285%201.58301%206.66667%201.58301C8.76555%201.58301%2010.629%202.59044%2011.8001%204.14919Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.recommend-item-favo-btn-on {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022.6668C10%2022.6668%204.25033%2017.3335%201.33333%2012.6668C0.542887%2011.4023%200%209.5013%200%208.00016C0%204.31828%202.98478%201.3335%206.66667%201.3335C8.84749%201.3335%2010.7837%202.38062%2012%203.99951C13.2163%202.38062%2015.1525%201.3335%2017.3333%201.3335C21.0152%201.3335%2024%204.31828%2024%208.00016C24%209.5013%2023.4571%2011.4023%2022.6667%2012.6668C19.7497%2017.3335%2014%2022.6668%2012%2022.6668Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

/****************
	Chef
****************/
.chef-type-selector {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 9px 10px;
	gap: 8px;
	
	background: #FFFFFF;
	border-radius: 6px;
}
.chef-item-container {
	display: flex;
	align-items: flex-start;
	padding: 0px;
	gap: 28px;
	flex-wrap: wrap;
}
.chef-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
}
@media all and (min-width: 768px) {
	.chef-item {
		width: calc(100% / 3 - 20px);
	}
}
@media all and (max-width: 768px) {
	.chef-item {
		width: calc(100% - 20px);
	}
}

.chef-item-thumb-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 4px;
	max-width: 136px;
}
.chef-item-thumb-container div:nth-child(1) {
	width: 136px;
	height: 136px;
	border-radius: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid silver;
}
.chef-item-thumb-container div:nth-child(2) {
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.chef-item-thumb-container div:nth-child(3) {
	text-align: center;
	letter-spacing: 0.04em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.chef-item-description {
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
	flex: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cart-btn-container {
	background: #49545A;
	color: white;
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	position: relative;
}
.cart-btn-price {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
/* .cart-btn-price div:first-child {
} */
.cart-btn-price div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.5%205L8%2011.5L14.5%205%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.cart-btn {
	width: auto;
	height: 48px;
	background: white;
	color: #1A1A1A;
	border-radius: 8px;
	padding: 12px 4px;
	cursor: pointer;
}
.card-other-link {
	display: flex;
	gap: 4px;
	align-items: center;
}
.card-other-link div:last-child {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%202H3.5C2.39543%202%201.5%202.89543%201.5%204V11C1.5%2012.1046%202.39543%2013%203.5%2013H10.5C11.6046%2013%2012.5%2012.1046%2012.5%2011V6.5%22%20stroke%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M10%202H12.5V4.5%22%20stroke%3D%22black%22%2F%3E%3Cpath%20d%3D%22M12.5%202L5%209.5%22%20stroke%3D%22black%22%2F%3E%3C%2Fsvg%3E');
	width: 14px;
	height: 14px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.chef-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
}
.chef-thumb {
	width: 136px;
	height: 136px;
	border-radius: 100px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid silver;
}

/****************
	Cart
****************/
.cart-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 28px;
	/* height: calc(100% - 96px); */
	height: calc(100% - 48px);
	padding-top: 48px;
	overflow-y: scroll;
}
@media all and (min-width: 768px) {
	.cart-container {
		margin-top: 0;
	}
}
@media all and (max-width: 768px) {
	.cart-container {
		margin-top: 48px;
	}
}
.cart-progress {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-self: stretch;
	align-items: center;
}
.cart-progress-off {
	opacity: 0.4;
}
.cart-progress-arrow {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2228%22%20viewBox%3D%220%200%2018%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201L2%2014L15%2027%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	transform: scaleX(-1);
}
.cart-title {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.06em;
	color: #000000;
	width: 100%;
}
.cart-title-back-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2228%22%20viewBox%3D%220%200%2018%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%201L2%2014L15%2027%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-item-container {
	display: flex;
	flex-direction: column;
	/* align-items: center;
	align-self: stretch; */
	width: 100%;
	padding: 0px;
	gap: 28px;
	/* margin-top: 36px; */
	/* height: calc(100% - 440px); */
	height: auto;
	margin-top: 0;
}
.cart-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	gap: 28px;
	align-self: stretch;
}
.cart-item-img {
	min-width: 48%;
	max-width: 48%x;
	height: 130px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid silver;
}
.cart-item-info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	text-align: left;
	width: 48%;
}
.cart-item-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 16px;
	width: 100%;
}
.cart-item-info select {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 2px 10px;
	gap: 8px;
	width: 66px;
	height: 34px;
	background: #F1EFE9;
	border-radius: 6px;
	/* font-family: 'shippori-mincho'; */
}
.cart-sub-price-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	width: 100%;
}
.cart-divider {
	width: 100%;
	height: 1px;
	border: 0.5px solid #BAB6B0;
}
.cart-sub-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	width: 100%;
}
.cart-sub-price-item {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 0px;
	gap: 28px;
	color: #1A1A1A;
	text-align: left;
	width: 100%;
}
.cart-sub-price-item div {
	flex: 1;
}
.cart-order-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	gap: 10px;
	width: 100%;
	height: 48px;
	background: #49525A;
	border-radius: 8px;
	color: #FFFFFF;
	cursor: pointer;
}
.cart-calendar-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 20px 20px;
	gap: 16px;
	isolation: isolate;
	width: 342px;
	min-height: 368px;
	background: #F1EFE9;
}
.cart-calendar-date-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;
	width: 302px;
	/* height: 335px; */
}
.cart-calendar-input-container {
	position:relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 6px 8px 7px;
	gap: 10px;
	width: 302px;
	height: 32px;
	background: #707573;
	border-radius: 4px;
}
.cart-calendar-input-date {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 3px;
	gap: 10px;
	height: 24px;
	border-radius: 4px;
	color: #FFFFFF;
}
.cart-calendar-input-time {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 3px;
	gap: 10px;
	height: 24px;
	border-radius: 4px;
	color: #FFFFFF;
}
.cart-calendar-date-month-calendar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 35px;
	width: 302px;
	height: 20px;
}
.cart-calendar-date-month-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 35px;
	width: 302px;
	height: 20px;
}
.cart-calendar-date-month-prev-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2214%22%20viewBox%3D%220%200%207%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.5%201L0.5%207L6.5%2013%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
}
.cart-calendar-date-month-next-btn {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2214%22%20viewBox%3D%220%200%207%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.5%201L0.5%207L6.5%2013%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	transform: scaleX(-1);
}
.cart-calendar-date-days-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 1px;
	gap: 1px;
	color: #000000;
	align-self: stretch;
}
.cart-calendar-date-days-container div {
	text-align: center;
	flex: 1;
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	font-feature-settings: 'tnum' on, 'onum' on;
}
.cart-calendar-date-cell-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px 0px 1px;
	background: #F1EFE9;
	color: #1A1A1A;
	font-feature-settings: 'tnum' on, 'onum' on;
}
.cart-calendar-date-cell-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 1px 0px;
	gap: 1px;
	width: 302px;
	background: #F1EFE9;
}
.cart-calendar-date-cell {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
	width: 42px;
	height: 42px;
	background: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}
.cart-calendar-date-cell-unsupported {
	background: rgba(0,0,0,0.02);
	color: #BAB6B0;
	cursor: default;
}
.cart-calendar-date-cell:hover{
	background: #EADFD8;
}
.cart-calendar-date-cell:focus{
	background: #EADFD8;
}
.cart-calendar-date-cell-on {
	background: #EADFD8;
}
.calender-date-active{
	background: #EADFD8;
}
.cart-calendar-date-cell-disabled {
	color: #BAB6B0;
}
.calendar-popup {
	position: absolute;
	top: 80px;
	right: 20px;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 768px) {
	.calendar-popup {
		top: 180px;
	}
}
.calendar-popup-header {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
	color: #000000;
}
.calendar-popup-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 10px;
	width: 100%;
	height: 14px;
}
.calendar-popup-footer div {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	font-feature-settings: 'tnum' on, 'onum' on;
	color: #000000;
	cursor: pointer;
	outline: none;
}
.calendar-time-container {
	position: absolute;
	right: 2px;
	bottom: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2px;
	gap: 10px;
	position: absolute;
	max-height: 130px;
	overflow-y: scroll;
	background: #EDDBCF;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.calendar-time-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 3px;
	gap: 10px;
	height: 24px;
	border-radius: 4px;
	cursor: pointer;
}
.calendar-time-item-select {
	background: #FFFFFF;
	border-radius: 4px;
}
.cart-addr-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	padding: 0px;
	gap: 16px;
}
.cart-addr-label {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.04em;
	color: #707573;
	align-self: stretch;
}
.cart-addr-info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	align-self: stretch;
}
.cart-addr-info-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 4px;
	align-self: stretch;
}
.cart-addr-info-conatiner {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px 10px;
	gap: 8px;
	flex: 1;
	background: #F1EFE9;
	border-radius: 6px;
	min-height: 32px;
}
.cart-addr-info-container-on {
	background: #EADFD8;
}
.cart-addr-info-input {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 10px;
	gap: 8px;
	flex: 1;
	background: #FFFFFF;
	border: 0.5px solid #1A1A1A;
	border-radius: 6px;
}
.cart-addr-edit-btn {
	width: 32px;
	height: 32px;
	padding: 9px;
	cursor: pointer;
}
.cart-addr-edit-btn div {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.3199%201L13%203.68009L4.17296%2012.5071L1.49286%209.82699L10.3199%201Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M1%2013L3.68083%2012.9993L1.00073%2010.3192L1%2013Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.cart-addr-delete-btn {
	width: 32px;
	height: 32px;
	padding: 9px;
	cursor: pointer;
}
.cart-addr-delete-btn div {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%202.25415H13V4.25415H1V2.25415Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M5%202C5%201.44772%205.44772%201%206%201H8C8.55228%201%209%201.44772%209%202V2.25415H5V2Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M1.875%205H3.875V12.9955C2.77043%2012.9955%201.875%2012.1001%201.875%2010.9955V5Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M4.625%205H6.625V12.9955H4.625V5Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M7.375%205H9.375V12.9955H7.375V5Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M10.125%205H12.125V10.9955C12.125%2012.1001%2011.2296%2012.9955%2010.125%2012.9955V5Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.cart-addr-delete-btn-disabled {
	opacity: 0.12;
}
.cart-addr-done-str-btn {
	width: 39px;
	line-height: 40px;
	background: #49525A;
	border-radius: 5px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.1em;
}
.cart-addr-done-btn {
	width: 32px;
	height: 32px;
	padding: 9px;
	cursor: pointer;
}
.cart-addr-done-btn div {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M3.5%206L6%208.5L10.5%204%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22bevel%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.cart-addr-info-add-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 4px;
	height: 32px;
}
.cart-addr-info-add-btn {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 10px;
	gap: 8px;
	background: #FFFFFF;
	border: 0.5px solid #1A1A1A;
	border-radius: 6px;
	cursor: pointer;
}
.cart-addr-info-add-btn:hover{
	opacity: 0.6;
}
.cart-item-count-select {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 10px;
	gap: 8px;
	text-align: center;
	min-width: 42px;
	height: 34px;
	background: #F1EFE9;
	border-radius: 6px;
}
.cart-item-count-select {
	color: #BAB6B0;
}
.cart-footer-copyrights {
	position: relative;
	margin: 40px 0px;
	left: 0;
	right: 0;
	top: 0;
	text-align: left;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #707573;
	align-self: stretch;
	margin-bottom: 40px;
}
.account-footer-copyrights {
	position: relative;
	margin: 40px 0px;
	left: 0;
	right: 0;
	top: 0;
	text-align: left;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #707573;
	align-self: stretch;
	margin-bottom: 40px;
}

/****************
	Card
****************/
.card-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	padding: 0px;
	gap: 16px;
}
.card-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	padding: 0px;
	gap: 8px;
}
.card-item-input {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
	padding: 8px 10px;
	gap: 8px;
	height: 32px;
	background: #F1EFE9;
	border-radius: 6px;
	border: none;
	outline: none;
}
.card-item-info {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-self: stretch;
	padding: 0px;
	gap: 8px;
	height: 32px;
}
.card-item-info select {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 3px 6px;
	gap: 8px;
	height: 32px;
	background: #F1EFE9;
	border-radius: 6px;
	border: none;
}
.card-item-info input {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 10px;
	gap: 8px;
	height: 32px;
	background: #F1EFE9;
	border-radius: 6px;
	border: none;
	outline: none;
}
.card-cvc-icon {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1px 6px;
	gap: 8px;
	width: 18px;
	height: 18px;
	background: #707573;
	border-radius: 13px;
	position: relative;
	cursor: pointer;
}
.card-cvc-icon-question {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	font-feature-settings: 'palt' on;
	color: #FFFFFF;
}
.card-cvc-icon-rect {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 4px;
	top: -14px;
	/* left: calc(50% - 12px/2 + 5.5px); */
	/* bottom: 0px; */
	background: #707573;
	transform: rotate(45deg);
}
.card-cvc-popup {
	position: absolute;
	width: 339px;
	height: 106px;
	/* left: 68px; */
	left: -60px;
	top: -111px;
	transform: translateX(-50%);
	background: #707573;
	border-radius: 8px;
	color: white;
	text-align: left;
	padding: 8px 20px 12px 20px;
}
.card {
	position: absolute;
	width: 130px;
	height: 82px;
	left: 197px;
	top: 12px;
	background: #E0E0E0;
	border-radius: 6px;
}
.card div:nth-child(1) {
	box-sizing: border-box;
	position: absolute;
	left: 50.77%;
	right: 34.62%;
	top: 35.37%;
	bottom: 41.46%;
	border: 2px solid #FF0000;
	border-radius: 20px;
	z-index: 2;
}
.card div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%223%22%20viewBox%3D%220%200%208%203%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.333994%200.456399C0.427914%200.443871%200.514392%200.437604%200.624348%200.437604H0.809898L1.6088%202.24929C1.67237%202.39325%201.70959%202.49336%201.73765%202.60286H2.06408C1.9925%202.48709%201.94554%202.39638%201.88025%202.24929L1.20963%200.728591C1.13518%200.559637%201.07505%200.400078%201.01148%200.2092C0.903817%200.221728%200.849984%200.224862%200.733156%200.224862H0.516681C0.386108%200.224862%200.319675%200.221728%200.224609%200.2092L0.333994%200.456399ZM4.61082%202.60286C4.78263%202.60286%204.89888%202.60913%205.04206%202.62165L4.9258%202.3588C4.8021%202.37446%204.68814%202.38072%204.51633%202.38072H3.42021C3.39501%202.23056%203.40589%202.14605%203.45571%202.01776C3.51126%201.88633%203.58285%201.79875%203.781%201.63292C4.06792%201.39507%204.13091%201.33562%204.18704%201.22924C4.26206%201.09469%204.26435%200.944524%204.1939%200.784966C4.03126%200.415738%203.59259%200.177937%203.07373%200.177937C2.77135%200.177937%202.57377%200.259256%202.48959%200.418871C2.42717%200.534639%202.4243%200.644142%202.47183%200.869415L2.77994%200.913203C2.7347%200.756777%202.73241%200.681671%202.76047%200.597222C2.80457%200.462662%202.94258%200.393816%203.16937%200.393816C3.51985%200.393816%203.80734%200.547166%203.91214%200.784966C3.99633%200.975787%203.94364%201.11348%203.69567%201.32315C3.40646%201.57034%203.40073%201.57348%203.32227%201.66732C3.18025%201.83627%203.11153%202.00836%203.11267%202.2055C3.11382%202.3244%203.12412%202.37133%203.19514%202.61852C3.29937%202.60599%203.34977%202.60286%203.56624%202.60286H4.61082ZM5.17206%202.08973C5.30435%202.24929%205.37593%202.31814%205.48131%202.39325C5.72069%202.5622%206.01735%202.64984%206.36439%202.64984C6.93823%202.64984%207.17932%202.38699%206.9932%201.96457C6.90501%201.7643%206.75268%201.59847%206.55453%201.4921C6.40162%201.41073%206.2802%201.37633%206.07232%201.35754C6.21835%201.32941%206.28249%201.30436%206.34606%201.24491C6.4543%201.14793%206.46919%200.978919%206.38501%200.788098C6.2195%200.412607%205.798%200.174805%205.29976%200.174805C5.00082%200.174805%204.8021%200.25299%204.71677%200.403209C4.66695%200.484583%204.65721%200.556503%204.66924%200.716118L4.97964%200.772436C4.96646%200.656668%204.96818%200.606615%204.99166%200.55024C5.03805%200.437604%205.16576%200.384419%205.37536%200.384419C5.72241%200.384419%205.9973%200.540902%206.11642%200.809964C6.16567%200.9226%206.16567%201.03837%206.11241%201.11348C6.04884%201.21051%205.90109%201.25743%205.6743%201.25743C5.58153%201.25743%205.49619%201.25117%205.41201%201.23864L5.52082%201.48584C5.60959%201.47644%205.69263%201.47018%205.78884%201.47018C6.24585%201.47018%206.56426%201.63913%206.70113%201.94891C6.83228%202.24616%206.66391%202.43391%206.26532%202.43391C6.09007%202.43391%205.92228%202.39638%205.77281%202.32127C5.63593%202.25242%205.55862%202.18671%205.43206%202.02402L5.17206%202.08973Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 55.56%;
	right: 39.19%;
	top: 45.34%;
	bottom: 51.65%;
	z-index: 1;
}
.card div:nth-child(3) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2263%22%20height%3D%225%22%20viewBox%3D%220%200%2063%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.99421%202.03462C0.685538%202.29372%200.533203%202.54484%200.533203%202.80394C0.533203%203.07898%200.689547%203.28228%200.990202%203.40585C1.18663%203.48158%201.52738%203.52942%201.91223%203.52942C2.265%203.52942%202.64584%203.49753%202.99461%203.43774C3.07077%203.42578%203.07478%203.42179%203.13091%203.4178L3.09483%203.09094C2.87033%203.18262%202.39329%203.24241%201.89218%203.24241C1.57549%203.24241%201.31091%203.21451%201.15857%203.16269C0.934078%203.08696%200.817823%202.95541%200.817823%202.77205C0.817823%202.58471%200.938087%202.40135%201.19866%202.1861L0.99421%202.03462ZM0.753682%201.01418C0.809805%201.01817%200.809805%201.01817%200.885973%201.02614C1.14655%201.05803%201.48729%201.07796%201.76791%201.07796C1.99641%201.07796%202.13271%201.066%202.37324%201.02614C2.08461%201.17761%201.9884%201.23342%201.66368%201.44867L1.86813%201.6121C2.21289%201.36097%202.63381%201.10985%202.87835%201.00621L2.85831%200.743123C2.63782%200.798929%202.31311%200.826831%201.84408%200.826831C1.38707%200.826831%201.07038%200.798929%200.777735%200.731165L0.753682%201.01418ZM2.57769%201.5244C2.69395%201.64797%202.88637%201.94693%202.98659%202.15819L3.18703%202.03861C3.06677%201.80343%202.95452%201.63601%202.77813%201.42076L2.57769%201.5244ZM3.02267%201.29321C3.175%201.47657%203.34337%201.73168%203.43157%201.91903L3.63201%201.80741C3.49972%201.55629%203.3995%201.40482%203.21509%201.18558L3.02267%201.29321ZM5.99297%202.20204C5.4157%202.46911%204.7342%202.67639%204.16495%202.76408C4.23711%202.85975%204.26116%202.9036%204.30125%202.99129C4.62596%202.91555%204.78632%202.87171%204.97072%202.80793V3.52144C4.97072%203.66893%204.9627%203.77656%204.94667%203.89215H5.21526V3.72075H7.0553V3.89614H7.3279C7.31187%203.7925%207.30385%203.67292%207.30385%203.52543V2.83982C7.30385%202.68037%207.30786%202.5568%207.31988%202.4731C7.29583%202.48107%207.27579%202.48505%207.26376%202.48505C7.24773%202.48505%207.2357%202.48505%207.21165%202.48505C7.20363%202.48505%207.19561%202.48505%207.1916%202.48505C7.17958%202.48505%207.16755%202.48505%207.1435%202.48505C7.09539%202.48904%207.02323%202.48904%206.93504%202.48904H6.09319C6.00099%202.48904%205.97292%202.48904%205.76847%202.49701C6.00499%202.40135%206.20544%202.30966%206.40988%202.20204H7.38002C7.5564%202.20204%207.67266%202.21001%207.78891%202.22596V1.96686C7.67667%201.9828%207.56843%201.99078%207.38403%201.99078H6.77469C7.03526%201.83133%207.19962%201.71175%207.38803%201.54433C7.45618%201.48454%207.46019%201.48055%207.49226%201.45664L7.26777%201.32509C7.15151%201.4965%206.81477%201.75161%206.39786%201.99078H5.95689V1.65993H6.48204C6.68248%201.65993%206.71054%201.65993%206.82279%201.67189V1.44069C6.72257%201.45265%206.6464%201.45664%206.48204%201.45664H5.95689V1.1816H7.12746C7.4161%201.1816%207.43614%201.1816%207.56041%201.19355C7.54839%201.10985%207.54438%201.03012%207.54438%200.914527V0.679346C7.54438%200.559762%207.54839%200.480041%207.56041%200.392347C7.45618%200.404305%207.3279%200.408291%207.11143%200.408291H4.83843C4.62196%200.408291%204.49367%200.404305%204.38944%200.392347C4.40147%200.488014%204.40548%200.567734%204.40548%200.679346V0.914527C4.40548%201.02215%204.40147%201.10187%204.38944%201.19355C4.48566%201.18558%204.60191%201.1816%204.82239%201.1816H5.71636V1.45664H4.89055C4.71817%201.45664%204.62997%201.45265%204.53777%201.43671V1.67587C4.64601%201.66392%204.73821%201.65993%204.89055%201.65993H5.71636V1.99078H4.58988C4.40548%201.99078%204.29323%201.9828%204.18099%201.96686V2.22596C4.29724%202.21001%204.4135%202.20204%204.58988%202.20204H5.99297ZM5.21526%202.68835H7.0553V3.00724H5.21526V2.68835ZM5.3716%200.990263H4.64601V0.60361H5.3716V0.990263ZM6.33372%200.990263H5.5961V0.60361H6.33372V0.990263ZM6.55821%200.990263V0.60361H7.30385V0.990263H6.55821ZM5.21526%203.20255H7.0553V3.52144H5.21526V3.20255ZM9.44055%201.46062C9.72517%201.64%209.82539%201.71574%2010.0218%201.90308C9.52473%202.30169%209.06372%202.56478%208.44235%202.79996C8.52654%202.88765%208.55861%202.93947%208.6027%203.03514C8.97953%202.86772%209.22407%202.74017%209.49667%202.56876V3.5334C9.49667%203.64103%209.48865%203.78453%209.47262%203.88817H9.75323V3.66494H11.4289V3.88817H11.7095C11.6935%203.80047%2011.6855%203.65697%2011.6855%203.5334V2.56876C11.6855%202.44121%2011.6895%202.34554%2011.7055%202.24987C11.6213%202.26183%2011.5452%202.26582%2011.4169%202.26582H9.94565C10.4868%201.86721%2010.8797%201.47657%2011.2365%200.994249C11.3087%200.898582%2011.3287%200.870678%2011.3728%200.822845L11.2285%200.651443C11.1202%200.663401%2011.012%200.671373%2010.8557%200.671373H9.97372C10.0499%200.571721%2010.0499%200.57172%2010.2343%200.312623L9.96169%200.208984C9.88552%200.392345%209.74521%200.587664%209.51671%200.842775C9.24812%201.13775%208.93143%201.38489%208.52654%201.60811C8.61072%201.67587%208.6468%201.72371%208.69491%201.79944C9.15592%201.52041%209.48865%201.24537%209.79332%200.894597H10.992C10.7194%201.26132%2010.535%201.46461%2010.2183%201.74364C10.0138%201.56426%209.9216%201.50048%209.62896%201.31712L9.44055%201.46062ZM9.75323%202.49701H11.4289V3.44172H9.75323V2.49701ZM13.7741%204.07153C13.5496%203.72872%2013.4614%203.54935%2013.3732%203.26633C13.281%202.97933%2013.2369%202.67639%2013.2369%202.36149C13.2369%202.04658%2013.281%201.74762%2013.3732%201.46062C13.4614%201.17761%2013.5496%200.998235%2013.7741%200.655429L13.5215%200.495985C13.289%200.850749%2013.1928%201.04208%2013.0966%201.32509C12.9883%201.64797%2012.9322%201.99078%2012.9322%202.36149C12.9322%202.73219%2012.9883%203.075%2013.0966%203.39787C13.1928%203.68487%2013.289%203.87621%2013.5215%204.23097L13.7741%204.07153ZM17.0831%203.57326C17.023%203.46962%2016.9709%203.35403%2016.8706%203.11486L15.9727%200.914527C15.8725%200.671375%2015.8524%200.619555%2015.8364%200.543818H15.4315C15.4114%200.635499%2015.3794%200.72718%2015.3032%200.914527L14.4052%203.11486C14.297%203.38193%2014.2689%203.44172%2014.1888%203.57326H14.6057C14.6337%203.43375%2014.6698%203.31815%2014.7299%203.16668L14.9384%202.65247H16.3375L16.5459%203.16668C16.594%203.29025%2016.6381%203.42976%2016.6702%203.57326H17.0831ZM16.2413%202.37743H15.0346L15.5477%201.06201C15.5558%201.04607%2015.5678%201.00222%2015.5918%200.938444C15.5999%200.910541%2015.6159%200.866692%2015.6359%200.806901C15.7121%201.02614%2015.7121%201.03012%2015.7241%201.06201L16.2413%202.37743ZM19.2399%203.57326H19.5726C19.5485%203.41382%2019.5405%203.30221%2019.5405%203.12283V1.87518C19.5405%201.69182%2019.5485%201.56426%2019.5686%201.42475H19.2118C19.2318%201.56426%2019.2399%201.70378%2019.2399%201.87518V2.6445C19.2038%202.80394%2019.1597%202.9036%2019.0554%203.04311C18.8951%203.25836%2018.7067%203.35801%2018.4782%203.35801C18.1655%203.35801%2017.9931%203.15871%2017.9931%202.80394V1.87518C17.9931%201.69979%2018.0011%201.56426%2018.0212%201.42475H17.6604C17.6804%201.5523%2017.6884%201.69182%2017.6884%201.87119V2.85576C17.6884%203.0471%2017.7285%203.20255%2017.8007%203.31815C17.929%203.50948%2018.1535%203.61312%2018.4421%203.61312C18.8029%203.61312%2019.0514%203.46564%2019.2519%203.13878C19.2399%203.24241%2019.2399%203.27032%2019.2399%203.31416V3.57326ZM20.6355%200.830817C20.6556%200.962359%2020.6636%201.11383%2020.6636%201.27328V1.42475H20.5033C20.3349%201.42475%2020.2547%201.42076%2020.1425%201.40083V1.70378C20.2748%201.68783%2020.367%201.67986%2020.5033%201.67986H20.6636V3.10689C20.6636%203.29423%2020.6957%203.40983%2020.7759%203.48955C20.856%203.56928%2020.9923%203.61312%2021.1687%203.61312C21.3331%203.61312%2021.4574%203.58921%2021.6217%203.52144L21.5335%203.24241C21.4012%203.32214%2021.3211%203.34605%2021.2168%203.34605C21.1326%203.34605%2021.0645%203.32214%2021.0204%203.27829C20.9843%203.24241%2020.9683%203.18262%2020.9683%203.06703V1.67986H21.1607C21.3411%201.67986%2021.4413%201.68385%2021.5696%201.70378V1.40083C21.4293%201.42076%2021.3451%201.42475%2021.1607%201.42475H20.9683V1.27328C20.9683%201.10187%2020.9763%200.958373%2020.9963%200.830817H20.6355ZM22.5502%203.57326C22.5302%203.4178%2022.5222%203.29822%2022.5222%203.12283V2.3575C22.5582%202.19008%2022.6103%202.08246%2022.7226%201.93896C22.8789%201.74364%2023.0633%201.64797%2023.2878%201.64797C23.6005%201.64797%2023.7729%201.83532%2023.7729%202.18211V3.12283C23.7729%203.32214%2023.7649%203.44172%2023.7448%203.57326H24.1056C24.0856%203.42578%2024.0776%203.31018%2024.0776%203.12682V2.1263C24.0776%201.65993%2023.797%201.38489%2023.3279%201.38489C23.0834%201.38489%2022.899%201.45265%2022.7266%201.60014C22.6304%201.67986%2022.5863%201.73965%2022.5061%201.87119C22.5181%201.76756%2022.5181%201.73566%2022.5181%201.67189V0.998235C22.5181%200.794944%2022.5262%200.691305%2022.5502%200.543818H22.1934C22.2135%200.691305%2022.2215%200.794944%2022.2215%200.994249V3.12283C22.2215%203.32214%2022.2135%203.42976%2022.1934%203.57326H22.5502ZM25.8823%203.62508C26.5277%203.62508%2026.9446%203.17864%2026.9446%202.49701C26.9446%201.8114%2026.5317%201.37293%2025.8783%201.37293C25.2248%201.37293%2024.8079%201.8114%2024.8079%202.501C24.8079%203.1906%2025.2248%203.62508%2025.8823%203.62508ZM25.8863%201.62405C26.3473%201.62405%2026.6359%201.95889%2026.6359%202.49701C26.6359%203.03514%2026.3473%203.36599%2025.8783%203.36599C25.4092%203.36599%2025.1166%203.03514%2025.1166%202.49303C25.1166%201.9549%2025.4092%201.62405%2025.8863%201.62405ZM29.0412%201.42475C28.8729%201.39685%2028.8047%201.38887%2028.6844%201.38887C28.492%201.38887%2028.3557%201.42874%2028.2034%201.52839C28.1192%201.58419%2028.0591%201.64797%2027.9829%201.77154C27.9869%201.74364%2027.9869%201.68385%2027.9869%201.65196V1.42475H27.6542C27.6742%201.56825%2027.6822%201.67587%2027.6822%201.87518V3.12283C27.6822%203.28626%2027.6742%203.3899%2027.6542%203.57326H28.015C27.9949%203.4178%2027.9869%203.30619%2027.9869%203.12682V2.31365C28.0029%202.13428%2028.039%202.03861%2028.1352%201.91504C28.2555%201.7556%2028.4239%201.67189%2028.6283%201.67189C28.7285%201.67189%2028.8007%201.68385%2028.953%201.73168L29.0412%201.42475ZM29.6132%200.543818V0.898583H30.0021V0.543818H29.6132ZM29.6252%201.42475C29.6453%201.56426%2029.6533%201.68385%2029.6533%201.87518V3.12283C29.6533%203.29025%2029.6453%203.40186%2029.6252%203.57326H29.986C29.966%203.4178%2029.958%203.30619%2029.958%203.12283V1.87518C29.958%201.67587%2029.966%201.56426%2029.986%201.42475H29.6252ZM32.3203%201.41279C32.208%201.42475%2032.1439%201.42475%2031.8953%201.42475H31.1818C31.0054%201.42475%2030.8891%201.41678%2030.7328%201.39685V1.71972C30.8851%201.69979%2031.0134%201.69182%2031.1818%201.69182H31.727C31.7831%201.69182%2031.8192%201.69182%2031.9274%201.68385C31.8793%201.73566%2031.8512%201.76755%2031.8071%201.82734L30.9252%202.99926C30.821%203.13878%2030.7408%203.23046%2030.6526%203.32214V3.58522C30.7648%203.57725%2030.849%203.57326%2031.0976%203.57326H31.9474C32.1519%203.57326%2032.2561%203.58123%2032.4004%203.60117V3.2743C32.2681%203.29423%2032.1559%203.30221%2031.9474%203.30221H31.314C31.2459%203.30221%2031.2339%203.30221%2031.0374%203.31018C31.1216%203.20654%2031.1818%203.1308%2031.1898%203.12283L32.0517%201.97882C32.1519%201.84329%2032.22%201.75958%2032.3203%201.65196V1.41279ZM34.9422%202.54485C34.9342%202.43722%2034.9182%202.28176%2034.9142%202.23791C34.834%201.70378%2034.4612%201.37293%2033.9441%201.37293C33.3427%201.37293%2032.9499%201.81937%2032.9499%202.501C32.9499%203.1906%2033.3467%203.62907%2033.9761%203.62907C34.2688%203.62907%2034.5133%203.5334%2034.7017%203.35004C34.7939%203.25836%2034.846%203.18661%2034.9222%203.01919L34.6416%202.90758C34.5293%203.21451%2034.3048%203.37396%2033.9801%203.37396C33.7396%203.37396%2033.5432%203.27829%2033.4149%203.1029C33.3067%202.9594%2033.2666%202.81192%2033.2545%202.54485H34.9422ZM33.2666%202.29372C33.2906%202.14225%2033.3107%202.0705%2033.3668%201.97085C33.487%201.74762%2033.6915%201.62405%2033.936%201.62405C34.1285%201.62405%2034.2848%201.68385%2034.4091%201.80343C34.5374%201.927%2034.5975%202.0705%2034.6215%202.29372H33.2666ZM37.3431%203.57326H37.6638C37.6437%203.4178%2037.6357%203.31417%2037.6357%203.11486V0.994249C37.6357%200.81886%2037.6437%200.703263%2037.6638%200.543818H37.311C37.331%200.695291%2037.3391%200.810888%2037.3391%200.998235V1.53237C37.3391%201.62405%2037.3391%201.65993%2037.3511%201.74364L37.3551%201.80343C37.1787%201.52839%2036.8981%201.3809%2036.5333%201.3809C35.932%201.3809%2035.5471%201.81539%2035.5471%202.49701C35.5471%203.1906%2035.9239%203.61312%2036.5413%203.61312C36.9061%203.61312%2037.1667%203.47361%2037.3551%203.18262C37.3471%203.25039%2037.3431%203.32214%2037.3431%203.37794V3.57326ZM36.5654%201.64C36.7778%201.64%2036.9702%201.71573%2037.1106%201.85126C37.2549%201.99078%2037.335%202.22197%2037.335%202.48505C37.335%203.01122%2037.0344%203.35004%2036.5654%203.35004C36.3409%203.35004%2036.1525%203.26633%2036.0282%203.11087C35.924%202.97933%2035.8638%202.75212%2035.8638%202.48904C35.8638%201.95889%2036.1284%201.64%2036.5654%201.64ZM42.1757%201.28125C42.1316%201.07796%2042.0915%200.978305%2041.9993%200.858722C41.8189%200.619555%2041.5102%200.491999%2041.1134%200.491999C40.492%200.491999%2040.0871%200.814873%2040.0871%201.31712C40.0871%201.59615%2040.2114%201.80742%2040.4599%201.94693C40.5962%202.02267%2040.7526%202.07847%2041.0051%202.13029C41.4902%202.23792%2041.5343%202.24987%2041.6666%202.32561C41.8189%202.40932%2041.8991%202.5568%2041.8991%202.75212C41.8991%203.12283%2041.6104%203.34605%2041.1334%203.34605C40.8367%203.34605%2040.5962%203.2464%2040.4639%203.07101C40.3797%202.96339%2040.3517%202.86772%2040.3397%202.67639L39.9909%202.72023C40.031%202.98332%2040.0751%203.10689%2040.1793%203.2464C40.3637%203.49354%2040.6964%203.62508%2041.1454%203.62508C41.8349%203.62508%2042.2238%203.30619%2042.2238%202.74415C42.2238%202.28176%2041.9672%202.03861%2041.3258%201.90308C40.8648%201.80343%2040.8608%201.80343%2040.7526%201.75958C40.516%201.66391%2040.4038%201.51643%2040.4038%201.30915C40.4038%200.986276%2040.6924%200.76704%2041.1053%200.76704C41.3659%200.76704%2041.5704%200.846763%2041.6986%200.998235C41.7748%201.08992%2041.8069%201.16964%2041.839%201.32908L42.1757%201.28125ZM42.9732%200.543818V0.898583H43.3621V0.543818H42.9732ZM42.9852%201.42475C43.0053%201.56426%2043.0133%201.68385%2043.0133%201.87518V3.12283C43.0133%203.29025%2043.0053%203.40186%2042.9852%203.57326H43.346C43.326%203.4178%2043.318%203.30619%2043.318%203.12283V1.87518C43.318%201.67587%2043.326%201.56426%2043.346%201.42475H42.9852ZM44.1649%204.03167C44.4295%204.31867%2044.678%204.43028%2045.0749%204.43028C45.4397%204.43028%2045.7404%204.32265%2045.9088%204.12733C46.0691%203.93998%2046.1413%203.68886%2046.1413%203.29822V1.87119C46.1413%201.68385%2046.1493%201.58021%2046.1693%201.42475H45.8486V1.65196C45.8486%201.70378%2045.8526%201.73566%2045.8566%201.80343C45.6923%201.5244%2045.4357%201.38489%2045.0869%201.38489C44.4656%201.38489%2044.0727%201.81539%2044.0727%202.49303C44.0727%203.15871%2044.4576%203.57725%2045.0629%203.57725C45.3074%203.57725%2045.5319%203.5055%2045.6843%203.36997C45.7524%203.31018%2045.7965%203.25836%2045.8566%203.15073C45.8406%203.48158%2045.8246%203.62508%2045.7845%203.74068C45.6802%204.02768%2045.4357%204.17915%2045.0869%204.17915C44.8705%204.17915%2044.7021%204.12335%2044.5498%203.9918C44.5017%203.95593%2044.4776%203.92803%2044.4215%203.85229L44.1649%204.03167ZM44.3854%202.49303C44.3854%201.96287%2044.658%201.63601%2045.103%201.63601C45.552%201.63601%2045.8406%201.95889%2045.8406%202.46114C45.8406%202.97933%2045.5359%203.32612%2045.0789%203.32612C44.65%203.32612%2044.3854%203.01122%2044.3854%202.49303ZM47.3424%203.57326C47.3224%203.4178%2047.3144%203.29822%2047.3144%203.12283V2.35351C47.3464%202.19407%2047.3945%202.09442%2047.4988%201.95889C47.6671%201.74364%2047.8475%201.64398%2048.072%201.64398C48.3887%201.64398%2048.5611%201.83532%2048.5611%202.19407V3.12283C48.5611%203.29822%2048.5531%203.4178%2048.533%203.57326H48.8938C48.8738%203.44172%2048.8658%203.33011%2048.8658%203.12682V2.14225C48.8658%201.94693%2048.8297%201.79944%2048.7535%201.68385C48.6252%201.48853%2048.4007%201.38489%2048.1121%201.38489C47.7513%201.38489%2047.4907%201.54035%2047.3023%201.86721C47.3144%201.77553%2047.3144%201.74364%2047.3144%201.6958V1.42475H46.9816C47.0057%201.58419%2047.0137%201.69581%2047.0137%201.87518V3.12283C47.0137%203.31417%2047.0057%203.42179%2046.9816%203.57326H47.3424ZM51.1274%203.57326H51.4521C51.4281%203.41382%2051.4201%203.31417%2051.4201%203.13479V2.01469C51.4201%201.58419%2051.1475%201.36097%2050.6183%201.36097C50.3176%201.36097%2050.0771%201.43671%2049.9128%201.58818C49.8125%201.67587%2049.7604%201.75958%2049.6883%201.94294L50.0009%202.01071C50.041%201.89112%2050.0731%201.83532%2050.1252%201.77951C50.2375%201.66391%2050.4018%201.60811%2050.6223%201.60811C50.955%201.60811%2051.1274%201.74762%2051.1274%202.01868V2.24987C50.6343%202.26183%2050.4419%202.28575%2050.2054%202.35351C49.8326%202.45715%2049.6321%202.68835%2049.6321%203.00724C49.6321%203.38592%2049.9007%203.61312%2050.3417%203.61312C50.478%203.61312%2050.6223%203.58522%2050.7586%203.5334C50.8949%203.48158%2050.9711%203.42976%2051.1274%203.29025V3.57326ZM51.1274%202.74415C51.1274%202.9036%2051.0953%202.9873%2051.0031%203.08696C50.8468%203.25836%2050.5942%203.36997%2050.3617%203.36997C50.1012%203.36997%2049.9368%203.23046%2049.9368%203.01122C49.9368%202.81989%2050.037%202.68436%2050.2415%202.60065C50.4219%202.52492%2050.6504%202.49701%2051.1274%202.48505V2.74415ZM52.4989%200.830817C52.519%200.962359%2052.527%201.11383%2052.527%201.27328V1.42475H52.3667C52.1985%201.42475%2052.1183%201.42076%2052.0061%201.40083V1.70378C52.1384%201.68783%2052.2306%201.67986%2052.3667%201.67986H52.527V3.10689C52.527%203.29423%2052.5591%203.40983%2052.6393%203.48955C52.7194%203.56928%2052.8557%203.61312%2053.0321%203.61312C53.1965%203.61312%2053.3208%203.58921%2053.4851%203.52144L53.3969%203.24241C53.2646%203.32214%2053.1845%203.34605%2053.0802%203.34605C52.996%203.34605%2052.9279%203.32214%2052.8838%203.27829C52.8477%203.24241%2052.8317%203.18262%2052.8317%203.06703V1.67986H53.0241C53.2045%201.67986%2053.3047%201.68385%2053.433%201.70378V1.40083C53.2927%201.42076%2053.2085%201.42475%2053.0241%201.42475H52.8317V1.27328C52.8317%201.10187%2052.8397%200.958373%2052.8597%200.830817H52.4989ZM55.6327%203.57326H55.9654C55.9414%203.41382%2055.9334%203.30221%2055.9334%203.12283V1.87518C55.9334%201.69182%2055.9414%201.56426%2055.9614%201.42475H55.6046C55.6247%201.56426%2055.6327%201.70378%2055.6327%201.87518V2.6445C55.5966%202.80394%2055.5525%202.9036%2055.4483%203.04311C55.2879%203.25836%2055.0995%203.35801%2054.871%203.35801C54.5583%203.35801%2054.386%203.15871%2054.386%202.80394V1.87518C54.386%201.69979%2054.394%201.56426%2054.414%201.42475H54.0532C54.0733%201.5523%2054.0813%201.69182%2054.0813%201.87119V2.85576C54.0813%203.0471%2054.1214%203.20255%2054.1935%203.31815C54.3218%203.50948%2054.5463%203.61312%2054.8349%203.61312C55.1957%203.61312%2055.4443%203.46564%2055.6447%203.13878C55.6327%203.24241%2055.6327%203.27032%2055.6327%203.31416V3.57326ZM58.1628%201.42475C57.9945%201.39685%2057.9263%201.38887%2057.806%201.38887C57.6136%201.38887%2057.4773%201.42874%2057.325%201.52839C57.2408%201.58419%2057.1807%201.64797%2057.1045%201.77154C57.1085%201.74364%2057.1085%201.68385%2057.1085%201.65196V1.42475H56.7758C56.7958%201.56825%2056.8038%201.67587%2056.8038%201.87518V3.12283C56.8038%203.28626%2056.7958%203.3899%2056.7758%203.57326H57.1366C57.1165%203.4178%2057.1085%203.30619%2057.1085%203.12682V2.31365C57.1245%202.13428%2057.1606%202.03861%2057.2568%201.91504C57.3771%201.7556%2057.5455%201.67189%2057.7499%201.67189C57.8501%201.67189%2057.9223%201.68385%2058.0746%201.73168L58.1628%201.42475ZM60.6311%202.54485C60.6231%202.43722%2060.6071%202.28176%2060.603%202.23791C60.5229%201.70378%2060.1501%201.37293%2059.6329%201.37293C59.0316%201.37293%2058.6387%201.81937%2058.6387%202.501C58.6387%203.1906%2059.0356%203.62907%2059.665%203.62907C59.9576%203.62907%2060.2022%203.5334%2060.3906%203.35004C60.4828%203.25836%2060.5349%203.18661%2060.6111%203.01919L60.3304%202.90758C60.2182%203.21451%2059.9937%203.37396%2059.669%203.37396C59.4285%203.37396%2059.232%203.27829%2059.1037%203.1029C58.9955%202.9594%2058.9554%202.81192%2058.9434%202.54485H60.6311ZM58.9554%202.29372C58.9795%202.14225%2058.9995%202.0705%2059.0556%201.97085C59.1759%201.74762%2059.3804%201.62405%2059.6249%201.62405C59.8173%201.62405%2059.9737%201.68385%2060.0979%201.80343C60.2262%201.927%2060.2864%202.0705%2060.3104%202.29372H58.9554ZM61.1637%200.655429C61.3882%200.998235%2061.4764%201.17761%2061.5646%201.46062C61.6568%201.74762%2061.7009%202.0426%2061.7009%202.36149C61.7009%202.68037%2061.6568%202.97933%2061.5646%203.26633C61.4764%203.54935%2061.3882%203.72872%2061.1637%204.07153L61.4163%204.23097C61.6488%203.87621%2061.745%203.68487%2061.8412%203.39787C61.9534%203.075%2062.0056%202.73618%2062.0056%202.36149C62.0056%201.99078%2061.9534%201.64797%2061.8412%201.32509C61.745%201.04208%2061.6488%200.850749%2061.4163%200.495985L61.1637%200.655429Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 4.26%;
	right: 48.46%;
	top: 36.84%;
	bottom: 58.01%;
}
.card div:nth-child(4) {
	position: absolute;
	left: 3.96%;
	right: 38.33%;
	top: 43.75%;
	bottom: 39.58%;
	background: #FFFFFF;
}
.card div:nth-child(5) {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 18.06%;
	bottom: 66.67%;
	background: #3B3B3B;
}

/****************
	Login
****************/
@media all and (min-width: 768px) {
.login-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 120px;
	margin-top: 48px;
}
}
@media all and (max-width: 768px) {
	.login-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0px;
		gap: 120px;
		margin-top: 22vw;
		overflow-x: hidden;
	}
	.login-container::-webkit-scrollbar {
		display:none;
	}
}
@media all and (min-width: 768px) {
.login-inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	padding: 0px;
	gap: 64px;
	/* width: 435px; */
	height: 258px;
}
}
@media all and (max-width: 768px) {
	.login-inner-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
		padding: 0px;
		gap: 64px;
		width: 100%;
		/* width: calc(100vw - 60px); */
		/*height: 258px;*/
	}
}
	
.login-input-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 28px;
	align-self: stretch;
}
.login-input-inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	align-self: stretch;
}
.login-input-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
	align-self: stretch;
}
.login-input-row select {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 9px 10px;
	gap: 8px;
	background: #F1EFE9;
	border-radius: 6px;
	align-self: stretch;
	border: none;
	outline: none;
}
.login-input-row input {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 9px 10px;
	gap: 8px;
	background: #F1EFE9;
	border-radius: 6px;
	align-self: stretch;
	border: none;
	outline: none;
}
.login-input-description {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #000000;
}
.login-code-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 28px;
	align-self: stretch;
}
.login-code {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	align-self: stretch;
	color: #1A1A1A;
}
.login-code input {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 12px 0;
	gap: 10px;
	height: 48px;
	background: #F1EFE9;
	border-radius: 8px;
	width: 48.43px;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 768px) {
	.login-code input {
		max-width: 38px;
	}
}

/****************
	Account
****************/
.account-history-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%208C8%205.79086%209.79086%204%2012%204H28C30.2091%204%2032%205.79086%2032%208H8Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M32%2010H8V32C8%2034.2091%209.79086%2036%2012%2036H28C30.2091%2036%2032%2034.2091%2032%2032V10ZM16%2031C17.1046%2031%2018%2030.1046%2018%2029C18%2027.8954%2017.1046%2027%2016%2027C14.8954%2027%2014%2027.8954%2014%2029C14%2030.1046%2014.8954%2031%2016%2031ZM26%2029C26%2030.1046%2025.1046%2031%2024%2031C22.8954%2031%2022%2030.1046%2022%2029C22%2027.8954%2022.8954%2027%2024%2027C25.1046%2027%2026%2027.8954%2026%2029ZM27%2015H23V23C23%2023.5523%2022.5523%2024%2022%2024H17C16.4477%2024%2016%2023.5523%2016%2023V19H14V23C14%2024.6569%2015.3431%2026%2017%2026H22C23.6569%2026%2025%2024.6569%2025%2023V17H27V15Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.account-info-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8%206C8%204.89543%208.89543%204%2010%204H30C31.1046%204%2032%204.89543%2032%206V34C32%2035.1046%2031.1046%2036%2030%2036H10C8.89543%2036%208%2035.1046%208%2034V6ZM20%2012.3313C21.4722%2012.3313%2022.6656%2011.1379%2022.6656%209.66565C22.6656%208.19345%2021.4722%207%2020%207C18.5278%207%2017.3343%208.19345%2017.3343%209.66565C17.3343%2011.1379%2018.5278%2012.3313%2020%2012.3313ZM20%2012.9208C17.1972%2012.9208%2014.925%2015.1929%2014.925%2017.9957H25.0749C25.0749%2015.1929%2022.8028%2012.9208%2020%2012.9208ZM28%2022H12V24H28V22ZM12%2026H24V28H12V26ZM26%2032H12V30H26V32Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.account-card-icon {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%2012C4%2010.8954%204.89543%2010%206%2010H34C35.1046%2010%2036%2010.8954%2036%2012V14H4V12Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M36%2016H4V28C4%2029.1046%204.89543%2030%206%2030H34C35.1046%2030%2036%2029.1046%2036%2028V16ZM9%2021C8.44772%2021%208%2021.4477%208%2022V24C8%2024.5523%208.44772%2025%209%2025H13C13.5523%2025%2014%2024.5523%2014%2024V22C14%2021.4477%2013.5523%2021%2013%2021H9Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.account-favlist-icon{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2220%22%20y%3D%226%22%20width%3D%2216%22%20height%3D%224%22%20rx%3D%221%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2220%22%20y%3D%2214%22%20width%3D%2216%22%20height%3D%224%22%20rx%3D%221%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%2222%22%20width%3D%2232%22%20height%3D%224%22%20rx%3D%221%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M4%2031C4%2030.4477%204.44772%2030%205%2030H35C35.5523%2030%2036%2030.4477%2036%2031V33C36%2033.5523%2035.5523%2034%2035%2034H5C4.44772%2034%204%2033.5523%204%2033V31Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M10%2017.3337C9%2017.3337%206.12516%2014.667%204.66667%2012.3337C4.27144%2011.7014%204%2010.7509%204%2010.0003C4%208.15938%205.49239%206.66699%207.33333%206.66699C8.42375%206.66699%209.39185%207.19055%2010%208C10.6082%207.19055%2011.5763%206.66699%2012.6667%206.66699C14.5076%206.66699%2016%208.15938%2016%2010.0003C16%2010.7509%2015.7286%2011.7014%2015.3333%2012.3337C13.8748%2014.667%2011%2017.3337%2010%2017.3337Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.account-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 28px;
	align-self: stretch;
}
@media all and (min-width: 768px){
}
@media all and (max-width: 768px){
	.account-container {
		/* width: calc(100% - 40px); */
	}
}

.account-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;
	align-self: stretch;
	cursor: pointer;
}
.account-row div:nth-child(1) {
	width: 40px;
	height: 40px;
}
.account-row div:nth-child(2) {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
	flex: 1;
	text-align: left;
}
.account-row div:nth-child(3) {
	width: 18px;
	height: 28px;
}

/****************
	History
****************/
.history-delivery-status-btn {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 10px;
	gap: 8px;
	background: #FFFFFF;
	border: 0.5px solid #1A1A1A;
	border-radius: 6px;
	margin-left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.history-item-request-btn-off {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.5311%2018.25C18.2239%2018.7821%2017.7821%2019.2239%2017.25%2019.5311C16.7179%2019.8383%2016.1144%2020%2015.5%2020C14.8856%2020%2014.2821%2019.8383%2013.75%2019.5311C13.2179%2019.2239%2012.7761%2018.7821%2012.4689%2018.25C12.1617%2017.7179%2012%2017.1144%2012%2016.5C12%2015.8856%2012.1617%2015.2821%2012.4689%2014.75C12.7761%2014.2179%2013.2179%2013.7761%2013.75%2013.4689C14.2821%2013.1617%2014.8856%2013%2015.5%2013%22%20stroke%3D%22%23F1EFE9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3Cpath%20d%3D%22M16.5%2011L18.5%2013L16.5%2015%22%20stroke%3D%22%23F1EFE9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3Cpath%20d%3D%22M16.5%2013H17.5%22%20stroke%3D%22%23F1EFE9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22bevel%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 32px;
	height: 32px;
}
.history-item-request-btn-on {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.5311%2018.25C18.2239%2018.7821%2017.7821%2019.2239%2017.25%2019.5311C16.7179%2019.8383%2016.1144%2020%2015.5%2020C14.8856%2020%2014.2821%2019.8383%2013.75%2019.5311C13.2179%2019.2239%2012.7761%2018.7821%2012.4689%2018.25C12.1617%2017.7179%2012%2017.1144%2012%2016.5C12%2015.8856%2012.1617%2015.2821%2012.4689%2014.75C12.7761%2014.2179%2013.2179%2013.7761%2013.75%2013.4689C14.2821%2013.1617%2014.8856%2013%2015.5%2013%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3Cpath%20d%3D%22M16.5%2011L18.5%2013L16.5%2015%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3Cpath%20d%3D%22M16.5%2013H17.5%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22bevel%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 32px;
	height: 32px;
}

.history-item-status-btn-off {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23%2019V16L18%2010H14V15H12V11H10L9%2012V19H23ZM10%2021.25C10%2022.2165%2010.7835%2023%2011.75%2023C12.7165%2023%2013.5%2022.2165%2013.5%2021.25C13.5%2020.2835%2012.7165%2019.5%2011.75%2019.5C10.7835%2019.5%2010%2020.2835%2010%2021.25ZM18.5%2021.25C18.5%2022.2165%2019.2835%2023%2020.25%2023C21.2165%2023%2022%2022.2165%2022%2021.25C22%2020.2835%2021.2165%2019.5%2020.25%2019.5C19.2835%2019.5%2018.5%2020.2835%2018.5%2021.25Z%22%20fill%3D%22%23F1EFE9%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 32px;
	height: 32px;
}
.history-item-status-btn-on {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23%2019V16L18%2010H14V15H12V11H10L9%2012V19H23ZM10%2021.25C10%2022.2165%2010.7835%2023%2011.75%2023C12.7165%2023%2013.5%2022.2165%2013.5%2021.25C13.5%2020.2835%2012.7165%2019.5%2011.75%2019.5C10.7835%2019.5%2010%2020.2835%2010%2021.25ZM18.5%2021.25C18.5%2022.2165%2019.2835%2023%2020.25%2023C21.2165%2023%2022%2022.2165%2022%2021.25C22%2020.2835%2021.2165%2019.5%2020.25%2019.5C19.2835%2019.5%2018.5%2020.2835%2018.5%2021.25Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 32px;
	height: 32px;
}
.history-item-line {
	width: 100%;
	height: 0px;
	top: calc(50% - 0px/2 + 0.25px);
	border: 0.5px solid #BAB6B0;
}
.history-item-row {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 0px;
	gap: 28px;
	align-self: stretch;
}
.history-item-row div:first-child {
	letter-spacing: 0.02em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
	text-align: left;
}
.history-item-row div:last-child {
	text-align: right;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
	color: #1A1A1A;
	flex: 1;
}
.history-item-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 10px;
	gap: 8px;
	line-height: 32px;
	background: #FFFFFF;
	border: 0.5px solid #1A1A1A;
	border-radius: 6px;
}

/****************
	Welcome
****************/

.welcome-order-img {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22189%22%20height%3D%22200%22%20viewBox%3D%220%200%20189%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4190_178280)%22%3E%3Cg%20opacity%3D%220.3%22%3E%3Cpath%20d%3D%22M54.909%20144.861C55.5138%20145.585%2055.2605%20146.322%2055.0693%20147.068C54.5367%20149.144%2053.9095%20151.211%2053.0036%20153.134C52.093%20155.067%2050.8724%20156.866%2049.6807%20158.652C49.0512%20159.595%2048.3146%20160.476%2047.7622%20161.471C46.9378%20162.954%2045.6682%20164.066%2044.647%20165.372C43.4308%20166.927%2042.0452%20168.351%2041.0188%20170.09C40.3776%20171.176%2039.7088%20172.349%2038.8306%20173.259C37.5097%20174.628%2036.407%20176.209%2035.6579%20177.835C34.8586%20179.571%2033.6072%20181.101%2033.173%20183.016C32.937%20184.057%2032.4521%20184.866%2032.0819%20185.278C31.6177%20185.794%2031.2226%20185.96%2030.5237%20185.503C28.4112%20184.121%2025.9366%20183.516%2023.6439%20182.514C21.001%20181.359%2018.6066%20179.786%2016.0697%20178.46C15.0597%20177.932%2014.0508%20177.432%2013.1232%20176.731C11.7883%20175.724%2010.6879%20174.438%209.32193%20173.506C7.81362%20172.476%207.02863%20170.985%206.18935%20169.485C5.9782%20169.107%205.96083%20168.766%206.14921%20168.371C7.04341%20168.206%207.43026%20169.06%207.86031%20169.469C9.11456%20170.662%2010.3433%20171.803%2011.9637%20172.51C12.5493%20172.766%2012.9485%20173.421%2013.4802%20173.832C15.5777%20175.455%2018.0518%20176.398%2020.3799%20177.605C21.9764%20178.433%2023.6068%20179.207%2025.1461%20180.131C26.8269%20181.14%2028.8042%20181.151%2030.5157%20182.077C31.7502%20179.096%2033.0119%20176.258%2034.8757%20173.835C37.3547%20170.612%2039.589%20167.209%2042.265%20164.124C44.1341%20161.969%2045.9167%20159.713%2047.3819%20157.22C48.3642%20155.549%2049.4029%20153.878%2050.526%20152.323C51.3126%20151.233%2051.3003%20150.085%2051.7399%20149.002C52.2066%20147.851%2052.7877%20146.741%2053.0734%20145.289C51.9718%20146.009%2050.8278%20146.188%2049.8144%20146.82C48.0278%20147.935%2046.0253%20148.678%2044.0441%20149.349C42.055%20150.024%2039.9882%20150.584%2037.7995%20150.18C36.4729%20149.936%2035.3243%20150.987%2035.33%20152.333C35.3376%20154.119%2035.2885%20155.923%2034.6996%20157.597C34.3202%20158.675%2034.4682%20159.765%2034.1988%20160.831C34.0123%20161.569%2033.6407%20162.111%2033.2577%20162.695C31.8778%20162.336%2032.0664%20161.259%2032.2661%20160.447C32.7103%20158.641%2032.5641%20156.797%2032.7173%20154.985C32.9064%20152.748%2032.5863%20150.467%2031.4628%20148.384C31.1355%20147.777%2031.3385%20146.949%2030.9829%20146.292C30.5152%20145.428%2029.6508%20144.856%2029.3237%20143.864C28.936%20142.688%2028.2896%20141.615%2028.0087%20140.379C27.5413%20138.322%2026.3767%20136.513%2025.9169%20134.407C25.7057%20133.439%2024.8634%20132.529%2024.8279%20131.374C24.8212%20131.158%2024.6826%20130.868%2024.5102%20130.746C22.7368%20129.49%2022.3433%20127.44%2021.6127%20125.619C20.9077%20123.861%2020.2448%20122.071%2019.6784%20120.269C19.2863%20119.022%2018.566%20117.95%2018.1868%20116.719C18.0503%20116.276%2017.5903%20115.82%2018.0045%20115.398C18.4214%20114.974%2018.9456%20114.543%2019.6518%20114.972C19.8041%20115.065%2020.0284%20115.039%2020.3337%20115.084C20.0721%20113.543%2019.1613%20111.869%2021.1295%20110.824C20.944%20109.911%2020.3634%20109.042%2021.1454%20108.188C22.3338%20108.208%2022.8047%20108.985%2023.0383%20109.968C23.4673%20111.774%2023.7303%20113.632%2024.3121%20115.385C24.7829%20116.803%2025.2213%20118.242%2025.7618%20119.645C26.1871%20120.749%2026.4252%20121.932%2026.8532%20123.059C27.9334%20125.903%2028.6066%20128.878%2029.6974%20131.735C30.4475%20133.7%2031.9655%20135.421%2031.8615%20137.703C31.8478%20138.003%2032.2057%20138.155%2032.3476%20138.396C32.9466%20139.414%2033.9459%20140.24%2033.8965%20141.579C33.8916%20141.711%2033.957%20141.884%2034.0505%20141.977C35.3579%20143.277%2035.4906%20145.197%2036.5243%20146.637C36.6724%20146.843%2036.7386%20147.053%2036.7884%20147.294C37.0011%20148.325%2037.4369%20148.654%2038.4334%20148.487C40.8411%20148.086%2043.2833%20147.596%2045.4872%20146.654C47.073%20145.976%2048.6914%20145.199%2050.2413%20144.346C52.1431%20143.3%2054.1616%20142.439%2056.2645%20141.791C59.1327%20140.907%2061.8917%20139.729%2064.4781%20138.192C65.1771%20137.777%2065.9621%20137.548%2066.6123%20137C67.1183%20136.573%2067.7587%20136.941%2068.1527%20137.362C68.5663%20137.804%2068.1271%20139.176%2067.4739%20139.512C65.6137%20140.467%2063.7397%20141.389%2061.7333%20142.022C60.1883%20142.51%2058.6102%20142.895%2057.2181%20143.826C56.5737%20144.257%2055.6605%20144.229%2054.9091%20144.861L54.909%20144.861ZM20.6848%20115.602C20.5613%20115.622%2020.5109%20115.695%2020.5529%20115.812C20.5676%20115.854%2020.6138%20115.906%2020.6505%20115.91C20.6871%20115.914%2020.7442%20115.874%2020.7673%20115.837C20.8334%20115.732%2020.8%20115.65%2020.6848%20115.602Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M140.832%2074.3448C140.987%2074.4212%20141.117%2074.5442%20141.214%2074.5226C141.863%2074.3784%20142.748%2073.9524%20143.077%2074.612C143.504%2075.4652%20143.846%2076.5179%20143.535%2077.5206C143.107%2078.8963%20142.462%2080.1457%20141.445%2081.2433C139.408%2083.4415%20136.764%2084.5327%20134.109%2085.683C133.037%2086.1475%20131.824%2086.3907%20130.952%2087.28C130.825%2087.4097%20130.632%2087.5008%20130.453%2087.5506C127.939%2088.2509%20125.511%2089.2227%20122.9%2089.6266C119.931%2090.0859%20116.956%2090.53%20113.962%2090.4498C110.578%2090.3591%20107.194%2090.7318%20103.824%2090.4582C101.575%2090.2755%2099.323%2090.0092%2097.0832%2089.649C94.6822%2089.2629%2092.2672%2089.0393%2089.8755%2088.5032C86.0649%2087.649%2082.5061%2086.2062%2079.0364%2084.4923C77.9406%2083.9509%2076.9664%2083.2214%2076.4344%2082.0323C76.2072%2081.5246%2075.9542%2080.9524%2076.3117%2080.5384C76.6378%2080.1607%2077.2318%2080.1609%2077.7719%2080.3555C79.4291%2080.9527%2081.3064%2081.3059%2082.5409%2082.5358C84.3302%2084.3185%2086.599%2084.2541%2088.7371%2084.7451C90.9084%2085.2437%2093.101%2085.708%2095.3374%2085.7397C98.5809%2085.7856%20101.776%2086.3901%20105.066%2086.1754C107.085%2086.0437%20109.192%2086.2969%20111.262%2086.2142C113.026%2086.1438%20114.796%2085.6946%20116.522%2085.7709C118.985%2085.8796%20121.271%2084.9691%20123.682%2084.965C124.275%2084.964%20124.672%2084.4604%20125.243%2084.3147C127.776%2083.6681%20130.382%2083.2757%20132.809%2082.2506C134.267%2081.635%20135.649%2080.9094%20136.865%2079.8478C137.701%2079.1185%20138.851%2078.9002%20139.555%2077.8171C140.266%2076.7232%20140.725%2075.6414%20140.831%2074.3447L140.832%2074.3448Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M137.65%20173.635C137.166%20173.137%20137.067%20172.597%20137.679%20172.176C138.335%20171.725%20139.455%20171.839%20139.751%20172.45C140.36%20173.705%20141.111%20174.848%20140.219%20176.47C138.632%20179.358%20136.933%20182.082%20134.375%20184.236C133.613%20184.877%20133.118%20185.843%20132.39%20186.572C130.393%20188.569%20127.998%20190.048%20125.748%20191.716C124.904%20192.342%20124.089%20192.981%20122.995%20193.179C122.423%20193.282%20122.059%20193.188%20121.782%20192.699C121.527%20192.248%20121.438%20191.796%20121.788%20191.35C121.846%20191.276%20121.934%20191.223%20122.013%20191.168C124.098%20189.742%20125.808%20187.83%20128.049%20186.595C128.883%20186.135%20129.62%20185.425%20130.262%20184.748C132.233%20182.668%20134.157%20180.537%20135.962%20178.301C136.636%20177.467%20136.357%20176.926%20135.862%20176.289C134.124%20174.055%20132.407%20171.809%20130.788%20169.486C129.207%20167.219%20127.423%20165.081%20125.983%20162.73C124.776%20160.759%20123.408%20158.878%20122.413%20156.769C121.755%20155.375%20120.549%20154.339%20119.62%20153.122C117.886%20150.85%20115.984%20148.691%20113.759%20146.857C113.122%20146.332%20112.569%20145.719%20112.182%20144.99C111.88%20144.421%20111.472%20143.949%20110.993%20143.552C109.115%20141.995%20107.607%20140.102%20106.103%20138.208C105.887%20137.937%20105.405%20138.073%20105.358%20137.628C105.702%20137.152%20106.056%20137.015%20106.55%20137.47C107.624%20138.457%20108.885%20139.256%20109.646%20140.556C109.959%20141.09%20110.552%20141.248%20111.016%20141.568C112.493%20142.589%20113.574%20144.014%20114.882%20145.202C115.85%20146.081%20116.606%20147.188%20117.918%20147.718C119.052%20148.177%20119.647%20149.356%20120.418%20150.243C122.457%20152.589%20124.591%20154.947%20125.984%20157.703C127.019%20159.75%20128.348%20161.58%20129.545%20163.487C130.327%20164.732%20131.196%20166.014%20132.234%20167.118C134.001%20168.998%20135.128%20171.343%20136.754%20173.326C137.016%20173.645%20137.184%20174.011%20137.641%20173.608C137.652%20173.726%20137.663%20173.844%20137.674%20173.962C137.666%20173.853%20137.658%20173.744%20137.65%20173.635L137.65%20173.635Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M156.418%2043.809C159.021%2043.3248%20161.453%2042.8571%20163.961%2043.2406C163.677%2043.9902%20163.3%2044.4149%20162.623%2044.499C161.492%2044.6396%20160.453%2045.2094%20159.291%2045.2255C159.154%2045.2274%20159.012%2045.3598%20158.882%2045.3452C156.792%2045.111%20154.88%2045.5947%20153.151%2046.8337C152.915%2046.9755%20153.236%2047.3022%20153.164%2047.3751C152.083%2048.4705%20153.327%2049.6153%20153.072%2050.7228C152.997%2051.0482%20153.306%2051.2107%20153.595%2051.2747C153.857%2051.3326%20154.135%2051.4746%20154.063%2051.7222C153.664%2053.0987%20154.846%2053.7704%20155.396%2054.6911C155.982%2055.6723%20156.058%2055.7255%20155.082%2056.4589C153.557%2057.6045%20153.536%2057.6183%20152.428%2055.9589C151.808%2055.0305%20151.157%2054.1631%20150.15%2053.6146C149.502%2053.2616%20149.107%2052.5874%20148.743%2052.0314C147.747%2050.5061%20146.714%2048.9993%20145.809%2047.4059C144.942%2045.8807%20144.035%2044.4285%20143.754%2042.6481C143.565%2041.4496%20144.087%2040.9086%20145.249%2041.1469C147.967%2041.704%20150.627%2042.4893%20153.33%2043.0975C153.79%2043.2011%20154.295%2043.0871%20154.778%2043.1085C155.478%2043.1394%20156.291%2042.9405%20156.418%2043.809V43.809ZM146.515%2044.9853C146.49%2044.9557%20146.467%2044.9046%20146.44%2044.9025C146.412%2044.9003%20146.381%2044.9464%20146.351%2044.9714C146.376%2045.001%20146.4%2045.052%20146.427%2045.0542C146.454%2045.0564%20146.485%2045.0103%20146.515%2044.9853Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M135.299%2069.4004C136.462%2071.2875%20137.107%2073.2117%20135.484%2075.2232C136.915%2076.3552%20137.293%2074.4103%20138.308%2074.5034C138.581%2074.9811%20138.267%2075.4299%20138.016%2075.7996C136.742%2077.6768%20135.203%2079.2567%20132.969%2079.9921C132.365%2080.1906%20131.774%2079.9303%20131.171%2079.9439C129.962%2079.971%20128.917%2080.3808%20127.849%2080.793C124.862%2081.9464%20121.768%2082.651%20118.625%2083.25C114.956%2083.9493%20111.268%2083.8138%20107.591%2083.7509C104.984%2083.7064%20102.376%2083.2997%2099.8034%2082.8119C99.4828%2082.7511%2098.6997%2082.8067%2098.9514%2081.8848C100.789%2082.2955%20102.676%2082.1593%20104.553%2082.3397C106.859%2082.5613%20109.313%2082.8147%20111.503%2082.2618C114.056%2081.6173%20116.653%2081.4281%20119.207%2080.9152C121.599%2080.4349%20123.875%2079.5077%20126.303%2079.2347C127.02%2079.1542%20127.457%2078.5895%20128.083%2078.3527C129.754%2077.7197%20131.219%2076.7346%20132.627%2075.6433C134.335%2074.3201%20135.149%2072.628%20134.983%2070.4673C134.958%2070.133%20134.98%2069.7951%20134.98%2069.4588L135.299%2069.4004L135.299%2069.4004Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M72.4061%2072.7183C72.8426%2071.2092%2072.7278%2069.773%2073.4761%2068.4546C74.0591%2067.4272%2074.8201%2066.5929%2075.6462%2065.8483C77.0575%2064.5765%2078.545%2063.3548%2080.1436%2062.3367C81.3366%2061.5768%2082.725%2061.0774%2084.0836%2060.6394C85.0317%2060.3338%2086.0401%2060.0998%2086.9003%2059.6568C87.8132%2059.1868%2088.747%2059.4305%2089.6549%2059.1593C91.8956%2058.4898%2094.072%2057.5715%2096.4163%2057.2601C96.6098%2057.2344%2096.8152%2057.3104%2096.9615%2057.2473C97.5973%2056.9729%2098.0042%2057.2922%2098.2014%2057.801C98.4089%2058.3364%2098.2211%2058.8436%2097.6395%2059.0879C97.5009%2059.1461%2097.3684%2059.1542%2097.3531%2059.4051C97.9306%2059.8216%2097.9797%2060.5354%2098.2202%2061.1921C97.1018%2062.1295%2095.7086%2062.0966%2094.4793%2062.1831C92.3037%2062.3362%2090.2423%2062.9936%2088.1984%2063.5382C86.659%2063.9484%2085.0256%2064.6212%2083.7697%2065.9044C82.6889%2067.0087%2081.2919%2067.7882%2080.1958%2068.9112C80.0818%2069.028%2079.8314%2069.2686%2079.4068%2068.9184C81.5548%2064.6999%2085.6718%2063.2121%2089.8416%2061.5808C88.841%2061.1212%2088.0403%2061.6025%2087.3631%2061.8147C85.8908%2062.2763%2084.4451%2062.8378%2082.9762%2063.3294C81.6459%2063.7745%2080.3511%2064.5601%2079.1248%2065.3831C78.1781%2066.0185%2077.2238%2066.611%2076.3354%2067.3466C74.972%2068.4757%2073.9036%2069.74%2073.3552%2071.4552C73.2223%2071.871%2073.331%2072.5846%2072.4061%2072.7183V72.7183ZM90.7852%2061.2171C90.7715%2061.2415%2090.7369%2061.2766%2090.7441%2061.2965C90.757%2061.332%2090.808%2061.389%2090.8208%2061.3836C90.9279%2061.3388%2090.9457%2061.275%2090.8725%2061.2192C90.8542%2061.2052%2090.8162%2061.2171%2090.7852%2061.2171L90.7852%2061.2171Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M41.5209%20108.337C42.6133%20107.29%2043.6807%20106.216%2044.8052%20105.205C45.925%20104.198%2046.6819%20104.34%2047.4183%20105.612C47.9197%20105.362%2048.0647%20104.775%2048.4975%20104.468C49.0189%20104.098%2049.7388%20103.64%2050.1901%20104.11C50.6487%20104.588%2051.1744%20105.3%2050.8836%20106.144C50.791%20106.412%2050.6361%20106.659%2050.5061%20106.922C50.9749%20107.03%2051.5259%20107.352%2051.9124%20107.745C51.0962%20109.112%2049.6882%20109.774%2048.3749%20110.455C47.4266%20110.946%2047.181%20109.774%2046.6006%20109.232C45.8122%20109.727%2045.5114%20110.703%2044.6831%20111.241C44.1258%20111.603%2043.7715%20112.215%2042.9935%20111.968C42.1371%20111.696%2042.4692%20110.953%2042.4028%20110.372C42.3919%20110.277%2042.3997%20110.179%2042.3988%20110.082C42.5846%20110.011%2042.6906%20109.883%2042.6393%20109.681C42.6243%20109.622%2042.5077%20109.529%2042.48%20109.542C42.2815%20109.635%2042.3326%20109.836%2042.3109%20110.004C41.0822%20110.411%2040.7759%20111.667%2040.0432%20112.521C38.6605%20114.134%2037.9782%20116.22%2036.5606%20117.838C36.1433%20118.314%2035.7979%20118.582%2035.2404%20118.351C34.6249%20118.095%2034.4017%20117.563%2034.566%20116.917C34.8051%20115.977%2035.3745%20115.18%2035.7448%20114.29C36.8437%20111.651%2038.0858%20109.074%2039.7642%20106.735C39.9876%20106.423%2040.1598%20106.073%2040.3375%20105.731C40.9409%20104.571%2041.3527%20104.511%2042.2181%20105.486C42.3434%20105.627%2042.417%20105.814%2042.5456%20106.033C42.1452%20106.743%2041.5315%20107.378%2041.4403%20108.257C41.3257%20108.3%2041.1633%20108.374%2041.2836%20108.494C41.4033%20108.614%2041.4781%20108.452%2041.5209%20108.337L41.5209%20108.337Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M13.4705%2071.0448C13.0858%2071.7412%2012.8421%2072.415%2012.3135%2072.9465C11.5956%2073.6682%2011.9075%2074.6545%2011.9759%2075.4643C12.1187%2077.1554%2012.4776%2078.813%2013.1445%2080.4257C13.8999%2082.2523%2014.3496%2084.2038%2014.9657%2086.09C15.6158%2088.0803%2016.5901%2089.9566%2017.1149%2091.9892C17.5712%2093.756%2018.0096%2095.5508%2018.8437%2097.1561C19.4829%2098.3864%2019.0337%2099.2241%2018.4433%20100.162C18.0043%20100.859%2017.4819%20100.846%2016.8677%20100.379C16.0736%2099.7736%2015.5788%2099.0059%2015.3518%2098.0254C14.8568%2095.8874%2014.6014%2093.6339%2013.7243%2091.6605C12.7164%2089.3931%2012.1773%2087.0001%2011.3957%2084.6857C10.8399%2083.04%2010.3051%2081.2721%2010.3545%2079.4483C10.3689%2078.9183%2010.1001%2078.4424%2010.0378%2077.91C9.81387%2075.9984%209.33781%2074.0824%2010.6834%2072.3577C11.0187%2071.9279%2010.6971%2071.1873%2011.1989%2070.9033C11.9077%2070.5021%2012.7086%2070.1926%2013.4705%2071.0447L13.4705%2071.0448Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M39.5661%20122.31C40.2774%20121.795%2040.6022%20121.127%2041.0044%20120.537C41.3294%20120.06%2041.662%20119.859%2042.1933%20120.059C42.6786%20120.242%2042.9761%20120.551%2042.911%20121.135C42.8747%20121.461%2042.941%20121.799%2042.9638%20122.177C43.7933%20122.332%2044.3372%20122.795%2044.4827%20123.775C45.0066%20123.191%2045.6253%20123.047%2046.2293%20123.21C47.2582%20123.486%2048.238%20124.012%2049.3773%20123.366C49.5665%20124.444%2048.7515%20124.817%2048.5477%20125.46C48.2469%20126.409%2047.157%20125.629%2046.7263%20126.252C46.131%20127.113%2045.4819%20126.544%2044.8311%20126.419C43.6396%20126.998%2042.7523%20128.562%2040.9683%20127.708C40.3661%20128.246%2040.0648%20129.333%2038.7862%20129.148C38.4024%20129.093%2038.014%20129.162%2037.7814%20128.828C37.486%20128.403%2037.0396%20128.408%2036.6427%20128.379C35.6674%20128.309%2035.4139%20127.702%2035.4935%20126.895C35.6675%20125.134%2036.5126%20123.619%2037.4351%20122.17C38.146%20121.053%2038.8271%20121.133%2039.5662%20122.311L39.5661%20122.31Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M85.5464%20173.794C84.1875%20174.462%2083.1159%20173.87%2082.1578%20173.355C80.1174%20172.258%2077.7969%20171.677%2076.052%20170.026C74.5544%20168.609%2073.0944%20167.168%2072.0306%20165.38C71.9321%20165.214%2071.87%20164.937%2071.7354%20164.897C70.3644%20164.485%2069.7132%20163.185%2068.6257%20162.44C68.3017%20162.217%2067.9493%20162.011%2067.7585%20161.7C66.2304%20159.211%2064.5911%20156.774%2063.7625%20153.927C63.5762%20153.286%2063.5276%20152.611%2063.3978%20151.955C63.2302%20151.109%2064.0454%20150.649%2064.444%20149.957C64.8219%20150.314%2065.0401%20150.68%2064.99%20151.114C64.7522%20153.176%2065.9555%20154.711%2066.8148%20156.398C67.7403%20158.214%2069.2123%20159.631%2070.2349%20161.369C70.4007%20161.65%2070.663%20161.974%2070.9499%20162.069C72.3793%20162.542%2073.216%20163.736%2074.0941%20164.776C75.4364%20166.367%2076.9009%20167.762%2078.738%20168.718C79.6019%20169.168%2080.2866%20169.83%2080.9661%20170.458C82.3411%20171.728%2084.159%20172.366%2085.5464%20173.794L85.5464%20173.794Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M145.696%2040.4407C145.366%2038.9392%20145.979%2038.0581%20147.287%2037.8892C148.902%2037.6807%20150.498%2037.242%20152.115%2037.1638C154.333%2037.0566%20156.538%2036.3685%20158.785%2036.9821C159.702%2037.2326%20160.603%2036.4688%20161.612%2036.9692C162.469%2037.3941%20163.766%2036.9032%20164.154%2038.3238C164.226%2038.5857%20164.779%2038.4364%20165.111%2038.4727C165.613%2038.5275%20166.202%2038.2763%20166.573%2038.908C166.08%2040.4009%20164.753%2040.5142%20163.609%2040.2601C160.991%2039.679%20158.335%2039.9364%20155.706%2039.656C153.207%2039.3895%20150.653%2039.5451%20148.129%2039.6542C147.311%2039.6895%20146.511%2040.1644%20145.696%2040.4407H145.696Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M158.288%2073.2583C159.361%2072.8494%20160.402%2072.7487%20161.478%2072.8162C162.931%2072.9074%20164.157%2073.8408%20164.496%2075.2191C164.755%2076.2744%20164.582%2077.151%20163.67%2077.9242C161.626%2079.6572%20159.195%2080.3728%20156.636%2080.5579C153.913%2080.7549%20151.171%2080.6782%20148.607%2079.464C148.35%2079.3425%20147.962%2079.3361%20147.918%2079.0465C147.877%2078.7732%20147.565%2078.6103%20147.681%2078.2995C147.824%2077.9192%20148.109%2078.0333%20148.395%2078.0433C149.399%2078.0785%20150.381%2078.3661%20151.349%2078.5274C154.535%2079.0584%20157.504%2078.4665%20160.468%2077.4737C161.237%2077.2162%20161.691%2076.55%20162.223%2076.0195C162.553%2075.692%20162.214%2075.3135%20161.852%2075.0896C161.036%2074.5855%20160.225%2074.069%20159.252%2073.9233C158.861%2073.8648%20158.484%2073.8097%20158.288%2073.2583H158.288Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.6571%20113.375C32.4809%20113.052%2032.2873%20112.959%2032.0278%20112.913C30.8713%20112.709%2030.6182%20112.406%2030.8734%20111.329C30.9626%20110.953%2030.9915%20110.831%2030.663%20110.532C29.7211%20109.676%2029.7738%20108.739%2030.6848%20107.528C31.2844%20106.731%2032.1058%20106.66%2033.2023%20107.309C33.9258%20106.198%2034.1598%20106.088%2035.205%20106.617C35.5565%20106.794%2035.7714%20106.763%2036.1188%20106.643C36.9618%20106.352%2037.2736%20106.629%2037.3875%20107.52C37.4724%20108.184%2037.2596%20108.825%2036.9557%20109.304C35.8162%20111.1%2034.985%20113.089%2033.6006%20114.731C33.4142%20114.952%2033.2404%20115.19%2033.0237%20115.377C32.7822%20115.586%2032.4598%20115.586%2032.212%20115.42C32.0115%20115.286%2031.9454%20115.014%2032.0072%20114.764C32.1362%20114.242%2032.1605%20113.674%2032.657%20113.375H32.6571Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M77.5323%20152.663C77.6025%20153.266%2077.2981%20153.732%2076.7615%20153.894C76.0159%20154.118%2075.3017%20153.876%2074.859%20153.22C74.0424%20152.01%2073.2545%20150.778%2072.5154%20149.518C71.3608%20147.552%2070.2406%20145.565%2068.9577%20143.676C68.6895%20143.281%2068.4843%20142.838%2068.2929%20142.398C68.131%20142.026%2067.7715%20141.618%2068.2552%20141.234C68.6616%20140.912%2069.1661%20140.821%2069.6197%20141.046C70.0385%20141.254%2070.522%20141.526%2070.7398%20141.906C71.2637%20142.819%2072.2295%20143.481%2072.5769%20144.364C72.9851%20145.403%2073.837%20146.053%2074.2604%20147.05C74.9257%20148.616%2076.0542%20149.935%2077.0112%20151.343C77.2753%20151.731%2077.5938%20152.12%2077.5323%20152.663V152.663Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M165.189%2042.5235C166.302%2043.1107%20166.687%2044.1157%20166.221%2045.3135C165.604%2046.8987%20164.836%2048.3827%20163.613%2049.6418C162.743%2050.5379%20162.086%2051.6497%20161.379%2052.6951C160.506%2053.9839%20159.247%2054.7067%20157.86%2055.2952C157.391%2055.4942%20156.968%2055.4325%20156.668%2055.1446C156.354%2054.8429%20156.629%2054.4482%20156.742%2054.0742C157.032%2053.1184%20157.868%2052.6478%20158.493%2052.0056C160.373%2050.0712%20161.85%2047.8419%20163.377%2045.6395C164.052%2044.6664%20164.642%2043.6632%20165.189%2042.5234V42.5235Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M98.5787%2067.3453C100.365%2067.2213%20101.731%2067.8594%20102.672%2069.0744C103.166%2069.7125%20103.731%2070.252%20104.355%2070.5767C105.808%2071.3321%20107.166%2072.3741%20108.977%2072.2943C110.029%2072.2479%20110.555%2072.8596%20110.422%2073.6163C110.253%2074.5744%20109.669%2074.9925%20108.627%2074.6821C107.988%2074.4918%20107.372%2074.7242%20106.73%2074.5031C105.585%2074.1089%20104.6%2073.5751%20103.64%2072.792C102.072%2071.5134%20100.518%2070.2155%2098.9409%2068.9477C98.3811%2068.4976%2098.6976%2067.9978%2098.5787%2067.3453H98.5787Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M88.7324%2073.1211C89.5335%2073.584%2090.501%2073.6466%2091.4149%2073.9063C93.8762%2074.6058%2096.4161%2074.9383%2098.9355%2075.2905C99.7387%2075.4028%20100.477%2075.4685%20101.141%2075.9115C101.617%2076.2289%20101.922%2076.6901%20101.615%2077.2677C101.317%2077.8288%20100.865%2078.1518%20100.192%2077.7863C98.5244%2076.8808%2096.6413%2077.1037%2094.8627%2076.859C92.6674%2076.5568%2090.6087%2075.7916%2088.4625%2075.3508C87.7203%2075.1983%2087.6471%2074.5327%2087.6369%2074.0051C87.6263%2073.4607%2088.2068%2073.3094%2088.7324%2073.1211H88.7324Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M61.0093%20116.485C60.8987%20115.401%2061.7656%20114.58%2062.3064%20113.643C62.9546%20112.521%2063.7321%20111.48%2064.0225%20110.176C64.1517%20109.596%2064.6679%20109.232%2064.9809%20108.755C65.344%20108.201%2065.7986%20107.826%2066.4023%20108.183C66.9685%20108.518%2067.3214%20109.042%2067.1819%20109.838C67.0453%20110.617%2066.7375%20111.248%2066.3187%20111.917C65.3543%20113.457%2064.4988%20115.066%2063.5238%20116.604C63.2253%20117.075%2062.879%20117.387%2062.366%20117.592C61.392%20117.981%2060.937%20117.678%2061.0093%20116.485V116.485Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M66.4307%20101.428C65.9059%20101.792%2066.0513%20102.583%2065.6634%20103.112C64.4602%20104.751%2063.5215%20106.587%2061.9965%20107.99C61.4493%20108.493%2060.8964%20108.827%2060.2317%20108.303C59.5965%20107.802%2059.3893%20107.19%2059.8983%20106.42C61.0866%20104.622%2062.4856%20102.97%2063.5346%20101.072C63.7605%20100.663%2064.344%20100.407%2064.813%20100.188C65.5165%2099.8597%2066.4168%20100.51%2066.4307%20101.428L66.4307%20101.428Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M122.422%2070.9187C122.443%2070.4341%20122.397%2070.0317%20122.492%2069.6667C122.613%2069.2072%20122.822%2068.7068%20123.435%2068.7736C123.961%2068.8309%20124.344%2069.1778%20124.379%2069.7086C124.433%2070.5239%20124.448%2071.3501%20124.379%2072.163C124.267%2073.4633%20122.112%2074.5825%20120.542%2074.1392C119.538%2073.8559%20118.538%2073.9217%20117.553%2073.7403C117.113%2073.6593%20116.622%2073.5826%20116.284%2073.145C116.01%2072.7899%20115.933%2072.4505%20116.116%2072.0815C116.316%2071.6794%20116.662%2071.6075%20117.096%2071.7462C118.448%2072.1786%20119.74%2071.9668%20120.941%2071.2568C121.382%2070.9959%20121.894%2071.191%20122.422%2070.9187L122.422%2070.9187Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M62.378%2096.718C62.3654%2097.4775%2061.5981%2097.6301%2061.2765%2098.1614C60.4585%2099.5126%2059.5591%20100.836%2057.9669%20101.46C57.4993%20101.643%2057.0601%20101.831%2056.7338%20101.378C56.4078%20100.925%2056.0422%20100.402%2056.547%2099.8127C56.8609%2099.4463%2057.1688%2099.0748%2057.4745%2098.7015C58.264%2097.7374%2059.2852%2096.9855%2059.9456%2095.8933C60.2157%2095.4467%2060.7482%2095.0799%2061.311%2095.2925C61.9248%2095.5244%2062.1693%2096.1454%2062.378%2096.718Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M66.2712%20120.1C66.1418%20121.065%2065.5291%20121.798%2064.8488%20122.445C64.5765%20122.704%2064.1357%20122.53%2063.8045%20122.259C63.3684%20121.903%2063.2535%20121.453%2063.4716%20120.984C63.7317%20120.424%2064.0561%20119.885%2064.4207%20119.386C64.6678%20119.049%2065.0272%20118.681%2065.5081%20118.942C65.9287%20119.169%2066.2889%20119.51%2066.2712%20120.1Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M142.778%2072.0937L142.69%2072.0437L142.792%2072.0176L142.778%2072.0937Z%22%20fill%3D%22%2349525A%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M61.2978%2097.8325C62.4216%2097.404%2063.4906%2096.7151%2064.777%2097.4654C65.1713%2097.6954%2065.4691%2097.8833%2065.6687%2098.3089C66.6861%20100.478%2066.5939%20102.55%2065.1311%20104.478C64.6913%20105.058%2064.5392%20105.747%2064.1187%20106.281C64.5764%20106.858%2065.2313%20106.446%2065.7764%20107.037C67.0981%20108.472%2066.7967%20109.932%2066.4399%20111.498C66.0606%20113.163%2065.361%20114.69%2064.4486%20116.126C64.3273%20116.166%2064.1219%20116.165%2064.3267%20116.369L64.4703%20116.147C67.2797%20117.008%2067.3845%20119.012%2065.6208%20122.332C65.9401%20122.964%2066.6098%20123.293%2067.1453%20123.581C68.5141%20124.319%2069.5563%20125.373%2070.6714%20126.406C71.3577%20127.042%2072.5173%20126.917%2073.4499%20127.216C75.5979%20127.906%2077.8083%20128.281%2080.065%20128.562C82.1275%20128.82%2084.246%20129.163%2086.2091%20129.995C87.2916%20130.453%2088.3979%20130.091%2089.4467%20129.968C91.9168%20129.679%2094.1961%20130.053%2096.3334%20131.299C96.9451%20131.656%2097.6157%20131.522%2098.2366%20131.517C99.6075%20131.507%20100.838%20131.765%20101.985%20132.565C103.642%20133.719%20105.269%20134.827%20106.442%20136.582C107.002%20137.419%20108.052%20137.99%20108.787%20138.802C110.628%20140.836%20112.485%20142.861%20114.416%20144.81C115.835%20146.243%20117.311%20147.638%20118.889%20148.891C121.57%20151.021%20123.407%20153.81%20125.255%20156.605C126.228%20158.077%20127.178%20159.563%20128.132%20161.047C128.792%20162.073%20129.263%20163.201%20129.988%20164.203C131.89%20166.828%20133.814%20169.434%20136.127%20171.71C136.805%20172.377%20137.163%20173.321%20138.112%20173.775C138.559%20173.988%20138.551%20174.592%20138.122%20175.048C137.561%20175.044%20137.169%20174.749%20136.839%20174.314C135.489%20172.537%20133.735%20171.127%20132.305%20169.439C130.915%20167.799%20129.699%20165.986%20128.586%20164.141C127.29%20161.995%20126.009%20159.844%20124.642%20157.741C123.66%20156.229%20122.692%20154.718%20121.62%20153.264C120.227%20151.374%20118.454%20149.887%20116.766%20148.301C113.279%20145.024%20109.897%20141.649%20106.613%20138.161C104.829%20136.266%20103.261%20134.005%20100.594%20133.039C99.9205%20132.794%2099.3473%20132.662%2098.6737%20132.765C98.8631%20133.452%2099.7103%20133.761%2099.6648%20134.565C98.6812%20134.595%2098.2096%20133.814%2097.5224%20133.362C95.2265%20131.856%2092.3703%20130.507%2089.1503%20130.997C89.2586%20131.618%2089.5621%20132.282%2090.0129%20132.867C89.412%20133.579%2088.9439%20133.099%2088.5273%20132.668C87.3747%20131.475%2085.8753%20130.84%2084.3669%20130.405C81.5744%20129.6%2078.6623%20129.334%2075.795%20128.868C74.9566%20128.732%2074.1961%20128.196%2073.2948%20128.264C73.1499%20128.032%2072.9165%20128.014%2072.6772%20128.009C72.6222%20127.905%2072.5302%20127.771%2072.4298%20127.886C72.3226%20128.008%2072.4803%20128.062%2072.5834%20128.102C72.6466%20128.386%2072.8808%20128.421%2073.1098%20128.464C74.2866%20129.761%2075.7548%20130.671%2077.2063%20131.617C78.9965%20132.785%2080.814%20133.922%2082.478%20135.355C82.1403%20135.942%2081.6866%20135.639%2081.3824%20135.453C79.6698%20134.403%2077.9048%20133.436%2076.3091%20132.198C74.9709%20131.16%2073.6028%20130.162%2072.2738%20129.11C70.9943%20128.097%2069.9285%20126.887%2068.6872%20125.856C68.0287%20125.309%2067.4484%20124.863%2066.5781%20125.67C66.0454%20126.164%2065.2337%20126.342%2064.377%20126.208C64.7951%20125.002%2065.9902%20124.952%2066.8377%20124.438C66.1077%20123.088%2064.5008%20123.817%2063.5727%20122.83C62.7075%20121.909%2061.2574%20121.785%2060.1801%20121.048C59.0809%20120.296%2057.889%20119.68%2056.6773%20118.969L54.7869%20120.562C54.377%20119.324%2055.406%20119.119%2055.9215%20118.565C54.9235%20117.924%2053.7914%20117.515%2052.9263%20116.675C52.2515%20116.825%2051.8812%20117.391%2051.3806%20117.728C49.7307%20118.836%2048.8074%20118.92%2047.2817%20117.723C46.9185%20117.438%2046.6146%20117.177%2046.1319%20117.283C46.1076%20117.105%2046.0097%20117.009%2045.8256%20117.009C45.3198%20116.678%2045.1167%20116.25%2045.5192%20115.66C44.8962%20115.525%2044.4534%20115.23%2043.9077%20115.194C43.3211%20115.154%2043.0995%20114.544%2042.6667%20114.275C41.589%20113.607%2040.6345%20114.147%2040.3805%20115.503C40.324%20115.804%2040.025%20116.063%2040.2313%20116.348C40.9983%20117.316%2042.2883%20116.592%2043.3018%20117.344C41.9694%20118.089%2040.657%20117.981%2039.7219%20117.282C38.5817%20116.43%2039.3386%20115.075%2039.5417%20113.892C39.0646%20114.381%2038.4347%20114.572%2037.9749%20115.005C36.477%20116.414%2036.7972%20117.954%2038.6223%20118.793C40.8307%20119.808%2043.0083%20119.625%2045.2919%20119.011C45.2163%20118.252%2044.7157%20117.387%2045.8242%20117.01C45.8239%20117.194%2045.9203%20117.292%2046.0981%20117.317C47.0063%20120.773%2049.3836%20123.013%2052.3321%20124.74C53.4625%20125.402%2054.3246%20126.359%2055.3563%20127.172C55.1692%20127.675%2054.9235%20127.833%2054.3945%20127.501C53.6255%20127.019%2052.7234%20126.627%2052.0975%20126.059C51.1263%20125.178%2050.2041%20125.439%2049.3013%20125.747C46.7724%20126.612%2044.1148%20127.122%2041.6774%20128.163C40.5604%20128.64%2039.2478%20128.657%2038.2769%20129.521C37.77%20129.972%2037.4358%20129.346%2037.0346%20129.168L37.0095%20129.172C36.0196%20126.193%2034.9966%20123.225%2034.048%20120.232C32.889%20116.576%2031.7611%20112.911%2030.4799%20109.294C30.3476%20108.92%2030.1954%20108.601%2029.9759%20108.28C29.465%20107.531%2029.6591%20106.963%2030.5232%20106.852C33.6501%20106.449%2036.6839%20105.59%2039.7597%20104.95C41.1411%20104.663%2042.5758%20104.488%2043.9161%20103.967C44.5465%20103.722%2045.2359%20103.737%2045.894%20103.629C47.251%20103.406%2048.5885%20103.037%2049.9126%20102.654C50.3955%20102.514%2050.8604%20102.469%2051.3397%20102.502C51.9584%20102.545%2052.4237%20102.802%2052.0747%20103.505C51.8864%20103.885%2052.0268%20104.118%2052.1453%20104.438C53.724%20108.703%2055.2859%20112.975%2056.852%20117.245C57.2132%20118.23%2058.1145%20118.692%2058.9018%20119.198C59.8683%20119.819%2060.6881%20120.808%2062.0416%20120.78C58.9883%20108.961%2055.1505%2097.4462%2051.4824%2085.8665C48.7546%2086.3346%2046.0155%2086.723%2043.3144%2087.2915C40.7092%2087.8399%2038.0734%2088.1895%2035.4521%2088.6095C31.7092%2089.2093%2027.9973%2089.9869%2024.2358%2090.4856C22.3714%2090.7328%2020.4815%2090.9136%2018.6722%2091.5174C17.4163%2091.9364%2017.499%2091.9307%2017.9033%2093.1399C18.4576%2094.798%2019.0915%2096.4292%2019.5765%2098.1152C20.095%2099.9176%2020.6137%20101.72%2021.3108%20103.48C22.0022%20105.225%2022.7285%20106.988%2023.086%20108.856C23.1704%20109.298%2023.3194%20109.678%2023.6155%20110.064C24.3042%20110.961%2024.2493%20112.039%2024.1206%20113.321C23.3001%20112.037%2022.4721%20111.024%2022.5434%20109.568C22.5781%20108.859%2021.7852%20108.502%2021.539%20107.583C20.9645%20109.229%2020.9232%20110.693%2020.4888%20112.075C20.0113%20113.594%2020.8076%20115.059%2021.2389%20116.489C22.1705%20119.579%2023.2365%20122.628%2024.2238%20125.701C24.7453%20127.324%2025.4427%20128.916%2025.8241%20130.55C26.725%20134.409%2028.4962%20137.973%2029.3783%20141.848C29.7673%20143.557%2030.4204%20145.377%2031.5514%20146.879C32.2243%20147.772%2032.336%20149.004%2033.4384%20149.662C34.738%20150.438%2036.0394%20150.254%2037.4331%20150.037C35.3953%20148.498%2034.6887%20146.221%2033.8494%20144.079C32.3656%20140.292%2030.8405%20136.501%2029.7143%20132.601C28.9862%20130.08%2027.711%20127.778%2027.1327%20125.199C26.9315%20124.302%2026.5932%20123.31%2026.3422%20122.404C26.0447%20121.33%2025.5396%20120.289%2025.4398%20119.13C25.3458%20118.039%2024.8183%20117.031%2024.3618%20116.029C24.257%20115.799%2024.2863%20115.559%2024.6844%20115.183C25.7106%20118.276%2026.7503%20121.25%2027.6812%20124.259C28.6156%20127.279%2029.8992%20130.161%2031%20133.113C32.0982%20136.059%2033.1825%20139.011%2034.4717%20142.014C34.7973%20142.096%2035.2111%20141.844%2035.6604%20141.663C37.7381%20140.824%2039.8726%20140.141%2041.9574%20139.308C44.1054%20138.45%2046.3828%20137.883%2048.5949%20137.159C52.2341%20135.969%2055.8497%20134.713%2059.4279%20133.351C60.3682%20132.993%2060.4097%20132.426%2059.514%20131.824C58.2751%20130.991%2057.2384%20129.924%2056.0753%20129.007C55.7144%20128.723%2055.4963%20128.463%2055.78%20128.061C56.105%20127.601%2056.4207%20127.886%2056.7462%20128.128C59.3511%20130.068%2061.7808%20132.216%2064.0305%20134.548C65.3595%20135.926%2066.9796%20136.953%2068.2835%20138.334C69.2772%20139.387%2070.5008%20140.207%2071.1839%20141.588C71.6392%20142.508%2072.6219%20143.153%2073.0267%20144.127C73.7992%20145.986%2075.1243%20147.274%2076.8131%20148.29C77.2988%20148.582%2077.6682%20148.953%2076.7491%20149.45C76.3206%20149.681%2076.8053%20150.692%2077.0236%20151.161C77.9583%20153.17%2078.5462%20155.304%2079.4072%20157.337C79.7451%20158.134%2079.7688%20159.065%2079.9769%20160.15C78.837%20159.707%2078.612%20158.841%2078.2463%20158.128C78.0102%20157.669%2077.8345%20157.137%2077.7956%20156.625C77.682%20155.132%2076.5675%20154.465%2075.5663%20153.643C74.1915%20152.516%2072.7609%20151.578%2070.924%20151.456C70.7921%20151.447%2070.6673%20151.331%2070.5179%20151.255C71.4437%20150.051%2072.3631%20151.059%2073.2107%20150.975C73.5433%20149.918%2072.8332%20148.115%2071.7272%20147.569C70.3232%20146.876%2069.1792%20145.833%2068.2609%20144.668C67.3289%20143.486%2067.6528%20141.925%2067.8984%20140.499C67.9469%20140.217%2068.0817%20139.95%2068.2126%20139.573C67.1543%20138.231%2065.7703%20137.131%2064.3786%20136.094C63.6592%20135.557%2062.992%20135.033%2062.4212%20134.343C61.8619%20133.667%2061.2313%20133.467%2060.2792%20133.835C57.3242%20134.98%2054.3066%20135.961%2051.3262%20137.041C49.109%20137.845%2046.8618%20138.567%2044.6294%20139.318C41.3958%20140.406%2038.2235%20141.627%2035.0832%20142.947L35.0223%20142.87L35.1015%20142.933C34.9313%20143.331%2035.1174%20143.652%2035.2545%20144.026C35.7211%20145.298%2036.4466%20146.435%2037.0644%20147.625C37.8125%20149.065%2039.1987%20149.575%2040.6875%20149.035C45.228%20147.39%2049.5738%20145.28%2054.0236%20143.418C56.659%20142.315%2059.316%20141.252%2061.8861%20140.011C62.9241%20139.51%2064.1844%20139.299%2064.9165%20138.208C65.0971%20137.938%2065.5158%20137.634%2065.8944%20138.056C66.2859%20138.491%2066.2651%20138.866%2065.7513%20139.256C64.6178%20140.114%2063.3785%20140.792%2062.1031%20141.387C60.2844%20142.234%2058.4147%20142.971%2056.5758%20143.775C55.8957%20144.073%2055.4893%20144.553%2055.3754%20145.361C54.9119%20148.653%2053.8109%20151.758%2052.4895%20154.795C50.7615%20158.767%2048.5744%20162.493%2045.9985%20165.943C44.549%20167.885%2043.0612%20169.861%2041.2078%20171.487C40.8994%20171.758%2040.6294%20171.792%2040.2844%20171.583C41.6672%20169.213%2043.4388%20167.136%2045.197%20165.059C45.7323%20164.427%2046.085%20163.697%2046.482%20163.022C48.0863%20160.296%2050.1752%20157.848%2051.3432%20154.876C52.04%20153.104%2052.8615%20151.388%2053.3154%20149.5C53.6904%20147.941%2054.2513%20146.402%2054.764%20144.895C54.5197%20144.58%2054.1445%20144.529%2053.9503%20144.673C52.4738%20145.774%2050.6639%20146.114%2049.028%20146.84C47.361%20147.58%2045.7155%20148.406%2043.8745%20148.769C43.0343%20148.934%2042.2694%20149.556%2041.4268%20149.893C39.6955%20150.585%2037.9061%20151.088%2036.1285%20151.634C35.4672%20151.837%2034.8616%20152.004%2034.2932%20151.398C34.1836%20151.281%2033.8354%20151.389%2033.5973%20151.392L33.5304%20151.337L33.622%20151.368C33.5968%20152.862%2033.6142%20154.359%2033.5254%20155.849C33.4899%20156.446%2033.5324%20157.462%2032.6957%20157.35C31.791%20157.229%2032.1269%20156.208%2032.2681%20155.645C32.7011%20153.918%2032.3201%20152.195%2032.391%20150.474C32.4073%20150.08%2032.2115%20149.602%2031.9598%20149.283C30.3925%20147.301%2029.664%20144.96%2028.857%20142.617C27.5878%20138.931%2026.4093%20135.198%2024.5903%20131.728C23.9289%20130.466%2023.1042%20129.291%2022.3978%20128.052C21.9393%20127.247%2021.56%20126.397%2021.0947%20125.467C19.3347%20126.511%2017.573%20127.447%2015.4735%20127.3C16.5581%20126.357%2017.6909%20125.56%2019.1839%20125.444C20.3106%20125.357%2020.3269%20125.219%2019.9857%20124.108C19.2552%20121.73%2018.3997%20119.385%2017.9213%20116.936C17.7638%20116.13%2017.2086%20115.609%2016.698%20114.996C17.3783%20114.42%2017.8064%20114.947%2017.973%20115.339C18.5081%20116.597%2019.1361%20117.812%2019.6326%20119.095C20.2756%20120.757%2020.6438%20122.527%2021.4512%20124.149C22.3744%20123.463%2022.5075%20122.759%2021.9719%20121.773C21.1667%20120.291%2020.9108%20118.605%2020.5609%20116.974C20.4328%20116.376%2020.11%20115.923%2019.8854%20115.4C19.5998%20114.734%2019.1003%20115.088%2018.6679%20115.171C18.3264%20114.673%2018.5629%20114.252%2018.7761%20113.819C19.968%20111.395%2020.2601%20108.741%2020.0238%20106.163C19.8636%20104.417%2019.381%20102.518%2017.9929%20101.024C17.1429%20102.817%2016.3662%20104.587%2015.4609%20106.289C15.1688%20106.838%2015.2819%20107.983%2014.0692%20107.665L14.111%20107.72C14.0596%20106.174%2015.0855%20104.962%2015.4171%20103.529C15.7048%20102.285%2016.7805%20101.409%2017.2692%20100.181C16.2368%2099.9402%2015.3848%2099.7655%2015.1352%20101.028C15.0897%20101.259%2014.8257%20101.212%2014.6492%20101.265L14.7057%20101.305C14.6523%20100.616%2014.9216%2099.9627%2015.5135%2099.3461C14.0653%2096.6585%2013.5507%2093.654%2012.6546%2090.7736C11.9038%2088.3604%2011.1956%2085.9331%2010.6764%2083.4657C10.499%2082.6222%2010.0114%2081.9864%209.76891%2081.2208C8.95303%2078.6447%208.58696%2075.9949%209.28867%2073.3645C9.66721%2071.9455%2010.9306%2071.0978%2012.1855%2070.3411C13.4056%2069.6054%2014.7701%2069.3168%2016.1112%2069.1262C19.622%2068.6269%2023.1717%2068.409%2026.6916%2068.0195C29.0543%2067.758%2031.454%2067.5664%2033.8199%2067.0933C35.4645%2066.7644%2037.278%2066.9777%2038.9507%2066.6224C40.4408%2066.3059%2041.8561%2066.4477%2043.2834%2066.6885C44.1015%2066.8266%2044.8776%2067.2151%2045.6717%2067.4933C46.3086%2067.7164%2046.6889%2068.2325%2046.9176%2068.8014C47.5207%2070.301%2048.3117%2071.7495%2048.5362%2073.3698C48.7825%2075.1484%2049.5941%2076.7295%2050.1576%2078.3939C51.1997%2081.4717%2052.0415%2084.6057%2052.9249%2087.7281C53.3947%2089.3885%2053.9132%2091.0318%2054.5528%2092.6305C54.8796%2093.4473%2054.7173%2094.4687%2055.584%2095.0613C59.8291%2093.0586%2060.9561%2094.556%2061.2145%2097.75C61.0995%2097.7936%2060.9379%2097.8688%2061.0584%2097.9892C61.1783%2098.109%2061.2542%2097.9477%2061.2979%2097.8326L61.2978%2097.8325ZM73.207%20146.989C73.1933%20146.815%2073.0966%20146.718%2072.9276%20146.689C72.9137%20146.546%2072.9531%20146.36%2072.8777%20146.267C72.0263%20145.217%2071.1964%20144.163%2071.1852%20142.713C71.1836%20142.5%2071.0452%20142.393%2070.8625%20142.289C70.0629%20141.838%2069.5912%20141.023%2068.8838%20140.465C68.2368%20141.503%2068.4564%20143.086%2069.4541%20144.27C70.385%20145.376%2071.5037%20146.24%2072.8786%20146.739C72.9083%20146.908%2073.0065%20147.003%2073.1796%20147.017C73.454%20148.256%2074.5639%20148.874%2075.1744%20149.864C75.2941%20148.34%2074.3993%20147.557%2073.2071%20146.989H73.207ZM47.9292%20111.53C47.6878%20111.62%2047.5881%20112.017%2047.211%20111.829C46.9194%20111.684%2046.3654%20111.518%2046.5887%20111.231C47.0213%20110.675%2046.5512%20109.491%2047.7276%20109.494C49.1946%20109.498%2050.6367%20109.573%2051.7932%20110.714C52.8239%20111.731%2053.3099%20113.656%2052.5526%20114.567C52.3044%20114.866%2052.1281%20115.115%2052.0278%20115.457C53.1801%20115.908%2054.1157%20116.771%2055.5151%20116.97C54.5561%20114.729%2054.1047%20112.484%2053.311%20110.343C52.6451%20108.546%2052.0999%20106.705%2051.4889%20104.888C51.3012%20104.329%2051.2643%20103.608%2050.333%20103.791C47.7955%20104.29%2045.2664%20104.853%2042.7102%20105.23C40.4726%20105.56%2038.298%20106.152%2036.0856%20106.578C34.7387%20106.838%2033.3468%20106.861%2032.0425%20107.345C31.0146%20107.726%2030.7767%20108.084%2031.0856%20109.059C31.6858%20110.953%2032.2514%20112.881%2032.9692%20114.71C34.3302%20118.178%2035.3005%20121.78%2036.7521%20125.211C37.1151%20126.069%2037.3435%20126.984%2037.6266%20127.875C37.8324%20128.523%2038.1226%20128.796%2038.9031%20128.557C41.1431%20127.871%2043.2724%20126.888%2045.5174%20126.211C46.983%20125.769%2048.3678%20125.059%2049.7829%20124.472C49.2104%20123.701%2048.5449%20123.162%2047.9007%20122.588C47.2828%20122.037%2046.7271%20121.387%2046.2764%20120.638C45.9927%20120.166%2045.31%20119.823%2044.7402%20119.672C44.3298%20119.563%2043.8898%20120.006%2043.4761%20120.254C43.0566%20120.505%2042.5607%20120.628%2042.0182%20120.663C40.5391%20120.757%2039.2057%20120.321%2037.9425%20119.675C36.0048%20118.683%2035.9368%20117.038%2036.6374%20115.717C37.5479%20114%2039.0374%20113.082%2040.894%20112.692C41.1465%20113.115%2040.2938%20113.281%2040.83%20113.775C41.3812%20113.299%2042.6175%20113.451%2042.1976%20112.099C41.8146%20111.94%2041.3453%20112.166%2040.9743%20111.843C41.2705%20111.298%2041.8305%20111.016%2042.2761%20111.019C43.132%20111.023%2044.1167%20110.264%2044.8433%20111.131C46.3434%20112.921%2048.1861%20114.049%2050.4734%20114.516C51.3883%20114.703%2051.7816%20114.453%2051.8002%20113.463C51.8337%20111.684%2050.5114%20110.524%2048.4856%20110.557C48.4437%20110.411%2048.3673%20110.309%2048.1967%20110.354C48.1573%20110.364%2048.0945%20110.414%2048.0979%20110.438C48.1218%20110.603%2048.2572%20110.635%2048.3927%20110.662C48.9293%20111.259%2049.067%20112.259%2050.239%20112.236C50.4699%20112.232%2051.2785%20112.941%2050.8758%20113.71C50.1151%20113.749%2050.1993%20112.944%2049.7705%20112.685C48.0068%20113.056%2047.8263%20112.962%2047.8894%20111.497L48.077%20111.344L47.9058%20111.3L47.9291%20111.53H47.9292ZM51.3242%2085.1581C51.43%2084.706%2051.3223%2084.358%2051.185%2083.9813C50.4982%2082.0975%2049.887%2080.1874%2049.0689%2078.3513C47.9736%2075.8928%2047.6531%2073.1954%2046.7345%2070.677C45.6498%2067.7037%2044.3689%2067.3316%2041.6995%2067.3786C39.9731%2067.409%2038.2481%2067.601%2036.5259%2067.7583C34.7664%2067.919%2033.0065%2068.065%2031.2511%2068.2894C28.7738%2068.6061%2026.2848%2068.8053%2023.8063%2069.154C21.7589%2069.4421%2019.6689%2069.5143%2017.6111%2069.8014C16.6465%2069.9359%2015.7042%2070.2772%2014.7387%2070.3491C12.6482%2070.505%2011.3482%2071.571%2010.5228%2073.4585C10.0696%2074.4949%2010.1194%2075.5615%2010.0582%2076.6087C10.0112%2077.4127%209.96291%2078.2598%2010.2418%2079.0837C10.3838%2079.5033%2010.9313%2079.7212%2010.8073%2080.2082C10.5294%2081.3003%2011.0365%2082.266%2011.3044%2083.2464C11.8487%2085.2372%2012.7116%2087.1551%2013.1074%2089.169C13.7148%2092.2598%2015.2289%2095.0717%2015.6885%2098.1908C15.7651%2098.7109%2015.9988%2098.9594%2016.6048%2099.0439C17.4959%2099.1681%2018.4049%2099.4246%2018.9969%20100.301C18.602%2098.809%2017.9758%2097.4282%2017.6556%2095.9798C17.0406%2093.1977%2015.8946%2090.5929%2015.0707%2087.8827C13.988%2084.3216%2012.9634%2080.7552%2012.1108%2077.1352C11.8256%2075.924%2012.0419%2074.7444%2012.3914%2073.5913C12.6015%2072.8978%2013.036%2072.2632%2013.65%2071.9103C15.4861%2070.8548%2017.5237%2070.373%2019.6108%2070.1881C21.419%2070.0279%2023.2334%2069.8415%2025.0341%2069.6722C27.4182%2069.4479%2029.8188%2069.1304%2032.2026%2068.7792C33.3673%2068.6075%2034.6359%2068.5188%2035.8385%2069.0194C34.3227%2069.6817%2032.6384%2069.8332%2031.1014%2069.9465C28.7831%2070.1174%2026.4786%2070.4408%2024.1597%2070.5987C21.3641%2070.7891%2018.6136%2071.359%2015.845%2071.7739C14.0814%2072.0382%2013.3779%2072.7653%2013.1223%2074.5701C12.9238%2075.9716%2012.9396%2077.4345%2013.304%2078.7494C13.9189%2080.9677%2014.7699%2083.1269%2015.2337%2085.3908C15.5753%2087.0583%2016.6344%2088.4723%2016.8177%2090.1958C16.8901%2090.8773%2017.4732%2090.9286%2018.0426%2090.7992C19.5207%2090.4633%2021.0324%2090.2568%2022.5202%2090.0431C25.1258%2089.6689%2027.7081%2089.162%2030.3127%2088.7881C33.2015%2088.3735%2036.0708%2087.8243%2038.9539%2087.3672C41.5014%2086.9633%2044.0476%2086.5437%2046.5924%2086.1302C48.1753%2085.873%2049.8453%2085.8655%2051.3242%2085.1582V85.1581ZM59.4422%20108.6C60.824%20107.835%2061.4869%20106.4%2063.0554%20106.509C63.1396%20106.514%2063.2503%20106.322%2063.3282%20106.209C64.5186%20104.467%2065.0465%20102.496%2065.1316%20100.43C65.1995%2098.7826%2064.0743%2098.0755%2062.4643%2098.5859C60.7918%2099.1161%2059.622%20100.4%2058.2295%20101.353C57.6538%20101.746%2057.8296%20102.138%2057.8747%20102.698C58.0384%20104.735%2059.5687%20106.338%2059.4422%20108.6H59.4422ZM62.3422%20116.999C62.9048%20116.475%2063.3834%20116.086%2063.6448%20115.493C64.4125%20113.754%2065.4103%20112.108%2065.5038%20110.115C65.5408%20109.326%2065.5487%20108.548%2064.9631%20108.049C64.3129%20107.495%2063.4497%20107.47%2062.6426%20107.809C61.6882%20108.209%2060.8165%20108.755%2059.9293%20109.403C60.5858%20110.607%2060.606%20111.935%2061.0478%20113.12C61.5092%20114.358%2061.3759%20115.782%2062.3422%20116.999ZM57.4014%20100.749C57.8592%20100.632%2058.0903%20100.238%2058.4076%2099.9616C58.7689%2099.647%2059.1065%2099.3016%2059.4888%2099.0156C60.4739%2098.2789%2060.589%2096.898%2059.7169%2096.0092C58.9478%2095.2252%2058.0974%2095.3517%2056.7294%2095.928C55.4343%2096.4736%2056.1992%2097.2253%2056.3171%2097.9003C56.3714%2098.2112%2056.4444%2098.581%2056.5878%2098.8414C56.9188%2099.4428%2056.6283%20100.31%2057.4014%20100.749V100.749ZM51.6622%20116.222C49.5656%20114.58%2047.3291%20114.472%2046.2354%20115.946C47.2723%20116.875%2048.5226%20117.39%2049.8104%20117.828L51.6622%20116.222H51.6622ZM65.5231%20118.928C65.3563%20118.343%2065.2008%20117.672%2064.6295%20117.365C63.977%20117.014%2063.4459%20117.608%2062.9298%20117.89C62.3104%20118.229%2062.8116%20118.732%2062.9273%20119.155C63.1019%20119.793%2063.5458%20120.471%2063.4341%20121.046C63.2877%20121.801%2063.7377%20121.652%2064.0746%20121.802C64.6023%20122.037%2064.8615%20121.555%2064.9494%20121.306C65.2172%20120.549%2065.3392%20119.739%2065.5231%20118.928ZM46.6064%20114.212C46.3276%20113.611%2045.6067%20113.477%2045.2449%20112.989C44.7499%20112.322%2044.1972%20112.374%2043.5098%20112.572C43.1577%20112.674%2042.8782%20112.697%2042.8599%20113.145C42.8432%20113.552%2043.0256%20113.731%2043.3983%20113.858C43.8429%20114.009%2044.2917%20114.197%2044.6788%20114.458C45.4201%20114.958%2046.0473%20114.924%2046.6064%20114.212H46.6064ZM76.0379%20151.102C75.3347%20151.194%2074.7367%20151.047%2073.8471%20150.816C74.6793%20151.741%2075.3827%20152.218%2076.3059%20152.626L76.0379%20151.102H76.0379ZM22.6419%20124.872C21.6002%20126.076%2023.1294%20126.304%2023.185%20127.029C23.2505%20126.673%2023.1996%20126.35%2023.1854%20126.026C23.1674%20125.618%2022.9384%20125.316%2022.6419%20124.872ZM20.9363%20104.872L20.8896%20104.938L20.9609%20104.948L20.9363%20104.872ZM47.2197%20113.935C47.193%20113.905%2047.1673%20113.854%2047.1392%20113.853C47.1111%20113.851%2047.0806%20113.9%2047.0511%20113.927L47.1738%20114.017L47.2197%20113.935L47.2197%20113.935ZM32.8608%20150.702L32.9119%20150.627L32.8314%20150.616L32.8608%20150.702ZM76.6368%20152.966L76.5548%20152.867C76.5219%20152.895%2076.4656%20152.92%2076.4629%20152.951C76.4602%20152.981%2076.5111%20153.016%2076.5385%20153.049L76.6368%20152.966L76.6368%20152.966Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M68.8667%20108.994C71.97%20105.228%2075.3847%20102.063%2077.6468%2097.8411C75.9916%2096.59%2074.5101%2095.1015%2072.9584%2093.69C70.8636%2091.7844%2068.9925%2089.6706%2067.2463%2087.4606C64.7455%2084.2955%2062.7238%2080.8155%2060.9339%2077.2011C59.8451%2075.0023%2059.0511%2072.6964%2058.3359%2070.3558C57.7368%2068.3954%2057.325%2066.3952%2056.9058%2064.3924C56.5683%2062.7796%2056.503%2061.1424%2056.3672%2059.5154C56.0878%2056.166%2056.2469%2052.8038%2056.691%2049.4876C57.1688%2045.9198%2058.1116%2042.4451%2059.39%2039.0569C61.8027%2032.6618%2065.4046%2027.0497%2069.9557%2021.9624C73.1931%2018.3436%2076.8575%2015.2839%2080.7946%2012.4898C84.0463%2010.1822%2087.4717%208.14309%2091.1004%206.55967C94.3714%205.13239%2097.7153%203.82037%20101.196%202.88194C103.928%202.14528%20106.676%201.50342%20109.447%200.978458C111.036%200.677505%20112.662%200.462071%20114.272%200.321505C118.69%20-0.0640454%20123.112%20-0.0732299%20127.555%200.137786C131.19%200.310429%20134.761%200.844746%20138.293%201.52971C141.067%202.0675%20143.808%202.90341%20146.517%203.78571C150.482%205.07683%20154.216%206.85147%20157.885%208.81009C161.569%2010.7767%20165.035%2013.0632%20168.246%2015.7142C170.816%2017.8355%20173.315%2020.0363%20175.405%2022.6825C176.082%2023.5407%20176.837%2024.387%20177.58%2025.216C179.279%2027.111%20180.54%2029.3502%20181.864%2031.4983C183.481%2034.1198%20184.692%2037.0087%20185.688%2039.9312C187.042%2043.9044%20188.028%2047.9773%20188.317%2052.2016C188.49%2054.724%20188.527%2057.2543%20188.393%2059.7586C188.26%2062.2148%20187.85%2064.6779%20187.208%2067.0774C186.752%2068.7793%20186.321%2070.4889%20185.816%2072.1764C185.534%2073.1224%20185.2%2074.0853%20184.807%2074.9631C182.815%2079.4108%20180.421%2083.626%20177.398%2087.4924C174.951%2090.623%20172.209%2093.479%20169.227%2096.0361C166.856%2098.0691%20164.285%2099.9164%20161.62%20101.623C156.793%20104.716%20151.595%20106.972%20146.234%20108.86C143.699%20109.753%20141.032%20110.301%20138.397%20110.911C136.998%20111.235%20135.586%20111.441%20134.184%20111.681C130.29%20112.347%20126.364%20112.691%20122.397%20112.631C119.84%20112.593%20117.286%20112.529%20114.747%20112.279C112.565%20112.064%20110.403%20111.649%20108.23%20111.336C104.337%20110.776%20100.621%20109.521%2096.8923%20108.356C94.9414%20107.747%2093.0936%20106.801%2091.214%20105.973C89.9945%20105.437%2088.7894%20104.863%2087.6033%20104.256C87.1759%20104.037%2086.7804%20103.967%2086.3987%20104.215C84.9363%20105.167%2083.3228%20105.829%2081.7156%20106.437C77.7168%20107.949%2073.7284%20109.64%2068.8667%20108.994H68.8667ZM86.4961%20102.225C86.9666%20102.319%2087.1505%20102.633%2087.3878%20102.86C87.6933%20103.153%2088.1071%20103.087%2088.4543%20103.273C93.9495%20106.218%2099.7707%20108.205%20105.858%20109.589C111.638%20110.904%20117.459%20111.38%20123.35%20111.491C124.997%20111.522%20126.609%20111.237%20128.247%20111.201C130.651%20111.147%20133.042%20110.787%20135.402%20110.334C137.843%20109.866%20140.277%20109.386%20142.674%20108.668C146.414%20107.548%20150.122%20106.364%20153.617%20104.626C156.46%20103.213%20159.315%20101.829%20161.935%2099.9777C163.42%2098.928%20165.038%2097.9949%20166.439%2096.8645C170.175%2093.8499%20173.624%2090.5019%20176.543%2086.6601C177.18%2085.8217%20178.107%2085.1149%20178.508%2084.2325C179.353%2082.3736%20180.693%2080.851%20181.6%2079.0329C182.99%2076.2464%20184.155%2073.3991%20185.121%2070.4483C185.571%2069.0747%20185.834%2067.6674%20186.181%2066.2746C186.648%2064.3926%20186.924%2062.4746%20187.057%2060.553C187.174%2058.8618%20187.342%2057.1646%20187.173%2055.4518C187.011%2053.8006%20187.147%2052.1312%20186.907%2050.4735C186.667%2048.815%20186.292%2047.1874%20185.985%2045.5471C185.665%2043.8373%20185.255%2042.1391%20184.617%2040.5701C183.417%2037.6199%20182.316%2034.6168%20180.563%2031.8951C179.372%2030.0465%20178.284%2028.114%20176.942%2026.3802C173.899%2022.447%20170.438%2018.8978%20166.47%2015.877C164.534%2014.4031%20162.66%2012.7889%20160.545%2011.6247C158.124%2010.2922%20155.769%208.82293%20153.193%207.74489C150.916%206.79211%20148.695%205.72364%20146.305%205.05722C144.88%204.65973%20143.489%204.13903%20142.064%203.74284C140.459%203.2968%20138.852%202.7784%20137.21%202.56186C134.803%202.24441%20132.435%201.72651%20129.988%201.57154C125.788%201.30553%20121.622%200.902637%20117.392%201.30122C114.146%201.60713%20110.905%201.88873%20107.711%202.54066C103.547%203.39081%2099.4413%204.46322%2095.4811%206.03927C93.41%206.86348%2091.452%207.9587%2089.3898%208.76527C87.4517%209.52325%2085.7797%2010.7073%2084.0306%2011.7226C81.1451%2013.3974%2078.5055%2015.4958%2075.9679%2017.6903C73.5173%2019.8094%2071.1838%2022.0861%2069.1749%2024.5926C67.0781%2027.2087%2065.0963%2029.9461%2063.5002%2032.9568C62.2964%2035.2276%2061.3721%2037.5974%2060.365%2039.9383C59.5997%2041.7173%2059.2469%2043.6388%2058.7496%2045.5114C58.1162%2047.8963%2057.6363%2050.3107%2057.5142%2052.7348C57.3692%2055.6136%2057.2131%2058.525%2057.7126%2061.4093C57.9905%2063.0144%2057.9764%2064.6932%2058.4318%2066.2392C59.2241%2068.9287%2059.8071%2071.6918%2060.9453%2074.2736C62.0961%2076.884%2063.2532%2079.5085%2064.7912%2081.905C65.8754%2083.5945%2067.1382%2085.1877%2068.3483%2086.8042C71.1491%2090.5452%2074.5471%2093.6685%2078.0977%2096.6452C79.1483%2097.5259%2079.263%2097.6222%2078.4026%2098.5753C77.0918%20100.028%2076.2653%20101.814%2074.9933%20103.316C74.0806%20104.394%2073.3724%20105.681%2072.2691%20106.6C71.7863%20107.002%2071.464%20107.419%2071.0408%20108.236C76.7414%20106.99%2082.1329%20105.847%2086.4961%20102.225V102.225Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.3703%20185.331C31.2078%20184.729%2031.4453%20184.041%2031.6982%20183.689C32.259%20182.91%2032.2389%20182.208%2031.8801%20181.359C32.6167%20181.105%2033.1134%20180.689%2033.3224%20180.007C33.4576%20179.566%2033.7906%20179.183%2034.1168%20179.001C35.4656%20178.251%2036.0097%20176.886%2036.7682%20175.7C37.2955%20174.875%2038.0204%20174.253%2038.638%20173.524C38.8896%20173.227%2039.2168%20173.115%2039.5065%20173.437C39.7662%20173.725%2039.4781%20173.85%2039.3037%20174.093C38.2485%20175.567%2037.0728%20176.94%2035.7752%20178.189C34.8301%20179.099%2034.5097%20180.291%2033.9627%20181.387C33.7521%20181.809%2034.1051%20182.01%2034.3096%20182.248C34.7478%20182.758%2035.1561%20183.285%2035.5566%20183.827C36.2628%20184.782%2035.8686%20185.67%2035.5317%20186.51C35.2785%20187.141%2034.5522%20187.196%2033.9063%20187.105C31.6907%20186.792%2029.3939%20186.686%2027.3877%20185.628C25.6754%20184.726%2023.8208%20184.18%2022.1822%20183.016C20.8134%20182.043%2019.2139%20181.302%2017.7941%20180.328C15.8171%20178.972%2013.7779%20177.691%2011.9797%20176.1C10.9337%20175.175%209.76486%20174.42%208.69825%20173.519C6.28428%20171.478%204.30321%20169.183%203.06774%20166.265C3.01425%20166.139%202.91903%20166.03%202.83394%20165.899C1.93851%20165.957%201.75397%20166.728%201.57547%20167.305C0.989588%20169.199%200.728414%20171.144%201.05479%20173.134C1.28511%20174.538%202.10725%20175.622%203.21436%20176.337C3.90567%20176.784%204.99177%20177.326%205.65788%20176.015C5.7514%20175.83%206.08903%20175.848%206.39672%20176.005C6.32176%20177.484%206.49616%20178.938%207.22845%20180.319C7.8839%20181.556%208.90424%20182.43%2010.2355%20182.222C11.1625%20182.077%2012.0931%20182.415%2012.9349%20181.978C13.307%20182.434%2013.1535%20182.898%2013.1268%20183.297C12.9926%20185.299%2014.1672%20186.53%2015.5509%20187.686C16.3319%20188.338%2017.3437%20187.902%2018.1683%20188.338C18.3799%20188.45%2018.6346%20188.147%2018.7082%20187.942C18.8502%20187.548%2019.0639%20187.263%2019.6044%20187.061C19.9014%20188.369%2020.7617%20189.395%2021.3509%20190.567C21.8064%20191.474%2022.5855%20192.03%2023.3652%20192.557C24.3001%20193.189%2025.5136%20192.949%2026.5516%20191.874C27.0865%20191.321%2027.4141%20191.319%2027.7107%20191.937C28.7452%20194.095%2029.8513%20193.984%2031.7717%20193.012C33.7611%20192.004%2034.6806%20190.03%2035.6677%20188.163C35.8004%20187.912%2035.805%20187.591%2036.2963%20187.552C36.6368%20188.183%2036.2356%20188.85%2036.1137%20189.397C35.6267%20191.584%2034.5916%20193.503%2032.4468%20194.493C30.2222%20195.519%2028.6083%20195.529%2027.0638%20193.42C26.2268%20193.685%2025.3764%20193.95%2024.5286%20194.223C23.9832%20194.399%2023.4564%20194.197%2023.0557%20193.938C21.1409%20192.7%2019.3441%20190.974%2018.9263%20188.468C15.3773%20190.906%2012.5161%20188.651%2011.6853%20182.66C9.98825%20183.33%208.2335%20183.807%206.79392%20182.269C5.53512%20180.923%205.17977%20179.165%205.05281%20177.412C4.52913%20177.136%204.03836%20177.258%203.56396%20177.247C2.28072%20177.218%201.37697%20176.667%200.883672%20175.445C-0.420581%20172.214%20-0.235076%20169.008%201.13713%20165.875C1.94659%20164.027%205.16528%20162.959%206.63672%20163.86C6.98065%20164.071%206.9821%20164.396%207.23837%20164.652C8.07141%20162.604%209.0721%20160.664%209.23745%20158.394C9.36546%20156.637%209.52984%20154.907%209.15697%20153.166C8.39734%20149.618%207.94054%20146.041%207.88427%20142.402C7.84891%20140.115%207.83952%20137.822%207.701%20135.541C7.48415%20131.97%207.33724%20128.391%207.05464%20124.829C6.80637%20121.699%206.31463%20118.585%206.2714%20115.437C6.24698%20113.659%206.94402%20112.104%208.01379%20110.708C10.003%20108.112%2012.1796%20105.648%2013.4192%20102.544C13.6234%20102.033%2013.9126%20101.333%2014.7056%20101.304L14.6491%20101.264C14.1968%20103.344%2013.6243%20105.373%2012.0804%20107.054C12.8444%20107.218%2013.5806%20107.18%2014.1109%20107.719L14.069%20107.664C13.9675%20108.643%2013.2066%20108.227%2012.7331%20108.219C12.337%20108.211%2011.9461%20107.926%2011.4956%20107.74C10.6848%20109.096%209.64487%20110.279%208.65387%20111.505C7.28181%20113.202%207.12199%20115.23%207.50105%20117.301C7.66024%20118.171%207.61911%20119.007%207.53641%20119.875C7.46619%20120.612%207.4626%20121.41%207.67405%20122.108C8.19826%20123.836%207.82851%20125.615%208.15281%20127.372C8.55311%20129.541%208.64803%20131.801%208.65963%20134.006C8.67593%20137.101%208.74633%20140.201%208.87517%20143.285C8.95833%20145.275%209.10179%20147.302%209.56626%20149.311C10.1124%20151.674%2010.7759%20154.089%2010.5366%20156.575C10.3422%20158.596%209.99247%20160.553%209.28052%20162.51C8.60371%20164.371%207.59468%20166.006%206.73727%20167.743C6.51975%20168.184%206.22792%20168.543%205.69523%20168.632C6.88063%20170.582%208.74375%20171.794%2010.3252%20173.298C12.123%20175.008%2014.0243%20176.588%2016.0723%20177.948C18.6667%20179.672%2021.2249%20181.452%2024.0392%20182.857C26.3535%20184.013%2028.6913%20184.971%2031.2151%20185.493C31.2771%20185.627%2031.3897%20185.754%2031.5124%20185.628C31.6393%20185.498%2031.4779%20185.404%2031.3703%20185.331V185.331ZM31.8731%20185.659C32.0766%20185.699%2032.2142%20185.762%2032.3385%20185.742C32.6834%20185.688%2032.8848%20185.455%2032.5657%20185.206C32.2986%20184.999%2032.0726%20185.277%2031.8731%20185.659ZM33.5261%20182.972L33.4566%20182.887C33.4285%20182.91%2033.3807%20182.932%2033.3779%20182.957C33.3752%20182.983%2033.4168%20183.033%2033.4421%20183.035C33.468%20183.038%2033.4979%20182.995%2033.5261%20182.972V182.972Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M122.425%20192.627C123.355%20192.665%20124.126%20192.117%20124.777%20191.653C128.382%20189.086%20131.647%20186.146%20134.645%20182.856C136.561%20180.754%20138.291%20178.594%20139.522%20176.047C140.057%20174.939%20140.6%20173.798%20140.468%20172.46C139.87%20172.21%20139.329%20172.229%20138.773%20172.481C138.411%20172.646%20138.085%20172.549%20137.937%20172.167C137.769%20171.733%20137.958%20171.438%20138.373%20171.238C139.074%20170.902%20140.613%20170.966%20141.089%20171.461C141.711%20172.107%20141.982%20172.813%20141.736%20173.81C141.162%20176.141%20140.009%20178.078%20138.509%20179.941C135.903%20183.175%20133.081%20186.183%20130.011%20188.966C128.007%20190.783%20125.805%20192.348%20123.475%20193.704C121.851%20194.65%20120.073%20194.83%20118.291%20194.038C117.74%20193.794%20117.476%20193.312%20117.641%20192.748C117.773%20192.292%20117.712%20191.77%20118.056%20191.378C118.931%20190.384%20118.504%20189.743%20117.542%20189.11C116.08%20188.147%20115.062%20186.548%20113.411%20185.889C111.606%20185.169%20109.882%20184.277%20107.941%20183.822C105.409%20183.229%20102.861%20182.613%20100.383%20181.837C96.8137%20180.72%2093.3628%20179.286%2090.083%20177.397C87.5826%20175.957%2085.0206%20174.607%2082.2334%20173.632C79.5239%20172.683%2076.8149%20171.334%2074.7767%20169.214C73.348%20167.729%2071.7022%20166.35%2070.9078%20164.304C70.3545%20162.879%2068.9296%20162.161%2067.9524%20161.074C67.8617%20160.973%2067.6908%20160.949%2067.5805%20160.86C66.7372%20160.18%2066.4489%20159.073%2065.3409%20158.488C64.4941%20158.042%2063.9928%20156.846%2063.4659%20155.912C62.8964%20154.901%2062.6964%20153.862%2063.104%20152.629C63.6655%20150.931%2064.3444%20149.337%2065.4074%20147.9C65.8374%20147.318%2066.1651%20146.653%2066.2473%20145.937C66.3265%20145.247%2066.7792%20144.86%2067.0827%20144.395C67.6848%20144.489%2067.6602%20144.885%2067.5816%20145.191C67.4523%20145.695%2067.2628%20146.192%2067.0313%20146.658C66.1135%20148.507%2065.2488%20150.383%2064.1631%20152.146C64.0153%20152.387%2063.6554%20152.675%2064.0192%20153.169C64.4742%20153.355%2064.6578%20152.551%2065.2103%20152.658C65.4376%20153.497%2064.7592%20154.059%2064.4739%20154.709C64.2499%20155.218%2064.233%20155.547%2064.509%20156.014C65.3688%20157.466%2066.5328%20158.684%2067.783%20159.745C69.9361%20161.572%2071.6967%20163.661%2073.1753%20166.057C74.0223%20167.43%2075.0399%20168.698%2076.5894%20169.473C78.77%20170.564%2081.0007%20171.559%2083.1455%20172.711C85.6307%20174.045%2088.1026%20175.428%2090.5895%20176.741C92.9554%20177.991%2095.4118%20179.182%2098.0264%20179.98C100.59%20180.762%20103.186%20181.372%20105.781%20182.021C108.807%20182.778%20111.884%20183.502%20114.465%20185.409C116.805%20187.139%20119.158%20188.856%20121.201%20190.957C121.704%20191.474%20122.469%20191.763%20122.42%20192.662C122.434%20192.758%20122.412%20192.766%20122.359%20192.681L122.425%20192.627H122.425ZM119.645%20191.04C119.601%20191.108%20119.525%20191.175%20119.523%20191.244C119.52%20191.315%20119.591%20191.388%20119.629%20191.461C119.673%20191.392%20119.749%20191.325%20119.752%20191.255C119.754%20191.185%20119.684%20191.112%20119.645%20191.04V191.04Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M135.767%20190.431C134.901%20192.43%20134.315%20194.408%20132.475%20195.713C131.346%20196.513%20130.228%20196.986%20128.934%20196.701C128.32%20196.566%20128.049%20196.747%20127.718%20197.112C126.578%20198.368%20125.197%20199.201%20123.587%20199.783C121.211%20200.643%20118.02%20198.841%20117.764%20196.362C117.732%20196.05%20117.808%20195.826%20118.153%20195.218C118.732%20195.359%20118.597%20195.931%20118.736%20196.294C119.478%20198.238%20120.873%20199.023%20122.878%20198.519C124.293%20198.164%20125.493%20197.338%20126.782%20196.708C126.823%20196.688%20126.844%20196.622%20126.885%20196.608C127.53%20196.385%20126.987%20195.08%20127.814%20195.323C128.379%20195.49%20128.862%20195.446%20129.378%20195.516C130.441%20195.66%20131.142%20195.137%20131.795%20194.561C133.06%20193.448%20134.057%20192.09%20134.994%20190.688C135.313%20190.211%20135.223%20189.686%20135.252%20189.196C135.521%20189.167%20135.726%20189.086%20135.89%20189.137C137.978%20189.783%20139.019%20189.416%20140.055%20187.431C140.49%20186.597%20141.044%20185.797%20141.186%20184.807C141.323%20183.856%20141.824%20183.195%20142.752%20182.698C143.678%20182.202%20144.154%20181.155%20144.525%20180.175C145.318%20178.077%20145.065%20176.121%20143.774%20174.227C143.374%20173.639%20142.947%20173.02%20142.595%20172.411C142.799%20171.999%20143.171%20172.012%20143.354%20172.18C144.322%20173.066%20145.22%20173.969%20145.697%20175.287C146.076%20176.335%20146.388%20177.371%20146.286%20178.447C146.064%20180.795%20145.311%20182.876%20143.082%20184.148C142.62%20184.411%20142.248%20184.837%20142.074%20185.508C141.654%20187.126%20141.07%20188.701%20139.675%20189.827C138.618%20190.679%20137.666%20191.479%20135.767%20190.431V190.431Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M112.174%20180.77C112.27%20180.419%20112.036%20179.983%20112.534%20179.653C113.797%20180.461%20114.606%20181.827%20115.908%20182.686C116.245%20182.394%20115.875%20181.879%20116.215%20181.513C116.303%20181.495%20116.467%20181.405%20116.565%20181.452C117.955%20182.121%20118.395%20183.548%20119.125%20184.737C119.254%20184.947%20119.171%20185.297%20118.914%20185.523C118.537%20185.855%20118.135%20185.51%20118.03%20185.357C117.141%20184.063%20115.385%20184.19%20114.402%20183.083C114.323%20182.995%20114.163%20182.834%20114.061%20182.96C113.253%20183.953%20112.68%20182.928%20112.331%20182.589C110.971%20181.27%20109.797%20179.761%20108.177%20178.673C108.777%20178.222%20109.091%20178.187%20109.727%20178.636C110.628%20179.272%20111.164%20180.306%20112.204%20180.74C112.266%20180.888%20112.348%20181.009%20112.531%20181.006C112.526%20181.198%20112.591%20181.334%20112.806%20181.347L112.885%20181.569L113.001%20181.453L112.779%20181.374C112.781%20181.181%20112.672%20181.084%20112.495%20181.045L112.174%20180.77L112.174%20180.77ZM113.484%20182.317C113.469%20182.344%20113.436%20182.378%20113.443%20182.397C113.455%20182.431%20113.504%20182.486%20113.516%20182.481C113.62%20182.439%20113.637%20182.377%20113.567%20182.323C113.548%20182.309%20113.512%20182.318%20113.484%20182.317V182.317Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.1725%20174.716C30.4649%20175.051%2029.919%20174.941%2029.4129%20174.589C27.0651%20172.956%2024.7151%20171.326%2022.3844%20169.668C22.032%20169.418%2021.7498%20169.109%2021.2836%20169.029C20.9888%20168.979%2020.7705%20168.711%2020.8871%20168.374C21.0415%20167.928%2021.3562%20167.995%2021.7024%20168.173C22.8005%20168.738%2023.9664%20169.197%2024.9941%20169.868C26.6981%20170.981%2028.1999%20172.384%2030.0111%20173.36C30.4827%20173.615%2030.901%20174.078%2031.1725%20174.716H31.1725Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M40.3778%20101.775C39.4166%20102.567%2038.3741%20102.708%2037.392%20102.998C36.6274%20103.224%2035.8023%20103.231%2035.1299%20103.792C34.8963%20103.988%2034.43%20103.887%2034.3013%20103.472C34.1669%20103.039%2034.4578%20102.823%2034.835%20102.804C36.6724%20102.709%2038.3776%20101.885%2040.3778%20101.775V101.775Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M20.8335%20131.912C21.4852%20131.131%2022.9623%20130.73%2023.6098%20131.15C23.956%20131.375%2024.0211%20131.863%2023.6394%20131.926C22.732%20132.074%2021.7703%20132.658%2020.8335%20131.912Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M45.8067%2097.676C45.1307%2098.9706%2043.6482%2098.2568%2042.8902%2099.2099C42.5429%2098.5355%2042.6807%2097.9513%2043.276%2097.9071C44.0827%2097.8472%2044.8364%2097.309%2045.8066%2097.676L45.8067%2097.676Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M30.1794%20170.556C29.1196%20170.816%2028.5299%20169.93%2027.729%20169.63C27.4654%20169.532%2027.4844%20169.238%2027.632%20169.019C27.7937%20168.779%2028.0296%20168.499%2028.3135%20168.786C28.904%20169.382%2029.9747%20169.475%2030.1794%20170.556V170.556Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M89.9938%20137.576C91.2993%20137.782%2091.093%20138.957%2091.5388%20139.792C90.3344%20139.742%2089.9441%20139.14%2089.9938%20137.576Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M34.4023%20100.776C33.9085%20101.007%2033.5059%20101.542%2032.9828%20100.977C32.7507%20100.726%2032.886%20100.35%2033.0862%20100.25C33.5856%2099.9995%2034.1111%2099.9626%2034.4023%20100.776Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M99.5333%20136.551C100.286%20136.881%20100.64%20137.274%20100.48%20137.956C100.403%20138.283%20100.087%20138.273%2099.8984%20138.179C99.2036%20137.832%2099.4572%20137.23%2099.5333%20136.551Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M47.4826%20100.388C46.9294%20100.814%2046.4377%20101.038%2046.0074%20101.06C46.4469%20100.279%2046.9386%20100.054%2047.4826%20100.388Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M43.5868%20101.137C43.2269%20101.583%2042.8762%20101.671%2042.5446%20101.789C42.4806%20101.703%2042.3825%20101.634%2042.3824%20101.564C42.3813%20100.585%2042.97%20101.03%2043.5868%20101.137V101.137Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M36.9021%2099.8871C37.1797%2099.5262%2037.5162%2099.4657%2037.8459%2099.7675C37.9527%2099.8653%2037.971%20100.168%2037.7673%20100.262C37.3799%20100.443%2037.0443%20100.39%2036.9021%2099.8871L36.9021%2099.8871Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M44.8788%20101.258C44.8498%20101.531%2044.6371%20101.512%2044.4524%20101.508C44.3162%20101.505%2044.141%20101.473%2044.216%20101.274C44.287%20101.085%2044.4581%20100.969%2044.6612%20100.965C44.8361%20100.961%2044.8751%20101.107%2044.8788%20101.258V101.258Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M40.0193%2099.4408C40.1523%2099.2623%2040.3417%2099.0588%2040.5046%2099.2079C40.7367%2099.4202%2040.4875%2099.473%2040.308%2099.4823C40.2214%2099.4868%2040.1331%2099.4584%2040.0193%2099.4408Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M37.0346%20129.167C36.9292%20129.126%2036.889%20129.158%2036.9276%20129.258C36.9329%20129.271%2036.9904%20129.265%2037.0237%20129.267C36.8317%20129.295%2037.1065%20129.004%2037.0095%20129.172L37.0346%20129.167Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M19.2993%2071.8537C20.953%2075.5388%2021.7388%2079.3035%2023.5162%2082.6138C30.2523%2081.659%2036.8809%2080.6062%2043.5372%2079.4909C42.5116%2076.2496%2040.9182%2073.4512%2040.0918%2070.3845C40.6302%2069.9742%2040.8589%2070.2867%2041.0059%2070.6811C41.9513%2073.2194%2042.9348%2075.7417%2043.9927%2078.2362C44.493%2079.4159%2043.8995%2080.323%2042.6355%2080.5904C41.7342%2080.781%2040.8533%2080.9627%2039.9258%2080.7706C39.1384%2080.6075%2038.5298%2081.2181%2037.7605%2081.3111C33.9214%2081.7755%2030.0905%2082.3192%2026.2698%2082.9178C25.2969%2083.0702%2024.3711%2083.3287%2023.3549%2083.215C22.7541%2083.1478%2022.4471%2082.8921%2022.3317%2082.4145C21.6555%2079.6183%2019.9768%2077.1643%2019.6032%2074.2523C19.5157%2073.5705%2018.8115%2072.9771%2019.2993%2071.8537L19.2993%2071.8537Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M33.366%2072.2083C33.9417%2072.1848%2034.7842%2071.8457%2034.931%2072.6106C35.1271%2073.6327%2034.0693%2073.2192%2033.5779%2073.4044C31.8796%2074.0443%2030.0277%2073.6732%2028.2908%2074.1249C28.0253%2074.194%2027.8631%2074.0229%2027.7661%2073.7598C27.6413%2073.4211%2027.9096%2073.3234%2028.092%2073.2284C28.7329%2072.8944%2029.4539%2072.8826%2030.1448%2072.7385C31.2139%2072.5156%2032.2574%2072.1815%2033.366%2072.2083V72.2083Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M38.7717%2068.7134C40.1521%2068.2764%2041.5296%2067.7025%2043.1299%2068.6045C41.569%2069.5979%2040.167%2068.9923%2038.7717%2068.7134Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M36.3456%2069.1558L36.3212%2069.0781L36.3936%2069.0903L36.3456%2069.1558Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M95.8646%2056.9429C96.0433%2056.4196%2095.6889%2056.1146%2095.6418%2055.7384C95.5259%2054.8149%2096.1566%2054.2996%2097.047%2054.5951C98.6575%2055.1297%2099.8805%2056.0012%2099.7102%2058.0055C101.436%2056.9493%20103.051%2056.2139%20104.977%2056.3293C105.858%2056.3821%20106.754%2056.2582%20107.651%2056.2527C112.024%2056.2257%20116.357%2056.698%20120.645%2057.4054C123.595%2057.892%20126.497%2058.7282%20129.326%2059.78C131.357%2060.5354%20133.388%2061.273%20135.218%2062.448C137.846%2064.1353%20140.36%2065.9792%20141.666%2068.9508C142.447%2070.7281%20142.44%2072.5305%20141.806%2074.4533C140.553%2078.2502%20137.47%2080.1934%20134.341%2081.9531C130.292%2084.2303%20125.851%2085.5845%20121.264%2086.3862C117.637%2087.02%20114%2087.4714%20110.306%2087.6328C106.665%2087.7917%20103.069%2087.5779%2099.4495%2087.313C94.7238%2086.9673%2090.1178%2086.0386%2085.6545%2084.5541C81.7284%2083.2483%2078.001%2081.4697%2074.8868%2078.5882C71.9291%2075.8515%2070.8841%2071.5147%2072.6322%2068.4624C73.9416%2066.1762%2075.7578%2064.3669%2077.982%2062.9727C80.8055%2061.2029%2083.8836%2059.9634%2087.0327%2058.9521C89.8889%2058.0348%2092.8671%2057.5512%2095.8646%2056.943V56.9429ZM90.3359%2075.3276C90.2229%2075.3708%2090.0515%2075.4383%2090.173%2075.5629C90.2922%2075.6852%2090.3707%2075.5222%2090.4144%2075.4053C90.5291%2075.3633%2090.6922%2075.29%2090.5718%2075.1697C90.4521%2075.0501%2090.3781%2075.2127%2090.3359%2075.3275V75.3276ZM110.243%2074.2466C110.705%2073.9431%20111.074%2073.5429%20111.414%2073.1133C111.84%2072.0701%20111.956%2071.0438%20110.887%2070.3292C109.35%2069.302%20107.853%2068.2282%20106.415%2067.0675C106.246%2066.9308%20105.969%2066.9277%20105.742%2066.8627L105.793%2066.9108C105.805%2066.7241%20105.855%2066.5467%20105.684%2066.3787C104.609%2065.319%20103.25%2065.1276%20101.786%2065.1645C102.159%2064.3616%20102.821%2064.7278%20103.341%2064.6359C103.827%2064.5501%20104.373%2064.8131%20104.744%2064.1819C105.254%2063.316%20106.085%2062.8336%20107.174%2062.5685C105.763%2062.5828%20104.952%2061.4763%20103.805%2061.0666L103.852%2061.114C103.253%2060.2554%20102.223%2059.9743%20101.463%2059.331C101.452%2059.066%20101.6%2058.7647%20101.279%2058.5587C101.034%2058.8828%20101.009%2059.161%20101.415%2059.3713C101.216%2059.7238%20100.84%2059.5405%20100.562%2059.6525C100.533%2059.4423%20100.42%2059.3258%20100.204%2059.3721C100.153%2059.383%20100.075%2059.5247%20100.089%2059.5422C100.226%2059.7112%20100.411%2059.6517%20100.587%2059.6227C100.317%2060.4438%2099.5546%2061.094%2099.0473%2060.9369C98.7351%2060.758%2099.0877%2060.485%2098.9206%2060.2283C98.3045%2060.1825%2097.6508%2060.1087%2096.9958%2060.0944C96.5864%2060.0854%2096.3709%2059.8893%2096.2822%2059.5344C96.1952%2059.1862%2096.4391%2058.9849%2096.7046%2058.8595C97.306%2058.5752%2097.9224%2058.3227%2098.6645%2058C97.4995%2057.7001%2096.5302%2058.3044%2095.5716%2058.2165C93.9464%2058.0675%2092.4376%2058.5581%2090.9365%2058.9096C87.5562%2059.701%2084.2352%2060.6779%2081.1274%2062.3536C78.0253%2064.0264%2075.1296%2065.7949%2073.4336%2069.0701C72.3928%2071.0802%2072.4912%2073.2232%2073.3741%2074.9928C74.7282%2077.7067%2077.1883%2079.5379%2079.8724%2080.9858C82.7752%2082.5516%2085.8214%2083.7569%2089.0024%2084.605C92.0571%2085.4194%2095.1578%2086.1289%2098.2962%2086.4061C101.878%2086.7226%20105.482%2086.8695%20109.092%2086.8174C111.987%2086.7757%20114.872%2086.5513%20117.705%2086.1075C122.539%2085.3503%20127.339%2084.382%20131.804%2082.1752C134.537%2080.8246%20137.247%2079.4834%20139.249%2077.1144C140.832%2075.2399%20141.74%2073.1628%20141.145%2070.573C140.667%2068.4886%20139.448%2066.9789%20137.958%2065.598C134.709%2062.5874%20130.628%2061.1963%20126.554%2059.8342C123.091%2058.6766%20119.484%2058.0903%20115.878%2057.6222C113.953%2057.3722%20111.992%2057.1709%20110.065%2057.0973C108.004%2057.0186%20105.899%2057.1289%20103.833%2057.0529C103.137%2057.0273%20102.9%2057.4795%20102.403%2057.5146C102.336%2057.4163%20102.242%2057.2777%20102.133%2057.3924C102.02%2057.5105%20102.159%2057.5924%20102.269%2057.6458C102.229%2058.4912%20103.205%2057.9038%20103.347%2058.3921C103.49%2058.88%20103.493%2059.4075%20103.576%2059.9147C103.589%2059.9948%20103.692%2060.1107%20103.767%2060.1223C104.421%2060.2244%20104.81%2060.797%20105.471%2061.2079C105.52%2060.4269%20104.991%2059.8402%20105.386%2059.2091C107.714%2058.3499%20107.999%2060.5405%20109%2061.7099C109.34%2061.5605%20109.542%2061.3349%20109.657%2060.9854C109.856%2060.3814%20110.077%2059.7017%20110.855%2059.7219C111.683%2059.7433%20111.885%2060.5101%20112.13%2061.1168C112.336%2061.6258%20112.355%2062.2223%20112.953%2062.5314C113.186%2061.793%20113.725%2061.4618%20114.292%2061.1691C114.878%2061.8884%20115.433%2062.5442%20115.379%2063.4945C115.346%2064.081%20115.864%2064.2231%20116.248%2064.2418C116.642%2064.261%20116.921%2063.9474%20116.924%2063.4651C116.927%2062.996%20116.783%2062.4973%20117.094%2062.0727C118.079%2061.7529%20118.592%2062.2607%20118.82%2063.1023C119.003%2063.7794%20119.121%2064.3727%20120.04%2064.3878C120.465%2064.3947%20120.643%2064.812%20120.459%2065.2632L120.476%2065.2448C119.744%2064.5202%20119.365%2064.9332%20119.031%2065.6308C119.913%2066.3216%20120.928%2066.1139%20121.842%2066.1817C122.693%2066.2448%20123.177%2066.5614%20123.509%2067.2685L123.779%2067.5901C123.807%2067.7659%20123.915%2068.0767%20123.621%2068.0058C122.872%2067.8255%20122.001%2067.9664%20121.384%2067.672C120.202%2067.1079%20119.976%2067.904%20119.579%2068.5871C118.401%2067.8457%20118.384%2067.8297%20117.368%2068.9079C117.02%2069.2762%20116.583%2069.4555%20116.172%2069.6942C115.245%2070.2325%20114.725%2071.4128%20115.071%2072.2399C115.314%2072.8203%20117.456%2073.6172%20118.007%2073.202C119.147%2072.3419%20120.293%2072.9335%20121.347%2073.1691C122.836%2073.502%20123.745%2073.105%20124.653%2071.8038C124.86%2071.5069%20124.8%2071.1426%20124.76%2070.8119C124.67%2070.0793%20124.195%2069.6069%20123.463%2069.2981C124.621%2068.7346%20125.821%2069.5606%20125.845%2070.7714C125.891%2073.2078%20123.099%2075.2766%20120.807%2074.3475C119.497%2073.8163%20118.427%2073.8384%20117.461%2074.7127C116.636%2074.2962%20115.853%2074.0123%20115.199%2073.5473C113.959%2072.6656%20113.238%2070.0517%20115.16%2069.4057C116.067%2069.1008%20116.558%2068.3377%20117.007%2067.6817C117.311%2067.2382%20117.58%2067.078%20118.003%2066.9584C118.044%2067.0668%20118.11%2067.2279%20118.228%2067.1131C118.344%2067%20118.187%2066.9259%20118.078%2066.8817C118.061%2066.2499%20117.478%2066.2722%20117.078%2065.8883C116.634%2066.7899%20115.816%2066.8861%20115.093%2067.1337C114.499%2066.7521%20114.644%2066.2515%20114.817%2065.7459L115.044%2065.6663L114.924%2065.5465L114.845%2065.7735C114.046%2065.7675%20113.63%2066.3645%20113.108%2066.8263C112.899%2067.0117%20112.572%2067.2549%20112.222%2066.9071C111.971%2066.6569%20111.935%2066.4136%20112.113%2066.1387C112.667%2065.2845%20113.01%2064.2476%20114.08%2063.8328C114.167%2063.8621%20114.274%2063.8685%20114.336%2063.9249C114.533%2064.1042%20114.673%2064.421%20115.011%2064.2341C115.084%2064.1938%20115.134%2063.9446%20115.082%2063.8747C114.875%2063.5946%20114.596%2063.7355%20114.334%2063.8073C114.245%2063.8317%20114.15%2063.8319%20114.057%2063.8431C113.912%2063.2725%20113.37%2062.8283%20113.019%2063.2045C112.47%2063.794%20111.922%2063.5632%20111.351%2063.6097C110.997%2063.6386%20110.561%2063.5349%20110.425%2064.1616C110.817%2064.1286%20111.162%2064.072%20111.506%2064.0773C111.972%2064.0845%20112.052%2064.5746%20111.972%2064.7799C111.748%2065.3484%20110.968%2065.8592%20110.655%2065.5814C109.711%2064.7422%20109.309%2065.7618%20108.736%2065.9993C108.168%2065.4477%20108.075%2064.9442%20108.456%2064.4887C108.933%2063.9177%20109.407%2063.3448%20110.111%2062.4975C108.662%2063.5199%20107.192%2063.8448%20105.903%2064.5984C105.339%2064.9282%20105.602%2065.4752%20105.909%2065.6533C108.026%2066.8811%20109.545%2068.8533%20111.593%2070.1501C112.299%2070.5973%20112.714%2071.0631%20112.252%2071.9064C112.147%2072.0971%20112.319%2072.3181%20112.275%2072.4478C111.974%2073.34%20112.158%2074.3782%20111.193%2075.0707C109.572%2076.2335%20107.89%2076.6381%20105.995%2075.9444C105.603%2076.3835%20105.747%2077.0905%20105.146%2077.379C103.663%2078.0913%20102.096%2078.4149%20100.463%2078.5353C99.2702%2078.6233%2098.2474%2077.8812%2097.0744%2077.9431C96.0043%2077.9996%2094.9797%2077.9984%2094.0771%2077.2099C93.7666%2076.9386%2093.1774%2076.9337%2092.7096%2076.9056C91.498%2076.8329%2090.2405%2077.0001%2089.0793%2076.7328C87.2365%2076.3085%2086.3221%2075.523%2086.5923%2073.8856C86.7545%2072.9025%2086.6131%2071.8713%2086.6403%2070.8626C86.6503%2070.4919%2086.5748%2070.0928%2086.8966%2069.7727C87.8923%2068.7826%2091.6084%2068.2014%2093.0294%2068.8212C92.637%2069.1299%2092.1823%2069.2006%2091.6819%2069.2151C90.5234%2069.2487%2089.4413%2069.5995%2088.3827%2070.0688C87.7668%2070.3418%2087.613%2070.6924%2087.8293%2071.3172C88.2569%2072.552%2089.3507%2072.9297%2090.4016%2073.0374C91.9284%2073.1939%2093.4532%2073.5362%2095.0092%2073.3806C95.7051%2073.3109%2096.4121%2073.5057%2096.9249%2073.9023C98.7012%2075.2762%20100.882%2074.9036%20102.858%2075.3937C103.27%2075.496%20103.731%2075.4635%20104.161%2075.4166C104.655%2075.3629%20105.107%2075.1517%20105.238%2074.6119C105.368%2074.0769%20105.169%2073.6309%20104.648%2073.4315C102.578%2072.6378%20101.293%2070.8801%2099.8342%2069.3888C98.5685%2068.0948%2097.2162%2067.7931%2095.5883%2068.208C95.1192%2068.3276%2094.6985%2068.3883%2094.2352%2068.2314C94.4211%2067.5912%2095.1517%2068.054%2095.2835%2067.5129L95.6131%2067.1995C97.471%2067.0901%2099.0226%2067.6894%20100.45%2068.9275C101.176%2069.5574%20102.021%2070.1365%20102.493%2070.9177C103.109%2071.9383%20104.198%2071.4279%20104.918%2072.0089C105.671%2072.6165%20106.589%2072.8347%20107.6%2072.8298C108.635%2072.8249%20109.673%2072.8672%20110.686%2072.6716C111.075%2072.5964%20111.204%2072.6602%20111.294%2072.9874C110.63%2073.1616%20110.132%2073.4666%20110.282%2074.2795C110.091%2074.2852%20109.878%2074.103%20109.696%2074.3567C109.943%2074.5864%20110.077%2074.334%20110.243%2074.2466L110.243%2074.2466ZM87.8429%2072.9515C87.7751%2072.8404%2087.6699%2072.7064%2087.5583%2072.8278C87.4397%2072.9568%2087.59%2073.0338%2087.7081%2073.0819C87.2986%2073.555%2087.7999%2073.9061%2087.8513%2074.3536C88.3495%2073.8494%2088.6553%2073.388%2087.8429%2072.9515ZM106.383%2059.9533C106.371%2059.9109%20106.369%2059.8631%20106.346%2059.8281C106.333%2059.8087%20106.288%2059.8106%20106.257%2059.8029L106.409%2059.9274C106.408%2060.8378%20107.005%2061.1401%20107.764%2061.2767C107.288%2060.8537%20107.391%2059.8163%20106.383%2059.9533V59.9533ZM95.8895%2076.4301L95.9423%2076.7122C96.9892%2076.8344%2098.1755%2076.6888%2099.0488%2077.144C100.238%2077.7641%20100.088%2077.0013%20100.305%2076.4016C99.3297%2075.6799%2098.0365%2075.9485%2097.1928%2075.0789C96.6886%2075.5621%2096.4931%2076.1753%2095.8895%2076.4301ZM96.5567%2055.5796C97.2426%2056.3717%2097.6435%2057.5141%2099.1544%2057.5558C98.402%2056.5819%2097.6115%2055.9184%2096.5567%2055.5796ZM94.7953%2076.1998C96.0204%2076.5073%2095.9558%2075.1306%2096.8409%2074.9663C94.9218%2073.6795%2095.4146%2075.6571%2094.7953%2076.1998ZM88.717%2075.2706C89.1365%2074.8323%2089.8383%2074.6501%2090.0849%2073.7106C88.8963%2073.795%2088.7079%2074.4433%2088.717%2075.2706ZM106.013%2073.2062L106.489%2075.2676C106.732%2074.5911%20106.91%2073.9374%20106.013%2073.2062ZM110.918%2060.4644C110.735%2061.3254%20110.857%2061.8092%20111.284%2061.9156L110.918%2060.4644ZM93.2699%2074.5524C92.6563%2074.4209%2092.2882%2074.4352%2092.2513%2075.0895C92.6866%2075.1149%2092.9619%2074.8899%2093.2699%2074.5524ZM96.9368%2057.4824C96.8586%2057.4273%2096.7883%2057.3392%2096.7082%2057.3294C96.5512%2057.3101%2096.241%2057.2626%2096.3376%2057.5034C96.4432%2057.7663%2096.7332%2057.6572%2096.9368%2057.4824ZM119.467%2067.0338C119.384%2067.008%20119.304%2066.9539%20119.239%2066.9689C119.109%2066.9992%20119.104%2067.0831%20119.217%2067.1571C119.25%2067.179%20119.313%2067.2016%20119.335%2067.1857C119.387%2067.1484%20119.422%2067.0881%20119.467%2067.0338L119.467%2067.0338ZM118.322%2063.9815L118.186%2063.7769C118.139%2063.8435%20118.067%2063.9041%20118.048%2063.978C118.016%2064.1074%20118.062%2064.227%20118.222%2064.1949C118.267%2064.1858%20118.288%2064.0581%20118.322%2063.9815ZM118.311%2064.838L118.184%2064.6298C118.14%2064.6978%20118.061%2064.7659%20118.061%2064.8337C118.061%2064.9067%20118.136%2064.9795%20118.178%2065.0523L118.311%2064.838ZM114.193%2064.7205L114.109%2064.629L114.017%2064.7133L114.145%2064.8065L114.193%2064.7205V64.7205ZM117.897%2062.9357L117.848%2063.0055L117.924%2063.0163L117.897%2062.9357ZM111.584%2062.9972L111.489%2062.8915C111.454%2062.923%20111.393%2062.9532%20111.391%2062.9865C111.389%2063.02%20111.447%2063.0566%20111.478%2063.0918L111.584%2062.9972L111.584%2062.9972ZM99.2631%2059.7095C99.2344%2059.7334%2099.1852%2059.7555%2099.1829%2059.7816C99.1807%2059.8081%2099.2249%2059.8385%2099.2488%2059.8672C99.2774%2059.8433%2099.3267%2059.8212%2099.3289%2059.7951C99.3312%2059.7686%2099.2869%2059.7382%2099.2631%2059.7095V59.7095ZM103.414%2076.3936L103.337%2076.3027C103.307%2076.3284%20103.255%2076.3524%20103.253%2076.3802C103.251%2076.4084%20103.298%2076.4403%20103.324%2076.4706L103.414%2076.3936H103.414ZM93.2287%2075.4947L93.1444%2075.4032L93.053%2075.4875L93.1809%2075.5807L93.2287%2075.4947V75.4947Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M163.99%2042.1197C162.11%2042.6209%20160.23%2043.0956%20158.3%2043.4061C156.477%2043.6991%20154.669%2043.6922%20152.877%2043.4671C152.079%2043.367%20151.272%2043.3689%20150.493%2043.2313C148.729%2042.9198%20147.07%2042.2203%20145.473%2041.4438C145.064%2041.245%20144.531%2040.5887%20144.697%2039.9332C144.863%2039.2796%20144.991%2038.4848%20145.988%2038.5145C146.5%2038.5297%20146.938%2038.0875%20147.688%2038.2025C146.837%2038.7854%20145.89%2038.9994%20145.562%2040.0384C146.438%2041.7537%20148.257%2041.9273%20149.898%2042.1721C152.209%2042.5171%20154.555%2042.6692%20156.909%2042.5177C159.216%2042.3693%20161.509%2042.223%20163.696%2041.351C164.383%2041.0771%20164.936%2040.7232%20164.924%2039.9725C164.913%2039.2861%20164.378%2038.87%20163.75%2038.6666C163.478%2038.5784%20163.172%2038.6089%20163.057%2038.1344C164.134%2038.4417%20165.327%2038.277%20166.02%2039.4966C166.159%2034.8035%20165.327%2030.3397%20163.932%2025.907C163.618%2025.9259%20163.345%2026.1899%20163.02%2026.3306C161.686%2026.9081%20160.311%2027.2303%20158.861%2027.5071C155.978%2028.057%20153.167%2027.598%20150.353%2027.4304C149.108%2027.3561%20147.654%2026.8487%20146.655%2025.6469C145.794%2028.5202%20145.097%2031.3677%20144.732%2034.3172C144.528%2035.9589%20144.355%2037.6183%20144.282%2039.2495C144.206%2040.9613%20144.33%2042.7162%20144.913%2044.4407C145.321%2045.6444%20145.639%2046.8135%20146.275%2047.9638C147.31%2049.8368%20148.896%2051.1704%20150.233%2052.7461C151.508%2054.2486%20153.022%2055.5126%20154.05%2057.2749C154.761%2058.4915%20154.727%2059.7541%20154.801%2060.9481C154.864%2061.9859%20155.115%2063.0684%20154.942%2064.1057C154.622%2066.0306%20154.762%2067.9645%20154.71%2069.8913C154.665%2071.5408%20154.975%2073.2091%20154.122%2074.7602C154.045%2074.9005%20154.059%2075.1799%20154.152%2075.3071C154.396%2075.6443%20154.606%2075.9269%20154.173%2076.2726C153.625%2076.71%20153.299%2076.1464%20152.908%2075.9785C152.531%2075.816%20152.308%2075.4965%20152.586%2075.0356C152.706%2074.8358%20152.692%2074.5298%20152.844%2074.3786C154.261%2072.9746%20154.143%2071.2596%20154.061%2069.4573C154.02%2068.5409%20154.115%2067.571%20154.118%2066.6343C154.128%2064.0439%20154.467%2061.4379%20153.662%2058.8758C153.184%2057.3542%20152.272%2056.2515%20151.206%2055.0943C149.823%2053.5934%20148.055%2052.4598%20146.889%2050.825C145.607%2049.0267%20144.274%2047.1459%20143.877%2044.8964C143.46%2042.5319%20143.368%2040.1661%20143.579%2037.7222C143.797%2035.1935%20144.352%2032.734%20144.666%2030.233C144.907%2028.3115%20145.61%2026.4217%20146.301%2024.5907C146.95%2022.8723%20148.625%2022.4404%20150.222%2022.0245C150.294%2022.0056%20150.409%2022.0783%20150.479%2022.138C150.542%2022.1918%20150.569%2022.2865%20150.652%2022.4333C149.914%2022.8586%20148.973%2022.7371%20148.29%2023.323C147.783%2023.7582%20147.082%2024.1852%20147.275%2024.8593C147.463%2025.5148%20148.135%2025.9922%20148.849%2026.1931C150.57%2026.6768%20152.333%2026.8342%20154.117%2026.8286C155.451%2026.8244%20156.821%2027.0546%20158.109%2026.8196C159.957%2026.4826%20162.146%2026.8903%20163.402%2024.8404C162.804%2023.2188%20161.393%2022.6902%20159.783%2022.4136C161.144%2021.6703%20162.088%2022.6628%20163.024%2023.1987C163.847%2023.6698%20164.372%2024.4941%20164.657%2025.5693C165.417%2028.4369%20166.232%2031.2948%20166.586%2034.238C166.997%2037.6538%20167.664%2041.116%20166.713%2044.5229C165.964%2047.2071%20164.924%2049.7819%20162.741%2051.7435C161.165%2053.1591%20159.68%2054.6873%20158.259%2056.2596C157.057%2057.5894%20156.628%2059.2062%20156.489%2061.0421C156.243%2064.2712%20156.569%2067.4847%20156.436%2070.7023C156.387%2071.8741%20156.541%2073.0002%20157.298%2073.9485C157.653%2074.3935%20157.509%2074.9718%20157.886%2075.4279C156.792%2075.4189%20156.11%2074.6922%20155.943%2073.406C155.642%2071.0884%20155.686%2068.7548%20155.664%2066.4251C155.65%2065.0787%20155.615%2063.7308%20155.661%2062.3861C155.708%2061.0059%20155.866%2059.6338%20156.153%2058.2761C156.369%2057.2531%20156.924%2056.436%20157.571%2055.6588C159.287%2053.5984%20161.314%2051.8205%20162.98%2049.7147C164.003%2048.4209%20165.233%2047.2055%20165.508%2045.5174C165.69%2044.398%20166.1%2043.2941%20166.063%2041.989C165.037%2043.3016%20164.981%2044.8602%20164.093%2046.1065C162.624%2048.1689%20161.09%2050.1402%20158.853%2051.356C157.558%2052.0596%20156.089%2052.5044%20154.463%2051.869C155.292%2051.3184%20156.325%2051.2787%20157.169%2050.4846C156.018%2050.097%20154.956%2050.429%20153.634%2050.132L158.363%2048.7784C157.683%2048.1073%20156.891%2048.001%20155.985%2048.2284C155.256%2048.4114%20154.622%2048.0023%20153.923%2047.836C154.243%2046.9847%20155.377%2047.4192%20155.629%2046.5177C155.003%2045.575%20153.667%2046.303%20153.048%2045.4568C155.012%2044.7804%20157.122%2044.5659%20159.216%2044.2206C160.958%2043.9334%20162.73%2043.5114%20164.133%2042.271C164.281%2042.1994%20164.353%2042.077%20164.371%2041.9175C164.479%2041.8747%20164.678%2041.8358%20164.558%2041.6929C164.449%2041.5636%20164.342%2041.7116%20164.296%2041.8428C164.133%2041.8678%20164.035%2041.9644%20163.99%2042.1196L163.99%2042.1197ZM156.176%2046.8253C157.136%2046.7888%20158.156%2047.1714%20159.006%2046.3871C158.033%2046.3111%20157.068%2046.2902%20156.198%2046.8629C156.138%2046.7955%20156.081%2046.8533%20156.119%2046.8752C156.287%2046.9707%20156.035%2046.9589%20156.176%2046.8253V46.8253ZM160.896%2047.9209C160.743%2047.9563%20160.635%2048.042%20160.655%2048.1915C160.66%2048.2326%20160.807%2048.2844%20160.886%2048.2798C161.032%2048.2711%20161.132%2048.1744%20161.082%2048.0203C161.065%2047.969%20160.952%2047.9489%20160.896%2047.9209V47.9209ZM156.13%2046.0912C156.104%2046.0617%20156.079%2046.0107%20156.051%2046.0089C156.023%2046.0071%20155.992%2046.0545%20155.962%2046.0803L156.083%2046.1715L156.13%2046.0912H156.13ZM165.07%2041.3446L164.962%2041.4421C164.995%2041.4776%20165.027%2041.5397%20165.061%2041.5411C165.095%2041.5426%20165.132%2041.4835%20165.167%2041.4509L165.07%2041.3446H165.07Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M152.788%2072.2132C151.624%2072.4496%20150.616%2072.9885%20149.544%2073.2818C148.397%2073.596%20147.621%2074.3314%20146.921%2075.1533C146.124%2076.0884%20146.514%2077.5069%20147.569%2078.2924C148.849%2079.2444%20150.378%2079.4055%20151.844%2079.7551C154.005%2080.27%20156.246%2080.2415%20158.373%2079.8808C159.866%2079.6276%20161.479%2079.3265%20162.826%2078.3654C164.233%2077.361%20164.468%2075.9982%20163.328%2074.7331C161.987%2073.2443%20160.109%2072.9259%20158.32%2072.4136C158.101%2072.3511%20157.829%2072.4425%20157.708%2072.1568C158.671%2071.7835%20159.196%2071.7019%20160.642%2072.2961C162.239%2072.9525%20163.885%2073.6319%20164.608%2075.4538C165.273%2077.1294%20164.985%2078.1714%20163.459%2079.0711C162.254%2079.7822%20160.934%2080.2358%20159.56%2080.4658C157.958%2080.734%20156.351%2081.2596%20154.735%2081.0808C153.227%2080.9139%20151.687%2080.7593%20150.228%2080.2696C149.157%2079.9102%20148.033%2079.6648%20147.106%2078.9595C145.161%2077.4783%20144.851%2076.4708%20146.341%2074.6757C147.881%2072.8204%20149.963%2071.7291%20152.513%2071.9235C152.579%2071.9285%20152.636%2072.0485%20152.788%2072.2132Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M158.418%2078.5851C156.987%2079.2298%20155.409%2079.4223%20154.009%2079.2545C152.286%2079.0481%20150.381%2078.8504%20148.963%2077.5625C147.995%2076.683%20148.022%2076.2714%20149.092%2075.002C148.901%2076.9981%20150.197%2077.0504%20151.521%2077.5989C153.81%2078.5477%20156.112%2078.34%20158.418%2078.5851H158.418Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M161.103%2037.4572C160.106%2038.1065%20159.003%2037.5884%20157.953%2037.6944C155.354%2037.9567%20152.728%2037.5709%20150.112%2037.7344C149.937%2037.7453%20149.755%2037.6329%20149.576%2037.5778L149.602%2037.5492C150.681%2036.7163%20152.024%2036.9143%20153.235%2036.7373C155.193%2036.4512%20157.182%2036.4899%20159.126%2037.1191C159.743%2037.3187%20160.491%2037.0278%20161.095%2037.4702L161.103%2037.4572V37.4572Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M158.387%2053.1817C158.554%2053.5566%20158.335%2053.771%20158.114%2054.0555C157.581%2054.7418%20156.719%2055.0388%20156.283%2055.8945C155.905%2056.6337%20154.776%2056.4972%20154.234%2055.8002C154.153%2055.6959%20154.188%2055.4477%20154.104%2055.4083C153.626%2055.186%20153.067%2055.003%20153.38%2054.3172C153.66%2053.7058%20154.283%2053.8436%20154.788%2053.8784C156.063%2053.9665%20157.264%2053.7293%20158.413%2053.1877L158.387%2053.1816L158.387%2053.1817Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M159.196%2022.0886C156.603%2022.1662%20154.043%2022.1188%20151.197%2022.2636C152.809%2021.1454%20157.412%2021.0973%20159.196%2022.0886Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M158.413%2053.1876C158.507%2053.1623%20158.601%2053.1369%20158.695%2053.1113C158.592%2053.1345%20158.49%2053.158%20158.387%2053.1815L158.413%2053.1876V53.1876Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M161.095%2037.4702L161.14%2037.5561C161.234%2037.4867%20161.222%2037.4537%20161.103%2037.4573L161.095%2037.4702Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M149.576%2037.5792L149.495%2037.5449C149.506%2037.6429%20149.542%2037.6448%20149.602%2037.5506L149.576%2037.5792Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M95.1768%2061.8342C93.9544%2062.2938%2092.7676%2062.5207%2091.6407%2062.6783C89.368%2062.9962%2087.4381%2064.0766%2085.4331%2064.9986C84.6666%2065.3511%2083.9439%2065.8525%2083.2013%2066.2665C81.3872%2067.2779%2080.6017%2069.0451%2079.8245%2070.7519C79.5726%2071.305%2079.6959%2072.2683%2080.2087%2073.0305C81.5626%2075.0431%2083.3437%2076.4453%2085.6124%2077.2443C87.1773%2077.7954%2088.5908%2078.7256%2090.2066%2079.1303C92.0223%2079.585%2093.883%2079.8719%2095.6807%2080.384C98.0134%2081.0486%20100.447%2080.7922%20102.775%2081.2778C105.356%2081.8164%20107.946%2081.6011%20110.495%2081.4506C113.703%2081.2612%20116.928%2081.0671%20120.118%2080.4646C122.946%2079.9304%20125.687%2079.1582%20128.287%2077.9922C130.43%2077.0314%20132.586%2075.9616%20133.832%2073.7612C135.441%2070.9213%20134.749%2069.4999%20132.872%2067.8066C130.832%2065.9665%20128.331%2065.034%20125.845%2063.9649C123.567%2062.9852%20121.149%2062.3974%20118.891%2061.1816C120.084%2061.2059%20121.164%2061.4393%20122.268%2061.7722C124.408%2062.4172%20126.433%2063.3521%20128.526%2064.1119C131.102%2065.0474%20133.46%2066.4294%20135.12%2068.7268C135.997%2069.9414%20136.067%2072.6424%20135.229%2073.8788C133.735%2076.0832%20131.703%2077.6859%20129.307%2078.7878C126.093%2080.2652%20122.695%2081.1948%20119.223%2081.8103C117.754%2082.0707%20116.246%2082.1029%20114.758%2082.294C111.082%2082.7661%20107.378%2082.5743%20103.688%2082.5681C101.646%2082.5648%2099.6327%2082.0507%2097.6087%2081.7456C95.4223%2081.4161%2093.2109%2081.1167%2091.1147%2080.4753C88.2587%2079.6014%2085.4299%2078.55%2082.7818%2077.1499C80.7113%2076.0553%2079.1535%2074.3239%2078.9563%2071.9019C78.7817%2069.757%2079.7392%2067.7873%2081.4305%2066.5367C85.3643%2063.6278%2089.9457%2062.2707%2094.7472%2061.6043C94.8239%2061.5936%2094.9156%2061.6904%2095.1768%2061.8342H95.1768Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M129.348%2073.2837C128.536%2073.7581%20127.713%2074.2131%20127.544%2075.2802C127.437%2075.9563%20126.765%2076.1649%20126.312%2076.3742C124.596%2077.167%20122.849%2077.9346%20121.045%2078.4839C119.889%2078.8356%20118.638%2079.1247%20117.376%2078.5558C116.885%2078.3343%20116.739%2077.9976%20116.649%2077.6009C116.546%2077.1507%20116.746%2076.8489%20117.18%2076.553C118.374%2075.7373%20119.756%2075.7812%20120.995%2075.9412C122.108%2076.085%20123.015%2075.598%20123.924%2075.3748C125.755%2074.9251%20127.403%2073.914%20128.792%2072.4901C130.105%2071.1441%20130.256%2070.6801%20129.059%2069.2898C128.926%2069.1348%20128.838%2068.9789%20128.855%2068.7734C129.992%2068.838%20130.888%2069.7901%20131.08%2071.1425C131.2%2071.9821%20130.459%2073.0395%20129.483%2073.4213C129.581%2073.3517%20129.694%2073.2465%20129.586%2073.1484C129.467%2073.0402%20129.4%2073.1854%20129.348%2073.2837L129.348%2073.2837ZM120.214%2077.8996C120.48%2077.6075%20120.446%2077.2935%20120.29%2076.9372C119.88%2076.9802%20119.466%2077.1916%20119.058%2077.0011C118.555%2076.7664%20118.265%2077.0936%20117.813%2077.3248C118.671%2077.7003%20119.615%2077.0341%20120.214%2077.8996V77.8996ZM122.853%2076.9646C122.293%2076.6794%20121.776%2076.693%20121.214%2076.9784C121.822%2077.8784%20122.347%2077.0367%20122.853%2076.9646ZM129.808%2072.0411C129.774%2072.1291%20129.735%2072.2064%20129.72%2072.2882C129.716%2072.3117%20129.781%2072.348%20129.814%2072.3783C129.858%2072.3185%20129.932%2072.2609%20129.937%2072.1979C129.941%2072.1504%20129.856%2072.096%20129.808%2072.0411V72.0411Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M114.229%2078.4951C112.349%2079.9995%20110.083%2080.1732%20108.705%2078.9615C107.928%2078.2782%20107.938%2077.9855%20108.858%2077.5389C110.361%2076.8083%20111.94%2077.1543%20113.478%2077.3815C113.936%2077.4491%20114.109%2078.0478%20114.229%2078.4951L114.229%2078.4951ZM110.19%2078.7672C110.731%2078.9569%20110.869%2078.703%20110.984%2078.3642C110.565%2078.1715%20110.33%2078.3068%20110.19%2078.7672ZM111.935%2078.4364C111.875%2078.3837%20111.815%2078.2871%20111.753%2078.2861C111.607%2078.2838%20111.298%2078.1779%20111.442%2078.5C111.513%2078.6577%20111.774%2078.641%20111.935%2078.4364H111.935Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M103.805%2061.0668C102.133%2062.9793%20101.142%2063.3526%2098.765%2062.9246C98.6269%2062.2957%2098.9354%2061.8527%2099.4337%2061.5315C100.492%2060.8497%20101.579%2060.262%20102.861%2061.0065C103.178%2061.1905%20103.516%2061.1329%20103.853%2061.1141L103.805%2061.0668H103.805ZM101.829%2062.1112C101.585%2061.5078%20101.29%2061.4019%20100.825%2061.507C100.921%2062.2016%20101.345%2062.0281%20101.829%2062.1112ZM100.437%2062.024L100.336%2062.1159C100.367%2062.1491%20100.397%2062.2073%20100.429%2062.2085C100.462%2062.2098%20100.496%2062.1543%20100.53%2062.1236L100.437%2062.024L100.437%2062.024ZM102.118%2061.7566C102.102%2061.7835%20102.068%2061.8167%20102.074%2061.8358C102.086%2061.8704%20102.134%2061.9264%20102.147%2061.9215C102.252%2061.8809%20102.271%2061.8198%20102.2%2061.7641C102.182%2061.7497%20102.146%2061.7585%20102.118%2061.7566V61.7566Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M104.087%2069.2219C103.827%2068.6468%20103.235%2068.458%20103.166%2067.7422C104.476%2068.6176%20105.822%2069.3343%20107.601%2068.9555C107.141%2070.0645%20106.411%2069.7763%20105.807%2069.7278C104.777%2069.6451%20104.698%2069.6915%20104.669%2070.8375C104.661%2071.153%20104.485%2071.2931%20104.234%2071.1978C103.718%2071.0021%20103.779%2070.4164%20103.547%2070.0241C103.243%2069.5096%20103.877%2069.5152%20104.087%2069.2219V69.2219Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M92.1482%2070.3622C93.8514%2068.8465%2097.5254%2068.7681%2098.8184%2070.1583C96.5065%2069.8972%2094.3173%2069.8043%2092.1482%2070.3622Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M95.6281%2067.2222L95.3311%2067.5346C94.7985%2066.6292%2094.8853%2066.2494%2095.7143%2065.7764C97.2018%2064.9277%2098.9335%2065.1655%20100.51%2064.7026C100.78%2064.6233%20101.013%2064.9143%20101.249%2065.2479C99.9162%2065.8022%2098.4913%2065.6679%2097.1572%2065.98C96.3937%2066.1586%2095.8283%2066.424%2095.6281%2067.2222L95.6281%2067.2222Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M100.383%2072.7467C99.481%2072.1091%2098.2732%2072.8748%2097.4676%2071.8594C96.9331%2071.1856%2096.0697%2071.8474%2095.4452%2071.3098C96.1185%2070.6554%2096.9788%2070.565%2097.6777%2070.8046C98.6875%2071.1509%2099.5954%2071.7946%20100.547%2072.3114L100.383%2072.7467Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M105.742%2066.8638C105.866%2067.293%20106.279%2067.5172%20106.569%2068.0013C105.643%2067.9649%20104.992%2067.3037%20104.172%2067.3274C104.27%2067.2408%20104.376%2067.1279%20104.262%2067.0136C104.147%2066.8994%20104.035%2067.0051%20103.949%2067.1045C102.837%2066.4421%20101.686%2066.1972%20100.415%2066.8442C100.286%2066.0567%20100.761%2065.8568%20101.307%2065.8147C102.116%2065.7523%20102.928%2065.7313%20103.673%2066.1791C104.324%2066.5697%20105.024%2066.849%20105.793%2066.9119L105.742%2066.8638H105.742Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M123.908%2067.4514L123.691%2067.1245C123.97%2066.4046%20124.49%2066.6396%20124.979%2066.8106C125.581%2067.0212%20126%2067.4509%20126.355%2067.9669C125.362%2068.4748%20124.837%2067.0661%20123.908%2067.4514Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M122.851%2070.2578C122.569%2071.2036%20122.511%2071.2314%20121.24%2071.0844C121.456%2070.1767%20122.359%2070.6031%20122.851%2070.2578Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M120.459%2065.263L120.393%2065.2148C120.374%2065.3082%20120.402%2065.3181%20120.476%2065.2446L120.459%2065.263Z%22%20fill%3D%22%2349525A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4190_178280%22%3E%3Crect%20width%3D%22188.474%22%20height%3D%22200%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.welcome-delivery-img {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22242%22%20height%3D%22130%22%20viewBox%3D%220%200%20242%20130%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4190_178281)%22%3E%3Cg%20opacity%3D%220.3%22%3E%3Cpath%20d%3D%22M83.9754%2062.7139C83.7336%2063.9757%2083.9579%2065.2814%2083.5791%2066.5396C83.4663%2066.914%2083.3781%2067.1805%2082.9886%2067.2745L83.0258%2067.2444C82.9191%2067.411%2082.6855%2067.6826%2082.724%2067.7291C83.8424%2069.0803%2083.2525%2070.6945%2083.2705%2072.1401C83.3136%2075.59%2083.4765%2078.9912%2084.355%2082.3509C84.7418%2083.8297%2084.6018%2085.4889%2085.184%2086.8612C85.6987%2088.0743%2085.6927%2089.2913%2086.1276%2090.5347C84.326%2090.9068%2082.7355%2091.8114%2080.9448%2091.0615C80.6605%2090.9424%2080.374%2091.1986%2080.0925%2091.2513C79.1425%2091.4289%2078.2187%2091.8834%2077.1981%2091.3712C76.7043%2091.1234%2076.109%2091.3816%2075.6393%2091.6752C74.9031%2092.1354%2074.3781%2091.876%2073.7745%2091.366C72.256%2090.0831%2071.0847%2088.4734%2069.6562%2087.1038C69.0175%2086.4915%2068.3923%2085.6692%2068.768%2084.586C69.0143%2083.876%2068.606%2083.5433%2067.9766%2083.4436C67.2743%2083.3324%2066.7108%2082.9304%2066.0935%2082.6394C66.0627%2082.5257%2066.1146%2082.2823%2065.8731%2082.4986L66.1177%2082.6152C66.05%2083.1335%2065.7931%2083.3412%2065.3053%2083.0628C64.5833%2082.6508%2063.8753%2082.2146%2063.2024%2081.8131C63.1544%2081.444%2063.6227%2081.5031%2063.546%2081.0336C60.5558%2080.4082%2058.0611%2078.4671%2055.1804%2077.371C54.8676%2077.2519%2054.588%2076.9836%2054.3558%2076.7276C53.8033%2076.1185%2053.1561%2075.7205%2052.3617%2075.4724C51.4197%2075.1782%2050.5194%2074.7655%2049.7544%2074.0953C48.3535%2072.8678%2046.5945%2072.0649%2044.9623%2071.4429C43.3844%2070.8416%2041.8916%2069.9749%2040.2233%2069.5251C38.8176%2069.1461%2037.5484%2068.2654%2036.2138%2067.6171C33.9548%2066.5197%2031.5578%2065.7829%2029.2141%2064.9044C28.4586%2064.6212%2027.6087%2064.388%2026.9933%2063.8014C26.2895%2063.1305%2025.3544%2063.1234%2024.5148%2062.8551C23.862%2062.6466%2023.7058%2063.1891%2023.4973%2063.6275C25.1599%2064.6535%2026.8069%2065.6145%2028.4684%2066.4569C30.5335%2067.5038%2032.4303%2068.9355%2034.7092%2069.5483C35.7705%2069.8337%2036.2121%2070.9027%2037.2148%2071.349C39.5524%2072.3894%2041.6396%2073.9246%2043.8542%2075.1773C45.3246%2076.0091%2046.5995%2077.3465%2048.4308%2077.5996C49.0191%2077.6809%2049.3018%2078.4638%2049.9015%2078.7631C53.5843%2080.6012%2056.715%2083.3724%2060.5579%2084.9817C61.7232%2085.4698%2062.8382%2086.3047%2063.9049%2087.0987C63.6795%2087.624%2063.1415%2087.2782%2062.8035%2087.6332C63.1558%2088.8463%2062.3951%2089.8045%2062.0106%2090.9251C61.3199%2092.9385%2060.0312%2094.6157%2059.3244%2096.5865C59.1408%2097.0984%2058.8176%2097.5592%2058.6183%2098.0669C58.2545%2098.9941%2057.6327%2099.5412%2056.5299%2099.5411C57.5062%20101.074%2057.8397%20102.798%2058.6899%20104.34C59.2857%20105.421%2058.7919%20106.978%2059.1%20108.31C59.3571%20109.422%2059.356%20110.593%2060.8702%20110.886C61.333%20110.976%2061.7074%20111.522%2061.9876%20112.095C61.1281%20111.634%2060.2056%20111.26%2059.4246%20110.691C58.4255%20109.964%2057.3299%20109.39%2056.2666%20108.815C53.9821%20107.582%2051.5863%20106.543%2049.1922%20105.528C48.0293%20105.035%2047.1353%20104.105%2045.9701%20103.679C42.8269%20102.532%2040.1062%20100.526%2036.9625%2099.3534C35.8449%2098.9365%2034.7611%2098.2291%2033.655%2097.694C31.1153%2096.4653%2028.3444%2095.6542%2025.9458%2094.2108C23.3837%2092.669%2020.5688%2091.7189%2017.9491%2090.3202C15.3612%2088.9385%2012.6702%2087.6276%209.93935%2086.4581C8.62583%2085.8957%207.236%2085.5817%205.95213%2084.9637C5.07721%2084.5425%204.25445%2084.1082%204.19069%2083.0053C2.81706%2083.1562%201.70989%2082.4004%201.26274%2081.1206C0.408682%2078.6762%200.310894%2076.1398%200.315129%2073.5909C0.317827%2071.9612%200.338219%2070.3313%200.372399%2068.7019C0.394203%2067.6622%200.866768%2066.7162%201.01939%2065.6835C1.26454%2064.0249%201.02688%2062.2888%201.81602%2060.6937C2.20302%2059.9114%202.36833%2059.1102%203.31997%2058.6867C4.09685%2058.341%204.06132%2057.5422%203.42353%2056.846C2.01662%2055.3101%202.03248%2054.8273%203.57073%2053.3357C3.86833%2053.0471%204.07174%2052.7143%204.21144%2052.3329C2.54146%2050.6467%202.58771%2050.0018%204.63126%2047.5726C3.46984%2047.0322%203.28256%2046.0536%203.4024%2044.8935C3.53232%2043.636%204.4403%2042.9161%205.32433%2042.3632C6.07983%2041.8906%206.21118%2041.5478%205.82356%2040.8445C5.3691%2040.02%205.53919%2039.3157%206.3219%2038.7781C4.96261%2037.6586%204.76419%2037.0114%205.50562%2035.5029C5.98403%2034.5296%205.83029%2033.4833%206.06132%2032.5191C6.34913%2031.3179%206.62154%2030.1191%206.84011%2028.9012C7.47837%2025.3451%208.75946%2021.9524%209.53606%2018.4199C9.91367%2016.7023%2010.5952%2014.9275%2011.0587%2013.2171C11.5677%2011.3392%2012.6793%209.73822%2013.0281%207.84744C13.0883%207.52112%2013.346%207.3465%2013.5603%207.14271C15.0899%205.68773%2016.8936%204.65797%2018.928%204.19383C19.9348%203.96414%2021.0255%204.33167%2022.072%204.5597C24.0745%204.99599%2026.0289%205.61573%2028.0244%206.08186C29.0101%206.31209%2030.0726%206.54257%2030.9858%207.22101C31.8428%207.85769%2032.9856%208.19637%2034.0351%208.25579C35.6491%208.34716%2036.2529%209.46896%2036.7567%2010.5956C38.2319%2013.8946%2038.8463%2017.4652%2039.6603%2020.955C39.9675%2022.272%2040.2422%2023.6581%2040.4118%2024.9906C40.2354%2025.0953%2040.15%2025.1908%2040.0669%2025.1888C37.7222%2025.1328%2037.6763%2026.0825%2038.2847%2027.757C38.7848%2029.1336%2038.4368%2030.618%2038.8579%2032.0188C39.0021%2032.4985%2038.958%2033.0706%2039.1485%2033.6363C38.5059%2032.6499%2037.7682%2033.2325%2037.1053%2033.4286C36.423%2033.6306%2036.4976%2034.2516%2036.4879%2034.8061C36.4731%2035.6554%2036.4659%2036.4758%2036.7234%2037.3275C37.0869%2038.5295%2036.923%2039.8174%2036.9997%2041.1341C34.8628%2041.7738%2035.641%2043.3858%2035.923%2045.0145C35.1767%2044.6786%2034.4564%2044.1596%2033.9102%2044.9349C33.3288%2045.7603%2032.841%2046.6792%2033.3469%2047.7167C33.604%2048.2439%2033.7767%2048.7844%2033.9962%2049.4225C33.2504%2049.2595%2032.8538%2048.0806%2032.2141%2048.5269C30.7495%2049.5487%2030.3019%2048.1961%2029.8052%2047.5262C28.0624%2045.1757%2025.9587%2043.1785%2023.906%2041.1274C23.5236%2040.7453%2023.0653%2040.42%2022.5944%2040.1523C22.2508%2039.9569%2021.771%2039.8681%2021.4953%2040.2371C21.2976%2040.5016%2021.336%2040.898%2021.5223%2041.2298C22.0233%2042.122%2022.7522%2042.8568%2023.3858%2043.6339C23.8829%2044.2437%2023.9009%2045.1866%2024.7315%2045.5288L24.718%2045.4855L25.0815%2045.8492L25.0412%2045.8395C24.8884%2046.6686%2025.6185%2047.0564%2026.0004%2047.5598C27.8795%2050.0367%2029.335%2052.815%2031.2975%2055.2123C33.547%2057.96%2035.3355%2060.9714%2037.0741%2064.0378C37.3963%2064.6062%2037.3186%2065.2814%2037.8189%2065.8004C39.0391%2067.0663%2040.2208%2066.901%2040.721%2065.2276C40.9224%2064.5539%2041.0878%2063.8993%2041.4827%2063.3104C41.7863%2062.8576%2041.787%2062.3566%2041.5608%2061.8731C40.9871%2060.6465%2040.9859%2059.2627%2040.4841%2058.0168C40.3508%2057.6858%2040.347%2057.3499%2040.4538%2056.9915C40.9131%2055.4502%2040.7352%2053.896%2040.5116%2052.342C40.474%2052.0801%2040.5646%2051.8455%2040.823%2051.718C41.379%2051.6735%2041.2241%2052.5372%2041.8765%2052.4701C42.1293%2051.3488%2042.6626%2050.2815%2042.6665%2049.0609C42.671%2047.657%2043.6996%2046.4645%2043.5991%2045.0467C43.5%2043.6482%2043.9358%2042.2579%2043.6107%2040.863C43.5665%2040.6733%2043.4744%2040.3928%2043.5626%2040.2901C44.4792%2039.2227%2043.8549%2037.8384%2044.3368%2036.6861C44.717%2035.7771%2044.1015%2034.939%2044.0968%2034.0376C44.0871%2032.1777%2044.0931%2030.2889%2043.7797%2028.4658C43.2122%2025.164%2042.8084%2021.8277%2041.9145%2018.5833C41.4336%2016.8379%2040.9497%2015.1296%2040.1339%2013.475C39.5601%2012.3113%2039.4577%2010.9081%2038.2714%209.9088C39.559%209.42471%2040.5187%2010.1927%2041.5175%2010.4032C42.4942%2010.6091%2043.4973%2010.8905%2044.4403%2011.3875C45.5613%2011.9782%2046.9031%2012.14%2048.051%2012.6921C49.333%2013.3086%2050.7999%2013.7145%2051.5577%2015.1528C51.7577%2015.5323%2051.9567%2015.8762%2051.8338%2016.2633C51.3976%2017.6367%2051.2348%2019.0695%2050.8711%2020.4614C50.3644%2022.4002%2049.7147%2024.3333%2050.0135%2026.4176C50.0998%2027.0197%2049.6758%2027.648%2049.7245%2028.4807C49.1573%2027.9661%2048.7859%2027.4301%2047.9948%2027.8905C47.4241%2028.2227%2047.1592%2027.2805%2046.5999%2027.1986C46.2437%2027.7442%2046.5487%2028.1119%2047.0189%2028.1944C48.0315%2028.372%2048.6332%2029.1418%2049.4024%2029.669C49.5658%2029.7809%2049.6846%2030.0332%2049.8483%2030.0575C51.4021%2030.2887%2051.9195%2031.7461%2052.9386%2032.606C54.3847%2033.8262%2055.667%2035.2144%2056.9347%2036.5965C58.5397%2038.3463%2060.1451%2040.101%2061.8793%2041.7106C63.7817%2043.4763%2065.4374%2045.4751%2067.3304%2047.2593C69.0042%2048.837%2070.6877%2050.5195%2072.1981%2052.3355C73.4531%2053.8447%2074.8712%2055.2863%2076.4131%2056.5941C78.2675%2058.1669%2079.9017%2060.019%2081.3085%2062.0477C82.1406%2063.2477%2082.5249%2063.2803%2083.9386%2062.7168L83.9754%2062.7139ZM52.865%2048.4817C52.8175%2048.351%2052.7171%2048.1916%2052.5995%2048.3239C52.4744%2048.4646%2052.6692%2048.5188%2052.7842%2048.5638C52.8155%2048.7343%2052.9157%2048.8356%2053.0871%2048.8655C53.0971%2049.1121%2053.1276%2049.3476%2053.4015%2049.4528C53.8695%2050.3247%2054.564%2050.9753%2055.3081%2051.6227C56.1735%2052.3756%2056.8367%2053.36%2057.6976%2054.1193C58.5412%2054.8633%2059.1628%2056.0378%2060.3193%2056.0071C59.0191%2054.573%2057.7597%2052.933%2056.2337%2051.5978C55.362%2050.8351%2054.7328%2049.7151%2053.5158%2049.3597C53.4784%2049.1204%2053.4695%2048.8637%2053.1666%2048.7856C53.1374%2048.6136%2053.0354%2048.5137%2052.865%2048.4817ZM63.4378%2058.4305C63.3854%2058.3128%2063.3068%2058.151%2063.1756%2058.2749C63.0508%2058.3928%2063.1973%2058.4942%2063.3143%2058.5574C63.3683%2058.7176%2063.4826%2058.8036%2063.647%2058.828C64.2216%2060.0628%2065.1479%2060.9486%2066.3544%2061.5563C66.8651%2062.3639%2067.6291%2062.7859%2068.5363%2062.99C68.5973%2063.7184%2068.8481%2064.2602%2069.7188%2064.1921L70.0516%2064.5269C70.001%2064.7176%2070.1009%2064.8205%2070.2624%2064.8872C70.4224%2065.0834%2070.5039%2065.3917%2070.9225%2065.3089C70.9125%2064.9743%2070.7148%2064.8177%2070.4434%2064.713C70.344%2064.5596%2070.2136%2064.4852%2070.0285%2064.5496L69.6955%2064.2149C69.5177%2063.5999%2069.0569%2063.2648%2068.5092%2063.0157C68.102%2062.1508%2067.2747%2061.8012%2066.5048%2061.3811C65.8402%2060.2291%2064.8653%2059.4027%2063.7336%2058.7408C63.7033%2058.5722%2063.6011%2058.4722%2063.4378%2058.4305H63.4378ZM56.9969%2074.2299C57.0372%2074.3968%2057.144%2074.4907%2057.3121%2074.5175C57.7589%2074.8916%2058.16%2075.3657%2058.9818%2075.3227C58.6137%2074.4887%2058.0301%2074.4122%2057.3915%2074.4377C57.3632%2074.2675%2057.2625%2074.1675%2057.0951%2074.1322C57.054%2073.9808%2056.9701%2073.8642%2056.8002%2073.8919C56.7364%2073.9023%2056.6856%2073.9928%2056.629%2074.0467C56.7515%2074.1079%2056.874%2074.1691%2056.9969%2074.2299V74.2299ZM31.9608%2025.9328C32.0056%2026.0517%2032.0828%2026.2195%2032.2074%2026.0948C32.3314%2025.9707%2032.164%2025.8927%2032.045%2025.8477C31.8494%2025.4474%2031.5983%2025.4818%2031.2902%2025.7413C31.4869%2025.9755%2031.7333%2025.9198%2031.9608%2025.9328V25.9328ZM26.8268%2030.7678C26.961%2031.0964%2027.2154%2031.0804%2027.4922%2031C27.9862%2031.6084%2028.7422%2031.7005%2029.4138%2031.9044C30.6567%2032.2818%2030.8832%2032.2444%2031.3982%2031.8713C29.9849%2031.7282%2028.8899%2030.7068%2027.4655%2031.0311C27.4715%2030.6402%2027.1736%2030.6837%2026.9268%2030.6542C26.5148%2030.1336%2026.0949%2030.4521%2025.6724%2030.7012L26.8268%2030.7678V30.7678ZM13.55%2010.4781C15.227%209.99525%2016.2416%208.78335%2017.0723%207.36958C15.7166%208.19745%2014.3094%208.97139%2013.5965%2010.4953L13.55%2010.4781ZM57.9992%2069.549C58.6545%2071.0695%2060.3661%2071.5688%2061.3681%2072.8173C61.8283%2073.3907%2062.5974%2074.0968%2063.7349%2073.9693C61.9398%2072.2477%2059.981%2070.9208%2057.9992%2069.549L57.9992%2069.549ZM9.28261%2059.5465C9.34539%2059.2638%209.40122%2059.129%209.39996%2058.9947C9.397%2058.6759%209.33582%2058.3563%208.95016%2058.7286C8.62247%2059.0449%208.99717%2059.1997%209.28261%2059.5465ZM46.5713%2013.1941C46.4259%2013.1909%2046.2798%2013.2323%2046.2882%2013.3935C46.2991%2013.6018%2046.4829%2013.7608%2046.6484%2013.7771C46.8245%2013.7944%2047.0186%2013.6379%2046.9957%2013.4189C46.9709%2013.1802%2046.7514%2013.1971%2046.5713%2013.1941H46.5713ZM79.75%2070.9603C79.7692%2071.1481%2079.9002%2071.185%2080.0398%2071.1794C80.1841%2071.1736%2080.3267%2071.1124%2080.3471%2070.9551C80.3655%2070.8135%2080.3186%2070.6402%2080.1466%2070.6359C79.9407%2070.6307%2079.829%2070.7994%2079.75%2070.9603V70.9603ZM23.499%2029.9685C23.5325%2030.0056%2023.559%2030.0584%2023.6007%2030.0768C23.7189%2030.129%2023.8291%2030.0819%2023.8252%2029.9581C23.8214%2029.8347%2023.7083%2029.7947%2023.5937%2029.854C23.5532%2029.875%2023.53%2029.9293%2023.499%2029.9685V29.9685ZM72.3806%2080.3704C72.3532%2080.3383%2072.3273%2080.2829%2072.2977%2080.2807C72.2677%2080.2786%2072.2339%2080.3292%2072.2018%2080.3567C72.2293%2080.3888%2072.2551%2080.4443%2072.2847%2080.4464C72.3147%2080.4485%2072.3485%2080.3979%2072.3806%2080.3704ZM12.5483%2060.6343C12.5134%2060.664%2012.4535%2060.6915%2012.4508%2060.7239C12.4481%2060.7564%2012.5024%2060.7936%2012.5318%2060.8287C12.5666%2060.799%2012.6263%2060.7715%2012.6293%2060.7389C12.6321%2060.7067%2012.5776%2060.6693%2012.5483%2060.6343V60.6343ZM77.7303%2088.4495L77.6779%2088.5265L77.7608%2088.5377L77.7303%2088.4495ZM11.3957%2055.8873C11.3665%2055.8717%2011.3298%2055.8367%2011.3098%2055.8445C11.2736%2055.8587%2011.2161%2055.9119%2011.2219%2055.9253C11.2695%2056.0351%2011.3351%2056.0522%2011.3911%2055.9753C11.4053%2055.9558%2011.3932%2055.9172%2011.3957%2055.8873ZM17.0192%2043.7794C17.0047%2043.8054%2016.9684%2043.8424%2016.9761%2043.8632C16.9897%2043.9005%2017.0435%2043.9603%2017.0569%2043.9546C17.1693%2043.9071%2017.1878%2043.8401%2017.1107%2043.7815C17.0914%2043.7669%2017.0516%2043.7794%2017.0192%2043.7794V43.7794ZM47.8649%2016.7762L47.9597%2016.6889L47.8724%2016.5941L47.7758%2016.7268L47.8649%2016.7762L47.8649%2016.7762ZM47.1987%2015.1097C47.1844%2015.1354%2047.1484%2015.1721%2047.1559%2015.1928C47.1694%2015.2298%2047.2227%2015.2891%2047.236%2015.2835C47.3475%2015.2366%2047.366%2015.1701%2047.2895%2015.1119C47.2705%2015.0974%2047.2309%2015.1097%2047.1987%2015.1097H47.1987Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M93.0718%2040.7637C92.7968%2039.8542%2093.039%2038.9304%2093.3348%2038.1391C94.3601%2035.3957%2094.5323%2032.463%2095.3662%2029.6848C95.4678%2029.3464%2095.4667%2029.0014%2095.4662%2028.6469C95.4653%2028.0496%2095.5763%2027.3347%2096.0781%2027.0619C97.2561%2026.4216%2097.0245%2025.5915%2096.6496%2024.646C96.4664%2024.1839%2096.2783%2023.7131%2096.3304%2023.1929C96.3692%2022.8046%2096.2207%2022.4237%2095.8806%2022.313C94.9133%2021.9983%2094.7103%2021.0237%2094.4043%2020.3456C93.6131%2018.5918%2092.686%2016.9101%2091.8817%2015.1691C91.3209%2013.9553%2092.0235%2012.7783%2092.3442%2011.6121C92.4825%2011.1089%2092.9636%2010.6563%2092.5034%2010.0797C92.4429%2010.0039%2092.4765%209.75105%2092.5557%209.68089C93.6488%208.71267%2093.4875%207.35132%2093.7097%206.10898C93.7237%206.03085%2093.85%205.97283%2094.071%205.77171C94.7736%206.79675%2095.3674%207.84813%2095.6176%209.03731C96.0301%2010.998%2096.9926%2012.7374%2097.6993%2014.5793C98.1751%2015.8197%2098.7393%2017.033%2098.9565%2018.3609C98.9963%2018.6042%2098.992%2018.8948%2099.126%2019.0764C100.288%2020.6505%20100.098%2022.6285%20100.734%2024.3594C101.744%2027.1059%20102.16%2030.0141%20102.797%2032.8498C103.305%2035.1151%20103.755%2037.4309%20103.881%2039.8015C103.986%2041.7974%20104.668%2043.756%20104.957%2045.751C105.238%2047.6853%20105.682%2049.5818%20105.714%2051.5802C105.74%2053.1721%20106.177%2054.804%20106.386%2056.4248C106.696%2058.8254%20106.522%2061.2424%20106.626%2063.6457C106.682%2064.9334%20106.505%2066.3405%20107.224%2067.5755C107.929%2067.5588%20108.048%2067.1375%20108.109%2066.5896C108.473%2063.3262%20108.832%2060.0897%20108.531%2056.7675C108.413%2055.4558%20108.619%2054.0375%20108.39%2052.6864C107.926%2049.9496%20107.932%2047.1683%20107.534%2044.425C107.349%2043.153%20107.391%2041.8397%20107.368%2040.5668C107.35%2039.5499%20106.942%2038.6824%20106.802%2037.7416C106.396%2035.0001%20106.014%2032.2564%20105.665%2029.5063C105.572%2028.7771%20105.247%2028.0803%20105.068%2027.3588C104.651%2025.6784%20104.484%2023.8952%20103.81%2022.3281C102.336%2018.9006%20101.816%2015.1727%20100.137%2011.7926C99.0063%209.51701%2098.0794%207.08694%2097.2847%204.64568C96.9933%203.75046%2096.1795%203.29305%2095.8363%202.44336C96.453%202.33951%2097.056%202.42617%2097.6349%201.92235C98.1638%201.46214%2098.9995%201.63963%2099.554%202.17432C100.17%202.76798%20100.855%203.00499%20101.707%203.02C102.978%203.04238%20103.612%203.70667%20103.781%205.01303C103.807%205.21084%20103.769%205.53316%20103.871%205.58693C104.989%206.17449%20105.347%207.34537%20106.058%208.21019C106.797%209.1087%20106.953%209.98548%20107.186%2010.9494C108.723%2011.3213%20109.248%2012.0776%20109.168%2013.6258C109.122%2014.5271%20109.804%2015.3425%20109.468%2016.3656C111.946%2016.912%20111.503%2018.967%20111.712%2020.6557C111.757%2021.0234%20111.775%2021.4635%20111.716%2021.8265C111.544%2022.8897%20111.489%2023.6513%20112.849%2024.0711C113.602%2024.3032%20114.098%2025.1532%20113.804%2026.2763C113.558%2027.2147%20113.754%2028.2688%20113.754%2029.3276C114.258%2029.7037%20115.075%2029.4602%20115.415%2030.1576C115.701%2030.7446%20115.511%2031.3431%20115.549%2031.9348C115.63%2033.1935%20115.545%2034.408%20116.329%2035.6101C116.884%2036.4605%20116.911%2037.698%20117.035%2038.7785C117.336%2041.3966%20118.267%2043.8709%20118.713%2046.4493C119.153%2048.9923%20120.345%2051.3463%20120.677%2053.8763C120.91%2055.6469%20121.748%2056.8387%20123.019%2057.8327C123.617%2058.3003%20123.334%2058.8228%20123.382%2059.3193C123.482%2060.3347%20123.221%2061.286%20122.666%2062.243C120.668%2061.6909%20118.661%2061.8231%20116.71%2062.4083C115.642%2062.7285%20114.547%2062.6562%20113.471%2062.8641C112.268%2063.0965%20112.055%2063.719%20111.985%2064.614C114.386%2065.8468%20116.997%2065.1464%20119.45%2065.6717C121.39%2066.0872%20123.35%2066.4152%20125.155%2067.285C128.108%2068.7085%20131.23%2069.7075%20134.26%2070.9398C134.388%2070.9919%20134.493%2071.1004%20134.863%2071.3634C132.476%2071.6641%20130.451%2072.6092%20128.186%2072.1773C127.21%2071.9911%20126.363%2072.7011%20125.417%2072.8714C123.545%2073.2084%20121.829%2074.1403%20119.808%2074.0428C119.176%2074.0124%20118.249%2074.4136%20117.473%2074.6745C115.71%2075.2672%20114.177%2076.2362%20112.625%2077.2119C111.188%2078.1154%20109.622%2077.7233%20108.835%2076.3496C108.297%2076.6167%20107.837%2076.9953%20107.347%2077.3372C105.676%2078.503%20103.996%2079.5699%20101.738%2079.1063C101.131%2078.9818%20100.497%2079.1915%2099.8005%2078.8375C98.983%2078.4219%2096.0531%2079.9281%2095.8867%2080.8088C95.7464%2081.5511%2095.7414%2082.3409%2095.6406%2083.1081C95.5928%2083.4715%2095.5763%2083.8502%2095.2064%2083.9995C94.7204%2084.1957%2094.6964%2084.5709%2094.7306%2084.9781C94.7986%2085.7859%2094.4109%2086.2984%2093.7283%2086.574C93.6407%2087.658%2094.2797%2088.6141%2094.044%2089.788C92.5879%2089.1793%2091.1293%2089.4432%2089.6831%2089.5906C89.3148%2089.6281%2089.0611%2089.6097%2088.9951%2089.2623C88.825%2088.3682%2087.946%2087.6294%2087.9844%2086.8602C88.0662%2085.22%2087.1313%2083.9338%2086.8228%2082.4451C86.6036%2081.3875%2086.4151%2080.3281%2086.2338%2079.1441C86.8601%2079.2512%2087.3266%2079.751%2088.0273%2079.5858C90.2184%2079.0694%2090.2173%2079.1134%2090.2625%2076.7122C90.2841%2075.5674%2090.6546%2074.4672%2090.6307%2073.2971C90.6084%2072.2051%2089.9746%2071.7102%2089.1518%2071.497C88.3682%2071.294%2087.7648%2071.7631%2087.3858%2072.5317C87.0321%2073.2491%2086.7187%2073.9711%2086.5847%2074.757C86.4562%2075.5108%2086.1337%2076.1556%2085.6078%2076.8998C84.6946%2073.7754%2085.1763%2070.8833%2085.8467%2067.975C86.3909%2065.6136%2086.7871%2063.2183%2087.2939%2060.8476C87.4894%2059.9334%2087.7912%2059.0399%2088.0793%2058.1481C88.235%2057.6659%2088.518%2057.265%2089.0044%2057.0235C89.5323%2056.7613%2089.9921%2056.4103%2090.2481%2055.8564C89.7634%2055.4743%2089.3356%2055.9768%2088.7653%2055.7434C90.0557%2051.9893%2090.6924%2048.074%2091.5335%2044.0628C94.0961%2045.0312%2096.5376%2044.0345%2099.0135%2043.6258C99.5055%2043.5446%2099.9961%2043.4915%20100.488%2043.425C101.445%2043.2956%20102.182%2042.8209%20102.548%2041.8965C103.052%2040.6233%20102.542%2040.1263%20101.288%2039.6375C98.926%2038.7162%2096.6885%2039.6485%2094.3978%2039.7257C93.6685%2039.7503%2093.7138%2040.6932%2093.0609%2040.7754L93.0718%2040.7637L93.0718%2040.7637ZM109.219%2030.9768C109.1%2031.0228%20108.93%2031.1002%20109.056%2031.2255C109.182%2031.3507%20109.258%2031.1799%20109.304%2031.0615C109.423%2031.0166%20109.591%2030.9391%20109.466%2030.8143C109.342%2030.6903%20109.264%2030.8576%20109.219%2030.9768H109.219ZM108.296%2032.0575L108.208%2031.9626L108.114%2032.05L108.246%2032.1466L108.296%2032.0575V32.0575ZM106.402%2066.5754L106.51%2066.4748C106.476%2066.4392%20106.443%2066.3765%20106.409%2066.3756C106.374%2066.3746%20106.337%2066.4351%20106.301%2066.4687L106.402%2066.5754H106.402Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M15.0585%2093.1973C16.1931%2094.1823%2017.3391%2094.68%2018.5345%2094.9862C19.3258%2095.1889%2020.0707%2095.429%2020.7348%2095.8865C22.9296%2097.3988%2025.5302%2098.0623%2027.8499%2099.3008C31.3407%20101.165%2035.0332%20102.593%2038.5514%20104.414C41.0896%20105.728%2043.6287%20107.123%2046.3589%20108.093C47.6479%20108.551%2048.7386%20109.478%2050.0399%20110.001C51.7336%20110.681%2053.4456%20111.33%2055.0456%20112.243C56.199%20112.901%2057.4373%20113.41%2058.6383%20113.984C58.9532%20114.134%2059.2677%20114.286%2059.5867%20114.428C61.181%20115.136%2061.8401%20114.864%2062.3864%20113.277C64.121%20113.441%2065.6772%20114.621%2067.5202%20114.253C67.6387%20113.412%2067.1179%20112.867%2066.8214%20112.182C67.0636%20111.602%2067.5516%20111.496%2068.1611%20111.304C70.1512%20110.679%2071.6756%20111.593%2073.3477%20112.415C76.3204%20113.876%2079.393%20115.133%2082.4181%20116.488C82.9516%20116.727%2083.4572%20117.028%2084.2039%20117.421C82.4876%20117.721%2081.0334%20117.247%2079.4814%20117.396C81.5404%20118.372%2083.7188%20118.179%2085.7815%20118.59C87.1402%20118.861%2088.3912%20119.196%2088.7485%20120.839C88.8749%20121.42%2089.4715%20121.628%2090.0679%20121.603C90.8605%20121.57%2091.0946%20121.971%2091.1099%20122.716C91.1389%20124.132%2091.7179%20125.451%2091.9402%20126.839C92.2094%20128.52%2091.585%20129.239%2089.8438%20129.086C89.0561%20129.017%2088.2342%20129.206%2087.5072%20128.776C86.3788%20130.155%2086.032%20130.265%2084.4576%20129.624C83.6207%20129.283%2082.8089%20129.155%2081.8913%20129.32C80.9061%20129.497%2079.9478%20128.939%2078.9229%20129.041C76.6725%20129.266%2074.4168%20129.144%2072.1599%20129.078C71.0001%20129.045%2069.8452%20128.954%2068.7925%20128.541C66.8866%20127.792%2064.9137%20128.142%2062.984%20127.924C60.7374%20127.669%2058.4677%20127.688%2056.2414%20127.315C54.3061%20126.991%2052.3506%20126.948%2050.4103%20126.725C48.2951%20126.482%2046.1868%20126.18%2044.0729%20125.925C41.8981%20125.663%2039.7858%20124.945%2037.5565%20125.057C37.2384%20125.073%2036.7966%20124.943%2036.608%20124.718C36.2609%20124.302%2036%20124.272%2035.6437%20124.631C35.3998%20124.877%2035.0795%20124.861%2034.7941%20124.819C31.7311%20124.369%2028.6169%20124.678%2025.5565%20124.177C24.0743%20123.935%2022.5571%20124.018%2021.0765%20123.691C19.4372%20123.33%2018.1876%20122.137%2016.5499%20121.714C15.5948%20121.468%2015.5967%20120.431%2015.9537%20119.509C15.1814%20119.202%2014.2843%20119.009%2014.252%20117.928C14.2313%20117.233%2014.5794%20116.815%2015.3297%20116.641C13.4276%20112.179%2013.9531%20107.975%2016.7426%20103.93C16.1057%20103.417%2016.0484%20102.726%2016.3726%20101.942C16.5396%20101.537%2016.6842%20101.127%2016.4833%20100.642C16.0394%2099.5704%2016.5795%2099.044%2017.7752%2098.8453C16.711%2098.1683%2015.9975%2097.5665%2016.1542%2096.1371C16.2386%2095.3676%2015.3108%2094.4284%2015.0586%2093.1973H15.0585ZM21.1105%20105.293C21.2887%20105.728%2021.5384%20105.642%2021.8419%20105.405C21.6318%20105.186%2021.3929%20105.228%2021.1636%20105.231C20.8572%20104.75%2020.4767%20104.881%2020.0543%20105.08C20.373%20105.452%2020.7571%20105.29%2021.1104%20105.293L21.1105%20105.293ZM33.5734%20121.192C33.5175%20121.076%2033.4255%20120.923%2033.3069%20121.047C33.1859%20121.174%2033.3467%20121.252%2033.4645%20121.301C33.5186%20121.682%2033.3122%20122.364%2033.6749%20122.388C34.6179%20122.45%2035.3215%20123.585%2036.6307%20122.895C35.725%20122.329%2035.0535%20121.716%2034.3974%20121.087C34.1603%20120.86%2033.8726%20121.302%2033.5734%20121.192H33.5734ZM19.1171%20109.338C19.9874%20109.187%2020.8982%20110.406%2021.7333%20109.222C20.8513%20109.429%2019.9931%20108.327%2019.1171%20109.338ZM36.7319%20105.463L36.0777%20104.073L35.0482%20104.859C35.5044%20105.505%2036.1804%20105.25%2036.7319%20105.463ZM31.1975%20110.836C31.4743%20111.122%2031.7266%20111.068%2032.0462%20110.845C31.6975%20110.582%2031.444%20110.616%2031.1975%20110.836ZM68.2585%20123.81C68.4569%20124.054%2068.7009%20124.192%2069.0027%20124.194C69.0335%20124.194%2069.1386%20123.875%2069.0851%20123.815C68.8554%20123.557%2068.5725%20123.591%2068.2585%20123.81ZM22.7336%20109.674C23.0784%20109.831%2023.3789%20109.93%2023.7417%20109.593C23.3859%20109.469%2023.0862%20109.324%2022.7336%20109.674ZM35.2638%20111.126C35.1926%20111.094%2035.1235%20111.052%2035.0488%20111.035C35.0227%20111.029%2034.9824%20111.087%2034.9486%20111.115C35.0036%20111.165%2035.053%20111.243%2035.1157%20111.256C35.1548%20111.264%2035.2139%20111.174%2035.2638%20111.126L35.2638%20111.126ZM39.1416%20111.723C39.0478%20111.689%2038.9657%20111.648%2038.8792%20111.634C38.8483%20111.63%2038.8069%20111.693%2038.7703%20111.725C38.8357%20111.774%2038.8982%20111.854%2038.9675%20111.86C39.0195%20111.865%2039.0803%20111.775%2039.1416%20111.724V111.723ZM32.8518%20104.494C32.8246%20104.463%2032.7987%20104.41%2032.7698%20104.409C32.7408%20104.407%2032.7087%20104.456%2032.6779%20104.483L32.8032%20104.578L32.8518%20104.494V104.494Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M79.0975%2055.4799C78.1832%2055.4044%2078.099%2054.3963%2077.4909%2054.0257C75.2759%2052.6762%2074.0708%2050.4041%2072.3819%2048.577C72.2115%2048.3927%2072.0582%2048.1826%2071.8587%2048.0368C70.2451%2046.8567%2068.8708%2045.4407%2067.6552%2043.8596C67.4531%2043.5967%2067.1599%2043.3387%2066.9143%2043.1872C65.3564%2042.2262%2064.5258%2040.607%2063.293%2039.3641C61.2262%2037.2802%2059.468%2034.8972%2057.0472%2033.1491C55.6146%2032.1146%2054.5157%2030.6757%2053.242%2029.4447C52.5017%2028.7293%2052.2568%2027.7%2052.8998%2026.5672C53.4779%2025.5488%2053.3382%2024.2756%2053.7448%2023.1455C54.4746%2021.1167%2054.5864%2018.8913%2055.7542%2016.9941C56.4309%2017.2235%2056.38%2018.0592%2056.7463%2018.6046C57.7415%2020.0865%2058.5513%2021.694%2059.5622%2023.1641C61.4135%2025.8563%2062.7878%2028.84%2064.6614%2031.5021C65.7%2032.9778%2067.0976%2034.203%2068.014%2035.7928C69.1726%2037.8025%2070.7782%2039.5332%2072.2531%2041.2379C73.8277%2043.0577%2074.7573%2045.4716%2076.9438%2046.7602C77.4003%2048.1297%2078.9383%2048.6974%2079.3989%2050.0715C79.475%2050.2984%2079.6479%2050.513%2079.8244%2050.683C81.6582%2052.4487%2082.8244%2054.7824%2084.7763%2056.4762C84.8609%2055.8352%2085.0885%2055.2015%2084.4557%2054.6714C84.16%2054.4237%2084.2453%2054.02%2084.2593%2053.6719C84.3368%2051.7546%2084.3906%2049.8365%2084.4832%2047.9194C84.5949%2045.6077%2085.1037%2043.3397%2084.9375%2040.9853C84.796%2038.9803%2085.1614%2036.9428%2085.2499%2034.9173C85.3372%2032.9201%2085.6986%2030.9373%2085.5202%2028.9233C85.4701%2028.3584%2085.6014%2027.7397%2085.6959%2027.2052C86.1876%2024.4263%2085.8653%2021.6182%2086.1508%2018.8499C86.3578%2016.8425%2086.418%2014.7954%2087.1174%2012.7305C87.7108%2014.199%2088.5889%2015.5064%2088.3883%2017.1519C88.253%2018.2619%2088.58%2019.1357%2089.662%2019.5809C89.9827%2019.7129%2090.0696%2019.9331%2090.229%2020.1945C91.1552%2021.714%2091.7367%2023.3983%2092.5485%2024.9717C92.7033%2025.2717%2092.8265%2025.6309%2092.7173%2026.0958C92.0368%2028.9929%2091.694%2031.9602%2090.8802%2034.835C90.599%2035.8281%2090.8943%2036.9019%2090.5268%2037.9314C89.6765%2040.3131%2089.7138%2042.8926%2088.8499%2045.3078C88.3053%2046.8303%2087.9075%2048.4478%2087.5125%2050.0409C87.4652%2050.2317%2087.4539%2050.4486%2087.4916%2050.6405C87.8845%2052.6421%2086.8112%2054.4377%2086.6833%2056.3697C86.649%2056.8876%2086.5365%2057.3642%2085.8089%2057.7162C85.1029%2058.0578%2084.7777%2059.1351%2084.7354%2060.0322C84.7131%2060.5046%2084.609%2060.8919%2084.455%2061.1578C82.9725%2059.0041%2080.9914%2057.2498%2079.0622%2055.448C79.1869%2055.4472%2079.3191%2055.4349%2079.281%2055.2663C79.2711%2055.2229%2079.1428%2055.2062%2079.0689%2055.1772L78.9877%2054.9507L78.8701%2055.0684L79.0966%2055.1495L79.0975%2055.4799L79.0975%2055.4799ZM75.3019%2050.5738L75.3993%2050.4903C75.3715%2050.4579%2075.3453%2050.4018%2075.3154%2050.3997C75.285%2050.3976%2075.2509%2050.4488%2075.2185%2050.4766L75.302%2050.5738H75.3019Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M191.424%2092.7172C192.281%2094.2843%20192.066%2095.3237%20190.604%2096.0619C188.857%2096.9439%20187.122%2097.8481%20185.094%2098.0185C184.286%2098.0863%20183.522%2098.5775%20182.716%2098.7941C182.146%2098.9473%20181.504%2099.0621%20181.214%2098.2827C181.089%2097.9483%20180.883%2097.9114%20180.524%2097.9376C178.452%2098.0891%20176.361%2098.1228%20174.373%2098.8009C173.731%2099.02%20173.283%2098.9387%20172.749%2098.5518C172.203%2098.1571%20171.691%2097.6542%20170.976%2097.5733C170.786%2097.2354%20171.278%2097.045%20171.131%2096.7285C171.069%2096.6154%20170.99%2096.5991%20170.881%2096.6547C169.335%2097.4431%20167.876%2096.9595%20167.2%2095.3569C167.035%2094.9662%20166.812%2094.953%20166.531%2094.9573C165.702%2094.9699%20165.434%2094.4439%20165.274%2093.7538C165.103%2093.0111%20165.688%2092.8286%20166.129%2092.5615C168.175%2091.3218%20170.41%2090.4808%20172.636%2089.6583C174.809%2088.8557%20177.075%2088.3114%20179.295%2087.6533C181.153%2087.1023%20182.953%2086.2317%20184.788%2085.5309C188.57%2084.0858%20192.239%2082.3387%20196.215%2081.3964C197.25%2081.1511%20198.205%2080.5835%20199.322%2080.4446C200.016%2080.3582%20200.44%2080.5452%20200.934%2080.9388C201.472%2081.3685%20201.457%2081.7613%20201.422%2082.4433C201.382%2083.2078%20201.09%2084.0589%20201.491%2084.8651C201.695%2085.2754%20201.555%2085.7391%20201.283%2086.1424C200.839%2086.7997%20200.465%2087.4836%20200.323%2088.2899C200.243%2088.7495%20199.886%2089.2148%20199.429%2089.1698C198.289%2089.0577%20197.422%2089.6467%20196.533%2090.1453C194.867%2091.0799%20193.006%2091.6202%20191.424%2092.7172H191.424ZM194.64%2086.1994C194.821%2086.2583%20195.006%2086.3131%20195.165%2086.1636C195.183%2086.1464%20195.124%2085.9849%20195.078%2085.9718C194.864%2085.9111%20194.725%2086.0048%20194.681%2086.2275L194.64%2086.1994H194.64Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M217.669%20115.891C218.912%20115.463%20220.062%20114.891%20221.029%20113.964C221.67%20113.35%20222.462%20112.94%20223.255%20112.53C223.99%20112.151%20224.606%20112.26%20225.158%20112.776C225.731%20113.312%20225.114%20113.769%20224.974%20114.254C224.934%20114.392%20224.871%20114.523%20224.774%20114.774C225.638%20114.858%20225.983%20114.156%20226.521%20113.835C226.903%20113.607%20227.331%20113.451%20227.696%20113.201C228.335%20112.763%20229.026%20112.648%20229.653%20113.063C230.308%20113.497%20229.513%20114.058%20229.635%20114.57C229.45%20114.588%20229.241%20114.56%20229.16%20114.791C229.153%20114.811%20229.219%20114.878%20229.261%20114.89C229.48%20114.955%20229.639%20114.884%20229.716%20114.66C230.23%20114.197%20230.736%20113.724%20231.259%20113.272C232.146%20112.506%20233.106%20111.962%20234.39%20112.308C234.617%20113.355%20233.373%20113.48%20233.233%20114.248L232.894%20114.503L232.593%20114.823C232.46%20114.877%20232.314%20114.912%20232.2%20114.992C232.102%20115.061%20232.141%20115.172%20232.275%20115.208C232.494%20115.266%20232.658%20115.184%20232.749%20114.971C232.912%20114.934%20233.011%20114.834%20233.05%20114.672L233.4%20114.413C234.946%20113.448%20236.243%20112.176%20237.607%20110.989C238.42%20110.281%20239.202%20109.531%20239.939%20108.745C240.374%20108.28%20240.824%20108.189%20241.225%20108.609C241.702%20109.109%20241.043%20109.285%20240.851%20109.633C240.018%20111.139%20238.474%20111.985%20237.526%20113.401C236.972%20114.228%20236.07%20114.92%20235.178%20115.401C233.293%20116.419%20231.882%20118.077%20229.967%20119.052C229.267%20119.409%20228.889%20120.255%20227.802%20119.802C227.377%20119.625%20226.581%20120.669%20226.051%20120.209C225.181%20119.452%20224.885%20120.434%20224.365%20120.595C223.777%20120.778%20223.317%20121.341%20222.739%20121.597C221.45%20122.168%20220.139%20122.881%20218.709%20121.944C218.285%20121.667%20217.941%20121.931%20217.597%20122.113C216.294%20122.803%20215.037%20123.113%20214.034%20121.644C213.783%20121.276%20213.465%20121.436%20213.247%20121.525C212.677%20121.755%20212.081%20121.741%20211.502%20121.854C209.591%20122.226%20209.38%20122.142%20208.671%20120.341C208.18%20120.493%20207.684%20120.688%20207.17%20120.799C206.275%20120.992%20205.382%20121.106%20204.72%20120.226C204.35%20119.733%20203.819%20119.508%20203.263%20119.785C202.106%20120.362%20201.09%20120.247%20200.111%20119.407C199.726%20119.077%20199.219%20119.332%20198.89%20119.476C197.81%20119.948%20197.209%20119.594%20196.89%20118.546C195.426%20119.336%20195.121%20119.307%20193.87%20118.295C193.533%20118.404%20193.195%20118.492%20192.875%20118.623C191.54%20119.165%20190.333%20119.275%20189.493%20117.783C189.152%20117.176%20188.544%20116.932%20187.882%20116.905C187.785%20116.323%20187.643%20115.856%20187.74%20115.345C187.935%20114.321%20188.636%20113.971%20189.679%20113.982C191.312%20113.999%20192.949%20113.81%20194.58%20113.658C194.809%20113.637%20195.069%20113.408%20195.247%20113.645C195.967%20114.6%20196.712%20114.071%20197.467%20113.728C198.628%20113.201%20199.685%20113.285%20200.534%20114.318C201.639%20113.795%20202.695%20113.037%20203.781%20114.24C203.836%20114.301%20204.025%20114.343%20204.051%20114.311C204.83%20113.365%20206.259%20114.213%20206.914%20113.177C207.865%20113.673%20207.869%20114.411%20207.528%20115.433C208.537%20114.991%20209.271%20114.517%20210.029%20114.162C210.897%20113.756%20211.568%20113.53%20212.357%20114.144C212.459%20114.711%20211.665%20114.905%20211.827%20115.479C211.657%20115.51%20211.557%20115.611%20211.526%20115.78C211.287%20115.881%20211.079%20116.017%20211.064%20116.303C211.062%20116.341%20211.213%20116.428%20211.289%20116.423C211.662%20116.401%20211.582%20116.098%20211.611%20115.865C211.78%20115.834%20211.88%20115.733%20211.912%20115.564C213.529%20115.438%20214.748%20114.444%20216.035%20113.626C216.411%20113.388%20216.767%20113.106%20217.175%20112.936C217.693%20112.719%20218.132%20112.892%20218.503%20113.321C218.882%20113.761%20218.758%20114.103%20218.424%20114.501C218.094%20114.893%20218.09%20115.51%20217.573%20115.787C217.32%20115.782%20217.057%20115.754%20216.946%20116.067C216.427%20116.036%20215.967%20116.121%20215.753%20116.682C215.578%20116.704%20215.371%20116.653%20215.273%20116.857C215.26%20116.885%20215.356%20117.007%20215.417%20117.023C215.627%20117.076%20215.76%20116.965%20215.834%20116.773C216.333%20116.769%20216.739%20116.575%20217.051%20116.185C217.295%20116.167%20217.556%20116.185%20217.669%20115.891L217.669%20115.891ZM231.529%20115.565C231.647%20115.519%20231.822%20115.444%20231.695%20115.316C231.571%20115.189%20231.489%20115.358%20231.441%20115.479C231.322%20115.524%20231.155%20115.603%20231.28%20115.727C231.404%20115.852%20231.483%20115.685%20231.529%20115.565ZM214.795%20117.559C214.726%20117.468%20214.688%20117.364%20214.626%20117.347C214.47%20117.305%20214.335%20117.386%20214.292%20117.538C214.252%20117.679%20214.299%20117.854%20214.47%20117.828C214.587%20117.811%20214.684%20117.657%20214.795%20117.559H214.795ZM228.686%20115.326C228.66%20115.311%20228.623%20115.275%20228.602%20115.283C228.564%20115.296%20228.505%20115.35%20228.51%20115.363C228.558%20115.476%20228.625%20115.494%20228.684%20115.417C228.698%20115.398%20228.686%20115.358%20228.686%20115.326ZM225.693%20117.464L225.605%20117.369L225.511%20117.456L225.643%20117.553L225.693%20117.464Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M48.2509%200.274476C48.2617%201.93625%2049.105%202.73391%2050.0829%203.55599C50.568%203.96382%2050.6183%204.88843%2050.6671%205.63362C50.7797%207.35276%2051.9978%208.68708%2052.3259%2010.3419C52.3968%2010.6994%2052.9908%2010.4343%2053.2692%2010.7113C53.5842%2011.3818%2053.0618%2011.9425%2053.0117%2012.6259C45.3464%208.98093%2037.5004%205.88125%2029.5107%203.04915C30.3842%202.2233%2031.228%201.93505%2032.7273%202.12843C33.4722%202.22453%2034.082%202.23309%2034.4636%201.49669C34.8164%200.815573%2035.4424%200.73435%2036.0018%200.988954C36.6595%201.28834%2037.3624%201.16946%2038.0324%201.42351C38.6328%201.65118%2039.2662%201.50858%2039.8986%200.928028C40.7119%200.181519%2041.7936%20-0.304033%2043.0489%200.218461C43.3883%200.359731%2043.8186%200.592452%2044.314%200.35046C44.842%200.092594%2045.478%200.298131%2045.8744%200.635166C46.6819%201.32174%2047.3749%201.31211%2048.2509%200.274539L48.2509%200.274476Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M93.0022%20121.721C96.8133%20120.848%20100.565%20120.538%20104.351%20120.332C105.812%20120.253%20107.328%20120.292%20108.782%20119.875C109.588%20119.643%20110.64%20120.179%20110.596%20120.959C110.539%20121.949%20111.299%20122.361%20111.585%20123.028C111.491%20123.571%20111.024%20123.627%20110.693%20123.791C110.116%20124.076%20109.751%20124.438%20109.351%20125.001C108.614%20126.04%20107.259%20126.426%20106.009%20126.545C102.636%20126.868%2099.3157%20127.518%2095.9706%20128.008C95.438%20128.086%2094.9683%20128.067%2094.8784%20127.584C94.6782%20126.508%2093.9102%20125.624%2093.9398%20124.478C93.9647%20123.514%2093.0535%20122.843%2093.0022%20121.721H93.0022Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M110.455%2092.1378C110.466%2094.2247%20109.37%2095.9316%20107.323%2096.9306C106.475%2097.3445%20106.15%2098.1847%20105.337%2098.6513C103.973%2099.4346%20102.491%20100.048%20101.262%20101.065C100.924%20101.345%20100.433%20101.53%20100.476%20102.082C100.559%20103.133%20100.163%20103.739%2099.042%20103.698C98.142%20103.666%2097.3186%20102.819%2097.2245%20101.822C97.1416%20100.943%2097.3198%20100.187%2097.9709%2099.483C98.7829%2098.605%2099.6502%2097.9637%20100.726%2097.363C103.002%2096.0924%20105.2%2094.6225%20107.248%2092.9697C107.594%2092.6899%20107.463%2092.3325%20107.513%2092.0025C107.617%2091.3177%20107.671%2090.6231%20107.814%2089.9472C107.925%2089.4227%20108.269%2089.0836%20108.85%2089.014C109.442%2088.943%20109.692%2089.2528%20110.012%2089.7152C110.494%2090.4138%20110.382%2091.1437%20110.455%2092.1378Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M141.531%20112.141C143.749%20109.507%20146.342%20107.422%20149.312%20105.485C148.235%20104.442%20146.074%20105.422%20145.639%20103.321C146.171%20102.617%20147.244%20102.648%20147.959%20102.748C149.112%20102.909%20150.27%20102.706%20151.391%20102.972C151.671%20103.038%20151.855%20103.059%20152.045%20102.852C153.196%20101.592%20154.493%20102.504%20155.67%20102.723C156.422%20102.863%20156.324%20104.219%20155.612%20104.711C154.796%20105.275%20153.816%20105.461%20152.957%20105.955C151.266%20106.926%20149.583%20107.881%20147.971%20108.999C146.312%20110.149%20144.569%20111.172%20143.053%20112.522C142.456%20113.053%20142.081%20112.384%20141.531%20112.141H141.531Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M90.6189%202.20524C91.2003%201.9268%2091.0717%201.25175%2091.5161%200.740601C91.9602%201.84758%2091.8549%202.82344%2091.5797%203.83922C90.9739%206.0751%2090.4209%208.32533%2089.7121%2010.6013C89.2523%208.63952%2087.3619%207.30574%2087.4952%205.10623C87.561%204.01989%2087.5222%202.9273%2087.5849%201.84066C87.6405%200.878876%2088.3357%200.472555%2089.1669%200.304131C90.096%200.115865%2090.185%200.891676%2090.4005%201.49003C90.4842%201.72244%2090.5456%201.96287%2090.6189%202.20526V2.20524ZM90.3786%205.86362C90.416%205.84075%2090.4744%205.82525%2090.4857%205.79316C90.5%205.75278%2090.492%205.68494%2090.4651%205.65343C90.3902%205.56604%2090.3251%205.60147%2090.3123%205.74398C90.3089%205.78158%2090.3551%205.82362%2090.3786%205.86362H90.3786Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M52.1499%2014.6939C52.1368%2014.7311%2052.1342%2014.7887%2052.1088%2014.8016C52.0326%2014.8403%2051.9871%2014.7891%2052.0051%2014.6752C52.0102%2014.6426%2052.0583%2014.6168%2052.0867%2014.5879L52.1498%2014.6939H52.1499Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M83.9386%2062.7171C84.1313%2062.6591%2084.0369%2062.8879%2084.0098%2062.6934C83.9978%2062.6069%2083.9142%2062.6238%2083.9754%2062.7143L83.9386%2062.7171Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M25.0751%2045.5226L25.0411%2045.8397L25.0816%2045.8493L25.0882%2045.4785L25.0751%2045.5226H25.0751Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M24.7315%2045.528C24.8438%2045.4073%2024.9584%2045.4095%2025.0751%2045.5216L25.0882%2045.4775L24.718%2045.4847L24.7315%2045.528Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M93.061%2040.7753L92.9838%2040.7678L93.0718%2040.7637L93.061%2040.7753Z%22%20fill%3D%22%2349525A%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M210.979%2085.9792C208.845%2087.5616%20206.516%2088.6547%20203.865%2089.1024C200.323%2089.7006%20196.86%2090.7066%20193.708%2092.4061C192.364%2093.1305%20190.96%2094.0066%20189.922%2095.2752C189.297%2096.038%20188.869%2096.6852%20189.753%2097.5451C190.011%2097.7956%20190.094%2098.2254%20190.262%2098.5846C192.468%2096.8343%20192.869%2096.6332%20194.426%2096.6081C193.483%2097.4466%20192.696%2098.1881%20191.864%2098.8756C190.642%2099.8856%20190.486%20100.635%20191.269%20102.264C192.912%20101.732%20194.438%20100.622%20196.503%20101.022C195.974%20102.124%20194.869%20101.858%20194.183%20102.324C193.503%20102.786%20192.592%20102.889%20192%20103.656C192.571%20103.806%20193.052%20103.936%20193.535%20104.059C195.121%20104.46%20195.26%20104.846%20194.166%20106.223C194.965%20106.292%20195.719%20106.295%20196.446%20106.756C195.139%20107.442%20193.819%20106.949%20192.55%20106.964C192.023%20106.97%20191.864%20106.445%20192.133%20105.945C192.268%20105.693%20192.684%20105.668%20192.698%20105.282C192.252%20104.991%20191.71%20105.265%20191.19%20104.85L190.637%20110.649C192.149%20111.114%20193.66%20110.113%20195.366%20110.892C193.665%20111.935%20191.963%20112.021%20190.255%20112.227C190.005%20112.624%20189.798%20113.06%20189.768%20113.65C190.866%20114.027%20192.102%20114.172%20192.928%20115.193C192.804%20115.644%20192.523%20115.806%20192.047%20115.627C191.723%20115.505%20191.4%20115.372%20191.066%20115.294C189.827%20115.005%20188.923%20115.527%20188.353%20116.862C193.066%20118.354%20197.951%20118.738%20202.985%20119.479C202.039%20117.988%20200.363%20117.34%20199.865%20115.369C200.765%20116.068%20201.501%20116.532%20202.104%20117.129C203.971%20118.978%20206.235%20119.972%20208.726%20120.736C213.342%20122.153%20217.882%20121.516%20222.485%20120.788C226.201%20120.2%20229.724%20118.949%20233.333%20117.994C233.469%20117.958%20233.622%20117.989%20233.887%20117.989C233.106%20118.758%20232.125%20118.855%20231.299%20119.24C227.971%20120.792%20224.566%20122.071%20220.817%20122.251C219.543%20122.312%20218.275%20122.668%20216.982%20122.809C213.947%20123.141%20211.027%20122.816%20208.101%20121.956C205.961%20121.327%20203.748%20120.96%20201.523%20120.651C197.796%20120.132%20194.048%20119.761%20190.389%20118.745C188.792%20118.302%20187.274%20117.528%20185.503%20117.515C184.743%20117.51%20183.452%20117.294%20183.039%20115.892C183.992%20116.017%20184.778%20116.073%20185.543%20116.23C186.802%20116.489%20187.002%20116.33%20187.587%20115.202C189.556%20111.405%20189.9%20107.328%20189.85%20103.158C189.825%20101.052%20189.449%2099.0571%20188.396%2097.2229C187.675%2097.2484%20187.011%2097.8316%20186.284%2097.3512C186.234%2097.2309%20186.154%2097.0572%20186.025%2097.1896C185.9%2097.3193%20186.058%2097.4043%20186.196%2097.4356C186.019%2098.7147%20186.729%2099.8201%20186.938%20101.031C187.399%20103.695%20187.584%20106.292%20187.144%20108.994C186.881%20110.609%20186.908%20112.261%20186.177%20113.783C185.508%20115.176%20185.09%20115.447%20183.677%20115.309C183.476%20115.03%20183.607%20114.742%20183.631%20114.447C183.702%20113.58%20183.349%20113.343%20182.462%20113.501C180.372%20113.874%20178.366%20114.391%20176.568%20115.598C176.23%20115.825%20175.748%20116.177%20175.18%20116.021C176.073%20114.143%20179.189%20112.901%20185.55%20111.854C186.36%20108.65%20186.522%20105.405%20186.057%20102.087C185.897%20100.943%20185.638%2099.8354%20185.425%2098.7106C185.359%2098.3586%20185.276%2098.0424%20185.087%2097.7321C184.88%2097.3906%20184.253%2097.2264%20184.604%2096.6235C184.968%2095.9997%20185.689%2095.5146%20186.19%2095.7155C187.908%2096.4045%20188.489%2095.1153%20189.492%2094.2588C191.792%2092.2937%20194.285%2090.6376%20197.306%2089.821C198.247%2089.5665%20199.234%2089.1507%20200.169%2088.7455C201.118%2088.3338%20200.399%2087.399%20200.626%2086.6254C191.208%2090.2422%20181.747%2093.5835%20172.331%2097.1189C173.694%2097.7736%20174.942%2098.351%20176.472%2097.8722C177.3%2097.6132%20178.267%2097.8063%20179.171%2097.7837C180.369%2097.7539%20181.566%2097.8694%20182.759%2097.5416C183.368%2097.3744%20184.051%2097.4697%20184.701%2098.0398C183.811%2098.45%20182.956%2098.571%20182.053%2098.7261C180.776%2098.9453%20179.493%2098.8545%20178.21%2099.0719C176.507%2099.3607%20174.756%2099.1592%20173.046%2098.5497C170.153%2097.5182%20167.195%2096.6673%20164.267%2095.7326C162.461%2095.1562%20160.76%2095.5204%20159.067%2096.2191C158.337%2096.5207%20157.556%2096.8754%20156.792%2096.8883C154.525%2096.9264%20152.559%2097.9772%20150.463%2098.5795C149.873%2098.749%20149.315%2098.9956%20149.402%2099.8014C149.499%20100.708%20148.849%20101.029%20148.156%20101.236C147.365%20101.474%20146.384%20101.1%20145.835%20100.388C146.554%2099.9552%20147.562%20100.559%20148.293%2099.6902C147.343%2099.3314%20146.468%2099.6591%20145.633%2099.5348C145.313%2099.4872%20144.967%2099.9462%20144.891%20100.381C144.811%20100.838%20145.041%20101.235%20145.401%20101.392C146.45%20101.849%20147.405%20102.62%20148.658%20102.474C149.078%20102.425%20149.448%20102.521%20149.687%20102.91C149.688%20103.308%20149.456%20103.429%20149.111%20103.454C147.492%20103.571%20146.047%20102.954%20144.666%20102.263C144.029%20101.944%20143.779%20101.136%20143.96%20100.405C144.151%2099.6313%20144.448%2098.8383%20145.414%2098.6993C145.86%2098.6353%20146.321%2098.5999%20146.768%2098.6366C147.949%2098.7337%20149.043%2098.5171%20150.072%2097.846C148.919%2097.3954%20147.708%2097.4145%20146.536%2097.2522C144.654%2096.9916%20142.799%2096.6259%20140.942%2096.2202C138.28%2095.6389%20135.583%2095.2142%20132.894%2094.7696C130.58%2094.387%20128.305%2093.8245%20126.011%2093.3536C123.672%2092.8735%20121.348%2092.323%20118.974%2091.9978C117.148%2091.7477%20115.326%2091.3633%20113.556%2090.8515C112.915%2090.666%20112.337%2090.6808%20111.715%2090.6319C109.244%2090.4379%20109.246%2090.4056%20108.563%2092.8514C113.558%2093.7231%20118.597%2094.3661%20123.441%2095.9473C122.112%2096.2321%20120.816%2095.9911%20119.537%2095.7659C116.341%2095.2024%20113.147%2094.6269%20109.92%2094.2557C109.476%2094.2045%20109.021%2094.1414%20108.601%2093.9973C107.426%2093.5943%20106.632%2094.1191%20105.736%2095.0472C107.753%2096.1257%20109.999%2095.8521%20111.847%2096.8743C110.264%2097.3309%20108.701%2097.1484%20107.208%2096.7195C106.293%2096.4568%20105.351%2096.4518%20104.443%2096.1673C103.755%2095.9518%20103.266%2096.5282%20102.609%2097.1552C108.042%2098.0325%20113.252%2099.0308%20118.39%20100.511C116.596%20100.357%20114.798%20100.243%20113.009%20100.041C109.443%2099.6383%20105.914%2098.9795%20102.413%2098.2128C100.565%2097.8083%2099.4006%2098.681%2098.3803%2099.9359C97.6139%20100.879%2097.8412%20101.522%2098.8388%20102.239C100.122%20103.16%20101.528%20103.872%20102.764%20104.908C103.59%20105.6%20105.005%20105.62%20106.171%20105.87C108.346%20106.335%20110.518%20106.843%20112.716%20107.164C117.641%20107.883%20122.434%20109.266%20127.348%20110.01C128.731%20110.22%20130.144%20110.318%20131.522%20110.563C134.734%20111.135%20138.006%20111.392%20141.149%20112.322C141.632%20112.465%20141.909%20112.245%20142.229%20112.055C144.851%20110.5%20147.509%20108.998%20150.064%20107.338C151.604%20106.337%20152.786%20104.907%20153.919%20103.367C152.989%20102.911%20151.93%20103.794%20151.252%20102.595C152.453%20101.913%20153.808%20101.706%20155.064%20101.767C156.57%20101.84%20157.304%20100.527%20158.566%20100.201C158.275%20101.226%20158.026%20102.075%20157.055%20102.733C155.84%20103.556%20155.041%20104.907%20153.85%20105.845C152.201%20107.144%20150.469%20108.248%20148.605%20109.235C147.104%20110.029%20145.626%20110.951%20144.202%20111.923C143.256%20112.568%20142.328%20113.169%20141.603%20114.1C141.121%20114.719%20140.91%20115.286%20141.131%20116.007C141.385%20116.838%20142.091%20116.432%20142.627%20116.554C144.567%20116.994%20145.958%20115.73%20147.496%20115.011C149.375%20114.134%20151.277%20113.338%20153.251%20112.681C150.846%20114.764%20147.785%20115.805%20145.181%20117.577C146.354%20119.256%20148.078%20119.643%20149.863%20119.368C152.767%20118.922%20155.352%20117.651%20158.051%20116.668C158.347%20116.561%20158.614%20116.47%20159.117%20116.736C156.422%20118.305%20153.763%20119.622%20150.776%20120.321C152.652%20122.766%20154.486%20123.194%20156.991%20121.871L156.945%20121.921C159.096%20121.803%20160.734%20120.475%20162.512%20119.508C163.268%20119.098%20164.046%20118.882%20164.864%20118.67C163.989%20120.06%20162.426%20120.593%20161.055%20121.868C163.408%20121.938%20165.466%20121.972%20167.487%20121.105C169.692%20120.16%20171.325%20118.408%20173.311%20117.16C173.73%20116.897%20174.083%20116.593%20174.745%20116.573C174.5%20117.24%20174.162%20117.63%20173.708%20117.946C172.647%20118.686%20171.695%20119.555%20170.71%20120.388C168.891%20121.926%20166.767%20122.926%20164.314%20123.018C163.202%20123.059%20161.996%20123.564%20160.997%20122.981C159.462%20122.085%20158.242%20122.816%20156.844%20123.271C155.088%20123.841%20153.252%20124.227%20151.498%20123.033C150.647%20122.454%20150.21%20121.674%20149.945%20120.659C148.551%20120.722%20147.19%20120.62%20145.877%20120.045C145.129%20119.718%20144.533%20119.276%20144.395%20118.515C144.247%20117.703%20143.826%20117.544%20143.135%20117.615C142.886%20117.64%20142.633%20117.636%20142.382%20117.626C140.236%20117.541%20139.491%20116.234%20140.477%20114.302C140.542%20114.176%20140.549%20114.02%20140.579%20113.892C139.603%20112.843%20138.236%20113.066%20137.057%20112.795C132.534%20111.752%20127.89%20111.375%20123.354%20110.388C122.952%20110.301%20122.543%20110.32%20122.218%20110.619C120.932%20111.803%20119.276%20112.533%20118.157%20113.912C117.899%20114.23%20117.574%20114.235%20117.253%20114.356C115.763%20114.914%20114.416%20115.714%20113.322%20116.887C113.147%20117.076%20112.999%20117.247%20112.733%20117.306C111.766%20117.519%20111.772%20118.186%20111.776%20119.028C111.784%20121.213%20111.657%20123.399%20111.554%20125.583C111.534%20125.999%20111.597%20126.599%20110.922%20126.575C110.229%20126.55%20110.194%20125.965%20110.21%20125.463C110.249%20124.162%20110.069%20122.847%20110.377%20121.561C110.533%20120.909%20110.454%20120.278%20110.438%20119.364C104.502%20122.131%2098.1913%20121.74%2092.0068%20122.659C92.0272%20123.773%2092.4848%20124.792%2092.6282%20125.864C92.7013%20126.41%2092.8176%20126.95%2092.909%20127.494C92.9824%20127.93%2092.9295%20128.327%2092.4086%20128.42C91.9334%20128.504%2091.5591%20128.234%2091.5411%20127.795C91.4973%20126.727%2090.9794%20125.774%2090.8949%20124.719C90.6894%20122.155%2090.7307%20122.012%2088.4188%20121.139C86.302%20120.339%2084.55%20118.94%2082.5248%20118.005C81.2191%20117.402%2079.9932%20116.577%2078.6344%20116.115C76.3419%20115.334%2074.4131%20113.873%2072.2257%20112.912C71.9337%20112.783%2071.8093%20112.498%2071.6039%20112.291C70.7071%20111.391%2069.5902%20111.431%2068.6133%20112.215C67.793%20112.874%2067.0743%20113.541%2066.564%20114.51C65.7178%20116.117%2063.8879%20116.682%2062.2036%20115.906C60.2913%20115.025%2058.2564%20114.575%2056.2525%20114.007C54.2319%20113.434%2052.3316%20112.539%2050.4283%20111.686C48.0251%20110.61%2045.6114%20109.545%2043.241%20108.406C40.4179%20107.049%2037.5441%20105.793%2034.8077%20104.238C31.8251%20102.542%2028.7042%20101.09%2025.6388%2099.5405C23.5024%2098.4609%2021.4474%2097.2397%2019.3995%2096.0044C18.9737%2095.7475%2018.5165%2095.5426%2017.9811%2095.2658C17.2295%2096.8082%2017.2945%2098.435%2017.2049%20100.001C17.0194%20103.243%2016.7665%20106.491%2016.7317%20109.73C16.6936%20113.27%2016.2845%20116.771%2016.0999%20120.293C16.0592%20121.069%2016.0129%20121.901%2015.2668%20122.543C14.752%20122.139%2014.5069%20121.608%2014.5568%20121.022C14.7674%20118.549%2014.6575%20116.059%2015.1108%20113.592C15.3837%20112.107%2015.339%20110.558%2015.3772%20109.036C15.4925%20104.441%2015.7327%2099.8554%2016.3555%2095.2996C16.471%2094.455%2016.0133%2094.1092%2015.4404%2093.7717C13.8519%2092.8359%2012.2229%2091.9635%2010.6817%2090.9563C10.1794%2090.6281%209.00417%2090.3696%209.51962%2089.5363C10.0279%2088.7146%2010.8493%2089.4683%2011.4308%2089.8593C13.9204%2091.5335%2016.6594%2092.7661%2019.2235%2094.31C21.7833%2095.8513%2024.4202%2097.2638%2026.9977%2098.7764C29.0688%2099.9918%2031.3584%20100.749%2033.4362%20101.951C36.0559%20103.468%2038.819%20104.709%2041.5412%20106.026C43.2006%20106.828%2044.9075%20107.532%2046.5893%20108.289C49.5371%20109.614%2052.3776%20111.19%2055.4559%20112.211C57.0437%20112.737%2058.6263%20113.308%2060.3255%20113.605C60.4017%20112.526%2059.8812%20111.646%2059.4391%20110.782C57.6089%20107.209%2057.3697%20103.448%2057.946%2099.56C58.3649%2096.7336%2059.0764%2093.9702%2060.2898%2091.4046C61.3349%2089.1949%2062.7866%2087.1877%2064.6669%2085.5606C65.3239%2084.9921%2066.1775%2084.823%2067.3089%2084.6009C65.9664%2083.8953%2064.8743%2083.2491%2063.7239%2082.7328C61.8195%2081.8782%2059.9073%2081.0487%2058.0375%2080.1135C57.1787%2079.6841%2056.4136%2079.1272%2055.6332%2078.6154C53.2042%2077.0226%2050.4836%2075.9653%2048.0653%2074.3641C47.4867%2073.981%2046.736%2074.0268%2046.1327%2073.6294C43.1106%2071.6394%2039.7958%2070.1395%2036.8102%2068.0839C36.2357%2067.6883%2035.6216%2067.3449%2035.0038%2067.019C34.4474%2066.7254%2033.9896%2066.3824%2033.9007%2065.5137C36.1968%2065.5644%2037.6109%2067.5398%2039.6667%2067.979C39.7655%2066.3554%2038.8891%2065.1023%2037.8582%2063.9652C37.092%2063.1201%2036.5133%2062.0906%2035.494%2061.4779C35.1876%2061.2936%2034.8841%2060.9896%2035.1519%2060.6124C35.4867%2060.1408%2035.9488%2060.2511%2036.3211%2060.5864C37.2078%2061.385%2038.2231%2062.06%2038.9147%2063.0498C39.2588%2063.5424%2039.823%2063.7989%2040.1766%2064.3789C40.6765%2060.0855%2040.2568%2055.7672%2041.1677%2051.563C42.0539%2047.4732%2042.1522%2043.2334%2043.4656%2039.2092C44.1087%2040.4005%2043.8548%2041.6473%2043.7542%2042.8334C43.5138%2045.6665%2043.2982%2048.521%2042.7542%2051.3047C41.95%2055.4198%2041.9138%2059.5581%2041.8358%2063.7123C41.8118%2064.9902%2041.6485%2066.2882%2041.3565%2067.5317C41.076%2068.7258%2041.6585%2069.2913%2042.5258%2069.825C45.5417%2071.6809%2048.7569%2073.1614%2051.8699%2074.8332C54.9199%2076.4711%2057.8528%2078.3254%2060.8705%2080.0255C62.1305%2080.7353%2063.4353%2081.4123%2064.7965%2081.8813C65.9334%2082.273%2066.7288%2083.327%2067.9966%2083.3974C68.0785%2083.4019%2068.2201%2083.5079%2068.2238%2083.5729C68.3109%2085.1134%2069.8867%2085.4021%2070.5962%2086.4132C70.8258%2086.7404%2071.1119%2087.0678%2071.2116%2087.4383C71.445%2088.305%2071.8362%2088.9454%2072.772%2089.192C73.0985%2089.278%2073.3062%2089.6234%2073.4585%2089.957C73.9309%2090.9921%2074.8412%2091.2816%2075.8187%2091.0372C77.7036%2090.566%2079.5251%2090.7137%2081.4186%2091.0348C82.6087%2091.2366%2083.8717%2090.8092%2085.1282%2090.5275C84.0272%2086.1168%2083.6102%2081.6691%2083.0261%2077.247C82.6743%2074.5834%2082.3447%2071.9044%2082.5024%2069.2252C82.5862%2067.8012%2082.2106%2066.3614%2082.6755%2064.9501C82.886%2064.3109%2082.3338%2063.9516%2081.9928%2063.5345C79.2351%2060.1618%2076.0193%2057.2178%2073.0797%2054.0155C70.9123%2051.6544%2068.8319%2049.2081%2066.5791%2046.9321C64.2781%2044.6074%2061.9313%2042.323%2059.4638%2040.1629C58.5451%2039.3587%2057.8437%2038.2829%2056.942%2037.4275C55.2895%2035.86%2053.5707%2034.3604%2051.957%2032.7548C50.9714%2031.7742%2050.1147%2030.6613%2049.2328%2029.5812C48.9313%2029.2119%2048.8883%2028.651%2049.0402%2028.2735C50.3886%2024.9213%2050.8072%2021.3458%2051.5977%2017.8614C51.7827%2017.0461%2051.8334%2016.1992%2051.9285%2015.3649C52.0497%2014.3%2051.1782%2014.15%2050.498%2013.9883C48.5112%2013.5163%2046.5871%2012.9042%2044.8002%2011.8998C44.5824%2011.7774%2044.3306%2011.7017%2044.1404%2011.5478C43.9511%2011.3946%2043.7807%2011.1717%2043.8935%2010.8951C44.0335%2010.5518%2044.4118%2010.4302%2044.6397%2010.5883C46.4685%2011.8572%2048.7877%2011.5822%2050.7119%2012.5543C51.1796%2012.7906%2051.7605%2013.3934%2052.3065%2012.6931C52.7788%2012.0874%2053.189%2011.3281%2052.7341%2010.6031C51.9863%209.4112%2051.6296%208.05034%2050.9229%206.843C50.1366%205.49955%2049.5766%204.04462%2049.2341%202.5181C49.1925%202.33251%2049.2449%202.12581%2049.2609%201.76952C49.8532%202.305%2050.0071%202.93502%2050.2127%203.497C51.2479%206.3264%2052.8456%208.86218%2054.2793%2011.4868C56.4295%2015.4233%2058.8943%2019.1774%2060.8713%2023.2188C62.0678%2025.6646%2063.4884%2028.0075%2064.9651%2030.3146C66.2794%2032.3681%2067.6534%2034.3774%2069.0288%2036.3868C69.7002%2037.3677%2070.4244%2038.3108%2071.2304%2039.2004C72.1509%2040.2164%2072.95%2041.3465%2073.7573%2042.4593C74.2932%2043.1981%2074.3796%2044.1247%2074.8976%2044.9429C76.42%2047.3474%2078.2884%2049.4899%2079.8379%2051.8635C79.8812%2051.9299%2080.0134%2051.9382%2080.3033%2052.0512C79.8837%2050.0849%2080.259%2048.1718%2079.9464%2046.3107C79.77%2045.2604%2079.7091%2044.2189%2079.7222%2043.1826C79.7394%2041.8152%2079.5066%2040.4989%2079.1435%2039.2121C78.7283%2037.741%2078.8982%2036.2297%2078.6664%2034.7445C78.3085%2032.4504%2077.9903%2030.1476%2077.7654%2027.8274C77.5552%2025.6587%2076.9381%2023.4558%2076.3802%2021.2945C76.0453%2019.9974%2075.8172%2018.6731%2075.5009%2017.3708C75.3184%2016.6192%2074.9766%2016.0581%2074.044%2015.953C72.8086%2015.8139%2071.6022%2015.4104%2070.3666%2015.2824C68.2639%2015.0645%2066.4881%2014.0058%2064.6113%2013.2112C62.4867%2012.3117%2060.5654%2011.0061%2058.3898%2010.1754C56.6802%209.5226%2055.2329%208.34055%2053.7039%207.13456C54.3411%206.79577%2054.6986%207.19131%2054.9967%207.42203C57.1716%209.10537%2059.7165%209.98516%2062.2603%2010.8889C62.9539%2011.1353%2063.5936%2011.5294%2064.2782%2011.825C67.9206%2013.3981%2071.8168%2013.9382%2075.6493%2014.7456C75.8935%2014.797%2076.0884%2014.9107%2076.3457%2014.755C78.8608%2013.2331%2081.2754%2011.5695%2083.592%209.75725C84.7986%208.81333%2085.8939%207.76576%2086.9183%206.63342C87.3836%206.11909%2087.5918%205.54349%2087.4314%204.86477C87.1737%203.77493%2087.2828%202.68653%2087.3552%201.60741C87.9301%201.45703%2088.0053%201.78724%2088.0151%202.17623C88.0403%203.18119%2088.1147%204.18862%2088.0701%205.19066C88.0186%206.34995%2088.2921%207.32678%2089.093%208.21205C89.6438%208.82097%2090.0196%209.58822%2090.654%2010.5613C91.2211%207.87352%2091.8371%205.47088%2093.1176%203.14793C93.6978%203.73646%2093.5472%204.24382%2093.4316%204.69343C92.8495%206.9564%2092.2792%209.21762%2091.8833%2011.5265C91.7709%2012.1821%2091.7878%2012.7131%2092.0993%2013.2298C93.8294%2016.0988%2094.8254%2019.3219%2096.4587%2022.238C96.6372%2022.5568%2096.7829%2022.9004%2096.6684%2023.368C95.6201%2027.6487%2095.1705%2032.0562%2093.9168%2036.2997C93.7235%2036.9538%2093.3755%2037.699%2093.664%2038.5585C96.3932%2038.1632%2099.0248%2037.6048%20101.689%2036.8024C102.123%2037.1139%20102.318%2037.6089%20102.394%2038.2519C102.566%2039.7229%20102.835%2041.1828%20103.078%2042.6451C103.272%2043.8121%20103.055%2043.9255%20101.855%2043.9977C100.422%2044.0839%2098.9823%2044.3156%2097.5836%2044.6463C95.8828%2045.0484%2094.1964%2045.5203%2092.4437%2045.5682C91.4546%2045.5953%2091.3276%2046.3504%2091.1482%2046.9709C90.6343%2048.7491%2090.2704%2050.5708%2089.7532%2052.3478C88.361%2057.1309%2087.4525%2062.0403%2085.9547%2066.7945C85.5022%2068.2309%2085.3537%2069.7259%2085.1961%2071.205C85.0901%2072.1998%2085.1509%2073.1516%2084.3393%2073.9432C84.0697%2074.2061%2084.1539%2074.7811%2084.2%2075.2392C84.6323%2079.5324%2085.4281%2083.7749%2085.9623%2088.0533C86.0591%2088.8284%2087.0717%2089.5154%2086.0327%2090.5005C87.1363%2090.2644%2088.1009%2090.4043%2088.9928%2090.3228C90.6238%2090.1738%2092.2338%2089.6968%2093.8713%2089.4244C94.6799%2089.2899%2094.6432%2088.0295%2094.5973%2087.2989C94.4601%2085.1149%2095.1015%2082.9366%2094.5521%2080.7486C94.3711%2080.0275%2095.1705%2079.8106%2095.6354%2079.7574C99.129%2079.3571%20102.413%2078.042%20105.865%2077.4741C107.634%2077.1829%20107.905%2076.8639%20107.741%2075.096C107.529%2072.8134%20107.23%2070.5365%20106.993%2068.2587C106.765%2066.0759%20106.943%2063.8506%20106.943%2061.6336C107.697%2061.4614%20107.65%2061.9837%20107.692%2062.4207C107.729%2062.8051%20107.611%2063.2585%20108.232%2063.4362C108.738%2062.263%20109.317%2061.1055%20110.093%2060.0693C110.567%2059.4356%20111.121%2058.9196%20111.885%2059.8006C109.689%2061.706%20109.372%2064.3831%20108.687%2066.9126C109.266%2065.942%20110.11%2065.1838%20110.591%2064.1529C111.134%2062.9905%20111.846%2062.8082%20112.754%2063.4686C110.903%2064.9651%20110.425%2067.2387%20109.434%2069.2483C110.496%2068.582%20110.697%2066.8298%20112.624%2066.9763C111.306%2068.8487%20110.36%2070.7341%20109.48%2072.6532L109.537%2072.6319L109.44%2072.6593C110.216%2072.7999%20110.478%2072.2547%20110.757%2071.6998C111.025%2071.1649%20111.286%2070.5918%20112.086%2070.6679C112.462%2071.488%20112.265%2072.2289%20111.768%2072.9041C111.317%2073.5156%20111.506%2073.9106%20112.16%2074.1478C111.19%2075.6603%20110.692%2075.8801%20109.189%2075.4593C109.007%2076.2629%20109.193%2076.554%20110.074%2076.3378C114.24%2075.3151%20118.435%2074.4085%20122.572%2073.2638C124.449%2072.7446%20126.365%2072.3658%20128.257%2071.8981C130.967%2071.2279%20133.669%2070.5226%20136.38%2069.8575C137.355%2069.6185%20138.334%2069.4536%20139.349%2069.7669C139.835%2069.9171%20140.379%2069.8829%20140.898%2069.8664C138.128%2068.7317%20135.275%2067.9052%20132.518%2066.7822C129.277%2065.4621%20125.906%2064.5845%20122.337%2065.3698C122.05%2065.4329%20121.737%2065.4279%20121.306%2065.116C122.387%2063.5984%20124.113%2064.2395%20125.478%2063.7774C123.97%2061.8871%20121.909%2061.921%20119.777%2062.1249C118.666%2062.2312%20117.554%2062.6585%20116.282%2062.2111C117.658%2060.4361%20119.846%2061.7914%20121.388%2060.6446C119.185%2050.4587%20116.759%2040.2756%20114.259%2030.0581C115.043%2030.054%20115.103%2030.5231%20115.338%2030.981C116.866%2033.962%20116.974%2037.3237%20117.948%2040.4516C118.506%2042.2447%20119.06%2044.0445%20119.567%2045.8568C120.184%2048.0617%20120.613%2050.288%20120.973%2052.5325C121.393%2055.1469%20122.241%2057.6504%20122.819%2060.2215C122.932%2060.7264%20123.24%2060.8073%20123.613%2060.9755C125.303%2061.7383%20126.833%2062.7562%20128.289%2063.9058C129.501%2064.862%20131.086%2064.9023%20132.472%2065.4438C135.316%2066.5549%20138.315%2067.2217%20141.089%2068.5551C142.243%2069.1096%20143.466%2069.6355%20144.773%2069.7833C145.852%2069.9052%20146.647%2070.7338%20147.695%2070.8931C148.961%2071.0856%20150.231%2071.2573%20151.502%2071.4101C155.369%2071.8746%20159.25%2072.2384%20163.103%2072.8012C170.126%2073.8272%20177.177%2074.6235%20184.215%2075.5205C188.608%2076.0803%20192.985%2076.7583%20197.388%2077.2542C198.52%2077.3817%20199.654%2077.5364%20200.791%2077.6509C201.551%2077.7274%20201.983%2078.139%20201.904%2078.9519C201.708%2080.9706%20201.556%2082.9419%20202.02%2085.0011C202.233%2085.9452%20201.723%2087.1866%20201.807%2088.335C204.305%2088.6815%20206.474%2087.7277%20208.618%2086.6965C209.382%2086.3289%20210.116%2085.8946%20211.014%2086.0191L210.979%2085.9793L210.979%2085.9792ZM68.0019%2096.2774C69.0957%2094.8037%2069.6403%2093.0585%2070.5305%2091.4841C69.4553%2092.184%2068.3606%2094.2093%2067.8454%2096.152C67.1693%2097.1447%2067.1052%2098.312%2066.9067%2099.441C65.3078%20103.491%2065.6329%20107.544%2066.661%20111.759L68.6747%20110.872C68.4971%20110.587%2068.3784%20110.367%2068.2317%20110.167C67.1485%20108.691%2066.4622%20107.106%2066.4285%20105.215C66.3943%20103.296%2066.8731%20101.459%2067.0742%2099.5805C67.4763%2098.5056%2068.0811%2097.4876%2068.0018%2096.2774H68.0019ZM66.6106%2086.1502C65.9754%2086.1218%2065.478%2086.3381%2065.0382%2086.8321C64.1562%2087.8228%2063.4226%2088.9001%2062.7526%2090.0451C61.5905%2092.0309%2060.4249%2094.033%2059.9607%2096.2927C59.2047%2099.9721%2058.9268%20103.682%2059.787%20107.412C60.5113%20110.554%2062.0188%20111.231%2065.0224%20111.508C63.7354%20103.766%2065.282%2096.6131%2069.4849%2089.9973C68.2351%2088.9587%2065.9893%2089.0511%2065.771%2086.7702C65.9752%2086.3995%2066.5563%2086.7509%2066.7756%2086.3338C66.9048%2086.283%2067.0486%2086.2528%2067.1589%2086.1751C67.2493%2086.1115%2067.2107%2085.9993%2067.0883%2085.9527C66.8731%2085.8707%2066.7158%2085.9535%2066.6106%2086.1502H66.6106ZM88.5563%209.20099L88.4822%209.24115L88.5954%209.22198C88.1211%2010.2884%2088.3539%2011.4197%2088.2569%2012.5223C87.9077%2016.4874%2087.9989%2020.4734%2087.4447%2024.4357C86.9716%2027.8175%2086.9406%2031.2564%2086.6007%2034.6674C86.1778%2038.9114%2085.8518%2043.1693%2085.46%2047.4195C85.3558%2048.5496%2085.0678%2049.7294%2085.4349%2050.8362C85.7855%2051.8937%2085.6694%2052.9103%2085.5194%2053.9465C85.0521%2057.1744%2084.4426%2060.3778%2084.1616%2063.6386C84.0719%2064.6805%2084.3113%2065.7255%2084.0431%2066.7364C83.7141%2067.9759%2083.832%2069.2079%2083.9577%2070.5599C84.1699%2070.244%2084.4659%2070.0078%2084.4526%2069.7904C84.3555%2068.2045%2085.1123%2066.7945%2085.3358%2065.3073C85.7726%2062.4014%2086.4957%2059.5614%2087.1656%2056.7234C87.9027%2053.6009%2088.6881%2050.477%2089.5815%2047.3826C90.3421%2044.7482%2091.0891%2042.1065%2091.879%2039.4775C92.4079%2037.717%2092.9773%2035.9513%2093.2881%2034.1465C93.83%2031.0003%2094.4259%2027.876%2095.5364%2024.8769C95.7305%2024.3526%2095.7577%2023.932%2095.5226%2023.4501C94.9989%2022.3765%2094.5339%2021.272%2093.9683%2020.2214C92.8163%2018.0817%2092.2853%2015.6099%2090.5285%2013.7893C90.3745%2013.6297%2090.2917%2013.3205%2090.3097%2013.0912C90.3603%2012.4465%2090.1128%2011.9802%2089.7361%2011.4609C89.2425%2010.7804%2088.9407%209.96078%2088.5563%209.20097L88.5563%209.20099ZM153.478%2078.3878C151.545%2078.202%20149.601%2078.0953%20147.683%2077.8137C143.886%2077.2566%20140.105%2076.5956%20136.315%2075.9912C133.019%2075.4655%20129.7%2075.0557%20126.428%2074.4066C124.496%2074.0232%20122.75%2074.4227%20120.942%2075.0346C124.143%2075.9222%20127.583%2075.7392%20130.611%2077.2957C129.419%2077.0592%20128.223%2077.1571%20127.034%2077.1228C125.792%2077.0871%20124.584%2076.8293%20123.364%2076.593C121.754%2076.281%20120.102%2076.1818%20118.469%2075.9852C115.77%2075.6603%20111.702%2077.18%20109.035%2078.047C109.218%2078.1082%20109.347%2078.1721%20109.483%2078.1932C113.91%2078.8816%20118.34%2079.555%20122.764%2080.2632C123.376%2080.3612%20124.156%2080.2376%20124.503%2080.9791C124.29%2081.2594%20124.108%2081.2604%20123.896%2081.2581C121.144%2081.228%20118.424%2080.8467%20115.761%2080.2328C113.632%2079.7422%20111.462%2079.5243%20109.326%2079.1077C107.786%2078.8075%20106.142%2078.162%20104.441%2078.8627C104.831%2079.0238%20105.172%2079.2625%20105.533%2079.298C108.359%2079.5757%20111.138%2080.1223%20113.918%2080.6765C115.416%2080.9751%20116.924%2081.2236%20118.431%2081.4772C118.749%2081.5307%20119.077%2081.5831%20119.075%2081.9585C119.072%2082.3812%20118.747%2082.5505%20118.356%2082.5528C118.109%2082.5542%20117.856%2082.5317%20117.614%2082.4783C116.508%2082.2337%20115.413%2081.9262%20114.299%2081.7293C111.15%2081.1731%20107.98%2080.7264%20104.844%2080.1072C102.655%2079.675%20100.537%2079.5579%2098.4545%2080.4908C98.3693%2080.529%2098.2907%2080.5821%2098.1506%2080.6614C100.132%2081.0681%20102.092%2081.416%20104.023%2081.6917C106.933%2082.1069%20109.826%2082.6231%20112.728%2083.0728C118.038%2083.8957%20123.318%2084.9224%20128.633%2085.7089C132.238%2086.2423%20135.822%2086.8776%20139.414%2087.4792C143.055%2088.0892%20146.735%2088.4897%20150.358%2089.1917C154.265%2089.9488%20158.202%2090.5115%20162.114%2091.2241C163.667%2091.5068%20165.174%2091.4137%20166.638%2090.6715C167.659%2090.1536%20168.748%2089.7282%20169.85%2089.418C174.427%2088.1303%20178.76%2086.163%20183.268%2084.6806C187.352%2083.3377%20191.389%2081.849%20195.426%2080.3699C196.641%2079.9248%20197.978%2079.7079%20199.054%2078.8186C198.594%2078.4444%20198.137%2078.4811%20197.687%2078.4326C195.403%2078.1858%20193.119%2077.9433%20190.842%2077.6435C187.542%2077.209%20184.253%2076.698%20180.952%2076.2727C177.68%2075.8511%20174.397%2075.5138%20171.123%2075.1042C168.751%2074.8075%20166.388%2074.4434%20164.019%2074.1273C161.302%2073.7647%20158.582%2073.4204%20155.863%2073.071C153.103%2072.7162%20150.342%2072.3614%20147.581%2072.0131C144.917%2071.6771%20142.218%2071.5126%20139.598%2070.9682C137.361%2070.5036%20135.523%2071.4394%20133.525%2071.994C142.553%2073.4624%20151.556%2074.8576%20160.802%2076.516C160.415%2076.7457%20160.343%2076.8252%20160.272%2076.8252C158.23%2076.826%20156.23%2076.6569%20154.197%2076.2734C152.385%2075.9317%20150.506%2075.6964%20148.643%2075.5273C145.511%2075.2431%20142.452%2074.4303%20139.326%2074.1554C138.226%2074.0586%20137.265%2073.4909%20136.121%2073.5754C134.447%2073.6988%20132.842%2073.2248%20131.298%2072.5854C131.118%2072.5109%20130.946%2072.3133%20130.753%2072.4176C129.679%2072.9988%20128.393%2072.8527%20127.051%2073.5198C136.019%2075.1751%20144.888%2076.0045%20153.478%2078.3879V78.3878ZM102.952%20116.467C103.571%20116.098%20104.01%20116.092%20104.428%20116.074C105.78%20116.017%20107.133%20115.95%20108.485%20115.947C112.079%20115.941%20115.207%20114.6%20117.99%20112.473C118.88%20111.793%20119.752%20111.027%20120.575%20110.224C120.226%20109.867%20119.986%20109.515%20119.383%20109.437C117.211%20109.158%20115.034%20108.848%20112.9%20108.369C110.325%20107.79%20107.666%20107.579%20105.164%20106.706C103.305%20106.057%20101.22%20105.931%2099.711%20104.422C99.3932%20104.104%2098.9653%20103.835%2098.4851%20104.062C97.7831%20104.392%2097.0093%20104.387%2096.2836%20104.476C95.239%20104.604%2095.1333%20105.09%2095.1503%20105.987C95.1633%20106.674%2095.6577%20107.438%2095.0652%20108.126C93.4093%20107.413%2094.268%20105.79%2093.8661%20104.545C92.6496%20105.859%2092.691%20107.438%2092.1744%20108.993C90.7621%20107.457%2092.3092%20106.146%2092.1361%20104.781C87.1669%20104.045%2082.4221%20102.748%2078.8144%2098.6957C78.2884%2099.5497%2078.0164%20100.324%2077.8409%20101.158C77.4426%20103.051%2077.2833%20104.967%2077.1641%20106.893C77.0367%20108.952%2077.731%20110.823%2078.3581%20112.726C78.9415%20114.496%2079.9307%20115.792%2081.8445%20116.195C81.9403%20116.215%2082.0313%20116.269%2082.1187%20116.317C84.9479%20117.886%2087.803%20119.398%2090.8505%20120.517C92.282%20121.043%2093.7868%20121.282%2095.2562%20121.141C96.9878%20120.974%2098.7275%20120.83%20100.458%20120.716C102.709%20120.567%20104.876%20120.074%20107.031%20119.515C108.497%20119.134%20109.503%20118.038%20110.432%20116.828C107.982%20117.039%20105.582%20117.204%20102.952%20116.467H102.952ZM93.8161%20100.11C94.0782%2099.3956%2094.7143%2099.2723%2095.2316%2099.0269C97.7427%2097.8357%20100.427%2097.0117%20102.765%2095.4507C103.384%2095.0369%20103.995%2094.5153%20104.687%2094.3229C106.233%2093.8935%20106.886%2092.7059%20107.474%2091.4286C107.877%2090.5522%20107.382%2088.5882%20106.643%2088.0417C106.464%2087.9089%20106.191%2087.7112%20105.961%2087.9159C105.339%2088.47%20104.471%2088.3267%20103.774%2088.79C102.915%2089.3602%20101.894%2089.8571%20100.888%2090.0006C98.3938%2090.3561%2095.8885%2090.7528%2093.3553%2090.7033C90.0613%2090.6388%2086.8432%2091.1734%2083.6409%2091.8505C83.2891%2091.9248%2082.9906%2091.9703%2082.6297%2091.8332C80.9993%2091.2137%2079.3512%2091.5081%2077.7305%2091.6845C77.6472%2092.122%2078.2224%2092.3848%2077.7441%2092.7474C76.604%2092.5245%2075.4196%2092.3558%2074.2701%2092.0539C72.351%2091.55%2071.4188%2091.8628%2070.5483%2093.6784C69.7674%2095.307%2069.2064%2097.0263%2068.6238%2098.7446C67.6191%20101.708%2067.4733%20104.608%2068.0175%20107.618C68.0729%20107.924%2068.1695%20108.214%2068.3861%20108.426C70.0202%20110.03%2071.8477%20111.417%2073.8017%20112.568C74.8159%20113.165%2076.0159%20113.574%2077.1937%20113.994C77.0798%20111.838%2075.9557%20110.688%2073.9627%20110.325C73.766%20110.289%2073.5263%20110.315%2073.3801%20110.21C73.0105%20109.944%2072.2515%20109.87%2072.5199%20109.202C72.7256%20108.69%2073.2759%20108.962%2073.7121%20109.036C74.4576%20109.161%2075.1476%20109.793%2075.9981%20109.338C75.9294%20108.769%2075.9797%20108.22%2075.7825%20107.719C74.3442%20107.292%2073.183%20106.3%2071.668%20106.125C72.9743%20105.286%2074.232%20106.336%2075.5797%20106.106C74.9574%20104.389%2072.9634%20104.143%2072.172%20102.475C73.7546%20102.882%2074.7343%20103.987%2076.0927%20104.728C75.9403%20103.405%2076.5849%20102.338%2076.4274%20101.216C75.4086%20100.357%2073.8941%20100.334%2072.9732%2098.9263C74.5754%2099.124%2075.8481%2099.4971%2077.1081%2099.949C77.2249%2099.816%2077.3433%2099.7168%2077.4172%2099.5915C78.3302%2098.0441%2078.7305%2098.0181%2080.1462%2099.1357C80.8381%2099.6819%2081.509%20100.277%2082.3755%20100.614C85.107%20101.676%2087.8245%20102.747%2090.7429%20103.229C92.5351%20103.524%2094.2998%20103.674%2096.0802%20103.215C96.4794%20103.112%2097.0357%20102.992%2096.8136%20102.52C96.3903%20101.619%2096.8784%20100.78%2096.899%2099.9344C95.7952%2099.6588%2094.8643%20100.732%2093.8161%20100.11L93.8161%20100.11ZM50.1178%2029.0974C53.5817%2032.9471%2057.2804%2036.5245%2061.0933%2039.9613C64.9%2043.3926%2068.2127%2047.2978%2071.9551%2050.7857C75.6784%2054.2558%2078.7399%2058.3902%2082.6558%2061.9003C83.1515%2060.6858%2083.6198%2059.7184%2082.8731%2058.7253C80.2298%2055.21%2078.1115%2051.3501%2075.5871%2047.7455C72.2028%2042.9129%2068.6921%2038.1556%2065.5405%2033.1598C64.6637%2031.7699%2063.6269%2030.4982%2062.7999%2029.065C61.2504%2026.3794%2059.9717%2023.5543%2058.419%2020.8722C57.218%2018.7977%2055.8453%2016.8263%2054.7583%2014.6829C54.4368%2014.0489%2054.2094%2013.3209%2053.5726%2012.8414C53.4857%2013.0047%2053.4242%2013.0863%2053.3963%2013.178C53.2153%2013.7722%2053.8089%2014.0495%2053.95%2014.5139C54.2331%2015.4455%2053.0771%2014.9731%2052.973%2015.5197C52.9451%2015.6664%2052.9477%2015.8187%2052.9331%2015.9681C52.5941%2019.4508%2051.8915%2022.8731%2051.1157%2026.2759C50.9018%2027.2138%2050.8176%2028.2366%2050.1178%2029.0974L50.1178%2029.0974ZM96.0531%2081.5088C96.0175%2082.608%2095.7379%2083.5656%2095.7916%2084.6361C95.8332%2085.4679%2096.0724%2085.692%2096.7142%2085.8144C98.6764%2086.1885%20100.631%2086.6312%20102.61%2086.8711C103.3%2086.9548%20104.008%2087.3641%20104.781%2086.9439C105.937%2086.3155%20107.034%2086.5753%20107.894%2087.5389C108.4%2088.1063%20108.998%2088.3239%20109.705%2088.4861C110.927%2088.7664%20112.184%2088.6628%20113.403%2088.9258C115.204%2089.314%20116.999%2089.8205%20118.789%2090.125C121.529%2090.5911%20124.246%2091.1782%20126.969%2091.7065C133.505%2092.9747%20140.077%2094.0121%20146.639%2095.1171C148.624%2095.4512%20150.66%2095.6187%20152.566%2096.4288C153.249%2096.719%20154.058%2096.8259%20154.89%2096.5463C157.466%2095.6809%20159.965%2094.5158%20162.752%2094.4096C163.252%2094.3905%20163.599%2094.0728%20163.612%2093.5384C163.624%2093.0684%20163.539%2092.6296%20162.945%2092.5266C162.651%2092.4757%20162.371%2092.3419%20162.077%2092.2975C159.809%2091.955%20157.534%2091.6517%20155.27%2091.2818C153.906%2091.0588%20152.546%2090.6734%20151.198%2090.5146C149.471%2090.3112%20147.75%2090.0125%20146.05%2089.7316C141.274%2088.9426%20136.476%2088.2647%20131.72%2087.3686C126.143%2086.3177%20120.493%2085.7105%20114.941%2084.4936C113.303%2084.1345%20111.6%2083.9106%20109.923%2083.7289C107.258%2083.4402%20104.637%2082.8973%20101.995%2082.4947C100.048%2082.198%2098.1033%2081.8653%2096.0531%2081.5088ZM87.2963%208.70871C85.7111%2010.0918%2084.1677%2011.0632%2082.6903%2012.1285C81.1311%2013.2527%2079.6324%2014.4789%2077.7226%2015.0104C76.3969%2015.3794%2075.9707%2016.1895%2076.4756%2017.4748C76.7498%2018.1729%2076.9418%2018.8964%2077.2117%2019.5874C78.0923%2021.8412%2078.2552%2024.2506%2078.8%2026.5757C79.3451%2028.9016%2079.7185%2031.2675%2080.1737%2033.6146C80.6763%2036.2064%2080.4887%2038.8412%2080.6668%2041.4532C80.8256%2043.781%2080.8932%2046.1413%2081.4975%2048.3864C82.0583%2050.4699%2082.2856%2052.5567%2082.3793%2054.683C82.4324%2055.888%2082.4281%2055.8882%2083.8622%2055.7106C84.0661%2052.4443%2084.5475%2049.1877%2084.2868%2045.851C83.9825%2046.8269%2083.4102%2047.4137%2082.3699%2047.521C82.1296%2047.0473%2081.9542%2046.5899%2081.9148%2046.0939C81.8496%2045.2722%2081.3194%2044.4792%2081.8535%2043.6177C82.3504%2042.816%2082.6278%2042.7739%2083.36%2043.3651C83.9311%2043.8261%2083.9865%2044.5481%2084.4388%2045.1149C85.685%2033.0756%2087.1886%2021.0862%2087.2963%208.70871H87.2963ZM164.858%2092.4736C164.712%2093.0362%20164.537%2093.5959%20164.729%2094.2026C164.805%2094.4398%20164.786%2094.6959%20165.113%2094.7581C166.457%2095.0134%20167.581%2095.8449%20168.883%2096.2059C169.351%2096.3356%20169.745%2096.3171%20170.276%2096.1118C174.417%2094.5077%20178.605%2093.0214%20182.772%2091.4827C188.707%2089.291%20194.638%2087.0856%20200.618%2084.8684C200.635%2084.6891%20200.664%2084.494%20200.668%2084.2983C200.677%2083.9467%20200.688%2083.5936%20200.667%2083.2431C200.61%2082.3058%20200.317%2082.0869%20199.418%2082.4067C197.212%2083.191%20195%2083.9658%20192.825%2084.8289C190.252%2085.8495%20189.292%2086.1392%20187.941%2086.0103C191.935%2084.3135%20195.779%2082.6709%20199.634%2081.054C200.153%2080.8365%20200.783%2080.7831%20200.227%2079.9107C188.456%2084.0917%20176.668%2088.2787%20164.858%2092.4736ZM99.8868%2040.9798C99.4303%2042.1691%2098.0342%2042.1121%2097.4613%2043.0723C98.7872%2043.2504%2099.9832%2042.4106%20101.336%2042.5459C101.742%2041.0386%20101.013%2039.724%20101.114%2038.4092C100.655%2038.1879%20100.309%2038.2023%2099.9739%2038.3231C97.9124%2039.0658%2095.8042%2039.6224%2093.6309%2039.9145C93.237%2039.9674%2092.9567%2040.1316%2092.861%2040.5161C92.5557%2041.7421%2092.2042%2042.9655%2092.3666%2044.2622C93.828%2044.1109%2095.2521%2044.2544%2096.7163%2043.343C95.9444%2043.2322%2095.7895%2042.6694%2095.6041%2042.1503C94.9793%2042.3934%2094.4774%2042.6285%2093.9513%2042.7795C93.5949%2042.8818%2093.1941%2042.7797%2093.0896%2042.3764C92.9879%2041.9844%2093.2114%2041.7644%2093.6458%2041.6749C94.428%2041.5137%2095.1606%2041.2171%2095.851%2040.7836C96.8549%2040.1533%2097.2272%2040.3851%2097.3358%2041.6377C98.2574%2041.7987%2098.6483%2040.2839%2099.8869%2040.9798L99.8868%2040.9798ZM101.372%2088.3526C99.5297%2087.7728%2097.7173%2087.0788%2095.7349%2087.1161C95.4781%2087.9311%2095.5849%2088.5816%2095.7077%2089.2469C97.6822%2089.3795%2099.4979%2088.9015%20101.372%2088.3525V88.3526ZM82.7635%2043.5433C82.3646%2044.655%2082.2153%2045.4651%2082.8747%2046.2403C82.8908%2045.4282%2083.4742%2044.6246%2082.7635%2043.5433ZM109.183%2074.9779C109.193%2074.9345%20109.224%2074.8801%20109.209%2074.8497C109.151%2074.7363%20109.079%2074.7448%20109.035%2074.8712C109.024%2074.9038%20109.047%2074.9628%20109.074%2074.989C109.091%2075.0053%20109.145%2074.9829%20109.183%2074.9779Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M1.71066%2063.3172C1.50181%2062.4375%201.34275%2061.6527%201.44317%2060.8128C1.91213%2056.8905%202.30645%2052.9582%202.83944%2049.0448C3.27757%2045.8278%203.8625%2042.6305%204.40239%2039.4278C4.76002%2037.3064%205.11314%2035.1828%205.54209%2033.0751C5.92823%2031.1778%206.36037%2029.2859%206.87062%2027.4186C7.55517%2024.9132%207.86207%2022.3247%208.56283%2019.8318C9.05807%2018.07%209.38845%2016.2693%2010.0379%2014.5347C10.5566%2013.1496%2010.705%2011.6153%2011.2452%2010.2128C11.818%208.72551%2012.442%207.25798%2013.0519%205.76172C13.6%206.04379%2013.5169%206.37072%2013.4049%206.72501C12.1756%2010.6107%2010.9061%2014.4811%2010.1277%2018.4976C9.63697%2021.0301%208.70536%2023.4964%208.34%2026.0248C7.79281%2029.8115%206.8691%2033.5164%206.23644%2037.2813C5.74049%2040.2327%205.21878%2043.1808%204.88433%2046.1513C4.53509%2049.2533%203.81493%2052.2953%203.56339%2055.4145C3.39126%2057.5489%202.9713%2059.6659%202.59992%2061.7797C2.50742%2062.3063%202.53465%2062.9969%201.71067%2063.3172H1.71066Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M15.0626%2082.1542C15.8898%2081.8548%2016.2055%2082.0605%2016.44%2082.6441C17.2037%2084.5445%2018.2755%2086.2975%2019.1351%2088.1575C19.9423%2089.9041%2021.0271%2091.5331%2022.6629%2092.7659C22.1678%2091.5177%2021.6617%2090.2738%2021.1805%2089.0203C20.6985%2087.7646%2020.4729%2086.4751%2020.6075%2085.1628C21.3066%2085.0225%2021.4657%2085.3629%2021.5858%2085.7855C22.1127%2087.6397%2022.7774%2089.4398%2023.5441%2091.2128C24.0127%2092.2967%2024.7085%2093.1506%2025.6215%2094.2178C25.6179%2093.1814%2025.4364%2092.4496%2025.1138%2091.7645C25.0107%2091.5454%2024.8576%2091.358%2024.8173%2091.1003C24.746%2090.6446%2024.2449%2090.0631%2024.9342%2089.8009C25.5504%2089.5664%2025.8485%2090.1097%2026.0596%2090.6477C26.6737%2092.2127%2027.2311%2093.8071%2028.206%2095.2241C29.0159%2094.1033%2029.343%2094.0899%2029.9875%2095.1882C30.6114%2096.2513%2030.8979%2097.497%2031.778%2098.4295C32.0106%2098.6759%2032.112%2099.0556%2032.4713%2099.1814C32.8265%2099.3057%2032.9699%2099.5287%2032.7795%2099.8596C32.6389%20100.104%2032.3678%20100.149%2032.118%20100.033C31.459%2099.7249%2030.6399%2099.7109%2030.2661%2098.8878C29.9741%2098.2448%2029.6104%2097.791%2028.677%2097.8917C27.9983%2097.965%2027.559%2097.163%2027.1425%2096.5998C26.9213%2096.3009%2026.9102%2095.7617%2026.3548%2095.8237C24.6111%2096.0183%2023.8916%2094.828%2023.2907%2093.5436C22.094%2093.7398%2021.121%2093.4751%2020.3554%2092.5505C17.8273%2089.4978%2016.5626%2085.8212%2015.0626%2082.1542L15.0626%2082.1542Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M54.4726%201.86936C56.8341%202.75898%2059.1978%203.6428%2061.5564%204.53976C64.1192%205.51433%2066.7925%206.10647%2069.4261%206.83677C71.1133%207.30465%2072.9271%206.98531%2074.582%207.67957C74.8095%207.77497%2075.0308%207.51707%2075.243%207.38399C78.1944%205.53345%2081.3343%203.95607%2083.8167%201.42836C84.0817%201.15852%2084.3957%201.01642%2084.8022%201.53255C83.9478%202.43123%2083.1932%203.50909%2082.1816%204.2225C80.6486%205.30366%2079.3785%206.73924%2077.6602%207.56341C77.3473%207.71353%2077.1054%208.00859%2076.7364%208.04775C75.2779%208.20256%2075.264%209.33098%2075.0892%2010.4029C74.9498%2011.2574%2075.325%2012.1808%2074.7835%2013.1017C73.7733%2011.7797%2074.2814%2010.3663%2074.2621%208.96896C66.9486%208.4241%2060.6481%205.25825%2054.3072%202.20517L54.4726%201.86935V1.86936Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M42.989%2037.4748C42.8649%2036.598%2042.6802%2035.7249%2042.6272%2034.8439C42.3787%2030.7202%2042.1905%2026.5998%2041.5867%2022.4976C41.1094%2019.2546%2040.363%2016.11%2039.4592%2012.9641C38.6977%2010.3133%2037.2304%208.1312%2035.728%205.93043C36.089%205.56831%2036.3811%205.71454%2036.6562%205.98684C38.7507%208.05926%2040.2189%2010.483%2040.8958%2013.3774C41.1432%2014.435%2041.4978%2015.4683%2041.7868%2016.5175C42.9165%2020.618%2043.2615%2024.8054%2043.615%2029.0195C43.8%2031.2256%2043.395%2033.3882%2043.598%2035.5716C43.6575%2036.2116%2043.5063%2036.8585%2043.3161%2037.4763L42.989%2037.4748H42.989Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.5443%2051.22C31.8767%2050.5314%2031.3903%2050.1028%2031.4317%2049.6021C31.4755%2049.0739%2031.2444%2048.4239%2031.9172%2048.1475C32.5732%2047.8781%2032.9992%2048.4159%2033.3008%2048.8188C34.0445%2049.8124%2034.7376%2050.8547%2035.3427%2051.938C35.8906%2052.9188%2036.3836%2053.9263%2037.1087%2054.7942C37.3446%2055.0767%2037.5709%2055.3667%2037.2189%2055.6969C36.8684%2056.0258%2036.5096%2055.9585%2036.1352%2055.6814C35.5463%2055.2455%2035.2797%2054.5788%2034.8742%2054.0118C34.2282%2053.1087%2033.9428%2051.9733%2032.9988%2051.2342C33.3976%2052.5384%2033.7802%2053.848%2034.2035%2055.1443C34.3638%2055.6352%2034.6278%2056.1711%2034.0598%2056.479C33.4309%2056.8198%2033.0852%2056.3031%2032.7523%2055.833C31.6032%2054.2101%2030.6685%2052.4472%2029.4047%2050.8951C28.0958%2049.2875%2026.8851%2047.5995%2025.6414%2045.9393C25.3419%2045.5396%2025.0933%2045.1021%2024.7995%2044.6977C24.6002%2044.4234%2024.4991%2044.1597%2024.796%2043.9126C25.1002%2043.6594%2025.3296%2043.8738%2025.583%2044.0604C26.19%2044.5071%2026.6247%2045.0686%2027.0766%2045.6811C28.1067%2047.0775%2029.3906%2048.2791%2030.1948%2049.8586C30.4839%2050.4264%2031.2076%2050.5831%2031.5442%2051.22L31.5443%2051.22Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M113.968%2027.957C113.161%2026.0176%20112.308%2024.1453%20111.597%2022.2205C110.075%2018.0978%20108.715%2013.8839%20106.459%2010.1059C104.828%207.37399%20103.36%204.46483%20100.757%202.34499C101.78%201.39941%20102.403%202.05296%20102.939%202.71082C104.418%204.52513%20105.882%206.3469%20107.129%208.34297C109.34%2011.885%20110.902%2015.7141%20112.079%2019.6845C112.78%2022.0474%20113.681%2024.357%20114.151%2026.7874C114.22%2027.143%20114.537%2027.5313%20113.968%2027.957V27.957Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M95.2181%206.44314C96.0501%206.02664%2096.4347%206.56088%2096.9103%207.14331C98.5276%209.12373%2099.2523%2011.454%2099.9043%2013.8758C100.673%2016.7312%20100.982%2019.6501%20101.421%2022.5499C101.717%2024.4966%20101.834%2026.4719%20102.263%2028.4004C102.412%2029.0707%20102.45%2029.729%20102.273%2030.426C101.796%2030.4503%20101.584%2030.1608%20101.472%2029.7492C100.62%2026.6331%20100.105%2023.4517%2099.6657%2020.2583C99.3464%2017.9353%2098.9837%2015.6368%2098.351%2013.3617C97.9236%2011.8246%2097.5937%2010.2995%2096.662%208.97398C96.5516%208.8169%2096.5057%208.45746%2096.4293%208.4573C95.4612%208.45519%2095.6574%207.67641%2095.5034%207.13102C95.4373%206.8971%2095.1556%206.75475%2095.2182%206.44317L95.2181%206.44314Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M124.561%20104.622C123.362%20106.153%20121.449%20104.811%20119.914%20105.812C124.142%20106.915%20128.205%20107.571%20132.529%20108.439C129.393%20109.382%20118.406%20107.096%20117.266%20105.43C118.235%20104.295%20119.591%20104.792%20120.808%20104.525C117.327%20103.481%20113.706%20103.055%20110.19%20102.259C110.241%20101.876%20110.336%20101.681%20110.579%20101.717C113.681%20102.181%20116.796%20102.549%20119.889%20103.099C121.105%20103.315%20122.279%20103.777%20123.528%20103.813C123.982%20103.827%20124.237%20104.137%20124.561%20104.622V104.622Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M2.43254%2064.6211C2.50338%2066.1916%202.02404%2067.5678%201.86975%2068.9727C1.65762%2070.9041%201.33428%2072.8302%201.48559%2074.7773C1.55852%2075.7158%201.7916%2076.7823%202.41724%2077.3935C3.76281%2078.7082%204.25062%2080.3103%204.54221%2082.0395C4.80803%2083.6158%205.36723%2085.0126%206.65488%2086.0451C6.79615%2086.1584%206.85038%2086.3802%206.9474%2086.5562C5.90017%2087.0067%204.97928%2086.6102%204.28567%2085.5329C3.48301%2084.2863%203.09017%2082.8828%202.87026%2081.4669C2.6579%2080.0997%202.315%2078.858%201.41026%2077.7862C0.114188%2076.2508%20-0.213718%2074.4427%200.123898%2072.5178C0.509293%2070.3205%200.513309%2068.0581%201.24212%2065.9203C1.41084%2065.4254%201.43326%2064.8153%202.43255%2064.6211L2.43254%2064.6211Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M104.436%2038.2601C104.285%2039.1366%20104.687%2039.8892%20104.894%2040.7057C105.689%2043.8434%20106.01%2047.0683%20106.287%2050.2879C106.47%2052.4132%20106.424%2054.5623%20106.691%2056.6743C106.793%2057.4886%20106.397%2058.1907%20106.676%2058.9483C106.123%2059.0372%20105.952%2058.8777%20105.903%2058.4168C105.655%2056.0871%20105.349%2053.7636%20105.104%2051.4337C104.711%2047.6941%20104.242%2043.9663%20103.486%2040.2804C103.333%2039.5359%20103.377%2038.7892%20103.364%2038.0424C103.358%2037.71%20103.211%2037.3219%20103.597%2037.0875C103.907%2036.899%20104.198%2037.0653%20104.432%2037.233C104.903%2037.5707%20104.566%2037.9353%20104.409%2038.2846C104.457%2038.1651%20104.427%2038.1039%20104.319%2038.1088C104.314%2038.109%20104.306%2038.1716%20104.311%2038.2035C104.34%2038.4026%20104.287%2038.1246%20104.436%2038.2601H104.436Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M86.01%2076.8047C86.01%2075.5964%2085.9376%2074.3803%2087.0308%2073.4916C87.9132%2072.7744%2089.3299%2072.9992%2089.8086%2074.03C90.4796%2075.4748%2090.3848%2077.0337%2090.3063%2078.5642C90.2696%2079.2811%2089.8488%2079.8721%2089.2201%2080.2737C88.6594%2080.6318%2088.1481%2080.6635%2087.5709%2080.2275C86.2226%2079.209%2085.9712%2078.7202%2086.01%2076.8047ZM88.2407%2074.6903C86.8496%2075.4315%2086.7528%2077.6365%2088.043%2079.1938C89.2371%2078.0974%2089.3002%2076.6617%2088.2407%2074.6903Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M212.344%2085.4594C213.105%2084.1212%20214.199%2083.9098%20215.217%2083.6439C218.628%2082.7526%20222.128%2082.3668%20225.609%2081.8638C227.414%2081.603%20229.201%2081.4434%20231.031%2081.6538C225.036%2083.5256%20218.69%2083.6363%20212.344%2085.4594V85.4594Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M9.66889%2075.8047C10.1274%2075.9061%2010.3009%2076.0536%2010.347%2076.2391C11.1153%2079.3309%2012.4466%2082.191%2013.9073%2085.0011C14.6725%2086.4731%2015.7691%2087.7206%2016.6529%2089.1127C17.0406%2089.7232%2017.953%2089.7615%2018.3553%2090.4173C18.0597%2090.8442%2017.661%2090.7976%2017.398%2090.628C16.0589%2089.7648%2014.7135%2088.9299%2013.8789%2087.4611C12.1796%2084.4708%2010.6266%2081.4216%209.76538%2078.0745C9.58558%2077.3757%209.19578%2076.6069%209.66887%2075.8047L9.66889%2075.8047Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M210.129%2071.3528C208.516%2072.2395%20206.963%2072.9477%20205.434%2073.646C203.495%2074.5316%20201.604%2075.5631%20199.535%2076.1606C199.207%2076.2552%20198.939%2076.519%20198.55%2076.3322C198.255%2076.1906%20197.797%2076.3033%20197.739%2075.8173C197.684%2075.3506%20198.032%2075.2545%20198.386%2075.1461C201.65%2074.1467%20204.525%2072.2221%20207.775%2071.1904C208.488%2070.9642%20209.203%2070.3556%20210.129%2071.3528V71.3528Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M225.424%2065.0209C220.403%2065.4042%20216.748%2068.5814%20212.32%2070.137C214.909%2066.6565%20223.195%2063.2919%20225.424%2065.0209Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M75.7683%2011.6309C75.6502%2010.9935%2075.833%2010.3802%2076.1992%209.82592C76.6931%209.07833%2077.5688%208.89753%2078.2624%209.36961C78.9124%209.81199%2079.2722%2011.3886%2078.8714%2012.2482C78.4691%2013.1112%2077.5872%2013.3284%2076.7919%2013.4514C76.1077%2013.5572%2075.7935%2012.8977%2075.7683%2011.6309ZM78.1333%2010.8628C78.069%2010.6066%2077.8821%2010.1776%2077.3415%2010.1928C76.8747%2010.206%2076.6566%2010.5724%2076.6819%2011.0193C76.7075%2011.4731%2076.8007%2012.0163%2077.372%2011.9773C77.7953%2011.9483%2078.214%2011.6514%2078.1333%2010.8628H78.1333Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M34.1086%2045.6155C34.6543%2045.2145%2035.0281%2045.2806%2035.3768%2045.7014C36.4665%2047.0163%2037.3531%2048.4673%2038.2219%2049.9296C38.3805%2050.1964%2038.4154%2050.5196%2038.1853%2050.7722C37.8837%2051.1033%2037.5048%2050.9751%2037.2276%2050.7713C36.9109%2050.5384%2036.5882%2050.2434%2036.4123%2049.9013C35.6854%2048.4881%2034.6991%2047.2126%2034.1086%2045.6155V45.6155Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M114.618%2097.3428C117.184%2096.5102%20119.423%2097.926%20121.784%2098.6038C119.301%2098.9175%20116.962%2098.2206%20114.618%2097.3428Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M157.529%20109.317C158.673%20108.173%20159.849%20108.353%20161.132%20108.734C159.969%20109.856%20158.704%20110.085%20157.529%20109.317Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M160.214%20114.016C160.824%20112.578%20162.136%20113.247%20163.149%20112.828C162.62%20114.153%20161.813%20114.467%20160.214%20114.016Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M156.991%20121.87C156.188%20121.743%20155.269%20121.731%20155.547%20120.396C156.445%20120.596%20156.883%20121.085%20156.945%20121.921L156.991%20121.87Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M144.917%20115.009C143.466%20115.223%20143.438%20115.206%20143.25%20114.059C143.942%20114.126%20144.27%20114.673%20144.917%20115.009Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M150.275%20117.946C150.28%20118.221%20150.177%20118.416%20149.876%20118.431C149.442%20118.452%20149.265%20118.103%20149.2%20117.797C149.145%20117.534%20149.32%20117.173%20149.669%20117.228C150.009%20117.283%20150.259%20117.549%20150.275%20117.946V117.946Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M165.423%20116.277C165.736%20115.679%20166.194%20115.66%20166.619%20115.514C166.676%20116.137%20166.277%20116.392%20165.423%20116.277Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M211.014%2086.0187C211.035%2085.4903%20211.401%2085.435%20211.814%2085.4219C211.751%2085.9546%20211.284%2085.8425%20210.979%2085.9788L211.014%2086.0187V86.0187Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M154.385%20112.049C154.405%20112.136%20154.464%20112.244%20154.432%20112.301C154.398%20112.361%20154.274%20112.407%20154.195%20112.398C154.051%20112.383%20154.039%20112.295%20154.156%20112.206C154.229%20112.15%20154.308%20112.1%20154.385%20112.049H154.385Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M133.669%20108.701L133.753%20108.745L133.66%20108.772L133.669%20108.701Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M156.18%20111.4L156.212%20111.49C156.177%20111.5%20156.141%20111.521%20156.108%20111.516C156.094%20111.515%20156.085%20111.463%20156.074%20111.434L156.18%20111.4L156.18%20111.4Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M211.237%2070.5144C211.316%2070.4772%20211.396%2070.44%20211.339%2070.4666C211.409%2070.4387%20211.339%2070.4668%20211.268%2070.4948L211.237%2070.5144Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M211.268%2070.4949C211.074%2070.5464%20211.195%2070.3264%20211.182%2070.5222C211.175%2070.6183%20211.261%2070.6202%20211.237%2070.5145L211.268%2070.4949Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M140.729%2079.1595C137.896%2079.0223%20135.37%2078.518%20132.589%2078.0571C133.617%2077.1252%20134.646%2077.4618%20135.448%2077.6122C136.32%2077.7759%20137.274%2077.7401%20138.069%2078.1149C138.862%2078.489%20139.937%2078.1777%20140.729%2079.1595V79.1595Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M98.4703%20114.592C98.128%20116.163%2097.925%20116.173%2096.4002%20115.539C95.1184%20115.005%2094.3824%20113.821%2093.2076%20113.185C92.8909%20113.014%2092.4972%20112.672%2092.9802%20112.228C93.3431%20111.895%2093.5692%20112.193%2093.8746%20112.385C94.9553%20113.066%2095.6689%20114.252%2096.9678%20114.623C97.0539%20114.647%2097.1504%20114.636%2097.2496%20114.641C97.4533%20114.345%2097.1201%20114.216%2097.0537%20114.005C96.8046%20113.213%2097.2604%20112.669%2098.0405%20112.928C98.8003%20113.181%2099.5363%20113.492%20100.34%20113.581C100.621%20113.612%20100.833%20113.728%20100.819%20114.038C100.805%20114.358%20100.655%20114.565%20100.315%20114.686C99.6807%20114.911%2099.0732%20114.71%2098.4703%20114.592Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M72.3021%2094.5938C74.6987%2094.7402%2076.3378%2096.345%2078.2736%2097.6932C76.5141%2097.8375%2073.1467%2096.1486%2072.3021%2094.5938Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M81.5742%2025.3434C81.6111%2025.8934%2081.5987%2026.4379%2081.3362%2026.9418C81.1806%2027.2406%2081.0892%2027.5851%2080.6238%2027.5841C80.1793%2027.5832%2079.8912%2027.4377%2079.6599%2027.0431C79.1821%2026.228%2079.0892%2025.3511%2079.2%2024.4522C79.2871%2023.7453%2079.68%2023.1772%2080.4577%2023.282C81.1247%2023.372%2081.6731%2023.7407%2081.5223%2024.6038C81.481%2024.8401%2081.5538%2025.0963%2081.5742%2025.3434H81.5742ZM80.454%2024.2433C80.0391%2024.9992%2079.5407%2025.8076%2081.0009%2026.6222C80.6336%2025.6889%2080.6992%2024.9709%2080.454%2024.2433Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M182.311%2088.7765C183.238%2087.7151%20184.352%2087.1201%20186.074%2087.2686C184.964%2088.6459%20183.519%2088.4156%20182.311%2088.7765Z%22%20fill%3D%22%2349525A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4190_178281%22%3E%3Crect%20width%3D%22241.395%22%20height%3D%22130%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.welcome-vehicle-img {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2291%22%20height%3D%2270%22%20viewBox%3D%220%200%2091%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4190_178282)%22%3E%3Cg%20opacity%3D%220.3%22%3E%3Cpath%20d%3D%22M39.8433%2041.4232C40.0354%2041.2594%2040.1886%2041.0684%2040.2194%2040.8094C40.2375%2040.6568%2040.3738%2040.4582%2040.4265%2040.4869C41.0156%2040.8081%2041.3168%2040.0929%2041.8229%2040.1242C41.7786%2039.8953%2041.7253%2039.6985%2041.4226%2039.7043C40.5553%2039.7208%2040.5552%2039.7159%2040.2386%2039.058C39.3331%2039.2268%2038.9194%2038.9212%2038.9974%2038.1411C38.4764%2038.3834%2038.0541%2038.5182%2037.5796%2037.9504C37.3233%2037.6436%2036.6859%2037.2458%2036.1507%2037.8533C36.0235%2037.9978%2035.7697%2038.0946%2035.5741%2037.8435C35.4123%2037.6357%2035.1676%2037.704%2034.9521%2037.6992C34.7537%2037.6949%2034.5106%2037.712%2034.4402%2037.5095C34.1648%2036.7169%2033.4259%2036.4427%2032.8212%2036.0267C32.5707%2035.8544%2032.4829%2035.6468%2032.5471%2035.3958C32.6929%2034.8258%2032.7562%2034.3157%2032.6185%2033.684C32.5148%2033.2086%2032.5355%2032.6513%2032.3943%2032.1277C32.3195%2031.8502%2032.2522%2031.6242%2032.0411%2031.4147C31.7825%2031.158%2031.5991%2030.8408%2031.8398%2030.4782C31.699%2030.3031%2031.4308%2030.414%2031.3722%2030.3017C31.0811%2029.7436%2030.5549%2029.3634%2030.2531%2028.8539C30.076%2028.5549%2029.9837%2028.1852%2029.7437%2027.8708C29.3247%2027.3218%2029.8982%2026.862%2030.0053%2026.3609C30.0571%2026.1187%2030.3183%2025.92%2030.3291%2025.6334C30.1779%2025.4366%2029.9673%2025.5137%2029.7845%2025.5022C29.5973%2025.4903%2029.3794%2025.3781%2029.4176%2025.2504C29.6699%2024.4071%2028.9678%2024.4029%2028.5173%2024.1743C28.5115%2023.901%2028.5069%2023.6277%2028.4996%2023.3544C28.494%2023.1431%2028.4467%2022.9553%2028.173%2023.0217C27.8955%2023.0889%2027.9401%2023.3186%2028.0315%2023.4755C28.1755%2023.7225%2028.1234%2024.0931%2028.4758%2024.2123C28.4893%2025.1825%2028.9589%2026.0373%2029.1901%2026.9525C29.2514%2027.1951%2029.3603%2027.4427%2029.2946%2027.6668C29.0498%2028.5015%2029.4268%2029.1926%2029.7503%2029.9002C29.795%2029.998%2029.93%2030.0751%2029.9354%2030.167C30.0008%2031.2839%2030.6652%2032.2146%2030.89%2033.2793C31.0152%2033.8727%2030.9453%2034.4925%2031.1351%2035.0812C31.1827%2035.2288%2031.1457%2035.4049%2031.0501%2035.5596C30.9445%2035.7305%2030.858%2035.8838%2030.6112%2035.8537C30.3799%2035.8254%2030.3871%2035.6586%2030.3466%2035.4996C30.111%2034.5739%2029.8765%2033.6478%2029.6284%2032.7255C29.1814%2031.0639%2028.5509%2029.4739%2027.8694%2027.8931C27.6439%2027.37%2027.5446%2026.7341%2027.3955%2026.1476C26.9384%2024.3493%2026.4466%2022.5658%2025.8124%2020.8178C25.4126%2019.7159%2025.2165%2018.5482%2025.0171%2017.3903C24.894%2016.6748%2025.1364%2016.041%2025.5019%2015.4502C26.4688%2013.887%2026.9925%2012.14%2027.4908%2010.4018C27.6441%209.86708%2027.9705%209.41257%2028.0496%208.85715C28.0931%208.55143%2028.4425%208.75798%2028.6101%208.625L28.5974%208.6431C28.5789%208.74815%2028.5064%208.89791%2028.5505%208.95131C28.966%209.45415%2028.8513%209.98522%2028.6467%2010.5123C28.2518%2011.5298%2028.109%2012.6217%2027.6756%2013.6338C27.4887%2014.0703%2027.321%2014.5375%2027.2447%2015.0426C27.1262%2015.827%2026.7589%2016.5712%2026.2468%2017.1794C26.0188%2017.4502%2025.9925%2017.625%2026.128%2017.8787C26.7839%2019.1074%2027.1261%2020.4524%2027.5821%2021.7553C27.6073%2021.8272%2027.6751%2021.8842%2027.7417%2021.9731C28.116%2021.1573%2027.8025%2019.9324%2029.2337%2019.6644C29.0531%2020.3524%2029.1437%2020.8082%2029.7628%2021.1183C30.1745%2021.3246%2030.0035%2021.8344%2029.9257%2022.1888C29.8661%2022.4604%2029.7983%2022.7211%2029.8099%2022.9995C29.744%2023.0245%2029.6512%2023.0676%2029.7204%2023.1366C29.7891%2023.2054%2029.8327%2023.1128%2029.8577%2023.0468C30.2337%2022.8204%2030.3933%2022.4285%2030.5775%2022.0661C30.7702%2021.6872%2031.0788%2021.6136%2031.4032%2021.7705C31.7536%2021.94%2031.6889%2022.255%2031.5303%2022.5563C31.4443%2022.7197%2031.3857%2022.8976%2031.2782%2023.1575C31.7568%2023.0305%2032.2458%2022.7012%2032.3722%2023.4512C32.3927%2023.5728%2032.6126%2023.5454%2032.749%2023.5505C32.8871%2023.5557%2033.1164%2023.5333%2033.1331%2023.638C33.2319%2024.2573%2034.2168%2024.2413%2034.0135%2025.0346C35.1318%2024.7485%2035.9164%2025.3325%2036.6944%2025.8537C36.9939%2026.0543%2037.2162%2026.1475%2037.5032%2025.9286C37.8085%2025.6957%2038.1338%2025.6666%2038.4078%2025.919C38.8989%2026.3715%2039.4798%2026.1947%2040.0244%2026.1791C40.2816%2026.1717%2040.5471%2025.9237%2040.7588%2026.2487C40.9651%2026.5653%2040.6781%2026.7546%2040.5303%2026.9693C40.4832%2027.0376%2040.4276%2027.0871%2040.4525%2027.1764C41.5743%2027.2817%2042.1409%2027.6303%2042.1524%2028.2221L42.1717%2028.2016C42.0848%2028.2275%2042.0161%2028.2906%2042.028%2028.3749C42.1076%2028.9395%2042.0405%2029.4132%2041.8268%2029.796C42.2016%2029.9419%2042.8569%2029.887%2042.5216%2030.5927C42.8074%2030.7994%2043.11%2030.4381%2043.3765%2030.6819C43.6074%2030.8932%2043.7214%2031.1339%2043.8025%2031.4437C43.8886%2031.7722%2044.0908%2032.0437%2044.5607%2032.0457C45.0626%2032.0477%2045.4741%2032.4542%2046.0069%2032.5021C46.3213%2032.5304%2046.5662%2032.5782%2046.8537%2032.3789C47.1931%2032.1438%2047.5884%2032.071%2047.8405%2032.5322C47.9223%2032.6818%2048.0069%2032.7221%2048.1614%2032.7076C48.6398%2032.6628%2048.8929%2032.8593%2048.8591%2033.367C48.8503%2033.4996%2048.8366%2033.6677%2048.9984%2033.7241C49.8226%2034.0114%2049.8889%2034.8156%2050.193%2035.4573C50.2157%2035.5052%2050.199%2035.6003%2050.2274%2035.6128C50.9627%2035.9374%2050.8046%2036.6473%2050.9446%2037.2333C51.0234%2037.5629%2051.1706%2037.9444%2050.8021%2038.1185C50.4216%2038.2983%2049.9841%2038.5172%2049.536%2038.281C49.184%2038.0954%2049.0261%2037.8007%2049.1517%2037.3929C49.1644%2037.3515%2049.1385%2037.2983%2049.1264%2037.2254C48.7069%2037.1783%2048.1753%2037.2514%2048.227%2036.5624C47.6446%2036.3817%2047.7933%2035.4496%2047.0541%2035.42C46.9918%2035.4175%2046.9084%2035.3232%2046.8773%2035.2528C46.5969%2034.6168%2046.1512%2034.3371%2045.423%2034.284C44.9416%2034.249%2044.8269%2033.7254%2045.0049%2033.2111C44.1957%2033.1571%2043.4989%2033.4538%2042.7763%2033.5647C42.1961%2033.6537%2041.5757%2034.022%2041.3245%2033.1001C41.2836%2032.9497%2041.073%2033.04%2040.9526%2032.976C40.333%2032.6468%2040.2843%2032.5275%2040.4857%2031.7834C40.3429%2031.6204%2040.0236%2031.7247%2039.9484%2031.4785C39.8127%2031.0343%2039.5315%2030.8592%2039.0745%2030.7539C38.6116%2030.6472%2038.5322%2030.2774%2038.6704%2029.61C38.0083%2029.2637%2037.4044%2028.6451%2036.583%2029.1994C36.2678%2028.9816%2036.2271%2028.7027%2036.2624%2028.3703C35.7377%2028.3557%2035.2287%2028.2818%2034.7584%2028.0333C34.5925%2028.2549%2034.4186%2028.447%2034.8153%2028.6484C35.4549%2028.973%2034.9619%2029.5287%2035.043%2029.9706L35.0339%2029.96C35.5286%2030.3336%2035.5559%2030.7808%2035.3251%2031.3321C35.1241%2031.812%2035.4465%2032.6422%2035.9049%2032.9373C36.133%2033.0841%2036.184%2033.2814%2036.1508%2033.5055C36.0807%2033.9772%2036.3216%2034.3548%2036.4819%2034.7608C36.5333%2034.8908%2036.5483%2035.0656%2036.7161%2035.0532C37.283%2035.011%2037.3444%2035.4907%2037.5551%2035.8329C38.0032%2035.6787%2038.5353%2035.6847%2038.758%2035.1183C38.806%2034.9963%2038.9661%2034.8545%2039.169%2034.9882C39.3683%2035.1197%2039.6354%2035.1562%2039.6666%2035.4783C39.6925%2035.7453%2039.5482%2035.9572%2039.5029%2036.1987L39.5279%2036.2043L39.4756%2036.1928C40.098%2035.957%2040.4315%2035.4175%2040.8219%2034.9316C41.0943%2034.5925%2041.3836%2034.2244%2041.8874%2034.5308C41.9629%2034.9011%2041.5162%2035.1378%2041.7469%2035.4951C42.0199%2035.4601%2042.1216%2035.1975%2042.3169%2035.0608C42.6817%2034.8052%2042.9583%2034.9109%2043.0013%2035.3523C43.0336%2035.683%2043.0029%2036.0197%2043.0004%2036.3538C42.9094%2036.3785%2042.8582%2036.4386%2042.8433%2036.5308C42.7505%2036.5465%2042.6945%2036.6019%2042.6696%2036.6911C42.5527%2036.7402%2042.5064%2036.829%2042.5389%2036.9497C42.5585%2037.0223%2042.6206%2037.0442%2042.6581%2036.9914C42.7023%2036.9292%2042.7207%2036.8487%2042.7502%2036.7761C42.8359%2036.7374%2042.8787%2036.6685%2042.8901%2036.5774C42.9834%2036.5611%2043.0389%2036.5054%2043.0598%2036.4138C43.3303%2036.2811%2043.5029%2035.9253%2043.9251%2036.1966C44.5366%2036.5894%2043.8875%2037.055%2044.0679%2037.4974C44.4287%2037.4387%2044.8267%2037.2738%2045.0733%2037.6942C45.3383%2037.6705%2045.4301%2037.423%2045.6321%2037.3354C46.1173%2037.1248%2046.5168%2037.2393%2046.5743%2037.7542C46.6165%2038.1322%2046.8006%2038.2755%2047.0363%2038.4586C47.0966%2038.5055%2047.1602%2038.5925%2047.1624%2038.6629C47.1829%2039.3202%2047.2404%2039.9524%2047.4825%2040.5912C47.6083%2040.9231%2047.5096%2041.346%2047.7283%2041.7179C47.9606%2042.1127%2047.3086%2043.0682%2046.8367%2042.9869C46.5647%2042.94%2046.321%2042.9652%2046.0649%2042.9501C45.7348%2042.9307%2045.5531%2042.6795%2045.5635%2042.3073C45.5867%2041.4724%2045.0187%2041.0281%2044.3945%2040.6498C44.078%2040.458%2043.4415%2040.7992%2043.5543%2041.0916C43.7536%2041.6084%2043.5937%2042.1385%2043.7263%2042.7111C44.4402%2042.6958%2044.6373%2043.0631%2044.6488%2043.7751C44.6639%2044.7196%2044.6748%2045.643%2044.444%2046.5675C44.3489%2046.9485%2044.3777%2047.3595%2044.3402%2047.7559C44.2541%2048.6655%2043.7975%2049.2524%2042.9862%2049.4895C42.6716%2049.5815%2042.4957%2049.3515%2042.2706%2049.1255C41.965%2049.829%2041.1337%2049.7348%2040.6566%2050.2171C40.5196%2050.3557%2040.2369%2050.1967%2040.0783%2050.0129C39.8542%2049.7533%2039.7177%2049.4613%2039.7198%2049.1115C39.7247%2048.2764%2039.5246%2047.4345%2039.5958%2046.6208C39.6606%2045.8805%2039.7492%2045.1355%2039.7193%2044.3996C39.6782%2043.3874%2039.9245%2042.3986%2039.8725%2041.3919L39.8432%2041.4232L39.8433%2041.4232ZM37.1759%2027.6897L37.0578%2027.7584L37.1278%2027.8283C37.1507%2027.7889%2037.1736%2027.7496%2037.1963%2027.7101L37.3167%2027.6411L37.2451%2027.5695L37.1758%2027.6897H37.1759ZM33.3356%2027.9237L33.3066%2027.8959L33.3501%2027.9044C33.3357%2027.8454%2033.3457%2027.8421%2033.3777%2027.8959L33.3356%2027.9237ZM37.3545%2036.1708C37.4357%2036.2004%2037.5174%2036.2154%2037.4426%2036.0925C37.4269%2036.0665%2037.3577%2036.124%2037.3631%2036.1871L37.3337%2036.2191L37.3545%2036.1708V36.1708ZM41.5068%2035.8623C41.283%2035.9886%2041.3071%2036.1538%2041.4277%2036.3406C41.6209%2036.2351%2041.5299%2036.0556%2041.554%2035.9089C41.6198%2035.8841%2041.7127%2035.8414%2041.6436%2035.7724C41.575%2035.7038%2041.5317%2035.7964%2041.5068%2035.8623V35.8623ZM33.7321%2026.8366C33.4374%2027.0367%2033.4411%2027.2462%2033.59%2027.5225C33.8958%2027.3345%2033.9382%2027.1339%2033.7321%2026.8366ZM37.1102%2036.6918C37.1276%2036.6761%2037.1579%2036.6611%2037.1588%2036.6444C37.1597%2036.6279%2037.1312%2036.6097%2037.1156%2036.5922L37.0621%2036.6641L37.1102%2036.6918ZM38.9762%2027.2588C38.9623%2027.251%2038.9423%2027.2312%2038.9309%2027.2353C38.9107%2027.2427%2038.8782%2027.2718%2038.8812%2027.279C38.9068%2027.3401%2038.9431%2027.3502%2038.975%2027.3085C38.983%2027.2981%2038.9762%2027.2765%2038.9762%2027.2588ZM27.7857%2022.2444C27.7699%2022.2352%2027.7503%2022.2153%2027.7392%2022.2192C27.7191%2022.2264%2027.6866%2022.2547%2027.6895%2022.2621C27.7139%2022.3231%2027.7496%2022.3337%2027.7817%2022.2927C27.79%2022.282%2027.7847%2022.2607%2027.7857%2022.2444V22.2444Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M74.6257%2021.9814C74.0904%2021.0013%2073.3302%2020.2301%2072.5002%2019.5373C71.8489%2018.9937%2071.1479%2018.5029%2070.4338%2018.0435C69.9118%2017.7076%2069.6393%2017.1498%2069.2623%2016.7158C68.6696%2016.0337%2067.9179%2015.5269%2067.3721%2014.8103C66.8985%2014.1885%2066.2684%2013.7517%2065.5883%2013.3696C64.8056%2012.9299%2064.2947%2012.1604%2063.5154%2011.6745C62.8854%2011.2818%2062.195%2010.9343%2061.6457%2010.41C61.346%2010.124%2060.8919%209.96584%2060.792%209.50003C60.9885%209.31685%2061.1803%209.30216%2061.3542%209.41709C62.8323%2010.3942%2064.4544%2011.1498%2065.811%2012.3139C66.4966%2012.9022%2067.2535%2013.3939%2068.0349%2013.837C68.6883%2014.2075%2069.1008%2014.8127%2069.6012%2015.3243C70.421%2016.1625%2071.1949%2017.0521%2072.2226%2017.6382C73.4635%2018.3459%2074.3899%2019.3507%2075.3257%2020.4128C75.8982%2021.0626%2076.563%2021.6976%2077.1934%2022.3205C77.6568%2022.7784%2078.0791%2023.3439%2078.4959%2023.8788C79.0448%2024.5833%2079.7402%2025.1453%2080.2898%2025.8556C80.6032%2026.2607%2080.892%2026.6906%2081.2123%2027.0934C82.1064%2028.2176%2083.0876%2029.2997%2083.7972%2030.5348C84.3477%2031.4929%2084.894%2032.4636%2085.4528%2033.42C86.2342%2034.7574%2086.5939%2036.2183%2087.0228%2037.6832C87.2329%2038.401%2087.4299%2039.1737%2087.7864%2039.8845C88.1197%2040.5491%2088.3963%2041.2975%2088.4457%2042.0743C88.5023%2042.9654%2088.0811%2043.741%2087.8323%2044.6548C88.6747%2045.2246%2088.0639%2045.9103%2087.7589%2046.663C89.0083%2046.7098%2088.5424%2047.9243%2089.1285%2048.5031C88.5622%2048.6107%2088.2764%2048.9644%2088.0994%2049.4118C88.0189%2049.6154%2087.9795%2049.8416%2087.9579%2050.0611C87.801%2051.6582%2086.8566%2052.5766%2085.4952%2053.3408C84.0751%2054.1378%2082.5667%2054.5804%2081.0417%2055.053C79.4816%2055.5364%2077.9404%2056.068%2076.282%2056.075C75.8866%2056.0767%2075.7133%2056.2995%2075.7511%2056.657C75.7903%2057.027%2076.0682%2056.8742%2076.3122%2056.9021C77.6898%2057.0597%2079.0452%2056.9174%2080.3786%2056.6152C82.2387%2056.1937%2084.0979%2055.7446%2085.8237%2054.8966C86.1665%2054.7282%2086.508%2054.5035%2086.7649%2054.2261C87.2219%2053.7326%2087.8915%2053.5514%2088.3539%2053.0471C88.2938%2053.7768%2087.9454%2054.3948%2087.5832%2054.9532C86.7934%2056.1708%2086.025%2057.4207%2084.9018%2058.3837C84.3599%2058.8483%2083.8659%2059.3722%2083.3477%2059.8462C82.8251%2060.3243%2082.1073%2060.955%2081.2191%2060.3796C80.8547%2060.1435%2080.4667%2060.3371%2080.2092%2060.4806C79.5445%2060.8512%2078.8079%2060.943%2078.1092%2061.165C77.3351%2061.4109%2076.5925%2061.7508%2075.7454%2061.8007C75.2114%2061.8321%2074.6906%2061.7342%2074.1545%2061.7783C73.6512%2061.8197%2073.4409%2061.4394%2073.5881%2060.8988C73.6678%2060.6063%2073.531%2060.4208%2073.4344%2060.2003C73.1589%2059.5711%2073.2533%2059.0294%2073.7178%2058.5751C73.3495%2057.9437%2073.4202%2057.5721%2073.988%2057.123C75.1047%2056.2399%2076.399%2055.7359%2077.7298%2055.2692C79.3412%2054.704%2080.856%2053.9417%2081.9671%2052.5665C82.2109%2052.2648%2082.453%2051.9478%2082.7516%2051.7068C83.6905%2050.9493%2083.9504%2049.9813%2083.633%2048.8672C83.365%2047.9264%2083.454%2047.0871%2084.0183%2046.2769C84.3945%2045.7366%2084.6179%2045.1098%2085.0363%2044.5771C85.5695%2043.8983%2085.1809%2043.0849%2085.1068%2042.3485C84.9426%2040.7176%2084.388%2039.2227%2083.5146%2037.8045C82.6345%2036.3756%2081.615%2035.0486%2080.6544%2033.6843C80.0304%2032.7981%2079.1379%2032.0949%2078.0739%2031.6172C77.2664%2031.2548%2076.6165%2030.5571%2075.8412%2030.1031C74.7972%2029.4919%2074.1951%2028.4584%2073.3746%2027.6401C72.7884%2027.0555%2072.425%2026.2355%2072.0184%2025.4899C71.8893%2025.2533%2071.7816%2025.0039%2071.6403%2024.7663C71.467%2024.4748%2071.2192%2024.1535%2071.5414%2023.7257C71.9211%2023.9826%2072.2356%2023.8296%2072.4543%2023.4584C72.6825%2023.071%2073.092%2022.8707%2073.45%2022.7836C73.9649%2022.6582%2074.2418%2022.3129%2074.6257%2021.9813L74.6257%2021.9814ZM87.166%2049.4412C87.2718%2049.4001%2087.3353%2049.3276%2087.3062%2049.2109C87.2976%2049.1766%2087.2316%2049.1223%2087.2156%2049.1295C87.0999%2049.1819%2087.1301%2049.2971%2087.1182%2049.3938C87.0522%2049.4188%2086.9594%2049.4619%2087.0286%2049.531C87.0974%2049.5997%2087.1409%2049.5072%2087.166%2049.4412ZM86.6595%2041.7183L86.636%2041.731C86.6478%2041.63%2086.6659%2041.5256%2086.5429%2041.4763C86.5351%2041.4731%2086.4985%2041.5118%2086.4945%2041.5345C86.4714%2041.663%2086.5228%2041.7304%2086.6595%2041.7183ZM78.9966%2060.231C79.8775%2060.3335%2081.0689%2059.1611%2080.9953%2058.4445C80.9869%2058.3633%2080.975%2058.2199%2080.9424%2058.2132C80.5066%2058.1234%2080.1815%2057.7179%2079.7541%2057.7077C79.3407%2057.6977%2079.0208%2057.6143%2078.7598%2057.3015C78.5477%2057.0473%2078.3064%2056.9864%2078.0476%2057.2265C77.9175%2057.3472%2077.7784%2057.4193%2077.6017%2057.4077C76.825%2057.3569%2076.5473%2057.981%2076.3428%2058.5022C76.1093%2059.0976%2076.1776%2059.7577%2076.6655%2060.2847C76.9513%2060.5934%2077.2178%2060.6949%2077.6794%2060.5342C78.1406%2060.3737%2078.6732%2060.3845%2078.9966%2060.231ZM75.4026%2022.8458L75.5375%2022.7937C75.5121%2022.7622%2075.4892%2022.7076%2075.4609%2022.7046C75.419%2022.7001%2075.3732%2022.7324%2075.329%2022.749L75.4026%2022.8458H75.4026ZM83.1055%2053.5957C83.1513%2053.5769%2083.2253%2053.5673%2083.2328%2053.5396C83.2575%2053.4493%2083.1936%2053.4151%2083.1148%2053.4332C83.0714%2053.4432%2083.0348%2053.4833%2082.9952%2053.5098L83.1055%2053.5957V53.5957ZM77.7144%2029.5542C77.6468%2029.5636%2077.6182%2029.6025%2077.6396%2029.6672C77.647%2029.6894%2077.6726%2029.7176%2077.6929%2029.7202C77.7132%2029.7228%2077.7453%2029.7021%2077.7581%2029.6825C77.795%2029.6256%2077.7771%2029.5807%2077.7144%2029.5542V29.5542Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M63.1068%2048.7734C63.8834%2048.6984%2064.6554%2048.6343%2065.2297%2047.9812C65.315%2047.8842%2065.5947%2047.9583%2065.7844%2047.9532L65.7611%2047.9326C65.825%2048.1921%2066.021%2048.2368%2066.2535%2048.2897C66.5999%2048.3685%2066.9547%2048.471%2067.177%2048.8465C66.9061%2049.1577%2066.5408%2049.4774%2066.9733%2050.0317C66.3585%2049.9671%2066.1661%2050.56%2065.9059%2050.6306C65.3893%2050.7706%2065.51%2051.0153%2065.6502%2051.2224C66.1696%2051.9892%2066.192%2052.5498%2065.7737%2053.33C65.5612%2053.7264%2065.1823%2054.0321%2065.0433%2054.6195C65.8967%2054.1354%2066.2696%2053.2197%2067.1105%2052.9712C67.9669%2054.1534%2067.1614%2055.0767%2066.6564%2056.0041C66.4157%2056.446%2066.2054%2056.9056%2065.9389%2057.3427C66.7992%2056.986%2067.0166%2056.0212%2067.7082%2055.4865C68.3778%2056.8953%2068.2131%2058.1698%2067.1715%2059.2846C67.4353%2059.5959%2067.7629%2059.3647%2068.0127%2059.5531C68.1427%2060.0379%2068.0335%2060.4935%2067.824%2060.9714C67.543%2061.6127%2067.1401%2062.2247%2067.4932%2063.0269C67.6178%2063.31%2067.2865%2063.7126%2066.9116%2063.9372C66.3385%2064.2806%2066.2625%2064.5925%2066.5466%2065.0033C66.8292%2065.412%2067.3305%2065.4538%2067.7745%2065.0504C68.7589%2064.156%2069.4573%2063.1152%2069.3%2061.7083C70.7651%2061.3336%2070.6308%2061.4522%2070.994%2060.063C71.2351%2059.1405%2071.287%2058.2258%2071.3084%2057.2372C71.7239%2057.4479%2071.5982%2057.7947%2071.5635%2058.0382C71.3625%2059.4475%2071.1988%2060.8696%2070.8666%2062.2499C70.6857%2063.0016%2070.2021%2063.6819%2069.8442%2064.389C69.7208%2064.6328%2069.4692%2064.6128%2069.2533%2064.5872C68.8183%2064.5355%2068.5818%2064.7253%2068.4628%2065.1305C68.4091%2065.3133%2068.3087%2065.4835%2068.2207%2065.6548C67.9853%2066.1131%2067.6606%2066.4158%2067.095%2066.2665C66.0422%2065.9887%2065.4427%2066.5382%2065.0814%2067.4237C64.8753%2067.9287%2064.6478%2068.2785%2064.0243%2068.2792C63.353%2068.28%2063.4033%2067.7057%2063.1695%2067.33C62.7694%2067.8674%2062.3879%2068.4001%2061.9827%2068.9139C61.8122%2069.1302%2061.6154%2069.3432%2061.3882%2069.4937C60.934%2069.7948%2060.5184%2069.59%2060.4402%2069.0551C60.4165%2068.8929%2060.4142%2068.7274%2060.3959%2068.4783C59.9907%2068.8057%2059.6599%2069.0856%2059.4077%2069.4766C59.2928%2069.6547%2059.246%2069.9841%2058.9031%2069.9455L58.8845%2069.9523C59.0784%2069.504%2058.9797%2069.2148%2058.5589%2069.1213C58.2524%2069.0531%2057.8771%2069.1817%2057.7346%2068.7489C57.6908%2068.6158%2057.6149%2068.6976%2057.5579%2068.7509C57.2741%2069.0167%2057.0445%2068.7728%2056.8534%2068.634C55.7674%2067.8453%2054.4612%2067.3925%2053.4983%2066.4112C53.2953%2066.2042%2053.1693%2066.0028%2053.1345%2065.7287C53.158%2065.4533%2053.3156%2065.2336%2053.4376%2064.9991C53.5009%2064.9622%2053.5806%2064.9055%2053.5116%2064.8404C53.4398%2064.7726%2053.394%2064.8589%2053.3641%2064.9244C52.7481%2065.0411%2053.1588%2065.4498%2053.1335%2065.7346C52.1008%2065.3572%2051.535%2064.444%2050.9696%2063.6273C50.616%2063.1166%2050.2718%2062.5366%2050.034%2061.9084C49.5855%2060.7234%2049.3224%2059.5332%2049.2054%2058.2682C49.0469%2056.5542%2049.3769%2054.896%2049.6415%2053.244C49.8422%2051.9904%2050.495%2050.8507%2051.435%2049.9268C51.8972%2049.4726%2052.2804%2048.9125%2052.8042%2048.5532C53.4584%2048.1044%2054.1864%2047.6814%2054.9442%2047.485C56.0428%2047.2002%2057.0975%2046.7221%2058.3377%2046.6969C58.4787%2046.7809%2058.2893%2047.0784%2058.4808%2047.2362C58.7156%2047.2992%2058.8039%2047.1028%2058.9375%2046.9719C59.4624%2046.4578%2059.586%2046.4653%2060.091%2047.0271C60.204%2047.1528%2060.3133%2047.2832%2060.5038%2047.2677C61.2889%2047.2038%2061.4167%2047.7176%2061.4089%2048.3812C61.8298%2048.2525%2062.0692%2047.7502%2062.5%2047.8744C62.8753%2047.9825%2062.9837%2048.3665%2063.0584%2048.7256C62.9925%2048.7508%2062.8998%2048.7941%2062.969%2048.8631C63.0379%2048.9319%2063.0816%2048.8395%2063.1068%2048.7735V48.7734ZM65.6125%2057.9611C65.6782%2057.9357%2065.7724%2057.8928%2065.7027%2057.8235C65.6331%2057.7541%2065.5906%2057.8487%2065.5652%2057.9143C65.4992%2057.9391%2065.4063%2057.982%2065.4755%2058.0511C65.5443%2058.1198%2065.5876%2058.0271%2065.6125%2057.9611H65.6125ZM57.928%2047.9388C58.1001%2047.884%2058.0926%2047.7406%2058.0942%2047.6018C58.1601%2047.5774%2058.2536%2047.535%2058.1844%2047.4659C58.1156%2047.3972%2058.0728%2047.4904%2058.0483%2047.5563C57.8764%2047.6057%2057.8789%2047.7474%2057.8742%2047.8853C57.8087%2047.913%2057.7197%2047.96%2057.7889%2048.0275C57.8584%2048.0953%2057.902%2048.0045%2057.928%2047.9388H57.928ZM51.1882%2058.4472C51.4107%2059.8441%2051.5066%2061.2943%2052.0916%2062.6652C52.349%2063.2684%2052.679%2063.7133%2053.2588%2063.9398C53.7318%2064.1247%2054.2093%2064.2397%2054.446%2064.7716C54.5441%2064.9922%2054.8024%2065.0431%2055.0264%2064.9205C55.1641%2064.8452%2055.291%2064.7947%2055.3932%2064.9213C55.9428%2065.6024%2056.5587%2065.6735%2057.2661%2065.1678C57.3418%2065.1137%2057.4837%2065.154%2057.5947%2065.1469C58.4929%2065.0895%2059.4172%2065.1886%2060.2491%2064.7287C60.369%2064.6624%2060.4464%2064.6993%2060.5524%2064.7345C61.5111%2065.0524%2061.5983%2065.0636%2061.9146%2064.1124C62.3796%2062.7138%2062.8591%2061.3182%2063.135%2059.8567C63.2622%2059.1831%2063.1738%2058.4868%2063.4351%2057.8305C63.6948%2057.178%2063.522%2056.5599%2063.0215%2056.0991C62.394%2055.5215%2062.1802%2054.7148%2061.8174%2054.0063C61.5186%2053.4227%2061.2065%2052.9026%2060.6713%2052.5491C60.1419%2052.1995%2059.5989%2051.8777%2059.1649%2051.4025C58.9314%2051.1469%2058.6938%2051.0227%2058.2895%2051.1678C57.9368%2051.2944%2057.4699%2051.4028%2057.1231%2051.2216C56.4341%2050.8614%2056.4299%2050.8064%2056.0604%2051.4969C55.9339%2051.7332%2055.7219%2051.8848%2055.5909%2051.7788C55.0114%2051.3099%2054.7556%2051.7989%2054.4244%2052.1059C54.2629%2052.2555%2054.1157%2052.4692%2053.9232%2052.5287C52.9771%2052.8215%2052.4997%2053.6157%2052.041%2054.3597C51.2844%2055.5871%2051.357%2057.032%2051.1882%2058.4472L51.1882%2058.4472ZM63.9736%2050.3118C64.1303%2050.2415%2064.2103%2050.2234%2064.2669%2050.1769C64.4373%2050.037%2064.4071%2049.8546%2064.2145%2049.8361C64.0103%2049.8166%2063.9876%2050.0393%2063.9736%2050.3118ZM61.0755%2048.8984L60.9976%2048.7815C60.9702%2048.8195%2060.929%2048.8542%2060.9185%2048.8964C60.9%2048.9707%2060.9268%2049.0388%2061.0181%2049.0204C61.0439%2049.0152%2061.0562%2048.9422%2061.0755%2048.8984ZM57.4616%2048.2945C57.4536%2048.3089%2057.4335%2048.3294%2057.4377%2048.3409C57.4453%2048.3615%2057.4751%2048.3946%2057.4825%2048.3915C57.5447%2048.3652%2057.5549%2048.3281%2057.5123%2048.2957C57.5016%2048.2876%2057.4795%2048.2945%2057.4616%2048.2945V48.2945Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M29.6849%2050.9201C29.6448%2051.3318%2030.0945%2051.5822%2030.0018%2052.0218C29.802%2052.0905%2029.5823%2052.041%2029.3344%2051.9842C27.8772%2051.6502%2026.3902%2051.5208%2024.9019%2051.5806C23.6429%2051.6312%2022.3845%2051.6053%2021.1274%2051.6552C20.8248%2051.6673%2020.5291%2051.4573%2020.1934%2051.711C20.0153%2051.8457%2019.7053%2051.6651%2019.6779%2051.3442C19.5223%2049.5225%2018.8129%2047.8413%2018.3253%2046.1066C17.8831%2044.5334%2017.3376%2042.987%2016.7823%2041.4487C16.3402%2040.2237%2015.9407%2038.9807%2015.3713%2037.802C15.222%2037.4929%2015.4594%2037.0819%2015.0651%2036.6465C16.5072%2037.247%2017.7053%2037.9241%2018.8507%2038.7181C20.0913%2039.5781%2021.1597%2040.6294%2022.2406%2041.6647C22.7531%2042.1555%2023.2754%2042.662%2023.6312%2043.2914C23.9339%2043.8269%2024.4239%2044.1947%2024.8279%2044.6297C25.8765%2045.7588%2026.4651%2047.1613%2027.2654%2048.4366C27.4997%2048.8099%2027.753%2049.1713%2027.9901%2049.543C28.2072%2049.8833%2028.4994%2049.775%2028.8165%2049.7162C28.9034%2049.2311%2028.5848%2048.872%2028.4996%2048.4578L28.4827%2048.4798C29.0114%2048.7973%2028.8433%2049.4798%2029.2571%2049.9208C30.0001%2049.4294%2030.7626%2049.8403%2031.4629%2050.0578C32.2885%2050.3141%2033.0429%2050.5272%2033.9298%2050.3501C34.5921%2050.2178%2035.272%2050.5214%2035.9311%2050.6967C38.0139%2051.2505%2040.0126%2052.0708%2042.0924%2052.6388C42.5233%2052.7566%2042.9281%2053.0419%2043.2909%2053.3203C43.8336%2053.7368%2043.7295%2054.2668%2043.0885%2054.5714C42.713%2054.7498%2042.5814%2055.2081%2042.8621%2055.5292C43.0782%2055.7764%2043.2448%2056.0176%2043.3308%2056.4144C42.33%2055.644%2041.308%2055.133%2040.2277%2054.746C39.6632%2054.5437%2039.0964%2054.3263%2038.5244%2054.1672C37.2201%2053.8042%2035.9665%2053.2667%2034.6155%2053.0603C33.4823%2052.8872%2032.3906%2052.5031%2031.2462%2052.3672C30.9814%2052.3358%2030.7357%2052.1676%2030.5436%2051.9981C30.3931%2051.7272%2030.7543%2051.6089%2030.6744%2051.3106C30.3279%2051.2778%2030.0987%2050.8726%2029.6674%2050.9376C29.6609%2050.9156%2029.6583%2050.8913%2029.6466%2050.8727C29.6401%2050.8624%2029.6185%2050.8617%2029.6037%2050.8567L29.6849%2050.9201L29.6849%2050.9201Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M39.0368%205.06776C39.4669%205.1546%2039.7365%205.45758%2040.0535%205.66756C41.1682%206.40598%2042.3704%207.01285%2043.3727%207.92129C44.095%208.57586%2044.8686%209.17169%2045.6046%209.8127C46.5558%2010.6411%2047.4023%2011.5773%2048.2095%2012.5212C49.1235%2013.5899%2050.1645%2014.5308%2051.1081%2015.5646C52.221%2016.7839%2053.2905%2018.0331%2054.3596%2019.2885C55.1106%2020.1704%2055.9245%2021.0056%2056.7701%2021.7979C57.3824%2022.3715%2057.6649%2023.1797%2058.2975%2023.7346C58.538%2023.9457%2058.3917%2024.6968%2058.1694%2024.8477C57.8224%2025.0833%2057.2945%2024.9402%2056.9913%2024.4338C56.7322%2024.001%2056.3736%2023.6565%2056.0941%2023.2569C55.411%2022.2804%2054.4246%2021.584%2053.7425%2020.624C52.8779%2019.407%2051.9508%2018.238%2050.8995%2017.1891C50.1261%2016.4175%2049.4914%2015.5143%2048.6297%2014.8315C47.7129%2014.1051%2047.0856%2013.0977%2046.1976%2012.3415C45.0785%2011.3883%2044.0396%2010.3521%2042.8906%209.42064C41.3809%208.19672%2039.647%207.37181%2038.0689%206.28484C37.6088%205.96793%2037.1057%205.67721%2036.5718%205.45488C35.4883%205.00368%2034.4613%204.4206%2033.4325%203.86777C31.8107%202.99625%2030.1064%202.38438%2028.3841%201.77688C27.6977%201.53477%2026.9841%201.7059%2026.3137%201.45716C26.1022%201.37865%2025.8532%201.37231%2025.8349%201.10645C25.8171%200.847454%2025.812%200.610395%2026.1271%200.411767C26.6224%200.0996762%2027.1213%200.0420088%2027.6198%200.231923C28.6115%200.609761%2029.7242%200.540638%2030.6637%201.08291C30.8493%201.19004%2030.9767%201.10674%2031.1174%201.01332C31.601%200.692212%2032.0663%200.790183%2032.5048%201.09876C32.7626%201.28017%2032.994%201.52231%2033.2425%201.09604C33.266%201.05568%2033.3314%201.03371%2033.3819%201.01611C33.5882%200.944186%2035.3365%201.14686%2035.5492%201.24298C37.101%201.94406%2038.6931%202.52654%2040.3749%202.8315C41.0716%202.95783%2041.7677%203.06847%2042.4375%203.32057C43.3%203.64516%2044.2283%203.52845%2045.1229%203.65759C46.9388%203.91976%2048.7739%203.81618%2050.602%203.84634C50.9925%203.85278%2051.4414%203.82372%2051.2508%204.53658C51.1366%204.9639%2051.6327%205.27901%2051.9721%205.4528C53.0703%206.01519%2054.0253%206.77084%2055.0241%207.47687C55.7097%207.96145%2056.4795%208.33944%2057.1709%208.83279C58.0075%209.42971%2058.9639%209.90693%2059.6657%2010.6321C60.5481%2011.5438%2061.6414%2012.1427%2062.6022%2012.9281C63.2438%2013.4524%2063.9776%2013.9019%2064.6323%2014.4157C65.8153%2015.3441%2067.0581%2016.2015%2068.1571%2017.2388C68.8739%2017.9152%2069.6269%2018.5546%2070.3814%2019.1896C71.1437%2019.8311%2071.9361%2020.437%2072.6956%2021.0818C72.8542%2021.2164%2073.0075%2021.3787%2073.1099%2021.5904C73.2813%2021.9446%2073.3948%2022.3331%2073.0582%2022.5672C72.7472%2022.7834%2072.3173%2022.8001%2071.9838%2022.4883C69.9784%2020.6137%2067.8178%2018.9174%2065.7557%2017.1073C64.8809%2016.3394%2063.9832%2015.5652%2063.01%2014.8917C61.8407%2014.0826%2060.7624%2013.1431%2059.6264%2012.2842C58.7729%2011.6389%2057.9993%2010.9045%2057.1899%2010.2099C56.69%209.78078%2056.0498%209.56448%2055.4937%209.20202C54.2052%208.36222%2053.0247%207.38472%2051.7867%206.48292C51.5634%206.32026%2051.331%206.19686%2051.0987%206.06239C50.684%205.8223%2050.2643%205.6248%2050.4548%204.98314C50.5632%204.61806%2050.1807%204.56534%2049.9244%204.51211C49.1437%204.34994%2048.3376%204.53835%2047.5566%204.35615C47.4536%204.33213%2047.4142%204.39951%2047.3636%204.46494C46.9333%205.02146%2046.4737%204.96882%2045.8341%204.73645C45.1231%204.47816%2044.3261%204.38359%2043.5411%204.45418C43.4583%204.46163%2043.3359%204.44047%2043.299%204.48646C42.7584%205.16019%2042.0553%204.80502%2041.4236%204.76319C40.6031%204.70885%2039.8075%204.74177%2039.0368%205.06777L39.0368%205.06776Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M13.3021%206.93555C12.8678%208.03199%2012.5612%209.04047%2012.2139%2010.0363C11.7494%2011.3681%2011.422%2012.7636%2011.0585%2014.1359C10.7223%2015.4051%2010.4172%2016.6789%2010.3215%2017.9672C10.2394%2019.0717%2010.0302%2020.1498%209.90982%2021.2434C9.81456%2022.109%209.71418%2022.9799%209.56202%2023.8324C9.41144%2024.676%209.46451%2025.5209%209.35049%2026.36C9.24691%2027.1223%209.09659%2027.3156%208.38295%2027.0717C7.90596%2026.9087%207.47582%2027.1066%207.02467%2027.0871C6.19798%2027.0513%205.51913%2026.7033%204.79256%2026.4339C4.5607%2026.3479%204.48521%2026.1945%204.45615%2025.9384C4.29067%2024.4798%204.51918%2023.0395%204.56908%2021.5916C4.62869%2019.862%205.04321%2018.1935%205.14756%2016.4808C5.19014%2015.7819%205.4168%2015.0934%205.45002%2014.395C5.50152%2013.3123%205.81669%2012.2819%205.98923%2011.2249C6.16035%2010.1765%206.49002%209.15414%206.74919%208.12014C6.81329%207.86444%206.90445%207.70554%207.23314%207.67037C8.62297%207.52165%2010.0074%207.32329%2011.3946%207.14935C11.9946%207.07413%2012.5964%207.01412%2013.3021%206.93555L13.3021%206.93555ZM8.42183%2019.4352L8.36737%2019.3744C8.34715%2019.3926%208.31186%2019.41%208.31091%2019.4291C8.30995%2019.4484%208.343%2019.4694%208.36116%2019.4896L8.42183%2019.4352Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M30.3496%207.78924C30.1944%207.8204%2029.9427%207.92731%2029.8985%207.87114C29.3811%207.21279%2028.7081%207.65566%2028.1415%207.66332C27.4389%207.67283%2027.0751%208.33259%2026.7042%208.86985C26.6601%208.93371%2026.6547%209.02786%2026.6426%209.10965C26.4016%2010.7285%2025.3481%2012.0303%2024.8911%2013.571C24.7835%2013.9338%2024.5124%2014.2981%2024.284%2014.6397C23.9243%2015.1776%2023.7447%2015.7713%2023.6159%2016.3969C23.4699%2017.1058%2023.2269%2017.2871%2022.487%2017.3154C21.4668%2017.3545%2020.4425%2017.2145%2019.4254%2017.4649C19.0719%2017.5519%2018.7464%2017.6777%2018.3543%2017.8663C18.2628%2016.6491%2018.4602%2015.4922%2018.5442%2014.3368C18.6469%2012.9227%2018.9191%2011.526%2019.1626%2010.1283C19.1958%209.93814%2019.1765%209.74536%2019.3124%209.58053C20.2135%208.48757%2020.2535%207.01173%2020.977%205.8328C21.2741%205.34879%2021.4721%204.79899%2021.6755%204.26405C21.8566%203.78802%2022.2533%203.54734%2022.6277%203.27373C22.8426%203.11673%2023.0525%203.12479%2023.1963%203.36382C23.481%203.83725%2023.9248%203.7837%2024.2591%203.56016C25.0135%203.05565%2025.7452%203.43255%2026.3573%203.68836C27.0614%203.98266%2027.847%204.15217%2028.4682%204.6783C28.7066%204.88021%2029.068%205.0096%2029.4655%204.86364C29.7067%204.77506%2030.0132%204.83238%2030.2853%204.86558C31.1021%204.96524%2031.1438%205.17739%2031.0494%206.01681C30.9708%206.71542%2030.5834%207.22436%2030.3232%207.81358L30.3496%207.78922L30.3496%207.78924Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M11.6461%2040.9216L12.2678%2040.9219C12.2928%2040.9878%2012.3359%2041.0805%2012.405%2041.0114C12.4737%2040.9426%2012.3812%2040.899%2012.3152%2040.8739C12.2082%2040.4783%2012.0884%2040.0856%2011.9985%2039.6861C11.9312%2039.3871%2012.0453%2039.0809%2012.305%2038.9787C12.5525%2038.8813%2012.8541%2038.8175%2013.1253%2039.1094C13.5014%2039.5141%2013.7435%2039.9677%2013.9361%2040.4762C14.5078%2041.985%2014.567%2043.5989%2014.9277%2045.1502C15.2791%2046.6612%2015.4928%2048.1967%2015.6538%2049.7362C15.7404%2050.5638%2015.7707%2051.428%2014.9485%2051.9998C14.8294%2052.0827%2014.8025%2052.2201%2014.7626%2052.3574C14.4738%2053.35%2013.8889%2054.215%2013.5268%2055.1806C13.4257%2055.45%2013.2588%2055.9076%2012.7893%2055.8235C12.3982%2055.7534%2011.9916%2055.6392%2012.1153%2055.0173C11.5931%2056.4149%2010.6678%2057.0441%2010.0375%2056.0762C9.34623%2056.7952%209.21191%2056.7854%208.60366%2055.9892C8.5205%2055.8804%208.42596%2055.7448%208.30803%2055.7036C7.52903%2055.4315%207.4118%2054.8239%207.46733%2054.118C7.67178%2053.9795%207.71572%2053.8368%207.46421%2053.6476C7.40796%2053.8404%207.40691%2053.9917%207.4924%2054.1402C7.26992%2054.3462%207.05041%2054.5555%206.82435%2054.7575C6.34855%2055.1826%206.09781%2055.1361%205.80188%2054.584C5.63573%2054.274%205.58405%2053.9525%205.71394%2053.6247C5.87696%2053.2133%205.96206%2052.7819%206.06429%2052.3059C5.3714%2052.19%205.1728%2051.7005%205.31188%2051.0358C4.19075%2051.1485%204.13825%2050.5391%204.44317%2048.8702C3.58493%2048.3642%203.68152%2048.3745%204.09787%2047.0235C3.22896%2046.7328%203.12%2046.546%203.33048%2045.5956C3.46605%2044.9834%203.65282%2044.3916%203.47557%2043.743C3.35644%2043.307%203.50835%2042.857%203.69859%2042.4606C4.06807%2041.6907%204.33883%2040.8785%204.7749%2040.1347C5.05851%2039.651%205.42434%2039.2471%205.82072%2038.8857C6.07309%2038.6556%206.41177%2038.2528%206.85666%2038.6989C6.9789%2038.8214%207.10968%2038.6741%207.20845%2038.5792C7.32793%2038.4643%207.41434%2038.3257%207.50853%2038.1888C8.04056%2037.4152%208.28131%2037.3985%209.00708%2038.0407C9.203%2038.0132%209.27378%2037.7539%209.56032%2037.7809C10.1216%2038.4676%2010.7848%2039.0885%2011.6053%2039.578C11.9734%2039.7976%2011.8232%2040.434%2011.5982%2040.8742C11.5322%2040.8992%2011.4394%2040.9423%2011.5086%2041.0114C11.5774%2041.0801%2011.621%2040.9876%2011.6461%2040.9216H11.6461ZM12.621%2041.5694C12.6213%2041.6698%2012.5867%2041.7801%2012.6859%2041.8532C12.6964%2041.861%2012.7745%2041.814%2012.7808%2041.7839C12.8057%2041.6651%2012.7443%2041.5922%2012.6288%2041.5627C12.6465%2041.4729%2012.6281%2041.4005%2012.527%2041.3808C12.5132%2041.3781%2012.478%2041.4154%2012.4753%2041.4372C12.4614%2041.5456%2012.5224%2041.5801%2012.621%2041.5694ZM8.82428%2040.7098C6.88941%2040.6691%205.82772%2041.8305%205.28642%2043.4286C4.992%2044.2979%205.03562%2045.2176%205.021%2046.1426C4.99455%2047.8154%205.52222%2049.2424%206.38998%2050.6049C6.6745%2051.0516%207.14872%2051.3011%207.50704%2051.6733C8.23516%2052.4297%209.11849%2053.143%2010.3389%2052.6192C10.9751%2052.3461%2011.6353%2052.2005%2011.9728%2051.4141C12.235%2050.803%2012.6611%2050.2619%2012.8273%2049.5855C13.1373%2048.3243%2013.0656%2047.077%2012.834%2045.8147C12.618%2044.6375%2012.3262%2043.5195%2011.7176%2042.4505C10.99%2041.1725%209.8567%2040.8546%208.82428%2040.7098L8.82428%2040.7098ZM13.2781%2043.798C13.2563%2043.7811%2013.2319%2043.7473%2013.2131%2043.7502C13.144%2043.7608%2013.1168%2043.8096%2013.1418%2043.875C13.1505%2043.8976%2013.1858%2043.9293%2013.2028%2043.9259C13.269%2043.9126%2013.2929%2043.8643%2013.2781%2043.798Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M20.4779%2035.0945C19.9514%2034.9053%2019.5383%2034.6532%2019.3805%2034.0277C19.237%2033.4584%2018.5727%2033.2328%2018.3351%2032.6462C17.6037%2030.8408%2016.9926%2029.012%2016.6487%2027.0871C16.3849%2025.6106%2016.1873%2024.1233%2015.8788%2022.6525C15.716%2021.8768%2015.6888%2021.0359%2015.7922%2020.2496C15.963%2018.9509%2015.6647%2017.6448%2015.8834%2016.374C16.1032%2015.0965%2016.0353%2013.7834%2016.3915%2012.5353C16.5155%2012.1007%2016.5133%2011.6605%2016.5877%2011.2287C16.8113%209.93113%2017.275%208.69713%2017.51%207.40475C17.6358%206.71309%2018.2046%206.22667%2018.4713%205.58845C18.856%204.66787%2019.4894%203.90289%2020.0693%203.10105C20.4189%202.6177%2020.8068%202.70139%2021.1995%202.88406C21.4611%203.00573%2021.5962%203.22553%2021.4295%203.60659C20.9587%204.68282%2020.3693%205.69074%2019.8149%206.72108C19.5101%207.28775%2019.3868%207.94958%2019.1514%208.55679C18.8292%209.38803%2018.6441%2010.2621%2018.36%2011.1061C18.0927%2011.9001%2018.1552%2012.8125%2018.1183%2013.6747C18.0805%2014.5563%2017.9641%2015.4242%2017.8044%2016.2893C17.7794%2016.4247%2017.7304%2016.6019%2017.7905%2016.6992C18.1739%2017.3197%2017.8659%2017.9996%2017.8712%2018.6168C17.8793%2019.5641%2017.8763%2020.5279%2017.8795%2021.4801C17.8839%2022.829%2017.9064%2024.1942%2018.4294%2025.4831C18.4997%2025.6562%2018.5313%2025.8748%2018.4963%2026.056C18.2926%2027.1119%2018.7303%2028.0581%2018.9709%2029.0389C19.1855%2029.9138%2019.1329%2030.8331%2019.4378%2031.6965C19.8303%2032.8081%2020.0284%2033.981%2020.4799%2035.0754L20.4779%2035.0945Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M20.8152%2027.9388C22.4072%2027.7082%2024.0092%2027.7004%2025.6016%2027.5691C25.8429%2027.5493%2026.0897%2027.5084%2026.1866%2027.8631C26.4903%2028.9739%2027.0962%2029.976%2027.3392%2031.1153C27.5085%2031.9092%2027.6966%2032.6982%2028.0711%2033.4437C28.463%2034.2242%2028.5143%2035.1273%2028.7495%2035.9671C28.9105%2036.5419%2029.1457%2036.829%2029.7627%2037.0033C29.1306%2037.0162%2028.6095%2036.7041%2028.0452%2036.9433C28.4487%2037.7017%2028.8682%2038.435%2029.1583%2039.2369C29.2684%2039.5414%2029.2917%2039.801%2029.0868%2039.9883C28.7012%2040.3405%2028.7876%2040.6562%2029.05%2041.0058C29.0826%2041.0492%2029.0994%2041.1048%2029.1217%2041.1555C29.3699%2041.7211%2029.3268%2042.2577%2028.9861%2042.3174C28.5034%2042.402%2028.2374%2042.1515%2027.986%2041.6836C26.8571%2039.5827%2025.7239%2037.4839%2024.5906%2035.3856C24.2082%2034.6775%2023.7699%2033.9784%2023.3585%2033.2776C22.5557%2031.9102%2021.9627%2030.4282%2021.0821%2029.0949C20.893%2028.8086%2020.7811%2028.3529%2020.8152%2027.9388V27.9388ZM23.2715%2029.9305C23.2571%2029.9225%2023.2366%2029.9024%2023.2251%2029.9067C23.2045%2029.9142%2023.1714%2029.944%2023.1745%2029.9514C23.2008%2030.0136%2023.2379%2030.0239%2023.2703%2029.9812C23.2784%2029.9705%2023.2715%2029.9485%2023.2715%2029.9305V29.9305ZM22.9047%2029.4019L22.8492%2029.4502C22.8654%2029.4687%2022.8805%2029.5007%2022.8979%2029.502C22.9151%2029.5032%2022.9346%2029.4736%2022.9531%2029.4575L22.9047%2029.4019Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M75.2434%2035.7235C74.3838%2035.3517%2073.6905%2034.7366%2072.9668%2034.1663C72.946%2034.1499%2072.9378%2034.1141%2072.9159%2034.1034C71.6292%2033.4729%2070.5691%2032.5117%2069.4025%2031.7059C69.0697%2031.4761%2068.7168%2031.2985%2068.4122%2031.0046C67.6975%2030.3151%2066.6878%2030.025%2065.9652%2029.3437C64.8961%2028.3355%2063.551%2027.7308%2062.4015%2026.832C61.6867%2026.2732%2060.9335%2025.6941%2060.0718%2025.3293C59.7015%2025.1726%2059.531%2024.8888%2059.4423%2024.5329C60.0545%2024.0829%2060.3754%2024.1151%2060.9736%2024.5153C61.362%2024.7752%2061.7741%2025.1221%2062.297%2024.644C62.5614%2024.4024%2062.9855%2024.3703%2063.2898%2024.5909C63.6093%2024.8224%2063.8434%2024.7858%2064.163%2024.6128C64.5443%2024.4063%2065.0425%2024.7627%2065.4223%2024.4035C65.4716%2024.3569%2065.62%2024.4057%2065.6587%2024.3583C66.2244%2023.6648%2066.8109%2023.7336%2067.5017%2024.2014C67.7031%2024.3378%2067.85%2024.412%2067.9689%2024.653C68.6135%2025.9581%2069.2611%2027.2651%2069.9882%2028.5249C70.5581%2029.5122%2071.3091%2030.4543%2071.6801%2031.4873C72.2052%2032.9492%2073.5965%2033.5898%2074.2985%2034.8313C74.5065%2035.1992%2075.1744%2035.1688%2075.2214%2035.745L75.2434%2035.7235L75.2434%2035.7235Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M65.7844%2047.9544C65.5133%2047.4123%2064.9722%2047.5996%2064.5674%2047.5797C63.8088%2047.5425%2063.148%2047.3706%2062.5077%2046.9386C61.5954%2046.3232%2060.5729%2045.9377%2059.4916%2045.6832C59.0571%2045.581%2058.5975%2045.3345%2058.2573%2045.0844C56.9638%2044.1332%2055.4787%2044.2949%2054.0465%2044.2363C53.311%2044.2063%2052.5591%2044.3732%2051.8497%2044.3796C51.6255%2044.1505%2051.7744%2043.8355%2051.3674%2043.686C52.2937%2043.2893%2053.0462%2042.8824%2053.9318%2042.9338C54.6472%2042.9753%2055.3271%2042.7413%2056.0429%2042.7188C57.1818%2042.683%2058.1338%2043.136%2059.0817%2043.6153C59.7438%2043.9502%2060.4092%2044.2352%2061.1194%2044.4504C61.5551%2044.5824%2061.953%2044.8522%2062.3538%2045.0845C63.5964%2045.8049%2065.002%2045.9492%2066.3602%2046.2846C67.397%2046.5407%2068.4572%2046.767%2069.4869%2046.7126C70.4205%2046.6632%2071.3915%2046.7806%2072.3164%2046.4618C72.7841%2046.3007%2073.2828%2046.2577%2073.7888%2046.2605C74.3443%2046.2634%2074.8901%2046.23%2075.4036%2045.8995C75.8668%2045.6014%2076.4724%2046.0816%2076.4184%2046.6455C76.3451%2047.4115%2075.9554%2047.8453%2075.1523%2047.8743C73.8593%2047.921%2072.5937%2048.0753%2071.321%2048.3316C70.5493%2048.487%2069.704%2048.2308%2068.8962%2048.2655C67.9768%2048.305%2067.1071%2048.1414%2066.24%2047.885C66.0787%2047.8373%2065.911%2047.8225%2065.7611%2047.9338L65.7844%2047.9544L65.7844%2047.9544Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M39.8725%2041.3915C39.2534%2041.7125%2038.8586%2042.4116%2038.0459%2042.4111C38.4582%2043.0436%2038.305%2043.4349%2037.6412%2043.5355C36.9979%2043.6329%2036.3389%2043.5222%2035.7705%2043.3007C34.5785%2042.8361%2033.337%2042.5265%2032.1489%2042.056C31.8135%2041.9232%2031.5154%2041.7314%2031.2197%2041.5516C30.887%2041.3492%2030.7293%2041.0065%2031.1482%2040.6824C30.9748%2040.4609%2030.7026%2040.4318%2030.5362%2040.2675C30.3461%2040.08%2030.0793%2039.8056%2030.2791%2039.5634C30.6318%2039.1358%2030.5963%2038.7571%2030.3906%2038.2999C30.3063%2038.1127%2030.3062%2037.8579%2030.5129%2037.6861C30.7307%2037.505%2030.9216%2037.6217%2031.1223%2037.7293C32.189%2038.3013%2033.3533%2038.639%2034.4571%2039.1147C35.3015%2039.4785%2036.1775%2039.4444%2037.0329%2039.5556C37.7824%2039.653%2038.492%2039.829%2039.168%2040.115C39.6992%2040.3398%2039.8974%2040.8417%2039.8433%2041.4228L39.8725%2041.3915H39.8725Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M35.0011%2019.1665L35.7158%2019.2463C35.912%2019.4743%2035.7423%2019.7598%2035.8911%2019.9727C37.2593%2020.0803%2037.2701%2020.0909%2037.0886%2021.1379C37.3283%2021.3951%2037.6767%2021.1257%2037.9296%2021.3179C38.548%2020.5395%2038.5627%2020.5284%2037.951%2019.7221C37.6309%2019.3001%2037.4683%2018.8907%2037.966%2018.5416C38.3421%2018.2777%2037.8509%2017.9024%2038.1549%2017.6704C38.2167%2017.6854%2038.223%2017.7033%2038.1718%2017.7163C38.1651%2017.718%2038.1505%2017.6882%2038.1396%2017.673C38.1408%2017.2407%2038.3461%2016.9498%2038.7852%2017.0535C39.0573%2017.1178%2039.2667%2017.2545%2039.2643%2017.7368C39.2617%2018.2328%2039.3443%2018.6902%2039.0076%2019.1307C39.7748%2019.6718%2039.8424%2020.3523%2039.4728%2021.1143C39.379%2021.3076%2039.3606%2021.4532%2039.5034%2021.6401C39.8769%2022.1288%2039.5987%2022.6144%2039.37%2023.0225C39.0106%2023.6639%2038.3784%2023.6185%2038.0564%2022.9511C37.9332%2022.696%2037.8734%2022.5997%2037.5407%2022.6155C37.0936%2022.6367%2037.0892%2021.9273%2036.5324%2021.9007C36.2988%2021.9763%2036.1873%2022.4575%2035.696%2022.2653C35.021%2022.0014%2035.5774%2021.4208%2035.2929%2021.0345C35.0713%2021.4111%2034.5787%2021.471%2034.3987%2021.2911C33.8296%2020.7225%2033.0507%2021.119%2032.4355%2020.7264C32.4262%2020.5098%2032.6878%2020.1374%2032.1423%2020.1176C31.9871%2020.112%2031.6919%2020.031%2031.6889%2019.7241C31.6883%2019.6567%2031.6472%2019.5042%2031.5576%2019.5799C31.0568%2020.0028%2030.8663%2019.4594%2030.5396%2019.2951C30.2262%2019.1374%2029.7552%2019.2609%2029.6505%2018.7522C29.6431%2018.7162%2029.5646%2018.6921%2029.5166%2018.6676C28.7492%2018.2748%2028.7444%2018.2582%2029.2083%2017.5544C29.3702%2017.3086%2029.6131%2017.1481%2029.7703%2016.8716C30.0992%2016.2935%2030.3636%2016.2916%2030.9723%2016.6786C31.1975%2016.7114%2031.1791%2016.4442%2031.3313%2016.3871C31.4855%2016.3294%2031.6398%2016.2718%2031.8338%2016.1992C32.1957%2016.5188%2032.1662%2017.1896%2032.7769%2017.3254C32.8689%2017.3459%2032.7649%2017.6301%2032.7204%2017.8063C33.1396%2017.9614%2033.7995%2017.6624%2033.8786%2018.4383C33.8915%2018.5646%2034.123%2018.5118%2034.2522%2018.5462C34.6024%2018.6393%2034.9507%2018.7448%2035.0212%2019.1808L35.0049%2019.2061L35.0011%2019.1665V19.1665Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M18.1706%2018.5059C18.5051%2018.6629%2018.7731%2018.7362%2018.9724%2018.9308C18.688%2019.6539%2019.059%2020.1218%2019.7836%2020.1745C21.2113%2020.2784%2022.4795%2019.6549%2023.8859%2019.3919C24.0442%2021.2134%2024.9772%2022.8173%2025.2991%2024.6669C24.1068%2024.5336%2023.0241%2025.072%2021.8762%2025.2875C21.3102%2025.3938%2020.7149%2025.2293%2020.1659%2025.492C20.0657%2025.5399%2019.8825%2025.465%2019.886%2025.3794C19.9171%2024.6166%2019.0831%2024.3798%2018.9143%2023.6405C18.7247%2022.8102%2018.5753%2021.9858%2018.5088%2021.1463C18.4492%2020.3941%2018.6647%2019.6095%2018.1775%2018.9171C18.1262%2018.8441%2018.1706%2018.7038%2018.1706%2018.5059H18.1706Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M15.5376%205.39444C15.7818%205.28829%2016.0074%205.34585%2016.0668%205.59556C16.1348%205.8813%2016.2371%206.25445%2015.984%206.46369C15.4621%206.89516%2015.3287%207.5367%2015.1395%208.09099C14.6323%209.57674%2014.1913%2011.0962%2013.8362%2012.6209C13.6167%2013.5638%2013.3983%2014.5571%2013.4362%2015.5567C13.4585%2016.1439%2013.2306%2016.6932%2013.1575%2017.266C13.0192%2018.3507%2012.8681%2019.4354%2012.7504%2020.5263C12.6675%2021.2936%2012.4884%2022.0511%2012.4411%2022.8264C12.3852%2023.7443%2012.2751%2024.6613%2012.2704%2025.579C12.2681%2026.0271%2012.064%2026.3694%2011.9267%2026.752C11.7915%2027.1287%2011.4749%2027.0332%2011.2279%2026.9576C10.9783%2026.8813%2010.9942%2026.6594%2011.0314%2026.4091C11.1998%2025.2767%2011.1829%2024.1376%2011.0488%2023.0022C11.033%2022.8687%2010.9799%2022.7451%2011.0192%2022.6041C11.3733%2021.3322%2011.3462%2020.0143%2011.4776%2018.716C11.6632%2016.8822%2011.9432%2015.0778%2012.4246%2013.2857C12.8126%2011.8409%2013.196%2010.3971%2013.6428%208.96894C13.761%208.59112%2013.929%208.2387%2013.9736%207.81906C14.0327%207.26161%2014.3802%206.84125%2014.9553%206.5928C15.7722%206.23982%2015.7555%206.20104%2015.5376%205.39444L15.5376%205.39444Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M64.7615%2036.901C64.288%2036.9874%2063.8667%2036.828%2063.5188%2036.5702C63.1452%2036.2934%2062.7226%2036.1218%2062.3027%2036.1009C61.1191%2036.0418%2060.5097%2035.2583%2059.9832%2034.377C59.3047%2033.2415%2058.8227%2032.0394%2058.7287%2030.685C58.6942%2030.1879%2058.831%2029.8486%2059.2142%2029.6842C59.5457%2029.5419%2059.9305%2029.6833%2060.2414%2029.9076C61.6396%2030.9167%2062.8926%2032.1386%2064.5314%2032.7946C65.0216%2032.9909%2065.4747%2033.2508%2064.9764%2033.878C64.944%2033.9188%2064.9024%2033.9998%2064.9197%2034.0256C65.3032%2034.6%2065.101%2035.3211%2065.3986%2035.9162C65.5046%2036.1281%2065.8763%2036.221%2065.6203%2036.5992C65.3813%2036.9523%2065.132%2037.0611%2064.7615%2036.9011L64.7615%2036.901Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M1.93559%2034.9434C2.08593%2035.1388%202.41927%2035.1842%202.46108%2035.1585C3.3989%2034.582%203.85349%2035.6563%204.58032%2035.7701C4.65347%2035.7815%204.72895%2035.9236%204.8518%2035.8812C5.51696%2035.6519%205.63185%2036.1102%205.75811%2036.5851C5.93873%2037.2645%205.64727%2037.8569%205.40498%2038.4446C5.32334%2038.6427%205.1204%2038.8367%204.82612%2038.8625C4.07383%2038.9283%203.7778%2039.2515%203.87088%2039.9506C3.96188%2040.6341%203.82065%2041.1523%203.10171%2041.3824C2.85446%2041.4615%202.81979%2041.6733%202.74693%2041.8898C2.56682%2042.425%202.25844%2042.4649%201.87573%2042.0598C1.35266%2041.5063%201.34479%2040.7664%201.32677%2040.1201C1.29537%2038.9937%200.968352%2037.9218%200.887975%2036.8042C0.823564%2035.9086%200.896535%2035.0103%200.776343%2034.1197C0.731933%2033.7906%200.908833%2033.6129%201.24254%2033.5555C1.60213%2033.4936%201.78289%2033.7126%201.85087%2033.9802C1.93095%2034.2953%201.91277%2034.6355%201.93561%2034.9434H1.93559Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M68.4494%2035.3246C67.7641%2035.1074%2067.5453%2034.5801%2067.3015%2034.0709C68.0255%2033.5565%2068.4372%2033.6089%2069.0988%2034.0936C69.5299%2034.4095%2070.0788%2034.5411%2070.534%2034.8572C71.4013%2035.4596%2072.0845%2036.2954%2072.9736%2036.8439C73.9237%2037.43%2074.5566%2038.3397%2075.4263%2038.9949C75.5358%2039.0774%2075.6356%2039.1824%2075.7132%2039.2953C75.9428%2039.6295%2076.296%2039.9654%2075.9658%2040.4015C75.6482%2040.821%2075.1678%2040.789%2074.7484%2040.6258C74.2898%2040.4473%2073.8197%2040.2284%2073.4448%2039.9182C72.3349%2039.0001%2070.9592%2038.5834%2069.7444%2037.8685C68.8723%2037.3552%2067.8382%2037.1721%2067.0251%2036.5352C66.6881%2036.2713%2066.4718%2035.9983%2066.7537%2035.5553C66.9545%2035.2398%2067.2269%2035.1719%2067.5376%2035.2963C67.8084%2035.4048%2068.064%2035.4494%2068.4494%2035.3246V35.3246Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M53.3117%2029.9948C53.2039%2029.596%2053.3696%2029.3702%2053.6872%2029.2385C53.9578%2029.1263%2054.2204%2028.9392%2054.5049%2029.2632C54.9549%2029.7757%2055.6987%2029.9154%2056.0972%2030.5164C56.4224%2031.0066%2056.5748%2031.5858%2056.9961%2032.0382C57.1857%2032.2417%2057.113%2032.6709%2056.8699%2032.961C56.6231%2033.2556%2056.6038%2033.4876%2057.0482%2033.6299C57.1838%2033.6733%2057.2717%2033.8648%2057.3823%2033.9878C57.5986%2034.2283%2057.6162%2034.4859%2057.4157%2034.736C57.2331%2034.9639%2057.0488%2035.0613%2056.7053%2034.9346C55.3988%2034.4527%2054.1073%2033.9326%2052.859%2033.322C52.2225%2033.0106%2051.5659%2032.7658%2050.9045%2032.5364C50.6493%2032.4479%2050.442%2032.3584%2050.3166%2032.1357C50.186%2031.9038%2050.1986%2031.6545%2050.3416%2031.424C50.488%2031.188%2050.7419%2031.1822%2050.9331%2031.2726C51.2974%2031.4449%2051.5545%2031.4141%2051.7826%2031.0645C51.9489%2030.8098%2052.2363%2030.9167%2052.4752%2030.9056C53.0875%2030.8772%2053.3724%2030.5592%2053.3117%2029.9948L53.3117%2029.9948Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M42.1524%2028.2228C42.9226%2027.7605%2042.9498%2027.755%2043.7237%2028.3508C43.9928%2028.558%2044.1423%2028.6482%2044.4697%2028.3413C44.7589%2028.0703%2045.2503%2028.1574%2045.6367%2028.377C45.9215%2028.5388%2046.2051%2028.7028%2046.4844%2028.8631C47.282%2028.1172%2047.3221%2028.1232%2048.2461%2028.6663C48.5666%2028.8545%2048.9323%2028.8021%2049.2957%2028.8221C50.153%2028.8692%2051.0115%2028.5495%2051.8766%2028.8639C52.2475%2028.9987%2052.4294%2029.3048%2052.7405%2029.477C52.9329%2029.5836%2052.8963%2029.8298%2052.7788%2029.9987C52.677%2030.145%2052.5779%2030.3337%2052.3197%2030.241C51.8547%2030.0742%2051.4344%2030.0933%2051.0082%2030.431C50.6585%2030.7081%2050.3719%2030.1903%2049.9217%2030.2717C49.5681%2030.858%2048.6385%2030.8265%2048.2158%2031.506C48.1793%2031.5646%2048.0415%2031.6291%2048.0002%2031.6052C47.4426%2031.2835%2046.927%2031.7103%2046.3886%2031.6843C46.2191%2031.6762%2046.0557%2031.6635%2045.915%2031.5594C44.9675%2030.859%2044.0178%2030.1617%2043.0749%2029.4552C42.6461%2029.1338%2042.3366%2028.718%2042.1717%2028.2022L42.1524%2028.2228L42.1524%2028.2228Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M30.3232%207.81342C30.7416%207.74766%2031.1147%207.80145%2031.4041%208.16034C31.5754%208.37279%2031.7494%208.60637%2032.0928%208.38639C32.2232%208.30279%2032.3668%208.43814%2032.4243%208.55951C32.5228%208.76759%2032.6096%208.85224%2032.8611%208.73962C33.0855%208.63918%2033.4127%208.59959%2033.4518%208.95296C33.4911%209.30799%2033.6735%209.79803%2033.1516%209.95384C32.4908%2010.1511%2031.9277%2010.6244%2031.1766%2010.5867C30.867%2010.5712%2030.5573%2010.7621%2030.3316%2011.1545C31.1473%2010.9702%2031.4239%2011.297%2031.7495%2012.0245C32.0119%2012.6107%2032.0756%2013.2149%2032.2935%2013.7882C32.4621%2014.2321%2032.2246%2014.689%2031.8985%2014.7338C31.5364%2014.7836%2031.03%2014.4222%2031.0327%2014.0193C31.035%2013.6708%2030.8588%2013.3828%2030.8443%2013.0493C30.8274%2012.6583%2030.6164%2012.3765%2030.2233%2012.3113C29.9498%2012.2659%2029.8038%2012.0525%2029.5904%2011.9322C29.2755%2011.7546%2029.1255%2011.5135%2029.3257%2011.1087C29.4825%2010.7917%2029.5464%2010.4314%2029.3935%2010.0482C29.2251%209.62609%2029.5031%209.24199%2029.6914%208.9053C29.9008%208.53084%2030.1348%208.16423%2030.3497%207.78906L30.3232%207.81342H30.3232Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M46.3347%2021.0626C45.4339%2021.6636%2044.4778%2021.6248%2043.5383%2021.5919C43.2595%2021.5821%2042.9267%2021.422%2042.7243%2021.2232C41.9919%2020.5037%2041.0728%2019.9931%2040.4446%2019.1572C40.2861%2018.9463%2040.1109%2018.7826%2040.301%2018.5088C40.4534%2018.2895%2040.6056%2018.0886%2040.8967%2018.3192C41.5146%2018.8088%2042.351%2018.9433%2042.8891%2019.5843C43.0387%2019.7625%2043.3771%2019.8536%2043.6319%2019.8597C44.7192%2019.8856%2045.3715%2020.7798%2046.3347%2021.0626V21.0626Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M37.1459%208.5435C36.8371%208.96804%2036.5271%209.24893%2035.9524%208.85418C35.7033%208.68308%2035.3259%208.64115%2035.0072%208.64238C34.5133%208.64428%2034.0433%208.40502%2033.8564%208.08962C33.4477%207.39978%2032.8763%207.15231%2032.1572%207.03184C31.8403%206.97874%2031.8092%206.70159%2031.8852%206.44186C31.9717%206.14586%2032.1793%205.95913%2032.504%206.01606C32.9057%206.08648%2033.3027%206.18639%2033.6985%206.28673C33.936%206.34696%2034.1625%206.45782%2034.4021%206.50165C35.18%206.64397%2035.9408%206.72303%2036.2895%207.65899C36.3952%207.94245%2036.9609%208.04819%2037.1459%208.54351L37.1459%208.5435Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M3.82332%2033.0277C3.60662%2033.0151%203.4205%2033.0516%203.27901%2032.9883C2.50243%2032.6408%201.72675%2032.2882%200.971423%2031.8974C0.567416%2031.6884%200.345014%2031.3526%200.62532%2030.879C0.852705%2030.4949%201.31157%2030.3604%201.7335%2030.574C1.97609%2030.6969%202.2378%2030.7785%202.44005%2030.9891C2.71425%2031.2746%203.05885%2031.4518%203.47239%2031.3995C3.90185%2031.3453%204.17402%2031.6831%204.53015%2031.8112C4.75961%2031.8937%204.80834%2032.185%204.71811%2032.3877C4.62073%2032.6065%204.63925%2032.9522%204.2631%2032.9721C4.09962%2032.9808%203.93738%2033.0127%203.82331%2033.0277H3.82332Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M47.6047%2058.0698C46.6816%2058.0047%2046.6394%2057.9402%2046.8569%2057.0467C47.0135%2056.4032%2047.2685%2055.8046%2047.5748%2055.2207C47.6612%2056.184%2047.7497%2057.1271%2047.6047%2058.0698Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M47.6146%2058.5703C47.7597%2059.1751%2047.5452%2059.7075%2047.9782%2060.2844C47.1285%2059.9424%2047.0184%2059.1947%2047.6146%2058.5703Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M50.4866%2065.6511C50.056%2065.7289%2049.7067%2065.4552%2049.4387%2064.8301C49.6951%2064.8581%2050.0444%2065.1317%2050.4866%2065.6511Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M75.2214%2035.7441C75.6325%2035.7646%2076.0792%2035.9737%2076.5614%2036.3713C76.324%2036.4691%2075.8847%2036.2528%2075.2434%2035.7227L75.2214%2035.7441V35.7441Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M50.721%2066.082C51.0487%2066.2266%2051.3045%2066.4494%2051.5544%2066.8204C51.0147%2066.7759%2050.7887%2066.5234%2050.7161%2066.0987L50.721%2066.082Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M71.4042%2056.1074C71.6143%2056.3706%2071.6119%2056.6226%2071.4444%2056.9834C71.2239%2056.6294%2071.3139%2056.361%2071.4042%2056.1074Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M71.2893%2055.0801C71.4333%2055.2012%2071.4345%2055.3479%2071.3612%2055.5274C71.2438%2055.3869%2071.3214%2055.2344%2071.2995%2055.098L71.2893%2055.0801V55.0801Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M28.6102%208.62505L28.7143%208.66685C28.6972%208.62944%2028.6881%208.56855%2028.6614%208.55948C28.6049%208.54029%2028.5792%208.58089%2028.5974%208.64314L28.6102%208.62505H28.6102Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M28.4996%2048.4577L28.3849%2048.2895C28.56%2048.2796%2028.398%2048.443%2028.4826%2048.4796L28.4996%2048.4577H28.4996Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M57.9759%2046.3418C57.9563%2046.3533%2057.9358%2046.3758%2057.9171%2046.3744C57.8471%2046.3692%2057.829%2046.337%2057.8712%2046.2987C57.8855%2046.2858%2057.9196%2046.2841%2057.9396%2046.2914C57.9557%2046.2972%2057.9641%2046.3242%2057.9759%2046.3418Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M20.4799%2035.0766C20.4632%2035.1309%2020.4807%2035.1423%2020.5286%2035.1059C20.5333%2035.1024%2020.5198%2035.0749%2020.5148%2035.0586C20.5807%2035.1484%2020.3717%2035.1294%2020.4779%2035.0957L20.4799%2035.0766Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M28.0862%2047.2891L28.0995%2047.3327L28.0599%2047.3263L28.0862%2047.2891Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M71.2995%2055.0981C71.2649%2054.9923%2071.3896%2055.0469%2071.2815%2055.0503C71.2233%2055.0521%2071.2271%2055.1002%2071.2893%2055.0802L71.2995%2055.0982V55.0981Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M13.3757%2036.2754L13.3901%2036.3191L13.3491%2036.3131L13.3757%2036.2754Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M50.7161%2066.0987C50.68%2065.9934%2050.8367%2066.06%2050.7273%2066.039C50.7093%2066.0356%2050.6746%2066.0368%2050.673%2066.0426C50.6539%2066.1137%2050.6719%2066.1274%2050.721%2066.082L50.7161%2066.0987Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M13.047%205.53516L13.0604%205.57838L13.0203%205.57188L13.047%205.53516Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M58.9031%2069.9453L58.8497%2069.9598C58.8954%2070.0139%2058.9069%2070.0113%2058.8844%2069.9522L58.9031%2069.9453Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M8.39887%2049.8681L8.34963%2049.8917C8.33506%2049.8463%208.30539%2049.7995%208.30939%2049.7558C8.31573%2049.6863%208.36658%2049.6719%208.39467%2049.7274C8.4138%2049.7653%208.39832%2049.8206%208.39887%2049.8681Z%22%20fill%3D%22%2349525A%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M18.1147%2052.7823C17.6737%2053.2573%2017.4471%2053.8763%2016.947%2054.332C16.1682%2055.0417%2015.2303%2055.4241%2014.2765%2055.7092C13.5806%2055.9172%2012.9235%2056.2146%2012.2308%2056.4239C9.61786%2057.2132%207.58091%2056.252%205.988%2054.2713C4.08282%2051.9023%203.09762%2049.1618%203.08162%2046.0846C3.07796%2045.3786%203.00756%2044.6765%203.09877%2043.9686C3.14606%2043.6017%203.10369%2043.27%202.56443%2043.5253C2.36773%2043.6184%202.16982%2043.5011%202.1408%2043.2415C2.04257%2042.3626%201.59975%2041.5916%201.39714%2040.7355C1.0402%2039.2274%200.818046%2037.7259%200.726826%2036.1897C0.668192%2035.2022%200.684408%2034.2199%200.775989%2033.235C0.831492%2032.638%200.871058%2032.0645%200.649317%2031.4469C0.351167%2030.6164%200.60987%2029.7901%201.11668%2029.0512C1.29852%2028.7861%201.50824%2028.9445%201.79638%2028.9058C1.08516%2029.8566%200.907387%2030.8187%201.53053%2031.8391C2.65073%2032.0956%203.7803%2032.3974%204.86738%2032.8452C4.98941%2032.6504%204.94918%2032.5253%204.81664%2032.3296C4.38351%2031.69%203.82887%2031.1485%203.38584%2030.5113C3.1351%2030.1507%202.75522%2029.7912%202.43321%2029.4315C2.28762%2029.2689%202.20612%2029.0713%202.4219%2028.9377C2.59395%2028.8312%202.75312%2028.9095%202.91224%2029.0903C3.65022%2029.929%204.40638%2030.7525%205.17871%2031.5598C5.62973%2032.0312%205.40778%2032.5768%205.38995%2033.092C5.3847%2033.2436%205.17928%2033.3192%204.932%2033.3023C3.67543%2033.2165%202.45233%2033.0263%201.19016%2032.4041C0.803445%2035.2083%201.71179%2037.8541%201.9741%2040.566C2.33081%2039.4759%202.68267%2038.398%203.36458%2037.4639C4.93788%2035.3088%207.07068%2034.4457%209.68521%2034.7611C10.1324%2034.8151%2010.5788%2035.043%2010.9808%2035.2698C11.9503%2035.8169%2012.7514%2036.5686%2013.2593%2037.5648C14.805%2040.5967%2015.9591%2043.7664%2016.6293%2047.1143C16.7817%2047.8758%2017.033%2048.6329%2017.2761%2049.378C17.4766%2049.9927%2017.5154%2050.6379%2017.7335%2051.2553C17.8497%2051.5842%2018.0766%2051.8751%2018.1232%2052.2312C18.1453%2052.4003%2018.2584%2052.4033%2018.4208%2052.411C19.5723%2052.4657%2020.7225%2052.5987%2021.8735%2052.6039C23.3224%2052.6104%2024.7593%2052.7845%2026.208%2052.8083C28.4305%2052.8447%2030.6192%2053.2235%2032.7704%2053.7887C34.1502%2054.1512%2035.5543%2054.408%2036.9396%2054.7513C38.1928%2055.0619%2039.4996%2055.2118%2040.776%2055.4666C41.4167%2055.5945%2042.0435%2055.7916%2042.6766%2055.9574C42.7024%2056.0208%2042.7432%2056.1119%2042.8122%2056.0448C42.8799%2055.979%2042.7917%2055.9329%2042.7285%2055.9046C42.945%2055.6575%2042.8305%2055.3807%2042.7857%2055.1184C42.6868%2054.5386%2042.6389%2053.9427%2042.7791%2053.3842C42.8799%2052.9827%2042.8255%2052.8184%2042.4407%2052.7331C42.2816%2052.6979%2042.1317%2052.585%2041.9752%2052.5797C40.2799%2052.522%2038.7345%2051.7954%2037.0914%2051.4967C35.7223%2051.2477%2034.3797%2050.8556%2033.0163%2050.5698C32.6192%2050.4866%2032.4018%2050.1493%2032.0034%2050.1557C32.1511%2049.535%2032.5922%2049.7968%2032.7729%2049.8376C35.0293%2050.3478%2037.3262%2050.6679%2039.5605%2051.2773C40.1671%2051.4427%2040.7935%2051.5119%2041.3952%2051.7127C41.8448%2051.8626%2042.3183%2052.0057%2042.8627%2051.8007C43.0883%2050.604%2043.095%2049.274%2043.548%2048.0158C43.7947%2047.3303%2044.106%2046.6584%2044.2232%2045.9282C44.3255%2045.9022%2044.3816%2045.8438%2044.3608%2045.7315L44.3903%2045.722L44.3808%2045.7516C44.2683%2045.7305%2044.21%2045.787%2044.1834%2045.8891C43.1558%2046.1852%2042.2577%2046.7679%2041.2906%2047.1981C40.8171%2047.4088%2040.26%2047.536%2040.3034%2048.261C40.3152%2048.4574%2040.0899%2048.5489%2039.868%2048.5544C39.5195%2048.5631%2039.3427%2048.3414%2039.2905%2048.0646C39.1985%2047.578%2039.1416%2047.0806%2039.121%2046.5856C39.0435%2044.7181%2038.3599%2044.8103%2037.0678%2044.5934C35.4331%2044.319%2033.7777%2044.1424%2032.1284%2043.9688C31.4541%2043.8979%2030.7396%2043.7275%2030.0434%2043.9452C30.2986%2045.0253%2031.2172%2044.871%2031.9324%2044.8971C33.4733%2044.9535%2034.9868%2045.2064%2036.5114%2045.3792C36.6447%2045.3944%2036.7826%2045.374%2036.9096%2045.3663C38.0712%2045.2959%2038.4923%2045.6616%2038.4881%2046.8204C38.4869%2047.141%2038.4042%2047.4607%2038.3686%2047.7819C38.3354%2048.0814%2038.315%2048.3824%2038.2883%2048.6906C38.0311%2048.5844%2038.0263%2048.575%2037.7967%2047.7454C37.4032%2048.0602%2037.0516%2048.3255%2036.5856%2047.7854C36.3549%2047.5182%2036.0116%2047.9773%2035.6908%2048.0139C35.4782%2047.9359%2035.5683%2047.7363%2035.5247%2047.5897C35.6299%2047.5712%2035.6846%2047.5127%2035.6733%2047.4019C35.6956%2047.3971%2035.7204%2047.3967%2035.7391%2047.3858C35.7492%2047.38%2035.749%2047.3563%2035.7534%2047.3406L35.6917%2047.4204C35.5809%2047.4091%2035.5227%2047.4642%2035.5037%2047.5689C35.1086%2047.4711%2034.8827%2048.1491%2034.4328%2047.8015C34.3718%2047.6551%2034.5192%2047.5586%2034.5246%2047.4276C34.6105%2047.4309%2034.6848%2047.4128%2034.6974%2047.3122C34.6993%2047.2972%2034.6635%2047.2653%2034.6416%2047.2615C34.5368%2047.2433%2034.501%2047.3051%2034.4976%2047.3979C34.2081%2047.476%2033.9831%2047.4557%2033.9973%2047.0703C34.1871%2047.0557%2034.334%2046.9842%2034.3811%2046.7806C34.4408%2046.7491%2034.534%2046.7064%2034.4658%2046.6374C34.3993%2046.57%2034.3496%2046.6542%2034.3212%2046.7204C34.14%2046.7755%2034.0916%2046.9434%2034.0117%2047.0846C33.6507%2047.2169%2033.3176%2047.3951%2032.9965%2047.6414C34.1159%2048.3449%2041.5592%2050.2079%2042.5781%2050.0015C42.1949%2050.5807%2041.6678%2050.4393%2041.2824%2050.3634C40.3354%2050.1771%2039.3532%2050.2221%2038.4291%2049.8983C37.2018%2049.4683%2035.8929%2049.3878%2034.6448%2048.9953C33.808%2048.7321%2033.0363%2048.3358%2032.2087%2048.0825C31.804%2047.9586%2031.5032%2047.7013%2031.3059%2047.405C29.5983%2044.8409%2027.8027%2042.3331%2026.3179%2039.6244C25.5821%2038.2821%2024.8985%2036.9058%2024.021%2035.6475C23.769%2035.2861%2023.7733%2034.8622%2023.5434%2034.4785C23.0908%2033.7231%2022.6003%2032.9806%2022.2601%2032.1405C21.9071%2031.2691%2021.3564%2030.4634%2020.9053%2029.6279C20.3794%2028.6539%2019.9241%2027.5865%2019.7285%2026.507C19.5696%2025.63%2019.1696%2024.8414%2019.059%2023.9583C18.8141%2022.0028%2018.219%2020.0927%2018.1819%2018.1124C18.1428%2016.0246%2018.1767%2013.9511%2018.6012%2011.8688C19.0676%209.58087%2019.6333%207.33205%2020.5928%205.22082C20.8882%204.57074%2021.3651%203.85919%2022.0975%203.38047C21.5983%203.16081%2021.1067%203.22829%2020.6817%203.20135C20.2493%203.17396%2019.8138%203.63709%2019.514%204.01772C19.0774%204.57186%2018.7379%205.19853%2018.4498%205.84761C18.105%206.62426%2017.8497%207.4367%2017.5385%208.22241C17.0059%209.56755%2016.7868%2010.9587%2016.5526%2012.3667C16.4168%2013.1834%2016.1193%2013.9789%2016.1133%2014.8183C16.1039%2016.1038%2016.0359%2017.3908%2015.969%2018.6696C15.9018%2019.9522%2016.2797%2021.1764%2016.206%2022.4562C16.1672%2023.128%2016.59%2023.815%2016.6681%2024.525C16.8145%2025.8545%2017.2351%2027.1271%2017.472%2028.4392C17.6003%2029.1497%2018.034%2029.7993%2018.2518%2030.5007C18.723%2032.018%2019.4014%2033.4482%2020.0445%2034.8924C20.1914%2035.2223%2020.1624%2035.5039%2020.0991%2035.8759C19.6994%2035.4507%2019.3918%2034.9957%2019.1762%2034.5111C18.4973%2032.9849%2017.8082%2031.4676%2017.466%2029.806C17.2306%2028.6627%2016.6595%2027.6102%2016.4348%2026.4406C16.0996%2024.696%2015.7127%2022.9657%2015.6199%2021.1829C15.5494%2019.8298%2015.5349%2018.4791%2015.5269%2017.1261C15.5157%2015.2364%2015.8324%2013.422%2016.1784%2011.607C16.6062%209.36223%2017.5005%207.25007%2018.405%205.16014C18.6946%204.49071%2019.218%203.92236%2019.6344%203.30775C19.7129%203.22872%2019.6764%203.38821%2019.6904%203.27773C19.6922%203.26347%2019.6878%203.24841%2019.6862%203.23371L19.6522%203.32319C18.6349%203.23953%2017.6249%203.28707%2016.6138%203.4357C16.2107%203.49496%2015.7916%203.44545%2015.2914%203.44545C16.0282%202.95142%2016.0266%202.91591%2017.6529%202.84133C18.7714%202.79004%2019.8855%202.69031%2021.0167%202.75187C22.5682%202.83631%2024.099%203.0458%2025.6373%203.22593C27.4839%203.44215%2029.2047%204.05116%2030.9412%204.68C32.6012%205.28117%2034.1696%206.03714%2035.7435%206.82165C37.0244%207.4601%2038.2729%208.15483%2039.4594%208.92921C40.9999%209.93465%2042.4868%2011.0306%2043.8476%2012.2935C44.7012%2013.0856%2045.6241%2013.8062%2046.4038%2014.6765C47.3735%2015.7589%2048.3853%2016.798%2049.2982%2017.9402C49.9939%2018.8107%2050.6775%2019.7244%2051.5145%2020.4863C51.8294%2020.7728%2051.9078%2021.2%2052.1487%2021.5345C53.1311%2022.8982%2053.8413%2024.4295%2054.772%2025.8249C54.8923%2026.0053%2054.7625%2026.2978%2055.138%2026.4111C55.6211%2025.5044%2056.0596%2024.4733%2057.3007%2024.3073C57.4163%2024.6497%2057.2302%2024.7148%2057.0709%2024.8375C56.5536%2025.2359%2056.1457%2025.6911%2056.0051%2026.389C55.9233%2026.7951%2055.8683%2027.3444%2055.2338%2027.4152C55.9088%2028.1344%2056.2546%2028.9924%2056.6321%2029.7974C57.1722%2030.9492%2057.3662%2032.2201%2057.3844%2033.5071C57.3901%2033.909%2057.2756%2034.1194%2056.7806%2034.0847C56.786%2032.4468%2056.4181%2030.8419%2055.757%2029.3979C55.0958%2027.9536%2054.4222%2026.463%2053.3884%2025.2078C52.3357%2025.6081%2051.2505%2025.9229%2051.1937%2027.3433C51.5741%2027.4682%2052.0142%2027.7401%2052.4513%2028.0139C52.6962%2028.1674%2053.1655%2028.2362%2052.7923%2028.7103C52.7296%2028.7899%2052.8336%2028.8319%2052.8818%2028.8918C53.3075%2029.4216%2053.408%2030.0559%2053.071%2030.5586C52.6591%2031.173%2052.1551%2031.7213%2051.3619%2031.8163C51.143%2031.8425%2051.0081%2031.5787%2050.8405%2031.4398C50.4662%2031.9774%2050.2383%2033.5108%2050.5733%2034.5778C50.8857%2035.5725%2050.4284%2036.6478%2050.9794%2037.6543C50.5576%2037.9357%2050.2725%2038.4365%2049.7839%2038.7574C49.0913%2039.2123%2048.7253%2039.9838%2048.2073%2040.6071C47.7096%2041.206%2047.3409%2041.9045%2046.8471%2042.5228C46.3084%2043.1975%2045.9637%2044.0322%2045.5984%2044.8134C45.3373%2045.3715%2044.9929%2045.9003%2044.7936%2046.4945C44.7283%2046.6893%2044.6748%2046.8549%2044.7411%2047.0484L44.5288%2047.2645C44.3413%2047.3004%2044.3149%2047.407%2044.4278%2047.5407C44.4829%2047.606%2044.6354%2047.5776%2044.6339%2047.5358C44.6305%2047.4403%2044.5608%2047.3472%2044.5179%2047.2531L44.722%2047.0279C45.4413%2046.1409%2046.1699%2045.2569%2047.0788%2044.5575C47.8616%2043.9552%2048.6151%2043.3073%2049.5186%2042.8709C49.9168%2042.6785%2050.32%2042.5317%2050.739%2042.3904C51.9758%2041.9733%2053.2341%2041.9356%2054.5206%2041.8848C55.5153%2041.8456%2056.3979%2042.1532%2057.3308%2042.289C57.3111%2042.4726%2057.2214%2042.5432%2057.1029%2042.5253C55.6351%2042.3026%2054.1623%2042.2971%2052.6992%2042.5157C51.3511%2042.717%2050.0507%2043.072%2048.9184%2043.9057C47.8076%2044.7236%2046.6567%2045.508%2045.8058%2046.5991C45.2631%2047.2951%2044.7682%2048.0349%2044.4662%2048.9173C44.1947%2049.7101%2043.8122%2050.4559%2043.6223%2051.2967C43.3548%2052.4802%2043.2995%2053.6612%2043.426%2054.8461C43.4921%2055.4654%2043.3257%2056.0862%2043.5134%2056.6981C43.6319%2057.0843%2043.8292%2057.4315%2043.9072%2057.8495C43.9867%2058.2762%2043.7655%2058.3736%2043.5314%2058.6283C42.9619%2058.0012%2042.9771%2057.2422%2042.8408%2056.4664C42.1665%2056.8776%2041.6076%2056.4163%2041.0022%2056.258C39.4641%2055.8557%2037.8988%2055.5477%2036.3495%2055.2195C34.6645%2054.8627%2033.0608%2054.1935%2031.3282%2054.0025C30.8421%2053.9488%2030.2899%2053.7428%2029.7788%2053.5709C28.2472%2053.0558%2026.6792%2053.4901%2025.1297%2053.434C23.9679%2053.3919%2022.8139%2053.274%2021.6569%2053.2023C20.9384%2053.1578%2020.221%2053.2997%2019.4901%2053.098C19.0502%2052.9766%2018.583%2052.9317%2018.1569%2052.7357C18.1424%2052.6459%2018.1031%2052.583%2017.9992%2052.6063C17.9765%2052.6114%2017.9405%2052.6416%2017.9421%2052.6571C17.9525%2052.7587%2018.0316%2052.7751%2018.1147%2052.7822L18.1147%2052.7823ZM26.575%2010.0705L26.6082%209.96237L26.575%2010.0659C26.6206%2010.0255%2026.6565%2010.0593%2026.6179%2010.0931C26.5355%2010.1652%2026.6713%2010.1266%2026.575%2010.0705V10.0705ZM36.6798%2015.5174L36.5022%2015.3389C36.8867%2015.0675%2037.1459%2015.1659%2037.4616%2015.5204C37.7322%2015.8242%2037.8225%2016.2623%2038.2025%2016.4704C38.1977%2016.596%2038.2613%2016.6603%2038.3833%2016.6723C38.4257%2016.7342%2038.4143%2016.7413%2038.3552%2016.6999C38.3479%2016.5887%2038.2955%2016.5149%2038.1823%2016.4915C38.8341%2016.2923%2039.1842%2016.7739%2039.5339%2017.1484C40.4704%2018.1513%2041.5456%2018.9641%2042.7156%2019.6688C42.9174%2019.7903%2043.0754%2019.8822%2043.3195%2019.8153C44.4834%2019.4958%2045.5943%2019.845%2046.7193%2020.1164C47.2452%2019.3577%2048.0313%2018.9662%2048.9663%2018.5673C45.6275%2014.5264%2041.9093%2011.0193%2037.3956%208.42129C37.0248%208.83693%2037.4729%209.39781%2036.9781%209.67833C36.7744%209.46226%2037.0163%209.14128%2036.7396%208.97185C36.4988%208.95593%2036.2509%208.92905%2036.0059%208.99963L35.9996%208.96278L36.0248%208.98415C35.3964%209.34223%2034.7537%209.55364%2034.0535%209.17638L34.0663%209.18654C34.0065%209.03409%2033.9157%208.88277%2034.0425%208.72869C34.4536%208.67958%2034.6294%209.27241%2035.0665%209.11435C35.215%208.87879%2034.7828%208.75769%2034.9046%208.60761C35.6055%208.5549%2036.2115%208.31392%2036.8441%208.61033C36.8121%207.97903%2036.3937%207.82305%2036.0865%207.6631C35.0666%207.1321%2034.0175%206.65537%2032.9675%206.18476C32.4869%205.96932%2031.9882%206.18735%2031.5867%206.60783C31.2544%206.95588%2031.0636%207.40285%2030.7776%207.77389C30.6141%207.6618%2030.5976%207.5676%2030.6045%207.44679C30.6521%206.61919%2031.253%206.21612%2031.8486%205.80713L31.8529%205.82089L31.8325%205.82726C31.8448%205.6578%2031.7217%205.54529%2031.601%205.52453C30.6256%205.35677%2029.8176%204.66137%2028.7361%204.66514C28.5907%205.09409%2028.2152%205.16089%2027.7673%205.12611C27.3823%205.09624%2026.9765%204.99492%2026.622%205.0219C24.9807%205.14683%2023.3387%205.23142%2021.6943%205.28887C21.3208%205.30192%2021.0893%205.43326%2020.8934%205.83699C20.6258%206.38877%2020.4646%206.96453%2020.2716%207.53261C19.7328%209.11868%2019.3804%2010.7488%2019.0895%2012.3997C18.9435%2013.2284%2019.0529%2014.0633%2018.895%2014.8722C18.741%2015.6609%2018.7058%2016.4322%2018.822%2017.2398C19.0888%2017.2719%2019.3472%2017.3685%2019.5743%2017.3196C20.9421%2017.0254%2022.3364%2016.9853%2023.7207%2016.8559C24.693%2016.7651%2025.7014%2015.5241%2025.5644%2014.4676C24.8898%2014.6621%2024.1884%2014.6937%2023.5042%2014.7497C22.5391%2014.8286%2021.5664%2015.047%2020.5732%2014.8326C20.1234%2014.7354%2019.8867%2014.4976%2019.9122%2014.1345C19.9389%2013.754%2020.1838%2013.3484%2020.6462%2013.3743C21.3757%2013.4152%2022.073%2013.2168%2022.7905%2013.1825C23.9016%2013.1292%2025.0105%2013.0333%2026.1388%2012.9542C26.1832%2012.1561%2026.4614%2011.4595%2026.6515%2010.7223C26.3062%2010.5905%2025.9965%2010.6561%2025.6647%2010.7064C25.0554%2010.7987%2024.4671%2010.9757%2023.8434%2011.0401C23.1253%2011.1142%2022.3899%2011.0004%2021.703%2011.1794C21.2456%2011.2986%2020.9198%2011.1531%2020.5343%2011.0221C20.2754%2010.9342%2020.1455%2010.7818%2020.1984%2010.5571C20.243%2010.368%2020.2546%2010.0359%2020.5206%2010.0524C20.8309%2010.0717%2021.0087%209.81832%2021.2937%209.80972C23.0579%209.75649%2024.802%209.3395%2026.5793%209.51613C26.9554%209.55351%2027.1798%209.40923%2027.3613%209.0556C27.6138%208.56349%2027.9803%208.1538%2028.6368%208.32421C29.2312%208.4785%2029.7484%208.43529%2030.0938%207.83884C30.1245%207.78578%2030.2404%207.78709%2030.3131%207.92707C28.9731%209.20074%2029.6529%2010.7647%2029.8652%2012.4005C29.2153%2011.7378%2029.2226%2010.9652%2028.9013%2010.2606C28.4971%2011.6971%2028.2248%2013.0599%2027.9606%2014.4255C27.9004%2014.737%2027.783%2015.0637%2027.4208%2015.1923C27.0943%2014.3484%2028.3432%209.80895%2029.2128%208.74207C28.5101%208.73122%2027.7417%208.63796%2027.5121%209.44358C27.0756%2010.9754%2026.5247%2012.4801%2026.3035%2014.0713C26.1632%2015.0811%2025.8472%2015.9961%2025.0427%2016.7311C24.5848%2017.1495%2024.3506%2017.7418%2024.4615%2018.4558C24.6104%2019.4149%2024.998%2020.2956%2025.2514%2021.2178C25.5679%2022.3697%2026.0241%2023.4867%2026.4717%2024.5979C26.8383%2025.5078%2027.0258%2026.4921%2027.6007%2027.385C28.2901%2026.9147%2029.1026%2026.7576%2029.823%2026.4525C29.8309%2026.0848%2029.4871%2025.8844%2029.5829%2025.497C29.8201%2025.6025%2029.9095%2025.7414%2029.9848%2025.9712C30.276%2026.8596%2030.6222%2027.7297%2030.9236%2028.6148C31.3672%2029.9176%2031.6394%2031.2595%2031.9058%2032.6101C32.0583%2033.3835%2032.0984%2034.2714%2032.7382%2034.8835C33.0052%2035.139%2033.1526%2035.4675%2033.3818%2035.7424C34.0213%2036.5093%2034.5818%2037.3693%2035.7017%2037.6534C35.9795%2036.5705%2036.7378%2035.7831%2037.517%2035.0585C38.6261%2034.0271%2040.0242%2033.4845%2041.4655%2033.0646C41.9824%2032.9139%2042.4947%2032.7471%2043.0896%2032.5626C42.0719%2031.2245%2041.5341%2029.6584%2040.1461%2028.7904C38.938%2029.1731%2037.7715%2029.6433%2036.7783%2030.4728C36.9451%2029.7003%2037.5265%2029.3331%2038.0726%2028.9972C38.5973%2028.6744%2039.2187%2028.5088%2039.8456%2028.2547C39.7168%2028.1513%2039.6592%2028.0805%2039.6361%2028.0903C39.3578%2028.2094%2039.0505%2028.1605%2038.7613%2028.279C38.4668%2028.3996%2038.0998%2028.4631%2037.8897%2028.0678C37.955%2028.0259%2038.0419%2027.9888%2037.9298%2027.9071C37.927%2027.9051%2037.8696%2027.978%2037.8377%2028.016C37.1931%2027.9642%2036.5894%2028.2106%2035.9617%2028.2734C34.9996%2028.3697%2034.0166%2028.4912%2033.2448%2027.7003C32.7596%2027.203%2032.1974%2026.794%2031.6985%2026.3079C31.2262%2025.8478%2030.7529%2025.2936%2030.0246%2025.1555C29.7058%2025.095%2029.6394%2024.8023%2029.4838%2024.4423C30.0625%2024.6761%2030.5603%2024.8324%2031.013%2025.1444C31.9664%2025.8014%2032.7014%2026.7%2033.5982%2027.4185C34.181%2027.8854%2034.8032%2027.9657%2035.5268%2027.8216C36.6782%2027.5924%2037.829%2027.3541%2038.9891%2027.1613C39.6022%2027.0594%2040.3067%2027.1698%2040.913%2026.721C40.631%2025.6728%2040.6855%2024.61%2040.8877%2023.472C40.2034%2023.6939%2039.648%2023.7127%2038.8948%2023.5811C39.6234%2022.9595%2040.4846%2023.3892%2041.0528%2022.9011C41.0122%2022.684%2040.9254%2022.4864%2040.7439%2022.2668C40.2398%2022.8692%2039.355%2022.5655%2038.8517%2023.1256C38.6345%2023.0618%2038.7744%2022.725%2038.5785%2022.7541C37.8872%2022.8567%2037.8564%2022.4194%2037.7951%2021.9245C37.7332%2021.4252%2037.5621%2020.9559%2037.0709%2020.6872C36.3%2020.2653%2035.6149%2019.6995%2034.8495%2019.2809C33.8665%2018.7433%2033.0636%2017.9753%2032.1627%2017.3365C31.8214%2017.0945%2031.545%2016.6444%2031.6063%2016.0236C32.7369%2017.2631%2034.1949%2017.3235%2035.6512%2017.464C35.0591%2017.751%2034.4746%2017.9463%2033.8026%2017.8606C34.6919%2018.7397%2035.7683%2019.2941%2036.8038%2019.9082C36.9533%2020.0415%2037.1204%2020.0998%2037.3906%2020.0155C37.2844%2019.4428%2037.2809%2018.8689%2037.1151%2018.2813C36.9598%2017.7309%2036.9645%2017.1037%2037.1522%2016.5121C37.4973%2017.1383%2037.0187%2018.2074%2038.3128%2018.3272C38.1199%2017.4168%2037.8595%2016.6054%2037.1666%2015.9909L37.1447%2015.9947C37.249%2015.7472%2037.1237%2015.6534%2036.8981%2015.6265C36.8548%2015.5314%2036.7946%2015.4701%2036.6798%2015.5174L36.6798%2015.5174ZM14.7818%2053.5635C14.8671%2053.5467%2014.8798%2053.5253%2014.8174%2053.5158C14.802%2053.5135%2014.7806%2053.5507%2014.7619%2053.5697C14.7719%2053.6394%2014.7258%2053.6393%2014.7316%2053.5802C14.7423%2053.4724%2014.6745%2053.5934%2014.7818%2053.5635H14.7818ZM43.6938%2042.2225L43.7378%2042.1975L43.7126%2042.2414L43.5796%2042.286L43.6496%2042.3556L43.6938%2042.2225V42.2225ZM7.54643%2037.339C7.60276%2037.3612%207.66274%2037.415%207.70666%2037.3241C7.71045%2037.3163%207.6827%2037.2836%207.68144%2037.2843C7.64333%2037.305%207.6067%2037.3284%207.56983%2037.3514L7.60059%2037.3778L7.54643%2037.339L7.54643%2037.339ZM32.6705%2046.5651L32.7967%2046.5221L32.7295%2046.4537L32.6848%2046.5794C32.6608%2046.5862%2032.6338%2046.5884%2032.6141%2046.6015C32.6031%2046.6089%2032.6041%2046.6343%2032.5998%2046.6516L32.6705%2046.5651ZM34.8408%2046.3942C34.8659%2046.3898%2034.8939%2046.3907%2034.9148%2046.379C34.9261%2046.3727%2034.9302%2046.3293%2034.9291%2046.3289C34.8802%2046.3133%2034.8568%2046.3424%2034.8598%2046.4132C34.8129%2046.4366%2034.6696%2046.3952%2034.7834%2046.5268L34.8408%2046.3942L34.8408%2046.3942ZM40.6918%2046.2265C40.7518%2046.2138%2040.8833%2046.2538%2040.7732%2046.1159L40.7094%2046.2445C40.6%2046.2521%2040.5368%2046.3104%2040.5186%2046.4183C40.4688%2046.4332%2040.4012%2046.4333%2040.3735%2046.4666C40.3374%2046.5101%2040.3838%2046.5595%2040.4496%2046.5329C40.4794%2046.5209%2040.4839%2046.4464%2040.5%2046.4001C40.6149%2046.3986%2040.6814%2046.3435%2040.6918%2046.2265L40.6918%2046.2265ZM34.5205%2045.8561L34.5462%2045.8778L34.5088%2045.8772C34.5265%2045.934%2034.517%2045.9406%2034.4847%2045.894C34.4827%2045.8911%2034.508%2045.8692%2034.5205%2045.8561H34.5205ZM42.0292%2045.6115C41.9263%2045.5604%2041.8263%2045.5437%2041.7466%2045.649C41.7397%2045.658%2041.765%2045.7102%2041.7844%2045.7172C41.9013%2045.7592%2041.9931%2045.7408%2042.0174%2045.5974L42.0292%2045.6115ZM11.4339%2036.4053C11.4492%2036.5008%2011.5047%2036.5562%2011.6%2036.572L11.588%2036.8584C11.5142%2036.8932%2011.4387%2036.9548%2011.5102%2037.0245C11.5836%2037.0961%2011.6356%2037.0039%2011.676%2036.9425C11.8711%2036.7868%2011.8825%2036.6485%2011.6371%2036.5347C11.6235%2036.4402%2011.5716%2036.3811%2011.4768%2036.3619C11.4704%2036.2802%2011.448%2036.2083%2011.3506%2036.2026C11.3352%2036.2017%2011.3066%2036.2365%2011.3029%2036.2581C11.2855%2036.3581%2011.3479%2036.3936%2011.4339%2036.4053V36.4053ZM33.3538%2046.7415L33.5677%2046.6907C33.5444%2046.6638%2033.5206%2046.6134%2033.4979%2046.6139C33.4091%2046.6159%2033.3717%2046.6753%2033.3747%2046.7616C33.2568%2046.7524%2033.1852%2046.7994%2033.1776%2046.924C33.0752%2046.9138%2032.9637%2046.8714%2032.8897%2046.9793C32.8794%2046.9943%2032.9253%2047.0794%2032.9508%2047.0823C33.073%2047.0961%2033.1448%2047.0309%2033.162%2046.9081C33.2751%2046.9091%2033.3347%2046.8486%2033.3538%2046.7415V46.7415ZM6.27039%2036.385C6.10072%2036.4234%206.09615%2036.5638%206.07827%2036.6959C5.83093%2036.8224%205.93384%2037.0365%205.94504%2037.2277C5.81368%2037.226%205.76015%2037.2887%205.79481%2037.4164C5.80078%2037.4384%205.83953%2037.4736%205.84644%2037.47C5.9576%2037.4131%205.95063%2037.315%205.9287%2037.2132C6.20179%2037.1613%206.10771%2036.9286%206.15035%2036.7632C6.30565%2036.6762%206.29035%2036.5326%206.27456%2036.3886C6.40125%2036.3756%206.46006%2036.3032%206.43461%2036.1807C6.42783%2036.1481%206.35278%2036.0959%206.34024%2036.1035C6.22951%2036.1713%206.26277%2036.2826%206.27041%2036.385L6.27039%2036.385ZM16.8228%2052.2824C16.9744%2052.2373%2017.0483%2052.1359%2017.0181%2051.9802C17.0139%2051.9586%2016.9102%2051.9277%2016.8762%2051.9458C16.7623%2052.006%2016.7777%2052.1265%2016.7744%2052.2344C16.7083%2052.2596%2016.6157%2052.303%2016.6849%2052.3721C16.7538%2052.4409%2016.7975%2052.3485%2016.8228%2052.2824V52.2824ZM43.168%2041.5562C43.2579%2041.485%2043.4115%2041.4602%2043.3661%2041.2908C43.3614%2041.2735%2043.3212%2041.2496%2043.3045%2041.2542C43.1425%2041.2986%2043.241%2041.4827%2043.1423%2041.5633C43.1917%2041.5838%2043.1542%2041.6043%2043.14%2041.5737C43.0939%2041.4741%2043.0723%2041.6132%2043.168%2041.5562V41.5562ZM14.7841%2042.9174L14.7447%2042.7705L14.6688%2042.8417L14.8078%2042.8944C14.859%2043.0292%2014.6872%2043.2055%2014.8839%2043.3239C15.056%2043.1286%2014.8963%2043.0292%2014.7841%2042.9174ZM16.4891%2050.9463C16.6764%2050.8575%2016.7473%2050.6974%2016.7017%2050.466L16.4401%2050.8979C16.373%2050.9234%2016.2816%2050.9689%2016.3514%2051.0374C16.4215%2051.1063%2016.4636%2051.0119%2016.4891%2050.9463ZM8.27521%2035.954C8.0325%2035.9771%207.89094%2036.0696%207.97871%2036.3507C8.2202%2036.2844%208.28811%2036.1325%208.28377%2035.9322C8.27569%2035.8727%208.2861%2035.8666%208.30835%2035.9167C8.31113%2035.923%208.28692%2035.9413%208.27521%2035.954ZM10.4722%2036.2428C10.6792%2036.1406%2010.7182%2035.9398%2010.8086%2035.7181C10.3678%2035.6821%2010.436%2035.9689%2010.4257%2036.1969C10.3572%2036.222%2010.2665%2036.2698%2010.3371%2036.3373C10.4092%2036.4061%2010.4475%2036.3078%2010.4722%2036.2428V36.2428ZM16.3015%2049.4214C16.0234%2049.5339%2015.9827%2049.7941%2015.9171%2050.0389C15.8511%2050.0779%2015.7764%2050.1422%2015.8466%2050.2043C15.9234%2050.2721%2015.9615%2050.1775%2015.9897%2050.1129C16.2966%2049.9694%2016.3772%2049.7276%2016.2931%2049.4144C16.4482%2049.3572%2016.5134%2049.274%2016.3815%2049.1283C16.2691%2049.2078%2016.3005%2049.3185%2016.3015%2049.4214ZM2.7772%2040.4096C3.05165%2040.1487%202.95527%2039.8367%202.89818%2039.5302C3.16565%2039.3773%203.23647%2039.1419%203.20621%2038.8486C2.89513%2039.0129%202.72395%2039.2144%202.92335%2039.5528C2.54452%2039.7306%202.69662%2040.055%202.70589%2040.34C2.62463%2040.3762%202.58627%2040.4363%202.61225%2040.5244C2.61873%2040.5464%202.64782%2040.5803%202.66249%2040.5783C2.75956%2040.5655%202.77578%2040.4912%202.7772%2040.4096H2.7772ZM41.3557%2041.7213C41.6599%2041.5492%2041.7252%2041.2601%2041.7363%2040.9445C41.977%2040.9191%2042.0625%2040.7821%2042.0111%2040.5537C41.9924%2040.4705%2041.9351%2040.3961%2041.8474%2040.4154C41.5628%2040.4779%2041.716%2040.7159%2041.675%2040.877C41.4217%2041.1107%2041.2996%2041.3904%2041.3728%2041.7388C41.2683%2041.7468%2041.2095%2041.8016%2041.2003%2041.9072C40.5109%2042.4809%2040.4509%2042.6256%2040.67%2043.4447C40.7358%2042.7915%2041.2136%2042.4438%2041.1874%2041.8939C41.2936%2041.8852%2041.3479%2041.8259%2041.3557%2041.7213ZM4.30311%2037.4316C3.77919%2037.483%203.94785%2037.8374%204.03625%2038.1575L4.28247%2037.4115C4.39846%2037.3292%204.49094%2037.244%204.32395%2037.1225C4.25103%2037.2247%204.27093%2037.3278%204.3031%2037.4316L4.30311%2037.4316ZM40.3565%2044.4068C40.1669%2044.4242%2040.0111%2044.3723%2039.9176%2044.1927C39.7242%2043.1615%2039.9034%2042.1413%2039.9043%2041.1903C40.3027%2040.9771%2040.4101%2041.352%2040.644%2041.3686C40.9097%2041.1686%2040.9736%2040.8726%2041.1248%2040.6367C40.8213%2040.4045%2040.6311%2040.7371%2040.3861%2040.7027C40.1844%2040.6744%2039.9145%2040.7847%2039.8987%2040.4299C40.3519%2039.9533%2041.0262%2040.0403%2041.6594%2039.7976C41.4607%2039.6845%2041.3461%2039.5655%2041.2253%2039.5588C40.1159%2039.4972%2039.0896%2039.0525%2038.0276%2038.8008C37.4358%2038.6605%2036.9994%2038.679%2036.5017%2038.9036C36.4641%2038.8629%2036.4341%2038.8015%2036.3878%2038.7845C34.8635%2038.2238%2033.626%2037.318%2032.7698%2035.9047C32.6375%2035.6864%2032.5821%2035.3766%2032.2767%2035.2305L31.9477%2035.7582L31.9535%2035.7625C31.6003%2036.0297%2031.2154%2036.1768%2030.8256%2036.0465C30.5312%2036.2036%2030.797%2036.5942%2030.4797%2036.6696C30.1908%2036.6141%2030.1195%2036.3027%2029.8764%2036.2279C29.3353%2036.4206%2028.9024%2036.7531%2029.0509%2037.3624C29.3229%2038.478%2028.8673%2039.5904%2029.1079%2040.7005C29.1406%2040.8512%2029.0848%2041.117%2028.845%2041.1839C28.6296%2041.0283%2028.6257%2040.801%2028.604%2040.6331C28.4516%2039.4559%2028.5421%2038.2698%2028.5422%2037.0879C28.5423%2036.5979%2028.9081%2036.2265%2029.2909%2035.9604C29.9426%2035.5076%2029.9943%2035.409%2029.7537%2034.6538C29.3861%2033.4997%2029.0406%2032.3385%2028.6706%2031.1851C28.3045%2030.0438%2028.0149%2028.8827%2027.7748%2027.6761C25.7934%2028.5756%2023.6101%2028.4064%2021.5801%2029.1173C21.7044%2029.8035%2022.0177%2030.3584%2022.3024%2030.9196C22.6856%2031.6751%2022.8107%2032.5488%2023.3067%2033.2423C23.7599%2033.8758%2024.0434%2034.5959%2024.4519%2035.2534C25.2891%2036.601%2026.1007%2037.9703%2026.9172%2039.3291C27.6349%2040.5234%2028.4199%2041.6896%2029.1272%2042.898C29.3296%2043.2438%2029.5748%2043.4263%2029.987%2043.4222C30.9365%2043.4127%2031.8598%2043.6574%2032.8254%2043.6479C33.7378%2043.6389%2034.6918%2043.78%2035.5918%2043.9634C36.8443%2044.2188%2038.2937%2043.8348%2039.3788%2045.1531C39.2988%2044.6019%2039.1966%2044.2559%2039.003%2043.9589C38.6994%2043.4933%2038.3889%2043.1146%2037.692%2043.1248C36.9227%2043.1361%2036.1399%2043.0398%2035.3626%2042.9308C33.7994%2042.7118%2032.2321%2042.385%2030.6317%2042.6647C30.0671%2042.7634%2029.4506%2042.4021%2029.2672%2041.8924C29.7475%2042.1254%2030.2135%2042.0763%2030.677%2042.0783C31.5669%2042.0822%2032.466%2042.0201%2033.3444%2042.1256C34.795%2042.2999%2036.2185%2042.6641%2037.7013%2042.6206C38.1179%2042.6084%2038.524%2042.7766%2038.9171%2043.133C39.2818%2043.4637%2039.4103%2044.0274%2039.935%2044.1803C39.6743%2044.3878%2039.7398%2044.6318%2039.8046%2044.9825C40.0488%2044.748%2040.3131%2044.6856%2040.3418%2044.3904C40.498%2044.3991%2040.6904%2044.4609%2040.6497%2044.1807C40.9863%2044.3103%2041.2315%2044.2429%2041.3705%2043.879C41.5352%2043.4477%2041.7192%2043.0238%2041.8948%2042.5967C42.2908%2042.4393%2042.1988%2042.0768%2042.2418%2041.7711C42.5356%2041.4737%2042.7935%2041.1599%2042.8001%2040.5981C42.356%2040.9268%2042.1839%2041.2698%2042.1629%2041.6989C41.8032%2041.8663%2041.7989%2042.194%2041.7921%2042.5205C41.6476%2042.5408%2041.5791%2042.6188%2041.4961%2042.7521C41.2007%2043.2268%2041.0821%2043.8011%2040.6724%2044.2088C40.545%2044.2395%2040.3788%2044.2085%2040.3565%2044.4068L40.3565%2044.4068ZM29.5338%2031.3465C29.5095%2030.6451%2029.2192%2030.0114%2029.0283%2029.3519C28.7345%2028.3371%2028.4074%2027.7415%2028.0471%2027.5654C28.4322%2028.0123%2028.5497%2028.4431%2028.593%2028.8414C28.6797%2029.6388%2029.2981%2030.2841%2029.1883%2031.1269C29.1744%2031.2332%2029.3393%2031.3471%2029.4788%2031.3925C29.4943%2031.7452%2029.5679%2032.0798%2029.6511%2032.4266C29.8314%2033.1784%2030.2138%2033.8713%2030.2499%2034.6781C30.2622%2034.951%2030.2926%2035.4684%2030.8334%2035.6973C30.4047%2034.1683%2030.1845%2032.695%2029.5338%2031.3465L29.5338%2031.3465ZM25.806%2013.3465C24.2104%2013.7387%2022.5716%2013.7475%2020.9472%2013.8556C20.5631%2013.8812%2020.5628%2014.036%2020.5132%2014.3069C20.667%2014.3232%2020.8015%2014.3473%2020.9365%2014.3503C22.4659%2014.385%2023.9589%2013.9568%2025.492%2013.9986C25.9666%2014.0115%2025.8946%2013.651%2025.7927%2013.3362L25.806%2013.3465ZM44.375%2043.5827C44.0832%2043.2555%2043.7708%2043.4131%2043.474%2043.5599C42.4971%2044.043%2041.5224%2044.5307%2040.5529%2045.0282C39.8759%2045.3756%2039.5299%2046.0038%2039.5461%2046.7029C39.5545%2047.0667%2039.6114%2047.5029%2039.7604%2047.9881C39.9386%2047.5762%2039.8595%2047.2489%2039.8788%2046.9322C39.892%2046.7173%2039.8172%2046.471%2040.0227%2046.3129C40.5026%2045.9437%2040.8392%2045.4006%2041.4179%2045.1538C42.3926%2044.7381%2043.3699%2044.3285%2044.3461%2043.9163C44.6227%2044.0878%2044.843%2044.3932%2045.2545%2044.336C45.3031%2044.1029%2045.2735%2043.938%2045.1584%2043.824L44.3285%2043.9324C44.3989%2043.8161%2044.39%2043.6929%2044.36%2043.5679C44.3846%2043.5605%2044.4125%2043.5577%2044.4324%2043.5436C44.4432%2043.536%2044.4403%2043.509%2044.4437%2043.4907C44.3945%2043.482%2044.3716%2043.5126%2044.375%2043.5827V43.5827ZM45.8675%2022.8468C45.0102%2022.7298%2044.2479%2022.9042%2043.5741%2023.4903C43.4008%2023.6411%2043.1937%2023.8021%2042.8512%2023.7754C42.3755%2023.7383%2042.1963%2024.1177%2042.2876%2024.6363C42.3353%2024.9069%2042.3332%2025.1863%2042.3536%2025.4617C42.3906%2025.9616%2042.5864%2026.2944%2043.1595%2026.2642C43.5601%2026.2431%2043.9542%2026.2951%2044.3537%2026.3436C44.7238%2026.3886%2045.272%2026.4131%2045.4856%2026.0829C45.7623%2025.6553%2046.0266%2025.6526%2046.3969%2025.8157C46.644%2025.9245%2046.7471%2025.8%2046.8259%2025.6108C46.7628%2025.3081%2046.3723%2025.2815%2046.3156%2024.9805C46.9192%2024.8711%2047.1676%2024.6184%2047.0609%2024.2224C46.5628%2024.3347%2046.1707%2024.2472%2045.8848%2023.9599C46.2194%2023.7782%2046.5701%2023.9426%2046.9272%2023.9481C46.9072%2023.6205%2047.0318%2023.293%2046.5272%2023.3822C46.2399%2023.433%2045.9411%2023.293%2045.642%2023.4362C45.3677%2023.5676%2045.174%2023.4455%2045.0761%2023.1482C45.1927%2023.0209%2045.3311%2023.0435%2045.4643%2023.0373C45.6227%2023.03%2045.8082%2023.0757%2045.8803%2022.861C46.1819%2022.8887%2046.3794%2022.7545%2046.3873%2022.4522C46.3997%2021.9751%2046.6775%2021.6319%2046.9156%2021.2617C47.451%2020.4294%2048.1548%2019.7836%2049.0257%2019.3149C49.2338%2019.2029%2049.5291%2019.0972%2049.1598%2018.8119C48.5086%2019.39%2047.69%2019.7637%2047.1361%2020.4655C46.5694%2021.1834%2046.0761%2021.9389%2045.8675%2022.8467L45.8675%2022.8468ZM52.0825%2022.8086C52.1046%2022.856%2052.0236%2022.9613%2052.1591%2022.9449L52.0656%2022.8275C52.091%2022.5224%2052.0186%2022.2596%2051.6683%2022.5049C50.9996%2022.9732%2050.161%2022.8789%2049.4509%2023.3747C49.3052%2022.5464%2049.964%2022.6518%2050.2673%2022.4587C50.6421%2022.2199%2051.0986%2022.1095%2051.5806%2021.9196C51.0928%2021.2445%2050.6569%2020.6203%2050.1411%2020.054C49.9232%2019.8147%2049.7296%2019.6685%2049.4967%2020.0435C49.4289%2020.1527%2049.2977%2020.2334%2049.1798%2020.2988C48.4038%2020.7294%2047.9442%2021.4606%2047.4762%2022.1603C46.9742%2022.9108%2047.1145%2023.1344%2048.0004%2023.2136C48.187%2023.2303%2048.3795%2023.3054%2048.5566%2023.2764C48.8002%2023.2364%2048.9485%2023.336%2049.0044%2023.5286C49.1081%2023.8864%2048.7258%2023.7771%2048.5885%2023.9125C48.6204%2024.1328%2048.9129%2024.2358%2048.8516%2024.4962C48.3999%2024.6019%2048.0587%2024.2154%2047.5706%2024.2284C47.9981%2024.8961%2047.2645%2025.2478%2047.1624%2025.7945C47.0148%2026.5856%2046.5229%2026.9657%2045.6651%2026.8462C45.2994%2026.7952%2044.934%2026.854%2044.5503%2026.7394C44.0582%2026.5924%2043.5115%2026.6693%2043.0028%2026.513C42.8851%2026.4768%2042.6344%2026.5095%2042.6179%2026.5634C42.4342%2027.1633%2041.9272%2026.7575%2041.6109%2026.8898C41.5486%2027.0829%2041.9139%2027.0691%2041.7739%2027.2762C41.6507%2027.3695%2041.5099%2027.339%2041.3751%2027.3381C41.053%2027.3358%2040.78%2027.3954%2040.6339%2027.7407C40.4843%2028.0943%2040.7013%2028.3087%2040.8941%2028.5305C41.1269%2028.7982%2041.3787%2029.0494%2041.6303%2029.3162C41.7325%2028.3479%2042.2427%2027.6595%2043.1608%2027.251C43.3878%2027.1501%2043.6181%2027.0561%2043.8417%2026.9482C44.0476%2026.8489%2044.2163%2026.9155%2044.3795%2027.0398L44.3653%2027.0268C44.2283%2027.2338%2044.0844%2027.4753%2043.8233%2027.4885C43.3292%2027.5133%2043.0246%2027.8701%2042.6823%2028.1208C41.8492%2028.731%2041.9275%2029.4398%2042.7589%2030.1024C43.2338%2030.4809%2043.83%2030.6818%2044.2235%2031.1749C44.6786%2031.745%2045.3931%2031.8529%2046.0161%2031.8598C47.1222%2031.8721%2048.2166%2031.6307%2049.2829%2031.2923C49.9055%2031.0947%2050.5304%2030.8677%2051.1949%2030.8556C51.7934%2030.8447%2052.3804%2030.458%2052.5544%2029.9211C52.7469%2029.3272%2052.5376%2028.5079%2052.0655%2028.4068C51.3297%2028.2491%2050.7016%2027.8444%2049.9834%2027.6458C49.3186%2027.4619%2048.6443%2027.2137%2047.955%2026.7052C48.4991%2026.5474%2048.6701%2026.1343%2048.9507%2025.8398C49.4414%2025.3249%2048.915%2024.9872%2048.9235%2024.5755C49.2138%2024.5026%2049.4749%2024.4941%2049.591%2024.8507C49.7365%2025.2972%2050.1122%2025.5286%2050.4556%2025.7107C50.3867%2026.2218%2049.9534%2026.4149%2049.7255%2026.7983C50.0761%2027.0034%2050.4064%2027.2188%2050.8811%2027.1063C50.4718%2026.4237%2051.0214%2025.9817%2051.3077%2025.4784C51.0157%2025.1988%2050.5152%2025.1114%2050.4377%2024.725C50.333%2024.2027%2050.0589%2024.1175%2049.6195%2024.1547C49.437%2024.1702%2049.3017%2024.076%2049.2782%2023.8117C50.1262%2023.2757%2051.126%2023.0992%2052.0825%2022.8087L52.0825%2022.8086ZM40.1884%2021.0003L40.233%2021.0376L40.1712%2021.0174C40.0323%2020.7521%2039.648%2020.5108%2040.075%2020.1463C40.6994%2020.9365%2041.0861%2021.8246%2041.6095%2022.6289C42.1899%2023.521%2042.5559%2023.6583%2043.3764%2022.95C43.6907%2022.6786%2043.9993%2022.5358%2044.4188%2022.5303C44.8753%2022.5244%2045.464%2022.4099%2045.6323%2022.0518C45.8883%2021.5072%2046.2448%2020.979%2046.3894%2020.3864C45.9809%2020.1656%2045.5576%2020.2206%2045.2176%2020.2299C44.0128%2020.2629%2042.7179%2019.6364%2041.6089%2020.6199C41.5179%2020.7005%2041.3147%2020.7571%2041.1828%2020.5503C41.0699%2020.3734%2041.2025%2020.3022%2041.2713%2020.1946C41.4002%2019.9927%2041.6964%2019.9069%2041.6845%2019.5948C40.9206%2019.1703%2040.2846%2018.5993%2039.6883%2017.9558C39.379%2017.6219%2039.1789%2017.0499%2038.4859%2017.1029C38.8615%2017.7134%2038.4039%2018.5633%2039.1828%2019.0115C39.2349%2019.0415%2039.1586%2019.2683%2039.1691%2019.4015C39.2213%2020.0637%2039.0041%2020.741%2039.2373%2021.4107L40.1885%2021.0003L40.1884%2021.0003ZM18.9696%2019.3416C19.7167%2019.4087%2020.437%2019.2305%2021.162%2019.0997C21.5567%2019.0286%2021.9518%2018.9154%2022.3289%2019.1777C22.1753%2019.4426%2021.9712%2019.4632%2021.7398%2019.4938C21.0875%2019.5802%2020.4382%2019.6943%2019.792%2019.8201C18.8773%2019.9981%2018.8501%2020.0816%2019.0249%2020.9596C19.2243%2021.9615%2019.3452%2022.9718%2019.6981%2023.9482C19.9496%2024.6443%2020.0608%2024.8413%2020.7261%2024.6861C21.4176%2024.5249%2022.1145%2024.4386%2022.8172%2024.3467C23.7534%2024.2244%2024.7054%2024.1128%2025.6039%2023.8282C25.2927%2022.3076%2024.7173%2020.9049%2024.3441%2019.4449C24.2619%2019.1233%2023.9048%2019.2313%2023.8374%2018.9526C23.9666%2018.4347%2024.089%2017.9004%2023.891%2017.2177C22.2549%2017.9467%2020.4828%2017.4101%2018.7601%2017.913C18.8657%2018.4134%2018.6052%2018.9241%2018.9779%2019.3701L18.9448%2019.3337L18.9696%2019.3416L18.9696%2019.3416ZM45.8743%2042.7588C46.1184%2042.6218%2046.2893%2042.57%2046.4138%2042.3392C47.0207%2041.2141%2047.7697%2040.1963%2048.7487%2039.348C49.0812%2039.0599%2049.5363%2038.681%2049.4398%2038.214C49.2389%2037.2413%2048.6466%2036.3193%2047.8722%2035.8548C46.8113%2035.2185%2045.8468%2034.4354%2044.752%2033.8615C44.5063%2033.7327%2044.3389%2033.5947%2044.4366%2033.2855C44.6981%2033.1619%2044.8994%2033.246%2045.124%2033.4034C46.1089%2034.0934%2047.0782%2034.8123%2048.2563%2035.1684C48.4098%2035.2147%2048.5587%2035.3997%2048.635%2035.5568C48.9802%2036.268%2049.6503%2036.7417%2050.0114%2037.4743C49.9749%2036.2819%2050.0471%2035.1144%2050.0684%2033.9342C49.1161%2033.7229%2048.2535%2033.4474%2047.4589%2032.9148C46.8752%2032.5235%2046.1068%2032.5572%2045.4173%2032.4164C44.85%2033.0516%2044.0304%2032.9539%2043.3091%2033.1291C42.1485%2033.411%2041.0105%2033.7661%2039.9183%2034.2399C38.3316%2034.9282%2037.0281%2035.943%2036.3296%2037.654C37.0158%2037.806%2037.6026%2038.1469%2038.2686%2038.2555C39.5027%2038.4568%2040.672%2038.9492%2041.9153%2039.0964C42.6788%2039.1868%2043.2846%2039.476%2043.7095%2040.1322C43.8278%2040.3147%2044.0296%2040.4416%2044.1582%2040.6193C44.6806%2041.3414%2045.5128%2041.8045%2045.8743%2042.7587L45.8743%2042.7588ZM3.74231%2045.3055C3.70086%2047.1498%203.98719%2048.7818%204.57629%2050.362C5.32665%2052.3748%206.43062%2054.1038%208.24581%2055.361C9.4178%2056.1726%2011.6616%2056.3128%2012.9002%2054.9693C13.8564%2053.9321%2014.3902%2052.7522%2014.7488%2051.4237C15.2308%2049.6383%2015.1664%2047.8585%2014.855%2046.0689C14.6417%2044.8428%2014.2268%2043.685%2013.7151%2042.5462C12.9704%2040.8889%2011.9057%2039.5318%2010.3118%2038.6494C8.94531%2037.8929%207.59225%2037.9092%206.28012%2038.8627C5.36879%2039.5249%204.80269%2040.4109%204.41533%2041.4354C3.9251%2042.732%203.63073%2044.0641%203.74231%2045.3055V45.3055ZM26.4546%2026.6291C26.6526%2026.2722%2026.3604%2025.9922%2026.3139%2025.6769C26.2476%2025.2273%2026.0397%2025.16%2025.5578%2025.2637C24.7055%2025.447%2023.8395%2025.5976%2022.9638%2025.6948C22.1212%2025.7883%2021.2464%2025.8865%2020.3847%2026.3299C20.6897%2026.6183%2020.6426%2026.9739%2020.6749%2027.286C20.7175%2027.6984%2020.9273%2027.7677%2021.2185%2027.682C22.9348%2027.177%2024.7041%2026.9416%2026.4546%2026.6291H26.4546ZM21.4426%204.81973C23.6195%204.52335%2025.7182%204.6628%2027.8067%204.46166C26.3027%203.70563%2024.6595%203.68799%2023.0628%203.45548C22.6449%203.39463%2022.2998%203.65519%2022.0722%203.95994C21.8855%204.20993%2021.6719%204.45537%2021.4426%204.81973ZM26.8615%2027.3156C26.226%2026.9249%2025.6339%2027.3908%2025.0057%2027.3759C24.3484%2027.3602%2023.6911%2027.7163%2023.0202%2027.7979C22.388%2027.8748%2021.8016%2028.1796%2021.0744%2028.0506L21.3813%2028.6421C23.1621%2027.9703%2025.0879%2028.0031%2026.8615%2027.3156H26.8615ZM50.0668%2033.4564C50.0409%2032.7636%2050.2157%2032.18%2050.0004%2031.5229C49.3892%2032.0406%2048.5308%2031.9635%2047.8764%2032.558L50.0668%2033.4564L50.0668%2033.4564ZM38.4158%2022.4111C38.6978%2021.852%2038.7448%2021.43%2038.7117%2020.9807C38.6855%2020.6253%2038.6499%2020.2356%2038.7647%2019.9132C38.921%2019.4739%2038.863%2019.2204%2038.4141%2019.098C38.153%2019.0268%2038.0626%2018.6792%2037.6244%2018.6946C38.0267%2019.8908%2038.0387%2021.1252%2038.4158%2022.4111L38.4158%2022.4111ZM20.1348%2025.2081C20.3146%2025.7031%2020.3168%2025.7138%2020.5782%2025.6601C21.1061%2025.5517%2021.6373%2025.4524%2022.1564%2025.3101C23.3896%2024.972%2024.6917%2025.0062%2025.9471%2024.6322C25.876%2024.5267%2025.8254%2024.3984%2025.7868%2024.4019C23.9126%2024.5732%2022.099%2025.1547%2020.1348%2025.2081V25.2081ZM20.8148%2010.2759C21.3019%2010.8702%2024.7658%2010.6018%2026.1404%209.99041C24.4202%2010.1366%2022.7075%2010.3976%2020.8148%2010.2759ZM44.4882%2032.2763C43.8867%2031.5387%2042.9555%2030.7975%2042.4179%2030.6304C42.7476%2031.1346%2043.0665%2031.6409%2043.4047%2032.134C43.7051%2032.572%2044.0651%2032.697%2044.4882%2032.2763L44.4882%2032.2763ZM41.7882%2023.9059C41.2647%2023.7485%2041.1548%2024.0228%2041.1769%2024.41C41.2196%2025.1558%2041.2787%2025.9008%2041.6279%2026.5835C41.855%2026.5809%2042.1181%2026.4619%2041.9857%2026.2697C41.4703%2025.5213%2041.7887%2024.7379%2041.7882%2023.9059H41.7882ZM15.7903%2048.7441L16.0232%2048.7246C16.4713%2047.7841%2015.8481%2046.9341%2015.6283%2046.0484L15.7903%2048.7441H15.7903ZM40.2714%2021.3828C39.9635%2021.6888%2039.5754%2021.7615%2039.2276%2021.9125C39.2619%2022.087%2039.3044%2022.2413%2039.5185%2022.387C39.7952%2022.144%2040.1898%2022.0771%2040.5709%2021.9494L40.2714%2021.3828ZM14.2873%2041.7705C14.2673%2042.1732%2014.3482%2042.3973%2014.6376%2042.5489C14.7134%2042.2063%2014.5636%2042.0111%2014.2873%2041.7705ZM29.2497%2027.8304C29.3487%2027.5974%2029.4419%2027.4247%2029.2463%2027.1853C29.1016%2027.411%2029.1648%2027.59%2029.2497%2027.8304ZM7.27991%2035.9146C7.46574%2035.8333%207.55203%2035.6694%207.53879%2035.4228C7.40508%2035.5672%207.29236%2035.711%207.27991%2035.9146ZM14.0121%2055.0788C14.1746%2055.0026%2014.2787%2054.9151%2014.2592%2054.7555C14.2511%2054.6888%2014.1896%2054.6744%2014.1368%2054.6995C14.0006%2054.7641%2013.9039%2054.8467%2014.0121%2055.0788ZM8.41587%2035.2759C8.39275%2035.3101%208.32252%2035.3694%208.31557%2035.4354C8.3069%2035.5178%208.3732%2035.5765%208.46968%2035.54C8.5462%2035.511%208.61927%2035.4637%208.60238%2035.3688C8.58945%2035.2961%208.56633%2035.2063%208.41587%2035.2759V35.2759ZM15.2018%2044.1811C15.2648%2043.9555%2015.1873%2043.8411%2015.0185%2043.7703C14.8631%2044.0088%2015.022%2044.0812%2015.2018%2044.1811ZM32.8348%2047.3755C32.7973%2047.3047%2032.7603%2047.2332%2032.6593%2047.2542C32.575%2047.2717%2032.5154%2047.3164%2032.5162%2047.4082C32.5174%2047.5513%2032.6202%2047.5915%2032.7296%2047.5648C32.8003%2047.5476%2032.8529%2047.4685%2032.8348%2047.3755ZM41.4593%2045.8903C41.497%2045.8104%2041.4763%2045.7614%2041.4046%2045.7517C41.3182%2045.7399%2041.2391%2045.7777%2041.225%2045.8696C41.2184%2045.9129%2041.2612%2045.9639%2041.2816%2046.0114L41.4593%2045.8903H41.4593ZM15.6197%2045.4573L15.5579%2045.3161C15.5297%2045.353%2015.4823%2045.3877%2015.4778%2045.4273C15.47%2045.4952%2015.4625%2045.5851%2015.5629%2045.5961C15.5765%2045.5977%2015.6005%2045.506%2015.6197%2045.4573ZM44.6691%2044.9774C44.7382%2044.9457%2044.8282%2044.9165%2044.8138%2044.8264C44.8007%2044.7443%2044.7141%2044.7249%2044.6434%2044.7468C44.6059%2044.7584%2044.5622%2044.8107%2044.5562%2044.85C44.545%2044.9235%2044.5628%2044.9976%2044.6691%2044.9774H44.6691ZM13.4399%2039.2503L13.3636%2039.1419C13.3468%2039.1597%2013.3141%2039.1797%2013.3162%2039.1949C13.3223%2039.2387%2013.3424%2039.2805%2013.357%2039.3232L13.4399%2039.2503ZM5.6015%2038.414C5.58385%2038.3691%205.57488%2038.2957%205.54867%2038.2889C5.45885%2038.2657%205.42655%2038.3301%205.44347%2038.4071C5.45294%2038.4502%205.49206%2038.4868%205.51782%2038.5264L5.6015%2038.414H5.6015ZM3.69382%2037.9076C3.62688%2037.9167%203.59838%2037.9551%203.6194%2038.0191C3.62663%2038.0412%203.65212%2038.0691%203.67218%2038.0717C3.69237%2038.0743%203.72424%2038.054%203.73691%2038.0346C3.7736%2037.9783%203.75595%2037.9338%203.69382%2037.9076V37.9076ZM15.4613%2054.3926C15.4798%2054.3353%2015.4578%2054.2928%2015.3924%2054.2806C15.3734%2054.277%2015.3294%2054.3056%2015.3297%2054.3185C15.331%2054.3626%2015.3469%2054.4062%2015.3572%2054.45C15.3919%2054.4309%2015.4266%2054.4118%2015.4613%2054.3926ZM44.2945%2047.9326C44.3105%2047.9152%2044.3339%2047.9002%2044.3421%2047.8791C44.3649%2047.8212%2044.3407%2047.7678%2044.2813%2047.7716C44.2222%2047.7754%2044.2047%2047.8316%2044.2347%2047.886C44.2454%2047.9053%2044.2721%2047.9158%2044.2945%2047.9326ZM37.8421%2046.9428L37.7896%2046.8075C37.7579%2046.8337%2037.7029%2046.8575%2037.7%2046.8866C37.6958%2046.9292%2037.7288%2046.9755%2037.7459%2047.0203L37.8421%2046.9428ZM31.9933%2046.4213L31.9421%2046.2934C31.9112%2046.3183%2031.8565%2046.3417%2031.8547%2046.3686C31.8519%2046.4107%2031.8849%2046.4551%2031.9028%2046.4985L31.9934%2046.4213L31.9933%2046.4213ZM33.7999%2045.5713L33.7671%2045.5156L33.7187%2045.5489L33.776%2045.6308L33.7999%2045.5713V45.5713ZM31.2238%2045.4867L31.2605%2045.5133L31.2668%2045.4729L31.2238%2045.4867H31.2238ZM30.9292%2045.3752L30.9818%2045.3269L30.9334%2045.2744L30.8799%2045.3478L30.9292%2045.3752V45.3752ZM5.40098%2036.3001L5.35485%2036.2479L5.30301%2036.2944L5.37372%2036.3481L5.40098%2036.3001ZM7.19465%2036.2598L7.16022%2036.3145L7.2179%2036.3202L7.19465%2036.2598V36.2598ZM6.57111%2035.7983L6.52445%2035.7457L6.47225%2035.7928L6.5437%2035.8468L6.57111%2035.7983H6.57111ZM31.47%2035.1232L31.4226%2035.0714L31.3707%2035.1189L31.4429%2035.1717L31.47%2035.1232ZM30.9564%2033.6091C30.9398%2033.6001%2030.9191%2033.5801%2030.9077%2033.5845C30.8871%2033.5924%2030.8543%2033.6225%2030.8576%2033.63C30.8844%2033.6923%2030.9216%2033.7022%2030.9536%2033.6589C30.9616%2033.648%2030.9548%2033.626%2030.9564%2033.6091V33.6091ZM15.3886%2045.0394L15.4397%2044.9929L15.3931%2044.9419L15.341%2045.0127L15.3886%2045.0394ZM30.4746%2032.2956L30.4226%2032.2364C30.4029%2032.2538%2030.369%2032.2702%2030.3677%2032.289C30.3664%2032.3073%2030.3983%2032.328%2030.4156%2032.3477L30.4746%2032.2956L30.4746%2032.2956ZM30.4618%2031.9661L30.4202%2031.9156C30.4034%2031.9295%2030.3748%2031.9423%2030.3732%2031.9578C30.3717%2031.973%2030.3976%2031.9911%2030.4114%2032.0079L30.4618%2031.9661ZM7.02591%2036.5912C7.00797%2036.607%206.97684%2036.622%206.97577%2036.6388C6.97469%2036.656%207.00327%2036.675%207.01886%2036.6932C7.0368%2036.6773%207.06783%2036.6624%207.06901%2036.6454C7.07019%2036.6284%207.04151%2036.6094%207.02591%2036.5912ZM7.85552%2037.0073L7.88611%2036.9618L7.83732%2036.9557L7.85552%2037.0073V37.0073ZM44.8385%2042.1398L44.7902%2042.0873L44.7377%2042.1356L44.8111%2042.1891L44.8385%2042.1398ZM15.2605%2053.0023L15.2132%2052.95L15.1611%2052.9976L15.2332%2053.051L15.2605%2053.0023ZM14.383%2054.2321C14.3998%2054.2173%2014.4289%2054.2032%2014.4299%2054.1873C14.4309%2054.1714%2014.4039%2054.1537%2014.3891%2054.1368L14.3372%2054.2054L14.383%2054.2321ZM6.55947%2037.7847C6.54407%2037.7761%206.52498%2037.7571%206.51407%2037.761C6.49459%2037.7679%206.46322%2037.7956%206.46609%2037.8026C6.49019%2037.8615%206.52495%2037.8714%206.55595%2037.8313C6.5639%2037.821%206.55865%2037.8005%206.55947%2037.7847ZM50.1918%2037.7983C50.1763%2037.781%2050.1616%2037.751%2050.1451%2037.75C50.1286%2037.749%2050.1104%2037.777%2050.0929%2037.7923L50.1641%2037.8457L50.1918%2037.7983V37.7983ZM13.5452%2040.7666C13.5282%2040.781%2013.4989%2040.7943%2013.4977%2040.8098C13.4964%2040.8256%2013.5229%2040.8436%2013.5372%2040.8606C13.5542%2040.8463%2013.5835%2040.833%2013.5848%2040.8174C13.586%2040.8016%2013.5595%2040.7837%2013.5452%2040.7666H13.5452ZM13.1846%2038.7717C13.1759%2038.7873%2013.1567%2038.8066%2013.1607%2038.8176C13.1678%2038.8373%2013.1958%2038.869%2013.2029%2038.8661C13.2624%2038.8416%2013.2723%2038.8064%2013.2317%2038.7752C13.2213%2038.7671%2013.2006%2038.7725%2013.1846%2038.7717Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M62.226%2010.2986C60.9278%209.46105%2059.6076%208.66183%2058.2764%207.87653C57.4053%207.36268%2056.496%206.90093%2055.66%206.34903C54.5345%205.60598%2053.2808%205.19586%2052.0863%204.63576C51.3705%204.30008%2050.6517%203.91689%2049.8913%203.7431C48.8791%203.51178%2047.8749%203.2377%2046.8571%203.0387C45.356%202.7452%2043.8528%202.4671%2042.3542%202.15941C41.2098%201.92443%2040.0267%201.8067%2038.8635%201.62201C37.4048%201.39038%2035.9221%201.3964%2034.4667%201.06167C33.7923%200.90655%2033.0333%200.91772%2032.3114%200.944285C31.0857%200.989383%2029.8842%200.68506%2028.6617%200.710574C27.8761%200.726971%2027.089%200.548115%2026.3038%200.760982C25.8291%200.889673%2025.3872%200.568597%2024.9119%200.608532C24.7557%200.621657%2024.5898%200.586052%2024.4255%200.725008C26.204%201.17558%2028.0076%201.34229%2029.7462%201.82155C31.1861%202.21847%2032.6409%202.52885%2034.0348%203.12328C35.056%203.55873%2036.0873%203.96504%2037.0619%204.49734C38.8059%205.44987%2040.5014%206.46295%2042.0504%207.73569C43.054%208.56024%2044.1344%209.30437%2045.0863%2010.1896C45.9549%2010.9973%2046.8806%2011.7561%2047.7699%2012.5225C48.6247%2013.2591%2049.3891%2014.1238%2050.3357%2014.767C50.7421%2015.0432%2051.0119%2015.4842%2051.3495%2015.8425C51.902%2016.4288%2052.4814%2017.0039%2053.1195%2017.4924C54.8495%2018.8166%2056.5743%2020.1349%2058.7128%2020.8106C60.3205%2021.3187%2061.8344%2022.0887%2063.3362%2022.8671C63.9306%2023.1752%2064.5391%2023.4201%2065.1023%2023.8183C65.4815%2024.0864%2066.1291%2023.8901%2066.6562%2023.8436C68.4128%2023.6884%2070.1691%2023.5292%2071.9265%2023.3831C72.3419%2023.3486%2072.7195%2023.2246%2073.2456%2023.0314C68.2576%2018.0623%2062.9368%2013.685%2057.1703%209.61939C57.7015%209.466%2057.9405%209.66661%2058.1759%209.83546C59.6482%2010.8914%2061.2287%2011.7922%2062.6315%2012.9493C62.7884%2013.0788%2062.9868%2013.2254%2063.2332%2013.1839C63.3993%2013.4435%2063.5494%2013.7271%2063.938%2013.6512C64.0068%2014.1022%2064.2905%2014.3162%2064.7248%2014.3639C64.7475%2014.4547%2064.8071%2014.5062%2064.8972%2014.5251C65.1011%2015.0175%2065.5911%2015.2199%2065.9748%2015.5034C66.213%2015.6794%2066.3147%2016.1219%2066.7452%2016.0095C66.854%2016.2076%2066.9645%2016.4033%2067.2436%2016.3582C67.2725%2016.4545%2067.3308%2016.5099%2067.4377%2016.4978C67.7284%2017.0313%2068.2002%2017.431%2068.6459%2017.7868C70.2302%2019.0515%2071.7726%2020.3505%2073.1002%2021.8908C73.2533%2022.0685%2073.4599%2022.2093%2073.7144%2022.2059C74.0171%2021.8645%2073.7866%2021.6999%2073.5699%2021.4553C72.9513%2020.7571%2072.199%2020.1768%2071.5057%2019.5969C70.6918%2018.9162%2069.9422%2018.1258%2069.0425%2017.5553C68.5006%2017.2117%2068.1592%2016.5471%2067.4224%2016.5129C67.4365%2016.409%2067.3891%2016.3428%2067.2951%2016.3051C67.1766%2016.0648%2066.9973%2015.9503%2066.7245%2016.03C66.4384%2015.1666%2065.5972%2014.9299%2064.9574%2014.4658C64.9321%2014.3757%2064.8712%2014.3255%2064.7809%2014.3082C64.5899%2013.9671%2064.3859%2013.6434%2063.9223%2013.6677C63.8603%2013.3002%2063.6645%2013.0986%2063.2708%2013.1422C62.7567%2012.4412%2061.9892%2012.0356%2061.3291%2011.5102C59.452%2010.016%2057.3761%208.80126%2055.4055%207.43822C54.6863%206.94077%2053.8852%206.40676%2052.9541%206.25007C52.8367%206.1111%2052.6941%206.10468%2052.5376%206.17048C52.5152%206.01441%2052.4024%205.96241%2052.2675%205.93584C52.2324%205.87465%2052.179%205.7927%2052.115%205.86094C52.0489%205.93153%2052.1348%205.97497%2052.2001%206.00188C52.2615%206.18763%2052.4223%206.1353%2052.5551%206.15012C52.567%206.35796%2052.7302%206.3275%2052.8627%206.34535C53.322%206.91862%2054.0857%207.01038%2054.6304%207.46014C54.8384%207.6319%2055.1001%207.72777%2055.2157%208.10422C54.7347%207.95867%2054.3759%207.74623%2053.9806%207.54174C52.9843%207.0263%2052.0887%206.32449%2051.0263%205.9339C50.4729%205.73045%2049.9588%205.4237%2049.4361%205.16569C48.8791%204.89075%2048.3504%204.79393%2047.7669%204.78265C45.933%204.74723%2044.1014%204.78511%2042.2738%204.95328C41.29%205.04381%2040.3034%205.11094%2039.3235%205.23183C38.9844%205.27365%2038.878%205.14716%2038.8182%204.86168C39.0939%204.54297%2039.5216%204.57455%2039.8233%204.57948C41.691%204.60996%2043.5492%204.44022%2045.4119%204.39604C46.9093%204.36052%2048.4196%204.17364%2049.9045%204.50677C51.0158%204.75609%2052.1051%205.093%2053.1143%205.64111C54.4395%206.36092%2055.8077%207.00671%2057.0569%207.8593C58.5216%208.85896%2060.0212%209.80565%2061.4083%2010.9209C62.9455%2012.1568%2064.6109%2013.2273%2066.1203%2014.5025C66.9702%2015.2206%2067.8371%2015.9259%2068.7008%2016.6185C69.5188%2017.2743%2070.4555%2017.8225%2071.192%2018.5694C72.0486%2019.4381%2073.059%2020.1229%2073.89%2021.017C74.7485%2021.9407%2074.5338%2022.8591%2073.3837%2023.3624C72.3729%2023.8047%2071.3291%2023.8901%2070.2608%2023.9728C68.7632%2024.0888%2067.2677%2024.2416%2065.7755%2024.4142C64.7465%2024.5333%2063.714%2024.6189%2062.6909%2024.8105C62.1283%2024.9159%2061.5315%2024.6743%2060.9586%2025.0068C60.7192%2025.1457%2060.3836%2024.9539%2060.0914%2024.8526C58.9254%2024.4482%2057.9626%2023.8399%2057.2146%2022.796C56.5356%2021.8484%2055.6438%2021.0527%2054.8413%2020.1943C54.292%2019.6068%2053.7476%2019.014%2053.1787%2018.4459C52.1988%2017.4674%2051.2062%2016.5016%2050.2106%2015.5391C48.8394%2014.2134%2047.4044%2012.9617%2045.9497%2011.7264C44.5563%2010.5431%2043.118%209.41496%2041.737%208.21902C41.0555%207.62879%2040.1095%207.37712%2039.6231%206.54615C38.4392%206.14989%2037.4997%205.30201%2036.3792%204.79011C35.2634%204.28035%2034.1654%203.71815%2033.016%203.29865C31.3245%202.68135%2029.5817%202.20955%2027.8307%201.7868C26.4538%201.45438%2025.0536%201.22702%2023.6405%201.11324C22.8286%201.04787%2021.9911%201.1596%2021.2636%200.65221C21.1844%200.596937%2021.0445%200.606632%2020.9362%200.61831C19.5683%200.765791%2018.1811%200.596157%2016.8196%200.923225C16.2151%201.06843%2015.7367%201.3589%2015.3079%201.76793C15.0574%202.00691%2014.7983%202.17594%2014.4359%202.09172L14.4498%202.10636C15.0335%200.55472%2016.4242%200.281102%2017.7904%200.151367C19.3917%20-0.000707382%2021.0111%200.016288%2022.6229%200.00323873C23.7355%20-0.00576703%2024.8584%200.00167281%2025.9594%200.0556447C27.6384%200.137956%2029.3259%200.242699%2031.0047%200.412528C32.3559%200.549215%2033.7249%200.533402%2035.0679%200.717137C35.6935%200.802712%2036.3258%200.911609%2036.954%200.972339C39.9523%201.26215%2042.9057%201.83556%2045.8515%202.4233C46.8458%202.62166%2047.8502%202.88482%2048.8323%203.20821C49.5928%203.45862%2050.4089%203.58268%2051.1983%203.78514C52.6208%204.14998%2053.861%204.88201%2055.1538%205.51388C56.0093%205.93201%2056.8867%206.3106%2057.6882%206.83152C59.865%208.24631%2062.0826%209.60423%2064.1953%2011.1092C65.34%2011.9245%2066.4894%2012.7574%2067.5392%2013.7107C68.0185%2014.146%2068.5876%2014.4823%2069.1138%2014.8663C69.7578%2015.3364%2070.3494%2015.8934%2070.8894%2016.4527C71.8024%2017.3984%2072.8675%2018.1404%2073.8419%2018.9984C75.5462%2020.4991%2077.3022%2021.9368%2078.8464%2023.6188C79.3577%2024.1758%2079.9196%2024.6846%2080.3346%2025.3228C80.609%2025.7448%2081.0705%2025.9918%2081.4591%2026.1717C82.3623%2026.5898%2082.8782%2027.3559%2083.4945%2028.0397C83.6967%2028.264%2083.7051%2028.6236%2083.5284%2028.817C83.2055%2029.1705%2083.4118%2029.3764%2083.5922%2029.6703C84.4228%2031.0243%2085.3363%2032.3427%2086.0103%2033.7727C86.5921%2035.0072%2087.334%2036.2081%2087.5048%2037.6462C87.703%2037.6943%2087.9256%2037.5109%2088.148%2037.7441C88.648%2038.2684%2089.2189%2038.7268%2089.7486%2039.2175C90.1151%2039.5572%2090.4413%2040.0084%2090.7199%2040.4523C91.0492%2040.9771%2090.8864%2041.5494%2090.8185%2042.1235C90.7358%2042.8222%2090.3341%2043.0606%2089.7201%2043.2593C88.6616%2043.6019%2088.7322%2043.7932%2088.7143%2045.0056C88.7027%2045.796%2088.885%2046.4649%2089.152%2047.1547C89.5807%2048.2626%2089.4042%2049.3974%2089.2487%2050.5101C88.9653%2052.5376%2088.4121%2054.4919%2087.466%2056.326C86.6681%2057.8726%2085.4267%2058.9382%2083.9221%2059.7439C82.7448%2060.3743%2081.4992%2060.8632%2080.2471%2061.2933C78.6953%2061.8263%2077.0529%2062.2218%2075.4248%2062.1798C74.4038%2062.1534%2073.2057%2062.0111%2072.4468%2061.0266C72.2167%2060.7282%2072.0618%2060.4256%2072.1704%2060.0406C72.4079%2059.9518%2072.7297%2059.8809%2072.7659%2060.1117C72.8427%2060.6013%2073.3055%2060.6724%2073.5616%2060.9339C73.9137%2061.2934%2074.3777%2061.5441%2075.0131%2061.4948C76.5739%2061.3736%2078.1054%2061.159%2079.6201%2060.7544C81.2631%2060.3154%2082.8276%2059.68%2084.2377%2058.7581C85.422%2057.9839%2086.5718%2057.0914%2086.9769%2055.6083C87.0452%2055.3583%2087.1582%2055.131%2087.2966%2054.9396C87.7719%2054.2825%2087.8378%2053.6147%2087.5181%2052.8745C87.4345%2052.6809%2087.4677%2052.4347%2087.5468%2052.1967C87.8654%2052.0879%2087.8171%2052.5936%2088.2159%2052.5144C88.4261%2050.7993%2088.9203%2049.0701%2088.5778%2047.2752C88.338%2047.2157%2088.3053%2047.3576%2088.2984%2047.4993C88.2398%2048.7037%2088.0514%2049.9084%2087.5825%2050.9987C87.1152%2052.0853%2086.7933%2053.2709%2085.8652%2054.1458C85.5609%2054.4327%2085.38%2054.3697%2085.097%2054.341C85.0203%2053.9491%2085.2348%2053.6762%2085.4247%2053.4993C86.4218%2052.5702%2086.8351%2051.3896%2087.1049%2050.0969C87.4248%2048.564%2087.9639%2047.0694%2088.0285%2045.4933C88.0825%2044.1775%2088.0165%2042.857%2088.0114%2041.5386C88.0104%2041.2978%2087.9094%2041.1168%2087.7281%2040.8831C87.5636%2041.3998%2087.4955%2041.8712%2087.4492%2042.3514C87.4%2042.863%2086.5424%2044.0159%2086.1505%2043.9773C85.5977%2043.9229%2085.0805%2044.1548%2084.5459%2044.0769C84.0126%2043.9991%2083.4705%2044.0099%2082.952%2043.97C82.0702%2043.9021%2081.181%2043.6407%2080.2958%2043.4556C78.7255%2043.1273%2077.1656%2042.7479%2075.6053%2042.3734C74.7806%2042.1754%2073.9663%2041.9341%2073.1428%2041.7308C72.9088%2041.6731%2072.7224%2041.6039%2072.6704%2041.2788C73.7085%2041.1404%2074.6444%2041.5947%2075.6142%2041.7749C77.8718%2042.1946%2080.0608%2042.9457%2082.3746%2043.1145C83.1881%2043.1738%2083.9981%2043.3401%2084.8153%2043.4293C86.1472%2043.5746%2087.2331%2042.4776%2087.1819%2040.964C87.1568%2040.2213%2087.1569%2039.4792%2087.1035%2038.736C87.0376%2037.8158%2086.5936%2037.0269%2086.3143%2036.1833C85.7416%2034.4528%2084.7798%2032.9122%2083.8832%2031.3375C83.0211%2029.8232%2081.8887%2028.5011%2080.9507%2027.0484C80.0969%2025.7261%2078.9528%2024.6891%2077.9505%2023.5143C77.1167%2022.537%2076.1745%2021.6906%2075.2167%2020.8682C74.4616%2020.2199%2073.8552%2019.3774%2072.9054%2018.9595C72.6129%2018.8309%2072.5085%2018.5096%2072.3059%2018.2876C71.7895%2017.7216%2071.1066%2017.3743%2070.5498%2016.8661C69.8382%2016.2167%2069.1123%2015.557%2068.3336%2015.0186C67.3254%2014.3217%2066.4391%2013.4798%2065.4617%2012.7517C64.4031%2011.963%2063.2918%2011.2277%2062.2878%2010.3606C62.3485%2010.3277%2062.4297%2010.2761%2062.3631%2010.2137C62.2942%2010.1492%2062.2533%2010.2368%2062.226%2010.2986L62.226%2010.2986ZM89.4777%2041.4098L89.434%2041.2742L89.3629%2041.3455L89.4985%2041.3892L89.4777%2041.4098ZM89.6785%2042.3726C89.6476%2042.3142%2089.6073%2042.2324%2089.5374%2042.2966C89.475%2042.3539%2089.5393%2042.4169%2089.5939%2042.4609C89.6367%2042.5277%2089.7053%2042.593%2089.7669%2042.5217C89.8339%2042.4441%2089.7481%2042.4004%2089.6785%2042.3726ZM82.1268%2027.5398L82.0803%2027.4064L82.0092%2027.4776L82.1427%2027.524C82.1453%2027.6316%2082.2017%2027.6867%2082.3081%2027.6929C82.2618%2028.0955%2082.6399%2028.2812%2082.7549%2028.6011C82.8818%2028.154%2082.7171%2027.8613%2082.296%2027.7048C82.2895%2027.5987%2082.2343%2027.5424%2082.1268%2027.5398L82.1268%2027.5398ZM58.9133%2023.5142C58.9309%2023.5701%2058.902%2023.6978%2059.0271%2023.588L58.9%2023.5274C58.9263%2023.4476%2058.918%2023.3746%2058.8392%2023.3329C58.8285%2023.3273%2058.7602%2023.3846%2058.7605%2023.4121C58.7618%2023.5073%2058.8263%2023.5335%2058.9133%2023.5142V23.5142ZM60.2361%2022.5313L60.1924%2022.3958L60.122%2022.466L60.2568%2022.5109C60.2641%2022.6615%2060.165%2022.8245%2060.3217%2022.9715C60.4981%2022.7801%2060.429%2022.6452%2060.2361%2022.5313ZM63.101%2023.6712C63.0798%2023.6073%2063.0438%2023.5141%2062.974%2023.5797C62.906%2023.6436%2062.9939%2023.6895%2063.0579%2023.715C63.0461%2024.1097%2063.3312%2024.0383%2063.5694%2024.0406C63.5897%2024.1099%2063.6324%2024.2053%2063.7013%2024.1342C63.7711%2024.0622%2063.6709%2024.0259%2063.604%2024.0057C63.5066%2023.7886%2063.2692%2023.7819%2063.101%2023.6712V23.6712ZM90.2835%2041.5321C89.7801%2041.7528%2090.1535%2042.0324%2090.2082%2042.3052C90.5639%2042.1137%2090.4348%2041.852%2090.3576%2041.5996C90.5132%2041.5179%2090.5105%2041.4422%2090.3491%2041.3724C90.3712%2041.0273%2090.3219%2040.6959%2090.1943%2040.369C89.7399%2040.391%2089.5364%2040.6124%2089.461%2041.12C89.9115%2040.906%2090.1201%2041.1234%2090.2831%2041.4271C90.2838%2041.4621%2090.2839%2041.4971%2090.2835%2041.5321V41.5321ZM88.6809%2042.5982C88.9978%2042.5353%2088.9415%2042.3707%2088.8793%2042.1134C88.7826%2041.7138%2088.8806%2041.3097%2088.9694%2040.8978C89.0867%2040.3538%2089.4969%2040.2923%2090.0898%2040.1379C89.0333%2039.7456%2088.5026%2038.9298%2087.6148%2038.3339C87.7426%2038.8748%2087.9084%2039.2144%2088.0249%2039.5701C88.3372%2040.5237%2088.6809%2041.4783%2088.5967%2042.5117C88.5353%2042.5537%2088.4606%2042.6153%2088.5291%2042.6795C88.6019%2042.7477%2088.6492%2042.6641%2088.6809%2042.5982V42.5982ZM55.8416%2020.3264L57.0852%2021.7076L57.2117%2021.5895C56.9186%2021.0845%2056.8578%2020.3698%2055.8416%2020.3264H55.8416ZM61.8735%2023.5507C61.9928%2023.0239%2061.9461%2022.7378%2061.3585%2022.836L61.8735%2023.5507ZM58.72%2021.6391C58.7821%2022.1182%2058.9527%2022.3652%2059.2142%2022.6469C59.2456%2022.2184%2059.1409%2021.927%2058.72%2021.6391ZM61.1867%2024.1376C61.1899%2023.9136%2061.1086%2023.7296%2060.9427%2023.5857C60.8889%2023.7172%2060.8719%2023.8419%2060.9433%2023.9667C60.997%2024.0607%2061.0789%2024.1186%2061.1867%2024.1376ZM23.5793%200.732406C23.631%200.751072%2023.6765%200.773356%2023.7244%200.781263C23.739%200.783678%2023.7601%200.74652%2023.7783%200.727486C23.7434%200.702146%2023.7094%200.658759%2023.6734%200.657096C23.644%200.655732%2023.6123%200.704129%2023.5793%200.732406ZM51.3468%205.48514L51.2668%205.58144C51.3116%205.59978%2051.3576%205.63425%2051.4007%205.63089C51.4304%205.62857%2051.456%205.57382%2051.4834%205.5425C51.4379%205.52332%2051.3924%205.50413%2051.3468%205.48514ZM57.6912%2021.2519L57.6656%2021.1905C57.6497%2021.205%2057.6243%2021.2175%2057.6207%2021.2346C57.6171%2021.2517%2057.6355%2021.2733%2057.6442%2021.293L57.6912%2021.2519H57.6912ZM59.8534%2023.2247C59.8203%2023.2468%2059.7619%2023.2667%2059.7598%2023.2914C59.7562%2023.3338%2059.7877%2023.3792%2059.8045%2023.4234C59.8361%2023.3992%2059.8765%2023.381%2059.8972%2023.3497C59.9317%2023.2973%2059.9112%2023.2518%2059.8534%2023.2247L59.8534%2023.2247ZM60.0035%2023.823C60.0208%2023.8071%2060.0511%2023.7918%2060.0519%2023.7752C60.0526%2023.7586%2060.0239%2023.7407%2060.008%2023.7233L59.9549%2023.7959L60.0035%2023.823L60.0035%2023.823ZM60.6983%2022.9128C60.6842%2022.905%2060.6641%2022.8852%2060.6528%2022.8893C60.6324%2022.8967%2060.5998%2022.9259%2060.6028%2022.9332C60.6286%2022.9945%2060.6651%2023.0047%2060.6971%2022.9627C60.7051%2022.9523%2060.6983%2022.9306%2060.6983%2022.9128H60.6983ZM59.6714%2022.9836C59.6887%2022.9672%2059.719%2022.9512%2059.7195%2022.9344C59.7201%2022.9175%2059.6907%2022.8997%2059.6745%2022.8824L59.622%2022.9567L59.6714%2022.9836L59.6714%2022.9836ZM87.8744%2040.4421C87.8664%2040.4566%2087.8463%2040.477%2087.8506%2040.4886C87.8582%2040.5092%2087.8879%2040.5423%2087.8953%2040.5391C87.9575%2040.5129%2087.9678%2040.4758%2087.9251%2040.4433C87.9144%2040.4353%2087.8924%2040.4421%2087.8744%2040.4421H87.8744ZM21.9463%200.70628L21.8979%200.653762L21.8454%200.702125L21.9189%200.755623L21.9463%200.70628ZM89.4109%2041.8709C89.4286%2041.8549%2089.4594%2041.8396%2089.4603%2041.8226C89.4612%2041.8057%2089.4322%2041.7873%2089.4163%2041.7695L89.3619%2041.8428L89.4109%2041.8709H89.4109ZM51.8021%205.7634L51.8314%205.72002L51.7848%205.71384L51.8021%205.7634ZM50.7925%205.25868L50.8225%205.21706L50.7765%205.20999L50.7925%205.25868H50.7925Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M47.1396%2059.2735C45.9365%2059.9011%2044.8346%2059.9905%2043.9337%2058.7977C44.4578%2058.2386%2044.4935%2059.1416%2044.9004%2059.0542C44.6625%2057.8249%2044.5295%2056.5806%2044.556%2055.3211C44.581%2054.1364%2044.5693%2052.9498%2044.735%2051.774C44.8521%2050.9432%2045.3429%2050.2483%2045.654%2049.4905C46.304%2047.9074%2047.5329%2046.7164%2048.9297%2045.8555C49.8557%2045.2847%2050.8504%2044.5563%2052.0171%2044.5271C53.8549%2044.481%2055.6876%2044.2289%2057.5395%2044.6398C59.1621%2044.9998%2060.6748%2045.6228%2062.23%2046.1567C63.671%2046.6514%2065.0589%2047.318%2066.6099%2047.4985C67.8377%2047.6414%2069.0604%2047.833%2070.2884%2047.9835C71.1706%2048.0917%2072.067%2048.0382%2072.9429%2048.2443C73.267%2048.3206%2073.6913%2048.452%2073.9647%2048.0345C74.0288%2047.9365%2074.1524%2047.9692%2074.2667%2048.0112C74.7785%2048.1993%2075.3077%2048.0701%2075.8871%2048.1005C75.9612%2047.5886%2075.5265%2047.1333%2075.7826%2046.6012C75.9243%2046.3068%2075.985%2045.987%2076.2613%2045.7678C76.6185%2045.4847%2076.5688%2045.2981%2076.1218%2045.1815C75.9366%2045.1332%2075.7652%2045.0488%2075.5646%2045.0378C75.2094%2045.0185%2075.0431%2044.7834%2074.9605%2044.4684C75.139%2044.1817%2075.4512%2044.1816%2075.628%2044.2877C75.9074%2044.4555%2076.2301%2044.5004%2076.4942%2044.5208C77.3841%2044.5893%2077.7621%2045.337%2078.2971%2045.8267C78.5595%2046.067%2078.544%2046.6944%2078.4096%2047.0935C78.1917%2047.7405%2078.046%2048.3826%2077.2424%2048.7773C76.4881%2049.1479%2075.8723%2048.9321%2075.2256%2048.8184C74.5468%2048.6991%2073.8854%2048.5122%2073.217%2048.7513C72.6526%2048.9532%2072.1106%2048.7763%2071.5594%2048.7506C71.2609%2048.7366%2070.9622%2048.6644%2070.6751%2048.7991C70.6878%2048.9315%2070.7494%2049.023%2070.8575%2049.0693C72.4785%2049.7638%2073.1436%2051.1534%2073.6002%2052.7335C73.7982%2053.4189%2073.8386%2054.1273%2073.8567%2054.8027C73.8727%2055.3994%2073.8527%2056.0599%2073.625%2056.6639C73.4414%2057.1509%2073.2849%2057.6489%2073.1364%2058.148C72.9933%2058.6289%2072.9067%2059.0761%2072.2227%2059.1263C71.8558%2059.1532%2071.7848%2059.6325%2071.7449%2060.0022C71.6226%2061.1345%2071.287%2062.2017%2070.7075%2063.1836C69.769%2064.7739%2068.5625%2066.0597%2066.8795%2066.9285C65.053%2067.8715%2063.2751%2068.9337%2061.2829%2069.4674C59.1719%2070.0328%2057.058%2069.9688%2054.9925%2069.0965C53.2894%2068.3772%2051.8112%2067.3808%2050.556%2066.0193C49.0063%2064.3386%2047.9471%2062.4063%2047.4239%2060.1871C47.36%2059.9159%2047.2589%2059.6678%2047.1397%2059.2735L47.1396%2059.2735ZM69.2628%2062.2758C69.3139%2062.2564%2069.4381%2062.2831%2069.3327%2062.1649C69.3128%2062.2052%2069.2928%2062.2455%2069.2723%2062.2853C69.1509%2062.2784%2069.0947%2062.334%2069.1083%2062.4565C68.6415%2062.5659%2068.2064%2062.7169%2068.0657%2063.2529C67.9993%2063.2854%2067.918%2063.3339%2067.9866%2063.4068C68.05%2063.4742%2068.1146%2063.403%2068.1594%2063.3429C68.5471%2063.1213%2068.873%2062.836%2069.092%2062.4402C69.2142%2062.4532%2069.2704%2062.3976%2069.2628%2062.2758ZM69.1085%2060.2847C69.2102%2060.2778%2069.2664%2060.2225%2069.2805%2060.1226C69.6387%2060.1331%2069.8059%2059.8941%2069.9424%2059.6152C70.0865%2059.6216%2070.2396%2059.6437%2070.2616%2059.4343C70.3727%2059.4333%2070.4291%2059.377%2070.4317%2059.2662L70.5616%2059.2212L70.4955%2059.1545C70.4789%2059.1965%2070.4624%2059.2384%2070.4456%2059.2804C70.3341%2059.2816%2070.2776%2059.3379%2070.2767%2059.4495C70.1312%2059.4311%2069.974%2059.386%2069.9292%2059.6001C69.5753%2059.5901%2069.417%2059.8465%2069.2542%2060.0964C69.1539%2060.11%2069.0988%2060.1662%2069.0919%2060.2682L68.9703%2060.3348L69.0416%2060.4062L69.1084%2060.2847L69.1085%2060.2847ZM45.3964%2058.9641C45.4621%2058.9383%2045.556%2058.895%2045.4863%2058.8256C45.4167%2058.7561%2045.3737%2058.8503%2045.3479%2058.9159C45.2846%2058.9417%2045.1773%2058.9722%2045.2473%2059.0504C45.3125%2059.1232%2045.3691%2059.0364%2045.3964%2058.9641H45.3964ZM45.3996%2053.2869C45.4636%2053.2581%2045.558%2053.2186%2045.4902%2053.1436C45.4265%2053.073%2045.3672%2053.1522%2045.3314%2053.2181C45.2659%2053.2533%2045.1862%2053.3112%2045.2559%2053.3754C45.3291%2053.4429%2045.3711%2053.3517%2045.3996%2053.2869ZM48.5934%2050.7982C48.6558%2050.7609%2048.7333%2050.7029%2048.6638%2050.64C48.5913%2050.5744%2048.5486%2050.6627%2048.5191%2050.7265C48.4534%2050.7554%2048.3669%2050.8%2048.4349%2050.8721C48.4995%2050.9405%2048.5566%2050.8614%2048.5934%2050.7982V50.7982ZM47.3746%2047.9011L47.504%2047.8567L47.4344%2047.7865L47.3892%2047.9158C47.3654%2047.9223%2047.3386%2047.9242%2047.3189%2047.937C47.3079%2047.9442%2047.3089%2047.9695%2047.3044%2047.9867L47.3746%2047.9011ZM51.7309%2046.4184C51.7985%2046.391%2051.9225%2046.3905%2051.8003%2046.2727C51.7713%2046.3154%2051.7423%2046.3581%2051.7135%2046.4011L51.5885%2046.4688L51.6625%2046.543L51.7309%2046.4184L51.7309%2046.4184ZM52.2191%2046.0703C52.2853%2046.0537%2052.4149%2046.0761%2052.2957%2045.9456C52.2733%2045.9903%2052.251%2046.035%2052.2284%2046.0796L52.0994%2046.1298L52.1692%2046.1994L52.2191%2046.0703H52.2191ZM53.0413%2045.5553C52.9431%2045.5622%2052.8298%2045.5325%2052.7732%2045.6456C52.7659%2045.6601%2052.8194%2045.7279%2052.8534%2045.7364C52.9711%2045.7657%2053.0431%2045.7028%2053.0801%2045.5936C53.1424%2045.5703%2053.2358%2045.5313%2053.1685%2045.465C53.1012%2045.3987%2053.064%2045.493%2053.0413%2045.5553ZM48.0531%2050.4282C47.9011%2050.3912%2047.7573%2050.3761%2047.6899%2050.5646C47.5951%2050.5807%2047.5397%2050.6364%2047.523%2050.7308C47.4411%2050.7404%2047.3351%2050.7203%2047.2811%2050.7641C46.6904%2051.2437%2046.1669%2051.7999%2045.4536%2052.1333C45.2059%2052.2491%2045.2035%2052.5942%2045.4538%2052.8536C45.6801%2052.4504%2046.0498%2052.2087%2046.4093%2051.9465C46.8556%2051.6209%2047.2916%2051.2741%2047.5671%2050.7747C47.6618%2050.7585%2047.7172%2050.7029%2047.734%2050.6084C47.8709%2050.5987%2048.0349%2050.6313%2048.0383%2050.4134C48.0903%2050.3941%2048.2225%2050.4261%2048.1099%2050.3015L48.0531%2050.4282L48.0531%2050.4282ZM70.588%2058.319C70.4596%2058.3002%2070.3012%2058.2058%2070.274%2058.4431C70.1681%2058.4316%2070.0596%2058.4107%2069.9437%2058.586C70.1086%2058.5835%2070.2292%2058.6419%2070.2651%2058.4329C70.3997%2058.463%2070.4996%2058.416%2070.5669%2058.297L70.7807%2058.0859C71.0867%2058.0577%2071.2253%2057.9004%2071.1965%2057.614C71.0154%2057.7409%2070.8172%2057.8461%2070.7935%2058.099L70.588%2058.319H70.588ZM69.4573%2063.3062L69.6491%2063.2104C69.6194%2063.1816%2069.5924%2063.1323%2069.5594%2063.1279C69.469%2063.116%2069.4292%2063.1805%2069.4118%2063.2609C69.3184%2063.2762%2069.2628%2063.3319%2069.2398%2063.4223C68.599%2063.9638%2067.5923%2064.0708%2067.1583%2065.1629C68.0914%2064.671%2068.8775%2064.3103%2069.3084%2063.4927C69.3971%2063.4617%2069.4446%2063.3978%2069.4573%2063.3062H69.4573ZM71.0935%2058.7454C70.9337%2058.7563%2070.7674%2058.7644%2070.7754%2058.9869C70.7765%2059.0184%2070.8534%2059.0804%2070.8771%2059.0727C71.0438%2059.0184%2071.1379%2058.9092%2071.0916%2058.7203L71.0867%2058.7741L71.0935%2058.7454H71.0935ZM59.1255%2045.6878C58.9794%2045.5315%2058.7916%2045.5088%2058.5435%2045.4263C58.612%2045.8487%2058.8697%2045.7367%2059.0491%2045.7688C59.2304%2046.0367%2059.4527%2045.9143%2059.6769%2045.8269C59.4937%2045.7677%2059.3655%2045.5196%2059.1255%2045.6878ZM50.3635%2045.7169C50.1171%2045.7131%2049.9356%2045.8159%2049.8158%2046.0413C50.1148%2046.1443%2050.3088%2046.0551%2050.407%2045.7659C50.5043%2045.7543%2050.6188%2045.7826%2050.6734%2045.6697C50.6809%2045.6543%2050.6277%2045.5868%2050.5937%2045.5781C50.4774%2045.5484%2050.4038%2045.6098%2050.3635%2045.7169H50.3635ZM69.6082%2058.9485C69.2308%2058.8928%2069.1106%2059.1325%2068.8458%2059.4921C69.3346%2059.3836%2069.5022%2059.1999%2069.5927%2058.9329L69.721%2058.8874L69.6537%2058.8202L69.6082%2058.9485H69.6082ZM68.7648%2049.7615C68.7568%2049.7373%2068.7533%2049.7099%2068.7391%2049.6902C68.7311%2049.6792%2068.7054%2049.681%2068.6877%2049.677L68.7792%2049.747C68.8036%2050.0334%2068.9425%2050.1775%2069.1961%2050.1795C69.129%2049.9555%2069.0421%2049.7629%2068.7648%2049.7615V49.7615ZM68.1089%2053.1051C68.4336%2053.0153%2068.7786%2052.9599%2068.9498%2052.6097C69.4051%2052.7253%2069.8001%2052.3656%2070.2508%2052.4443C70.2734%2052.5094%2070.3132%2052.604%2070.3817%2052.5355C70.4499%2052.4674%2070.3556%2052.4271%2070.2904%2052.4043C70.2534%2052.1751%2070.1507%2051.9794%2070.0195%2051.7687C69.7293%2052.2014%2069.2213%2052.2451%2068.9239%2052.581C68.5815%2052.6307%2068.2745%2052.7493%2068.0493%2053.0281C67.9187%2053.0951%2067.7058%2052.9873%2067.6464%2053.2165C67.8526%2053.3809%2067.9978%2053.3134%2068.1089%2053.1051L68.1089%2053.1051ZM54.586%2046.1003C54.945%2046.0671%2055.4125%2046.2133%2055.4186%2045.5968C55.7823%2045.5111%2056.1809%2045.4647%2056.1664%2044.8898C55.7542%2044.9632%2055.572%2045.2654%2055.3777%2045.552C55.0548%2045.6441%2054.788%2045.8305%2054.5405%2046.0494C54.4436%2046.0619%2054.3287%2046.0335%2054.2748%2046.1469C54.2673%2046.1626%2054.3207%2046.2298%2054.3548%2046.2385C54.4709%2046.2682%2054.5448%2046.2068%2054.586%2046.1003ZM69.4399%2054.2676C69.9776%2054.3169%2070.3775%2054.0253%2070.7642%2053.6991C70.2284%2053.6535%2069.8022%2053.8869%2069.4288%2054.2551C69.1985%2054.2227%2069.0329%2054.2859%2068.9724%2054.59C69.2445%2054.6072%2069.3781%2054.4943%2069.4399%2054.2676ZM69.9563%2054.9529C70.4898%2054.6549%2070.5883%2055.5201%2071.1291%2055.401L70.8883%2054.4218C70.5201%2054.5693%2070.1527%2054.602%2069.9158%2054.9065C69.7358%2054.9454%2069.504%2054.7967%2069.3732%2055.0613C69.5944%2055.1302%2069.8044%2055.2069%2069.9563%2054.9529V54.9529ZM68.0694%2049.4477C68.1094%2049.5627%2068.1788%2049.6284%2068.308%2049.5825C68.3321%2049.574%2068.3694%2049.5477%2068.3683%2049.5319C68.3583%2049.3931%2068.2424%2049.3876%2068.1432%2049.3623C68.3139%2049.1653%2068.4509%2048.9562%2068.2372%2048.7118C68.0162%2048.4589%2067.7474%2048.5442%2067.4815%2048.6213L67.622%2049.2681C67.5267%2049.2953%2067.3567%2049.1515%2067.3455%2049.3854C67.4778%2049.4188%2067.5564%2049.3621%2067.6064%2049.2513C67.7485%2049.3455%2067.8742%2049.4784%2068.0694%2049.4477L68.0694%2049.4477ZM70.0798%2053.0667C69.2536%2053.1161%2068.6214%2053.5993%2067.9329%2053.9565C68.8223%2054.0586%2069.4425%2053.5092%2070.1301%2053.1245C70.2752%2053.0944%2070.4564%2053.1816%2070.5587%2052.9894C70.3726%2052.869%2070.2078%2052.8472%2070.0798%2053.0667ZM47.6964%2056.4538C47.6643%2058.3387%2047.9892%2059.9663%2048.5555%2061.572C49.0865%2063.0778%2049.9179%2064.4356%2050.9694%2065.5476C52.3285%2066.9849%2053.9412%2068.2083%2055.9262%2068.7587C57.0641%2069.0741%2058.2167%2069.2667%2059.4095%2069.161C60.4704%2069.067%2061.4248%2068.6804%2062.4022%2068.2856C64.2702%2067.531%2065.5657%2066.2345%2066.6253%2064.5506C68.0897%2062.2232%2068.3084%2059.6708%2068.0617%2057.084C67.8647%2055.017%2067.085%2053.0799%2065.8346%2051.3666C65.4621%2050.8563%2065.0295%2050.4024%2064.6429%2049.9132C64.1863%2049.3355%2063.6747%2048.7799%2063.0732%2048.4478C61.8184%2047.7547%2060.5739%2047.0493%2059.1078%2046.7409C57.6622%2046.4369%2056.2658%2046.4721%2054.8874%2046.7922C52.2932%2047.3948%2050.424%2049.1006%2049.1249%2051.3064C48.1862%2052.9001%2047.6038%2054.7093%2047.6964%2056.4538ZM60.1845%2045.9379C60.2416%2046.2057%2060.4036%2046.3253%2060.6126%2046.4336C61.3366%2046.8085%2062.1452%2046.9933%2062.8062%2047.5219C63.3472%2047.9545%2063.977%2048.2755%2064.4783%2048.7689C64.5645%2048.8538%2064.6221%2049.0465%2064.7979%2048.9373C65.2475%2048.6581%2065.8326%2048.7402%2066.4378%2048.3423C64.1825%2047.6984%2062.2041%2046.7916%2060.1845%2045.9379ZM77.3441%2047.7215C78.0469%2047.2721%2078.0928%2046.2012%2077.4714%2045.8297C77.2188%2045.6787%2076.8974%2045.5042%2076.5826%2045.8266C75.9501%2046.4742%2076.111%2047.7968%2076.9002%2048.287C76.454%2046.9409%2076.5251%2046.5189%2077.4092%2045.9764C77.2355%2046.3229%2077.2558%2046.5919%2077.2925%2046.8489C77.333%2047.1324%2077.4499%2047.4046%2077.3441%2047.7215V47.7215ZM68.6177%2061.9602C69.4271%2061.6715%2069.9731%2061.0582%2070.707%2060.7562C71.0585%2060.6116%2071.0436%2060.2048%2070.8428%2059.8149C70.3942%2060.1804%2069.8904%2060.4264%2069.5745%2060.7922C69.2661%2061.1492%2068.4832%2061.0991%2068.6177%2061.9602ZM48.1286%2047.1764C48.7921%2047.0475%2049.4166%2046.5481%2049.5013%2046.0159C49.2919%2046.3794%2048.9794%2046.4229%2048.7233%2046.5666C48.4903%2046.6974%2048.2709%2046.8858%2048.1286%2047.1764L48.1286%2047.1764ZM69.8874%2051.4676C69.6912%2051.4247%2069.4584%2051.2628%2069.3168%2051.5518C69.5356%2051.8978%2069.7031%2051.595%2069.8874%2051.4676ZM69.301%2050.4878C69.2947%2050.6514%2068.9832%2050.7714%2069.2445%2050.9618C69.319%2051.0162%2069.4%2050.9955%2069.4681%2050.9453C69.5583%2050.8787%2069.5557%2050.8753%2069.301%2050.4878ZM67.1199%2048.4296C67.0202%2048.4031%2066.953%2048.4718%2066.9456%2048.541C66.9389%2048.6036%2066.9884%2048.7162%2067.0368%2048.7314C67.1355%2048.7625%2067.2498%2048.7389%2067.2572%2048.5923C67.2619%2048.4984%2067.1969%2048.4567%2067.1199%2048.4296H67.1199ZM52.735%2044.9115C52.6256%2044.9006%2052.5653%2044.9516%2052.5698%2045.0433C52.5729%2045.108%2052.5731%2045.2338%2052.6998%2045.1563C52.7627%2045.1178%2052.802%2045.0407%2052.8519%2044.981L52.735%2044.9115ZM68.5828%2054.6046C68.4814%2054.597%2068.4294%2054.6524%2068.4331%2054.7387C68.4359%2054.8052%2068.4427%2054.9211%2068.5609%2054.8527C68.6216%2054.8176%2068.6562%2054.7375%2068.7026%2054.6777L68.5828%2054.6046V54.6046ZM69.2769%2048.683C69.2413%2048.605%2069.1796%2048.586%2069.1013%2048.6044C69.0332%2048.6203%2069.016%2048.6587%2069.0511%2048.7192C69.0886%2048.7837%2069.1401%2048.8433%2069.2176%2048.8111C69.2498%2048.7978%2069.2581%2048.7271%2069.2769%2048.683ZM68.5975%2055.727C68.6177%2055.6956%2068.6619%2055.6345%2068.698%2055.569C68.7646%2055.4484%2068.6515%2055.4513%2068.5924%2055.4354C68.4987%2055.4103%2068.4552%2055.481%2068.436%2055.5561C68.4161%2055.6338%2068.4434%2055.6963%2068.5975%2055.727L68.5975%2055.727ZM69.9581%2055.6012C69.9141%2055.6202%2069.841%2055.6319%2069.8355%2055.6578C69.816%2055.7494%2069.8845%2055.7755%2069.9585%2055.7576C70.0009%2055.7474%2070.0359%2055.7068%2070.0743%2055.6798L69.9581%2055.6012ZM67.6938%2052.3255C67.6416%2052.3067%2067.5959%2052.2839%2067.5478%2052.2764C67.5313%2052.2738%2067.5088%2052.3096%2067.489%2052.3279C67.5251%2052.3542%2067.5598%2052.3983%2067.5976%2052.4012C67.6268%2052.4034%2067.66%2052.354%2067.6938%2052.3255V52.3255ZM54.9353%2044.8289C54.9223%2044.8112%2054.9125%2044.7841%2054.8955%2044.7783C54.874%2044.771%2054.8369%2044.7717%2054.8235%2044.7855C54.7796%2044.8307%2054.7993%2044.865%2054.8722%2044.8662C54.893%2044.8665%2054.9142%2044.842%2054.9353%2044.8288V44.8289ZM53.4975%2045.1221C53.4635%2045.1523%2053.4065%2045.1795%2053.4042%2045.2107C53.4007%2045.257%2053.4359%2045.3063%2053.4546%2045.3543C53.4882%2045.3264%2053.5471%2045.3005%2053.5495%2045.2701C53.5533%2045.2239%2053.5179%2045.1745%2053.4975%2045.1221ZM58.2061%2045.3147C58.1842%2045.2516%2058.1419%2045.2317%2058.0815%2045.2599C58.0593%2045.2703%2058.0411%2045.2892%2058.0211%2045.3042C58.0491%2045.3327%2058.0774%2045.3841%2058.1053%2045.3838C58.1391%2045.3836%2058.1726%2045.3399%2058.2061%2045.3147ZM51.8554%2045.4804C51.8397%2045.4632%2051.8245%2045.4331%2051.808%2045.4324C51.7916%2045.4317%2051.7738%2045.4602%2051.7566%2045.476L51.8286%2045.5287L51.8554%2045.4804V45.4804ZM51.3549%2045.6426C51.3372%2045.6331%2051.315%2045.612%2051.3027%2045.6167C51.2808%2045.6251%2051.2458%2045.6573%2051.2493%2045.6652C51.2782%2045.7315%2051.3179%2045.7419%2051.3521%2045.6955C51.3606%2045.6839%2051.3534%2045.6605%2051.3549%2045.6426V45.6426ZM50.612%2046.1222C50.6041%2046.1364%2050.5841%2046.1567%2050.5883%2046.1682C50.5958%2046.1887%2050.6253%2046.2215%2050.6326%2046.2184C50.6944%2046.1924%2050.7046%2046.1556%2050.6623%2046.1234C50.6517%2046.1154%2050.6298%2046.1222%2050.612%2046.1222L50.612%2046.1222ZM53.3468%2046.137C53.3313%2046.1282%2053.312%2046.1091%2053.301%2046.1131C53.2814%2046.1201%2053.2498%2046.148%2053.2527%2046.1551C53.2771%2046.2144%2053.3121%2046.2243%2053.3433%2046.1839C53.3513%2046.1735%2053.346%2046.1529%2053.3468%2046.137ZM57.4909%2045.1334L57.4607%2045.1747L57.5051%2045.1826L57.4909%2045.1334ZM51.6871%2045.1603L51.6421%2045.1075C51.6245%2045.1225%2051.5941%2045.1365%2051.5929%2045.1527C51.5917%2045.1692%2051.6194%2045.1877%2051.6344%2045.2053L51.6871%2045.1603ZM50.4792%2047.211L50.531%2047.1636L50.4836%2047.1118L50.4307%2047.184L50.4792%2047.211ZM48.0009%2047.4924L47.9543%2047.4628L47.9496%2047.5126L48.0009%2047.4924ZM49.8572%2047.666C49.8395%2047.6461%2049.8226%2047.6114%2049.8038%2047.6105C49.7849%2047.6094%2049.7642%2047.6418%2049.7443%2047.6596C49.762%2047.6794%2049.7789%2047.7141%2049.7977%2047.7151C49.8166%2047.7161%2049.8373%2047.6837%2049.8572%2047.666ZM70.0234%2048.6118C70.0046%2048.6282%2069.9719%2048.6438%2069.9708%2048.6614C69.9697%2048.6791%2069.9999%2048.6988%2070.0163%2048.7177C70.0352%2048.7012%2070.0678%2048.6856%2070.0689%2048.6681C70.07%2048.6503%2070.0399%2048.6306%2070.0234%2048.6118H70.0234ZM49.8543%2049.0025L49.8037%2048.9449C49.7845%2048.9618%2049.7512%2048.9778%2049.7502%2048.9957C49.7491%2049.0138%2049.78%2049.0338%2049.7968%2049.053L49.8543%2049.0025V49.0025ZM66.4863%2048.9598C66.4772%2048.9762%2066.4572%2048.9965%2066.4615%2049.008C66.469%2049.0285%2066.4984%2049.0615%2066.5059%2049.0584C66.5681%2049.0325%2066.5783%2048.9957%2066.5356%2048.9632C66.5247%2048.9549%2066.503%2048.9606%2066.4863%2048.9598ZM65.229%2049.3261C65.214%2049.3092%2065.1998%2049.2799%2065.1838%2049.2789C65.1678%2049.2778%2065.1499%2049.305%2065.1329%2049.3198L65.2019%2049.3721L65.229%2049.3261V49.3261ZM70.2235%2049.6419C70.2092%2049.634%2070.1887%2049.6139%2070.1772%2049.6182C70.1565%2049.6258%2070.1233%2049.6555%2070.1264%2049.663C70.1526%2049.7256%2070.1898%2049.7358%2070.2223%2049.6928C70.2304%2049.682%2070.2235%2049.66%2070.2235%2049.6419ZM47.1762%2050.1585L47.1297%2050.1075L47.0787%2050.154L47.1494%2050.2061L47.1762%2050.1585V50.1585ZM68.8253%2050.9669C68.8173%2050.9813%2068.7972%2051.0018%2068.8015%2051.0133C68.809%2051.0339%2068.8388%2051.067%2068.8462%2051.0639C68.9084%2051.0376%2068.9187%2051.0005%2068.876%2050.9681C68.8653%2050.96%2068.8433%2050.9669%2068.8253%2050.9669ZM70.3607%2055.4799L70.3298%2055.5248L70.3785%2055.5314L70.3607%2055.4799H70.3607ZM71.2423%2055.8523L71.1921%2055.7951C71.1731%2055.8118%2071.14%2055.8277%2071.139%2055.8455C71.1379%2055.8635%2071.1685%2055.8834%2071.1852%2055.9024L71.2423%2055.8523V55.8523ZM45.4597%2056.627C45.4397%2056.6449%2045.4047%2056.6621%2045.4038%2056.681C45.4027%2056.7001%2045.4355%2056.721%2045.4534%2056.741C45.4735%2056.7231%2045.5084%2056.7059%2045.5094%2056.687C45.5104%2056.6679%2045.4777%2056.6471%2045.4597%2056.627V56.627ZM69.5%2057.1481C69.4911%2057.1644%2069.4715%2057.185%2069.4758%2057.1961C69.4837%2057.2164%2069.5134%2057.2486%2069.5209%2057.2453C69.5824%2057.2188%2069.592%2057.1821%2069.5492%2057.1508C69.5384%2057.1428%2069.5167%2057.1496%2069.5%2057.1481H69.5ZM68.994%2057.4837C68.986%2057.4983%2068.9661%2057.5189%2068.9704%2057.5304C68.9782%2057.5509%2069.0081%2057.5837%2069.0155%2057.5805C69.0776%2057.554%2069.0875%2057.5169%2069.0444%2057.4849C69.0336%2057.4768%2069.0117%2057.4837%2068.9939%2057.4837H68.994ZM69.8561%2061.808C69.8366%2061.8252%2069.8027%2061.8417%2069.8016%2061.86C69.8006%2061.8785%2069.8321%2061.8988%2069.8494%2061.9183C69.8689%2061.901%2069.9028%2061.8846%2069.9038%2061.8663C69.9049%2061.8478%2069.8733%2061.8275%2069.8561%2061.808Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M14.4359%202.0918C14.5634%202.38457%2014.7013%202.65393%2014.6412%203.01258C14.5786%203.38584%2014.7334%203.71246%2014.9899%204.04452C15.5403%204.75672%2015.8695%205.61491%2016.3675%206.37146C16.5111%206.58965%2016.6216%207.00393%2016.1072%207.15546C15.7828%207.25103%2015.8837%207.65285%2015.8416%207.88062C15.5874%209.25481%2015.1548%2010.5861%2014.8989%2011.9574C14.4299%2014.4709%2013.7985%2016.954%2013.7342%2019.5384C13.7109%2020.474%2013.4893%2021.4135%2013.4148%2022.3622C13.2923%2023.9221%2013.2021%2025.4802%2013.282%2027.0427C13.2988%2027.3713%2013.3015%2027.635%2012.9395%2027.8332C12.673%2027.4442%2012.4856%2027.1448%2012.5856%2026.5737C12.8162%2025.2563%2012.4889%2023.8883%2012.7143%2022.5638C13.0323%2020.695%2013.0186%2018.7973%2013.3429%2016.9209C13.5497%2015.7247%2013.7073%2014.514%2013.9837%2013.325C14.4425%2011.3506%2014.7468%209.33475%2015.4857%207.43502C15.6991%206.88646%2015.6191%206.4921%2015.1195%206.09662C14.7004%206.68813%2014.3394%207.24402%2014.0953%207.95531C13.7814%208.86965%2013.5399%209.79767%2013.2885%2010.7241C12.7519%2012.7008%2012.3667%2014.7091%2012.0818%2016.7389C11.9377%2017.7653%2011.7105%2018.7801%2011.4662%2019.7885C11.3016%2014.8966%2012.4059%2010.2793%2014.5793%205.80635C13.5849%205.86291%2012.6928%205.86226%2011.8153%205.97545C10.4554%206.15087%209.11203%206.50925%207.74963%206.59191C6.58622%206.66251%206.07502%207.41015%205.81094%208.25814C5.41679%209.52376%205.02254%2010.8085%204.8956%2012.1502C4.8509%2012.6226%204.67417%2013.0883%204.54962%2013.5455C4.20681%2014.8037%204.25354%2016.1046%204.01713%2017.3761C3.80581%2018.5128%203.50726%2019.6948%203.62019%2020.8524C3.69208%2021.5894%203.63344%2022.2849%203.57578%2023C3.55891%2023.2091%203.51883%2023.3792%203.23851%2023.4832C2.89068%2022.8838%202.94419%2022.185%203.03807%2021.5883C3.22577%2020.3956%203.20094%2019.1923%203.35375%2017.9984C3.49945%2016.8599%203.72609%2015.7297%203.86851%2014.5905C3.9416%2014.0059%204.1812%2013.3463%204.2871%2012.7405C4.53489%2011.3232%205.04462%209.98486%205.35693%208.591C5.49146%207.99063%205.76958%207.42295%205.97374%206.83737C6.05935%206.5918%206.23764%206.51641%206.47539%206.47327C8.3054%206.14126%2010.1261%205.76217%2011.9645%205.47045C12.8437%205.33094%2013.7247%205.19915%2014.6661%205.14741C14.5136%204.66458%2014.4787%204.21381%2014.2515%203.90417C13.7378%203.20417%2013.98%202.65992%2014.4498%202.10645L14.4359%202.09181L14.4359%202.0918Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M61.9074%2028.4805C62.543%2028.5648%2063.0461%2028.8936%2063.57%2029.1587C64.6493%2029.7048%2065.7621%2030.2206%2066.7392%2030.9193C67.3535%2031.3585%2067.9945%2031.8092%2068.5461%2032.3184C69.5422%2033.2378%2070.6913%2033.9544%2071.6838%2034.872C72.8542%2035.954%2074.2114%2036.8206%2075.3007%2038.0036C75.5158%2038.2372%2075.6742%2038.5123%2075.92%2038.7342C76.206%2038.9923%2076.2228%2039.4722%2076.0714%2039.8093C75.8742%2040.2485%2075.3525%2040.3731%2074.9438%2040.3284C73.8509%2040.2087%2072.0225%2039.6543%2070.9901%2038.7308C72.4917%2039.1994%2073.8422%2039.7554%2075.3687%2039.5548C75.3377%2039.0429%2075.0288%2038.7098%2074.6963%2038.3935C73.9476%2037.6811%2073.2341%2036.9246%2072.4339%2036.2751C71.4178%2035.4502%2070.3463%2034.6928%2069.3667%2033.821C68.8351%2033.3479%2068.354%2032.807%2067.6643%2032.5704C67.4657%2032.6819%2067.5082%2032.8063%2067.5365%2032.9912C67.6668%2033.8417%2067.6105%2034.703%2067.4462%2035.5378C67.3662%2035.9441%2067.1111%2036.2994%2066.6655%2036.541C65.7757%2037.0234%2064.9651%2037.0153%2064.0494%2036.5934C63.5356%2036.3567%2062.8676%2036.5015%2062.2856%2036.0798C63.3115%2035.7999%2064.2073%2036.2952%2065.1652%2036.217C64.6686%2034.4087%2064.5294%2032.6717%2066.0531%2031.2176C64.8144%2030.2096%2063.055%2029.7976%2061.9074%2028.4805L61.9074%2028.4805ZM65.407%2034.7345C65.4288%2034.7987%2065.4605%2034.8979%2065.5356%2034.8313C65.6062%2034.7686%2065.5221%2034.7145%2065.4538%2034.6868C65.7366%2034.3185%2065.5781%2033.8854%2065.624%2033.4832C65.6478%2033.2739%2065.6529%2033.0885%2065.9591%2033.1097C66.2034%2033.407%2065.9506%2033.8033%2066.1276%2034.1171C66.6722%2034.0338%2066.8057%2034.3154%2066.6089%2035.226C66.2489%2034.9008%2065.8244%2035.546%2065.4626%2035.0782C65.1981%2035.6914%2065.7155%2035.9201%2066.0051%2036.2573C66.1662%2036.154%2066.2469%2035.9467%2066.4545%2035.9078C66.9417%2035.8163%2067.0146%2035.4083%2067.0345%2035.0407C67.0503%2034.7473%2067.1204%2034.4627%2067.1225%2034.1695C67.1268%2033.5585%2067.0316%2032.961%2066.7864%2032.4067C66.5582%2031.8911%2065.9484%2031.8336%2065.7034%2032.2949C65.2958%2033.0629%2065.2969%2033.8956%2065.407%2034.7345L65.407%2034.7345Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M78.8595%2034.4104C78.7474%2035.2926%2078.0696%2035.8729%2077.3204%2035.6343C77.0074%2035.5346%2076.685%2035.5176%2076.3707%2035.4041C75.1545%2034.9647%2074.8015%2034.3721%2075.1433%2033.1545C75.3553%2032.3988%2076.5073%2031.8682%2077.4122%2032.114C77.8569%2032.2348%2078.2011%2032.4825%2078.4091%2032.9088C78.482%2033.0583%2078.6082%2033.1724%2078.771%2033.2339C78.788%2033.3297%2078.8437%2033.3852%2078.9414%2033.3967C78.9636%2033.4591%2078.9948%2033.5622%2079.0671%2033.4941C79.1372%2033.4281%2079.0434%2033.3839%2078.9763%2033.3616C78.9652%2033.2638%2078.9094%2033.2084%2078.8137%2033.1909C78.83%2032.8882%2078.7745%2032.5576%2078.8786%2032.2889C79.0517%2031.8423%2079.3897%2031.5019%2079.8956%2031.4099C80.3143%2031.3338%2080.8659%2031.5874%2081.2143%2032.0128C80.9003%2032.1588%2080.6097%2032.0418%2080.3615%2031.9296C80.0135%2031.7723%2079.7453%2031.8891%2079.5447%2032.121C79.3505%2032.3455%2079.2947%2032.6341%2079.4236%2032.9507C79.5745%2033.3212%2080.2455%2033.8925%2080.6257%2033.9008C80.9845%2033.9087%2081.3428%2033.7773%2081.4374%2033.4423C81.5471%2033.0541%2081.1182%2033.0218%2080.8541%2032.954C80.9695%2032.43%2081.2762%2032.2562%2081.654%2032.4823C82.0621%2032.7265%2082.1038%2033.2173%2082.0421%2033.6351C81.9658%2034.1508%2081.4991%2034.4741%2080.948%2034.4383C80.5651%2034.4134%2080.176%2034.5043%2079.7964%2034.2378C79.51%2034.0367%2079.1672%2034.3128%2078.8595%2034.4232L78.9248%2034.4038L78.8595%2034.4104L78.8595%2034.4104ZM76.5272%2034.9706C76.705%2034.3182%2076.9819%2033.8642%2077.5868%2033.7513C77.8153%2033.7087%2078.0761%2033.6985%2078.1037%2033.4451C78.1354%2033.1536%2077.884%2033.0489%2077.6271%2032.9712C77.4468%2032.9167%2077.2962%2032.7623%2077.1157%2032.7105C76.3584%2032.493%2075.4996%2033.0237%2075.6462%2033.6426C75.7614%2034.129%2075.9868%2034.6035%2076.5272%2034.9706ZM77.9253%2034.262C77.6426%2034.2573%2077.2963%2034.242%2077.2429%2034.6197C77.1994%2034.9277%2077.5296%2035.0295%2077.7458%2035.0448C78.0456%2035.0662%2078.2408%2034.8137%2078.2937%2034.5382C78.3362%2034.3168%2078.1966%2034.1803%2077.9253%2034.262H77.9253Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M13.1258%2035.1797C13.8059%2036.1216%2014.597%2036.9404%2015.0888%2038.0704C15.5441%2039.1167%2015.9598%2040.1956%2016.4448%2041.2369C16.9366%2042.2928%2017.1375%2043.4674%2017.5783%2044.5394C18.0542%2045.6965%2018.244%2046.9157%2018.5859%2048.0994C18.858%2049.0416%2019.0147%2050.0168%2019.2381%2050.9737C19.2976%2051.2286%2019.2622%2051.4487%2019.0154%2051.5192C18.7385%2051.5982%2018.5382%2051.4608%2018.4899%2051.1479C18.2918%2049.8642%2017.7816%2048.6559%2017.5459%2047.3863C17.2972%2046.0471%2016.8632%2044.768%2016.4863%2043.4678C15.9743%2041.7015%2015.3297%2039.9814%2014.5822%2038.3099C14.2269%2037.5155%2013.8053%2036.7308%2013.3598%2035.9702C13.2216%2035.7343%2013.0796%2035.4897%2013.1189%2035.1941L13.1258%2035.1797Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M10.4506%2027.3347C10.5468%2025.9778%2010.4348%2024.6677%2010.9755%2023.4512C11.298%2024.0367%2011.2092%2024.6529%2011.2531%2025.2506C11.2796%2025.6105%2011.2646%2025.974%2011.2592%2026.3358C11.2483%2027.056%2011.2579%2027.7581%2012.071%2028.1092C12.1739%2028.1536%2012.3021%2028.2653%2012.3018%2028.4345C11.5947%2028.5383%2010.9655%2028.3132%2010.3044%2028.0688C9.15416%2027.6436%207.96404%2027.3499%206.8363%2026.8288C5.85846%2026.3769%204.77826%2026.1465%203.6779%2025.7974C3.57748%2026.6158%203.02525%2027.1903%202.78137%2027.9071C2.7164%2028.098%202.60388%2028.2464%202.45672%2028.3788C2.31684%2028.5046%202.15988%2028.5485%202.0029%2028.4476C1.84354%2028.3451%201.81007%2028.1777%201.8983%2028.0098C2.26743%2027.307%202.57144%2026.5526%203.0492%2025.9326C3.25259%2025.6686%203.15984%2025.1351%203.62209%2025.1295C3.97711%2025.1253%204.25968%2025.4263%204.59405%2025.539C6.51127%2026.185%208.4313%2026.823%2010.4507%2027.3347L10.4506%2027.3347Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M19.7194%2036.291C20.8679%2036.8194%2021.715%2037.5233%2022.4466%2038.3755C24.2891%2040.5222%2025.8207%2042.8813%2027.146%2045.3729C27.9631%2046.9089%2028.8182%2048.4313%2029.3261%2050.1136C29.3932%2050.3356%2029.5275%2050.5201%2029.2616%2050.6729C28.9833%2050.8329%2028.7757%2050.7047%2028.6388%2050.461C28.4772%2050.1733%2028.3011%2049.8839%2028.2019%2049.5728C27.5141%2047.4148%2026.3248%2045.4947%2025.3529%2043.4709C24.6085%2041.9208%2023.4983%2040.6137%2022.6023%2039.166C22.1005%2038.3551%2021.3182%2037.6432%2020.4446%2037.1285C20.1558%2036.9583%2019.8628%2036.8076%2019.7194%2036.291H19.7194Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M84.2665%2054.9286C84.2431%2055.2646%2084.0688%2055.4936%2083.7847%2055.5533C83.0362%2055.7106%2082.3237%2055.9932%2081.5526%2056.0861C80.5878%2056.2023%2079.6176%2056.2691%2078.6526%2056.3609C77.413%2056.4788%2076.1627%2056.3387%2074.9358%2056.0756C74.7566%2056.0372%2074.62%2055.979%2074.5949%2055.6991C75.4246%2055.5359%2076.2721%2055.6084%2077.1043%2055.6388C78.921%2055.7052%2080.6972%2055.509%2082.4457%2055.0224C82.8169%2054.9191%2083.2209%2054.8973%2083.5636%2054.7384C83.909%2054.5782%2084.0571%2054.7808%2084.2665%2054.9286H84.2665Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M57.3062%2035.7383C61.3861%2037.2817%2065.5139%2038.6952%2069.5673%2040.3101C69.4292%2040.4195%2069.5902%2040.3812%2069.5242%2040.4708C69.5099%2040.4902%2069.4755%2040.5022%2069.4493%2040.5042C69.3397%2040.5123%2069.2214%2040.5442%2069.1211%2040.5157C68.3581%2040.2984%2067.5973%2040.0466%2066.8575%2039.7847C63.7519%2038.6854%2060.615%2037.6599%2057.6068%2036.3008C57.4472%2036.2288%2057.3267%2036.0703%2057.188%2035.9521L57.3062%2035.7383L57.3062%2035.7383Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M5.8363%2032.5444C7.69293%2032.1664%2016.4613%2034.405%2017.4594%2035.5701C15.5588%2035.0527%2013.6614%2034.5238%2011.757%2034.0212C9.85047%2033.518%207.87137%2033.3037%205.8363%2032.5444Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M60.4917%2028.4497C59.5474%2028.5808%2059.4579%2028.7629%2059.3272%2029.7122C59.0064%2032.0422%2060.1702%2033.7629%2061.5576%2035.4076C61.6054%2035.4643%2061.7076%2035.471%2061.7204%2035.5725C61.74%2035.729%2061.7657%2035.8847%2061.7955%2036.0867C61.1492%2036.0564%2060.8411%2035.5087%2060.5785%2035.14C59.8109%2034.0622%2059.1559%2032.9%2058.8716%2031.5722C58.6712%2030.6361%2058.6927%2029.6943%2058.8092%2028.7612C58.8927%2028.0919%2059.8714%2027.8814%2060.4917%2028.4497H60.4917Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M67.3902%2045.8749C67.0697%2046.2644%2066.7592%2046.303%2066.419%2045.9389C66.2915%2045.8024%2066.1771%2045.641%2065.9673%2045.6042C63.897%2045.2412%2062.0453%2044.3007%2060.1721%2043.4147C59.8853%2043.279%2059.5752%2043.1928%2059.2957%2043.0153C60.0533%2042.8125%2060.6322%2043.3924%2061.324%2043.4992C62.0647%2043.6136%2062.7716%2043.932%2063.4456%2044.2742C64.0931%2044.6031%2064.7809%2044.811%2065.4577%2045.0577C66.1116%2045.296%2066.9373%2045.1567%2067.3902%2045.8748L67.3902%2045.8749Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M78.7417%2060.0732C78.4497%2060.757%2077.6706%2061.0437%2076.9367%2060.7374C76.0492%2060.3668%2075.6283%2059.3706%2075.9924%2058.5594C76.3716%2057.7143%2077.3024%2057.1394%2078.1685%2057.6536C77.0579%2057.9046%2076.5194%2058.4246%2076.6169%2059.152C76.7054%2059.8126%2077.3316%2060.0841%2078.7418%2060.0732L78.7417%2060.0732Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M56.6546%2034.5383C56.1948%2034.8204%2055.8191%2034.7996%2055.4205%2034.6227C54.2455%2034.101%2053.0338%2033.681%2051.7909%2033.3516C51.5693%2033.2929%2051.3973%2033.132%2051.2747%2032.8689C52.2852%2032.5757%2055.5153%2033.5626%2056.6547%2034.5383H56.6546Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M79.6525%2035.9496C80.4953%2035.1448%2081.6723%2035.1646%2082.6432%2034.6758L82.779%2035.0013C81.8087%2035.4633%2080.7294%2035.6728%2079.822%2036.2806L79.6525%2035.9496L79.6525%2035.9496Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M15.3874%2029.2949C14.6528%2029.0508%2013.7429%2029.2799%2013.2625%2028.3408C14.2848%2028.3167%2015.2669%2028.7556%2015.3874%2029.2949Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M56.1462%208.8457C56.468%209.00347%2056.8667%209.04274%2057.1432%209.52758C56.6332%209.37671%2056.3884%209.10042%2056.1462%208.8457Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M3.3427%2024.2754C3.52481%2024.3392%203.58062%2024.4719%203.56047%2024.6522C3.54487%2024.7918%203.45835%2024.8313%203.33766%2024.8109C3.13505%2024.7766%203.0955%2024.603%203.09958%2024.4503C3.10233%2024.3475%203.23593%2024.3003%203.3427%2024.2754Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M77.9714%2036.7684C78.185%2036.5312%2078.3658%2036.455%2078.66%2036.4591C78.5022%2036.7811%2078.3459%2036.9322%2077.9714%2036.7684Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M11.2795%2021.0173L11.3334%2020.3066C11.4437%2020.5508%2011.4343%2020.7884%2011.2795%2021.0173Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M11.1904%2021.9871C11.1269%2021.8964%2011.1326%2021.8044%2011.1842%2021.713C11.1872%2021.7078%2011.2281%2021.7132%2011.2301%2021.72C11.2581%2021.8141%2011.2867%2021.91%2011.1904%2021.9871Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M13.1189%2035.1932C13.0981%2035.0838%2013.2434%2035.1672%2013.1383%2035.1304C13.12%2035.124%2013.0833%2035.1201%2013.0809%2035.1258C13.0511%2035.1978%2013.0681%2035.2163%2013.1258%2035.1788L13.1189%2035.1932H13.1189Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M55.5821%208.34538C55.6047%208.35154%2055.6471%208.35864%2055.6468%208.36372C55.6442%208.41975%2055.6238%208.41231%2055.5941%208.3418L55.5821%208.34538H55.5821Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M55.5941%208.34068L55.5542%208.29688C55.507%208.33988%2055.5163%208.35567%2055.5821%208.34426L55.5941%208.34068Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M70.3809%2038.5951L70.389%2038.5508L70.3641%2038.5742L70.3809%2038.5951Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M70.3641%2038.5742C70.4368%2038.6586%2070.2917%2038.6255%2070.4002%2038.6109C70.4502%2038.6042%2070.4394%2038.5668%2070.3808%2038.5951L70.3641%2038.5742V38.5742Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M36.5216%2015.3278L36.691%2015.4986C36.6814%2015.6058%2036.7341%2015.6636%2036.8365%2015.6821C36.8779%2016.089%2036.6103%2016.2617%2036.2983%2016.4148C36.1072%2016.5086%2035.9956%2016.6523%2036.1339%2016.8793C36.2928%2017.1404%2036.465%2016.9372%2036.7851%2016.8646C36.1325%2017.4994%2036.38%2018.081%2036.6453%2018.682C36.7827%2018.9935%2036.9951%2019.3094%2036.8549%2019.687C36.1574%2019.1371%2036.0195%2018.3195%2035.8574%2017.5282C35.7891%2017.1949%2035.7622%2017.0579%2035.3269%2017.0276C34.3456%2016.9593%2033.3822%2016.7279%2032.5132%2016.1988C32.0822%2015.9364%2032.0023%2015.6779%2032.3111%2015.1514L32.371%2015.2012C32.4763%2015.4973%2032.6592%2015.6939%2032.9582%2015.8396C33.7677%2016.2341%2034.6383%2016.3548%2035.5075%2016.5009C35.8814%2016.5637%2036.0825%2016.1146%2036.0459%2016.063C35.6984%2015.573%2036.2588%2015.1819%2036.1508%2014.6837C35.5405%2014.7341%2034.9462%2014.8328%2034.5817%2014.0857C34.4194%2013.7531%2033.8941%2013.6057%2033.4834%2013.4663C33.3279%2013.4135%2033.1712%2013.356%2033.0275%2013.2779C32.6075%2013.0494%2032.2086%2012.8232%2032.5278%2012.2171C32.6334%2012.0165%2032.4567%2011.7183%2032.6634%2011.5088L32.6637%2011.4879L32.6597%2011.5335L32.5807%2011.2755L32.6398%2011.2818L32.5979%2011.2566L32.3339%2010.8649C32.7198%2010.8566%2032.9785%2010.8967%2033.2765%2011.01C34.1499%2011.3418%2035.0372%2011.3473%2035.836%2010.7751C36.0315%2010.6351%2036.3121%2010.5058%2036.1294%2010.1125C35.9953%209.82387%2036.4301%209.75548%2036.5532%209.47656C36.5097%209.95934%2036.5925%2010.222%2037.1181%2010.3213C37.5769%2010.408%2037.6379%2011.0131%2037.6724%2011.3506C37.794%2012.5426%2037.64%2013.6983%2036.5511%2014.49C36.3224%2014.6562%2036.3304%2014.7308%2036.5217%2015.3278L36.5216%2015.3278ZM34.0384%2013.22C34.5527%2013.4841%2035.0286%2013.807%2035.5858%2013.964C36.1499%2014.1229%2036.7152%2013.9959%2036.9812%2013.5186C37.2971%2012.9519%2037.7365%2012.3011%2037.176%2011.6085C37.0937%2011.5067%2037.0596%2011.4109%2037.1557%2011.3251C37.5691%2010.9559%2037.0994%2010.7931%2037.0509%2010.4618C36.6649%2010.8033%2036.2843%2010.9355%2035.9236%2011.0661C35.9417%2011.4635%2036.3373%2011.2448%2036.4963%2011.4732C35.7587%2011.8056%2034.9838%2011.6491%2034.2052%2011.6899L34.0384%2013.22H34.0384ZM33.434%2011.3261C32.9415%2011.6558%2033.3283%2012.1174%2033.1161%2012.4232C32.9669%2012.6382%2033.1139%2012.7312%2033.2413%2012.8021C33.4222%2012.9027%2033.5936%2012.7808%2033.6258%2012.6213C33.7133%2012.1875%2033.8562%2011.7281%2033.434%2011.326V11.3261Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M27.6969%2021.8174C27.6437%2021.1838%2027.6629%2020.5628%2027.9975%2020.0026C28.1433%2019.9818%2028.154%2020.092%2028.1444%2020.1582C27.9676%2021.3765%2028.3876%2022.4607%2028.8839%2023.5313C29.1478%2024.1008%2029.1151%2024.1354%2028.4496%2024.0706C28.4889%2023.9762%2028.5331%2023.8791%2028.4568%2023.7864C28.4455%2023.7726%2028.3564%2023.7911%2028.3508%2023.8093C28.316%2023.9229%2028.3701%2024.0006%2028.4739%2024.0482C28.5472%2024.6907%2029.0133%2025.2421%2028.9511%2025.9767C28.5683%2025.79%2028.4503%2025.4759%2028.3383%2025.1744C27.645%2023.3088%2026.8582%2021.4767%2026.3338%2019.5503C26.2334%2019.1814%2026.1433%2018.769%2025.9145%2018.4843C25.4312%2017.883%2025.6506%2017.38%2026.0139%2016.88C26.3494%2016.4182%2026.7169%2015.9769%2027.1618%2015.6191C27.5093%2015.9089%2027.3521%2016.1726%2027.1652%2016.355C26.9031%2016.6105%2026.7451%2016.9318%2026.5315%2017.2151C26.3353%2017.4754%2026.2062%2017.8032%2026.3263%2018.1475C26.7595%2019.3895%2027.2021%2020.6284%2027.6411%2021.8684C27.6535%2021.9655%2027.6209%2022.0791%2027.7275%2022.1409C27.7408%2022.1486%2027.8117%2022.0986%2027.8197%2022.0664C27.8472%2021.9553%2027.7948%2021.8725%2027.6969%2021.8174ZM27.892%2022.3581C27.8764%2022.4025%2027.8441%2022.4466%2027.8525%2022.4807C27.8693%2022.5494%2027.9179%2022.5533%2027.9608%2022.4956C27.9735%2022.4784%2027.9856%2022.4427%2027.977%2022.4312C27.9557%2022.4024%2027.9222%2022.3827%2027.892%2022.3581V22.3581ZM28.2425%2023.3131C28.2281%2023.3266%2028.2029%2023.3414%2028.1912%2023.3634C28.1596%2023.4232%2028.1792%2023.4848%2028.2432%2023.4863C28.3075%2023.4877%2028.3301%2023.4269%2028.3003%2023.3661C28.2896%2023.3443%2028.2623%2023.3306%2028.2425%2023.3131ZM28.0426%2022.933L28.0873%2022.9632L28.0934%2022.9152L28.0426%2022.933Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M35.3751%2022.4875C35.2098%2022.0782%2034.8502%2021.8736%2034.4837%2021.7114C34.0092%2021.5014%2033.7118%2021.1234%2033.2977%2020.6949C34.1497%2020.4955%2033.9807%2019.7242%2034.2813%2019.2129C34.4492%2019.5266%2034.4832%2019.9352%2034.3834%2020.4386C34.9512%2020.6795%2035.52%2020.9276%2036.0064%2021.339C36.4541%2021.7176%2037.0496%2021.9399%2037.2522%2022.5694C36.9812%2022.786%2036.7954%2022.4192%2036.5543%2022.4853C36.4098%2022.0719%2036.0973%2021.8895%2035.6806%2021.8505C35.6943%2021.7418%2035.6376%2021.6847%2035.5395%2021.658C35.4676%2021.4894%2035.3393%2021.4826%2035.1899%2021.5362L34.9784%2021.3288C34.762%2021.1401%2034.5995%2020.844%2034.1682%2020.9105C34.417%2021.2218%2034.6474%2021.3904%2034.9935%2021.3131L35.2006%2021.5263C35.19%2021.7282%2035.3469%2021.7036%2035.4697%2021.7253C35.5088%2021.8203%2035.577%2021.8657%2035.6814%2021.8497C35.8382%2022.204%2036.1023%2022.444%2036.462%2022.582C36.8152%2023.0922%2037.3707%2023.0981%2037.9049%2023.1801C38.1155%2023.2124%2038.4374%2023.1178%2038.4801%2023.6103C37.2696%2023.736%2036.0092%2023.2959%2034.8582%2023.9731C34.7692%2023.429%2035.2293%2023.4601%2035.3793%2023.228C35.5711%2023.1729%2035.8201%2023.3094%2035.9782%2023.0334C35.7274%2022.9921%2035.4938%2022.884%2035.3307%2023.1687C34.7718%2023.0684%2034.2139%2023.1956%2033.6326%2023.2146C33.7948%2022.9455%2034.3503%2022.7299%2035.2993%2022.5678C35.3574%2022.6713%2035.4447%2022.7095%2035.5569%2022.6716C35.6273%2022.6479%2035.6425%2022.5931%2035.5877%2022.562C35.5234%2022.5255%2035.4465%2022.5113%2035.3751%2022.4875H35.3751Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M33.8469%2019.8762C33.5199%2020.0497%2033.2852%2019.9174%2033.0368%2019.9007L32.9673%2020.33C31.9018%2019.6039%2031.0641%2018.4024%2029.5632%2018.7155C29.6294%2018.5702%2030.0717%2018.4209%2030.8901%2018.2677C30.7169%2017.6091%2030.109%2017.0361%2030.4435%2016.2396C29.8595%2016.9842%2029.1853%2017.6683%2028.9812%2018.6097C28.8831%2019.0622%2028.695%2019.2776%2028.1786%2019.377C28.7536%2017.929%2029.0683%2016.4028%2030.8108%2015.7656C30.6451%2018.0707%2032.2485%2018.9346%2033.8469%2019.8762H33.8469Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M21.0616%207.01627C21.1405%206.701%2021.2623%206.53229%2021.5649%206.5049C22.715%206.40079%2023.8646%206.28986%2025.0126%206.16506C26.2918%206.02601%2027.5843%206.03397%2028.8555%205.81752C29.166%205.76464%2029.4486%205.74002%2029.7113%205.9967C29.3682%206.36819%2028.9754%206.41032%2028.4967%206.40243C27.7969%206.39091%2027.0954%206.53162%2026.3936%206.59584C25.0405%206.71965%2023.6882%206.864%2022.3321%206.93675C21.9313%206.95826%2021.5546%207.2802%2021.0616%207.01627L21.0616%207.01627Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M33.9057%2030.4238C34.0153%2030.67%2034.0243%2030.9039%2033.9476%2031.1068C33.8635%2031.3295%2033.7716%2031.4293%2034.1304%2031.4334C34.388%2031.4363%2034.3591%2031.7166%2034.3576%2031.942C34.3532%2032.5907%2034.0059%2033.1856%2034.0226%2033.9237C34.4023%2033.6987%2034.2683%2033.1736%2034.7542%2033.0975C34.8429%2033.7721%2034.9403%2034.4323%2034.5779%2035.0579C34.0771%2035.1052%2034.2639%2034.6966%2034.1359%2034.4268C33.6097%2034.6664%2033.5564%2034.3698%2033.3074%2033.9102C32.6609%2032.7169%2033.3398%2031.7399%2033.5458%2030.6813C33.5724%2030.5447%2033.691%2030.4526%2033.9058%2030.4238L33.9057%2030.4238Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M21.0938%207.94168C21.1931%207.71542%2021.2056%207.60628%2021.2618%207.57458C21.4041%207.49429%2021.5623%207.41086%2021.7208%207.39495C24.167%207.1494%2026.6143%206.91431%2029.0613%206.67733C29.2166%206.66229%2029.3196%206.75685%2029.5077%206.95039C28.6021%207.33472%2027.6542%207.23663%2026.7786%207.45686C25.8714%207.68505%2024.9409%207.65849%2024.0178%207.67046C23.074%207.68269%2022.1525%207.97146%2021.0938%207.94167L21.0938%207.94168Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.5299%2028.558C32.6632%2028.5327%2032.7422%2028.3718%2032.9009%2028.4113C32.9788%2029.1325%2032.9746%2029.1379%2031.9397%2029.641C31.4563%2028.9804%2031.6053%2028.3212%2032.3619%2027.7676C32.6686%2027.9711%2032.2014%2028.2904%2032.4723%2028.5C32.4059%2028.5297%2032.32%2028.5805%2032.3898%2028.6472C32.461%2028.7151%2032.5044%2028.625%2032.5299%2028.558Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.8255%2014.5391C32.2981%2014.4972%2032.3187%2014.2127%2032.212%2013.8424C32.1349%2013.575%2031.9171%2013.3077%2032.1664%2013.0156C32.8193%2013.6136%2032.9163%2014.6852%2032.3709%2015.2004L32.3111%2015.1506C32.0296%2014.8888%2031.7571%2014.8967%2031.5613%2015.2318C31.3975%2015.5121%2031.1895%2015.5101%2030.9391%2015.4271C30.9753%2014.8493%2031.5181%2014.7846%2031.854%2014.511L31.8255%2014.5391H31.8255Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.1124%2010.5958C31.7359%2011.0688%2031.5848%2010.456%2031.3153%2010.5078C30.9792%2011.1853%2031.1885%2011.8331%2031.9715%2012.4718C31.4866%2012.7463%2031.1734%2012.6031%2031.0389%2012.1068C30.9749%2011.8705%2030.9771%2011.6204%2030.8493%2011.3942C30.6443%2011.031%2030.5418%2010.6316%2030.9674%2010.3725C31.3648%2010.1307%2031.8055%2010.0248%2032.1124%2010.5958V10.5958Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.6933%2032.8564C32.2461%2031.9192%2032.6063%2030.2848%2033.3689%2029.5527C33.2984%2030.6878%2032.9042%2031.7441%2032.6933%2032.8564Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.3357%208.14728C31.9887%208.22647%2031.8856%208.04496%2032.1043%207.82204C32.3514%207.57017%2032.6995%207.34145%2033.0758%207.61887C33.2427%207.74187%2033.4629%207.61797%2033.6167%207.81069C33.551%208.15593%2033.72%208.78326%2032.9755%208.29895C32.7882%208.17708%2032.4946%208.59969%2032.3668%208.1792L32.4812%208.08349L32.396%208.0082L32.3357%208.14727L32.3357%208.14728Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.854%2014.5117C31.5396%2014.4606%2031.0645%2014.0878%2030.4288%2013.3932C31.2115%2013.2145%2031.6975%2013.6135%2031.8255%2014.5399L31.854%2014.5117Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M34.0535%209.17578C33.7553%209.31792%2033.6029%209.534%2033.6056%209.88447C33.608%2010.2081%2033.5467%2010.5331%2033.1426%2010.634C32.8717%209.81479%2033.2168%209.29212%2034.0663%209.18593L34.0535%209.17578Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M35.4929%209.69922C35.5371%2010.6163%2034.9392%2010.1963%2034.5545%2010.3278C34.7186%209.81631%2035.1546%209.868%2035.4929%209.69922Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M35.3574%2034.4199C35.673%2034.7297%2035.5369%2035.0255%2035.3777%2035.3479C35.0692%2035.066%2035.0624%2034.7566%2035.3574%2034.4199Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.8613%2011.8758C31.6681%2011.6083%2031.5162%2011.4265%2031.5654%2011.0977C31.8651%2011.2705%2032.1137%2011.4028%2031.8613%2011.8758Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.6283%207.62695C31.6523%207.85191%2031.6708%208.07534%2031.4371%208.22431C31.2393%207.9458%2031.5762%207.84196%2031.6498%207.651L31.6283%207.62696V7.62695Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.0804%206.93055C32.1991%207.3376%2032.0495%207.57089%2031.6284%207.62834L31.6498%207.65238L32.0871%206.92383L32.0804%206.93054L32.0804%206.93055Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M32.0871%206.92358L32.2334%206.90234L32.0803%206.9303L32.0871%206.92358Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M36.8515%2019.668C36.8193%2019.7048%2036.7528%2019.7557%2036.7611%2019.7759C36.7872%2019.8395%2036.8427%2019.8361%2036.8887%2019.7815C36.9105%2019.7325%2036.8981%2019.6946%2036.8515%2019.668H36.8515Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M36.5249%2038.8761C37.1585%2039.3238%2037.884%2039.4847%2038.6317%2039.6441C39.0824%2039.7403%2039.8122%2039.5585%2039.8525%2040.3905C39.6475%2040.3653%2039.6968%2040.7585%2039.3387%2040.6089C37.5089%2039.8446%2035.5747%2039.3919%2033.6842%2038.8073C33.0009%2038.596%2032.3143%2038.3922%2031.6418%2038.1502C31.3437%2038.0429%2031.0123%2037.9544%2030.8036%2037.6701C31.0605%2037.3781%2031.3486%2037.5504%2031.5871%2037.62C32.8816%2037.9978%2034.2093%2038.2615%2035.4458%2038.8482C35.7057%2038.9715%2036.1612%2039.1622%2036.5249%2038.8762L36.5249%2038.8761Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M31.9477%2035.7578C31.9704%2035.8256%2032.0082%2035.8357%2032.0613%2035.7882L31.9536%2035.7621L31.9477%2035.7578H31.9477Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M39.547%2036.4097C40.049%2036.137%2039.9551%2036.9411%2040.3534%2036.8559C40.557%2037.5034%2041.3707%2037.5208%2041.6396%2038.1004C41.5585%2038.2586%2041.3819%2038.4441%2041.2637%2038.3421C40.8373%2037.9743%2040.2149%2038.3248%2039.8025%2037.8888C39.6904%2037.7702%2039.3742%2037.7736%2039.1753%2037.8208C38.5173%2037.9771%2038.343%2037.6658%2038.3917%2037.0905C38.4518%2037.0583%2038.5332%2037.0076%2038.4671%2036.9459C38.3987%2036.882%2038.359%2036.97%2038.3323%2037.031C38.0512%2037.1245%2038.2716%2037.5388%2037.9568%2037.6082C37.5214%2036.9718%2037.6383%2036.6589%2038.7552%2035.584C38.9279%2035.9223%2039.654%2035.6554%2039.5005%2036.3638C39.4344%2036.3886%2039.3421%2036.4324%2039.4113%2036.5007C39.4807%2036.5691%2039.5222%2036.4749%2039.547%2036.4097V36.4097ZM38.6552%2036.4595L38.6077%2036.4077L38.5559%2036.4552L38.6281%2036.508L38.6552%2036.4595Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M10.2629%2053.4042C9.31545%2053.4688%208.60946%2053.1757%207.97467%2052.7239C6.37564%2051.5858%205.60972%2049.9128%205.14377%2048.0887C4.77731%2046.654%204.74612%2045.2024%205.10411%2043.7411C5.3071%2042.9125%205.65864%2042.1761%206.19301%2041.5346C7.51258%2039.9503%209.5724%2040.1606%2010.9665%2041.3836C12.597%2042.814%2013.3343%2044.6997%2013.6094%2046.8195C13.797%2048.2643%2013.7826%2049.6785%2013.1438%2051.0014C12.3963%2052.5494%2011.8137%2053.4159%2010.2629%2053.4042V53.4042ZM13.1313%2048.107C13.1313%2047.9404%2013.1401%2047.7733%2013.13%2047.6073C12.988%2045.2622%2012.2421%2043.1859%2010.3918%2041.6302C9.81882%2041.1485%209.13668%2040.889%208.36518%2040.9935C6.66654%2041.2237%205.94164%2042.5054%205.61891%2043.8092C5.15187%2045.6962%205.35424%2047.6099%206.10896%2049.3919C6.69595%2050.7779%207.51852%2052.0257%209.01188%2052.6918C10.0991%2053.1767%2011.1258%2052.9075%2011.8031%2052.1712C12.8588%2051.0235%2013.1596%2049.6136%2013.1313%2048.107Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M7.33545%2053.5901C8.59538%2054.145%209.69114%2054.5335%2010.8909%2054.1236C11.9562%2053.7596%2013.1716%2053.6233%2013.6009%2052.2754C13.6926%2053.7967%2012.4588%2054.8914%2010.8962%2055.3397C9.79465%2055.6557%208.87493%2054.9122%207.90438%2054.5398C7.55396%2054.4053%207.53204%2054.0389%207.33545%2053.5901V53.5901Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M43.3776%2028.75C44.5828%2029.1863%2045.8158%2029.1005%2047.052%2029.0769C47.6498%2029.0654%2048.2489%2029.2337%2048.8505%2029.2778C49.5108%2029.3262%2050.1768%2029.5238%2050.8372%2029.2396C50.9495%2029.1913%2051.1149%2029.2068%2051.2296%2029.4125C51.2012%2029.7506%2050.9618%2029.8467%2050.6204%2029.8465C49.8238%2029.846%2049.0275%2029.9102%2048.2311%2029.9157C47.0537%2029.9237%2045.9122%2029.6899%2044.7489%2029.6719C44.0745%2029.6615%2043.8956%2029.5397%2043.3776%2028.75Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M44.3796%2027.0392C44.3591%2026.9701%2044.3789%2026.9384%2044.438%2026.9494C44.4413%2026.95%2044.4422%2026.9866%2044.4374%2027.0046C44.4088%2027.1123%2044.4551%2026.9602%2044.3654%2027.0262L44.3796%2027.0392H44.3796Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M44.8919%2025.0779C44.5658%2025.5159%2044.0825%2025.2016%2043.696%2025.3505C44.0083%2024.8468%2044.4798%2025.1043%2044.8919%2025.0779Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M44.7197%2024.092C44.4012%2024.4328%2044.0462%2024.358%2043.6862%2024.2489C44.0177%2024.1657%2044.3206%2023.89%2044.7197%2024.092Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M37.1666%2015.9902L37.1175%2015.9994C37.1643%2016.0419%2037.1733%2016.0401%2037.1447%2015.994L37.1666%2015.9902V15.9902Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M50.7053%2057.3841C50.9061%2055.7909%2051.2827%2054.165%2052.4564%2052.7853C54.5485%2050.3257%2057.9557%2050.3764%2060.3258%2052.1149C61.7481%2053.1582%2062.719%2054.5119%2063.2246%2056.1676C64.11%2059.0672%2063.8943%2061.845%2061.7355%2064.1423C59.9873%2066.0027%2057.3025%2066.4119%2054.9669%2065.0893C52.0042%2063.4116%2050.8765%2060.7481%2050.7053%2057.3841ZM63.1024%2058.7061C63.2475%2057.0787%2062.4148%2055.141%2061.4337%2053.8667C60.7654%2052.9987%2059.9277%2052.254%2058.9629%2051.8135C57.9218%2051.3382%2056.7657%2051.2886%2055.5719%2051.5262C53.903%2051.8585%2052.8501%2052.9022%2052.07%2054.2514C51.4076%2055.3971%2051.1903%2056.7535%2051.2888%2058.0357C51.493%2060.6915%2052.5444%2062.9597%2054.8892%2064.4753C56.8352%2065.7332%2059.5077%2065.6765%2061.223%2063.8913C62.615%2062.4426%2063.2657%2060.7207%2063.1024%2058.7061Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M58.5931%2067.2917C58.3966%2067.8472%2058.7468%2068.0778%2059.2261%2068.3397C58.5142%2068.506%2057.9711%2068.3863%2057.4143%2068.2791C56.4737%2068.0981%2055.5172%2068.0017%2054.6275%2067.6037C53.8301%2067.2469%2053.1046%2066.7781%2052.4476%2066.2116C52.1905%2065.9898%2051.8426%2065.6993%2052.3967%2065.3145C52.7215%2065.6192%2053.0534%2065.937%2053.3927%2066.2468C53.6403%2066.4727%2053.9094%2066.6663%2054.2694%2066.6431C54.3956%2066.635%2054.5867%2066.6852%2054.5966%2066.4886C54.6315%2065.8006%2055.0299%2066.0819%2055.4075%2066.1326C56.5939%2066.2919%2057.7454%2066.652%2058.963%2066.6573C59.5212%2066.6597%2060.0419%2066.378%2060.6479%2066.5117C60.2085%2067.4475%2059.3583%2067.2059%2058.5931%2067.2917H58.5931Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M65.3142%2052.0879C66.1422%2053.2689%2066.8419%2054.5041%2067.0672%2055.9738C67.3213%2057.6322%2067.5904%2059.283%2067.2312%2060.9574C67.1025%2061.5574%2066.7732%2062.0768%2066.4649%2062.5876C66.2113%2063.0079%2065.8238%2063.3474%2065.4522%2063.6968C65.8635%2063.0097%2066.0018%2062.2233%2066.3291%2061.509C66.7596%2060.5692%2066.7558%2059.5297%2066.704%2058.548C66.6353%2057.2454%2066.3799%2055.9487%2066.0042%2054.6813C65.8545%2054.1761%2065.6463%2053.6997%2065.4481%2053.222C65.2966%2052.8567%2065.1982%2052.5138%2065.3142%2052.0879H65.3142Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M50.8343%2050.7481C50.9435%2051.05%2050.7668%2051.2936%2050.6384%2051.5246C49.8817%2052.886%2049.544%2054.3342%2049.4062%2055.8926C49.2822%2057.2957%2049.1645%2058.6624%2049.5089%2060.0433C49.5796%2060.3267%2049.5746%2060.6511%2049.3701%2060.9168L49.3877%2060.8979C48.7951%2059.6893%2048.4721%2058.3941%2048.6088%2057.0709C48.7097%2056.0936%2048.832%2055.113%2049.1111%2054.1282C49.4616%2052.8916%2050.265%2051.9522%2050.7014%2050.8068C50.7118%2050.7794%2050.8045%2050.7834%2050.8589%2050.7727L50.8343%2050.748V50.7481Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M50.8589%2050.7735C51.1165%2050.3892%2051.3691%2050.0015%2051.6344%2049.6227C51.7269%2049.4906%2051.837%2049.3446%2052.0387%2049.4643L52.0182%2049.4425C51.6492%2049.9012%2051.4183%2050.485%2050.8343%2050.7488L50.8589%2050.7735L50.8589%2050.7735Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M52.2949%2049.2754C52.1756%2049.0157%2052.3051%2048.8825%2052.5384%2048.793C52.6121%2049.0462%2052.3828%2049.1213%2052.2775%2049.2655L52.2949%2049.2754Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M49.3701%2060.9173L49.499%2061.0738C49.3476%2061.1259%2049.4523%2060.9965%2049.4213%2060.9626C49.4056%2060.9453%2049.3987%2060.9201%2049.3877%2060.8984L49.3701%2060.9173H49.3701Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M52.0387%2049.4644L52.2949%2049.2755L52.2775%2049.2656L52.0181%2049.4427L52.0387%2049.4644Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M10.1669%2045.1884C9.45815%2044.9545%209.40993%2044.5466%209.59095%2043.9412C9.74502%2043.426%209.75824%2042.8693%2010.0676%2042.3906C11.4304%2043.5454%2011.4583%2044.5232%2010.1669%2045.1884Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M9.197%2049.1562C9.57106%2049.1868%209.68736%2049.5063%209.73067%2049.782C9.83817%2050.4667%209.8722%2051.1626%209.95026%2051.8523C9.96701%2052.0002%209.99105%2052.1313%209.82941%2052.1943C9.69495%2052.2468%209.59065%2052.1974%209.46437%2052.1053C9.04533%2051.7995%208.73401%2051.4971%208.91635%2050.8939C9.01648%2050.5626%208.9574%2050.1831%208.96965%2049.8254C8.97798%2049.582%208.92304%2049.3184%209.19699%2049.1562H9.197Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M11.7286%2045.3027C11.4455%2045.9695%2011.7106%2046.3731%2012.2541%2046.6516C11.7087%2047.2039%2010.9873%2047.3348%2010.3712%2046.9941C10.1057%2046.8473%2010.0275%2046.6084%2010.2685%2046.3906C10.7036%2045.9974%2011.0703%2045.5112%2011.7286%2045.3027V45.3027Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M12.3152%2048.2843C12.1805%2048.4475%2011.8942%2048.4126%2011.8083%2048.6888C11.8855%2048.8261%2011.9705%2048.9925%2012.07%2049.1497C12.17%2049.3078%2012.3543%2049.459%2012.1363%2049.6424C11.9669%2049.7848%2011.8239%2049.639%2011.7037%2049.5381C11.3067%2049.2048%2010.884%2048.8912%2010.6024%2048.4461C10.3828%2048.099%2010.4169%2047.843%2010.8875%2047.7277C11.4126%2047.599%2012.0451%2047.8193%2012.3152%2048.2843V48.2843Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M8.58061%2048.6016C8.46013%2049.3441%208.37288%2050.0072%208.23847%2050.6605C8.16493%2051.018%207.92001%2051.0551%207.64546%2050.8331C7.02087%2050.3282%207.00024%2050.1921%207.48293%2049.5009C7.73765%2049.1361%207.89662%2048.652%208.58061%2048.6016V48.6016Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M7.37958%2042.1484C8.12935%2042.8552%207.87994%2043.656%207.94311%2044.3768C7.94995%2044.4549%207.8326%2044.5831%207.74359%2044.6234C7.41845%2044.7707%207.15999%2044.5803%207.12276%2044.3065C7.06741%2043.8995%206.14177%2043.4797%206.86167%2043.1948C7.45164%2042.9614%207.22437%2042.6074%207.37958%2042.1484V42.1484Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M5.97247%2047.2382C6.87537%2047.0677%207.55445%2047.3908%207.83955%2048.0803C7.50373%2048.1986%207.29985%2048.5008%207.01811%2048.7011C6.16335%2048.5731%206.5494%2047.5814%205.97247%2047.2382Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M9.07869%2044.4746C8.44435%2044.7071%208.37235%2044.1734%208.32982%2043.8232C8.2574%2043.2268%208.30988%2042.6152%208.30988%2041.9805C8.82461%2042.3738%209.08088%2043.2052%209.07869%2044.4746Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M11.1819%2051.0196C11.1389%2051.1251%2011.1355%2051.3176%2010.9479%2051.3701C10.7959%2051.4126%2010.6691%2051.3302%2010.621%2051.1869C10.4043%2050.5418%2010.1916%2049.8951%209.99553%2049.2435C9.96513%2049.1425%2010.066%2049.0397%2010.1793%2048.9986C10.3397%2048.9405%2010.4893%2049.0498%2010.5269%2049.1483C10.7584%2049.7544%2010.9593%2050.3723%2011.1819%2051.0196H11.1819Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M8.95081%2046.1305C9.32845%2045.7626%209.50886%2046.0641%209.66026%2046.2625C9.87665%2046.546%2010.0229%2046.854%209.83894%2047.245C9.58934%2047.7757%209.39325%2047.8875%208.9264%2047.7245C8.6165%2047.6163%208.43507%2047.3827%208.54028%2047.1195C8.69086%2046.7426%208.94398%2047.092%209.15179%2047.1352C9.30898%2046.7834%209.24199%2046.4485%208.95081%2046.1305V46.1305Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M7.64952%2045.9602C7.48988%2046.2157%207.411%2046.4847%207.12598%2046.2835C6.85592%2046.0928%206.58945%2045.9338%206.25665%2045.8573C5.96403%2045.79%205.89361%2045.5441%206.02741%2045.2695C6.16492%2044.9873%206.33369%2044.8397%206.67318%2045.039C7.08691%2045.2818%207.36843%2045.6265%207.64952%2045.9602Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M52.896%2058.992C52.6574%2058.9074%2052.5279%2058.8153%2052.4437%2058.6821C52.6797%2058.1903%2053.1688%2058.484%2053.3702%2058.5441C53.7749%2058.6648%2054.1876%2058.7019%2054.5904%2058.7996C55.1518%2058.9358%2055.3735%2059.2188%2055.1785%2059.7481C54.8782%2060.5629%2054.5368%2061.3728%2053.7999%2061.9262C53.6299%2062.0539%2053.4705%2062.1539%2053.2871%2062.0126C53.13%2061.8916%2053.1449%2061.6757%2053.2581%2061.5639C53.6069%2061.219%2053.2953%2061.0042%2053.1003%2060.837C52.4774%2060.3032%2052.4403%2059.7132%2052.896%2058.992Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M58.5176%2064.1051C57.7271%2064.1591%2056.9729%2064.8668%2056.3035%2063.9483C56.4032%2063.2185%2056.7727%2062.5659%2057.0958%2061.8993C57.3338%2061.4084%2057.6002%2061.3616%2057.9933%2061.7247C58.7204%2062.3962%2059.0723%2063.2845%2059.3683%2064.1984C59.4344%2064.4024%2059.3736%2064.5958%2059.1776%2064.6999C58.9428%2064.8246%2058.822%2064.628%2058.7087%2064.4794C58.6279%2064.3735%2058.5842%2064.2393%2058.5176%2064.1051H58.5176Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M52.8752%2056.206C52.8105%2055.865%2052.4822%2055.9808%2052.4369%2055.7402C52.62%2055.3352%2052.8961%2055.4307%2053.1708%2055.6191C53.6885%2055.9741%2054.1998%2056.3384%2054.7099%2056.7041C54.9813%2056.8987%2055.107%2057.1664%2055.0299%2057.4981C54.9532%2057.8286%2054.6639%2057.8465%2054.3964%2057.9156C53.8165%2058.0655%2053.2375%2058.1947%2052.637%2058.0716C52.0399%2057.9493%2052.04%2057.8314%2052.1663%2057.2526C52.2721%2056.7675%2052.6478%2056.5319%2052.8752%2056.206L52.8752%2056.206Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M54.4489%2052.5352C55.043%2053.4489%2055.4682%2054.2923%2055.5753%2055.2516C55.6061%2055.527%2055.689%2055.9001%2055.3217%2056.0923C54.967%2056.2779%2054.7674%2056.0228%2054.5596%2055.8153C54.2795%2055.5357%2053.9018%2055.4268%2053.5673%2055.2484C53.1914%2055.048%2052.9386%2054.7683%2052.736%2054.4236C53.0099%2054.1329%2053.2722%2054.3908%2053.5651%2054.3487C53.5905%2053.6774%2054.1368%2053.2588%2054.4489%2052.5352H54.4489ZM54.2899%2053.8067C54.281%2053.8227%2054.2613%2053.8425%2054.2654%2053.8537C54.2727%2053.8738%2054.3015%2053.9061%2054.3087%2053.9031C54.3693%2053.8778%2054.3794%2053.8418%2054.3381%2053.81C54.3275%2053.8018%2054.3063%2053.8074%2054.2899%2053.8067V53.8067ZM54.9849%2055.2974C54.9668%2055.3131%2054.9353%2055.3279%2054.9342%2055.3447C54.933%2055.3617%2054.9618%2055.3808%2054.9775%2055.3989C54.9956%2055.3833%2055.0271%2055.3685%2055.0282%2055.3517C55.0294%2055.3347%2055.0006%2055.3156%2054.9849%2055.2974Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M62.395%2056.9257C62.2385%2057.2179%2061.862%2057.2844%2062.0307%2057.696C62.121%2057.9164%2061.8637%2058.0672%2061.6056%2058.0753C60.9397%2058.0964%2060.2892%2057.9813%2059.6719%2057.7571C59.1702%2057.5748%2059.1265%2057.2983%2059.4245%2056.8669C59.8186%2056.2963%2060.5209%2056.1499%2061.0179%2055.7C61.336%2055.412%2062.0961%2055.9126%2062.0085%2056.3819C61.9314%2056.7953%2062.1939%2056.7722%2062.395%2056.9257H62.395ZM61.0782%2056.5729C61.1947%2056.5201%2061.3416%2056.4966%2061.3429%2056.3276C61.3431%2056.3102%2061.2558%2056.2698%2061.2172%2056.278C61.0155%2056.3209%2061.116%2056.4812%2061.1029%2056.5976C61.0796%2056.6053%2061.054%2056.6092%2061.034%2056.6219C61.0233%2056.6287%2061.0223%2056.6507%2061.0169%2056.6659L61.0782%2056.5729Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M55.6931%2051.7754C56.3483%2052.3192%2055.8375%2053.5662%2056.9942%2053.4997C57.3424%2053.1293%2056.6978%2052.374%2057.4966%2052.1186C57.8116%2053.4783%2057.6694%2054.9491%2057.1624%2055.6859C56.218%2055.7046%2055.9449%2054.9571%2055.83%2054.2899C55.6991%2053.5307%2055.4884%2052.7426%2055.6931%2051.7754L55.6931%2051.7754ZM56.8679%2054.0083L56.8209%2053.9551L56.7682%2054.0026L56.8402%2054.0571L56.8679%2054.0083Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M59.9507%2054.4702C60.4102%2054.3209%2060.8558%2054.2569%2061.2319%2054.6975C61.1966%2055.0133%2060.9188%2055.1013%2060.6792%2055.2142C60.3078%2055.3893%2059.9082%2055.4896%2059.532%2055.6634C59.0298%2055.8953%2058.6362%2055.7313%2058.5127%2055.18C58.3183%2054.3124%2058.3463%2053.4407%2058.9101%2052.6152C59.0825%2052.8758%2059.1014%2053.2732%2059.5998%2052.9153L59.272%2054.1131C59.7241%2054.0595%2059.6886%2053.4581%2060.1722%2053.5154C60.205%2053.8508%2059.8323%2054.0709%2059.8812%2054.4027C59.8158%2054.4316%2059.7281%2054.4766%2059.7964%2054.5479C59.8622%2054.6166%2059.9164%2054.5343%2059.9506%2054.4702L59.9507%2054.4702Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M62.0626%2058.9345C61.9668%2059.2534%2061.9076%2059.5139%2061.8112%2059.7598C61.5248%2060.4898%2061.5191%2060.4875%2062.1497%2060.816C62.192%2061.1148%2061.4133%2061.037%2061.8327%2061.5086C60.8382%2061.6454%2059.7911%2060.6085%2059.922%2059.626C59.9538%2059.3876%2060.0125%2059.1786%2060.2829%2059.145C60.835%2059.0765%2061.3616%2058.8061%2062.0626%2058.9345H62.0626Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M56.2494%2061.4056C55.9594%2062.118%2055.9525%2062.9717%2055.506%2063.6845C55.4146%2063.8304%2055.297%2063.9485%2055.0992%2063.8977C55.0145%2063.8759%2054.9129%2063.812%2054.9418%2063.7355C55.1379%2063.2167%2054.7024%2063.1558%2054.4246%2062.9346C54.0556%2062.6407%2053.9626%2062.28%2054.3819%2061.8912C54.7439%2061.5555%2055.0367%2061.1403%2055.4999%2060.9271C55.8758%2060.7541%2056.2373%2060.9686%2056.2494%2061.4056L56.2494%2061.4056Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M60.2476%2062.9471C60.1743%2063.306%2060.602%2063.667%2060.26%2064.0353C59.1356%2063.3377%2058.5702%2061.6685%2059.1655%2060.8438C60.2954%2061.4008%2060.9269%2062.259%2060.7948%2063.0533C60.5852%2063.1541%2060.4264%2062.9847%2060.2419%2062.9528C60.2394%2062.8413%2060.1832%2062.7856%2060.0709%2062.7884L60.0248%2062.6668L59.9611%2062.7308C60.0017%2062.746%2060.0423%2062.7612%2060.0828%2062.7766C60.0807%2062.8886%2060.1315%2062.9494%2060.2476%2062.9471H60.2476Z%22%20fill%3D%22%2349525A%22%2F%3E%3Cpath%20d%3D%22M58.5474%2058.4548C58.5295%2058.8962%2058.1059%2059.1268%2057.8496%2059.4551C57.6905%2059.6588%2057.3827%2059.7024%2057.1523%2059.8491C56.8526%2060.0399%2056.5097%2059.7723%2056.5677%2059.5218C56.6637%2059.1077%2056.3688%2058.9284%2056.2533%2058.6479C56.0692%2058.2009%2056.1836%2057.6878%2056.5526%2057.4088C56.9711%2057.0923%2057.4606%2057.131%2057.8604%2057.4434C58.1923%2057.7026%2058.493%2057.9576%2058.5474%2058.4548V58.4548ZM56.7099%2058.4616C56.7089%2058.7674%2056.7031%2059.088%2057.1106%2059.1374C57.384%2059.1705%2057.9272%2058.6414%2057.9269%2058.335C57.9266%2057.9791%2057.7503%2057.6885%2057.399%2057.6084C57.0588%2057.5309%2056.7231%2057.9778%2056.7099%2058.4616Z%22%20fill%3D%22%2349525A%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4190_178282%22%3E%3Crect%20width%3D%2290.4191%22%20height%3D%2270%22%20fill%3D%22white%22%20transform%3D%22translate(0.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.welcome-vehicle-arrow-img {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22123%22%20height%3D%2218%22%20viewBox%3D%220%200%20123%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M122.998%204.09191C123.024%203.81707%20122.823%203.57254%20122.549%203.54573L118.07%203.10887C117.795%203.08206%20117.55%203.28313%20117.524%203.55797C117.497%203.83281%20117.698%204.07734%20117.973%204.10415L121.954%204.49247L121.566%208.47357C121.539%208.74841%20121.74%208.99294%20122.015%209.01975C122.289%209.04656%20122.534%208.84549%20122.561%208.57065L122.998%204.09191ZM2.9386%201.70325C3.21256%201.66859%203.40654%201.4184%203.37188%201.14444C3.33722%200.870484%203.08703%200.676498%202.81307%200.711162L2.9386%201.70325ZM7.6246%200.464326C7.34853%200.457822%207.11946%200.676345%207.11296%200.952411C7.10646%201.22848%207.32498%201.45754%207.60104%201.46405L7.6246%200.464326ZM11.3248%201.76614C11.5984%201.8036%2011.8505%201.61217%2011.888%201.33858C11.9254%201.06499%2011.734%200.812839%2011.4604%200.775383L11.3248%201.76614ZM16.1664%201.70994C15.8988%201.64159%2015.6265%201.80307%2015.5582%202.07062C15.4898%202.33817%2015.6513%202.61047%2015.9188%202.67882L16.1664%201.70994ZM19.5316%203.73391C19.7942%203.81919%2020.0763%203.67542%2020.1616%203.41277C20.2469%203.15013%2020.1031%202.86808%2019.8404%202.78279L19.5316%203.73391ZM24.3327%204.37253C24.0743%204.2751%2023.7859%204.40558%2023.6884%204.66396C23.591%204.92234%2023.7215%205.21079%2023.9799%205.30822L24.3327%204.37253ZM27.5121%206.67634C27.769%206.77763%2028.0593%206.65148%2028.1606%206.39458C28.2619%206.13768%2028.1358%205.84732%2027.8789%205.74604L27.5121%206.67634ZM32.2926%207.48788C32.0355%207.38731%2031.7454%207.51427%2031.6449%207.77145C31.5443%208.02863%2031.6713%208.31864%2031.9285%208.41921L32.2926%207.48788ZM35.4777%209.77952C35.7364%209.87619%2036.0244%209.74487%2036.1211%209.4862C36.2178%209.22754%2036.0864%208.93948%2035.8278%208.8428L35.4777%209.77952ZM40.282%2010.4358C40.0206%2010.347%2039.7366%2010.4869%2039.6478%2010.7484C39.5589%2011.0098%2039.6989%2011.2938%2039.9603%2011.3826L40.282%2010.4358ZM43.5846%2012.5547C43.8486%2012.6356%2044.1282%2012.4872%2044.2091%2012.2232C44.29%2011.9592%2044.1416%2011.6795%2043.8776%2011.5986L43.5846%2012.5547ZM48.4217%2012.8881C48.1545%2012.8185%2047.8814%2012.9786%2047.8117%2013.2458C47.742%2013.513%2047.9022%2013.7861%2048.1694%2013.8558L48.4217%2012.8881ZM51.8769%2014.7523C52.1464%2014.8124%2052.4136%2014.6426%2052.4737%2014.3731C52.5338%2014.1036%2052.364%2013.8364%2052.0944%2013.7763L51.8769%2014.7523ZM56.7214%2014.6984C56.4494%2014.6506%2056.1902%2014.8323%2056.1423%2015.1042C56.0945%2015.3762%2056.2762%2015.6354%2056.5481%2015.6833L56.7214%2014.6984ZM60.3201%2016.2773C60.5936%2016.3154%2060.8462%2016.1246%2060.8843%2015.8511C60.9223%2015.5776%2060.7315%2015.325%2060.458%2015.2869L60.3201%2016.2773ZM65.143%2015.8361C64.8681%2015.8098%2064.6239%2016.0113%2064.5976%2016.2862C64.5714%2016.5611%2064.7729%2016.8053%2065.0478%2016.8315L65.143%2015.8361ZM68.8391%2017.1392C69.1145%2017.1589%2069.3537%2016.9515%2069.3734%2016.6761C69.3931%2016.4006%2069.1857%2016.1614%2068.9103%2016.1417L68.8391%2017.1392ZM73.5409%2016.4261C73.2651%2016.4121%2073.0302%2016.6243%2073.0162%2016.9001C73.0022%2017.1759%2073.2144%2017.4108%2073.4902%2017.4248L73.5409%2016.4261ZM77.2302%2017.579C77.5062%2017.5876%2077.737%2017.3708%2077.7456%2017.0948C77.7541%2016.8188%2077.5374%2016.5881%2077.2614%2016.5795L77.2302%2017.579ZM81.8995%2016.6579C81.6234%2016.6575%2081.3991%2016.881%2081.3987%2017.1571C81.3982%2017.4332%2081.6217%2017.6575%2081.8979%2017.6579L81.8995%2016.6579ZM85.6354%2017.6119C85.9114%2017.6044%2086.1291%2017.3745%2086.1217%2017.0985C86.1142%2016.8225%2085.8843%2016.6048%2085.6083%2016.6123L85.6354%2017.6119ZM90.2345%2016.3882C89.959%2016.4079%2089.7517%2016.6472%2089.7714%2016.9226C89.7911%2017.198%2090.0304%2017.4054%2090.3058%2017.3857L90.2345%2016.3882ZM94.042%2017.0382C94.3163%2017.0064%2094.5129%2016.7583%2094.4811%2016.484C94.4493%2016.2097%2094.2011%2016.0131%2093.9268%2016.0449L94.042%2017.0382ZM98.4967%2015.3624C98.2253%2015.4129%2098.0461%2015.6739%2098.0965%2015.9454C98.147%2016.2169%2098.408%2016.396%2098.6795%2016.3456L98.4967%2015.3624ZM102.352%2015.5385C102.62%2015.47%20102.781%2015.1976%20102.712%2014.9301C102.644%2014.6626%20102.371%2014.5013%20102.104%2014.5698L102.352%2015.5385ZM106.504%2013.2136C106.245%2013.3082%20106.111%2013.5952%20106.206%2013.8546C106.301%2014.1141%20106.588%2014.2477%20106.847%2014.1531L106.504%2013.2136ZM110.324%2012.7118C110.575%2012.595%20110.683%2012.2975%20110.566%2012.0472C110.449%2011.797%20110.152%2011.6888%20109.901%2011.8056L110.324%2012.7118ZM113.962%209.63588C113.725%209.77854%20113.649%2010.0859%20113.792%2010.3223C113.935%2010.5587%20114.242%2010.6348%20114.478%2010.4921L113.962%209.63588ZM117.624%208.43223C117.849%208.27318%20117.904%207.96125%20117.744%207.73551C117.585%207.50977%20117.273%207.45572%20117.048%207.61477L117.624%208.43223ZM120.74%204.82738C120.524%204.99969%20120.489%205.3143%20120.661%205.53009C120.833%205.74588%20121.148%205.78114%20121.364%205.60884L120.74%204.82738ZM1.09118%201.99162C1.71437%201.87603%202.32986%201.78028%202.9386%201.70325L2.81307%200.711162C2.18518%200.790609%201.55074%200.889328%200.908821%201.00838L1.09118%201.99162ZM7.60104%201.46405C8.85738%201.49365%2010.0954%201.59783%2011.3248%201.76614L11.4604%200.775383C10.1964%200.602333%208.92092%200.494867%207.6246%200.464326L7.60104%201.46405ZM15.9188%202.67882C17.1164%202.98476%2018.3176%203.33969%2019.5316%203.73391L19.8404%202.78279C18.61%202.38325%2017.3881%202.02206%2016.1664%201.70994L15.9188%202.67882ZM23.9799%205.30822C25.1357%205.74405%2026.3104%206.20257%2027.5121%206.67634L27.8789%205.74604C26.6755%205.27161%2025.4954%204.81097%2024.3327%204.37253L23.9799%205.30822ZM31.9285%208.41921C33.0816%208.87013%2034.2631%209.32559%2035.4777%209.77952L35.8278%208.8428C34.6194%208.39118%2033.4428%207.93764%2032.2926%207.48788L31.9285%208.41921ZM39.9603%2011.3826C41.1352%2011.7818%2042.342%2012.174%2043.5846%2012.5547L43.8776%2011.5986C42.6455%2011.2211%2041.4483%2010.832%2040.282%2010.4358L39.9603%2011.3826ZM48.1694%2013.8558C49.3717%2014.1693%2050.6066%2014.4692%2051.8769%2014.7523L52.0944%2013.7763C50.8362%2013.4958%2049.6129%2013.1987%2048.4217%2012.8881L48.1694%2013.8558ZM56.5481%2015.6833C57.7734%2015.8988%2059.03%2016.0976%2060.3201%2016.2773L60.458%2015.2869C59.1799%2015.1088%2057.935%2014.9119%2056.7214%2014.6984L56.5481%2015.6833ZM65.0478%2016.8315C65.6778%2016.8918%2066.3154%2016.9474%2066.9608%2016.9982L67.0392%2016.0013C66.3995%2015.9509%2065.7674%2015.8958%2065.143%2015.8361L65.0478%2016.8315ZM66.9608%2016.9982C67.5951%2017.0481%2068.2211%2017.0951%2068.8391%2017.1392L68.9103%2016.1417C68.2948%2016.0978%2067.6712%2016.051%2067.0392%2016.0013L66.9608%2016.9982ZM73.4902%2017.4248C74.7742%2017.49%2076.0203%2017.5413%2077.2302%2017.579L77.2614%2016.5795C76.0583%2016.542%2074.8187%2016.491%2073.5409%2016.4261L73.4902%2017.4248ZM81.8979%2017.6579C83.1878%2017.66%2084.4327%2017.6445%2085.6354%2017.6119L85.6083%2016.6123C84.4157%2016.6446%2083.1803%2016.66%2081.8995%2016.6579L81.8979%2017.6579ZM90.3058%2017.3857C91.6038%2017.2928%2092.8476%2017.1767%2094.042%2017.0382L93.9268%2016.0449C92.7478%2016.1816%2091.5186%2016.2963%2090.2345%2016.3882L90.3058%2017.3857ZM98.6795%2016.3456C99.9634%2016.107%20101.185%2015.8375%20102.352%2015.5385L102.104%2014.5698C100.959%2014.863%2099.7597%2015.1277%2098.4967%2015.3624L98.6795%2016.3456ZM106.847%2014.1531C108.063%2013.7097%20109.217%2013.2285%20110.324%2012.7118L109.901%2011.8056C108.82%2012.3102%20107.693%2012.7803%20106.504%2013.2136L106.847%2014.1531ZM114.478%2010.4921C115.558%209.84093%20116.601%209.15317%20117.624%208.43223L117.048%207.61477C116.041%208.32387%20115.018%208.99842%20113.962%209.63588L114.478%2010.4921ZM121.364%205.60884C121.847%205.22247%20122.332%204.82924%20122.818%204.42957L122.182%203.65716C121.699%204.05435%20121.219%204.44451%20120.74%204.82738L121.364%205.60884Z%22%20fill%3D%22%23BAB6B0%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.welcome-order-img-rect {
	width: 100%;
}
.welcome-order-img-rect::before {
	content: "";
	padding-top: 70%;
	display: block;
}


.welcome-logo-white div:nth-child(1) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2236%22%20viewBox%3D%220%200%2059%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M55.6247%2013.4975L55.6246%2013.5035H53.0848V15.9389H55.3245C54.2093%2020.4241%2050.0965%2023.7627%2045.205%2023.7627C42.2798%2023.7627%2039.6341%2022.5673%2037.7398%2020.6484L37.7424%2020.6459L37.6346%2020.5397C35.8705%2018.7001%2034.7854%2016.222%2034.7854%2013.4973C34.7854%207.83718%2039.4596%203.23227%2045.205%203.23227C50.0757%203.23227%2054.1751%206.54214%2055.311%2010.9983H57.8448C56.6631%205.18807%2051.4453%200.796875%2045.205%200.796875C38.0965%200.796875%2032.3133%206.49438%2032.3133%2013.4973C32.3133%2014.1603%2032.3656%2014.8113%2032.4655%2015.4471L32.4464%2015.4283C30.8047%2013.811%2028.7669%2012.818%2026.638%2012.4441C26.0923%205.93247%2020.5423%200.796875%2013.7941%200.796875C6.68562%200.796875%200.902344%206.49438%200.902344%2013.4973C0.902344%2020.5003%206.68562%2026.1981%2013.7941%2026.1981C20.4143%2026.1981%2025.8825%2021.2557%2026.6028%2014.9199C28.1046%2015.2579%2029.5308%2016%2030.6983%2017.1502L35.9186%2022.2932C38.2656%2024.6974%2041.5598%2026.1981%2045.205%2026.1981C52.3135%2026.1981%2058.0967%2020.5006%2058.0968%2013.4975H55.6247ZM3.37441%2013.4973C3.37441%207.83718%208.04863%203.23228%2013.7941%203.23228C19.1239%203.23228%2023.5291%207.1959%2024.1389%2012.2878C21.5244%2012.419%2018.9487%2013.4653%2016.9563%2015.4283C14.6976%2017.6533%2013.5664%2020.6806%2013.7745%2023.7622C8.03805%2023.7517%203.37441%2019.1513%203.37441%2013.4973ZM16.2331%2023.4758C16.1115%2021.1336%2016.9868%2018.8423%2018.7043%2017.1502C20.2141%2015.6628%2022.1565%2014.8567%2024.1363%2014.7275C23.6148%2019.0076%2020.4113%2022.4845%2016.2331%2023.4758Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M17.96%2027.9238H20.8195C22.9116%2027.9238%2024.1204%2029.4773%2024.1204%2031.5072C24.1204%2033.5269%2022.9116%2035.0597%2020.8195%2035.0597H17.96V27.9238ZM20.8195%2033.6408C21.9023%2033.6408%2022.4595%2032.6155%2022.4595%2031.5072C22.4595%2030.3887%2021.9023%2029.3427%2020.8195%2029.3427H19.6105V33.6408H20.8195Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M25.6016%2027.9229H27.2521V35.0588H25.6016V27.9229Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M28.7549%2032.9463H30.4054C30.4054%2033.402%2030.868%2033.7542%2031.4357%2033.7542C31.9718%2033.7542%2032.3817%2033.5159%2032.3817%2033.05C32.3817%2032.7703%2032.2241%2032.5113%2031.5828%2032.3042L30.7208%2032.0454C29.1228%2031.6206%2028.818%2030.6574%2028.818%2029.9844C28.818%2028.7001%2029.9324%2027.8301%2031.3725%2027.8301C32.7603%2027.8301%2033.822%2028.6482%2033.822%2030.0362H32.1715C32.1715%2029.6114%2031.9087%2029.249%2031.341%2029.249C30.8258%2029.249%2030.4896%2029.5596%2030.4896%2029.9532C30.4896%2030.0983%2030.5316%2030.4194%2031.2044%2030.6058L31.9613%2030.8337C32.9916%2031.1443%2034.0428%2031.6725%2034.0428%2032.967C34.0428%2034.4998%2032.6971%2035.1525%2031.3725%2035.1525C29.8272%2035.1525%2028.7549%2034.2618%2028.7549%2032.9463L28.7549%2032.9463Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M41.2001%2027.9229V35.0588H39.5496V32.2416H37.1632V35.0588H35.5127V27.9229H37.1632V30.7814H39.5496V27.9229H41.2001Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}
.welcome-logo-white div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22142%22%20height%3D%2226%22%20viewBox%3D%220%200%20142%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27.1928%207.72976H28.6515C28.6515%208.16226%2029.0265%208.56755%2029.6824%208.56755C30.2976%208.56755%2030.6996%208.28385%2030.6996%207.87856C30.6996%207.52711%2030.4318%207.365%2029.9634%207.25672L29.1337%207.04016C27.7277%206.6621%2027.3665%205.90475%2027.3665%205.10748C27.3665%204.12088%2028.3304%203.25586%2029.6956%203.25586C30.8068%203.25586%2032.0648%203.80995%2032.0516%205.22907H30.5654C30.5654%204.78325%2030.1772%204.51286%2029.7357%204.51286C29.2541%204.51286%2028.9192%204.78325%2028.9192%205.17523C28.9192%205.49946%2029.2271%205.6888%2029.5884%205.76986L30.5924%206.04025C31.9977%206.40501%2032.2523%207.29725%2032.2523%207.87856C32.2523%209.16218%2030.9805%209.83786%2029.7088%209.83786C28.464%209.83786%2027.2192%209.08112%2027.1928%207.72976V7.72976Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M40.1512%203.39062V9.70284H38.5985V8.71623C38.2774%209.50019%2037.2866%209.85164%2036.6576%209.85164C35.0516%209.85164%2034.1548%208.77007%2034.1548%206.93236V3.39062H35.7076V6.78355C35.7076%207.79738%2036.3096%208.31094%2037.0057%208.31094C37.7149%208.31094%2038.5985%207.91897%2038.5985%206.68858V3.39062H40.1512V3.39062Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M49.2417%206.54051C49.2417%208.56755%2047.8231%209.82455%2046.1764%209.82455C45.3868%209.82455%2044.517%209.52754%2044.0887%208.85126V12.7844H42.536V3.39075H44.0887V4.22916C44.517%203.56678%2045.4138%203.25586%2046.1632%203.25586C47.8094%203.25586%2049.2417%204.52617%2049.2417%206.54051V6.54051ZM47.6889%206.55382C47.6889%205.49946%2046.8856%204.7155%2045.9224%204.7155C44.9717%204.7155%2044.1151%205.44563%2044.1151%206.55382C44.1151%207.66201%2045.0256%208.36491%2045.9224%208.36491C46.8856%208.36491%2047.6889%207.60817%2047.6889%206.55382Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M57.9577%206.54051C57.9577%208.56755%2056.5392%209.82455%2054.8924%209.82455C54.1029%209.82455%2053.2331%209.52754%2052.8048%208.85126V12.7844H51.2521V3.39075H52.8048V4.22916C53.2331%203.56678%2054.1299%203.25586%2054.8793%203.25586C56.5254%203.25586%2057.9577%204.52617%2057.9577%206.54051V6.54051ZM56.405%206.55382C56.405%205.49946%2055.6017%204.7155%2054.6385%204.7155C53.6878%204.7155%2052.8311%205.44563%2052.8311%206.55382C52.8311%207.66201%2053.7417%208.36491%2054.6385%208.36491C55.6017%208.36491%2056.405%207.60817%2056.405%206.55382Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M59.5799%206.5266C59.5799%204.52617%2061.1188%203.25586%2062.8992%203.25586C64.6795%203.25586%2066.2322%204.52617%2066.2322%206.5266C66.2322%208.52702%2064.6795%209.83785%2062.8992%209.83785C61.1188%209.83785%2059.5799%208.52702%2059.5799%206.5266ZM64.6658%206.5266C64.6658%205.44562%2063.863%204.71549%2062.8992%204.71549C61.9353%204.71549%2061.1458%205.44562%2061.1458%206.5266C61.1458%207.63478%2061.9353%208.37822%2062.8992%208.37822C63.863%208.37822%2064.6658%207.63478%2064.6658%206.5266Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M72.5922%203.47242L72.2843%204.95867C71.9231%204.76994%2071.6014%204.72941%2071.3738%204.72941C70.3566%204.72941%2069.7947%205.72933%2069.7947%207.49989V9.70297H68.2288V3.39075H69.7815V4.74272C70.1158%203.68837%2070.7987%203.25586%2071.5751%203.25586C71.9495%203.25586%2072.3514%203.33692%2072.5922%203.47242V3.47242Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M78.1351%204.64806H76.81V9.70328H75.2573V4.64806H74.1329V3.39107H75.2573V1.06641H76.81V3.39107H78.1351V4.64806Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M85.9131%207.09459H81.0812C81.255%207.97292%2081.9247%208.41874%2082.8478%208.41874C83.5307%208.41874%2084.1729%208.14835%2084.5479%207.63479L85.5782%208.43266C85.0032%209.35152%2083.9057%209.83786%2082.7675%209.83786C80.8937%209.83786%2079.4752%208.51371%2079.4752%206.54051C79.4752%204.52617%2080.974%203.25586%2082.7544%203.25586C84.5479%203.25586%2085.9532%204.51286%2085.9532%206.48607C85.9532%206.66209%2085.94%206.86474%2085.9131%207.0946L85.9131%207.09459ZM84.4005%205.99971C84.3071%205.1347%2083.6511%204.63443%2082.7813%204.63443C81.9379%204.63443%2081.2687%205.03973%2081.0812%205.99971H84.4005V5.99971Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M94.2403%200.0117188V9.70234H92.6876V8.85063C92.2593%209.52692%2091.3763%209.83722%2090.6131%209.83722C88.967%209.83722%2087.5347%208.55361%2087.5347%206.53987C87.5347%204.51222%2088.9538%203.25523%2090.6%203.25523C91.3895%203.25523%2092.2593%203.56615%2092.6876%204.22853V0.0117188H94.2403V0.0117188ZM92.6612%206.52597C92.6612%205.41778%2091.7507%204.71487%2090.8539%204.71487C89.8907%204.71487%2089.1006%205.47161%2089.1006%206.52597C89.1006%207.58032%2089.8907%208.36427%2090.8539%208.36427C91.8046%208.36427%2092.6612%207.63416%2092.6612%206.52597Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M107.133%206.53988C107.133%208.55362%20105.701%209.83723%20104.055%209.83723C103.306%209.83723%20102.409%209.52691%20101.981%208.85063V9.70234H100.428V0.0117188H101.981V4.22853C102.409%203.56615%20103.279%203.25523%20104.068%203.25523C105.714%203.25523%20107.133%204.51224%20107.133%206.53988V6.53988ZM105.581%206.52597C105.581%205.47161%20104.777%204.71488%20103.814%204.71488C102.917%204.71488%20102.007%205.41778%20102.007%206.52597C102.007%207.63416%20102.863%208.36428%20103.814%208.36428C104.777%208.36428%20105.581%207.58032%20105.581%206.52597V6.52597Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M114.94%203.39062L111.058%2012.7842H109.425L110.83%209.27033L108.341%203.39062H110.041L111.66%207.39148L113.266%203.39062H114.94H114.94Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M0%2016.4941H1.63298V25.8067H0V16.4941Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M4.45868%2023.0909H6.07788C6.09106%2023.8071%206.77397%2024.4695%207.79114%2024.4695C8.72803%2024.4695%209.33067%2023.9287%209.33067%2023.1992C9.33067%2022.5501%208.78195%2022.1721%208.0056%2021.9555L6.85424%2021.6313C4.87322%2021.1177%204.52517%2019.9145%204.52517%2019.104C4.52517%2017.455%205.95748%2016.3867%207.65756%2016.3867C9.34385%2016.3867%2010.6689%2017.4411%2010.6689%2019.185H9.04913C9.04913%2018.4144%208.47405%2017.8603%207.61743%2017.8603C6.82729%2017.8603%206.17194%2018.3466%206.17194%2019.0767C6.17194%2019.3332%206.25221%2019.8873%207.30952%2020.1577L8.40695%2020.4553C9.85244%2020.8606%2010.9637%2021.6446%2010.9637%2023.1314C10.9637%2024.8343%209.55771%2025.9425%207.75101%2025.9425C5.78376%2025.9425%204.45869%2024.6588%204.45869%2023.0909H4.45868Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.5323%2024.3337V25.8067H13.7366V16.4941H19.3987V17.9677H15.3564V20.4817H18.8901V21.9819H15.3564V24.3337H19.5323H19.5323Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M28.3819%2017.9677H25.7455V25.8067H24.1126V17.9677H21.4756V16.4941H28.3819V17.9677V17.9677Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M35.7728%2023.5226H32.1588L31.3561%2025.8067H29.6159L33.0825%2016.4941H34.8491L38.3026%2025.8067H36.5761L35.7728%2023.5226H35.7728ZM35.2774%2022.0895L33.9661%2018.3324L32.6542%2022.0895H35.2774Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M47.2462%2016.4941V25.8067H45.7606L42.0795%2019.535V25.8067H40.4465V16.4941H41.9861L45.6133%2022.7114V16.4941H47.2462Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M63.8205%2025.8067L63.0843%2019.5489L60.5946%2024.7523H59.2696L56.7668%2019.5622L56.0168%2025.8067H54.3844L55.5082%2016.4941H56.9273L59.9255%2022.9007L62.9105%2016.4941H64.3291L65.4535%2025.8067H63.8205V25.8067Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M68.3211%2016.4941H69.9541V25.8067H68.3211V16.4941Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M79.3117%2017.9677H76.6753V25.8067H75.0423V17.9677H72.4053V16.4941H79.3117V17.9677Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M81.228%2023.0909H82.8478C82.861%2023.8071%2083.5439%2024.4695%2084.5611%2024.4695C85.498%2024.4695%2086.1006%2023.9287%2086.1006%2023.1992C86.1006%2022.5501%2085.5519%2022.1721%2084.7755%2021.9555L83.6242%2021.6313C81.6432%2021.1177%2081.2951%2019.9145%2081.2951%2019.104C81.2951%2017.455%2082.7274%2016.3867%2084.4275%2016.3867C86.1138%2016.3867%2087.4389%2017.4411%2087.4389%2019.185H85.8191C85.8191%2018.4144%2085.244%2017.8603%2084.3874%2017.8603C83.5972%2017.8603%2082.9413%2018.3466%2082.9413%2019.0767C82.9413%2019.3332%2083.0222%2019.8873%2084.0795%2020.1577L85.1769%2020.4553C86.6224%2020.8606%2087.7336%2021.6446%2087.7336%2023.1314C87.7336%2024.8343%2086.3277%2025.9425%2084.521%2025.9425C82.5537%2025.9425%2081.228%2024.6588%2081.228%2023.0909H81.228Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M90.3993%2022.536V16.4941H92.0317V22.4549C92.0317%2023.793%2092.9021%2024.3743%2093.8791%2024.3743C94.843%2024.3743%2095.7128%2023.793%2095.7128%2022.4549V16.4941H97.3458V22.536C97.3458%2024.658%2095.726%2025.9416%2093.8791%2025.9416C92.0185%2025.9416%2090.3993%2024.658%2090.3993%2022.536V22.536Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M105.42%2025.8067L102.234%2022.2656V25.8067H100.614V16.4941H102.234V20.022L104.831%2016.4941H106.851L103.331%2021.1302L107.628%2025.8067H105.42H105.42Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M109.01%2021.1582C109.01%2018.5226%20111.058%2016.3867%20113.694%2016.3867C116.318%2016.3867%20118.379%2018.5226%20118.379%2021.1582C118.379%2023.7938%20116.318%2025.9424%20113.694%2025.9424C111.058%2025.9424%20109.01%2023.7938%20109.01%2021.1582ZM116.746%2021.1582C116.746%2019.3738%20115.448%2017.928%20113.681%2017.928C111.928%2017.928%20110.656%2019.3738%20110.656%2021.1582C110.656%2022.9421%20111.928%2024.3884%20113.681%2024.3884C115.448%2024.3884%20116.746%2022.9421%20116.746%2021.1582Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M120.617%2023.0909H122.237C122.25%2023.8071%20122.933%2024.4695%20123.95%2024.4695C124.887%2024.4695%20125.49%2023.9287%20125.49%2023.1992C125.49%2022.5501%20124.941%2022.1721%20124.165%2021.9555L123.013%2021.6313C121.032%2021.1177%20120.684%2019.9145%20120.684%2019.104C120.684%2017.455%20122.117%2016.3867%20123.817%2016.3867C125.503%2016.3867%20126.828%2017.4411%20126.828%2019.185H125.208C125.208%2018.4144%20124.633%2017.8603%20123.777%2017.8603C122.986%2017.8603%20122.331%2018.3466%20122.331%2019.0767C122.331%2019.3332%20122.411%2019.8873%20123.469%2020.1577L124.566%2020.4553C126.012%2020.8606%20127.123%2021.6446%20127.123%2023.1314C127.123%2024.8343%20125.717%2025.9425%20123.91%2025.9425C121.943%2025.9425%20120.617%2024.6588%20120.617%2023.0909H120.617Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M136.989%2016.4941V25.8067H135.356V21.9141H131.528V25.8067H129.895V16.4941H131.528V20.4412H135.356V16.4941H136.989Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M140.351%2016.4941H141.984V25.8067H140.351V16.4941Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}
.welcome-logo-black div:nth-child(1) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2236%22%20viewBox%3D%220%200%2059%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M55.6247%2013.4975L55.6246%2013.5035H53.0848V15.9389H55.3245C54.2093%2020.4241%2050.0965%2023.7627%2045.205%2023.7627C42.2798%2023.7627%2039.6341%2022.5673%2037.7398%2020.6484L37.7424%2020.6459L37.6346%2020.5397C35.8705%2018.7001%2034.7854%2016.222%2034.7854%2013.4973C34.7854%207.83718%2039.4596%203.23227%2045.205%203.23227C50.0757%203.23227%2054.1751%206.54214%2055.311%2010.9983H57.8448C56.6631%205.18807%2051.4453%200.796875%2045.205%200.796875C38.0965%200.796875%2032.3133%206.49438%2032.3133%2013.4973C32.3133%2014.1603%2032.3656%2014.8113%2032.4655%2015.4471L32.4464%2015.4283C30.8047%2013.811%2028.7669%2012.818%2026.638%2012.4441C26.0923%205.93247%2020.5423%200.796875%2013.7941%200.796875C6.68562%200.796875%200.902344%206.49438%200.902344%2013.4973C0.902344%2020.5003%206.68562%2026.1981%2013.7941%2026.1981C20.4143%2026.1981%2025.8825%2021.2557%2026.6028%2014.9199C28.1046%2015.2579%2029.5308%2016%2030.6983%2017.1502L35.9186%2022.2932C38.2656%2024.6974%2041.5598%2026.1981%2045.205%2026.1981C52.3135%2026.1981%2058.0967%2020.5006%2058.0968%2013.4975H55.6247ZM3.37441%2013.4973C3.37441%207.83718%208.04863%203.23228%2013.7941%203.23228C19.1239%203.23228%2023.5291%207.1959%2024.1389%2012.2878C21.5244%2012.419%2018.9487%2013.4653%2016.9563%2015.4283C14.6976%2017.6533%2013.5664%2020.6806%2013.7745%2023.7622C8.03805%2023.7517%203.37441%2019.1513%203.37441%2013.4973ZM16.2331%2023.4758C16.1115%2021.1336%2016.9868%2018.8423%2018.7043%2017.1502C20.2141%2015.6628%2022.1565%2014.8567%2024.1363%2014.7275C23.6148%2019.0076%2020.4113%2022.4845%2016.2331%2023.4758Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M17.96%2027.9238H20.8195C22.9116%2027.9238%2024.1204%2029.4773%2024.1204%2031.5072C24.1204%2033.5269%2022.9116%2035.0597%2020.8195%2035.0597H17.96V27.9238ZM20.8195%2033.6408C21.9023%2033.6408%2022.4595%2032.6155%2022.4595%2031.5072C22.4595%2030.3887%2021.9023%2029.3427%2020.8195%2029.3427H19.6105V33.6408H20.8195Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M25.6016%2027.9229H27.2521V35.0588H25.6016V27.9229Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M28.7549%2032.9463H30.4054C30.4054%2033.402%2030.868%2033.7542%2031.4357%2033.7542C31.9718%2033.7542%2032.3817%2033.5159%2032.3817%2033.05C32.3817%2032.7703%2032.2241%2032.5113%2031.5828%2032.3042L30.7208%2032.0454C29.1228%2031.6206%2028.818%2030.6574%2028.818%2029.9844C28.818%2028.7001%2029.9324%2027.8301%2031.3725%2027.8301C32.7603%2027.8301%2033.822%2028.6482%2033.822%2030.0362H32.1715C32.1715%2029.6114%2031.9087%2029.249%2031.341%2029.249C30.8258%2029.249%2030.4896%2029.5596%2030.4896%2029.9532C30.4896%2030.0983%2030.5316%2030.4194%2031.2044%2030.6058L31.9613%2030.8337C32.9916%2031.1443%2034.0428%2031.6725%2034.0428%2032.967C34.0428%2034.4998%2032.6971%2035.1525%2031.3725%2035.1525C29.8272%2035.1525%2028.7549%2034.2618%2028.7549%2032.9463L28.7549%2032.9463Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M41.2001%2027.9229V35.0588H39.5496V32.2416H37.1632V35.0588H35.5127V27.9229H37.1632V30.7814H39.5496V27.9229H41.2001Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
}
.welcome-logo-black div:nth-child(2) {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22142%22%20height%3D%2226%22%20viewBox%3D%220%200%20142%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27.1928%207.72976H28.6515C28.6515%208.16226%2029.0265%208.56755%2029.6824%208.56755C30.2976%208.56755%2030.6996%208.28385%2030.6996%207.87856C30.6996%207.52711%2030.4318%207.365%2029.9634%207.25672L29.1337%207.04016C27.7277%206.6621%2027.3665%205.90475%2027.3665%205.10748C27.3665%204.12088%2028.3304%203.25586%2029.6956%203.25586C30.8068%203.25586%2032.0648%203.80995%2032.0516%205.22907H30.5654C30.5654%204.78325%2030.1772%204.51286%2029.7357%204.51286C29.2541%204.51286%2028.9192%204.78325%2028.9192%205.17523C28.9192%205.49946%2029.2271%205.6888%2029.5884%205.76986L30.5924%206.04025C31.9977%206.40501%2032.2523%207.29725%2032.2523%207.87856C32.2523%209.16218%2030.9805%209.83786%2029.7088%209.83786C28.464%209.83786%2027.2192%209.08112%2027.1928%207.72976V7.72976Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M40.1512%203.39062V9.70284H38.5985V8.71623C38.2774%209.50019%2037.2866%209.85164%2036.6576%209.85164C35.0516%209.85164%2034.1548%208.77007%2034.1548%206.93236V3.39062H35.7076V6.78355C35.7076%207.79738%2036.3096%208.31094%2037.0057%208.31094C37.7149%208.31094%2038.5985%207.91897%2038.5985%206.68858V3.39062H40.1512V3.39062Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M49.2417%206.54051C49.2417%208.56755%2047.8231%209.82455%2046.1764%209.82455C45.3868%209.82455%2044.517%209.52754%2044.0887%208.85126V12.7844H42.536V3.39075H44.0887V4.22916C44.517%203.56678%2045.4138%203.25586%2046.1632%203.25586C47.8094%203.25586%2049.2417%204.52617%2049.2417%206.54051V6.54051ZM47.6889%206.55382C47.6889%205.49946%2046.8856%204.7155%2045.9224%204.7155C44.9717%204.7155%2044.1151%205.44563%2044.1151%206.55382C44.1151%207.66201%2045.0256%208.36491%2045.9224%208.36491C46.8856%208.36491%2047.6889%207.60817%2047.6889%206.55382Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M57.9577%206.54051C57.9577%208.56755%2056.5392%209.82455%2054.8924%209.82455C54.1029%209.82455%2053.2331%209.52754%2052.8048%208.85126V12.7844H51.2521V3.39075H52.8048V4.22916C53.2331%203.56678%2054.1299%203.25586%2054.8793%203.25586C56.5254%203.25586%2057.9577%204.52617%2057.9577%206.54051V6.54051ZM56.405%206.55382C56.405%205.49946%2055.6017%204.7155%2054.6385%204.7155C53.6878%204.7155%2052.8311%205.44563%2052.8311%206.55382C52.8311%207.66201%2053.7417%208.36491%2054.6385%208.36491C55.6017%208.36491%2056.405%207.60817%2056.405%206.55382Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M59.5799%206.5266C59.5799%204.52617%2061.1188%203.25586%2062.8992%203.25586C64.6795%203.25586%2066.2322%204.52617%2066.2322%206.5266C66.2322%208.52702%2064.6795%209.83785%2062.8992%209.83785C61.1188%209.83785%2059.5799%208.52702%2059.5799%206.5266ZM64.6658%206.5266C64.6658%205.44562%2063.863%204.71549%2062.8992%204.71549C61.9353%204.71549%2061.1458%205.44562%2061.1458%206.5266C61.1458%207.63478%2061.9353%208.37822%2062.8992%208.37822C63.863%208.37822%2064.6658%207.63478%2064.6658%206.5266Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M72.5922%203.47242L72.2843%204.95867C71.9231%204.76994%2071.6014%204.72941%2071.3738%204.72941C70.3566%204.72941%2069.7947%205.72933%2069.7947%207.49989V9.70297H68.2288V3.39075H69.7815V4.74272C70.1158%203.68837%2070.7987%203.25586%2071.5751%203.25586C71.9495%203.25586%2072.3514%203.33692%2072.5922%203.47242V3.47242Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M78.1351%204.64806H76.81V9.70328H75.2573V4.64806H74.1329V3.39107H75.2573V1.06641H76.81V3.39107H78.1351V4.64806Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M85.9131%207.09459H81.0812C81.255%207.97292%2081.9247%208.41874%2082.8478%208.41874C83.5307%208.41874%2084.1729%208.14835%2084.5479%207.63479L85.5782%208.43266C85.0032%209.35152%2083.9057%209.83786%2082.7675%209.83786C80.8937%209.83786%2079.4752%208.51371%2079.4752%206.54051C79.4752%204.52617%2080.974%203.25586%2082.7544%203.25586C84.5479%203.25586%2085.9532%204.51286%2085.9532%206.48607C85.9532%206.66209%2085.94%206.86474%2085.9131%207.0946L85.9131%207.09459ZM84.4005%205.99971C84.3071%205.1347%2083.6511%204.63443%2082.7813%204.63443C81.9379%204.63443%2081.2687%205.03973%2081.0812%205.99971H84.4005V5.99971Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M94.2403%200.0117188V9.70234H92.6876V8.85063C92.2593%209.52692%2091.3763%209.83722%2090.6131%209.83722C88.967%209.83722%2087.5347%208.55361%2087.5347%206.53987C87.5347%204.51222%2088.9538%203.25523%2090.6%203.25523C91.3895%203.25523%2092.2593%203.56615%2092.6876%204.22853V0.0117188H94.2403V0.0117188ZM92.6612%206.52597C92.6612%205.41778%2091.7507%204.71487%2090.8539%204.71487C89.8907%204.71487%2089.1006%205.47161%2089.1006%206.52597C89.1006%207.58032%2089.8907%208.36427%2090.8539%208.36427C91.8046%208.36427%2092.6612%207.63416%2092.6612%206.52597Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M107.133%206.53988C107.133%208.55362%20105.701%209.83723%20104.055%209.83723C103.306%209.83723%20102.409%209.52691%20101.981%208.85063V9.70234H100.428V0.0117188H101.981V4.22853C102.409%203.56615%20103.279%203.25523%20104.068%203.25523C105.714%203.25523%20107.133%204.51224%20107.133%206.53988V6.53988ZM105.581%206.52597C105.581%205.47161%20104.777%204.71488%20103.814%204.71488C102.917%204.71488%20102.007%205.41778%20102.007%206.52597C102.007%207.63416%20102.863%208.36428%20103.814%208.36428C104.777%208.36428%20105.581%207.58032%20105.581%206.52597V6.52597Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M114.94%203.39062L111.058%2012.7842H109.425L110.83%209.27033L108.341%203.39062H110.041L111.66%207.39148L113.266%203.39062H114.94H114.94Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M0%2016.4941H1.63298V25.8067H0V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M4.45868%2023.0909H6.07788C6.09106%2023.8071%206.77397%2024.4695%207.79114%2024.4695C8.72803%2024.4695%209.33067%2023.9287%209.33067%2023.1992C9.33067%2022.5501%208.78195%2022.1721%208.0056%2021.9555L6.85424%2021.6313C4.87322%2021.1177%204.52517%2019.9145%204.52517%2019.104C4.52517%2017.455%205.95748%2016.3867%207.65756%2016.3867C9.34385%2016.3867%2010.6689%2017.4411%2010.6689%2019.185H9.04913C9.04913%2018.4144%208.47405%2017.8603%207.61743%2017.8603C6.82729%2017.8603%206.17194%2018.3466%206.17194%2019.0767C6.17194%2019.3332%206.25221%2019.8873%207.30952%2020.1577L8.40695%2020.4553C9.85244%2020.8606%2010.9637%2021.6446%2010.9637%2023.1314C10.9637%2024.8343%209.55771%2025.9425%207.75101%2025.9425C5.78376%2025.9425%204.45869%2024.6588%204.45869%2023.0909H4.45868Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M19.5323%2024.3337V25.8067H13.7366V16.4941H19.3987V17.9677H15.3564V20.4817H18.8901V21.9819H15.3564V24.3337H19.5323H19.5323Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M28.3819%2017.9677H25.7455V25.8067H24.1126V17.9677H21.4756V16.4941H28.3819V17.9677V17.9677Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M35.7728%2023.5226H32.1588L31.3561%2025.8067H29.6159L33.0825%2016.4941H34.8491L38.3026%2025.8067H36.5761L35.7728%2023.5226H35.7728ZM35.2774%2022.0895L33.9661%2018.3324L32.6542%2022.0895H35.2774Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M47.2462%2016.4941V25.8067H45.7606L42.0795%2019.535V25.8067H40.4465V16.4941H41.9861L45.6133%2022.7114V16.4941H47.2462Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M63.8205%2025.8067L63.0843%2019.5489L60.5946%2024.7523H59.2696L56.7668%2019.5622L56.0168%2025.8067H54.3844L55.5082%2016.4941H56.9273L59.9255%2022.9007L62.9105%2016.4941H64.3291L65.4535%2025.8067H63.8205V25.8067Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M68.3211%2016.4941H69.9541V25.8067H68.3211V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M79.3117%2017.9677H76.6753V25.8067H75.0423V17.9677H72.4053V16.4941H79.3117V17.9677Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M81.228%2023.0909H82.8478C82.861%2023.8071%2083.5439%2024.4695%2084.5611%2024.4695C85.498%2024.4695%2086.1006%2023.9287%2086.1006%2023.1992C86.1006%2022.5501%2085.5519%2022.1721%2084.7755%2021.9555L83.6242%2021.6313C81.6432%2021.1177%2081.2951%2019.9145%2081.2951%2019.104C81.2951%2017.455%2082.7274%2016.3867%2084.4275%2016.3867C86.1138%2016.3867%2087.4389%2017.4411%2087.4389%2019.185H85.8191C85.8191%2018.4144%2085.244%2017.8603%2084.3874%2017.8603C83.5972%2017.8603%2082.9413%2018.3466%2082.9413%2019.0767C82.9413%2019.3332%2083.0222%2019.8873%2084.0795%2020.1577L85.1769%2020.4553C86.6224%2020.8606%2087.7336%2021.6446%2087.7336%2023.1314C87.7336%2024.8343%2086.3277%2025.9425%2084.521%2025.9425C82.5537%2025.9425%2081.228%2024.6588%2081.228%2023.0909H81.228Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M90.3993%2022.536V16.4941H92.0317V22.4549C92.0317%2023.793%2092.9021%2024.3743%2093.8791%2024.3743C94.843%2024.3743%2095.7128%2023.793%2095.7128%2022.4549V16.4941H97.3458V22.536C97.3458%2024.658%2095.726%2025.9416%2093.8791%2025.9416C92.0185%2025.9416%2090.3993%2024.658%2090.3993%2022.536V22.536Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M105.42%2025.8067L102.234%2022.2656V25.8067H100.614V16.4941H102.234V20.022L104.831%2016.4941H106.851L103.331%2021.1302L107.628%2025.8067H105.42H105.42Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M109.01%2021.1582C109.01%2018.5226%20111.058%2016.3867%20113.694%2016.3867C116.318%2016.3867%20118.379%2018.5226%20118.379%2021.1582C118.379%2023.7938%20116.318%2025.9424%20113.694%2025.9424C111.058%2025.9424%20109.01%2023.7938%20109.01%2021.1582ZM116.746%2021.1582C116.746%2019.3738%20115.448%2017.928%20113.681%2017.928C111.928%2017.928%20110.656%2019.3738%20110.656%2021.1582C110.656%2022.9421%20111.928%2024.3884%20113.681%2024.3884C115.448%2024.3884%20116.746%2022.9421%20116.746%2021.1582Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M120.617%2023.0909H122.237C122.25%2023.8071%20122.933%2024.4695%20123.95%2024.4695C124.887%2024.4695%20125.49%2023.9287%20125.49%2023.1992C125.49%2022.5501%20124.941%2022.1721%20124.165%2021.9555L123.013%2021.6313C121.032%2021.1177%20120.684%2019.9145%20120.684%2019.104C120.684%2017.455%20122.117%2016.3867%20123.817%2016.3867C125.503%2016.3867%20126.828%2017.4411%20126.828%2019.185H125.208C125.208%2018.4144%20124.633%2017.8603%20123.777%2017.8603C122.986%2017.8603%20122.331%2018.3466%20122.331%2019.0767C122.331%2019.3332%20122.411%2019.8873%20123.469%2020.1577L124.566%2020.4553C126.012%2020.8606%20127.123%2021.6446%20127.123%2023.1314C127.123%2024.8343%20125.717%2025.9425%20123.91%2025.9425C121.943%2025.9425%20120.617%2024.6588%20120.617%2023.0909H120.617Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M136.989%2016.4941V25.8067H135.356V21.9141H131.528V25.8067H129.895V16.4941H131.528V20.4412H135.356V16.4941H136.989Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M140.351%2016.4941H141.984V25.8067H140.351V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
}
.welcome-img-container {
	display: flex;
}
.welcome-img {
	position: relative;
	width: 100vh;
	height: 100vh;
	width: 100dvh;
	height: 100dvh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.welcome-img-h-sp {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100vh;
	padding-bottom: 50px;
}

.welcome-img-sp {
	position: relative;
	width: 100vw;
	height: 100vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.welcome-arrow-black {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2286%22%20height%3D%2253%22%20viewBox%3D%220%200%2086%2053%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2026.5H84.5M59.5%201L85%2026.5L59.5%2052%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.75%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 88px;
	height: 56px;
	right: 30px;
	bottom: 30px;
	outline: none;
}
.welcome-arrow {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2288%22%20height%3D%2256%22%20viewBox%3D%220%200%2088%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2028.5H85.5M60.5%203L86%2028.5L60.5%2054%22%20stroke%3D%22white%22%20stroke-width%3D%220.75%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 88px;
	height: 56px;
	bottom: 0;
	outline: none;
}

.welcome-h1-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 200%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
}
.welcome-body-m {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
}
.welcome-text-container2 {
	background: #FBFBFA;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
	padding: 68px 26px;
	word-break: break-all;
	width: 314px;
}
.welcome-h2-enitalic-default {
	font-family: 'Adobe Garamond Pro';
	font-style: italic;
	font-weight: 400;
	font-size: 28px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.3em;
}
.welcome-text-container6 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1A1A1A;
	width: 100vw;
	height: 100%;
	background: white;
}
.welcome-text-container6 div {
	white-space: nowrap;
}
.welcome-text-container7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 29px;
	color: #1A1A1A;
	width: 100vw;
	height: 100vh;
	background: white;
	padding-top: 1%;
}
.welcome-h4-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, 12.656px + 0.42vw, 18px);
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.1em;
	font-feature-settings: 'ss02' on, 'palt' on;
}
.welcome-enter-btn-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 34px;
}
.welcome-enter-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 214px;
	background: #F1EFE9;
	border-radius: 8px;
	cursor: pointer;
	padding: 30px;
}
.welcome-enter-btn div:nth-child(1) {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 112px;
	margin-bottom: 20px;
	align-self: stretch;
}
.welcome-enter-btn div:nth-child(2) {
	text-align: center;
}
.welcome-enter-btn div:nth-child(3) {
	text-align: center;
}
.welcome-body-s {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
}
.welcome-text-container5 {
	display: flex;
	position: relative;
	background: white;
}
.welcome-text-inner-container5 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 106px 30px 30px;
	gap: 54px;
	width: 590px;
}
.welcome-text-inner-container5-label {
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #000000;
}
.welcome-text-inner-container5-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	width: 270px;
}
.welcome-text-inner-container5-text div {
	align-self: stretch;
	text-align: center;
}
.welcome-h4-bold {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
}
.welcome-text-container5-arrow {
	width: 88px;
	height: 56px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2288%22%20height%3D%2256%22%20viewBox%3D%220%200%2088%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%2028.5H85.5M60.5%203L86%2028.5L60.5%2054%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%220.75%22%2F%3E%3C%2Fsvg%3E');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	outline: none;
}
.welcome-order-illust {
	width: 330px;
	height: 330px;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.welcome-float-base {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
}
.welcome-float-container {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
	left: 50px;
	top: 60px;
	width: calc(100vw - 100px);
	height: calc(100vh - 120px);
	background: #F1EFE9;
	border-radius: 10px;
	z-index: 5;
}
.welcome-float-inner-container-description {
	width: 100%;
	text-align: left;
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 200%;
	color: #FFFFFF;
}
@media all and (max-width: 768px) {
	.welcome-float-inner-container-description {
		font-size: 14px;
	}
}
@media all and (min-width: 768px) {
	.welcome-float-container {
		position: absolute;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 0;
		left: 50px;
		top: 60px;
		padding: 120px;
		width: calc(100vw - 100px);
		height: calc(100vh - 120px);
		background: #EADFD8;
		border-radius: 10px;
		z-index: 5;
	}
	.welcome-float-logo {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.welcome-float-logo div:nth-child(1) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 177px;
		/* height: calc(100% - 26px); */
		height: 100%;
	}
	.welcome-float-logo div:nth-child(2) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 26px;
	}
	.welcome-float-logo-sp {
		display: none;
	}
	.welcome-float-inner-container {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #1A1A1A;
	}
}
@media all and (max-width: 768px) {
	.welcome-float-container {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 27px;
		top: 20px;
		left: 20px;
		bottom: 20px;
		width: calc(100vw - 40px);
		height: calc(100% - 40px);
		background: #EADFD8;
		border-radius: 10px;
		z-index: 5;
		padding: 20px;
	}
	.welcome-float-container-oem {
		gap: 0;
		padding: 40px;
	}
	.welcome-float-logo {
		display: none;
	}
	.welcome-float-logo-sp div:nth-child(1) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: calc(100% - 26px);
	}
	.welcome-float-logo-sp div:nth-child(2) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 26px;
	}
	.welcome-float-logo-sp {
		width: 120px;
		height: 100px;
		left: 100px;
		top: 180px;
		z-index: 6;
	}
	.welcome-float-inner-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		color: #1A1A1A;
		width: 100%;
		overflow: hidden;
	}
	.welcome-float-inner-container-oem {
		flex: 1;
	}
}
.welcome-h3-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
}
.welcome-h3-default ul {
	margin: 12px 0 5px 0;
	padding: 0 0 0 20px;
}
.welcome-h3-default li {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 180%;
	color: #1A1A1A;
	flex: none;
	order: 0;
	flex-grow: 0;
	list-style: disc;
}
.welcome-h3-default-description {
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 180%;
}
.welcome-h5-bold {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
}
.welcome-float-inner-btn-container {
	display: flex;
	flex-direction: column;
	/* justify-content: flex-start; */
	/* align-self: stretch; */
	gap: 10px;
}
.welcome-float-menu-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	margin: 22px 0 7px 0;
	width: 282px;
	height: 46px;
	background: #707573;
	border-radius: 23px;
	cursor: pointer;
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on, 'pkna' on;
	color: #FFFFFF;
}
@media all and (min-width: 1920px) {
	.welcome-float-menu-btn {
		padding: 12px 20px;
		margin: 22px 0 7px 0;
		width: 282px;
		height: 46px;
		border-radius: 23px;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
}
.welcome-float-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;
	align-self: stretch;
	cursor: pointer;
}
.welcome-float-btn div:nth-child(1) {
	flex: 1;
	text-align: left;
}
.welcome-float-btn div:nth-child(2) {
	min-width: 18px;
	min-height: 20px;
}
.welcome-body-m{
	width: 290px;
	line-height: 175%;
}
.welcome-body-m-default {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on, 'ss02' on;
	color: #1A1A1A;
}
.welcome-body-m-default-b {
	
}

.welcome-text-container2{
	padding: 68px 20px;

}
.store-body-m-default{
	width: 100%;
}

.welcome-food-m{
	width: calc(100% - 70px);
}
.welcome-enter-btn-1{
	background-color: #F1EFE9;
	padding: 55px 55px;
	border-radius: 8px;
	cursor: pointer;
}
.welcome-enter-btn-1 > div:first-child{
	height: 116px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.welcome-enter-btn-2{
	background-color: #F1EFE9;
	padding: 32px 55px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
.welcome-enter-btn-2 > div:first-child{
	height: 85px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.welcome-p {
	/* font-family: 'shippori-mincho'; */
	font-size: 14px;
	/* margin-top: 0.5rem; */
	margin-top: 16px;
	white-space: pre-wrap;
	word-break: break-all;
	line-height: 14px;
}

.welcome-order-illust{
	height: 275px;
}
.welcome-float-container{
}
.welcome-order-illust{
	width: 600px;
	height: 146px;
	left: 340px;
	top: 36%;
}
.welcome-text-container5{
	display: flex;
}
.welcome-order-box{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 80vw;
	margin: auto 30px;
	align-items: center;
	justify-content: center;
	gap:54px;
}
.welcome-order-illust{
	width: 80%;
	max-width: 100%;
	height: 30%;
}
.welcome-order-box-bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32%;
	width: 50%;
}
.welcome-order-box-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 54px;
}
.welcome-text-container6{
	width: 300px;
}

@media all and (min-width: 1920px) {
	.how-to-order-container-wrapper {
		height:134px;
	}
	.welcome-logo {
		position: absolute;
		width: 142px;
		height: 122px;
		left: 100px;
		top: 20%;
		z-index: 2;
	}
	.welcome-logo div:nth-child(1) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: calc(100% - 26px);
	}
	.welcome-logo div:nth-child(2) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 26px;
	}
	.welcome-arrow {
		right: 0;
	}
	.welcome-img-v {
		position: relative;
		width: 50vh;
		height: 50vh;
	}
	.welcome-img-v div {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	}
	.welcome-img-v div::before {
		content: "";
		padding-top: 100%;
		display: block;
	}
	.welcome-text-container1 {
		position: absolute;
		width: 432px;
		height: 279px;
		left: 100px;
		bottom: 13%;
	}
	.welcome-text-container1 div {
		color: #FFFFFF;
		white-space: nowrap;
	}
	.welcome-text-container1 div:nth-child(2) {
		width: 224px;
		word-break: break-all;
		white-space: pre-wrap;
	}
	.welcome-text-container3 {
		position: relative;
		width: 330px;
		height: 100vh;
		background: #F1EFE9;
	}
	.welcome-text-container3 div:nth-child(1) {
		position: absolute;
		color: #000000;
		top: 35%;
		width: 100%;
		text-align: center;
	}
	.welcome-text-container3 div:nth-child(2) {
		position: absolute;
		left: 40px;
		bottom: 36%;
		width: calc(100% - 80px);
		color: #1A1A1A;
	}
	.welcome-text-container4 {
		position: relative;
		width: 330px;
		height: 100vh;
		background: #EADFD8;
	}
	.welcome-text-container4 div:nth-child(1) {
		position: absolute;
		color: #000000;
		top: 35%;
		width: 100%;
		text-align: center;
	}
	.welcome-text-container4 div:nth-child(2) {
		position: absolute;
		left: 40px;
		bottom: 36%;
		width: calc(100% - 80px);
		color: #1A1A1A;
	}
	.welcome-order-box{
		height: 100%;
		width: 70vw;
		gap: 54px;
	}
	.welcome-order-illust{
		width: 80%;
		max-width: 100%;
		height: calc(80vw / 5);
	}
	.welcome-order-box-bottom {
		gap: 7vw;
		width: 110px;
	}
	.welcome-order-box-inner{
		gap: 54px;
	}
	.welcome-text-container7 {
		width: 60vw;
	}
	.welcome-vehicle-img-container {
		top: 37%;
		left: 45%;
	}
}
@media all and (min-width: 768px) and (max-width: 1919px) {
	.how-to-order-container-wrapper {
		height:134px;
	}
	.welcome-logo {
		position: absolute;
		width: 142px;
		height: 122px;
		left: 100px;
		top: 20%;
		z-index: 2;
	}
	.welcome-logo div:nth-child(1) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: calc(100% - 26px);
	}
	.welcome-logo div:nth-child(2) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 26px;
	}
	.welcome-arrow {
		right: 0;
	}
	.welcome-img-v {
		position: relative;
		width: 50vh;
		height: 50vh;
	}
	.welcome-img-v div {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	}
	.welcome-img-v div::before {
		content: "";
		padding-top: 100%;
		display: block;
	}
	.welcome-text-container1 {
		position: absolute;
		width: 432px;
		height: 279px;
		left: 100px;
		bottom: 13%;
	}
	.welcome-text-container1 div {
		color: #FFFFFF;
		white-space: nowrap;
	}
	.welcome-text-container1 div:nth-child(2) {
		width: 224px;
		word-break: break-all;
		white-space: pre-wrap;
	}
	.welcome-text-container3 {
		position: relative;
		width: 330px;
		height: 100vh;
		background: #F1EFE9;
	}
	.welcome-text-container3 div:nth-child(1) {
		position: absolute;
		color: #000000;
		top: 42%;
		width: 100%;
		text-align: center;
	}
	.welcome-text-container3 div:nth-child(2) {
		position: absolute;
		left: 40px;
		bottom: 25%;
		width: calc(100% - 80px);
		color: #1A1A1A;
	}
	.welcome-text-container4 {
		position: relative;
		width: 330px;
		height: 100vh;
		background: #EADFD8;
	}
	.welcome-text-container4 div:nth-child(1) {
		position: absolute;
		color: #000000;
		top: 42%;
		width: 100%;
		text-align: center;
	}
	.welcome-text-container4 div:nth-child(2) {
		position: absolute;
		left: 40px;
		bottom: 20%;
		width: calc(100% - 80px);
		color: #1A1A1A;
	}
	.welcome-order-box{
		height: 100%;
		width: 80vw;
		gap: 44px;
		padding-left: 100px;
	}
	.welcome-order-illust{
		width: 90%;
		max-width: 100%;
		height: calc(90vw / 5);
	}
	.welcome-order-box-bottom {
		gap: 120px;
		width: 150px;
	}
	.welcome-order-box-inner{
		gap: 44px;
	}
	.welcome-text-container7 {
		width: 60vw;
	}
	.welcome-vehicle-img-container {
		top: 30%;
		left: 49%;
	}
}
@media all and (max-width: 768px) {
	.welcome-logo {
		position: absolute;
		width: 142px;
		height: 122px;
		left: 50%;
		top: 20%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.welcome-logo div:nth-child(1) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: calc(100% - 26px);
	}
	.welcome-logo div:nth-child(2) {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 26px;
	}
	.welcome-arrow {
		right: 0;
	}
	.welcome-h1-sp {
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 400;
		/* font-size: 32px; */
		font-size: 25px;
		line-height: 200%;
		/* letter-spacing: 0.06em; */
		letter-spacing: 0em;
		font-feature-settings: 'palt' on;
	}
	.welcome-img-v {
		position: relative;
		width: 50vh;
		height: 50vh;
	}
	.welcome-img-v div {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	}
	.welcome-img-v div::before {
		content: "";
		padding-top: 100%;
		display: block;
	}
	.welcome-text-container1 {
		position: absolute;
		width: calc(100vw - 60px);
		left: 30px;
		bottom: 23px;
	}
	.welcome-text-container1 div {
		color: #FFFFFF;
		white-space: nowrap;
	}
	.welcome-text-container1 div:nth-child(2) {
		width: 224px;
		margin-top: 30px;
		word-break: break-all;
		white-space: pre-wrap;
	}
	.welcome-text-container3 {
		position: absolute;
		bottom: 0;
		width: 100vw;
		height: 50vh;
	}
	.welcome-text-container3 div:nth-child(1) {
		position: relative;
		color: #000000;
		top: 5%;
		width: 100%;
		text-align: center;
	}
	.welcome-text-container3 div:nth-child(2) {
		position: relative;
		left: 40px;
		padding-top: 30px;
		width: calc(100% - 80px);
		color: #1A1A1A;
	}
	.welcome-text-container4 {
		position: absolute;
		bottom: 0;
		width: 100vw;
		height: 50vh;
	}
	.welcome-text-container4 div:nth-child(1) {
		position: relative;
		color: #000000;
		top: 5%;
		width: 100%;
		text-align: center;
	}
	.welcome-text-container4 div:nth-child(2) {
		position: relative;
		left: 40px;
		top: 10%;
		width: calc(100% - 80px);
		color: #1A1A1A;
	}
	.welcome-vehicle-img-container {
		top: 30%;
		left: 49%;
	}
}
/* @media all and (min-device-width: 390px) and (max-device-width: 440px) {
	.welcome-img-v {
		position: relative;
		width: 50vw;
		height: 50vw;
	}
	.welcome-order-box{
		height: 100%;
		width: 180vw;
		gap: 54px;
	}
	.welcome-order-illust{
		width: 90%;
		max-width: 100%;
		height: 30%;
	}
	.welcome-order-box-bottom {
		gap: 80px;
		width: 100%;
	}
	.welcome-text-container6{
		width: 100vw;
	}
	#welcome-text-container5-arrow-inner1-sp {
		left: 73vw;
	}
	#welcome-text-container5-arrow-inner2-sp {
		right: 10vw;
	}
} */
@media all and (min-device-width: 390px) and (max-device-width: 440px) {
	.welcome-img-sp {
		width: 80vw;
		height: 80vw;
	}
	.welcome-img-v {
		position: relative;
		width: 40vw;
		height: 40vw;
	}
	.welcome-arrow {
		width: 70px;
		height: 44px;
	}
	.welcome-text-container5-arrow {
		width: 70px;
		height: 44px;
	}
	.welcome-arrow-black {
		width: 70px;
		height: 44px;
	}
	.welcome-text-container3 {
		padding-top: 30px;
	}
	.welcome-text-container4 {
		padding-top: 30px;
	}
	.welcome-text-inner-container5-label {
		font-size: 24px;
	}
	.welcome-text-inner-container5-text {
		width: 260px;
	}
	.welcome-order-box-inner{
		gap: 40px;
	}
	.welcome-text-container6{
		width: 100vw;
	}
	.welcome-order-box{
		height: 100%;
		width: 180vw;
		gap: 54px;
	}
	.welcome-order-illust{
		width: 90%;
		max-width: 100%;
		height: 30%;
	}
	.welcome-order-box-bottom {
		gap: 80px;
		width: 100%;
	}
	.welcome-enter-btn-1 {
		padding: 36px;
	}
	.welcome-enter-btn-1 div:first-child {
		height: 100px;
	}
	.welcome-enter-btn-2 {
		padding: 36px;
	}
	.welcome-enter-btn-2 div:first-child {
		height: 78px;
	}
	#welcome-text-container5-arrow-inner1-sp {
		left: 73vw;
	}
	#welcome-text-container5-arrow-inner2-sp {
		right: 10vw;
	}
	.welcome-vehicle-img-container {
		top: 33%;
		left: 40%;
	}
}
@media all and (min-device-width: 375px) and (max-device-width: 389px) {
	.welcome-img-sp {
		width: 70vw;
		height: 70vw;
	}
	.welcome-img-v {
		position: relative;
		width: 35vw;
		height: 35vw;
	}
	.welcome-arrow {
		width: 70px;
		height: 44px;
	}
	.welcome-text-container5-arrow {
		width: 70px;
		height: 44px;
	}
	.welcome-arrow-black {
		width: 70px;
		height: 44px;
	}
	.welcome-text-container3 {
		padding-top: 30px;
	}
	.welcome-text-container4 {
		padding-top: 30px;
	}
	.welcome-text-inner-container5-label {
		font-size: 24px;
	}
	.welcome-text-inner-container5-text {
		width: 260px;
	}
	.welcome-order-box-inner{
		gap: 40px;
	}
	.welcome-text-container6{
		width: 100vw;
	}
	.welcome-order-box{
		height: 100%;
		width: 180vw;
		gap: 54px;
	}
	.welcome-order-illust{
		width: 90%;
		max-width: 100%;
		height: 30%;
	}
	.welcome-order-box-bottom {
		gap: 80px;
		width: 100%;
	}
	.welcome-enter-btn-1 {
		padding: 36px;
	}
	.welcome-enter-btn-1 div:first-child {
		height: 100px;
	}
	.welcome-enter-btn-2 {
		padding: 36px;
	}
	.welcome-enter-btn-2 div:first-child {
		height: 78px;
	}
	#welcome-text-container5-arrow-inner1-sp {
		left: 73vw;
	}
	#welcome-text-container5-arrow-inner2-sp {
		right: 10vw;
	}
	.welcome-vehicle-img-container {
		top: 27%;
		left: 40%;
	}
}
@media all and (min-device-width: 320px) and (max-device-width: 374px) {
	.welcome-img-sp {
		width: 60vw;
		height: 60vw;
	}
	.welcome-img-v {
		position: relative;
		width: 30vw;
		height: 30vw;
	}
	.welcome-body-m {
		font-size: 12px;
	}
	.welcome-h1-sp {
		font-size: 20px;
		line-height: 170%;
	}
	.welcome-arrow {
		width: 60px;
		height: 40px;
	}
	.welcome-text-container5-arrow {
		width: 60px;
		height: 40px;
	}
	.welcome-arrow-black {
		width: 60px;
		height: 40px;
	}
	.welcome-text-container1 div:nth-child(2) {
		margin-top: 22px;
	}
	.welcome-body-m-default {
		font-size: 14px;
	}
	.welcome-h2-default {
		font-size: 18px;
	}
	.welcome-h3-default {
		font-size: 16px;
	}
	.welcome-h4-default {
		/* font-size: 14px; */
	}
	.welcome-h5-bold {
		font-size: 12px;
	}
	.welcome-enter-btn-1{
		padding: 20px;
	}
	.welcome-enter-btn-1 > div:first-child{
		height: 96px;
	}
	.welcome-enter-btn-2 {
		padding: 20px;
	}
	.welcome-enter-btn-2 > div:first-child{
		height: 70px;
	}
	.welcome-p {
		font-size: 10px;
	}
	.welcome-text-inner-container5-text {
		width: 200px;
	}
	.welcome-order-illust{
		height: 275px;
	}
	.welcome-float-container{
	}
	.welcome-order-illust{
		width: 600px;
		height: 146px;
		left: 340px;
		top: 36%;
	}
	.welcome-text-container5{
		display: flex;
	}
	.welcome-text-inner-container5-label {
		font-size: 20px;
	}
	.welcome-order-box {
		height: 100%;
		width: 100%;
		gap: 5%;
	}
	.welcome-order-illust {
		width: 90%;
		max-width: 100%;
		height: 30%;
	}
	.welcome-order-box-bottom {
		gap: 120px;
	}
	.welcome-order-box-inner{
		gap: 24px;
	}
	.welcome-text-container6{
		width: 100vw;
	}
	.welcome-h4-bold {
		font-size: 14px;
	}
	.welcome-body-s {
		font-size: 10px;
	}
	#welcome-text-container5-arrow-inner1-sp {
		left: 73vw;
	}
	#welcome-text-container5-arrow-inner2-sp {
		right: 10vw;
	}
	.welcome-vehicle-img-container {
		top: 27%;
		left: 40%;
	}
}

/*【追記部分】古川*/

/* .top-store{
	margin-bottom: 7%;
}
@media all and (max-width: 768px) {
	.top-store{
		margin-bottom: 15vw;
	}
} */

/*****************************追加CSS カジハラ*****************************/

/*******************************************
①日時指定カレンダー
*/

/*カレンダー表示時に▲を表示させる*/
.calendar-popup {
	position: absolute;
	top: 57px;
	right: 20px;
}
.bubble{
	position: relative;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent; 
	width: 0;
	height: 0;
	margin-top: 0px;
	margin-right: 20%;
	margin-left: auto;
}
.bubble-bottom{
	position: relative;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
	border-left: 10px solid transparent; 
	width: 0;
	height: 0;
	margin-top: 0px;
	margin-right: 20%;
	margin-left: auto;
}

/*カレンダーレイアウト調整*/
.cart-calendar-date-container {
	width: 302px;
	/* height: 284px; */
}
/*カレンダー内のフォント*/
.cart-calendar-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 20px 20px;
	gap: 16px;
	isolation: isolate;
	width: 342px;
	min-height: 368px;
	background: #F1EFE9;
	font-family: 'Adobe Garamond Pro',serif;
	font-weight: 400;
	font-style: normal;
}
/*曜日部分レイアウト*/
.store-body-xxs-date {
	/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 D'; */
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 17px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	font-feature-settings: 'tnum' on, 'onum' on;
}
/*月の部分のフォント*/
.store-num-l {
	/* font-family: 'Adobe Garamond Pro','FOT-筑紫Aオールド明朝 Pr6 D'; */
	font-family: 'Adobe Garamond Pro','shippori-mincho';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
	/* font-variant: unicase; */
}
/*月の部分のレイアウト*/
.cart-calendar-date-days-container div{
	display: flex;
	justify-content: center;
}
.month-smaller {
	display: inline-flex;
	align-items: flex-end;
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.04em;
	font-feature-settings: 'tnum' on, 'onum' on, 'palt' on;
}
/*プレイスホルダーフォント*/
.login-input-row input{
	font-family: 'fot-tsukuaoldmin-pr6n';
}

/*日時指定のボタンをクリックされた時*/
/*bt-active-pinkクラスを付与してください。*/
.bt-active-pink{
	background-color: #EADFD8;
}


/*******************************************
②商品ページ
*/



.item-sub-img-content{
	display: flex;
	justify-content: center;
	align-items: center;
}

/*商品詳細ページ商品説明の行間*/
.font-name-m {
	line-height: 2rem;
}


/*******************************************
③店舗ページ
*/

/*店舗TOPのKV調整*/

@media all and (min-width: 768px) {
	.window-grid {
		height: 100vh;
	}
	.window-margin{
		/* margin-right: 0; */
	}
}

/* .item-img {
	width: auto;
	height: 100%;
} */

/*店舗TOPの店舗情報部分*/
/*shop-info-leftクラス追加お願いします。*/
.shop-info-left {
	display: flex;
	flex-direction: column;
}
/* .store-main-info-container{
	padding-bottom: 5%;
} */
/*店舗情報　メニュー部分　マージン設定*/

/*店舗情報*/
.recommend-item-container{
	cursor: pointer;

}

/*ボタンのカーソール表示とホバー時の透過エフェクト*/
/*html要素に下記クラスを追加しています。*/
.link-effect{
	cursor: pointer;
	opacity: 1;
	outline: none;
}
.link-effect:hover{
	opacity: 0.8;
}


/*店舗ページの右側画像をStikyで表示*/
.shop-left-stiky{
	height: 100%;
}
.sp{
	/* position: sticky; */
	/* top: 0; */
}

/*店舗ページの左側情報部分レイアウト*/
.hotel-logo{
	/* max-width: 434px;
    max-height: 112px; */
}

/* 修正点7/12 */

.font-name-m{
	line-height: 2rem;
}

.menu-inner-st{
	font-size: 1.25rem;
	line-height: 30px;
	letter-spacing: 0.16em;
}

/*TOPページ*/
/*レイアウト修正*/
.top-store-logo{
	max-width: 250px;
	max-height: 85px;
	margin: 20px auto;

}
.top-store-logo{
	gap: 0px 28px;
}
.top-store{
	margin-bottom: 20px;
}

/*ページャー*/
.pager-item{
	margin: 0 7px;
}

/*フッターリンクの位置調整*/
.footer{
	gap: 28px;
}

/*ウェルカムページ、最後の部分の位置調整*/
.welcome-text-container7{
	padding-bottom: 65px;
}

/*ボーダー除去*/
.border-none{
	border: solid 0px;
}

/* 商品ホバーエフェクト */
/* ボックスシャドウ */

/* ホバー前 */
.hover-effect{
	opacity: 1;
}
/* ホバー後　ボックスシャドウ */
.hover-effect:hover{
	box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.19);
}
/* ホバー後　商品画像透過 */
.hover-effect:hover .recommend-item-img{
	opacity: 0.6;
}
/* ホバー後　商品説明の背景色変更 */
.hover-effect:hover .recommend-box-bg{
	background-color: #F1EFE9;
}
/* ホバー後　商品タグ背景色変更 */
.hover-effect:hover .recommend-box-bg div .item-shop-tag{
	background-color: #ffffff;
}

/* 店舗ホバーエフェクト */
.top-store{
	opacity: 1;
}
.top-store:hover{
	box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.19);
	border-radius: 8px;
	transition-duration: 150ms;
}
.top-store:hover .top-store-img{
	opacity: 0.6;
	border-radius: 8px 8px 0 0;
	transition-duration: 150ms;
}



/* 店舗ページ店舗情報エリア修正　7/12 */
.store-info-left{
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: space-between;
}
.store-logo-container{
	margin-top: 0px;
}
.store-main-info-container{
	margin-top: 0px;
	margin-bottom: 28px;
}

/* How to Order　7/12 */
.how-to-order-container:hover {
	border: solid 2px;
	transition: 0.15s ease;
	cursor: pointer;
}

.margin-r{
	margin-right: 40px;
}
@media all and (min-width: 768px){
.side-menu-item-container-upper{
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
	margin: auto 0;
}
}
@media all and (max-width: 768px){
.side-menu-item-container-upper{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto 0;
    justify-content: flex-end;
}
}
/* 商品ホバーエフェクト */
.top-item{
	/* opacity: 1; */
}
.top-item:hover{
	box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.19);
	border-radius: 8px;
	transition-duration: 150ms;
	background-color: #F1EFE9;
}
.top-item:hover .top-item-img{
	opacity: 0.6;
	border-radius: 8px 8px 0 0;
	transition-duration: 150ms;
}


.recommend-item-container-child{
	background-color:  #F1EFE9;
	
}

.top-item:hover .recommend-item-container-child{
	background-color:  #ffffff;
}
@media all and (min-width: 768px) {
	.right-margin-set{
		margin-right: 40px;
	}
}
@media all and (max-width: 768px){
	.sp-outer-margin-set{
		margin: 0 0;
		width: 100%;
	}
}


.left-sticky{
	position: sticky;
	top: 0;
}
.item-category-box{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.item-category{
	
	width: 100%;
	margin: 0 auto;
}
.item-category-ico-desc{
	display: inline-flex;
	flex-direction: row;
	margin: 0;
}
.item-category-ico{
	padding: 0 5px;
}
.item-category-desc{
	width: 100%;
}
.item-brand-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 28px;
	width: 100%;
	height: 131px;
}
.item-brand-container div:nth-child(1) {
	display: flex;
	/* flex-direction: column; */
	/* align-items: center; */
	/* padding: 0px 0px 8px; */
	gap: 10px;
	/* background-position: center;
	background-size: contain;
	background-repeat: no-repeat; */
	width: 100%;
	text-align: start;
	height: 100%;
	font-size: 18px;
}
.item-brand-container div:nth-child(2) {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

@media all and (min-width: 768px) {
	.item-brand-container div:nth-child(1) {
		flex: 1;
	}
	.item-brand-container div:nth-child(2) {
		width: 231px;
		height: 131px;
	}
}
@media all and (max-width: 768px) {
	.item-brand-container div:nth-child(1) {
		width: 100%;
	}
	.item-brand-container div:nth-child(2) {
		width: 100%;
		height: 100%;
	}
}
	
.item-brand-container div:nth-child(3) {
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #000000;
	width: 100%;
}

/* sp top */
@media all and (max-width: 768px){
	.top-store-container{
		margin: 0 20px;
		row-gap: 28px;
	}
	.top-store{
		width: 100%;
	}
	.pager-item{

	}
	.sp-display-none{
		display: none !important;
	}
	.how-to-order-container{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 666px;
		padding: 28px 56px;
		border: 0.5px solid #1A1A1A;
		margin: 64px 20px;
	}
	.calendar-popup{
		white-space: nowrap;
		margin: 0 auto;
		top: 128px;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 2;
	}
	.cart-calendar-container{
		margin: 0 auto;
	}
	.bubble{
		margin-right: 6%;
	}
	.top-logo{
		display: flex;
		flex-direction: column;
		overflow: hidden;
		width: 75px;
		height: 68px;
		transform: translateY(-31px);
	}
	.top-logo div:nth-child(1){
		/* height: 49px; */
		height: 100%;
	}
	.top-logo div:nth-child(2){

	}
	

}

/* 日時指定　左側パターン */
.left-calendar-popup{
	position: absolute;
	top: auto;
    right: 0px;
    bottom: 62px;
}

.left-cart-calendar-container{
	padding: 20px;
}
.left-cart-calendar-input-container {
	position:relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 6px 8px 7px;
	gap: 10px;
	width: 302px;
	height: 32px;
	background: #707573;
	border-radius: 4px;
	margin-top: 20px;
}
@media all and (max-width: 768px) {
	.left-calendar-popup {
		
		/* top: 180px; */
	}
}

.left-calendar-popup-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	gap: 10px;
	width: 100%;
	height: 14px;
	margin-top: 20px;
}
.left-calendar-popup-footer div {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	font-feature-settings: 'tnum' on, 'onum' on;
	color: #000000;
	cursor: pointer;
}
.calendar-time-container {
	position: absolute;
	right: 2px;
	bottom: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2px;
	gap: 10px;
	position: absolute;
	max-height: 130px;
	overflow-y: scroll;
	background: #EDDBCF;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.calendar-time-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 3px;
	gap: 10px;
	height: 24px;
	border-radius: 4px;
	cursor: pointer;
}
.calendar-time-item-select {
	background: #FFFFFF;
	border-radius: 4px;
}

.item-description-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 42px;
	/* width: 100%; */
}
@media all and (max-width: 768px) {
	.item-description-container {
		margin: 12px 0;
	}
	.store-h1-default{
		margin: 64px 20px 28px 20px;
	}
	.right-margin-set{
		/* margin: 0; */
	}
	.recommend-item-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background: #FFFFFF;
		border-radius: 8px;
		overflow: hidden;
		margin-bottom: 20px;
		
	}
}

.side-menu-on{
	overflow: hidden;
}
.side-menu-footer-container{
	position: relative;
	display: flex;
	width: 100%;
	margin: 35px 0 60px 0;
}
@media all and (max-height: 600px) {
	.side-menu-footer-container{
		margin: 0 0 60px 0;
	}
	.side-menu-item-container-upper {
		gap: 0;
	}
}

/* その他ページ */
.other-page-header {
	position: relative;
	height: 48px;
	top: 28px;
	margin: 0 40px 0 40px;
}
.other-page-top-logo{
	display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 142px;
    height: 108px;
	transform: translateY(-18px);
}
.other-page-top-logo div:nth-child(1) {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2236%22%20viewBox%3D%220%200%2059%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M55.6247%2013.4975L55.6246%2013.5035H53.0848V15.9389H55.3245C54.2093%2020.4241%2050.0965%2023.7627%2045.205%2023.7627C42.2798%2023.7627%2039.6341%2022.5673%2037.7398%2020.6484L37.7424%2020.6459L37.6346%2020.5397C35.8705%2018.7001%2034.7854%2016.222%2034.7854%2013.4973C34.7854%207.83718%2039.4596%203.23227%2045.205%203.23227C50.0757%203.23227%2054.1751%206.54214%2055.311%2010.9983H57.8448C56.6631%205.18807%2051.4453%200.796875%2045.205%200.796875C38.0965%200.796875%2032.3133%206.49438%2032.3133%2013.4973C32.3133%2014.1603%2032.3656%2014.8113%2032.4655%2015.4471L32.4464%2015.4283C30.8047%2013.811%2028.7669%2012.818%2026.638%2012.4441C26.0923%205.93247%2020.5423%200.796875%2013.7941%200.796875C6.68562%200.796875%200.902344%206.49438%200.902344%2013.4973C0.902344%2020.5003%206.68562%2026.1981%2013.7941%2026.1981C20.4143%2026.1981%2025.8825%2021.2557%2026.6028%2014.9199C28.1046%2015.2579%2029.5308%2016%2030.6983%2017.1502L35.9186%2022.2932C38.2656%2024.6974%2041.5598%2026.1981%2045.205%2026.1981C52.3135%2026.1981%2058.0967%2020.5006%2058.0968%2013.4975H55.6247ZM3.37441%2013.4973C3.37441%207.83718%208.04863%203.23228%2013.7941%203.23228C19.1239%203.23228%2023.5291%207.1959%2024.1389%2012.2878C21.5244%2012.419%2018.9487%2013.4653%2016.9563%2015.4283C14.6976%2017.6533%2013.5664%2020.6806%2013.7745%2023.7622C8.03805%2023.7517%203.37441%2019.1513%203.37441%2013.4973ZM16.2331%2023.4758C16.1115%2021.1336%2016.9868%2018.8423%2018.7043%2017.1502C20.2141%2015.6628%2022.1565%2014.8567%2024.1363%2014.7275C23.6148%2019.0076%2020.4113%2022.4845%2016.2331%2023.4758Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M17.96%2027.9238H20.8195C22.9116%2027.9238%2024.1204%2029.4773%2024.1204%2031.5072C24.1204%2033.5269%2022.9116%2035.0597%2020.8195%2035.0597H17.96V27.9238ZM20.8195%2033.6408C21.9023%2033.6408%2022.4595%2032.6155%2022.4595%2031.5072C22.4595%2030.3887%2021.9023%2029.3427%2020.8195%2029.3427H19.6105V33.6408H20.8195Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M25.6016%2027.9229H27.2521V35.0588H25.6016V27.9229Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M28.7549%2032.9463H30.4054C30.4054%2033.402%2030.868%2033.7542%2031.4357%2033.7542C31.9718%2033.7542%2032.3817%2033.5159%2032.3817%2033.05C32.3817%2032.7703%2032.2241%2032.5113%2031.5828%2032.3042L30.7208%2032.0454C29.1228%2031.6206%2028.818%2030.6574%2028.818%2029.9844C28.818%2028.7001%2029.9324%2027.8301%2031.3725%2027.8301C32.7603%2027.8301%2033.822%2028.6482%2033.822%2030.0362H32.1715C32.1715%2029.6114%2031.9087%2029.249%2031.341%2029.249C30.8258%2029.249%2030.4896%2029.5596%2030.4896%2029.9532C30.4896%2030.0983%2030.5316%2030.4194%2031.2044%2030.6058L31.9613%2030.8337C32.9916%2031.1443%2034.0428%2031.6725%2034.0428%2032.967C34.0428%2034.4998%2032.6971%2035.1525%2031.3725%2035.1525C29.8272%2035.1525%2028.7549%2034.2618%2028.7549%2032.9463L28.7549%2032.9463Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M41.2001%2027.9229V35.0588H39.5496V32.2416H37.1632V35.0588H35.5127V27.9229H37.1632V30.7814H39.5496V27.9229H41.2001Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E);
    width: 100%;
    height: 48px;
	background-repeat: no-repeat;
	background-position: center;
}
.other-page-top-logo div:nth-child(2) {
    /* background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22142%22%20height%3D%2226%22%20viewBox%3D%220%200%20142%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27.1928%207.72976H28.6515C28.6515%208.16226%2029.0265%208.56755%2029.6824%208.56755C30.2976%208.56755%2030.6996%208.28385%2030.6996%207.87856C30.6996%207.52711%2030.4318%207.365%2029.9634%207.25672L29.1337%207.04016C27.7277%206.6621%2027.3665%205.90475%2027.3665%205.10748C27.3665%204.12088%2028.3304%203.25586%2029.6956%203.25586C30.8068%203.25586%2032.0648%203.80995%2032.0516%205.22907H30.5654C30.5654%204.78325%2030.1772%204.51286%2029.7357%204.51286C29.2541%204.51286%2028.9192%204.78325%2028.9192%205.17523C28.9192%205.49946%2029.2271%205.6888%2029.5884%205.76986L30.5924%206.04025C31.9977%206.40501%2032.2523%207.29725%2032.2523%207.87856C32.2523%209.16218%2030.9805%209.83786%2029.7088%209.83786C28.464%209.83786%2027.2192%209.08112%2027.1928%207.72976V7.72976Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M40.1512%203.39062V9.70284H38.5985V8.71623C38.2774%209.50019%2037.2866%209.85164%2036.6576%209.85164C35.0516%209.85164%2034.1548%208.77007%2034.1548%206.93236V3.39062H35.7076V6.78355C35.7076%207.79738%2036.3096%208.31094%2037.0057%208.31094C37.7149%208.31094%2038.5985%207.91897%2038.5985%206.68858V3.39062H40.1512V3.39062Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M49.2417%206.54051C49.2417%208.56755%2047.8231%209.82455%2046.1764%209.82455C45.3868%209.82455%2044.517%209.52754%2044.0887%208.85126V12.7844H42.536V3.39075H44.0887V4.22916C44.517%203.56678%2045.4138%203.25586%2046.1632%203.25586C47.8094%203.25586%2049.2417%204.52617%2049.2417%206.54051V6.54051ZM47.6889%206.55382C47.6889%205.49946%2046.8856%204.7155%2045.9224%204.7155C44.9717%204.7155%2044.1151%205.44563%2044.1151%206.55382C44.1151%207.66201%2045.0256%208.36491%2045.9224%208.36491C46.8856%208.36491%2047.6889%207.60817%2047.6889%206.55382Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M57.9577%206.54051C57.9577%208.56755%2056.5392%209.82455%2054.8924%209.82455C54.1029%209.82455%2053.2331%209.52754%2052.8048%208.85126V12.7844H51.2521V3.39075H52.8048V4.22916C53.2331%203.56678%2054.1299%203.25586%2054.8793%203.25586C56.5254%203.25586%2057.9577%204.52617%2057.9577%206.54051V6.54051ZM56.405%206.55382C56.405%205.49946%2055.6017%204.7155%2054.6385%204.7155C53.6878%204.7155%2052.8311%205.44563%2052.8311%206.55382C52.8311%207.66201%2053.7417%208.36491%2054.6385%208.36491C55.6017%208.36491%2056.405%207.60817%2056.405%206.55382Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M59.5799%206.5266C59.5799%204.52617%2061.1188%203.25586%2062.8992%203.25586C64.6795%203.25586%2066.2322%204.52617%2066.2322%206.5266C66.2322%208.52702%2064.6795%209.83785%2062.8992%209.83785C61.1188%209.83785%2059.5799%208.52702%2059.5799%206.5266ZM64.6658%206.5266C64.6658%205.44562%2063.863%204.71549%2062.8992%204.71549C61.9353%204.71549%2061.1458%205.44562%2061.1458%206.5266C61.1458%207.63478%2061.9353%208.37822%2062.8992%208.37822C63.863%208.37822%2064.6658%207.63478%2064.6658%206.5266Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M72.5922%203.47242L72.2843%204.95867C71.9231%204.76994%2071.6014%204.72941%2071.3738%204.72941C70.3566%204.72941%2069.7947%205.72933%2069.7947%207.49989V9.70297H68.2288V3.39075H69.7815V4.74272C70.1158%203.68837%2070.7987%203.25586%2071.5751%203.25586C71.9495%203.25586%2072.3514%203.33692%2072.5922%203.47242V3.47242Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M78.1351%204.64806H76.81V9.70328H75.2573V4.64806H74.1329V3.39107H75.2573V1.06641H76.81V3.39107H78.1351V4.64806Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M85.9131%207.09459H81.0812C81.255%207.97292%2081.9247%208.41874%2082.8478%208.41874C83.5307%208.41874%2084.1729%208.14835%2084.5479%207.63479L85.5782%208.43266C85.0032%209.35152%2083.9057%209.83786%2082.7675%209.83786C80.8937%209.83786%2079.4752%208.51371%2079.4752%206.54051C79.4752%204.52617%2080.974%203.25586%2082.7544%203.25586C84.5479%203.25586%2085.9532%204.51286%2085.9532%206.48607C85.9532%206.66209%2085.94%206.86474%2085.9131%207.0946L85.9131%207.09459ZM84.4005%205.99971C84.3071%205.1347%2083.6511%204.63443%2082.7813%204.63443C81.9379%204.63443%2081.2687%205.03973%2081.0812%205.99971H84.4005V5.99971Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M94.2403%200.0117188V9.70234H92.6876V8.85063C92.2593%209.52692%2091.3763%209.83722%2090.6131%209.83722C88.967%209.83722%2087.5347%208.55361%2087.5347%206.53987C87.5347%204.51222%2088.9538%203.25523%2090.6%203.25523C91.3895%203.25523%2092.2593%203.56615%2092.6876%204.22853V0.0117188H94.2403V0.0117188ZM92.6612%206.52597C92.6612%205.41778%2091.7507%204.71487%2090.8539%204.71487C89.8907%204.71487%2089.1006%205.47161%2089.1006%206.52597C89.1006%207.58032%2089.8907%208.36427%2090.8539%208.36427C91.8046%208.36427%2092.6612%207.63416%2092.6612%206.52597Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M107.133%206.53988C107.133%208.55362%20105.701%209.83723%20104.055%209.83723C103.306%209.83723%20102.409%209.52691%20101.981%208.85063V9.70234H100.428V0.0117188H101.981V4.22853C102.409%203.56615%20103.279%203.25523%20104.068%203.25523C105.714%203.25523%20107.133%204.51224%20107.133%206.53988V6.53988ZM105.581%206.52597C105.581%205.47161%20104.777%204.71488%20103.814%204.71488C102.917%204.71488%20102.007%205.41778%20102.007%206.52597C102.007%207.63416%20102.863%208.36428%20103.814%208.36428C104.777%208.36428%20105.581%207.58032%20105.581%206.52597V6.52597Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M114.94%203.39062L111.058%2012.7842H109.425L110.83%209.27033L108.341%203.39062H110.041L111.66%207.39148L113.266%203.39062H114.94H114.94Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M0%2016.4941H1.63298V25.8067H0V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M4.45868%2023.0909H6.07788C6.09106%2023.8071%206.77397%2024.4695%207.79114%2024.4695C8.72803%2024.4695%209.33067%2023.9287%209.33067%2023.1992C9.33067%2022.5501%208.78195%2022.1721%208.0056%2021.9555L6.85424%2021.6313C4.87322%2021.1177%204.52517%2019.9145%204.52517%2019.104C4.52517%2017.455%205.95748%2016.3867%207.65756%2016.3867C9.34385%2016.3867%2010.6689%2017.4411%2010.6689%2019.185H9.04913C9.04913%2018.4144%208.47405%2017.8603%207.61743%2017.8603C6.82729%2017.8603%206.17194%2018.3466%206.17194%2019.0767C6.17194%2019.3332%206.25221%2019.8873%207.30952%2020.1577L8.40695%2020.4553C9.85244%2020.8606%2010.9637%2021.6446%2010.9637%2023.1314C10.9637%2024.8343%209.55771%2025.9425%207.75101%2025.9425C5.78376%2025.9425%204.45869%2024.6588%204.45869%2023.0909H4.45868Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M19.5323%2024.3337V25.8067H13.7366V16.4941H19.3987V17.9677H15.3564V20.4817H18.8901V21.9819H15.3564V24.3337H19.5323H19.5323Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M28.3819%2017.9677H25.7455V25.8067H24.1126V17.9677H21.4756V16.4941H28.3819V17.9677V17.9677Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M35.7728%2023.5226H32.1588L31.3561%2025.8067H29.6159L33.0825%2016.4941H34.8491L38.3026%2025.8067H36.5761L35.7728%2023.5226H35.7728ZM35.2774%2022.0895L33.9661%2018.3324L32.6542%2022.0895H35.2774Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M47.2462%2016.4941V25.8067H45.7606L42.0795%2019.535V25.8067H40.4465V16.4941H41.9861L45.6133%2022.7114V16.4941H47.2462Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M63.8205%2025.8067L63.0843%2019.5489L60.5946%2024.7523H59.2696L56.7668%2019.5622L56.0168%2025.8067H54.3844L55.5082%2016.4941H56.9273L59.9255%2022.9007L62.9105%2016.4941H64.3291L65.4535%2025.8067H63.8205V25.8067Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M68.3211%2016.4941H69.9541V25.8067H68.3211V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M79.3117%2017.9677H76.6753V25.8067H75.0423V17.9677H72.4053V16.4941H79.3117V17.9677Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M81.228%2023.0909H82.8478C82.861%2023.8071%2083.5439%2024.4695%2084.5611%2024.4695C85.498%2024.4695%2086.1006%2023.9287%2086.1006%2023.1992C86.1006%2022.5501%2085.5519%2022.1721%2084.7755%2021.9555L83.6242%2021.6313C81.6432%2021.1177%2081.2951%2019.9145%2081.2951%2019.104C81.2951%2017.455%2082.7274%2016.3867%2084.4275%2016.3867C86.1138%2016.3867%2087.4389%2017.4411%2087.4389%2019.185H85.8191C85.8191%2018.4144%2085.244%2017.8603%2084.3874%2017.8603C83.5972%2017.8603%2082.9413%2018.3466%2082.9413%2019.0767C82.9413%2019.3332%2083.0222%2019.8873%2084.0795%2020.1577L85.1769%2020.4553C86.6224%2020.8606%2087.7336%2021.6446%2087.7336%2023.1314C87.7336%2024.8343%2086.3277%2025.9425%2084.521%2025.9425C82.5537%2025.9425%2081.228%2024.6588%2081.228%2023.0909H81.228Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M90.3993%2022.536V16.4941H92.0317V22.4549C92.0317%2023.793%2092.9021%2024.3743%2093.8791%2024.3743C94.843%2024.3743%2095.7128%2023.793%2095.7128%2022.4549V16.4941H97.3458V22.536C97.3458%2024.658%2095.726%2025.9416%2093.8791%2025.9416C92.0185%2025.9416%2090.3993%2024.658%2090.3993%2022.536V22.536Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M105.42%2025.8067L102.234%2022.2656V25.8067H100.614V16.4941H102.234V20.022L104.831%2016.4941H106.851L103.331%2021.1302L107.628%2025.8067H105.42H105.42Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M109.01%2021.1582C109.01%2018.5226%20111.058%2016.3867%20113.694%2016.3867C116.318%2016.3867%20118.379%2018.5226%20118.379%2021.1582C118.379%2023.7938%20116.318%2025.9424%20113.694%2025.9424C111.058%2025.9424%20109.01%2023.7938%20109.01%2021.1582ZM116.746%2021.1582C116.746%2019.3738%20115.448%2017.928%20113.681%2017.928C111.928%2017.928%20110.656%2019.3738%20110.656%2021.1582C110.656%2022.9421%20111.928%2024.3884%20113.681%2024.3884C115.448%2024.3884%20116.746%2022.9421%20116.746%2021.1582Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M120.617%2023.0909H122.237C122.25%2023.8071%20122.933%2024.4695%20123.95%2024.4695C124.887%2024.4695%20125.49%2023.9287%20125.49%2023.1992C125.49%2022.5501%20124.941%2022.1721%20124.165%2021.9555L123.013%2021.6313C121.032%2021.1177%20120.684%2019.9145%20120.684%2019.104C120.684%2017.455%20122.117%2016.3867%20123.817%2016.3867C125.503%2016.3867%20126.828%2017.4411%20126.828%2019.185H125.208C125.208%2018.4144%20124.633%2017.8603%20123.777%2017.8603C122.986%2017.8603%20122.331%2018.3466%20122.331%2019.0767C122.331%2019.3332%20122.411%2019.8873%20123.469%2020.1577L124.566%2020.4553C126.012%2020.8606%20127.123%2021.6446%20127.123%2023.1314C127.123%2024.8343%20125.717%2025.9425%20123.91%2025.9425C121.943%2025.9425%20120.617%2024.6588%20120.617%2023.0909H120.617Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M136.989%2016.4941V25.8067H135.356V21.9141H131.528V25.8067H129.895V16.4941H131.528V20.4412H135.356V16.4941H136.989Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M140.351%2016.4941H141.984V25.8067H140.351V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E); */
    width: 100%;
    height: 7px;
}
.other-page-window-margin{
	margin: 0 40px 0 40px;
}
.other-page-store-body-m-default{
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
}
.other-page-store-body-m{
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.agreement-title-text{
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.agreement-title{
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #1A1A1A;
}
.agreement-container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 24px;
}
.agreement-title-container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 32px;
	margin-bottom: 36px;
}
.agreement-text-container{
	display: grid;
    grid-template-columns: 35vw 55vw;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
}
.agreement-text-container-end{
	display: grid;
    grid-template-columns: 1fr;
    text-align: right;
    width: 100%;
	margin-top: 50px;
}
@media all and (max-width: 768px){
	.other-page-header{
		margin: 0 20px;
		top: 47px;
	}
	/* .header-btn-container {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		padding: 0px;
		gap: 8px;
		position: absolute;
		width: 48px;
		height: 20px;
		right: 0px;
		top: calc(50% - 20px/2 + 1px);
	} */
	/* .header-menu-btn {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2210%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2210%22%20y%3D%2221%22%20width%3D%2224%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2010%2029)%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2022%2029)%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 44px;
		height: 44px;
		top: calc(50% - 44px/2);
		left: -10px;
		cursor: pointer;
	} */
	.top-logo-container{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0px;
		gap: 32px;
		flex: 1;
		justify-content: center;
	}
	.other-page-top-logo{
		display: flex;
		flex-direction: column;
		overflow: hidden;
		width: 120px;
		height: 45px;
		/* height: 107px; */
		transform: translateY(0px);
	}
	.other-page-top-logo div:nth-child(1) {
		background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2259%22%20height%3D%2236%22%20viewBox%3D%220%200%2059%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M55.6247%2013.4975L55.6246%2013.5035H53.0848V15.9389H55.3245C54.2093%2020.4241%2050.0965%2023.7627%2045.205%2023.7627C42.2798%2023.7627%2039.6341%2022.5673%2037.7398%2020.6484L37.7424%2020.6459L37.6346%2020.5397C35.8705%2018.7001%2034.7854%2016.222%2034.7854%2013.4973C34.7854%207.83718%2039.4596%203.23227%2045.205%203.23227C50.0757%203.23227%2054.1751%206.54214%2055.311%2010.9983H57.8448C56.6631%205.18807%2051.4453%200.796875%2045.205%200.796875C38.0965%200.796875%2032.3133%206.49438%2032.3133%2013.4973C32.3133%2014.1603%2032.3656%2014.8113%2032.4655%2015.4471L32.4464%2015.4283C30.8047%2013.811%2028.7669%2012.818%2026.638%2012.4441C26.0923%205.93247%2020.5423%200.796875%2013.7941%200.796875C6.68562%200.796875%200.902344%206.49438%200.902344%2013.4973C0.902344%2020.5003%206.68562%2026.1981%2013.7941%2026.1981C20.4143%2026.1981%2025.8825%2021.2557%2026.6028%2014.9199C28.1046%2015.2579%2029.5308%2016%2030.6983%2017.1502L35.9186%2022.2932C38.2656%2024.6974%2041.5598%2026.1981%2045.205%2026.1981C52.3135%2026.1981%2058.0967%2020.5006%2058.0968%2013.4975H55.6247ZM3.37441%2013.4973C3.37441%207.83718%208.04863%203.23228%2013.7941%203.23228C19.1239%203.23228%2023.5291%207.1959%2024.1389%2012.2878C21.5244%2012.419%2018.9487%2013.4653%2016.9563%2015.4283C14.6976%2017.6533%2013.5664%2020.6806%2013.7745%2023.7622C8.03805%2023.7517%203.37441%2019.1513%203.37441%2013.4973ZM16.2331%2023.4758C16.1115%2021.1336%2016.9868%2018.8423%2018.7043%2017.1502C20.2141%2015.6628%2022.1565%2014.8567%2024.1363%2014.7275C23.6148%2019.0076%2020.4113%2022.4845%2016.2331%2023.4758Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M17.96%2027.9238H20.8195C22.9116%2027.9238%2024.1204%2029.4773%2024.1204%2031.5072C24.1204%2033.5269%2022.9116%2035.0597%2020.8195%2035.0597H17.96V27.9238ZM20.8195%2033.6408C21.9023%2033.6408%2022.4595%2032.6155%2022.4595%2031.5072C22.4595%2030.3887%2021.9023%2029.3427%2020.8195%2029.3427H19.6105V33.6408H20.8195Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M25.6016%2027.9229H27.2521V35.0588H25.6016V27.9229Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M28.7549%2032.9463H30.4054C30.4054%2033.402%2030.868%2033.7542%2031.4357%2033.7542C31.9718%2033.7542%2032.3817%2033.5159%2032.3817%2033.05C32.3817%2032.7703%2032.2241%2032.5113%2031.5828%2032.3042L30.7208%2032.0454C29.1228%2031.6206%2028.818%2030.6574%2028.818%2029.9844C28.818%2028.7001%2029.9324%2027.8301%2031.3725%2027.8301C32.7603%2027.8301%2033.822%2028.6482%2033.822%2030.0362H32.1715C32.1715%2029.6114%2031.9087%2029.249%2031.341%2029.249C30.8258%2029.249%2030.4896%2029.5596%2030.4896%2029.9532C30.4896%2030.0983%2030.5316%2030.4194%2031.2044%2030.6058L31.9613%2030.8337C32.9916%2031.1443%2034.0428%2031.6725%2034.0428%2032.967C34.0428%2034.4998%2032.6971%2035.1525%2031.3725%2035.1525C29.8272%2035.1525%2028.7549%2034.2618%2028.7549%2032.9463L28.7549%2032.9463Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M41.2001%2027.9229V35.0588H39.5496V32.2416H37.1632V35.0588H35.5127V27.9229H37.1632V30.7814H39.5496V27.9229H41.2001Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E);
		width: 50%;
		height: 48px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.other-page-top-logo div:nth-child(2) {
		/* background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22142%22%20height%3D%2226%22%20viewBox%3D%220%200%20142%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27.1928%207.72976H28.6515C28.6515%208.16226%2029.0265%208.56755%2029.6824%208.56755C30.2976%208.56755%2030.6996%208.28385%2030.6996%207.87856C30.6996%207.52711%2030.4318%207.365%2029.9634%207.25672L29.1337%207.04016C27.7277%206.6621%2027.3665%205.90475%2027.3665%205.10748C27.3665%204.12088%2028.3304%203.25586%2029.6956%203.25586C30.8068%203.25586%2032.0648%203.80995%2032.0516%205.22907H30.5654C30.5654%204.78325%2030.1772%204.51286%2029.7357%204.51286C29.2541%204.51286%2028.9192%204.78325%2028.9192%205.17523C28.9192%205.49946%2029.2271%205.6888%2029.5884%205.76986L30.5924%206.04025C31.9977%206.40501%2032.2523%207.29725%2032.2523%207.87856C32.2523%209.16218%2030.9805%209.83786%2029.7088%209.83786C28.464%209.83786%2027.2192%209.08112%2027.1928%207.72976V7.72976Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M40.1512%203.39062V9.70284H38.5985V8.71623C38.2774%209.50019%2037.2866%209.85164%2036.6576%209.85164C35.0516%209.85164%2034.1548%208.77007%2034.1548%206.93236V3.39062H35.7076V6.78355C35.7076%207.79738%2036.3096%208.31094%2037.0057%208.31094C37.7149%208.31094%2038.5985%207.91897%2038.5985%206.68858V3.39062H40.1512V3.39062Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M49.2417%206.54051C49.2417%208.56755%2047.8231%209.82455%2046.1764%209.82455C45.3868%209.82455%2044.517%209.52754%2044.0887%208.85126V12.7844H42.536V3.39075H44.0887V4.22916C44.517%203.56678%2045.4138%203.25586%2046.1632%203.25586C47.8094%203.25586%2049.2417%204.52617%2049.2417%206.54051V6.54051ZM47.6889%206.55382C47.6889%205.49946%2046.8856%204.7155%2045.9224%204.7155C44.9717%204.7155%2044.1151%205.44563%2044.1151%206.55382C44.1151%207.66201%2045.0256%208.36491%2045.9224%208.36491C46.8856%208.36491%2047.6889%207.60817%2047.6889%206.55382Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M57.9577%206.54051C57.9577%208.56755%2056.5392%209.82455%2054.8924%209.82455C54.1029%209.82455%2053.2331%209.52754%2052.8048%208.85126V12.7844H51.2521V3.39075H52.8048V4.22916C53.2331%203.56678%2054.1299%203.25586%2054.8793%203.25586C56.5254%203.25586%2057.9577%204.52617%2057.9577%206.54051V6.54051ZM56.405%206.55382C56.405%205.49946%2055.6017%204.7155%2054.6385%204.7155C53.6878%204.7155%2052.8311%205.44563%2052.8311%206.55382C52.8311%207.66201%2053.7417%208.36491%2054.6385%208.36491C55.6017%208.36491%2056.405%207.60817%2056.405%206.55382Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M59.5799%206.5266C59.5799%204.52617%2061.1188%203.25586%2062.8992%203.25586C64.6795%203.25586%2066.2322%204.52617%2066.2322%206.5266C66.2322%208.52702%2064.6795%209.83785%2062.8992%209.83785C61.1188%209.83785%2059.5799%208.52702%2059.5799%206.5266ZM64.6658%206.5266C64.6658%205.44562%2063.863%204.71549%2062.8992%204.71549C61.9353%204.71549%2061.1458%205.44562%2061.1458%206.5266C61.1458%207.63478%2061.9353%208.37822%2062.8992%208.37822C63.863%208.37822%2064.6658%207.63478%2064.6658%206.5266Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M72.5922%203.47242L72.2843%204.95867C71.9231%204.76994%2071.6014%204.72941%2071.3738%204.72941C70.3566%204.72941%2069.7947%205.72933%2069.7947%207.49989V9.70297H68.2288V3.39075H69.7815V4.74272C70.1158%203.68837%2070.7987%203.25586%2071.5751%203.25586C71.9495%203.25586%2072.3514%203.33692%2072.5922%203.47242V3.47242Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M78.1351%204.64806H76.81V9.70328H75.2573V4.64806H74.1329V3.39107H75.2573V1.06641H76.81V3.39107H78.1351V4.64806Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M85.9131%207.09459H81.0812C81.255%207.97292%2081.9247%208.41874%2082.8478%208.41874C83.5307%208.41874%2084.1729%208.14835%2084.5479%207.63479L85.5782%208.43266C85.0032%209.35152%2083.9057%209.83786%2082.7675%209.83786C80.8937%209.83786%2079.4752%208.51371%2079.4752%206.54051C79.4752%204.52617%2080.974%203.25586%2082.7544%203.25586C84.5479%203.25586%2085.9532%204.51286%2085.9532%206.48607C85.9532%206.66209%2085.94%206.86474%2085.9131%207.0946L85.9131%207.09459ZM84.4005%205.99971C84.3071%205.1347%2083.6511%204.63443%2082.7813%204.63443C81.9379%204.63443%2081.2687%205.03973%2081.0812%205.99971H84.4005V5.99971Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M94.2403%200.0117188V9.70234H92.6876V8.85063C92.2593%209.52692%2091.3763%209.83722%2090.6131%209.83722C88.967%209.83722%2087.5347%208.55361%2087.5347%206.53987C87.5347%204.51222%2088.9538%203.25523%2090.6%203.25523C91.3895%203.25523%2092.2593%203.56615%2092.6876%204.22853V0.0117188H94.2403V0.0117188ZM92.6612%206.52597C92.6612%205.41778%2091.7507%204.71487%2090.8539%204.71487C89.8907%204.71487%2089.1006%205.47161%2089.1006%206.52597C89.1006%207.58032%2089.8907%208.36427%2090.8539%208.36427C91.8046%208.36427%2092.6612%207.63416%2092.6612%206.52597Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M107.133%206.53988C107.133%208.55362%20105.701%209.83723%20104.055%209.83723C103.306%209.83723%20102.409%209.52691%20101.981%208.85063V9.70234H100.428V0.0117188H101.981V4.22853C102.409%203.56615%20103.279%203.25523%20104.068%203.25523C105.714%203.25523%20107.133%204.51224%20107.133%206.53988V6.53988ZM105.581%206.52597C105.581%205.47161%20104.777%204.71488%20103.814%204.71488C102.917%204.71488%20102.007%205.41778%20102.007%206.52597C102.007%207.63416%20102.863%208.36428%20103.814%208.36428C104.777%208.36428%20105.581%207.58032%20105.581%206.52597V6.52597Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M114.94%203.39062L111.058%2012.7842H109.425L110.83%209.27033L108.341%203.39062H110.041L111.66%207.39148L113.266%203.39062H114.94H114.94Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M0%2016.4941H1.63298V25.8067H0V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M4.45868%2023.0909H6.07788C6.09106%2023.8071%206.77397%2024.4695%207.79114%2024.4695C8.72803%2024.4695%209.33067%2023.9287%209.33067%2023.1992C9.33067%2022.5501%208.78195%2022.1721%208.0056%2021.9555L6.85424%2021.6313C4.87322%2021.1177%204.52517%2019.9145%204.52517%2019.104C4.52517%2017.455%205.95748%2016.3867%207.65756%2016.3867C9.34385%2016.3867%2010.6689%2017.4411%2010.6689%2019.185H9.04913C9.04913%2018.4144%208.47405%2017.8603%207.61743%2017.8603C6.82729%2017.8603%206.17194%2018.3466%206.17194%2019.0767C6.17194%2019.3332%206.25221%2019.8873%207.30952%2020.1577L8.40695%2020.4553C9.85244%2020.8606%2010.9637%2021.6446%2010.9637%2023.1314C10.9637%2024.8343%209.55771%2025.9425%207.75101%2025.9425C5.78376%2025.9425%204.45869%2024.6588%204.45869%2023.0909H4.45868Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M19.5323%2024.3337V25.8067H13.7366V16.4941H19.3987V17.9677H15.3564V20.4817H18.8901V21.9819H15.3564V24.3337H19.5323H19.5323Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M28.3819%2017.9677H25.7455V25.8067H24.1126V17.9677H21.4756V16.4941H28.3819V17.9677V17.9677Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M35.7728%2023.5226H32.1588L31.3561%2025.8067H29.6159L33.0825%2016.4941H34.8491L38.3026%2025.8067H36.5761L35.7728%2023.5226H35.7728ZM35.2774%2022.0895L33.9661%2018.3324L32.6542%2022.0895H35.2774Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M47.2462%2016.4941V25.8067H45.7606L42.0795%2019.535V25.8067H40.4465V16.4941H41.9861L45.6133%2022.7114V16.4941H47.2462Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M63.8205%2025.8067L63.0843%2019.5489L60.5946%2024.7523H59.2696L56.7668%2019.5622L56.0168%2025.8067H54.3844L55.5082%2016.4941H56.9273L59.9255%2022.9007L62.9105%2016.4941H64.3291L65.4535%2025.8067H63.8205V25.8067Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M68.3211%2016.4941H69.9541V25.8067H68.3211V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M79.3117%2017.9677H76.6753V25.8067H75.0423V17.9677H72.4053V16.4941H79.3117V17.9677Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M81.228%2023.0909H82.8478C82.861%2023.8071%2083.5439%2024.4695%2084.5611%2024.4695C85.498%2024.4695%2086.1006%2023.9287%2086.1006%2023.1992C86.1006%2022.5501%2085.5519%2022.1721%2084.7755%2021.9555L83.6242%2021.6313C81.6432%2021.1177%2081.2951%2019.9145%2081.2951%2019.104C81.2951%2017.455%2082.7274%2016.3867%2084.4275%2016.3867C86.1138%2016.3867%2087.4389%2017.4411%2087.4389%2019.185H85.8191C85.8191%2018.4144%2085.244%2017.8603%2084.3874%2017.8603C83.5972%2017.8603%2082.9413%2018.3466%2082.9413%2019.0767C82.9413%2019.3332%2083.0222%2019.8873%2084.0795%2020.1577L85.1769%2020.4553C86.6224%2020.8606%2087.7336%2021.6446%2087.7336%2023.1314C87.7336%2024.8343%2086.3277%2025.9425%2084.521%2025.9425C82.5537%2025.9425%2081.228%2024.6588%2081.228%2023.0909H81.228Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M90.3993%2022.536V16.4941H92.0317V22.4549C92.0317%2023.793%2092.9021%2024.3743%2093.8791%2024.3743C94.843%2024.3743%2095.7128%2023.793%2095.7128%2022.4549V16.4941H97.3458V22.536C97.3458%2024.658%2095.726%2025.9416%2093.8791%2025.9416C92.0185%2025.9416%2090.3993%2024.658%2090.3993%2022.536V22.536Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M105.42%2025.8067L102.234%2022.2656V25.8067H100.614V16.4941H102.234V20.022L104.831%2016.4941H106.851L103.331%2021.1302L107.628%2025.8067H105.42H105.42Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M109.01%2021.1582C109.01%2018.5226%20111.058%2016.3867%20113.694%2016.3867C116.318%2016.3867%20118.379%2018.5226%20118.379%2021.1582C118.379%2023.7938%20116.318%2025.9424%20113.694%2025.9424C111.058%2025.9424%20109.01%2023.7938%20109.01%2021.1582ZM116.746%2021.1582C116.746%2019.3738%20115.448%2017.928%20113.681%2017.928C111.928%2017.928%20110.656%2019.3738%20110.656%2021.1582C110.656%2022.9421%20111.928%2024.3884%20113.681%2024.3884C115.448%2024.3884%20116.746%2022.9421%20116.746%2021.1582Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M120.617%2023.0909H122.237C122.25%2023.8071%20122.933%2024.4695%20123.95%2024.4695C124.887%2024.4695%20125.49%2023.9287%20125.49%2023.1992C125.49%2022.5501%20124.941%2022.1721%20124.165%2021.9555L123.013%2021.6313C121.032%2021.1177%20120.684%2019.9145%20120.684%2019.104C120.684%2017.455%20122.117%2016.3867%20123.817%2016.3867C125.503%2016.3867%20126.828%2017.4411%20126.828%2019.185H125.208C125.208%2018.4144%20124.633%2017.8603%20123.777%2017.8603C122.986%2017.8603%20122.331%2018.3466%20122.331%2019.0767C122.331%2019.3332%20122.411%2019.8873%20123.469%2020.1577L124.566%2020.4553C126.012%2020.8606%20127.123%2021.6446%20127.123%2023.1314C127.123%2024.8343%20125.717%2025.9425%20123.91%2025.9425C121.943%2025.9425%20120.617%2024.6588%20120.617%2023.0909H120.617Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M136.989%2016.4941V25.8067H135.356V21.9141H131.528V25.8067H129.895V16.4941H131.528V20.4412H135.356V16.4941H136.989Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3Cpath%20d%3D%22M140.351%2016.4941H141.984V25.8067H140.351V16.4941Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E); */
		width: 100%;
		height: 0px;
	}
	.agreement-container{
		margin: 0 20px;
	}
	
	.agreement-title-container{
		width: 100%;
		gap: 16px;
		margin-top: 40px;
	}
	.agreement-title{
		font-family: 'fot-tsukuaoldmin-pr6n';
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
		color: #1A1A1A;
		font-size: 24px;
		line-height: 36px;
	}
	
	.agreement-text-container {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		flex-direction: row;
		align-items: flex-start;
		padding: 0px;
		gap: 16px;
	}
	.other-page-store-body-m-default {
		font-family: 'fot-tsukuaoldmin-pr6n';
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 175%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
	}
	.other-page-store-body-m {
		font-family: 'fot-tsukuaoldmin-pr6n';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 175%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
	}
	.agreement-container{
		gap: 32px;
	}
	.agreement-text-container{

	}
}

/* FAQ */
.agreement-box{
	display: grid;
	grid-template-columns: 25% 75%;
}
.agreement-subtitle {
    font-family: 'fot-tsukuaoldmin-pr6n';
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.06em;
    text-align: left;
}
.agreement-right-box {
    width: 100%;
    margin-right: 40px;
}
.faq-agreement-text-container {
	display: grid;
	grid-template-columns: 25vw 65vw;
    padding: 0px;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    overflow: hidden;
    transition-duration: 0.4s;
}
@media all and (max-width: 768px){
	.agreement-title{
		margin-top: 0;
	}
	.faq-agreement-text-container {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0px;
		flex-direction: row;
		align-items: flex-start;
		padding: 0px;
		gap: 5px;
		overflow: hidden;
		transition-duration: 0.4s;
	}
	.agreement-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0px;
		gap: 0px;
	}
	.agreement-row{
		margin-bottom: 16px;
	}
	.agreement-box {
		display: block;
		width: 100%;
	}
	.agreement-subtitle {
		font-family: 'fot-tsukuaoldmin-pr6n';
		font-size: 16px;
		font-weight: 800;
		line-height: 28px;
		letter-spacing: 0.06em;
		text-align: left;
	}
	.accordion-title {
		font-family: 'fot-tsukuaoldmin-pr6n';
		font-size: 18px;
		font-weight: 500;
		line-height: 31px;
		letter-spacing: 0.06em;
		text-align: left;
		margin-bottom: 16px;
		width: 100%;
	}
	.agreement-text-container.is-open {
		height: auto;
		opacity: 1;
		margin-bottom: 16px;
	}
}

/* item */

.brand-name{
	font-size: 13px;
    margin: -20px 0;
}
.item-category-box {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.item-category {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.recommend-item-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_2243_125984)%22%3E%3Cmask%20id%3D%22path-2-inside-1_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M8.09318%200.653777C10.4893%20-0.171262%2013.085%20-0.216571%2015.5085%200.524344C17.9319%201.26526%2020.0585%202.75436%2021.5836%204.77822L21.392%204.92266C19.8974%202.93927%2017.8132%201.47995%2015.4383%200.753857C13.0633%200.02776%2010.5195%200.0721629%208.17132%200.880701L8.09318%200.653777Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M8.09318%200.653777C10.4893%20-0.171262%2013.085%20-0.216571%2015.5085%200.524344C17.9319%201.26526%2020.0585%202.75436%2021.5836%204.77822L21.392%204.92266C19.8974%202.93927%2017.8132%201.47995%2015.4383%200.753857C13.0633%200.02776%2010.5195%200.0721629%208.17132%200.880701L8.09318%200.653777Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-2-inside-1_2243_125984)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask1_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask1_2243_125984)%22%3E%3Cmask%20id%3D%22path-4-inside-2_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M0.00173779%2012.2095C-0.0424891%209.67578%200.716557%207.19305%202.17009%205.1172C3.62362%203.04134%205.69701%201.47893%208.0931%200.653893L8.17123%200.880818C5.82307%201.68935%203.79114%203.22052%202.36668%205.25486C0.942224%207.28919%200.198359%209.72227%200.241701%2012.2054L0.00173779%2012.2095Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M0.00173779%2012.2095C-0.0424891%209.67578%200.716557%207.19305%202.17009%205.1172C3.62362%203.04134%205.69701%201.47893%208.0931%200.653893L8.17123%200.880818C5.82307%201.68935%203.79114%203.22052%202.36668%205.25486C0.942224%207.28919%200.198359%209.72227%200.241701%2012.2054L0.00173779%2012.2095Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-4-inside-2_2243_125984)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask2_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask2_2243_125984)%22%3E%3Cmask%20id%3D%22path-6-inside-3_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M8.4913%2023.4757C6.06788%2022.7348%203.94122%2021.2457%202.41613%2019.2219C0.891043%2017.198%200.0458142%2014.7433%200.00158881%2012.2095L0.241553%2012.2053C0.284893%2014.6884%201.11322%2017.094%202.60781%2019.0774C4.10239%2021.0608%206.18652%2022.5201%208.56147%2023.2462L8.4913%2023.4757Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M8.4913%2023.4757C6.06788%2022.7348%203.94122%2021.2457%202.41613%2019.2219C0.891043%2017.198%200.0458142%2014.7433%200.00158881%2012.2095L0.241553%2012.2053C0.284893%2014.6884%201.11322%2017.094%202.60781%2019.0774C4.10239%2021.0608%206.18652%2022.5201%208.56147%2023.2462L8.4913%2023.4757Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-6-inside-3_2243_125984)%22%2F%3E%3C%2Fg%3E%3Cmask%20id%3D%22mask3_2243_125984%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M21.5836%204.77822C20.0585%202.75436%2017.9319%201.26526%2015.5085%200.524343C13.085%20-0.216571%2010.4893%20-0.171262%208.09318%200.653777C5.69709%201.47882%203.6237%203.04123%202.17018%205.11708C0.716646%207.19294%20-0.0423995%209.67566%200.00182767%2012.2094C0.0460548%2014.7432%200.891284%2017.1979%202.41637%2019.2218C3.94146%2021.2456%206.06812%2022.7347%208.49154%2023.4757C10.915%2024.2166%2013.5107%2024.1713%2015.9068%2023.3462C18.3029%2022.5212%2020.3763%2020.9588%2021.8298%2018.8829L12%2012L21.5836%204.77822Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask3_2243_125984)%22%3E%3Cmask%20id%3D%22path-8-inside-4_2243_125984%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M21.8296%2018.8829C20.376%2020.9588%2018.3026%2022.5212%2015.9065%2023.3462C13.5105%2024.1713%2010.9147%2024.2166%208.49126%2023.4757L8.56143%2023.2461C10.9364%2023.9722%2013.4802%2023.9278%2015.8284%2023.1193C18.1766%2022.3108%2020.2085%2020.7796%2021.633%2018.7453L21.8296%2018.8829Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M21.8296%2018.8829C20.376%2020.9588%2018.3026%2022.5212%2015.9065%2023.3462C13.5105%2024.1713%2010.9147%2024.2166%208.49126%2023.4757L8.56143%2023.2461C10.9364%2023.9722%2013.4802%2023.9278%2015.8284%2023.1193C18.1766%2022.3108%2020.2085%2020.7796%2021.633%2018.7453L21.8296%2018.8829Z%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%222%22%20mask%3D%22url(%23path-8-inside-4_2243_125984)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: unset;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.item-category-ico-desc {
    display: inline-flex;
    flex-direction: row;
    margin: 0;
    width: auto;
}


.recommend-margin{
	margin: 53px 40px 20px 40px;
}


/* 店舗 */
.store-center-block{
	display: grid;
	gap: 32px;
}
.store-logo-area{
	width: 100%;
	height: 168px;

}
.hotel-logo{
	height: 100%;
    width: 100%;
}
.hotel-logo div{
	height: 100%;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: contain;
}
.store-main-info-container{
	margin-top: 0px;
	margin-bottom: 28px;
}
.store-anim-container {
	display: flex;
	flex-direction: row;
	margin: 80px 40px 0 40px;
	gap: 28px;
	align-items: flex-start;
}
.brand-item-container {
	background: #F1EFE9;
}
.brand-item-container-corporate-bg {
	background: #EADFD8;
}
.brand-item-container-img-contaier {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 4px;
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #000000;
	min-width: 203px;
}
.brand-item-container-description {
	font-family: 'fot-tsukuaoldmin-pr6n';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.06em;
	font-feature-settings: 'palt' on;
	color: #000000;
}
.store-main-info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 8px;
}
.store-main-info-inner-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 29px;
	text-align: left;
}
.store-main-info-inner-container div:nth-child(1) {
	color: #1A1A1A;
	min-width: 88px;
	text-align: left;
}
.store-main-info-inner-container div:nth-child(2) {
	color: #1A1A1A;
}

@media all and (min-width: 768px){
	.header-logo-company-store {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
	}
	.header-logo-company-store div:first-child {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		width: 60px;
		height: 40px;
	}
	.header-logo-company-store div:last-child {
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.02em;
		color: #1A1A1A;
	}
	.header-logo-company-store-dark {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
	}
	.header-logo-company-store-dark div:first-child {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		width: 60px;
		height: 40px;
	}
	.header-logo-company-store-dark div:last-child {
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.02em;
		color: #1A1A1A;
	}
}
@media all and (max-width: 768px){
	.window-margin {
		/* margin: 0 30px; */
		/* width: calc(100vw - 60px); */
	}
	.header{
		position: absolute;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: calc(100vw - 60px);
		margin: 0 0 0 0;
	}
	.header-menu-btn{
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2210%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20x%3D%2210%22%20y%3D%2221%22%20width%3D%2224%22%20height%3D%222%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2010%2029)%22%20fill%3D%22%231A1A1A%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2022%2029)%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.header-logo-oem {
		flex: 1;
		left: auto;
		width: 100%;
		max-width: 184px;
	}
	.header-logo {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.header-btn-container{
		display: flex;
		align-items: flex-start;
		gap: 8px;
		position: absolute;
		right: 20px;
	}
	.header-store {
		position: absolute;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100vw - 60px);
		margin: 0 0 0 0;
		background: rgba(0, 0, 0, 0.6);
	}
	.header-menu-btn-store {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2210%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%2210%22%20y%3D%2221%22%20width%3D%2224%22%20height%3D%222%22%20fill%3D%22white%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2010%2029)%22%20fill%3D%22white%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%222%22%20transform%3D%22matrix(1%200%200%20-1%2022%2029)%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.header-logo-store {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2240%22%20viewBox%3D%220%200%2060%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M51.3544%2017.0819L51.3543%2017.0869H49.2378V19.1164H51.1042C50.1749%2022.8541%2046.7476%2025.6362%2042.6713%2025.6362C40.2337%2025.6362%2038.0289%2024.6401%2036.4503%2023.041L36.4524%2023.0389L36.3627%2022.9504C34.8925%2021.4174%2033.9883%2019.3523%2033.9883%2017.0818C33.9883%2012.365%2037.8835%208.52755%2042.6713%208.52755C46.7302%208.52755%2050.1464%2011.2858%2051.093%2014.9992H53.2045C52.2197%2010.1574%2047.8716%206.49805%2042.6713%206.49805C36.7476%206.49805%2031.9283%2011.246%2031.9283%2017.0818C31.9283%2017.6342%2031.9718%2018.1768%2032.055%2018.7066L32.0391%2018.6909C30.6711%2017.3432%2028.9729%2016.5157%2027.1988%2016.2041C26.744%2010.7777%2022.1191%206.49805%2016.4956%206.49805C10.5718%206.49805%205.75244%2011.246%205.75244%2017.0818C5.75244%2022.9176%2010.5718%2027.6657%2016.4956%2027.6657C22.0124%2027.6657%2026.5692%2023.547%2027.1695%2018.2672C28.421%2018.5489%2029.6095%2019.1673%2030.5824%2020.1258L34.9326%2024.4116C36.8885%2026.4152%2039.6336%2027.6657%2042.6713%2027.6657C48.5951%2027.6657%2053.4144%2022.9178%2053.4145%2017.0819H51.3544ZM7.81249%2017.0818C7.81249%2012.365%2011.7077%208.52755%2016.4956%208.52755C20.9371%208.52755%2024.6081%2011.8306%2025.1163%2016.0738C22.9375%2016.1832%2020.7911%2017.0551%2019.1307%2018.6909C17.2485%2020.5451%2016.3058%2023.0678%2016.4793%2025.6358C11.6989%2025.627%207.81249%2021.7934%207.81249%2017.0818ZM18.5281%2025.3972C18.4267%2023.4453%2019.1562%2021.5359%2020.5874%2020.1258C21.8456%2018.8863%2023.4642%2018.2145%2025.114%2018.1069C24.6795%2021.6737%2022.0099%2024.571%2018.5281%2025.3972Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M19.9668%2029.1035H22.3497C24.0931%2029.1035%2025.1005%2030.3981%2025.1005%2032.0897C25.1005%2033.7728%2024.0931%2035.0501%2022.3497%2035.0501H19.9668V29.1035ZM22.3497%2033.8677C23.2521%2033.8677%2023.7164%2033.0133%2023.7164%2032.0897C23.7164%2031.1576%2023.2521%2030.2859%2022.3497%2030.2859H21.3422V33.8677H22.3497Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M26.3345%2029.1035H27.7099V35.0501H26.3345V29.1035Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M28.9624%2033.2889H30.3379C30.3379%2033.6687%2030.7233%2033.9622%2031.1964%2033.9622C31.6432%2033.9622%2031.9848%2033.7636%2031.9848%2033.3753C31.9848%2033.1423%2031.8534%2032.9264%2031.319%2032.7538L30.6007%2032.5382C29.269%2032.1842%2029.015%2031.3815%2029.015%2030.8206C29.015%2029.7504%2029.9436%2029.0254%2031.1438%2029.0254C32.3002%2029.0254%2033.185%2029.7072%2033.185%2030.8638H31.8096C31.8096%2030.5099%2031.5906%2030.2078%2031.1175%2030.2078C30.6882%2030.2078%2030.408%2030.4667%2030.408%2030.7947C30.408%2030.9156%2030.443%2031.1831%2031.0036%2031.3385L31.6344%2031.5284C32.493%2031.7872%2033.369%2032.2274%2033.369%2033.3062C33.369%2034.5835%2032.2476%2035.1274%2031.1438%2035.1274C29.856%2035.1274%2028.9624%2034.3851%2028.9624%2033.2889L28.9624%2033.2889Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M39.3338%2029.1035V35.0501H37.9583V32.7025H35.9697V35.0501H34.5942V29.1035H35.9697V31.4856H37.9583V29.1035H39.3338Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.header-logo-company-store {
		display: flex;
		align-items: center;
	}
	.header-logo-company-store div:first-child {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		width: 60px;
		height: 40px;
	}
	.header-logo-company-store div:last-child {
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.02em;
		color: #FFFFFF;
	}
	.header-logo-company-store-dark {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.header-logo-company-store-dark div:first-child {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		width: 60px;
		height: 40px;
	}
	.header-logo-company-store-dark div:last-child {
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.02em;
		color: #1A1A1A;
	}
	.header-btn-container-store {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		position: absolute;
		right: 20px;
	}
	.header-btn-container-store div:nth-child(1) {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%2010C12.2091%2010%2014%208.20914%2014%206C14%203.79086%2012.2091%202%2010%202C7.79086%202%206%203.79086%206%206C6%208.20914%207.79086%2010%2010%2010ZM10%2011C5.85786%2011%202.5%2014.3579%202.5%2018.5H17.5C17.5%2014.3579%2014.1421%2011%2010%2011Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
	}
	.header-btn-container-store div:nth-child(2) {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22white%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13%202H17V4H15V10C15%2011.6569%2013.6569%2013%2012%2013H7C5.34315%2013%204%2011.6569%204%2010V6H6V10C6%2010.5523%206.44772%2011%207%2011H12C12.5523%2011%2013%2010.5523%2013%2010V2Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
	}
	.header-btn-container-store div:nth-child(3) {
		color: white;
	}
	.header-btn-container-store-added {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2213%22%20viewBox%3D%220%200%2016%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2211%22%20r%3D%222%22%20fill%3D%22white%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2211%22%20r%3D%222%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%200H16V2H14V8C14%209.65685%2012.6569%2011%2011%2011H0V9H11C11.5523%209%2012%208.55228%2012%208V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') !important;
		width: 16px !important;
		height: 16px !important;
		margin-top: 4px !important;
		margin-left: 4px !important;
	}
	.item-img{
		width: auto;
		height: 400px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	.keyword-search{
		-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;
	}
	.ckeyword-search::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
    }
	.brand-store-name{
		display: flex;
		justify-content: center;
	}
	.brand-item-container-img-contaier {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0px;
		gap: 0px;
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 146%;
		text-align: center;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
		color: #000000;
		width: 100%;
	}
	.brand-item-container-description {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 175%;
		letter-spacing: 0.06em;
		font-feature-settings: 'palt' on;
		color: #000000;
	}
	.store-main-info-container {
		display: flex;
	    flex-direction: column;
	}
	.store-main-info-inner-container{
		display: grid;
	    grid-template-columns: 1fr 3fr;
	}
	.store-main-info-inner-container div:nth-child(1) {
		color: #1A1A1A;
		/* min-width: 88px; */
		/* text-align: left; */
	}
	.store-main-info-inner-container div:nth-child(2) {
		color: #1A1A1A;
	}
	.store-body-s-default {
		/* font-family: 'FOT-筑紫Aオールド明朝 Pr6 M'; */
		/* font-family: 'shippori-mincho'; */
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 175%;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt' on;
		overflow-wrap: anywhere;
	}
	.page-most-top-anchor{
		display: none;
	}
}

/* top */

.top-logo{
	transform: translateY(0px);
	margin-top: 35px;
	margin-bottom: 24px;
}
@media all and (max-width: 768px){
	.top-store-container {
		display: flex;
		align-items: flex-start;
		padding: 0px;
		column-gap: 28px;
		row-gap: 40px;
		flex-wrap: wrap;
		margin: 0;
	}
}


.message-popup {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(241, 239, 233, 0.75);
	animation: popup-on 0.2s ease-out 0s 1 both;
}
.message-popup-off {
	animation: popup-off 0.2s ease-out 0s 1 both;
}
@keyframes popup-on {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes popup-off {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
.message-popup-frame {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	background: #FFFFFF;
	position: absolute;
}
.message-popup-btn {
	background: #49525A;
	border-radius: 7px;
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
}
.message-popup-title {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000000;
}
.message-popup-label {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #808080;
}
.message-popup-input {
	display: flex;
	align-content: center;
	gap: 13px;
}
.message-popup-input input {
	/* font-family: 'shippori-mincho'; */
	background: #FFFFFF;
	border: 1px solid #8C8C8C;
	border-radius: 5px;
	font-family: '';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 32px;
	color: #000000;
	padding: 0 16px;
	flex: 1;
}
.message-popup-input div {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 32px;
	color: #000000;
}
.message-popup-text {
	/* font-family: 'shippori-mincho'; */
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #2E2E2E;
}
@media all and (min-width: 768px) {
	.message-popup-frame {
		padding: 50px 83px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.message-popup-text {
		white-space: nowrap;
	}
}
@media all and (max-width: 768px) {
	.message-popup {
		padding: 30px;
	}
	.message-popup-frame {
		width: calc(100% - 60px);
		padding: 40px 30px 30px 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.message-popup-title {
		font-size: 16px;
	}
}