@charset "UTF-8";
/*
Last Updated: 2021-06-29(Revised to 2022-06-10)
Author: Compassion
*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}



html,body{
	padding:0;
	margin:0;
	font-family: "Helvetica Neue", "Helvetica", 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	color: #000;
}
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}
.wf-notosansjapanese { font-family: "Noto Sans JP"; }


/* -------------------------------------
	Common
------------------------------------- */
.clear	{ clear: both;}
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
p, li {
    text-align: justify;
    text-justify: inter-ideograph;
}

}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #10386b;
}

a img:hover{
	opacity: .8;
}

.news_list a[href*=".pdf"]::after,
ul.disclose_list li a[href*=".pdf"]::after,
a.icon-pdf::after  {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #F30401;
  margin-left: .5rem;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	a[href^="tel:"] {
    pointer-events: none;
}

}

.pcnone {display: block!important;}
.spnone {display: none!important;}
.pcnone-inline {display: inline-block!important;}
.spnone-inline {display: none!important;}

@media print, screen and (min-width: 751px) {
	.pcnone {display: none!important;}
	.spnone {display: block!important;}
	.pcnone-inline {display: none!important;}
	.spnone-inline {display: inline-block!important;}
}

img.img-fluid {
	max-width: 100%;
}

.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
strong.red {
	color: #da3c3c;
}
ol.num { list-style-type: decimal;padding-left: 1rem;}

.mt0 {margin-top: 0px!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mb0 {margin-bottom: 0px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.pt0 {padding-top: 0px!important;}
.pt10 {padding-top: 10px!important;}
.pt20 {padding-top: 20px!important;}
.pt30 {padding-top: 30px!important;}
.pt40 {padding-top: 40px!important;}
.pt50 {padding-top: 50px!important;}
.pt60 {padding-top: 60px!important;}
.pt70 {padding-top: 70px!important;}
.pt80 {padding-top: 80px!important;}
.pb0 {padding-bottom: 0px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb40 {padding-bottom: 40px!important;}
.pb50 {padding-bottom: 50px!important;}
.pb60 {padding-bottom: 60px!important;}
.pb70 {padding-bottom: 70px!important;}
.pb80 {padding-bottom: 80px!important;}
.pl0 {padding-left: 0px!important;}
.pl10 {padding-left: 10px!important;}
.pl10 {padding-left: 10px!important;}
.pl20 {padding-left: 20px!important;}
.pl30 {padding-left: 30px!important;}
.pl40 {padding-left: 40px!important;}
.pl50 {padding-left: 50px!important;}
.pl60 {padding-left: 60px!important;}
.pl70 {padding-left: 70px!important;}
.pl80 {padding-left: 80px!important;}

.h-100 {
	height: 100% !important;
}

strong { font-weight: 700; }

span.note { font-size: .9rem; line-height: 1.2rem;}
span.attention { display: inline-block; color: #c00;padding-left: 1rem;}
span.attention:before {
	display: inline-block;
	margin-left: -1rem;
	width: 1rem;
	content: '※'
}
.row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.align-items-center { -webkit-align-items:center;align-items: center; }
.align-items-stretch { -webkit-align-items:stretch; align-items: stretch; }
.align-items-baseline { -webkit-align-items:baseline; align-items: baseline; }
.align-items-end { -webkit-align-items:flex-end; align-items: flex-end; }
.align-items-start { -webkit-align-items:flex-start; align-items: flex-start; }
.justify-center { -webkit-justify-content:center; justify-content:center; }
.justify-between { -webkit-justify-content:space-between; justify-content:space-between; }
.justify-around { -webkit-justify-content:space-around; justify-content:space-around; }
.justify-start { -webkit-justify-content:start; justify-content:start; }

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 1px 20px;
}
.container.containerAboutus {
	padding: 20px 20px;
}
@media print, screen and (min-width: 769px) {
	.container.containerAboutus {
		padding: 1px 20px;
	}
}
.container-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.wrapper {
	width: 100%;
	position: relative;
	background: #f5f6f7;
	/*padding-bottom: 60px;*/
}

.linkArea {
	width: 100%;
	position: relative;
	background: #fff;
	padding-bottom: 60px;
}
/*.shadow {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.shadow-inner {
	box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.2), inset 0px 5px 5px 0px rgba(0,0,0,0.2);
}*/

/*----------------------------------------------------
	Header
----------------------------------------------------*/


header .h-logo {
	margin: 12px 0;
}
header .h-logo img {
	max-width: 70%;
}
header .h-link {
		margin-left: auto;
		margin-right: 20px;
		}
@media print, screen and (min-width: 769px) {
		header .h-logo {
		margin: 15px 0;
	}
	header .h-logo img {
		max-width: 100%;
	}
}

@media print, screen and (max-width: 907px) and (min-width: 769px) {
	header .h-link {
		max-width: 26%;
		margin-right: 0;
	}
	header .h-logo {
		max-width: 35%;
	}
}
header .h-link ul {
	max-width: 100%;
}
header .h-link ul li a {
	color: #333;
	font-size: .85rem;
	
}
header .h-link ul li a:before {
	content: '|';
	padding: 0 2px;
}
header .h-link ul li:first-child a:before {
	content: '';
}
header .h-inq {
	margin: 5px 0 0;
}

header .h-inq .h-inq-txt {
	background-color: #10386b;
	color: #fff;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: .9rem;
	line-height: 1rem;
	text-align: center;
	font-weight: 700;
}
header .h-inq .h-tel {
	font-size: 1.7rem;
	font-weight: 400;
	font-family: Arial, san-serif;
	letter-spacing: .05rem;
	margin: 2px 0 0;
}
header .h-inq .h-tel span {
	font-size:1.2rem;
}
header .h-inq .h-tel:before {
	content: url('../img/h-freedial-2.png');
	padding-right: 10px;
}
header .h-inq-timetable {
	text-align: center;
	color: #424242;
	font-size: .7rem;
	line-height: 1rem;
	font-weight: 400;
	font-family: sans-serif;
	letter-spacing: -.05rem;
	display:none;
	width:100%;
}

.h-link, .h-inq {display: none!important;}
@media print, screen and (min-width: 769px) {
	.h-freeaidl {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content:space-around;
		justify-content:space-around;
		width:30%;
	}
	.h-inq {width:100%;}
}
@media print, screen and (min-width: 1040px) {
	.h-freeaidl {width:40%;}
	.h-inq {width:49%;}
}

/*@media print, screen and (min-width: 769px) {*/
@media screen and (min-width: 769px) {
	.h-link, .h-inq, header .h-inq-timetable{display: block!important;}
}

/* -------------------------------------
	Navbar
------------------------------------- */
.drawer-nav {
	background-color: #0068b6!important;
}
.dropdown-backdrop {
  transition-duration: 1s!important;
}
/*-- toggle icon --*/
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #0068b6;
}
.drawer-open .toggle-icon .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
	background-color: #fff;
}
.drawer-hamburger {
	padding: 17px .65rem 25px;
}
.drawer .toggle-icon button.drawer-hamburger{
	background-color: #fff!important;
	border-radius: 27px;
}
.drawer.drawer-open .toggle-icon button.drawer-hamburger{
	background-color: #0068b6!important;
	border-radius: 27px;
}
.drawer-navbar .drawer-nav a {
    text-decoration: none;
    color: #fff;
}
.drawer-dropdown-menu {
    background-color: #0068b6;
}
.drawer-navbar .drawer-nav li{
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.drawer-navbar .drawer-nav li li{
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	line-height: 1rem;
}
.drawer-navbar .drawer-nav li li:first-child{
	border-top: 1px solid rgba(255,255,255,.5);
}
.drawer-navbar .drawer-nav li li:last-child{
	border-bottom: none;
}
.drawer-navbar .drawer-nav li ul{
	margin-top: 10px;
    margin-bottom: -10px;
}
.drawer-navbar .drawer-nav li a, .drawer-navbar .drawer-nav li li a{
	padding: 10px 10px;
	line-height: 1rem;
}
.drawer-navbar .drawer-nav li:hover{
    background-color: #10386b;
}
.drawer-navbar .drawer-nav li.pcnone:hover{
    background-color: transparent;
	color: #fac875;
}

.drawer-dropdown-menu {
    background-color: #0091d7;
}


@media print, screen and (min-width: 769px) {
	.drawer-navbar {
		max-width: 900px;
		margin: 0 auto;
		transition-duration: 2s;
		border: none;
	}
	.drawer-navbar .drawer-nav {
		height: 60px;
		border-radius: 30px;
	}
	.drawer-navbar .drawer-nav li:hover{
		background-color: #0091d7;
	}
	.drawer-navbar .drawer-nav li:first-child{
		border-radius: 30px 0 0 30px;
	}
	.drawer-navbar .drawer-nav li:nth-child(5){
			border-radius: 0 30px 30px 0;
	}
	.drawer-navbar .drawer-nav li li:first-child,
	.drawer-navbar .drawer-nav li li:nth-child(5) {
		border-radius: 0 0 0 0;
	}
	.drawer-navbar .drawer-nav li li:last-child {
		border-radius: 0 0 10px 10px;
	}
	
	.drawer-navbar .drawer-menu--right {
    float: none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
	.drawer-navbar .drawer-menu--right .drawer-dropdown .drawer-dropdown-menu {
		flex-direction: column;
	}
	.drawer-navbar .drawer-menu--right .drawer-dropdown .drawer-menu-item ul {
		transition-duration: 2s;
	}
	.drawer-navbar .drawer-nav li{
	border-bottom: none;
}
	.drawer-navbar .drawer-nav li ul{
		margin: 0;
	}
	.drawer-navbar .drawer-nav li li{
		padding: 0px 0 0 10px;
	}
	.drawer-navbar .drawer-nav li a, .drawer-navbar .drawer-nav li li a{
		padding: 22px 0px;
	}
	.drawer-navbar .drawer-nav li{
		padding: 0;
		border-top: none;
		}
	ul.drawer-menu  { border-radius: 30px;box-shadow: 0px 0px 7px 0px rgba(255,255,255,.7);}
	.drawer-menu li {
		width: 20%;
		text-align: center;
		padding:0;
		font-size: .95rem;
		font-weight: 700;
	}
	.drawer-menu li li {
		width: 100%;
		text-align: left;
		border-top: 1px solid rgba(255,255,255,.5);
	}
	.drawer-menu li a {
		display: block;
		padding:0;
		font-size: .95rem;
		color: #fff;
		line-height: 60px;
	}
	.drawer-menu li a:hover {
		text-decoration: none;
		color: #fff;
	}
	.drawer-navbar .drawer-menu-item {
		line-height: 60px;
	}
	.drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 30%;
    border: none;
	background-color: #0068b6;
	border-radius: 0 0 10px 10px;
	}
}

@media print, screen and (max-width: 919px) and (min-width: 769px) {
	.drawer-navbar .drawer-menu li {
			font-size: .9rem;
		}
}


/*----------------------------------------------------
	Footer
----------------------------------------------------*/
footer {
	padding: 0px 0 50px;
	border-top: 1px solid #ccc;
	position: relative;
	margin: 60px 0 0 0;
}
footer a {
	color: #555;
	text-decoration: none; 
	font-size: 1rem;
}

footer .f-address .f-logo{
	margin-bottom: 1rem;
}
footer .f-address {
	font-size: .9rem;
	line-height: 1.5rem;
	background: #e4ebf9;
	width: 100%;
	padding: 30px 20px 60px;
	text-align: center;
}
footer small {
	display:block;
	font-size: .8rem;
	line-height: 1rem;
	margin-top: 1rem;
	color: #050750;
}

@media print, screen and (min-width: 751px) {
	footer {
		background-color: #f5f6f7;
		padding: 25px 0 80px;
		border-top: 1px solid #979797;
	}
	footer .f-address .f-logo{
		margin-bottom: 1rem;
	}
	footer .f-address {
		font-size: .9rem;
		line-height: 1.5rem;
		background: transparent;
		width: auto;
		padding: 0;
		text-align: left;
	}
	footer small {
		display:block;
		font-size: .8rem;
		line-height: 1rem;
		margin-top: 1rem;
		color: #555;
	}
}

.f-menu {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.f-menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	line-height: 1;
}
.f-menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	line-height: 1;
	cursor: pointer;
	font-size: 1rem;
	color: #555;
	background: #fff;
}
.f-menu label::before {
	position: absolute;
	content: '';
	right: 1rem;
	top: 40%;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.f-menu input {
	display: none;
}
.f-menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.f-menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
.f-menu label,
.f-menu li a {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.f-menu label a {
	padding: 0px;
}
.f-menu ul.f-acc li {
	overflow-y: visible;
	max-height: 60px;
	transition: none;
	background: #fff;
}
/*リストが増えたらULごとに追加*/
#f-menu_bar1:checked ~ #link1 li,
#f-menu_bar2:checked ~ #link2 li {
	max-height: 60px;
	opacity: 1;
}
#direct {
	bottom: 90px;
	right: 0;
}
@media print, screen and (min-width: 751px) {
	footer {
		margin: 60px 0 30px 0;
	}
	footer ul {
		line-height: 1rem;
	}
	footer ul li {
		padding-bottom: .5rem;
	}
	footer ul#link1 li, footer ul#link2 li {
		padding-bottom: .3rem;
	}
	footer ul#link1, footer ul#link2 {
		padding-left: 1rem;
		padding-top: .3rem;
	}
	footer ul#link1 li a:before,
	footer ul#link2 li a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		padding-right: 5px;
		font-size: .7rem;
	}
	.f-container {
		width: 100%;
		max-width: 1140px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.f-menu {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	.f-menu label,
	.f-menu li a {
		padding: 0 0 .5rem 0;
		border-bottom: none;
	}
	.f-menu a,
	.f-menu label {
		line-height: 1rem;
		padding: 0;
		padding-bottom: .5rem;
	}
	.f-menu label {
		cursor: auto;
		color: #555;
		font-size: 1rem;
		background: transparent;
	}
	.f-menu label::before {
		display:none;
	}
	.f-menu li {
		overflow-y: visible;
		max-height: 60px;
		transition: none;
	}
	.f-menu ul.f-acc li {
		background: transparent;
	}
}

/*----------------------------------------------------
	Fixed footer
----------------------------------------------------*/
#fixedfooter {
	display: none;
	position: fixed;
	width: 100%;
	bottom:0;
	background: #636363;
	color: #fff;
}

#fixedfooter .ff-inq-tel {
	display: block;
}
#fixedfooter .ff-inq-tel {
	padding: 0 10px;
		width: 25%;
}
.ff-info {
	width: calc(100% - 90px);
}
.ff-time {
	margin: 0;
	width:100%;
	font-size:.75rem;
	text-align: center;
	line-height: .75rem;
}
@media print, screen and (min-width: 751px) {
	#fixedfooter .ff-inq-tel {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items:center;
		align-items: center; 
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0 1%;
		width: 48%;
	}
	.ff-inq {
		width: 240px;
	}

	.ff-info {
	width: 70%;
	width: calc(100% - 240px);
	}
	.ff-time {
		margin: 0;
		background: transparent;
	}
}
@media print, screen and (min-width: 1100px) {
	#fixedfooter .ff-inq-tel {
		width: 30%;
	}
}

#fixedfooter .ff-text {
	padding: 0;
	margin: 5px 0 3px;
	text-align: center;
	font-size: .8rem;
	line-height: .8rem;
	
	font-size:1rem;
	width:100%;
	background: #10386b;
	border-radius: 20px;
	padding: 0;

}
#fixedfooter .ff-text span {
font-size: .75rem;
letter-spacing: -.05rem;
}
#fixedfooter .ff-tel {
	margin: 0;
}
#fixedfooter .ff-tel a {
	color: #fff;
	font-size: 1.2rem;
}
#fixedfooter .ff-tel a strong {
	font-size: 1.6rem;
}
#fixedfooter .ff-tel a:hover {
	text-decoration: none;
}
#fixedfooter .ff-tel a:before {
	content: url('../img/f-freedaial.svg');
	padding-right: 5px;
}
#fixedfooter .ff-inq a {
	/*display:table-cell;*/
	display:block;
	vertical-align: middle;
	background-color: #10386b;
	color: #fff;
	text-decoration: none;
	padding: 15px 5px;
	transition-duration: .5s!important;
	text-align: center;
	line-height: 1.2rem;
	font-size: .8rem;
	width:100%;
}

@media print, screen and (max-width: 320px) {
	#fixedfooter .ff-inq-tel span {
		font-size: .6rem;
	}
	#fixedfooter .ff-tel a strong {
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width: 769px) {
	#fixedfooter .ff-inq a {
		font-size: 1rem;
	}
}
#fixedfooter .ff-inq a:hover {
  background: #0068b6;
}
#fixedfooter .ff-inq a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0e0";
	padding-right: 5px;
	display: block;
}
@media print, screen and (min-width: 751px) {
	#fixedfooter .ff-text {
		padding: 5px 5px 5px 0;
		line-height: .75rem;
	}
	#fixedfooter .ff-tel a {
		color: #fff;
		font-size: 1.4rem;
	}
	#fixedfooter .ff-tel a strong {
		font-size: 2rem;
	}
	#fixedfooter .ff-inq a {
	padding: 35px 20px;
	}
	#fixedfooter .ff-inq a:before {
	display: inline;
	}
}
@media print, screen and (max-width: 769px) {
	.btn-tel {
		display: inline-block;
		color: #fff;
		text-decoration: none;
		margin: 0;
		position: relative;
	}
}
@media print, screen and (max-width: 767px) {
	.btn-tel {
		display: inline-block;
		color: #fff;
		text-decoration: none;
		margin: 0;
		position: relative;
	}
	#fixedfooter .ff-tel a:before {
  /*font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f098";*/
  
	content: url('../img/f-freedial-3.svg');
		padding-right: 5px;
		font-size: .75rem;
	}
	
	#fixedfooter .ff-inq-tel {
		padding: 5px 5px;
		width: 50%;
	}
	#fixedfooter .ff-text {
		color: #fff;
		font-size: .7rem;
	padding: 5px;
	}
	#fixedfooter .ff-tel  {
		color: #fff;
		font-size: 1rem;
		text-align: center;
	}
	#fixedfooter .ff-tel a {
		color: #fff;
		font-size: 1rem;
	}
	#fixedfooter .ff-tel a strong {
		font-size: 1rem;
		font-weight: 400;
	}
}
@media screen and (max-width: 320px) {
	#fixedfooter .ff-inq-tel {
		width: 100%;
	padding: 0px 10px;
	}
	#fixedfooter .ff-text {
		line-height: .7rem;
	}
	#fixedfooter .ff-tel {
		line-height: 1rem;
	}
	.ff-time {
		font-size: .6rem;
	}

}
/*----------------------------------------------------
 Parts
----------------------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
	color: #fff;
	background: #000;
  text-decoration: none;
/*  font-weight: bold;*/
  padding: 10px 1.5rem 10px 3.5rem;
  position: relative;
  margin: 10px auto;
}

.btn:hover {
	text-decoration: none;
	background-color: #ff9306;
	transition: 1s;
	color: #fff;
}

a.btn:after,
button.btn:after {
/*	content: url('../img/icon-arrow-right.svg');*/
	content: url('../img/arrow-s.svg');
	margin-left: 2rem;
}
.item-bnr {
  overflow: hidden;
}
.bnr {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 10px auto;
	font-size: 1.4rem;
	line-height: 1.3rem;
	border-radius: 50px;
	background: #10386b;
	width: 22rem;
	height:5rem;
	display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	font-weight: 700;
}

.bnr:hover {
	text-decoration: none;
	color: #fff;
	transition: 1s;
}
.bnr::after {
	content: url('../img/arrow-m.svg');
	position: absolute;
	right: 15px;
	top: calc(50% - 10px);
}

.bnr.bnr-estimate {
	background: #0068b6;
}
.bnr.bnr-detail,
.bnr.bnr-request  {
	background: #10386b;
}
.bnr.bnr-flow {
	background: #0091d7;
}
.bnr.bnr-moneyFixed {
	background: #10386b;
}
.bnr.bnr-moneyFixed:hover {
	background: #98caec;
}
.bnr.bnr-premiumFixed {
	background: #fa7800;
}
.bnr.bnr-premiumFixed:hover {
	background: #fac875;
}
.bnr.bnr-estimate:hover, .bnr.bnr-detail:hover, .bnr.bnr-request:hover, .bnr.bnr-flow:hover {
	background: #98caec;
}
button.bnr.bnr-form {
	color: #fff!important;
}

#links {
	text-align: center;
	margin: 0 0 100px;
	padding-top: 30px;
}
#top-links {
	text-align: center;
	margin: 0px;
}
@media print, screen and (min-width: 769px) {
	#top-links {
		margin-top: 5px;
	}
}

#links.index-links,
#links.top-links {
	margin: 60px 0;
	padding-top: 0px;
}
#links li {
	width: 100%;
	margin: 0 0 2% 0;
}
#top-links li {
	width: 100%;
	margin: 0 1%;
}
.bnr.bnr-large {
	width: 100%;
	height: 130px;
	border-radius: 7px;
	font-size: 1.8rem;
	line-height: 2rem;
	max-width: 520px;
	margin: 0 auto 10px;
}
.bnr.bnr-large::after {
	content: inherit;
}
.bnr.bnr-large.bnr-estimate {
	background:url('../img/icon_btn_direct.svg') no-repeat right 10px center, #0068b6;
}
.bnr.bnr-large.bnr-request {
	background:url('../img/icon_btn_request.svg') no-repeat right 10px center, #10386b;
}
.bnr.bnr-large.bnr-estimate:hover {
	background:url('../img/icon_btn_direct.svg') no-repeat right 10px center, #98caec;
}
.bnr.bnr-large.bnr-request:hover {
	background:url('../img/icon_btn_request.svg') no-repeat right 10px center, #98caec;
}

.bnr.bnr-small {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin: 20px auto;
	padding: 15px 50px;
	background: #10386b;
	font-weight: 400;
}
.bnr.bnr-small:hover {
	background: #98caec;
}

.bnr_aboutus {
	position: relative;
	display: block;
	text-align: left;
	color: #000;
	text-decoration: none;
	position: relative;
	margin: 10px auto;
	font-size: 1rem;
	line-height: 1.3rem;
	background: #fff;
	width: 100%;
	height:4rem;
	display: flex; 
    flex-direction: column;
    justify-content: center; 
	border: 1px solid #9fa0a0;
	font-weight: 400;
	padding: 0 1rem 0 1.5rem;
}

.bnr_aboutus.amlcftcpt {font-size: 0.7rem;}
.bnr_aboutus.basicpolicy {font-size: 0.9rem;}

.bnr-links-aboutus {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items:center;
	align-items: center;
	-webkit-justify-content:start;
	justify-content:start;
	padding: 0 5px;
}

.bnr-links-aboutus li {
    width: 50%;
	padding: 0 2px;
    margin: 0!important;
}

.bnr_aboutus:hover {
	text-decoration: none;
	color: #2675bb;
	background-color: #e5f1fc;
	transition: 1s;
}
.bnr_aboutus::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	left: 15px;
	top: calc(50% - 10px);
	color: #0068b6;
}

@media print, screen and (min-width: 769px) {
	.bnr_aboutus {
		width: 100%;
		height:6rem;
		padding: 0 1rem 0 2rem;
	}
	.bnr_aboutus.amlcftcpt {font-size: 1rem;}
	.bnr_aboutus.basicpolicy {font-size: 1rem;}
	.bnr-links-aboutus {
		padding: 0 10px;
	}
	
	.bnr-links-aboutus li {
		width: 33.33%;
		padding: 0 20px;
	}
}

.shadow-bnr {
	border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}


table {
  width: 100%;
}
.table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}
.table th,
.table-scroll th {
  background: #ecf1ef;
  padding: 10px;
  font-weight: 500;
}
.table td,
.table-scroll td {
  background: #fff;
  padding: 10px;
}

.table th,
.table td {
	border-bottom: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
.table td:empty {
	display: none;
	height:0;
}
table.table-scroll {
	width: auto;
	min-width: 100%;
}

.js-scrollable {
	margin-bottom: 1rem;
}
.scroll-hint-text {
	font-size: 10px;
	margin-top: 0px!important;
}

.table td.tdTitle {
	border-bottom: 1px dashed #c9c9c9;
}

.js-scrollable {
	margin-bottom: 1rem;
}
.scroll-hint-text {
	font-size: 10px;
	margin-top: 0px!important;
}
@media screen and (min-width: 751px) {
	.bnr {
		margin: 10px ;
	}
	#links li {
		width: 48%;
		margin: 0 2% 2% 0;
	}
	#top-links li {
		width: 48%;
	}
	.table th,
	.table td {
		display: table-cell;
	}
	.table th {
		width: 20%;
	}
	.table td {
		width: 80%;
	}
	.table td:empty {
		display: table-cell;
	}
	.table.table-form th {
		width: 25%;
	}
	.table.table-form td {
	width: 75%;
	}
	.table.table-aboutusSystem th {
	width: 25%;
	}
  .table.table-aboutusSystem td {
	width: auto;
  }
	.table td.tdTitle {
		border-bottom: 1px solid #c9c9c9;
	}
}
@media print {
	#links li {
		width: 48%;
		margin: 0 2% 2% 0;
	}
	#top-links li {
		width: 48%;
	}
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*----------------------------------------------------
	INDEX SLIDER
----------------------------------------------------*/

/*-- 最大幅の指定と中央寄せ --*/
.hero-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #fff;
}
.hero-container img {
	max-width: 100%;
	}
/*-- swiper.js --*/
.swiper-container {
  width: 100%;
  height: 100%;
  /*overflow: visible;*/
  z-index: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #bebebe;
}
.swiper-slide-next,
.swiper-slide-prev{
	opacity: 0.6;
}
@media screen and (min-width: 1191px) {
	.swiper-button-next, .swiper-button-prev {
		width: 0;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: -30px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -30px;
	}
}
/*-- hero --*/
.hero {
  overflow-x: hidden;
}

@media print, screen and (min-width: 769px) {
	.hero {
	overflow-x: hidden;
	/*background: #10386b;*/
	background: #fff;
	}
	.hero-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1100px;
	}

}


/*----------------------------------------------------
	Index
----------------------------------------------------*/

h1.indexH1 {
	text-align:center;
	font-size: 1.5rem;
	letter-spacing: -.1rem;
	line-height: 2rem;
	padding: 40px 0 30px;
	position: relative;
}
h2.indexH2 {
	color: #000;
	text-align:center;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 40px 0 30px;
}
@media print, screen and (min-width: 769px) {
	h2.indexH2 {
		font-size: 2rem;
		line-height: 2.8rem;
		letter-spacing: 0;
		padding: 60px 0 30px;
	}
}
	
/* Index Product */
h2.indexProductH2 {
	background: #10386b;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 1.5rem;
	line-height: 2rem;
	border-radius: 7px 7px 0 0;
}
h2.indexProductH2 span {
	display: block;
	font-size: 1rem;
}
#products .products-box {
	background: #fff;
	padding: 30px;
	border-radius: 0 0 7px 7px;
	margin-bottom: 30px;
}
@media print, screen and (max-width: 356px) {
	#products .products-box {
		padding: 20px 30px 20px;
	}
}
#products .arrow_box{
    position:relative;
    width:100%;
    min-height:12rem;
    background:#fff;
    padding:10px;
    text-align:center;
    color:#2B81C2;
    font-size:1rem;
	line-height: 1.5rem;
    font-weight:700;
	background: url('../img/index/baloon_sp.svg') no-repeat top center;
	background-size: contain;
}
#products .arrow_box strong{
    font-size:2rem;
	line-height: 2.5rem;
}
#products .arrow_box.arrow-box-1,
#products .arrow_box.arrow-box-3 {
	padding-top: 1.5rem;
}
#products .arrow_box.arrow-box-2 {
	padding-top: 1.5rem;
}
#products .arrow_box.arrow-box-1::before{
	position: absolute;
	content: url('../img/index/icon_num01.png');
	top: -20px;
	left: calc(50% - 10rem);
}
#products .arrow_box.arrow-box-2::before{
	position: absolute;
	content: url('../img/index/icon_num02.png');
	top: -20px;
	left: calc(50% - 10rem);
}
#products .arrow_box.arrow-box-3::before{
	position: absolute;
	content: url('../img/index/icon_num03.png');
	top: -20px;
	left: calc(50% - 10rem);
}
#products .icon-example {
	margin: 0 0 20px;
}
#products .baloon-box {
	margin: 0px auto 30px;
}
#products .baloon{
	position:relative;
	min-width:100%;
	background:#fff;
	padding:10px;
	text-align:center;
	border:5px solid #0068B6;
	color:#000;
	font-size:1.2rem;
	line-height: 1.6rem;
	font-weight:700;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#products .baloon strong {
	color: #f08300;
	font-weight: 700;
	font-size: 3rem;
	line-height: 3rem;
	margin-left: 1rem;
}
#products .baloon span {
	margin-left: 1rem;
}

.baloon:after,.baloon:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.baloon:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.baloon:before{
    border-color: rgba(0, 104, 182, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    margin-bottom: 5px;
    border-bottom-color:#0068B6;
}
#products .footnote {
	font-size: .9rem;
	line-height: 1.2rem;
	color: #333;
}
#products .footnote li {
	padding-bottom: .5rem;
}

#products .products-box-2 {
	background: #fff;
	border-radius:7px;
	margin: 30px 0 0;
	padding: 0;
}
.item-bouquet {
	width: 100%;
}
.item-bouquet .title-bouquet {
	background: url('../img/index/icon_products05.svg') no-repeat top 10px center, #00b8c4;
	color: #fff;
	padding-top: 3em;
	width: 100%;
	text-align: center;
	border-radius: 7px 7px 0 0;
}
.item-bouquet .title-bouquet strong {
	font-size: 1.5rem;
}

.item-bouquet .text-bouquet {
	width: 100%;
	padding: 20px 20px 0;
background: #fff;
}
.item-bouquet .note-bouquet {
	width: 100%;
	padding: 20px;
background: #fff;
}
.item-bouquet .note-bouquet p {
	diplay:block;
	background: #f6f6f6;
	padding:10px;
	border: 1px solid #a7a7a7;
	font-size: .9rem;
	line-height: 1.2rem;
}
@media print, screen and (min-width: 769px) {
	.hero {
		margin: -25px auto -5px;
	}
	h1.indexH1 {
		font-size: 2rem;
		line-height: 2.8rem;
		letter-spacing: 0;
		padding: 60px 0 30px;
	}
	h1.indexH1::before {
		content: url('../img/index/icon_products01.png');
		position: absolute;
		left: calc(50% - 20rem);
		top: 20px;
	}
	h1.indexH1::after {
		content: url('../img/index/icon_products02.png');
		position: absolute;
		left: calc(50% + 16rem);
		top: 28px;
	}

	h2.indexProductH2 span {
		display: inline;
	}
	#products .arrow_box{
		width:33%;
		min-height:164px;
		padding:10px;
		font-size:1rem;
		line-height: 1.5rem;
		background: url('../img/index/baloon_pc.svg') no-repeat top center;
		background-size: contain;
	}
	#products .baloon-box {
		margin: 30px auto;
	}
	#products .icon-example {
		margin: 0 20px 0 0;
	}
	#products .baloon{
		min-width:70%;
		}
	#products .baloon:after, #products .baloon:before{
		border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		bottom:auto;
		left:auto;
		
		right:100%;
		top:50%;
	}
	#products .baloon:after{
		border-color: rgba(255, 255, 255, 0);
		border-top-width:12px;
		border-bottom-width:12px;
		border-left-width:12px;
		border-right-width:12px;
		margin-top: -12px;
		border-right-color:#fff;
	}
	#products .baloon:before{
		border-color: rgba(0, 104, 182, 0);
		border-top-width:15px;
		border-bottom-width:15px;
		border-left-width:15px;
		border-right-width:15px;
		margin-top: -15px;
		margin-right: 5px;
		border-right-color:#0068B6;
	}
	#products .footnote {
		text-align: right;
	}
	
	#products .products-box-2 {
		background: #fff;
		border-radius:7px;
		margin: 30px 0 0;
		padding: 0;
	}
	.item-bouquet {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items:stretch;
		align-items: stretch;
		-webkit-justify-content:space-between; justify-content:space-between;
		
	}
	.item-bouquet .title-bouquet {
		background: url('../img/index/icon_products05.svg') no-repeat top 40px center, #00b8c4;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items:center;
		align-items: center;
		text-align: center;
		margin: 0 auto;
		/*padding-top: 4.5rem;*/
		width: 25%;
		border-radius: 7px 0 0 7px;
	}
	.item-bouquet .title-bouquet h2 {
		width: 100%;
		text-align:center;
	}
	.item-bouquet .text-bouquet {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items:center;
		align-items: center;
		width: 45%;
		padding: 20px;
	}
	.item-bouquet .note-bouquet {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items:center;
		align-items: center;
		width: 30%;
		padding: 20px;
	}
}

/* Index Customer */
.bnr-links {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items:center;
	align-items: center;
	/*-webkit-justify-content:center;
	justify-content:center;*/
	-webkit-justify-content:start;
	justify-content:start;
}
.bnr-links.bnr-links-product {
	-webkit-justify-content:center;
	justify-content:center;
}
.bnr-links li{
	width: 48%;
	padding: 0;
	margin: 0;
}
#customers .bnr-links li{
	width: 100%;
}
.bnr-links.bnr-links-product li {
	width: 100%;
	padding: 0;
	margin: 0;
}
#customerLinks .bnr-links li{
	width: 100%;
	margin: 0;
}
.bnr-links li:nth-child(odd){
	margin: 0 2%;
}
#customerLinks .bnr-links li:nth-child(odd),
.bnr-links.bnr-links-product li:nth-child(odd),
#customers .bnr-links li:nth-child(odd){
	margin: 0;
}
.bnr-links.bnr-links-prpduct li:nth-child(odd){
	margin-right: 0!important;
}
.bnr_customer {
	position: relative;
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 10px auto;
	font-size: 1.1rem;
	line-height: 1.2rem;
	border-radius: 7px;
	display: flex; 
    align-items: center;
	font-weight: 500;
	width: 100%;
	height: 7rem;
	padding: 0px 10px 0px 20px;
}
.bnr_customer:hover {
	color: #fff;
	text-decoration: none;
	background: #00b8c4;
	transition: 1s;
}
.bnr_customer::before {
	content: url('../img/arrow-m.svg');
	position: absolute;
	left: 5px;
	top: calc(50% - 10px);
}
.bnr_customer.bnr_ctm01 {
	background:url('../img/icon_btn_customers01.svg') no-repeat right 10px center, #0091d7;
}
.bnr_customer.bnr_ctm02 {
	background:url('../img/icon_btn_customers02.svg') no-repeat right 10px center, #0091d7;
}
.bnr_customer.bnr_ctm03 {
	background:url('../img/icon_btn_customers03.svg') no-repeat right 10px center, #0091d7;
}
.bnr_customer.bnr_ctm04 {
	background:url('../img/icon_btn_customers04.svg') no-repeat right 10px center, #0091d7;
}
.bnr_customer.bnr_ctm05 {
	background:url('../img/icon_btn_customers05.svg') no-repeat right 10px center, #0091d7;
}
.bnr_customer.bnr_ctm06 {
	background:url('../img/icon_btn_customers06.svg') no-repeat right 10px center, #0091d7;
}
.bnr_customer.bnr_ctm07 {
	background:url('../img/icon_btn_anshin01.svg') no-repeat right 10px center, #0091d7;
	background-size: 100px;
}

.bnr_customer.bnr_ctm01:hover {
	background:url('../img/icon_btn_customers01.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_customer.bnr_ctm02:hover {
	background:url('../img/icon_btn_customers02.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_customer.bnr_ctm03:hover {
	background:url('../img/icon_btn_customers03.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_customer.bnr_ctm04:hover {
	background:url('../img/icon_btn_customers04.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_customer.bnr_ctm05:hover {
	background:url('../img/icon_btn_customers05.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_customer.bnr_ctm06:hover {
	background:url('../img/icon_btn_customers06.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_customer.bnr_ctm07:hover {
	background:url('../img/icon_btn_anshin01.svg') no-repeat right 10px center, #00b8c4;
	background-size: 100px;
}
#customers {
	background: #fff;
}
#customers .ctm-inq {
	background: #bce0f7;
	padding: 40px 0 10px;
	margin-top: 40px;
}
.ctm-inq .container {
	padding: 0;
}
.ctm-inq p {
	text-align: center;
	padding: 0 0px 20px;
	font-weight: 700;
}
.ctm-inq p.ctm-inq-tel {
	font-size: .85rem;
	font-weight: 500;
}
.ctm-inquiry-item .tel p.ctm-inq-tel,
.campaign-add .tel p.ctm-inq-tel {
	text-align: center;
}
.ctm-inq-tel strong {
	font-size: 2.5rem;
}
.ctm-inq-tel span {
	font-size: 1.6rem;
	font-family: Arial, san-serif;
}
.ctm-inq-tel span:before {
	content: url('../img/icon_freedaial.svg');
	margin-right: .5rem;
}

.ctm-inq-tel span.ctm-inq-tel-address {
	display: block;
	width:100%;
	font-size: 1rem;
	line-height: 1rem;
	letter-spacing: 0;
	background: #1d80a7;
	color: #fff;
	padding: 2px;
	border-radius: 1rem;
	margin: 0 auto 10px auto;
}
.ctm-inq-tel span.ctm-inq-tel-address:before {
	content: '';
	margin-right: 0;
}


.ctm-inq-fax {
	font-size: 2rem;
	font-weight: 500;
	font-family: Arial, san-serif;
	letter-spacing: .1rem;
	text-align: center;
}

@media print, screen and (min-width: 751px) {
	.bnr_customer {
		position: relative;
		display: block;
		text-align: left;
		color: #fff;
		text-decoration: none;
		position: relative;
		margin: 10px auto;
		font-size: 1.2rem;
		line-height: 1.3rem;
		border-radius: 7px;
		display: flex; 
		align-items: center;
		font-weight: 700;
		width: 100%;
		padding: 40px 5px 40px 40px;
	}
	
	.bnr_customer:hover {
		color: #fff;
		text-decoration: none;
		background: #00b8c4;
		transition: 1s;
	}
	.bnr_customer::before {
		content: url('../img/arrow-m.svg');
		position: absolute;
		left: 15px;
		top: calc(50% - 10px);
	}
	.bnr-links li{
		width: 33.333%;
		padding: 0 20px;
	}
	.bnr-links li:nth-child(odd){
		margin: 0!important;
	}
	.bnr-links.bnr-links-product li {
		width: 31%;
		margin: 0 1.3333%;
	}
	#customerLinks .bnr-links li,
	#customers .bnr-links li{
		width: 33.333%;
		padding: 0 20px;
	
	}

	.ctm-inq p {
		padding: 0 20px 20px;
	}
	.ctm-inquiry-item .tel p.ctm-inq-tel {
		text-align: center;
	}
	.ctm-inq-tel span {
		font-size: 1.8rem;
		letter-spacing: .1rem;
	}
}
@media screen and (min-width: 752px) and (max-width: 768px){
	#customerLinks .bnr-links li,
	#customers .bnr-links li{
		width: 33.333%;
		padding: 0 5px;
	}

}
.ctm-inquiry {
	background: #bce0f7;
	padding: 20px 0 10px;
	margin-top: 40px;
}
.ctm-inquiry .container {
	max-width: 1140px;
	padding: 1px 10px;
}

.ctm-inquiry .contact-method {
	text-align: center;
	font-weight: 700;
	padding: 0 0 1rem;
	font-size: 1.2rem;
}
.ctm-inquiry .ctm-inquiry-item div {
	min-width: 45%;
}
.ctm-inquiry .ctm-inquiry-item div.tel {
	margin-bottom: 1rem;
}
.ctm-inquiry .ctm-inquiry-item span {
	margin-bottom: .5rem;
}

.ctm-inquiry .ctm-inquiry-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center; justify-content:center; 
}
.ctm-inquiry .ctm-inquiry-item div.tel,
.ctm-inquiry .ctm-inquiry-item div.fax {
	width: 100%;
	text-align: center;
}
.ctm-inquiry .ctm-inquiry-item p.add-note {
	font-size: 1rem;
	line-height: 1.4rem;
	margin: .5rem 0 0;
	text-align: center;
}
.ctm-inquiry .ctm-inquiry-item span.add-subtitle {
	width: 100%;
	text-align: center;
}

@media print, screen and (min-width: 769px) {
	.ctm-inquiry .ctm-inquiry-item div.tel,
	.ctm-inquiry .ctm-inquiry-item div.fax {
		width: auto;
	}
	.ctm-inquiry .ctm-inquiry-item div.tel {
		padding: 0 30px;
	}
	.ctm-inquiry .ctm-inquiry-item div.fax {
		padding: 0 30px;
	}
	.ctm-inquiry .ctm-inquiry-item p.add-note {
	font-size: 1rem;
	text-align: center;
	}
	.ctm-inquiry .ctm-inquiry-item span.add-subtitle {
		width: 100%;
		text-align: center;
	}
	.ctm-inq-fax {
		text-align: center;
	}
}


/* Index FAQ */
@media print, screen and (min-width: 769px) {
	#faq h2.indexH2 {
		position:relative;
	}
	#faq h2.indexH2::after {
		position: absolute;
		right: 0;
		top: 20px;
		content: url('../img/faq/img01.png');
	}
}
.tabs{
	width:100%;
	margin:10px auto;
	position:relative;
	border: 1px solid #636363;
}
.tab-buttons span{
	color:#333;
	background:#fff;
	cursor:pointer;
	border-bottom:2px solid #ddd;
	display:inline;
	width:33.3%;
	float:left;
	text-align:center;
	height:80px;
	font-size: .8rem;
	letter-spacing: -.05rem;
	line-height:1rem;
	padding: 20px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items:center;
	align-items: center;
	-webkit-justify-content:center;
	justify-content:center;
}
.tab-content{
	border-top: none;
	padding:15px 0;
	background:#fff;
	display:inline-block;
	color:#333;
	width: 100%;
}
#lamp{
	width:33.3%;
	height:2px;
	background:#333;
	display:block;
	position:absolute;
	top:78px;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content2{
	left:33.3%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content3{
	left:66.6%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content1{
	left:0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}

@media print, screen and (min-width: 769px) {
	.tab-buttons span{
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.tab-content{
		padding:15px;
	}
}

.accbox dl {
	background-color: #fff;
}
.accbox dl dt,
.accbox dl dd {
	margin: 0;
	padding: 0;
}

.accbox dl {
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom:10px;
}

.accbox dl dt {
	width:100%;
	padding: 1rem 0px 0px 2.5rem;
	border-radius: 10px 20px;
	position: relative;
	display:block;
	cursor:pointer;
	font-weight: 400;
}
.accbox dl dt:before {
	content: 'Q';
	font-weight: bold;
	color: #fff;
	margin-right: .5rem;
	margin-left: -2.5rem;
	display:inline-block;
	
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #9fbddc;
	text-align:center!important;
	line-height: 2rem;
	padding: 0;
	text-indent: 0;
}
.accbox dl dd:before {
	content: 'A';
	font-weight: bold;
	color: #fff;
	margin-right: .5rem;
	margin-left: -2.5rem;
	display:inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #f2b57f;
	text-align:center!important;
	line-height: 2rem;
	padding: 0;
	text-indent: 0;

}
.accbox dl dd {
	padding: 15px 20px 15px 3rem;
	border-radius: 3px;
	margin-top: 10px;
	background: #faefe5;
	display:none;
}
.accbox dl dd span.caution {
	color: #f00;
	font-size: .9rem;
}
.accbox dl dd div.caution {
	color: #f00;
	font-size: .9rem;
	padding-bottom:1rem;
}
.accbox dl dd a {
	color: #f39800;
}
.accbox dl dd a:hover {
	text-decoration: underline;
}

.accbox dl span::before,
.accbox dl span::after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background: #f39800;
	position: absolute;
	right: 10px;
	top: 13px;
	transform: translateY(-50%);
}

.accbox dl span::after {
	background: #f39800;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

.accbox dl .active span::after {
	transform: rotate(135deg);
	transition: 0.5s;
}
.accbox dl .active span::before {
	transform: rotate(45deg);
	transition: 0.5s;
}

@media print, screen and (min-width: 769px) {
	.accbox dl {
		width: 100%;
		padding: 10px 30px;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom:10px;
	}
}
	em.accbox-price {
		font-style: normal;
	}
	em.accbox-price-child {
		font-style: normal;
	}
@media print, screen and (min-width: 769px) {
	em.accbox-price {
		display:inline-block;
		width:28rem;
		font-style: normal;
	}
	em.accbox-price-child {
		display:inline-block;
		width:5rem;
		font-style: normal;
		text-align: right;
	}
}
/* Index News */
#topics {
	padding: 0 0 50px;
}

dl.news_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 990px;
	margin: 0 auto 30px;
}
dl.news_list dt {
	width: 100%;
	padding: .5rem 0 0;
	font-weight: 400;
	position: relative;
}
dl.news_list dd {
	width: 100%;
	padding: .5rem 0 1rem;
	border-bottom: 1px solid #b5b5b5;
}
dl.news_list dt span.icon_news:after {
	display: block;
	content: '重要';
	text-align:center;
	width: 5rem;
	font-size: .8rem;
	line-height: .8rem;
	color: #fff;
	background: #e60012;
	padding: 3px 0;
	border-radius: 15px;
	position: absolute;
	left: 6rem;
	top:.8rem;
}
dl.news_list dt span.icon_news.news_important:after {
	content: '重要';
	background: #e60012;
}
dl.news_list dt span.icon_news.news_topics:after {
	content: 'お知らせ';
	background: #0091d7;
}
dl.news_list dt span.icon_news.news_corporate:after {
	content: '企業';
	background: #10386b;
}
dl.news_list dt span.icon_news.news_ir:after {
	content: '電子公告';
	background: #00b8c4;
}
.pagination{
	padding: 30px 0;
	text-align:center;
}
.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
.pagination a{
  display: inline-block;
  color: #222;
}

.pgn a{
	line-height: 2rem;
	padding: 0 .5rem;
	text-align: center;
	margin: auto 5px;
}
.pgn a.is-active{
	border: 3px solid #98caec;
}

@media print, screen and (min-width: 769px) {
	dl.news_list dt span.icon_news:after {
		top:.8rem;
	}
	dl.news_list dt {
		width: 25%;
		padding: .5rem 0;
		border-bottom: 1px solid #b5b5b5;
	}
	dl.news_list dd {
		width: 75%;
	padding: .5rem 0;
	}
}
/* Renewal CM */
#top-cm {
	padding: 30px 0 0;
}

#top-cm .container {
	background: #fff;
	padding: 20px 20px 0;
	width: 90%;
	border: 1px solid #0c3767;
	margin: 0 auto;
}
#top-cm .container h1 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.4rem;
	color: #0c3767;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
/*  -webkit-text-stroke: 1px #0c3767;
  text-stroke: 1px #0c3767;
  text-shadow: 5px 5px #fff441;*/
}
#top-cm .container p {
	text-align: center;
}
#top-cm .container ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
	margin: 20px 0 10px;
}
#top-cm .container ul li {
	width: 100%;
	text-align: center;
		margin-bottom: 10px;
}
#top-cm .container ul li a {
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	width:100%;
	background: #0c3767;
	border: 1px solid #0c3767;
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 0;
	border-radius: 7px;
	font-weight: 700;
}
#top-cm .container ul li a:hover {
	text-decoration: none;
	background: #fff441;
	color: #000;
}
#top-cm .container ul li a span {
	font-size: 1rem;
	display:block;
	width:100%;
	font-weight: 400;
}
@media print, screen and (min-width: 769px) {
	#top-cm .container {
		padding: 20px 40px;
		width: 96%;
		max-width: 1100px;
		margin: 0 auto;
	}
	#top-cm .container h1 {
		font-size: 3rem;
		line-height: 3rem;
		padding-top: .5rem;
		/*-webkit-text-stroke: 2px #0c3767;
		text-stroke: 2px #0c3767;*/
	}
	#top-cm .container em {
		font-style: normal;
		display: inline-block;
		margin: 0 1rem;
	}
	#top-cm .container ul li {
		width: 30%;
		margin-bottom: 0;
	}
}

/*----------------------------------------------------
	2ND Pages
----------------------------------------------------*/

/* common */

.pagetitle {
	color: #fff;
	background: #10386b;
}

.pagetitle .container {
	height: 150px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items:center;
	align-items: center; 
}
.pagetitle .container h1 {
	font-size: 1.8rem;
	/*font-size: 2rem;*/
	line-height: 2rem;
}
@media print, screen and (max-width: 356px) {
	.pagetitle .container h1 {
		font-size: 1.5rem;
	}
}

.breadcrumbs {
	background: #ececec;
	font-size: 1rem;
	color: #666;
	padding: 10px 0;
}
.breadcrumbs a {
	color: #666;
}
.breadcrumbs a:after {
	content:'>' ;
	padding: 0 5px;
}
.mainContent {
	width: 100%;
	/*margin:60px auto 0;*/
	margin:10px auto 0;
}
.mainContent.mainContentText {
	margin:30px auto 0;
}
.mainContent.mainContentText p {
	padding-bottom: 1rem;
	line-height: 2.2rem;
}
.section {
	margin: 20px auto 30px;
}
h2.headlineH2 {
	color: #000;
	text-align:center;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 0px 0 30px;
	font-weight: 500;
}
h2.headlineH2.aboutusH2 {
	padding: 0px 0 30px;
}
h2.headlineH2.aboutusH2.philosophyH2 {
	padding: 0;
}
h2.headlineH2.inquiryH2 span {
	border-bottom: 3px solid #10386b;
}
h2.headlineH2.aboutusH2 span {
	border-bottom: 3px solid #10386b;
}
h2.headlineH2.aboutusH2 span.update {
	font-size: 1rem;
	font-weight: 400;
	border-bottom: none;
	margin-left: .5rem;
}
h2.headlineH2.customerH2 span {
	border-bottom: 3px solid #0091d7;
}
h3.headlineH3 {
	border: 1px solid #0068b6;
	border-radius: 5px;
	padding: .5rem 1rem;
	color: #000;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin-bottom: 30px;
	font-weight: 500;
	background-color: rgba(255,255,255,.7);
}


h4.headlineH4 {
	position: relative;
	padding: .5rem 1rem;
	font-size: 1.3rem;
	line-height: 2.2rem;
	font-weight: 500;
	margin-bottom: 30px;
}

h4.headlineH4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #0068b6, #0068b6 1px, transparent 3px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #0068b6, #0068b6 1px, transparent 3px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media print, screen and (min-width: 769px) {
	.pagetitle {
		margin: -25px auto -5px;
	}
	.pagetitle .container h1 {
		font-size: 2rem;
		line-height: 2rem;
	}
	.mainContent {
		max-width: 900px;
		margin:60px auto;
	}
	.mainContent.mainContentWide {
		max-width: 100%;
	}
	.mainContent.mainContentText {
		padding-top: 30px;
	}
	h2.headlineH2 {
		font-size: 2rem;
		line-height: 2.5rem;
		padding: 0px 0 40px;
	}

}

/*----------------------------------------------------
	Aboutus
----------------------------------------------------*/

#aboutusLinks {
	background: #f6f6f6;
	margin: 60px auto 0;
	padding: 40px 0px;
	margin: 60px -10px 0;
	border: 3px solid #c6dae9;
}

@media print, screen and (min-width: 769px) {
	#aboutusLinks {
		margin: 60px auto 0;
	}
}
.signature {
	font-size: 1.8rem;
	letter-spacing: .1rem;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
ul.disclose_list {
	margin: 0;
}
ul.disclose_list li {
	padding-bottom: .5rem;
	margin-left: 1rem;
}
ul.disclose_list li:before {
	content: '●';
	margin-right: .5rem;
	margin-left: -1rem;
}
.item-disclose {
	margin: 0 0 30px;
}
.mainContent.mainContentText .item-disclose p {

	padding-bottom: 10px;
}
.table.table-disclose {
	border:	1px solid #2a6ebb;
	border-radius: 10px;
}

.table.table-disclose th {
  background: #98caec;
  padding: 5px;
  font-weight: 500;
}
.table.table-disclose td {
  background: #fff;
  padding: 10px;
  font-size: 1.5rem;
  color: #2a6ebb;
  font-weight: 700;
}

.table.table-disclose th,
.table.table-disclose td {
    border-bottom: none;
    display: table-cell;
    width: 50%;
	text-align: center;
	border-right: 1px solid #2a6ebb;
  }
.table.table-disclose.table-disclose-result th,
.table.table-disclose.table-disclose-result td {
    width: 33.33%;
  }

.mainContent.mainContentText .item-solvencyMargin {
	border: 1px solid #98caec;
	border-radius: 7px;
	margin: 30px auto;
	background: #fff;
	padding: 20px 20px 10px;
}
.mainContent.mainContentText .item-solvencyMargin p {
	padding: 0 0 5px;
	font-size: 1.3rem;
	line-height:2.4rem;
	font-weight: 700;
	text-align: center;
}
.mainContent.mainContentText .item-solvencyMargin p strong {
	color: #dc0011;
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin: 0 10px;
}
.mainContent.mainContentText .item-solvencyMargin p.item-solvencyMarginDate {
	font-size: .9rem;
	line-height: .9rem;
	text-align: right;
	padding: 0;
	font-weight: 400;
}
.mainContent.mainContentText .aboutSolvencyMargin h4 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #2a6ebb;
	border-bottom: 1px solid #2a6ebb;
}
.mainContent.mainContentText .aboutSolvencyMargin p {
	font-size: .9rem;
	line-height: 1.5rem;
	padding-bottom: .5rem;
}

@media print, screen and (min-width: 769px) {
	ul.disclose_list {
		margin: 0 0 0 1rem;
	}
	.mainContent.mainContentText .aboutSolvencyMargin {
		margin-bottom: 30px;
	}
}
/*----------------------------------------------------
	Recruit
----------------------------------------------------*/


div.acc_recruit dt {
	margin-bottom: 15px;
	padding-top: 5px;
}

div.acc_recruit dl {
	margin: 30px auto;
}

div.acc_recruit dt {
	font-weight: bold;
	font-size:1.1rem;
	color: #10386b;
	line-height: 30px;
	font-weight: 700;
}
div.acc_recruit dt:hover {
	cursor: pointer;
}
div.acc_recruit dt:before {
	content: '\f055';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding-right: 10px;
	color: #10386b;
}
div.acc_recruit dt.duties_open:before {
	content: '\f056';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	padding-right: 10px;
	color: #10386b;
}
div.acc_recruit dd {
	margin-bottom: 2rem;
}
.table.table-recruit th {
	background: #dceff2;
}
.table.table-recruit {
    border-left: 1px solid #bce0f7;
    border-top: 1px solid #bce0f7;
}
.table.table-recruit th,
.table.table-recruit td {
    border-bottom: 1px solid #bce0f7;
    border-right: 1px solid #bce0f7;
	padding:20px;
}

/*----------------------------------------------------
	News
----------------------------------------------------*/
H2.newsH2 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
	display:block;
	border-bottom: 1px solid #10386b;
}
p.news_date {
	font-size: .9rem;
	margin-bottom: .5rem;
	
}
h3.newsH3 {
	padding: 2rem 0 0.3rem;
	font-weight: 700;
}
h3.newsH3 span {
	background:linear-gradient(transparent 70%, rgba(0, 145,215,.3) 70%);
	padding: 0 .2rem;
	font-size: 1.1rem;
}
table.table-news {
	border-top: 1px solid #bce0f7;
	border-left: 1px solid #bce0f7;
	width: 100%;
	margin: 1rem 0;
}
table.table-news th,
table.table-news td {
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #bce0f7;
	background-color: #fff;
}
table.table-news th strong,
table.table-news td strong {
	font-weight: 700!important;
	color: #000;
}
table.table-news th.bg_b,
table.table-news td.bg_b{
	background-color: #b9d6f0;
	font-weight: bold!important;
	color: #000;
}
table.table-news th.bg_g,
table.table-news td.bg_g{
	background-color: #edf6ff;
}
table.table-news th {
	font-weight: bold!important;
	color: #000;
	white-space: nowrap;
	background-color: #efefef;
	border-bottom: 1px solid #bce0f7;
	padding: 5px 15px;
}
table.table-news td {
	border-bottom: 1px solid #bce0f7;
	padding: 5px 15px;
}
.box_news_list {
	border: 1px solid #bce0f7;
	background: #fff;
	padding:1rem;
	margin: 0 0 .5rem;
	border-radius: 7px;
}
#news_detail h2.ttl_txt,
#news_detail h3.sttl_txt {
	margin-top: 1rem;
}
#news_detail .caution {
	color: #000;
	font-weight: 700;
	font-size: .8rem;
}

/*----------------------------------------------------
	Customer
----------------------------------------------------*/

.pagetitle.pagetitleCustomer {
	background: #0091d7;
}
h2.catH2 {
	background: #fff;
	border: 1px solid #0091d7;
	border-radius: 7px;
	text-align: center;
	padding: 1rem;
	font-size: 2rem;
	color: #0091d7;
	line-height: 2.4rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.flowbox-column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items:stretch;
	align-items: stretch;
	-webkit-justify-content:center;
	justify-content:center;
}
.flowbox, .flowbox-2 {
	width: 100%;
	background: #fff;
}

.flow-arrow {
	 transform: rotate(90deg);
	 margin: 10px 0;
}

.flow-arrow-center {
	 margin: 10px auto;
	 height: auto;
	 text-align: center;
}
.flow-arrow-center img {
	 transform: rotate(90deg);
}
@media print, screen and (min-width: 769px) {
	.flowbox {
		width: 26%;
		margin: 15px 0;
	}
	.flowbox-2 {
		width: 45%;
		margin: 15px 0 20px 0;
	}

	.flowbox-column {
	-webkit-justify-content:end;
	justify-content:end;
	margin-left: 5%;
}
	.flowbox:first-child,.flowbox-2:first-child {
		margin-left: 5%;
	}
	.flowbox-renew-item .flowbox:first-child,
	.flowbox-renew-item .flowbox-2:first-child {
		margin-left: 0;
	}
	.flowbox:nth-child(5n) {
		margin-right: 5%;
	}
	.flowbox-2:nth-child(3n) {
	}
	.flow-arrow {
	width: 5%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items: center; 
	-webkit-justify-content: center;
	justify-content: center;
	transform: rotate(0deg);
	}

}
h3.num-flow {
	display: -webkit-flex;
	display: flex;
  position: relative;
  background: #0091d7;
  color: #fff;
   -webkit-align-items:stretch;
   align-items: stretch; 
   border-bottom:1px solid #0091d7;
}

h3.num-flow span {
position: relative;
  padding: 1rem 1.5rem;
  color: #0091d7;
  background: #fff;
  font-size:1.5rem;
  line-height:1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;align-items: center;
  font-weight: 500;
}

h3.num-flow span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}


h3.num-flow em {
  padding: 1rem;
  font-size:1.1rem;
  font-style: normal;
  line-height:1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;
  align-items: center;
}

h3.tri-flow {
  position: relative;
	padding: 20px 10px;
  background: #0091d7;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

h3.tri-flow:after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 7px);
  border: 15px solid transparent;
  border-top: 15px solid #0091d7;
  width: 0;
  height: 0;
}
h3.tri-flow strong{
  font-weight: 500;
	color:#ffe402;
}
h4.flowH4 {
	background: #bce0f7;
	text-align: center;
	padding: 20px 10px;
	font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
h4.flowH4.flowH4Caution::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f06a";
		color: #c00000;
		padding-right: .5rem;
}


.flowbox .flowbox-item,
.flowbox-2 .flowbox-item  {
	padding: 30px 20px 20px;
}
.flowbox .flowbox-item .flowbox-img,
.flowbox-2 .flowbox-item .flowbox-img {
	text-align: center;
	height: 110px;
	margin: 0 auto;
	width: 100%;
}

.flowbox .flowbox-item span.icon-flow {
	display:block;
	font-size: .9rem;
	line-height: .9rem;
	padding: 2px 0;
	width: 6rem;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.flowbox .flowbox-item span.icon-customer {
	background: #db9b00;
}
.flowbox .flowbox-item span.icon-memolead {
	background: #76bd22;
}
.flowbox .flowbox-item span.icon-contract {
	background: #49a7dc;
}
#customerLinks {
	background: #f5f6f7;
	margin: 60px auto 0;
	padding: 40px 10px;
	margin: 60px 0 0;
	border: 3px solid #bce0f7;
}
.linkArea .ctm-inq {
	background: #bce0f7;
	/*padding: 40px 0 10px;*/
	padding: 30px 0 10px;
	margin: 0 auto;
}
th.sttl_txt {
	background: #10386b!important;
	color: #fff;
	text-align:center;
	padding: 1rem!important;
}
th.sttl_txt h3 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 500;
}
th.sttl_txt h3 strong {
	font-weight: 500;
	color: #ffe402;
}
@media print, screen and (min-width: 769px) {
	#customerLinks {
		margin: 60px auto 0;
		padding: 40px 0px;
	}
}

.policyholder_np-ins_cont01 {
	border: 3px solid  #cedaea; padding: 10px;margin-bottom: 30px;
}
.policyholder_np-ins_cont01 h2 {
	border:2px solid #0b56a4; color:#333; padding: 10px;margin: 0 0 10px 0;text-align: center;
}
.policyholder_np-ins_cont01 ul li.list_np-ins01 {
	background:  ;
	padding:10px;
	margin:5px 0 0 0;
	font-weight: bold;
	color:#0b56a4;
}
.policyholder_np-ins_cont01 ul li.list_np-ins01 {
	background: url(../img/product/np-arrow.png) no-repeat 10px center #cedaea;
	padding:10px 10px 10px 25px;
	margin:5px 0 0 0;
	font-weight: bold;
	color:#0b56a4;
}
.policyholder_np-ins_cont01 ul li a {
	display: block;
	background: url(../img/product/np-arrow.png) no-repeat 10px center #cedaea;
	padding:10px 10px 10px 25px;
	margin:5px 0 0 0;
	font-weight: bold;
	color:#0b56a4;
}
.policyholder_np-ins_cont01 ul li a:hover {
	opacity: .7;
}
.btn_np a {
	display:block;
	margin:10px auto 30px auto;
	padding:10px;
	text-align:center;
	color:#0b56a4;
	border:2px solid #0b56a4;
	background-color:#cedaea;
	border-radius:25px;
	font-weight:bold;text-decoration:none;
}
.btn_np a:hover {
	opacity: .75;
}

em.coem{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
}


/*----------------------------------------------------
	Product
----------------------------------------------------*/

h2.productH2-01 {
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.8rem;
	padding: 0 0 1rem;
}
h2.productH2-02 {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2rem;
	padding: 0 0 2rem;
}
h4.productH4-01 {
	text-align: center;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 500;
	padding: 15px;
	background: #0068b7;

	background-size: cover;
	color: #fff;
	margin: 40px 0;
	border-radius: 15px;
}
h4.productH4-01.productH4-01-yasui img,
h4.productH4-02.productH4-01-yasui img {
	max-width: 100%;
	width: 700px;
}
h4.productH4-01-02 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	padding: 10px 15px;
	background: #d3edfb;
	background-size: cover;
	margin: 40px 0;
	border-radius: 10px;
}

h4.productH4-02 {
	text-align: center;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 500;
	padding: 15px;
	background: #ee7800;
	margin: 40px 0;
	border-radius: 15px;
	color: #fff;
}

h4.productH4-02-02 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	padding: 10px 15px;
	background: #fee6b8;
	background-size: cover;
	margin: 40px 0;
	border-radius: 10px;
}

.product01-copy {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.product01-copy span {
	display: inline-block;
	background: #d3edfb;
	color: #0068b7;
	font-size: 1rem;
	line-height: 1rem;
	padding: 5px 10px;
	border-radius: 7px;
	margin-right: .5rem;
}
.product01-copy span.copy2 {
	background: #fee6b8;
	color: #ee7800;
}
.product01-copy strong {
	font-size: 2rem;
	color: #c00;
}
.product01-timing {
	width: 100%;
	margin: 30px auto;
	background: #d3edfb;
	padding: 15px 30px;
	border-radius: 15px;
	font-size: 1.2rem;
	line-height: 2rem;
}
.product02-timing {
	width: 100%;
	margin: 30px auto;
	background: #fee6b8;
	padding: 15px 30px;
	border-radius: 15px;
	font-size: 1.2rem;
	line-height: 2rem;
}
.product01-timing p,
.product02-timing p {
	text-align: center;
}
@media print, screen and (min-width: 769px) {
	.product01-timing,
	.product02-timing {
		width: 80%;
	}
}

.pagetitle.pagetitleProduct01 {
	color: #fff;
	background: #fff;
	background: linear-gradient(90deg, rgba(162,215,212,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(162,215,212,1) 100%);
}
.pagetitle.pagetitleProduct02 {
	color: #fff;
	background: #fff;
	background: linear-gradient(90deg, rgba(253,210,62,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(253,210,62,1) 100%);
}
.pagetitle.pagetitleProduct01 img,
.pagetitle.pagetitleProduct02 img {
	max-height: 100%;
}
.pagetitle.pagetitleProduct03 {
	color: #fff;
	background: #00b8c4;
}
.pagetitle.pagetitleProduct01 .container h1,
.pagetitle.pagetitleProduct02 .container h1 {
	margin: 0 auto;
	text-align: center;
}

@media print, screen and (min-width: 769px) {
	.pagetitle.pagetitleProduct01 .container h1,
	.pagetitle.pagetitleProduct02 .container h1 {
		margin: -10px auto 0;
	}
}
.productTitle {
	margin: 30px auto;
	text-align: center;
}
.productTitle img {
	margin: 0 auto;
	width: 985px;
	max-width: 100%;
}

.productCopy, .productCopy-2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight; 700;
	padding: 0px 0 40px 0;
}
.productCopy strong {
	font-size: 4rem;
	color: #0068b6;
	font-family: Arial, san-serif;
}
.productCopy-2 strong {
	font-size: 4rem;
	color: #ea5420;
	font-family: Arial, san-serif;
}
.productExample {
	font-size: 1.3rem;
	line-height: 2rem;
	padding-bottom: 40px;
}
.bnr_product {
	position: relative;
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 10px auto;
	font-size: 1rem;
	line-height: 1.2rem;
	border-radius: 7px;
	display: flex; 
    align-items: center;
	font-weight: 500;
	width: 100%;
	height: 6rem;
	padding: 0px 5px 0px 20px;
}
.bnr_product:hover {
	color: #fff;
	text-decoration: none;
	background: #00b8c4;
	transition: 1s;
}
.bnr_product::before {
	content: url('../img/arrow-m.svg');
	position: absolute;
	left: 5px;
	top: calc(50% - 10px);
}
.bnr_product.bnr_ctm01 {
	background:url('../img/product/product01-01.svg') no-repeat right 10px center, #228dc9;
}
.bnr_product.bnr_ctm02 {
	background:url('../img/product/product01-04.svg') no-repeat right 10px center, #228dc9;
}
#products .bnr_product.bnr_ctm01 {
	background:url('../img/product/product01-01.svg') no-repeat right 10px center, #228dc9;
}
#products .bnr_product.bnr_ctm02 {
	background:url('../img/product/product01-04.svg') no-repeat right 10px center, #fa7800;
}
.bnr_product.bnr_ctm03 {
	background:url('../img/product/product01-02.svg') no-repeat right 10px center, #228dc9;
}
.bnr_product.bnr_ctm04 {
	background:url('../img/product/product01-03.svg') no-repeat right 10px center, #228dc9;
}
.bnr_product.bnr_ctm05 {
	background:url('../img/product/product01-05.svg') no-repeat right 10px center, #228dc9;
}
.bnr_product.bnr_ctm06 {
	background:url('../img/product/product01-06.svg') no-repeat right 10px center, #228dc9;
}
.bnr_product.bnr_ctm07 {
	background:#67be8d;
}
.bnr_product.bnr_ctm01:hover {
	background:url('../img/product/product01-01.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_product.bnr_ctm02:hover {
	background:url('../img/product/product01-04.svg') no-repeat right 10px center, #00b8c4;
}
#products .bnr_product.bnr_ctm01:hover {
	background:url('../img/product/product01-01.svg') no-repeat right 10px center, #00b8c4;
}
#products .bnr_product.bnr_ctm02:hover {
	background:url('../img/product/product01-04.svg') no-repeat right 10px center, #fac875;
}
.bnr_product.bnr_ctm03:hover {
	background:url('../img/product/product01-02.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_product.bnr_ctm04:hover {
	background:url('../img/product/product01-03.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_product.bnr_ctm05:hover {
	background:url('../img/product/product01-05.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_product.bnr_ctm06:hover {
	background:url('../img/product/product01-06.svg') no-repeat right 10px center, #00b8c4;
}
.bnr_product.bnr_ctm07:hover {
	background:#d0e2be;
}
.productTableFemale, .productTableMale {
	width: 100%;
	margin-bottom: 60px;
}
table.table-product {
	width: 100%;
}
.planFemale { font-size: 1.4rem; color: #b2003e; line-height:1.8rem; padding-bottom: .5rem; }
.planMale { font-size: 1.4rem; color: #10386b; line-height:1.8rem; padding-bottom: .5rem;  }
.productTableFemale table.table-product th,
.productTableFemale table.table-product td,
.productTableMale table.table-product th,
.productTableMale table.table-product td {
	padding: 30px 0px;
}
table.table-product th {
	padding: 10px;
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

table.table-product td {
	padding: 20px 10px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	border-left: 2px solid #fff;
	position: relative;
}
table.table-product th:first-child,
table.table-product td:first-child {
	border-left: none;
}
table.table-product td.icon-plus:before {
	position: absolute;
	content: '＋';
	top: 1.8rem;
	left: -.75rem;
}
table.table-product td.icon-equal:before {
	position: absolute;
	content: '＝';
	top: 1.8rem;
	left: -.75rem;
}
.productTableFemale table.table-product th {
	background:#f8b6cd;
}
.productTableMale table.table-product th {
	background:#9ebce3;
}
.productTableFemale table.table-product td {
	background:#f2dce4;
}
.productTableMale table.table-product td {
	background:#dceff2;
}

table.table-product01 th,
table.table-product01 td,
table.table-product02 th,
table.table-product02 td  {
	display: block;
}
@media print, screen and (min-width: 769px) {
	table.table-product01 th,
	table.table-product01 td,
	table.table-product02 th,
	table.table-product02 td {
		display: table-cell;
	}
}

table.table-product01, table.table-product02 {
	width: 100%;
	margin-bottom: 40px;
}
table.table-product01 th {
	padding:20px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #145fa7;
	font-weight: 500;
	line-height: 1.3rem;
	color: #10386b;
	width: 100%;
}

table.table-product02 th {
	padding:20px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ea5920;
	font-weight: 500;
	line-height: 1.3rem;
	width: 100%;
}
@media print, screen and (min-width: 769px) {
	table.table-product01 th,
	table.table-product02 th {
		width: 100px;
	}
}
table.table-product01 th img,
table.table-product02 th img {
	max-width: 100px;
}
.t-red {color: #c00;}

table.table-product01 th strong,
table.table-product02 th strong {
	font-size: 3rem;
	line-height: 3.5rem;
	font-family: Arial, san-serif;
}
table.table-product01 td,
table.table-product02 td {
	padding:20px;
	text-algin: center;
	vertical-align: middle;
	background: #fff;
	
	border: 1px solid #145fa7;
}
table.table-product02 td {
	border: 1px solid #ea5920;
}
table.table-product01 td h4 {
	color: #10386b;
	border-bottom: 1px solid #10386b;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 500;
}
table.table-product02 td h4 {
	color: #ea5420;
	border-bottom: 1px solid #ea5420;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 500;
}
table.table-product01 td ul {
}
table.table-product01 td ul li,
table.table-product02 td ul li {
	padding-bottom: .5rem;
	margin-left: 1.3rem;
	position:relative;

}
table.table-product01 td ul li::before,
table.table-product02 td ul li::before {
	content: '■';
	/*padding-right: .1rem;
	margin-left: -1.1rem;*/
	position:absolute;
	top: 0;
	left: -1.3rem;
}
table.table-product01 td.tableSubtitle {
	background: #145fa7;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
table.table-product02 td.tableSubtitle {
	background: #ea5420;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
table.table-product01 td.tableSubtitle span,
table.table-product02 td.tableSubtitle span {
	font-size: 1rem;
	line-height: 1.3rem;
}

table.table-product01.table-product01-2 td.tableSubtitle {
	background: #2988ca;
}
table.table-product01.table-product01-03 td.tableSubtitle {
	background: #06afb9;
}
table.table-product01.table-product01-2 th,
table.table-product01.table-product01-2 td {
	border: 1px solid #2988ca;
}
table.table-product01.table-product01-03 th,
table.table-product01.table-product01-03 td {
	border: 1px solid #06afb9;
}


table.table-product02.table-product02-02 td.tableSubtitle {
	background: #ef7c1e;
}
table.table-product02.table-product02-03 td.tableSubtitle {
	background: #fabf1b;
}
table.table-product02.table-product02-02 th,
table.table-product02.table-product02-02 td {
	border: 1px solid #ef7c1e;
}
table.table-product02.table-product02-03 th,
table.table-product02.table-product02-03 td {
	border: 1px solid #fabf1b;
}

table.table-product-2 {
	width: auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.table-product-2 th,
table.table-product-2 td{
	background: #fff;
	white-space: nowrap;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}
table.table-product-2 th.thFemale {
	background: #f3a9c9;
}
table.table-product-2 th.thMale {
	background: #93c4ea;
}
table.table-product-2 td.tdFemale {
	background: #fdeff5;
}
table.table-product-2 td.tdMale {
	background: #eaf3fb;
}
table.table-product-2 td.tdAge {
	background: #e6e6e6;
}

@media print, screen and (min-width: 769px) {
	h2.productH2-01 {
		font-size: 2.2rem;
	}
	h2.productH2-02 {
		font-size: 1.6rem;
	}
	.productCopy,
 .productCopy-2 {
	font-size: 3rem;
	line-height: 4rem;
	padding: 20px 0 40px 0;
	}
	.productCopy strong,
.productCopy-2 strong {
		font-size: 6rem;
}
	.bnr_product {
		font-size: 1.1rem;
		line-height: 1.2rem;
		height: 7rem;
		padding: 0px 10px 0px 40px;
	}
	.bnr_product::before {
	left: 15px;
	}
	.productTableFemale, .productTableMale {
		width: 48%;
	}
	table.table-product-2 {
	width: 100%;
}
}
.product-recommend div {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
.product-recommend div img {
	max-width: 100%;
}
@media print, screen and (min-width: 769px) {
	.product-recommend div {
		width: 30%;
	}
}

.price-table {
	width: 100%;
	text-align: center;
}
.price-table h4 {
	text-align: left;
	font-weight: 700;
	font-size: 1.2rem;
	padding-bottom: .5rem;
}
.price-table p {
	text-align: left;
}
.price-table img {
	width: auto;
	height: 70vh;
	margin: 0 auto 30px;
}
.price-table .price-table-3 img {
	height: 50vh;
}
.price-table .price-table-2 img {
	max-width: 230%;
	height: auto;
	padding: 0 0 30px;
}
@media print, screen and (min-width: 769px) {
	.price-table {
		width: 80%;
		margin: 30px auto;
	}
	.price-table img {
		max-width: 100% ;
		height: auto;
		margin: 0 auto;
	}
		
	.price-table .price-table-2 img {
		max-width: 100%;
		margin: 0 auto;
	}
		
	.price-table .price-table-3 img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

table.table-product01-sample {
	width: 100%;
	background: #fff;
	border-top: 1px solid #0068b7;
	border-left: 1px solid #0068b7;
	margin-bottom: 30px;
}
table.table-product01-sample th {
	padding: 10px;
	background: #0068b7;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #0068b7;
	width: 33%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5rem;
}
table.table-product01-sample span {
	font-size: .8rem;
	font-weight: 400;
}
table.table-product01-sample th:last-child {
	border-right: 1px solid #0068b7;

}
table.table-product01-sample td {
	padding: 10px;
	border-right: 1px solid #0068b7;
	border-bottom: 1px solid #0068b7;
	vertical-align: middle;
	text-align: center;
}
table.table-product01-sample span.green {
	background: #39b14a;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}
table.table-product01-sample span.orange {
	background: #f39a1e;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

table.table-product01-02 {
	width: 100%;
	background: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 30px 0;
}
table.table-product01-02 th {
	padding: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 25%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5rem;
}
table.table-product01-02 span {
	font-size: .8rem;
	font-weight: 400;
}
table.table-product01-02 td {
	padding: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: middle;
	text-align: center;
}
.table-product01-02.table-product01-02-female th {
	background: #fdf0f5;
	font-weight: 400;
}
.table-product01-02.table-product01-02-female th.th-female {
	background: #eb679e;
	color: #fff;
}
.table-product01-02.table-product01-02-male th {
	background: #d3edfb;
	font-weight: 400;
}
.table-product01-02.table-product01-02-male th.th-male {
	background: #03b4e7;
	color: #fff;
}
.price-text-female {
	font-weight: 700;
	background: #fdf0f5;
	padding: 10px 20px;
	border-radius: 15px;
}
.price-text-female-title {
	font-weight: 700;
	font-size: 1.5rem;
	margin: 30px 0 0;
	color: #eb679e;
}
.price-text-male {
	font-weight: 700;
	background: #d3edfb;
	padding: 10px 20px;
	border-radius: 15px;
}
.price-text-male-title {
	font-weight: 700;
	font-size: 1.5rem;
	margin: 30px 0 0;
	color: #03b4e7;
}
.price-text-note {
	border: 3px solid #ccc;
	background: #fff;
	margin: 30px 0;
	padding: 20px 30px ;
	
}
.price-text-note ul {
	margin-left: 1rem;
}
.price-text-note ul li {
	padding: .3rem 0;
}
.price-text-note ul li::before {
	content: '●';
	padding-right: .1rem;
	margin-left: -1.5rem;
	padding-right: 1rem;
}



ol.product01-01{
  counter-reset:list;
  padding: 0px;
}
  
ol.product01-01 li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 40px 0px;
  padding: 20px 20px 20px 60px;
  background: #dff2fc;
  border-radius: 15px;
}
ol.product01-01.product02-01 li{
  background: #fef4de;
}
  
ol.product01-01 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #0068b7;
  text-align: center;
  color: #fff;
  top: 35px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.product01-01.product02-01 li:before{
  background: #ee7800;
}
ol.product01-01 li:after{
	content: '';
	display: block;
	width: 119px;
	height:23px;
	
background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.997%2022.029%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%230068b7%3B%20fill-rule%3A%20evenodd%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m59.499%2C22.029L0%2C0h118.997l-59.498%2C22.029Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 60px);
}
ol.product01-01.product02-01 li:after{
background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.997%2022.029%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ee7800%3B%20fill-rule%3A%20evenodd%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m59.499%2C22.029L0%2C0h118.997l-59.498%2C22.029Z%22%2F%3E%3C%2Fsvg%3E');
}
ol.product01-01 li:last-child:after,
ol.product01-01.product02-01 li:last-child:after{
	background: none;
	height:0;
	width: 0;
}

ol.product01-01 li h4 {
	color: #0068b7;
	font-size: 1.2rem;
	line-height: 2rem;
}
ol.product01-01.product02-01 li h4 {
	color: #ee7800;
}
ol.product01-01 li p.t-small {
	font-size: .85rem;
	line-height: 1.2rem;
}
.product-start div {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.product-start div img {
	max-width: 100%;
}
@media print, screen and (min-width: 769px) {
	.product-start div {
		width: 48%;
	margin: 10px 0;
	}
}

ol.ol-note {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.ol-note li {
  padding-left: .5rem;
  position: relative;
}
ol.ol-note li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  width: 1rem;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: .5rem;
  left: 0;
}

/* Voice */
.voice_section {
	margin: 40px 0;
}
.voice_section h4 {
	background: #c3e0f3;
	color: #10386b;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 7px 7px 0 0;
}
.voice_section h4 span {
	font-size: 1rem;
	font-weight: 400;
}
.voice_section .voice_txt {
	padding: 1.5rem 1rem 0rem;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 7px 7px;
}

table.voice_outline_tbl {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
	white-space: nowrap;
}
table.voice_outline_tbl th {
  background: #eaf2f7;
  padding: 5px;
  font-weight: 400;
}
table.voice_outline_tbl td {
  background: #fff;
  padding: 5px;
}

table.voice_outline_tbl th,
table.voice_outline_tbl td {
    border-bottom: none;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
.img-right {float:right;margin:0 0 10px 20px;}
.img-left {float:left;margin:0 20px 10px 0;}
.voice_txt::after {content:"";display:block;clear:both;}
.voice_txt img {max-width: 50%;}

@media print, screen and (min-width: 769px) {
	.voice_section h4 {
		padding: 20px;
	
	}
	.voice_section .voice_txt {
		padding: 2rem 2rem 1rem;
	}

}
/* NP */
.pagetitle.pagetitleNP {
	background: #326195;
}


/*----------------------------------------------------
	FAQ
----------------------------------------------------*/

.pagetitle.pagetitleFAQ {
	background: #81c0e6;
}

h2.headlineH2.faqH2 span {
	border-bottom: 3px solid #81c0e6;
}

@media print, screen and (min-width: 769px) {
	h2.headlineH2.faqH2 {
		position:relative;
	}
	h2.headlineH2.faqH2::after {
		position: absolute;
		right: 0;
		top: -30px;
		content: url('../img/faq/img01.png');
	}
}


ol.circle-num  {
  margin: 0;
  padding: 0
}
ol.circle-num li  {
  list-style: none;
  padding-left: 1rem;
  text-indent: -1rem;
}
ol.circle-num.mt-minus-2 {
	margin-top: -2rem;
}

ol.list-em,
ol.list-em-1 {
  position: relative;
  margin: 0;
  padding: 0;
}
ol.list-em li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 2rem;
}
ol.list-em-1 li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1rem;
}

ol.list-em li em {
  position: absolute;
  left: 0;
  margin: 0;
  display:block;
  text-align: right;
  font-style: normal;
  width: 2rem;
  padding-right: .3rem;
}
ol.list-em-1 li em {
  position: absolute;
  left: 0;
  margin: 0;
  display:block;
  font-style: normal;
  width: 1rem;
}
/*----------------------------------------------------
	Policy
----------------------------------------------------*/
h3.policyH3, h3.basicPolicyH3 {
	padding-bottom: 1rem;
	margin-left: 1.5rem;
	font-weight: 700;
}
h3.policyH3::before {
	content: '■';
	margin-right: .5rem;
	margin-left: -1.5rem;
}
h3.privacyPolicyH3,
h3.basicPolicyH3 {
	font-weight: 700;
	margin: 1rem 0 .5rem;
}
h3.philosophyPolicyH3 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.4rem;
	margin: 2rem 0 1rem;
	color: #10386b;
	border-bottom: 1px solid #10386b;
}
h3.privacyPolicyH3 span,
h3.philosophyPolicyH3 span {
	padding-right: .5rem;
}
h4.philosophyPolicyH4 {
	font-weight: 700;
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
	padding: .5rem 1rem;
	margin: 1rem 0 .5rem;
	color: #10386b;
	border: 1px solid #10386b;
}
@media print, screen and (min-width: 769px) {
	h4.philosophyPolicyH4.ml-1 {
		margin-left: 1rem;
	}
}

#philosophy_list {
	margin: 0;
}
#privacy_list li,
#pphilosophy_list li {
	padding-bottom: .5rem;
}
#privacy_contact {
	border: 1px solid #81c0e6;
	padding: 20px;
	margin: 20px 0;
	border-radius: 7px;
	background: rgba(255,255,255,.5);
}

.box_list {
	border: 1px solid #81c0e6;
	padding: 20px;
	margin: 0px 0 2rem;
	border-radius: 7px;
	background: rgba(255,255,255,.5);
}

.box_list dl dd {
	margin-bottom: 1rem;
}
.box_list dl dd:last-child {
	margin-bottom: 0;
}


.ul_disc {
	margin: 1rem .5rem;
}
.ul_disc li {
	padding-bottom: .5rem;
	margin-left: 1.5rem;
}
.ul_disc li::before {
	content: '●';
	margin-right: .5rem;
	margin-left: -1rem;
}
.ul_circle {
	margin: 1rem .5rem;
}
.ul_circle li {
	padding-bottom: .5rem;
	margin-left: 1.5rem;
}
.ul_circle li::before {
	content: '〇';
	margin-right: .5rem;
	margin-left: -1rem;
}


#solicitation_kikan,
#basicpolicylist {
	border: 1px solid #81c0e6;
	padding: 20px;
	margin: 0px 0 2rem;
	border-radius: 7px;
	background: rgba(255,255,255,.5);
}
#solicitation_kikan h3,
#basicpolicylist h3 {
	font-weight: 700;
	padding-bottom: .5rem;
}
#solicitation_kikan ul {
	list-style: disc;
	margin-left: 2rem;
}
#solicitation_kikan ul li {
	padding: .5rem 0 0;
}
p.basicList {
	padding-left: 2.5rem;
}
p.basicList:before {
	display: inline-block;
	margin-left: -2.5rem;
	width: 2.5rem;
}
p.basicList.basicList01:before {
	content: '（Ⅰ）';
}
p.basicList.basicList02:before {
	content: '（Ⅱ）';
}
p.basicList.basicList03:before {
	content: '（Ⅲ）';
}
p.disabilityList {
	padding-left: 3rem;
	padding-top: 1rem;
}
p.disabilityList:before {
	display: inline-block;
	margin-left: -3rem;
}
p.disabilityList.disabilityList01:before {
	content: '【１】';
	font-weight: bold;
}
p.disabilityList.disabilityList02:before {
	content: '【２】';
	font-weight: bold;
}
p.disabilityList.disabilityList03:before {
	content: '【３】';
	font-weight: bold;
}
@media print, screen and (min-width: 769px) {
	.box_list dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.box_list dl dt {
	width: 17%;
	}
	.box_list dl dd {
	width: 83%;
	}
	.box_list dl dd:last-child {
	margin-bottom: 0;
	}
}
/*----------------------------------------------------
	Medoia
----------------------------------------------------*/

.medialist dl,
.newspaper dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.newspaper dl {
-webkit-align-items:flex-start; align-items: flex-start;
-webkit-justify-content:start; justify-content:start;
}
.medialist dl dt {
 padding-top: 10px;
}
.medialist dl dd {

 padding-top: 10px;
 margin-bottom: 0px;
 border-bottom: 1px dashed #ccc;
}

.newspaper dl dt {
	width: 100%;
	display: block;
}
.newspaper dl dd {
	width: 100%;
 border-bottom: 1px dashed #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 30px;
	
}
h3.mediaH3 {
	border-bottom: 1px solid #10386b;
	font-size: 1.2rem;
	font-weight: 700;
	color: #10386b;
}
.newspaper dl dt {
	width: 100%;
	display: block;
 padding: 0px 0 0;
}
.newspaper dl dd {
	width: 100%;
 padding: 20px 0;
}
.newspaper dl dd img {
	margin-right: 1rem;
}
@media print, screen and (min-width: 751px) {
	.medialist dl dt,
	.medialist dl dd {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #ccc;

	}
	.medialist dl dt {
		width: 30%;
	}
	.medialist dl dd {
		width: 70%;
	}
	.newspaper dl dt {
	width: 20%;
	display: block;
 border-top: 1px dashed #ccc;
 padding-top: 20px;
	}
	.newspaper dl dd {
		width: 80%;
 border-top: 1px dashed #ccc;
 border-bottom: none;
 padding: 20px 0;
	}
}

/*----------------------------------------------------
	Sitemap
----------------------------------------------------*/
.list-sitemap {
	width: 100%;
}
.list-sitemap li {
	padding: 0 0 0.5rem 0;
}
.list-sitemap li li {
	padding: .5rem 0 0rem 1rem;
}
.list-sitemap ul {
	padding: 0 0 1rem;
}
.list-sitemap li li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	padding-right: 5px;
	font-size: .7rem;
}
@media print, screen and (min-width: 769px) {
	.list-sitemap {
		width: 40%;
		margin: 0 5%;
	}
}

/*----------------------------------------------------
	Media
----------------------------------------------------*/
.media_label {position: relative;}
.media_label:after {
	display: block;
	text-align:center;
	width: 5rem;
	font-size: .8rem;
	line-height: .8rem;
	color: #fff;
	background: #e60012;
	padding: 3px 0;
	border-radius: 15px;
	position: absolute;
	left: 6rem;
	top: 0.1rem;
}
.media_label.media_label_newspaper:after {
	content: '新聞';
	background: #b41a91;
}
.media_label.media_label_magazine:after {
	content: '雑誌';
	background: #c4aa1c;
}
.media_label.media_label_tv:after {
	content: 'TV';
	background: #659b5c;
}
.media_label.media_label_other:after {
	content: 'その他';
	background: #148a89;
}

/*----------------------------------------------------
	Campaign
----------------------------------------------------*/

.pagetitle.pagetitleCampaign {
	color: #fff;
	background: #0094ca;
}
.campaign_outline {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
}
.campaign_outline dt,
.campaign_outline dd {
	width: 100%;
	font-weight: 400;
}
.campaign_outline dd {
	margin-bottom: .5rem;
}
.campaign_outline dd {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
.campaign_outline dt span {
	display: inline-block;
/*	background: #0068b6;*/
/*	background: #aa8420;*/
/*	background: #0089b6;*/
	background: #aa8420;
	color: #fff;
	text-align: center;
	width: 7rem;
	border-radius: 7px;
}
.camp_copy {
	font-size: 1.2rem;
	line-height: 2.4rem;
}
.camp_copy strong.camp202111 {
	font-size:1.6rem;
	color: #aa8420;
	font-weight: 700;
}
.campaign_outline dd span.period {
	background: #000;
	color: #fff;
	font-size: .8rem;
	line-height: .8rem;
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: .5rem;
}
.inquiry-add,
.campaign-add {
	padding: 20px 20px 10px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px 0 20px;
	border: 1px solid #1d80a7;
	justify-content: center;
}
.inquiry-add div,
.campaign-add div {
	width: 100%;
	margin-bottom: 1rem;
}
..inquiry-add div.tel,
.campaign-add div.tel {
	margin-bottom: 1rem;
}

.inquiry-add div.fax,
.campaign-add div.fax {
	margin-bottom: 0;
}
.inquiry-add .span,
.campaign-add span {
	/*margin-bottom: .5rem;*/
}

span.add-subtitle {
	display: block;
	background: #1d80a7;
	color: #fff;
	font-size: 1rem;
	line-height: 1rem;
	padding: 5px 10px;
	width: 100%;
}
span.add-note {
	font-size: .9rem;
}

@media print, screen and (min-width: 769px) {
	.campaign_outline dt,
	.campaign_outline dd {
	margin: 10px 0;
	}
	.campaign_outline dt {
		width: 20%;
	}
	.campaign_outline dd {
		width: 80%;
	}
	.inquiry-add div.tel,
	.campaign-add div.tel {
	width: 48%;
	margin: 0 1% 1rem;
	}
	.inquiry-add div.fax,
	.campaign-add div.fax {
		width: 48%;
		margin-top: 0;
	}
	.campaign-add .tel p.ctm-inq-tel,
	.campaign-add .fax p.ctm-inq-fax {
	/*text-align: left;*/
	text-align: center;
	}
	span.add-subtitle {
		width: auto;
	}
}
/*------------------------------------ 
	Movie & Modal window
------------------------------------ */

/* Modal window */
body.modaal-noscroll {
  height: 100vh;
  overflow-y: scroll;
}
.modaal-overlay{z-index:100000;}
.modaal-wrapper{z-index:100009;}
.modaal-video-wrap {margin: auto 0px;}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}
@media (min-width: 751px) {
	.modaal-gallery-item img {
	    max-height: 90vh;
			width: auto!important;
			max-width: 750px;
	}
	.modaal-wrapper.modaal-image {
			overflow: hidden;
	}
		.modaal-inner-wrapper {
		    padding-top: 5vh;
		    padding-bottom: 5vh;
		}
}

@media screen and (min-width: 1030px) and (max-width: 1399px) {.modaal-video-container{max-width:100%!important;}.modaal-video-wrap {margin: auto 50px;}}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a.icon_video::before  {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  margin-right: .3rem;
  display: inline-block;
}
a.icon_video:hover::before  {
  text-decoration: none;
}


/*----------------------
	あんしんサービス
---------------------*/
/* Index Anshin */

@media print, screen and (min-width: 769px) {
	h1.indexAnshinH1 {
		font-size: 2rem;
		line-height: 2.8rem;
		letter-spacing: 0;
		padding: 60px 0 30px;
	}
	h1.indexAnshinH1::after {
		content: '';
		display:block;
		background: url('../img/index/icon_anshin01@2x.png');
		background-size: cover;
		width: 89px;
		height: 109px;
		position: absolute;
		left: calc(50% + 18rem);
		top: -7px;
	}
	}	
h1.indexAnshinH1 {
	text-align:center;
	font-size: 2rem;
	letter-spacing: -.1rem;
	line-height: 2rem;
	padding: 40px 0 30px;
	position: relative;
}
h2.indexAnshinH2 {
	background: #10386b;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 1.5rem;
	line-height: 2rem;
	border-radius: 7px 7px 0 0;
}
h2.indexAnshinH2 span {
	display: block;
	font-size: 1rem;
}
#anshin .anshin-box {
	background: #fff;
	padding: 30px;
	border-radius: 0 0 7px 7px;
	margin-bottom: 30px;
}


@media print, screen and (max-width: 356px) {
	#anshin .anshin-box {
		padding: 20px 30px 20px;
	}
}
#anshin .arrow_box{
    position:relative;
    width:100%;
    min-height:12rem;
    background:#fff;
    padding:10px;
    text-align:center;
    color:#2B81C2;
    font-size:1rem;
	line-height: 1.5rem;
    font-weight:700;
	background: url('../img/index/baloon_sp.svg') no-repeat top center;
	background-size: contain;
}
#anshin .arrow_box strong{
    font-size:2rem;
	line-height: 2.5rem;
}

.bnr-links-anshin {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	flex-wrap: wrap;
}
.bnr-links-anshin li{
	width: 100%;
	padding: 0;
	margin: 0;
}
@media print, screen and (min-width: 751px) {
	.bnr-links-anshin li{
		width: 48%;
	}
}

.bnr_anshin {
	position: relative;
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 10px auto;
	font-size: 1.1rem;
	line-height: 1.2rem;
	border-radius: 7px;
	display: flex; 
    align-items: center;
	font-weight: 500;
	width: 100%;
	height: 7rem;
	padding: 0px 10px 0px 20px;
}

.bnr_anshin::before {
	content: url('../img/arrow-m.svg');
	position: absolute;
	left: 5px;
	top: calc(50% - 10px);
}
.bnr_anshin.bnr_anshin01 {
	background:url('../img/icon_btn_anshin01.svg') no-repeat right 10px center, #0091d7;
	background-size: 20%;
}
.bnr_anshin.bnr_anshin01:hover {
	background:url('../img/icon_btn_anshin01.svg') no-repeat right 10px center, #00b8c4;
	background-size: 20%;
	color: #fff;
	text-decoration: none;
	transition: 1s;
}
@media print, screen and (min-width: 751px) {
	.bnr_anshin {
		padding: 0px 10px 0px 40px;
	}
	.bnr_anshin::before {
		left: 20px;
	}
}

/* page Anshin payment */

.bnr.bnr-x-small {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 20px auto;
	padding: 10px 40px;
	background: #10386b;
	font-weight: 400;
}
.bnr.bnr-x-small:hover {
	background: #98caec;
}
@media print, screen and (min-width: 751px) {
	.bnr.bnr-x-small {
		margin: 20px;
	}
}

.wrapper-anshin-payment {
	width: 100%;
	position: relative;
	background: #fffff5;
	padding: 50px 0;
}
.wrapper-anshin-payment02 {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 50px 0;
}

.wrapper-anshin-payment04 {
	width: 100%;
	position: relative;
	background: #f5f6f7;
	padding: 50px 0;
}

#anshin-payment01,
#anshin-payment02,
#anshin-payment03,
#anshin-payment04{
	margin: 0 auto;
	max-width:900px;
}
p.anshin-lead {
	font-size: 1.1rem;
	line-height: 2.2rem;
}
p.anshin-lead strong {
	font-size: 1.5rem!important;
	font-weight: 700;
	color: #0068b7;
}
p.anshin-lead strong.orange {
	color: #ea5404;
}
p.anshin-lead strong {
	font-size: 1.2rem;
	line-height: 2.4rem;
}

.box-anshin-payment {
	background: #fff;
	padding: 40px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	margin: 30px 0;
}
@media print, screen and (min-width: 751px) {
.box-anshin-payment {
		padding: 40px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	}
}
.box-anshin-payment h3 {
	text-align:center;
	color: #0068b7;
	font-size: 2rem;
	line-height: 2.4rem;
	padding-bottom: 2rem;
}
.box-anshin-payment .anshin-note {
	display:blcok;
	width: calc(100% - 3rem);
	margin: 1rem 1rem 0 2rem;
	font-size: .9rem;
}
.box-anshin-payment .anshin-note:before {
	content: '※';
	margin-left: -1rem;
	padding-right: .5rem;
}

.anshinTableHalf {
	width: 100%;
	margin-bottom: 30px;
}
.anshinTableHalf h3 {
	font-size: 1.3rem;
	padding: 0 1rem;
	text-align: left;
	color: #fff;
	height: 4.5rem;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 1rem;
	align-items: center;
	
}
.anshinTableHalf h3.anshinH301 {
	background: #11376b;
}
.anshinTableHalf h3.anshinH302 {
	background: #0068b6;
}
.anshinTable h3.anshinH303 {
	background: #0092d8;
	color: #fff;
	font-size: 1.7rem;
	padding: 10px;
	border-radius: 10px;
	text-align:center;
	margin: 30px 0;
}
.anshinTable h3.anshinH303 span {
	font-size: 1.2rem;
}

.anshinTableHalf03,
.anshinTableHalf04 {
	background: #fff;
	padding: 1rem .5rem 0;
	border-radius: 10px;
	position: relative;
	margin-left: 45px;
	text-align: center;
}
.anshinTableHalf03 p,
.anshinTableHalf04 p {
	text-align: center;
	padding-bottom: 1rem;
}
.anshinTableHalf p strong.orange  {
	color: #ea5404;
	font-size: 1.4rem;
}

.anshinTableHalf03 p.alignright {
	text-align: right;
}
.anshinTableHalf03 {
	border: 3px solid #11376b;
}
.anshinTableHalf04 {
	border: 3px solid #0068b6;
}

.anshinTableHalf03::before {
	position: absolute;
	left: -45px;
	content: '';
	display:block;
	width: 35px;
	height:100%;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236px%22%20height%3D%2239px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(17%2C%2055%2C%20107)%22%20d%3D%22M29.189%2C13.167%20L29.189%2C13.167%20L35.501%2C19.500%20L35.501%2C19.500%20L35.501%2C19.500%20L29.189%2C25.833%20L29.189%2C25.833%20L16.564%2C38.499%20L10.251%2C32.166%20L18.427%2C23.964%20L0.499%2C23.964%20L0.499%2C15.008%20L18.399%2C15.008%20L10.251%2C6.834%20L16.564%2C0.501%20L29.189%2C13.167%20Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.anshinTableHalf04::before {
	position: absolute;
	left: -45px;
	content: '';
	display:block;
	width: 35px;
	height:100%;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236px%22%20height%3D%2239px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%20104%2C%20182)%22%20d%3D%22M29.189%2C13.167%20L29.189%2C13.167%20L35.501%2C19.500%20L35.501%2C19.500%20L35.501%2C19.500%20L29.189%2C25.833%20L29.189%2C25.833%20L16.564%2C38.499%20L10.251%2C32.166%20L18.427%2C23.964%20L0.499%2C23.964%20L0.499%2C15.008%20L18.399%2C15.008%20L10.251%2C6.834%20L16.564%2C0.501%20L29.189%2C13.167%20Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media print, screen and (min-width: 751px) {
	.anshinTableHalf03,
	.anshinTableHalf04 {
		margin-left: auto;
		margin-top: 45px;
	}
	.wrapper-anshin-payment .container {
		max-width: 900px;
		margin: 0 auto;
	}
	.anshinTableHalf {
		width: 48%;
	}
	.anshinTableHalf03::before {
		position: absolute;
		top: -45px;
		left: 0;
		content: '';
		display:block;
		height: 35px;
		width:100%;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2235px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(17%2C%2055%2C%20107)%22%20d%3D%22M25.333%2C28.689%20L25.333%2C28.689%20L19.000%2C35.001%20L18.1000%2C35.001%20L18.1000%2C35.001%20L12.667%2C28.689%20L12.667%2C28.689%20L0.001%2C16.064%20L6.334%2C9.751%20L14.536%2C17.927%20L14.536%2C-0.001%20L23.492%2C-0.001%20L23.492%2C17.899%20L31.666%2C9.751%20L37.999%2C16.064%20L25.333%2C28.689%20Z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.anshinTableHalf04::before {
		position: absolute;
		top: -45px;
		left:0;
		content: '';
		display:block;
		height: 35px;
		width:100%;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2235px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%20104%2C%20182)%22%20d%3D%22M25.333%2C28.689%20L25.333%2C28.689%20L19.000%2C35.001%20L18.1000%2C35.001%20L18.1000%2C35.001%20L12.667%2C28.689%20L12.667%2C28.689%20L0.001%2C16.064%20L6.334%2C9.751%20L14.536%2C17.927%20L14.536%2C-0.001%20L23.492%2C-0.001%20L23.492%2C17.899%20L31.666%2C9.751%20L37.999%2C16.064%20L25.333%2C28.689%20Z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}
#anshin-payment02 ul {
	margin: 50px 0 0;
}

#anshin-payment02 ul li::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
	margin-right: .5rem;
    background-image:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22caution%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20114.319%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ffe000%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M116.032%2C101.464c-.738%2C1.276-2.111%2C2.067-3.588%2C2.067H15.385c-1.473%2C0-2.848-.791-3.582-2.07-.741-1.278-.745-2.861-.004-4.137L60.33%2C13.264c.736-1.276%2C2.109-2.069%2C3.588-2.069s2.846%2C.793%2C3.584%2C2.07l48.531%2C84.056c.737%2C1.278%2C.737%2C2.865%2C0%2C4.142Z%22%2F%3E%20%3Cpath%20d%3D%22M64.002%2C82.438c-4.196%2C0-7.603%2C3.403-7.603%2C7.599s3.407%2C7.601%2C7.603%2C7.601%2C7.599-3.403%2C7.599-7.601-3.403-7.599-7.599-7.599Z%22%2F%3E%20%3Cpath%20d%3D%22M126.274%2C94.939L75.192%2C6.462c-2.301-3.986-6.589-6.462-11.194-6.462s-8.886%2C2.476-11.187%2C6.462L1.726%2C94.935c-2.301%2C3.986-2.301%2C8.938%2C0%2C12.924%2C2.301%2C3.986%2C6.589%2C6.46%2C11.191%2C6.46H115.084c4.602%2C0%2C8.89-2.474%2C11.19-6.46%2C2.301-3.986%2C2.301-8.938%2C0-12.92Zm-10.158%2C6.322c-.738%2C1.276-2.111%2C2.067-3.588%2C2.067H15.47c-1.473%2C0-2.848-.791-3.582-2.07-.741-1.278-.745-2.861-.004-4.137L60.414%2C13.06c.736-1.276%2C2.109-2.069%2C3.588-2.069s2.846%2C.793%2C3.584%2C2.07l48.531%2C84.056c.737%2C1.278%2C.737%2C2.865%2C0%2C4.142Z%22%2F%3E%20%3Cpath%20d%3D%22M64.002%2C31.339c-4.196%2C0-7.603%2C3.403-7.603%2C7.601l2.92%2C34.372c0%2C2.587%2C2.094%2C4.681%2C4.683%2C4.681s4.683-2.094%2C4.683-4.681l2.916-34.372c0-4.198-3.403-7.601-7.599-7.601Z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#anshin-payment03 .box-anshin-payment h3 {
	text-align:center;
	color: #987800;
	font-size: 1.5rem;
	line-height: 2rem;
	padding-bottom: 1rem;
	font-weight: 700;
}
#anshin-payment03 .box-anshin-payment h3::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .5rem;
}
#anshin-payment03 .box-anshin-payment ul {
	margin-bottom: .5rem;
	font-weight: 700;
}
#anshin-payment03 .box-anshin-payment ul li::before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .3rem;
}

#anshin-payment04 .anshin-payment-map {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
#anshin-payment04 .anshin-payment-map img {
	display:none;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref{
	width: 48%;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref h3{
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 2px;
	border-radius: 7px;
	margin-bottom: .3rem;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-hokkaido-tohoku h3{
	background-color: #76aac1;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-kanto h3{
	background-color: #c9b789;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-chubu h3{
	background-color: #8cdae5;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-kinki h3{
	background-color: #edb283;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-chugoku h3{
	background-color: #5ac7ed;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-shikoku h3{
	background-color: #cab5ea;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-kyushu-okinawa h3{
	background-color: #dbbdce;
}



#anshin-payment04 .anshin-payment-map .anshin-payment-pref ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	margin-bottom: 20px;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref ul li{
	width: 50%;
	width: 3rem;
	margin-bottom: .3px;
	text-align: center;
	color: #999;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref ul li a{
	color: #10386b;
	text-decoration: underline;
}
#anshin-payment04 .anshin-payment-map .anshin-payment-pref ul li a:hover {
	color: #ea5404;
}
@media print, screen and (min-width: 375px) {
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref ul li{
		width: 33.33%;
	}
}
@media print, screen and (min-width: 800px) {
	#anshin-payment04 .anshin-payment-map {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20965.444%20863.018%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23edb283%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%238cdae5%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%23cab5ea%3B%20%7D%20.cls-5%20%7B%20fill%3A%20%23c9b789%3B%20%7D%20.cls-6%20%7B%20fill%3A%20%23dbbdce%3B%20%7D%20.cls-7%20%7B%20fill%3A%20%235ac7ed%3B%20%7D%20.cls-8%20%7B%20fill%3A%20%2376aac1%3B%20%7D%20.cls-9%20%7B%20fill%3A%20%235e5e5e%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22MAP%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m561.424%2C207.15c-.109-.349-.086-.949.051-1.336l.022-.061c.137-.386.44-.82.672-.963.232-.143.48-.591.551-.995l.139-.793c.071-.404-.193-.64-.586-.526l-.531.155c-.394.115-1.037.304-1.43.42l-1.751.52c-.393.117-.923.475-1.177.797l-.392.495c-.254.322-.389.912-.299%2C1.312l.543%2C2.421c.09.4.229%2C1.056.309%2C1.458l.304%2C1.52c.08.402.347.876.593%2C1.054.246.178.733.147%2C1.082-.068l.545-.336c.349-.215.709-.718.799-1.118l.589-2.596c.091-.4.076-1.012-.034-1.36Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m632.377%2C24.854c-.082-.318-.289-.806-.46-1.086l-.72-1.181c-.171-.28-.564-.598-.873-.707-1.315-.463-2.836-1.306-4.269-.791-.559.201-.913.79-1.188%2C1.336-.647%2C1.284-.422%2C2.219-.166%2C3.577.061.322.307.768.548.991l2.461%2C2.282c.24.223.706.405%2C1.033.405h.354c.328%2C0%2C.812-.16%2C1.075-.355l1.353-1.004c.263-.195.616-.586.783-.868l.21-.354c.168-.282.238-.772.156-1.09l-.298-1.156Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m619.369%2C8.461c-.111-.063-.242-.131-.401-.215-.228-.12-.307-.403-.476-.597-.196-.226-.5-.32-.767-.454-.772-.388-.428-1.551-1.52-1.635-.021-.002-.263-.02-.263-.02-.327-.025-.533.216-.459.535l.66%2C2.826c.075.319.289.801.477%2C1.07l.175.252c.188.269.38.755.428%2C1.079l.869%2C5.864c.048.324.217.825.376%2C1.111l.392.708c.159.287.507.43.773.317.266-.113.523-.471.57-.795l.276-1.913c.047-.324-.025-.835-.16-1.133l-.031-.068c-.135-.299-.153-.795-.041-1.103l.299-.818c.113-.308.19-.828.173-1.155l-.086-1.641c-.017-.327-.16-.831-.317-1.119-.37-.678-.506-.843-.947-1.093Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m850.781%2C117.044c-.241-.049-.607.021-.813.155-.351.228-.848.405-1.12.71-.727.813-.29%2C1.816.245%2C2.595.226.33.453.748.847.875.466.151%2C1.051.106%2C1.533.097.484-.009.825-.364%2C1.194-.64.197-.147.427-.456.509-.688l.444-1.245c.083-.232.02-.574-.14-.762l-.277-.325c-.159-.187-.487-.381-.728-.429l-1.695-.344Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m870.954%2C109.541c-.042.325-.345.612-.672.638l-4.997.391c-.327.026-.623.313-.658.639l-.282%2C2.615c-.035.326.197.532.517.457l.59-.138c.319-.075.687.11.818.411l.382.881c.131.301.505.524.832.496l.563-.048c.327-.028.742-.275.922-.549l.35-.532c.18-.274.595-.52.922-.547l1.085-.089c.327-.027.816-.2%2C1.086-.385l2.779-1.899c.271-.185.492-.605.492-.933v-.037c0-.328.267-.62.594-.649l.899-.08c.327-.029.662-.312.746-.63l.217-.822c.084-.317-.059-.741-.318-.943l-1.929-1.503c-.259-.202-.733-.313-1.055-.248l-.844.172c-.321.065-.783.299-1.027.519l-1.425%2C1.288c-.243.22-.477.666-.52.991l-.069.532Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m792.23%2C158.262c-.018.099-.049.218-.164.24-.118.023-.237.042-.356.06-.305.047-.612.088-.92.119-.311.031-.645.073-.957.026l-1.176-.179c-.486-.074-1.281-.199-1.767-.278l-1.439-.234c-.485-.079-1.283-.102-1.772-.052l-.382.04c-.489.051-1.291.123-1.781.161l-2.576.198c-.49.038-1.274-.059-1.74-.214l-.986-.329c-.467-.156-1.167-.528-1.557-.828l-.035-.027c-.39-.3-1.069-.725-1.509-.945l-.934-.467c-.44-.22-1.202-.4-1.694-.4h-1.453c-.492%2C0-1.28.117-1.75.26l-3.692%2C1.12c-.471.143-1.123.56-1.45.928-.331.372-.833.757-1.12.859-.287.102-.748.186-1.025.186s-.828.237-1.226.527l-.343.25c-.398.29-1.033.784-1.411%2C1.097l-6.225%2C5.157c-.379.314-.965.863-1.303%2C1.221l-5.703%2C6.041c-.338.358-.884.949-1.214%2C1.314l-3.048%2C3.369c-.33.365-.837.989-1.126%2C1.387l-3.793%2C5.223c-.289.398-.738%2C1.066-.997%2C1.483l-3.64%2C5.859c-.26.418-.618%2C1.135-.796%2C1.593l-1.719%2C4.426c-.178.459-.261%2C1.148-.184%2C1.533.077.384.134%2C1.101.127%2C1.593l-.012.857c-.007.492.123%2C1.273.289%2C1.736l.458%2C1.279c.166.463.274%2C1.243.239%2C1.734l-.192%2C2.743c-.034.491-.119%2C1.291-.188%2C1.778l-.233%2C1.639c-.069.487-.399%2C1.181-.733%2C1.542l-.146.158c-.334.361-.871.961-1.193%2C1.333l-.524.605c-.577.666-.33%2C1.644-.758%2C2.425-1.254-.707-2.469-1.499-3.673-2.282-.809-.526-1.344-1.389-2.193-1.854l-2.717-1.488c-.431-.236-1.119-.653-1.529-.926l-1.642-1.095c-.409-.273-1.115-.652-1.568-.843l-1.184-.498c-.453-.191-1.226-.369-1.717-.397l-2.239-.124c-.491-.027-1.205-.304-1.586-.614l-1.221-.995c-.381-.311-1.087-.648-1.568-.751l-1.231-.262c-.481-.102-1.206-.414-1.612-.693l-1.396-.961c-.405-.279-1.098-.685-1.539-.903-1.481-.73-2.895-1.282-4.088-2.425-.334-.32-.67-.641-1.04-.919-1.411-1.059-3.173-1.395-4.796-1.992-1.435-.528-2.415-1.403-3.639-2.28-.4-.287-1.015-.802-1.367-1.146-1.114-1.088-2.187-2.186-3.231-3.336-.607-.668-1.39-1.173-2.248-1.451-2.055-.664-4.001-.489-5.751-1.916-1.054-.859-2.108-1.719-3.162-2.579-.381-.311-1.007-.817-1.39-1.126l-2.084-1.675c-.383-.308-1.084-.672-1.557-.808l-3.026-.871c-.473-.136-1.262-.257-1.753-.269l-4.448-.106c-.492-.012-1.279.095-1.75.238l-4.275%2C1.295c-.471.143-1.198.472-1.615.732l-4.146%2C2.582c-.418.26-1.082.713-1.477%2C1.006l-5.495%2C4.077c-.395.293-.997.824-1.337%2C1.179l-3.862%2C4.031c-.34.355-.909.925-1.263%2C1.266l-.667.642c-.355.341-.787.964-.961%2C1.384-.174.42-.694.624-1.155.452l-.727-.271c-.461-.171-.898-.71-.972-1.196l-.087-.579c-.073-.486-.33-1.111-.571-1.387-.241-.277-.605-.869-.81-1.316l-1.398-3.051c-.205-.447-.68-1.072-1.057-1.389l-1.333-1.122c-.376-.317-.924-.899-1.216-1.295l-2.439-3.295c-.293-.395-.929-.784-1.415-.864l-.955-.157c-.485-.08-1.272-.044-1.748.079l-1.889.489c-.476.123-1.228.048-1.67-.167%2C0%2C0-.984-.479-1.034-.553-.05-.075-2.091-.265-2.091-.265-.49-.046-1.164.212-1.498.574l-3.059%2C3.308c-.334.361-.784%2C1.018-1.001%2C1.46l-2.219%2C4.53c-.216.442-.463%2C1.2-.548%2C1.684l-1.057%2C6.014c-.085.484.06%2C1.221.324%2C1.637l.286.451c.263.416.862.876%2C1.332%2C1.023l2.815.881c.469.147%2C1.141.548%2C1.493.892l.832.812c.352.344.987.829%2C1.411%2C1.077l5.065%2C2.971c.424.249%2C1.144.3%2C1.599.114l1.077-.441c.455-.186%2C1.229-.31%2C1.72-.276l.327.023c.491.035%2C1.104.029%2C1.364-.012.26-.041.768.116%2C1.13.348.362.232.809.796.992%2C1.252l.152.378c.184.456.569.997.856%2C1.202.287.205.572.658.633%2C1.006.061.348.429.881.817%2C1.183l3.756%2C2.925c.388.302.798.941.91%2C1.42l.087.37c.113.479.523%2C1.117.912%2C1.418l1.89%2C1.464c.389.301.97.537%2C1.291.523s.938.166%2C1.372.398l3.095%2C1.663c.433.233.849.714.925%2C1.069.075.355.512.79.972.966l.144.055c.459.176.941.51%2C1.071.743s-.107.633-.526.89l-1.109.68c-.419.257-1.047.384-1.396.281-.349-.102-.822.169-1.053.604l-.428.805c-.231.434-.77.988-1.198%2C1.23l-.728.412c-.428.242-.985.435-1.238.428-.253-.007-.851.066-1.329.162-.478.096-1.115-.106-1.416-.447s-.924-.76-1.386-.93l-4.657-1.717c-.843-.311-1.895-.025-2.668-.554-.694-.476-.786-1.376-1.296-2.001-.002-.002-.024-.03-.024-.03-.311-.381-.884-.727-1.273-.768s-1.058.125-1.485.369l-.273.156c-.427.244-.876.834-.998%2C1.31l-.377%2C1.472c-.122.477-.548%2C1.102-.946%2C1.39l-1.643%2C1.188c-.399.288-1.118.612-1.598.719l-.751.168c-.48.108-1.206.421-1.614.695l-.119.081c-.408.275-.78.901-.828%2C1.39l-.387%2C3.996c-.047.49.144%2C1.221.425%2C1.624l.171.246c.281.404.393.969.25%2C1.256-.143.287-.586.758-.984%2C1.048l-.603.439c-.398.289-1.102.661-1.566.827l-4.054%2C1.448c-.463.166-1.032.656-1.263%2C1.09l-1.245%2C2.334c-.231.434-.672.865-.98.957-.308.092-.832-.128-1.165-.49l-.093-.1c-.73-.793-1.36-1.051-2.411-.881-.888.144-1.528.547-2.235-.206%2C0%2C0-1.013-1.08-1.013-1.08-.336-.359-.734-1.036-.883-1.505l-1.769-5.562c-.149-.469-.195-1.248-.102-1.731l.78-4.057c.093-.483.219-1.096.281-1.363.061-.266.347-.811.635-1.21l1.264-1.754c.288-.399.523-1.128.523-1.62v-.037c0-.492.394-.961.876-1.043.482-.082.918-.549.969-1.039l.111-1.053c.051-.489.175-1.284.274-1.766l.422-2.049c.099-.482.085-1.267-.031-1.745l-.248-1.019c-.116-.478-.383-1.233-.592-1.678l-.431-.916c-.209-.445-.587-1.155-.839-1.577l-2.55-4.277c-.252-.423-.85-.86-1.329-.971l-2.73-.637c-.479-.112-1.057-.56-1.283-.997l-.666-1.282c-.227-.436-.438-.986-.468-1.222-.031-.236-.182-.697-.335-1.025-.154-.328-.64-.554-1.081-.503-.441.051-1.116-.157-1.502-.463l-1.32-1.049c-.385-.306-.583-.934-.439-1.395.143-.461.068-1.048-.168-1.304s-.429-.868-.429-1.36v-.745c0-.492.226-1.154.503-1.472s.661-.948.854-1.4l1.348-3.162c.193-.452.296-1.221.228-1.709l-.612-4.414c-.067-.487-.2-1.281-.294-1.764l-.478-2.455c-.094-.483.084-1.19.395-1.571l1.515-1.856c.311-.381.956-.79%2C1.434-.908l2.624-.65c.478-.118%2C1.22-.081%2C1.651.083.43.164%2C1.084.189%2C1.453.056.369-.133.886-.583%2C1.148-.999l.127-.201c.262-.416.823-.963%2C1.245-1.215l1.147-.685c.422-.252.843-.819.935-1.26.092-.441.372-1.148.623-1.571l.543-.919c.25-.424.801-.564%2C1.223-.312l.774.462c.422.252.911.802%2C1.085%2C1.222.174.42.719.785%2C1.21.812l.301.016c.491.026%2C1.002-.329%2C1.135-.791.133-.461.188-1.237.121-1.725l-.018-.128c-.067-.487.179-1.154.547-1.48l1.011-.899c.368-.327.74-.99.827-1.474l.019-.103c.087-.484.391-1.209.675-1.61l1.314-1.857c.284-.401.883-.897%2C1.33-1.102l2.696-1.232c.447-.204.947-.752%2C1.11-1.216l.153-.436c.163-.464.053-1.028-.244-1.254-.297-.226-.685-.786-.861-1.245l-.103-.268c-.177-.459-.556-.977-.843-1.151-.287-.174-.639-.669-.783-1.099-.144-.431-.542-1.071-.885-1.423l-1.695-1.738c-.344-.352-1.018-.724-1.499-.825l-.188-.04c-.481-.102-1.058-.543-1.282-.981l-.9-1.761c-.224-.438-.322-1.19-.218-1.671l1.039-4.81c.104-.481.589-.913%2C1.079-.96l1.685-.163c.49-.047%2C1.085-.439%2C1.322-.869l.328-.595c.238-.431.822-.682%2C1.298-.558l.132.034c.476.124%2C1.128.531%2C1.448.904l.625.729c.32.373.901.924%2C1.292%2C1.224l.929.712c.39.299.967.623%2C1.281.718.314.096.739.532.944.969.205.437.751.934%2C1.212%2C1.103l.756.278c.462.17%2C1.242.308%2C1.734.308h.149c.492%2C0%2C1.219.235%2C1.615.522.396.287.665.812.596%2C1.168-.068.355.122.903.422%2C1.217.301.314.804.571%2C1.118.571s.795-.19%2C1.068-.422c.273-.232.687-.534.919-.671.232-.137.691-.26%2C1.019-.273.328-.014.961-.196%2C1.406-.405l1.66-.78c.445-.209%2C1.201-.38%2C1.679-.38%2C1.361%2C0%2C1.099%2C1.64%2C1.525%2C2.485.465.923%2C1.21.88%2C2.193%2C1.071.483.094%2C1.234.359%2C1.668.59l1.6.85c.434.231%2C1.163.269%2C1.619.085l1.67-.673c.456-.184%2C1.14-.591%2C1.519-.904l2.348-1.941c.379-.313.922-.898%2C1.206-1.3l2.593-3.658c.284-.401.573-1.128.64-1.615l.499-3.595c.068-.487-.038-1.255-.236-1.705l-.872-1.989c-.198-.45-.65-1.043-1.005-1.316-.355-.273-.858-.776-1.118-1.118s-.512-1.021-.561-1.511l-.07-.704c-.049-.489.141-1.22.423-1.623l.815-1.167c.282-.403.317-1.086.079-1.516l-.426-.77c-.238-.431-.565-1.163-.726-1.628l-1.601-4.62c-.161-.465-.037-1.155.276-1.535l.501-.608c.313-.379.569-1.048.569-1.485s.298-1.066.662-1.397l.863-.784c.364-.331%2C1.049-.712%2C1.522-.847l.367-.105c.473-.135%2C1.183-.486%2C1.578-.779l.303-.225c.395-.293%2C1.053-.612%2C1.463-.707.41-.096%2C1.073-.408%2C1.473-.694l1.327-.948c.4-.286.886-.89%2C1.08-1.342l.488-1.138c.194-.452.445-1.214.559-1.692l.929-3.924c.113-.479.156-1.27.094-1.758l-.621-4.933c-.061-.488-.106-1.29-.1-1.782l.025-1.888c.007-.492-.022-1.295-.064-1.785l-.443-5.174c-.042-.49.18-1.201.494-1.58l.052-.063c.314-.379.735-1.056.936-1.505l2.051-4.578c.201-.449.394-1.218.429-1.708l.369-5.172c.035-.491.209-1.105.387-1.364.178-.26.383-.87.456-1.356l.28-1.858c.073-.486.086-1.284.029-1.773l-.387-3.292c-.057-.489-.136-1.289-.174-1.78l-.457-5.868c-.038-.49-.228-1.262-.421-1.714l-5.16-12.069c-.193-.452-.512-1.191-.708-1.643l-2.716-6.259c-.196-.451-.435-1.215-.531-1.697l-.444-2.221c-.096-.482-.049-1.259.105-1.726l1.129-3.419c.154-.467.452-1.213.662-1.658l.877-1.86c.21-.445.239-1.186.066-1.646l-.362-.96c-.174-.46-.38-1.234-.458-1.72-.103-.641-.316-1.273-.368-1.913-.001-.014-.002-.03.006-.042.009-.013.025-.018.04-.022.032-.008.063-.016.095-.024.291-.071.54-.225.841-.087.225.103.394.331.535.526.296.409.502.869.758%2C1.301.178.301.558.558.845.572.287.014.745-.098%2C1.019-.248.273-.15.898-.242%2C1.389-.205l.154.012c.49.038%2C1.265-.081%2C1.722-.264l.575-.23c.457-.183%2C1.105-.626%2C1.441-.985l.219-.234c.336-.359.654-1.053.706-1.542l.208-1.948c.052-.489.35-1.201.661-1.582l.209-.255c.311-.381.69-.882%2C1.171-.778l.992.338c.481.104.37.527.525.993l.13.39c.156.467.605%2C1.09.998%2C1.385l.159.119c.394.295.897.896%2C1.119%2C1.335l1.18%2C2.329c.222.439.765.975%2C1.207%2C1.191l.828.406c.442.216%2C1.14.614%2C1.551.884l1.535%2C1.007c.411.27.985.815%2C1.275%2C1.213l2.175%2C2.978c.29.397.777%2C1.038%2C1.083%2C1.423l5.697%2C7.194c.305.386.843.983%2C1.195%2C1.326l5.329%2C5.209c.352.344.761%2C1.009.91%2C1.478l.105.332c.149.469.509%2C1.176.801%2C1.572l.478.648c.292.396.608%2C1.115.702%2C1.597l.006.033c.094.483.431%2C1.185.75%2C1.56l1.923%2C2.264c.319.375.665%2C1.075.771%2C1.555l.064.29c.106.481.459%2C1.175.785%2C1.543l6.466%2C7.306c.326.368.89.941%2C1.254%2C1.271l.863.784c.364.331.923.908%2C1.241%2C1.283l3.958%2C4.65c.319.375.908.914%2C1.309%2C1.199l1.548%2C1.1c.401.285.932.865%2C1.181%2C1.29l.362.618c.249.424.821.934%2C1.271%2C1.132l1.692.745c.45.198%2C1.162.57%2C1.582.827l7.815%2C4.781c.42.257.879.852%2C1.02%2C1.323l.306%2C1.02c.141.471.623%2C1.024%2C1.07%2C1.23l.486.223c.447.205%2C1.121.632%2C1.498.949l3.773%2C3.172c.376.316%2C1.076.508%2C1.554.426.478-.082%2C1.26-.05%2C1.737.07l2.291.58c.477.121%2C1.091.554%2C1.365.962l.569.849c.274.409.732%2C1.07%2C1.019%2C1.47l1.219%2C1.701c.286.4.694%2C1.079.906%2C1.51s.787.762%2C1.278.738l3.207-.16c.491-.024%2C1.294-.009%2C1.784.034l.752.066c.49.043%2C1.274.201%2C1.743.351l.085.027c.469.15%2C1.042-.083%2C1.274-.516l.819-1.529c.232-.434.819-.722%2C1.305-.641l2.111.352c.485.081%2C1.111.102%2C1.391.048.28-.055.899.003%2C1.374.128l.257.068c.476.125.859.4.853.612s-.197.547-.422.745c-.226.198-.481.757-.567%2C1.241l-.48%2C2.686c-.087.484.072%2C1.031.352%2C1.216.28.184.878.33%2C1.329.323.451-.007%2C1.132-.267%2C1.513-.578l.502-.41c.381-.311.742-.965.803-1.453l.029-.237c.06-.488.069-1.288.019-1.777l-.042-.407c-.05-.489.272-1.024.716-1.188s1.025-.181%2C1.292-.037c.266.143.536.66.6%2C1.148l.092.711c.063.488.171%2C1.245.239%2C1.682.068.437.367%2C1.116.664%2C1.508l1.703%2C2.251c.297.392.93.811%2C1.407.931l2.414.607c.477.12%2C1.263.289%2C1.748.377l3.755.677c.484.087%2C1.279.209%2C1.767.271l2.151.272c.488.062%2C1.289.089%2C1.78.06l2.065-.12c.491-.029%2C1.284-.146%2C1.763-.261l2.087-.501c.478-.115%2C1.206-.429%2C1.618-.698l1.012-.661c.412-.269.816-.78.898-1.135.082-.355.448-.915.814-1.244l2.397-2.157c.366-.329.759-.99.873-1.468l.452-1.888c.115-.478.421-1.049.681-1.267.26-.219.871-.45%2C1.359-.514l.115-.015c.488-.064%2C1.212-.353%2C1.611-.642l1.36-.987c.398-.289.998-.82%2C1.333-1.181l1.69-1.82c.335-.36.932-.895%2C1.327-1.188l1.744-1.294c.395-.293.86-.91%2C1.033-1.37l.736-1.953c.173-.46.522-1.038.775-1.284.253-.246.709-.763%2C1.013-1.15l1.576-1.999c.305-.386.745-1.056.979-1.489l.143-.265c.234-.433.654-.787.935-.787s.585.395.678.878l.631%2C3.287c.093.483-.032%2C1.046-.279%2C1.251-.246.205-.469.641-.497.969-.027.328-.194.972-.37%2C1.431l-.8%2C2.082c-.176.459-.505%2C1.087-.731%2C1.394-.225.307-.661.771-.969%2C1.031-.307.26-.696.851-.863%2C1.313l-.361%2C1.001c-.167.463-.309%2C1.244-.316%2C1.735v.05c-.007.492-.086%2C1.218-.174%2C1.615-.089.396-.392%2C1.051-.673%2C1.454l-1.386%2C1.986c-.282.403-.79%2C1.025-1.129%2C1.38l-.33.346c-.34.356-.773%2C1.018-.962%2C1.472%2C0%2C0-1.792%2C4.292-1.867%2C4.317-.075.025.129%2C1.084.129%2C1.084.093.483.061%2C1.266-.071%2C1.74l-.191.687c-.132.474-.491%2C1.163-.799%2C1.532-.308.369-.548%2C1.073-.535%2C1.565l.027.994c.013.492.247%2C1.229.519%2C1.639l.924%2C1.392c.272.41.659%2C1.112.861%2C1.561l1.13%2C2.517c.201.449.733.982%2C1.181%2C1.186l.558.253c.448.204%2C1.203.474%2C1.678.601%2C0%2C0%2C4.557%2C1.22%2C4.582%2C1.227.854.229%2C1.545.315%2C2.437.401.648.062-.575%2C1.983-.757%2C2.127-.774.612-1.268.349-2.182.249-.314-.034-.683.033-.82.149-.137.116-.354.6-.484%2C1.074l-.051.187c-.129.475-.162%2C1.259-.073%2C1.742%2C0%2C0%2C.956%2C5.182.956%2C5.257s1.355%2C2.522%2C1.355%2C2.522c.238.43.714%2C1.071%2C1.058%2C1.423l1.683%2C1.726c.343.352.95.876%2C1.349%2C1.165l1.26.913c.398.289%2C1.116.618%2C1.594.731l1.061.252c.479.114%2C1.134.16%2C1.457.104.323-.056.798-.445%2C1.056-.864l.162-.263c.258-.419.78-1.017%2C1.16-1.329l.369-.303c.38-.312.918-.9%2C1.194-1.307l.224-.328c.277-.407.822-.985%2C1.212-1.285l2.067-1.592c.39-.3%2C1.11-.525%2C1.602-.499l1.065.056c.491.026%2C1.212-.121%2C1.601-.326.39-.205%2C1.109-.335%2C1.599-.289l.809.076c.49.046.756.364.592.708s-.617.869-1.007%2C1.169l-.91.699c-.39.3-1.095.659-1.567.798l-1.434.424c-.472.14-1.24.378-1.708.53l-.367.119c-.468.152-1.161.532-1.54.846l-.019.016c-.379.313-.932.891-1.228%2C1.284l-1.326%2C1.758c-.296.393-.539%2C1.024-.539%2C1.403v1.407c0%2C.395-.186%2C1.074-.413%2C1.511l-.329.631c-.227.436-.614.823-.86.858-.246.036-.736-.086-1.09-.27-.353-.184-1.044-.308-1.535-.275l-1.513.103c-.491.033-1.275.187-1.742.341l-1.804.595c-.467.154-1.055.263-1.306.243s-.831.111-1.288.293l-1.151.457c-.457.182-1.045.565-1.306.852s-.81.639-1.22.783c-.41.143-1.142.194-1.627.111l-.435-.074c-.485-.082-1.228.056-1.65.308l-.028.017c-.423.252-.798.856-.834%2C1.343-.036.487.304%2C1.045.755%2C1.241l.179.077c.451.196.865.451.92.567.055.116-.178.503-.517.859l-.233.244c-.339.356-.995.785-1.458.952l-.106.038c-.463.167-1.121.538-1.462.825-.342.287-.834.583-1.093.658-.26.075-.645.5-.857.944-.212.444-.736%2C1.005-1.164%2C1.247l-.777.438c-.428.242-1.178.493-1.665.559l-.438.059c-.487.066-1.285.064-1.772-.004l-.539-.075c-.487-.068-1.156-.422-1.487-.786l-1.009-1.11c-.331-.364-1.002-.701-1.491-.748l-1.549-.15c-.49-.048-1.084.266-1.322.697l-.677%2C1.228c-.237.431-.356%2C1.152-.264%2C1.603s.526%2C1.002.965%2C1.225l1.39.676c-.029.129-.056.26-.08.389Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m836.059%2C90.312c-.109.287-.453.76-.764%2C1.052l-11.888%2C11.162c-.311.292-.648.869-.748%2C1.284%2C0%2C0-.081.332-.081.334-.447%2C1.845.29%2C4.039%2C1.544%2C5.42%2C1.065%2C1.173%2C1.64%2C1.071%2C3.072.86.422-.062.962-.402%2C1.202-.755l.174-.257c.239-.353.483-.987.543-1.409l.728-5.173c.059-.422.366-1.002.681-1.289l.245-.223c.315-.287.893-.661%2C1.284-.831l5.038-2.189c.391-.17.829-.637.974-1.038l1.213-3.361c.145-.401.599-.825%2C1.008-.942l1.292-.369c.41-.117.815-.555.9-.972l.895-4.394c.085-.418.414-.993.731-1.278l4.648-4.18c.317-.285.805-.781%2C1.085-1.103l2.013-2.309c.28-.321.855-.63%2C1.278-.686l4.873-.642c.423-.056%2C1.066-.283%2C1.43-.505l.714-.435c.364-.222.887-.67%2C1.161-.996l2.976-3.535c.275-.326.848-.593%2C1.274-.593h.288c.426%2C0%2C1.01.101%2C1.297.224.287.123.836.072%2C1.22-.113l.045-.022c.384-.185.862-.645%2C1.063-1.021l1.605-3.005c.201-.376.242-.829.092-1.007-.15-.178-.61-.233-1.022-.123l-8.191%2C2.184c-.412.11-1.029-.008-1.372-.261l-5.263-3.897c-.343-.254-.972-.461-1.398-.461h-.139c-.426%2C0-1.081.167-1.455.372l-1.273.697c-.374.205-.759.712-.856%2C1.127l-.146.627c-.097.415-.301%2C1.08-.454%2C1.478l-1.281%2C3.324c-.153.398-.454%2C1.025-.669%2C1.393l-1.506%2C2.586c-.215.368-.606.944-.87%2C1.279l-6.593%2C8.372c-.264.335-.731.85-1.039%2C1.145l-1.216%2C1.164c-.308.295-.499.88-.424%2C1.299l.126.71c.075.42.046.998-.063%2C1.285Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m896.452%2C50.411c.466.159.846.691.846%2C1.183v1.491c0%2C.492-.284%2C1.179-.632%2C1.527l-2.611%2C2.611c-.348.348-1.008.487-1.466.308l-1.016-.395c-.459-.178-1.085-.207-1.392-.063-.308.143-.432.643-.276%2C1.109l.031.092c.156.467.097%2C1.206-.13%2C1.642l-.144.276c-.227.436-.678.491-1.002.12l-.387-.443c-.324-.37-.79-.606-1.036-.524-.246.082-.447.552-.447%2C1.043v2.534c0%2C.492-.297%2C1.166-.659%2C1.499l-1.364%2C1.251c-.363.332-.58.999-.484%2C1.481l.096.482c.096.482.406%2C1.207.688%2C1.61l.018.025c.282.403.914.697%2C1.404.654l.752-.066c.49-.043%2C1.1-.423%2C1.355-.843l2.873-4.732c.255-.421.801-.985%2C1.213-1.254l.441-.288c.412-.269%2C1.145-.56%2C1.629-.647l2.413-.431c.484-.087%2C1.153-.453%2C1.487-.814l.575-.623c.334-.361.764-1.028.955-1.481l1.985-4.688c.192-.453.664-1.074%2C1.05-1.379l9.033-7.162c.385-.306.914-.897%2C1.175-1.314l1.661-2.657c.261-.417.357-1.143.213-1.617-.143-.471-.512-1.074-.819-1.34-.308-.266-.475-.786-.373-1.155.102-.369.487-.938.855-1.265l.675-.6c.368-.327%2C1.071-.594%2C1.563-.594h.969c.492%2C0%2C1.129.327%2C1.416.726l1.044%2C1.454c.287.4.924.713%2C1.415.698l.523-.017c.492-.016%2C1.282-.134%2C1.757-.263l1.851-.501c.475-.129%2C1.09-.567%2C1.366-.973l.261-.384c.277-.407.748-1.059%2C1.048-1.449l4.351-5.662c.3-.39.851-.971%2C1.225-1.29l3.261-2.788c.374-.32%2C1.013-.807%2C1.42-1.082l3.363-2.277c.407-.276%2C1.122-.63%2C1.588-.787l5.162-1.739c.466-.157%2C1.149-.552%2C1.518-.878l3.802-3.362c.369-.326%2C1.068-.654%2C1.554-.73l7.773-1.215c.486-.076%2C1.008-.521%2C1.16-.989l.343-1.056c.152-.468.072-1.198-.178-1.621l-.806-1.366c-.25-.424-.312-1.147-.139-1.607l1.083-2.873c.174-.46-.039-1.027-.473-1.259l-2.597-1.391c-.433-.232-1.184-.351-1.668-.264-1.968.355-4.367.974-5.69%2C2.642-.993%2C1.252-1.793%2C2.726-2.67%2C4.062-1.452%2C2.208-2.903%2C4.417-4.355%2C6.625-.27.411-.848.933-1.284%2C1.161l-3.705%2C1.931c-.436.227-1.188.494-1.669.593l-7.713%2C1.579c-.482.099-1.236%2C0-1.676-.221l-.934-.467c-.44-.22-.914-.786-1.053-1.258l-1.804-6.11c-.139-.472-.655-.882-1.146-.912l-.674-.041c-.491-.03-1.177.23-1.525.578l-.524.524c-.348.348-.714%2C1.027-.813%2C1.508l-.161.782c-.099.482-.051%2C1.257.106%2C1.723l1.291%2C3.821c.157.466.12%2C1.214-.082%2C1.662l-.679%2C1.501c-.203.448-.756.924-1.229%2C1.058l-1.707.482c-.473.134-1.162.445-1.531.69-.369.246-.84.812-1.047%2C1.259l-1.632%2C3.52c-.207.446-.779.816-1.271.822l-4.77.054c-.492.006-.827.346-.745.756.082.41.149%2C1.148.149%2C1.64v2.981c0%2C.492-.319%2C1.14-.708%2C1.441l-8.72%2C6.733c-.389.301-.807.937-.929%2C1.413l-.452%2C1.77c-.122.477-.624.859-1.115.851l-2.46-.043c-.492-.009-1.163.118-1.49.282-.328.164-.502.689-.388%2C1.168l.03.124c.115.478.59.999%2C1.055%2C1.158l1.586.541Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m604.242%2C309.11l7.06%2C3.801c.484.261%2C1.261.233%2C1.725-.061l8.488-5.376c.465-.294%2C1.295-.535%2C1.845-.535h.375c.55%2C0%2C1.258.369%2C1.574.819l2.415%2C3.45c.315.451.573%2C1.269.573%2C1.819v1.053c0%2C.55-.162%2C1.42-.359%2C1.933l-.978%2C2.544c-.198.513.089.893.637.844l7.507-.67c.548-.049%2C1.417-.247%2C1.932-.44l8.984-3.369c.515-.193%2C1.379-.433%2C1.919-.534l5.328-.991c.541-.101%2C1.367-.418%2C1.836-.706l4.559-2.794c-.332-.475-.667-.939-.936-1.288l-.942-1.224c-.708-.919-1.312-1.875-2.281-2.538-.089-.061-.18-.12-.264-.189-.401-.325-.661-.837-.969-1.245-.227-.301-.575-.831-.975-.903-.406-.073-.801.189-1.151.368-.459.234-1.257-.23-1.773-1.031l-1.147-1.781c-.516-.801-1.181-2.197-1.478-3.103l-.686-2.094c-.297-.906-.61-2.423-.697-3.372l-.378-4.141c-.087-.949-.236-2.501-.331-3.449l-.377-3.735c-.064-.63-.13-1.293-.069-1.926.05-.516.344-.919.091-1.447-.319-.665-.208-1.612-.194-2.351l.06-3.119c.018-.953.08-2.511.137-3.462l.202-3.377c.057-.951.336-2.474.619-3.384l1.08-3.465c.284-.91.721-2.306.972-3.103s.506-1.889.567-2.426c.061-.537.011-1.069-.11-1.181-.121-.113-.301-.165-.4-.117-.099.048-.767.601-1.486%2C1.227l-1.622%2C1.414c-.718.626-2.079%2C1.243-3.023%2C1.371l-.583.079c-.944.128-2.377-.183-3.184-.691l-.432-.272c-.807-.507-1.809-1.521-2.227-2.253-.418-.731-1.004-1.452-1.303-1.601-.298-.149-1.007-.809-1.574-1.466-.567-.657-1.691-1.194-2.497-1.194s-2.073-.489-2.815-1.086c-.825-.664-1.565-1.39-2.367-2.077-.097-.083-.199-.168-.322-.203-.224-.064-.468.055-.619.233-.238.28-.383.777-.545%2C1.113l-2.623%2C5.454c-.413.859-.905%2C2.326-1.094%2C3.26l-1.703%2C8.437c-.189.934-.196%2C2.382-.017%2C3.218.179.836.619%2C1.52.977%2C1.52s.944-.22%2C1.303-.489c.358-.269%2C1.14-.537%2C1.737-.597.597-.06%2C1.379-.304%2C1.737-.543.358-.239.994-.508%2C1.411-.597.418-.09%2C1.029-.334%2C1.357-.543s1.354-.282%2C2.28-.163c.926.119%2C2.277-.288%2C3.003-.905l1.702-1.447c.726-.617%2C1.589-1.562%2C1.917-2.099.328-.537%2C1.137-.414%2C1.796.274l.099.104c.659.688%2C1.424%2C1.997%2C1.7%2C2.91l.736%2C2.437c.275.912.329%2C2.419.118%2C3.349l-1.84%2C8.128c-.21.929-.963%2C2.211-1.672%2C2.847l-2.741%2C2.462c-.709.637-1.738.52-2.286-.259l-.069-.097c-.548-.779-1.681-1.686-2.517-2.014-.836-.328-1.813-1.305-2.171-2.171-.358-.866-1.164-1.696-1.791-1.846-.627-.149-1.384-.222-1.683-.163-.298.06-.787.671-1.086%2C1.357-.299.687-.421%2C1.786-.271%2C2.443.149.657-.146%2C1.853-.656%2C2.658l-.967%2C1.525c-.51.805-1.27%2C1.561-1.688%2C1.68-.418.119-1.43-.181-2.249-.668l-1.039-.618c-.819-.487-1.654-1.648-1.855-2.579l-1.873-8.664c-.201-.931-.289-2.469-.194-3.418l.307-3.066c.095-.948-.485-2.144-1.288-2.657l-.988-.631c-.803-.513-2.086-.468-2.852.1l-.583.432c-.765.568-2.038.597-2.828.064-.944-.636-2.353-1.293-2.99-2.251-.111-.168-.25-.377-.45-.35-.186.025-.273.239-.324.42-.535%2C1.907-1.177%2C3.764-1.829%2C5.639-.228.655-.467%2C1.561-.378%2C2.251.102.794.42%2C1.507.42%2C2.312l-.136%2C5.764c-.022.953-.215%2C2.492-.427%2C3.421l-.965%2C4.222c-.212.929-.679%2C2.056-1.038%2C2.503s-1.067.814-1.574.814-1.496.529-2.196%2C1.175l-.276.255c-.7.646-1.86.809-2.576.361-.717-.448-1.942-.368-2.724.176l-.74.516c-.782.545-1.897%2C1.609-2.478%2C2.364l-3.316%2C4.31c-.581.755-.641%2C1.569-.134%2C1.808.508.239%2C1.198%2C1.164%2C1.535%2C2.055l.621%2C1.644c.337.891.752%2C2.388.922%2C3.326l.466%2C2.562c.088.481.251.993.441%2C1.428l19.325-1.826c.548-.052%2C1.392.119%2C1.876.38Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m672.898%2C364.669c-.327.124-1.103.525-1.442.276-.291-.213.658-1.138.815-1.312l1.784-1.968c.64-.706%2C1.012-1.722.827-2.258-.185-.536-.528-1.254-.762-1.595-.234-.341-.473-1.282-.532-2.091-.022-.303.03-1.381-.484-1.313-.418.056-.796.738-1.028%2C1.042l-.122.159c-.22.288-.652%2C1.055-1.105.941-.305-.077-.056-.785-.01-.981.139-.589.323-1.411.409-1.827.087-.416.2-1.535.251-2.486l.096-1.769c.052-.952.181-2.505.287-3.452l.024-.211c.106-.947-.119-2.353-.5-3.124-.381-.771-.952-2.137-1.269-3.036l-.014-.039c-.317-.899-.581-2.414-.588-3.367l-.007-.914c-.007-.953-.523-2.165-1.147-2.693-.624-.528-1.617-1.573-2.208-2.321l-.215-.273c-.591-.748-1.123-1.75-1.184-2.226-.061-.477.28-1.27.756-1.764.363-.377.988-.934.565-1.458-.301-.373-.789-.565-1.195-.794-.736-.416-1.268-1.16-1.181-1.654s.321-1.266.52-1.717c.199-.45.05-1.343-.331-1.985-.381-.641-.927-1.577-1.213-2.079s-.527-1.296-.535-1.764c-.009-.468-.429-1.512-.934-2.32l-.526-.842c-.272-.434-.653-1.002-1.039-1.554l-4.559%2C2.794c-.469.287-1.295.605-1.836.706l-5.328.991c-.541.101-1.404.341-1.919.534l-8.984%2C3.369c-.515.193-1.385.391-1.932.44l-7.507.67c-.363.032-.594-.134-.663-.392l-4.227%2C6.03c-.316.45-.585%2C1.269-.599%2C1.819l-.368%2C14.494c-.014.55-.323%2C1.337-.687%2C1.749l-1.189%2C1.347c-.364.412-.673%2C1.2-.686%2C1.749l-.286%2C11.648c-.014.55-.228%2C1.401-.477%2C1.891l-4.788%2C9.435c-.249.49-.272%2C1.304-.05%2C1.807l4.638%2C10.56c.221.504.408%2C1.365.416%2C1.916l.137%2C9.663c.073-.001.15-.012.218-.004l1.306.17c.545.071%2C1.387.343%2C1.871.605l8.823%2C4.769c.484.261%2C1.33.475%2C1.88.475h.929c.55%2C0%2C1.059.446%2C1.13.992l.391%2C2.986c.071.545.453%2C1.305.848%2C1.687l.115.111c.395.382%2C1.168.67%2C1.717.638l4.112-.236c.549-.032%2C1.358-.328%2C1.797-.659l2.458-1.851c.439-.331.88-1.044.979-1.585l.942-5.143c.099-.541.461-1.335.805-1.764l.754-.942c.343-.429%2C1.046-.622%2C1.56-.428l5.044%2C1.901c-.132-.488-.25-1.051-.308-1.537-.097-.815-.16-1.675-.139-1.912.021-.237.215-.47.43-.519.216-.049.529.008.696.127.167.118.532.631.81%2C1.139.279.508.791.303%2C1.139-.456.348-.759.662-1.585.696-1.836s.194-.615.355-.81c.098-.12.245-.253.411-.238.142.013.323.163.287.317-.021.092-.097.159-.149.238-.052.078-.075.198%2C0%2C.257.03.024.069.031.106.037.501.08%2C1.064.084%2C1.57.058l.92-.048c.952-.05%2C1.992-.614%2C2.313-1.255.32-.641.24-1.347-.177-1.57-.581-.31-1.104-1.074-.997-1.748.009-.055.021-.111.051-.158.046-.072.127-.115.21-.134.29-.067.574.115.867.168.221.04.477.018.635.178.099.101.131.251.22.36.012.014.025.028.042.035.061.022.105-.059.118-.122.065-.312.121-.621.184-.93.043-.214.127-.634-.025-.827-.104-.132-.395-.32-.646-.418s-.365-.354-.253-.57c.111-.216.687-.529%2C1.279-.696s1.076-.458%2C1.076-.646-.296-.587-.658-.886c-.947-.783.125-1.174.81-1.507.487-.237%2C1-.43%2C1.139-.43s.299.057.354.127c.056.07.187.127.291.127s.053-.291-.114-.646-.72-.788-1.228-.962c-.508-.174-.867-.522-.798-.772s.298-.467.506-.481c.209-.014.42-.156.468-.316.049-.16-.128-.576-.392-.924-.515-.677-.112-.895.557-1.038.39-.084.851-.232%2C1.025-.329.174-.097.111-.314-.139-.481-.373-.248-.734-.303-.989-.727-.227-.376-.278-.859.002-1.222.139-.181.458-.426.709-.544s.661-.705.912-1.304c.251-.599.519-1.343.595-1.654s.227-.509.334-.441c.107.068.235.26.283.425.049.166.32.309.603.319.283.01.88-.671%2C1.328-1.512l.108-.202c.448-.841.727-1.593.62-1.671s-.825.097-1.595.39Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m618.214%2C381.541l-4.638-10.56c-.221-.503-.198-1.317.05-1.807l4.788-9.435c.249-.49.463-1.342.477-1.891l.286-11.648c.014-.55.322-1.337.686-1.749l1.189-1.347c.364-.412.673-1.2.687-1.749l.368-14.494c.014-.55.284-1.368.599-1.819l4.227-6.03c-.035-.132-.041-.279.026-.452l.978-2.544c.198-.513.359-1.383.359-1.933v-1.053c0-.55-.258-1.369-.573-1.819l-2.415-3.45c-.315-.451-1.023-.819-1.574-.819h-.375c-.55%2C0-1.38.241-1.845.535l-8.488%2C5.376c-.465.294-1.241.322-1.725.061l-7.06-3.801c-.484-.261-1.328-.432-1.876-.38l-19.325%2C1.826c.181.412.385.754.574.928.388.358.859%2C1.416%2C1.045%2C2.35l.515%2C2.573c.187.934.108%2C2.443-.175%2C3.353l-2.988%2C9.611c-.283.91-1.028%2C2.241-1.655%2C2.958l-2.278%2C2.603c-.628.717-1.459%2C1.402-1.847%2C1.521-.388.119-1.403-.131-2.255-.558l-1.678-.839c-.852-.426-1.409-.008-1.237.929l.351%2C1.911c.172.937.728%2C2.193%2C1.236%2C2.79%2C2.151%2C2.53%2C4.457-1.442%2C6.856-.963l.945.189c.934.187%2C2.232.909%2C2.883%2C1.605l.781.835c.651.696%2C1.402%2C2.014%2C1.67%2C2.928l1.091%2C3.731c.267.915.402%2C2.438.299%2C3.386l-1.689%2C15.554c-.103.947-.643%2C2.355-1.199%2C3.129l-1.884%2C2.616c-.557.773-1.403%2C1.968-1.881%2C2.655-.478.687-.979%2C2.02-1.114%2C2.964l-.999%2C6.997%2C23.743%2C6c.533.135%2C1.275.575%2C1.648.979l3.933%2C4.252c.374.404%2C1.122.655%2C1.663.557l3.609-.648c.541-.097%2C1.291-.506%2C1.667-.908l2.639-2.828c.329-.352.941-.589%2C1.456-.598l-.137-9.663c-.008-.55-.195-1.412-.416-1.916Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m576.674%2C457.265l1.816.103c.549.031%2C1.426.198%2C1.948.37l6.591%2C2.178c.522.172%2C1.398.356%2C1.945.408l3.333.315c.548.052%2C1.38-.139%2C1.851-.424l1.023-.619c.471-.285.91-.965.976-1.511l1.485-12.188c.066-.546.493-1.245.948-1.554l4.389-2.978c.455-.309.929-1%2C1.052-1.536l.414-1.792c.124-.536.427-1.376.674-1.868l4.857-9.653c.247-.491.426-1.343.397-1.892l-.626-12.015c-.029-.549.202-1.37.512-1.824l1.348-1.972c.31-.454.616-1.218.679-1.697.063-.479-.054-1.288-.26-1.798l-.029-.072c-.206-.51-.589-1.323-.85-1.807l-3.025-5.603c-.149-.084-.284-.18-.388-.292l-3.933-4.252c-.373-.404-1.115-.844-1.648-.979l-23.743-6-.03.213c-.135.943-.489%2C2.456-.786%2C3.361l-4.129%2C12.559c-.298.905-1.087%2C2.203-1.753%2C2.884l-2.678%2C2.735c-.667.681-1.542%2C1.944-1.945%2C2.808l-2.86%2C6.123%2C6.916%2C4.15c.472.283%2C1.042.925%2C1.268%2C1.426l1.325%2C2.944c.226.502.778%2C1.171%2C1.227%2C1.489l2.419%2C1.708c.449.317.817%2C1.027.817%2C1.577v2.53c0%2C.55-.363%2C1.265-.807%2C1.59l-4.584%2C3.35c-.444.325-.907%2C1.029-1.028%2C1.565l-2.897%2C12.83c-.121.537.05%2C1.335.38%2C1.775l3.091%2C4.122c.122.163.18.365.208.573l2.205-1.002c.501-.228%2C1.36-.388%2C1.909-.357Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m622.927%2C453.756l-.622%2C1.391c-.225.502-.765%2C1.187-1.202%2C1.522l-1.06.814c-.436.335-1.238.677-1.782.76l-.794.121c-.544.083-1.134-.275-1.311-.796l-.624-1.831c-.177-.521-.572-1.321-.877-1.779l-.584-.875c-.305-.458-1.001-.888-1.547-.956l-4.787-.598c-.546-.068-1.33-.421-1.743-.784l-1.291-1.134c-.413-.363-1.198-.715-1.744-.782l-5.591-.686-1.211%2C9.944c-.067.546-.506%2C1.226-.976%2C1.511l-1.023.619c-.471.285-1.303.475-1.851.424l-3.333-.315c-.548-.052-1.423-.235-1.945-.408l-6.591-2.178c-.522-.173-1.399-.339-1.948-.37l-1.816-.103c-.549-.031-1.408.13-1.909.357l-2.205%2C1.002c.047.354-.026.73-.248.996l-5.872%2C7.046c-.352.423-.61%2C1.217-.574%2C1.766l.344%2C5.157c.037.549-.366%2C1.123-.894%2C1.276l-12.86%2C3.734c-.528.153-1.031.723-1.117%2C1.266l-1.355%2C8.515c-.086.543.016%2C1.403.227%2C1.911l1.615%2C3.876c.211.508.363%2C1.373.336%2C1.922l-.379%2C7.777c-.027.549.374%2C1.153.891%2C1.341l3.365%2C1.224c.517.188%2C1.356.17%2C1.864-.039l10.309-4.245c.509-.209%2C1.254-.687%2C1.657-1.062l5.45-5.074c.403-.375%2C1.182-.681%2C1.732-.681h7.059c.55%2C0%2C1.394.217%2C1.876.482l7.784%2C4.286c.482.265%2C1.077.885%2C1.323%2C1.377l2.204%2C4.404c.246.492.777%2C1.201%2C1.18%2C1.576l5.45%2C5.074c.403.375%2C1.18.637%2C1.727.583l1.903-.188c.547-.054.939-.545.871-1.09l-.042-.339c-.068-.546-.271-1.188-.451-1.428s-.103-.826.169-1.304l.46-.805c.273-.478.936-.772%2C1.473-.654l1.024.225c.537.118%2C1.41.337%2C1.939.486l6.245%2C1.764c-.002-.489.156-.949.407-1.088.294-.162%2C1.274-.544%2C2.177-.849l.517-.175c.903-.305%2C1.906-.687%2C2.23-.849.324-.162.998-.908%2C1.498-1.659.501-.751.982-1.762%2C1.07-2.248.088-.486.198-1.662.243-2.614l.103-2.158c.045-.952.167-2.506.271-3.453l.104-.944c.104-.947.325-2.49.492-3.428l.411-2.315c.167-.938.387-2.248.49-2.91.103-.662.228-1.983.278-2.935l.194-3.711c.05-.952.138-1.983.197-2.292.059-.309.007-1.335-.115-2.28l-.413-3.2c-.122-.945-.311-2.493-.42-3.44l-.245-2.124c-.109-.947-.215-2.104-.235-2.573s-.424-1.393-.897-2.054c-.474-.662-.878-1.436-.899-1.722s-.135-.878-.253-1.317-.603-1.413-1.076-2.165c-.474-.752-.901-1.823-.95-2.38-.007-.086-.013-.192-.019-.307l-.1.024c-.535.127-1.157.642-1.381%2C1.144Z%22%2F%3E%20%3Cpath%20class%3D%22cls-8%22%20d%3D%22m657.278%2C397.396c-.084-.459-.334-1.234-.557-1.722-.09-.197-.185-.5-.274-.831l-5.044-1.901c-.515-.194-1.217-.001-1.56.428l-.754.942c-.344.429-.706%2C1.224-.805%2C1.764l-.942%2C5.143c-.099.541-.54%2C1.254-.979%2C1.585l-2.458%2C1.851c-.439.331-1.248.627-1.797.659l-4.112.236c-.549.032-1.322-.256-1.717-.638l-.115-.111c-.395-.382-.777-1.142-.848-1.687l-.391-2.986c-.071-.545-.58-.992-1.13-.992h-.929c-.55%2C0-1.396-.214-1.88-.475l-8.823-4.769c-.484-.261-1.326-.534-1.871-.605l-1.306-.17c-.545-.071-1.299.2-1.674.602l-2.639%2C2.828c-.375.402-1.125.811-1.667.908l-3.609.648c-.391.07-.887-.045-1.275-.265l3.025%2C5.603c.261.484.644%2C1.297.85%2C1.807l.029.072c.206.51.324%2C1.319.26%2C1.798-.063.479-.369%2C1.243-.679%2C1.697l-1.348%2C1.972c-.31.454-.541%2C1.275-.512%2C1.824l.626%2C12.015c.029.549-.15%2C1.401-.397%2C1.892l-4.857%2C9.653c-.247.491-.551%2C1.332-.674%2C1.868l-.414%2C1.792c-.124.536-.597%2C1.227-1.052%2C1.536l-4.389%2C2.978c-.455.309-.882%2C1.008-.948%2C1.554l-.273%2C2.244%2C5.591.686c.546.067%2C1.331.419%2C1.744.782l1.291%2C1.134c.413.363%2C1.198.716%2C1.743.784l4.787.598c.546.068%2C1.242.498%2C1.547.956l.584.875c.305.458.7%2C1.258.877%2C1.779l.624%2C1.831c.177.521.767.879%2C1.311.796l.794-.121c.544-.083%2C1.346-.425%2C1.782-.76l1.06-.814c.436-.335.977-1.02%2C1.202-1.522l.622-1.391c.225-.502.846-1.017%2C1.381-1.144l.1-.024c-.029-.629-.024-1.632.015-2.437l.058-1.172c.047-.952.154-2.448.237-3.326.084-.877.251-2.369.372-3.314l.143-1.12c.156-1.224.807-2.285%2C1.204-3.462.399-1.183.733-2.391%2C1.25-3.532l.038-.084c.393-.868.818-1.698.943-1.844.125-.146.33-.266.456-.266s.302.034.392.076.244-.556.342-1.329c.097-.773.479-1.827.848-2.342.369-.515.956-1.193%2C1.304-1.506s.821-.587%2C1.051-.608c.23-.021.486.03.57.114.084.083.226.351.316.595.091.244.421.398.734.342.313-.056.9-.437%2C1.304-.848.404-.411%2C1.008-.815%2C1.342-.899.334-.084%2C1.143-.26%2C1.798-.393.973-.197%2C1.965-.286%2C2.952-.384.541-.054%2C1.135-.211%2C1.672-.051.687.205.926.772%2C1.706.802.362.014.749-.009.861-.051s.265.061.342.228.162.452.19.633c.028.181.333%2C1.056.677%2C1.944l.063.162c.448%2C1.154%2C1.379%2C1.926%2C2.589%2C2.223.397.097.949.132%2C1.228.076.279-.056.558-.267.62-.468.063-.202-.063-.441-.279-.532-.216-.091-.381-.267-.367-.392.014-.125.099-.325.19-.443.091-.118.033-.568-.127-1-.16-.432-.502-.853-.76-.937s-.525-.311-.595-.506c-.07-.195.312-.525.848-.734.536-.209.946-.465.912-.57-.035-.104-.382-.184-.772-.177-.39.007-.777-.209-.861-.481-.083-.271-.42-.556-.747-.633-.327-.077-.339-.532-.025-1.013.313-.48.655-.913.76-.962.104-.049.173-.277.152-.506-.021-.23-.141-.532-.266-.671-.125-.139.097-.373.494-.519s.824-.915.949-1.709c.125-.794.091-1.568-.076-1.722-.167-.153-.703-.108-1.19.101-.487.209-.937.095-1-.253-.063-.348-.393-.832-.734-1.076-.341-.244-.284-.523.127-.62.411-.098%2C1.163-.491%2C1.671-.874.787-.593.741-1.68-.019-2.266-.199-.154-.463-.197-.715-.201-.252-.004-.505.024-.755-.009-.465-.061-.952-.304-.942-.828.007-.334.189-.762.405-.95s.609-.342.873-.342.646-.091.848-.203.447-.408.544-.658c.097-.251.451-.649.785-.886.334-.237.739-.282.899-.101.16.181.422.329.582.329s.291-.137.291-.304-.08-.589-.177-.937c-.097-.348-.405-.889-.684-1.203s-.398-.775-.266-1.025c.132-.251.36-.9.506-1.443.146-.543.442-1.078.658-1.19.216-.111.546-.385.734-.608s.393-.975.456-1.671c.04-.445.077-.901.37-1.259.272-.332.598-.787%2C1.073-.805.188-.007.524.078.747.19.223.111.513.265.646.342s.172-.237.089-.696Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m558.989%2C626.164c0-.621-.432-1.398-.96-1.726-.457-.284-.746-.494-1.321-.419-1.212.159-.717%2C2.719-.717%2C3.605%2C0%2C.622.475%2C1.311%2C1.057%2C1.531l.884.335c.581.22%2C1.057-.108%2C1.057-.729v-2.598Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m552.501%2C644.89c.163-.757-.173-1.09-.748-.74l-.047.029c-.575.35-.868%2C1.24-.652%2C1.977l.282.964c.216.737.527.721.69-.036l.474-2.194Z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m578.343%2C543.641l6.402-4.832c.439-.331%2C1.214-.775%2C1.722-.985l6.905-2.857c.508-.21%2C1.157-.767%2C1.443-1.237l1.528-2.516c.285-.47.436-1.297.336-1.838l-1.293-6.938c-.101-.541.155-1.28.569-1.642l1.011-.885c.414-.362.535-1.053.269-1.534l-.238-.431c-.266-.482-.496-1.325-.512-1.875l-.358-12.536-1.032-2.062c-.246-.492-.842-1.111-1.323-1.377l-7.784-4.286c-.482-.265-1.326-.482-1.876-.482h-7.059c-.55%2C0-1.329.307-1.732.681l-5.45%2C5.074c-.402.375-1.148.853-1.657%2C1.062l-10.309%2C4.245c-.406.167-1.016.206-1.511.122l.667%2C10.472c.035.549-.174%2C1.38-.464%2C1.848l-.766%2C1.234c-.29.467-.442%2C1.291-.338%2C1.831l.531%2C2.749c.104.54.628%2C1.083%2C1.164%2C1.208l3.139.727c.536.124.779.631.54%2C1.127l-3.416%2C7.089c-.239.496-.316%2C1.335-.171%2C1.866l.759%2C2.783c.145.531.631%2C1.225%2C1.08%2C1.542l10.077%2C7.118%2C7.442-3.442c.499-.231%2C1.267-.691%2C1.706-1.022Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m616.1%2C569.356c-.252-.38-.676-.691-1.005-1.007-.717-.689-1.45-1.365-2.153-2.068-1.249-1.2-2.178-3.067-3.995-3.383-1.596-.278-3.693.942-5.256%2C1.474-1.421.484-2.834%2C1.006-4.267%2C1.452-1.521.473-3.513.311-5.091.43-1.004.075-2.057.247-3.064.22-1.493-.039-2.488-1.033-3.612-1.892-1.172-.896-2.333-1.806-3.492-2.718-1.51-1.19-3.016-2.386-4.515-3.589-.429-.344-1.174-.844-1.655-1.109l-3.812-2.103%2C2.98%2C4.981c.282.472.685%2C1.274.895%2C1.783l1.857%2C4.499c.21.508.381%2C1.374.381%2C1.924v8.797c.118-.021.236-.038.35-.05l.508-.055c.947-.102%2C2.403.196%2C3.234.662l.992.556c.831.466%2C1.797%2C1.573%2C2.146%2C2.46l.191.486c.349.887.306%2C1.859-.096%2C2.16-.401.301-1.281%2C1.099-1.955%2C1.773l-1.686%2C1.686c-.674.674-1.636%2C1.513-2.138%2C1.864s-1.233%2C1.349-1.626%2C2.218l-.277.613c-.392.868-1.233%2C1.675-1.869%2C1.792-.636.117-1.334.911-1.551%2C1.764-.217.853-.067%2C1.839.335%2C2.19.401.351.769%2C1.417.816%2C2.369l.01.189c.048.952-.338%2C2.127-.856%2C2.612-.519.485-.846%2C1.656-.728%2C2.601l.3%2C2.401c.118.946.338%2C2.212.489%2C2.814s.383%2C1.245.517%2C1.429c.134.184-.14.923-.608%2C1.642-.468.719-1.426%2C1.445-2.129%2C1.612-.703.167-1.223.468-1.156.669.067.201.436.379.821.395.385.017%2C1.165.263%2C1.734.547.569.284%2C1.363.763%2C1.764%2C1.065.401.301%2C1.1.493%2C1.551.426.452-.067%2C1.355-.614%2C2.007-1.217.652-.602%2C1.282-1.793%2C1.399-2.646.117-.853.769-2.097%2C1.449-2.765l.995-.978c.68-.668%2C1.646-1.392%2C2.148-1.61.502-.218%2C1.241-.82%2C1.642-1.338%2C1.379-1.781%2C3.261-.305%2C4.983-.937.492-.181.892-.551%2C1.374-.756%2C1.063-.451%2C2.196-.072%2C3.254-.65.368-.201.984-.597%2C1.369-.882.385-.284.924-1.264%2C1.197-2.177l.099-.331c.274-.913.457-2.438.408-3.39l-.307-5.907c-.049-.952.174-2.464.496-3.361l1.079-3.004c.322-.897%2C1.051-2.233%2C1.62-2.969.569-.736%2C1.624-1.849%2C2.344-2.472l4.193-3.632c.72-.624%2C2.068-1.314%2C2.996-1.534l2.529-.6c.927-.22%2C2.247-.4%2C2.933-.4s.842-.393.348-.874c-.494-.481-1.487-1.386-2.215-2.019-.342-.297-.747-.621-1.028-.975-.262-.331-.35-.785-.591-1.16Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m579.65%2C558.275c1.499%2C1.204%2C3.005%2C2.4%2C4.515%2C3.589%2C1.159.913%2C2.32%2C1.822%2C3.492%2C2.718%2C1.123.859%2C2.119%2C1.853%2C3.612%2C1.892%2C1.007.026%2C2.059-.145%2C3.064-.22%2C1.578-.119%2C3.57.043%2C5.091-.43%2C1.433-.446%2C2.847-.968%2C4.267-1.452%2C1.563-.533%2C3.66-1.752%2C5.256-1.474%2C1.817.317%2C2.746%2C2.184%2C3.995%2C3.383l3.201%2C3.074c.107.07.234.163.383.286%2C1.148.947%2C2.226%2C1.861%2C3.496%2C2.644.138.085.32.17.452.075.061-.044.094-.117.117-.189.197-.626-.232-1.115-.551-1.597-.375-.567-.706-1.381-1.183-1.858l-.777-1.269c-.498-.813-1.196-1.822-1.551-2.243s-.908-.959-1.228-1.196-.914-.991-1.319-1.675c-.405-.684-.997-1.979-1.314-2.878l-1.186-3.356c-.318-.898-.793-2.383-1.057-3.298l-.679-2.357c-.264-.916-.646-1.943-.848-2.284-.202-.34-.293-1.206-.201-1.923.092-.717.333-1.967.535-2.777.307-1.229.506-2.63%2C1.074-3.769.415-.834.544-1.58.559-2.512l.044-2.756c.015-.953.111-1.891.212-2.084s.365-1.096.585-2.007c.221-.911.714-2.282%2C1.097-3.047.659-1.318.896-2.968%2C1.971-4.002.172-.165.359-.319.494-.516.528-.762.381-2.354.452-3.281.073-.95.518-2.354.989-3.119.471-.765%2C1.193-1.704%2C1.606-2.087s.822-1.262.91-1.953c.088-.692.1-1.727.027-2.301-.011-.084-.005-.167-.006-.25l-6.245-1.764c-.529-.149-1.402-.368-1.939-.486l-1.024-.225c-.537-.118-1.2.176-1.473.654l-.46.805c-.273.477-.349%2C1.064-.169%2C1.304s.383.882.451%2C1.428l.042.339c.068.546-.324%2C1.036-.871%2C1.09l-1.903.188c-.547.054-1.325-.209-1.727-.583l-5.45-5.074c-.403-.375-.933-1.084-1.18-1.576l-1.172-2.342.358%2C12.536c.016.55.246%2C1.394.512%2C1.875l.238.431c.266.482.145%2C1.172-.269%2C1.534l-1.011.885c-.414.362-.67%2C1.101-.569%2C1.642l1.293%2C6.938c.101.541-.05%2C1.368-.336%2C1.838l-1.528%2C2.516c-.285.47-.935%2C1.027-1.443%2C1.237l-6.905%2C2.857c-.508.21-1.283.653-1.722.985l-6.402%2C4.832c-.439.331-1.207.791-1.706%2C1.022l-7.442%2C3.442.611.431c.449.317%2C1.048.963%2C1.33%2C1.435l3.046%2C5.091%2C3.812%2C2.103c.482.266%2C1.226.765%2C1.655%2C1.109Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m533.338%2C555.64l1.986-.388c.54-.106%2C1.226-.57%2C1.525-1.031l.064-.1c.299-.462.974-.972%2C1.499-1.133l.227-.07c.526-.162%2C1.363-.486%2C1.86-.721l1.153-.544c.497-.235%2C1.002-.866%2C1.121-1.403l.553-2.49c.119-.537.587-1.161%2C1.04-1.387.452-.226%2C1.119-.75%2C1.481-1.164l.41-.469c.362-.414%2C1.106-.71%2C1.654-.658l4.919.468c.548.052%2C1.415.257%2C1.928.455l2.823%2C1.09c.513.198%2C1.341.55%2C1.839.783l1.725.805c.498.233%2C1.354.464%2C1.902.514l7.133.65c-.13-.119-.258-.226-.376-.31l-10.688-7.549c-.449-.317-.935-1.011-1.08-1.542l-.759-2.783c-.145-.531-.068-1.37.171-1.866l3.416-7.089c.239-.495-.004-1.002-.54-1.127l-3.139-.727c-.536-.124-1.06-.667-1.164-1.208l-.531-2.749c-.104-.54.048-1.364.338-1.831l.766-1.234c.29-.467.499-1.299.464-1.848l-.667-10.472c-.125-.021-.249-.045-.353-.083l-3.365-1.224c-.383-.139-.699-.506-.828-.91l-5.143-2.26c-.504-.221-1.336-.243-1.851-.048l-1.235.467c-.514.195-1.172.736-1.462%2C1.204l-5.51%2C8.892c-.29.468-.954.99-1.477%2C1.161l-.773.252c-.523.171-1.118.728-1.322%2C1.239l-.446%2C1.114c-.204.511-.821.953-1.37.984l-3.351.186c-.549.031-1.094-.384-1.21-.922l-.015-.071-1.345%2C1.854c-.323.445-.954%2C1.07-1.403%2C1.387l-4.355%2C3.084c-.449.318-1.198.817-1.664%2C1.108l-1.63%2C1.019c-.466.291-.957.966-1.091%2C1.5l-1.427%2C5.709c-.133.534.012%2C1.342.322%2C1.796l1.032%2C1.509c.311.454%2C1.014.794%2C1.562.755l5.073-.358c.549-.039%2C1.443-.004%2C1.987.076l.267.04c.544.081%2C1.08.587%2C1.191%2C1.126l.179.868c.111.539.047%2C1.402-.142%2C1.919l-.893%2C2.445c-.189.516-.565%2C1.331-.837%2C1.809l-1.757%2C3.096c-.271.478-.213%2C1.222.13%2C1.652l.334.418c.343.43.724%2C1.221.847%2C1.757l.717%2C3.123c.123.536.538%2C1.297.922%2C1.691l1.764%2C1.81c.168.172.316.422.437.689l4.55-2.12c.498-.232%2C1.348-.509%2C1.888-.614Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m532.954%2C566.168l2.529%2C1.044c.508.21%2C1.342.213%2C1.852.007l2.625-1.059c.51-.206%2C1.368-.285%2C1.907-.175l2.927.595c.539.11%2C1.403.352%2C1.921.539l4.329%2C1.561c.517.187%2C1.334.557%2C1.816.824l4.359%2C2.413c.481.266%2C1.32.421%2C1.865.344l6.062-.861c.544-.077%2C1.438-.184%2C1.985-.237l9.513-.926c.547-.053%2C1.44-.025%2C1.982.063l1.669.271v-2.322c0-.55-.172-1.416-.381-1.924l-1.857-4.499c-.21-.508-.612-1.311-.895-1.783l-6.026-10.072c-.208-.348-.589-.79-.955-1.125l-7.133-.65c-.548-.05-1.404-.281-1.902-.514l-1.725-.805c-.498-.233-1.326-.585-1.839-.783l-2.823-1.09c-.513-.198-1.381-.403-1.928-.455l-4.919-.468c-.548-.052-1.292.244-1.654.658l-.41.469c-.362.414-1.029.938-1.481%2C1.164-.452.226-.92.851-1.04%2C1.387l-.553%2C2.49c-.119.537-.624%2C1.168-1.121%2C1.403l-1.153.544c-.497.235-1.334.559-1.86.721l-.227.07c-.526.162-1.2.672-1.499%2C1.133l-.064.1c-.299.462-.985.926-1.525%2C1.031l-1.986.388c-.54.105-1.389.382-1.888.614l-4.55%2C2.12c.155.343.261.718.261%2C1.028v2.989c0%2C.246-.089.51-.221.753l4.204%2C2.182c.488.253%2C1.303.632%2C1.812.842Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m567.741%2C579.8l-3.616-.505c-.545-.076-1.248.231-1.563.682l-1.354%2C1.94c-.315.451-.952.579-1.417.285l-.938-.594c-.465-.294-1.295-.535-1.845-.535h-2.392c-.55%2C0-1.367-.261-1.815-.579%2C0%2C0-2.114-1.502-2.616-1.861-.232-.166-2.689-1.037-5.263-1.927.352.365.69.879.826%2C1.29l.516%2C1.559c.173.522.249%2C1.395.169%2C1.939l-.09.608c-.08.544-.368%2C1.381-.64%2C1.859l-.952%2C1.676c-.272.478-.926.996-1.454%2C1.15l-3.489%2C1.02c-.528.154-1.282.595-1.675.98l-3.325%2C3.25c.014-.008.034-.016.048-.023l1.086-.603c.481-.267%2C1.277-.284%2C1.769-.038l2.83%2C1.415c.492.246.894.897.894%2C1.447v1.569c0%2C.55-.328%2C1.308-.73%2C1.684l-.22.207c-.401.376-.771%2C1.132-.821%2C1.68l-.131%2C1.425c-.05.548.24%2C1.3.645%2C1.672l4.539%2C4.169c.1-.111.202-.22.299-.335l.043-.051c.615-.728%2C1.204-1.482%2C1.31-1.674.106-.193.098-.646-.017-1.008-.116-.361-.236-1.089-.267-1.617-.031-.528.351-1.389.849-1.913.498-.524%2C1.604-1.299%2C2.459-1.721l1.135-.561c.854-.422%2C2.287-1.03%2C3.185-1.351l.74-.264c.897-.321%2C2.372-.626%2C3.276-.678.904-.052%2C2.422-.039%2C3.372.029l1.179.085c.95.068%2C2.229.607%2C2.842%2C1.197.612.59%2C1.307%2C1.748%2C1.543%2C2.574.236.826.322%2C2.209.191%2C3.074-.131.865-.303%2C1.905-.381%2C2.312-.079.406-.025.76.119.786.144.026.648-.328%2C1.12-.786.472-.459%2C1.062-1.199%2C1.311-1.644s.537-1.116.64-1.49c.103-.374.546-.936.984-1.248.438-.313.943-.844%2C1.123-1.18.18-.336.301-.771.27-.967s-.788-.626-1.682-.956l-.134-.049c-.894-.331-1.875-.786-2.18-1.013-.305-.227-.497-.745-.426-1.152.07-.407.352-.867.626-1.024.274-.156.56-1.051.636-1.988.076-.937.599-2.26%2C1.161-2.941.562-.681%2C1.676-1.636%2C2.476-2.122.8-.486%2C1.787-1.325%2C2.195-1.864.005-.006.008-.014.012-.02l-5.235-4.487c-.418-.358-1.205-.713-1.75-.789Z%22%2F%3E%20%3Cpath%20class%3D%22cls-5%22%20d%3D%22m578.626%2C570.299c-.543-.088-1.435-.117-1.982-.063l-9.513.926c-.547.053-1.441.16-1.985.237l-6.062.861c-.545.077-1.384-.077-1.865-.344l-4.359-2.413c-.481-.266-1.298-.637-1.816-.824l-4.329-1.561c-.517-.187-1.382-.429-1.921-.539l-2.927-.595c-.539-.11-1.397-.031-1.907.175l-2.589%2C1.045%2C1.29%2C2.752c.233.498.715%2C1.249%2C1.07%2C1.669l1.941%2C2.294c.355.42%2C1.005%2C1.035%2C1.443%2C1.368l1.522%2C1.154c.093.071.19.165.285.264%2C2.574.889%2C5.031%2C1.761%2C5.263%2C1.927.502.359%2C2.616%2C1.861%2C2.616%2C1.861.448.319%2C1.265.579%2C1.815.579h2.392c.55%2C0%2C1.38.241%2C1.845.535l.938.594c.465.294%2C1.102.166%2C1.417-.285l1.354-1.94c.315-.451%2C1.018-.758%2C1.563-.682l3.616.505c.545.076%2C1.332.431%2C1.75.789l5.235%2C4.487c.4-.54.66-1.376.577-1.873-.084-.502-.385-1.186-.669-1.521-.284-.335-.243-1.06.091-1.612.335-.552%2C1.06-1.113%2C1.612-1.247.552-.134%2C1.359-.558%2C1.794-.943.382-.338%2C1.303-.687%2C2.163-.835v-6.475l-1.669-.271Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m500.814%2C592.584l1.313-9.192c.078-.544.425-1.34.771-1.767l1.455-1.797c.346-.427.606-1.227.578-1.776l-.502-9.753c-.028-.549.371-1.153.888-1.34l3.608-1.312c.517-.188%2C1.089-.766%2C1.271-1.285l1.001-2.852c.182-.519.781-.944%2C1.331-.944h1.575c.55%2C0%2C1.186.41%2C1.414.91l.42.923c.228.501.862.947%2C1.411.991l3.162.255c.548.044%2C1.378.32%2C1.843.613l.552.348c.466.293%2C1.247.328%2C1.736.077l1.629-.834c.489-.251.89-.906.89-1.456v-2.989c0-.55-.314-1.322-.698-1.716l-1.764-1.81c-.384-.394-.798-1.155-.922-1.691l-.717-3.123c-.123-.536-.504-1.327-.847-1.757l-.334-.418c-.343-.43-.401-1.174-.13-1.652l1.757-3.096c.271-.478.648-1.292.837-1.809l.893-2.445c.189-.517.252-1.38.142-1.919l-.179-.868c-.111-.539-.647-1.046-1.191-1.126l-.267-.04c-.544-.081-1.438-.115-1.987-.076l-5.073.358c-.549.039-1.252-.301-1.562-.755l-1.032-1.509c-.311-.454-.456-1.262-.322-1.796l1.427-5.709c.133-.534.624-1.209%2C1.091-1.5l1.63-1.019c.466-.291%2C1.215-.79%2C1.664-1.108l4.355-3.084c.449-.318%2C1.08-.942%2C1.403-1.387l1.345-1.854-.897-4.139c-.117-.537-.456-1.355-.755-1.817l-5.004-7.739c-.299-.462-.993-.84-1.543-.84h-2.011c-.55%2C0-1.309.327-1.688.726l-6.646%2C7.015c-.378.399-1.119.856-1.645%2C1.015%2C0%2C0-8.401%2C2.534-8.847%2C2.403-.446-.13-1.587-3.239-1.587-3.239-.189-.516-.786-1.024-1.326-1.128l-1.898-.365c-.54-.104-1.268.158-1.618.583l-5.712%2C6.931.593%2C2.184c.144.531.213%2C1.412.154%2C1.959l-.572%2C5.262c-.059.547-.349%2C1.374-.643%2C1.839l-3.817%2C6.033c-.294.465-.492%2C1.293-.441%2C1.841l.6%2C6.362c.052.548-.076%2C1.412-.283%2C1.922l-3.029%2C7.446c-.207.51-.377%2C1.376-.377%2C1.926v5.25c0%2C.55-.262%2C1.366-.581%2C1.814l-1.99%2C2.786c-.32.448-1.017.925-1.55%2C1.062l-4.209%2C1.079c-.533.137-.969.698-.969%2C1.248v1.625c0%2C.55.314%2C1.322.698%2C1.716l4.593%2C4.714c.384.394.882%2C1.127%2C1.108%2C1.628l4.066%2C9.051c.225.502.349%2C1.358.275%2C1.903l-1.621%2C11.888c-.074.545.304%2C1.091.84%2C1.213l7.034%2C1.604c.34.077.748.29%2C1.097.539l13.328-7.719c.476-.276.929-.947%2C1.007-1.491Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m520.465%2C443.757c.008-.011.016-.022.024-.033.209-.285.425-.647.281-.97-.13-.294-.511-.399-.825-.332-.314.067-.583.261-.859.424-.908.536-1.881.538-2.897.718-.773.137-1.496-.373-1.607-1.133-.111-.76.094-1.952.456-2.648l1.377-2.651c.362-.696.726-1.905.808-2.685l.346-3.267c.034-.324.101-1.247-.211-1.472-.23-.165-.547-.166-.814-.072-.37.13-.629.368-.866.665l-5.994%2C7.503c-.49.613-1.23%2C1.66-1.644%2C2.326-.355.57-.664%2C1.211-1.046%2C1.752-.536.76-1.15%2C1.29-1.196%2C2.298-.016.341.037.682.059%2C1.023.034.521.037%2C1.067-.111%2C1.542-.151.482-.34.84-.09%2C1.359.206.428.974.549%2C1.708.271l.212-.081c.734-.279%2C1.645.037%2C2.025.703.38.665.46%2C1.809.178%2C2.541l-.528%2C1.369c-.282.732-.997%2C1.754-1.587%2C2.271-.425.372-.958.696-1.339%2C1.095-.362.38-.816.724-.345%2C1.244.241.265.623.339.976.398.95.159%2C1.974-.295%2C2.908-.449.774-.128%2C1.896-.649%2C2.493-1.159l3.359-2.869c.597-.51%2C1.318-1.525%2C1.602-2.256%2C1.084-2.439%2C1.559-5.24%2C3.147-7.422Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m452.116%2C496.025c.04-.315-.082-.572-.271-.572s-.536.122-.772.271c-.235.149-.817.327-1.293.396-.32.046-.625.006-.927-.112-.136-.053-.27-.119-.416-.133-.145-.014-.309.037-.379.165-.136.25.188.837.314%2C1.06.264.47.503.935.532%2C1.032.029.097.193.177.365.177s.463-.226.646-.502c.184-.276.606-.582.939-.679.333-.097.736-.257.897-.355s.325-.435.365-.749Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m492.833%2C508.385l1.898.365c.54.104%2C1.137.611%2C1.326%2C1.128%2C0%2C0%2C1.141%2C3.108%2C1.587%2C3.239.446.13%2C8.847-2.403%2C8.847-2.403.527-.159%2C1.267-.615%2C1.645-1.015l6.646-7.015c.378-.399%2C1.138-.726%2C1.688-.726h2.011c.55%2C0%2C1.244.378%2C1.543.84l5.004%2C7.739c.299.462.638%2C1.28.755%2C1.817l.913%2C4.21c.117.538.661.952%2C1.21.922l3.351-.186c.549-.031%2C1.166-.473%2C1.37-.984l.446-1.114c.204-.511.799-1.068%2C1.322-1.239l.773-.252c.523-.171%2C1.188-.693%2C1.477-1.161l5.51-8.892c.29-.468.948-1.009%2C1.462-1.204l1.235-.467c.514-.195%2C1.347-.173%2C1.851.048l5.143%2C2.26c-.045-.142-.069-.287-.063-.43l.379-7.777c.027-.549-.124-1.414-.336-1.922l-1.615-3.876c-.212-.508-.314-1.368-.227-1.911l1.355-8.515c.086-.543.589-1.113%2C1.117-1.266l12.86-3.734c.528-.153.93-.728.894-1.276l-.344-5.157c-.037-.549.222-1.343.574-1.766l5.872-7.046c.352-.422.37-1.128.04-1.568l-3.091-4.122c-.33-.44-.501-1.239-.38-1.775l2.897-12.83c.121-.536.584-1.241%2C1.028-1.565l4.584-3.35c.444-.325.807-1.04.807-1.59v-2.53c0-.55-.368-1.26-.817-1.577l-2.419-1.708c-.449-.317-1.002-.987-1.227-1.489l-1.325-2.944c-.226-.502-.796-1.144-1.268-1.426l-6.916-4.15-2.621%2C5.611c-.403.863-.833%2C2.343-.955%2C3.288l-.969%2C7.528c-.122.945-.548%2C2.426-.947%2C3.292l-2.456%2C5.322c-.399.865-1.358%2C2.029-2.131%2C2.587l-5.767%2C4.161c-.773.558-2.1%2C1.367-2.95%2C1.799l-3.533%2C1.796c-.85.432-2.218%2C1.178-3.041%2C1.658l-3.521%2C2.054c-.823.48-1.865%2C1.56-2.315%2C2.4l-1.621%2C3.025c-.45.84-1.026%2C2.279-1.28%2C3.197l-1.899%2C6.865c-.254.918-1.053%2C2.178-1.775%2C2.8l-2.042%2C1.757c-.722.622-1.829%2C1.715-2.459%2C2.43l-8.239%2C9.343c-.63.715-1.788%2C1.742-2.572%2C2.284l-4.856%2C3.352c-.784.541-2.148.916-3.031.832s-1.897-.33-2.254-.547c-.357-.217-.814-.382-1.015-.367-.202.015-.831.655-1.398%2C1.42l-.362.488c-.567.766-1.7%2C1.794-2.516%2C2.285l-3.405%2C2.049c-.816.491-2.222%2C1.146-3.123%2C1.455l-7.014%2C2.405%2C3.347%2C12.333%2C5.712-6.931c.35-.424%2C1.078-.687%2C1.618-.583Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m539.533%2C600.798l.131-1.425c.05-.548.42-1.304.821-1.68l.22-.207c.401-.376.73-1.134.73-1.684v-1.569c0-.55-.403-1.201-.894-1.447l-2.83-1.415c-.492-.246-1.288-.229-1.769.038l-1.086.603c-.481.267-1.316.569-1.857.67%2C0%2C0-4.056.761-4.58.865-.525.105-6.363-2.893-6.363-2.893-.489-.251-1.084-.051-1.323.444l-.893%2C1.857c-.238.496-.474%2C1.349-.525%2C1.897l-.662%2C7.228c-.05.548-.535%2C1.07-1.078%2C1.16l-.139.023c-.543.09-1.265-.189-1.606-.621l-1.647-2.089c-.34-.432-.902-1.135-1.249-1.562l-.852-1.051c-.346-.427-1.046-.948-1.555-1.157l-2.091-.859c-.509-.209-.958-.829-.999-1.377l-.908-12.222c-.041-.549-.345-1.356-.677-1.795l-1.107-1.464c-.103.289-.237.563-.394.757l-1.455%2C1.797c-.346.427-.693%2C1.223-.771%2C1.767l-1.313%2C9.192c-.078.544-.531%2C1.215-1.007%2C1.491l-13.328%2C7.719c.202.144.389.297.518.452l.296.355c.352.423.422%2C1.162.155%2C1.643l-5.493%2C9.914c-.267.481-.845%2C1.144-1.286%2C1.473l-3.888%2C2.902c-.441.329-1.035.983-1.321%2C1.453l-.878%2C1.443c-.286.47-.52%2C1.304-.52%2C1.854v6.978c.418-.003.852.006%2C1.239.028l5.768.338c.951.056%2C2.104.182%2C2.562.281.458.099.995.291%2C1.193.428.198.136%2C1.139.211%2C2.091.166l2.255-.106c.952-.045%2C2.227-.122%2C2.833-.172s1.771.021%2C2.588.157c.817.136%2C2.229.48%2C3.139.764l.293.092c.91.284%2C2.322.76%2C3.139%2C1.057.817.297%2C2.032.783%2C2.701%2C1.08.668.297%2C1.317.469%2C1.44.383.124-.087.073-.34-.112-.563-.186-.223-.398-.618-.473-.878-.074-.26-.089-1.251-.032-2.202l.019-.322c.057-.951.245-2.084.418-2.517.173-.433.93-1.266%2C1.683-1.851l.1-.078c.752-.585%2C1.489-1.276%2C1.638-1.536.149-.26.438-1.234.642-2.165l.246-1.117c.205-.931.706-2.31%2C1.115-3.065.408-.755%2C1.43-1.741%2C2.27-2.19l.454-.243c.84-.45%2C1.959-.931%2C2.485-1.068.527-.138%2C1.107-1.016%2C1.29-1.952l.066-.339c.182-.935.907-2.029%2C1.609-2.43s1.441-1.079%2C1.642-1.505c.201-.426%2C1.083-1.079%2C1.96-1.451l.686-.291c.877-.372%2C2.047-.932%2C2.599-1.246.552-.314%2C1.767-.414%2C2.701-.223l.847.173c.934.191%2C2.242.696%2C2.906%2C1.122.665.426%2C1.24%2C1.083%2C1.277%2C1.46.038.376.212.838.388%2C1.026.176.188.483.783.684%2C1.323.201.539.102%2C1.019-.219%2C1.066s-.668.19-.77.318c-.103.129-.305.234-.449.234s-.358-.143-.477-.318-.631-.28-1.14-.234c-.509.046-1.11.21-1.337.365s-.603%2C1.036-.838%2C1.96l-.02.077c-.235.924-.398%2C2.458-.363%2C3.411l.004.105c.035.952-.008%2C1.876-.096%2C2.052-.088.176-.144.38-.124.452.02.073.254.129.52.124.266-.004.437.243.38.549s-.247.652-.424.768-.286.268-.241.337c.044.068.159.174.256.234.097.06.192.772.212%2C1.581.02.809.089%2C1.682.154%2C1.939.064.258.087.564.051.681-.036.117-.362.426-.724.688-.362.262-.668.68-.681.93-.012.249.425%2C1.093.971%2C1.873l.297.425c.546.781%2C1.418%2C1.947%2C1.937%2C2.591.519.644%2C1.04%2C1.214%2C1.156%2C1.266.117.052.337.049.49-.007.153-.056.627-.369%2C1.054-.695.427-.326%2C1.382-1.077%2C2.122-1.669s1.449-1.112%2C1.573-1.156.26-.034.3.022c.04.056.04.231%2C0%2C.388-.04.157-.017.295.051.307.068.012.236-.093.373-.234.137-.141.318-.605.403-1.032.084-.427.384-1.365.666-2.086.282-.72.625-1.397.763-1.503s.326-.209.418-.228.478-.713.859-1.542c.381-.829.925-2.071%2C1.209-2.76.284-.689.765-1.391%2C1.069-1.56.304-.169.726-.476.938-.683.212-.207.52-.393.683-.412.164-.019.348-.813.408-1.764l.007-.117c.061-.951.035-1.792-.056-1.869-.092-.077-.261-.156-.377-.175-.116-.019-.297-.082-.403-.14-.106-.058-.339-.137-.517-.175-.178-.039-.345-.85-.37-1.802l-.03-1.128c-.025-.952-.354-1.969-.73-2.258-.376-.289-.64-.798-.587-1.131.053-.332.329-.707.613-.832.24-.106.798-.623%2C1.336-1.217l-4.539-4.169c-.405-.372-.695-1.124-.645-1.672Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m539.81%2C587.807l3.489-1.02c.528-.154%2C1.182-.672%2C1.454-1.15l.952-1.676c.272-.478.559-1.315.64-1.859l.09-.608c.08-.544.004-1.416-.169-1.939l-.516-1.559c-.173-.522-.673-1.221-1.111-1.553l-1.522-1.154c-.438-.332-1.088-.948-1.443-1.368l-1.941-2.294c-.355-.42-.837-1.171-1.07-1.669l-1.29-2.752-.036.014c-.51.206-1.343.202-1.852-.007l-2.529-1.044c-.508-.21-1.324-.589-1.812-.842l-4.204-2.182c-.163.3-.398.565-.669.703l-1.629.834c-.489.251-1.271.216-1.736-.077l-.552-.348c-.465-.293-1.295-.569-1.843-.613l-3.162-.255c-.548-.044-1.183-.49-1.411-.991l-.42-.923c-.228-.501-.864-.91-1.414-.91h-1.575c-.55%2C0-1.149.425-1.331.944l-1.001%2C2.852c-.182.519-.754%2C1.097-1.271%2C1.285l-3.608%2C1.312c-.517.188-.917.791-.888%2C1.34l.502%2C9.753c.015.3-.06.671-.183%2C1.019l1.107%2C1.464c.332.439.637%2C1.246.677%2C1.795l.908%2C12.222c.041.548.49%2C1.168.999%2C1.377l2.091.859c.509.209%2C1.208.729%2C1.555%2C1.157l.852%2C1.051c.346.427.908%2C1.13%2C1.249%2C1.562l1.647%2C2.089c.341.432%2C1.063.711%2C1.606.621l.139-.023c.542-.09%2C1.027-.612%2C1.078-1.16l.662-7.228c.05-.548.286-1.401.525-1.897l.893-1.857c.238-.496.834-.696%2C1.323-.444%2C0%2C0%2C5.838%2C2.998%2C6.363%2C2.893.525-.105%2C4.58-.865%2C4.58-.865.525-.098%2C1.323-.386%2C1.809-.647l3.325-3.25c.393-.385%2C1.147-.825%2C1.675-.98Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m448.256%2C540.513l1.657%2C1.534c.404.374%2C1.005.32%2C1.337-.118l2.993-3.959c.332-.439.958-1.074%2C1.392-1.412l2.437-1.896c.434-.338%2C1.237-.565%2C1.783-.505l7.54.824c.547.06%2C1.429.222%2C1.962.361l4.273%2C1.115c.532.139%2C1.395.393%2C1.917.565l5.592%2C1.841-.363-3.847c-.052-.548.147-1.376.441-1.841l3.817-6.033c.294-.465.583-1.292.643-1.839l.572-5.262c.059-.547-.01-1.428-.154-1.959l-3.94-14.517-6.472%2C2.219c-.901.309-2.328.928-3.169%2C1.375l-.771.41c-.842.447-1.74%2C1.564-1.996%2C2.482l-.505%2C1.811c-.256.918-.95%2C2.28-1.541%2C3.027l-.124.157c-.591.747-1.85%2C1.443-2.798%2C1.546l-3.141.343c-.947.103-2.153%2C0-2.68-.231-.527-.231-1.578-.392-2.335-.359-.757.033-1.849-.561-2.425-1.32l-2.453-3.228c-.577-.759-.592-2.012-.034-2.784l1.084-1.501c.558-.773%2C1.014-2.184%2C1.014-3.137v-.323l-6.649%2C3.103c-.498.233-.973.868-1.055%2C1.412l-.855%2C5.672c-.082.544-.407%2C1.357-.722%2C1.808l-1.787%2C2.553c-.315.451-.47%2C1.257-.344%2C1.793l.38%2C1.616c.126.535.149%2C1.416.052%2C1.958l-.798%2C4.424c-.098.541-.182%2C1.434-.188%2C1.984l-.08%2C7.763%2C4.801%2C1.416c.528.156%2C1.289.589%2C1.693.962Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m437.988%2C600.828l1.157-4.299c.143-.531.681-1.124%2C1.196-1.317l5.227-1.963c.515-.193%2C1.315-.594%2C1.779-.889l1.864-1.189c.464-.296%2C1.112-.177%2C1.441.263l2.558%2C3.426c.329.441%2C1.007.99%2C1.506%2C1.221l4.586%2C2.119c.499.231%2C1.357.397%2C1.906.369l3.919-.196c.549-.028%2C1.407.138%2C1.907.369l1.438.663c.499.23%2C1.333.271%2C1.852.09l7.391-2.577%2C1.414-10.369c.074-.545-.049-1.401-.275-1.903l-4.066-9.051c-.225-.502-.724-1.234-1.108-1.628l-4.593-4.714c-.384-.394-.698-1.166-.698-1.716v-1.625c0-.55.436-1.112.969-1.248l4.209-1.079c.533-.137%2C1.23-.615%2C1.55-1.062l1.99-2.786c.32-.448.581-1.264.581-1.814v-5.25c0-.55.17-1.417.377-1.926l3.029-7.446c.207-.51.334-1.374.283-1.922l-.237-2.515-5.592-1.841c-.522-.172-1.385-.426-1.917-.565l-4.273-1.115c-.532-.139-1.415-.301-1.962-.361l-7.54-.824c-.547-.06-1.349.168-1.783.505l-2.437%2C1.896c-.434.338-1.061.973-1.392%2C1.412l-2.993%2C3.959c-.332.439-.933.492-1.337.118l-1.657-1.534c-.404-.374-1.165-.807-1.693-.962l-4.801-1.416-.004.402c-.006.55.112%2C1.433.26%2C1.963l1.345%2C4.781c.149.529.032%2C1.344-.261%2C1.81l-2.815%2C4.488c-.292.466-.581%2C1.294-.642%2C1.841l-.685%2C6.15c-.061.547.258%2C1.252.709%2C1.567l2.578%2C1.804c.451.315.819%2C1.023.819%2C1.574v2.337c0%2C.55-.402%2C1.201-.894%2C1.447l-1.102.551c-.492.246-1.339.519-1.882.606l-5.495.886c-.543.088-1.42.281-1.95.43l-3.255.916c-.529.149-1.392.138-1.918-.025l-2.788-.865c-.525-.163-1.191.086-1.481.554l-1.479%2C2.394c-.289.468-.714%2C1.259-.945%2C1.759l-.608%2C1.316c-.23.499-.165%2C1.279.146%2C1.733l6.051%2C8.844c.31.454.502%2C1.271.426%2C1.816l-.587%2C4.208c-.076.545-.24%2C1.429-.364%2C1.965l-.916%2C3.952c-.124.536.149%2C1.223.608%2C1.527l.564.374c.042.028.076.073.116.107l2.603-1.37c.487-.256%2C1.233-.181%2C1.659.167l5.744%2C4.695%2C1.787-2.262c.341-.432.737-1.219.88-1.75Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m487.294%2C602.6l-.296-.355c-.352-.422-1.079-.868-1.615-.991l-7.034-1.604c-.536-.122-.914-.668-.84-1.213l.207-1.519-7.391%2C2.577c-.519.181-1.353.141-1.852-.09l-1.438-.663c-.499-.23-1.357-.396-1.907-.369l-3.919.196c-.549.028-1.407-.139-1.906-.369l-4.586-2.119c-.499-.231-1.177-.78-1.506-1.221l-2.558-3.426c-.329-.441-.978-.559-1.441-.263l-1.864%2C1.189c-.464.296-1.264.696-1.779.889l-5.227%2C1.963c-.515.193-1.053.786-1.196%2C1.317l-1.157%2C4.299c-.143.531-.539%2C1.319-.88%2C1.75l-1.787%2C2.262%2C1.426%2C1.166c.426.348%2C1.09.953%2C1.476%2C1.345.162.164.318.337.487.494.387.359.802.654%2C1.139%2C1.069.148.183.268.362.396.566.135.215.28.424.442.62.251.303%2C1.093.388%2C1.871.189.778-.199%2C1.818-.447%2C2.311-.55.493-.104%2C1.002-.033%2C1.132.157.13.19.257.721.283%2C1.179s-.194%2C1.311-.488%2C1.894c-.294.583-.9%2C1.303-1.345%2C1.6-.446.297-.82%2C1.178-.833%2C1.958s.2%2C1.873.473%2C2.431c.272.557.667%2C1.195.878%2C1.418.21.223.289%2C1.179.175%2C2.125l-.079.656c-.114.946.121%2C2.427.522%2C3.291l.025.053c.533%2C1.146%2C1.764%2C2.108%2C2.863%2C2.694.176.094.41.175.56.043.108-.095.116-.258.117-.402.002-.566.045-1.145.003-1.709-.062-.842-.224-2.158-.36-2.926-.136-.767-.308-1.942-.383-2.611-.074-.668.179-1.468.563-1.778.384-.309.768-.937.855-1.395.087-.458.35-.873.585-.923.235-.049.407.265.383.698-.025.433-.248%2C1.517-.495%2C2.408-.248.891.157%2C1.944.9%2C2.341.743.396%2C1.512.953%2C1.71%2C1.238.198.285.725.457%2C1.17.382.446-.074%2C1.094-.246%2C1.44-.382.347-.136.893-.187%2C1.215-.113.322.074.838.206%2C1.148.293s.816.249%2C1.125.36c.309.111.876-.213%2C1.26-.72.384-.507%2C1.194-.872%2C1.8-.81.606.062%2C1.579.143%2C2.16.18.582.037%2C1.26.351%2C1.508.698.248.347.41%2C1.218.36%2C1.935s-.505%2C1.437-1.013%2C1.598-1.549.757-2.315%2C1.324l-.861.638c-.766.567-1.959%2C1.305-2.653%2C1.639-.693.334-1.605.739-2.025.9-.421.161-1.069.323-1.44.36s-1.181.604-1.8%2C1.26c-.619.656-1.277%2C1.294-1.463%2C1.418-.186.124-.256.326-.157.45.099.124.727.195%2C1.395.157.668-.037%2C1.874-.24%2C2.678-.45.805-.21%2C2.204-.625%2C3.11-.921l3.457-1.129c.906-.296%2C2.389-.777%2C3.296-1.07l3.543-1.142c.907-.292%2C2.115-.602%2C2.684-.689.338-.051.915-.081%2C1.526-.085v-6.978c0-.55.234-1.385.52-1.854l.878-1.443c.286-.47.88-1.124%2C1.321-1.453l3.888-2.902c.441-.329%2C1.019-.992%2C1.286-1.473l5.493-9.914c.266-.481.196-1.22-.155-1.643Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m466.648%2C476.618c-.073-.95-.73-1.884-1.46-2.075-.731-.191-1.891-.163-2.578.063-.687.226-1.996.637-2.908.912l-2.439.737c-.912.276-1.879.878-2.149%2C1.339-.27.461-1.217%2C1.12-2.106%2C1.463l-4.454%2C1.723c-.889.344-1.908.497-2.264.34-.357-.156-1.303.138-2.104.655l-2.529%2C1.632c-.801.517-1.533%2C1.715-1.628%2C2.663l-.035.348c-.095.948-.532%2C2.416-.972%2C3.261l-1.247%2C2.398c-.44.845-.356%2C2.178.185%2C2.962l.718%2C1.04c.542.784.907%2C1.973.811%2C2.643-.096.67.15%2C1.927.546%2C2.794l.236.517c.396.867.687%2C2.355.647%2C3.307l-.234%2C5.552c-.04.952-.465%2C2.405-.943%2C3.229l-8.241%2C14.184c-.479.824-1.371%2C2.096-1.983%2C2.826l-3.782%2C4.512c-.612.73-1.7%2C1.841-2.417%2C2.469l-6.166%2C5.395%2C1.194.937c.433.34%2C1.109.931%2C1.503%2C1.315l4.875%2C4.745c.394.384%2C1.165.657%2C1.713.608l4.674-.42c.548-.049%2C1.346.193%2C1.775.538l6.427%2C5.173.332-2.984c.061-.547.35-1.375.642-1.841l2.815-4.488c.292-.466.409-1.28.261-1.81l-1.345-4.781c-.149-.529-.266-1.413-.26-1.963l.084-8.165c.006-.55.09-1.443.188-1.984l.798-4.424c.098-.541.074-1.422-.052-1.958l-.38-1.616c-.126-.535.029-1.342.344-1.793l1.787-2.553c.315-.451.64-1.264.722-1.808l.855-5.672c.082-.544.557-1.179%2C1.055-1.412l6.649-3.103v-3.516c0-.953-.698-1.385-1.551-.96l-1.106.552c-.853.425-1.653.388-1.779-.082-.125-.47-.696-1.177-1.269-1.571-.573-.394-1.084-1.093-1.136-1.554-.052-.461-.237-1.052-.411-1.313-.174-.261.057-1.159.513-1.996l.049-.089c.456-.837.958-1.777%2C1.114-2.09.157-.313.928-.129%2C1.715.409l.84.575c.787.538%2C1.971.417%2C2.633-.269l.188-.195c.662-.686%2C1.637-1.894%2C2.168-2.686l.031-.046c.531-.791%2C1.421-1.621%2C1.977-1.843.557-.222%2C1.496-.362%2C2.088-.309s1.583-.497%2C2.203-1.221l.022-.026c.62-.724.907-1.757.637-2.296-.27-.539-.281-1.731-.024-2.649l.048-.173c.256-.918%2C1.241-1.758%2C2.187-1.867l.132-.015c.947-.109%2C1.662-.976%2C1.589-1.926l-.021-.277Z%22%2F%3E%20%3Cpath%20class%3D%22cls-3%22%20d%3D%22m442.247%2C562.942l-2.578-1.804c-.451-.315-.769-1.021-.709-1.567l.353-3.166-6.427-5.173c-.428-.345-1.227-.587-1.775-.538l-4.674.42c-.548.049-1.318-.224-1.713-.608l-4.875-4.745c-.394-.384-1.071-.975-1.503-1.315l-1.194-.937-.502.439c-.769.673-1.437.501-2.343.86-1.375.544-1.723%2C3.128-2.183%2C4.443-.315.899-1.017%2C1.813-1.561%2C2.031-.544.218-1.28%2C1.119-1.636%2C2.003l-.156.389c-.356.884-1.115%2C2.231-1.686%2C2.993l-.294.392c-.572.762-.705%2C2.09-.295%2C2.951l.225.474c.409.861.754%2C2.118.766%2C2.795.012.677.528%2C1.824%2C1.146%2C2.549l1.796%2C2.108c.618.726%2C1.113%2C2.099%2C1.1%2C3.052l-.04%2C2.951c-.013.953-.581%2C2.064-1.262%2C2.47s-1.296-.04-1.366-.991l-.104-1.41c-.071-.95-.523-1.566-1.007-1.368-.483.198-.977%2C1.134-1.097%2C2.079l-.284%2C2.239c-.12.945-.922%2C2.054-1.783%2C2.463l-1.511.719c-.86.409-2.065%2C1.343-2.676%2C2.074l-.301.36c-.611.731-1.314%2C1.286-1.562%2C1.233-.248-.053-.838-.45-1.311-.882-.473-.432-1.272-.772-1.774-.755-.502.017-1.09.203-1.306.415-.216.212-.148.701.151%2C1.087.318.411%2C1.183.549%2C1.171%2C1.126-.018.895-.818%2C1.146-1.586%2C1.146-.776%2C0-1.566-.217-1.755-.483-.189-.266-1.05-.266-1.913%2C0-.863.266-1.944.483-2.401.483s-1.096-.264-1.42-.587c-.323-.323-.588-.767-.588-.988s.065-.511.143-.646c.079-.134.001-.328-.172-.43-.173-.103-.525.169-.781.605-.256.435-.504.508-.551.163-.047-.345-.385-1.182-.752-1.86-.356-.658-1.244-.765-2.004-.264l.837%2C5.424c.081.544.494%2C1.276.917%2C1.628l4.26%2C3.537c.423.351%2C1.209.733%2C1.747.848l5.609%2C1.202%2C4.766-3.032c.464-.295%2C1.078-.921%2C1.365-1.39l1.862-3.048c.287-.469.955-.974%2C1.484-1.122l4.444-1.242c.53-.148%2C1.24-.624%2C1.579-1.057l1.111-1.422c.339-.433.827-1.185%2C1.085-1.671l1.949-3.668c.258-.486.915-.947%2C1.459-1.024l3.791-.54c.239-.498.61-1.186.874-1.613l1.479-2.394c.289-.468.955-.717%2C1.481-.554l2.788.865c.525.163%2C1.388.174%2C1.918.025l3.255-.916c.529-.149%2C1.407-.343%2C1.95-.43l5.495-.886c.543-.088%2C1.39-.361%2C1.882-.606l1.102-.551c.492-.246.894-.897.894-1.447v-2.337c0-.55-.369-1.258-.819-1.574Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m362.21%2C635.093c.399-.394.939-.317%2C1.2.17.261.487.248%2C1.285-.029%2C1.772l-3.423%2C6.014c-.277.487-.533%2C1.344-.568%2C1.903l-.189%2C3.029c-.035.559.13%2C1.433.366%2C1.942l.787%2C1.696c.236.508.003%2C1.095-.517%2C1.303l-2.855%2C1.142c-.52.208-1.313.654-1.762.99l-.395.296c-.448.336-1.246.454-1.773.262l-2.073-.757c-.527-.192-.673-.71-.326-1.15.474-.601%2C2.019-2.313.362-2.434-.348-.025-.705-.029-1.035-.142-.33-.114-.639-.367-.706-.709-.053-.27.053-.551.221-.769s.393-.383.615-.545c.805-.589%2C1.283-.962%2C1.732-1.818.357-.68.713-1.361%2C1.07-2.041l1.575-3.004c.26-.496.847-1.168%2C1.304-1.494l1.631-1.16c.457-.325%2C1.157-.913%2C1.556-1.307l3.233-3.189Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m436.748%2C606.006l-7.171-5.861c-.426-.348-1.172-.423-1.659-.167l-2.603%2C1.37c.396.337.684.945.65%2C1.443l-.586%2C8.743c-.037.549-.354%2C1.344-.705%2C1.767l-5.241%2C6.316c-.351.423-1.084.707-1.629.631l-5.206-.726c-.545-.076-1.237.238-1.538.699l-3.76%2C5.751c.182.433.399.902.576%2C1.224l1.809%2C3.299c.264.482.361%2C1.31.215%2C1.841l-.549%2C1.992c-.146.53.099%2C1.228.545%2C1.55l4.461%2C3.222c.446.322.811%2C1.036.811%2C1.586v.23c0%2C.55-.438%2C1.101-.974%2C1.225l-2.444.564c-.536.124-1.02.673-1.076%2C1.22l-.405%2C3.958c-.056.547.133%2C1.379.421%2C1.847l.239.39c.287.469.561%2C1.301.609%2C1.849l.301%2C3.482c.047.548%2C0%2C1.438-.105%2C1.978l-.983%2C5.048c-.105.54-.574%2C1.218-1.041%2C1.508l-2.064%2C1.278c-.468.29-1.181.832-1.584%2C1.205l-5.703%2C5.275c-.404.373-.66%2C1.123-.57%2C1.665l.568%2C3.406c.09.543.531%2C1.248.978%2C1.568l5.84%2C4.172c.028-.039.056-.092.083-.122.268-.299.785-1.265%2C1.148-2.146l.712-1.724c.364-.881.975-2.315%2C1.36-3.187l.407-.925c.384-.872%2C1.35-2.013%2C2.147-2.537l.856-.562c.797-.523%2C1.661-1.125%2C1.921-1.338.26-.213.653-.393.874-.401.22-.008.375-.498.344-1.088-.031-.591.059-1.145.201-1.232.142-.087.567.062.945.329.378.268.823.435.988.372.165-.063.262-.617.215-1.232-.047-.614-.427-1.658-.845-2.32-.417-.662-1.101-1.216-1.518-1.232-.418-.016-.727-.28-.688-.587s.736-.966%2C1.548-1.465l.312-.192c.812-.499%2C1.554-1.274%2C1.648-1.723.095-.449.398-1.126.673-1.504.276-.378%2C1.195-1.043%2C2.043-1.478l.268-.137c.848-.435%2C2.173-1.119%2C2.945-1.521.772-.402%2C2.048-1.169%2C2.836-1.704.788-.536%2C1.69-.955%2C2.005-.931.315.024.682.094.816.158.134.063.392.14.573.172.181.032.439-.149.573-.401.134-.252.359-.439.501-.415.142.024.284.256.315.516.031.26.27.441.53.401.26-.039.995-.65%2C1.633-1.358l.056-.062c.638-.707%2C1.122-1.48%2C1.075-1.716-.047-.236.391-.488.974-.559s1.099.013%2C1.146.186c.047.173-.075.483-.272.688-.197.205-.423.488-.501.63-.079.142.553.238%2C1.403.215.851-.024%2C1.721.125%2C1.934.329.213.205.889.308%2C1.504.229.614-.079%2C1.169.005%2C1.232.186.063.181.024.471-.086.644-.11.173-.067.502.096.73s.363.383.444.344.115-.258.076-.487c-.039-.228.373-.493.917-.587.543-.094.906-.947.806-1.895l-.008-.077c-.1-.948.037-1.768.305-1.823.268-.055.48-.197.473-.315-.008-.118-.33-.382-.716-.587-.386-.205-.521-.675-.301-1.046.221-.37.485-.686.587-.702.102-.016.244.139.315.344.071.205.29.353.487.329.197-.024.352-.256.344-.516-.008-.26.037-.608.1-.774.063-.165.115-.726.115-1.246s-.142-1.042-.315-1.16-.644-.241-1.045-.272c-.402-.032-.84-.251-.974-.487-.134-.236-.37-.535-.524-.664s-.395-.447-.534-.707-.918-.597-1.73-.75c-.812-.152-2.186-.599-3.054-.994l-.905-.412c-.868-.394-1.842-1.163-2.166-1.709-.324-.546-.874-1.174-1.223-1.396-.349-.222-1.414-.424-2.366-.449l-.089-.002c-.953-.025-1.82-.258-1.928-.518-.108-.26-.009-1.158.219-1.995.228-.837.218-1.683-.023-1.88-.241-.197-.635-.42-.877-.496s-.272-.766-.069-1.534c.203-.768.634-2.039.957-2.826.323-.787%2C1.071-2.006%2C1.661-2.711.59-.704%2C1.326-2.018%2C1.636-2.919l.166-.483c.31-.901.532-1.908.494-2.238-.038-.33.294-1.29.738-2.133l.231-.44c.444-.843.988-2.152%2C1.21-2.908.222-.756.565-1.833.763-2.393.149-.423.338-.858.478-1.114l-.554-.562c-.386-.392-1.051-.997-1.476-1.345Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m414.699%2C576.925l-1.949%2C3.668c-.258.486-.746%2C1.238-1.085%2C1.671l-1.111%2C1.422c-.339.433-1.049.909-1.579%2C1.057l-4.444%2C1.242c-.53.148-1.198.653-1.484%2C1.122l-1.862%2C3.048c-.287.469-.901%2C1.095-1.365%2C1.39l-4.766%2C3.032.095.02c.538.115%2C1.329.491%2C1.759.834l2.815%2C2.252c.429.344.76%2C1.074.734%2C1.624l-.454%2C9.71c-.026.549-.168%2C1.432-.317%2C1.962l-.443%2C1.576c-.149.53.014%2C1.311.362%2C1.737l5.627%2C6.877c.348.426.782%2C1.199.963%2C1.718l.871%2C2.489c.06.173.145.381.235.597l3.76-5.751c.301-.46.993-.775%2C1.538-.699l5.206.726c.545.076%2C1.278-.208%2C1.629-.631l5.241-6.316c.351-.423.669-1.218.705-1.767l.586-8.743c.037-.549-.308-1.246-.767-1.55l-.564-.374c-.458-.304-.732-.991-.608-1.527l.916-3.952c.124-.536.288-1.42.364-1.965l.587-4.208c.076-.545-.116-1.362-.426-1.816l-6.051-8.844c-.311-.454-.376-1.234-.146-1.733l.608-1.316c.02-.043.048-.099.071-.146l-3.791.54c-.544.078-1.201.539-1.459%2C1.024Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m381.082%2C624.352l.496-4.627c.059-.547-.218-1.305-.616-1.686l-1.998-1.913c-.397-.38-.805-1.134-.906-1.675l-.416-2.217c-.101-.541.116-1.318.484-1.727l.613-.683c.367-.409.668-1.194.668-1.744v-.279c0-.55-.377-1.246-.837-1.547l-9.933-6.484c-.461-.301-1.279-.46-1.819-.355l-1.103.216c-.54.106-1.347-.071-1.793-.392l-2.343-1.685c-.446-.321-1.195-.82-1.663-1.108l-.641-.394c-.468-.288-.737-.959-.597-1.491l.393-1.492c.14-.532.68-1.112%2C1.201-1.289l2.614-.889c.521-.177.901-.77.844-1.317l-.426-4.141c-.056-.547-.545-.916-1.087-.82l-1.006.179c-.541.096-1.342-.099-1.778-.434l-1.569-1.204c-.436-.335-.76-1.057-.718-1.606l.294-3.902c-.164-.02-.328-.041-.492-.066-.943-.139-1.977-.38-2.298-.537-.321-.157-1.362-.231-2.312-.166l-.481.033c-.951.066-2.505.185-3.455.266l-2.603.222c-.95.081-2.056-.024-2.46-.233-.403-.209-1.416-.004-2.251.455l-3.672%2C2.021c-.554.305-1.237.604-1.809.81l.373%2C4.661c.044.548.325%2C1.374.624%2C1.836l2.23%2C3.441c.299.462.677%2C1.269.84%2C1.794l1.113%2C3.588c.163.525-.065%2C1.223-.506%2C1.551l-2.565%2C1.905c-.442.328-.971%2C1.013-1.177%2C1.523l-1.406%2C3.485c-.206.51-.639%2C1.291-.962%2C1.736l-3.511%2C4.828c-.323.445-.635%2C1.256-.691%2C1.803l-.345%2C3.319c-.057.547.121%2C1.384.396%2C1.861l.422.732c.275.476.338%2C1.286.141%2C1.799l-.704%2C1.83c-.197.513-.148%2C1.331.11%2C1.817l1.931%2C3.638c.45-.168.929-.297%2C1.353-.348.83-.1%2C1.705-.355%2C2.526-.189.647.131%2C1.692.024%2C2.045-.65.275-.525.643-.928.818-.894.175.033.387.156.47.273.083.117.574.151%2C1.091.076.517-.075%2C1.172-.327%2C1.455-.561.283-.233.836-.404%2C1.228-.379.811.052%2C1.589.251%2C2.399.175.51-.048%2C1.021-.096%2C1.531-.146.949-.091%2C2.495-.044%2C3.436.105%2C0%2C0%2C.199.032.32.062.121.03%2C1.255.298%2C1.255.298.927.219%2C2.134%2C1.037%2C2.682%2C1.817.371.529.715%2C1.205%2C1.32%2C1.492.36.17.789.254%2C1.167.383.902.307%2C1.858.749%2C2.125.983.267.233%2C1.024.615%2C1.683.849.659.234%2C1.935.677%2C2.837.985l.994.34c.902.308%2C2.379.314%2C3.283.012l.269-.09c.904-.301%2C2.343-.892%2C3.199-1.312l1.262-.62c.855-.42%2C2.205-.864%2C3-.987.614-.094%2C1.592-.066%2C2.433.054l2.289-3.173c.322-.446.633-1.258.692-1.805Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m382.473%2C614.464l2.778%2C2.165c.434.338%2C1.216.472%2C1.737.299l.798-.266c.522-.174%2C1.351-.115%2C1.843.131l1.406.703c.492.246%2C1.159.811%2C1.483%2C1.256l1.22%2C1.677c.323.445.656%2C1.254.74%2C1.797l.424%2C2.76c.083.544.523%2C1.243.976%2C1.554l2.216%2C1.52c.454.311%2C1.258.445%2C1.788.298l1.767-.49c.53-.147%2C1.413-.237%2C1.961-.201l4.696.312-.43-.784c-.264-.482-.629-1.302-.811-1.821l-.871-2.489c-.182-.519-.615-1.292-.963-1.718l-5.627-6.877c-.348-.426-.511-1.207-.362-1.737l.443-1.576c.149-.53.292-1.412.317-1.962l.454-9.71c.026-.549-.305-1.28-.734-1.624l-2.815-2.252c-.429-.344-1.221-.719-1.759-.834l-5.704-1.222c-.538-.115-1.324-.497-1.747-.848l-4.26-3.537c-.423-.351-.836-1.084-.917-1.628l-.837-5.424c-.023.015-.047.026-.07.042-.93.668-1.867%2C1.484-3%2C1.769-.223.056-.519.192-.451.411.032.105.142.164.242.211.586.278%2C1.323.606%2C1.323%2C1.391%2C0%2C.291-.397.743-.883%2C1.005-.485.261-1.029-.099-1.208-.801-.179-.702-.988-1.688-1.797-2.191l-.071-.044c-.809-.503-1.924-.97-2.476-1.037-.553-.067-1.115-.477-1.249-.91-.134-.433.328-1.317%2C1.027-1.964l1.801-1.666c.7-.647%2C1.217-1.867%2C1.15-2.711-.067-.844-.729-2.023-1.471-2.621l-.234-.189c-.742-.598-2.09-.843-2.995-.546l-2.655.873c-.905.298-2.208%2C1.012-2.895%2C1.587-.764.639-1.312.713-2.279.785-.287.021-.58.044-.842.162-.475.213-.764.69-1.114%2C1.076-1.12%2C1.236-2.598%2C1.263-4.095%2C1.078l-.294%2C3.902c-.041.549.282%2C1.271.718%2C1.606l1.569%2C1.204c.436.335%2C1.236.53%2C1.778.434l1.006-.179c.541-.096%2C1.031.273%2C1.087.82l.426%2C4.141c.056.547-.324%2C1.14-.844%2C1.317l-2.614.889c-.521.177-1.061.757-1.201%2C1.289l-.393%2C1.492c-.14.532.129%2C1.203.597%2C1.491l.641.394c.468.288%2C1.217.787%2C1.663%2C1.108l2.343%2C1.685c.446.321%2C1.253.498%2C1.793.392l1.103-.216c.54-.106%2C1.358.054%2C1.819.355l9.933%2C6.484c.46.301.837.997.837%2C1.547v.279c0%2C.55-.301%2C1.335-.668%2C1.744l-.613.683c-.367.409-.585%2C1.186-.484%2C1.727l.046.248%2C3.05%2C1.042c.52.178%2C1.301.6%2C1.735.938Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m414.358%2C639.099l-4.461-3.222c-.446-.322-.691-1.019-.545-1.55l.549-1.992c.146-.53.049-1.359-.215-1.841l-1.379-2.515-4.696-.312c-.549-.037-1.431.054-1.961.201l-1.767.49c-.53.147-1.335.013-1.788-.298l-2.216-1.52c-.383-.263-.743-.8-.9-1.289l-1.042.379c-.517.188-.94.792-.94%2C1.342v.445c0%2C.55-.166%2C1.418-.369%2C1.93l-.265.668c-.203.511-.432%2C1.375-.51%2C1.92l-.5%2C3.503c-.078.544.05%2C1.397.283%2C1.895l.62%2C1.322c.233.498.576%2C1.329.761%2C1.847l.306.858c.185.518.037%2C1.278-.328%2C1.689l-1.314%2C1.477c-.366.411-.642%2C1.197-.614%2C1.746l.193%2C3.842c.028.549.423%2C1.251.879%2C1.559l1.672%2C1.131c.455.308.729.999.609%2C1.536v.007c-.122.537-.665%2C1.05-1.207%2C1.14l-.328.055c-.542.09-1.321.465-1.73.833l-3.31%2C2.978c-.409.368-.922%2C1.082-1.141%2C1.586l-.477%2C1.102c-.219.505-.04%2C1.19.398%2C1.524l2.521%2C1.921c.437.333%2C1.049.978%2C1.359%2C1.432l.342.501c.31.454.253%2C1.152-.126%2C1.55l-.579.608c-.379.398-.525%2C1.143-.325%2C1.655l.249.634c.201.512.807.844%2C1.346.738l1.268-.25c.54-.106%2C1.427-.13%2C1.971-.052l5.133.733c.038-.476.257-.999.575-1.293l5.703-5.275c.404-.373%2C1.117-.916%2C1.584-1.205l2.064-1.278c.468-.29.936-.968%2C1.041-1.508l.983-5.048c.105-.54.152-1.43.105-1.978l-.301-3.482c-.047-.548-.321-1.38-.609-1.849l-.239-.39c-.287-.469-.477-1.3-.421-1.847l.405-3.958c.056-.547.54-1.096%2C1.076-1.22l2.444-.564c.536-.124.974-.675.974-1.225v-.23c0-.55-.365-1.264-.811-1.586Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m371.187%2C652.058l3.001-1.13c.515-.194%2C1.383-.403%2C1.929-.466l2.542-.289c.546-.062%2C1.332-.409%2C1.746-.772l.526-.46c.414-.362%2C1.2-.702%2C1.748-.755l3.947-.381c.548-.053%2C1.253-.367%2C1.569-.698.315-.331%2C1.021-.651%2C1.567-.711l1.305-.143c-.021-.549.251-1.322.613-1.728l1.314-1.477c.365-.411.513-1.171.328-1.689l-.306-.858c-.185-.518-.527-1.349-.761-1.847l-.62-1.322c-.233-.498-.361-1.351-.283-1.895l.5-3.503c.078-.544.307-1.408.51-1.92l.265-.668c.203-.511.369-1.38.369-1.93v-.445c0-.55.423-1.154.94-1.342l1.042-.379c-.029-.089-.064-.181-.077-.265l-.424-2.76c-.083-.544-.416-1.352-.74-1.797l-1.22-1.677c-.323-.445-.991-1.01-1.483-1.256l-1.406-.703c-.492-.246-1.321-.305-1.843-.131l-.798.266c-.522.174-1.304.04-1.737-.299l-2.778-2.165c-.434-.338-1.215-.76-1.735-.938l-3.05-1.042.369%2C1.969c.101.541.509%2C1.294.906%2C1.675l1.998%2C1.913c.397.38.674%2C1.139.616%2C1.686l-.496%2C4.627c-.059.547-.37%2C1.359-.692%2C1.805l-2.289%2C3.173c.248.035.486.078.696.128l.335.081c.927.222%2C2.027%2C1.105%2C2.445%2C1.961l.035.073c.418.856.683%2C2.333.588%2C3.281l-.026.257c-.095.948-.655%2C2.336-1.245%2C3.085l-2.82%2C3.577c-.59.748-1.523%2C1.997-2.074%2C2.775l-.516.729c-.551.778-1.535%2C1.814-2.187%2C2.303-.652.489-1.925%2C1.136-2.829%2C1.437l-1.603.534c-.904.301-1.71.998-1.792%2C1.548-.081.55.319%2C1.267.889%2C1.593.15.086.287.196.41.32l.893-.292c.523-.171%2C1.372-.469%2C1.886-.663Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22m401.334%2C678.38c-.448-.32-.888-1.025-.978-1.568l-.568-3.406c-.019-.115-.015-.243-.005-.372l-5.133-.733c-.544-.078-1.431-.055-1.971.052l-1.268.25c-.54.106-1.145-.226-1.346-.738l-.249-.634c-.201-.512-.055-1.257.325-1.655l.579-.608c.379-.398.436-1.096.126-1.55l-.342-.501c-.31-.454-.921-1.099-1.359-1.432l-2.521-1.921c-.437-.333-.616-1.019-.398-1.524l.477-1.102c.219-.505.732-1.219%2C1.141-1.586l3.31-2.978c.409-.368%2C1.187-.743%2C1.73-.833l.328-.055c.542-.09%2C1.085-.603%2C1.206-1.14v-.007c.122-.537-.152-1.228-.607-1.536l-1.672-1.131c-.456-.308-.851-1.01-.879-1.559l-.193-3.842c0-.005.001-.012.001-.017l-1.305.143c-.547.06-1.252.38-1.567.711-.315.331-1.021.645-1.569.698l-3.947.381c-.548.053-1.334.392-1.748.755l-.526.46c-.414.362-1.2.709-1.746.772l-2.542.289c-.546.062-1.415.272-1.929.466l-3.001%2C1.13c-.515.194-1.364.492-1.886.663l-.893.292c.345.346.562.802.517%2C1.162-.061.489.089%2C1.139.333%2C1.445.245.306.745.656%2C1.112.778.367.122.75.639.852%2C1.149.102.51-.431%2C1.404-1.184%2C1.988l-.225.174c-.753.584-1.519%2C1.478-1.703%2C1.988s.317%2C1.35%2C1.111%2C1.868c.795.518%2C1.162%2C1.368.815%2C1.89-.346.521-1.213%2C1.215-1.927%2C1.541-.713.326-1.38%2C1.26-1.482%2C2.075-.102.815-.435%2C1.665-.741%2C1.89-.306.224-.256.741.111%2C1.149.367.408%2C1.2.741%2C1.853.741s1.552.15%2C2.001.333c.448.183%2C1.214%2C1.003%2C1.702%2C1.822l.523.877c.488.818%2C1.574%2C1.856%2C2.414%2C2.306l3.17%2C1.698c.84.45%2C1.711%2C1.402%2C1.935%2C2.115.224.713.124%2C1.514-.222%2C1.778-.346.265-.63.665-.63.889s.267.558.593.741c.326.183.859%2C1.066%2C1.186%2C1.966.326.896%2C1.256%2C2.036%2C2.068%2C2.535%2C0%2C0%2C3.711%2C2.28%2C3.933%2C2.28s7.797%2C1.757%2C7.797%2C1.757c.928.215%2C1.904.692%2C2.169%2C1.059.265.367.665.567.889.445.224-.122.801-.895%2C1.283-1.718l.028-.048c.481-.822%2C1.597-1.79%2C2.479-2.15l.423-.173c.882-.36%2C1.847-1.067%2C2.145-1.571.168-.284.385-.652.673-.827.285-.174.636-.092.94-.206.035-.013.072-.032.086-.066.027-.064-.039-.128-.101-.161-.118-.063-.249-.102-.364-.169-.365-.213-.232-.869-.164-1.221.087-.449.338-1.035.558-1.303.221-.268.543-.519.716-.559.173-.039.399-.574.501-1.189.092-.552.345-1.194.59-1.54l-5.84-4.172Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m128.114%2C679.745c.022.193.036.384.039.574.003.213-.012.436.081.627.083.171.251.297.438.329.066.011.133.012.199.009.672%2C0%2C1.247-.384%2C1.793-.728.6-.378%2C1.149-.749%2C1.786-1.072.146-.074.304-.161.364-.313.085-.217-.068-.451-.227-.621-.392-.419-.393-.986-.483-1.545-.119-.739-.841-1.715-1.604-2.168-.763-.453-1.543-.785-1.734-.737-.191.048-.396.379-.455.737-.06.358-.225%2C1.04-.368%2C1.517-.33%2C1.101.046%2C2.27.173%2C3.39Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m130.369%2C697.327c-.101.2-.021.28.178.177.422-.225.821-.493%2C1.288-.591.091-.019.188-.041.257-.104.114-.104.115-.289.055-.432-.085-.202-.262-.341-.351-.538-.084-.188-.084-.408-.129-.608-.012-.054-.029-.111-.07-.149-.04-.038-.111-.05-.15-.01-.018.019-.027.044-.034.07-.202.753-.691%2C1.484-1.044%2C2.184Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m121.901%2C698.77c.125-.099.25-.199.373-.301.069-.057.157-.117.239-.084.098.04.105.174.096.28-.069.833-.231%2C1.652-.364%2C2.478-.092.553-.488%2C1.2-.879%2C1.437-.391.237-.863.865-1.048%2C1.394l-.038.108c-.18.515-.342%2C1.008-.304%2C1.552.017.237.007.496-.142.681-.155.191-.374.331-.539.521-.192.221-.384.443-.576.664-.401.462-.802.924-1.202%2C1.385l-.054.062c-.338.39-.716.671-1.23.779-.427.09-.868.073-1.303.055-.043-.002-.09-.005-.124-.031-.048-.038-.053-.114-.023-.168.03-.054.086-.088.143-.11.142-.054.298-.046.449-.065.15-.019.312-.079.38-.215.081-.164-.008-.365.032-.543.042-.184.208-.306.343-.437.278-.269.406-.631.585-.963.18-.334.33-.702.389-1.079l.145-.931c.086-.554.122-1.465.081-2.024l-.053-.71c-.041-.559.302-1.131.763-1.27s1.21-.523%2C1.664-.851c.736-.533%2C1.484-1.051%2C2.198-1.612Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m103.814%2C705.305c.184-.452-.008-.707-.427-.567s-1.047.254-1.397.254-.532.16-.406.355c.267.415.836.309%2C1.077.707.019.032.036.066.063.091.032.03.075.044.117.053.164.033.338-.019.471-.12.222-.17.398-.519.502-.773Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m101.322%2C716.221c.141-.335.364-.628.46-.982.018-.068.034-.138.075-.195.041-.057.115-.097.181-.075.098.033.111.164.106.267-.054%2C1.261-.016%2C2.519-.016%2C3.785%2C0%2C.561.456%2C1.071%2C1.013%2C1.135.856.098%2C1.706.194%2C2.566.256.067.005.143.014.184.068.021.028.028.064.033.098.014.108.004.221-.043.318-.062.126-.179.213-.29.298-.5.387-.872.875-1.281%2C1.353-.364.426-1.004.858-1.421.959-.417.102-.94.606-1.162%2C1.121l-.589%2C1.369c-.158.366-.428.77-.703%2C1.06-.064.067-.153.136-.241.105-.039-.014-.07-.047-.092-.082-.101-.161-.062-.37-.019-.555.2-.864.394-1.642.308-2.535l-.338-3.51c-.054-.558.08-1.437.298-1.954l.972-2.306Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m98.06%2C723.63c-.183-.038-.409.11-.554.201-.23.145-.681.402-.746.689-.067.297.441.521.648.605.363.146.677.278%2C1.006.503.129.088.265.178.42.195.097.01-.082-.607-.102-.664-.09-.26-.179-.519-.269-.779-.082-.239-.119-.679-.403-.75Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m118.314%2C637.296c.062-.139.115-.279.157-.419.219-.727.437-1.519.166-2.228-.309-.805-.219-1.653.163-2.462l.071-.15c.359-.76.215-1.747-.319-2.192s-1.471-.337-2.082.242l-.857.812c-.61.578-1.565%2C1.179-2.122%2C1.335-.557.156-1.245.931-1.53%2C1.722l-.422%2C1.172c-.189.525-.331%2C1.221-.081%2C1.743.134.279.324.531.426.823.177.51-.013%2C1.151-.105%2C1.667l-.462%2C2.345c-.274%2C1.39-.862%2C2.944-1.663%2C4.103-.018.026-.036.052-.054.078-.088.128-.179.26-.214.411-.035.151-.004.329.116.427.098.08.234.092.361.093.52.004.98-.211%2C1.492-.211.841%2C0%2C1.577.686%2C1.635%2C1.525l.03.432c.059.839-.185%2C1.652-.541%2C1.808-.754.33-1.078-.51-1.516-.87-.269-.221-.673-.341-.964-.15-.104.068-.182.169-.259.268-.273.353-.627%2C1.035-1.147%2C1.035-.605%2C0-.974-.815-1.106-1.299-.032-.119-.093-.267-.216-.263-.133.004-.178.176-.193.308-.065.568-.306%2C1.097-.426%2C1.654-.073.342-.155.683-.232%2C1.024-.186.82-.384%2C2.177-.44%2C3.016l-.28%2C4.156c-.057.839.561%2C1.343%2C1.371%2C1.121l2.072-.568c.811-.222%2C1.56-1.087%2C1.664-1.921l.026-.205c.104-.834.443-2.157.752-2.939l.413-1.044c.309-.782%2C1.018-1.841%2C1.575-2.353.557-.512%2C1.089-1.615%2C1.184-2.45.113-.999.327-1.981.408-2.977.007-.087.012-.179-.026-.258-.166-.342-.64-.057-.876-.249-.187-.152-.149-.613-.122-.827.067-.534.492-1.552.944-2.26.514-.806%2C1.028-1.611%2C1.543-2.417.51-.8%2C1.284-1.695%2C1.689-2.609Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m93.622%2C729.424c.003-.034.006-.065.007-.092.007-.113.004-.235-.063-.326-.062-.082-.165-.12-.262-.154-.302-.105-.561-.265-.853-.394-.205-.09-.436.008-.514.218-.214.581-.344%2C1.43-.781%2C1.873-.068.069-.145.133-.192.218s-.055.201.011.272c.05.054.129.068.202.076.356.037.729-.027%2C1.062.103.169.066.331.181.511.163.569-.059.821-1.419.872-1.957Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m90.136%2C732.025c-.041-.062-.08-.125-.116-.189-.105-.186-.21-.389-.398-.491-.202-.109-.457-.073-.664.026-.208.099-.383.253-.571.386-.789.56-1.784.869-2.666%2C1.257-.764.335-1.595.267-2.304-.171-.155-.096-.303-.209-.476-.265-.173-.057-.384-.044-.511.087-.139.145-.13.372-.111.572.041.442.082.884.124%2C1.326.056.601.205.984.557%2C1.459.315.427.421%2C1.209.233%2C1.737l-.467%2C1.319c-.187.528.055%2C1.052.537%2C1.163.483.111%2C1.284.416%2C1.78.676l.895.47c.496.261%2C1.294.236%2C1.774-.055l.147-.09c.479-.291.72-.962.534-1.491l-.272-.776c-.185-.529.117-.896.672-.816l3.113.451c.555.08%2C1.085-.036%2C1.177-.259.093-.223-.171-.713-.586-1.089l-.65-.589c-.415-.376-.755-1.143-.755-1.704v-1.067c0-.765-.597-1.276-.996-1.878Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m161.921%2C746.636c.232-.51.028-1.14-.455-1.4-.483-.26-1.303-.301-1.822-.09l-7.29%2C2.948c-.52.21-1.031-.068-1.137-.619l-.224-1.17c-.093-.484-.141-.979-.172-1.471-.022-.352.029-1.058-.194-1.334-.092-.114-.24-.172-.386-.18-.146-.008-.291.028-.43.074-.426.143-.811.37-1.241.518-.439.151-.878.302-1.317.454-.521.179-1.042.359-1.563.538-.53.183-1.13.759-1.333%2C1.282-.325.837-.651%2C1.674-.976%2C2.511-.264.68-.529%2C1.36-.793%2C2.04-.25.644-.435%2C1.374-.751%2C1.983-.055.107-.117.211-.186.31-.184.267-.425.532-.427.856-.003.36.287.645.469.955.266.453.253.895.253%2C1.393l-.378%2C2.573c-.131.893.098%2C1.958.762%2C2.595.16.154.351.289.57.318.176.023.354-.024.516-.094.644-.277%2C1.061-.868%2C1.586-1.306.334-.278.694-.529%2C1.042-.792.617-.465%2C1.234-.931%2C1.851-1.396.448-.338.913-1.061%2C1.035-1.609l.098-.44c.122-.547.661-1.124%2C1.199-1.283l.339-.1c.538-.158%2C1.094-.731%2C1.237-1.273.196-.746.274-1.643.705-2.279.069-.102.183-.216.295-.165.252.115-.055.564.083.756.095.132.307.116.44.022.133-.094.217-.241.327-.362.557-.618%2C1.525-.94%2C2.345-.844.452.053.866.136%2C1.295.293.544.2%2C1.123.358%2C1.697.284%2C1.18-.153%2C1.486-1.33%2C1.91-2.259.34-.747.681-1.494%2C1.021-2.241Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m138.386%2C781.196c.07-.03.14-.061.209-.092.053-.024.112-.061.113-.12.001-.074-.089-.11-.161-.125-.652-.137-1.306-.392-1.951-.586-.537-.161-.931-.072-.875.198.055.27.26.729.454%2C1.02s.653.387%2C1.02.214c.394-.186.797-.341%2C1.192-.511Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m131.735%2C786.566c.208-.423-.073-.684-.624-.581l-.818.153c-.551.103-1.198.602-1.439%2C1.109l-.789%2C1.661c-.251.529-.044.985.288%2C1.402.093.116.185.232.278.349.041.051.082.103.135.142.207.152.516.045.687-.146.35-.391.585-1.028.851-1.49.181-.315.363-.63.544-.946.28-.486.678-1.229.886-1.652Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m189.874%2C839.914c.264-1.638.207-3.265-.14-4.889-.064-.299-.159-.627-.421-.784-.268-.161-.629-.077-.874.117s-.401.477-.55.752c-.882%2C1.624-1.648%2C3.335-2.619%2C4.908-.406.658-.738%2C1.828-.738%2C2.601v1.412c0%2C.773-.366%2C1.921-.813%2C2.552l-2.596%2C3.658c-.447.63-.925%2C1.769-1.06%2C2.53l-.466%2C2.608c-.136.761.349%2C1.171%2C1.077.911.489-.175.979-.35%2C1.468-.524.739-.264%2C1.512-.343%2C2.129-.873.325-.28.575-.671.598-1.1.008-.153-.012-.305-.033-.457-.159-1.181-.026-2.298.559-3.376l1.157-2.135c.368-.68%2C1.095-1.704%2C1.615-2.276l.029-.032c.52-.572%2C1.046-1.664%2C1.169-2.427l.512-3.176Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m171.632%2C857.169c.02-.076.041-.153.063-.23.064-.222.128-.446.146-.676.014-.184-.007-.383-.123-.527-.153-.19-.421-.231-.66-.279-1.112-.226-2.247-.926-3.291-1.384-1.146-.503-2.285-1.03-3.357-1.679-.441-.267-.994-.465-1.463-.251-.084.038-.164.09-.218.165-.057.077-.082.172-.112.263-.465%2C1.403-1.879%2C2.116-3.246%2C2.344-.141.024-.298.05-.387.162-.126.159-.045.391.039.575.889%2C1.933%2C1.391%2C4.058%2C2.003%2C6.099.211.698.98%2C1.268%2C1.709%2C1.268h2.576c.729%2C0%2C1.884-.206%2C2.568-.458l.272-.1c.684-.252%2C1.635-.866%2C2.114-1.365.479-.499.95-1.498%2C1.046-2.221.078-.589.173-1.139.321-1.704Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m152.404%2C852.652c.059.019.116.042.172.068.157.075.32.159.494.151.174-.009.355-.154.329-.326-.013-.087-.073-.158-.13-.224-.673-.774-1.237-1.473-2.303-1.696l-.527-.11c-.713-.149-1.085.186-.825.745s1.061%2C1.11%2C1.78%2C1.226c.324.052.692.065%2C1.011.168Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m196.055%2C798.729l.296-1.651c.097-.541-.043-1.377-.312-1.857l-.322-.575c-.269-.48-.913-1.021-1.432-1.203l-3.68-1.288c-.519-.182-1.2-.7-1.514-1.152l-2.851-4.11c-.313-.452-.944-1.071-1.402-1.376l-.842-.561c-.458-.305-.941-.991-1.074-1.525l-.721-2.885c-.133-.534-.58-1.268-.992-1.632l-1.656-1.461c-.412-.364-.981-1.047-1.264-1.519l-1.755-2.925c-.283-.472-.732-1.251-.999-1.733l-1.445-2.612c-.266-.481-.783-1.211-1.148-1.622l-.898-1.011c-.365-.411-1.102-.851-1.638-.977l-1.208-.284c-.535-.126-1.272.108-1.636.52l-.809.915c-.364.412-1.101.85-1.637.974l-1.67.386c-.536.124-1.397.071-1.914-.117l-.162-.059c-.517-.188-1.265-.653-1.662-1.034l-1.963-1.881c-.479.511-1.199.922-1.873%2C1.016l-3.767.529c-.944.132-1.639-.535-1.546-1.484l.04-.403c.093-.948-.058-2.037-.336-2.419-.424-.584-1.166-.452-1.789-.502-.277-.022-.584-.048-.806.12-.283.215-.289.631-.268.985.066%2C1.119.152%2C2.274.621%2C3.311.33.729.912%2C1.596%2C1.295%2C1.926.382.33%2C1.036.685%2C1.452.789.417.104.8.559.852%2C1.01s-.189%2C1.133-.537%2C1.516c-.347.382-.464%2C1.456-.259%2C2.387l.519%2C2.362c.205.931.187%2C2.388-.038%2C3.239-.226.851-.485%2C2.323-.576%2C3.272l-.09.938c-.091.949.409%2C2.252%2C1.111%2C2.897l2.141%2C1.966c.702.644%2C1.536%2C1.726%2C1.853%2C2.403.317.677.577%2C2.011.577%2C2.964v4.46c0%2C.953-.398%2C2.235-.885%2C2.848-.487.614-1.623%2C1.367-2.525%2C1.675l-.106.036c-.865.295-1.734.456-2.533-.082-.216-.145-.411-.329-.657-.415-.248-.087-.52-.064-.782-.04-.18.016-.363.034-.529.103s-.317.201-.364.375c-.048.176.017.364.108.522.143.247.274.508.424.749.381.614.9%2C1.22%2C1.154%2C1.347.866.433.581%2C1.96%2C1.268%2C2.548.24.206.532.341.78.538.183.145.352.357.32.589-.022.162-.136.293-.226.43-.211.32-.388.842-.198%2C1.205.264.508%2C1.044.993%2C1.731%2C1.077.688.085%2C2.03.154%2C2.983.154h5.23c.953%2C0%2C2.087.695%2C2.519%2C1.544l.505.99c.433.849%2C1.462%2C1.544%2C2.287%2C1.544s2.035-.568%2C2.688-1.262l.087-.093c.653-.694.748-1.905.21-2.692l-1.2-1.756c-.538-.787-1.291-2.145-1.674-3.017l-1.377-3.137c-.383-.872-.542-2.351-.352-3.284l.563-2.774c.189-.934.736-2.372%2C1.215-3.196l1.614-2.778c.479-.824%2C1.011-2.095%2C1.183-2.824.172-.73.742-1.563%2C1.268-1.853.526-.29%2C1.619-.573%2C2.429-.63.81-.057%2C2.097.364%2C2.859.936l.822.617c.762.572%2C1.239%2C1.462%2C1.059%2C1.979-.18.517-.504%2C1.699-.722%2C2.626l-.109.466c-.217.928-.954%2C1.746-1.638%2C1.819-.684.073-1.415-.151-1.624-.497-.209-.346-.532-.933-.717-1.303-.185-.37-1.094-.502-2.02-.293-.926.209-1.809.559-1.962.776-.153.217-.107.738.103%2C1.157.209.419.69.952%2C1.069%2C1.186.378.234.991.339%2C1.361.234s.91-.144%2C1.2-.088c.29.056.488.881.441%2C1.833l-.061%2C1.224c-.048.952.34%2C2.383.862%2C3.18l2.26%2C3.454c.522.797.759%2C2.206.527%2C3.13-.176.703-.353%2C1.406-.529%2C2.109-.106.425-.169.885-.298%2C1.298-.217.696-.466%2C1.243-.359%2C2.002.075.53.177.975.042%2C1.504-.121.475-.82%2C1.362-1.553%2C1.97-.641.532-1.179%2C1.229-2.011%2C1.464-.173.049-.352.08-.517.152-.165.072-.318.194-.377.364-.072.209.013.436.097.64.216.525.599%2C1.159.232%2C1.72-.15.229-.188.499-.258.756-.083.301-.229.519-.407.789-.079.12-.162.263-.117.4.061.185.305.223.499.212.638-.037%2C1.169-.27%2C1.661-.666.416-.335.986-.68%2C1.242-1.17.193-.37%2C1.078-.957%2C1.965-1.303l3.447-1.346c.888-.346%2C2.242-1.092%2C3.01-1.657l.751-.552c.768-.565%2C1.784-1.672%2C2.259-2.461.5-.831.738-1.623%2C1.553-2.207.579-.415%2C1.181-.811%2C1.653-1.351.3-.344.489-.735.79-1.082.066-.076.134-.157.148-.257.023-.168-.114-.31-.225-.439-.37-.43-.41-.903-.376-1.446.034-.551-.047-1.078-.022-1.634.003-.078%2C0-.172-.067-.213-.034-.021-.075-.022-.114-.023-.222-.004-.444-.007-.666-.011-.174-.003-.352-.007-.513-.071-.569-.228-.739-1.328-.563-1.836.29-.837%2C1.123-2.025%2C1.853-2.638l.862-.726c.729-.614%2C2.053-.834%2C2.941-.49l1.555.603.464-.557c.352-.423.72-1.211.817-1.753Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m224.074%2C731.121l-2.671.226c-.548.046-1.43.205-1.96.353l-1.472.411c-.53.148-1.338.517-1.797.821l-.387.257c-.459.304-1.281.601-1.828.66l-1.49.162c-.547.06-1.238-.27-1.536-.732l-.497-.77c-.298-.462-.86-1.158-1.249-1.547l-.404-.404c-.389-.389-1.13-.552-1.646-.364l-1.363.499c-.516.189-1.384.274-1.927.188l-3.557-.559c-.543-.085-1.199.242-1.457.728l-.959%2C1.807c-.258.486-.746%2C1.238-1.084%2C1.671l-2.089%2C2.675c-.338.433-.801%2C1.198-1.028%2C1.699l-1.072%2C2.368c-.227.501-.762%2C1.194-1.19%2C1.54l-3.425%2C2.773c-.427.346-.744%2C1.078-.703%2C1.626l.246%2C3.302c.041.548.475%2C1.203.964%2C1.454l1.303.668c.49.251%2C1.059.873%2C1.265%2C1.383l.752%2C1.861c.206.51.029%2C1.215-.393%2C1.567l-.835.696c-.422.352-.945%2C1.054-1.162%2C1.559l-.161.375c-.217.506-.015%2C1.163.447%2C1.46l.531.341c.463.297.841.991.841%2C1.541v.292c0%2C.55-.442%2C1.083-.983%2C1.184l-1.828.343c-.541.101-1.243.552-1.561%2C1l-.188.265c-.318.449-1.026.773-1.573.72l-2.119-.204c-.547-.053-1.238.283-1.534.747l-.187.292c-.296.463-.986.794-1.533.734l-1.648-.179c-.547-.059-1.412.058-1.923.261l-1.474.585%2C1.005%2C1.817c.266.481.716%2C1.261.999%2C1.733l1.755%2C2.925c.283.472.852%2C1.155%2C1.264%2C1.519l1.656%2C1.461c.412.364.859%2C1.098.992%2C1.632l.721%2C2.885c.133.534.617%2C1.22%2C1.074%2C1.525l.842.561c.458.305%2C1.088.925%2C1.402%2C1.376l2.851%2C4.11c.313.452.995.97%2C1.514%2C1.152l3.68%2C1.288c.519.182%2C1.164.723%2C1.432%2C1.203l.322.575c.269.48.409%2C1.315.312%2C1.857l-.296%2C1.651c-.097.541-.465%2C1.33-.817%2C1.753l-.464.557.425.165c.692.268%2C1.452.571%2C2.036%2C1.042.529.427.908%2C1.014%2C1.451%2C1.432l.298.229c.755.581%2C1.617.965%2C1.915.852s.542-.547.542-.966.316-1.045.703-1.391c.386-.346.703-1.13.703-1.742%2C0-.38.024-.804.21-1.129.167-.292.366-.447.247-.835-.078-.255-.259-.48-.277-.746-.011-.173.048-.341.107-.504.176-.49.307-1.05.545-1.513.155-.301.349-.569.471-.895.121-.322.641-1.165%2C1.156-1.874.515-.708.937-1.802.937-2.43s.256-1.878.569-2.778l.97-2.788c.181-.483.54-1.846.142-2.301-.124-.142-.33-.174-.494-.268-.154-.089-.266-.233-.375-.373-.288-.371-.53-.723-.502-1.201.019-.331.022-.639-.008-.979-.085-.949.101-2.462.417-3.369.297-.852.485-1.767.57-2.665.039-.411-.051-.801.056-1.203.119-.448.365-.85.5-1.293.124-.41.152-.846.301-1.247.221-.594.577-1.083.736-1.705.144-.564.261-1.161.514-1.691.177-.37.436-1.445.576-2.387l.108-.73c.139-.943.492-2.456.784-3.363l.05-.156c.292-.907.921-2.325%2C1.397-3.15l1.021-1.771c.476-.825.833-1.969.792-2.54-.04-.572.329-1.237.82-1.479.78-.384.927-1.592.967-2.34.044-.846.444-1.551%2C1.185-2.039.219-.144.46-.262.645-.448.185-.186.305-.469.21-.713-.083-.212-.297-.335-.486-.461-.494-.327-.982-1.73-.818-2.33.108-.396.794-1.221%2C1.523-1.834l.881-.74c.73-.613%2C1.425-1.428%2C1.545-1.812.12-.384.884-1.103%2C1.699-1.598l.269-.164c.814-.495%2C1.392-1.244%2C1.284-1.664-.108-.42.118-1.019.502-1.331.384-.312.796-.872.916-1.244.066-.205.205-.451.366-.679l-.122-.131c-.375-.402-1.131-.693-1.679-.647Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m231.329%2C723.135c-.7-.168-1.41-.3-2.067-.577-.406-.171-1.138-.477-1.59-.323-.307.104-.686.133-.842.063-.375-.167.356-.772.384-.937.023-.134-.08-.261-.2-.325-.119-.065-.257-.087-.383-.14-.567-.236-.501-.648-.363-1.105.154-.511.191-1.092.255-1.621.058-.475.872-1.007%2C1.808-1.183%2C0%2C0%2C.319-.06.382-.06.253%2C0%2C.549-.101.806-.132.168-.021.341-.043.49-.124.149-.081.27-.237.259-.406-.002-.025-.007-.051-.023-.071-.026-.031-.071-.035-.111-.036-.708-.02-1.505-.007-2.189.191-.342.099-.892.027-1.222-.158-.33-.185-.918-.337-1.306-.337s-.592-.194-.453-.432c.163-.278.401-.519.554-.798.124-.225.146-.488.335-.685.135-.14.301-.247.445-.379.046-.042.093-.097.082-.158-.013-.071-.096-.104-.168-.117-.457-.088-.859.256-1.329.058-.086-.036-.168-.085-.259-.108-.195-.048-.395.033-.587.091-.617.188-.872-.339-.999-.864-.098-.405-.013-1.192.19-1.748.203-.556.795-1.428%2C1.316-1.938.521-.51.81-1.116.642-1.348-.168-.232-.632-.53-1.032-.664-.4-.133-1.134-.086-1.632.105-.498.191-1.65.272-2.559.179-.909-.093-2.208-.292-2.886-.442-.678-.151-2.007-.192-2.955-.092l-.535.057c-.948.1-2.315-.13-3.039-.513-.724-.382-1.316-1.444-1.316-2.359s.161-1.953.358-2.307c.197-.353.846-.576%2C1.443-.495.597.081%2C1.326.081%2C1.622%2C0%2C.295-.081.954-.436%2C1.464-.79.51-.353.894-.799.853-.99s-.315-.532-.611-.758-.243-.491.116-.59c.534-.147%2C1.086-.017%2C1.628-.044.637-.031.9-.305%2C1.289-.779.527-.644%2C1.011-1.949%2C1.074-2.899l.042-.626c.064-.951.168-2.298.232-2.993.064-.695-.348-1.891-.914-2.657l-.868-1.174c-.507-.686-.842-1.192-.961-2.045-.019-.133-.038-.276-.127-.376-.142-.16-.391-.144-.604-.131-.744.045-1.371-.257-2.058-.473-.355-.111-.777-.134-1.065.101-.199.162-.324.437-.573.497-.225.054-.441-.093-.647-.197-.543-.275-1.218-.272-1.759.008-.779.404-1.078%2C1.356-1.337%2C2.135-.296.887-1.041%2C2.019-1.655%2C2.515-.615.496-1.896.857-2.847.802l-3.324-.192c-.951-.055-2.294-.418-2.984-.806-.673-.378-1.765-.836-2.469-1.039l-.778%2C1.381c-.27.479-.374%2C1.306-.232%2C1.837l.609%2C2.267c.143.531-.069%2C1.171-.47%2C1.422-.401.251-1.17.363-1.708.249l-1.054-.223c-.538-.114-1.389-.372-1.89-.572-.502-.201-1.304-.143-1.782.128l-.996.565c-.479.271-1.25.734-1.715%2C1.028l-1.047.663c-.465.294-.905.981-.978%2C1.526l-.008.059c-.073.545-.4%2C1.353-.728%2C1.795l-.27.364c-.327.442-.622%2C1.253-.656%2C1.802l-.242%2C3.933c-.034.549-.205%2C1.388-.381%2C1.865-.176.477-.176%2C1.092%2C0%2C1.368.176.276.262.948.193%2C1.494l-.386%2C3.033c-.069.546.154%2C1.344.496%2C1.774l2.312%2C2.905c.342.43%2C1.072.809%2C1.621.841l2.655.156c.549.032.947-.388.885-.935l-.138-1.205c-.062-.546-.445-1.298-.849-1.671l-.808-.744c-.405-.372-.576-1.098-.381-1.612l.294-.775c.195-.514.795-1.029%2C1.332-1.145l.598-.128c.538-.115%2C1.318.085%2C1.735.444l.493.426c.416.36%2C1.207.654%2C1.757.654h1.74c.55%2C0%2C.952.448.894.994l-.244%2C2.298c-.058.547.196%2C1.328.564%2C1.737l2.856%2C3.167c.368.408.547%2C1.176.397%2C1.705l-.367%2C1.297c-.15.529-.012%2C1.329.306%2C1.778l1.021%2C1.441c.318.449.7%2C1.249.848%2C1.779l.507%2C1.807%2C3.293.518c.543.085%2C1.41%2C0%2C1.927-.188l1.363-.499c.516-.189%2C1.257-.025%2C1.646.364l.404.404c.389.389.951%2C1.085%2C1.249%2C1.547l.497.77c.298.462.989.792%2C1.536.732l1.49-.162c.547-.059%2C1.369-.356%2C1.828-.66l.387-.257c.458-.304%2C1.267-.673%2C1.797-.821l1.472-.411c.53-.148%2C1.412-.307%2C1.96-.353l2.671-.226c.548-.046%2C1.303.245%2C1.679.647l.122.131c.132-.186.279-.359.419-.478.312-.264.833-.48%2C1.157-.48s.864-.196%2C1.2-.436c.336-.24.788-.505%2C1.004-.589.216-.084.572-.477.79-.873.219-.396.141-.792-.171-.879-.313-.087-.697-.125-.853-.084-.156.04-.313-.154-.348-.432-.035-.278.155-.785.421-1.127.266-.342.522-.929.569-1.306.094-.765.752-1.195%2C1.376-1.51.116-.059.248-.14.255-.27.009-.171-.197-.26-.364-.3Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m146.213%2C721.465l-.025-.036c-.317-.45-1.009-.939-1.539-1.087l-.736-.206c-.53-.148-1.211-.645-1.514-1.104l-.818-1.241c-.303-.459-.888-1.133-1.3-1.497l-.112-.099c-.412-.364-.442-.992-.068-1.395l.309-.332c.375-.403.329-1.012-.101-1.354l-.849-.675c-.43-.342-1.219-.733-1.752-.869l-1.22-.311c-.533-.136-1.223-.618-1.534-1.072l-.417-.608c-.311-.454-.683-1.259-.827-1.79l-.158-.58c-.144-.531-.338-1.408-.432-1.951l-.673-3.899c-.351-.338-.738-.596-1.008-.632-.399-.054-1.061.096-1.47.333s-1.054.158-1.431-.176c-.377-.334-.915-.608-1.196-.608-.481%2C0-.994.134-1.469.078-.554-.065-1.083-.454-1.622-.312-.067.017-.133.044-.188.086-.224.172-.188.518-.097.786.136.399.208.752.311%2C1.161l.053.208c.233.924.022%2C2.348-.469%2C3.164l-.526.874c-.491.817-.417%2C1.714.165%2C1.994.582.28%2C1.526.766%2C2.098%2C1.078.571.313%2C1.092.771%2C1.157%2C1.019.065.248.435.777.824%2C1.177.235.242.701.741.439%2C1.103-.088.121-.226.196-.365.253-.266.11-.552.171-.84.178-.094.074-.054.237.045.304.099.067.227.065.347.061.719-.024%2C1.382.057%2C1.981-.43.345-.28.927-.439%2C1.294-.353.366.086.702.492.745.902.076.728-.42%2C1.224-.395%2C1.915.013.345.19.698.5.852.068.034.144.059.22.05.116-.012.209-.096.306-.162.802-.55%2C1.846-.15%2C2.624.221.474.226%2C1.312.341%2C1.862.255.55-.086%2C1.458.267%2C2.018.784.56.517%2C1.098%2C1.637%2C1.195%2C2.489s.097%2C2.192%2C0%2C2.978c-.097.787.22%2C1.907.705%2C2.489.485.582.75%2C1.226.588%2C1.431-.162.205-.682.205-1.156%2C0-.474-.205-1.118-.346-1.43-.314-.313.032-.886.297-1.274.588-.388.291-1.305.273-2.038-.039-.733-.313-1.324-1.318-1.313-2.234.011-.916.125-2.036.255-2.489.129-.453.244-1.026.255-1.274.011-.248-.095-.618-.235-.823-.14-.205-.59-.399-.999-.431-.442-.035-.923.235-1.342.035-.223-.106-.369-.326-.483-.546-.3-.58.029-1.291-.272-1.919-.263-.55-.805-.836-1.187-1.287-.258-.305-.547-.584-.861-.831-.145-.114-.301-.225-.481-.268-.18-.044-.39-.007-.51.134-.141.165-.119.408-.115.626.014.92-.341%2C1.34-.88%2C2.017-.052.065-.101.135-.125.214-.02.067-.021.138-.02.208.004.468.165.924.196%2C1.384.033.481-.3.795-.73%2C1.007-.19.094-.411.183-.492.379-.031.076-.037.159-.037.241-.001.902.779%2C2.068%2C1.383%2C2.701.431.453.988%2C1.575%2C1.238%2C2.495l.071.262c.25.92.498%2C1.989.552%2C2.377s.795.644%2C1.646.568c.852-.075%2C1.925.546%2C2.397%2C1.402.46.835%2C1.048%2C1.967%2C1.307%2C2.517.376.798.549%2C1.516.165%2C2.34-.151.325-.403.593-.553.916-.16.344-.26.745-.357%2C1.114-.137.519-.384%2C1.305.027%2C1.762.21.234.535.347.848.331.695-.035%2C1.149-.704%2C1.555-1.2l3.802-4.647c.603-.738%2C1.803-1.671%2C2.666-2.075l1.133-.53c.863-.404%2C2.349-.727%2C3.302-.719l1.042.009c.953.008%2C2.129.588%2C2.614%2C1.289.485.701.389%2C1.878-.213%2C2.617-.214.263-.442.518-.644.79-.289.388-.833.64-1.046%2C1.068-.071.143-.093.305-.102.465-.063%2C1.118.424%2C2.034%2C1.261%2C2.742.701.593%2C1.644.928%2C2.097.745%2C1.221-.494%2C1.582-1.923%2C2.755-2.365.385-.145.802-.283%2C1.059-.606.153-.193.207-.436.349-.631.182-.249.431-.466.616-.721l1.063-1.466c.559-.772.973-1.853.919-2.402s-.46-1.69-.903-2.534l-.898-1.713c-.443-.844-1.475-1.552-2.294-1.574-.819-.022-2.162.355-2.985.836l-.693.406c-.822.481-1.699.122-1.948-.797l-.113-.418c-.249-.92.178-2.131.949-2.691l.919-.668c.219-.159.391-.355.571-.55l-3.343-.348c-.547-.057-1.254-.471-1.57-.921Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m200.047%2C728.557c-.149-.53-.53-1.33-.848-1.779l-1.021-1.441c-.318-.449-.456-1.249-.306-1.778l.367-1.297c.15-.529-.029-1.296-.397-1.705l-2.856-3.167c-.368-.408-.622-1.19-.564-1.737l.244-2.298c.058-.547-.344-.994-.894-.994h-1.74c-.55%2C0-1.341-.294-1.757-.654l-.493-.426c-.416-.36-1.197-.559-1.735-.444l-.598.128c-.538.115-1.137.63-1.332%2C1.145l-.294.775c-.195.514-.023%2C1.24.381%2C1.612l.808.744c.405.372.787%2C1.124.849%2C1.671l.138%2C1.205c.062.547-.336.967-.885.935l-2.655-.156c-.549-.032-1.279-.411-1.621-.841l-2.023-2.542-2.251-.082c-.55-.02-1.309-.363-1.688-.761l-.361-.38c-.379-.399-1.139-.725-1.689-.725h-1.386c-.55%2C0-1.179.413-1.399.917l-.118.271c-.219.504-.844.853-1.389.776l-.583-.083c-.544-.078-1.378.087-1.851.367l-1.846%2C1.089c-.474.279-.983.941-1.132%2C1.471l-.283%2C1.01c-.149.53-.713.882-1.254.783l-3.421-.626c.255.301.536.579.745.924.339.56.586%2C1.204.728%2C1.842.172.776.666%2C1.649%2C1.097%2C1.94.431.291%2C1.293%2C1.12%2C1.915%2C1.842l.912%2C1.059c.622.722%2C1.687%2C1.648%2C2.365%2C2.057.679.41%2C1.205%2C1.524%2C1.169%2C2.476l-.025.652c-.036.952-.566%2C2.329-1.178%2C3.06l-.794.948c-.612.731-1.571%2C1.426-2.131%2C1.544-1.303.276-2.09%2C1.774-3.435%2C1.819-.174.006-.349-.02-.523-.014-.174.006-.357.048-.484.168-.229.216-.161.499-.174.775-.029.589.008%2C1.168.045%2C1.762.004.059.008.121.044.168.052.07.158.081.239.049.081-.032.145-.097.205-.16.628-.656%2C1.532-1.471%2C2.46-1.649.446-.085%2C1.222-.388%2C1.725-.673.503-.285%2C1.692-.571%2C2.643-.636l.58-.04c.951-.065%2C1.558.053%2C1.349.261s-.762%2C1.059-1.229%2C1.89l-.475.844c-.231.412-.494.778-.764%2C1.163-.188.269-.382.546-.478.863-.104.342.003.589.036.93.021.217-.034.433-.082.645-.04.174-.057.398.095.492.08.049.181.043.275.035.194-.017.388-.033.582-.05.161-.014.331-.026.478.042.55.256.084%2C1.19-.119%2C1.513l-3.326%2C5.282c-.668%2C1.062-1.094%2C2.442-2.026%2C3.316-.172.162-.376.288-.543.456-.599.597-.695%2C1.668-.817%2C2.462-.104.677-.701%2C1.587-1.326%2C2.021-.625.434-1.407%2C1.429-1.737%2C2.21-.094.223-.251.441-.442.646l1.963%2C1.881c.397.381%2C1.145.846%2C1.662%2C1.034l.162.059c.517.188%2C1.378.241%2C1.914.117l1.67-.386c.536-.124%2C1.273-.562%2C1.637-.974l.809-.915c.364-.412%2C1.101-.646%2C1.636-.52l1.208.284c.535.126%2C1.272.565%2C1.638.977l.898%2C1.011c.365.411.882%2C1.141%2C1.148%2C1.622l.439.795%2C1.474-.585c.511-.203%2C1.377-.32%2C1.923-.261l1.648.179c.547.059%2C1.237-.271%2C1.533-.734l.187-.292c.296-.463.987-.799%2C1.534-.747l2.119.204c.547.053%2C1.255-.272%2C1.573-.72l.188-.265c.318-.449%2C1.02-.899%2C1.561-1l1.828-.343c.541-.101.983-.634.983-1.184v-.292c0-.55-.378-1.243-.841-1.541l-.531-.341c-.463-.297-.664-.954-.447-1.46l.161-.375c.217-.506.74-1.207%2C1.162-1.559l.835-.696c.422-.352.6-1.057.393-1.567l-.752-1.861c-.206-.51-.775-1.132-1.265-1.383l-1.303-.668c-.489-.251-.923-.905-.964-1.454l-.246-3.302c-.041-.548.275-1.28.703-1.626l3.425-2.773c.427-.346.963-1.039%2C1.19-1.54l1.072-2.368c.227-.501.689-1.266%2C1.028-1.699l2.089-2.675c.338-.433.826-1.186%2C1.084-1.671l.959-1.807c.258-.486.913-.813%2C1.457-.728l.264.041-.507-1.807Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m159.484%2C709.033c.374-.403.98-1.068%2C1.348-1.478l1.91-2.129c.367-.409%2C1.06-.965%2C1.539-1.235l1.801-1.013c.479-.27.821-.937.759-1.484l-.143-1.262c-.062-.546-.324-1.391-.582-1.877l-.317-.597c-.258-.486-.801-.777-1.208-.646-.406.13-.855.562-.997.96-.142.398-.698.818-1.236.933l-.112.024c-.538.115-1.226-.03-1.53-.322-.303-.292-.92-.625-1.371-.738-.45-.114-1.132-.53-1.515-.924l-.222-.228c-.383-.395-1.141-.787-1.685-.872l-2.012-.316c-.543-.085-1.398.029-1.9.254l-.316.142c-.502.225-1.361.378-1.91.341l-2.878-.197c-.549-.038-1.254-.438-1.567-.89l-.952-1.374c-.003.014-.005.029-.008.043-.506%2C2.119-4.179%2C2.706-4.536.181l-.103-.725c-.133-.944-.666-1.971-1.184-2.284-.518-.313-1.303-.454-1.745-.314-.784.249-.988.879-1.477%2C1.438-.106.122-.225.235-.302.377-.244.446%2C1.159%2C2.024.308%2C2.298-.226.073-.469-.018-.689-.108-.204-.083-.409-.167-.613-.25-.227-.093-.541-.161-.673.046-.084.132-.037.306.013.455.281.841.482%2C1.707.655%2C2.576.091.459.175.919.26%2C1.379.054.293.055.849.374.998.296.139%2C1.144-.458%2C1.144.241%2C0%2C.313-.485%2C1.001-1.078%2C1.529-.593.528-1.413.484-1.823-.098-.133-.188-.294-.363-.462-.524l.673%2C3.899c.093.542.288%2C1.42.432%2C1.951l.158.58c.144.531.516%2C1.336.827%2C1.79l.417.608c.311.454%2C1.001.936%2C1.534%2C1.072l1.22.311c.533.136%2C1.321.527%2C1.752.869l.849.675c.431.342.476.952.101%2C1.354l-.309.332c-.375.403-.344%2C1.03.068%2C1.395l.112.099c.412.364.997%2C1.038%2C1.3%2C1.497l.818%2C1.241c.303.459.984.956%2C1.514%2C1.104l.736.206c.53.148%2C1.222.637%2C1.539%2C1.087l.025.036c.316.45%2C1.023.864%2C1.57.921l3.343.348c.137-.149.277-.297.448-.424.102-.076.205-.154.278-.258.073-.104.112-.24.069-.36-.032-.092-.106-.162-.176-.229-.991-.963-1.534-2.426-2.189-3.639-.415-.768-.829-1.535-1.244-2.303-.453-.838-.16-1.935.65-2.436l3.01-1.861c.81-.501%2C1.835-.453%2C2.277.108.434.551%2C1.543.972%2C2.485.952.185-.368.414-.732.635-.97l2.114-2.28Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m193.537%2C690.614c-.143-.531-.038-1.358.232-1.837l.778-1.381c-.018-.005-.042-.015-.06-.02-.701-.194-1.945-.432-2.764-.529-.819-.097-1.888-.847-2.374-1.667l-1.604-2.705c-.486-.82-.959-2.266-1.051-3.215l-.057-.59c-.092-.948-.406-2.033-.697-2.411-.291-.378-.353-1.251-.137-1.941.216-.69.736-1.916%2C1.157-2.725.421-.809.562-1.673.314-1.921s-.698-.451-1-.451-1.07.512-1.706%2C1.137c-.636.625-1.412%2C1.261-1.725%2C1.412s-1.045.292-1.627.314c-.582.022-1.385-.278-1.784-.667-.473-.461-.53-1.595-1.224-1.713-.236-.04-.478.008-.713.056-.906.185-1.908.268-2.769.618-.291.119-.953.189-1.47.157-.518-.032-1.395.575-1.95%2C1.35l-.06.084c-.555.775-1.788%2C1.389-2.741%2C1.365%2C0%2C0-1.199-.03-1.202-.03-1.945-.049-4.08%2C2.564-4.08%2C4.43l-.01.149c-.062.951-.069%2C2.232-.015%2C2.846.054.615-.44%2C1.479-1.098%2C1.921-.658.442-1.607%2C1.466-2.111%2C2.275l-1.022%2C1.645c-.503.809-1.692%2C1.53-2.643%2C1.601l-.201.015c-.95.071-2.253-.447-2.894-1.152l-.059-.065c-.641-.705-1.745-.759-2.452-.12-.838.757-1.664%2C1.157-2.651%2C1.7-.263.145-.554.327-.61.622-.081.429.372.752.767.936.396.183.866.443.865.88-.003%2C1.285-2.323%2C1.738-3.21%2C1.724-.342-.005-.714-.044-.995.151-.376.261-.397.788-.498%2C1.238l.952%2C1.374c.313.452%2C1.019.853%2C1.567.89l2.878.197c.549.038%2C1.408-.116%2C1.91-.341l.316-.142c.502-.225%2C1.357-.339%2C1.9-.254l2.012.316c.543.085%2C1.301.478%2C1.685.872l.222.228c.383.395%2C1.065.81%2C1.515.924.45.114%2C1.067.446%2C1.371.738.304.292.992.437%2C1.53.322l.112-.024c.538-.115%2C1.094-.535%2C1.236-.933.142-.398.591-.83.997-.96.406-.13.949.161%2C1.208.646l.317.597c.258.486.52%2C1.33.582%2C1.877l.143%2C1.262c.062.547-.279%2C1.214-.759%2C1.484l-1.801%2C1.013c-.479.27-1.172.825-1.539%2C1.235l-1.91%2C2.129c-.367.409-.974%2C1.074-1.348%2C1.478l-2.114%2C2.28c-.221.238-.45.602-.635.97.016%2C0%2C.034.002.05.001l.652-.025c.952-.036%2C2.061.641%2C2.463%2C1.505l.143.308c.279.598.381%2C1.26.45%2C1.91.07.658-.253%2C1.224-.607%2C1.773-.123.191-.254.391-.275.617-.019.208.058.412.153.598.108.212.25.394.399.569l3.421.626c.541.099%2C1.105-.253%2C1.254-.783l.283-1.01c.149-.53.658-1.191%2C1.132-1.471l1.846-1.089c.474-.28%2C1.307-.444%2C1.851-.367l.583.083c.544.078%2C1.169-.271%2C1.389-.776l.118-.271c.219-.504.849-.917%2C1.399-.917h1.386c.55%2C0%2C1.31.326%2C1.689.725l.361.38c.379.399%2C1.138.741%2C1.688.761l2.251.082-.288-.362c-.342-.43-.566-1.229-.496-1.774l.386-3.033c.069-.546-.017-1.218-.193-1.494-.176-.276-.176-.892%2C0-1.368.176-.476.347-1.316.381-1.865l.242-3.933c.034-.549.329-1.36.656-1.802l.27-.364c.327-.442.655-1.25.728-1.795l.008-.059c.073-.545.513-1.232.978-1.526l1.047-.663c.465-.294%2C1.236-.757%2C1.715-1.028l.996-.565c.479-.271%2C1.281-.329%2C1.782-.128.502.201%2C1.352.458%2C1.89.572l1.054.223c.538.114%2C1.307.002%2C1.708-.249.401-.251.613-.891.47-1.422l-.609-2.267Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m308.497%2C663.934l1.139.236c.539.111%2C1.148-.215%2C1.354-.725l.275-.681c.206-.51.825-.927%2C1.375-.927h2.005c.55%2C0%2C1.248.376%2C1.55.835l.073.11c.303.459.986.722%2C1.518.583l.761-.198c.532-.139%2C1.324-.527%2C1.759-.864l.792-.613c.435-.337%2C1.199-.8%2C1.699-1.031l3.793-1.749c.499-.23%2C1.358-.398%2C1.907-.372l6.147.285c.549.025%2C1.349-.236%2C1.778-.581l.873-.703c.428-.345.895-1.062%2C1.037-1.593l.357-1.334c-.44-.141-.85-.336-1.156-.573-.754-.583-1.871-1.06-2.484-1.06s-1.486-.268-1.942-.596c-.456-.328-1.038-.84-1.295-1.139s-.606-.579-.777-.621c-.171-.043-.392-.73-.492-1.528-.1-.798-.438-1.322-.751-1.165-.848.424-1.793-.292-2.633.231-.07.043-.135.095-.209.13-.776.367-1.175-1.013-1.344-1.5-.141-.405-.571-1.493-1.15-.992-.205.177-.271.504-.519.614-.321.143-.661-.182-1.013-.189-.161-.003-.315.061-.461.129-1.044.485-2.127%2C1.35-3.368.952-1.187-.381-2.419-.65-3.624-.974-.206-.055-.422-.111-.629-.06-.28.068-.48.316-.615.571-.544%2C1.028-.852%2C1.81-2.077%2C2.233-.851.294-2.129%2C1.054-2.84%2C1.688l-2.648%2C2.364c-1.398%2C1.248-2.732.773-4.346.399-.085-.02-.173-.038-.259-.023-.217.036-.354.278-.341.498.013.22.138.417.276.589.361.447.538.95.845%2C1.435.371.588.573%2C1.842.448%2C2.787l-.164%2C1.236c-.125.945-.719%2C2.323-1.32%2C3.062l-1.249%2C1.537%2C2.062%2C2.097c.215.219.423.555.583.903l3.58-3.243c.408-.369%2C1.182-.58%2C1.72-.469Z%22%2F%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m332.922%2C642.013c.183.258.425.482.731.485.834.007%2C1.104-1.334%2C1.104-1.953%2C0-.938-.515-1.718-.497-2.711.009-.516-.204-1.118-.852-1.161-.494-.033-.896.377-1.298.601-.45.251-.929.38-1.415.542l-2.88.816c-.609.173-1.276.364-1.757.8-.278.252-1.084%2C1.549-.421%2C1.804.241.093.877.047%2C1.413-.101.537-.148%2C1.15-.231%2C1.363-.185.213.046.432.705.488%2C1.464.055.759.358%2C1.327.673%2C1.262.315-.065.943-.519%2C1.397-1.01.33-.357.951-1.74%2C1.481-1.31.149.121.243.295.34.46.039.066.081.133.127.198Z%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m323.242%2C641.535c.337-.39.293-.87-.097-1.065-.39-.196-1.117-.234-1.615-.086l-.574.171c-.498.149-.533.475-.077.726l.923.508c.455.251%2C1.104.136%2C1.441-.254Z%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m308.458%2C645.811c0-.261-.364-.481-.808-.489-.444-.008-.913.321-1.042.73-.129.409.168.646.659.526l.298-.073c.491-.12.893-.433.893-.694Z%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m304.165%2C647.837c.446-.045.811-.448.811-.896v-.166c0-.449-.359-.738-.797-.644l-.48.103c-.438.094-.84.526-.891.96-.052.434.271.752.717.708l.64-.064Z%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m259.138%2C721.845l-.912-6.184c-.08-.544.257-1.191.748-1.436l.73-.365c.492-.246%2C1.13-.831%2C1.417-1.3l2.636-4.301c.287-.469.844-1.168%2C1.236-1.553l3.609-3.54c.393-.385.373-.994-.043-1.353l-1.294-1.115c-.416-.359-.884-1.085-1.04-1.612l-.405-1.375c-.155-.528.052-1.26.461-1.628l.451-.406c.409-.368%2C1.129-.437%2C1.601-.154l.222.133c.472.283%2C1.295.62%2C1.83.748l.477.114c.535.128%2C1.372.027%2C1.861-.226l1.033-.534c.489-.253.981-.9%2C1.094-1.438l.75-3.564c.113-.538.549-1.27.968-1.626l.413-.351c.419-.356.934-1.064%2C1.144-1.572l1.077-2.607c.21-.508.571-1.333.802-1.832l1-2.157c.231-.499.796-1.156%2C1.254-1.459l1.819-1.204c.459-.303%2C1.282-.587%2C1.831-.63l6.941-.54c.548-.043%2C1.381-.313%2C1.849-.6l2.243-1.376c.469-.288%2C1.298-.584%2C1.843-.658l5.389-.737-.718-4.96c-.079-.544-.459-1.311-.844-1.703l-2.062-2.097-1.687%2C2.076c-.601.739-1.867%2C1.251-2.813%2C1.137l-4.945-.597c-.946-.114-2.412.151-3.259.589l-3.226%2C1.671c-.846.438-2.31.685-3.253.548l-.454-.066c-.943-.137-2.091-.931-2.551-1.766l-1.366-2.48c-.46-.835-1.328-2.123-1.928-2.863-.829-1.022-1.64-2.054-2.47-3.068-.114-.139-.249-.284-.428-.302-.25-.025-.452.214-.527.455-.151.485-.305%2C1.029-.347%2C1.536l-.005.046c-.107.947-.874%2C2.104-1.704%2C2.573l-3.172%2C1.788c-.83.468-1.689%2C1.609-1.91%2C2.537-.255%2C1.075-.408%2C2.446-1.348%2C3.166-.306.235-.689.378-.934.676-.719.876-.522%2C3.124-.592%2C4.202-.071%2C1.095-.143%2C2.191-.214%2C3.286-.062.951-.785%2C2.123-1.608%2C2.605l-4.889%2C2.863c-.822.482-2.022%2C1.45-2.667%2C2.152l-2.047%2C2.23c-.644.702-1.865%2C1.633-2.713%2C2.068l-11.493%2C5.902c-.848.435-1.301%2C1.184-1.007%2C1.664.294.48%2C1.176.429%2C1.96-.113l.976-.675c.54-.374%2C1.178-.838%2C1.815-1.013.813-.223%2C1.528-.351%2C2.224-.851.321-.23.645-.459.985-.673.806-.508%2C1.934-1.064%2C2.507-1.234s1.51.096%2C2.082.591c.546.472.777%2C1.298.826%2C1.992.064.908-.41%2C1.712-.391%2C2.624.015.703.272%2C1.408.13%2C2.096-.045.216-.129.43-.111.65.071.914%2C1.925.515%2C2.457.412l.087-.017c.935-.181%2C1.966-.177%2C2.292.008.868.495-.437%2C1.714-.771%2C2.046-.105.104-.21.281-.101.379.046.042.114.046.176.049.715.031%2C1.262.147%2C1.765.719.17.194.284.782.253%2C1.309-.031.526-.474%2C1.362-.985%2C1.857-.696.675-2.226%2C1.284-2.417-.183-.022-.169-.034-.361-.164-.472-.181-.155-.484-.034-.6.174-.2.361-.083%2C1.04-.055%2C1.438.062.867.454%2C2.158.872%2C2.87.301.512.603%2C1.281.507%2C1.886-.046.29-.399%2C1.526-.786%2C1.373-.064-.025-.113-.08-.175-.11-.196-.095-.436.129-.411.345s.233.375.447.419c.206.043.421.005.63.028.519.056.483.541.715.899.34.526.72%2C1.159.844%2C1.407.124.248.06.843-.141%2C1.323s-.442%2C1.543-.535%2C2.364c-.093.82.35%2C1.415.985%2C1.322.634-.093%2C1.255-.549%2C1.379-1.013s.428-.844.675-.844.919.316%2C1.491.703c.474.32%2C1.301.581%2C2.014.665l.259-.37c.315-.451.508-1.264.427-1.809Z%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m326.981%2C690.596c-.505-.217-1.069-.818-1.253-1.337l-.01-.028c-.184-.518-.24-1.383-.126-1.921l.262-1.233c.114-.538-.236-1.049-.779-1.135l-2.702-.43c-.543-.087-1.046-.603-1.118-1.149l-.59-4.501c-.072-.545-.567-1.097-1.102-1.227l-1.564-.379c-.535-.129-1.402-.103-1.928.059l-.852.262c-.526.162-1.353.083-1.839-.175l-1.635-.869c-.486-.258-1.332-.506-1.88-.552l-4.384-.365c-.548-.046-1.061-.528-1.14-1.073l-.165-1.139-5.389.737c-.545.074-1.374.371-1.843.658l-2.243%2C1.376c-.469.288-1.301.558-1.849.6l-6.941.54c-.548.043-1.372.326-1.831.63l-1.819%2C1.204c-.459.304-1.023.96-1.254%2C1.459l-1%2C2.157c-.231.499-.592%2C1.323-.802%2C1.832l-1.077%2C2.607c-.21.508-.725%2C1.216-1.144%2C1.572l-.413.351c-.419.356-.855%2C1.088-.968%2C1.626l-.75%2C3.564c-.113.538-.606%2C1.185-1.094%2C1.438l-1.033.534c-.489.253-1.326.354-1.861.226l-.477-.114c-.535-.128-1.358-.465-1.83-.748l-.222-.133c-.472-.283-1.192-.213-1.601.154l-.451.406c-.409.368-.616%2C1.101-.461%2C1.628l.405%2C1.375c.155.528.623%2C1.253%2C1.04%2C1.612l1.294%2C1.115c.416.359.436.968.043%2C1.353l-3.609%2C3.54c-.393.385-.949%2C1.084-1.236%2C1.553l-2.636%2C4.301c-.287.469-.925%2C1.054-1.417%2C1.3l-.73.365c-.492.246-.829.892-.748%2C1.436l.912%2C6.184c.08.544-.112%2C1.358-.427%2C1.809l-.259.37c.149.018.3.038.434.038.774%2C0%2C1.774.139%2C2.223.309.449.17.816.563.816.872s-.432%2C1.211-.961%2C2.004l-1.229%2C1.844c-.167.25-.272.57-.444.806-.169.231-.443.357-.564.63-.122.275-.005.674.291.728.086.016.175%2C0%2C.261-.014%2C1.132-.2%2C2.357-.595%2C3.491-.145.464.186.996.553%2C1.182.816.186.263.907.478%2C1.604.478s1.785-.317%2C2.42-.703%2C1.901-.678%2C2.814-.647c.913.031%2C1.875.651%2C2.138%2C1.379.263.727.997%2C1.323%2C1.632%2C1.323s1.103-.494%2C1.041-1.097-.67-1.643-1.351-2.309l-.169-.165c-.684-.67-.637-1.856-.563-2.73.027-.319.062-.644.192-.936.346-.774.919-1.253%2C1.087-2.125.055-.288.072-.589.108-.88.105-.853.21-1.705.314-2.558.116-.946.541-1.935.943-2.198.402-.263%2C1.263-.542%2C1.913-.619s1.518-.844%2C1.93-1.703l1.655-3.459c.411-.86%2C1.293-2.006%2C1.958-2.548.665-.542%2C1.526-1.517%2C1.913-2.167.387-.65.627-1.79.535-2.533-.093-.743-.241-1.56-.328-1.815-.088-.256.011-.697.22-.981.209-.284.749-1.022%2C1.2-1.641.298-.408.814-2.186%2C1.428-1.878.214.107.333.365.56.441.239.08.489-.074.687-.23.349-.275.638-.511%2C1.015-.732.543-.317%2C1.615-1.039%2C2.383-1.604l1.036-.762c.768-.565%2C1.567-1.207%2C1.775-1.427.209-.22%2C1.106-.685%2C2.017-1.043%2C1.007-.395%2C1.493-.995%2C1.774-2.004.029-.103.06-.21.134-.287.128-.132.337-.133.52-.114.609.061%2C1.204.226%2C1.814.279.774.067%2C1.187-.221%2C1.857-.458.409-.145.954-.114%2C1.387-.163.947-.107%2C2.166.072%2C2.709.398s1.756.72%2C2.697.876l2.809.466c.94.156%2C2.221.872%2C2.846%2C1.591l2.139%2C2.46c.625.719%2C1.405%2C1.684%2C1.732%2C2.145.327.461%2C1.195%2C1.336%2C1.928%2C1.945l.423.351c.733.609%2C1.733%2C1.776%2C2.223%2C2.594l.097.162c.489.818%2C1.114%2C1.401%2C1.389%2C1.297.274-.105.648-.955.83-1.891l.36-1.849c.182-.935.573-2.442.868-3.348l.398-1.219c.296-.906.938-2.316%2C1.428-3.134l.986-1.646-4.428-1.898Z%22%2F%3E%20%3Cpath%20class%3D%22cls-4%22%20d%3D%22m349.155%2C674.804c-1.789-.524.191-2.676.309-3.54.091-.673-.368-1.791-1.021-2.485l-1.023-1.087c-.653-.694-1.604-1.561-2.114-1.927-.509-.366-.793-1.018-.629-1.449.163-.431.522-1.53.796-2.443l.403-1.338c.275-.913.439-2.193.365-2.846-.12-1.059-.666-1.936-.764-3.001-.023-.247-.079-.537-.304-.641-.139-.064-.301-.036-.451-.005-1.368.274-2.728.539-4.106.773-.56.095-1.277.007-1.927-.201l-.357%2C1.334c-.142.531-.609%2C1.248-1.037%2C1.593l-.873.703c-.428.345-1.228.606-1.778.581l-6.147-.285c-.549-.025-1.408.142-1.907.372l-3.793%2C1.749c-.499.23-1.264.694-1.699%2C1.031l-.792.613c-.435.337-1.226.725-1.759.864l-.761.198c-.532.138-1.215-.124-1.518-.583l-.073-.11c-.303-.459-1-.835-1.55-.835h-2.005c-.55%2C0-1.169.417-1.375.927l-.275.681c-.206.51-.815.836-1.354.725l-1.139-.236c-.539-.111-1.313.1-1.72.469l-3.58%2C3.243c.127.276.227.559.262.8l.883%2C6.099c.079.544.592%2C1.027%2C1.14%2C1.073l4.384.365c.548.046%2C1.394.294%2C1.88.552l1.635.869c.486.258%2C1.313.337%2C1.839.175l.852-.262c.526-.162%2C1.393-.188%2C1.928-.059l1.564.379c.534.13%2C1.03.682%2C1.102%2C1.227l.59%2C4.501c.072.545.574%2C1.062%2C1.118%2C1.149l2.702.43c.543.086.894.597.779%2C1.135l-.262%2C1.233c-.114.538-.058%2C1.402.126%2C1.921l.01.028c.184.518.748%2C1.12%2C1.253%2C1.337l4.428%2C1.898.25-.418c.49-.817%2C1.003-1.887%2C1.14-2.377.137-.49.549-.944.915-1.01.366-.065.895-.509%2C1.176-.986s.511-1.028.511-1.224.395-.682.879-1.081c.483-.399%2C1.253-.794%2C1.71-.879.457-.085%2C1.471-.601%2C2.252-1.146l.698-.487c.781-.545%2C1.887-1.617%2C2.457-2.381l.019-.025c.57-.764%2C1.691-1.812%2C2.492-2.328l2.171-1.4c.801-.516%2C1.526-1.121%2C1.61-1.343.085-.222-.156-.495-.534-.606Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m289.241%2C541.638c-.691-.472-1.887-.582-2.657-.246l-2.103.917c-.771.336-1.401%2C1.299-1.401%2C2.14v.421c0%2C1.836%2C1.884%2C3.098%2C2.737%2C4.554.048.083.098.168.175.225.145.106.351.079.511%2C0%2C.16-.08.294-.205.447-.299.472-.288%2C1.025-.221%2C1.541-.344.531-.125.957-.437%2C1.334-.836.506-.535%2C1.046-1.187%2C1.202-1.45.156-.263.137-1.15-.041-1.971l-.165-.759c-.178-.822-.889-1.88-1.58-2.352Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m277.452%2C553.261c-.078-1.001-.802-1.582-1.609-1.29-.807.292-1.555.976-1.662%2C1.52-.107.544.617%2C1.125%2C1.609%2C1.29s1.739-.519%2C1.662-1.52Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m249.054%2C670.262c.187-.172.53-.498.304-.773-.203-.246-.743-.04-.987.036-.926.288-1.826.56-2.705.972-.356.167-.738.307-1.131.293-.598-.022-.749-.333-.995-.776-.226-.408-.755-.821-1.169-1.024-.413-.202-1.198-.266-1.745-.141l-.649.148c-.547.125-1.028.547-1.07.938-.042.391.111%2C1.13.34%2C1.641.17.378.276.689.35%2C1.1.032.179.07.367.191.503.122.137.312.196.495.198.183.002.362-.046.539-.094%2C1.021-.276%2C2.035-.486%2C3.075-.676.55-.1%2C1.395-.417%2C1.7.267.041.092.065.194.125.275.06.081.173.137.262.09.037-.02.064-.054.09-.088.307-.399.616-.709.985-1.049l1.995-1.838Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m245.536%2C653.066c.236-.198.195-.452-.091-.566l-1.098-.434c-.287-.113-.547.045-.579.352l-.183%2C1.772c-.032.307.136.396.372.198l1.579-1.321Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m251.709%2C652.507c.029-.636-.692-.545-1.091-.698-.208-.08-.432-.219-.635-.127-.111.05-.183.162-.216.279-.095.344-.1.753-.162%2C1.11-.049.276-.252.662-.452.859l-.58.568c-.2.196-.43.489-.511.65-.081.162.068.374.331.471l1.127.419c.263.098.465.407.45.686-.038.71-.037%2C1.395-.025%2C2.1.002.095.011.204.089.258.061.042.144.033.217.019.555-.111%2C1.508-.589%2C1.415-1.282-.073-.547-.136-1.096-.221-1.641-.063-.406-.164-.767-.1-1.184.066-.43.229-.838.311-1.265.075-.388.037-.828.055-1.224Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m266.331%2C657.174c.264-.156.231-.312-.074-.347-.723-.082-1.445-.165-2.168-.247-.591-.068-1.182-.135-1.774-.202-.561-.064-1.194-.231-1.752-.198-.131.008-.297.069-.291.2.002.055.038.104.076.144.248.265.684.338%2C1.017.447.424.139.848.279%2C1.272.418.606.199%2C1.166.368%2C1.746.639.073.034.146.068.225.084.168.035.345-.017.492-.106.42-.253.801-.578%2C1.232-.832Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m271.805%2C653.065c.107-.259-.006-.359-.251-.222-.989.556-1.968%2C1.2-3.015%2C1.635-.067.028-.141.062-.168.13-.028.071.009.154.068.202.059.048.134.07.207.09.376.105.726.269%2C1.095.391.227.075.669.353.886.32.095-.015.173-.09.216-.177.37-.75.64-1.59.961-2.369Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m277.19%2C655.161c.335-.5-.277-1.609-.444-2.111-.141-.424-.282-.849-.424-1.273-.089-.266-.365-.377-.614-.247l-1.542.806c-.248.13-.419.463-.38.741l.162%2C1.131c.05.351-.145.744-.362%2C1.011-.186.23-.811.403-.766.751.087.68%2C1.92.065%2C2.27-.017.661-.155%2C1.672-.17%2C2.101-.793Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m279.088%2C650.195c-.198.198-.437.576-.531.841l-.103.29c-.094.264-.023.655.167.879.181.214.55.328.82.254%2C1.1-.303%2C2.309-.629%2C3.241-1.319.364-.269.514-.599.725-.996.132-.248.162-.666.067-.93l-.045-.125c-.095-.264-.383-.569-.641-.679l-.174-.074c-.258-.11-.665-.08-.904.066l-1.686%2C1.026c-.239.146-.597.427-.796.625l-.141.141Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m298.085%2C646.898c.186-.179.141-.678-.099-1.109l-.289-.518c-.24-.431-.622-.474-.849-.095-.227.379-.132.979.21%2C1.334l.067.069c.342.355.774.499.96.319Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m236.289%2C654.766l-1.179-1.888c-.291-.467-.777-1.224-1.078-1.684l-2.459-3.748c-.302-.46-.939-1.06-1.415-1.335l-.505-.291c-.477-.274-1.035-.081-1.241.429l-.701%2C1.74c-.206.51-.812%2C1.029-1.348%2C1.153l-4.373%2C1.009c-.536.124-1.302-.083-1.704-.459l-1.175-1.103c-.401-.376-.598-1.114-.437-1.64l.205-.671c.161-.526-.102-1.173-.584-1.438l-.092-.05c-.482-.265-1.262-.714-1.734-.996l-.261-.156c-.472-.283-1.124-.84-1.45-1.239-.326-.398-.444-1.11-.263-1.581.181-.471.626-1.123.988-1.449.362-.326.623-1.041.579-1.59l-.367-4.592c-.03-.38-.139-.91-.27-1.371-.333.221-.637.364-.789.34-.249-.04-.596-.13-.771-.199-.174-.07-.48-.188-.68-.263-.199-.075-.836.483-1.415%2C1.24l-.759.992c-.579.757-1.129%2C1.753-1.223%2C2.214-.094.46-.729%2C1.291-1.411%2C1.845-.682.555-1.373%2C1.05-1.535%2C1.101-.162.051-.35.302-.419.558-.068.256-.361.793-.651%2C1.194s-.604%2C1.308-.698%2C2.016c-.094.708-.947%2C1.359-1.896%2C1.447l-.24.022c-.949.088-2.081.536-2.516.997-.435.461-1.57.866-2.522.901l-.755.028c-.952.035-1.843.126-1.98.203-.136.077-.457.139-.713.139s-.716-.23-1.023-.512c-.307-.282-1.158-.861-1.892-1.287-.734-.426-1.948-.594-2.699-.372-1.049.31-1.182.981-1.704%2C1.767-.759%2C1.144-2.418%2C1.692-3.734%2C1.598-.687-.049-1.324-.012-1.415.083-.091.094-.242.2-.337.234-.094.034-.172.164-.172.289s.13.298.288.385c.159.087.344.455.412.817.068.363.17%2C1.194.227%2C1.848.057.654.288%2C1.612.515%2C2.129.227.518.421%2C1.452.432%2C2.077.011.625-.235%2C1.585-.548%2C2.133-.312.548-.841%2C1.167-1.174%2C1.376-.333.208-.452%2C1.143-.263%2C2.077l.211%2C1.044c.188.934.471%2C2.114.627%2C2.623.156.508.188%2C1.564.071%2C2.347-.046.31-.088.807-.268%2C1.073-.185.274-.547.294-.72.555-.119.18-.02.438.154.564.328.237%2C1.233.711%2C1.616.485.287-.169.543-.5.569-.735.026-.235.559-.917%2C1.185-1.516.626-.6%2C1.457-1.602%2C1.848-2.227s.944-1.283%2C1.228-1.46c.285-.178.841-.309%2C1.236-.291.396.018%2C1.187.593%2C1.758%2C1.279s1.291%2C1.434%2C1.598%2C1.662c.308.228.66.825.783%2C1.326.123.501.418%2C1.091.655%2C1.311s.611.385.831.368c.22-.018.781-.19%2C1.247-.384.466-.193.984-.33%2C1.151-.304.167.026.462.325.655.664.193.339.625.54.959.448.334-.093%2C1.175-.643%2C1.87-1.223.694-.58%2C1.586-1.537%2C1.982-2.126.396-.589.726-1.251.735-1.47.009-.22.16-.63.336-.911.107-.171.391-.575.591-.362.193.206.101.661.172.915.113.405.425.696.77.933.544.375%2C1.186.651%2C1.428.615.242-.036.532-.224.644-.417.113-.193.235-.471.272-.617s.332-.257.657-.246c.324.01.682.356.796.768s.585.686%2C1.048.609c.525-.087.796-.308%2C1.168-.635.253-.222.622-.232.848-.477.07-.076.118-.169.182-.248.308-.379.998-.465%2C1.453-.502.628-.051%2C1.893-.303%2C2.811-.56l.95-.266c.656-.183%2C1.329-.308%2C2.011-.33.411-.013%2C1.429-.161%2C1.773.097.144.108.384.647.534%2C1.198.149.551.769%2C1.17%2C1.376%2C1.376.607.206%2C1.692.887%2C2.41%2C1.514l.176.153c.718.626%2C1.919%2C1.386%2C2.669%2C1.688.75.302%2C2.093.825%2C2.984%2C1.162l.673.255c.891.337%2C2.023%2C1.281%2C2.516%2C2.097l.196.324c.492.816%2C1.035%2C1.443%2C1.207%2C1.394.171-.049.265-.867.209-1.819l-.092-1.551c-.056-.951.198-1.863.565-2.026.367-.163%2C1.081-.517%2C1.586-.786.505-.269%2C1.132-.789%2C1.393-1.156s.41-1.444.332-2.394l-.16-1.942c-.078-.95-.076-2.134.006-2.631s.448-1.104.815-1.349c.214-.143.375-.537.455-1.027l-3.422-1.976c-.476-.275-1.104-.882-1.396-1.348Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m330.23%2C601.867l-.589.337c-.477.273-1.306.598-1.842.723l-1.441.336c-.536.125-1.104-.204-1.262-.73l-.796-2.641c-.159-.527-.645-1.232-1.081-1.568l-1.867-1.438c-.436-.336-1.226-.732-1.755-.88l-2.819-.79c-.53-.148-1.333-.014-1.785.299l-4.115%2C2.849c-.452.313-1.113.226-1.468-.194l-.302-.357c-.355-.42-1.088-.847-1.628-.951l-1.517-.29c-.54-.103-1.391-.375-1.891-.604l-.356-.163c-.5-.229-1.353-.492-1.895-.584l-.636-.108c-.542-.092-1.213.221-1.49.696l-.543.931c-.277.475-.772%2C1.225-1.1%2C1.666l-.728.979c-.328.441-.596%2C1.253-.596%2C1.803v.289c0%2C.55-.44%2C1.094-.978%2C1.209l-2.77.593c-.538.115-1.084.647-1.213%2C1.181l-.304%2C1.254c-.13.534-.628%2C1.193-1.107%2C1.463l-2.578%2C1.454c-.479.27-1.222.772-1.652%2C1.116l-1.181.944c.469.216.997.566%2C1.299.883l1.515%2C1.584c.38.397.561%2C1.153.402%2C1.68l-1.133%2C3.749c-.159.526-.034%2C1.328.278%2C1.78l1.499%2C2.173c.312.453.617%2C1.27.677%2C1.817l.439%2C3.978c.06.547.313%2C1.395.562%2C1.886l.412.812c.249.49.526%2C1.336.617%2C1.878l.461%2C2.771c.09.543.431%2C1.282.757%2C1.644.326.362.644%2C1.104.707%2C1.651l.412%2C3.568c.486-.034%2C1.204.022%2C1.71.144.565.136%2C1.455-.112%2C1.979-.552.523-.439%2C1.693-1.04%2C2.599-1.334l.927-.301c.906-.294%2C1.845-.637%2C2.086-.763.241-.126.497-.434.571-.685.073-.251.664-.739%2C1.313-1.084s1.505-.311%2C1.903.076c.398.387%2C1.16%2C1.35%2C1.693%2C2.139l.183.272c.534.79%2C1.707%2C1.415%2C2.607%2C1.39.9-.025%2C2.156.064%2C2.789.197.634.133%2C1.459-.017%2C1.834-.334.762-.644%2C1.207-1.595%2C1.75-2.413.238-.358.604-.826%2C1.073-.478.066.049.129.114.211.116.068%2C0%2C.13-.047.166-.105.035-.059.049-.127.063-.194.111-.558.214-.881.592-1.311.364-.414.48-.767.465-1.329-.017-.592-.569-1.029-1.228-.97-.659.058-1.457.318-1.774.576-.317.258-.678.238-.803-.046-.125-.283-.125-.638%2C0-.788.125-.15.992-.427%2C1.926-.616%2C1.113-.225%2C2.266-.673%2C3.137.373.292.35.797.596%2C1.122.546.325-.05%2C1.062-.391%2C1.637-.758.575-.367%2C1.333-.728%2C1.683-.803.35-.075%2C1.078-.779%2C1.617-1.565l.889-1.296c.539-.786%2C1.431-1.824%2C1.981-2.308.303-.267.814-.533%2C1.367-.739l-1.931-3.638c-.258-.486-.307-1.303-.11-1.817l.704-1.83c.197-.513.134-1.323-.141-1.799l-.422-.732c-.275-.476-.453-1.314-.396-1.861l.345-3.319c.057-.547.368-1.359.691-1.803l3.511-4.828c.323-.445.756-1.226.962-1.736l1.157-2.867h-4.19c-.55%2C0-1.391.223-1.868.496Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m293.436%2C638.978c-.063-.546-.381-1.289-.707-1.651-.326-.362-.667-1.101-.757-1.644l-.461-2.771c-.09-.542-.368-1.388-.617-1.878l-.412-.812c-.249-.49-.502-1.339-.562-1.886l-.439-3.978c-.06-.547-.365-1.364-.677-1.817l-1.499-2.173c-.312-.453-.437-1.254-.278-1.78l1.133-3.749c.159-.526-.022-1.282-.402-1.68l-1.515-1.584c-.38-.397-1.12-.858-1.645-1.024l-2.673-.845c-.524-.166-1.118-.721-1.318-1.233l-.178-.455-3.533%2C1.037c-.528.155-1.385.136-1.905-.043l-.991-.34c-.52-.178-1.338-.103-1.816.168l-.153.087c-.479.271-1.316.428-1.86.351l-2.633-.376c-.544-.078-1.278.204-1.63.627l-3.662%2C4.394c-.352.423-1.073.892-1.602%2C1.043l-.96.274c-.529.151-1.091.706-1.249%2C1.233l-.167.556c-.158.527.083%2C1.213.537%2C1.524l.988.679c.453.312.506.885.117%2C1.274l-.316.316c-.389.389-1.152.778-1.695.864l-1.649.262c-.543.086-1.319.461-1.725.833l-.503.461c-.405.372-1.187.676-1.737.676h-2.531c-.55%2C0-1.424.151-1.942.336l-1.576.563c-.518.185-1.388.275-1.932.201l-3.455-.471c-.545-.074-1.299.193-1.675.594l-3.579%2C3.814c-.376.401-.732%2C1.177-.79%2C1.724l-.443%2C4.189c-.058.547-.467%2C1.262-.909%2C1.589l-.952.705c-.442.327-.861%2C1.041-.931%2C1.587l-.232%2C1.806c-.07.546-.454%2C1.301-.854%2C1.68l-.113.107c-.399.378-.754%2C1.137-.789%2C1.686l-.109%2C1.734c.061.02.124.026.183.06l.505.291c.477.274%2C1.114.875%2C1.415%2C1.335l2.459%2C3.748c.302.46.787%2C1.218%2C1.078%2C1.684l1.179%2C1.888c.291.467.92%2C1.073%2C1.396%2C1.348l3.422%2C1.976c.057-.35.074-.746.033-1.141l-.088-.852c-.098-.948.214-2.211.694-2.807.48-.596%2C1.354-1.697%2C1.943-2.446l1.684-2.143c.589-.749%2C1.85-1.38%2C2.803-1.4l1.056-.023c.953-.021%2C2-.083%2C2.328-.137s.618.113.646.372c.027.26.016.74-.025%2C1.068-.041.328-.019.987.05%2C1.465s.68%2C1.416%2C1.36%2C2.084l.509.501c.679.668%2C1.001%2C1.74.714%2C2.382-.287.642-.973%2C1.803-1.526%2C2.579l-1.171%2C1.646c-.552.777-.959%2C1.546-.905%2C1.71s.334.175.621.025c.287-.15%2C1.036-.385%2C1.664-.522s1.154-.829%2C1.167-1.54c.014-.71.237-1.75.497-2.31.259-.56.774-1.264%2C1.142-1.565.369-.301%2C1.438-.408%2C2.376-.239l.166.03c.938.169%2C1.996.107%2C2.351-.139.355-.246%2C1.115-.537%2C1.689-.646.574-.109%2C1.166-.724%2C1.316-1.366.097-.414.253-1.021.528-1.354.321-.389.968-.535%2C1.335-.856.437-.382.918-.662%2C1.068-.621.15.041.407.175.571.298.164.123.521.201.795.174s.803-.337%2C1.177-.687c.374-.351%2C1.458-.678%2C2.41-.728l2.169-.113c.952-.05%2C2.113-.222%2C2.58-.383.468-.161.995-.32%2C1.173-.352.177-.032.6-.587.938-1.231.339-.645%2C1.341-1.107%2C2.228-1.026s2.087.041%2C2.668-.088%2C1.294-.632%2C1.584-1.117c.291-.486.61-.887.708-.893.099-.005.139.353.09.796-.088.796.909%2C1.274%2C1.519%2C1.494.799.289%2C1.514.266%2C2.345.163.946-.117%2C1.947-.949%2C2.225-1.848.278-.899.891-1.685%2C1.361-1.748.049-.007.117-.006.174-.01l-.412-3.568Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m280.743%2C606.178c.471-.254.761-.901.644-1.438l-.204-.943c-.117-.538-.545-1.274-.951-1.636-.407-.362-.322-.826.189-1.03l3.411-1.364c.511-.204%2C1.062-.801%2C1.224-1.327l1.121-3.621c.163-.525.456-1.376.652-1.89l.342-.897c.196-.514.014-1.227-.403-1.585l-2.478-2.123c-.418-.358-.898-1.079-1.068-1.602-.143-.68-.664-1.909-.409-2.547.315-.788%2C1.644-.828%2C2.326-1.048.333-.108.666-.215.999-.322.055-.15.106-.299.194-.449.113-.194.243-.461.08-.615-.107-.102-.277-.079-.422-.05-.946.191-1.86.447-2.803.651-.525.113-1.039.135-1.424.082-.299-.041-.523-.126-.603-.255-.184-.296-.719-.747-1.188-1.003s-1.405.087-2.079.761l-.038.038c-.674.674-1.434%2C1.317-1.689%2C1.429-.255.112-.915.213-1.467.223-.552.01-1.312.353-1.69.761-.378.409-1.464.81-2.413.892l-.855.074c-.949.082-1.977.249-2.283.372-.306.123-1.15.729-1.876%2C1.347l-.631.538c-.725.618-1.885%2C1.16-2.576%2C1.205-.561.036-1.27-.526-1.618-.382-.527.218-.605%2C1.166-.514%2C1.584.1.456.194%2C1.608.209%2C2.561v.04c.015.953-.572%2C2.23-1.306%2C2.839l-6.751%2C5.6c-.911.756-2.515.838-3.236%2C1.807-.534.718-.865%2C1.779-1.329%2C2.587-.526.915-1.227%2C1.439-2.053%2C2.025-1.037.735-1.681%2C1.931-2.622%2C2.776-1.432%2C1.287-3.32%2C1.534-4.607%2C3.078-.457.549-1.034%2C1.072-1.282%2C1.164-.248.092-.766.572-1.152%2C1.069-.703.906-1.831%2C1.447-2.465%2C2.373-.351.515-.576%2C1.185-1.146%2C1.436-.197.087-.416.112-.615.193-.896.365-1.176%2C1.692-1.81%2C2.375-.593.638-1.25%2C1.205-1.46%2C1.26-.633.166-.646%2C1.045-1.148%2C1.349-.223.135-.484.194-.741.239-.179.032-.368.061-.513.172-.262.202-.28.585-.435.877-.208.393-.655.554-.893.912-.171.258-.193.618-.338.899-.392.76-1.162%2C1.359-1.926%2C1.717l-.307.144c-.863.404-2.348.769-3.3.811l-.237.011c-.952.042-2.172.488-2.71.992-.21.196-.431.362-.643.503.131.461.24.991.27%2C1.371l.367%2C4.592c.044.548-.217%2C1.264-.579%2C1.59-.362.326-.807.978-.988%2C1.449-.181.471-.063%2C1.182.263%2C1.581.326.398.979.956%2C1.45%2C1.239l.261.156c.472.283%2C1.252.731%2C1.734.996l.092.05c.482.265.745.912.584%2C1.438l-.205.671c-.161.526.036%2C1.264.437%2C1.64l1.175%2C1.103c.401.376%2C1.168.583%2C1.704.459l4.373-1.009c.536-.124%2C1.142-.642%2C1.348-1.153l.701-1.74c.18-.446.628-.629%2C1.057-.489l.109-1.734c.034-.549.389-1.308.789-1.686l.113-.107c.399-.378.783-1.134.854-1.68l.232-1.806c.07-.546.489-1.26.931-1.587l.952-.705c.442-.327.851-1.042.909-1.589l.443-4.189c.058-.547.413-1.323.79-1.724l3.579-3.814c.376-.401%2C1.13-.668%2C1.675-.594l3.455.471c.545.074%2C1.415-.016%2C1.932-.201l1.576-.563c.518-.185%2C1.392-.336%2C1.942-.336h2.531c.55%2C0%2C1.332-.304%2C1.737-.676l.503-.461c.405-.372%2C1.181-.746%2C1.725-.833l1.649-.262c.543-.086%2C1.306-.475%2C1.695-.864l.316-.316c.389-.389.336-.962-.117-1.274l-.988-.679c-.453-.312-.695-.998-.537-1.524l.167-.556c.158-.527.72-1.081%2C1.249-1.233l.96-.274c.529-.151%2C1.25-.62%2C1.602-1.043l3.662-4.394c.352-.423%2C1.086-.705%2C1.63-.627l2.633.376c.544.078%2C1.382-.08%2C1.86-.351l.153-.087c.479-.271%2C1.296-.346%2C1.816-.168l.991.34c.52.178%2C1.378.198%2C1.905.043l3.533-1.037-.176-.449c-.201-.512.02-1.139.491-1.392Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m284.942%2C610.693h0c-.119-.055-.239-.108-.345-.142.106.034.226.087.345.142Z%22%2F%3E%20%3Cpath%20class%3D%22cls-7%22%20d%3D%22m340.786%2C595.773l-1.113-3.588c-.163-.525-.541-1.333-.84-1.794l-2.23-3.441c-.299-.462-.58-1.288-.624-1.836l-.373-4.661c-.289.104-.557.192-.749.229-.572.112-1.743.542-2.602.954l-3.449%2C1.657c-.859.413-2.341.766-3.294.786l-5.411.113c-.953.02-2.15.178-2.661.352-.511.174-1.421.433-2.024.576-.603.143-1.875.287-2.827.32l-3.964.139c-.952.033-2.491-.114-3.42-.327l-2.119-.487c-.929-.213-2.023-.355-2.431-.314s-1.423.455-2.255.92l-2.286%2C1.279c-.832.465-1.805%2C1.063-2.162%2C1.329-.357.265-1.009.424-1.448.353-.439-.072-1.556-.315-2.482-.541l-1.201-.293c-.926-.226-1.978-1.133-2.338-2.015l-.251-.616c-.286-.701-.342-1.385-.094-2.064-.333.108-.666.215-.999.322-.683.22-2.012.261-2.326%2C1.048-.255.638.267%2C1.868.409%2C2.547.17.523.651%2C1.244%2C1.068%2C1.602l2.478%2C2.123c.418.358.599%2C1.071.403%2C1.585l-.342.897c-.196.514-.489%2C1.364-.652%2C1.89l-1.121%2C3.621c-.163.525-.713%2C1.122-1.224%2C1.327l-3.411%2C1.364c-.511.204-.596.668-.189%2C1.03.407.362.835%2C1.098.951%2C1.636l.204.943c.117.538-.173%2C1.185-.644%2C1.438-.471.253-.692.88-.491%2C1.392l.354.904c.201.512.794%2C1.067%2C1.318%2C1.233l2.673.845c.106.034.226.087.345.142l1.181-.944c.429-.344%2C1.173-.846%2C1.652-1.116l2.578-1.454c.479-.27.977-.929%2C1.107-1.463l.304-1.254c.13-.534.676-1.066%2C1.213-1.181l2.77-.593c.538-.115.978-.659.978-1.209v-.289c0-.55.268-1.361.596-1.803l.728-.979c.328-.441.823-1.191%2C1.1-1.666l.543-.931c.277-.475.947-.788%2C1.49-.696l.636.108c.542.092%2C1.395.355%2C1.895.584l.356.163c.5.229%2C1.351.501%2C1.891.604l1.517.29c.54.103%2C1.273.531%2C1.628.951l.302.357c.355.42%2C1.016.507%2C1.468.194l4.115-2.849c.452-.313%2C1.255-.448%2C1.785-.299l2.819.79c.53.148%2C1.319.544%2C1.755.88l1.867%2C1.438c.436.336.922%2C1.041%2C1.081%2C1.568l.796%2C2.641c.159.527.727.855%2C1.262.73l1.441-.336c.536-.125%2C1.365-.45%2C1.842-.723l.589-.337c.477-.273%2C1.318-.496%2C1.868-.496h4.19l.249-.618c.206-.51.735-1.196%2C1.177-1.523l2.565-1.905c.442-.328.669-1.026.506-1.551Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m92.121%2C288.386c.109-.115.273-.103.364.027l.338.484c.091.13.292.264.447.298l.115.025c.155.034.347.174.427.311l.175.3c.185.318.527.09.737.312.08.084.122.196.152.308s.051.227.097.333c.13.303.508.509.526.858l.1%2C1.478c.011.158.097.392.193.519l.044.059c.095.127.177.361.182.519l.037%2C1.179c.005.159-.081.382-.192.495l-1.215%2C1.249c-.111.114-.212.336-.226.494l-.043.494c-.014.158-.15.324-.302.368l-.087.025c-.152.044-.285.21-.295.368l-.047.734c-.01.158-.122.367-.248.463l-.85.645c-.126.096-.262.3-.302.454l-.042.166c-.039.154-.159.375-.266.492l-.438.479c-.107.117-.323.23-.481.252l-2.365.321c-.157.021-.412.008-.566-.029l-.921-.221c-.154-.037-.281.062-.281.221v1.219c0%2C.159-.128.269-.285.244l-.798-.125c-.157-.024-.223.069-.147.209l.765%2C1.404c.076.139.09.374.032.522l-.159.404c-.058.148-.235.281-.393.296l-1.065.102c-.158.015-.371.126-.474.247l-.367.43c-.103.121-.296.148-.428.061l-.601-.396c-.133-.087-.371-.16-.53-.161l-1.248-.01c-.159-.001-.232.115-.163.258l.463.962c.069.143.017.332-.115.42l-.418.279c-.132.088-.369.149-.528.136l-.622-.052c-.158-.013-.373.074-.477.194l-.49.563c-.104.12-.139.337-.076.483l.144.339c.062.146-.004.322-.147.391l-1.376.662c-.143.069-.385.091-.538.049l-.227-.062c-.153-.042-.297.053-.319.21l-.174%2C1.211c-.023.157-.17.298-.328.313l-.623.059c-.158.015-.405-.027-.549-.094l-1.316-.612c-.144-.067-.391-.11-.549-.095l-1.136.104c-.158.015-.348.141-.422.281l-.357.673c-.074.14-.264.238-.421.217l-.069-.009c-.157-.021-.245.085-.194.235l.258.765c.051.15.193.355.317.454l1.289%2C1.036c.124.099.294.291.378.425l.078.124c.084.135.085.355%2C0%2C.489l-.094.151c-.084.135-.1.364-.035.509l.235.528c.065.145.221.342.346.439%2C0%2C0%2C.987.757%2C1.01.775.376.288.578.773.594%2C1.24.003.095-.004.197-.063.272-.055.069-.145.102-.233.11-.306.031-.581-.174-.82-.368-.398-.323-.741-.717-1.1-1.085-.111-.114-.324-.165-.475-.114l-.38.129c-.282.095-.513.033-.792-.019-.074-.014-.151-.017-.226-.01-.029.003-.058.007-.083.021-.058.033-.076.109-.075.176.004.249-.045.528-.295.654l-.526.266c-.142.072-.248.26-.236.418l.071.964c.012.158-.082.367-.208.463l-.625.477c-.126.096-.266.3-.31.452l-.309%2C1.057c-.044.152-.049.402-.01.555.039.153-.024.366-.141.473l-.815.75c-.117.108-.191.323-.164.48l.032.186c.027.156.115.396.197.531l.614%2C1.017c.082.136.221.139.308.006l.152-.231c.087-.132.283-.278.436-.323l.844-.25c.152-.045.318.041.368.192l.302.907c.05.151-.028.325-.173.389l-.782.34c-.145.063-.337.223-.426.354l-.533.79c-.089.132-.286.277-.438.322l-1.628.489c-.152.046-.354.188-.448.315l-.997%2C1.346c-.094.128-.301.232-.46.232h-.663c-.159%2C0-.392.078-.518.175l-.61.463c-.126.096-.351.128-.499.07l-.56-.218c-.148-.058-.244-.232-.215-.388l.362-1.885c.03-.156-.027-.385-.126-.508l-.109-.135c-.1-.124-.138-.347-.085-.497.07-.2.258-.558.002-.706-.066-.038-.146-.046-.208-.089-.113-.076-.133-.243-.08-.368.039-.092.09-.158.092-.258.002-.08-.012-.176-.033-.254l-.037-.141c-.041-.153-.157-.285-.259-.293-.102-.008-.228-.137-.281-.286l-.25-.71c-.053-.15-.021-.378.07-.508l.309-.44c.091-.13.28-.298.42-.373l.918-.496c.14-.075.324-.246.411-.379l1.098-1.696c.086-.133.247-.31.356-.392.11-.082.309-.169.442-.192.133-.024.348-.118.477-.21l1.454-1.034c.129-.092.21-.295.179-.45l-.586-2.955c-.031-.156-.113-.399-.184-.542l-1.284-2.604c-.07-.142-.109-.387-.086-.544l.13-.883c.023-.157.116-.334.206-.393.09-.059.237%2C0%2C.326.132l.218.321c.089.131.284.195.434.143l.867-.306c.15-.053.341-.206.425-.341l.05-.081c.084-.135.269-.186.41-.114l.184.094c.141.072.377.082.524.021l.607-.25c.147-.061.303-.235.348-.387l.051-.173c.045-.152.186-.354.313-.449l1.376-1.024c.127-.095.267-.297.311-.45l.155-.543c.044-.153.193-.341.331-.418l.466-.26c.138-.077.38-.123.538-.102l.469.064c.157.022.391-.036.52-.129l.685-.491c.129-.092.344-.123.477-.068.133.055.315-.008.403-.14.117-.175.234-.35.351-.524.069-.103.129-.212.193-.316.096-.157.291-.16.447-.235.213-.103.35-.339.578-.402.142-.04.293-.004.44.002.245.009.345-.105.445-.301.083-.163.166-.325.249-.488.132-.258.264-.516.396-.775.072-.141.115-.385.095-.542-.02-.157-.154-.34-.297-.408l-1.501-.709c-.144-.068-.391-.122-.549-.121l-1.547.01c-.159.001-.348-.114-.42-.255l-.891-1.739c-.072-.141-.071-.372.002-.513l.232-.444c.073-.141.127-.386.119-.544l-.027-.521c-.008-.159-.121-.364-.25-.456l-.229-.164c-.129-.092-.217-.296-.195-.453l.148-1.053c.022-.157.154-.223.293-.147l.92.506c.139.076.381.117.537.09l2.068-.358c.156-.027.402.006.545.074.344.163.688.325%2C1.032.488.441.209%2C1.219.396%2C1.015%2C1.039-.156.492-.595.968-.882%2C1.402-.087.132-.05.312.082.399l1.686%2C1.109c.133.087.347.084.477-.007%2C0%2C0%2C.676-.476.719-.49.043-.014%2C1.861-.546%2C1.861-.546.152-.044.375-.166.495-.27l.519-.449c.12-.104.348-.187.507-.185l.506.007c.159.002.211-.1.115-.227l-.509-.679c-.095-.127-.118-.348-.05-.492l.338-.718c.068-.144.243-.31.39-.369l1.119-.453c.147-.06.354-.205.46-.324l4.006-4.488c.106-.118.24-.336.299-.483l.813-2.044c.059-.147.045-.382-.031-.522l-.337-.619c-.076-.139-.049-.348.061-.463l.446-.47Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m77.21%2C318.15c-.06.125-.221.248-.358.273l-.687.126c-.136.025-.232.158-.211.296.029.197.008.54.225.622.152.057.332.078.493.092.138.012.337-.052.442-.143.518-.447%2C1.084-.853%2C1.42-1.463.145-.264.074-.449-.01-.716-.041-.132-.186-.215-.321-.184l-.276.063c-.135.031-.295.159-.356.284l-.362.75Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m67.639%2C296.5c.138.018.356-.009.485-.06l.412-.163c.129-.051.323-.022.431.066l.868.701c.108.087.152.263.098.391l-.061.143c-.054.128-.21.257-.345.288-.199.045-.38.048-.58.003-.206-.047-.415-.121-.629-.098-.117.012-.229.054-.344.084-.512.132-1.1.041-1.625.025-.139-.004-.32-.099-.404-.21l-.062-.082c-.083-.111-.108-.307-.056-.436l.25-.611c.053-.129.208-.219.346-.201l1.216.161Z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m76.777%2C278.667c-.067.005-.131-.01-.185-.062-.161-.158.032-.336.142-.453%2C0%2C0%2C1.896-2.021%2C1.898-2.023.125-.134.403-.458.607-.306.157.117.047.394.014.55-.035.167-.069.353-.151.505-.078.144-.139.493-.136.774.003.281-.306.56-.686.619-.393.061-.782.17-1.161.288-.102.032-.226.099-.341.108Z%22%2F%3E%20%3Cpath%20class%3D%22cls-6%22%20d%3D%22m11.884%2C318.978c-.496-.261-.498-.692-.005-.957l1.717-.925c.494-.266%2C1.218-.155%2C1.61.245l1.006%2C1.028c.392.401.571%2C1.165.398%2C1.698l-.072.223c-.092.284-.206.373-.494.413-.961.135-1.744-.455-2.556-.882-.535-.281-1.069-.562-1.604-.843Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22LINE%22%3E%20%3Cpath%20class%3D%22cls-9%22%20d%3D%22m97.247%2C380.728H.25c-.138%2C0-.25-.112-.25-.25s.112-.25.25-.25h96.894l68.852-68.853v-58.355c0-.138.112-.25.25-.25s.25.112.25.25v58.459c0%2C.066-.026.13-.073.177l-68.999%2C68.999c-.047.047-.11.073-.177.073Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Prefectural_border%22%20data-name%3D%22Prefectural%20border%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m605.507%2C513.417c-.609%2C0-1.36-.276-1.784-.671l-5.45-5.074c-.425-.395-.983-1.14-1.244-1.661l-2.204-4.404c-.221-.439-.77-1.011-1.2-1.247l-7.784-4.286c-.438-.241-1.231-.445-1.732-.445h-7.059c-.478%2C0-1.177.275-1.528.601l-5.449%2C5.074c-.425.396-1.208.898-1.747%2C1.12l-10.309%2C4.245c-.579.237-1.493.256-2.081.044l-3.366-1.224c-.644-.235-1.122-.954-1.088-1.638l.379-7.777c.025-.505-.119-1.326-.313-1.792l-1.615-3.875c-.234-.562-.343-1.473-.247-2.073l1.355-8.515c.105-.658.689-1.32%2C1.33-1.508l12.861-3.733c.395-.114.706-.558.678-.969l-.344-5.156c-.042-.627.24-1.496.642-1.978l5.872-7.046c.265-.318.279-.865.031-1.196l-3.092-4.122c-.383-.511-.573-1.399-.432-2.021l2.897-12.83c.137-.608.639-1.373%2C1.143-1.742l4.584-3.35c.364-.266.684-.896.684-1.348v-2.53c0-.45-.323-1.072-.69-1.332l-2.418-1.708c-.496-.35-1.079-1.057-1.328-1.611l-1.325-2.944c-.201-.448-.727-1.04-1.148-1.292l-6.917-4.15c-.142-.085-.188-.27-.103-.412.085-.141.269-.188.412-.103l6.917%2C4.15c.526.316%2C1.136%2C1.002%2C1.387%2C1.561l1.325%2C2.944c.204.454.72%2C1.08%2C1.126%2C1.367l2.419%2C1.708c.529.374.944%2C1.174.944%2C1.822v2.53c0%2C.646-.408%2C1.451-.93%2C1.832l-4.584%2C3.35c-.388.284-.806.92-.912%2C1.389l-2.897%2C12.83c-.101.448.052%2C1.163.327%2C1.529l3.092%2C4.122c.416.555.395%2C1.407-.05%2C1.94l-5.872%2C7.046c-.305.366-.536%2C1.078-.504%2C1.554l.344%2C5.157c.046.694-.441%2C1.39-1.11%2C1.584l-12.86%2C3.733c-.414.121-.837.601-.904%2C1.025l-1.355%2C8.515c-.078.49.017%2C1.291.208%2C1.749l1.615%2C3.875c.23.552.388%2C1.453.359%2C2.052l-.379%2C7.777c-.021.414.304.902.694%2C1.044l3.365%2C1.224c.45.164%2C1.205.147%2C1.648-.034l10.309-4.245c.475-.196%2C1.192-.656%2C1.566-1.005l5.45-5.074c.46-.427%2C1.311-.761%2C1.937-.761h7.059c.604%2C0%2C1.493.229%2C2.021.52l7.784%2C4.286c.537.295%2C1.172.955%2C1.447%2C1.504l2.204%2C4.405c.23.459.741%2C1.141%2C1.116%2C1.489l5.45%2C5.074c.337.314%2C1.032.551%2C1.493.505l1.903-.188c.184-.018.348-.107.462-.25.114-.143.164-.322.141-.505l-.042-.339c-.067-.537-.261-1.109-.393-1.286-.289-.385-.139-1.128.149-1.632l.459-.806c.341-.595%2C1.133-.941%2C1.798-.798l1.024.225c.545.12%2C1.422.34%2C1.956.49l6.249%2C1.765c.16.045.252.211.207.37-.045.16-.208.254-.37.208l-6.249-1.765c-.524-.148-1.386-.364-1.922-.482l-1.024-.225c-.404-.089-.942.148-1.148.509l-.459.806c-.248.433-.264.877-.19.976.244.326.444%2C1.053.509%2C1.571l.042.339c.043.345-.052.683-.268.953s-.525.438-.872.474l-1.904.188c-.057.005-.117.008-.177.008Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m627.505%2C319.707c-.315%2C0-.583-.119-.746-.334-.183-.243-.211-.579-.079-.922l.978-2.543c.184-.478.339-1.314.339-1.826v-1.053c0-.491-.238-1.245-.52-1.647l-2.415-3.45c-.258-.368-.878-.691-1.328-.691h-.375c-.495%2C0-1.267.224-1.685.489l-8.488%2C5.375c-.557.353-1.447.385-2.028.072l-7.06-3.801c-.434-.234-1.216-.395-1.706-.345l-19.324%2C1.826c-.161.022-.312-.105-.327-.271-.016-.165.105-.312.271-.327l19.324-1.826c.608-.056%2C1.507.125%2C2.046.415l7.06%2C3.801c.386.208%2C1.052.185%2C1.423-.05l8.488-5.375c.515-.326%2C1.396-.582%2C2.006-.582h.375c.648%2C0%2C1.448.416%2C1.819.947l2.415%2C3.45c.352.503.628%2C1.377.628%2C1.991v1.053c0%2C.592-.167%2C1.489-.379%2C2.042l-.978%2C2.543c-.056.146-.057.271-.001.345.056.073.177.107.332.093l7.507-.67c.52-.047%2C1.369-.24%2C1.854-.422l8.983-3.369c.533-.2%2C1.417-.445%2C1.971-.548l5.328-.991c.503-.094%2C1.297-.399%2C1.733-.666l4.559-2.794c.144-.085.326-.043.413.099.087.141.042.326-.099.413l-4.56%2C2.794c-.496.304-1.365.638-1.938.744l-5.328.991c-.524.098-1.363.331-1.869.52l-8.983%2C3.369c-.535.201-1.438.407-2.011.458l-7.507.67c-.04.003-.08.005-.118.005Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m637.912%2C405.853c-.621%2C0-1.409-.307-1.841-.725l-.115-.11c-.445-.431-.857-1.25-.938-1.864l-.391-2.986c-.052-.396-.433-.73-.833-.73h-.929c-.603%2C0-1.491-.225-2.022-.511l-8.823-4.77c-.451-.244-1.261-.505-1.768-.571l-1.306-.17c-.445-.06-1.108.179-1.416.509l-2.64%2C2.828c-.421.451-1.226.89-1.833.999l-3.609.648c-.646.112-1.494-.17-1.937-.649l-3.934-4.252c-.335-.363-1.023-.771-1.502-.892l-23.734-5.997c-.16-.041-.258-.204-.217-.365.041-.16.203-.255.365-.217l23.734%2C5.997c.592.15%2C1.381.619%2C1.795%2C1.067l3.934%2C4.252c.302.327.954.542%2C1.39.466l3.608-.648c.48-.086%2C1.167-.46%2C1.5-.817l2.64-2.828c.442-.473%2C1.291-.777%2C1.932-.694l1.306.17c.576.075%2C1.462.361%2C1.975.638l8.823%2C4.77c.441.238%2C1.237.439%2C1.737.439h.929c.697%2C0%2C1.337.562%2C1.427%2C1.252l.391%2C2.986c.063.481.411%2C1.173.76%2C1.511l.115.11c.333.322%2C1.029.572%2C1.492.555l4.112-.236c.492-.028%2C1.24-.302%2C1.633-.599l2.458-1.851c.382-.288.778-.929.865-1.4l.941-5.143c.107-.592.488-1.426.865-1.898l.754-.942c.427-.533%2C1.263-.762%2C1.9-.521l5.042%2C1.901c.155.059.233.231.175.387-.058.155-.234.234-.386.175l-5.042-1.901c-.393-.146-.961.01-1.221.334l-.754.942c-.313.392-.654%2C1.139-.744%2C1.631l-.941%2C5.143c-.113.616-.594%2C1.394-1.094%2C1.771l-2.458%2C1.851c-.488.368-1.35.684-1.96.718l-4.112.236c-.033.002-.067.003-.102.003Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m618.768%2C393.369c-.164%2C0-.298-.131-.3-.295l-.137-9.613c-.007-.509-.187-1.333-.391-1.799l-4.638-10.56c-.257-.586-.231-1.493.058-2.064l4.788-9.435c.229-.45.432-1.258.445-1.763l.286-11.647c.015-.622.35-1.474.761-1.94l1.188-1.347c.32-.362.6-1.076.612-1.559l.368-14.494c.015-.61.302-1.481.653-1.983l4.18-5.962c.095-.135.28-.169.418-.073.136.095.168.282.073.418l-4.18%2C5.962c-.283.404-.533%2C1.162-.545%2C1.654l-.368%2C14.494c-.015.622-.35%2C1.475-.762%2C1.94l-1.188%2C1.347c-.319.362-.599%2C1.076-.611%2C1.559l-.286%2C11.647c-.015.599-.239%2C1.486-.509%2C2.02l-4.788%2C9.435c-.207.408-.227%2C1.132-.043%2C1.551l4.638%2C10.56c.239.544.433%2C1.437.441%2C2.032l.137%2C9.613c.002.166-.13.302-.295.304h-.004Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m592.499%2C460.948c-.077%2C0-.15-.003-.221-.01l-3.333-.315c-.568-.054-1.47-.243-2.011-.422l-6.59-2.178c-.496-.164-1.353-.326-1.871-.355l-1.816-.103c-.497-.026-1.31.124-1.768.331l-2.111.959c-.15.07-.328.002-.397-.149-.069-.151-.002-.329.149-.397l2.111-.959c.548-.25%2C1.443-.415%2C2.05-.384l1.816.103c.57.032%2C1.479.204%2C2.025.385l6.591%2C2.178c.497.165%2C1.358.345%2C1.879.394l3.333.315c.486.045%2C1.25-.128%2C1.667-.381l1.023-.619c.389-.235.779-.838.834-1.29l1.485-12.188c.077-.633.55-1.409%2C1.078-1.767l4.389-2.978c.396-.269.821-.889.928-1.355l.414-1.792c.128-.556.441-1.424.699-1.935l4.856-9.653c.225-.445.392-1.243.366-1.742l-.625-12.015c-.032-.616.216-1.499.564-2.009l1.348-1.972c.284-.416.572-1.133.629-1.566.056-.43-.054-1.184-.241-1.647l-.029-.072c-.206-.507-.581-1.304-.836-1.777l-2.992-5.541c-.079-.146-.024-.328.122-.407.146-.08.328-.024.407.122l2.991%2C5.541c.264.489.652%2C1.313.864%2C1.837l.029.072c.227.561.35%2C1.417.28%2C1.95-.069.528-.389%2C1.331-.729%2C1.827l-1.348%2C1.972c-.275.402-.486%2C1.153-.46%2C1.639l.625%2C12.015c.032.605-.157%2C1.502-.429%2C2.043l-4.856%2C9.652c-.235.468-.533%2C1.292-.65%2C1.8l-.414%2C1.792c-.141.611-.658%2C1.365-1.176%2C1.717l-4.389%2C2.978c-.381.258-.763.886-.819%2C1.342l-1.485%2C12.188c-.078.638-.569%2C1.399-1.119%2C1.731l-1.023.619c-.467.282-1.221.475-1.814.475Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m474.064%2C630.56c-.166%2C0-.3-.134-.3-.3v-6.979c0-.608.247-1.491.563-2.011l.878-1.443c.309-.507.923-1.182%2C1.398-1.536l3.888-2.902c.407-.303.958-.934%2C1.204-1.378l5.493-9.913c.205-.37.146-.98-.124-1.306l-.296-.354c-.312-.375-.976-.782-1.451-.89l-7.035-1.604c-.685-.156-1.165-.85-1.07-1.546l1.621-11.889c.067-.491-.047-1.287-.25-1.739l-4.066-9.051c-.21-.468-.691-1.175-1.049-1.543l-4.594-4.714c-.439-.451-.783-1.297-.783-1.926v-1.625c0-.691.524-1.367%2C1.194-1.539l4.209-1.079c.467-.119%2C1.1-.553%2C1.38-.946l1.99-2.785c.285-.398.525-1.149.525-1.64v-5.25c0-.592.175-1.487.399-2.039l3.029-7.446c.189-.465.31-1.28.262-1.78l-.601-6.362c-.058-.616.156-1.508.486-2.029l3.816-6.032c.27-.426.543-1.21.598-1.712l.572-5.262c.055-.508-.011-1.354-.145-1.849l-3.939-14.516c-.043-.159.051-.324.211-.367.161-.05.325.051.368.211l3.939%2C14.516c.155.572.227%2C1.481.163%2C2.069l-.572%2C5.262c-.065.598-.367%2C1.462-.688%2C1.968l-3.816%2C6.032c-.26.411-.441%2C1.168-.396%2C1.652l.601%2C6.362c.057.6-.077%2C1.506-.304%2C2.063l-3.029%2C7.446c-.192.474-.355%2C1.304-.355%2C1.812v5.25c0%2C.614-.279%2C1.488-.637%2C1.988l-1.99%2C2.786c-.362.506-1.117%2C1.023-1.719%2C1.179l-4.209%2C1.079c-.403.103-.744.541-.744.957v1.625c0%2C.476.281%2C1.166.613%2C1.508l4.594%2C4.714c.405.416.928%2C1.186%2C1.166%2C1.715l4.066%2C9.051c.25.556.381%2C1.464.298%2C2.066l-1.621%2C11.889c-.053.389.226.792.609.879l7.035%2C1.605c.602.137%2C1.383.616%2C1.778%2C1.09l.296.354c.432.52.515%2C1.39.188%2C1.981l-5.493%2C9.913c-.289.522-.891%2C1.211-1.369%2C1.567l-3.887%2C2.902c-.409.306-.979.932-1.245%2C1.368l-.878%2C1.443c-.258.424-.476%2C1.202-.476%2C1.698v6.979c0%2C.166-.134.3-.3.3Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m527.852%2C517.788c-.666%2C0-1.307-.507-1.448-1.16l-.913-4.21c-.109-.501-.436-1.288-.714-1.718l-5.004-7.739c-.242-.375-.845-.703-1.291-.703h-2.011c-.464%2C0-1.151.296-1.47.632l-6.646%2C7.016c-.415.439-1.195.92-1.776%2C1.096-3.871%2C1.167-8.57%2C2.541-9.018%2C2.404-.392-.115-.992-1.268-1.784-3.424-.152-.415-.667-.853-1.102-.936l-1.898-.365c-.433-.082-1.052.142-1.33.479l-5.713%2C6.931c-.105.13-.293.146-.422.041-.128-.105-.146-.294-.041-.422l5.713-6.931c.419-.51%2C1.256-.812%2C1.906-.688l1.898.365c.644.124%2C1.325.702%2C1.552%2C1.318.474%2C1.291%2C1.127%2C2.784%2C1.396%2C3.046.705-.053%2C5.642-1.48%2C8.669-2.394.478-.145%2C1.171-.572%2C1.514-.934l6.646-7.016c.435-.46%2C1.272-.819%2C1.906-.819h2.011c.652%2C0%2C1.44.429%2C1.795.977l5.004%2C7.739c.315.488.673%2C1.348.796%2C1.917l.913%2C4.21c.086.395.52.724.901.686l3.351-.187c.43-.023.948-.396%2C1.108-.795l.445-1.114c.237-.594.899-1.214%2C1.507-1.413l.773-.252c.458-.149%2C1.061-.623%2C1.315-1.033l5.51-8.893c.324-.524%2C1.032-1.106%2C1.61-1.326l1.235-.467c.59-.224%2C1.502-.2%2C2.078.055l5.142%2C2.259c.152.066.221.243.154.396-.067.152-.244.222-.396.153l-5.143-2.259c-.428-.188-1.186-.208-1.625-.043l-1.235.467c-.456.173-1.057.669-1.313%2C1.082l-5.51%2C8.893c-.328.528-1.048%2C1.094-1.639%2C1.287l-.773.252c-.435.143-.966.641-1.136%2C1.065l-.445%2C1.114c-.249.62-.966%2C1.135-1.632%2C1.172l-3.351.187c-.024%2C0-.048.002-.072.002Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m580.295%2C577.345c-.166%2C0-.3-.134-.3-.3v-8.797c0-.509-.165-1.338-.359-1.811l-1.857-4.499c-.206-.498-.598-1.28-.875-1.742l-6.026-10.071c-.26-.437-.831-1.052-1.246-1.345l-10.688-7.549c-.507-.358-1.033-1.108-1.197-1.708l-.759-2.783c-.164-.602-.081-1.513.19-2.075l3.417-7.089c.075-.156.083-.312.021-.442s-.189-.223-.358-.262l-3.14-.728c-.652-.15-1.264-.784-1.391-1.442l-.531-2.749c-.119-.615.047-1.515.377-2.047l.766-1.233c.259-.417.451-1.182.419-1.67l-.667-10.473c-.011-.166.115-.309.28-.319.152-.004.308.115.318.28l.667%2C10.473c.039.613-.184%2C1.502-.508%2C2.025l-.766%2C1.233c-.252.406-.389%2C1.147-.298%2C1.617l.531%2C2.749c.082.421.52.875.937.972l3.14.728c.345.079.623.294.764.587.14.293.132.644-.021.962l-3.416%2C7.088c-.208.435-.278%2C1.193-.151%2C1.657l.759%2C2.783c.127.467.569%2C1.098.964%2C1.376l10.687%2C7.549c.488.345%2C1.11%2C1.015%2C1.416%2C1.527l6.025%2C10.07c.29.483.7%2C1.301.915%2C1.822l1.857%2C4.499c.227.55.404%2C1.446.404%2C2.039v8.797c0%2C.166-.134.3-.3.3Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m617.312%2C458.675c-.62%2C0-1.239-.421-1.44-1.01l-.624-1.832c-.168-.492-.554-1.275-.843-1.708l-.583-.875c-.255-.383-.878-.768-1.334-.825l-4.787-.599c-.608-.076-1.444-.453-1.904-.856l-1.291-1.135c-.37-.324-1.094-.649-1.583-.709l-5.591-.686c-.165-.021-.281-.17-.261-.334.021-.164.168-.276.334-.261l5.591.686c.608.075%2C1.445.45%2C1.905.854l1.291%2C1.135c.37.324%2C1.094.65%2C1.583.711l4.787.599c.633.079%2C1.406.557%2C1.759%2C1.087l.583.875c.318.477.727%2C1.306.912%2C1.848l.625%2C1.832c.131.384.583.658.981.596l.794-.121c.494-.076%2C1.247-.397%2C1.645-.702l1.06-.813c.397-.305.905-.949%2C1.11-1.406l.623-1.391c.263-.587.959-1.165%2C1.586-1.313.162-.036.323.062.361.223.038.161-.062.323-.223.361-.441.104-.992.56-1.177.974l-.623%2C1.391c-.247.55-.814%2C1.27-1.292%2C1.637l-1.06.813c-.479.368-1.323.728-1.919.819l-.794.121c-.067.01-.134.015-.201.015Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m569.196%2C548.404c-.113%2C0-.222-.064-.272-.174-.069-.15-.004-.329.146-.398l7.441-3.441c.477-.22%2C1.233-.673%2C1.651-.989l6.403-4.831c.454-.344%2C1.256-.803%2C1.788-1.023l6.905-2.857c.452-.187%2C1.048-.697%2C1.301-1.115l1.528-2.516c.249-.411.385-1.156.297-1.628l-1.293-6.938c-.12-.646.172-1.489.667-1.922l1.01-.885c.31-.271.403-.804.205-1.164l-.238-.431c-.291-.526-.532-1.41-.549-2.011l-.358-12.537c-.005-.166.125-.304.291-.309.145-.012.304.126.309.291l.358%2C12.537c.014.502.231%2C1.299.475%2C1.739l.238.431c.336.609.189%2C1.446-.334%2C1.904l-1.01.885c-.333.291-.553.927-.472%2C1.361l1.293%2C6.938c.115.613-.05%2C1.513-.374%2C2.048l-1.528%2C2.516c-.319.527-1.015%2C1.124-1.584%2C1.359l-6.905%2C2.857c-.484.201-1.243.635-1.656.947l-6.403%2C4.831c-.454.344-1.244.817-1.761%2C1.056l-7.44%2C3.441c-.041.019-.083.027-.126.027Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m615.994%2C569.511c-.075%2C0-.149-.027-.208-.083l-3.051-2.931c-.37-.355-.713-.769-1.045-1.168-.826-.992-1.605-1.93-2.793-2.136-1.089-.197-2.504.404-3.753.928-.477.199-.935.391-1.354.534-.462.157-.924.319-1.386.481-.943.33-1.918.671-2.889.973-1.092.34-2.377.364-3.621.387-.534.011-1.055.02-1.537.056-.32.024-.645.059-.972.092-.698.073-1.419.15-2.122.13-1.372-.036-2.351-.814-3.297-1.568-.162-.129-.325-.258-.49-.385-1.173-.897-2.335-1.808-3.495-2.722-1.511-1.189-3.018-2.387-4.518-3.59-.419-.337-1.143-.822-1.613-1.081l-3.815-2.105c-.145-.08-.198-.263-.118-.407.08-.146.261-.199.408-.118l3.815%2C2.105c.495.272%2C1.257.783%2C1.699%2C1.138%2C1.498%2C1.203%2C3.003%2C2.398%2C4.513%2C3.588%2C1.158.912%2C2.318%2C1.82%2C3.488%2C2.716.168.129.334.261.499.392.909.724%2C1.768%2C1.408%2C2.939%2C1.438.663.015%2C1.365-.057%2C2.044-.127.333-.034.664-.068.989-.093.493-.037%2C1.025-.047%2C1.571-.058%2C1.201-.022%2C2.443-.046%2C3.454-.359.96-.299%2C1.93-.639%2C2.869-.967.463-.163.927-.325%2C1.391-.483.408-.139.853-.325%2C1.316-.52%2C1.326-.556%2C2.828-1.18%2C4.088-.966%2C1.405.245%2C2.292%2C1.312%2C3.151%2C2.344.337.404.655.786%2C1%2C1.118l3.051%2C2.931c.119.115.123.305.008.425-.059.062-.138.092-.216.092Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m486.48%2C602.093c-.104%2C0-.205-.054-.26-.149-.083-.144-.034-.327.109-.41l13.328-7.719c.394-.229.795-.824.86-1.274l1.313-9.191c.086-.602.453-1.442.834-1.914l1.456-1.797c.302-.373.536-1.093.511-1.572l-.502-9.753c-.035-.685.442-1.404%2C1.086-1.638l3.607-1.312c.429-.155.939-.671%2C1.09-1.103l1.001-2.853c.226-.642.935-1.144%2C1.614-1.144h1.575c.669%2C0%2C1.411.477%2C1.687%2C1.086l.419.924c.182.399.725.78%2C1.162.815l3.162.255c.599.048%2C1.468.337%2C1.979.658l.552.348c.375.235%2C1.046.266%2C1.44.064l1.629-.834c.387-.199.727-.755.727-1.189v-2.989c0-.468-.287-1.172-.613-1.507l-1.764-1.811c-.424-.435-.863-1.239-.999-1.832l-.717-3.123c-.113-.493-.474-1.243-.789-1.637l-.334-.42c-.42-.526-.489-1.399-.156-1.986l1.757-3.096c.265-.467.631-1.258.816-1.765l.894-2.444c.17-.467.229-1.271.129-1.755l-.179-.868c-.085-.413-.524-.828-.94-.89l-.268-.04c-.522-.077-1.404-.11-1.921-.074l-5.073.358c-.654.057-1.46-.342-1.831-.885l-1.033-1.508c-.36-.526-.52-1.422-.365-2.039l1.427-5.709c.152-.609.689-1.348%2C1.222-1.682l1.63-1.02c.457-.285%2C1.197-.777%2C1.65-1.098l4.354-3.085c.42-.296%2C1.031-.9%2C1.334-1.318l1.345-1.854c.097-.134.285-.164.419-.067.134.098.164.285.066.419l-1.345%2C1.854c-.34.471-1.001%2C1.124-1.473%2C1.457l-4.354%2C3.085c-.46.325-1.213.826-1.679%2C1.117l-1.629%2C1.019c-.404.253-.843.856-.958%2C1.318l-1.427%2C5.71c-.112.446.018%2C1.173.278%2C1.554l1.033%2C1.508c.249.364.863.646%2C1.293.626l5.073-.358c.562-.043%2C1.484-.005%2C2.051.078l.268.04c.67.099%2C1.303.697%2C1.44%2C1.362l.179.868c.123.595.055%2C1.51-.154%2C2.081l-.894%2C2.445c-.194.532-.579%2C1.364-.858%2C1.855l-1.757%2C3.096c-.209.369-.161.984.104%2C1.315l.334.42c.373.467.77%2C1.291.904%2C1.876l.717%2C3.123c.111.484.498%2C1.193.844%2C1.549l1.764%2C1.811c.439.45.783%2C1.296.783%2C1.925v2.989c0%2C.663-.462%2C1.42-1.053%2C1.723l-1.629.834c-.584.3-1.476.26-2.033-.09l-.552-.348c-.426-.268-1.208-.528-1.708-.568l-3.162-.255c-.657-.053-1.386-.564-1.66-1.165l-.419-.924c-.178-.391-.711-.734-1.141-.734h-1.575c-.419%2C0-.909.348-1.048.743l-1.001%2C2.853c-.212.604-.85%2C1.249-1.452%2C1.468l-3.607%2C1.312c-.39.141-.713.628-.691%2C1.042l.502%2C9.753c.032.625-.251%2C1.495-.644%2C1.98l-1.456%2C1.797c-.312.387-.636%2C1.13-.707%2C1.622l-1.313%2C9.191c-.091.636-.598%2C1.387-1.153%2C1.709l-13.328%2C7.719c-.047.027-.099.04-.15.04Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m526.899%2C558.674c-.113%2C0-.221-.063-.272-.173-.07-.15-.005-.329.146-.398l4.551-2.12c.518-.242%2C1.396-.527%2C1.957-.637l1.986-.389c.456-.089%2C1.078-.509%2C1.331-.899l.064-.1c.337-.521%2C1.068-1.074%2C1.663-1.258l.228-.069c.518-.159%2C1.334-.477%2C1.819-.706l1.153-.544c.411-.194.857-.754.956-1.197l.553-2.49c.139-.626.666-1.324%2C1.199-1.59.417-.209%2C1.054-.71%2C1.389-1.093l.411-.47c.428-.487%2C1.273-.817%2C1.909-.759l4.918.469c.572.055%2C1.474.267%2C2.008.473l2.823%2C1.09c.518.2%2C1.352.556%2C1.858.792l1.725.805c.464.216%2C1.29.438%2C1.803.486l7.134.649c.165.015.287.161.271.326-.015.165-.163.29-.326.271l-7.134-.649c-.58-.054-1.478-.296-2.002-.541l-1.725-.805c-.496-.231-1.313-.579-1.82-.774l-2.823-1.09c-.484-.188-1.331-.387-1.849-.436l-4.919-.469c-.449-.037-1.102.217-1.4.557l-.41.469c-.39.446-1.081.989-1.573%2C1.235-.371.185-.782.737-.881%2C1.184l-.553%2C2.49c-.14.627-.705%2C1.334-1.286%2C1.609l-1.153.544c-.506.239-1.359.57-1.9.737l-.228.069c-.461.142-1.073.604-1.335%2C1.01l-.064.1c-.344.531-1.1%2C1.041-1.719%2C1.162l-1.986.389c-.513.1-1.346.371-1.818.591l-4.551%2C2.12c-.041.02-.084.028-.126.028Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m558.773%2C572.582c-.569%2C0-1.257-.156-1.701-.401l-4.359-2.414c-.474-.262-1.269-.622-1.771-.804l-4.329-1.562c-.507-.183-1.35-.419-1.878-.526l-2.927-.595c-.484-.1-1.277-.026-1.735.159l-2.625%2C1.06c-.584.235-1.497.229-2.079-.009l-2.529-1.045c-.504-.207-1.328-.59-1.835-.853l-4.204-2.182c-.147-.076-.205-.258-.128-.404s.257-.203.404-.129l4.204%2C2.182c.495.257%2C1.297.629%2C1.788.831l2.53%2C1.045c.432.179%2C1.19.182%2C1.625.007l2.625-1.06c.567-.229%2C1.481-.313%2C2.08-.19l2.926.595c.552.112%2C1.433.358%2C1.962.55l4.329%2C1.562c.527.19%2C1.361.568%2C1.859.843l4.359%2C2.414c.427.235%2C1.194.378%2C1.678.31l6.062-.861c.548-.078%2C1.448-.186%2C1.999-.239l9.513-.927c.575-.053%2C1.497-.025%2C2.06.066l1.669.271c.164.026.275.181.248.344-.026.164-.185.274-.344.248l-1.669-.271c-.513-.082-1.386-.111-1.906-.061l-9.513.927c-.544.052-1.432.159-1.973.235l-6.062.861c-.109.016-.227.023-.351.023Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m544.717%2C606.939c-.073%2C0-.146-.026-.203-.079l-4.54-4.169c-.474-.436-.799-1.279-.74-1.921l.131-1.425c.057-.622.459-1.444.915-1.871l.221-.207c.338-.317.635-1.002.635-1.465v-1.569c0-.434-.341-.984-.729-1.179l-2.83-1.414c-.401-.201-1.097-.186-1.488.031l-1.086.604c-.506.28-1.379.596-1.947.702%2C0%2C0-4.052.759-4.577.864-.562.092-4.344-1.783-6.559-2.92-.165-.084-.351-.099-.523-.04s-.312.182-.392.348l-.893%2C1.857c-.222.461-.449%2C1.283-.496%2C1.794l-.662%2C7.229c-.063.688-.646%2C1.314-1.327%2C1.429l-.138.023c-.648.105-1.482-.214-1.891-.731l-1.647-2.089c-.34-.432-.901-1.133-1.247-1.56l-.852-1.051c-.316-.388-.974-.877-1.436-1.067l-2.091-.859c-.615-.252-1.135-.97-1.185-1.632l-.907-12.223c-.037-.493-.319-1.241-.617-1.636l-1.042-1.377c-.1-.132-.074-.32.058-.42.131-.1.319-.074.42.059l1.042%2C1.377c.368.486.691%2C1.344.737%2C1.952l.907%2C12.223c.032.433.413.957.814%2C1.122l2.091.859c.558.229%2C1.293.775%2C1.674%2C1.244l.852%2C1.052c.348.429.911%2C1.132%2C1.252%2C1.565l1.647%2C2.089c.272.343.887.587%2C1.321.511l.138-.023c.411-.068.791-.478.829-.892l.662-7.229c.053-.579.301-1.477.553-1.999l.893-1.857c.15-.313.414-.546.741-.656.33-.111.681-.084.989.075%2C2.719%2C1.396%2C5.779%2C2.848%2C6.195%2C2.862.497-.103%2C4.556-.863%2C4.556-.863.506-.095%2C1.315-.387%2C1.767-.638l1.086-.604c.568-.315%2C1.467-.335%2C2.048-.044l2.83%2C1.414c.595.298%2C1.06%2C1.052%2C1.06%2C1.716v1.569c0%2C.633-.362%2C1.469-.824%2C1.902l-.221.207c-.351.328-.684%2C1.01-.728%2C1.488l-.131%2C1.425c-.042.452.215%2C1.118.549%2C1.425l4.54%2C4.169c.122.111.13.302.018.424-.06.064-.14.097-.221.097Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m534.806%2C592.339c-.078%2C0-.156-.03-.214-.09-.116-.119-.114-.309.005-.425l3.329-3.253c.432-.422%2C1.223-.885%2C1.801-1.054l3.489-1.02c.449-.131%2C1.046-.604%2C1.277-1.011l.952-1.677c.252-.444.529-1.247.604-1.754l.089-.608c.073-.498.002-1.322-.156-1.801l-.517-1.559c-.155-.467-.616-1.112-1.008-1.408l-1.522-1.154c-.454-.345-1.123-.978-1.491-1.413l-1.941-2.294c-.371-.438-.87-1.217-1.113-1.735l-1.324-2.733c-.072-.149-.01-.329.139-.4.15-.071.329-.01.401.139l1.326%2C2.737c.222.474.693%2C1.208%2C1.029%2C1.606l1.941%2C2.294c.338.399.978%2C1.005%2C1.395%2C1.321l1.522%2C1.154c.488.37%2C1.022%2C1.115%2C1.215%2C1.697l.517%2C1.56c.189.57.268%2C1.482.181%2C2.077l-.089.608c-.085.576-.388%2C1.457-.676%2C1.963l-.952%2C1.677c-.31.547-1.026%2C1.113-1.63%2C1.29l-3.489%2C1.02c-.48.141-1.19.556-1.549.907l-3.329%2C3.253c-.058.057-.134.085-.209.085Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m407.174%2C682.851c-.06%2C0-.121-.018-.174-.056l-5.84-4.172c-.513-.366-.996-1.141-1.1-1.763l-.567-3.405c-.107-.642.183-1.492.661-1.935l5.704-5.275c.414-.383%2C1.146-.939%2C1.63-1.24l2.064-1.277c.394-.244.816-.856.905-1.311l.982-5.049c.099-.509.146-1.376.101-1.895l-.301-3.481c-.043-.501-.302-1.288-.565-1.719l-.239-.389c-.322-.526-.526-1.42-.463-2.035l.405-3.957c.069-.679.644-1.329%2C1.307-1.481l2.444-.564c.402-.094.742-.521.742-.933v-.23c0-.451-.321-1.078-.686-1.342l-4.461-3.223c-.549-.396-.839-1.218-.658-1.872l.549-1.992c.126-.459.04-1.199-.189-1.616l-1.81-3.299c-.272-.498-.645-1.335-.831-1.867l-.871-2.488c-.169-.483-.587-1.229-.913-1.627l-5.626-6.876c-.411-.502-.595-1.385-.419-2.009l.443-1.576c.141-.503.282-1.37.306-1.894l.454-9.71c.021-.451-.269-1.094-.622-1.376l-2.815-2.252c-.394-.314-1.143-.67-1.634-.775l-5.704-1.222c-.588-.126-1.413-.526-1.876-.911l-4.26-3.537c-.481-.397-.93-1.194-1.022-1.813l-.836-5.422c-.025-.164.087-.317.25-.343.168-.022.317.087.342.251l.836%2C5.424c.07.469.449%2C1.142.812%2C1.441l4.26%2C3.538c.387.32%2C1.128.681%2C1.619.786l5.704%2C1.222c.585.125%2C1.413.518%2C1.883.893l2.815%2C2.252c.505.404.876%2C1.227.846%2C1.872l-.454%2C9.71c-.027.571-.174%2C1.48-.329%2C2.028l-.443%2C1.576c-.122.434.021%2C1.118.306%2C1.466l5.627%2C6.877c.368.45.823%2C1.262%2C1.014%2C1.81l.871%2C2.487c.177.507.532%2C1.304.791%2C1.776l1.81%2C3.299c.302.552.408%2C1.459.241%2C2.065l-.549%2C1.992c-.112.406.089.979.431%2C1.226l4.461%2C3.223c.524.378.935%2C1.181.935%2C1.828v.23c0%2C.694-.53%2C1.36-1.206%2C1.517l-2.445.564c-.408.094-.802.542-.845.958l-.405%2C3.957c-.049.485.124%2C1.246.378%2C1.66l.239.39c.314.514.6%2C1.384.651%2C1.981l.301%2C3.481c.05.573%2C0%2C1.498-.109%2C2.061l-.982%2C5.049c-.121.622-.639%2C1.371-1.178%2C1.705l-2.064%2C1.277c-.457.284-1.147.81-1.539%2C1.171l-5.703%2C5.275c-.328.303-.551.956-.477%2C1.396l.567%2C3.406c.077.46.477%2C1.101.856%2C1.372l5.84%2C4.172c.135.097.166.284.07.419-.059.081-.151.125-.245.125Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m574.726%2C585.376c-.069%2C0-.139-.023-.195-.072l-5.235-4.487c-.376-.321-1.107-.651-1.596-.72l-3.616-.505c-.432-.062-1.026.199-1.275.557l-1.354%2C1.94c-.407.581-1.225.747-1.824.365l-.937-.592c-.418-.266-1.189-.489-1.685-.489h-2.393c-.614%2C0-1.488-.278-1.989-.635l-2.617-1.861c-.096-.061-.791-.367-5.099-1.857-.156-.054-.24-.225-.186-.381.054-.156.223-.243.382-.186%2C4.926%2C1.703%2C5.154%2C1.866%2C5.251%2C1.936l2.616%2C1.861c.399.283%2C1.151.523%2C1.641.523h2.393c.61%2C0%2C1.491.256%2C2.005.582l.937.592c.326.206.79.114%2C1.012-.202l1.354-1.94c.38-.544%2C1.195-.9%2C1.85-.807l3.616.505c.603.084%2C1.439.461%2C1.903.858l5.235%2C4.487c.125.107.14.297.032.423-.059.069-.143.104-.228.104Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m407.299%2C626.274c-.056%2C0-.113-.016-.164-.049-.139-.091-.178-.276-.087-.415l3.761-5.753c.365-.559%2C1.169-.929%2C1.83-.831l5.206.726c.441.056%2C1.074-.185%2C1.357-.525l5.24-6.316c.312-.376.604-1.106.637-1.596l.585-8.743c.03-.438-.266-1.036-.633-1.28l-.563-.373c-.565-.375-.887-1.186-.735-1.845l.916-3.952c.123-.53.284-1.399.359-1.939l.586-4.207c.066-.475-.106-1.21-.376-1.605l-6.051-8.844c-.371-.542-.446-1.433-.17-2.028l.607-1.316c.237-.513.668-1.315.961-1.79l1.479-2.395c.363-.589%2C1.165-.89%2C1.825-.684l2.788.866c.471.146%2C1.271.156%2C1.748.022l3.254-.917c.541-.151%2C1.431-.348%2C1.984-.437l5.495-.887c.509-.082%2C1.331-.347%2C1.795-.579l1.103-.551c.388-.194.729-.745.729-1.179v-2.337c0-.449-.323-1.069-.691-1.327l-2.578-1.805c-.542-.379-.908-1.19-.835-1.847l.685-6.149c.067-.596.368-1.46.686-1.968l2.814-4.488c.246-.392.352-1.124.227-1.569l-1.345-4.781c-.156-.553-.278-1.471-.272-2.047l.084-8.164c.006-.566.092-1.479.192-2.035l.797-4.423c.09-.501.068-1.341-.048-1.836l-.38-1.616c-.146-.619.026-1.513.391-2.033l1.787-2.553c.289-.413.597-1.184.671-1.682l.855-5.672c.097-.644.635-1.363%2C1.225-1.638l6.649-3.103c.15-.071.329-.006.399.145.07.15.005.329-.145.398l-6.649%2C3.103c-.406.189-.819.742-.885%2C1.185l-.855%2C5.672c-.09.593-.429%2C1.443-.773%2C1.936l-1.788%2C2.553c-.264.378-.404%2C1.103-.298%2C1.553l.38%2C1.616c.136.579.16%2C1.492.055%2C2.079l-.797%2C4.424c-.094.519-.178%2C1.404-.184%2C1.934l-.084%2C8.164c-.005.52.109%2C1.38.25%2C1.879l1.345%2C4.781c.172.611.042%2C1.512-.295%2C2.05l-2.814%2C4.488c-.269.428-.542%2C1.214-.598%2C1.716l-.685%2C6.149c-.049.436.223%2C1.037.582%2C1.288l2.578%2C1.805c.531.372.947%2C1.171.947%2C1.819v2.337c0%2C.665-.465%2C1.418-1.06%2C1.716l-1.103.551c-.517.259-1.4.543-1.968.634l-5.494.887c-.535.087-1.395.276-1.917.423l-3.254.917c-.59.164-1.507.152-2.088-.028l-2.788-.866c-.4-.122-.918.072-1.136.426l-1.479%2C2.395c-.283.458-.699%2C1.233-.927%2C1.728l-.607%2C1.316c-.186.4-.129%2C1.072.121%2C1.438l6.051%2C8.844c.354.517.562%2C1.406.476%2C2.026l-.586%2C4.207c-.078.555-.243%2C1.447-.369%2C1.991l-.916%2C3.952c-.095.411.13.977.481%2C1.21l.563.373c.549.365.945%2C1.165.9%2C1.821l-.585%2C8.743c-.042.613-.381%2C1.465-.774%2C1.938l-5.241%2C6.316c-.418.504-1.254.83-1.901.736l-5.206-.726c-.426-.062-1.01.205-1.245.565l-3.761%2C5.753c-.058.088-.153.136-.251.136Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m450.529%2C542.596c-.301%2C0-.589-.114-.82-.329l-1.656-1.534c-.37-.342-1.091-.752-1.574-.894l-4.786-1.411c-.159-.047-.25-.214-.203-.373s.214-.248.373-.203l4.786%2C1.411c.576.17%2C1.372.622%2C1.812%2C1.03l1.657%2C1.534c.132.122.297.176.465.167.167-.016.32-.103.429-.246l2.994-3.959c.348-.46.997-1.118%2C1.448-1.468l2.437-1.896c.495-.387%2C1.369-.639%2C2-.567l7.54.824c.563.062%2C1.463.228%2C2.005.369l4.272%2C1.115c.542.141%2C1.41.396%2C1.936.569l5.593%2C1.841c.157.052.243.222.191.379s-.221.242-.379.191l-5.593-1.841c-.516-.17-1.367-.421-1.899-.56l-4.272-1.115c-.519-.135-1.38-.293-1.919-.354l-7.54-.824c-.47-.045-1.19.152-1.566.444l-2.437%2C1.896c-.409.318-1.021.938-1.337%2C1.355l-2.994%2C3.959c-.212.281-.516.452-.855.482-.035.003-.07.004-.104.004Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m438.774%2C608.209c-.078%2C0-.155-.029-.214-.089l-.549-.558c-.382-.388-1.034-.981-1.453-1.323l-7.17-5.861c-.331-.271-.951-.333-1.329-.134l-2.478%2C1.304c-.147.076-.329.021-.405-.126-.077-.146-.021-.328.126-.405l2.477-1.304c.595-.312%2C1.469-.225%2C1.989.2l7.17%2C5.861c.432.354%2C1.105.966%2C1.5%2C1.366l.55.558c.116.118.115.309-.003.425-.058.058-.134.086-.21.086Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m435.321%2C605.14c-.065%2C0-.131-.021-.186-.064-.13-.103-.152-.291-.049-.421l1.787-2.262c.315-.399.693-1.152.826-1.644l1.157-4.299c.168-.624.774-1.292%2C1.38-1.52l5.228-1.963c.491-.185%2C1.281-.579%2C1.724-.861l1.863-1.188c.595-.38%2C1.422-.229%2C1.843.337l2.558%2C3.426c.3.402.938.919%2C1.392%2C1.128l4.586%2C2.119c.456.211%2C1.258.367%2C1.766.343l3.919-.196c.605-.024%2C1.501.145%2C2.047.396l1.438.663c.425.196%2C1.185.234%2C1.628.079l7.39-2.577c.158-.056.328.028.382.185.055.156-.028.327-.185.382l-7.39%2C2.577c-.594.208-1.505.162-2.076-.101l-1.438-.663c-.456-.211-1.269-.371-1.766-.342l-3.919.196c-.598.027-1.5-.146-2.047-.397l-4.586-2.119c-.547-.253-1.259-.829-1.621-1.313l-2.558-3.426c-.234-.314-.71-.4-1.04-.19l-1.863%2C1.188c-.479.306-1.303.718-1.835.918l-5.228%2C1.963c-.421.158-.895.679-1.012%2C1.113l-1.157%2C4.299c-.155.575-.565%2C1.392-.934%2C1.858l-1.787%2C2.262c-.059.075-.147.114-.235.114Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m439.313%2C556.704c-.066%2C0-.133-.021-.188-.066l-6.427-5.173c-.371-.297-1.083-.518-1.561-.472l-4.674.42c-.634.058-1.49-.246-1.948-.691l-4.875-4.745c-.389-.379-1.053-.959-1.479-1.293l-1.196-.938c-.13-.103-.153-.291-.051-.422.102-.13.291-.153.421-.051l1.196.938c.44.345%2C1.125.944%2C1.528%2C1.336l4.875%2C4.745c.33.319%2C1.026.563%2C1.476.523l4.675-.42c.625-.056%2C1.501.208%2C1.99.603l6.427%2C5.173c.129.104.149.292.046.422-.06.073-.146.111-.234.111Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m395.055%2C594.877c-.1%2C0-.196-.049-.253-.139-.089-.14-.048-.325.092-.414l4.766-3.031c.426-.271%2C1.008-.864%2C1.271-1.294l1.862-3.048c.328-.536%2C1.057-1.087%2C1.66-1.255l4.444-1.242c.471-.131%2C1.122-.567%2C1.423-.952l1.111-1.422c.332-.425.805-1.154%2C1.056-1.628l1.949-3.667c.303-.57%2C1.042-1.089%2C1.682-1.181l3.788-.54c.164-.026.316.09.339.255.023.164-.09.315-.254.339l-3.788.54c-.447.064-1.025.47-1.237.868l-1.949%2C3.667c-.265.499-.764%2C1.269-1.114%2C1.716l-1.111%2C1.422c-.379.486-1.141.996-1.734%2C1.161l-4.444%2C1.242c-.452.126-1.063.588-1.309.989l-1.862%2C3.048c-.312.511-.953%2C1.164-1.46%2C1.487l-4.766%2C3.031c-.05.032-.106.047-.161.047Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m331.917%2C627.901c-.108%2C0-.211-.058-.266-.159l-1.93-3.637c-.299-.562-.354-1.47-.125-2.064l.704-1.83c.164-.427.107-1.146-.121-1.542l-.422-.733c-.308-.531-.499-1.428-.435-2.041l.346-3.319c.062-.602.391-1.457.747-1.948l3.511-4.829c.306-.421.731-1.187.927-1.672l1.406-3.485c.228-.564.789-1.29%2C1.277-1.652l2.565-1.904c.336-.25.523-.821.399-1.222l-1.114-3.588c-.154-.497-.523-1.285-.805-1.72l-2.23-3.44c-.328-.506-.623-1.374-.67-1.975l-.373-4.661c-.014-.166.11-.311.275-.323.164-.019.31.109.323.274l.373%2C4.661c.041.5.304%2C1.277.577%2C1.697l2.23%2C3.44c.312.48.704%2C1.318.875%2C1.868l1.114%2C3.588c.201.65-.069%2C1.477-.615%2C1.882l-2.565%2C1.904c-.398.295-.892.935-1.078%2C1.395l-1.406%2C3.485c-.215.531-.663%2C1.339-.998%2C1.801l-3.511%2C4.828c-.293.403-.584%2C1.163-.636%2C1.658l-.346%2C3.319c-.05.487.113%2C1.256.358%2C1.679l.422.733c.32.555.391%2C1.459.161%2C2.057l-.704%2C1.83c-.165.43-.121%2C1.162.095%2C1.568l1.931%2C3.637c.078.146.022.328-.125.405-.045.024-.093.035-.14.035Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m378.101%2C629.631c-.061%2C0-.122-.019-.175-.057-.135-.097-.165-.284-.068-.419l2.289-3.174c.292-.405.583-1.166.637-1.662l.496-4.627c.048-.451-.197-1.122-.525-1.437l-1.998-1.913c-.444-.426-.881-1.232-.994-1.836l-.416-2.217c-.119-.633.125-1.504.556-1.982l.613-.683c.32-.357.591-1.064.591-1.544v-.278c0-.446-.328-1.052-.702-1.296l-9.933-6.483c-.392-.255-1.137-.397-1.597-.312l-1.103.216c-.621.121-1.51-.072-2.026-.443l-2.343-1.686c-.437-.313-1.175-.806-1.646-1.097l-.64-.393c-.584-.359-.905-1.16-.73-1.823l.393-1.492c.166-.629.778-1.286%2C1.395-1.497l2.614-.889c.391-.133.685-.591.643-1.002l-.426-4.142c-.019-.181-.105-.337-.244-.441s-.315-.146-.492-.113l-1.007.179c-.625.11-1.509-.106-2.013-.491l-1.569-1.204c-.517-.397-.883-1.217-.835-1.866l.294-3.901c.013-.165.162-.295.322-.276.166.012.289.156.277.321l-.294%2C3.901c-.033.444.248%2C1.073.602%2C1.345l1.569%2C1.204c.366.281%2C1.083.459%2C1.543.377l1.006-.178c.343-.063.685.018.958.224.273.206.444.512.479.86l.426%2C4.142c.071.691-.389%2C1.407-1.046%2C1.631l-2.614.889c-.423.145-.895.649-1.008%2C1.081l-.393%2C1.492c-.105.4.112.942.464%2C1.159l.641.394c.482.298%2C1.236.8%2C1.682%2C1.121l2.343%2C1.686c.376.271%2C1.104.427%2C1.56.341l1.103-.216c.616-.117%2C1.514.054%2C2.041.398l9.933%2C6.483c.546.356.973%2C1.146.973%2C1.798v.278c0%2C.625-.327%2C1.479-.745%2C1.944l-.613.683c-.303.338-.496%2C1.025-.412%2C1.471l.416%2C2.217c.09.481.465%2C1.175.819%2C1.514l1.998%2C1.913c.465.445.775%2C1.295.707%2C1.935l-.496%2C4.627c-.064.602-.393%2C1.457-.747%2C1.949l-2.289%2C3.174c-.059.081-.15.124-.244.124Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m399.395%2C628.717c-.52%2C0-1.09-.15-1.47-.411l-2.215-1.52c-.522-.357-1.007-1.128-1.104-1.755l-.424-2.761c-.077-.498-.391-1.261-.686-1.666l-1.22-1.677c-.296-.407-.925-.94-1.374-1.164l-1.407-.703c-.417-.209-1.171-.262-1.614-.116l-.798.267c-.618.208-1.504.055-2.018-.347l-2.778-2.165c-.406-.315-1.16-.724-1.647-.89l-3.05-1.043c-.157-.054-.24-.225-.187-.381.053-.157.225-.24.381-.188l3.05%2C1.043c.548.188%2C1.366.629%2C1.822.985l2.778%2C2.165c.352.274%2C1.034.392%2C1.458.251l.798-.267c.598-.201%2C1.508-.135%2C2.072.147l1.406.703c.537.269%2C1.236.86%2C1.591%2C1.348l1.22%2C1.677c.354.485.702%2C1.332.793%2C1.928l.424%2C2.761c.071.459.468%2C1.091.85%2C1.353l2.216%2C1.52c.378.259%2C1.097.381%2C1.539.257l1.767-.489c.557-.155%2C1.485-.243%2C2.061-.212l4.696.312c.165.012.291.154.279.319-.011.166-.16.27-.319.28l-4.696-.312c-.516-.041-1.367.053-1.861.19l-1.767.489c-.172.048-.367.07-.569.07Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m399.771%2C673.333c-.014%2C0-.028%2C0-.043-.003l-5.12-.731c-.509-.074-1.366-.051-1.871.049l-1.268.25c-.678.142-1.432-.279-1.684-.923l-.249-.634c-.244-.622-.074-1.488.387-1.972l.579-.607c.283-.297.327-.835.095-1.175l-.342-.501c-.29-.426-.882-1.05-1.292-1.363l-2.521-1.92c-.551-.42-.767-1.247-.492-1.882l.478-1.102c.238-.549.772-1.291%2C1.216-1.69l3.31-2.978c.454-.409%2C1.28-.807%2C1.882-.906l.327-.055c.419-.07.87-.495.963-.909.094-.421-.132-.992-.483-1.229l-1.672-1.132c-.534-.361-.978-1.148-1.01-1.792l-.193-3.843c-.031-.629.272-1.489.69-1.959l1.314-1.478c.291-.327.417-.977.27-1.39l-.306-.857c-.185-.518-.521-1.334-.75-1.819l-.619-1.323c-.259-.553-.395-1.46-.309-2.064l.5-3.502c.08-.564.317-1.456.528-1.988l.265-.668c.188-.476.347-1.309.347-1.819v-.445c0-.679.5-1.392%2C1.137-1.625l1.033-.376c.155-.054.328.023.384.18.057.155-.023.328-.179.385l-1.032.376c-.396.144-.743.64-.743%2C1.061v.445c0%2C.593-.171%2C1.489-.389%2C2.04l-.265.668c-.193.487-.418%2C1.335-.492%2C1.852l-.5%2C3.502c-.069.489.049%2C1.279.258%2C1.727l.619%2C1.322c.235.499.582%2C1.34.772%2C1.873l.306.857c.222.622.052%2C1.495-.387%2C1.989l-1.314%2C1.478c-.31.349-.562%2C1.063-.539%2C1.531l.193%2C3.842c.023.452.372%2C1.072.747%2C1.326l1.671%2C1.131c.56.377.882%2C1.19.733%2C1.85-.149.664-.786%2C1.266-1.451%2C1.377l-.328.055c-.488.081-1.21.429-1.579.76l-3.31%2C2.979c-.376.339-.865%2C1.018-1.066%2C1.482l-.478%2C1.102c-.165.381-.025.915.305%2C1.167l2.521%2C1.92c.46.352%2C1.1%2C1.025%2C1.425%2C1.502l.342.501c.392.576.324%2C1.422-.157%2C1.927l-.579.607c-.297.312-.42.938-.263%2C1.339l.249.634c.148.379.614.636%2C1.009.554l1.268-.25c.569-.112%2C1.499-.138%2C2.072-.055l5.12.731c.164.023.278.175.254.339-.021.15-.149.258-.296.258Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m368.408%2C653.313c-.126%2C0-.244-.08-.285-.207-.051-.157.035-.326.192-.378l.893-.292c.519-.17%2C1.363-.467%2C1.874-.659l3.001-1.13c.536-.201%2C1.434-.418%2C2-.482l2.542-.289c.488-.056%2C1.213-.377%2C1.582-.7l.526-.46c.461-.404%2C1.303-.768%2C1.916-.827l3.948-.382c.471-.045%2C1.116-.328%2C1.38-.605.362-.382%2C1.132-.734%2C1.751-.802l1.306-.143c.166-.028.313.101.331.266.018.164-.101.312-.266.33l-1.306.143c-.472.052-1.118.341-1.382.619-.365.384-1.137.73-1.758.79l-3.948.382c-.488.047-1.211.358-1.579.681l-.526.46c-.461.404-1.3.775-1.91.845l-2.542.289c-.517.06-1.368.265-1.857.449l-3.001%2C1.13c-.518.194-1.373.495-1.898.667l-.893.292c-.031.01-.062.015-.093.015Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m241.165%2C658.422c-.051%2C0-.102-.013-.149-.04l-3.48-2.009c-.523-.303-1.182-.939-1.5-1.449l-1.18-1.888c-.291-.466-.774-1.221-1.075-1.679l-2.459-3.748c-.276-.421-.877-.988-1.314-1.24l-.505-.29c-.154-.088-.322-.108-.475-.056-.152.052-.272.172-.338.337l-.701%2C1.74c-.243.603-.928%2C1.188-1.56%2C1.332l-4.373%2C1.01c-.632.149-1.501-.087-1.976-.532l-1.176-1.104c-.486-.455-.713-1.311-.518-1.946l.205-.672c.121-.392-.082-.89-.441-1.087l-.092-.051c-.484-.266-1.269-.717-1.743-1.002l-.261-.155c-.497-.299-1.183-.885-1.528-1.307-.395-.482-.531-1.307-.311-1.878.199-.518.667-1.205%2C1.067-1.564.292-.264.517-.892.48-1.343l-.367-4.593c-.028-.347-.13-.864-.259-1.319-.045-.159.047-.325.207-.37.158-.048.325.047.371.206.141.497.249%2C1.047.28%2C1.436l.367%2C4.593c.052.641-.246%2C1.447-.677%2C1.836-.328.296-.744.906-.908%2C1.334-.143.37-.042.969.215%2C1.282.304.371.933.908%2C1.373%2C1.173l.261.155c.469.282%2C1.244.728%2C1.724.991l.092.051c.601.33.926%2C1.132.725%2C1.788l-.205.672c-.127.414.039%2C1.036.354%2C1.333l1.176%2C1.104c.326.306.995.483%2C1.431.386l4.373-1.01c.438-.101.969-.555%2C1.137-.973l.701-1.74c.132-.328.381-.569.699-.68.318-.111.663-.074.97.104l.505.29c.521.3%2C1.188.928%2C1.517%2C1.43l2.459%2C3.748c.303.462.789%2C1.223%2C1.082%2C1.69l1.18%2C1.888c.265.425.856.996%2C1.292%2C1.248l3.48%2C2.009c.144.083.193.267.11.41-.056.096-.156.149-.26.149Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m293.848%2C642.845c-.15%2C0-.28-.112-.297-.266l-.412-3.567c-.056-.486-.346-1.166-.632-1.483-.365-.404-.729-1.193-.83-1.795l-.462-2.771c-.085-.512-.354-1.332-.588-1.792l-.412-.812c-.263-.519-.529-1.41-.593-1.988l-.439-3.979c-.055-.499-.342-1.268-.626-1.679l-1.499-2.175c-.364-.527-.504-1.422-.318-2.037l1.133-3.749c.127-.421-.028-1.068-.332-1.386l-1.515-1.584c-.346-.361-1.042-.795-1.518-.945l-2.673-.845c-.612-.193-1.273-.813-1.507-1.41l-.354-.903c-.255-.649.027-1.441.628-1.766.351-.188.581-.707.494-1.11l-.205-.943c-.104-.478-.497-1.153-.858-1.476-.271-.241-.398-.55-.346-.846.052-.298.279-.549.623-.687l3.412-1.364c.424-.17.914-.701%2C1.049-1.137l1.121-3.621c.165-.531.46-1.387.658-1.907l.341-.897c.15-.394%2C0-.978-.318-1.251l-2.478-2.123c-.461-.396-.97-1.158-1.159-1.736-.045-.205-.107-.415-.174-.643-.213-.724-.454-1.543-.229-2.109.297-.741%2C1.21-.933%2C1.943-1.085.211-.045.41-.085.57-.137l1.774-.572c.16-.05.327.036.377.193s-.036.326-.194.377l-1.773.572c-.177.058-.396.104-.631.153-.593.124-1.332.278-1.509.721-.148.373.08%2C1.15.247%2C1.717.072.245.138.472.177.658.146.44.594%2C1.112.971%2C1.436l2.478%2C2.123c.516.44.73%2C1.284.488%2C1.919l-.341.897c-.195.511-.484%2C1.351-.646%2C1.872l-1.121%2C3.621c-.189.612-.804%2C1.277-1.399%2C1.516l-3.412%2C1.364c-.146.059-.239.144-.255.233-.015.086.041.193.154.295.455.405.915%2C1.194%2C1.045%2C1.796l.205.943c.146.672-.204%2C1.447-.795%2C1.766-.337.182-.5.648-.354%2C1.019l.354.903c.167.425.694.919%2C1.129%2C1.057l2.673.845c.576.183%2C1.354.667%2C1.771%2C1.104l1.515%2C1.584c.456.476.663%2C1.343.472%2C1.974l-1.133%2C3.749c-.132.437-.021%2C1.148.238%2C1.522l1.499%2C2.175c.342.494.662%2C1.353.729%2C1.953l.439%2C3.979c.056.51.299%2C1.326.531%2C1.783l.412.812c.261.514.55%2C1.395.645%2C1.964l.462%2C2.772c.082.488.395%2C1.171.684%2C1.491.369.408.712%2C1.206.783%2C1.817l.412%2C3.567c.019.164-.099.313-.263.332-.012.002-.023.002-.035.002Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m284.942%2C610.993c-.088%2C0-.175-.038-.234-.112-.104-.13-.083-.318.047-.422l1.181-.944c.438-.351%2C1.197-.864%2C1.692-1.143l2.578-1.455c.403-.227.853-.821.963-1.272l.304-1.253c.157-.647.791-1.264%2C1.442-1.403l2.77-.593c.401-.086.741-.506.741-.917v-.289c0-.616.288-1.487.656-1.981l.728-.979c.324-.437.809-1.172%2C1.082-1.64l.543-.931c.342-.585%2C1.127-.955%2C1.799-.841l.636.108c.565.096%2C1.449.368%2C1.97.607l.356.163c.473.217%2C1.308.483%2C1.823.582l1.517.29c.609.115%2C1.4.577%2C1.801%2C1.052l.302.355c.253.302.745.367%2C1.069.142l4.115-2.85c.527-.362%2C1.42-.512%2C2.037-.341l2.819.789c.561.157%2C1.394.575%2C1.857.931l1.867%2C1.439c.487.375%2C1.007%2C1.13%2C1.185%2C1.718l.796%2C2.642c.112.374.526.615.907.525l1.442-.336c.503-.117%2C1.31-.435%2C1.762-.692l.589-.337c.526-.3%2C1.413-.535%2C2.017-.535h4.19c.166%2C0%2C.3.134.3.3s-.134.3-.3.3h-4.19c-.498%2C0-1.286.209-1.72.457l-.589.337c-.501.286-1.364.625-1.923.755l-1.442.336c-.687.161-1.414-.259-1.618-.936l-.796-2.642c-.141-.469-.588-1.117-.977-1.417l-1.867-1.438c-.405-.312-1.162-.69-1.653-.828l-2.819-.789c-.44-.123-1.157-.004-1.534.257l-4.115%2C2.85c-.578.397-1.416.288-1.869-.248l-.302-.355c-.313-.371-.98-.76-1.456-.85l-1.517-.29c-.563-.108-1.443-.39-1.96-.627l-.356-.163c-.473-.217-1.307-.474-1.82-.561l-.636-.108c-.414-.067-.967.187-1.181.552l-.542.931c-.282.483-.783%2C1.243-1.119%2C1.694l-.728.979c-.292.393-.538%2C1.136-.538%2C1.624v.289c0%2C.697-.533%2C1.357-1.214%2C1.503l-2.77.593c-.422.091-.883.539-.985.959l-.304%2C1.253c-.15.617-.7%2C1.344-1.251%2C1.654l-2.577%2C1.454c-.471.266-1.194.754-1.612%2C1.089l-1.181.944c-.056.044-.122.065-.188.065Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m229.469%2C646.059h-.02c-.165-.011-.291-.153-.28-.318l.109-1.733c.039-.625.426-1.454.881-1.886l.114-.107c.351-.332.7-1.02.762-1.499l.232-1.806c.081-.628.542-1.413%2C1.05-1.79l.952-.705c.373-.275.741-.92.79-1.379l.443-4.189c.065-.614.447-1.447.869-1.897l3.58-3.813c.443-.472%2C1.291-.779%2C1.935-.686l3.455.471c.498.067%2C1.317-.019%2C1.792-.187l1.576-.562c.545-.195%2C1.461-.354%2C2.042-.354h2.531c.479%2C0%2C1.182-.273%2C1.535-.597l.502-.461c.452-.414%2C1.278-.812%2C1.881-.907l1.648-.263c.484-.078%2C1.185-.435%2C1.53-.78l.315-.315c.124-.124.185-.275.171-.427-.014-.15-.101-.289-.246-.389l-.987-.679c-.563-.387-.851-1.203-.654-1.857l.166-.556c.188-.625.827-1.255%2C1.454-1.435l.96-.274c.474-.136%2C1.139-.569%2C1.454-.947l3.662-4.395c.418-.502%2C1.256-.823%2C1.903-.731l2.633.376c.481.068%2C1.248-.075%2C1.67-.314l.155-.087c.552-.313%2C1.457-.396%2C2.061-.19l.991.34c.465.159%2C1.255.179%2C1.724.039l3.534-1.037c.161-.045.325.045.373.203.046.159-.044.326-.204.373l-3.534%2C1.037c-.588.172-1.505.152-2.087-.047l-.991-.34c-.437-.149-1.17-.081-1.571.145l-.155.087c-.536.304-1.439.473-2.049.386l-2.633-.376c-.437-.062-1.074.182-1.357.522l-3.662%2C4.395c-.391.47-1.16.971-1.75%2C1.139l-.96.274c-.428.123-.916.604-1.044%2C1.03l-.166.556c-.122.406.07.951.419%2C1.191l.988.679c.294.203.473.497.503.828s-.092.653-.344.905l-.316.315c-.434.435-1.251.852-1.859.948l-1.649.263c-.487.077-1.205.424-1.57.758l-.502.46c-.461.424-1.313.755-1.94.755h-2.531c-.515%2C0-1.357.146-1.84.319l-1.576.562c-.568.202-1.479.297-2.074.216l-3.455-.471c-.447-.055-1.108.174-1.416.502l-3.58%2C3.813c-.333.355-.659%2C1.065-.71%2C1.55l-.443%2C4.189c-.066.631-.519%2C1.421-1.029%2C1.799l-.952.705c-.374.276-.753.923-.813%2C1.384l-.232%2C1.806c-.079.615-.494%2C1.432-.944%2C1.859l-.114.107c-.347.328-.665%2C1.01-.695%2C1.486l-.109%2C1.733c-.01.159-.142.281-.299.281Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m331.409%2C692.794c-.04%2C0-.08-.008-.118-.024l-4.429-1.897c-.583-.25-1.206-.914-1.418-1.512-.213-.603-.273-1.518-.146-2.111l.262-1.233c.038-.179.003-.357-.097-.504-.101-.146-.256-.243-.437-.272l-2.702-.43c-.677-.108-1.278-.726-1.368-1.405l-.59-4.501c-.055-.42-.464-.875-.875-.975l-1.564-.379c-.484-.12-1.293-.095-1.769.054l-.853.262c-.601.185-1.509.1-2.067-.197l-1.635-.868c-.45-.238-1.258-.476-1.764-.519l-4.384-.365c-.692-.058-1.312-.642-1.412-1.328l-.882-6.099c-.07-.483-.418-1.187-.762-1.536l-2.062-2.097c-.116-.118-.115-.308.003-.424.119-.116.309-.115.424.004l2.062%2C2.097c.433.439.84%2C1.262.928%2C1.87l.882%2C6.099c.06.408.457.782.868.816l4.384.365c.593.05%2C1.469.308%2C1.996.587l1.635.868c.413.218%2C1.165.29%2C1.61.152l.853-.262c.58-.178%2C1.497-.206%2C2.086-.063l1.564.379c.657.16%2C1.24.81%2C1.329%2C1.48l.59%2C4.501c.055.417.452.825.868.892l2.701.43c.346.055.643.241.837.525.194.283.261.627.189.968l-.262%2C1.233c-.104.484-.051%2C1.289.115%2C1.757.165.465.673%2C1.008%2C1.099%2C1.19l4.429%2C1.897c.152.064.223.241.158.394-.049.113-.16.182-.276.182Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m258.451%2C724.323c-.059%2C0-.119-.018-.172-.054-.135-.096-.168-.282-.073-.418l.259-.37c.269-.384.445-1.129.376-1.593l-.912-6.184c-.1-.675.3-1.443.911-1.749l.729-.365c.444-.221%2C1.037-.765%2C1.295-1.188l2.636-4.301c.299-.487.875-1.21%2C1.283-1.61l3.609-3.539c.129-.127.198-.292.192-.463-.006-.172-.084-.331-.221-.449l-1.293-1.115c-.462-.399-.96-1.17-1.132-1.755l-.405-1.375c-.188-.641.052-1.491.548-1.937l.451-.405c.509-.459%2C1.369-.542%2C1.956-.188l.222.132c.445.268%2C1.244.594%2C1.746.714l.477.114c.469.113%2C1.226.021%2C1.652-.2l1.033-.534c.406-.21.845-.786.939-1.233l.75-3.563c.127-.605.596-1.394%2C1.067-1.794l.413-.351c.383-.325.869-.993%2C1.061-1.458l1.077-2.607c.211-.512.575-1.342.807-1.844l1-2.156c.256-.553.854-1.248%2C1.361-1.584l1.82-1.204c.504-.334%2C1.371-.632%2C1.973-.678l6.941-.54c.503-.04%2C1.289-.295%2C1.716-.558l2.244-1.376c.507-.311%2C1.368-.618%2C1.959-.699l5.389-.736c.158-.027.315.092.338.256.022.165-.093.315-.257.338l-5.388.736c-.503.07-1.295.353-1.727.617l-2.243%2C1.376c-.511.313-1.382.597-1.983.644l-6.941.54c-.499.038-1.271.304-1.688.58l-1.82%2C1.204c-.413.273-.939.886-1.148%2C1.336l-1%2C2.156c-.229.496-.588%2C1.314-.797%2C1.82l-1.077%2C2.607c-.23.557-.769%2C1.297-1.227%2C1.687l-.413.351c-.371.315-.769.983-.869%2C1.46l-.75%2C3.563c-.131.627-.681%2C1.349-1.25%2C1.644l-1.033.534c-.553.287-1.462.396-2.068.251l-.477-.114c-.56-.134-1.418-.485-1.914-.783l-.222-.132c-.356-.214-.937-.158-1.246.119l-.451.405c-.321.289-.496.907-.374%2C1.321l.405%2C1.375c.14.474.574%2C1.146.948%2C1.47l1.293%2C1.115c.266.229.418.544.429.885.011.341-.121.664-.372.91l-3.609%2C3.54c-.373.365-.918%2C1.05-1.191%2C1.495l-2.636%2C4.301c-.318.52-.994%2C1.14-1.539%2C1.411l-.729.365c-.374.187-.647.712-.586%2C1.124l.912%2C6.184c.091.622-.119%2C1.511-.479%2C2.024l-.259.37c-.058.084-.151.128-.246.128Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m303.197%2C667.946c-.082%2C0-.163-.033-.222-.099-.111-.122-.102-.312.021-.424l3.581-3.243c.479-.434%2C1.351-.672%2C1.982-.54l1.138.235c.402.082.863-.166%2C1.015-.543l.275-.681c.253-.625.979-1.114%2C1.653-1.114h2.005c.652%2C0%2C1.443.426%2C1.801.97l.072.108c.23.351.788.563%2C1.193.46l.761-.198c.493-.129%2C1.249-.5%2C1.65-.812l.792-.612c.451-.349%2C1.239-.827%2C1.757-1.066l3.793-1.748c.547-.252%2C1.452-.429%2C2.046-.4l6.147.285c.49.019%2C1.203-.214%2C1.576-.515l.874-.703c.381-.307.809-.965.935-1.437l.357-1.335c.043-.16.209-.255.368-.213.16.043.255.207.212.367l-.357%2C1.335c-.159.595-.66%2C1.363-1.139%2C1.749l-.873.703c-.486.393-1.361.668-1.979.647l-6.147-.285c-.514-.031-1.312.135-1.768.346l-3.793%2C1.748c-.475.22-1.227.676-1.641.996l-.792.612c-.47.364-1.29.767-1.866.917l-.761.198c-.66.172-1.471-.142-1.844-.709l-.072-.108c-.246-.374-.854-.701-1.3-.701h-2.005c-.425%2C0-.938.346-1.097.739l-.275.681c-.259.64-1.02%2C1.044-1.693.906l-1.138-.235c-.445-.089-1.124.095-1.459.397l-3.58%2C3.243c-.057.052-.129.077-.201.077Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m194.774%2C801.338c-.068%2C0-.136-.022-.192-.069-.127-.106-.145-.295-.039-.423l.464-.558c.319-.383.664-1.121.752-1.612l.296-1.651c.085-.477-.042-1.235-.278-1.657l-.322-.575c-.235-.418-.817-.907-1.271-1.066l-3.68-1.288c-.58-.203-1.31-.758-1.661-1.264l-2.851-4.11c-.291-.419-.896-1.014-1.322-1.299l-.842-.56c-.521-.349-1.047-1.096-1.199-1.702l-.721-2.885c-.119-.478-.531-1.155-.899-1.48l-1.656-1.461c-.433-.382-1.026-1.096-1.323-1.59l-1.755-2.925c-.284-.475-.736-1.259-1.003-1.741l-1.445-2.612c-.253-.458-.762-1.177-1.11-1.568l-.898-1.011c-.326-.366-1.004-.771-1.482-.884l-1.208-.284c-.427-.102-1.053.1-1.343.427l-.809.914c-.408.462-1.196.931-1.795%2C1.067l-1.67.386c-.594.138-1.51.082-2.084-.127l-.162-.059c-.559-.203-1.335-.686-1.767-1.099l-1.965-1.883c-.12-.115-.124-.305-.009-.425.115-.118.304-.123.424-.009l1.965%2C1.883c.368.353%2C1.081.796%2C1.556.968l.162.059c.464.17%2C1.263.217%2C1.744.107l1.671-.386c.477-.109%2C1.155-.513%2C1.48-.881l.809-.914c.438-.496%2C1.282-.765%2C1.93-.613l1.208.284c.598.141%2C1.385.61%2C1.793%2C1.069l.898%2C1.011c.378.426.911%2C1.178%2C1.187%2C1.676l1.445%2C2.612c.265.479.712%2C1.255.993%2C1.724l1.755%2C2.925c.266.443.817%2C1.106%2C1.206%2C1.449l1.655%2C1.461c.46.405.937%2C1.188%2C1.085%2C1.784l.721%2C2.884c.116.465.552%2C1.083.95%2C1.35l.842.56c.494.33%2C1.145.97%2C1.482%2C1.456l2.851%2C4.11c.279.401.905.878%2C1.366%2C1.039l3.681%2C1.288c.589.207%2C1.29.796%2C1.595%2C1.34l.322.575c.304.542.455%2C1.445.346%2C2.056l-.296%2C1.651c-.107.597-.495%2C1.427-.882%2C1.892l-.464.558c-.059.071-.145.107-.23.107Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m174.53%2C769.758c-.119%2C0-.232-.071-.279-.189-.061-.153.014-.328.168-.39l1.473-.585c.561-.222%2C1.467-.344%2C2.067-.28l1.647.18c.432.042%2C1.015-.233%2C1.248-.599l.187-.292c.357-.559%2C1.154-.937%2C1.815-.883l2.12.203c.438.042%2C1.046-.235%2C1.3-.595l.188-.265c.364-.514%2C1.133-1.006%2C1.75-1.122l1.829-.343c.4-.075.738-.482.738-.89v-.292c0-.445-.329-1.048-.704-1.289l-.531-.341c-.582-.374-.833-1.195-.561-1.83l.161-.375c.237-.552.784-1.286%2C1.246-1.672l.835-.695c.319-.267.463-.839.307-1.225l-.752-1.861c-.18-.445-.694-1.008-1.123-1.229l-1.304-.669c-.583-.299-1.078-1.045-1.126-1.697l-.247-3.302c-.048-.647.309-1.474.813-1.882l3.425-2.773c.391-.315.897-.971%2C1.105-1.431l1.072-2.367c.235-.519.712-1.309%2C1.065-1.76l2.089-2.675c.33-.423.804-1.153%2C1.056-1.628l.959-1.808c.319-.601%2C1.094-.98%2C1.769-.884l3.557.56c.493.074%2C1.307%2C0%2C1.778-.174l1.362-.498c.625-.231%2C1.489-.04%2C1.961.433l.404.404c.403.402.981%2C1.119%2C1.289%2C1.597l.497.771c.235.364.827.641%2C1.251.596l1.49-.162c.5-.055%2C1.276-.335%2C1.695-.612l.388-.256c.482-.32%2C1.327-.706%2C1.881-.86l1.473-.411c.549-.152%2C1.453-.315%2C2.015-.362l2.67-.227c.637-.058%2C1.484.27%2C1.923.74.113.121.106.312-.015.425-.121.113-.31.104-.424-.015-.311-.334-.972-.597-1.434-.553l-2.671.227c-.522.044-1.395.201-1.904.343l-1.473.411c-.496.138-1.28.496-1.712.782l-.388.256c-.5.332-1.362.644-1.96.708l-1.49.162c-.659.074-1.46-.308-1.82-.866l-.497-.771c-.284-.439-.837-1.125-1.209-1.497l-.404-.404c-.304-.304-.925-.442-1.331-.293l-1.362.498c-.569.209-1.48.301-2.077.202l-3.557-.559c-.414-.057-.949.203-1.146.572l-.959%2C1.808c-.266.5-.765%2C1.27-1.113%2C1.716l-2.089%2C2.675c-.322.413-.776%2C1.163-.991%2C1.639l-1.072%2C2.367c-.249.548-.809%2C1.272-1.275%2C1.649l-3.425%2C2.773c-.349.282-.626.923-.592%2C1.37l.247%2C3.302c.032.441.407%2C1.006.801%2C1.209l1.304.669c.555.284%2C1.172.96%2C1.406%2C1.537l.752%2C1.861c.256.633.045%2C1.472-.479%2C1.91l-.835.695c-.386.322-.88.985-1.078%2C1.447l-.161.375c-.159.372-.006.87.333%2C1.09l.531.341c.549.353.979%2C1.141.979%2C1.793v.292c0%2C.688-.55%2C1.353-1.228%2C1.479l-1.829.343c-.459.086-1.1.497-1.371.879l-.188.265c-.381.537-1.192.911-1.847.846l-2.12-.203c-.43-.045-1.018.242-1.253.609l-.187.292c-.358.559-1.163.941-1.817.87l-1.648-.18c-.495-.05-1.313.058-1.78.242l-1.473.586c-.037.014-.074.021-.111.021Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m200.553%2C730.662c-.131%2C0-.251-.086-.289-.219l-.507-1.805c-.139-.495-.507-1.267-.804-1.686l-1.021-1.441c-.371-.522-.525-1.416-.35-2.034l.367-1.296c.121-.428-.034-1.092-.331-1.422l-2.856-3.167c-.426-.473-.707-1.337-.64-1.969l.245-2.3c.019-.178-.032-.345-.144-.469-.112-.125-.272-.193-.453-.193h-1.739c-.624%2C0-1.481-.318-1.953-.726l-.493-.427c-.343-.296-1.034-.474-1.476-.378l-.599.128c-.435.094-.956.541-1.115.958l-.293.775c-.151.396-.009.997.304%2C1.285l.808.743c.459.422.874%2C1.238.944%2C1.857l.138%2C1.205c.04.35-.067.687-.293.926-.23.242-.559.351-.907.343l-2.654-.155c-.635-.037-1.442-.457-1.838-.955l-2.312-2.904c-.393-.494-.639-1.373-.56-1.999l.387-3.032c.064-.506-.026-1.102-.149-1.295-.259-.406-.208-1.146-.028-1.633.165-.448.331-1.263.362-1.779l.242-3.933c.037-.609.351-1.472.714-1.962l.27-.364c.298-.402.605-1.161.671-1.657.093-.691.582-1.455%2C1.123-1.798l1.047-.664c.476-.301%2C1.25-.765%2C1.728-1.034l.996-.564c.557-.317%2C1.454-.381%2C2.042-.146.486.194%2C1.312.444%2C1.841.558l1.054.223c.458.1%2C1.153-.002%2C1.487-.209.288-.18.447-.689.339-1.089l-.609-2.267c-.164-.608-.05-1.514.26-2.062l.778-1.382c.082-.145.264-.196.409-.114.144.082.195.265.114.409l-.778%2C1.382c-.229.407-.325%2C1.16-.203%2C1.611l.609%2C2.267c.178.662-.086%2C1.433-.601%2C1.754-.469.291-1.315.418-1.93.287l-1.054-.223c-.557-.119-1.427-.382-1.939-.588-.415-.165-1.126-.114-1.522.111l-.996.564c-.475.269-1.241.729-1.702%2C1.021l-1.047.663c-.387.245-.78.858-.841%2C1.312-.088.657-.433%2C1.507-.792%2C1.992l-.27.364c-.294.397-.568%2C1.149-.598%2C1.643l-.242%2C3.933c-.035.573-.214%2C1.448-.398%2C1.949-.151.41-.14.93-.029%2C1.104.245.386.305%2C1.16.238%2C1.693l-.387%2C3.032c-.06.469.139%2C1.179.434%2C1.55l2.312%2C2.904c.287.361.943.702%2C1.404.729l2.655.155c.178.016.331-.045.436-.156.106-.111.153-.27.133-.444l-.138-1.205c-.055-.479-.4-1.158-.755-1.484l-.808-.743c-.497-.457-.698-1.31-.458-1.939l.294-.775c.232-.61.913-1.194%2C1.55-1.331l.599-.128c.629-.14%2C1.505.089%2C1.993.51l.493.427c.364.314%2C1.08.58%2C1.561.58h1.739c.353%2C0%2C.671.139.898.392.227.252.332.584.294.934l-.245%2C2.3c-.049.458.18%2C1.161.488%2C1.503l2.856%2C3.167c.438.485.641%2C1.358.463%2C1.988l-.367%2C1.296c-.125.439-.002%2C1.15.262%2C1.522l1.021%2C1.441c.335.473.736%2C1.312.893%2C1.871l.507%2C1.805c.044.159-.048.325-.208.37-.027.008-.054.011-.081.011Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m151.127%2C723.034c-.011%2C0-.021%2C0-.032%2C0l-3.343-.349c-.634-.066-1.417-.526-1.784-1.047-.304-.432-.933-.876-1.4-1.007l-.736-.205c-.6-.167-1.34-.706-1.684-1.228l-.818-1.241c-.287-.435-.858-1.093-1.248-1.438l-.111-.099c-.261-.23-.414-.549-.43-.895-.017-.345.104-.675.341-.929l.309-.332c.124-.134.185-.302.172-.474-.013-.173-.098-.329-.24-.441l-.85-.675c-.396-.316-1.146-.688-1.64-.813l-1.22-.312c-.604-.154-1.354-.678-1.708-1.192l-.417-.608c-.328-.479-.718-1.323-.869-1.882l-.158-.579c-.147-.543-.343-1.43-.438-1.979l-.672-3.9c-.028-.163.081-.318.245-.347.159-.027.318.081.346.245l.673%2C3.9c.092.533.283%2C1.396.426%2C1.923l.158.579c.134.496.494%2C1.274.785%2C1.699l.417.608c.272.396.896.832%2C1.361.95l1.22.312c.58.147%2C1.399.555%2C1.865.926l.849.674c.274.219.439.526.465.866.026.342-.092.671-.331.928l-.309.332c-.125.135-.19.31-.181.492s.09.351.229.474l.111.099c.43.38%2C1.036%2C1.078%2C1.352%2C1.557l.818%2C1.241c.265.402.88.851%2C1.344.979l.736.205c.599.168%2C1.347.696%2C1.704%2C1.203.29.412.923.784%2C1.381.831l3.344.349c.165.018.284.165.267.33-.016.154-.146.269-.298.269Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m163.767%2C720.48c-.079%2C0-.157-.007-.236-.021l-3.421-.625c-.163-.029-.271-.186-.241-.349.029-.163.188-.277.349-.241l3.421.625c.387.071.805-.19.911-.569l.283-1.009c.169-.604.727-1.329%2C1.268-1.648l1.847-1.09c.535-.314%2C1.433-.493%2C2.046-.404l.583.083c.411.05.905-.215%2C1.071-.598l.118-.271c.267-.615%2C1.002-1.097%2C1.674-1.097h1.386c.633%2C0%2C1.47.359%2C1.906.817l.362.382c.322.339%2C1.014.65%2C1.481.667l2.251.082c.166.006.295.146.289.311s-.146.276-.311.289l-2.251-.082c-.628-.022-1.46-.397-1.895-.854l-.362-.382c-.319-.336-1.007-.631-1.471-.631h-1.386c-.428%2C0-.954.345-1.124.736l-.118.271c-.275.632-1.029%2C1.049-1.706.952l-.583-.083c-.482-.066-1.239.081-1.657.328l-1.847%2C1.09c-.411.242-.866.834-.995%2C1.293l-.283%2C1.009c-.168.599-.75%2C1.019-1.361%2C1.019Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m156.815%2C712.415c-.049%2C0-.098-.012-.144-.037-.145-.079-.198-.262-.119-.407.19-.346.402-.651.597-.861l2.115-2.28c.373-.402.978-1.065%2C1.344-1.474l1.91-2.13c.387-.432%2C1.111-1.013%2C1.615-1.296l1.801-1.014c.372-.209.656-.764.608-1.188l-.144-1.262c-.058-.508-.309-1.318-.549-1.771l-.317-.597c-.207-.391-.613-.573-.85-.502-.319.103-.696.465-.807.775-.177.494-.816.988-1.456%2C1.125l-.111.024c-.639.137-1.428-.038-1.802-.399-.269-.259-.835-.562-1.236-.663-.506-.129-1.233-.57-1.657-1.007l-.222-.229c-.34-.35-1.034-.709-1.516-.784l-2.012-.317c-.489-.075-1.281.03-1.731.232l-.317.142c-.55.246-1.453.412-2.053.366l-2.879-.197c-.641-.044-1.428-.491-1.793-1.019l-.952-1.374c-.094-.136-.061-.323.076-.417.137-.096.323-.061.417.075l.952%2C1.374c.26.374.887.73%2C1.342.763l2.878.197c.497.029%2C1.309-.111%2C1.767-.315l.316-.142c.556-.251%2C1.466-.372%2C2.069-.278l2.012.317c.609.095%2C1.423.517%2C1.854.959l.222.229c.345.355.975.742%2C1.374.843.5.126%2C1.162.483%2C1.505.813.207.199.775.351%2C1.259.245l.111-.024c.481-.104.922-.473%2C1.018-.74.173-.484.695-.987%2C1.188-1.146.548-.173%2C1.234.172%2C1.564.792l.317.597c.273.515.549%2C1.405.615%2C1.983l.144%2C1.262c.076.668-.324%2C1.449-.91%2C1.779l-1.801%2C1.014c-.448.252-1.118.789-1.463%2C1.173l-1.91%2C2.13c-.368.41-.976%2C1.077-1.351%2C1.481l-2.115%2C2.28c-.16.172-.346.442-.51.742-.055.1-.158.155-.264.155Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-size: 900px;
		background-position: top right;
		height: 805px;
		}
	#anshin-payment04 .anshin-payment-map {
		display: block;
		position: relative;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref {
		width: 250px;
		position: absolute;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-hokkaido-tohoku{
		right: 0;
		top: 210px;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-kanto {
		right: 0;
		top: 389px;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-chubu {
		right: 362px;
		top: 209px;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-kinki {
		right: 30px;
		top: 532px;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-chugoku {
		right: 514px;
		top: 386px;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-shikoku {
		right: 127px;
		top: 670px;
	}
	#anshin-payment04 .anshin-payment-map .anshin-payment-pref.pref-kyushu-okinawa {
		right: 520px;
		top: 686px;
	}
}
.list-funeral-home {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:10px 10px 0;
	background: #fafdff;
	margin: 0 0 30px;
}
.list-funeral-home01,
.list-funeral-home01-2 {
	border:3px solid #fbaf5d;
}

.list-funeral-home02,
.list-funeral-home03 {
	border:1px solid #0092d7;
}
.list-funeral-home .l-list,
.list-funeral-home .r-list {
	width: 100%;
}

.list-funeral-home .l-list {
	margin-bottom: 10px;
}

.list-funeral-home .r-list h4 {
	font-size: 1.3rem;
	padding-bottom: .3rem;
	font-weight: 700;
	border-bottom:2px solid #0092d7;
	margin-bottom: 1rem;
}
.list-funeral-home .r-list h4 span {
	display: inline-block;
	font-size: .8rem;
	font-weight: normal;
	line-height: .8rem;
	padding: .3rem .5rem;
	background: #0092d7;
	border-radius: 1rem;
	margin: 0 .5rem .5rem 0;
	color: #fff;
}
.list-funeral-home.list-funeral-home01 .r-list h4 span,
.list-funeral-home.list-funeral-home01-2 .r-list h4 span {
	background: #fbaf5d;
}

.list-funeral-home.list-funeral-home01 .r-list h4,
.list-funeral-home.list-funeral-home01-2 .r-list h4 {
	border-bottom:2px solid #fbaf5d;
}
.list-funeral-home dl {
	margin: 1rem 0;
	width: 100%;
}

	.list-funeral-home dl dt {
		width: 5rem;
		display:block;
	}
	.list-funeral-home dl dd {
		width: calc(100% - 5rem);
		display:block;
		word-break: break-all;
	}
.list-funeral-home dl dt,
.list-funeral-home dl dd {
	padding: .3rem;
}
.list-funeral-home dl > dd,
.list-funeral-home dl > dt {
        background-color: #e7f1f7;
}

.list-funeral-home.list-funeral-home01 dl > dd,
.list-funeral-home.list-funeral-home01 dl > dt,
.list-funeral-home.list-funeral-home01-2 dl > dd,
.list-funeral-home.list-funeral-home01-2 dl > dt {
        background-color: #f7f4e7;
}
.list-funeral-home dl > dd:nth-child(4n),
.list-funeral-home dl > dt:nth-child(4n-1),
.list-funeral-home.list-funeral-home01 dl > dd:nth-child(4n),
.list-funeral-home.list-funeral-home01 dl > dt:nth-child(4n-1),
.list-funeral-home.list-funeral-home01-2 dl > dd:nth-child(4n),
.list-funeral-home.list-funeral-home01-2 dl > dt:nth-child(4n-1) {
        background-color: transparent;
}


.bnr.btn_list {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 1rem;
	line-height: 1rem;
	margin: 20px auto;
	padding: .8rem 3rem .8rem 2rem;
	background: #0b56a4;
	font-weight: 400;
}
.bnr.btn_list:hover {
	background: #98caec;
}

h2.anshin-list-title {
	font-size: 2rem;
	text-align:center;
	padding:2rem 1rem;
	background:#0d386b;
	color:#fff;
	border-radius:10px;
}
.anshin-btn-list {
	margin: 0 20px;
}

@media print, screen and (min-width: 769px) {
	.list-funeral-home .l-list {
		margin-bottom: 20px;
	}
	.list-funeral-home.list-funeral-home01,
	.list-funeral-home.list-funeral-home02 {
		padding: 20px 20px 0;
	}
	.list-funeral-home.list-funeral-home01-2,
	.list-funeral-home.list-funeral-home03 {
		padding: 20px;
	}
	.list-funeral-home.list-funeral-home01 .l-list,
	.list-funeral-home.list-funeral-home02 .l-list {
		width: 35%;
		text-algin: center;
	}
	.list-funeral-home.list-funeral-home01 .r-list,
	.list-funeral-home.list-funeral-home02 .r-list  {
		width: 62%;
	}
}

/* 2023.02.17 印刷画面調整 */
@media print {
	header .h-logo { height: 70px; }
	.toggle-icon { display:none; }
	.swiper-container {width: 740px!important;}
	.swiper-container .swiper-slide img { width: 740px!important; }
}


/* 2024.03 Added for Bouquet */

h2.headlineH2.customerH2.bouquet span{
	border-bottom:3px solid #ec0677;
}

h2.headlineH2.customerH2.bouquet + p{
	text-align:center;
}

.voice_section.bouquet h4{
	color:#ec0677;
	background:#fbcde4;
}

.voice_section.bouquet .voice_txt{
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	flex-wrap:wrap;
}

.voice_section.bouquet .voice_txt p{
	flex-basis:calc(60% - 20px);
}

.voice_section.bouquet .voice_txt img.img-right{
	width:40%;
	max-width:400px;
	height:100%;
	float:none;
}

.voice_section.bouquet .voice_txt p.price{
	text-align:center;
	border-top:1px solid #ccc;
	margin-top:1rem;
	padding:1.5rem 0 0.5rem;
	font-size:150%;
	flex-basis:100%;
}

.voice_section.bouquet .voice_txt p.price strong{
	color:#ec0677;
	font-size:200%;
}

p.check_number.bouquet{
	text-align:right;
	font-size:75%;
	margin:-2rem 0 2rem;
}

@media print, screen and (max-width: 600px){
	.voice_section.bouquet .voice_txt p{
		flex-basis:100%;
	}
	.voice_section.bouquet .voice_txt img.img-right{
		width:100%;
		margin:0 auto 1rem;
	}
	.voice_section.bouquet .voice_txt p.price{
		font-size:125%;
		padding:1.5rem 0;
	}
}


/* 2024.03 Added for 2024.04CP */

.camp_copy strong.camp202404{
	font-size:1.6rem;
	color:#bf1e2d;
	font-weight:700;
}


/* 2024.06 Added for 2024.07CP */

.camp_copy strong.camp202407{
	font-size:1.6rem;
	color:#aa8420;
	font-weight:700;
}


/* 2024.09 Added for 2024.10CP */

.camp_copy strong.camp202410{
	font-size:1.6rem;
	color:#c30e23;
	font-weight:700;
}


