@font-face {
	font-family: 'Caveat';
	src: local('Caveat Regular'), local('Caveat-Regular'),
		url('../fonts/Caveat-Regular.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
.page-template-template_landing-2,
.service-template-template_landing-2{
	background: #080808;
	color: #FFF;
}
/* .page-template-template_landing-2 .inner,
.page-template-template_landing-2-single-page .inner{
	max-width: 1280px;
} */
.landing-header {
	width: 1280px;
	padding: 11px 11px 11px 31px;
	position: fixed;
	inset: 24px calc(50% - 640px) auto auto;
	background: #211D27;
	border: 1px solid #38363C;
	backdrop-filter: blur(1px);
	border-radius: 40px;
	z-index: 100;
}
.landing-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.landing-header__logo {
	width: 155px;
	height: 35px;
}
.landing-button {
	display: inline-block;
	padding: 15px 29px 13px;
	border-radius: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
.landing-button_white {
	background: #FFF;
	border: 1px solid #FFF;
	color: #16131B;
}
.landing-button_white:hover{
	background: transparent;
	color: #FFF;
}
.landing-button_black {
	background: #16131B;
	border: 1px solid #16131B;
	color: #FFF;
}
.landing-button_black:hover{
	background: transparent;
	color: #16131B;
}
.landing-button_transparent{
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}
.landing-button_transparent:hover{
	background: #FFF;
	color: #16131B;
}
.landing-tag {
	display: inline-block;
	padding: 9px 12px 7px;
	background: #302F3F;
	border: 1px solid transparent;
	border-radius: 40px;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	color: #EDEDF9;
	margin-bottom: 16px;
	position: relative;
}
.landing-tag:before{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	border-radius: 50px; 
	border: 1px solid transparent;
	background: linear-gradient(90deg,#304FE9,#FAF7CA) border-box;
	mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}
.landing-tag i{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin: -5px 6px 0 0;
}
.landing-tag i svg{
	fill: #EDEDF9;
}
.landing-welcome {
	padding: 124px 0 0;
	position: relative;
	/* overflow: hidden; */
}
.landing-welcome:before{
	content: '';
	display: block;
	position: absolute;
	width: 706px;
	height: 706px;
	left: calc(50% - 706px/2);
	bottom: -300px;
	background: #EC67B4;
	opacity: 0.1;
	filter: blur(250px);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	pointer-events: none;
}
.landing-welcome__container {
	position: relative;
	text-align: center;
}
.landing-welcome__title {
	width: 1004px;
	max-width: 100%;
	font-weight: 500;
	font-size: 62px;
	line-height: 120%;
	letter-spacing: -1px;
	margin: 0 auto 18px;
}
.landing-welcome__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #BCBBC2;
	margin-bottom: 32px;
}
.landing-welcome__btn {
	margin-bottom: 35px;
}
.landing-mainanim-1 {
	margin: 0 -46px;
	position: relative;
}
.landing-mainanim-1__text {
	position: absolute;
	padding: 6px 12px;
	background: #302F3F;
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
}
.landing-mainanim-1__text_1 {
	border-radius: 12px 12px 12px 0;
	bottom: 89%;
	left: 73.7%;
}
.landing-mainanim-1__text_2 {
	bottom: 50%;
	right: 72%;
	border-radius: 12px 12px 0px 12px;
}
.landing-mainanim-1__quote {
	width: 330px;
	padding: 16px;
	display: flex;
	gap: 12px;
	align-items: center;
	position: absolute;
	left: 57.2%;
	bottom: 30.5%;
	background: #FFF;
	box-shadow: 0px 4px 8.4px rgba(39, 37, 42, 0.18);
	border-radius: 12px 12px 12px 0px;
}
.landing-mainanim-1__photo {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}
.landing-mainanim-1__photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.landing-mainanim-1__quotetext {
	font-size: 20px;
	line-height: 150%;
	color: #080808;
}
.landing-mainanim-1__quotetext span{
	display: inline-block;
	position: relative;
}
.landing-mainanim-1 .landing-mainanim-1__quotetext span:after{
	left: -4px;
	bottom: -11px;
	right: -3px;
}
.landing-mainanim-1 .anim-step-1,
.landing-mainanim-1 .anim-step-2,
.landing-mainanim-1 .anim-step-3,
.landing-mainanim-1 .anim-step-4{
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	animation: draw 0.8s ease-in-out 1s forwards;
}
.landing-mainanim-1.animate .anim-step-1{animation-delay: 0.25s;}
.landing-mainanim-1.animate .anim-step-2{animation-delay: 0.75s;}
.landing-mainanim-1.animate .anim-step-3{animation-delay: 1.75s;}
.landing-mainanim-1.animate .anim-step-4{animation-delay: 2.25s;}
.landing-mainanim-1 .landing-mainanim-1__quotetext span::after{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.landing-mainanim-1.animate .landing-mainanim-1__quotetext span::after{
	animation: drawLine 2s ease-in-out 2.75s forwards;
}
.landing-mainanim-2 {
	display: flex;
	gap: 20px;
	margin: 49px -20px 44px;
}
.landing-mainanim-2__block {
	width: 50%;
	padding: 20px;
	background: rgba(33, 29, 39, 0.3);
	border: 1px solid #353239;
	backdrop-filter: blur(50px);
	border-radius: 24px;
	flex-grow: 1;
	position: relative;
	overflow: hidden;
}
.landing-mainanim-2__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #BCBBC2;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.landing-mainanim-2__list {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	line-height: 140%;
	margin: 0 5px 0 18px;
}
.landing-mainanim-2__list li{
	padding: 6px 12px;
	background: #423A48;
	border-radius: 8px;
}
.landing-mainanim-2__list li:nth-child(1){margin: 0 auto 33px 0;}
.landing-mainanim-2__list li:nth-child(2){margin: 0 0 31px auto;}
.landing-mainanim-2__list li:nth-child(3){margin: 0 auto -6px 0;}
.landing-mainanim-2__list li:nth-child(4){margin: 0 0 4px auto;}
.landing-mainanim-2__line {
	flex-shrink: 0;
	margin: auto 0;
	position: relative;
	transform: translateY(13px);
}
.landing-mainanim-2__linelist {
	font-size: 14px;
	line-height: 150%;
	white-space: nowrap;
}
.landing-mainanim-2__linelist li{
	position: absolute;
}
.landing-mainanim-2__linelist li:nth-child(1){inset: 83% 87.8% auto auto;}
.landing-mainanim-2__linelist li:nth-child(2){inset: auto 71.6% 75% auto;}
.landing-mainanim-2__linelist li:nth-child(3){inset: auto auto 84% 46.2%;}
.landing-mainanim-2__linelist li:nth-child(4){inset: 79% 27.6% auto auto;}
.landing-mainanim-2__linelist li:nth-child(5){inset: auto 7.6% 72.5% auto;}
.landing-mainanim-2__bg {
	width: 63%;
	position: absolute;
	right: 0;
	bottom: -2px;
}
.landing-mainanim-2__quote {
	padding: 7px 14px;
	background: #423A48;
	border-radius: 8px 8px 0 8px;
	font-size: 18px;
	line-height: 140%;
	position: absolute;
	right: 47.5%;
	bottom: 66%;
}
.landing-mainanim-2 .anim-step-1{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.landing-mainanim-2.animate .anim-step-1{
	animation: drawLine 1.5s ease-in-out forwards;
}
.landing-mainanim-2 .anim-step-2{
	opacity: 0;
	transform: translateX(10px);
	animation: rightToLeft 0.4s ease-in-out 1.5s forwards;
}
@keyframes rightToLeft {
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}
.landing-mainanim-3{
	margin: 0 -63px 0 -47px;
	position: relative;
}
.landing-mainanim-3__quote {
	display: flex;
	align-items: center;
	padding: 8px 7px;
	gap: 8px;
	background: #E6FFF5;
	border: 1px solid #25C784;
	border-radius: 0px 12px 12px 12px;
	position: absolute;
	top: 58%;
	left: 81%;
}
.landing-mainanim-3__photo {
	width: 40px;
	height: 40px;
	object-fit: cover;
	position: relative;
	flex-shrink: 0;
}
.landing-mainanim-3__photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.landing-mainanim-3__text{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.01em;
	color: #282733;
}
.landing-mainanim-3__text span{
	display: inline-block;
	position: relative;
}
.landing-mainanim-3__text span:before{
	content: '';
	display: block;
	height: 5px;
	background: url('data:image/svg+xml,<svg width="68" height="5" viewBox="0 0 68 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.27169 3.63049C6.31097 3.62253 6.4781 3.60581 6.55014 3.59486C6.47027 3.63286 6.12627 3.65978 6.27169 3.63049ZM13.3913 0.763017C13.3275 0.776064 13.2713 0.788474 13.211 0.801415C13.3796 0.788112 13.6186 0.759739 13.7821 0.752086C13.8097 0.750769 13.7401 0.776046 13.805 0.771312C13.8707 0.766658 13.848 0.742041 13.9483 0.731367C14.0021 0.726113 14.129 0.718431 14.3074 0.716429C14.4625 0.71608 14.6322 0.717566 14.7166 0.715981C15.3244 0.704197 15.9357 0.694653 16.5402 0.722355C15.9148 0.726422 16.5439 0.760605 16.7191 0.758475C16.7577 0.758496 16.7534 0.706136 17.3794 0.745694C17.7772 0.773262 17.406 0.822168 18.0715 0.825445C17.5639 0.747286 18.0657 0.777489 18.4664 0.804299C18.5352 0.80806 19.0927 0.85808 19.3397 0.87981C19.4236 0.886745 19.5556 0.873665 19.6674 0.884318C19.7438 0.89163 19.8021 0.911645 19.9163 0.923273C20.451 0.978339 20.9795 1.04646 21.52 1.14452C21.1937 1.15524 21.7635 1.21479 21.7897 1.225C21.9155 1.26555 21.3294 1.16525 21.5594 1.21757C21.8822 1.27245 22.2073 1.33571 22.5383 1.41659C22.4153 1.38242 22.4833 1.38641 22.6019 1.40665C22.7325 1.42832 22.9321 1.47126 22.9865 1.4975C22.956 1.42886 24.3495 1.90705 24.5681 1.94339C24.6139 1.95087 24.3281 1.84774 25.0048 2.036C25.078 2.05631 25.0458 2.06612 25.0848 2.07444C25.1083 2.07942 25.2617 2.06131 25.4031 2.12878C25.4546 2.15297 25.0983 2.10235 25.865 2.27842C25.5753 2.15031 26.9289 2.5059 27.1744 2.5693C27.1264 2.5509 27.0782 2.53239 27.03 2.51376C27.2717 2.58884 27.3211 2.57924 27.376 2.5923C27.5991 2.64494 27.9016 2.7266 28.1104 2.76458C28.3539 2.80857 28.3605 2.77441 28.6412 2.83703C28.5757 2.81798 28.5095 2.79848 28.444 2.77884C28.6393 2.81575 28.8333 2.8501 29.0273 2.88156C28.5697 2.85683 29.1246 2.89976 29.1599 2.90255C29.2173 2.90913 29.1321 2.91619 29.2286 2.92759C29.2385 2.92849 29.2273 2.90922 29.3748 2.92711C29.6834 2.96288 29.6307 2.97768 29.7604 2.99225C29.7721 2.99313 29.7328 2.97384 29.9545 2.99181C30.6548 3.03733 29.9511 3.00628 29.9225 3.00345C29.8863 3.00132 30.1234 3.09929 29.5236 3.00609C29.7243 3.03826 29.7425 3.06929 29.765 3.07269C29.7853 3.07658 30.1346 3.10519 30.154 3.10451C30.3259 3.10729 30.177 3.0756 30.2106 3.07444C30.2365 3.07504 30.6314 3.12297 30.7398 3.06801C30.7424 3.06652 30.7448 3.06496 30.747 3.06333C30.8239 3.09117 30.8077 3.10416 30.7388 3.11009C30.6486 3.11612 30.479 3.11073 30.3012 3.10334C30.2516 3.11281 30.6179 3.14446 30.6369 3.14344C30.6755 3.14477 30.709 3.14537 30.738 3.14546C31.0191 3.13947 30.8371 3.09732 30.9175 3.06896C30.9623 3.05262 31.1322 3.07395 30.9754 3.04101C31.3494 3.01028 31.1252 3.04971 31.149 3.05242C31.1865 3.0549 31.3211 3.02736 31.3385 3.02626C31.3639 3.02529 31.2783 3.05123 31.3783 3.0431C31.3955 3.04157 31.5526 2.99392 31.3437 3.01129C31.6209 2.97557 31.5969 2.95362 31.7002 2.97903C31.8814 2.86098 31.8534 2.99723 31.9333 2.98505C32.1472 2.94962 32.071 2.90056 32.0815 2.89525C32.1514 2.86226 32.7494 2.72485 32.8961 2.66856C32.8495 2.73148 32.4236 2.80444 32.3348 2.83486C32.036 2.94347 32.7737 2.74169 32.5657 2.85664C32.6555 2.81555 32.7457 2.77344 32.8356 2.73065C33.0201 2.71427 32.777 2.80587 33.2428 2.64904C33.3103 2.59513 32.9123 2.7555 32.987 2.70619C33.0313 2.6779 33.3017 2.59105 33.3052 2.58145C33.3074 2.57118 33.0649 2.6578 33.0995 2.63192C33.1733 2.57955 34.0849 2.31616 33.4033 2.55342C33.595 2.49184 33.7117 2.51883 33.8736 2.4452C33.9773 2.39723 33.3436 2.51863 34.2593 2.22951C34.2889 2.25065 33.8968 2.36018 33.8884 2.36498C33.8754 2.37268 33.9653 2.41246 33.9785 2.41149C34.0236 2.40934 34.9469 2.05824 35.1576 2.02015C35.1194 2.01621 35.2385 1.97138 35.3979 1.91684C35.6174 1.84159 35.9074 1.75179 35.9556 1.7286C35.9778 1.71777 35.8838 1.72471 35.9077 1.71405C36.0565 1.64809 36.4917 1.54791 36.6865 1.48653C36.9069 1.41675 36.8724 1.40695 36.8848 1.40295C36.9813 1.37336 36.9086 1.41087 36.9674 1.39215C37.0573 1.36238 37.6721 1.17571 37.7043 1.16423C37.7131 1.16065 37.6052 1.16893 37.7392 1.1242C37.7628 1.11676 37.754 1.14609 38.1528 1.01828C38.6344 0.865896 37.8071 1.08234 38.0006 0.997148C38.3218 0.946504 38.3028 0.910964 38.3878 0.890191C38.417 0.88322 38.6451 0.854952 38.8836 0.789948C38.7129 0.840705 38.5436 0.892669 38.3756 0.945591C38.5436 0.904254 38.869 0.808826 39.0096 0.779856C39.0781 0.765615 39.0289 0.807211 39.1769 0.768755C39.2085 0.760796 39.3151 0.661442 38.9365 0.791199C38.8997 0.775421 39.0865 0.743186 39.1711 0.714805C39.1838 0.71052 39.2251 0.657628 39.3403 0.655458C39.3688 0.656305 39.1085 0.837446 39.8303 0.579926C39.8536 0.571764 39.7671 0.576078 39.7898 0.56773C39.8053 0.561842 39.9967 0.525318 40.0177 0.518774C40.0389 0.511802 39.9429 0.516081 39.968 0.507296C40.0967 0.462073 40.2827 0.488832 40.0103 0.542376C40.1031 0.530311 40.1943 0.519139 40.2877 0.508085C40.1803 0.480343 40.4277 0.464897 40.5542 0.439388C41.3669 0.280955 40.8162 0.349482 40.9535 0.307782C41.1757 0.243947 41.0164 0.353614 41.3496 0.276567C41.3808 0.27132 40.9643 0.29029 41.7701 0.200699C41.6514 0.216939 41.5331 0.234423 41.4152 0.253041C41.4895 0.288898 41.8424 0.191748 41.8703 0.188713C42.1877 0.146937 41.9731 0.18389 42.445 0.116952C42.4874 0.11125 42.5808 0.115602 42.6711 0.103775C43.0471 0.0539795 42.1729 0.124943 42.148 0.114037C42.1348 0.0993006 43.0769 0.0339818 43.1114 0.0447649C43.25 0.0579754 42.6829 0.0731699 42.7924 0.0931106C42.8295 0.0848249 44.183 0.0496676 44.4563 0.0973727C44.4909 0.100892 44.5233 0.105057 44.5536 0.10957C44.7922 0.145873 44.8951 0.200463 44.9034 0.136633C44.9811 0.214806 45.0621 0.174408 45.1003 0.178771C45.5638 0.234211 45.564 0.236322 45.9584 0.279405C46.0462 0.289343 46.1152 0.320276 46.1466 0.320849C46.1647 0.321107 46.1343 0.293768 46.2229 0.2987C46.3461 0.304266 47.0655 0.434244 47.1168 0.456054C47.1688 0.47672 46.8113 0.41512 46.8727 0.445605C47.1321 0.486695 47.38 0.520317 47.6392 0.564334C47.7471 0.582759 47.6896 0.588255 47.7358 0.596054C47.7552 0.599196 48.1289 0.647757 48.1141 0.639983C48.0807 0.619845 46.9283 0.444914 47.2353 0.467988C47.2952 0.472237 47.4958 0.5381 47.4697 0.492543C48.4964 0.665579 49.5123 0.85567 50.5254 1.04591C49.9374 0.971916 49.2847 0.828113 48.6698 0.725821C48.5855 0.711638 48.3014 0.659583 48.3324 0.685833C48.8546 0.779082 49.5047 0.88223 50.0011 0.984205C50.0171 0.987489 49.955 0.995345 50.0145 1.00889C50.1253 1.03413 50.4942 1.06952 50.5543 1.08816C50.5644 1.0918 50.3529 1.0789 50.4132 1.10548C50.5681 1.17373 50.6241 1.09386 50.7631 1.11979C50.8431 1.13475 51.2628 1.23444 51.546 1.28585C51.6417 1.30323 51.7221 1.31526 51.7687 1.31673C51.8744 1.32006 51.7138 1.28734 51.5516 1.25455C51.4115 1.22623 51.2707 1.1977 51.2972 1.19136C51.3835 1.20258 51.4698 1.21533 51.5561 1.22918C51.9629 1.29446 52.3642 1.38454 52.7459 1.45205C52.7541 1.45347 52.6866 1.42234 52.7903 1.43872C52.9706 1.46724 53.013 1.50168 53.0995 1.52186C53.1929 1.54357 53.5265 1.60128 53.5691 1.61888C53.5746 1.62116 53.5025 1.63426 53.4921 1.63309C53.3453 1.61687 53.2998 1.57422 53.2867 1.57136C53.2374 1.56097 53.1863 1.56469 53.1412 1.55561C53.067 1.54063 53.0281 1.52133 52.93 1.50222C52.8623 1.48899 52.9236 1.52358 52.8584 1.51054C52.8345 1.50565 52.5848 1.40664 52.551 1.45484C52.5415 1.46934 54.6525 1.8816 54.8648 1.90646C54.6851 1.86695 54.5053 1.82729 54.3253 1.78755C54.6902 1.87085 55.139 1.9096 55.159 1.97746C56.5199 2.23064 57.8781 2.47892 59.2302 2.67494C59.2471 2.6777 59.2621 2.68035 59.2756 2.68293C59.4547 2.71676 59.361 2.73957 59.7318 2.77683C59.6306 2.7508 59.5295 2.7244 59.4291 2.69771C59.6304 2.73702 60.5306 2.86221 60.6772 2.86593C60.6966 2.86668 60.7258 2.83336 60.9514 2.85179C61.1511 2.86768 61.1802 2.8975 61.2868 2.91187C61.375 2.92366 61.4774 2.92437 61.5032 2.92784C61.5233 2.93058 61.5302 2.94803 61.5793 2.95459C61.7336 2.97478 61.6103 2.91859 61.7612 2.98351C61.7236 2.98308 61.6855 2.98253 61.6484 2.98198C61.8348 3.00325 62.0889 3.04284 61.8124 3.03801C61.765 3.03704 61.8067 3.02343 61.7714 3.02114C60.3856 2.91449 61.4902 3.04178 61.9767 3.04337C62.0996 3.0776 62.7974 3.08914 62.8196 3.09174C62.8515 3.09927 62.7325 3.1162 62.8876 3.13593C62.9216 3.14568 63.8458 3.12288 63.5139 3.15878C63.4455 3.16801 63.0004 3.16117 62.8926 3.15873C63.1465 3.21735 63.7362 3.13459 63.8007 3.13176C64.0682 3.13071 63.2896 3.19262 63.8911 3.17865C64.3522 3.16078 63.9177 3.14836 64.0941 3.1246C64.1215 3.12076 64.1835 3.11854 64.2559 3.1156C64.443 3.10887 64.7039 3.0913 64.6904 3.05718C64.8639 3.0325 64.7651 3.06946 64.7868 3.06893C64.8082 3.0694 65.1474 3.00919 65.258 2.99886C65.2716 2.99787 65.2339 3.02993 65.248 3.02966C65.2756 3.03024 65.6001 2.96308 65.6122 2.95676C65.6202 2.95361 65.5386 2.94795 65.5692 2.93609C65.6049 2.92389 65.9161 2.8572 65.9318 2.8454C65.9535 2.8319 65.5725 2.92635 65.631 2.88683C65.8084 2.85613 66.0909 2.76591 66.2027 2.71308C66.1754 2.72697 66.0046 2.77394 65.9451 2.78653C65.9635 2.74607 66.3306 2.64519 66.2128 2.70761C66.2888 2.67015 66.2318 2.67772 66.273 2.65085C66.2837 2.6441 66.3982 2.61003 66.4187 2.5973C66.4211 2.59537 66.2989 2.61678 66.3206 2.60274C66.3582 2.57879 66.712 2.47507 66.7441 2.46859C66.8295 2.4529 66.5408 2.55354 66.5222 2.57485C66.5188 2.57854 66.7748 2.53209 66.7801 2.53316C66.8023 2.55624 66.5209 2.62035 66.5602 2.63509C66.6293 2.61994 66.699 2.60435 66.7693 2.58854C66.5096 2.69712 66.0364 2.81776 65.9229 2.87353C66.2951 2.77222 66.7008 2.64439 66.7204 2.70886C66.7281 2.73587 66.565 2.80235 66.5736 2.80708C66.6052 2.8244 66.8314 2.72664 66.8409 2.72508C66.8485 2.72437 66.8522 2.72481 66.8527 2.72622C66.8527 2.72622 66.8527 2.72622 66.8527 2.72622C66.8562 2.7409 66.5261 2.85239 66.5121 2.86311C66.4876 2.88306 66.6494 2.88674 66.6525 2.89719C66.6478 2.90124 66.415 2.98235 66.5001 2.97725C66.586 2.97251 66.7944 2.90967 66.8025 2.90924C66.8453 2.90864 66.4846 3.02848 66.4761 3.03733C66.4712 3.04259 66.6722 3.00516 66.6799 3.00905C66.6865 3.01355 66.5419 3.07087 66.4889 3.10634C66.4492 3.13291 66.5794 3.10636 66.5577 3.11503C66.5421 3.1222 66.1982 3.21906 66.1819 3.22472C66.1577 3.23506 66.2427 3.23018 66.2321 3.23745C66.2172 3.24805 66.1041 3.27127 66.1202 3.27358C66.132 3.27751 66.5805 3.21357 66.5826 3.22798C66.5854 3.25625 66.108 3.32726 66.5657 3.30747C66.569 3.30731 66.6711 3.26926 66.6742 3.26895C66.7442 3.26848 66.4182 3.39755 66.8258 3.26988C66.0733 3.52785 66.7426 3.33781 66.6428 3.41461C66.6045 3.44499 66.3077 3.53598 66.3065 3.53815C66.3416 3.55182 66.4326 3.50884 66.4678 3.51014C66.4878 3.51145 66.2248 3.60741 66.2892 3.60558C66.3231 3.60562 66.6075 3.52262 66.6193 3.52011C66.7355 3.50109 66.6022 3.55639 66.6298 3.559C66.6483 3.56097 66.8192 3.5107 66.8239 3.51044C66.8321 3.5109 66.608 3.60655 66.5613 3.62961C66.5263 3.64755 66.6688 3.61871 66.6438 3.6293C66.4939 3.69428 66.144 3.73617 66.4861 3.7156C66.507 3.71438 66.6281 3.67795 66.6318 3.67765C66.7124 3.6751 66.4894 3.74121 66.4528 3.76766C66.3909 3.8141 66.7113 3.70836 66.4466 3.80266C66.6544 3.76419 66.7664 3.72998 66.9956 3.65513C66.3574 3.8615 66.1365 3.99427 66.8645 3.7835C66.6356 3.85045 66.6712 3.88181 66.6022 3.90242C66.56 3.91608 66.2067 3.96781 66.3874 4.01439C66.4104 4.02056 66.6142 3.94917 66.5555 3.98965C66.0526 4.11885 66.5495 4.00775 66.5502 4.00974C66.5678 4.07792 65.2927 4.318 65.073 4.32912C64.8199 4.36941 64.5984 4.43046 64.5431 4.43515C64.3611 4.44974 64.5105 4.41625 64.4691 4.41159C64.4574 4.41031 64.4101 4.41565 64.3453 4.42353C64.1806 4.44442 63.91 4.477 63.8916 4.4757C63.7916 4.47024 63.8919 4.44109 63.8814 4.44017C63.7575 4.43263 63.0767 4.45996 62.8865 4.44744C62.8924 4.4648 63.2749 4.46918 63.0354 4.49386C62.7562 4.52148 62.7428 4.44669 62.7353 4.44362C61.4986 4.41344 60.282 4.28829 59.0752 4.12189C59.0444 4.11762 59.0136 4.11331 58.9826 4.10896C58.9846 4.11714 59.0192 4.12715 59.073 4.13779C59.2876 4.18116 59.81 4.22934 59.8248 4.23459C59.8841 4.25902 59.4699 4.21678 59.0697 4.16117C58.7639 4.11913 58.4687 4.0709 58.3966 4.05392C58.5227 4.08154 58.6476 4.10861 58.7738 4.1354C58.5499 4.14842 58.08 4.01803 57.7653 3.98684C57.6632 3.97684 57.8546 4.02513 57.8502 4.02557C57.7338 4.02454 57.555 3.98186 57.6941 3.98089C57.4144 3.95792 57.4592 3.94023 57.2474 3.9031C57.2365 3.90119 57.3241 3.93416 57.156 3.91353C57.0766 3.90394 56.6595 3.83265 56.601 3.8383C56.5771 3.84092 56.7762 3.94615 56.813 3.89143C57.2623 3.99769 56.9628 3.88922 57.1392 3.92047C57.1663 3.92518 57.0979 3.9485 57.5462 4.0064C57.4515 4.05256 56.9456 3.92188 56.8573 3.91388C56.6737 3.89806 57.4148 4.05553 57.5601 4.03069C57.4883 4.06673 57.6119 4.04575 57.7787 4.07456C57.9614 4.10596 57.8788 4.10695 57.9783 4.12282C58.2492 4.16571 58.1423 4.11532 58.3612 4.17928C58.1571 4.05426 58.7463 4.22548 58.9197 4.27376C58.6323 4.23772 58.346 4.19936 58.0604 4.15936C58.0759 4.16674 58.0914 4.1741 58.1069 4.18146C58.0324 4.16913 57.9565 4.15645 57.8823 4.14392C57.895 4.14121 57.9076 4.13849 57.9203 4.13576C57.5293 4.10418 57.4409 4.05414 57.4098 4.04878C57.0062 3.97815 56.5405 3.8982 56.1342 3.82627C56.0732 3.81538 56.1096 3.85317 55.6698 3.7503C55.5296 3.71741 55.6673 3.71812 55.5063 3.69276C55.2946 3.71995 55.307 3.66998 55.2477 3.65916C55.0769 3.62818 54.9694 3.62475 54.9537 3.62205C54.7418 3.58596 54.4337 3.52671 54.2017 3.48636C54.1973 3.4858 54.3141 3.52742 54.1649 3.49398C54.1123 3.4822 53.6543 3.31182 53.2361 3.26255C53.3425 3.28799 53.449 3.31346 53.5555 3.33892C53.4303 3.30762 52.5412 3.16535 52.7536 3.22748C52.8837 3.26544 53.2176 3.27174 53.2437 3.32974C52.972 3.26431 51.5448 3.02229 51.2462 2.96292C51.2233 2.9583 51.207 2.95469 51.1982 2.95225C51.1879 2.94934 51.2236 2.94913 51.2488 2.94803C51.2656 2.94727 51.2776 2.94613 51.2681 2.94354C51.2661 2.943 51.2599 2.94177 51.2503 2.93999C51.1714 2.92535 50.8699 2.87398 50.8268 2.86036C50.798 2.85126 50.9649 2.87058 50.9526 2.86216C50.9413 2.85573 50.4767 2.76514 50.4462 2.78131C50.5621 2.79336 50.8829 2.85839 50.7108 2.84578C50.6886 2.84407 50.5785 2.81042 50.5517 2.8085C50.3025 2.79035 51.0349 2.91515 51.1481 2.9356C50.6838 2.8801 49.9788 2.72102 49.445 2.64462C49.2334 2.5892 49.7677 2.67427 49.5278 2.61687C49.0294 2.49794 49.3894 2.61726 49.3732 2.61669C49.2454 2.61212 48.8355 2.44322 48.8233 2.51514C48.6423 2.47258 48.7038 2.47382 48.4443 2.43885C48.4773 2.44963 48.5103 2.46043 48.5434 2.47125C48.2507 2.46313 47.6646 2.25742 47.7114 2.25721C47.8362 2.25565 48.1459 2.34215 48.1725 2.34592C48.2123 2.35154 48.3347 2.29682 48.7594 2.4375C48.946 2.41923 48.075 2.28571 48.4755 2.32022C48.2078 2.27833 47.116 2.06369 46.9549 2.06269C46.9357 2.06266 47.0157 2.12471 46.7492 2.05847C46.6224 2.02705 46.9325 2.07379 46.8753 2.0537C46.7439 2.00639 45.3072 1.79161 44.4327 1.73837C44.152 1.71925 43.9249 1.71544 43.8141 1.71384C43.7849 1.71338 43.7959 1.69822 43.7671 1.69794C43.6789 1.69607 43.3573 1.72038 43.1988 1.71992C43.5269 1.73814 42.8918 1.75938 42.7292 1.77212C42.4828 1.78577 42.4958 1.759 42.3886 1.763C41.974 1.77748 41.347 1.93699 41.0177 1.93904C41.0465 1.99265 40.4599 2.01579 40.1997 2.07639C39.9959 2.12153 39.7122 2.23092 39.9903 2.18911C39.6401 2.26854 39.2751 2.37474 38.9495 2.46849C38.8955 2.48407 38.965 2.44656 38.8736 2.47359C38.8653 2.47619 38.8586 2.49587 38.78 2.51985C38.1313 2.72134 38.4378 2.59626 38.313 2.62106C38.2433 2.63539 38.192 2.64763 38.1546 2.65782C38.5344 2.5396 38.9719 2.41119 39.0901 2.37919C38.9783 2.36776 38.2471 2.62375 38.026 2.68246C38.0184 2.68438 38.0384 2.65639 38.0308 2.65856C38.0306 2.65861 38.0305 2.65865 38.0303 2.6587C37.949 2.68073 37.4311 2.85064 37.5457 2.84117C37.5765 2.83851 37.8156 2.76285 38.0982 2.6753C38.0223 2.70311 38.0868 2.70817 38.0734 2.71324C37.9137 2.77314 37.5036 2.87712 37.3607 2.91995C37.328 2.92969 37.3349 2.94329 37.3296 2.94503C37.199 2.98334 37.2383 2.92555 37.1193 3.0106C36.8685 3.0353 37.5564 2.86146 37.4988 2.84419C37.4544 2.82489 35.9588 3.33635 35.9783 3.37816C35.9717 3.37567 35.9492 3.37744 35.9047 3.38601C35.904 3.38614 35.9034 3.38627 35.9027 3.3864C35.7996 3.40721 35.3863 3.5538 35.3168 3.58566C35.3052 3.59128 35.3233 3.62833 35.3083 3.63387C35.2697 3.64825 34.7447 3.79327 34.5575 3.88078C34.6634 3.8515 34.7704 3.82154 34.8766 3.79169C34.2456 4.00436 34.3444 3.98256 34.5611 3.92386C34.5716 3.92047 34.5823 3.91855 34.5923 3.91536C34.7587 3.86938 34.9708 3.80663 34.9744 3.8088C34.9923 3.81791 33.9161 4.18125 34.111 4.07613C34.1405 4.06183 34.6428 3.91369 34.3883 3.96925C34.3433 3.97945 34.0241 4.09149 34.0061 4.09375C33.8876 4.11206 34.5805 3.85775 34.4855 3.85858C34.3257 3.94011 34.1018 3.99869 33.9074 4.06774C33.8195 4.09898 33.803 4.12558 33.792 4.12944C33.6278 4.1864 33.7146 4.13667 33.6595 4.15438C33.6296 4.16462 33.3133 4.3075 33.3576 4.22812C32.2666 4.58065 33.0746 4.36876 33.7348 4.15808C33.5337 4.24584 33.1144 4.35788 32.9252 4.41338C32.8577 4.43351 32.904 4.44317 32.7886 4.47783C32.5632 4.56162 31.3594 4.77563 31.0008 4.75367C31.2089 4.73618 31.1459 4.71703 30.9865 4.72536C30.825 4.73136 30.9615 4.75842 30.93 4.76254C30.9186 4.76384 30.825 4.76584 30.6993 4.76134C30.4755 4.75418 30.146 4.7273 30.0711 4.72359C30.5894 4.74577 30.4722 4.71735 30.0355 4.68437C30.0993 4.68276 30.1625 4.68067 30.2258 4.67813C29.9679 4.67357 29.4399 4.58245 29.2956 4.57285C29.2726 4.57166 29.3521 4.60097 29.3391 4.6003C29.2092 4.59397 28.7837 4.51298 28.7627 4.51544C28.745 4.51841 28.9255 4.56172 28.8565 4.55945C28.842 4.55905 28.6694 4.50704 28.4959 4.4847C28.4312 4.47636 28.4669 4.50073 28.4505 4.49908C28.315 4.48497 28.3995 4.46892 28.1534 4.43044C27.9744 4.4019 27.8355 4.40662 27.5915 4.3482C28.3933 4.54073 27.7149 4.39778 27.3763 4.33921C27.3219 4.32967 27.3616 4.37268 27.0432 4.28846C27.7396 4.37409 26.8544 4.2177 26.677 4.17508C26.6672 4.17267 26.6687 4.15073 26.5811 4.13057C26.5737 4.12892 26.5808 4.14568 26.4996 4.12832C25.7283 3.96027 26.2238 4.05804 26.0811 4.0099C26.0201 3.98942 25.6434 3.91998 25.5434 3.89561C25.5204 3.88999 25.5346 3.87777 25.4455 3.85638C25.2883 3.81862 25.1436 3.79906 25.0399 3.77422C25.0278 3.77121 25.0331 3.74781 24.8354 3.70559C24.7798 3.6937 24.7159 3.68621 24.7923 3.71289C25.0458 3.80142 25.5488 3.88655 25.8392 3.97957C26.1036 4.06521 25.2541 3.86053 25.2108 3.84853C25.1946 3.84457 25.3628 3.87425 25.1955 3.82997C25.0528 3.79226 24.7812 3.76643 24.5709 3.70294C24.5548 3.69814 24.394 3.62016 24.4023 3.62017C24.4098 3.6206 24.6723 3.68022 24.637 3.66056C24.6328 3.65829 24.4671 3.61591 24.4474 3.60294C24.4233 3.58713 24.3748 3.48061 24.34 3.46926C24.2509 3.44032 24.3046 3.47569 24.2464 3.4591C24.1216 3.42367 23.6936 3.28394 23.6715 3.31072C23.7428 3.33131 23.8143 3.35196 23.8855 3.37251C23.4852 3.27112 23.6522 3.32866 23.5941 3.31958C23.5317 3.30983 23.5557 3.28748 23.4219 3.24969C23.3928 3.24144 22.8294 3.09973 22.8368 3.11379C23.1523 3.17718 23.0282 3.18016 23.0424 3.18451C23.0962 3.2009 23.1705 3.20053 23.2436 3.22009C23.7569 3.35782 23.2307 3.25117 23.3501 3.29055C23.3912 3.30404 23.4787 3.31002 23.4962 3.31549C23.5533 3.33326 23.5487 3.35427 23.5876 3.36266C23.6783 3.38227 23.5813 3.32542 23.5888 3.32575C23.6736 3.32836 23.9825 3.43359 23.7782 3.41435C23.8928 3.45664 23.9166 3.42133 24.0059 3.46123C24.1836 3.54043 23.9074 3.46001 23.831 3.44544C23.5561 3.39325 23.4801 3.35727 23.0977 3.26247C22.9605 3.22841 22.7926 3.20471 22.7292 3.18926C22.6888 3.1793 22.3283 3.01544 22.2906 3.11562C22.2551 3.10383 22.2155 3.08724 22.1738 3.06843C22.0591 3.01405 21.9169 2.94093 21.8068 2.91981C21.6774 2.89524 21.7101 2.94089 21.6979 2.93975C21.6781 2.93776 21.5223 2.90359 21.4664 2.89872C21.4013 2.89292 21.4309 2.91288 21.33 2.90049C21.0759 2.87024 21.0898 2.83513 21.0638 2.82801C20.7662 2.75114 20.89 2.82667 20.8221 2.82044C20.7614 2.81119 19.8781 2.67471 19.6871 2.67215C19.764 2.67266 19.8415 2.67352 19.9189 2.67465C19.7841 2.635 19.6357 2.65867 19.6373 2.61567C19.6019 2.68136 19.3241 2.60677 19.2383 2.60089C19.2047 2.5985 19.2063 2.6105 19.1642 2.60715C18.9992 2.5936 18.6295 2.5542 18.5392 2.55385C18.151 2.55004 19.1349 2.66881 19.2115 2.68176C19.0569 2.66391 18.1758 2.61253 18.578 2.67651C18.6402 2.68637 18.7526 2.66419 18.7881 2.6659C19.0263 2.67767 18.8372 2.68983 18.8556 2.69401C18.887 2.70083 19.0447 2.68744 19.086 2.69445C19.0995 2.69678 19.0094 2.71359 19.2345 2.73491C19.1219 2.74737 18.4882 2.67559 18.4039 2.67659C18.3738 2.67698 18.5572 2.74027 18.0152 2.65402C18.0212 2.65925 18.0272 2.66448 18.0333 2.66971C17.7294 2.65257 17.425 2.63863 17.1207 2.62779C17.1542 2.61802 17.326 2.60306 17.1106 2.59854C16.9863 2.59616 17.0772 2.62478 17.0658 2.62503C16.9545 2.6171 14.9852 2.57252 14.6102 2.59728C14.5551 2.59881 14.4565 2.60499 14.363 2.61211C14.2694 2.62068 14.1455 2.63681 14.1341 2.63779C13.9831 2.64885 13.4029 2.69335 13.2826 2.70986C13.2124 2.71918 13.2819 2.73263 13.2182 2.73849C13.1582 2.74401 13.2181 2.71736 13.2002 2.71844C13.0523 2.72514 11.9183 2.88403 11.6453 2.89975C11.8075 2.88492 12.6269 2.74738 12.6121 2.73548C12.6077 2.73399 12.4055 2.74211 12.3662 2.75429C12.2948 2.74513 12.0691 2.82525 11.9383 2.83063C11.9251 2.83106 11.9725 2.79532 11.7492 2.81706C11.6713 2.8247 11.4674 2.87299 11.2577 2.87301C10.9589 2.92147 9.37836 3.087 9.27515 3.1336C9.27258 3.13562 9.49343 3.11769 9.34689 3.15014C9.15048 3.19354 9.32246 3.11176 9.08756 3.13764C9.05167 3.14148 8.40379 3.23359 8.38638 3.23969C8.19549 3.29837 8.76139 3.23627 8.75482 3.24108C8.73543 3.25331 8.26776 3.3216 8.24835 3.32197C8.22995 3.32204 8.60681 3.2276 8.14854 3.30567C8.20242 3.30369 8.25598 3.30177 8.30922 3.2999C8.09424 3.33892 8.06789 3.31208 8.01455 3.31738C7.85426 3.33306 7.68226 3.40245 7.41299 3.38186C7.34282 3.37623 7.45371 3.34437 7.44483 3.3433C7.36048 3.33434 7.26296 3.40212 7.13222 3.37922C7.12203 3.37759 7.41168 3.31374 6.90019 3.38336C6.93454 3.38258 6.97176 3.38141 7.00736 3.38046C6.93477 3.399 6.42672 3.47369 6.35349 3.48174C6.15342 3.50321 6.32397 3.45175 6.12286 3.48276C6.25974 3.50227 5.63771 3.59306 5.67185 3.55534C5.59409 3.60756 5.06132 3.64943 4.81736 3.6825C4.66032 3.70379 4.3465 3.76579 4.29741 3.77056C4.23702 3.77642 4.25154 3.74606 4.14178 3.75514C4.10997 3.75779 3.78908 3.82357 3.50207 3.8347C3.4462 3.83692 3.32313 3.80623 3.42441 3.77994C3.59875 3.73479 3.92916 3.72706 3.92355 3.69947C3.91258 3.67062 3.47454 3.75029 3.35119 3.76376C2.79401 3.82409 3.11037 3.74715 3.09405 3.73965C3.05465 3.72146 2.75236 3.76497 2.73891 3.76475C2.68508 3.76289 2.89771 3.71398 2.89871 3.69934C2.9004 3.68022 2.60249 3.68835 2.66821 3.67268C2.7631 3.65019 3.03447 3.64019 3.05083 3.63653C3.26746 3.58761 2.96129 3.58725 2.87434 3.57814C2.84814 3.57526 2.94742 3.55038 2.92618 3.55145C2.60125 3.56811 2.86746 3.62104 2.65214 3.64549C2.45915 3.66746 2.70256 3.60429 2.69483 3.60381C2.68567 3.60336 2.45392 3.63467 2.41903 3.62949C2.3979 3.62737 2.98824 3.48798 2.95796 3.46731C2.77169 3.49916 2.5789 3.53199 2.39261 3.56394C2.37213 3.53425 2.64893 3.51897 2.67684 3.51167C2.73285 3.49699 2.57173 3.50333 2.57703 3.49228C2.57988 3.48532 2.7631 3.43597 2.59324 3.4504C2.53412 3.45546 2.4173 3.49486 2.20603 3.50155C2.92843 3.36917 2.42052 3.42296 2.39847 3.41453C2.37527 3.40628 2.71848 3.3304 2.29922 3.39472C2.27217 3.33514 2.30566 3.37375 2.42268 3.346C2.56762 3.31174 2.22403 3.33955 2.76663 3.2785C2.73229 3.25365 2.29771 3.31738 2.27654 3.31804C2.25666 3.31872 2.34984 3.29088 2.31521 3.29085C1.90438 3.29185 2.18476 3.27821 2.0627 3.25892C2.0523 3.25711 1.66498 3.29868 1.95756 3.25169C2.48507 3.16693 2.71547 3.17647 2.79164 3.07572C2.38922 3.09358 1.92816 3.21726 1.8054 3.23575C1.62077 3.26348 1.80972 3.2182 1.7862 3.21641C1.77734 3.21601 1.62096 3.23982 1.6189 3.23866C1.49514 3.18765 2.32009 3.1376 2.57441 3.08972C2.5043 3.08938 2.43143 3.08945 2.36322 3.08885C2.45481 3.07544 2.55083 3.06141 2.64383 3.04783C2.19343 3.09103 2.62783 3.04226 2.73025 2.97222C2.75342 2.95645 2.46447 3.01877 2.79247 2.93764C2.54599 2.96453 2.62295 2.94228 2.40066 2.98946C2.40452 2.96662 2.9029 2.87088 3.09498 2.83238C2.40092 2.90548 2.80244 2.93031 2.19774 2.9729C2.09077 3.01567 2.37512 2.96991 2.3523 2.97771C2.27156 3.00553 2.07292 3.00775 1.84132 3.09808C1.80354 3.11287 1.97301 3.11771 1.72803 3.15121C1.70045 3.15494 1.54504 3.15234 1.54662 3.15032C1.56454 3.12837 1.71571 3.11408 1.72198 3.10509C1.72558 3.09691 1.5586 3.12533 1.55739 3.12338C1.54889 3.1003 1.69685 3.09421 1.67457 3.08978C1.62777 3.0799 1.00849 3.11595 1.80894 3.01711C1.1501 3.13853 1.72468 3.0559 1.9859 3.0082C2.05162 2.9962 2.06638 2.97959 2.15935 2.96134C2.27901 2.93781 2.41906 2.9249 2.48317 2.91315C2.5504 2.90069 2.1608 2.92159 2.71877 2.85277C2.42841 2.85973 1.94279 2.96511 1.65814 2.98176C1.09651 3.01345 2.04075 2.86837 2.13887 2.84982C2.16488 2.84486 2.07435 2.83813 2.09163 2.83447C2.11899 2.8287 2.65863 2.7612 2.70973 2.73779C2.76054 2.71438 2.51241 2.76647 2.49298 2.75234C2.48178 2.74251 3.12544 2.63127 2.77463 2.67312C2.53117 2.70221 2.09199 2.81031 2.01035 2.77278C2.36154 2.71877 2.72379 2.66336 3.0743 2.60981C2.87814 2.6188 2.68256 2.62777 2.48319 2.63733C2.8831 2.57472 3.23209 2.54656 3.60562 2.46727C2.68911 2.53639 3.89113 2.37923 3.90835 2.36966C3.91194 2.36478 3.54483 2.3677 3.48744 2.3669C3.80262 2.30371 4.76568 2.16001 4.19407 2.17987C4.29542 2.17923 4.54412 2.11106 4.5397 2.10915C4.5026 2.08776 3.96509 2.18014 4.04985 2.14434C4.14902 2.10265 4.29312 2.1202 4.45393 2.09475C5.25831 1.96701 5.02043 1.86152 5.83562 1.77089C5.81881 1.76828 5.80199 1.76567 5.78513 1.76306C6.67064 1.6489 7.54656 1.53764 8.43692 1.42699C8.77261 1.33983 9.69475 1.19298 10.1465 1.14006C10.2417 1.12866 10.6882 1.09411 10.7246 1.09351C10.7893 1.09276 10.4406 1.13969 10.6004 1.13343C10.6366 1.1314 11.392 1.04655 11.3361 1.03011C11.25 1.03792 10.9885 1.0823 10.9411 1.0827C10.6326 1.07891 12.9801 0.82655 13.0976 0.804977C13.0457 0.802834 12.9939 0.800753 12.9399 0.798956C13.0876 0.786675 13.2391 0.774461 13.3913 0.763017ZM6.85667 3.48331C6.77331 3.51841 6.55085 3.53103 6.41923 3.55576C6.24131 3.58949 5.94889 3.72118 6.06796 3.61318C6.32825 3.57009 6.59685 3.52602 6.85667 3.48331ZM10.7227 3.00653C10.5472 3.01612 10.6735 2.94892 10.8231 2.95122C10.8402 2.95148 10.9653 2.9929 10.7227 3.00653ZM8.86364 3.22404C8.87143 3.22233 9.02144 3.20382 9.028 3.20376C9.16737 3.20583 8.70878 3.26237 8.86364 3.22404ZM17.7213 2.61244C17.528 2.60411 17.6655 2.65754 17.7865 2.64546C17.7941 2.64468 17.7341 2.61302 17.7213 2.61244ZM17.584 2.60378C17.436 2.55446 17.1296 2.62432 17.3704 2.62704C17.3938 2.62719 17.5908 2.60606 17.584 2.60378ZM10.0902 3.06727C10.1089 3.04891 10.2911 3.03311 10.3683 3.02704C10.3673 3.0417 10.1679 3.05544 10.0902 3.06727ZM14.6433 2.57658C14.6476 2.57066 14.5091 2.57032 14.3619 2.57491C14.2372 2.5788 14.0433 2.59942 14.0252 2.60953C14.0732 2.60204 14.2474 2.58971 14.3623 2.58747C14.5062 2.58424 14.6408 2.58207 14.6433 2.57658ZM16.2515 2.56302C16.2353 2.56037 16.0187 2.55942 16.0245 2.57061C16.1304 2.58669 16.3229 2.57437 16.2515 2.56302ZM19.4488 2.7541C19.4608 2.7528 19.3065 2.66607 19.6836 2.7517C19.7388 2.76432 19.537 2.76126 19.5565 2.76592C19.5978 2.77511 19.6305 2.78086 19.6569 2.78407C19.478 2.77072 19.2944 2.75597 19.2762 2.75002C19.1939 2.72203 19.4439 2.75455 19.4488 2.7541ZM21.1026 2.91659C21.1394 2.91078 21.3663 2.95673 21.4149 2.97102C21.4234 2.97357 21.3799 2.99566 21.4817 3.01272C21.5625 3.02652 21.4489 2.97296 21.6034 3.00845C21.7617 3.04561 21.5447 3.02382 21.559 3.0285C21.5763 3.03337 21.823 3.07092 21.8109 3.0871C21.8034 3.09831 21.5453 3.03543 21.4795 3.02648C21.3952 3.01417 21.4919 3.05459 21.3536 3.02413C21.2667 3.00534 21.3219 2.97609 21.3038 2.97082C21.2883 2.96574 20.9743 2.93546 21.1031 2.91679C21.1029 2.91672 21.1028 2.91665 21.1026 2.91659ZM19.7049 2.78752C19.6915 2.78738 19.6758 2.78639 19.6569 2.78407C19.673 2.78527 19.6891 2.78638 19.7049 2.78752ZM7.36689 3.39674C7.45976 3.39617 7.19111 3.44806 7.08386 3.44691C7.0809 3.43458 7.35273 3.39677 7.36689 3.39674ZM19.8726 2.77443C20.1337 2.81462 19.9399 2.80451 19.7049 2.78752C19.7796 2.78833 19.7843 2.7612 19.8726 2.77443ZM12.3662 2.75429C12.3778 2.75583 12.3854 2.75946 12.3872 2.76669C12.3567 2.76214 12.3535 2.75815 12.3662 2.75429ZM12.9923 2.69588C13.1989 2.65035 12.7718 2.69866 12.7721 2.71507C12.774 2.72092 12.9859 2.69742 12.9923 2.69588ZM17.9688 2.62913C17.9494 2.62583 18.2565 2.57626 17.8136 2.60068C18.0478 2.62252 17.7998 2.61524 17.8031 2.62147C17.8118 2.6387 18.2065 2.64664 18.2932 2.66058C18.3635 2.63459 18.0328 2.63996 17.9693 2.62916C17.9691 2.62915 17.9689 2.62914 17.9688 2.62913ZM24.0328 3.6403C23.9751 3.64382 23.8085 3.59438 23.6954 3.56366C23.753 3.5602 23.9193 3.60967 24.0328 3.6403ZM54.0178 3.47269C53.2268 3.34352 53.1382 3.25284 53.8537 3.41436C53.8678 3.41757 54.067 3.47423 54.0178 3.47269ZM47.2736 2.25497C47.2048 2.21171 47.45 2.24573 47.6081 2.2851C47.6442 2.29402 47.773 2.34795 47.6186 2.3289C47.6296 2.29155 47.395 2.23823 47.2736 2.25497ZM20.0231 2.77138C20.1029 2.75925 20.3357 2.80353 20.4582 2.82365C20.381 2.83051 20.133 2.79079 20.0231 2.77138ZM51.4398 2.9613C51.3574 2.94404 51.2967 2.96133 51.3106 2.96615C51.3726 2.98797 51.5314 2.99379 51.4398 2.9613ZM19.2604 2.68709C19.2511 2.67314 19.5658 2.69189 19.5848 2.72578C19.5178 2.71624 19.2677 2.69557 19.2604 2.68709ZM23.8211 3.57523C23.774 3.55626 24.0293 3.61101 24.1042 3.63706C24.0946 3.64857 23.8519 3.58763 23.8211 3.57523ZM50.1011 2.73127C50.0275 2.71569 49.8415 2.68179 49.8192 2.68921C49.7911 2.6984 50.0645 2.74227 50.1011 2.73127ZM64.2117 4.57832C64.2225 4.58328 63.9145 4.63554 63.7773 4.62959C63.5165 4.62076 64.1998 4.57895 64.2117 4.57832ZM52.2262 3.08941C52.4555 3.15811 52.2003 3.0855 52.2055 3.11466C52.3628 3.14436 52.7544 3.21769 52.4899 3.14141C52.4384 3.12658 52.2993 3.10458 52.2262 3.08941ZM52.0121 3.04092C51.9854 3.04517 51.8117 3.0424 51.9579 3.0669C52.0255 3.0782 52.1396 3.06701 52.0121 3.04092ZM62.3175 4.5983C62.0968 4.56765 63.1117 4.61213 63.1423 4.6107C63.1577 4.61304 63.1678 4.61521 63.1737 4.61704C63.2118 4.60963 63.405 4.60737 63.4274 4.62656C63.3695 4.62575 63.2111 4.62786 63.1925 4.6255C63.1846 4.62456 63.1786 4.62367 63.1745 4.62278C63.105 4.64309 62.3589 4.60762 62.3175 4.5983ZM60.6536 4.4533C60.9066 4.44164 60.945 4.50616 60.9234 4.50636C60.6492 4.50624 60.8308 4.47747 60.8225 4.4746C60.8043 4.46949 60.6086 4.47157 60.6544 4.45337C60.6542 4.45335 60.6539 4.45332 60.6536 4.4533ZM61.9745 4.57151C61.9849 4.5715 62.1966 4.58414 62.2052 4.5853C62.3779 4.61475 61.7784 4.57882 61.9745 4.57151ZM22.3054 3.12728C22.4456 3.1699 22.3008 3.15575 22.2091 3.12369C22.2016 3.12094 22.182 3.08979 22.3054 3.12728ZM51.8958 3.02597C51.8744 3.01918 51.4983 2.94291 51.2566 2.9045C51.1298 2.88428 51.0401 2.87412 51.0556 2.8888C51.0744 2.89111 51.1515 2.9053 51.2531 2.92415C51.5476 2.97866 52.0467 3.07411 51.8958 3.02597ZM45.5179 1.95585C45.6671 1.97474 45.5 1.98626 45.423 1.96494C45.3942 1.95695 45.4805 1.95115 45.5179 1.95585ZM18.8387 2.62033C18.6811 2.62526 18.7182 2.56855 18.8519 2.59999C18.8572 2.60123 18.8448 2.62014 18.8387 2.62033ZM46.7091 2.14018C46.1899 2.08307 46.3268 1.99756 46.9945 2.13531C46.9726 2.13651 46.9508 2.13773 46.929 2.13896C47.7043 2.27695 46.981 2.15355 46.7902 2.13068C46.7173 2.12175 46.7755 2.14789 46.7096 2.14038C46.7095 2.14031 46.7093 2.14025 46.7091 2.14018ZM44.7401 1.86901C44.2577 1.75293 45.1857 1.88271 45.46 1.91174C45.1943 1.90963 44.8551 1.86864 45.3139 1.95088C44.6375 1.88182 44.9225 1.88616 44.8957 1.87991C44.8635 1.87392 44.7603 1.87394 44.7401 1.86901ZM46.0407 2.02192C46.0693 2.02361 46.2836 2.0687 46.3622 2.07782C46.2493 2.08599 45.8489 2.01006 46.0407 2.02192ZM58.9284 4.26069C58.944 4.24852 58.974 4.24123 59.0573 4.25054C59.0883 4.25401 59.1264 4.2597 59.1735 4.2681C59.1451 4.26923 59.1014 4.26789 59.0551 4.26593C59.0113 4.26414 58.9652 4.2618 58.9284 4.26069ZM6.67704 3.40461C6.55805 3.41947 6.31528 3.4454 6.39213 3.45549C6.40104 3.45601 6.67877 3.41594 6.67704 3.40461ZM49.4103 2.56522C49.3859 2.55827 48.7332 2.4423 48.955 2.50291C49.022 2.52099 49.6159 2.62301 49.4103 2.56522ZM52.7919 3.17643C52.7372 3.16615 52.5147 3.12899 52.5092 3.13266C52.4913 3.14551 52.7652 3.18697 52.7919 3.17643ZM6.07112 3.46771C6.05638 3.46768 5.68613 3.52239 5.72991 3.52587C5.80827 3.53303 6.12684 3.46703 6.07112 3.46771ZM22.8324 3.21737C22.8624 3.22445 22.8965 3.2552 22.9067 3.25813C22.9309 3.2647 23.4788 3.40001 23.2634 3.37154C23.2269 3.36653 22.4453 3.15122 22.3445 3.12275C22.3125 3.08446 22.6398 3.19792 22.7223 3.21649C22.7368 3.21969 22.7521 3.19859 22.8321 3.21742C22.8322 3.2174 22.8323 3.21738 22.8324 3.21737ZM59.8544 4.36175C59.882 4.34797 60.5564 4.4105 60.547 4.43056C60.3157 4.40976 60.0849 4.38674 59.8544 4.36175ZM59.5134 4.31617C59.3716 4.28476 59.7072 4.3237 59.8063 4.34118C59.8057 4.3538 59.5345 4.32104 59.5134 4.31617ZM51.5681 2.88317C51.5018 2.8758 51.6983 2.93856 51.6523 2.93559C51.6229 2.93356 51.4785 2.89731 51.4303 2.89721C51.4166 2.89746 51.5614 2.94917 51.6046 2.95588C51.6662 2.96551 51.6103 2.9352 51.6772 2.94715C51.8994 2.98688 52.0937 3.0367 52.3021 3.07449C52.3209 3.07786 52.1776 3.03736 52.338 3.06691C52.3628 3.07145 52.508 3.1193 52.7006 3.15157C53.1365 3.16587 53.4366 3.28615 53.9801 3.3627C53.9608 3.35296 53.5606 3.26241 53.537 3.25742C53.0884 3.16366 52.2826 3.01385 51.8119 2.92861C51.6912 2.90668 51.7474 2.9308 51.6952 2.92188C51.6541 2.91482 51.7074 2.89863 51.5681 2.88317ZM6.73839 3.38206C6.67856 3.36463 6.48052 3.40794 6.35019 3.42452C6.39923 3.44088 6.61401 3.39338 6.73839 3.38206ZM56.5361 3.83361C56.4722 3.82354 56.2743 3.78114 56.2568 3.78579C56.2337 3.79189 56.5199 3.84837 56.5361 3.83361ZM25.9317 4.01774C25.9379 4.01856 26.0911 4.05642 26.0968 4.05852C26.2292 4.11095 25.7699 3.99731 25.9317 4.01774ZM29.6917 4.71601C29.8161 4.72557 29.9413 4.7283 29.9815 4.75218C29.9031 4.74313 29.675 4.72901 29.6917 4.71601ZM35.0248 3.78487C34.9928 3.76737 35.3375 3.66829 35.4009 3.64903C35.3822 3.66817 35.0483 3.79752 35.0248 3.78487ZM58.9145 4.17328C58.9907 4.18468 59.035 4.1862 59.0664 4.18509C59.126 4.18308 59.1399 4.17179 59.2284 4.19598C59.2502 4.202 59.313 4.29665 59.076 4.23187C59.045 4.22338 59.1272 4.22296 59.0637 4.20425C59.0399 4.19714 58.9951 4.18743 58.9145 4.17328ZM47.1039 2.15334C47.1607 2.14422 47.3282 2.17624 47.4427 2.19629C47.4145 2.20506 47.1854 2.16481 47.1039 2.15334ZM5.40859 3.53868C5.3024 3.52795 4.84153 3.61092 4.95858 3.61143C4.97425 3.61142 5.34236 3.54688 5.40859 3.53868ZM20.5646 2.75916C20.7535 2.76566 20.3695 2.7054 20.2443 2.70995C20.2998 2.71532 20.5516 2.75836 20.5646 2.75916ZM33.8326 4.16264C33.8415 4.15912 34.0421 4.09723 34.0509 4.09527C34.221 4.06281 33.6535 4.23783 33.8326 4.16264ZM28.434 4.51104C28.5125 4.50905 29.0058 4.5983 29.1178 4.6282C29.004 4.63994 28.3372 4.51711 28.434 4.51104ZM58.0181 4.05014C58.1727 4.07366 58.319 4.10129 58.4605 4.12976C58.4278 4.13905 58.033 4.06315 58.0181 4.05014ZM34.5611 3.92386C34.5716 3.92047 34.5823 3.91855 34.5923 3.91536C34.5817 3.9183 34.5713 3.92108 34.5611 3.92386ZM54.5851 3.44329C54.4582 3.41448 54.4802 3.4441 54.4879 3.4463C54.5825 3.47196 54.729 3.47591 54.5851 3.44329ZM6.58679 3.36509C6.53976 3.34861 6.32173 3.39628 6.19993 3.40759C6.23701 3.42058 6.48632 3.38124 6.58679 3.36509ZM44.2272 1.78325C44.1502 1.76675 44.2739 1.75864 44.431 1.76207C44.5841 1.76531 44.773 1.7798 44.8373 1.79396C44.8426 1.80395 44.6083 1.79493 44.4289 1.78999C44.3231 1.78692 44.2355 1.785 44.2272 1.78325ZM19.9895 2.65125C19.9795 2.63185 19.7058 2.62287 19.7626 2.63773C19.7981 2.6468 19.9961 2.66303 19.9895 2.65125ZM45.1581 1.8377C45.2191 1.83887 45.3577 1.87268 45.307 1.87756C45.2427 1.88384 45.1421 1.83747 45.1581 1.8377ZM50.6345 2.6998C50.6083 2.69234 50.2442 2.64575 50.39 2.69027C50.4912 2.72118 50.5125 2.69887 50.5366 2.70312C50.5634 2.70799 51.1375 2.84276 50.6345 2.6998ZM40.7236 2.06223C40.8527 2.02935 41.0123 2.0072 41.1495 1.98252C41.0951 2.00256 40.7815 2.06483 40.7236 2.06223ZM21.0223 2.78861C20.9943 2.77285 20.1148 2.64586 20.6114 2.73727C20.6412 2.74138 21.1155 2.82484 21.0223 2.78861ZM58.9145 4.17328C58.887 4.16916 58.8548 4.16369 58.8187 4.15671C58.8547 4.1626 58.887 4.16843 58.9145 4.17328ZM56.4572 3.77514C56.509 3.77106 56.2598 3.72399 56.1854 3.7178C56.1599 3.72943 56.4501 3.77582 56.4572 3.77514ZM41.1568 1.96289C41.2344 1.94157 41.3791 1.92525 41.4767 1.90918C41.4621 1.92313 41.193 1.96836 41.1568 1.96289ZM35.6315 3.51119C35.7321 3.48138 35.8418 3.44411 35.9127 3.41563C35.9548 3.39868 35.9815 3.38541 35.9808 3.37978C35.9848 3.38085 35.9931 3.38056 36.0065 3.37859C36.0202 3.37643 36.1839 3.3133 36.258 3.29359C36.4405 3.2449 36.1911 3.33415 35.9167 3.42728C35.5219 3.56129 35.0801 3.69765 35.7964 3.4259C35.7416 3.4543 35.687 3.48259 35.6315 3.51119ZM27.7753 4.35684C27.6837 4.32124 27.4163 4.29026 27.4831 4.3109C27.5294 4.32572 27.8665 4.39301 27.7753 4.35684ZM31.5964 4.64792C31.5668 4.65038 31.2804 4.69459 31.2732 4.7031C31.4428 4.70028 31.7392 4.64273 31.5964 4.64792ZM27.0567 4.1886C26.9988 4.17339 26.9177 4.1853 26.9243 4.18803C26.9818 4.21148 27.1517 4.22543 27.0567 4.1886ZM58.475 4.03009C58.3882 4.00881 58.1059 3.98633 58.0422 3.99548C58.0315 3.99005 58.0015 3.98047 57.9465 3.96589C57.9467 3.96592 57.9469 3.96594 57.947 3.96597C57.871 3.95157 55.6293 3.55904 57.1279 3.85259C57.1749 3.86168 57.1132 3.83403 57.3047 3.8691C57.3174 3.87144 57.3214 3.88631 57.3605 3.8935C57.4497 3.91017 57.9305 3.99712 58.0293 4.00086C58.0297 4.00355 58.0356 4.00698 58.0486 4.01132C58.1637 4.05018 58.5422 4.04683 58.475 4.03009ZM32.144 4.55081C32.0892 4.55725 31.9157 4.59488 31.899 4.60996C31.9884 4.6016 32.2728 4.53665 32.144 4.55081ZM21.003 2.7342C20.9058 2.70788 20.6452 2.68888 20.7215 2.71031C20.7681 2.7226 21.1173 2.76405 21.003 2.7342ZM30.3345 4.69284C30.9764 4.73498 30.4878 4.6988 30.5868 4.68492C30.5023 4.68845 30.4182 4.69106 30.3345 4.69284ZM61.2949 4.41132C61.1963 4.3992 61.3159 4.37318 61.4217 4.40056C61.4551 4.40925 61.35 4.41802 61.2949 4.41132ZM65.8283 4.24951C65.7359 4.23759 66.1604 4.16372 66.0013 4.22115C65.9936 4.22395 65.8349 4.2497 65.8283 4.24951ZM62.6407 4.46131C62.5722 4.48083 62.5284 4.48256 62.339 4.46967C62.62 4.47416 62.3601 4.44608 62.6407 4.46131ZM35.9783 3.37816C35.9796 3.37864 35.9807 3.37896 35.9808 3.37978C35.9794 3.37941 35.9787 3.37887 35.9783 3.37816ZM26.4919 4.06896C26.4213 4.03421 26.2114 3.98668 26.2696 4.01912C26.2751 4.02223 26.4583 4.07524 26.4919 4.06896ZM58.0422 3.99548C58.0517 4.00029 58.0463 4.00158 58.0293 4.00086C58.0289 3.99833 58.0336 3.99673 58.0422 3.99548ZM27.6279 4.29718C27.6176 4.30943 27.9405 4.37716 27.9544 4.37765C28.1454 4.38912 27.7618 4.32357 27.6279 4.29718ZM18.9373 2.4707C18.9211 2.47073 19.0224 2.51469 19.0884 2.50678C19.1393 2.50057 18.9985 2.47039 18.9373 2.4707ZM63.2877 4.46088C63.3939 4.46074 63.5435 4.45845 63.571 4.47455C63.5002 4.47369 63.2852 4.4734 63.2877 4.46088ZM65.6582 4.2597C65.5345 4.30401 65.2415 4.35182 65.0547 4.37135C65.0476 4.3486 65.5395 4.29186 65.6582 4.2597ZM58.7511 4.08079C58.7426 4.07864 58.4875 4.03297 58.5199 4.05524C58.5669 4.08813 58.8223 4.10074 58.7511 4.08079ZM19.422 2.53393C19.5352 2.53316 19.2806 2.471 19.1602 2.48873C19.0983 2.49745 19.4029 2.53371 19.422 2.53393ZM25.8448 3.89215C25.6939 3.86606 26.0578 3.97214 26.114 3.96651C26.0455 3.94887 25.8985 3.9015 25.8448 3.89215ZM31.1175 4.64852C30.5715 4.61511 30.8681 4.69965 30.9676 4.69007C30.9813 4.68902 31.1315 4.64934 31.1175 4.64852ZM4.22415 3.59839C4.15865 3.61488 4.41031 3.60618 4.43937 3.58466C4.45769 3.57116 4.26639 3.58779 4.22415 3.59839ZM38.1546 2.65782C38.1356 2.66367 38.1168 2.66951 38.0982 2.6753C38.1119 2.67025 38.1303 2.66443 38.1546 2.65782ZM24.5205 3.48816C24.8286 3.64355 24.8087 3.57946 24.8369 3.58706C24.898 3.60348 25.036 3.65911 25.1527 3.68505C25.0179 3.65973 24.8832 3.63408 24.7487 3.60825C24.8511 3.64121 25.7576 3.89522 25.7803 3.88698C25.8116 3.87717 25.5227 3.81212 25.5146 3.80842C25.503 3.80337 25.4694 3.74631 25.4433 3.73798C25.3997 3.72511 24.6387 3.53154 24.5205 3.48816ZM30.0309 4.62939C30.111 4.6413 30.1324 4.66149 30.17 4.65962C30.1828 4.65895 30.1859 4.64129 30.2297 4.63948C30.1635 4.63662 30.0975 4.63327 30.0309 4.62939ZM23.9205 3.40082C23.8338 3.35565 24.2449 3.47142 24.2576 3.47715C24.3246 3.50989 23.9912 3.43782 23.9205 3.40082ZM27.47 4.24933C27.4541 4.24519 27.1302 4.17066 27.13 4.18268C27.2143 4.21084 27.6506 4.30234 27.47 4.24933ZM30.284 4.64162C30.4045 4.65164 30.6348 4.67795 30.6091 4.64988C30.609 4.64987 30.6088 4.64987 30.6086 4.64986C30.4997 4.6486 30.3921 4.64581 30.284 4.64162ZM19.8099 2.51729C19.608 2.45225 19.6996 2.5163 19.8819 2.55065C19.9398 2.53783 19.8434 2.52798 19.8099 2.51729ZM19.1478 2.41873C19.0901 2.40448 18.491 2.36481 18.5804 2.39512C18.6124 2.40526 18.9584 2.41284 18.974 2.41613C18.9978 2.42055 18.886 2.43597 19.0697 2.44702C19.0597 2.43756 19.1675 2.42307 19.1478 2.41873ZM19.6414 2.4715C19.4376 2.41752 19.386 2.47326 19.5407 2.48892C19.6014 2.49521 19.6705 2.4793 19.6414 2.4715ZM20.4809 2.57689C20.4081 2.56115 20.2131 2.52748 20.0738 2.53118C20.2564 2.55472 20.4366 2.57974 20.617 2.60688C20.6396 2.59861 20.5438 2.59039 20.4804 2.57683C20.4806 2.57685 20.4807 2.57687 20.4809 2.57689ZM66.9154 3.78352C66.7471 3.81646 67.1212 3.69661 67.1369 3.69588C67.1876 3.69493 66.9911 3.76876 66.9154 3.78352ZM2.84841 3.24005C2.80129 3.23985 2.76808 3.22194 2.66752 3.24803C2.7727 3.24982 2.87722 3.25171 2.9811 3.25371C3.0547 3.20508 2.90001 3.24032 2.84841 3.24005ZM2.43594 3.1588C2.45038 3.15583 2.36253 3.10949 2.55674 3.1212C2.685 3.12949 2.00633 3.25163 1.87644 3.24412C2.01326 3.21251 2.31403 3.18363 2.43594 3.1588ZM1.19996 3.08035C1.19162 3.07684 1.45157 3.03282 1.48172 3.03183C1.64187 3.0264 1.24724 3.09869 1.19996 3.08035ZM2.03387 2.97264C1.90989 2.97886 2.18005 2.93307 2.26064 2.92821C2.27012 2.9378 2.05324 2.97155 2.03387 2.97264ZM65.0624 3.34757C64.9291 3.32632 64.8248 3.42513 65.0207 3.38212C65.0302 3.38003 65.0682 3.34873 65.0624 3.34757ZM1.44662 2.98579C1.56993 2.97961 1.30138 3.0253 1.21904 3.03051C1.21016 3.02084 1.42807 2.98676 1.44662 2.98579ZM64.9597 3.26655C64.7872 3.26002 64.8584 3.34685 64.88 3.34825C64.9701 3.35381 65.2639 3.272 65.3222 3.25119C64.8793 3.33687 65.0406 3.26768 64.9597 3.26655ZM64.1773 3.3983C64.0909 3.40886 64.1722 3.41278 64.2759 3.40791C64.3649 3.40378 64.4693 3.39259 64.5038 3.37724C64.4535 3.38254 64.3534 3.38792 64.2748 3.39193C64.2311 3.3942 64.1939 3.39623 64.1773 3.3983ZM63.2005 3.395C63.1142 3.39196 62.8552 3.3802 62.8122 3.39391C62.9066 3.3937 63.164 3.41083 63.2005 3.395ZM63.0045 3.34864C62.8696 3.32637 62.8356 3.38527 62.9926 3.36986C62.9986 3.36925 63.0095 3.34983 63.0045 3.34864ZM62.2431 3.30425C62.155 3.27639 62.0503 3.3286 62.1949 3.3375C62.238 3.33996 62.2524 3.30739 62.2431 3.30425ZM64.7366 3.19015C64.6127 3.19347 64.4565 3.25022 64.7216 3.22766C64.6296 3.24405 64.5371 3.25922 64.4442 3.27329C64.7946 3.26521 64.762 3.20723 64.861 3.19856C64.9995 3.18448 64.9947 3.23207 64.9689 3.25067C65.0799 3.2093 65.5561 3.13113 65.8266 3.05828C65.5845 3.10446 65.1905 3.15449 64.9493 3.1768C64.8806 3.18368 64.8154 3.20462 64.7564 3.2098C64.6619 3.21784 64.7437 3.19007 64.7371 3.19009C64.7369 3.19011 64.7368 3.19013 64.7366 3.19015ZM61.2394 3.23669C60.9795 3.18723 61.14 3.25962 61.2893 3.26169C61.2957 3.26142 61.2459 3.23791 61.2394 3.23669ZM1.07067 2.86182C1.42976 2.83495 1.17349 2.90382 1.90769 2.75003C1.60011 2.82864 1.89404 2.77701 1.83498 2.79947C1.78776 2.8173 1.60207 2.83456 1.71236 2.84123C1.57101 2.83696 0.968438 2.92982 0.938647 2.93017C0.938903 2.93013 0.93916 2.9301 0.939416 2.93006C0.922659 2.93012 0.955936 2.87047 1.07067 2.86182ZM63.1995 3.24362C63.1134 3.17308 63.0786 3.28479 62.9089 3.22396C62.6811 3.30675 63.5343 3.22986 63.6379 3.29325C62.7121 3.3001 64.2505 3.35071 63.6026 3.25792C64.1335 3.2808 63.7756 3.23943 63.8568 3.22339C63.9433 3.20649 64.2412 3.20519 64.2243 3.17944C64.2241 3.17945 64.2239 3.17947 64.2238 3.17948C64.0431 3.19314 63.8608 3.20307 63.6781 3.2098C63.8594 3.2612 63.484 3.25503 63.3565 3.20875C63.3038 3.22061 63.2523 3.23223 63.1995 3.24362ZM64.238 3.26516C64.22 3.26652 63.823 3.29401 63.8489 3.30322C63.8863 3.30762 64.1796 3.29039 64.2669 3.27557C64.2975 3.27071 64.3036 3.26694 64.2662 3.26568C64.2587 3.26541 64.2493 3.26523 64.238 3.26516ZM65.9406 2.99529C65.8041 3.02968 65.5903 3.06449 65.5195 3.09963C65.6568 3.07331 65.8713 3.03492 65.9406 2.99529ZM58.5655 2.86371C58.3782 2.85313 58.9463 2.94381 58.7849 2.89864C58.7774 2.89664 58.5744 2.86432 58.5655 2.86371ZM62.782 3.24903C62.596 3.22278 62.6817 3.29365 62.8214 3.27896C62.8294 3.27808 62.7906 3.25022 62.782 3.24903ZM1.35648 2.81258C1.36628 2.79425 1.87995 2.73288 1.97177 2.7197C1.92152 2.74253 1.34411 2.8337 1.35648 2.81258ZM66.165 2.87215C65.8793 2.88996 65.5307 3.03407 65.4884 3.03955C65.4477 3.04591 65.506 3.00773 65.4966 3.00883C65.4761 3.01409 65.0474 3.08882 65.0259 3.09111C65.0112 3.09465 65.0946 3.12016 65.0069 3.14433C65.181 3.10933 65.9641 2.95801 66.0035 2.9354C66.0342 2.9237 65.7881 2.94858 66.1646 2.87227C66.1647 2.87223 66.1649 2.87219 66.165 2.87215ZM65.3857 3.05082C65.496 3.0466 65.1952 3.10311 65.1206 3.10716C64.9563 3.11972 65.3723 3.05381 65.3857 3.05082ZM64.6542 3.1403C64.6189 3.14168 64.3018 3.16554 64.2752 3.18359C64.4289 3.19667 64.7347 3.1404 64.6542 3.1403ZM61.0446 3.10099C60.9591 3.09568 60.7267 3.05955 60.7118 3.07303C60.7967 3.07966 61.0294 3.11493 61.0446 3.10099ZM3.08509 2.43421C2.93847 2.44216 3.27346 2.38967 3.37033 2.38216C3.37736 2.39131 3.09799 2.43347 3.08509 2.43421ZM62.7536 3.10414C62.7053 3.10396 61.6838 3.06547 61.5385 3.05623C61.679 3.08353 62.6921 3.13425 62.7369 3.12436C62.7502 3.12303 62.7599 3.10502 62.7536 3.10414ZM64.9167 3.00479C65.0028 2.97102 65.0641 2.98863 65.0755 2.9873C65.1859 2.97519 65.4106 2.92947 65.3649 2.95933C65.1723 2.98887 64.7446 3.07162 64.9167 3.00479ZM60.9807 2.99421C60.6325 2.96978 61.2979 3.05523 61.2128 3.02346C61.2066 3.02165 61.0171 2.9969 60.9807 2.99421ZM62.8676 3.10015C62.9453 3.09047 63.9556 3.09525 64.1135 3.07703C63.9717 3.11813 63.8538 3.09847 63.6597 3.10538C63.6075 3.10719 63.6217 3.12057 63.6161 3.12074C63.5247 3.12334 63.5924 3.10602 63.5365 3.10686C63.5022 3.11131 62.7603 3.12591 62.8676 3.10015ZM64.9654 2.98272C65.0196 2.96784 65.6149 2.85568 65.6387 2.84867C65.824 2.83968 65.015 2.99022 64.9654 2.98272ZM62.7749 3.06876C62.8851 3.03442 63.3869 3.06279 63.0429 3.07974C63.0102 3.08125 62.8712 3.0627 62.7749 3.06876ZM61.0212 2.96118C61.0046 2.95901 60.6431 2.91574 60.6348 2.92671C60.6875 2.93805 61.2149 2.99177 61.0212 2.96118ZM61.2127 2.9367C61.2041 2.93621 61.2864 2.96715 61.1175 2.94931C61.1036 2.94767 61.0788 2.91942 60.865 2.90863C60.8208 2.90636 60.7531 2.91722 60.7576 2.91875C60.976 2.98433 61.6514 2.95945 61.2127 2.9367ZM64.9736 2.9599C64.9396 2.95324 65.013 2.90984 65.0858 2.91575C65.117 2.91827 65.0636 2.947 64.9736 2.9599ZM59.8727 2.82518C60.086 2.83195 59.425 2.74403 59.391 2.74328C59.4093 2.75902 59.8526 2.82525 59.8727 2.82518ZM3.40011 2.23274C3.39994 2.23276 3.39978 2.23279 3.39961 2.23281C3.57964 2.21208 3.47084 2.24432 3.47935 2.24366C3.86239 2.21466 3.7602 2.19072 3.81877 2.17797C3.94687 2.15022 3.93304 2.19876 4.14651 2.14954C3.79257 2.22765 4.11697 2.17025 4.12915 2.18513C4.181 2.24552 3.64188 2.22172 3.46985 2.26016C3.44546 2.26555 3.63097 2.26106 3.5685 2.27599C3.36686 2.32422 2.70284 2.3134 3.40011 2.23274ZM65.1395 2.90448C65.2138 2.87834 65.7938 2.77828 65.6445 2.8253C65.6216 2.83834 65.0315 2.95386 65.1395 2.90448ZM35.5543 1.95923C35.6477 1.91547 35.5282 1.94289 35.4186 1.97696C35.3626 1.99436 35.31 2.01313 35.2903 2.02465C35.273 2.0348 35.3488 2.01989 35.4264 1.9997C35.4779 1.98626 35.5296 1.97083 35.5543 1.95923ZM33.1837 2.67449C33.016 2.72992 32.8567 2.85099 33.0652 2.77708C33.0868 2.76942 33.206 2.67798 33.1837 2.67449ZM45.1686 0.281016C44.9756 0.23573 44.982 0.28401 45.126 0.297838C45.1767 0.302837 45.1747 0.282472 45.1686 0.281016ZM37.6825 1.23819C37.6627 1.2423 37.4498 1.31027 37.4606 1.31841C37.5413 1.3002 37.8065 1.21268 37.6825 1.23819ZM45.2318 0.280945C45.1145 0.277111 45.3104 0.331795 45.456 0.315188C45.3832 0.309452 45.2446 0.281362 45.2318 0.280945ZM62.3977 2.95219C62.3052 2.9681 62.0461 2.94943 61.8971 2.9432C61.8829 2.91782 62.2914 2.9534 62.3977 2.95219ZM33.9151 2.46979C33.7593 2.53997 34.1101 2.4391 34.0713 2.42715C34.0665 2.42747 33.9209 2.46715 33.9151 2.46979ZM51.3079 1.25193C51.1816 1.24455 51.5706 1.3346 51.4672 1.28937C51.462 1.28735 51.3147 1.25231 51.3079 1.25193ZM53.0259 1.57237C52.9329 1.55007 52.5316 1.4781 52.6851 1.52107C52.7089 1.5277 53.0164 1.58453 53.0259 1.57237ZM3.82699 2.15857C3.77238 2.14019 4.07013 2.10464 4.1123 2.1033C4.12933 2.1028 3.89899 2.18233 3.82699 2.15857ZM43.8652 0.188843C43.7596 0.189112 43.4867 0.18309 43.439 0.19787C43.5676 0.192184 43.8992 0.215824 43.8652 0.188843ZM34.6555 2.22037C34.5042 2.24246 34.2637 2.32665 34.3351 2.34114C34.6024 2.24802 34.291 2.32163 34.6555 2.22037ZM45.8841 0.327664C45.805 0.315358 45.7375 0.342434 45.7467 0.345244C45.833 0.371807 45.9617 0.351454 45.8841 0.327664ZM39.6963 0.680479C39.6875 0.666764 39.4353 0.733939 39.4714 0.735405C39.4836 0.73555 39.702 0.691391 39.6963 0.680479ZM59.1718 2.63059C59.1111 2.61444 59.1867 2.61784 59.2831 2.62864C59.3656 2.63794 59.4619 2.65219 59.5077 2.66568C59.5378 2.685 59.391 2.66611 59.2803 2.64888C59.2234 2.64005 59.1766 2.63182 59.1718 2.63059ZM48.0851 0.66771C48.1006 0.647511 47.7035 0.595037 47.8562 0.63883C47.8949 0.649805 48.0796 0.674308 48.0851 0.66771ZM51.8419 1.30138C51.5746 1.27987 52.6741 1.49848 52.3903 1.41332C52.3701 1.40715 51.8652 1.30316 51.8419 1.30138ZM53.6379 1.64696C53.5932 1.63574 53.6294 1.56625 53.811 1.62916C53.8348 1.63737 53.7165 1.63566 53.7357 1.64381C53.7471 1.64853 54.1513 1.73389 54.1704 1.73564C54.1909 1.7374 54.1716 1.70941 54.1925 1.71053C54.216 1.71182 54.4622 1.7787 54.5928 1.80296C54.8394 1.84876 54.8693 1.83387 54.8896 1.83754C54.9487 1.84824 55.0447 1.88029 55.1642 1.9021C55.7656 2.01231 56.6863 2.15937 57.1542 2.28156C56.7338 2.19247 56.3279 2.13912 55.9051 2.06882C56.0359 2.05014 55.2787 1.98836 55.7227 2.01972C55.5208 1.99508 53.785 1.6837 53.6384 1.64706C53.6382 1.64703 53.638 1.64699 53.6379 1.64696ZM32.5134 2.84812C32.6085 2.79739 32.0872 2.93935 32.0512 2.97475C32.1193 2.9652 32.502 2.85557 32.5134 2.84812ZM34.97 1.99458C35.0181 1.97339 35.0511 1.90922 35.3238 1.84237C35.324 1.84228 35.3243 1.8422 35.3245 1.84212C35.4051 1.82227 35.32 1.86439 35.3357 1.86358C35.3372 1.86355 35.3547 1.85961 35.3767 1.85494C35.4412 1.84121 35.5432 1.82164 35.3923 1.87654C35.3898 1.87743 35.3874 1.87832 35.385 1.87918C35.091 1.98581 35.3493 1.85199 35.1875 1.907C35.1671 1.91397 34.8675 2.04539 34.8872 2.04489C34.8891 2.04499 34.9811 2.00738 34.9967 2.00465C35.0572 1.99368 35.0343 2.01805 35.0427 2.01597C35.0587 2.01165 35.2308 1.94332 35.3876 1.88665C35.4984 1.84662 35.5997 1.81329 35.6322 1.81231C35.6418 1.81202 35.5348 1.85282 35.394 1.90534C35.1635 1.99147 34.8454 2.10674 34.8257 2.11084C34.8054 2.11522 34.7996 2.0714 34.778 2.07428C34.7661 2.0762 34.45 2.20115 34.4079 2.21108C34.3957 2.21401 34.3858 2.21606 34.3787 2.21739C34.4311 2.21389 34.1413 2.31068 34.145 2.29335C34.1486 2.28595 34.3483 2.22224 34.3563 2.22057C34.3596 2.21992 34.3625 2.21957 34.3652 2.2191C34.318 2.21829 34.9964 1.98747 34.8421 2.01442C35.0352 1.93416 34.8252 2.05791 34.97 1.99458ZM35.9176 1.64286C35.8984 1.65412 35.8792 1.66539 35.86 1.67667C36.207 1.54795 36.6201 1.43478 37.0289 1.30558C37.1329 1.27278 37.0049 1.2838 37.1434 1.2483C37.2538 1.22011 37.3831 1.20735 37.3251 1.23128C37.31 1.23735 37.0848 1.28982 36.9731 1.32718C36.6487 1.43589 36.7378 1.43303 36.719 1.43958C36.6972 1.44726 36.4887 1.49714 36.3761 1.53506C36.0967 1.62926 35.9726 1.68588 35.5852 1.79737C35.799 1.70806 35.6689 1.71591 35.9176 1.64286ZM49.7568 0.887338C49.7735 0.874994 50.0069 0.929919 50.0934 0.943076C50.0772 0.955502 49.8435 0.900389 49.7568 0.887338ZM14.6221 0.723544C14.547 0.748839 15.1126 0.747399 14.9633 0.72886C14.9304 0.724429 14.6931 0.722104 14.6221 0.723544ZM17.1519 0.770237C17.2273 0.766379 16.9256 0.736627 16.9254 0.755974C16.9257 0.761998 17.1421 0.770595 17.1519 0.770237ZM40.5991 0.37213C40.6134 0.368356 40.8226 0.335479 40.8298 0.335737C40.9723 0.335288 40.2836 0.449324 40.5991 0.37213ZM20.224 0.975953C19.9593 0.959997 20.7503 1.06435 20.5106 1.01387C20.4994 1.01112 20.2364 0.976347 20.224 0.975953ZM21.3303 1.12549C21.2655 1.11524 20.9849 1.06431 20.9805 1.07167C20.9729 1.08232 21.2934 1.1399 21.3303 1.12549ZM45.9503 0.242157C45.9241 0.210412 46.2873 0.279848 46.4142 0.294691C46.44 0.326204 46.079 0.254818 45.9503 0.242157ZM43.5596 0.0396891C44.089 0.0317104 44.4114 0.0589355 44.5563 0.073206C44.679 0.0863689 44.6713 0.0918312 44.5552 0.0875947C44.3881 0.0820089 44.003 0.0578411 43.4622 0.0539128C43.4601 0.0361574 43.4562 0.0415599 43.5596 0.0396891ZM45.6166 0.183127C45.5577 0.193916 45.3811 0.168019 45.2618 0.153899C45.2844 0.143613 45.53 0.175658 45.6166 0.183127ZM13.9104 0.716697C13.9762 0.697837 14.1565 0.688498 14.3067 0.692145C14.3826 0.695118 14.4319 0.70045 14.4016 0.704878C14.3968 0.705548 14.3588 0.70662 14.3072 0.707737C14.131 0.711581 13.8882 0.727754 13.9104 0.716697ZM40.7257 0.324292C40.6837 0.30331 41.159 0.231962 41.1969 0.233645C41.3469 0.233247 40.7624 0.309212 40.7257 0.324292ZM48.1206 0.546015C48.2047 0.538482 48.4303 0.587415 48.5763 0.612623C48.5066 0.619079 48.2451 0.567034 48.1206 0.546015ZM47.0614 0.359495C47.071 0.360069 47.276 0.393704 47.2855 0.396258C47.4512 0.44285 46.869 0.347505 47.0614 0.359495ZM3.12118 2.06654C3.12804 2.06488 3.28303 2.04439 3.28839 2.04445C3.42938 2.04512 2.96401 2.10652 3.12118 2.06654Z" fill="%23282733"/></svg>') no-repeat 0 0 / 100% auto;
	position: absolute;
	left: -7px;
	right: -4px;
	bottom: -6px;
}
.landing-mainanim-3 .anim-step-1{
	stroke: #BCBBC2;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
}
.landing-mainanim-3.animate .anim-step-1{
	animation: draw 3s ease 0.25s forwards;
}
.landing-mainanim-3 .landing-mainanim-3__text span:before{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.landing-mainanim-3.animate .landing-mainanim-3__text span:before{
	animation: drawLine 1.5s ease 1.5s forwards;
}
.landing-mainanim-5{
	width: 924px;
	max-width: 100%;
	margin: 41px auto 0;
}
.landing-mainanim-5__wrapper {
	padding: 49px 37px;
	border: 1px solid rgba(255, 254, 254, 0.28);
	border-radius: 40px;
	background: url(../images/mainanim-5-bg.png) 10px 12px / 19px 19px;
}
.landing-mainanim-5__title {
	font-family: 'Gratimo Classic';
	padding: 7px 16px;
	background: #555B50;
	border-radius: 7px;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	margin-bottom: 13px;
}
.landing-mainanim-5__subtitle {
	font-family: 'Gratimo Classic';
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.023em;
	color: #FFFFFF;
	margin-bottom: 13px;
}
.landing-mainanim-5__container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 26px;
	padding-bottom: 15%;
	position: relative;
}
.landing-mainanim-5__item{
	position: relative;
}
.landing-mainanim-5__item span{
	display: block;
	line-height: 0;
	position: absolute;
}
.landing-mainanim-5__item:nth-child(1) span{
	width: 23px;
	top: 50px;
	left: 95px;
	transform: rotate(12deg);
}
.landing-mainanim-5__item:nth-child(2) span:nth-last-child(2){
	width: 20px;
	top: 10px;
	left: 58px;
	transform: rotate(9deg);
}
.landing-mainanim-5__item:nth-child(2) span:nth-last-child(1){
	width: 67px;
	top: -17px;
	left: -24px;
}
.landing-mainanim-5__item:nth-child(3) span{
	width: 23px;
	top: 9px;
	left: -3px;
	transform: rotate(-6deg);
}
.landing-mainanim-5__item:nth-child(4) span{
	width: 35px;
	top: -7px;
	left: 94px;
	opacity: 0;
	animation: mainAnim5-3 3.0s ease 1.81s forwards;
}
.landing-mainanim-5__item:nth-child(6) span{
	width: 20px;
	top: 57px;
	left: -4px;
	transform: rotate(-6deg);
}
.landing-mainanim-5__anim-1{
	width: 90px;
	position: absolute;
	top: 48%;
	left: 48%;
}
.landing-mainanim-5__anim-2{
	width: 63px;
	position: absolute;
	top: 32%;
	left: 88%;
}
.landing-mainanim-5__anim-1{
	animation: mainAnim5-1 0.8s ease 0.25s forwards;
}
.landing-mainanim-5__anim-2{
	animation: mainAnim5-2 0.8s ease 1.08s forwards;
}
@keyframes mainAnim5-1{
	to{
	  transform: translate(-46%,-114.5%);
	}
}
@keyframes mainAnim5-2{
	to{
	  transform: translate(-339%,-81%);
	}
}
@keyframes mainAnim5-3{
	to{
	  opacity: 1;
	}
}
.landing-mainanim-5__image img{
	border-radius: 4px;
}
.landing-mainanim-6 {
	display: flex;
	margin: -31px -20px 0;
}
.landing-mainanim-6__item {
	display: flex;
	flex-direction: column;
	width: 355px;
	flex-shrink: 0;
	padding: 20px 20px 0;
	background: rgba(33, 29, 39, 0.3);
	border: 1px solid #353239;
	backdrop-filter: blur(50px);
	border-radius: 24px;
	overflow: hidden;
}
.landing-mainanim-6__title {
	font-family: 'Gratimo Classic';
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #BCBBC2;
	text-transform: uppercase;
	margin-bottom: 34px;
	flex-shrink: 0;
}
.landing-mainanim-6__content {
	flex-grow: 1;
}
.landing-mainanim-6__image {
	margin: 0 44px;
	line-height: 0;
}
.landing-mainanim-6__arrow {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 13px 0;
}
.landing-mainanim-6__photos {
	height: 100%;
	position: relative;
	margin: 0 -20px;
}
.landing-mainanim-6__photo {
	position: absolute;
}
.landing-mainanim-6__photo i{
	display: block;
	line-height: 0;
	padding-top: 100%;
	border-radius: 50%;
	position: relative;
	transform-origin: right bottom;
}
.landing-mainanim-6__photo i::after{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	border: 1px solid #F3F3F3;
	border-radius: 50%;
	pointer-events: none;
}
.landing-mainanim-6__photo img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.landing-mainanim-6__photo:nth-child(1){
	width: 12%;
	top: 9%;
	left: 73.5%;
}
.landing-mainanim-6__photo:nth-child(1) i{
	animation: mainAnim6-1 0.6s ease 0.25s forwards;
}
.landing-mainanim-6__photo:nth-child(1) i::after{
	animation: mainAnim6-2 0.6s ease 0.25s forwards;
}
.landing-mainanim-6__photo:nth-child(1) span{
	animation: mainAnim6-3 0.6s ease 0.25s forwards;
}
.landing-mainanim-6__photo:nth-child(2){
	width: 12%;
	top: 32.6%;
	left: 45.8%;
}
.landing-mainanim-6__photo:nth-child(3){
	width: 11.7%;
	top: 38.4%;
	left: 68.8%;
}
.landing-mainanim-6__photo:nth-child(4){
	width: 10.7%;
	top: 24.4%;
	left: 92.4%;
}
.landing-mainanim-6__photo:nth-child(5){
	width: 11.6%;
	top: 56.4%;
	left: 84.4%;
}
.landing-mainanim-6__photo:nth-child(6){
	width: 11.8%;
	top: 66.4%;
	left: 61.9%;
}
.landing-mainanim-6__photo:nth-child(6) i{
	animation: mainAnim6-1 0.6s ease 1.05s forwards;
}
.landing-mainanim-6__photo:nth-child(6) i::after{
	animation: mainAnim6-2 0.6s ease 1.05s forwards;
}
.landing-mainanim-6__photo:nth-child(6) span{
	animation: mainAnim6-3 0.6s ease 1.05s forwards;
}
.landing-mainanim-6__photo:nth-child(7){
	width: 12%;
	top: 77.4%;
	left: 38.4%;
}
.landing-mainanim-6__photo:nth-child(8){
	width: 8.3%;
	top: 92.4%;
	left: 65.4%;
}
.landing-mainanim-6__photo:nth-child(9){
	width: 8.3%;
	top: 84.0%;
	left: 88.4%;
}
.landing-mainanim-6__photo span{
	position: absolute;
	right: 35px;
	bottom: 32px;
	display: inline-block;
	padding: 5px 14px;
	background: #463156;
	border-radius: 8px 8px 0px 8px;
	font-size: 18px;
	line-height: 150%;
	white-space: nowrap;
	z-index: 1;
	opacity: 0;
}
.landing-mainanim-6__line{
	stroke: #403D49;
	animation: mainAnim6-4 1.4s ease 1.68s forwards;
}
.landing-mainanim-6__star{
	opacity: 0;
	animation: mainAnim6-3 1.4s ease 1.68s forwards;
}
@keyframes mainAnim6-1{
	to{
		transform: scale(1.2);
	}
}
@keyframes mainAnim6-2{
	to{
		border: 2px solid #9757F0;
	}
}
@keyframes mainAnim6-3{
	to{
	  opacity: 1;
	}
}
@keyframes mainAnim6-4{
	to{
	  stroke: #8980A6;
	}
}
.landing-mainanim-7{
	pointer-events: none;
}
.landing-mainanim-7__image{
	width: 710px;
	max-width: 100%;
	margin: -45px auto 10px;
	position: relative;
}
.landing-mainanim-7__photos {
	position: absolute;
	inset: 0;
}
.landing-mainanim-7__photo {
	position: absolute;
}
.landing-mainanim-7__photo i{
	display: block;
	padding-top: 100%;
	position: relative;
	border-radius: 50%;
	position: relative;
}
.landing-mainanim-7__photo i::after{
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	border: 1px solid #F3F3F3;
	border-radius: 50%;
	pointer-events: none;
}
.landing-mainanim-7__photo img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.landing-mainanim-7__photo:nth-child(1){
	width: 6.5%;
	top: 3.5%;
	left: 8.8%;
}
.landing-mainanim-7__photo:nth-child(2){
	width: 5.5%;
	top: 27.5%;
	left: 0;
}
.landing-mainanim-7__photo:nth-child(3){
	width: 5.5%;
	top: 55.9%;
	left: 4.7%;
}
.landing-mainanim-7__photo:nth-child(4){
	width: 6.5%;
	top: 1.6%;
	left: 83.4%;
}
.landing-mainanim-7__photo:nth-child(5){
	width: 5.5%;
	top: 29.7%;
	left: 94.4%;
}
.landing-mainanim-7__photo:nth-child(6){
	width: 5.5%;
	top: 56.7%;
	left: 92.8%;
}
.landing-mainanim-7__rotate{
	animation: mainAnim7-1 3s linear 0s infinite;
}
@keyframes mainAnim7-1{
	to{
		transform: rotate(-360deg);
	}
}
.landing-welcome__items {
	display: flex;
	position: relative;
	margin: 59px 10px 0;
}
.landing-item {
	width: 50%;
	background: rgba(55, 51, 60, 0.3);
	border: 1px solid #353239;
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	padding: 20px 20px 0;
	overflow: hidden;
}
.landing-item__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #BCBBC2;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.landing-item__content {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
	position: relative;
}
.landing-item__photo {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	position: relative;
	margin-right: 16px;
}
.landing-item__photo img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.landing-item__text {
	font-size: 20px;
	line-height: 150%;
}
.landing-item__text span{
	display: inline-block;
	position: relative;
}
.landing-item__text span:after{
	content: '';
	display: block;
	height: 12px;
	background: url('data:image/svg+xml,<svg width="82" height="5" viewBox="0 0 82 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.28995 3.30431C7.33798 3.29717 7.53907 3.2785 7.62666 3.26789C7.52726 3.29698 7.11317 3.3305 7.28995 3.30431ZM16.0504 1.08887C15.9728 1.09972 15.909 1.10954 15.8345 1.12037C16.0329 1.10601 16.3233 1.07909 16.5118 1.06979C16.5449 1.0681 16.4602 1.08697 16.5382 1.08191C16.6154 1.07703 16.5967 1.06079 16.7064 1.05167C16.7755 1.04642 16.9452 1.03695 17.1486 1.03424C17.3214 1.03268 17.5044 1.03239 17.5976 1.03093C18.3207 1.01937 19.0482 1.01426 19.7699 1.03749C19.0242 1.03579 19.775 1.06252 19.9841 1.06299C20.0301 1.0636 20.024 1.02778 20.7711 1.06217C21.246 1.08642 20.8053 1.1125 21.5985 1.1263C20.9909 1.06555 21.5898 1.0937 22.0677 1.12013C22.15 1.12387 22.8149 1.17006 23.1089 1.19173C23.2094 1.19872 23.3639 1.19371 23.4975 1.20427C23.589 1.21152 23.6579 1.22653 23.7945 1.23805C24.4292 1.29209 25.0562 1.3581 25.6951 1.45055C25.3161 1.44186 25.987 1.50995 26.015 1.51826C26.1655 1.55194 25.4774 1.45511 25.7476 1.50156C26.1282 1.55453 26.5102 1.61531 26.8945 1.69155C26.7263 1.65538 26.8584 1.6702 27.0325 1.70008C27.1836 1.726 27.3739 1.76325 27.4329 1.78277C27.3854 1.73246 29.101 2.17766 29.366 2.22101C29.4213 2.22994 29.067 2.13522 29.8965 2.32099C29.9863 2.34103 29.9498 2.34515 29.9972 2.35409C30.0257 2.35945 30.2043 2.3596 30.3824 2.41763C30.4473 2.43838 30.0169 2.37493 30.9535 2.55808C30.5889 2.44711 32.2535 2.7991 32.5583 2.85904C32.498 2.84291 32.4377 2.82666 32.3772 2.81029C32.6778 2.87976 32.7352 2.87652 32.8033 2.88951C33.0781 2.94165 33.4541 3.01841 33.7111 3.05785C34.0109 3.10354 34.0154 3.0811 34.3642 3.14055C34.2822 3.12373 34.1989 3.1064 34.1175 3.08907C34.3588 3.12626 34.6001 3.16106 34.8407 3.19286C34.2785 3.15042 34.9612 3.21077 35.0059 3.21419C35.0771 3.22163 34.9735 3.22197 35.0925 3.23456C35.1048 3.23565 35.0889 3.22228 35.2727 3.24168C35.657 3.28052 35.5931 3.28748 35.7553 3.30288C35.7699 3.30385 35.72 3.28981 35.997 3.31027C36.878 3.36393 35.9933 3.32059 35.9577 3.31682C35.9128 3.31348 36.2136 3.39015 35.4632 3.3017C35.7147 3.33248 35.7386 3.35348 35.767 3.35679C35.7923 3.3606 36.2294 3.39252 36.2529 3.39223C36.4686 3.39939 36.2802 3.37373 36.3223 3.37399C36.3563 3.37601 36.8802 3.41917 37.002 3.37857C37.0139 3.38066 37.0244 3.38261 37.0334 3.38443C37.0938 3.39717 37.0858 3.40413 37.033 3.40774C36.9357 3.41383 36.6918 3.40721 36.4376 3.39586C36.3757 3.40115 36.8363 3.43087 36.8615 3.42997C36.9306 3.43212 36.9868 3.43301 37.0325 3.43314C37.3626 3.42884 37.1338 3.40177 37.2412 3.38362C37.3047 3.37288 37.5344 3.38366 37.3222 3.36456C37.8317 3.3354 37.5237 3.3666 37.5568 3.36816C37.6064 3.3689 37.7865 3.34489 37.8097 3.34309C37.8433 3.34119 37.7281 3.36278 37.86 3.35243C37.8818 3.35065 38.092 3.31034 37.8182 3.33278C38.1831 3.29433 38.1518 3.2794 38.2813 3.28993C38.5274 3.19686 38.4705 3.29155 38.5725 3.27724C38.8421 3.23661 38.7568 3.20828 38.7705 3.20396C38.8648 3.17667 39.613 3.02792 39.7982 2.97314C39.7311 3.02206 39.2055 3.11257 39.0914 3.14082C38.7082 3.2425 39.6395 3.03714 39.3667 3.13541C39.4831 3.09852 39.5991 3.06074 39.7139 3.02243C39.9376 2.99292 39.6303 3.08151 40.2136 2.92552C40.3041 2.88112 39.8007 3.03278 39.899 2.99077C39.9575 2.96677 40.2948 2.87896 40.3002 2.87188C40.3054 2.8644 40.001 2.94936 40.0471 2.92768C40.1466 2.88437 41.2695 2.60601 40.4217 2.84225C40.6593 2.77967 40.7916 2.78654 40.9949 2.71813C41.1257 2.67338 40.3608 2.82509 41.4891 2.52552C41.519 2.53755 41.0396 2.6557 41.0288 2.6598C41.0122 2.66657 41.1089 2.68549 41.1244 2.68346C41.1785 2.67763 42.3233 2.33248 42.574 2.28346C42.5302 2.28466 42.6806 2.23955 42.8787 2.1836C43.1461 2.10796 43.4937 2.01633 43.5534 1.99528C43.5811 1.9854 43.4715 1.99975 43.5012 1.9898C43.6859 1.92805 44.2067 1.81442 44.4434 1.75252C44.7109 1.68226 44.673 1.67879 44.6881 1.67477C44.805 1.64482 44.7141 1.67807 44.7854 1.65935C44.895 1.62944 45.6394 1.44223 45.6786 1.43177C45.6894 1.42848 45.5634 1.44387 45.7261 1.40073C45.7544 1.39364 45.74 1.41401 46.2227 1.29087C46.8063 1.14398 45.812 1.36496 46.0506 1.28924C46.4312 1.22623 46.4147 1.20369 46.5165 1.18212C46.5513 1.17489 46.8199 1.1363 47.1069 1.07278C46.9007 1.12121 46.697 1.17067 46.493 1.22154C46.6948 1.17859 47.087 1.08664 47.2543 1.05609C47.3357 1.04109 47.273 1.07324 47.4501 1.03569C47.4877 1.02801 47.6272 0.951068 47.1679 1.06954C47.1275 1.06154 47.3497 1.02472 47.4517 0.99902C47.4672 0.995114 47.5225 0.955734 47.6569 0.945736C47.6891 0.944873 47.3615 1.0858 48.2361 0.85985C48.2643 0.852722 48.1633 0.861446 48.1908 0.854229C48.2094 0.84915 48.4373 0.811535 48.4622 0.805858C48.4877 0.799753 48.3759 0.808816 48.4061 0.801225C48.5613 0.76218 48.7737 0.768784 48.4505 0.822407C48.5595 0.80829 48.6679 0.794835 48.7775 0.781747C48.6565 0.769369 48.9451 0.743959 49.096 0.719564C50.0595 0.56919 49.4108 0.644931 49.5751 0.609503C49.8407 0.55573 49.6434 0.636797 50.0393 0.570082C50.076 0.565789 49.5902 0.594023 50.535 0.502757C50.396 0.517783 50.2562 0.534139 50.1177 0.551525C50.2009 0.572125 50.6199 0.493953 50.6528 0.491268C51.0246 0.453551 50.7733 0.48358 51.326 0.427358C51.3756 0.422611 51.4837 0.423529 51.5896 0.414063C52.0288 0.374136 51.0091 0.437729 50.9809 0.432906C50.9665 0.421457 52.064 0.359984 52.1029 0.369126C52.2636 0.376231 51.6045 0.392886 51.7309 0.404984C51.7754 0.394512 53.346 0.368975 53.6618 0.412222C53.6914 0.414495 53.7198 0.417002 53.7467 0.419656C54.0467 0.449636 54.1802 0.493569 54.1851 0.44976C54.2811 0.504103 54.3748 0.479831 54.4192 0.483899C54.9694 0.536476 54.9697 0.538273 55.4397 0.583049C55.5445 0.593363 55.6285 0.617005 55.6658 0.618765C55.6874 0.619728 55.649 0.600083 55.7544 0.60725C55.9004 0.61584 56.7653 0.737054 56.8284 0.754615C56.892 0.771002 56.4621 0.712197 56.5377 0.735679C56.8493 0.775755 57.1475 0.810916 57.4597 0.853959C57.5899 0.872 57.5217 0.872651 57.5776 0.880329C57.6011 0.883413 58.0501 0.93594 58.0318 0.929975C57.9896 0.913954 56.6034 0.737283 56.9703 0.76855C57.0413 0.774303 57.2869 0.828915 57.251 0.796919C58.4872 0.965856 59.7175 1.15258 60.9457 1.33968C60.2366 1.25561 59.4437 1.121 58.7015 1.01808C58.5998 1.00386 58.2565 0.953259 58.2961 0.972657C58.9268 1.06381 59.7115 1.17026 60.3144 1.26774C60.3337 1.27088 60.2607 1.27262 60.3331 1.28519C60.4677 1.30857 60.9113 1.35383 60.9849 1.36989C60.9976 1.37297 60.7439 1.35198 60.8188 1.37344C61.0113 1.42854 61.0686 1.37778 61.2372 1.40337C61.3325 1.41784 61.8282 1.5067 62.1713 1.55834C62.2951 1.57697 62.3993 1.59091 62.4578 1.59481C62.5876 1.60344 62.377 1.56977 62.1744 1.53732C62.0103 1.51103 61.852 1.48538 61.8819 1.48273C61.9799 1.4946 62.0783 1.50739 62.1768 1.52085C62.674 1.5888 63.168 1.67453 63.6357 1.74363C63.6456 1.74508 63.5617 1.72002 63.687 1.73724C63.9048 1.76722 63.9593 1.79305 64.0647 1.81185C64.1783 1.83208 64.5821 1.89103 64.635 1.90549C64.6418 1.90736 64.5575 1.91192 64.545 1.91051C64.3683 1.89077 64.3092 1.8592 64.2933 1.85649C64.2333 1.84652 64.173 1.846 64.1183 1.83716C64.0281 1.82261 63.9796 1.80724 63.8606 1.78849C63.7785 1.77552 63.8555 1.80256 63.7764 1.78987C63.7474 1.78513 63.4388 1.70338 63.4042 1.734C63.3941 1.74287 65.9557 2.14808 66.2125 2.1775C65.9936 2.14006 65.7746 2.1025 65.5554 2.06483C66.0001 2.14306 66.5396 2.19593 66.5716 2.24303C68.2246 2.49483 69.8763 2.74204 71.5268 2.93723C71.5407 2.93901 71.5536 2.94072 71.5655 2.94236C71.8078 2.97514 71.6795 2.98589 72.1425 3.02811C72.0173 3.00627 71.8937 2.98421 71.7692 2.96169C72.0166 2.99821 73.1169 3.11796 73.2964 3.12462C73.32 3.12575 73.3528 3.10473 73.629 3.12439C73.8735 3.14135 73.9109 3.16195 74.0416 3.17461C74.1498 3.18499 74.2749 3.18818 74.3066 3.19115C74.3311 3.19349 74.3408 3.20529 74.4009 3.21089C74.5902 3.22809 74.4373 3.18782 74.6245 3.23448C74.5787 3.23334 74.5318 3.23206 74.4866 3.23079C74.7153 3.24951 75.0276 3.28088 74.6895 3.27183C74.6316 3.27012 74.6818 3.26202 74.6387 3.2597C72.9434 3.15137 74.2961 3.26857 74.8905 3.27885C75.0416 3.30501 75.8971 3.32174 75.9248 3.32272C75.9641 3.32794 75.8183 3.33833 76.0089 3.35246C76.05 3.36107 77.1877 3.34278 76.7789 3.36786C76.6944 3.37488 76.1474 3.37038 76.0153 3.36759C76.3266 3.40899 77.0522 3.35094 77.1328 3.3474C77.4624 3.34357 76.5018 3.39346 77.2431 3.37729C77.8123 3.3576 77.2767 3.35698 77.4954 3.338C77.5303 3.33484 77.6099 3.33207 77.7025 3.32822C77.9339 3.31949 78.2525 3.29822 78.2383 3.27608C78.4558 3.25264 78.3301 3.28126 78.3571 3.28005C78.3838 3.27994 78.8101 3.22336 78.9489 3.20887C78.9658 3.20738 78.9153 3.23133 78.9328 3.23028C78.9669 3.22965 79.376 3.16209 79.3918 3.15626C79.4022 3.15353 79.3024 3.15572 79.3418 3.14536C79.3878 3.13497 79.7799 3.06387 79.8005 3.05392C79.8298 3.04332 79.3476 3.1391 79.4251 3.10708C79.6487 3.07291 80.0082 2.98511 80.1521 2.93753C80.1168 2.94985 79.9017 2.99826 79.8267 3.01209C79.8568 2.983 80.3189 2.87822 80.1652 2.93277C80.2634 2.89947 80.1936 2.91014 80.2481 2.88747C80.2622 2.88176 80.4055 2.84692 80.4322 2.83601C80.4356 2.83444 80.2856 2.86121 80.314 2.84931C80.3648 2.82898 80.8024 2.72199 80.84 2.71457C80.943 2.69542 80.5859 2.79349 80.5592 2.81028C80.555 2.81315 80.8644 2.75604 80.8699 2.75638C80.892 2.77035 80.5496 2.84222 80.5927 2.8488C80.6771 2.83154 80.7618 2.81392 80.8469 2.79619C80.5252 2.89719 79.9336 3.02678 79.785 3.07411C80.2565 2.97197 80.7568 2.8413 80.7671 2.8851C80.7712 2.90327 80.567 2.9654 80.5762 2.96788C80.6105 2.97699 80.8938 2.88698 80.9049 2.88503C80.9139 2.88381 80.9182 2.88377 80.9184 2.88471C80.9184 2.88471 80.9184 2.88471 80.9184 2.88471C80.9203 2.89459 80.5123 3.00415 80.4932 3.01291C80.4606 3.0292 80.6506 3.01641 80.6521 3.02343C80.646 3.02677 80.3566 3.10538 80.4579 3.0938C80.5603 3.08248 80.8161 3.01869 80.8255 3.01763C80.8761 3.01318 80.4306 3.13119 80.4185 3.13798C80.412 3.14216 80.6553 3.09714 80.6634 3.0991C80.6703 3.10164 80.4899 3.15535 80.421 3.18493C80.3696 3.20713 80.5275 3.17657 80.5004 3.18462C80.4811 3.19137 80.0579 3.28968 80.0373 3.29456C80.0068 3.3038 80.1086 3.29312 80.0947 3.29907C80.0752 3.30776 79.9372 3.33331 79.9559 3.33354C79.97 3.33589 80.5098 3.25172 80.5089 3.26117C80.5072 3.28095 79.9344 3.37279 80.4748 3.31815C80.4786 3.31778 80.6049 3.28185 80.6086 3.28133C80.6904 3.27452 80.2863 3.39485 80.7854 3.26787C79.8598 3.51667 80.676 3.32322 80.5455 3.38587C80.4953 3.41086 80.1333 3.49966 80.1316 3.50094C80.1702 3.50755 80.2837 3.47007 80.3245 3.46788C80.3475 3.46732 80.0248 3.55565 80.1003 3.54897C80.1396 3.5466 80.4849 3.46459 80.4991 3.46153C80.6378 3.43789 80.4729 3.48833 80.5045 3.48768C80.5256 3.4875 80.7333 3.43693 80.7388 3.43625C80.7481 3.43594 80.4705 3.52296 80.4126 3.54281C80.3688 3.55833 80.5391 3.52587 80.5083 3.5354C80.323 3.59414 79.911 3.65102 80.3106 3.60891C80.335 3.60637 80.4815 3.5707 80.4859 3.5701C80.5796 3.56136 80.31 3.62663 80.2634 3.64773C80.1842 3.68506 80.5718 3.5852 80.2505 3.67247C80.4968 3.62877 80.6317 3.59509 80.9117 3.52155C80.1344 3.72362 79.8614 3.83138 80.7362 3.62327C80.4596 3.69037 80.4959 3.7086 80.413 3.7288C80.3618 3.74228 79.9481 3.80515 80.148 3.82341C80.1734 3.82608 80.4186 3.76039 80.3446 3.7931C79.7483 3.92126 80.3347 3.8065 80.3353 3.80744C80.3419 3.85924 78.8555 4.10266 78.5982 4.11138C78.3017 4.14793 78.0395 4.19404 77.975 4.19849C77.762 4.21248 77.9376 4.18674 77.8897 4.1846C77.8768 4.18402 77.824 4.18839 77.7514 4.19462C77.5582 4.21202 77.2318 4.2378 77.2099 4.23701C77.0923 4.23449 77.2111 4.21408 77.1988 4.21358C77.0535 4.21103 76.2484 4.2314 76.0227 4.22106C76.03 4.2328 76.4826 4.23667 76.1994 4.25241C75.8693 4.26966 75.8524 4.21955 75.8434 4.21757C74.3706 4.18786 72.9098 4.06422 71.4557 3.89852C71.4244 3.89493 71.3931 3.89132 71.3616 3.88767C71.3644 3.89275 71.3995 3.90005 71.4545 3.90849C71.7016 3.94732 72.3548 4.00314 72.373 4.007C72.4463 4.02585 71.9381 3.98058 71.4527 3.92461C71.0916 3.88344 70.7462 3.83802 70.66 3.82331C70.8126 3.848 70.9637 3.87211 71.1159 3.89589C70.8512 3.89445 70.2805 3.78398 69.9031 3.7466C69.7808 3.73462 70.013 3.77695 70.0079 3.77701C69.8697 3.77041 69.6525 3.73231 69.8176 3.73889C69.4832 3.70889 69.5342 3.69924 69.2786 3.66294C69.2657 3.66109 69.373 3.68798 69.1711 3.66506C69.076 3.65443 68.572 3.58341 68.5032 3.58393C68.475 3.58437 68.7234 3.66642 68.7611 3.6315C69.3066 3.7277 68.9389 3.6382 69.1518 3.66883C69.1845 3.6734 69.106 3.68575 69.6447 3.74838C69.5369 3.77464 68.9219 3.65941 68.8162 3.64907C68.5963 3.62845 69.4938 3.7749 69.6637 3.76546C69.5824 3.78599 69.7265 3.77833 69.928 3.80633C70.148 3.83678 70.0502 3.83325 70.17 3.84896C70.4956 3.89131 70.3643 3.8522 70.63 3.90583C70.3756 3.81196 71.092 3.95555 71.3019 3.99538C70.9577 3.95828 70.6142 3.91881 70.2711 3.87765C70.2903 3.88338 70.3094 3.88911 70.3285 3.89482C70.2388 3.88283 70.1478 3.87054 70.058 3.85828C70.0728 3.8571 70.0875 3.85591 70.1023 3.85473C69.6348 3.81358 69.5245 3.77493 69.487 3.76974C69.0003 3.7009 68.4379 3.62121 67.947 3.54959C67.8732 3.53875 67.9208 3.56649 67.3863 3.4717C67.2158 3.44138 67.3797 3.44984 67.1852 3.42335C66.9367 3.42946 66.9457 3.39637 66.8738 3.38559C66.6671 3.35469 66.5388 3.34601 66.5198 3.34328C66.2636 3.30643 65.8902 3.24811 65.6093 3.20699C65.604 3.20635 65.7479 3.24145 65.5664 3.20995C65.5025 3.19888 64.9371 3.05625 64.4331 2.99787C64.5629 3.02146 64.6927 3.04506 64.8226 3.06866C64.67 3.03999 63.5938 2.89055 63.8542 2.94529C64.0137 2.97875 64.4122 3.00299 64.4501 3.0438C64.1133 2.98204 62.3272 2.72564 62.0067 2.67415C61.9883 2.67112 61.9747 2.66874 61.9664 2.66708C61.9562 2.66502 61.9818 2.66587 62.0078 2.66665C62.0356 2.66747 62.0637 2.66822 62.0487 2.66525C62.0451 2.66454 62.0308 2.66235 62.0089 2.6591C61.8921 2.64174 61.5635 2.59453 61.5134 2.58345C61.4779 2.57562 61.6791 2.59837 61.6634 2.59197C61.6493 2.58698 61.085 2.49875 61.0507 2.50792C61.1901 2.52279 61.5799 2.58536 61.3734 2.56687C61.3468 2.56442 61.2117 2.53528 61.1795 2.53242C60.8804 2.50567 61.7678 2.63259 61.9048 2.65293C61.3453 2.58854 60.4867 2.43992 59.8407 2.35752C59.5818 2.30786 60.2293 2.39618 59.9362 2.34354C59.3277 2.23446 59.7711 2.33581 59.7518 2.33451C59.5988 2.32403 59.0898 2.18648 59.0832 2.23437C58.8623 2.19537 58.9356 2.19962 58.6216 2.16138C58.6622 2.17052 58.703 2.17968 58.7438 2.18886C58.3927 2.16665 57.6679 1.99564 57.7239 1.99814C57.8735 2.00388 58.254 2.07941 58.2859 2.08342C58.3343 2.08948 58.4748 2.05923 58.9982 2.17832C59.2194 2.17651 58.1627 2.03718 58.6457 2.08308C58.321 2.03922 56.9899 1.83528 56.7955 1.82684C56.7725 1.82585 56.8747 1.87159 56.5476 1.81343C56.392 1.78584 56.7695 1.83307 56.6987 1.81666C56.5346 1.77748 54.7603 1.55635 53.6806 1.50032C53.3419 1.48068 53.069 1.47587 52.9344 1.47386C52.898 1.47331 52.9115 1.46336 52.8756 1.46295C52.7655 1.46068 52.3648 1.47661 52.1675 1.47836C52.576 1.48744 51.784 1.50706 51.5821 1.5209C51.2761 1.53605 51.2935 1.51841 51.1611 1.5243C50.6487 1.54608 49.8655 1.68512 49.4646 1.70767C49.4928 1.74167 48.7786 1.7951 48.4582 1.85653C48.2075 1.90218 47.85 1.99999 48.19 1.94952C47.7577 2.03095 47.3054 2.1349 46.9025 2.22894C46.8357 2.24457 46.9251 2.21222 46.8113 2.2393C46.801 2.24186 46.7895 2.25611 46.6923 2.27984C45.8886 2.47955 46.2747 2.36447 46.1221 2.39338C46.0373 2.40992 45.9746 2.42332 45.9288 2.43398C46.3977 2.31505 46.9392 2.18687 47.0846 2.1547C46.9543 2.15555 46.0432 2.40049 45.7727 2.46351C45.7633 2.46561 45.7926 2.44399 45.783 2.44627C45.7828 2.44632 45.7826 2.44637 45.7824 2.44642C45.6824 2.46935 45.0427 2.63933 45.1788 2.62152C45.2153 2.61664 45.51 2.53979 45.8592 2.45156C45.7648 2.47823 45.8396 2.47565 45.823 2.48047C45.6231 2.53761 45.1225 2.65068 44.9468 2.69531C44.9066 2.70543 44.912 2.71432 44.9054 2.71607C44.7451 2.75613 44.8028 2.71138 44.6466 2.78341C44.3487 2.826 45.1869 2.63449 45.1233 2.62826C45.0738 2.61743 43.2286 3.13237 43.2433 3.16125C43.2362 3.1602 43.2107 3.16365 43.1594 3.17393C43.1583 3.17414 43.1572 3.17436 43.1561 3.17458C43.037 3.19861 42.5228 3.34733 42.4359 3.37713C42.4213 3.3823 42.4346 3.40671 42.4159 3.41225C42.3684 3.42647 41.7334 3.58289 41.4998 3.66325C41.6278 3.632 41.7575 3.59997 41.8856 3.56819C41.1148 3.78221 41.235 3.75577 41.4951 3.69338C41.5081 3.68989 41.5212 3.68736 41.5333 3.68414C41.7336 3.63528 41.9908 3.56931 41.9951 3.57031C42.0131 3.576 40.7015 3.93828 40.9472 3.84459C40.9827 3.83227 41.5919 3.6781 41.2873 3.74243C41.233 3.7543 40.8448 3.86361 40.8228 3.86703C40.6835 3.89137 41.5306 3.6452 41.4212 3.65475C41.2201 3.72837 40.9519 3.79114 40.7144 3.85797C40.6074 3.88811 40.5827 3.9084 40.5697 3.91206C40.3708 3.96683 40.4794 3.92419 40.4122 3.94171C40.3763 3.95172 39.9868 4.07902 40.0519 4.01977C38.7372 4.35143 39.7002 4.14547 40.4988 3.93731C40.2511 4.0175 39.7489 4.13136 39.5233 4.1836C39.4427 4.20259 39.493 4.20611 39.3563 4.23827C39.0818 4.31867 37.6856 4.52345 37.2965 4.49949C37.5281 4.48692 37.4596 4.47471 37.281 4.48076C37.1015 4.48457 37.2525 4.50266 37.2175 4.50535C37.2067 4.50608 37.1244 4.50713 37.0113 4.50414C36.7538 4.49867 36.3269 4.47148 36.2331 4.46639C36.8382 4.49251 36.7013 4.47169 36.1896 4.43939C36.2643 4.44001 36.3385 4.44018 36.4123 4.43988C36.1107 4.43195 35.4872 4.35314 35.3154 4.34013C35.2883 4.33841 35.384 4.36122 35.3688 4.36024C35.2168 4.3514 34.7093 4.27748 34.6846 4.27777C34.6641 4.27895 34.8804 4.31669 34.799 4.31186C34.7817 4.31089 34.5749 4.26786 34.3681 4.24358C34.2913 4.23457 34.3358 4.25287 34.3165 4.2509C34.1562 4.23416 34.253 4.22801 33.9604 4.18834C33.7465 4.15878 33.5842 4.15389 33.2908 4.09907C34.2544 4.27786 33.4415 4.14116 33.037 4.07926C32.9724 4.06924 33.0239 4.10132 32.6398 4.02277C33.468 4.12714 32.4088 3.96249 32.1947 3.92017C32.1829 3.91783 32.1815 3.90297 32.0759 3.88297C32.067 3.8813 32.078 3.89335 31.9801 3.87564C31.051 3.70441 31.6463 3.80738 31.4719 3.76399C31.3977 3.74558 30.9452 3.66938 30.8241 3.6448C30.7963 3.63917 30.8109 3.63185 30.7033 3.61028C30.513 3.57209 30.3403 3.54726 30.2147 3.52193C30.2001 3.5189 30.2026 3.50325 29.964 3.4584C29.8969 3.44576 29.8207 3.43548 29.9146 3.45999C30.2261 3.54137 30.8293 3.63941 31.1837 3.72505C31.5066 3.80399 30.4797 3.5987 30.4267 3.58655C30.4072 3.58256 30.609 3.61616 30.4059 3.57258C30.2327 3.53545 29.9101 3.49608 29.6533 3.43535C29.6337 3.43076 29.4325 3.36397 29.4423 3.36465C29.4511 3.36556 29.7687 3.42787 29.7241 3.41145C29.7188 3.40956 29.5176 3.36696 29.4924 3.35641C29.4615 3.34355 29.3875 3.26613 29.3449 3.25547C29.2355 3.22825 29.3043 3.25703 29.2333 3.24083C29.081 3.20624 28.5555 3.07457 28.534 3.09124C28.621 3.11133 28.7083 3.13145 28.7954 3.15152C28.3085 3.04857 28.5142 3.10204 28.4445 3.09099C28.3693 3.07908 28.394 3.06563 28.2306 3.02851C28.1953 3.02044 27.5089 2.87598 27.5201 2.88638C27.9013 2.95605 27.7564 2.94805 27.7737 2.95218C27.8396 2.96794 27.9269 2.9738 28.016 2.99333C28.6421 3.13084 28.0061 3.01377 28.1529 3.05082C28.2034 3.06352 28.3071 3.07485 28.3286 3.08008C28.3985 3.09704 28.3967 3.1112 28.4438 3.12021C28.5536 3.14122 28.4303 3.09397 28.4392 3.09482C28.5392 3.1036 28.9194 3.20168 28.6761 3.17157C28.8178 3.21023 28.8399 3.18777 28.9513 3.22264C29.1727 3.29184 28.8354 3.21375 28.7432 3.19739C28.4118 3.13876 28.3168 3.10764 27.8514 3.01058C27.684 2.97563 27.4833 2.94559 27.4056 2.9296C27.3564 2.91937 26.9048 2.77664 26.8767 2.84277C26.851 2.8363 26.8235 2.82859 26.7945 2.82001C26.6326 2.77093 26.4118 2.69493 26.2577 2.67023C26.094 2.64403 26.1411 2.67764 26.1258 2.67595C26.1018 2.67325 25.906 2.63963 25.8367 2.63287C25.7581 2.62519 25.7962 2.64037 25.6703 2.62578C25.3574 2.59063 25.3681 2.56791 25.336 2.56164C24.9658 2.49433 25.1235 2.55166 25.04 2.54396C24.9648 2.53334 23.8759 2.40399 23.644 2.39697C23.7385 2.40009 23.8312 2.40333 23.9263 2.40707C23.7595 2.37553 23.5803 2.38617 23.5792 2.35754C23.5411 2.40008 23.1967 2.34108 23.093 2.33474C23.0519 2.33211 23.0546 2.34015 23.0031 2.33665C22.8019 2.32254 22.3495 2.28652 22.2395 2.28421C21.7671 2.27201 22.971 2.37571 23.0654 2.38777C22.876 2.37026 21.8003 2.3142 22.2931 2.36671C22.3694 2.3748 22.5058 2.36303 22.5486 2.36509C22.8395 2.37941 22.6098 2.38233 22.6324 2.38561C22.6712 2.39099 22.8627 2.38656 22.913 2.39243C22.9297 2.39442 22.8206 2.4028 23.0969 2.42389C22.9595 2.42813 22.1835 2.3634 22.081 2.36254C22.0446 2.36227 22.2707 2.40788 21.6062 2.33901C21.6138 2.3426 21.6214 2.3462 21.6289 2.3498C21.2578 2.33217 20.8862 2.31775 20.5147 2.30644C20.5555 2.30041 20.7647 2.2929 20.5016 2.28691C20.3502 2.2837 20.4617 2.30386 20.4478 2.30387C20.3123 2.2937 17.9089 2.2533 17.4471 2.27773C17.3855 2.27907 17.2824 2.28321 17.1789 2.28824C17.03 2.29603 16.8595 2.31253 16.8398 2.31377C16.6424 2.32553 15.937 2.3751 15.7909 2.39068C15.7043 2.39954 15.7884 2.40591 15.7101 2.41222C15.6364 2.41817 15.7115 2.39811 15.6896 2.39951C15.5088 2.40892 14.1292 2.55953 13.8003 2.58154C13.998 2.56465 14.996 2.44021 14.9773 2.43321C14.971 2.43248 14.7294 2.44553 14.6798 2.45535C14.5931 2.45216 14.3174 2.51444 14.1581 2.52348C14.1417 2.52435 14.2031 2.49835 13.9324 2.52198C13.8369 2.53035 13.59 2.57074 13.3364 2.57958C12.9729 2.62396 11.0618 2.80225 10.9346 2.83815C10.9314 2.83961 11.1983 2.818 11.0194 2.8461C10.7797 2.88372 10.9933 2.82145 10.709 2.84904C10.6667 2.85301 9.88106 2.94314 9.85956 2.94804C9.62563 2.99574 10.309 2.92932 10.3011 2.93282C10.2764 2.94188 9.71036 3.0081 9.68667 3.00926C9.66459 3.01013 10.1252 2.93019 9.5683 3.00276C9.63315 2.99905 9.6976 2.99539 9.76167 2.99179C9.50035 3.02743 9.47046 3.01069 9.40689 3.01651C9.21364 3.03407 9.00017 3.08832 8.68007 3.08643C8.59639 3.08579 8.73223 3.05948 8.72167 3.05916C8.62127 3.05693 8.49829 3.10671 8.3435 3.09723C8.33157 3.09658 8.68398 3.04085 8.0653 3.11037C8.10654 3.1083 8.15069 3.10591 8.19363 3.10365C8.10599 3.1192 7.48889 3.19228 7.40133 3.2009C7.15954 3.22434 7.36862 3.18212 7.12474 3.21202C7.2869 3.2189 6.53375 3.3079 6.5779 3.2811C6.47983 3.31966 5.83806 3.37194 5.5426 3.40533C5.35236 3.4268 4.97117 3.48274 4.9118 3.48822C4.83892 3.49493 4.85907 3.47389 4.72675 3.48504C4.6883 3.48829 4.29821 3.54714 3.95331 3.56789C3.88618 3.57197 3.74159 3.55707 3.86531 3.53475C4.0782 3.49641 4.47496 3.47595 4.47039 3.45775C4.46024 3.43886 3.928 3.51254 3.77909 3.52729C3.10649 3.59353 3.49227 3.52729 3.47346 3.52301C3.42793 3.51263 3.06192 3.55585 3.04584 3.55633C2.98155 3.55757 3.24068 3.51489 3.24322 3.50503C3.247 3.49212 2.88951 3.51141 2.96965 3.49785C3.08534 3.47834 3.41123 3.45905 3.43116 3.45584C3.69507 3.41299 3.32845 3.42693 3.22518 3.42486C3.19406 3.42414 3.31524 3.40284 3.2897 3.40455C2.89909 3.4308 3.21299 3.45395 2.95291 3.48035C2.7198 3.50406 3.01707 3.45037 3.00786 3.45041C2.99689 3.45054 2.71668 3.48229 2.67534 3.48044C2.65007 3.48001 3.36987 3.35908 3.33548 3.34664C3.10954 3.37663 2.87557 3.40762 2.64975 3.4377C2.62801 3.41873 2.96066 3.39563 2.9948 3.38943C3.06321 3.37698 2.86972 3.38872 2.87708 3.38106C2.88114 3.37626 3.10504 3.33464 2.90035 3.35222C2.82905 3.35836 2.68572 3.3902 2.43212 3.40453C3.30906 3.28214 2.69601 3.34184 2.67054 3.3372C2.6436 3.33273 3.06119 3.2659 2.55355 3.32852C2.52665 3.28981 2.56319 3.31415 2.70584 3.29009C2.88235 3.2604 2.46855 3.29499 3.12375 3.22885C3.08486 3.21377 2.55891 3.2767 2.53346 3.27814C2.50961 3.27952 2.62371 3.2565 2.58226 3.2581C2.09037 3.27789 2.42727 3.25569 2.28293 3.24843C2.27065 3.2477 1.8032 3.29365 2.15775 3.24848C2.79705 3.16702 3.07183 3.16279 3.17232 3.09166C2.6889 3.12229 2.12578 3.22674 1.97709 3.24488C1.75354 3.27209 1.98389 3.2329 1.9559 3.2328C1.94532 3.23294 1.75602 3.25621 1.75364 3.25553C1.61023 3.22707 2.60227 3.15501 2.91098 3.11113C2.82708 3.11416 2.73989 3.11758 2.65835 3.12035C2.76905 3.10712 2.88539 3.09323 2.99795 3.07981C2.45482 3.1297 2.9793 3.0768 3.10834 3.02508C3.13752 3.01343 2.78592 3.06863 3.186 2.999C2.8885 3.02846 2.98259 3.00997 2.71229 3.05194C2.71885 3.03645 3.32447 2.94907 3.55766 2.9144C2.72042 2.99554 3.19846 2.99362 2.47096 3.05026C2.33898 3.08392 2.68354 3.04 2.65551 3.0463C2.55631 3.06871 2.31834 3.07944 2.03281 3.15083C1.98623 3.16252 2.18861 3.15786 1.89231 3.19177C1.85904 3.19554 1.67322 3.20106 1.67531 3.19964C1.69877 3.18407 1.88108 3.16742 1.88933 3.16111C1.89448 3.15544 1.69194 3.18231 1.69069 3.18106C1.68265 3.16596 1.8603 3.15497 1.83404 3.15304C1.77892 3.1486 1.03451 3.2017 2.00154 3.09802C1.20192 3.21023 1.89707 3.12796 2.21415 3.0838C2.29392 3.07269 2.31311 3.06086 2.42607 3.04429C2.57151 3.02293 2.74016 3.00778 2.81802 2.99692C2.89964 2.98544 2.43139 3.01754 3.10557 2.94548C2.75735 2.9636 2.16652 3.05688 1.82438 3.08133C1.14934 3.12881 2.29268 2.9874 2.41185 2.97043C2.44344 2.96588 2.3357 2.96558 2.35673 2.96232C2.39004 2.95717 3.04196 2.88684 3.10531 2.86877C3.16828 2.85072 2.8665 2.89716 2.84455 2.88858C2.83205 2.8825 3.61266 2.77807 3.18894 2.82238C2.89483 2.85317 2.35943 2.94608 2.26514 2.92472C2.69042 2.87213 3.12906 2.81816 3.55329 2.76607C3.31794 2.78113 3.08285 2.79623 2.84342 2.81189C3.32784 2.75133 3.74787 2.71634 4.2023 2.64595C3.09905 2.73455 4.55182 2.57376 4.5734 2.56659C4.57804 2.56315 4.13872 2.58195 4.07001 2.58408C4.45284 2.52715 5.61818 2.38678 4.93266 2.4262C5.05417 2.42111 5.35758 2.36408 5.35258 2.363C5.30999 2.35034 4.65868 2.43686 4.76327 2.40898C4.88587 2.37646 5.0563 2.38169 5.25122 2.35725C6.22573 2.2349 5.95032 2.17499 6.93384 2.07743C6.91395 2.07643 6.89404 2.07544 6.87409 2.07446C7.94389 1.95803 9.00248 1.84444 10.077 1.73162C10.4858 1.65859 11.6022 1.52058 12.1468 1.46636C12.2625 1.45461 12.7984 1.41307 12.8426 1.41113C12.9203 1.40792 12.4983 1.45385 12.6905 1.443C12.7342 1.44 13.6467 1.35225 13.5787 1.34386C13.4778 1.35226 13.1583 1.39288 13.102 1.39505C12.7358 1.40402 15.5589 1.14284 15.7003 1.12653C15.6391 1.12685 15.5763 1.12738 15.5119 1.12812C15.6906 1.11454 15.872 1.10118 16.0504 1.08887ZM8.00421 3.17931C7.9011 3.20659 7.6332 3.22506 7.47316 3.24759C7.25762 3.27814 6.89465 3.37975 7.04722 3.30193C7.36338 3.26123 7.68859 3.21964 8.00421 3.17931ZM12.6834 2.69115C12.4709 2.70505 12.6302 2.65454 12.8077 2.65001C12.8287 2.64942 12.9742 2.67203 12.6834 2.69115ZM10.4333 2.91663C10.4425 2.91516 10.6254 2.89608 10.6317 2.89592C10.7985 2.89125 10.2444 2.94904 10.4333 2.91663ZM21.2465 2.30576C21.0107 2.29682 21.1801 2.33463 21.3271 2.32886C21.3364 2.32849 21.262 2.30637 21.2465 2.30576ZM21.0788 2.2976C20.897 2.2623 20.5258 2.30416 20.8192 2.30956C20.8477 2.30998 21.0872 2.2992 21.0788 2.2976ZM11.9183 2.75866C11.942 2.7456 12.1635 2.72711 12.2554 2.7199C12.2544 2.72961 12.0124 2.74743 11.9183 2.75866ZM17.4881 2.26375C17.4934 2.26006 17.3444 2.26054 17.1783 2.26447C16.9934 2.26882 16.7251 2.291 16.7057 2.29828C16.7647 2.29178 17.007 2.27639 17.1785 2.27292C17.3405 2.26954 17.4856 2.26716 17.4881 2.26375ZM19.4533 2.25464C19.4339 2.25273 19.1689 2.25083 19.1763 2.25831C19.3067 2.26947 19.5404 2.26264 19.4533 2.25464ZM23.3594 2.44351C23.3738 2.44312 23.1802 2.37987 23.6455 2.44993C23.714 2.4603 23.4667 2.45113 23.4915 2.455C23.5419 2.46248 23.5828 2.46751 23.6152 2.47058C23.3972 2.45545 23.1699 2.43967 23.1488 2.43525C23.047 2.41403 23.353 2.44353 23.3594 2.44351ZM25.3939 2.62355C25.4394 2.62169 25.7213 2.66578 25.7839 2.67882C25.7949 2.68112 25.7437 2.69322 25.8703 2.71117C25.9725 2.72595 25.8243 2.68185 26.0208 2.7165C26.2166 2.75191 25.952 2.72316 25.9685 2.72709C25.991 2.73141 26.3005 2.77449 26.2877 2.7848C26.2801 2.79167 25.953 2.73062 25.8695 2.72037C25.7638 2.70659 25.889 2.74022 25.7152 2.71097C25.6051 2.69281 25.6699 2.67647 25.6468 2.67177C25.6257 2.66696 25.2389 2.6291 25.3945 2.62371C25.3943 2.62366 25.3941 2.6236 25.3939 2.62355ZM23.6742 2.47459C23.6578 2.47402 23.6385 2.47279 23.6152 2.47058C23.635 2.47195 23.6548 2.47326 23.6742 2.47459ZM8.62345 3.09846C8.73491 3.09393 8.40803 3.14071 8.27949 3.14476C8.27704 3.13663 8.60646 3.09911 8.62345 3.09846ZM23.8775 2.47196C24.2006 2.509 23.9611 2.49426 23.6742 2.47459C23.766 2.47787 23.7688 2.45984 23.8775 2.47196ZM14.6798 2.45535C14.6937 2.45592 14.7027 2.45804 14.7043 2.4628C14.6677 2.46097 14.6641 2.45844 14.6798 2.45535ZM15.44 2.39217C15.6956 2.35377 15.1691 2.40272 15.1731 2.4133C15.1705 2.41752 15.4327 2.39336 15.44 2.39217ZM21.5486 2.32155C21.5249 2.319 21.8968 2.29212 21.3585 2.29966C21.6446 2.31865 21.3422 2.30903 21.3465 2.31326C21.3577 2.32472 21.8392 2.33796 21.9453 2.34935C22.0296 2.33361 21.6271 2.3299 21.5492 2.32158C21.549 2.32157 21.5488 2.32156 21.5486 2.32155ZM29.0117 3.34844C28.9446 3.34617 28.7411 3.29841 28.6031 3.26787C28.6702 3.27021 28.8737 3.31805 29.0117 3.34844ZM65.3888 3.18678C64.4319 3.05217 64.3154 2.98545 65.1866 3.13753C65.2037 3.14055 65.4474 3.19076 65.3888 3.18678ZM57.1982 1.97299C57.1111 1.9402 57.4089 1.97612 57.603 2.01132C57.6476 2.01933 57.8072 2.06261 57.6204 2.04141C57.6294 2.01681 57.3425 1.96819 57.1982 1.97299ZM24.0615 2.47576C24.1564 2.47056 24.4441 2.50975 24.5968 2.52896C24.5023 2.5299 24.1957 2.4928 24.0615 2.47576ZM62.2558 2.68731C62.1554 2.67081 62.0849 2.67894 62.102 2.68301C62.1786 2.70139 62.3689 2.71466 62.2558 2.68731ZM23.1256 2.39284C23.1123 2.38308 23.4989 2.40591 23.5229 2.42917C23.442 2.42054 23.1341 2.39858 23.1256 2.39284ZM28.7528 3.28621C28.6944 3.26926 29.0029 3.32795 29.0951 3.35205C29.0857 3.35921 28.7909 3.29731 28.7528 3.28621ZM60.6334 2.45406C60.5438 2.43924 60.3182 2.40557 60.2924 2.40928C60.2599 2.41386 60.591 2.45935 60.6334 2.45406ZM77.5821 4.30048C77.5943 4.30375 77.2331 4.34313 77.0725 4.34015C76.7667 4.33691 77.5687 4.30212 77.5821 4.30048ZM63.2092 2.82043C63.4906 2.88055 63.1778 2.81625 63.1874 2.83629C63.3784 2.86571 63.8539 2.93871 63.5296 2.87131C63.4665 2.85821 63.2981 2.83504 63.2092 2.82043ZM62.9481 2.77492C62.9167 2.77622 62.7092 2.76405 62.8864 2.78928C62.9684 2.80092 63.1032 2.80014 62.9481 2.77492ZM75.3519 4.31577C75.0903 4.29358 76.291 4.33274 76.3262 4.33002C76.3443 4.33159 76.3562 4.33303 76.3631 4.33425C76.408 4.32946 76.6355 4.32771 76.6617 4.34027C76.5937 4.33998 76.4072 4.34149 76.3853 4.33987C76.3759 4.33924 76.3689 4.33865 76.3641 4.33805C76.2828 4.3525 75.4016 4.32341 75.3519 4.31577ZM73.3728 4.18192C73.6723 4.18195 73.7218 4.22574 73.6961 4.22531C73.3708 4.21723 73.5845 4.20337 73.5745 4.20123C73.5527 4.19734 73.3205 4.19271 73.3737 4.18199C73.3734 4.18197 73.3731 4.18194 73.3728 4.18192ZM74.945 4.29283C74.9573 4.29307 75.2085 4.3048 75.2186 4.30562C75.4238 4.32786 74.7133 4.29452 74.945 4.29283ZM26.896 2.85202C27.0643 2.89197 26.9027 2.8722 26.7895 2.84365C26.7871 2.84304 26.7847 2.84242 26.7823 2.84179C26.7768 2.84028 26.7643 2.83068 26.7919 2.83239C26.8089 2.83359 26.8403 2.8388 26.896 2.85202ZM62.8076 2.75792C62.7807 2.75192 62.3044 2.67516 62.0124 2.63572C61.8687 2.61626 61.7699 2.60555 61.7893 2.61594C61.8108 2.61846 61.8963 2.63128 62.0105 2.64854C62.3658 2.70205 62.9964 2.80011 62.8076 2.75792ZM55.0497 1.68629C55.233 1.70543 55.0302 1.70578 54.935 1.68834C54.8996 1.68183 55.0035 1.6815 55.0497 1.68629ZM22.6075 2.33613C22.4166 2.33524 22.4583 2.29847 22.6225 2.32297C22.629 2.32393 22.615 2.33618 22.6075 2.33613ZM56.5075 1.86632C55.8755 1.80199 56.0335 1.75075 56.8506 1.87776C56.8243 1.87742 56.7982 1.8771 56.7721 1.8768C57.7178 2.01043 56.8366 1.88911 56.6044 1.86408C56.5156 1.85434 56.5884 1.8749 56.5081 1.86648C56.5079 1.86642 56.5077 1.86637 56.5075 1.86632ZM54.0927 1.59825C53.4925 1.50518 54.6419 1.62174 54.9755 1.65431C54.6522 1.64166 54.2344 1.60135 54.8009 1.67441C53.9693 1.60175 54.318 1.61646 54.2848 1.61095C54.2452 1.6058 54.1177 1.60218 54.0927 1.59825ZM55.6892 1.75409C55.7243 1.75655 55.9872 1.79701 56.0832 1.80708C55.9473 1.8068 55.4564 1.73715 55.6892 1.75409ZM71.311 3.987C71.3273 3.97998 71.3592 3.97643 71.4458 3.98429C71.4856 3.98791 71.5367 3.99386 71.6025 4.00277C71.5653 4.00225 71.5058 3.99889 71.4446 3.9951C71.3978 3.99224 71.35 3.98913 71.311 3.987ZM7.79579 3.13465C7.65178 3.14996 7.35838 3.17831 7.44963 3.1816C7.46026 3.18154 7.79686 3.14216 7.79579 3.13465ZM59.7902 2.30187C59.7602 2.29568 58.9675 2.18001 59.2393 2.23364C59.3213 2.2496 60.0423 2.35277 59.7902 2.30187ZM63.8937 2.91303C63.8274 2.90281 63.5577 2.86438 63.5516 2.86654C63.5318 2.87417 63.8632 2.91857 63.8937 2.91303ZM7.06406 3.20427C7.0462 3.20493 6.59816 3.25833 6.65014 3.25871C6.74273 3.26001 7.13102 3.20128 7.06406 3.20427ZM27.5318 2.95754C27.5682 2.9649 27.6133 2.98893 27.6259 2.9918C27.6556 2.99834 28.3223 3.13708 28.0641 3.09959C28.0206 3.09309 27.0655 2.87995 26.9413 2.85208C26.8972 2.82299 27.3018 2.92821 27.402 2.94784C27.4196 2.95126 27.4343 2.93798 27.5315 2.95755C27.5316 2.95755 27.5317 2.95754 27.5318 2.95754ZM72.4179 4.09312C72.4499 4.08546 73.2546 4.15078 73.2449 4.1634C72.9691 4.1421 72.6935 4.11859 72.4179 4.09312ZM72.0099 4.04923C71.839 4.02244 72.2406 4.0622 72.3594 4.07754C72.3597 4.08603 72.0351 4.0534 72.0099 4.04923ZM62.3998 2.64202C62.3199 2.63314 62.5617 2.68714 62.5065 2.68242C62.4711 2.67931 62.2946 2.64632 62.2371 2.64343C62.2207 2.64279 62.3995 2.68624 62.4519 2.69334C62.5265 2.70347 62.4562 2.67968 62.5375 2.69171C62.8072 2.73166 63.0449 2.77689 63.2979 2.81485C63.3207 2.81826 63.1451 2.78233 63.3398 2.81186C63.3699 2.81641 63.5487 2.85743 63.782 2.89076C64.3031 2.92646 64.6749 3.02588 65.3309 3.11011C65.3069 3.10238 64.8197 3.0172 64.7909 3.0124C64.2457 2.92212 63.2677 2.77251 62.6961 2.68712C62.5495 2.66517 62.6193 2.68479 62.5561 2.67568C62.5061 2.66848 62.5679 2.66067 62.3998 2.64202ZM7.87137 3.11677C7.8013 3.10776 7.55943 3.14578 7.4025 3.16269C7.45902 3.17153 7.72134 3.12993 7.87137 3.11677ZM68.4256 3.57716C68.3481 3.56677 68.1087 3.52709 68.0881 3.52918C68.0616 3.53207 68.4076 3.58619 68.4256 3.57716ZM31.2979 3.75821C31.3054 3.75928 31.4904 3.79661 31.4975 3.79847C31.6605 3.84428 31.1052 3.73212 31.2979 3.75821ZM35.79 4.45031C35.9347 4.4607 36.0829 4.46617 36.1302 4.48306C36.0385 4.47509 35.7714 4.45852 35.79 4.45031ZM42.058 3.54826C42.0246 3.5392 42.4422 3.43376 42.5198 3.4134C42.4945 3.42888 42.0821 3.555 42.058 3.54826ZM71.2866 3.92775C71.3648 3.93722 71.4146 3.94076 71.4507 3.942C71.5368 3.945 71.5458 3.93523 71.6612 3.9568C71.6876 3.96175 71.7702 4.02794 71.4837 3.97425C71.4438 3.96675 71.5567 3.97101 71.4495 3.95199C71.418 3.94635 71.3672 3.93866 71.2866 3.92775ZM56.9838 1.8956C57.0514 1.89246 57.2555 1.92284 57.3953 1.94255C57.3622 1.94689 57.0832 1.9076 56.9838 1.8956ZM6.26386 3.28192C6.1374 3.27957 5.57819 3.3562 5.71826 3.35121C5.73719 3.35046 6.18359 3.29044 6.26386 3.28192ZM24.7201 2.49051C24.9507 2.50354 24.4766 2.44532 24.3259 2.44359C24.3929 2.44926 24.7058 2.48944 24.7201 2.49051ZM40.6099 3.93162C40.6217 3.92817 40.8626 3.86635 40.8745 3.86373C41.0765 3.82495 40.3897 4.0011 40.6099 3.93162ZM34.2986 4.25812C34.3902 4.26133 34.978 4.34547 35.1116 4.36977C34.9804 4.37382 34.1848 4.25749 34.2986 4.25812ZM70.2099 3.80207C70.3958 3.82565 70.5723 3.85142 70.7433 3.87736C70.7051 3.8821 70.2289 3.81166 70.2099 3.80207ZM41.4951 3.69338C41.5081 3.68989 41.5212 3.68736 41.5333 3.68414C41.5206 3.68724 41.5076 3.69036 41.4951 3.69338ZM66.0604 3.20061C65.9059 3.17359 65.9357 3.19494 65.9451 3.19689C66.0608 3.21987 66.2354 3.23118 66.0604 3.20061ZM7.6911 3.11222C7.63596 3.10332 7.37111 3.14502 7.22386 3.15813C7.26737 3.16514 7.56897 3.1276 7.6911 3.11222ZM53.4521 1.52635C53.3596 1.51433 53.4963 1.511 53.6796 1.5167C53.8737 1.52253 54.1234 1.53926 54.2074 1.55158C54.2146 1.55862 53.9038 1.54321 53.6785 1.53506C53.5581 1.53047 53.4618 1.52761 53.4521 1.52635ZM24.0106 2.39415C23.9963 2.38064 23.6637 2.36472 23.7336 2.37671C23.7773 2.38396 24.0195 2.4022 24.0106 2.39415ZM54.6024 1.59259C54.6773 1.59575 54.8479 1.6239 54.7867 1.62513C54.7091 1.6267 54.5828 1.5918 54.6024 1.59259ZM61.2657 2.46376C61.2336 2.45719 60.7942 2.40456 60.9732 2.44313C61.0975 2.46991 61.1201 2.45603 61.1494 2.46032C61.182 2.46519 61.8816 2.58959 61.2657 2.46376ZM49.0921 1.81004C49.2535 1.77895 49.4495 1.75395 49.6198 1.72912C49.5513 1.7456 49.1625 1.8076 49.0921 1.81004ZM25.2814 2.53293C25.2439 2.51933 24.1628 2.39415 24.7749 2.47796C24.8122 2.4817 25.3999 2.56211 25.2814 2.53293ZM71.2866 3.92775C71.2536 3.92375 71.215 3.91864 71.1712 3.91225C71.2148 3.9179 71.2534 3.92325 71.2866 3.92775ZM68.3251 3.53326C68.3864 3.53343 68.0846 3.48764 67.9956 3.47923C67.9665 3.48566 68.3169 3.53336 68.3251 3.53326ZM49.631 1.71543C49.7277 1.69644 49.9066 1.67718 50.0274 1.66129C50.0082 1.67124 49.6741 1.71683 49.631 1.71543ZM42.8146 3.29178C42.9393 3.25957 43.0773 3.22068 43.1648 3.19303C43.214 3.17743 43.2454 3.16593 43.2458 3.16214C43.2502 3.16248 43.26 3.1614 43.2759 3.1586C43.2922 3.15561 43.4955 3.09365 43.5856 3.07198C43.8067 3.01878 43.5026 3.10661 43.167 3.20105C42.6815 3.33768 42.1355 3.48226 43.0228 3.21413C42.9536 3.23995 42.8844 3.26577 42.8146 3.29178ZM33.5076 4.11626C33.3954 4.08662 33.0777 4.04863 33.1588 4.06687C33.2153 4.0801 33.6189 4.14638 33.5076 4.11626ZM37.9728 4.4189C37.9377 4.42212 37.6119 4.4582 37.6034 4.4635C37.794 4.45949 38.1348 4.41076 37.9728 4.4189ZM32.6423 3.95564C32.5721 3.94135 32.4785 3.94388 32.4866 3.9462C32.5574 3.96618 32.7589 3.98717 32.6423 3.95564ZM70.7509 3.8111C70.6454 3.79265 70.3077 3.7636 70.233 3.76651C70.2197 3.76231 70.1834 3.7544 70.1162 3.74175C70.1164 3.74178 70.1166 3.74181 70.1168 3.74183C70.0259 3.73028 67.3171 3.34219 69.1311 3.62246C69.188 3.63112 69.1114 3.60916 69.3431 3.6431C69.3584 3.64535 69.3648 3.65559 69.4121 3.66251C69.5201 3.67864 70.1003 3.76211 70.2182 3.76948C70.219 3.77132 70.2264 3.77392 70.2422 3.77749C70.3828 3.8095 70.8325 3.82564 70.7509 3.8111ZM38.6078 4.32955C38.543 4.33729 38.341 4.37107 38.3207 4.38177C38.4239 4.3725 38.7564 4.31302 38.6078 4.32955ZM25.2526 2.49535C25.1297 2.47216 24.8124 2.44711 24.907 2.46513C24.9641 2.47525 25.3949 2.52134 25.2526 2.49535ZM36.5394 4.4519C37.2885 4.49008 36.7181 4.45845 36.8333 4.45083C36.7341 4.452 36.6377 4.45238 36.5394 4.4519ZM74.1319 4.17205C74.0143 4.16149 74.1547 4.14727 74.2821 4.16799C74.3223 4.17456 74.1976 4.17789 74.1319 4.17205ZM79.4756 4.02175C79.3713 4.01945 79.8662 3.94297 79.6767 3.99202C79.6678 3.99447 79.4832 4.02158 79.4756 4.02175ZM75.7315 4.22851C75.6507 4.24079 75.5989 4.24169 75.3739 4.23078C75.7073 4.23707 75.3984 4.21564 75.7315 4.22851ZM43.2433 3.16125C43.2447 3.16146 43.2458 3.16157 43.2458 3.16214C43.2443 3.16202 43.2435 3.16171 43.2433 3.16125ZM31.9626 3.83449C31.8746 3.80566 31.6217 3.75779 31.6946 3.78425C31.7014 3.78679 31.924 3.8364 31.9626 3.83449ZM70.233 3.76651C70.2448 3.77023 70.2385 3.77082 70.2182 3.76948C70.2175 3.76776 70.2229 3.76692 70.233 3.76651ZM33.3273 4.06674C33.316 4.07442 33.7049 4.14022 33.7202 4.14108C33.9462 4.16011 33.4875 4.0932 33.3273 4.06674ZM22.7191 2.2393C22.6992 2.23886 22.8256 2.27097 22.9046 2.26758C22.9658 2.26491 22.7939 2.24079 22.7191 2.2393ZM76.4977 4.23085C76.6233 4.23071 76.7999 4.2285 76.8323 4.23897C76.7488 4.23892 76.4947 4.23921 76.4977 4.23085ZM79.2796 4.03812C79.1326 4.07499 78.7918 4.12062 78.5737 4.14031C78.5674 4.12605 79.1407 4.06716 79.2796 4.03812ZM71.0839 3.8582C71.0738 3.85644 70.7659 3.81366 70.8067 3.83015C70.8656 3.85452 71.1704 3.87492 71.0839 3.8582ZM23.3118 2.29588C23.4492 2.29901 23.1365 2.24939 22.9908 2.25768C22.9164 2.2616 23.2881 2.29497 23.3118 2.29588ZM31.1772 3.66548C30.9961 3.63613 31.4393 3.73653 31.5042 3.73669C31.421 3.71951 31.2417 3.67601 31.1772 3.66548ZM37.4304 4.4292C36.817 4.40775 37.1511 4.4632 37.2606 4.45739C37.2767 4.45684 37.4453 4.42977 37.4304 4.4292ZM4.8397 3.37612C4.75973 3.39019 5.06202 3.37279 5.09879 3.35702C5.12197 3.34713 4.89127 3.36707 4.8397 3.37612ZM45.9288 2.43398C45.9054 2.43987 45.8822 2.44574 45.8592 2.45156C45.8763 2.44672 45.899 2.44091 45.9288 2.43398ZM29.5598 3.28317C29.9463 3.41522 29.9126 3.36932 29.947 3.37685C30.0214 3.39307 30.192 3.44239 30.3331 3.46947C30.1709 3.44138 30.0088 3.41298 29.8468 3.38437C29.9724 3.41577 31.0757 3.66151 31.1007 3.65702C31.1362 3.65277 30.787 3.58587 30.7769 3.58265C30.7625 3.57828 30.7145 3.53648 30.6825 3.52869C30.6293 3.51674 29.7057 3.32294 29.5598 3.28317ZM36.1816 4.40272C36.2763 4.41276 36.3022 4.42666 36.3462 4.42632C36.3612 4.42617 36.3643 4.41454 36.4152 4.4143C36.3378 4.41095 36.26 4.40708 36.1816 4.40272ZM28.8411 3.17394C28.732 3.13566 29.2336 3.24926 29.2494 3.2542C29.3334 3.28227 28.9301 3.20529 28.8411 3.17394ZM33.1356 4.0242C33.1164 4.02051 32.726 3.94845 32.7275 3.95654C32.8303 3.98164 33.3545 4.07183 33.1356 4.0242ZM36.4784 4.41687C36.6208 4.42629 36.8888 4.44691 36.8588 4.42791C36.8585 4.4279 36.8583 4.4279 36.8581 4.42789C36.7302 4.4256 36.6058 4.42195 36.4784 4.41687ZM23.7823 2.29803C23.5314 2.24742 23.6488 2.29339 23.8715 2.32286C23.9411 2.31645 23.8228 2.30628 23.7823 2.29803ZM22.9715 2.21071C22.9013 2.19916 22.1714 2.15713 22.2816 2.17973C22.3211 2.18714 22.7412 2.20125 22.7605 2.20401C22.7896 2.20763 22.6551 2.21473 22.8784 2.22727C22.8655 2.22066 22.9957 2.21418 22.9715 2.21071ZM23.5738 2.26151C23.3238 2.21874 23.2637 2.25424 23.4532 2.26978C23.5268 2.27594 23.6097 2.26772 23.5738 2.26151ZM24.6017 2.36458C24.511 2.35069 24.2717 2.31999 24.1037 2.31717C24.3263 2.33992 24.5489 2.36442 24.7691 2.39072C24.7951 2.38614 24.6804 2.3765 24.601 2.36452C24.6012 2.36454 24.6015 2.36456 24.6017 2.36458ZM80.795 3.61869C80.5941 3.65702 81.0494 3.53912 81.0685 3.53685C81.1277 3.53142 80.8851 3.6016 80.795 3.61869ZM3.22518 3.19927C3.1688 3.20131 3.13068 3.19084 3.0079 3.21301C3.13364 3.20933 3.25861 3.20575 3.3828 3.20228C3.47539 3.16625 3.28694 3.19706 3.22518 3.19927ZM2.73888 3.1639C2.75644 3.16124 2.65554 3.13423 2.88694 3.13307C3.03968 3.13267 2.21617 3.24614 2.06135 3.24718C2.22801 3.2196 2.59082 3.1862 2.73888 3.1639ZM1.26692 3.16889C1.25726 3.16693 1.57243 3.12524 1.6086 3.12317C1.80077 3.11204 1.32179 3.17898 1.26692 3.16889ZM2.27484 3.05771C2.12589 3.06765 2.45346 3.02436 2.55036 3.01735C2.56083 3.02334 2.29813 3.05607 2.27484 3.05771ZM78.6715 3.45424C78.5108 3.44635 78.3751 3.5169 78.6173 3.4794C78.629 3.47757 78.6784 3.45475 78.6715 3.45424ZM1.57086 3.09392C1.719 3.08401 1.3934 3.12721 1.29437 3.13456C1.28464 3.12849 1.54858 3.09543 1.57086 3.09392ZM78.5535 3.40473C78.3424 3.40802 78.4226 3.46284 78.4489 3.46293C78.5582 3.46336 78.9246 3.39346 78.9984 3.37547C78.4485 3.45753 78.6522 3.40123 78.5535 3.40473ZM77.5866 3.51799C77.4789 3.52685 77.5833 3.52788 77.7134 3.52189C77.8209 3.51701 77.9449 3.50679 77.9868 3.49577C77.9267 3.50069 77.8081 3.50687 77.7128 3.51129C77.6563 3.51396 77.6078 3.5162 77.5866 3.51799ZM76.3936 3.52508C76.2883 3.5232 75.9723 3.51418 75.9201 3.52282C76.0351 3.52353 76.3491 3.53568 76.3936 3.52508ZM76.1542 3.49393C75.9892 3.47855 75.9485 3.51735 76.1398 3.50793C76.1472 3.50755 76.1602 3.49474 76.1542 3.49393ZM75.2249 3.45673C75.1168 3.43684 74.9909 3.46961 75.1674 3.478C75.2198 3.48033 75.2363 3.45896 75.2249 3.45673ZM78.2855 3.36306C78.1324 3.37003 77.9361 3.41318 78.2641 3.38869C78.1498 3.40311 78.0348 3.41631 77.92 3.42833C78.3511 3.41213 78.3152 3.37328 78.4382 3.36358C78.6101 3.34804 78.5991 3.37999 78.5662 3.39366C78.7058 3.3618 79.2992 3.28214 79.6383 3.20921C79.3382 3.26085 78.8477 3.31966 78.5489 3.34507C78.4634 3.35289 78.3812 3.36965 78.3084 3.37541C78.1912 3.38444 78.2942 3.36274 78.2861 3.36301C78.2859 3.36303 78.2857 3.36305 78.2855 3.36306ZM74.0022 3.38936C73.6841 3.34886 73.8833 3.40188 74.0641 3.40738C74.0718 3.40739 74.0102 3.39036 74.0022 3.38936ZM1.13248 3.02832C1.56464 2.9935 1.25166 3.05164 2.14439 2.91423C1.76905 2.98131 2.12555 2.93297 2.05281 2.95079C1.99465 2.96495 1.77085 2.98519 1.90221 2.98452C1.73353 2.98823 1.00383 3.07872 0.968167 3.08036C0.968478 3.08032 0.968788 3.08028 0.969098 3.08025C0.949043 3.08107 0.994397 3.03948 1.13248 3.02832ZM76.3922 3.42484C76.2864 3.37803 76.2443 3.45207 76.0361 3.41089C75.758 3.46511 76.8023 3.41683 76.9293 3.45606C75.7951 3.46577 77.6791 3.48957 76.8865 3.43294C77.5378 3.44262 77.0994 3.41888 77.1995 3.40742C77.3063 3.3954 77.6734 3.38859 77.6538 3.37164C77.6536 3.37166 77.6534 3.37167 77.6532 3.37168C77.4297 3.38489 77.2048 3.39428 76.9801 3.40043C77.2017 3.43274 76.7411 3.43236 76.5848 3.40161C76.52 3.40959 76.4569 3.41733 76.3922 3.42484ZM77.6668 3.42825C77.6443 3.43011 77.1563 3.45507 77.1878 3.46043C77.2346 3.46323 77.6096 3.44587 77.7085 3.43378C77.7386 3.43042 77.7439 3.42815 77.7081 3.42797C77.6979 3.4279 77.6843 3.42799 77.6668 3.42825ZM79.7865 3.15656C79.6158 3.19197 79.3496 3.23171 79.2582 3.26024C79.43 3.23315 79.6963 3.18986 79.7865 3.15656ZM70.7446 3.03171C70.5187 3.01531 71.2098 3.10438 71.0115 3.06605C71.0022 3.06436 70.7558 3.03266 70.7446 3.03171ZM75.8811 3.42662C75.6533 3.4076 75.7593 3.45541 75.9297 3.44675C75.9395 3.44623 75.8917 3.42748 75.8811 3.42662ZM1.47904 2.98191C1.49249 2.96914 2.11275 2.90401 2.22387 2.89091C2.16161 2.90855 1.4623 2.99665 1.47904 2.98191ZM80.0781 3.05164C79.7312 3.09107 79.28 3.21554 79.2281 3.22154C79.1773 3.22864 79.254 3.19871 79.2423 3.20009C79.2165 3.2061 78.6783 3.28224 78.6516 3.28387C78.633 3.28699 78.7335 3.29993 78.6229 3.32054C78.841 3.29248 79.8232 3.13168 79.8725 3.10985C79.9115 3.09893 79.6101 3.13819 80.0776 3.05177C80.0778 3.05173 80.0779 3.05169 80.0781 3.05164ZM79.1004 3.23601C79.2363 3.2262 78.8595 3.28355 78.767 3.28973C78.5626 3.3072 79.0831 3.23985 79.1004 3.23601ZM78.1874 3.3329C78.1432 3.33558 77.7503 3.36094 77.7164 3.3732C77.9052 3.37864 78.2869 3.33014 78.1874 3.3329ZM73.758 3.2933C73.6536 3.28721 73.3694 3.25546 73.3524 3.26389C73.4554 3.27126 73.7406 3.30219 73.758 3.2933ZM3.58229 2.64778C3.40609 2.65989 3.81181 2.60921 3.92844 2.59971C3.93602 2.60552 3.5978 2.64669 3.58229 2.64778ZM75.844 3.33042C75.784 3.33179 74.5327 3.28908 74.3563 3.27741C74.5281 3.30093 75.7684 3.35169 75.8238 3.34367C75.8401 3.3429 75.8518 3.33105 75.844 3.33042ZM78.5242 3.23131C78.6346 3.20458 78.7092 3.21303 78.7235 3.21153C78.8621 3.1978 79.1467 3.15223 79.0861 3.17538C78.8436 3.2092 78.304 3.28415 78.5242 3.23131ZM73.6737 3.22019C73.2492 3.19288 74.0627 3.27071 73.9578 3.24672C73.9502 3.24539 73.7184 3.22321 73.6737 3.22019ZM75.9839 3.32863C76.0783 3.32509 77.3239 3.32459 77.5213 3.30605C77.3442 3.33613 77.1992 3.32501 76.9594 3.33142C76.8949 3.33308 76.9121 3.34181 76.9052 3.34197C76.7925 3.34438 76.8762 3.33241 76.8073 3.33334C76.7643 3.33788 75.8521 3.34586 75.9839 3.32863ZM78.5869 3.21415C78.6557 3.20357 79.4102 3.08903 79.4404 3.08038C79.6707 3.06195 78.648 3.22047 78.5869 3.21415ZM75.8696 3.30715C76.0043 3.28584 76.6229 3.30557 76.1992 3.31601C76.1591 3.31693 75.9878 3.30397 75.8696 3.30715ZM73.721 3.19948C73.7002 3.19766 73.2585 3.15681 73.2489 3.16366C73.3135 3.17344 73.9585 3.22599 73.721 3.19948ZM73.9527 3.18898C73.9422 3.18838 74.0444 3.21147 73.8373 3.19453C73.8205 3.19298 73.7881 3.17359 73.5276 3.15945C73.4738 3.1565 73.3918 3.16141 73.3975 3.16259C73.6667 3.21431 74.4889 3.21657 73.9527 3.18898ZM78.5993 3.19843C78.5576 3.19565 78.6533 3.16295 78.7439 3.16283C78.7827 3.16275 78.7126 3.18527 78.5993 3.19843ZM72.3172 3.06644C72.5761 3.08009 71.7686 2.99302 71.7274 2.99051C71.7511 3.00211 72.2926 3.06583 72.3172 3.06644ZM3.97774 2.49812C3.97754 2.49814 3.97733 2.49816 3.97713 2.49819C4.19449 2.47599 4.06133 2.50263 4.07157 2.50179C4.5323 2.46475 4.41242 2.45338 4.48363 2.44214C4.63947 2.41765 4.6185 2.45083 4.87848 2.40804C4.44775 2.47665 4.84125 2.42328 4.85448 2.4327C4.91095 2.47083 4.26818 2.47956 4.0587 2.51329C4.02901 2.51803 4.25145 2.50648 4.17532 2.51937C3.92957 2.56099 3.13589 2.58438 3.97774 2.49812ZM78.8122 3.15222C78.9084 3.1324 79.6435 3.0208 79.451 3.06394C79.421 3.07671 78.6722 3.19293 78.8122 3.15222ZM43.0446 2.19917C43.1594 2.15919 43.0218 2.18937 42.8902 2.22419C42.8199 2.24279 42.7524 2.26232 42.7266 2.27281C42.7041 2.28199 42.7988 2.26261 42.8946 2.23964C42.9549 2.22518 43.0147 2.2096 43.0446 2.19917ZM40.1383 2.94935C39.929 3.00482 39.7175 3.10443 39.978 3.03292C40.0066 3.02512 40.1637 2.94972 40.1383 2.94935ZM54.5065 0.554316C54.2758 0.517788 54.2873 0.550311 54.4572 0.564108C54.5175 0.569131 54.5138 0.555497 54.5065 0.554316ZM45.6401 1.48534C45.6166 1.48988 45.3576 1.55691 45.3688 1.56161C45.4652 1.54142 45.7881 1.45636 45.6401 1.48534ZM54.5813 0.556425C54.4423 0.54988 54.6775 0.592902 54.8481 0.58721C54.7627 0.580763 54.595 0.556995 54.5813 0.556425ZM75.4035 3.22564C75.2901 3.23497 74.9719 3.21816 74.7891 3.21072C74.7704 3.19378 75.2727 3.22528 75.4035 3.22564ZM41.0388 2.73113C40.8417 2.797 41.2723 2.68948 41.2295 2.68497C41.2234 2.68582 41.0461 2.72868 41.0388 2.73113ZM61.9015 1.52429C61.7502 1.51197 62.2244 1.59543 62.0959 1.55885C62.0894 1.55719 61.9098 1.52495 61.9015 1.52429ZM63.983 1.84164C63.8697 1.82101 63.3838 1.74857 63.5714 1.78672C63.6006 1.7926 63.9731 1.8493 63.983 1.84164ZM4.49523 2.42875C4.43154 2.41893 4.79115 2.38142 4.84174 2.3786C4.86218 2.37748 4.57925 2.44138 4.49523 2.42875ZM52.9783 0.464222C52.8555 0.463309 52.5376 0.458791 52.4816 0.468856C52.6317 0.464493 53.0183 0.482174 52.9783 0.464222ZM41.9512 2.47779C41.7711 2.50931 41.4742 2.59389 41.5543 2.59674C41.8843 2.50288 41.5072 2.58757 41.9512 2.47779ZM55.3556 0.612263C55.2607 0.600751 55.1835 0.616256 55.1945 0.61848C55.2986 0.639658 55.4495 0.631397 55.3556 0.612263ZM48.0664 0.937617C48.0584 0.928697 47.7552 0.992642 47.797 0.991112C47.8108 0.990309 48.0719 0.944545 48.0664 0.937617ZM71.4522 2.90474C71.3811 2.89169 71.4605 2.89639 71.5696 2.90699C71.6734 2.91714 71.8013 2.93202 71.8616 2.9438C71.9016 2.95873 71.7044 2.9371 71.5681 2.92001C71.5063 2.91231 71.4576 2.9057 71.4522 2.90474ZM58.0003 0.947105C58.0164 0.934245 57.5391 0.877907 57.7252 0.915479C57.7725 0.924918 57.9943 0.951225 58.0003 0.947105ZM62.5431 1.58867C62.2225 1.55847 63.5557 1.77064 63.2081 1.69644C63.1835 1.69104 62.5709 1.59118 62.5431 1.58867ZM64.7202 1.9286C64.6657 1.91834 64.7006 1.87347 64.9242 1.9269C64.9535 1.93388 64.8125 1.92565 64.8363 1.93232C64.8503 1.93618 65.3419 2.01813 65.3648 2.02045C65.3894 2.02287 65.3631 2.00277 65.3881 2.00478C65.4163 2.00705 65.7175 2.06704 65.876 2.09125C66.1754 2.13695 66.2093 2.12866 66.234 2.13236C66.3056 2.14311 66.4238 2.17049 66.569 2.19236C67.2991 2.30277 68.4161 2.45578 68.9905 2.56425C68.4773 2.48059 67.9855 2.42107 67.4726 2.34882C67.6267 2.34392 66.7155 2.25758 67.2491 2.30492C67.0046 2.27672 64.8992 1.96228 64.7208 1.9287C64.7206 1.92867 64.7204 1.92863 64.7202 1.9286ZM39.3056 3.13415C39.4311 3.09067 38.7711 3.23506 38.7198 3.26108C38.8066 3.24967 39.2899 3.14103 39.3056 3.13415ZM42.3621 2.2849C42.4226 2.26472 42.4737 2.21589 42.8029 2.14004C42.8032 2.13995 42.8035 2.13987 42.8038 2.13978C42.901 2.11733 42.7939 2.15605 42.8123 2.15384C42.8141 2.15365 42.8381 2.14838 42.867 2.14227C42.9441 2.126 43.0554 2.10411 42.875 2.15717C42.8738 2.15751 42.8727 2.15784 42.8715 2.15818C42.5009 2.2672 42.8314 2.14393 42.632 2.20005C42.6069 2.20716 42.233 2.33162 42.256 2.32919C42.2582 2.32905 42.3721 2.29289 42.3911 2.2892C42.4634 2.27512 42.4319 2.29479 42.442 2.29245C42.4615 2.28769 42.6787 2.22002 42.873 2.16321C43.0065 2.12416 43.127 2.09111 43.1642 2.08716C43.1752 2.08599 43.0466 2.12489 42.8765 2.17577C42.5921 2.26094 42.1948 2.37744 42.1712 2.38236C42.1467 2.3876 42.1494 2.35703 42.1232 2.36147C42.1092 2.36406 41.7168 2.4856 41.6657 2.49701C41.6504 2.50048 41.6388 2.50289 41.6302 2.50458C41.692 2.49663 41.3347 2.59539 41.3427 2.58264C41.3482 2.57712 41.5943 2.5111 41.6036 2.50915C41.6075 2.50835 41.611 2.5078 41.6142 2.50718C41.5604 2.51146 42.3946 2.27708 42.21 2.31228C42.45 2.23527 42.1815 2.34488 42.3621 2.2849ZM43.5268 1.93849C43.5025 1.94837 43.4781 1.95826 43.4537 1.96817C43.879 1.84227 44.3771 1.72185 44.8729 1.59273C44.999 1.55998 44.8494 1.57966 45.0157 1.54186C45.148 1.51185 45.3 1.49096 45.2285 1.51307C45.2102 1.51861 44.9401 1.57637 44.8046 1.61314C44.4095 1.72036 44.5129 1.71 44.49 1.71636C44.4635 1.72379 44.2133 1.77914 44.0763 1.81691C43.7357 1.91087 43.5817 1.9631 43.1131 2.08137C43.3774 1.99643 43.226 2.01513 43.5268 1.93849ZM60.0126 1.1883C60.0311 1.18092 60.3151 1.23139 60.4194 1.24524C60.4019 1.25275 60.1168 1.20201 60.0126 1.1883ZM17.4856 1.03657C17.3956 1.05358 18.0683 1.0497 17.8909 1.0382C17.8522 1.03533 17.5692 1.03504 17.4856 1.03657ZM20.5005 1.07547C20.5902 1.07379 20.2301 1.05052 20.23 1.0634C20.2307 1.06736 20.4888 1.07555 20.5005 1.07547ZM49.1561 0.671551C49.1728 0.668157 49.4203 0.634668 49.4284 0.634599C49.5943 0.62635 48.7805 0.741181 49.1561 0.671551ZM24.1617 1.28362C23.8484 1.26338 24.7883 1.36191 24.5025 1.31944C24.489 1.31707 24.176 1.28419 24.1617 1.28362ZM25.4716 1.42859C25.3979 1.4189 25.0631 1.37211 25.0591 1.37703C25.0506 1.38363 25.4332 1.43679 25.4716 1.42859ZM55.427 0.557781C55.3938 0.535395 55.8281 0.597132 55.9806 0.613046C56.0139 0.635256 55.5796 0.571359 55.427 0.557781ZM52.6228 0.364079C53.2041 0.359739 53.5689 0.383376 53.7482 0.396228C53.9307 0.410399 53.9183 0.414284 53.7475 0.406762C53.5414 0.398317 53.1084 0.375459 52.5098 0.373496C52.5074 0.361762 52.503 0.36525 52.6228 0.364079ZM55.0284 0.505054C54.9593 0.509951 54.7494 0.486144 54.6078 0.472685C54.6336 0.466504 54.9251 0.496616 55.0284 0.505054ZM16.6643 1.04278C16.7477 1.02719 16.9944 1.01629 17.1482 1.01911C17.2164 1.02058 17.2548 1.02325 17.224 1.02601C17.2195 1.02639 17.1905 1.02713 17.1484 1.02805C16.9747 1.03094 16.6311 1.05145 16.6643 1.04278ZM49.3085 0.632359C49.2628 0.619938 49.822 0.548095 49.8655 0.548043C50.0399 0.5406 49.3533 0.61942 49.3085 0.632359ZM58.0295 0.866992C58.1283 0.86636 58.4016 0.911538 58.578 0.93659C58.4958 0.937089 58.1793 0.887753 58.0295 0.866992ZM56.7534 0.687016C56.7643 0.687765 57.0114 0.720631 57.0228 0.722824C57.2235 0.762313 56.5242 0.669463 56.7534 0.687016ZM3.65913 2.3995C3.6675 2.39807 3.85482 2.37718 3.86124 2.37697C4.02989 2.37092 3.4674 2.43357 3.65913 2.3995Z" fill="%23F6D339"/></svg>') no-repeat 0 0 / 100% auto;
	position: absolute;
	left: -4px;
	bottom: -10px;
	right: -10px;
}
/* .landing-item__text span:after{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.animate .landing-item__text span:after{
	animation: drawLine 1.5s ease forwards;
} */
.landing-item__rays{
	position: absolute;
	top: -33px;
	right: -10px;
}
.landing-item__rays svg path {
	fill: none;
	stroke: #F6D339;
	stroke-width: 2;
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
}
.animate .landing-item__rays svg path{
	animation: draw 2s ease forwards;
}
.landing-item__rays svg path:nth-of-type(1) {
	animation-delay: 2.5s;
}
.landing-item__rays svg path:nth-of-type(2) {
	animation-delay: 3s;
}
.landing-item__rays svg path:nth-of-type(3) {
	animation-delay: 3.5s;
}
.landing-item__image {
	line-height: 0;
	margin: 0 0 -20px;
	text-align: center;
}
.landing-welcome__arrow {
	flex-shrink: 0;
	margin: auto 40px;
	transform: translateY(10px);
}
.landing-welcome__arrow svg{
	fill: none;
	stroke: #BCBBC2;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	animation: draw 3s ease forwards;
}
.animate .landing-welcome__arrow svg{
	animation: draw 3s ease 1s forwards;
}
@keyframes draw {
	to{
	  stroke-dashoffset: 0;
	}
}
.landing-wins {
	padding: 98px 0;
}
.landing-title {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -1px;
	margin-bottom: 40px;
}
.landing-wins__container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.landing-wins__item:nth-child(1){grid-area: 1 / 1 / 2 / 3;}
.landing-wins__item:nth-child(2){grid-area: 1 / 3 / 2 / 5;}
.landing-wins__item:nth-child(3){grid-area: 1 / 5 / 2 / 7;}
.landing-wins__item:nth-child(4){grid-area: 2 / 1 / 3 / 4;}
.landing-wins__item:nth-child(5){grid-area: 2 / 4 / 3 / 7;}
.landing-wins__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 280px;
	padding: 15px;
	background: linear-gradient(180deg, #302E35 0%, #403D49 100%);
	border: 1px solid #46454B;
	border-radius: 20px;
	text-decoration: none;
	color: #FFF;
}
.landing-wins__icon {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.landing-wins__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	margin-bottom: 13px;
}
a.landing-wins__item:hover .landing-wins__title{
	text-decoration: underline;
}
.landing-wins__text {
	font-size: 16px;
	line-height: 150%;
	color: #BCBBC2;
}
.landing-wins__link{
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
	margin-top: 12px;
}
.landing-wins__link:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: attr(data-text);
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.3s;
}
.landing-wins__link span{
	transition: opacity 0.3s;
}
.landing-wins__link i{
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFF;
	border-radius: 50%;
	position: relative;
	margin-left: 11px;
}
.landing-wins__link i:before{
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #FFF;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	transition: all 0.2s;
}
.landing-wins__link i svg{
	fill: #FFF;
}
.landing-wins__item:hover .landing-wins__link span{
	opacity: 0;
}
.landing-wins__item:hover .landing-wins__link:before{
	opacity: 1;
}
.landing-wins__item:hover .landing-wins__link i:before{
	opacity: 1;
	transform: scale(1);
}
.landing-wins__item:hover .landing-wins__link i svg{
	position: relative;
	fill: #080808;
}
.landing-serving {
	padding: 100px 0;
	background: linear-gradient(98.58deg, #E2E6FF -6.98%, #FEF6E7 110.22%);
	border-radius: 40px;
	color: #080808;
}
.landing-serving .landing-tag {
	background: none;
	color: #304FE9;
}
.landing-serving .landing-tag:before{
	background: linear-gradient(90deg,#304FE9,#304FE9) border-box;
}
.landing-serving .landing-tag svg{
	fill: #304FE9;
}
.landing-title {}
.landing-serving__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.landing-serving__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	gap: 20px;
	min-height: 260px;
	background: #FFF;
	border-radius: 16px;
}
.landing-serving__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	padding-left: 16px;
	position: relative;
}
.landing-serving__title i{
	display: block;
	width: 4px;
	position: absolute;
	border-radius: 3px;
	inset: 0 auto -2px 0;
}
.landing-serving__list {
	font-size: 16px;
	line-height: 150%;
}
.landing-serving__list li{
	padding-left: 16px;
	margin-top: 12px;
	position: relative;
}
.landing-serving__list li i{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 8px;
	left: 0;
}
















.landing-talk {
	background: url(../images/landing/talk-bg.svg) no-repeat 0 0 / cover;
	border-radius: 40px;
	color: #16131B;
	padding: 100px 0;
}
.landing-talk__container {
	display: flex;
}
.landing-talk__content {
	width: 50.6%;
	padding-right: 90px;
}
.landing-talk .landing-title{
	margin-bottom: 15px;
}
.landing-talk__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #64636F;
}
.landing-talk__click {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin: 203px -38px 0 0;
}
.landing-talk__click-text {
	margin: 0 13px -11px 0;
}
.landing-talk__click-arrow svg{
	fill: none;
	stroke: #64636F;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
}
.landing-talk__click-arrow.animate svg{
	animation: draw 3s ease forwards;
}
.landing-talk__formblock {
	width: 49.4%;
	padding: 29px 32px;
	background: #FFF;
	border-radius: 20px;
}
.landing-talk__form .form-input {
	margin-bottom: 23px;
}
.landing-talk__form .form-input label span,
.landing-talk__form .form-file label span{
	color: inherit;
	font-size: inherit;
	top: 0;
	right: 3px;
}
body .landing-talk__form .codedropz-upload-wrapper {
	margin-top: 9px;
}
body .landing-talk__form .codedropz-upload-inner {
	display: block;
	padding: 0 0 2px 29px;
}
body .landing-talk__form .codedropz-upload-inner div{
	display: inline !important;
}
body .landing-talk__form .codedropz-upload-inner > span{
	margin: 0;
}
.landing-talk__form .form-textarea {
	margin-bottom: 17px;
}
.landing-talk__form .form-file {
	margin-bottom: 8px;
}
.landing-talk__form .form-checkbox {
	margin-bottom: 23px;
}
.landing-talk__form .form-checkbox label > span{
	padding-left: 18px;
}
.landing-talk__form .form-radio__title {
	margin-bottom: 15px;
}
.landing-talk__form .form-radio2{
	margin-bottom: 27px;
}
.landing-talk__form .form-radio2 .wpcf7-radio .wpcf7-list-item {
	margin-bottom: 16px !important;
}
.landing-talk__form .wpcf7-form:not(.invalid) .wpcf7-not-valid-tip{
	display: none !important;
}
.landing-talk__form .wpcf7-form:not(.invalid) .wpcf7-not-valid {
	border-color: #D6D6D6 !important;
}
.landing-talk__form .wpcf7-form.invalid .wpcf7-not-valid {
	border-color: #FF4234 !important;
}
.landing-talk__form .wpcf7-not-valid-tip{
	position: relative;
	inset: auto;
	padding-left: 25px;
	font-size: 12px;
	line-height: 140%;
	color: #FF4234;
	margin: 8px 0 0;
}
.landing-talk__form .wpcf7-not-valid-tip:before{
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.56348" y="0.884888" width="14.5833" height="14.5833" rx="7.29167" fill="%23FF4234" stroke="%23FF4234" stroke-width="1.25"/><rect x="8.43864" y="10.3807" width="0.833333" height="0.833333" fill="%23342C2C" stroke="white" stroke-width="0.833333"/><path d="M8.85498 4.36926V7.7026" stroke="white" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
}
body .landing-talk__form .codedropz-upload-handler {
	margin: 7px 10px 12px 0;
}
.landing-thankyou {
	display: none;
	padding: 58px 0;
	text-align: center;
}
.landing-thankyou__icon {
	margin-bottom: 14px;
}
.landing-thankyou__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
.landing-thankyou__text {
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.04em;
	color: #64636F;
}
.landing-talk__formblock.sent .landing-talk__form{
	display: none;
}
.landing-talk__formblock.sent .landing-thankyou{
	display: block;
}





.landing-how {
	padding: 99px 0 80px;
}
.landing-how__tabs {
	display: flex;
	background: #211D27;
	padding: 7px;
	border: 1px solid #46454B;
	border-radius: 40px;
}
.landing-how__tabs button{
	width: 100%;
	padding: 15px 15px 16px;
	background: none;
	border: none;
	border-radius: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #FFF;
	transition: all 0.3s;
}
.landing-how__tabs button:hover{
	color: #BCBBC2;
}
.landing-how__tabs button.active{
	background: #FFF;
	color: #16131B;
}
.landing-how__slide{
	display: none;
}
.landing-how__slide:first-child{
	display: block;
}
.landing-how__block {
	display: flex;
	padding: 47px 0 32px;
}
.landing-how__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 49.4%;
	padding-right: 40px;
}
.landing-how__tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -15px 0 20px;
}
.landing-how__tags li{
	padding: 3px 11px;
	background: #211D27;
	border: 1px solid #46454B;
	border-radius: 40px;
	font-size: 16px;
	line-height: 150%;
	color: #FFF;
	margin-bottom: 12px;
}
.landing-how__name {
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.landing-how__item:not(:last-child){
	margin-bottom: 25px;
}
.landing-how__subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 13px;
}
.landing-how__list {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.04em;
	color: #BCBBC2;
}
.landing-how__list li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 12px;
}
.landing-how__list li::before{
	content: '';
	display: block;
	width: 16px;
	height: 17px;
	position: absolute;
	top: 3px;
	left: 0;
}
.landing-how__item_do .landing-how__list li::before{
	background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 8.5H13M13 8.5L9.25 12.5M13 8.5L9.25 4.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 0 0;
}
.landing-how__item_get .landing-how__list li::before{
	background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 16.5C7.99919 14.3785 7.15608 12.3442 5.65596 10.844C4.15584 9.34393 2.12148 8.50081 0 8.5C2.12173 8.5 4.15656 7.65714 5.65685 6.15685C7.15714 4.65656 8 2.62173 8 0.5C7.9996 1.55069 8.20625 2.59116 8.60815 3.56195C9.01004 4.53273 9.5993 5.4148 10.3422 6.15774C11.0852 6.90069 11.9673 7.48996 12.9381 7.89185C13.9088 8.29375 14.9493 8.5004 16 8.5C13.8783 8.5 11.8434 9.34286 10.3431 10.8432C8.84285 12.3434 8 14.3783 8 16.5Z" fill="%23F6D339"/></svg>') no-repeat 0 0;
}
.landing-how__image {
	width: 50.6%;
	position: relative;
}
.landing-how__image img{
	border-radius: 20px;
}
.landing-how__video{
	position: absolute;
	inset: 20.5% 3% 4.5% 3%;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}
.landing-how__video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.landing-how__video i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: rgba(55, 51, 60, 0.6);
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	pointer-events: none;
}
.landing-how__video i.pause{
	display: none;
}
.landing-how__video video.play ~ i.play{
	display: none;
}
.landing-how__video video.play:hover ~ i.pause{
	display: flex;
}
.landing-how__tabitems{
	display: none;
}
.landing-howgallery {
	display: flex;
	align-items: center;
	padding: 7px;
	border: 1px solid #46454B;
	border-radius: 12px;
}
.landing-howgallery__image {
	width: 29.15%;
}
.landing-howgallery__image span{
	display: block;
	padding-top: 61%;
	position: relative;
}
.landing-howgallery__image span img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	border-radius: 4px;
}
.landing-howgallery__content {
	width: 70.85%;
	padding: 4px 0 0 16px;
}
.landing-howgallery__text {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 8px;
}
.landing-howgallery__link {
	font-size: 16px;
	line-height: 150%;
}
.landing-howgallery__link a{
	color: #FFF;
}
.landing-control {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.landing-control__dots .slick-dots{
	gap: 10px;
}
.landing-control__dots .slick-dots li{
	margin: 0;
}
.landing-control__dots .slick-dots button{
	background: #302E35;
}
.landing-control__dots .slick-dots .slick-active button{
	background: #FFF;
}
.landing-control__arrows,
.landing-gallery__arrows {
	display: flex;
	gap: 16px;
}
.landing-control__arrows .slick-arrow,
.landing-gallery__arrows .slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background: #302E35;
	border: 1px solid #302E35;
	border-radius: 50%;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
}
.landing-control__arrows .slick-arrow:before,
.landing-gallery__arrows .slick-arrow:before{
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	transition: all 0.2s;
}
.landing-control__arrows .slick-arrow svg,
.landing-gallery__arrows .slick-arrow svg{
	fill: #fff;
	position: relative;
	transition: fill 0.2s;
}
.landing-control__arrows .slick-arrow.slick-prev svg,
.landing-gallery__arrows .slick-arrow.slick-prev svg{
	transform: scaleX(-1);
}
.landing-control__arrows .slick-arrow:hover:before,
.landing-gallery__arrows .slick-arrow:hover:before{
	opacity: 1;
	transform: scale(1);
}
.landing-control__arrows .slick-arrow:hover svg,
.landing-gallery__arrows .slick-arrow:hover svg{
	fill: #080808;
}
.landing-find {
	padding: 56px 50px;
	background: linear-gradient(94.26deg, #DBF1FF 2.98%, #EBD5FF 119.34%);
	border-radius: 40px;
	color: #080808;
	text-align: center;
	margin-top: 80px;
}
.landing-find__text {
	width: 900px;
	max-width: 100%;
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -1px;
	margin: 0 auto 32px;
	user-select: none;
}
.landing-find__text span{
	display: inline-block;
	position: relative;
}
.landing-find__text span::after{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.animate .landing-find__text span::after{
	animation: drawLine 2s ease-in-out 0.25s forwards;
}


.landing-process {
	padding: 100px 140px;
	background: linear-gradient(98.58deg, #E2E6FF -6.98%, #FEF6E7 110.22%);
	border-radius: 40px;
	color: #080808;
}
.landing-process .landing-tag {
	background: none;
	color: #304FE9;
}
.landing-process .landing-tag:before{
	background: linear-gradient(90deg,#304FE9,#304FE9) border-box;
}
.landing-process .landing-tag svg{
	fill: #304FE9;
}
.landing-process__head {
	display: flex;
	justify-content: space-between;
	gap: 82px;
	margin-bottom: 53px;
}
.landing-process__head .landing-title {
	width: calc(50% - 70px);
	margin: 0;
}
.landing-process__desc {
	width: calc(50% - 12px);
	font-size: 20px;
	line-height: 150%;
	margin-top: 12px;
}
.landing-process__container{
	display: flex;
	align-items: flex-start;
	gap: 52px;
}
.landing-process__tabs {
	width: calc(31% - 52px);
}
.landing-process__tabs button{
	width: 100%;
	padding: 16px 16px 16px 16px;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	border-radius: 12px;
	min-height: 76px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	position: relative;
}
.landing-process__tabs button:not(:first-child)::before{
	content: '';
	display: block;
	height: 1px;
	background: #D6D6D6;
	position: absolute;
	inset: 0 0 auto;
}
.landing-process__tabs button:last-child::after{
	content: '';
	display: block;
	height: 1px;
	background: #D6D6D6;
	position: absolute;
	inset: auto 0 0;
}
.landing-process__tabs button span{
	font-family: 'Caveat';
	font-size: 24px;
	margin-right: 10px;
}
.landing-process__tabs button i{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 32px;
	height: 32px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 16px);
	right: 16px;
	opacity: 0;
}
.landing-process__tabs button.active{
	background: #080808;
	color: #FFF;
}
.landing-process__tabs button.active::before,
.landing-process__tabs button.active::after,
.landing-process__tabs button.active + button::before{
	display: none;
}
.landing-process__tabs button.active i{
	opacity: 1;
}
.landing-process__main {
	width: 69%;
	background: #FFFFFF;
	border-radius: 20px;
}
/* .landing-process__slider,
.landing-process__slider .slick-list {
	height: 100% !important;
} */
.landing-process__slide {}
.landing-process__block {
	min-height: 456px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 34px 32px;
}
.landing-process__content {
	margin-bottom: 50px;
}
.landing-process__name {
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.landing-process__name span{
	font-family: 'Caveat';
	font-size: 24px;
	font-size: 32px;
	margin-right: 10px;
}
.landing-process__text {
	font-size: 16px;
	line-height: 150%;
}
.landing-process__text p:not(:last-child){
	margin-bottom: 24px;
}
.landing-process__bottom {
	border-top: 1px solid #D6D6D6;
	padding: 19px 50px 0 0;
	font-size: 16px;
	line-height: 150%;
}
.landing-process__bottom span{
	display: block;
	font-weight: 500;
	margin-bottom: 3px;
}
.landing-process .slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 31px;
	width: 48px;
	height: 48px;
	background: #F8F8F9;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
}
.landing-process .slick-arrow.slick-prev{
	right: 95px;
	transform: scaleX(-1);
}
.landing-process .slick-arrow.slick-next{
	right: 32px;
}
.landing-mainanim-1__quotetext span:after,
.landing-find__text span:after{
	content: '';
	display: block;
	height: 12px;
	background: url('data:image/svg+xml,<svg width="261" height="12" viewBox="0 0 261 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.2369 6.83207C21.3933 6.81418 22.0391 6.77382 22.3232 6.74853C21.9989 6.82874 20.6658 6.89724 21.2369 6.83207ZM49.6372 0.776181C49.412 0.803056 49.1841 0.830357 48.9452 0.858592C49.6033 0.82584 50.5091 0.762412 51.1184 0.742922C51.2159 0.739859 50.9632 0.791741 51.1982 0.780991C51.4485 0.769673 51.4034 0.719217 51.7423 0.696962C51.9731 0.683022 52.6182 0.659196 53.2969 0.655308C53.7991 0.653794 54.3122 0.654213 54.581 0.650869C56.902 0.621597 59.2318 0.601224 61.551 0.658502C59.1574 0.665278 61.5686 0.734762 62.2385 0.731406C62.3878 0.731822 62.3653 0.626137 64.7644 0.709747C66.289 0.768346 64.8764 0.862476 67.4225 0.876055C65.4694 0.71415 67.3929 0.779437 68.927 0.838526C69.1922 0.846871 71.3274 0.955269 72.2707 1.00335C72.5958 1.01896 73.0857 0.994588 73.5176 1.01837C73.814 1.03476 74.0301 1.07544 74.4717 1.10141C76.5143 1.2228 78.5201 1.37153 80.5755 1.58326C79.3594 1.59641 81.5107 1.73124 81.6069 1.75222C82.0921 1.83739 79.8807 1.62095 80.7516 1.7318C81.9739 1.85056 83.195 1.98616 84.4259 2.15563C83.8113 2.06102 84.4623 2.10716 85.1491 2.19297C85.573 2.24572 86.0162 2.31004 86.1769 2.35166C86.0104 2.20635 91.6117 3.30025 92.4721 3.39362C92.6515 3.41273 91.4936 3.17705 94.1965 3.61966C94.4892 3.66744 94.373 3.68507 94.5272 3.70535C94.6196 3.71748 95.1936 3.69265 95.7776 3.84304C95.9908 3.897 94.5941 3.76411 97.6424 4.18856C96.4471 3.90166 101.87 4.74221 102.864 4.89024C102.667 4.84875 102.47 4.807 102.272 4.76499C103.254 4.93821 103.436 4.92169 103.659 4.95293C104.552 5.07766 105.781 5.2679 106.615 5.36019C107.591 5.46745 107.603 5.39897 108.737 5.54574C108.468 5.50229 108.2 5.45822 107.933 5.4136C108.716 5.50229 109.504 5.586 110.285 5.66234C108.462 5.58155 110.676 5.70569 110.824 5.71375C111.056 5.73082 110.72 5.73969 111.107 5.76877C111.147 5.77125 111.09 5.73135 111.691 5.77711C112.938 5.86819 112.74 5.89496 113.262 5.93155C113.309 5.93385 113.147 5.8934 114.048 5.94149C116.919 6.06869 114.035 5.971 113.923 5.96323C113.776 5.95648 114.758 6.16837 112.314 5.94554C113.137 6.02289 113.21 6.08537 113.305 6.09377C113.388 6.10317 114.81 6.17915 114.887 6.17823C115.586 6.19207 114.973 6.12127 115.11 6.12057C115.225 6.12432 116.923 6.24187 117.327 6.12078C118.134 6.24541 116.861 6.22739 115.488 6.18292C115.286 6.2 116.791 6.27894 116.868 6.27704C117.217 6.28593 117.466 6.28694 117.643 6.28423C118.431 6.26509 117.8 6.19028 118.132 6.14134C118.343 6.11089 119.102 6.15571 118.402 6.0872C120.09 6.02808 119.069 6.10518 119.177 6.11134C119.345 6.11637 119.939 6.05793 120.013 6.0549C120.124 6.0521 119.743 6.10728 120.178 6.08749C120.253 6.0838 120.945 5.98158 120.043 6.02453C121.249 5.94145 121.147 5.89581 121.565 5.94187C122.383 5.68976 122.186 5.9689 122.516 5.93895C123.4 5.85134 123.128 5.75518 123.174 5.74374C123.487 5.67178 125.941 5.3358 126.548 5.2031C126.326 5.33811 124.602 5.52942 124.227 5.59872C122.969 5.84828 126.021 5.36844 125.119 5.62387C125.501 5.53096 125.883 5.43552 126.266 5.33785C126.988 5.28687 125.986 5.50072 127.897 5.12928C128.198 5.01066 126.544 5.38292 126.87 5.27274C127.059 5.21069 128.174 5.00168 128.191 4.9819C128.211 4.95972 127.209 5.16452 127.363 5.10703C127.696 4.9912 131.372 4.34992 128.588 4.9136C129.364 4.76692 129.795 4.80985 130.46 4.64079C130.893 4.52922 128.397 4.84871 132.099 4.14844C132.186 4.19133 130.625 4.45918 130.586 4.47048C130.53 4.48797 130.837 4.56227 130.886 4.55921C131.062 4.55061 134.825 3.71935 135.638 3.61883C135.49 3.61412 136.045 3.4944 136.742 3.35356C137.612 3.17625 138.684 2.98843 138.876 2.94042C138.969 2.91671 138.61 2.93579 138.709 2.91232C139.324 2.76449 141.045 2.5502 141.829 2.43223C142.717 2.29603 142.597 2.27612 142.646 2.26808C143.034 2.2124 142.729 2.2856 142.966 2.25046C143.329 2.18906 145.798 1.86876 145.927 1.85424C145.964 1.84813 145.553 1.85086 146.093 1.77746C146.186 1.76692 146.133 1.81888 147.732 1.62531C149.666 1.40068 146.384 1.69671 147.182 1.55767C148.43 1.50706 148.385 1.43547 148.721 1.40878C148.838 1.39998 149.71 1.3865 150.657 1.30966C149.978 1.3732 149.304 1.44246 148.628 1.51811C149.294 1.46475 150.588 1.34257 151.135 1.31814C151.404 1.30552 151.188 1.37674 151.769 1.33531C151.892 1.32774 152.374 1.15217 150.853 1.32409C150.727 1.28412 151.455 1.2619 151.791 1.22616C151.842 1.22065 152.035 1.12504 152.47 1.14929C152.573 1.16005 151.467 1.44799 154.351 1.12773C154.444 1.11788 154.119 1.10283 154.21 1.09244C154.27 1.08484 155.014 1.06495 155.094 1.05811C155.178 1.05019 154.819 1.03184 154.919 1.02142C155.428 0.967687 156.1 1.07349 155.05 1.10287C155.401 1.10497 155.754 1.10849 156.106 1.11352C155.727 1.02768 156.656 1.0681 157.143 1.05473C160.257 0.98019 158.171 0.953885 158.706 0.911745C159.57 0.850806 158.911 1.02129 160.189 0.966213C160.307 0.964154 158.765 0.883682 161.778 0.936245C161.335 0.935236 160.887 0.935982 160.444 0.938692C160.699 1.03168 162.049 0.939233 162.154 0.940359C163.335 0.943125 162.538 0.962081 164.292 0.948452C164.449 0.947549 164.788 0.978767 165.124 0.97597C166.513 0.963828 163.293 0.90099 163.206 0.867165C163.165 0.840855 166.627 0.932494 166.743 0.951402C167.246 1.00628 165.176 0.920454 165.569 0.981977C165.716 0.993196 170.633 1.14181 171.609 1.21116C171.65 1.21374 171.689 1.21641 171.728 1.21917C172.792 1.29539 173.263 1.44019 173.277 1.30113C173.592 1.46053 173.884 1.38163 174.029 1.39153C175.798 1.51784 175.795 1.52202 177.308 1.62358C177.641 1.64665 177.917 1.71197 178.036 1.71438C178.105 1.71558 177.983 1.65947 178.318 1.67262C178.788 1.68838 181.576 1.9818 181.781 2.02849C181.986 2.07248 180.6 1.93216 180.845 1.99646C181.849 2.09076 182.814 2.17064 183.82 2.27189C184.24 2.31431 184.021 2.32253 184.202 2.34059C184.278 2.34796 185.726 2.46443 185.667 2.4481C185.527 2.4048 181.058 1.99708 182.239 2.05813C182.464 2.06898 183.264 2.2122 183.143 2.11861C187.131 2.51654 191.112 2.95642 195.086 3.39693C192.794 3.21492 190.228 2.88845 187.829 2.64979C187.502 2.61693 186.392 2.49705 186.522 2.55182C188.56 2.76679 191.095 3.00993 193.047 3.24361C193.11 3.25113 192.875 3.26373 193.11 3.29444C193.545 3.35138 194.978 3.44329 195.216 3.48419C195.257 3.49221 194.44 3.45459 194.683 3.51181C195.31 3.65872 195.486 3.49953 196.032 3.55973C196.331 3.59271 197.854 3.79908 198.958 3.92193C199.402 3.97128 199.779 4.0076 199.983 4.01384C200.422 4.02723 199.648 3.93823 198.965 3.85734C198.471 3.79881 198.026 3.74417 198.115 3.73384C198.4 3.75703 198.685 3.78246 198.97 3.80956C200.61 3.96526 202.245 4.17843 203.789 4.34179C203.821 4.34512 203.548 4.27818 203.953 4.31715C204.657 4.38501 204.836 4.45733 205.178 4.50313C205.546 4.55237 206.852 4.68815 207.025 4.72631C207.046 4.73123 206.776 4.75384 206.736 4.75089C206.165 4.70978 205.97 4.6206 205.919 4.61406C205.725 4.59021 205.531 4.59495 205.354 4.57399C205.062 4.53946 204.904 4.49809 204.518 4.45385C204.253 4.42324 204.504 4.4969 204.248 4.46681C204.154 4.45554 203.15 4.24069 203.044 4.33677C203.012 4.36521 211.305 5.32049 212.136 5.38289C211.426 5.29257 210.717 5.20199 210.007 5.11119C211.448 5.30088 213.19 5.40451 213.3 5.5435C218.652 6.13313 224.002 6.71194 229.343 7.1682C229.361 7.16983 229.377 7.17144 229.394 7.17303C230.281 7.25831 229.796 7.29951 231.34 7.39538C230.932 7.33849 230.534 7.28147 230.128 7.22292C230.932 7.31227 234.491 7.59857 235.072 7.61014C235.148 7.61225 235.252 7.54636 236.145 7.59055C236.937 7.62865 237.059 7.68927 237.482 7.72104C237.833 7.74722 238.236 7.75119 238.339 7.75879C238.419 7.76482 238.451 7.80002 238.645 7.81436C239.256 7.85843 238.762 7.74307 239.369 7.87655C239.221 7.8749 239.069 7.87287 238.923 7.87091C239.663 7.91798 240.674 8.0022 239.581 7.98689C239.394 7.98393 239.555 7.95756 239.416 7.9522C233.933 7.70232 238.311 7.98903 240.231 8.00096C240.721 8.07287 243.486 8.10467 243.576 8.10916C243.703 8.12445 243.232 8.15753 243.848 8.198C243.981 8.21962 247.663 8.17071 246.34 8.24387C246.066 8.26324 244.297 8.24964 243.869 8.24364C244.876 8.36337 247.224 8.19458 247.486 8.18721C248.553 8.18196 245.442 8.31477 247.842 8.27985C249.687 8.23617 247.952 8.21901 248.661 8.16814C248.777 8.15954 249.042 8.15371 249.349 8.14549C250.098 8.12744 251.12 8.08199 251.075 8.01504C251.783 7.95799 251.373 8.03654 251.46 8.03457C251.548 8.03502 252.937 7.89634 253.391 7.86693C253.446 7.86402 253.278 7.93162 253.335 7.93011C253.446 7.93031 254.783 7.76964 254.836 7.75481C254.87 7.74771 254.546 7.74288 254.676 7.71611C254.827 7.68898 256.112 7.52388 256.18 7.49756C256.278 7.46829 254.696 7.69666 254.953 7.61014C255.685 7.53264 256.868 7.31798 257.343 7.19662C257.227 7.22827 256.52 7.34301 256.274 7.3747C256.379 7.28982 257.896 7.04241 257.387 7.18421C257.712 7.09864 257.484 7.12015 257.665 7.06003C257.712 7.04485 258.182 6.96222 258.271 6.9336C258.282 6.92932 257.792 6.98643 257.887 6.95499C258.057 6.90087 259.49 6.64963 259.611 6.63389C259.946 6.59327 258.777 6.82983 258.686 6.87649C258.672 6.88426 259.679 6.76323 259.697 6.76528C259.764 6.8111 258.648 6.97124 258.784 6.99839C259.059 6.96011 259.336 6.92103 259.613 6.88173C258.558 7.13141 256.617 7.43179 256.126 7.55646C257.674 7.31169 259.313 7.00347 259.335 7.13709C259.343 7.19263 258.673 7.34655 258.701 7.35562C258.81 7.38861 259.741 7.16393 259.776 7.15999C259.806 7.15783 259.819 7.15842 259.82 7.16131C259.82 7.16131 259.82 7.16132 259.82 7.16132C259.824 7.1913 258.487 7.45442 258.424 7.47818C258.315 7.52206 258.928 7.51448 258.931 7.53602C258.911 7.54491 257.962 7.73553 258.29 7.71694C258.622 7.69907 259.458 7.54898 259.489 7.5474C259.652 7.54219 258.194 7.82505 258.153 7.84412C258.131 7.85557 258.923 7.7592 258.949 7.7666C258.97 7.77538 258.378 7.90801 258.15 7.98644C257.979 8.04523 258.494 7.97836 258.405 7.99833C258.341 8.01495 256.959 8.24601 256.892 8.25854C256.791 8.28195 257.121 8.26472 257.075 8.28064C257.01 8.30392 256.561 8.36099 256.621 8.36444C256.666 8.37223 258.419 8.20165 258.413 8.23106C258.403 8.29001 256.544 8.47718 258.29 8.39772C258.302 8.3972 258.716 8.30924 258.728 8.30831C258.992 8.30126 257.667 8.59805 259.298 8.29699C256.272 8.89739 258.934 8.4458 258.5 8.61388C258.333 8.6807 257.153 8.89213 257.148 8.89621C257.27 8.92202 257.642 8.82629 257.773 8.82616C257.847 8.82775 256.794 9.04522 257.037 9.03665C257.163 9.03486 258.287 8.84155 258.334 8.83496C258.783 8.78614 258.243 8.91165 258.345 8.91485C258.412 8.91763 259.089 8.79914 259.107 8.79808C259.136 8.7986 258.227 9.01566 258.038 9.0666C257.894 9.10643 258.446 9.03582 258.345 9.05967C257.739 9.20648 256.41 9.31576 257.696 9.25011C257.775 9.24616 258.251 9.16193 258.266 9.16089C258.567 9.14963 257.69 9.30325 257.537 9.36001C257.275 9.46022 258.536 9.21976 257.49 9.43273C258.286 9.33928 258.725 9.26006 259.639 9.08486C257.104 9.56583 256.212 9.85012 259.053 9.3628C258.152 9.51962 258.265 9.58105 257.995 9.62864C257.828 9.66046 256.497 9.78743 257.13 9.873C257.21 9.8846 258.006 9.72482 257.763 9.812C255.836 10.1072 257.728 9.85031 257.73 9.85383C257.735 10.0012 252.967 10.5408 252.148 10.563C251.199 10.6502 250.358 10.7765 250.153 10.7867C249.473 10.8187 250.034 10.7493 249.882 10.7406C249.841 10.7383 249.679 10.7484 249.456 10.7637C248.84 10.8076 247.777 10.8785 247.707 10.8758C247.331 10.8657 247.711 10.8066 247.672 10.8048C247.208 10.7915 244.63 10.8479 243.907 10.8214C243.93 10.8563 245.379 10.8657 244.473 10.9147C243.416 10.9692 243.361 10.8191 243.332 10.813C238.586 10.745 233.865 10.4581 229.154 10.0714C229.078 10.0652 229.003 10.0589 228.927 10.0526C228.935 10.0655 229.018 10.0812 229.152 10.0985C229.881 10.1957 232.126 10.3247 232.185 10.3356C232.427 10.3883 230.734 10.2827 229.147 10.1505C228.012 10.057 226.939 9.95382 226.668 9.91785C227.159 9.97895 227.649 10.0389 228.139 10.0979C227.29 10.1154 225.444 9.83214 224.227 9.75448C223.834 9.72968 224.584 9.83596 224.568 9.83665C224.124 9.82952 223.42 9.73459 223.952 9.73912C222.875 9.67989 223.036 9.64585 222.211 9.56075C222.169 9.55638 222.518 9.62737 221.866 9.57741C221.56 9.55447 219.929 9.3891 219.71 9.39772C219.619 9.4018 220.429 9.6252 220.545 9.51599C222.31 9.75335 221.117 9.51886 221.804 9.59069C221.91 9.60141 221.66 9.64585 223.398 9.78401C223.055 9.87309 221.066 9.58445 220.724 9.56365C220.015 9.52272 222.917 9.87772 223.461 9.83381C223.204 9.90355 223.664 9.86656 224.316 9.93262C225.024 10.0042 224.712 10.0028 225.098 10.0392C226.147 10.1375 225.723 10.0313 226.582 10.1697C225.752 9.90843 228.071 10.2793 228.748 10.3829C227.64 10.2992 226.532 10.2099 225.426 10.1166C225.488 10.1322 225.55 10.1477 225.612 10.1633C225.323 10.1351 225.031 10.1065 224.739 10.0775C224.786 10.0726 224.834 10.0677 224.882 10.0628C223.375 9.98142 223.017 9.87575 222.894 9.8634C221.323 9.70169 219.505 9.51634 217.918 9.34963C217.68 9.3244 217.837 9.40308 216.106 9.17132C215.554 9.0972 216.082 9.10597 215.453 9.04585C214.656 9.08987 214.68 8.98913 214.447 8.96386C213.779 8.89192 213.365 8.87899 213.304 8.87272C212.476 8.78806 211.266 8.6508 210.358 8.55601C210.341 8.55463 210.808 8.6456 210.22 8.56947C210.013 8.54271 208.175 8.17113 206.546 8.04756C206.967 8.10526 207.387 8.16289 207.809 8.22061C207.314 8.15007 203.832 7.81113 204.677 7.94928C205.196 8.03371 206.48 8.06522 206.608 8.18453C205.474 8.02756 199.283 7.39907 198.598 7.30777C198.586 7.30608 198.575 7.30455 198.567 7.3032C198.548 7.3003 198.566 7.299 198.599 7.29837C198.69 7.29661 198.899 7.2998 198.83 7.28925C198.814 7.28677 198.728 7.27746 198.603 7.26417C198.165 7.21772 197.248 7.12281 197.098 7.09661C196.983 7.07657 197.633 7.12485 197.582 7.1071C197.536 7.09344 195.708 6.88425 195.6 6.91554C196.05 6.94623 197.312 7.09556 196.646 7.06077C196.56 7.05611 196.121 6.98178 196.017 6.97641C195.052 6.92602 197.923 7.21916 198.367 7.26669C196.558 7.12901 193.777 6.76769 191.688 6.58348C190.848 6.45942 192.943 6.66125 191.993 6.5316C190.02 6.26303 191.461 6.52484 191.399 6.52285C190.906 6.50671 189.248 6.14152 189.234 6.28674C188.519 6.19082 188.753 6.19624 187.739 6.11147C187.871 6.13511 188.004 6.15892 188.136 6.18258C187.004 6.15016 184.647 5.70176 184.827 5.70383C185.311 5.70753 186.543 5.89917 186.647 5.90831C186.804 5.92195 187.252 5.81743 188.953 6.12586C189.664 6.09891 186.243 5.78075 187.805 5.87258C186.753 5.77264 182.442 5.28032 181.816 5.27046C181.742 5.26949 182.076 5.39883 181.016 5.25142C180.511 5.18141 181.732 5.29158 181.502 5.2481C180.962 5.14268 175.069 4.61749 171.584 4.49119C170.531 4.44787 169.689 4.41568 169.266 4.39937C169.146 4.39462 169.191 4.36575 169.073 4.36128C168.71 4.34703 167.391 4.34249 166.744 4.30762C168.083 4.40972 165.479 4.32524 164.818 4.30601C163.817 4.27222 163.878 4.22107 163.446 4.2011C161.775 4.12131 159.193 4.25002 157.897 4.15884C157.97 4.27311 155.658 4.14921 154.609 4.20142C153.789 4.23596 152.602 4.3837 153.712 4.37063C152.295 4.43844 150.809 4.56734 149.487 4.6944C149.268 4.71557 149.567 4.65283 149.192 4.6905C149.158 4.69432 149.116 4.73248 148.796 4.76677C146.159 5.06698 147.435 4.86684 146.938 4.89745C146.661 4.91687 146.457 4.93507 146.307 4.95106C147.844 4.75659 149.623 4.58178 150.098 4.54252C149.684 4.49083 146.681 4.88413 145.8 4.9858C145.769 4.98889 145.871 4.93397 145.84 4.93755C145.839 4.93763 145.838 4.93772 145.838 4.9378C145.509 4.96956 143.414 5.27563 143.853 5.26617C143.971 5.26291 144.934 5.12355 146.079 4.97964C145.769 5.02719 146.007 5.04524 145.952 5.05398C145.294 5.15518 143.663 5.33372 143.089 5.41709C142.958 5.4355 142.972 5.4639 142.95 5.46722C142.427 5.5405 142.626 5.42261 142.105 5.59478C141.145 5.63714 143.873 5.30353 143.674 5.26918C143.515 5.1965 137.491 6.28109 137.534 6.39771C137.517 6.39423 137.464 6.39665 137.365 6.40768C137.333 6.41136 137.295 6.41595 137.252 6.42153C136.867 6.47139 135.179 6.82507 134.892 6.89896C134.843 6.91204 134.879 6.98826 134.818 7.00148C134.666 7.03469 132.586 7.39018 131.82 7.58977C132.241 7.51827 132.664 7.44551 133.08 7.37373C130.556 7.87808 130.953 7.82011 131.797 7.67992C131.839 7.6718 131.881 7.66671 131.921 7.65903C132.576 7.54807 133.414 7.39706 133.43 7.40054C133.488 7.41951 129.194 8.27476 130.008 8.03635C130.118 8.00644 132.116 7.65018 131.119 7.79C130.946 7.81507 129.673 8.07567 129.603 8.08202C129.147 8.13078 131.928 7.53946 131.572 7.54937C130.907 7.73525 130.035 7.87567 129.261 8.03492C128.905 8.10795 128.827 8.16382 128.784 8.17274C128.132 8.30356 128.491 8.19377 128.272 8.23474C128.159 8.25759 126.879 8.57627 127.102 8.4084C122.833 9.19526 125.947 8.72401 128.551 8.23653C127.735 8.43538 126.112 8.69275 125.378 8.81566C125.114 8.86057 125.278 8.87838 124.834 8.95432C123.934 9.14642 119.473 9.58444 118.258 9.51368C118.989 9.48706 118.776 9.4463 118.21 9.45645C117.645 9.46131 118.12 9.52148 118.01 9.52831C117.983 9.52979 117.826 9.53001 117.597 9.52552C116.832 9.51524 115.22 9.43706 114.887 9.42361C116.819 9.48343 116.381 9.42334 114.748 9.34385C114.983 9.34254 115.224 9.34055 115.46 9.33735C114.498 9.32096 112.499 9.11872 111.946 9.09244C111.859 9.08911 112.167 9.15143 112.118 9.14954C111.635 9.13235 109.999 8.94916 109.921 8.95296C109.854 8.95801 110.553 9.05422 110.291 9.04633C110.235 9.04468 109.57 8.93198 108.904 8.87779C108.659 8.85787 108.803 8.90889 108.741 8.90477C108.225 8.86935 108.532 8.84085 107.592 8.75021C106.901 8.68229 106.381 8.68442 105.434 8.55151C108.547 8.98817 105.925 8.66034 104.619 8.52045C104.41 8.49782 104.579 8.58783 103.337 8.39651C106.007 8.61407 102.586 8.24066 101.893 8.14122C101.855 8.13568 101.846 8.09073 101.506 8.04391C101.477 8.04 101.515 8.07496 101.198 8.0339C98.1883 7.63708 100.115 7.87102 99.5481 7.76263C99.3075 7.71673 97.8422 7.54741 97.449 7.48992C97.3587 7.47673 97.4047 7.45267 97.0554 7.40229C96.4371 7.31312 95.8793 7.26239 95.4713 7.2035C95.4238 7.1964 95.4288 7.14871 94.6546 7.04701C94.4369 7.01834 94.1906 6.99813 94.4968 7.05882C95.5119 7.26018 97.465 7.47221 98.6171 7.68347C99.6676 7.87814 96.3365 7.39745 96.1642 7.36901C96.1007 7.3597 96.7536 7.43295 96.0946 7.32972C95.5318 7.24165 94.4898 7.16835 93.654 7.02169C93.5902 7.01062 92.9312 6.83776 92.9627 6.83839C92.9912 6.83988 94.0221 6.98254 93.8759 6.93935C93.8584 6.93437 93.2045 6.83453 93.1216 6.80629C93.0198 6.77188 92.7658 6.5486 92.627 6.52254C92.2708 6.4561 92.4974 6.53311 92.2663 6.49446C91.7704 6.41183 90.0571 6.09064 89.9921 6.14425C90.2754 6.1922 90.5591 6.24019 90.8432 6.28817C89.2605 6.04827 89.9304 6.1797 89.7045 6.15649C89.4611 6.13149 89.5372 6.08725 89.0055 5.99906C88.8892 5.97961 86.658 5.6439 86.6958 5.6736C87.9328 5.82825 87.4665 5.82526 87.5228 5.83521C87.7388 5.87333 88.0199 5.87821 88.3095 5.92413C90.3475 6.24803 88.2823 5.98737 88.7611 6.07782C88.9264 6.10891 89.2607 6.12784 89.3309 6.14049C89.5585 6.18149 89.5557 6.22453 89.7088 6.24488C90.0662 6.29244 89.6597 6.16754 89.6885 6.16882C90.0124 6.18089 91.2507 6.42157 90.4649 6.36617C90.9269 6.46224 90.9941 6.39132 91.3582 6.48042C92.0825 6.65727 90.9858 6.47049 90.6856 6.43438C89.6115 6.30576 89.2983 6.2254 87.7859 6.00045C87.2394 5.91909 86.5911 5.85797 86.3372 5.82084C86.1782 5.79731 84.697 5.43161 84.6221 5.63559C84.622 5.63557 84.6219 5.63555 84.6218 5.63553C84.0686 5.52854 83.1748 5.26639 82.5846 5.20195C82.0452 5.14277 82.2117 5.23914 82.1604 5.2358C82.0874 5.23131 81.4324 5.15106 81.2175 5.13931C80.9594 5.12445 81.0864 5.1664 80.6725 5.13535C79.6608 5.06247 79.6859 4.99104 79.5849 4.97584C78.3719 4.80696 78.8959 4.96545 78.6261 4.95003C78.3722 4.92689 74.8463 4.62106 74.0964 4.61168C74.4024 4.6151 74.7062 4.61902 75.0085 4.62352C74.4735 4.54011 73.8863 4.58287 73.884 4.49671C73.7676 4.62793 72.6496 4.47038 72.3131 4.45668C72.18 4.45102 72.1892 4.47516 72.0223 4.46738C71.3744 4.43627 69.9078 4.34925 69.555 4.34703C68.0284 4.33177 71.9233 4.58957 72.2283 4.61839C71.6155 4.57797 68.1392 4.45761 69.7326 4.59374C69.9793 4.61471 70.42 4.57271 70.5583 4.57683C71.4968 4.60555 70.7562 4.62586 70.8294 4.63463C70.9546 4.64897 71.5753 4.62586 71.7369 4.64079C71.7918 4.64588 71.4368 4.67713 72.3332 4.72573C71.8907 4.74737 69.3785 4.58969 69.048 4.59059C68.9304 4.59098 69.6628 4.72052 67.5135 4.53868C67.5381 4.54925 67.5628 4.55982 67.5874 4.5704C66.3883 4.53123 65.188 4.49948 63.9879 4.47491C64.1188 4.45566 64.7946 4.42742 63.9449 4.41626C63.4563 4.4104 63.8165 4.46848 63.7719 4.46888C63.3337 4.44875 55.5764 4.35594 54.0766 4.41542C53.9083 4.41832 53.6431 4.42692 53.3628 4.43787C52.8269 4.45999 52.1713 4.51078 52.0902 4.51472C51.4384 4.5451 49.1659 4.65537 48.6972 4.69281C48.4138 4.71459 48.6874 4.73866 48.4313 4.75319C48.1905 4.76688 48.4374 4.71068 48.3657 4.71363C47.7812 4.73254 43.3209 5.09617 42.2614 5.13861C42.9064 5.10137 46.1343 4.79268 46.0658 4.77045C46.0405 4.76821 45.2734 4.79083 45.1071 4.81754C44.822 4.80259 43.9388 4.97132 43.4179 4.98811C43.3611 4.98989 43.5769 4.91457 42.6948 4.96773C42.3816 4.98678 41.592 5.09083 40.7683 5.09999C39.5928 5.20922 33.425 5.60661 33.0139 5.70473C33.0032 5.70892 33.8659 5.66353 33.2862 5.73509C32.5094 5.83082 33.2049 5.65871 32.2853 5.72074C32.1538 5.72924 29.6138 5.94203 29.5435 5.95515C28.7861 6.08132 30.9891 5.93309 30.9649 5.94286C30.8825 5.96855 29.0576 6.12513 28.9796 6.12692C28.9083 6.12785 30.4012 5.92147 28.599 6.09825C28.8083 6.092 29.0164 6.08586 29.2232 6.07984C28.3782 6.16752 28.2801 6.11495 28.0802 6.12722C27.4565 6.16541 26.7594 6.31319 25.7338 6.28238C25.4644 6.27398 25.9049 6.205 25.8709 6.20323C25.5479 6.18872 25.1461 6.32961 24.6489 6.28895C24.6112 6.28601 25.7494 6.14528 23.7537 6.30688C23.8878 6.30375 24.026 6.3003 24.1656 6.29674C23.8864 6.33656 21.886 6.50963 21.6075 6.5284C20.8265 6.58026 21.5044 6.46914 20.716 6.54031C21.2362 6.57393 18.8049 6.78329 18.9494 6.70585C18.6285 6.81465 16.5598 6.92161 15.6045 6.99897C14.9893 7.04875 13.7583 7.18713 13.5661 7.19896C13.3308 7.21339 13.3982 7.15148 12.9711 7.17454C12.8466 7.18134 11.5863 7.32773 10.4739 7.36269C10.2575 7.36959 9.79415 7.31296 10.1948 7.2555C10.8839 7.15684 12.1639 7.12681 12.1497 7.07159C12.1209 7.01358 10.3988 7.1935 9.91838 7.226C7.74813 7.37177 8.99618 7.20284 8.93637 7.18839C8.79119 7.15335 7.60872 7.25432 7.55695 7.25446C7.35004 7.25303 8.18862 7.14506 8.19798 7.11547C8.21168 7.07679 7.05959 7.10613 7.31898 7.07164C7.69341 7.0221 8.7439 6.99016 8.80841 6.98206C9.66243 6.87392 8.48152 6.88646 8.14962 6.87183C8.04962 6.86715 8.44194 6.81262 8.35958 6.8157C7.10012 6.86341 8.1069 6.95874 7.26723 7.01744C6.51466 7.07016 7.47721 6.93207 7.44759 6.93144C7.41208 6.93096 6.50784 7.0041 6.37489 6.99519C6.2929 6.99193 8.62302 6.68485 8.51381 6.64446C7.78363 6.7168 7.02687 6.7915 6.29775 6.864C6.23035 6.80491 7.30219 6.76217 7.41293 6.74618C7.63446 6.71412 7.01075 6.73391 7.03534 6.71136C7.04897 6.69719 7.7741 6.58961 7.11366 6.62611C6.88341 6.63891 6.41936 6.72342 5.60186 6.74612C8.43628 6.4476 6.45747 6.57823 6.37677 6.56208C6.291 6.54638 7.64073 6.37849 6.00156 6.52638C5.91974 6.40727 6.03431 6.48377 6.49598 6.42265C7.06645 6.34733 5.732 6.41826 7.84702 6.27154C7.72357 6.22287 6.02527 6.37026 5.94306 6.37255C5.86617 6.37478 6.23593 6.31453 6.10241 6.31597C4.51815 6.33582 5.60426 6.29611 5.14097 6.26246C5.10157 6.25926 3.59281 6.36001 4.73841 6.25242C6.80435 6.05834 7.68782 6.06779 8.01978 5.86106C6.46116 5.91451 4.63843 6.18414 4.15791 6.22684C3.43575 6.29085 4.18122 6.19122 4.09122 6.18863C4.05708 6.18821 3.44591 6.24303 3.43823 6.2408C2.98051 6.14317 6.17949 6.00627 7.17696 5.89871C6.90656 5.90109 6.62653 5.90428 6.36377 5.90604C6.72058 5.87511 7.09692 5.84256 7.46041 5.81113C5.70772 5.91783 7.4008 5.80056 7.82203 5.65474C7.91728 5.62191 6.77987 5.76022 8.07494 5.58225C7.11474 5.64716 7.41903 5.59898 6.54549 5.70376C6.56749 5.6576 8.52701 5.44258 9.27984 5.35676C6.57877 5.53411 8.11505 5.56709 5.76962 5.6791C5.34112 5.77009 6.45449 5.66538 6.36358 5.68211C6.04185 5.74178 5.2753 5.75486 4.34847 5.9473C4.19727 5.97881 4.84862 5.98121 3.89172 6.0595C3.78465 6.06817 3.18618 6.06972 3.19314 6.06557C3.2704 6.02046 3.85894 5.985 3.88586 5.96664C3.90347 5.94991 3.24867 6.01459 3.24485 6.0107C3.22083 5.96445 3.79342 5.94573 3.70922 5.93775C3.53246 5.91986 1.13256 6.01952 4.25433 5.78522C1.66994 6.05894 3.9146 5.8672 4.93973 5.75955C5.19759 5.73248 5.26074 5.6983 5.626 5.65742C6.09648 5.6047 6.63987 5.57269 6.8918 5.54616C7.15564 5.5181 5.64593 5.57714 7.82272 5.41408C6.70056 5.44067 4.78981 5.6744 3.68685 5.72035C1.51059 5.80872 5.2038 5.47482 5.58919 5.43315C5.69132 5.42199 5.34492 5.41232 5.41292 5.40419C5.52086 5.39133 7.62499 5.23182 7.83113 5.18232C8.03581 5.13288 7.05973 5.24876 6.99019 5.22106C6.95068 5.20169 9.47365 4.94935 8.10565 5.04897C7.1559 5.11821 5.42376 5.35535 5.12296 5.28316C6.49688 5.15888 7.91401 5.03138 9.28362 4.90832C8.52611 4.93475 7.76745 4.96141 6.99579 4.9893C8.56121 4.84557 9.91502 4.77387 11.3853 4.59774C7.82692 4.77657 12.5169 4.4079 12.5876 4.38783C12.6025 4.37789 11.1889 4.39928 10.9672 4.4002C12.2045 4.25917 15.9672 3.92838 13.7599 3.99252C14.1519 3.98683 15.1325 3.83891 15.1171 3.83519C14.981 3.79365 12.8779 4.00276 13.2171 3.92696C13.6159 3.83849 14.1613 3.86807 14.7917 3.80976C17.9411 3.51769 17.0618 3.31495 20.235 3.09798C20.1711 3.09341 20.1071 3.08885 20.0431 3.0843C23.4955 2.817 26.9168 2.55591 30.3796 2.29734C31.709 2.10753 35.3013 1.77559 37.0637 1.65113C37.4364 1.62425 39.161 1.53793 39.3062 1.53497C39.5546 1.53107 38.1987 1.6388 38.812 1.62037C38.9546 1.6146 41.9034 1.4142 41.6781 1.38441C41.3634 1.40192 40.3129 1.5033 40.1446 1.50486C38.9657 1.5077 48.0531 0.915249 48.5206 0.868761C48.3218 0.866169 48.1179 0.864063 47.9086 0.862443C48.4919 0.831949 49.0771 0.802458 49.6372 0.776181ZM23.549 6.5104C23.2139 6.58477 22.3493 6.61969 21.8315 6.67522C21.1378 6.75034 19.9551 7.02896 20.4559 6.80584C21.4792 6.70763 22.5272 6.60775 23.549 6.5104ZM38.658 5.38986C37.9691 5.41671 38.496 5.27506 39.0588 5.27489C39.1284 5.27447 39.5884 5.35373 38.658 5.38986ZM31.3926 5.90393C31.4225 5.90021 32.0143 5.85628 32.034 5.85633C32.5677 5.85511 30.7818 5.9875 31.3926 5.90393ZM66.3504 4.45108C65.5888 4.43186 66.1373 4.5406 66.6119 4.51812C66.6417 4.51667 66.4005 4.45242 66.3504 4.45108ZM65.8088 4.43195C65.2195 4.33125 64.0242 4.46798 64.9712 4.47599C65.063 4.4765 65.8362 4.43657 65.8088 4.43195ZM36.1864 5.53801C36.2643 5.50028 36.9809 5.46059 37.2783 5.4455C37.2741 5.47475 36.4912 5.51097 36.1864 5.53801ZM54.2111 4.37356C54.2233 4.36354 53.8327 4.36264 53.3617 4.36963C52.7126 4.37902 51.7449 4.43869 51.6604 4.46236C51.8679 4.44377 52.7625 4.40392 53.3621 4.39535C53.82 4.38854 54.1996 4.38288 54.2111 4.37356ZM60.5594 4.33991C60.498 4.33453 59.6397 4.33216 59.665 4.35461C60.0839 4.38687 60.8415 4.36282 60.5594 4.33991ZM73.1822 4.76982C73.2279 4.76753 72.5995 4.589 74.1064 4.77153C74.3277 4.79848 73.5324 4.78662 73.6112 4.7966C73.7759 4.81617 73.9047 4.82855 74.0102 4.83583C73.3078 4.80419 72.5714 4.76935 72.5023 4.75715C72.1723 4.69892 73.1598 4.77034 73.1822 4.76982ZM79.7776 5.15686C79.9302 5.14764 80.8408 5.25081 81.0528 5.28377C81.088 5.28939 80.9275 5.33205 81.3378 5.37187C81.6673 5.40448 81.1764 5.28797 81.8262 5.37072C82.475 5.45532 81.6021 5.39872 81.6568 5.40858C81.7364 5.42019 82.7402 5.51157 82.7062 5.54457C82.6784 5.56621 81.6053 5.42154 81.3368 5.39975C80.9956 5.37028 81.4064 5.45808 80.8335 5.38812C80.4699 5.34458 80.6803 5.28862 80.6044 5.27687C80.5466 5.26621 79.2758 5.18886 79.7796 5.15729C79.7789 5.15715 79.7783 5.15701 79.7776 5.15686ZM74.202 4.84423C74.1486 4.84353 74.086 4.84105 74.0102 4.83583C74.0746 4.83872 74.1387 4.84145 74.202 4.84423ZM25.5501 6.31435C25.9095 6.30927 24.8516 6.42534 24.4372 6.42758C24.4303 6.40283 25.4953 6.31501 25.5501 6.31435ZM74.8589 4.82291C75.9067 4.91244 75.1315 4.88519 74.202 4.84423C74.4991 4.8482 74.5094 4.79377 74.8589 4.82291ZM45.1071 4.81754C45.1522 4.82016 45.181 4.82716 45.1856 4.84165C45.0673 4.83374 45.0559 4.82585 45.1071 4.81754ZM47.564 4.6759C48.4016 4.57522 46.6738 4.69184 46.7034 4.72268C46.6997 4.73498 47.5347 4.67947 47.564 4.6759ZM67.3268 4.48809C67.25 4.48121 68.4489 4.38648 66.7116 4.42881C67.6366 4.47598 66.6596 4.45775 66.6737 4.47031C66.7103 4.50481 68.266 4.52688 68.6087 4.55647C68.8808 4.50558 67.5797 4.51064 67.3288 4.48816C67.3281 4.48814 67.3274 4.48811 67.3268 4.48809ZM91.5792 6.85173C91.3639 6.85466 90.7004 6.73985 90.252 6.66783C90.467 6.66503 91.1307 6.78003 91.5792 6.85173ZM209.646 8.5181C206.551 8.21175 206.166 8.02239 208.989 8.39048C209.044 8.39779 209.835 8.52395 209.646 8.5181ZM183.131 5.67612C182.847 5.58498 183.809 5.6665 184.44 5.75496C184.583 5.77487 185.103 5.89078 184.501 5.84427C184.526 5.76906 183.597 5.64883 183.131 5.67612ZM75.4542 4.82173C75.7603 4.79951 76.6964 4.8968 77.1889 4.9421C76.8841 4.95279 75.8881 4.86388 75.4542 4.82173ZM199.5 7.33491C199.174 7.29527 198.949 7.32696 199.005 7.33753C199.254 7.38532 199.868 7.406 199.5 7.33491ZM72.4233 4.63036C72.3811 4.60194 73.6288 4.64806 73.7104 4.71667C73.4459 4.69566 72.4527 4.64744 72.4233 4.63036ZM90.7356 6.70136C90.545 6.65867 91.5465 6.79108 91.847 6.85052C91.8182 6.87345 90.8612 6.72946 90.7356 6.70136ZM194.251 6.79515C193.96 6.7594 193.23 6.68061 193.148 6.69437C193.044 6.71153 194.115 6.8154 194.251 6.79515ZM248.893 11.0781C248.932 11.0881 247.778 11.1958 247.264 11.1846C246.288 11.1687 248.851 11.0802 248.893 11.0781ZM202.585 7.63915C203.499 7.79157 202.483 7.62975 202.518 7.68929C203.136 7.75843 204.676 7.92943 203.623 7.75959C203.418 7.72659 202.873 7.67405 202.585 7.63915ZM201.739 7.52862C201.638 7.53581 200.969 7.5204 201.543 7.57837C201.808 7.60508 202.241 7.5888 201.739 7.52862ZM241.76 11.1194C240.922 11.0567 244.767 11.1527 244.879 11.1485C244.937 11.1532 244.975 11.1576 244.997 11.1612C245.141 11.1465 245.868 11.1418 245.952 11.18C245.735 11.1786 245.138 11.1829 245.068 11.1782C245.038 11.1763 245.016 11.1745 245 11.1727C244.741 11.2141 241.92 11.1391 241.76 11.1194ZM235.409 10.7993C236.369 10.7822 236.532 10.9124 236.449 10.9123C235.405 10.9056 236.09 10.8521 236.057 10.8462C235.987 10.8355 235.243 10.8349 235.412 10.7994C235.411 10.7994 235.41 10.7993 235.409 10.7993ZM240.456 11.0618C240.495 11.062 241.301 11.0898 241.333 11.0922C241.991 11.1532 239.714 11.0741 240.456 11.0618ZM84.6862 5.66073C85.1048 5.7342 84.8984 5.73046 84.6129 5.69336C84.5213 5.68155 84.4198 5.6661 84.3288 5.64848C84.2997 5.64286 84.2188 5.58359 84.6197 5.64938C84.6406 5.65283 84.6627 5.6566 84.6862 5.66073ZM201.285 7.49176C201.194 7.47584 199.542 7.28019 198.61 7.19446C198.2 7.1566 197.93 7.1394 197.989 7.16668C198.053 7.1716 198.287 7.19685 198.606 7.23181C199.734 7.35472 201.916 7.60292 201.285 7.49176ZM176.171 4.98397C176.766 5.02917 176.11 5.04432 175.8 4.9978C175.684 4.98044 176.021 4.97264 176.171 4.98397ZM70.7459 4.48644C70.1301 4.49311 70.2628 4.38009 70.7932 4.44591C70.8139 4.4485 70.77 4.4862 70.7459 4.48644ZM180.893 5.4146C178.848 5.27272 179.35 5.1064 181.999 5.41944C181.916 5.42086 181.831 5.42206 181.747 5.42344C184.808 5.74287 181.956 5.45551 181.204 5.39949C180.919 5.3779 181.155 5.43363 180.895 5.41502C180.895 5.41488 180.894 5.41474 180.893 5.4146ZM173.068 4.77498C171.119 4.52247 174.851 4.82044 175.927 4.89231C174.882 4.87582 173.528 4.77853 175.366 4.96456C172.672 4.79554 173.8 4.81747 173.691 4.80339C173.567 4.79034 173.149 4.78563 173.068 4.77498ZM178.241 5.14208C178.356 5.14703 179.207 5.24846 179.519 5.27099C179.08 5.28153 177.487 5.10874 178.241 5.14208ZM228.777 10.3568C228.823 10.3365 228.91 10.3236 229.132 10.3336C229.269 10.3398 229.456 10.3546 229.713 10.3808C229.578 10.3824 229.352 10.3754 229.129 10.3678C229.004 10.3637 228.881 10.3595 228.777 10.3568ZM22.8833 6.35924C22.4179 6.39428 21.4702 6.45695 21.7635 6.47402C21.7977 6.47469 22.8858 6.38202 22.8833 6.35924ZM191.517 6.42042C191.419 6.40479 188.854 6.13415 189.736 6.26919C190.001 6.3093 192.336 6.54902 191.517 6.42042ZM204.799 7.84769C204.585 7.82374 203.712 7.73574 203.693 7.74289C203.63 7.76801 204.702 7.86761 204.799 7.84769ZM20.5216 6.51213C20.4632 6.51281 19.0181 6.6386 19.1845 6.64389C19.4792 6.6554 20.7379 6.50832 20.5216 6.51213ZM86.7492 5.88694C86.8674 5.90383 87.0171 5.96983 87.058 5.97665C87.1537 5.99193 89.3231 6.31365 88.4867 6.23814C88.3472 6.22514 85.2353 5.72057 84.8312 5.65431C84.6829 5.57272 86.0053 5.83203 86.3296 5.87648C86.3868 5.88421 86.4308 5.84191 86.7482 5.88703C86.7485 5.887 86.7488 5.88697 86.7492 5.88694ZM232.338 10.5925C232.442 10.5663 235.026 10.7111 234.998 10.7509C234.111 10.7031 233.225 10.6501 232.338 10.5925ZM231.026 10.4897C230.475 10.4216 231.768 10.5116 232.149 10.5496C232.152 10.5752 231.106 10.5002 231.026 10.4897ZM199.956 7.18339C199.698 7.16474 200.483 7.30317 200.305 7.29456C200.191 7.28878 199.619 7.20715 199.433 7.20425C199.38 7.204 199.961 7.31702 200.131 7.3331C200.373 7.3561 200.143 7.29142 200.406 7.31943C201.279 7.41251 202.05 7.52464 202.869 7.61309C202.943 7.621 202.373 7.53068 203.003 7.59971C203.101 7.61032 203.682 7.71569 204.437 7.79206C206.117 7.84554 207.328 8.10685 209.448 8.29251C209.37 8.27169 207.791 8.06543 207.698 8.05397C205.932 7.83844 202.766 7.48875 200.915 7.28931C200.441 7.23803 200.668 7.29016 200.464 7.26912C200.302 7.25248 200.499 7.22258 199.956 7.18339ZM23.1286 6.31112C22.9047 6.27841 22.1192 6.37458 21.6158 6.41309C21.793 6.44451 22.6447 6.33916 23.1286 6.31112ZM219.46 9.38498C219.208 9.36112 218.436 9.26545 218.369 9.27375C218.285 9.28523 219.402 9.41385 219.46 9.38498ZM98.9898 7.76839C99.0144 7.77062 99.6138 7.85872 99.6366 7.86344C100.168 7.98015 98.3674 7.71522 98.9898 7.76839ZM113.473 9.3959C113.935 9.41919 114.41 9.42919 114.562 9.47827C114.266 9.45756 113.416 9.42161 113.473 9.3959ZM133.637 7.34543C133.533 7.31186 134.895 7.07172 135.151 7.02406C135.062 7.06686 133.711 7.37044 133.637 7.34543ZM228.691 10.1799C228.892 10.1975 229.034 10.2053 229.142 10.2082C229.494 10.2176 229.492 10.1765 229.896 10.2373C229.981 10.2502 230.253 10.4434 229.33 10.3043C229.192 10.2836 229.612 10.2892 229.141 10.2296C229.039 10.2166 228.894 10.2004 228.691 10.1799ZM182.431 5.46156C182.649 5.44617 183.31 5.51963 183.761 5.56622C183.657 5.58262 182.753 5.48914 182.431 5.46156ZM17.9387 6.68349C17.5314 6.66647 15.7255 6.85335 16.1761 6.84945C16.2378 6.84865 17.6787 6.70296 17.9387 6.68349ZM77.5851 4.81608C78.3291 4.83609 76.7922 4.69991 76.3041 4.70528C76.5249 4.71792 77.5354 4.81401 77.5851 4.81608ZM128.907 8.23911C128.943 8.2312 129.732 8.08679 129.768 8.08154C130.423 8.00057 128.187 8.4094 128.907 8.23911ZM108.684 8.92823C108.974 8.92802 110.872 9.1324 111.297 9.19666C110.882 9.2168 108.319 8.93572 108.684 8.92823ZM225.22 9.89388C225.819 9.94813 226.388 10.0103 226.942 10.0738C226.821 10.0913 225.281 9.92086 225.22 9.89388ZM131.797 7.67992C131.839 7.6718 131.881 7.66671 131.921 7.65903C131.879 7.66624 131.837 7.67311 131.797 7.67992ZM211.806 8.48959C211.305 8.42402 211.404 8.48548 211.435 8.49036C211.811 8.54777 212.373 8.56366 211.806 8.48959ZM22.5489 6.28334C22.3715 6.25221 21.5177 6.35717 21.0413 6.38532C21.1815 6.40982 22.153 6.32033 22.5489 6.28334ZM170.975 4.58007C170.694 4.54586 171.051 4.53766 171.581 4.54449C172.228 4.5517 173.14 4.59265 173.438 4.62828C173.461 4.65034 172.314 4.61495 171.579 4.59874C171.251 4.59078 171.003 4.58337 170.975 4.58007ZM75.2807 4.57874C75.2304 4.53899 74.1594 4.51332 74.3851 4.54474C74.5292 4.56411 75.3078 4.60241 75.2807 4.57874ZM174.717 4.7298C174.962 4.73506 175.512 4.80892 175.315 4.81658C175.062 4.82617 174.655 4.72873 174.717 4.7298ZM196.284 6.76025C196.18 6.74363 194.76 6.62933 195.341 6.72765C195.745 6.796 195.814 6.75165 195.91 6.76164C196.016 6.77311 198.282 7.07766 196.284 6.76025ZM156.657 4.31829C157.189 4.2897 157.829 4.2921 158.386 4.28328C158.159 4.3069 156.885 4.33951 156.657 4.31829ZM79.405 4.8944C79.2749 4.85914 75.7698 4.57069 77.7594 4.77353C77.8759 4.78235 79.7924 4.97189 79.405 4.8944ZM228.691 10.1799C228.585 10.1705 228.462 10.1584 228.319 10.1426C228.461 10.1562 228.584 10.169 228.691 10.1799ZM219.13 9.26234C219.327 9.25673 218.351 9.14856 218.064 9.13217C217.971 9.15443 219.104 9.26346 219.13 9.26234ZM158.428 4.24655C158.745 4.227 159.331 4.237 159.726 4.23367C159.66 4.25703 158.565 4.26792 158.428 4.24655ZM136.127 6.71173C136.586 6.6287 137.107 6.52161 137.375 6.4547C137.478 6.4289 137.54 6.4097 137.542 6.40089C137.556 6.40276 137.587 6.4014 137.638 6.39605C137.691 6.39001 138.355 6.2437 138.645 6.19879C139.341 6.09103 138.431 6.26967 137.381 6.4831C135.767 6.81091 133.84 7.1743 136.816 6.51592C136.589 6.58067 136.356 6.64658 136.127 6.71173ZM106.131 8.57959C105.769 8.50222 104.742 8.4229 105.006 8.46899C105.19 8.50235 106.492 8.65836 106.131 8.57959ZM120.403 9.31882C120.291 9.32415 119.256 9.40604 119.228 9.42246C119.829 9.42274 120.921 9.31008 120.403 9.31882ZM103.333 8.1934C103.106 8.15861 102.806 8.17765 102.832 8.18367C103.063 8.23536 103.713 8.27472 103.333 8.1934ZM226.958 9.873C226.615 9.82625 225.528 9.76865 225.289 9.78436C225.246 9.7729 225.128 9.75229 224.911 9.72025C224.912 9.72031 224.913 9.72038 224.913 9.72044C224.62 9.69024 215.866 8.78363 221.731 9.45261C221.915 9.4733 221.665 9.41418 222.415 9.4946C222.465 9.49993 222.487 9.53023 222.639 9.54663C222.99 9.58498 224.861 9.78271 225.242 9.79468C225.245 9.80015 225.269 9.80734 225.32 9.81667C225.777 9.90053 227.221 9.9097 226.958 9.873ZM122.432 9.12214C122.228 9.13637 121.578 9.21384 121.513 9.24399C121.837 9.22788 122.911 9.09126 122.432 9.12214ZM79.3056 4.78354C78.8978 4.72482 77.8773 4.6774 78.1836 4.72343C78.3738 4.75001 79.7689 4.84875 79.3056 4.78354ZM115.864 9.36988C118.255 9.47167 116.434 9.38602 116.801 9.36093C116.488 9.3658 116.179 9.36884 115.864 9.36988ZM237.843 10.7295C237.466 10.7033 237.913 10.6534 238.324 10.7104C238.454 10.7285 238.053 10.744 237.843 10.7295ZM254.952 10.3796C254.621 10.3591 256.208 10.1916 255.597 10.3153C255.569 10.3212 254.977 10.3798 254.952 10.3796ZM242.974 10.8479C242.715 10.8864 242.549 10.8897 241.827 10.8621C242.897 10.8736 241.905 10.8153 242.974 10.8479ZM137.534 6.39771C137.538 6.39861 137.542 6.39918 137.542 6.40089C137.537 6.40024 137.535 6.39916 137.534 6.39771ZM101.134 7.9118C100.846 7.83574 100.027 7.72423 100.266 7.79465C100.289 7.80146 101.01 7.92233 101.134 7.9118ZM225.289 9.78436C225.327 9.79451 225.307 9.79688 225.242 9.79468C225.24 9.78954 225.257 9.78651 225.289 9.78436ZM105.546 8.44979C105.512 8.47409 106.767 8.6307 106.816 8.63203C107.54 8.66576 106.062 8.51131 105.546 8.44979ZM71.0987 4.18835C71.0342 4.18803 71.4457 4.27862 71.7 4.26413C71.8972 4.25279 71.3407 4.18913 71.0987 4.18835ZM245.428 10.8489C245.83 10.8486 246.395 10.8434 246.499 10.8755C246.231 10.8742 245.418 10.874 245.428 10.8489ZM254.327 10.4061C253.852 10.5005 252.764 10.6049 252.066 10.6485C252.049 10.6033 253.881 10.4758 254.327 10.4061ZM228.032 9.98669C228 9.98218 227.005 9.87929 227.139 9.92567C227.33 9.99401 228.312 10.0299 228.032 9.98669ZM73.0151 4.3267C73.4584 4.32801 72.4481 4.19688 71.9762 4.22953C71.7355 4.24552 72.9416 4.32575 73.0151 4.3267ZM98.5844 7.50436C97.9981 7.44005 99.4395 7.68394 99.646 7.67589C99.3779 7.63513 98.793 7.52742 98.5844 7.50436ZM118.685 9.30799C118.025 9.28672 117.711 9.27717 117.601 9.28951C117.529 9.29712 117.543 9.31227 117.6 9.32858C117.713 9.36028 117.999 9.39352 118.148 9.38508C118.195 9.38371 118.733 9.31024 118.685 9.30799ZM13.3475 6.85457C13.0886 6.89069 14.0632 6.86229 14.1833 6.81759C14.2591 6.78955 13.5145 6.83136 13.3475 6.85457ZM146.307 4.95106C146.23 4.96058 146.154 4.97014 146.079 4.97964C146.135 4.97105 146.21 4.96145 146.307 4.95106ZM93.3221 6.57528C94.5889 6.91886 94.4712 6.78518 94.583 6.803C94.825 6.84146 95.382 6.96625 95.8399 7.02836C95.3141 6.96617 94.7888 6.90337 94.2634 6.84C94.6736 6.91619 98.2584 7.50508 98.3382 7.48921C98.4513 7.4715 97.3175 7.31676 97.2855 7.30867C97.2387 7.29746 97.076 7.17775 96.9717 7.15865C96.7988 7.12922 93.7984 6.67401 93.3221 6.57528ZM114.721 9.23342C115.02 9.25977 115.107 9.30109 115.247 9.29851C115.295 9.29756 115.305 9.26229 115.468 9.25999C115.22 9.25228 114.967 9.24319 114.721 9.23342ZM90.9947 6.3493C90.6367 6.24949 92.2691 6.5198 92.3208 6.53253C92.5961 6.60519 91.2865 6.43098 90.9947 6.3493ZM104.924 8.3427C104.865 8.33386 103.598 8.16116 103.607 8.18596C103.939 8.2488 105.634 8.46174 104.924 8.3427ZM115.669 9.26582C116.124 9.28964 116.977 9.34821 116.882 9.29139C116.881 9.29138 116.881 9.29136 116.88 9.29134C116.475 9.28599 116.073 9.27741 115.669 9.26582ZM74.5348 4.30394C73.7171 4.16708 74.1033 4.29883 74.8253 4.37299C75.0465 4.34878 74.6686 4.32633 74.5348 4.30394ZM71.9102 4.08869C71.6855 4.05866 69.3244 3.96672 69.6832 4.02951C69.8109 4.05035 71.1664 4.07252 71.2299 4.07965C71.3241 4.08905 70.8899 4.11752 71.6124 4.14378C71.5712 4.12458 71.988 4.09784 71.9102 4.08869ZM73.8582 4.20702C73.0485 4.09337 72.8551 4.20374 73.4703 4.23947C73.7101 4.2537 73.9734 4.22343 73.8582 4.20702ZM77.1847 4.44516C76.893 4.41078 76.1104 4.336 75.574 4.33975C76.2908 4.39233 77.0129 4.44924 77.7306 4.51057C77.8148 4.49461 77.442 4.475 77.1828 4.445C77.1834 4.44505 77.1841 4.4451 77.1847 4.44516ZM259.242 9.35881C258.59 9.44097 260.075 9.1611 260.137 9.15753C260.328 9.15111 259.534 9.32225 259.242 9.35881ZM8.17683 6.19037C7.99523 6.192 7.87388 6.15729 7.47634 6.2143C7.8812 6.21336 8.28355 6.21266 8.6834 6.21221C8.98552 6.11084 8.3757 6.18869 8.17683 6.19037ZM6.61711 6.04417C6.6739 6.03755 6.35268 5.94779 7.09697 5.96303C7.58803 5.97423 4.92672 6.25014 4.42857 6.24067C4.96771 6.17092 6.13904 6.09948 6.61711 6.04417ZM1.88371 5.93935C1.85289 5.93263 2.87138 5.83244 2.98794 5.82913C3.6072 5.81119 2.05891 5.97433 1.88371 5.93935ZM5.13806 5.68568C4.65786 5.70361 5.71646 5.59945 6.02893 5.58614C6.06188 5.60509 5.21314 5.68262 5.13806 5.68568ZM252.459 8.58386C251.941 8.54719 251.494 8.75068 252.281 8.65557C252.319 8.65094 252.481 8.58592 252.459 8.58386ZM2.87012 5.73769C3.34768 5.71984 2.29544 5.82378 1.97616 5.83788C1.9456 5.81875 2.79829 5.74046 2.87012 5.73769ZM252.084 8.42506C251.4 8.41958 251.654 8.59127 251.739 8.59325C252.092 8.60134 253.285 8.42129 253.526 8.37499C251.736 8.57298 252.404 8.42303 252.084 8.42506ZM248.947 8.71482C248.595 8.73826 248.945 8.74447 249.373 8.73082C249.717 8.72 250.108 8.69529 250.242 8.66469C250.051 8.67622 249.677 8.68919 249.372 8.69878C249.182 8.70483 249.018 8.71002 248.947 8.71482ZM245.093 8.71715C244.753 8.71121 243.733 8.68657 243.565 8.71358C243.936 8.71396 244.949 8.74893 245.093 8.71715ZM244.32 8.62403C243.787 8.57892 243.656 8.69655 244.274 8.66643C244.298 8.66523 244.34 8.62644 244.32 8.62403ZM241.319 8.52799C240.97 8.47093 240.564 8.57368 241.134 8.59384C241.303 8.59941 241.356 8.53442 241.319 8.52799ZM251.22 8.28071C250.724 8.29224 250.083 8.41172 251.148 8.3568C250.777 8.39324 250.403 8.4269 250.031 8.45772C251.427 8.43074 251.315 8.31397 251.715 8.29241C252.273 8.25776 252.234 8.35391 252.126 8.3926C252.58 8.30515 254.513 8.11913 255.624 7.94525C254.644 8.06101 253.046 8.18882 252.075 8.24449C251.797 8.26175 251.529 8.30675 251.293 8.31946C250.912 8.33941 251.248 8.28028 251.222 8.28058C251.221 8.28062 251.221 8.28067 251.22 8.28071ZM237.37 8.37164C236.34 8.26522 236.989 8.41522 237.571 8.42307C237.596 8.42271 237.396 8.37426 237.37 8.37164ZM1.46856 5.5037C2.86224 5.43386 1.8491 5.58397 4.73594 5.24166C3.52091 5.41372 4.6731 5.29674 4.43703 5.34464C4.24831 5.38269 3.52623 5.42559 3.94869 5.43427C3.40619 5.43172 1.04867 5.64547 0.933898 5.64746C0.934901 5.64738 0.935903 5.64729 0.936905 5.6472C0.872322 5.64805 1.02321 5.52614 1.46856 5.5037ZM245.089 8.4144C244.746 8.27323 244.611 8.49672 243.938 8.37422C243.04 8.53928 246.415 8.38787 246.825 8.512C243.159 8.53081 249.248 8.62247 246.687 8.4416C248.793 8.48197 247.376 8.40282 247.7 8.36988C248.046 8.33526 249.235 8.3267 249.173 8.27522C249.172 8.27525 249.171 8.27527 249.171 8.2753C248.446 8.30688 247.717 8.32955 246.991 8.34469C247.707 8.44582 246.217 8.43714 245.712 8.34449C245.502 8.36834 245.298 8.39163 245.089 8.4144ZM249.212 8.4467C249.138 8.45043 247.559 8.51204 247.661 8.52976C247.814 8.53895 249.068 8.49515 249.362 8.46346C249.441 8.45572 249.453 8.44994 249.362 8.44778C249.327 8.44692 249.278 8.44655 249.212 8.4467ZM256.113 7.8058C255.554 7.8891 254.686 7.9773 254.385 8.05382C254.946 7.99041 255.815 7.8938 256.113 7.8058ZM226.836 7.51919C226.106 7.489 228.345 7.69883 227.7 7.59996C227.669 7.59545 226.874 7.52113 226.836 7.51919ZM243.437 8.42355C242.7 8.3695 243.044 8.51209 243.594 8.4837C243.626 8.482 243.471 8.426 243.437 8.42355ZM2.5885 5.39185C2.63337 5.35438 4.63531 5.20824 4.99435 5.17766C4.79188 5.22592 2.53298 5.43501 2.5885 5.39185ZM257.078 7.53042C255.949 7.59646 254.462 7.92034 254.294 7.93361C254.129 7.94941 254.381 7.86746 254.344 7.87032C254.259 7.88385 252.502 8.06301 252.416 8.06757C252.355 8.07551 252.68 8.12262 252.318 8.17611C253.028 8.10136 256.238 7.73014 256.401 7.67654C256.529 7.64934 255.548 7.72436 257.076 7.53073C257.077 7.53062 257.077 7.53052 257.078 7.53042ZM253.878 7.96381C254.319 7.94797 253.09 8.08303 252.789 8.09482C252.124 8.12985 253.821 7.97203 253.878 7.96381ZM250.905 8.18362C250.761 8.18831 249.486 8.24584 249.375 8.28234C249.986 8.30532 251.228 8.18093 250.905 8.18362ZM236.576 8.09386C236.237 8.08072 235.318 8.00093 235.264 8.02752C235.598 8.04361 236.521 8.12154 236.576 8.09386ZM9.3911 4.55335C8.82299 4.57571 10.1338 4.45534 10.5101 4.43602C10.5338 4.4542 9.44109 4.5513 9.3911 4.55335ZM243.315 8.13348C243.12 8.13456 239.075 8.04095 238.505 8.01721C239.06 8.07704 243.071 8.195 243.25 8.17379C243.302 8.17124 243.341 8.13529 243.315 8.13348ZM252.008 7.899C252.37 7.82645 252.611 7.8583 252.658 7.85493C253.11 7.82436 254.042 7.7152 253.841 7.77915C253.048 7.85467 251.287 8.04259 252.008 7.899ZM236.297 7.87748C234.926 7.81801 237.557 8.00942 237.217 7.94297C237.192 7.93925 236.443 7.88415 236.297 7.87748ZM243.767 8.12632C244.072 8.10976 248.105 8.11559 248.747 8.07245C248.171 8.15767 247.702 8.12025 246.925 8.13596C246.716 8.14004 246.772 8.16668 246.749 8.16706C246.384 8.17297 246.655 8.13782 246.433 8.13988C246.292 8.15037 243.342 8.17803 243.767 8.12632ZM252.214 7.85191C252.439 7.82152 254.908 7.55036 255.008 7.53127C255.758 7.49949 252.412 7.86897 252.214 7.85191ZM243.397 8.06285C243.833 7.99556 245.835 8.05317 244.464 8.08635C244.334 8.08929 243.779 8.05154 243.397 8.06285ZM236.449 7.81244C236.38 7.80761 234.952 7.7093 234.922 7.7309C235.13 7.75573 237.218 7.87973 236.449 7.81244ZM237.196 7.76883C237.162 7.76757 237.494 7.83214 236.823 7.79139C236.769 7.78768 236.663 7.73035 235.821 7.70207C235.648 7.6962 235.382 7.71562 235.401 7.71891C236.273 7.85824 238.93 7.82651 237.196 7.76883ZM252.256 7.80537C252.121 7.79379 252.436 7.70221 252.731 7.7095C252.857 7.71259 252.627 7.77435 252.256 7.80537ZM231.907 7.49854C232.744 7.5209 230.131 7.31682 229.997 7.31326C230.077 7.34626 231.826 7.49788 231.907 7.49854ZM10.6808 4.13311C10.6802 4.13316 10.6795 4.13322 10.6788 4.13327C11.3805 4.08371 10.9491 4.15346 10.9821 4.15174C12.4667 4.07702 12.0836 4.03294 12.3137 4.00472C12.8179 3.94322 12.7465 4.04179 13.5878 3.93334C12.1942 4.10611 13.4662 3.97639 13.5076 4.00591C13.6843 4.12565 11.6175 4.10041 10.9394 4.18546C10.8433 4.19739 11.5601 4.18038 11.3137 4.21319C10.5183 4.31919 7.96314 4.32587 10.6808 4.13311ZM252.954 7.68331C253.271 7.62809 255.679 7.37403 255.046 7.48284C254.945 7.51435 252.494 7.79177 252.954 7.68331ZM137.171 3.45177C137.524 3.36057 137.167 3.40803 136.768 3.48025C136.505 3.5278 136.228 3.58423 136.13 3.61502C136.048 3.64108 136.436 3.58812 136.778 3.52931C136.939 3.50145 137.089 3.47316 137.171 3.45177ZM127.65 5.18823C126.959 5.32056 126.259 5.58577 127.112 5.41367C127.204 5.39531 127.733 5.19337 127.65 5.18823ZM174.316 1.59927C173.57 1.50198 173.611 1.59951 174.158 1.63167C174.352 1.64341 174.339 1.60241 174.316 1.59927ZM145.782 2.00195C145.705 2.00707 144.845 2.1218 144.879 2.13997C145.197 2.11035 146.268 1.96566 145.782 2.00195ZM174.554 1.60107C174.113 1.58987 174.866 1.70588 175.411 1.67733C175.141 1.66377 174.597 1.60195 174.554 1.60107ZM241.887 7.82544C241.52 7.85607 240.491 7.81441 239.9 7.79869C239.838 7.74772 241.464 7.82672 241.887 7.82544ZM130.598 4.68802C129.948 4.8514 131.359 4.60428 131.221 4.58323C131.201 4.58472 130.626 4.68111 130.598 4.68802ZM198.185 3.85738C197.696 3.83553 199.234 4.03953 198.815 3.94207C198.794 3.93769 198.212 3.85854 198.185 3.85738ZM204.92 4.60166C204.553 4.5512 202.981 4.38293 203.589 4.47866C203.684 4.49342 204.889 4.62585 204.92 4.60166ZM12.3526 3.96521C12.149 3.93044 13.3101 3.84595 13.4731 3.84145C13.539 3.83972 12.6214 4.01008 12.3526 3.96521ZM169.474 1.35395C169.09 1.34434 168.092 1.29362 167.915 1.3145C168.387 1.32568 169.598 1.41273 169.474 1.35395ZM133.592 4.08983C133.006 4.15169 132.032 4.35244 132.288 4.37583C133.366 4.15411 132.142 4.33876 133.592 4.08983ZM177.041 1.71793C176.733 1.6899 176.492 1.74249 176.526 1.74834C176.857 1.80467 177.345 1.76899 177.041 1.71793ZM153.777 1.29135C153.757 1.26126 152.76 1.32954 152.895 1.34193C152.938 1.34514 153.793 1.31422 153.777 1.29135ZM229.099 7.07607C228.886 7.04491 229.09 7.0492 229.402 7.06858C229.748 7.09026 230.211 7.1283 230.425 7.16183C230.563 7.20643 229.837 7.1471 229.399 7.1059C229.236 7.09062 229.115 7.07823 229.099 7.07607ZM185.568 2.50282C185.618 2.4625 184.078 2.33701 184.681 2.43314C184.833 2.45721 185.55 2.51584 185.568 2.50282ZM200.256 3.98658C199.222 3.92838 203.536 4.43198 202.408 4.24364C202.328 4.22993 200.346 3.99141 200.256 3.98658ZM207.302 4.78719C207.125 4.7619 207.23 4.6227 207.957 4.76064C208.052 4.77865 207.598 4.76859 207.675 4.78623C207.721 4.79642 209.313 4.99249 209.387 4.99706C209.467 5.00178 209.379 4.94384 209.46 4.94728C209.55 4.95119 210.528 5.10083 211.041 5.15745C212.01 5.26419 212.118 5.2357 212.198 5.24427C212.43 5.26928 212.814 5.33971 213.284 5.39069C215.648 5.64819 219.263 5.99708 221.127 6.26948C219.464 6.06671 217.873 5.93616 216.213 5.7703C216.708 5.73963 213.765 5.57239 215.488 5.66053C214.698 5.59968 207.881 4.86995 207.304 4.78741C207.303 4.78734 207.302 4.78727 207.302 4.78719ZM124.922 5.61068C125.334 5.49822 123.174 5.83534 122.998 5.90944C123.285 5.88513 124.868 5.62851 124.922 5.61068ZM134.959 3.58367C135.164 3.53296 135.334 3.39633 136.41 3.22811C136.411 3.22791 136.412 3.22772 136.413 3.22752C136.73 3.178 136.377 3.27484 136.437 3.27161C136.445 3.27132 136.584 3.25059 136.717 3.2331C136.932 3.20467 137.128 3.18537 136.725 3.27399C136.698 3.27999 136.668 3.28648 136.636 3.2935C135.405 3.55748 136.503 3.24459 135.848 3.37747C135.764 3.39443 134.534 3.7007 134.608 3.69749C134.616 3.69743 134.988 3.60992 135.052 3.60195C135.289 3.57244 135.181 3.62635 135.214 3.62107C135.281 3.60999 136.07 3.4286 136.729 3.29002C137.13 3.20559 137.479 3.14038 137.591 3.13611C137.625 3.13493 137.25 3.21554 136.736 3.32793C135.799 3.53344 134.402 3.83152 134.322 3.84239C134.241 3.85387 134.258 3.76208 134.173 3.77055C134.128 3.77559 132.841 4.0694 132.671 4.0953C132.621 4.10292 132.583 4.10801 132.555 4.11152C132.756 4.09868 131.583 4.33169 131.614 4.29437C131.631 4.27903 132.441 4.12412 132.469 4.12035C132.482 4.11867 132.493 4.11765 132.504 4.1164C132.333 4.11859 135.067 3.56563 134.466 3.63772C135.253 3.45023 134.367 3.73088 134.959 3.58367ZM138.809 2.76299C138.727 2.78743 138.645 2.81198 138.563 2.83663C139.977 2.54826 141.627 2.31368 143.273 2.07633C143.692 2.01639 143.203 2.0295 143.753 1.96724C144.19 1.91813 144.687 1.90494 144.449 1.94822C144.388 1.95859 143.496 2.04653 143.045 2.11711C141.732 2.32318 142.069 2.32437 141.993 2.33635C141.905 2.35097 141.079 2.4485 140.623 2.52787C139.492 2.72546 138.976 2.84459 137.427 3.10862C138.308 2.90447 137.811 2.92969 138.809 2.76299ZM192.066 3.03404C192.123 3.00975 193.045 3.13384 193.381 3.16497C193.326 3.18947 192.401 3.06487 192.066 3.03404ZM54.2231 0.666892C53.9338 0.718037 56.0902 0.710362 55.5216 0.674552C55.4001 0.665845 54.4884 0.663281 54.2231 0.666892ZM63.8965 0.757246C64.1846 0.749982 63.0267 0.688592 63.0276 0.727355C63.0292 0.739379 63.8596 0.757885 63.8965 0.757246ZM157.354 0.934734C157.408 0.93142 158.208 0.927858 158.232 0.930562C158.761 0.971417 156.136 0.995009 157.354 0.934734ZM75.6528 1.21372C74.6454 1.17573 77.6689 1.40309 76.7479 1.2963C76.7013 1.2902 75.7012 1.2148 75.6528 1.21372ZM79.8601 1.54013C79.6195 1.51828 78.5493 1.40877 78.5336 1.42339C78.5105 1.44474 79.7355 1.56894 79.8601 1.54013ZM177.264 1.54817C177.156 1.48331 178.552 1.63673 179.044 1.67231C179.156 1.73707 177.752 1.57805 177.264 1.54817ZM168.371 1.01689C170.041 1.06873 171.133 1.1191 171.731 1.1512C172.524 1.19574 172.462 1.2103 171.73 1.18714C171.042 1.16718 169.756 1.11246 168.016 1.03069C168.01 0.994788 167.996 1.00547 168.371 1.01689ZM175.981 1.41718C175.761 1.43683 175.088 1.37887 174.631 1.34652C174.714 1.32656 175.65 1.399 175.981 1.41718ZM51.6152 0.667982C51.8933 0.619167 52.9112 0.597608 53.2962 0.615121C53.4108 0.620141 53.4565 0.626224 53.3848 0.632007C53.3769 0.632611 53.3455 0.633442 53.2966 0.634419C52.8906 0.637424 51.4809 0.695482 51.6152 0.667982ZM157.854 0.877224C157.715 0.823235 159.513 0.822408 159.648 0.836664C160.203 0.880061 158.001 0.858235 157.854 0.877224ZM185.651 2.25805C185.967 2.24665 186.851 2.35704 187.422 2.41567C187.158 2.42514 186.134 2.30649 185.651 2.25805ZM181.531 1.83081C181.565 1.8321 182.366 1.90998 182.4 1.91521C183.048 2.01671 180.796 1.79821 181.531 1.83081ZM9.66802 3.80955C9.6951 3.8059 10.3 3.75791 10.3207 3.75778C10.8638 3.7531 9.04737 3.89701 9.66802 3.80955Z" fill="%23304FE9"/></svg>') no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: -8px;
	bottom: -14px;
	right: -8px;
}
@keyframes drawLine {
	to{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}


/* .landing-report__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #BCBBC2;
	margin-bottom: 24px;
}
.landing-gallery-open{
	overflow: hidden;
}
.landing-gallery {
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	inset: 0;
	color: #16131B;
	z-index: 10000;
	transition: all 0.3s;
}
#hubspot-messages-iframe-container{
	z-index: 9999 !important;
}
.landing-gallery.show{
	visibility: visible;
	opacity: 1;
}
.landing-gallery__overlay {
	position: absolute;
	background: rgba(22,19,27,0.6);
	inset: 0;
}
.landing-gallery__popup {
	display: flex;
	flex-direction: column;
	width: 1100px;
	height: 766px;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 134px);
	padding: 20px;
	background: #FFF;
	border-radius: 20px;
	position: relative;
}
.landing-gallery__head {
	margin: -20px -20px 20px;
	padding: 20px 100px 20px 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
	flex-shrink: 0;
}
.landing-gallery__close {
	border: none;
	background: none;
	position: absolute;
	top: 24px;
	right: 20px;
}
.landing-gallery__body{
	flex-grow: 1;
	position: relative;
}
.landing-gallery__slider {
	position: absolute !important;
	inset: 0;
}
.landing-gallery__slider .slick-list,
.landing-gallery__slider .slick-track,
.landing-gallery__slider .slick-slide,
.landing-gallery__slider .slick-slide > div,
.landing-gallery__slide{
	height: 100%;
}
.landing-gallery__slide span{
	display: flex;
	height: 100%;
}
.landing-gallery__slider .landing-gallery__slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
	margin: auto;
}
.landing-gallery,
.landing-gallery__slider {
  touch-action: auto !important;
}
.landing-gallery__control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	gap: 50px;
	margin-top: 16px;
}
.landing-gallery__nums {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.04em;
}
.landing-gallery__arrows .slick-arrow{
	background: #F8F8F9;
	border: 1px solid #F8F8F9;
}
.landing-gallery__arrows .slick-arrow::before {
	background: #16131B;
}
.landing-gallery__arrows .slick-arrow svg{
	fill: #16131B;
}
.landing-gallery__arrows .slick-arrow:hover svg{
	fill: #FFF;
} */
.landing-global {
	padding: 99px 0 50px;
}
.landing-global__container {
	display: flex;
	margin-bottom: 71px;
}
.landing-global__image {
	width: 59.5%;
}
.landing-global__image span{
	display: block;
	margin: 0 111px 0 -114px;
}
.landing-global__stats {
	width: 40.5%;
	padding: 7px 0 0 47px;
}
.landing-global__item {
	display: flex;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 53px;
}
.landing-global__value {
	font-weight: 500;
	font-size: 64px;
	line-height: 110%;
	letter-spacing: -0.02em;
	background: linear-gradient(90deg, #64B6ED -11.14%, #C664ED 118.57%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.landing-global__value span{
	font-size: 40px;
	line-height: 1;
}
.landing-global__label {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	margin-bottom: 5px;
}
.landing-global__reward {
	display: flex;
	justify-content: space-around;
	gap: 100px;
}
.landing-global__reward span{
	width: 253px;
}
.landing-review {
	padding: 120px 0 79px;
	position: relative;
}
.landing-global + .landing-review{
	padding: 18px 0 99px;
}
.landing-review:after{
	content: '';
	display: block;
	position: absolute;
	width: 548px;
	height: 548px;
	bottom: -50px;
	left: calc(50% - 274px);
	background: rgba(255, 255, 255, 0.1);
	filter: blur(250px);
	pointer-events: none;
}
.landing-review__link{
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	margin-bottom: 32px;
}
.landing-review__link a{
	color: #FFF;
}
.landing-review__link a i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	transform: rotate(-45deg);
	margin: 0 5px 0 8px;
}
.landing-review__link a i svg{
	fill: #FFF;
}
.landing-review__slider {
	margin-bottom: 32px;
}
.landing-review__slide{
	display: none;
}
.landing-review__slide:first-child{
	display: block;
}
.landing-review__block {
	display: flex;
	padding: 103px 32px 32px;
	background: #37333C;
	border: 1px solid #46454B;
	border-radius: 40px;
	position: relative;
}
.landing-review__decor {
	position: absolute;
	inset: 29px auto auto 34px;
}
.landing-review__decor svg{
	fill: url(#gradient-quote);
}
.landing-review__text {
	width: calc(100% - 320px);
	padding-right: 150px;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
}
.landing-review__author {
	width: 320px;
	display: flex;
	gap: 12px;
}
.landing-review__photo {
	width: 80px;
	height: 80px;
	position: relative;
	flex-shrink: 0;
}
.landing-review__photo img{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
	border-radius: 50%;
}
.landing-review__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.04em;
	margin-bottom: 4px;
}
.landing-review__status {
	font-size: 16px;
	line-height: 150%;
	color: #BCBBC2;
}
.landing-case {
	padding: 100px 0;
	position: relative;
}
.landing-case__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 39px;
}
.landing-case .landing-title {
	margin-bottom: 0;
}
.landing-case__link{
	font-size: 16px;
	line-height: 150%;
	text-align: right;
}
.landing-case__link a{
	color: #FFF;
}
.landing-case__slider {
	margin: 0 -20px 30px;
}
.landing-case__slide {
	padding: 0 20px;
}
.landing-case__block {
	display: flex;
	padding: 20px;
	background: #FFF;
	color: #080808;
	text-decoration: none;
	border-radius: 16px;
	position: relative;
}
.landing-case__content {
	width: 66%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 20px;
}
.landing-case__category {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 130%;
	color: #333;
	gap: 8px;
}
.landing-case__category span{
	display: block;
	padding: 5px 12px 7px;
	background: #F5F5F5;
	border-radius: 20px;
}
.landing-case__info {
	margin: 6px 0;
}
.landing-case__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 13px;
}
.landing-case__text {
	font-size: 16px;
	line-height: 150%;
}
.landing-case__image {
	width: 34%;
}
.landing-case__image span{
	display: block;
	padding-top: 100%;
	position: relative;
}
.landing-case__image span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	border-radius: 8px;
}
.landing-case__blocklink{
	display: block;
	position: absolute;
	inset: 0;
}
.landing-faq {
	padding: 99px 0;
	position: relative;
}
.landing-case + .landing-faq{
	border-top: 1px solid #46454B;
	border-bottom: 1px solid #46454B;
}
.landing-faq__container {
	display: flex;
}
.landing-faq__head {
	width: 44.4%;
}
.landing-faq__items {
	width: 55.6%;
	padding-left: 30px;
}
.landing-faq__item {
	padding: 10px;
	background: #37333C;
	border: 1px solid #46454B;
	border-radius: 16px;
	color: #FFF;
}
.landing-faq__item:not(:last-child){
	margin-bottom: 20px;
}
.landing-faq__question {
	padding: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.04em;
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}
.landing-faq__question i{
	display: block;
	line-height: 0;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	line-height: 0;
	transition: transform 0.3s;
}
.landing-faq__item.open .landing-faq__question i{
	transform: rotate(180deg);
}
.landing-faq__question i svg{
	fill: #FFF;
}
.landing-faq__answer {
	display: none;
	font-size: 16px;
	line-height: 150%;
	padding: 5px 10px 10px;
}
.landing-faq__answer p:not(:last-child){
	margin-bottom: 24px;
}
.landing-footmenu {
	display: flex;
	padding: 44px 0 92px;
}
.landing-footmenu__left {
	width: 77.7%;
}
.landing-footmenu__title {
	font-weight: 500;
	font-size: 10px;
	line-height: 120%;
	text-transform: uppercase;
	color: #535353;
	margin-bottom: 34px;
}
.landing-footmenu__menu {
	width: 532px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 70px 30px;
}
.landing-footmenu__menu li{
	width: calc(50% - 15px);
}
.landing-footmenu__menu li a{
	font-size: 14px;
	line-height: 130%;
	color: #FFF;
	text-decoration: none;
}
.landing-footmenu__menu li a:hover,
.landing-footmenu__list li a:hover{
	text-decoration: underline;
}
.landing-footmenu__menu li span{
	display: block;
	font-size: 12px;
	line-height: 130%;
	color: #B5B5B5;
	margin-top: 4px;
}
.landing-footmenu__list{
	font-size: 14px;
	line-height: 130%;
}
.landing-footmenu__list li:not(:last-child){
	margin-bottom: 33px;
}
.landing-footmenu__list li a{
	color: #FFF;
	text-decoration: none;
}
.landing-footmenu__right {
	width: 22.3%;
}













/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1310px){
	.page-template-template_landing .inner,
	.page-template-template_landing-single-page .inner{
		margin-left: 30px;
		margin-right: 30px;
	}
	.landing-header {
		width: auto;
		inset: 24px 16px auto;
	}
	.landing-mainanim-1{
		margin: 0 -30px;
	}
	.landing-mainanim-2__line{
		width: 300px;
	}
	.landing-mainanim-2__list,.landing-mainanim-2__quote{
		font-size: 16px;
	}
	.landing-mainanim-6 {
		margin: 0;
	}
	.landing-welcome__items{
		margin: 0;
	}
	.landing-process {
		padding: 100px 0px;
	}
	.landing-global__reward {
		gap: 50px;
	}
}
@media only screen and (max-width: 992px){
	.page-template-template_landing-2 .inner,
	.service-template-template_landing-2 .inner{
		margin-left: 20px;
		margin-right: 20px;
	}
	.landing-button{
		padding: 14px 29px;
		font-size: 14px;
		line-height: 100%;
	}
	.landing-tag{
		padding: 9px 11px 7px;
		font-size: 12px;
	}
	.landing-tag i{
		width: 16px;
		height: 16px;
	}
	.landing-title{
		font-size: 26px;
		line-height: 120%;
		margin-bottom: 32px;
	}
	.landing-welcome{
		padding: 55px 0 0;
	}
	.landing-welcome::before{
		opacity: 0.12;
		bottom: -100px;
	}
	.landing-welcome__title{
		font-weight: 500;
		font-size: 28px;
		line-height: 120%;
		letter-spacing: -1px;
		margin-bottom: 12px;
	}
	.landing-welcome__text{
		font-size: 16px;
		letter-spacing: -0.01em;
		margin-bottom: 25px;
	}
	.landing-welcome__btn {
		margin-bottom: 37px;
	}
	.landing-welcome__items{
		flex-direction: column;
		margin: 0;
	}
	.landing-mainanim-1{
		margin: 0 -20px;
	}
	.landing-mainanim-1__text{
		padding: 4px 8px;
		font-size: 16px;
		line-height: 150%;
	}
	.landing-mainanim-1__text_1{
		border-radius: 12px 12px 0 12px;
		bottom: 79.7%;
		left: auto;
		right: 12%;
	}
	.landing-mainanim-1__text_2 {
		bottom: 58.3%;
		right: auto;
		left: 12.5%;
		border-radius: 12px 12px 12px 0;
	}
	.landing-mainanim-1__quote{
		width: 320px;
		border-radius: 12px;
		left: calc(50% - 160px);
		bottom: 24.5%;
	}
	.landing-mainanim-1__quote::before{
		content: '';
		display: block;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #FFF;
		position: absolute;
		right: 71px;
		bottom: -10px;
	}
	.landing-mainanim-1__quotetext{
		font-size: 18px;
		line-height: 150%;
		letter-spacing: -0.02em;
	}
	.landing-mainanim-1__image svg{
		width: 100%;
	}
	.landing-mainanim-2{
		flex-direction: column;
		margin: 43px auto 22px;
		gap: 0px;
	}
	.landing-mainanim-2__block{
		width: 400px;
		max-width: 100%;
		min-height: 242px;
		padding: 16px;
		border-radius: 20px;
		margin: 0 auto;
	}
	.landing-mainanim-2__title{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.landing-mainanim-2__list {
		margin: 0 9px 0 4px;
	}
	.landing-mainanim-2__list li {
		padding: 5px 10px;
	}
	.landing-mainanim-2__list li:nth-child(1) {margin: 0 auto 22px 0;}
	.landing-mainanim-2__list li:nth-child(2) {margin: 0 0 17px auto;}
	.landing-mainanim-2__list li:nth-child(3) {margin: 0 auto -10px 10px;}
	.landing-mainanim-2__list li:nth-child(4) {margin: 0 25px 13px auto;}
	.landing-mainanim-2__line{
		width: 155px;
		margin: 13px auto 7px;
	}
	.landing-mainanim-2__line{
		transform: none;
	}
	.landing-mainanim-2__linelist li:nth-child(1){inset: 4% 63.8% auto auto;}
	.landing-mainanim-2__linelist li:nth-child(2){inset: 38% auto auto 65%;}
	.landing-mainanim-2__linelist li:nth-child(3){inset: 71.5% 62% auto auto;}
	.landing-mainanim-2__quote {
		padding: 5px 12px;
		right: 151px;
		bottom: 63%;
	}
	.landing-mainanim-2__bg {
		width: 209px;
		right: -3px;
		bottom: -45px;
	}
	.landing-mainanim-2 .anim-step-1{
		clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
	}
	.landing-mainanim-3 {
		margin: -2px -20px 0 0;
	}
	.landing-mainanim-3__wrapper svg{
		width: 100%;
	}
	.landing-mainanim-3__quote {
		padding: 6px;
		gap: 6px;
		border-radius: 12px;
		top: 78.1%;
		left: 36.6%;
	}
	.landing-mainanim-3__photo{
		width: 36px;
		height: 36px;
	}
	.landing-mainanim-3__text {
		font-size: 14px;
	}
	.landing-mainanim-3__text span::before{
		bottom: -4px;
	}
	.landing-mainanim-5__wrapper{
		width: 360px;
		border-radius: 20px;
		padding: 34px 23px;
		margin: 35px auto 0;
	}
	.landing-mainanim-5__title{
		padding: 7px 16px 3px;
		font-size: 14px;
	}
	.landing-mainanim-5__subtitle{
		font-size: 12px;
		margin-bottom: 9px;
	}
	.landing-mainanim-5__container {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		padding-bottom: 15%;
	}
	.landing-mainanim-5__item:nth-child(1) span {
		width: 20%;
		top: 46%;
		left: 84%;
	}
	.landing-mainanim-5__item:nth-child(2) span:nth-last-child(1) {
		width: 54%;
		top: -16%;
		left: -19%;
	}
	.landing-mainanim-5__item:nth-child(2) span:nth-last-child(2) {
		width: 17%;
		top: 10%;
		left: 49%;
		transform: rotate(9deg);
	}
	.landing-mainanim-5__item:nth-child(3) span {
		width: 20%;
		top: 7%;
		left: -8%;
	}
	.landing-mainanim-5__item:nth-child(4) span{
		width: 30%;
		top: -8%;
		left: 81%;
	}
	.landing-mainanim-5__item:nth-child(6) span {
		width: 15%;
		top: 53%;
		left: -4px;
		transform: rotate(-6deg);
	}
	.landing-mainanim-5__anim-1{
		width: 21%;
		top: -10%;
		left: 86%;
	}
	.landing-mainanim-5__anim-2 {
		width: 15%;
		top: 68%;
		left: 76%;
	}
	@keyframes mainAnim5-1{
		to{
			transform: translate(18%,47.5%);
		}
	}
	@keyframes mainAnim5-2{
		to{
			transform: translate(-350%,-70%);
		}
	}
	.landing-mainanim-6{
		flex-direction: column;
		align-items: center;
	}
	.landing-mainanim-6__item{
		max-width: 100%;
		padding: 17px 16px 0;
	}
	.landing-mainanim-6__title{
		font-weight: 400;
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 28px;
	}
	.landing-mainanim-6__image {
		margin: 0 64px;
	}
	.landing-mainanim-6__arrow{
		padding: 5px 0;
	}
	.landing-mainanim-6__photos {
		height: auto;
		margin: -18px -20px;
		padding-top: 72%;
	}
	.landing-mainanim-6__photo:nth-child(1) i,
	.landing-mainanim-6__photo:nth-child(6) i{
		animation: none;
		transform: scale(1.1);
	}
	.landing-mainanim-6__photo:nth-child(1) i::after,
	.landing-mainanim-6__photo:nth-child(6) i::after{
		animation: none;
		border: 2px solid #9757F0;
	}
	.landing-mainanim-6__photo:nth-child(1) span,
	.landing-mainanim-6__photo:nth-child(6) span{
		animation: none;
		opacity: 1;
	}
	.landing-mainanim-6__line{
		stroke: #403D49;
		animation-delay: 0.25s;
	}
	.landing-mainanim-6__star{
		opacity: 0;
		animation-delay: 0.25s;
	}
	.landing-mainanim-6__photo span {
		right: 33px;
		bottom: 23px;
		padding: 5px 12px;
		font-size: 16px;
		line-height: 140%;
	}
	.landing-mainanim-7 {
		margin: 0 -35px;
	}
	.landing-mainanim-7__image {
		width: 404px;
		max-width: none;
		margin: 52px auto 10px;
	}
	.landing-mainanim-7__photo:nth-child(1) {
		width: 9.3%;
		top: 7.9%;
		left: 14.2%;
	}
	.landing-mainanim-7__photo:nth-child(2) {
		width: 9.5%;
		top: -0.3%;
		left: 55.4%;
	}
	.landing-mainanim-7__photo:nth-child(3) {
		width: 9%;
		top: 39.4%;
		left: 0.5%;
	}
	.landing-mainanim-7__photo:nth-child(4) {
		width: 9%;
		top: 52.6%;
		left: 92.4%;
	}
	.landing-mainanim-7__photo:nth-child(5) {
		width: 8.5%;
		top: 17.7%;
		left: 83.4%;
	}
	.landing-mainanim-7__photo:nth-child(6){
		display: none;
	}



	
	




	.landing-item{
		width: 100%;
		padding: 15px 12px 0;
		border-radius: 24px;
		border-bottom: 1px solid #46454B;
	}
	.landing-item__title{
		font-size: 12px;
		margin-bottom: 12px;
	}
	.landing-item__content {
		margin-bottom: 11px;
	}
	.landing-item__photo{
		width: 40px;
		height: 40px;
		margin-right: 12px;
	}
	.landing-item__text{
		font-size: 16px;
		line-height: 150%;
		letter-spacing: -0.04em;
	}
	.landing-item__text br{
		display: none;
	}
	.landing-item__rays{
		width: 36px;
		height: 36px;
	}
	.landing-item__image{
		margin: 0 8px;
	}
	.landing-welcome__arrow{
		margin: 29px 0;
		text-align: center;
		transform: none;
	}
	.landing-welcome__arrow svg{
		width: 70px;
		height: 30px;
		transform: rotate(90deg);
	}
	.landing-welcome__arrow svg path{
		stroke-width: 4 !important;
	}






	
	.landing-wins {
		padding: 57px 0;
	}
	.landing-wins__container{
		display: block;
	}
	.landing-wins__item {
		min-height: 0;
		padding: 11px;
		border-radius: 12px;
	}
	.landing-wins__item:not(:last-child){
		margin-bottom: 21px;
	}
	.landing-wins__icon {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}
	.landing-wins__title{
		font-size: 21px;
		line-height: 110%;
		margin-bottom: 23px;
	}
	.landing-wins__text {
		font-size: 16px;
		letter-spacing: -0.04em;
	}
	.landing-serving{
		padding: 60px 0;
		border-radius: 20px;
	}
	.landing-serving__container{
		display: block;
	}
	.landing-serving__item{
		min-height: 0;
		gap: 17px;
		padding: 22px 17px 19px;
	}
	.landing-serving__item:not(:last-child){
		margin-bottom: 20px;
	}
	.landing-serving__title{
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.02em;
	}
	.landing-serving__title i{
		inset: -2px auto -4px 0;
	}
	.landing-serving__list{
		letter-spacing: -0.04em;
	}



	.landing-how {
		padding: 59px 0 40px;
	}
	.landing-how__tabs{
		background: none;
		border: none;
		padding: 0;
		border-radius: 0;
		overflow-y: auto;
		gap: 12px;
		margin: -17px -20px 27px;
		scrollbar-width: none;
	}
	.landing-how__tabs::-webkit-scrollbar {
		display: none;
	}
	.landing-how__tabs button{
		padding: 9px 12px 11px;
		border: 1px solid #46454B;
		border-radius: 40px;
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		white-space: nowrap;
	}
	.landing-how__tabs button:first-child{
		margin-left: 20px;
	}
	.landing-how__tabs button:last-child{
		margin-right: 20px;
	}
	.landing-how__tabitems{
		display: flex;
		margin-bottom: 25px;
	}
	.landing-how__tabitems button{
		width: 50%;
		padding: 11px 20px;
		border: none;
		background: none;
		font-weight: 500;
		font-size: 14px;
		line-height: 140%;
		letter-spacing: -0.04em;
		color: #FFF;
		position: relative;
	}
	.landing-how__tabitems button.active::before{
		content: '';
		display: block;
		height: 3px;
		background: #FFF;
		border-radius: 5px;
		position: absolute;
		inset: auto 0 0;
	}
	.landing-how__block{
		flex-direction: column;
		padding: 4px 0 20px;
	}
	.landing-how__content{
		width: 100%;
		padding: 0 0 4px;
	}
	.landing-how__name{
		font-size: 22px;
		margin-bottom: 13px;
	}
	.landing-how__subtitle{
		display: none;
	}
	.landing-how__tags {
		margin: -8px 0 8px;
	}
	.landing-how__tags li {
		padding: 1px 11px;
	}
	.landing-how__item{
		margin-bottom: 25px;
	}
	.landing-how__item:not(.show) {
		display: none;
	}
	.landing-how__list {
		font-size: 16px;
	}
	.landing-how__list li:before{
		top: 5px;
	}
	.landing-how__image{
		width: 100%;
	}
	.landing-how__image img{
		border-radius: 16px;
	}
	.landing-how__video i{
		display: none !important;
	}
	.landing-howgallery{
		align-items: flex-start;
		padding: 10px 12px;
		margin-top: 24px;
	}
	.landing-howgallery__image {
		width: 24.15%;
	}
	.landing-howgallery__content{
		width: 75.85%;
		padding: 1px 0 0 13px;
	}
	.landing-howgallery__text{
		font-size: 16px;
		line-height: 150%;
		letter-spacing: -0.04em;
	}
	.landing-find{
		margin-top: 40px;
		padding: 75px 15px;
		border-radius: 20px;
	}
	.landing-find__text{
		font-size: 26px;
		margin: 0 auto 24px;
	}
	.landing-process{
		padding: 58px 0 60px;
		background: linear-gradient(98.58deg, #E2E6FF -6.98%, #FEF6E7 110.22%);
		border-radius: 20px;
	}
	.landing-process__head{
		flex-direction: column;
		gap: 0;
		margin-bottom: 29px;
	}
	.landing-process__head .landing-title{
		width: 100%;
	}
	.landing-process__desc{
		width: 100%;
		font-size: 16px;
		line-height: 150%;
		letter-spacing: -0.04em;
		margin-top: 16px;
	}
	.landing-process__container{
		flex-direction: column;
		gap: 6px;
	}
	.landing-process__tabs{
		width: 100%;
		columns: 2;
		column-gap: 8px;
		gap: 8px;
	}
	.landing-process__tabs button{
		/* width: calc(10% - 4px); */
		min-height: 37px;
		padding: 0;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		text-align: left;
		border-radius: 0;
		background: none !important;
		padding-right: 5px;
		margin-bottom: 11px;
	}
	.landing-process__tabs button::before,
	.landing-process__tabs button::after{
		display: none !important;
	}
	.landing-process__tabs button span{
		width: 32px;
		height: 32px;
		background: #FFF;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		flex-shrink: 0;
	}
	.landing-process__tabs button.active span{
		background: #080808;
		color: #FFF;
	}
	.landing-process__tabs button i{
		display: none;
	}
	.landing-process__tabs button.active{
		padding-right: 0;
		font-weight: 500;
		color: #080808;
	}
	.landing-process__main{
		width: 100%;
		border-radius: 16px;
	}
	.landing-process__block {
		min-height: 0 !important;
		padding: 17px 13px;
	}
	.landing-process__name{
		font-size: 20px;
		margin-bottom: 14px;
	}
	.landing-process__name span{
		font-size: 23px;
		line-height: 100%;
		margin-right: 8px;
	}
	.landing-process__text {
		font-size: 16px;
		line-height: 150%;
		letter-spacing: -0.04em;
	}
	.landing-process__bottom{
		margin-top: 22px;
	}
	.landing-process .slick-arrow{
		width: 40px;
		height: 40px;
		bottom: 19px;
	}
	.landing-process .slick-arrow.slick-prev {
		right: 90px;
	}
	.landing-process .slick-arrow.slick-next {
		right: 34px;
	}
	.landing-process .slick-arrow svg{
		width: 12px;
		height: 10px;
	}
	.landing-talk{
		padding: 40px 0 60px;
		border-radius: 20px;
	}
	.landing-talk__container{
		flex-direction: column;
	}
	.landing-talk__content{
		width: 100%;
		padding: 0 0 33px;
	}
	.landing-talk__text {
		font-size: 16px;
	}
	.landing-talk__formblock{
		width: 100%;
		padding: 14px 16px;
		border-radius: 16px;
	}
	.landing-talk__click{
		display: none;
	}
	.landing-talk__formblock .form-btn .button{
		width: 100%;
		padding: 12px 14px;
		font-size: 14px;
	}
	.landing-thankyou {
		padding: 14px 0;
	}
	.landing-thankyou__icon{
		margin-bottom: 8px;
	}
	.landing-thankyou__icon img{
		width: 52px;
		height: 52px;
	}
	.landing-thankyou__title{
		font-size: 22px;
		letter-spacing: -0.02em;
		margin-bottom: 5px;
	}
	.landing-thankyou__text{
		font-size: 16px;
	}
	
	.landing-control__arrows{
		gap: 12px;
	}
	.landing-control__arrows .slick-arrow,
	.landing-gallery__arrows .slick-arrow{
		width: 40px;
		height: 40px;
	}
	.landing-control__arrows .slick-arrow svg,
	.landing-gallery__arrows .slick-arrow svg{
		width: 12px;
		height: 10px;
	}
	.landing-global {
		padding: 60px 0 27px;
	}
	.landing-global__container{
		flex-direction: column;
		margin: 34px 2px 0 -6px;
	}
	.landing-global__image{
		width: 100%;
	}
	.landing-global__image span{
		margin: 0;
	}
	.landing-global__stats{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 23px 28px;
		padding: 0 0 0 8px;
		margin: 7px 0 0;
	}
	.landing-global__item{
		width: calc(50% - 14px);
		flex-direction: column;
		align-items: flex-start;
		gap: 9px;
		margin: 0;
	}
	.landing-global__value{
		font-size: 32px;
	}
	.landing-global__value span{
		font-size: 24px;
	}
	.landing-global__label{
		font-size: 14px;
		line-height: 140%;
	}
	.landing-global__reward{
		margin: 25px -20px 0;
		gap: 20px;
		padding-bottom: 0;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.landing-global__reward span{
		width: 93px;
		flex-shrink: 0;
	}
	.landing-global__reward span:first-child{
		margin-left: 20px;
	}
	.landing-global__reward span:last-child{
		margin-right: 20px;
	}
	.landing-review{
		padding: 39px 0;
	}
	.landing-global + .landing-review{
		padding: 3px 0 61px;
	}
	.landing-review__link{
		margin-bottom: 24px;
	}
	.landing-review__slider {
		margin-bottom: 23px;
		position: relative;
   		z-index: 1;
	}
	.landing-review__block{
		flex-direction: column;
		border-radius: 24px;
		padding: 63px 16px 16px;
	}
	.landing-review__decor{
		width: 30px;
		inset: 14px auto auto 17px;
	}
	.landing-review__text{
		width: 100%;
		font-size: 18px;
		line-height: 128%;
		letter-spacing: -0.01em;
		padding: 0 0 20px;
	}
	.landing-review__author{
		width: 100%;
	}
	.landing-review__photo{
		width: 52px;
		height: 52px;
	}
	.landing-review__name {
		font-size: 19px;
	}
	.landing-review__status {
		font-size: 15px;
		letter-spacing: -0.01em;
	}
	.landing-gallery__popup {
		max-width: calc(100vw - 16px);
		padding: 12px;
		border-radius: 12px;
	}
	.landing-gallery__head {
		margin: -12px -12px 20px;
		padding: 14px 50px 12px 12px;
		font-size: 16px;
	}
	.landing-gallery__close {
		top: 15px;
		right: 12px;
	}
	.landing-gallery__nums{
		font-size: 16px;
	}
	.landing-case {
		padding: 59px 0;
	}
	.landing-case__head {
		margin-bottom: 31px;
	}
	.landing-case__slider {
		margin: 0 -20px 25px;
	}
	.landing-case__block{
		padding: 16px 16px 14px;
		border-radius: 12px;
		flex-direction: column-reverse;
		align-items: flex-end;
		position: relative;
	}
	.landing-case__content{
		width: 100%;
		padding: 12px 0 0;
	}
	.landing-case__category{
		width: calc(54% - 32px);
		gap: 10px 12px;
		position: absolute;
		top: 16px;
		left: 16px;
	}
	.landing-case__text {
		letter-spacing: -0.04em;
	}
	.landing-case__image{
		width: 46%;
		padding: 0;
	}
	.landing-case__link{
		text-align: left;
		margin-top: 24px;
	}
	.landing-faq{
		padding: 58px 0;
	}
	.landing-faq__container{
		flex-direction: column;
	}
	.landing-faq__head{
		width: 100%;
		padding: 0;
	}
	.landing-faq__items{
		width: 100%;
		padding: 0;
	}
	.landing-faq__item {
		padding: 5px;
	}
	.landing-faq__question{
		font-size: 16px;
	}
	.landing-faq__answer{
		letter-spacing: -0.04em;
		padding: 2px 10px 10px;
	}
	.landing-faq__answer p:not(:last-child) {
		margin-bottom: 10px;
	}
	.page-template-template_landing-2 .footer-discuss,
	.service-template-template_landing-2 .footer-discuss{
		padding: 29px 0 58px;
	}
	.landing-footmenu{
		display: none;
	}
	.page-template-template_landing-2 .mobile-menu_footer ,
	.service-template-template_landing-2 .mobile-menu_footer{
		padding: 47px 0 25px;
	}
}







.landing-report{
	padding: 0 0 80px;
}
.landing-report__block {
	display: flex;
	padding: 62px 48px;
	background: #302E35;
	border-radius: 20px;
	overflow: hidden;
}
.landing-report__image {
	width: 33.8%;
	margin-bottom: -100px;
}
.landing-report__image span{
	display: block;
	position: relative;
	padding-top: 56.25%;
}
.landing-report__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	border-radius: 10px 10px 0 0;
}
.landing-report__content {
	width: 66.2%;
	padding: 0 0 0 105px;
}
.landing-report__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -1px;
	margin-bottom: 11px;
}
.landing-report__title span{
	display: inline-block;
	position: relative;
}
.landing-report__title span:after{
	content: '';
	display: block;
	height: 12px;
	background: url('data:image/svg+xml,<svg width="261" height="12" viewBox="0 0 261 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.2369 6.83207C21.3933 6.81418 22.0391 6.77382 22.3232 6.74853C21.9989 6.82874 20.6658 6.89724 21.2369 6.83207ZM49.6372 0.776181C49.412 0.803056 49.1841 0.830357 48.9452 0.858592C49.6033 0.82584 50.5091 0.762412 51.1184 0.742922C51.2159 0.739859 50.9632 0.791741 51.1982 0.780991C51.4485 0.769673 51.4034 0.719217 51.7423 0.696962C51.9731 0.683022 52.6182 0.659196 53.2969 0.655308C53.7991 0.653794 54.3122 0.654213 54.581 0.650869C56.902 0.621597 59.2318 0.601224 61.551 0.658502C59.1574 0.665278 61.5686 0.734762 62.2385 0.731406C62.3878 0.731822 62.3653 0.626137 64.7644 0.709747C66.289 0.768346 64.8764 0.862476 67.4225 0.876055C65.4694 0.71415 67.3929 0.779437 68.927 0.838526C69.1922 0.846871 71.3274 0.955269 72.2707 1.00335C72.5958 1.01896 73.0857 0.994588 73.5176 1.01837C73.814 1.03476 74.0301 1.07544 74.4717 1.10141C76.5143 1.2228 78.5201 1.37153 80.5755 1.58326C79.3594 1.59641 81.5107 1.73124 81.6069 1.75222C82.0921 1.83739 79.8807 1.62095 80.7516 1.7318C81.9739 1.85056 83.195 1.98616 84.4259 2.15563C83.8113 2.06102 84.4623 2.10716 85.1491 2.19297C85.573 2.24572 86.0162 2.31004 86.1769 2.35166C86.0104 2.20635 91.6117 3.30025 92.4721 3.39362C92.6515 3.41273 91.4936 3.17705 94.1965 3.61966C94.4892 3.66744 94.373 3.68507 94.5272 3.70535C94.6196 3.71748 95.1936 3.69265 95.7776 3.84304C95.9908 3.897 94.5941 3.76411 97.6424 4.18856C96.4471 3.90166 101.87 4.74221 102.864 4.89024C102.667 4.84875 102.47 4.807 102.272 4.76499C103.254 4.93821 103.436 4.92169 103.659 4.95293C104.552 5.07766 105.781 5.2679 106.615 5.36019C107.591 5.46745 107.603 5.39897 108.737 5.54574C108.468 5.50229 108.2 5.45822 107.933 5.4136C108.716 5.50229 109.504 5.586 110.285 5.66234C108.462 5.58155 110.676 5.70569 110.824 5.71375C111.056 5.73082 110.72 5.73969 111.107 5.76877C111.147 5.77125 111.09 5.73135 111.691 5.77711C112.938 5.86819 112.74 5.89496 113.262 5.93155C113.309 5.93385 113.147 5.8934 114.048 5.94149C116.919 6.06869 114.035 5.971 113.923 5.96323C113.776 5.95648 114.758 6.16837 112.314 5.94554C113.137 6.02289 113.21 6.08537 113.305 6.09377C113.388 6.10317 114.81 6.17915 114.887 6.17823C115.586 6.19207 114.973 6.12127 115.11 6.12057C115.225 6.12432 116.923 6.24187 117.327 6.12078C118.134 6.24541 116.861 6.22739 115.488 6.18292C115.286 6.2 116.791 6.27894 116.868 6.27704C117.217 6.28593 117.466 6.28694 117.643 6.28423C118.431 6.26509 117.8 6.19028 118.132 6.14134C118.343 6.11089 119.102 6.15571 118.402 6.0872C120.09 6.02808 119.069 6.10518 119.177 6.11134C119.345 6.11637 119.939 6.05793 120.013 6.0549C120.124 6.0521 119.743 6.10728 120.178 6.08749C120.253 6.0838 120.945 5.98158 120.043 6.02453C121.249 5.94145 121.147 5.89581 121.565 5.94187C122.383 5.68976 122.186 5.9689 122.516 5.93895C123.4 5.85134 123.128 5.75518 123.174 5.74374C123.487 5.67178 125.941 5.3358 126.548 5.2031C126.326 5.33811 124.602 5.52942 124.227 5.59872C122.969 5.84828 126.021 5.36844 125.119 5.62387C125.501 5.53096 125.883 5.43552 126.266 5.33785C126.988 5.28687 125.986 5.50072 127.897 5.12928C128.198 5.01066 126.544 5.38292 126.87 5.27274C127.059 5.21069 128.174 5.00168 128.191 4.9819C128.211 4.95972 127.209 5.16452 127.363 5.10703C127.696 4.9912 131.372 4.34992 128.588 4.9136C129.364 4.76692 129.795 4.80985 130.46 4.64079C130.893 4.52922 128.397 4.84871 132.099 4.14844C132.186 4.19133 130.625 4.45918 130.586 4.47048C130.53 4.48797 130.837 4.56227 130.886 4.55921C131.062 4.55061 134.825 3.71935 135.638 3.61883C135.49 3.61412 136.045 3.4944 136.742 3.35356C137.612 3.17625 138.684 2.98843 138.876 2.94042C138.969 2.91671 138.61 2.93579 138.709 2.91232C139.324 2.76449 141.045 2.5502 141.829 2.43223C142.717 2.29603 142.597 2.27612 142.646 2.26808C143.034 2.2124 142.729 2.2856 142.966 2.25046C143.329 2.18906 145.798 1.86876 145.927 1.85424C145.964 1.84813 145.553 1.85086 146.093 1.77746C146.186 1.76692 146.133 1.81888 147.732 1.62531C149.666 1.40068 146.384 1.69671 147.182 1.55767C148.43 1.50706 148.385 1.43547 148.721 1.40878C148.838 1.39998 149.71 1.3865 150.657 1.30966C149.978 1.3732 149.304 1.44246 148.628 1.51811C149.294 1.46475 150.588 1.34257 151.135 1.31814C151.404 1.30552 151.188 1.37674 151.769 1.33531C151.892 1.32774 152.374 1.15217 150.853 1.32409C150.727 1.28412 151.455 1.2619 151.791 1.22616C151.842 1.22065 152.035 1.12504 152.47 1.14929C152.573 1.16005 151.467 1.44799 154.351 1.12773C154.444 1.11788 154.119 1.10283 154.21 1.09244C154.27 1.08484 155.014 1.06495 155.094 1.05811C155.178 1.05019 154.819 1.03184 154.919 1.02142C155.428 0.967687 156.1 1.07349 155.05 1.10287C155.401 1.10497 155.754 1.10849 156.106 1.11352C155.727 1.02768 156.656 1.0681 157.143 1.05473C160.257 0.98019 158.171 0.953885 158.706 0.911745C159.57 0.850806 158.911 1.02129 160.189 0.966213C160.307 0.964154 158.765 0.883682 161.778 0.936245C161.335 0.935236 160.887 0.935982 160.444 0.938692C160.699 1.03168 162.049 0.939233 162.154 0.940359C163.335 0.943125 162.538 0.962081 164.292 0.948452C164.449 0.947549 164.788 0.978767 165.124 0.97597C166.513 0.963828 163.293 0.90099 163.206 0.867165C163.165 0.840855 166.627 0.932494 166.743 0.951402C167.246 1.00628 165.176 0.920454 165.569 0.981977C165.716 0.993196 170.633 1.14181 171.609 1.21116C171.65 1.21374 171.689 1.21641 171.728 1.21917C172.792 1.29539 173.263 1.44019 173.277 1.30113C173.592 1.46053 173.884 1.38163 174.029 1.39153C175.798 1.51784 175.795 1.52202 177.308 1.62358C177.641 1.64665 177.917 1.71197 178.036 1.71438C178.105 1.71558 177.983 1.65947 178.318 1.67262C178.788 1.68838 181.576 1.9818 181.781 2.02849C181.986 2.07248 180.6 1.93216 180.845 1.99646C181.849 2.09076 182.814 2.17064 183.82 2.27189C184.24 2.31431 184.021 2.32253 184.202 2.34059C184.278 2.34796 185.726 2.46443 185.667 2.4481C185.527 2.4048 181.058 1.99708 182.239 2.05813C182.464 2.06898 183.264 2.2122 183.143 2.11861C187.131 2.51654 191.112 2.95642 195.086 3.39693C192.794 3.21492 190.228 2.88845 187.829 2.64979C187.502 2.61693 186.392 2.49705 186.522 2.55182C188.56 2.76679 191.095 3.00993 193.047 3.24361C193.11 3.25113 192.875 3.26373 193.11 3.29444C193.545 3.35138 194.978 3.44329 195.216 3.48419C195.257 3.49221 194.44 3.45459 194.683 3.51181C195.31 3.65872 195.486 3.49953 196.032 3.55973C196.331 3.59271 197.854 3.79908 198.958 3.92193C199.402 3.97128 199.779 4.0076 199.983 4.01384C200.422 4.02723 199.648 3.93823 198.965 3.85734C198.471 3.79881 198.026 3.74417 198.115 3.73384C198.4 3.75703 198.685 3.78246 198.97 3.80956C200.61 3.96526 202.245 4.17843 203.789 4.34179C203.821 4.34512 203.548 4.27818 203.953 4.31715C204.657 4.38501 204.836 4.45733 205.178 4.50313C205.546 4.55237 206.852 4.68815 207.025 4.72631C207.046 4.73123 206.776 4.75384 206.736 4.75089C206.165 4.70978 205.97 4.6206 205.919 4.61406C205.725 4.59021 205.531 4.59495 205.354 4.57399C205.062 4.53946 204.904 4.49809 204.518 4.45385C204.253 4.42324 204.504 4.4969 204.248 4.46681C204.154 4.45554 203.15 4.24069 203.044 4.33677C203.012 4.36521 211.305 5.32049 212.136 5.38289C211.426 5.29257 210.717 5.20199 210.007 5.11119C211.448 5.30088 213.19 5.40451 213.3 5.5435C218.652 6.13313 224.002 6.71194 229.343 7.1682C229.361 7.16983 229.377 7.17144 229.394 7.17303C230.281 7.25831 229.796 7.29951 231.34 7.39538C230.932 7.33849 230.534 7.28147 230.128 7.22292C230.932 7.31227 234.491 7.59857 235.072 7.61014C235.148 7.61225 235.252 7.54636 236.145 7.59055C236.937 7.62865 237.059 7.68927 237.482 7.72104C237.833 7.74722 238.236 7.75119 238.339 7.75879C238.419 7.76482 238.451 7.80002 238.645 7.81436C239.256 7.85843 238.762 7.74307 239.369 7.87655C239.221 7.8749 239.069 7.87287 238.923 7.87091C239.663 7.91798 240.674 8.0022 239.581 7.98689C239.394 7.98393 239.555 7.95756 239.416 7.9522C233.933 7.70232 238.311 7.98903 240.231 8.00096C240.721 8.07287 243.486 8.10467 243.576 8.10916C243.703 8.12445 243.232 8.15753 243.848 8.198C243.981 8.21962 247.663 8.17071 246.34 8.24387C246.066 8.26324 244.297 8.24964 243.869 8.24364C244.876 8.36337 247.224 8.19458 247.486 8.18721C248.553 8.18196 245.442 8.31477 247.842 8.27985C249.687 8.23617 247.952 8.21901 248.661 8.16814C248.777 8.15954 249.042 8.15371 249.349 8.14549C250.098 8.12744 251.12 8.08199 251.075 8.01504C251.783 7.95799 251.373 8.03654 251.46 8.03457C251.548 8.03502 252.937 7.89634 253.391 7.86693C253.446 7.86402 253.278 7.93162 253.335 7.93011C253.446 7.93031 254.783 7.76964 254.836 7.75481C254.87 7.74771 254.546 7.74288 254.676 7.71611C254.827 7.68898 256.112 7.52388 256.18 7.49756C256.278 7.46829 254.696 7.69666 254.953 7.61014C255.685 7.53264 256.868 7.31798 257.343 7.19662C257.227 7.22827 256.52 7.34301 256.274 7.3747C256.379 7.28982 257.896 7.04241 257.387 7.18421C257.712 7.09864 257.484 7.12015 257.665 7.06003C257.712 7.04485 258.182 6.96222 258.271 6.9336C258.282 6.92932 257.792 6.98643 257.887 6.95499C258.057 6.90087 259.49 6.64963 259.611 6.63389C259.946 6.59327 258.777 6.82983 258.686 6.87649C258.672 6.88426 259.679 6.76323 259.697 6.76528C259.764 6.8111 258.648 6.97124 258.784 6.99839C259.059 6.96011 259.336 6.92103 259.613 6.88173C258.558 7.13141 256.617 7.43179 256.126 7.55646C257.674 7.31169 259.313 7.00347 259.335 7.13709C259.343 7.19263 258.673 7.34655 258.701 7.35562C258.81 7.38861 259.741 7.16393 259.776 7.15999C259.806 7.15783 259.819 7.15842 259.82 7.16131C259.82 7.16131 259.82 7.16132 259.82 7.16132C259.824 7.1913 258.487 7.45442 258.424 7.47818C258.315 7.52206 258.928 7.51448 258.931 7.53602C258.911 7.54491 257.962 7.73553 258.29 7.71694C258.622 7.69907 259.458 7.54898 259.489 7.5474C259.652 7.54219 258.194 7.82505 258.153 7.84412C258.131 7.85557 258.923 7.7592 258.949 7.7666C258.97 7.77538 258.378 7.90801 258.15 7.98644C257.979 8.04523 258.494 7.97836 258.405 7.99833C258.341 8.01495 256.959 8.24601 256.892 8.25854C256.791 8.28195 257.121 8.26472 257.075 8.28064C257.01 8.30392 256.561 8.36099 256.621 8.36444C256.666 8.37223 258.419 8.20165 258.413 8.23106C258.403 8.29001 256.544 8.47718 258.29 8.39772C258.302 8.3972 258.716 8.30924 258.728 8.30831C258.992 8.30126 257.667 8.59805 259.298 8.29699C256.272 8.89739 258.934 8.4458 258.5 8.61388C258.333 8.6807 257.153 8.89213 257.148 8.89621C257.27 8.92202 257.642 8.82629 257.773 8.82616C257.847 8.82775 256.794 9.04522 257.037 9.03665C257.163 9.03486 258.287 8.84155 258.334 8.83496C258.783 8.78614 258.243 8.91165 258.345 8.91485C258.412 8.91763 259.089 8.79914 259.107 8.79808C259.136 8.7986 258.227 9.01566 258.038 9.0666C257.894 9.10643 258.446 9.03582 258.345 9.05967C257.739 9.20648 256.41 9.31576 257.696 9.25011C257.775 9.24616 258.251 9.16193 258.266 9.16089C258.567 9.14963 257.69 9.30325 257.537 9.36001C257.275 9.46022 258.536 9.21976 257.49 9.43273C258.286 9.33928 258.725 9.26006 259.639 9.08486C257.104 9.56583 256.212 9.85012 259.053 9.3628C258.152 9.51962 258.265 9.58105 257.995 9.62864C257.828 9.66046 256.497 9.78743 257.13 9.873C257.21 9.8846 258.006 9.72482 257.763 9.812C255.836 10.1072 257.728 9.85031 257.73 9.85383C257.735 10.0012 252.967 10.5408 252.148 10.563C251.199 10.6502 250.358 10.7765 250.153 10.7867C249.473 10.8187 250.034 10.7493 249.882 10.7406C249.841 10.7383 249.679 10.7484 249.456 10.7637C248.84 10.8076 247.777 10.8785 247.707 10.8758C247.331 10.8657 247.711 10.8066 247.672 10.8048C247.208 10.7915 244.63 10.8479 243.907 10.8214C243.93 10.8563 245.379 10.8657 244.473 10.9147C243.416 10.9692 243.361 10.8191 243.332 10.813C238.586 10.745 233.865 10.4581 229.154 10.0714C229.078 10.0652 229.003 10.0589 228.927 10.0526C228.935 10.0655 229.018 10.0812 229.152 10.0985C229.881 10.1957 232.126 10.3247 232.185 10.3356C232.427 10.3883 230.734 10.2827 229.147 10.1505C228.012 10.057 226.939 9.95382 226.668 9.91785C227.159 9.97895 227.649 10.0389 228.139 10.0979C227.29 10.1154 225.444 9.83214 224.227 9.75448C223.834 9.72968 224.584 9.83596 224.568 9.83665C224.124 9.82952 223.42 9.73459 223.952 9.73912C222.875 9.67989 223.036 9.64585 222.211 9.56075C222.169 9.55638 222.518 9.62737 221.866 9.57741C221.56 9.55447 219.929 9.3891 219.71 9.39772C219.619 9.4018 220.429 9.6252 220.545 9.51599C222.31 9.75335 221.117 9.51886 221.804 9.59069C221.91 9.60141 221.66 9.64585 223.398 9.78401C223.055 9.87309 221.066 9.58445 220.724 9.56365C220.015 9.52272 222.917 9.87772 223.461 9.83381C223.204 9.90355 223.664 9.86656 224.316 9.93262C225.024 10.0042 224.712 10.0028 225.098 10.0392C226.147 10.1375 225.723 10.0313 226.582 10.1697C225.752 9.90843 228.071 10.2793 228.748 10.3829C227.64 10.2992 226.532 10.2099 225.426 10.1166C225.488 10.1322 225.55 10.1477 225.612 10.1633C225.323 10.1351 225.031 10.1065 224.739 10.0775C224.786 10.0726 224.834 10.0677 224.882 10.0628C223.375 9.98142 223.017 9.87575 222.894 9.8634C221.323 9.70169 219.505 9.51634 217.918 9.34963C217.68 9.3244 217.837 9.40308 216.106 9.17132C215.554 9.0972 216.082 9.10597 215.453 9.04585C214.656 9.08987 214.68 8.98913 214.447 8.96386C213.779 8.89192 213.365 8.87899 213.304 8.87272C212.476 8.78806 211.266 8.6508 210.358 8.55601C210.341 8.55463 210.808 8.6456 210.22 8.56947C210.013 8.54271 208.175 8.17113 206.546 8.04756C206.967 8.10526 207.387 8.16289 207.809 8.22061C207.314 8.15007 203.832 7.81113 204.677 7.94928C205.196 8.03371 206.48 8.06522 206.608 8.18453C205.474 8.02756 199.283 7.39907 198.598 7.30777C198.586 7.30608 198.575 7.30455 198.567 7.3032C198.548 7.3003 198.566 7.299 198.599 7.29837C198.69 7.29661 198.899 7.2998 198.83 7.28925C198.814 7.28677 198.728 7.27746 198.603 7.26417C198.165 7.21772 197.248 7.12281 197.098 7.09661C196.983 7.07657 197.633 7.12485 197.582 7.1071C197.536 7.09344 195.708 6.88425 195.6 6.91554C196.05 6.94623 197.312 7.09556 196.646 7.06077C196.56 7.05611 196.121 6.98178 196.017 6.97641C195.052 6.92602 197.923 7.21916 198.367 7.26669C196.558 7.12901 193.777 6.76769 191.688 6.58348C190.848 6.45942 192.943 6.66125 191.993 6.5316C190.02 6.26303 191.461 6.52484 191.399 6.52285C190.906 6.50671 189.248 6.14152 189.234 6.28674C188.519 6.19082 188.753 6.19624 187.739 6.11147C187.871 6.13511 188.004 6.15892 188.136 6.18258C187.004 6.15016 184.647 5.70176 184.827 5.70383C185.311 5.70753 186.543 5.89917 186.647 5.90831C186.804 5.92195 187.252 5.81743 188.953 6.12586C189.664 6.09891 186.243 5.78075 187.805 5.87258C186.753 5.77264 182.442 5.28032 181.816 5.27046C181.742 5.26949 182.076 5.39883 181.016 5.25142C180.511 5.18141 181.732 5.29158 181.502 5.2481C180.962 5.14268 175.069 4.61749 171.584 4.49119C170.531 4.44787 169.689 4.41568 169.266 4.39937C169.146 4.39462 169.191 4.36575 169.073 4.36128C168.71 4.34703 167.391 4.34249 166.744 4.30762C168.083 4.40972 165.479 4.32524 164.818 4.30601C163.817 4.27222 163.878 4.22107 163.446 4.2011C161.775 4.12131 159.193 4.25002 157.897 4.15884C157.97 4.27311 155.658 4.14921 154.609 4.20142C153.789 4.23596 152.602 4.3837 153.712 4.37063C152.295 4.43844 150.809 4.56734 149.487 4.6944C149.268 4.71557 149.567 4.65283 149.192 4.6905C149.158 4.69432 149.116 4.73248 148.796 4.76677C146.159 5.06698 147.435 4.86684 146.938 4.89745C146.661 4.91687 146.457 4.93507 146.307 4.95106C147.844 4.75659 149.623 4.58178 150.098 4.54252C149.684 4.49083 146.681 4.88413 145.8 4.9858C145.769 4.98889 145.871 4.93397 145.84 4.93755C145.839 4.93763 145.838 4.93772 145.838 4.9378C145.509 4.96956 143.414 5.27563 143.853 5.26617C143.971 5.26291 144.934 5.12355 146.079 4.97964C145.769 5.02719 146.007 5.04524 145.952 5.05398C145.294 5.15518 143.663 5.33372 143.089 5.41709C142.958 5.4355 142.972 5.4639 142.95 5.46722C142.427 5.5405 142.626 5.42261 142.105 5.59478C141.145 5.63714 143.873 5.30353 143.674 5.26918C143.515 5.1965 137.491 6.28109 137.534 6.39771C137.517 6.39423 137.464 6.39665 137.365 6.40768C137.333 6.41136 137.295 6.41595 137.252 6.42153C136.867 6.47139 135.179 6.82507 134.892 6.89896C134.843 6.91204 134.879 6.98826 134.818 7.00148C134.666 7.03469 132.586 7.39018 131.82 7.58977C132.241 7.51827 132.664 7.44551 133.08 7.37373C130.556 7.87808 130.953 7.82011 131.797 7.67992C131.839 7.6718 131.881 7.66671 131.921 7.65903C132.576 7.54807 133.414 7.39706 133.43 7.40054C133.488 7.41951 129.194 8.27476 130.008 8.03635C130.118 8.00644 132.116 7.65018 131.119 7.79C130.946 7.81507 129.673 8.07567 129.603 8.08202C129.147 8.13078 131.928 7.53946 131.572 7.54937C130.907 7.73525 130.035 7.87567 129.261 8.03492C128.905 8.10795 128.827 8.16382 128.784 8.17274C128.132 8.30356 128.491 8.19377 128.272 8.23474C128.159 8.25759 126.879 8.57627 127.102 8.4084C122.833 9.19526 125.947 8.72401 128.551 8.23653C127.735 8.43538 126.112 8.69275 125.378 8.81566C125.114 8.86057 125.278 8.87838 124.834 8.95432C123.934 9.14642 119.473 9.58444 118.258 9.51368C118.989 9.48706 118.776 9.4463 118.21 9.45645C117.645 9.46131 118.12 9.52148 118.01 9.52831C117.983 9.52979 117.826 9.53001 117.597 9.52552C116.832 9.51524 115.22 9.43706 114.887 9.42361C116.819 9.48343 116.381 9.42334 114.748 9.34385C114.983 9.34254 115.224 9.34055 115.46 9.33735C114.498 9.32096 112.499 9.11872 111.946 9.09244C111.859 9.08911 112.167 9.15143 112.118 9.14954C111.635 9.13235 109.999 8.94916 109.921 8.95296C109.854 8.95801 110.553 9.05422 110.291 9.04633C110.235 9.04468 109.57 8.93198 108.904 8.87779C108.659 8.85787 108.803 8.90889 108.741 8.90477C108.225 8.86935 108.532 8.84085 107.592 8.75021C106.901 8.68229 106.381 8.68442 105.434 8.55151C108.547 8.98817 105.925 8.66034 104.619 8.52045C104.41 8.49782 104.579 8.58783 103.337 8.39651C106.007 8.61407 102.586 8.24066 101.893 8.14122C101.855 8.13568 101.846 8.09073 101.506 8.04391C101.477 8.04 101.515 8.07496 101.198 8.0339C98.1883 7.63708 100.115 7.87102 99.5481 7.76263C99.3075 7.71673 97.8422 7.54741 97.449 7.48992C97.3587 7.47673 97.4047 7.45267 97.0554 7.40229C96.4371 7.31312 95.8793 7.26239 95.4713 7.2035C95.4238 7.1964 95.4288 7.14871 94.6546 7.04701C94.4369 7.01834 94.1906 6.99813 94.4968 7.05882C95.5119 7.26018 97.465 7.47221 98.6171 7.68347C99.6676 7.87814 96.3365 7.39745 96.1642 7.36901C96.1007 7.3597 96.7536 7.43295 96.0946 7.32972C95.5318 7.24165 94.4898 7.16835 93.654 7.02169C93.5902 7.01062 92.9312 6.83776 92.9627 6.83839C92.9912 6.83988 94.0221 6.98254 93.8759 6.93935C93.8584 6.93437 93.2045 6.83453 93.1216 6.80629C93.0198 6.77188 92.7658 6.5486 92.627 6.52254C92.2708 6.4561 92.4974 6.53311 92.2663 6.49446C91.7704 6.41183 90.0571 6.09064 89.9921 6.14425C90.2754 6.1922 90.5591 6.24019 90.8432 6.28817C89.2605 6.04827 89.9304 6.1797 89.7045 6.15649C89.4611 6.13149 89.5372 6.08725 89.0055 5.99906C88.8892 5.97961 86.658 5.6439 86.6958 5.6736C87.9328 5.82825 87.4665 5.82526 87.5228 5.83521C87.7388 5.87333 88.0199 5.87821 88.3095 5.92413C90.3475 6.24803 88.2823 5.98737 88.7611 6.07782C88.9264 6.10891 89.2607 6.12784 89.3309 6.14049C89.5585 6.18149 89.5557 6.22453 89.7088 6.24488C90.0662 6.29244 89.6597 6.16754 89.6885 6.16882C90.0124 6.18089 91.2507 6.42157 90.4649 6.36617C90.9269 6.46224 90.9941 6.39132 91.3582 6.48042C92.0825 6.65727 90.9858 6.47049 90.6856 6.43438C89.6115 6.30576 89.2983 6.2254 87.7859 6.00045C87.2394 5.91909 86.5911 5.85797 86.3372 5.82084C86.1782 5.79731 84.697 5.43161 84.6221 5.63559C84.622 5.63557 84.6219 5.63555 84.6218 5.63553C84.0686 5.52854 83.1748 5.26639 82.5846 5.20195C82.0452 5.14277 82.2117 5.23914 82.1604 5.2358C82.0874 5.23131 81.4324 5.15106 81.2175 5.13931C80.9594 5.12445 81.0864 5.1664 80.6725 5.13535C79.6608 5.06247 79.6859 4.99104 79.5849 4.97584C78.3719 4.80696 78.8959 4.96545 78.6261 4.95003C78.3722 4.92689 74.8463 4.62106 74.0964 4.61168C74.4024 4.6151 74.7062 4.61902 75.0085 4.62352C74.4735 4.54011 73.8863 4.58287 73.884 4.49671C73.7676 4.62793 72.6496 4.47038 72.3131 4.45668C72.18 4.45102 72.1892 4.47516 72.0223 4.46738C71.3744 4.43627 69.9078 4.34925 69.555 4.34703C68.0284 4.33177 71.9233 4.58957 72.2283 4.61839C71.6155 4.57797 68.1392 4.45761 69.7326 4.59374C69.9793 4.61471 70.42 4.57271 70.5583 4.57683C71.4968 4.60555 70.7562 4.62586 70.8294 4.63463C70.9546 4.64897 71.5753 4.62586 71.7369 4.64079C71.7918 4.64588 71.4368 4.67713 72.3332 4.72573C71.8907 4.74737 69.3785 4.58969 69.048 4.59059C68.9304 4.59098 69.6628 4.72052 67.5135 4.53868C67.5381 4.54925 67.5628 4.55982 67.5874 4.5704C66.3883 4.53123 65.188 4.49948 63.9879 4.47491C64.1188 4.45566 64.7946 4.42742 63.9449 4.41626C63.4563 4.4104 63.8165 4.46848 63.7719 4.46888C63.3337 4.44875 55.5764 4.35594 54.0766 4.41542C53.9083 4.41832 53.6431 4.42692 53.3628 4.43787C52.8269 4.45999 52.1713 4.51078 52.0902 4.51472C51.4384 4.5451 49.1659 4.65537 48.6972 4.69281C48.4138 4.71459 48.6874 4.73866 48.4313 4.75319C48.1905 4.76688 48.4374 4.71068 48.3657 4.71363C47.7812 4.73254 43.3209 5.09617 42.2614 5.13861C42.9064 5.10137 46.1343 4.79268 46.0658 4.77045C46.0405 4.76821 45.2734 4.79083 45.1071 4.81754C44.822 4.80259 43.9388 4.97132 43.4179 4.98811C43.3611 4.98989 43.5769 4.91457 42.6948 4.96773C42.3816 4.98678 41.592 5.09083 40.7683 5.09999C39.5928 5.20922 33.425 5.60661 33.0139 5.70473C33.0032 5.70892 33.8659 5.66353 33.2862 5.73509C32.5094 5.83082 33.2049 5.65871 32.2853 5.72074C32.1538 5.72924 29.6138 5.94203 29.5435 5.95515C28.7861 6.08132 30.9891 5.93309 30.9649 5.94286C30.8825 5.96855 29.0576 6.12513 28.9796 6.12692C28.9083 6.12785 30.4012 5.92147 28.599 6.09825C28.8083 6.092 29.0164 6.08586 29.2232 6.07984C28.3782 6.16752 28.2801 6.11495 28.0802 6.12722C27.4565 6.16541 26.7594 6.31319 25.7338 6.28238C25.4644 6.27398 25.9049 6.205 25.8709 6.20323C25.5479 6.18872 25.1461 6.32961 24.6489 6.28895C24.6112 6.28601 25.7494 6.14528 23.7537 6.30688C23.8878 6.30375 24.026 6.3003 24.1656 6.29674C23.8864 6.33656 21.886 6.50963 21.6075 6.5284C20.8265 6.58026 21.5044 6.46914 20.716 6.54031C21.2362 6.57393 18.8049 6.78329 18.9494 6.70585C18.6285 6.81465 16.5598 6.92161 15.6045 6.99897C14.9893 7.04875 13.7583 7.18713 13.5661 7.19896C13.3308 7.21339 13.3982 7.15148 12.9711 7.17454C12.8466 7.18134 11.5863 7.32773 10.4739 7.36269C10.2575 7.36959 9.79415 7.31296 10.1948 7.2555C10.8839 7.15684 12.1639 7.12681 12.1497 7.07159C12.1209 7.01358 10.3988 7.1935 9.91838 7.226C7.74813 7.37177 8.99618 7.20284 8.93637 7.18839C8.79119 7.15335 7.60872 7.25432 7.55695 7.25446C7.35004 7.25303 8.18862 7.14506 8.19798 7.11547C8.21168 7.07679 7.05959 7.10613 7.31898 7.07164C7.69341 7.0221 8.7439 6.99016 8.80841 6.98206C9.66243 6.87392 8.48152 6.88646 8.14962 6.87183C8.04962 6.86715 8.44194 6.81262 8.35958 6.8157C7.10012 6.86341 8.1069 6.95874 7.26723 7.01744C6.51466 7.07016 7.47721 6.93207 7.44759 6.93144C7.41208 6.93096 6.50784 7.0041 6.37489 6.99519C6.2929 6.99193 8.62302 6.68485 8.51381 6.64446C7.78363 6.7168 7.02687 6.7915 6.29775 6.864C6.23035 6.80491 7.30219 6.76217 7.41293 6.74618C7.63446 6.71412 7.01075 6.73391 7.03534 6.71136C7.04897 6.69719 7.7741 6.58961 7.11366 6.62611C6.88341 6.63891 6.41936 6.72342 5.60186 6.74612C8.43628 6.4476 6.45747 6.57823 6.37677 6.56208C6.291 6.54638 7.64073 6.37849 6.00156 6.52638C5.91974 6.40727 6.03431 6.48377 6.49598 6.42265C7.06645 6.34733 5.732 6.41826 7.84702 6.27154C7.72357 6.22287 6.02527 6.37026 5.94306 6.37255C5.86617 6.37478 6.23593 6.31453 6.10241 6.31597C4.51815 6.33582 5.60426 6.29611 5.14097 6.26246C5.10157 6.25926 3.59281 6.36001 4.73841 6.25242C6.80435 6.05834 7.68782 6.06779 8.01978 5.86106C6.46116 5.91451 4.63843 6.18414 4.15791 6.22684C3.43575 6.29085 4.18122 6.19122 4.09122 6.18863C4.05708 6.18821 3.44591 6.24303 3.43823 6.2408C2.98051 6.14317 6.17949 6.00627 7.17696 5.89871C6.90656 5.90109 6.62653 5.90428 6.36377 5.90604C6.72058 5.87511 7.09692 5.84256 7.46041 5.81113C5.70772 5.91783 7.4008 5.80056 7.82203 5.65474C7.91728 5.62191 6.77987 5.76022 8.07494 5.58225C7.11474 5.64716 7.41903 5.59898 6.54549 5.70376C6.56749 5.6576 8.52701 5.44258 9.27984 5.35676C6.57877 5.53411 8.11505 5.56709 5.76962 5.6791C5.34112 5.77009 6.45449 5.66538 6.36358 5.68211C6.04185 5.74178 5.2753 5.75486 4.34847 5.9473C4.19727 5.97881 4.84862 5.98121 3.89172 6.0595C3.78465 6.06817 3.18618 6.06972 3.19314 6.06557C3.2704 6.02046 3.85894 5.985 3.88586 5.96664C3.90347 5.94991 3.24867 6.01459 3.24485 6.0107C3.22083 5.96445 3.79342 5.94573 3.70922 5.93775C3.53246 5.91986 1.13256 6.01952 4.25433 5.78522C1.66994 6.05894 3.9146 5.8672 4.93973 5.75955C5.19759 5.73248 5.26074 5.6983 5.626 5.65742C6.09648 5.6047 6.63987 5.57269 6.8918 5.54616C7.15564 5.5181 5.64593 5.57714 7.82272 5.41408C6.70056 5.44067 4.78981 5.6744 3.68685 5.72035C1.51059 5.80872 5.2038 5.47482 5.58919 5.43315C5.69132 5.42199 5.34492 5.41232 5.41292 5.40419C5.52086 5.39133 7.62499 5.23182 7.83113 5.18232C8.03581 5.13288 7.05973 5.24876 6.99019 5.22106C6.95068 5.20169 9.47365 4.94935 8.10565 5.04897C7.1559 5.11821 5.42376 5.35535 5.12296 5.28316C6.49688 5.15888 7.91401 5.03138 9.28362 4.90832C8.52611 4.93475 7.76745 4.96141 6.99579 4.9893C8.56121 4.84557 9.91502 4.77387 11.3853 4.59774C7.82692 4.77657 12.5169 4.4079 12.5876 4.38783C12.6025 4.37789 11.1889 4.39928 10.9672 4.4002C12.2045 4.25917 15.9672 3.92838 13.7599 3.99252C14.1519 3.98683 15.1325 3.83891 15.1171 3.83519C14.981 3.79365 12.8779 4.00276 13.2171 3.92696C13.6159 3.83849 14.1613 3.86807 14.7917 3.80976C17.9411 3.51769 17.0618 3.31495 20.235 3.09798C20.1711 3.09341 20.1071 3.08885 20.0431 3.0843C23.4955 2.817 26.9168 2.55591 30.3796 2.29734C31.709 2.10753 35.3013 1.77559 37.0637 1.65113C37.4364 1.62425 39.161 1.53793 39.3062 1.53497C39.5546 1.53107 38.1987 1.6388 38.812 1.62037C38.9546 1.6146 41.9034 1.4142 41.6781 1.38441C41.3634 1.40192 40.3129 1.5033 40.1446 1.50486C38.9657 1.5077 48.0531 0.915249 48.5206 0.868761C48.3218 0.866169 48.1179 0.864063 47.9086 0.862443C48.4919 0.831949 49.0771 0.802458 49.6372 0.776181ZM23.549 6.5104C23.2139 6.58477 22.3493 6.61969 21.8315 6.67522C21.1378 6.75034 19.9551 7.02896 20.4559 6.80584C21.4792 6.70763 22.5272 6.60775 23.549 6.5104ZM38.658 5.38986C37.9691 5.41671 38.496 5.27506 39.0588 5.27489C39.1284 5.27447 39.5884 5.35373 38.658 5.38986ZM31.3926 5.90393C31.4225 5.90021 32.0143 5.85628 32.034 5.85633C32.5677 5.85511 30.7818 5.9875 31.3926 5.90393ZM66.3504 4.45108C65.5888 4.43186 66.1373 4.5406 66.6119 4.51812C66.6417 4.51667 66.4005 4.45242 66.3504 4.45108ZM65.8088 4.43195C65.2195 4.33125 64.0242 4.46798 64.9712 4.47599C65.063 4.4765 65.8362 4.43657 65.8088 4.43195ZM36.1864 5.53801C36.2643 5.50028 36.9809 5.46059 37.2783 5.4455C37.2741 5.47475 36.4912 5.51097 36.1864 5.53801ZM54.2111 4.37356C54.2233 4.36354 53.8327 4.36264 53.3617 4.36963C52.7126 4.37902 51.7449 4.43869 51.6604 4.46236C51.8679 4.44377 52.7625 4.40392 53.3621 4.39535C53.82 4.38854 54.1996 4.38288 54.2111 4.37356ZM60.5594 4.33991C60.498 4.33453 59.6397 4.33216 59.665 4.35461C60.0839 4.38687 60.8415 4.36282 60.5594 4.33991ZM73.1822 4.76982C73.2279 4.76753 72.5995 4.589 74.1064 4.77153C74.3277 4.79848 73.5324 4.78662 73.6112 4.7966C73.7759 4.81617 73.9047 4.82855 74.0102 4.83583C73.3078 4.80419 72.5714 4.76935 72.5023 4.75715C72.1723 4.69892 73.1598 4.77034 73.1822 4.76982ZM79.7776 5.15686C79.9302 5.14764 80.8408 5.25081 81.0528 5.28377C81.088 5.28939 80.9275 5.33205 81.3378 5.37187C81.6673 5.40448 81.1764 5.28797 81.8262 5.37072C82.475 5.45532 81.6021 5.39872 81.6568 5.40858C81.7364 5.42019 82.7402 5.51157 82.7062 5.54457C82.6784 5.56621 81.6053 5.42154 81.3368 5.39975C80.9956 5.37028 81.4064 5.45808 80.8335 5.38812C80.4699 5.34458 80.6803 5.28862 80.6044 5.27687C80.5466 5.26621 79.2758 5.18886 79.7796 5.15729C79.7789 5.15715 79.7783 5.15701 79.7776 5.15686ZM74.202 4.84423C74.1486 4.84353 74.086 4.84105 74.0102 4.83583C74.0746 4.83872 74.1387 4.84145 74.202 4.84423ZM25.5501 6.31435C25.9095 6.30927 24.8516 6.42534 24.4372 6.42758C24.4303 6.40283 25.4953 6.31501 25.5501 6.31435ZM74.8589 4.82291C75.9067 4.91244 75.1315 4.88519 74.202 4.84423C74.4991 4.8482 74.5094 4.79377 74.8589 4.82291ZM45.1071 4.81754C45.1522 4.82016 45.181 4.82716 45.1856 4.84165C45.0673 4.83374 45.0559 4.82585 45.1071 4.81754ZM47.564 4.6759C48.4016 4.57522 46.6738 4.69184 46.7034 4.72268C46.6997 4.73498 47.5347 4.67947 47.564 4.6759ZM67.3268 4.48809C67.25 4.48121 68.4489 4.38648 66.7116 4.42881C67.6366 4.47598 66.6596 4.45775 66.6737 4.47031C66.7103 4.50481 68.266 4.52688 68.6087 4.55647C68.8808 4.50558 67.5797 4.51064 67.3288 4.48816C67.3281 4.48814 67.3274 4.48811 67.3268 4.48809ZM91.5792 6.85173C91.3639 6.85466 90.7004 6.73985 90.252 6.66783C90.467 6.66503 91.1307 6.78003 91.5792 6.85173ZM209.646 8.5181C206.551 8.21175 206.166 8.02239 208.989 8.39048C209.044 8.39779 209.835 8.52395 209.646 8.5181ZM183.131 5.67612C182.847 5.58498 183.809 5.6665 184.44 5.75496C184.583 5.77487 185.103 5.89078 184.501 5.84427C184.526 5.76906 183.597 5.64883 183.131 5.67612ZM75.4542 4.82173C75.7603 4.79951 76.6964 4.8968 77.1889 4.9421C76.8841 4.95279 75.8881 4.86388 75.4542 4.82173ZM199.5 7.33491C199.174 7.29527 198.949 7.32696 199.005 7.33753C199.254 7.38532 199.868 7.406 199.5 7.33491ZM72.4233 4.63036C72.3811 4.60194 73.6288 4.64806 73.7104 4.71667C73.4459 4.69566 72.4527 4.64744 72.4233 4.63036ZM90.7356 6.70136C90.545 6.65867 91.5465 6.79108 91.847 6.85052C91.8182 6.87345 90.8612 6.72946 90.7356 6.70136ZM194.251 6.79515C193.96 6.7594 193.23 6.68061 193.148 6.69437C193.044 6.71153 194.115 6.8154 194.251 6.79515ZM248.893 11.0781C248.932 11.0881 247.778 11.1958 247.264 11.1846C246.288 11.1687 248.851 11.0802 248.893 11.0781ZM202.585 7.63915C203.499 7.79157 202.483 7.62975 202.518 7.68929C203.136 7.75843 204.676 7.92943 203.623 7.75959C203.418 7.72659 202.873 7.67405 202.585 7.63915ZM201.739 7.52862C201.638 7.53581 200.969 7.5204 201.543 7.57837C201.808 7.60508 202.241 7.5888 201.739 7.52862ZM241.76 11.1194C240.922 11.0567 244.767 11.1527 244.879 11.1485C244.937 11.1532 244.975 11.1576 244.997 11.1612C245.141 11.1465 245.868 11.1418 245.952 11.18C245.735 11.1786 245.138 11.1829 245.068 11.1782C245.038 11.1763 245.016 11.1745 245 11.1727C244.741 11.2141 241.92 11.1391 241.76 11.1194ZM235.409 10.7993C236.369 10.7822 236.532 10.9124 236.449 10.9123C235.405 10.9056 236.09 10.8521 236.057 10.8462C235.987 10.8355 235.243 10.8349 235.412 10.7994C235.411 10.7994 235.41 10.7993 235.409 10.7993ZM240.456 11.0618C240.495 11.062 241.301 11.0898 241.333 11.0922C241.991 11.1532 239.714 11.0741 240.456 11.0618ZM84.6862 5.66073C85.1048 5.7342 84.8984 5.73046 84.6129 5.69336C84.5213 5.68155 84.4198 5.6661 84.3288 5.64848C84.2997 5.64286 84.2188 5.58359 84.6197 5.64938C84.6406 5.65283 84.6627 5.6566 84.6862 5.66073ZM201.285 7.49176C201.194 7.47584 199.542 7.28019 198.61 7.19446C198.2 7.1566 197.93 7.1394 197.989 7.16668C198.053 7.1716 198.287 7.19685 198.606 7.23181C199.734 7.35472 201.916 7.60292 201.285 7.49176ZM176.171 4.98397C176.766 5.02917 176.11 5.04432 175.8 4.9978C175.684 4.98044 176.021 4.97264 176.171 4.98397ZM70.7459 4.48644C70.1301 4.49311 70.2628 4.38009 70.7932 4.44591C70.8139 4.4485 70.77 4.4862 70.7459 4.48644ZM180.893 5.4146C178.848 5.27272 179.35 5.1064 181.999 5.41944C181.916 5.42086 181.831 5.42206 181.747 5.42344C184.808 5.74287 181.956 5.45551 181.204 5.39949C180.919 5.3779 181.155 5.43363 180.895 5.41502C180.895 5.41488 180.894 5.41474 180.893 5.4146ZM173.068 4.77498C171.119 4.52247 174.851 4.82044 175.927 4.89231C174.882 4.87582 173.528 4.77853 175.366 4.96456C172.672 4.79554 173.8 4.81747 173.691 4.80339C173.567 4.79034 173.149 4.78563 173.068 4.77498ZM178.241 5.14208C178.356 5.14703 179.207 5.24846 179.519 5.27099C179.08 5.28153 177.487 5.10874 178.241 5.14208ZM228.777 10.3568C228.823 10.3365 228.91 10.3236 229.132 10.3336C229.269 10.3398 229.456 10.3546 229.713 10.3808C229.578 10.3824 229.352 10.3754 229.129 10.3678C229.004 10.3637 228.881 10.3595 228.777 10.3568ZM22.8833 6.35924C22.4179 6.39428 21.4702 6.45695 21.7635 6.47402C21.7977 6.47469 22.8858 6.38202 22.8833 6.35924ZM191.517 6.42042C191.419 6.40479 188.854 6.13415 189.736 6.26919C190.001 6.3093 192.336 6.54902 191.517 6.42042ZM204.799 7.84769C204.585 7.82374 203.712 7.73574 203.693 7.74289C203.63 7.76801 204.702 7.86761 204.799 7.84769ZM20.5216 6.51213C20.4632 6.51281 19.0181 6.6386 19.1845 6.64389C19.4792 6.6554 20.7379 6.50832 20.5216 6.51213ZM86.7492 5.88694C86.8674 5.90383 87.0171 5.96983 87.058 5.97665C87.1537 5.99193 89.3231 6.31365 88.4867 6.23814C88.3472 6.22514 85.2353 5.72057 84.8312 5.65431C84.6829 5.57272 86.0053 5.83203 86.3296 5.87648C86.3868 5.88421 86.4308 5.84191 86.7482 5.88703C86.7485 5.887 86.7488 5.88697 86.7492 5.88694ZM232.338 10.5925C232.442 10.5663 235.026 10.7111 234.998 10.7509C234.111 10.7031 233.225 10.6501 232.338 10.5925ZM231.026 10.4897C230.475 10.4216 231.768 10.5116 232.149 10.5496C232.152 10.5752 231.106 10.5002 231.026 10.4897ZM199.956 7.18339C199.698 7.16474 200.483 7.30317 200.305 7.29456C200.191 7.28878 199.619 7.20715 199.433 7.20425C199.38 7.204 199.961 7.31702 200.131 7.3331C200.373 7.3561 200.143 7.29142 200.406 7.31943C201.279 7.41251 202.05 7.52464 202.869 7.61309C202.943 7.621 202.373 7.53068 203.003 7.59971C203.101 7.61032 203.682 7.71569 204.437 7.79206C206.117 7.84554 207.328 8.10685 209.448 8.29251C209.37 8.27169 207.791 8.06543 207.698 8.05397C205.932 7.83844 202.766 7.48875 200.915 7.28931C200.441 7.23803 200.668 7.29016 200.464 7.26912C200.302 7.25248 200.499 7.22258 199.956 7.18339ZM23.1286 6.31112C22.9047 6.27841 22.1192 6.37458 21.6158 6.41309C21.793 6.44451 22.6447 6.33916 23.1286 6.31112ZM219.46 9.38498C219.208 9.36112 218.436 9.26545 218.369 9.27375C218.285 9.28523 219.402 9.41385 219.46 9.38498ZM98.9898 7.76839C99.0144 7.77062 99.6138 7.85872 99.6366 7.86344C100.168 7.98015 98.3674 7.71522 98.9898 7.76839ZM113.473 9.3959C113.935 9.41919 114.41 9.42919 114.562 9.47827C114.266 9.45756 113.416 9.42161 113.473 9.3959ZM133.637 7.34543C133.533 7.31186 134.895 7.07172 135.151 7.02406C135.062 7.06686 133.711 7.37044 133.637 7.34543ZM228.691 10.1799C228.892 10.1975 229.034 10.2053 229.142 10.2082C229.494 10.2176 229.492 10.1765 229.896 10.2373C229.981 10.2502 230.253 10.4434 229.33 10.3043C229.192 10.2836 229.612 10.2892 229.141 10.2296C229.039 10.2166 228.894 10.2004 228.691 10.1799ZM182.431 5.46156C182.649 5.44617 183.31 5.51963 183.761 5.56622C183.657 5.58262 182.753 5.48914 182.431 5.46156ZM17.9387 6.68349C17.5314 6.66647 15.7255 6.85335 16.1761 6.84945C16.2378 6.84865 17.6787 6.70296 17.9387 6.68349ZM77.5851 4.81608C78.3291 4.83609 76.7922 4.69991 76.3041 4.70528C76.5249 4.71792 77.5354 4.81401 77.5851 4.81608ZM128.907 8.23911C128.943 8.2312 129.732 8.08679 129.768 8.08154C130.423 8.00057 128.187 8.4094 128.907 8.23911ZM108.684 8.92823C108.974 8.92802 110.872 9.1324 111.297 9.19666C110.882 9.2168 108.319 8.93572 108.684 8.92823ZM225.22 9.89388C225.819 9.94813 226.388 10.0103 226.942 10.0738C226.821 10.0913 225.281 9.92086 225.22 9.89388ZM131.797 7.67992C131.839 7.6718 131.881 7.66671 131.921 7.65903C131.879 7.66624 131.837 7.67311 131.797 7.67992ZM211.806 8.48959C211.305 8.42402 211.404 8.48548 211.435 8.49036C211.811 8.54777 212.373 8.56366 211.806 8.48959ZM22.5489 6.28334C22.3715 6.25221 21.5177 6.35717 21.0413 6.38532C21.1815 6.40982 22.153 6.32033 22.5489 6.28334ZM170.975 4.58007C170.694 4.54586 171.051 4.53766 171.581 4.54449C172.228 4.5517 173.14 4.59265 173.438 4.62828C173.461 4.65034 172.314 4.61495 171.579 4.59874C171.251 4.59078 171.003 4.58337 170.975 4.58007ZM75.2807 4.57874C75.2304 4.53899 74.1594 4.51332 74.3851 4.54474C74.5292 4.56411 75.3078 4.60241 75.2807 4.57874ZM174.717 4.7298C174.962 4.73506 175.512 4.80892 175.315 4.81658C175.062 4.82617 174.655 4.72873 174.717 4.7298ZM196.284 6.76025C196.18 6.74363 194.76 6.62933 195.341 6.72765C195.745 6.796 195.814 6.75165 195.91 6.76164C196.016 6.77311 198.282 7.07766 196.284 6.76025ZM156.657 4.31829C157.189 4.2897 157.829 4.2921 158.386 4.28328C158.159 4.3069 156.885 4.33951 156.657 4.31829ZM79.405 4.8944C79.2749 4.85914 75.7698 4.57069 77.7594 4.77353C77.8759 4.78235 79.7924 4.97189 79.405 4.8944ZM228.691 10.1799C228.585 10.1705 228.462 10.1584 228.319 10.1426C228.461 10.1562 228.584 10.169 228.691 10.1799ZM219.13 9.26234C219.327 9.25673 218.351 9.14856 218.064 9.13217C217.971 9.15443 219.104 9.26346 219.13 9.26234ZM158.428 4.24655C158.745 4.227 159.331 4.237 159.726 4.23367C159.66 4.25703 158.565 4.26792 158.428 4.24655ZM136.127 6.71173C136.586 6.6287 137.107 6.52161 137.375 6.4547C137.478 6.4289 137.54 6.4097 137.542 6.40089C137.556 6.40276 137.587 6.4014 137.638 6.39605C137.691 6.39001 138.355 6.2437 138.645 6.19879C139.341 6.09103 138.431 6.26967 137.381 6.4831C135.767 6.81091 133.84 7.1743 136.816 6.51592C136.589 6.58067 136.356 6.64658 136.127 6.71173ZM106.131 8.57959C105.769 8.50222 104.742 8.4229 105.006 8.46899C105.19 8.50235 106.492 8.65836 106.131 8.57959ZM120.403 9.31882C120.291 9.32415 119.256 9.40604 119.228 9.42246C119.829 9.42274 120.921 9.31008 120.403 9.31882ZM103.333 8.1934C103.106 8.15861 102.806 8.17765 102.832 8.18367C103.063 8.23536 103.713 8.27472 103.333 8.1934ZM226.958 9.873C226.615 9.82625 225.528 9.76865 225.289 9.78436C225.246 9.7729 225.128 9.75229 224.911 9.72025C224.912 9.72031 224.913 9.72038 224.913 9.72044C224.62 9.69024 215.866 8.78363 221.731 9.45261C221.915 9.4733 221.665 9.41418 222.415 9.4946C222.465 9.49993 222.487 9.53023 222.639 9.54663C222.99 9.58498 224.861 9.78271 225.242 9.79468C225.245 9.80015 225.269 9.80734 225.32 9.81667C225.777 9.90053 227.221 9.9097 226.958 9.873ZM122.432 9.12214C122.228 9.13637 121.578 9.21384 121.513 9.24399C121.837 9.22788 122.911 9.09126 122.432 9.12214ZM79.3056 4.78354C78.8978 4.72482 77.8773 4.6774 78.1836 4.72343C78.3738 4.75001 79.7689 4.84875 79.3056 4.78354ZM115.864 9.36988C118.255 9.47167 116.434 9.38602 116.801 9.36093C116.488 9.3658 116.179 9.36884 115.864 9.36988ZM237.843 10.7295C237.466 10.7033 237.913 10.6534 238.324 10.7104C238.454 10.7285 238.053 10.744 237.843 10.7295ZM254.952 10.3796C254.621 10.3591 256.208 10.1916 255.597 10.3153C255.569 10.3212 254.977 10.3798 254.952 10.3796ZM242.974 10.8479C242.715 10.8864 242.549 10.8897 241.827 10.8621C242.897 10.8736 241.905 10.8153 242.974 10.8479ZM137.534 6.39771C137.538 6.39861 137.542 6.39918 137.542 6.40089C137.537 6.40024 137.535 6.39916 137.534 6.39771ZM101.134 7.9118C100.846 7.83574 100.027 7.72423 100.266 7.79465C100.289 7.80146 101.01 7.92233 101.134 7.9118ZM225.289 9.78436C225.327 9.79451 225.307 9.79688 225.242 9.79468C225.24 9.78954 225.257 9.78651 225.289 9.78436ZM105.546 8.44979C105.512 8.47409 106.767 8.6307 106.816 8.63203C107.54 8.66576 106.062 8.51131 105.546 8.44979ZM71.0987 4.18835C71.0342 4.18803 71.4457 4.27862 71.7 4.26413C71.8972 4.25279 71.3407 4.18913 71.0987 4.18835ZM245.428 10.8489C245.83 10.8486 246.395 10.8434 246.499 10.8755C246.231 10.8742 245.418 10.874 245.428 10.8489ZM254.327 10.4061C253.852 10.5005 252.764 10.6049 252.066 10.6485C252.049 10.6033 253.881 10.4758 254.327 10.4061ZM228.032 9.98669C228 9.98218 227.005 9.87929 227.139 9.92567C227.33 9.99401 228.312 10.0299 228.032 9.98669ZM73.0151 4.3267C73.4584 4.32801 72.4481 4.19688 71.9762 4.22953C71.7355 4.24552 72.9416 4.32575 73.0151 4.3267ZM98.5844 7.50436C97.9981 7.44005 99.4395 7.68394 99.646 7.67589C99.3779 7.63513 98.793 7.52742 98.5844 7.50436ZM118.685 9.30799C118.025 9.28672 117.711 9.27717 117.601 9.28951C117.529 9.29712 117.543 9.31227 117.6 9.32858C117.713 9.36028 117.999 9.39352 118.148 9.38508C118.195 9.38371 118.733 9.31024 118.685 9.30799ZM13.3475 6.85457C13.0886 6.89069 14.0632 6.86229 14.1833 6.81759C14.2591 6.78955 13.5145 6.83136 13.3475 6.85457ZM146.307 4.95106C146.23 4.96058 146.154 4.97014 146.079 4.97964C146.135 4.97105 146.21 4.96145 146.307 4.95106ZM93.3221 6.57528C94.5889 6.91886 94.4712 6.78518 94.583 6.803C94.825 6.84146 95.382 6.96625 95.8399 7.02836C95.3141 6.96617 94.7888 6.90337 94.2634 6.84C94.6736 6.91619 98.2584 7.50508 98.3382 7.48921C98.4513 7.4715 97.3175 7.31676 97.2855 7.30867C97.2387 7.29746 97.076 7.17775 96.9717 7.15865C96.7988 7.12922 93.7984 6.67401 93.3221 6.57528ZM114.721 9.23342C115.02 9.25977 115.107 9.30109 115.247 9.29851C115.295 9.29756 115.305 9.26229 115.468 9.25999C115.22 9.25228 114.967 9.24319 114.721 9.23342ZM90.9947 6.3493C90.6367 6.24949 92.2691 6.5198 92.3208 6.53253C92.5961 6.60519 91.2865 6.43098 90.9947 6.3493ZM104.924 8.3427C104.865 8.33386 103.598 8.16116 103.607 8.18596C103.939 8.2488 105.634 8.46174 104.924 8.3427ZM115.669 9.26582C116.124 9.28964 116.977 9.34821 116.882 9.29139C116.881 9.29138 116.881 9.29136 116.88 9.29134C116.475 9.28599 116.073 9.27741 115.669 9.26582ZM74.5348 4.30394C73.7171 4.16708 74.1033 4.29883 74.8253 4.37299C75.0465 4.34878 74.6686 4.32633 74.5348 4.30394ZM71.9102 4.08869C71.6855 4.05866 69.3244 3.96672 69.6832 4.02951C69.8109 4.05035 71.1664 4.07252 71.2299 4.07965C71.3241 4.08905 70.8899 4.11752 71.6124 4.14378C71.5712 4.12458 71.988 4.09784 71.9102 4.08869ZM73.8582 4.20702C73.0485 4.09337 72.8551 4.20374 73.4703 4.23947C73.7101 4.2537 73.9734 4.22343 73.8582 4.20702ZM77.1847 4.44516C76.893 4.41078 76.1104 4.336 75.574 4.33975C76.2908 4.39233 77.0129 4.44924 77.7306 4.51057C77.8148 4.49461 77.442 4.475 77.1828 4.445C77.1834 4.44505 77.1841 4.4451 77.1847 4.44516ZM259.242 9.35881C258.59 9.44097 260.075 9.1611 260.137 9.15753C260.328 9.15111 259.534 9.32225 259.242 9.35881ZM8.17683 6.19037C7.99523 6.192 7.87388 6.15729 7.47634 6.2143C7.8812 6.21336 8.28355 6.21266 8.6834 6.21221C8.98552 6.11084 8.3757 6.18869 8.17683 6.19037ZM6.61711 6.04417C6.6739 6.03755 6.35268 5.94779 7.09697 5.96303C7.58803 5.97423 4.92672 6.25014 4.42857 6.24067C4.96771 6.17092 6.13904 6.09948 6.61711 6.04417ZM1.88371 5.93935C1.85289 5.93263 2.87138 5.83244 2.98794 5.82913C3.6072 5.81119 2.05891 5.97433 1.88371 5.93935ZM5.13806 5.68568C4.65786 5.70361 5.71646 5.59945 6.02893 5.58614C6.06188 5.60509 5.21314 5.68262 5.13806 5.68568ZM252.459 8.58386C251.941 8.54719 251.494 8.75068 252.281 8.65557C252.319 8.65094 252.481 8.58592 252.459 8.58386ZM2.87012 5.73769C3.34768 5.71984 2.29544 5.82378 1.97616 5.83788C1.9456 5.81875 2.79829 5.74046 2.87012 5.73769ZM252.084 8.42506C251.4 8.41958 251.654 8.59127 251.739 8.59325C252.092 8.60134 253.285 8.42129 253.526 8.37499C251.736 8.57298 252.404 8.42303 252.084 8.42506ZM248.947 8.71482C248.595 8.73826 248.945 8.74447 249.373 8.73082C249.717 8.72 250.108 8.69529 250.242 8.66469C250.051 8.67622 249.677 8.68919 249.372 8.69878C249.182 8.70483 249.018 8.71002 248.947 8.71482ZM245.093 8.71715C244.753 8.71121 243.733 8.68657 243.565 8.71358C243.936 8.71396 244.949 8.74893 245.093 8.71715ZM244.32 8.62403C243.787 8.57892 243.656 8.69655 244.274 8.66643C244.298 8.66523 244.34 8.62644 244.32 8.62403ZM241.319 8.52799C240.97 8.47093 240.564 8.57368 241.134 8.59384C241.303 8.59941 241.356 8.53442 241.319 8.52799ZM251.22 8.28071C250.724 8.29224 250.083 8.41172 251.148 8.3568C250.777 8.39324 250.403 8.4269 250.031 8.45772C251.427 8.43074 251.315 8.31397 251.715 8.29241C252.273 8.25776 252.234 8.35391 252.126 8.3926C252.58 8.30515 254.513 8.11913 255.624 7.94525C254.644 8.06101 253.046 8.18882 252.075 8.24449C251.797 8.26175 251.529 8.30675 251.293 8.31946C250.912 8.33941 251.248 8.28028 251.222 8.28058C251.221 8.28062 251.221 8.28067 251.22 8.28071ZM237.37 8.37164C236.34 8.26522 236.989 8.41522 237.571 8.42307C237.596 8.42271 237.396 8.37426 237.37 8.37164ZM1.46856 5.5037C2.86224 5.43386 1.8491 5.58397 4.73594 5.24166C3.52091 5.41372 4.6731 5.29674 4.43703 5.34464C4.24831 5.38269 3.52623 5.42559 3.94869 5.43427C3.40619 5.43172 1.04867 5.64547 0.933898 5.64746C0.934901 5.64738 0.935903 5.64729 0.936905 5.6472C0.872322 5.64805 1.02321 5.52614 1.46856 5.5037ZM245.089 8.4144C244.746 8.27323 244.611 8.49672 243.938 8.37422C243.04 8.53928 246.415 8.38787 246.825 8.512C243.159 8.53081 249.248 8.62247 246.687 8.4416C248.793 8.48197 247.376 8.40282 247.7 8.36988C248.046 8.33526 249.235 8.3267 249.173 8.27522C249.172 8.27525 249.171 8.27527 249.171 8.2753C248.446 8.30688 247.717 8.32955 246.991 8.34469C247.707 8.44582 246.217 8.43714 245.712 8.34449C245.502 8.36834 245.298 8.39163 245.089 8.4144ZM249.212 8.4467C249.138 8.45043 247.559 8.51204 247.661 8.52976C247.814 8.53895 249.068 8.49515 249.362 8.46346C249.441 8.45572 249.453 8.44994 249.362 8.44778C249.327 8.44692 249.278 8.44655 249.212 8.4467ZM256.113 7.8058C255.554 7.8891 254.686 7.9773 254.385 8.05382C254.946 7.99041 255.815 7.8938 256.113 7.8058ZM226.836 7.51919C226.106 7.489 228.345 7.69883 227.7 7.59996C227.669 7.59545 226.874 7.52113 226.836 7.51919ZM243.437 8.42355C242.7 8.3695 243.044 8.51209 243.594 8.4837C243.626 8.482 243.471 8.426 243.437 8.42355ZM2.5885 5.39185C2.63337 5.35438 4.63531 5.20824 4.99435 5.17766C4.79188 5.22592 2.53298 5.43501 2.5885 5.39185ZM257.078 7.53042C255.949 7.59646 254.462 7.92034 254.294 7.93361C254.129 7.94941 254.381 7.86746 254.344 7.87032C254.259 7.88385 252.502 8.06301 252.416 8.06757C252.355 8.07551 252.68 8.12262 252.318 8.17611C253.028 8.10136 256.238 7.73014 256.401 7.67654C256.529 7.64934 255.548 7.72436 257.076 7.53073C257.077 7.53062 257.077 7.53052 257.078 7.53042ZM253.878 7.96381C254.319 7.94797 253.09 8.08303 252.789 8.09482C252.124 8.12985 253.821 7.97203 253.878 7.96381ZM250.905 8.18362C250.761 8.18831 249.486 8.24584 249.375 8.28234C249.986 8.30532 251.228 8.18093 250.905 8.18362ZM236.576 8.09386C236.237 8.08072 235.318 8.00093 235.264 8.02752C235.598 8.04361 236.521 8.12154 236.576 8.09386ZM9.3911 4.55335C8.82299 4.57571 10.1338 4.45534 10.5101 4.43602C10.5338 4.4542 9.44109 4.5513 9.3911 4.55335ZM243.315 8.13348C243.12 8.13456 239.075 8.04095 238.505 8.01721C239.06 8.07704 243.071 8.195 243.25 8.17379C243.302 8.17124 243.341 8.13529 243.315 8.13348ZM252.008 7.899C252.37 7.82645 252.611 7.8583 252.658 7.85493C253.11 7.82436 254.042 7.7152 253.841 7.77915C253.048 7.85467 251.287 8.04259 252.008 7.899ZM236.297 7.87748C234.926 7.81801 237.557 8.00942 237.217 7.94297C237.192 7.93925 236.443 7.88415 236.297 7.87748ZM243.767 8.12632C244.072 8.10976 248.105 8.11559 248.747 8.07245C248.171 8.15767 247.702 8.12025 246.925 8.13596C246.716 8.14004 246.772 8.16668 246.749 8.16706C246.384 8.17297 246.655 8.13782 246.433 8.13988C246.292 8.15037 243.342 8.17803 243.767 8.12632ZM252.214 7.85191C252.439 7.82152 254.908 7.55036 255.008 7.53127C255.758 7.49949 252.412 7.86897 252.214 7.85191ZM243.397 8.06285C243.833 7.99556 245.835 8.05317 244.464 8.08635C244.334 8.08929 243.779 8.05154 243.397 8.06285ZM236.449 7.81244C236.38 7.80761 234.952 7.7093 234.922 7.7309C235.13 7.75573 237.218 7.87973 236.449 7.81244ZM237.196 7.76883C237.162 7.76757 237.494 7.83214 236.823 7.79139C236.769 7.78768 236.663 7.73035 235.821 7.70207C235.648 7.6962 235.382 7.71562 235.401 7.71891C236.273 7.85824 238.93 7.82651 237.196 7.76883ZM252.256 7.80537C252.121 7.79379 252.436 7.70221 252.731 7.7095C252.857 7.71259 252.627 7.77435 252.256 7.80537ZM231.907 7.49854C232.744 7.5209 230.131 7.31682 229.997 7.31326C230.077 7.34626 231.826 7.49788 231.907 7.49854ZM10.6808 4.13311C10.6802 4.13316 10.6795 4.13322 10.6788 4.13327C11.3805 4.08371 10.9491 4.15346 10.9821 4.15174C12.4667 4.07702 12.0836 4.03294 12.3137 4.00472C12.8179 3.94322 12.7465 4.04179 13.5878 3.93334C12.1942 4.10611 13.4662 3.97639 13.5076 4.00591C13.6843 4.12565 11.6175 4.10041 10.9394 4.18546C10.8433 4.19739 11.5601 4.18038 11.3137 4.21319C10.5183 4.31919 7.96314 4.32587 10.6808 4.13311ZM252.954 7.68331C253.271 7.62809 255.679 7.37403 255.046 7.48284C254.945 7.51435 252.494 7.79177 252.954 7.68331ZM137.171 3.45177C137.524 3.36057 137.167 3.40803 136.768 3.48025C136.505 3.5278 136.228 3.58423 136.13 3.61502C136.048 3.64108 136.436 3.58812 136.778 3.52931C136.939 3.50145 137.089 3.47316 137.171 3.45177ZM127.65 5.18823C126.959 5.32056 126.259 5.58577 127.112 5.41367C127.204 5.39531 127.733 5.19337 127.65 5.18823ZM174.316 1.59927C173.57 1.50198 173.611 1.59951 174.158 1.63167C174.352 1.64341 174.339 1.60241 174.316 1.59927ZM145.782 2.00195C145.705 2.00707 144.845 2.1218 144.879 2.13997C145.197 2.11035 146.268 1.96566 145.782 2.00195ZM174.554 1.60107C174.113 1.58987 174.866 1.70588 175.411 1.67733C175.141 1.66377 174.597 1.60195 174.554 1.60107ZM241.887 7.82544C241.52 7.85607 240.491 7.81441 239.9 7.79869C239.838 7.74772 241.464 7.82672 241.887 7.82544ZM130.598 4.68802C129.948 4.8514 131.359 4.60428 131.221 4.58323C131.201 4.58472 130.626 4.68111 130.598 4.68802ZM198.185 3.85738C197.696 3.83553 199.234 4.03953 198.815 3.94207C198.794 3.93769 198.212 3.85854 198.185 3.85738ZM204.92 4.60166C204.553 4.5512 202.981 4.38293 203.589 4.47866C203.684 4.49342 204.889 4.62585 204.92 4.60166ZM12.3526 3.96521C12.149 3.93044 13.3101 3.84595 13.4731 3.84145C13.539 3.83972 12.6214 4.01008 12.3526 3.96521ZM169.474 1.35395C169.09 1.34434 168.092 1.29362 167.915 1.3145C168.387 1.32568 169.598 1.41273 169.474 1.35395ZM133.592 4.08983C133.006 4.15169 132.032 4.35244 132.288 4.37583C133.366 4.15411 132.142 4.33876 133.592 4.08983ZM177.041 1.71793C176.733 1.6899 176.492 1.74249 176.526 1.74834C176.857 1.80467 177.345 1.76899 177.041 1.71793ZM153.777 1.29135C153.757 1.26126 152.76 1.32954 152.895 1.34193C152.938 1.34514 153.793 1.31422 153.777 1.29135ZM229.099 7.07607C228.886 7.04491 229.09 7.0492 229.402 7.06858C229.748 7.09026 230.211 7.1283 230.425 7.16183C230.563 7.20643 229.837 7.1471 229.399 7.1059C229.236 7.09062 229.115 7.07823 229.099 7.07607ZM185.568 2.50282C185.618 2.4625 184.078 2.33701 184.681 2.43314C184.833 2.45721 185.55 2.51584 185.568 2.50282ZM200.256 3.98658C199.222 3.92838 203.536 4.43198 202.408 4.24364C202.328 4.22993 200.346 3.99141 200.256 3.98658ZM207.302 4.78719C207.125 4.7619 207.23 4.6227 207.957 4.76064C208.052 4.77865 207.598 4.76859 207.675 4.78623C207.721 4.79642 209.313 4.99249 209.387 4.99706C209.467 5.00178 209.379 4.94384 209.46 4.94728C209.55 4.95119 210.528 5.10083 211.041 5.15745C212.01 5.26419 212.118 5.2357 212.198 5.24427C212.43 5.26928 212.814 5.33971 213.284 5.39069C215.648 5.64819 219.263 5.99708 221.127 6.26948C219.464 6.06671 217.873 5.93616 216.213 5.7703C216.708 5.73963 213.765 5.57239 215.488 5.66053C214.698 5.59968 207.881 4.86995 207.304 4.78741C207.303 4.78734 207.302 4.78727 207.302 4.78719ZM124.922 5.61068C125.334 5.49822 123.174 5.83534 122.998 5.90944C123.285 5.88513 124.868 5.62851 124.922 5.61068ZM134.959 3.58367C135.164 3.53296 135.334 3.39633 136.41 3.22811C136.411 3.22791 136.412 3.22772 136.413 3.22752C136.73 3.178 136.377 3.27484 136.437 3.27161C136.445 3.27132 136.584 3.25059 136.717 3.2331C136.932 3.20467 137.128 3.18537 136.725 3.27399C136.698 3.27999 136.668 3.28648 136.636 3.2935C135.405 3.55748 136.503 3.24459 135.848 3.37747C135.764 3.39443 134.534 3.7007 134.608 3.69749C134.616 3.69743 134.988 3.60992 135.052 3.60195C135.289 3.57244 135.181 3.62635 135.214 3.62107C135.281 3.60999 136.07 3.4286 136.729 3.29002C137.13 3.20559 137.479 3.14038 137.591 3.13611C137.625 3.13493 137.25 3.21554 136.736 3.32793C135.799 3.53344 134.402 3.83152 134.322 3.84239C134.241 3.85387 134.258 3.76208 134.173 3.77055C134.128 3.77559 132.841 4.0694 132.671 4.0953C132.621 4.10292 132.583 4.10801 132.555 4.11152C132.756 4.09868 131.583 4.33169 131.614 4.29437C131.631 4.27903 132.441 4.12412 132.469 4.12035C132.482 4.11867 132.493 4.11765 132.504 4.1164C132.333 4.11859 135.067 3.56563 134.466 3.63772C135.253 3.45023 134.367 3.73088 134.959 3.58367ZM138.809 2.76299C138.727 2.78743 138.645 2.81198 138.563 2.83663C139.977 2.54826 141.627 2.31368 143.273 2.07633C143.692 2.01639 143.203 2.0295 143.753 1.96724C144.19 1.91813 144.687 1.90494 144.449 1.94822C144.388 1.95859 143.496 2.04653 143.045 2.11711C141.732 2.32318 142.069 2.32437 141.993 2.33635C141.905 2.35097 141.079 2.4485 140.623 2.52787C139.492 2.72546 138.976 2.84459 137.427 3.10862C138.308 2.90447 137.811 2.92969 138.809 2.76299ZM192.066 3.03404C192.123 3.00975 193.045 3.13384 193.381 3.16497C193.326 3.18947 192.401 3.06487 192.066 3.03404ZM54.2231 0.666892C53.9338 0.718037 56.0902 0.710362 55.5216 0.674552C55.4001 0.665845 54.4884 0.663281 54.2231 0.666892ZM63.8965 0.757246C64.1846 0.749982 63.0267 0.688592 63.0276 0.727355C63.0292 0.739379 63.8596 0.757885 63.8965 0.757246ZM157.354 0.934734C157.408 0.93142 158.208 0.927858 158.232 0.930562C158.761 0.971417 156.136 0.995009 157.354 0.934734ZM75.6528 1.21372C74.6454 1.17573 77.6689 1.40309 76.7479 1.2963C76.7013 1.2902 75.7012 1.2148 75.6528 1.21372ZM79.8601 1.54013C79.6195 1.51828 78.5493 1.40877 78.5336 1.42339C78.5105 1.44474 79.7355 1.56894 79.8601 1.54013ZM177.264 1.54817C177.156 1.48331 178.552 1.63673 179.044 1.67231C179.156 1.73707 177.752 1.57805 177.264 1.54817ZM168.371 1.01689C170.041 1.06873 171.133 1.1191 171.731 1.1512C172.524 1.19574 172.462 1.2103 171.73 1.18714C171.042 1.16718 169.756 1.11246 168.016 1.03069C168.01 0.994788 167.996 1.00547 168.371 1.01689ZM175.981 1.41718C175.761 1.43683 175.088 1.37887 174.631 1.34652C174.714 1.32656 175.65 1.399 175.981 1.41718ZM51.6152 0.667982C51.8933 0.619167 52.9112 0.597608 53.2962 0.615121C53.4108 0.620141 53.4565 0.626224 53.3848 0.632007C53.3769 0.632611 53.3455 0.633442 53.2966 0.634419C52.8906 0.637424 51.4809 0.695482 51.6152 0.667982ZM157.854 0.877224C157.715 0.823235 159.513 0.822408 159.648 0.836664C160.203 0.880061 158.001 0.858235 157.854 0.877224ZM185.651 2.25805C185.967 2.24665 186.851 2.35704 187.422 2.41567C187.158 2.42514 186.134 2.30649 185.651 2.25805ZM181.531 1.83081C181.565 1.8321 182.366 1.90998 182.4 1.91521C183.048 2.01671 180.796 1.79821 181.531 1.83081ZM9.66802 3.80955C9.6951 3.8059 10.3 3.75791 10.3207 3.75778C10.8638 3.7531 9.04737 3.89701 9.66802 3.80955Z" fill="%23304FE9"/></svg>') no-repeat 0 0 / 100% auto;
	position: absolute;
	left: -19px;
	bottom: -14px;
	right: -22px;
}
.landing-report__title span:after{
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
.landing-report__title span.animate:after{
	animation: drawLine 2s ease forwards;
}
@keyframes drawLine {
	to{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}


.landing-report__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #BCBBC2;
	margin-bottom: 24px;
}
.landing-gallery__arrows {
	display: flex;
	gap: 16px;
}
.landing-gallery__arrows .slick-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background: #302E35;
	border: 1px solid #302E35;
	border-radius: 50%;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
}
.landing-gallery__arrows .slick-arrow:before{
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	transition: all 0.2s;
}
.landing-gallery__arrows .slick-arrow svg{
	fill: #fff;
	position: relative;
	transition: fill 0.2s;
}
.landing-gallery__arrows .slick-arrow.slick-prev svg{
	transform: scaleX(-1);
}
.landing-gallery__arrows .slick-arrow:hover:before{
	opacity: 1;
	transform: scale(1);
}
.landing-gallery__arrows .slick-arrow:hover svg{
	fill: #080808;
}
.landing-gallery-open{
	overflow: hidden;
}
.landing-gallery {
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	inset: 0;
	color: #16131B;
	z-index: 10000;
	transition: all 0.3s;
}
#hubspot-messages-iframe-container{
	z-index: 9999 !important;
}
.landing-gallery.show{
	visibility: visible;
	opacity: 1;
}
.landing-gallery__overlay {
	position: absolute;
	background: rgba(22,19,27,0.6);
	inset: 0;
}
.landing-gallery__popup {
	display: flex;
	flex-direction: column;
	width: 1100px;
	height: 766px;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 134px);
	padding: 20px;
	background: #FFF;
	border-radius: 20px;
	position: relative;
}
.landing-gallery__head {
	margin: -20px -20px 20px;
	padding: 20px 100px 20px 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.04em;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
	flex-shrink: 0;
}
.landing-gallery__close {
	border: none;
	background: none;
	position: absolute;
	top: 24px;
	right: 20px;
}
.landing-gallery__body{
	flex-grow: 1;
	position: relative;
}
.landing-gallery__slider {
	position: absolute !important;
	inset: 0;
}
.landing-gallery__slider .slick-list,
.landing-gallery__slider .slick-track,
.landing-gallery__slider .slick-slide,
.landing-gallery__slider .slick-slide > div,
.landing-gallery__slide{
	height: 100%;
}
.landing-gallery__slide span{
	display: flex;
	height: 100%;
}
.landing-gallery__slider .landing-gallery__slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
	margin: auto;
}
.landing-gallery,
.landing-gallery__slider {
  touch-action: auto !important;
}
.landing-gallery__control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	gap: 50px;
	margin-top: 16px;
}
.landing-gallery__nums {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.04em;
}
.landing-gallery__arrows .slick-arrow{
	background: #F8F8F9;
	border: 1px solid #F8F8F9;
}
.landing-gallery__arrows .slick-arrow::before {
	background: #16131B;
}
.landing-gallery__arrows .slick-arrow svg{
	fill: #16131B;
}
.landing-gallery__arrows .slick-arrow:hover svg{
	fill: #FFF;
}






@media only screen and (max-width: 992px){
	.landing-report__block{
		flex-direction: column-reverse;
		padding: 16px 17px 0;
	}
	.landing-report__image{
		width: 65%;
		padding: 0;
		margin-bottom: -13%;
	}
	.landing-report__image img{
		border-radius: 8px 8px 0 0;
	}
	.landing-report__content{
		width: 100%;
		padding: 0 0 21px;
	}
	.landing-report__title{
		font-size: 22px;
		letter-spacing: -0.02em;
		margin-bottom: 7px;
	}
	.landing-report__title span::after {
		left: -8px;
		bottom: -13px;
		right: -15px;
	}
	.landing-report__text{
		font-size: 16px;
		margin-bottom: 16px;
	}
	.landing-gallery__arrows .slick-arrow{
		width: 40px;
		height: 40px;
	}
	.landing-gallery__arrows .slick-arrow svg{
		width: 12px;
		height: 10px;
	}
	.landing-gallery__popup {
		max-width: calc(100vw - 16px);
		padding: 12px;
		border-radius: 12px;
	}
	.landing-gallery__head {
		margin: -12px -12px 20px;
		padding: 14px 50px 12px 12px;
		font-size: 16px;
	}
	.landing-gallery__close {
		top: 15px;
		right: 12px;
	}
	.landing-gallery__nums{
		font-size: 16px;
	}
}
