@charset "UTF-8";
#common__bg{
	background:rgba(var(--color_12), 0.8) !important;
}
/* common */
.contents__item{
	width:586px;
	margin:0 auto;
}
.common__heading{
	font-size:4em;
	line-height:normal;
	position:relative;
	padding: 0 0 0.6em;
	margin: 0 0 1em;
}
.common__heading::after{
	position: absolute;
	content: "";
	display: inline-block;
	background: rgb(var(--color_15));
	width: 40px;
	height: 5px;
	left: 0;
	bottom: 0;
}
.common__item{
	margin:0 0 3em;
}
.common__subheading{
	font-size:1.8em;
	font-weight:700;
	margin: 0 0 1.6em;
}
.common__item p{
	font-size:1.8em;
	word-break: break-all;
}
.contents__list ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 2em;
}
.contents__list--name{
	width:320px;
	font-size:2.6em;
}
.contents__list--detail{
	width:660px;
	font-size:2em;
}

@media screen and (max-width:768px) {
.contents__item{
	width:auto;
	padding: 2em;
}
.common__heading{
	font-size:2.6em;
	padding: 0 0 0.6em;
	margin: 0 0 1em;
}
.common__item p{
	font-size:1.5em;
}
.contents__list{
	padding: 2em;
}
.contents__list ul{
	display:block;
}
.contents__list--name{
	width:auto;
	font-size:2.2em;
	margin:0 0 .6em;
}
.contents__list--detail{
	width:auto;
	font-size:1.5em;
}
}


/** info, consult **/
.info__heading{
	text-align:center;
	font-size:6em;
	margin:0 0 .6em;
}
.info__subheading{
	text-align:center;
	font-size:2em;
	margin:0 0 2em;
}
.info__form{
	background: rgb(var(--color_36));
	width:500px;
	margin: 0 auto;
	padding:3em;
}
.info__form h3{
	font-size:3em;
	font-weight:700;
}
.info__form--item label{
	font-size:1.4em;
	display: block;
}
.info__form--item label::after {
	color: rgb(var(--txtlbl,var(--color_15)));
	content: " *";
}
.info__form--item .not_asterisk::after {
	content: "";
}
.info__form--select{
	display: flex;
	flex: 1;
	flex-direction: column;
	position: relative;
	margin:0 0 1em;
}
.custom-select{
	border-bottom: 2px solid rgb(var(--color_15));
	border-top:0;
	border-left:0;
	border-right:0;
	color: 333;
	font-size:1.8em;
	max-width: 100%;
	min-height:44px;
	padding:0 .6em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin:0 0 .8em;
}
.info__form--select select:focus{
	outline:0;
}
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
}
.custom-select-trigger {
	position: relative;
	display: block;
	line-height: 60px;
	cursor: pointer;
}
.custom-options {
	position: absolute;
	display: block;
	top: 100%; left: 0; right: 0;
	min-width: 100%;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: rgb(var(--color_15));
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	overflow-x: hidden;
	overflow-y: scroll;
	overscroll-behavior: contain;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.custom-option {
	position: relative;
	display: block;
	padding: .6em 1em;
	font-size: .8em;
	color: rgb(248,207,169);
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-option:hover,
.custom-option.selection {
	background: #23a2a1;
	color:#9b9b9b;
}
.info__form--select__arrow {
	align-items: center;
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	height: inherit;
	left: auto;
	padding-left: 20px;
	padding-right: 20px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}
.info__form--select__arrow svg{
	width:12px;
	fill:rgb(var(--color_15));
}
.arrow__reversal svg{
	transform: rotate(180deg);
}
.info__form--input input{
	border-bottom: 2px solid rgb(var(--color_15));
    border-top: 0;
    border-left: 0;
    border-right: 0;
	width: 100%;
	min-height:44px;
	margin: 0 0 0.8em;
	background: rgb(var(--color_11));
	font: var(--font_8);
	font-family:futura-lt-w01-book,futura-lt-w05-book,sans-serif;
	padding: 0 0.8em;
    font-size: 1.6em;
}
.info__form--input input:focus{
	outline:0;
	background: rgb(var(--color_36));
}
.info__form--input textarea{
	border-bottom: 2px solid rgb(var(--color_15));
    border-top: 0;
    border-left: 0;
    border-right: 0;
	width: 100%;
	min-height:88px;
	margin: 0 0 0.8em;
	font: var(--font_8);
	font-family:futura-lt-w01-book,futura-lt-w05-book,sans-serif;
	padding: 0 0.8em;
    font-size: 1.6em;
}
.info__form--input textarea:focus{
	outline:0;
}
.info__form--button{
	background: rgb(var(--color_11));
    color: rgb(var(--color_15));
	border:2px solid rgb(var(--color_15));
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    padding: .4em;
    font-size: 1.6em;
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
	border-radius: 20px;
}
.info__form--button:hover{
	background: rgb(var(--color_36));
}
.info__form--box{
	display:flex;
	justify-content: space-between;
}
.info__form--box .info__form--input{
	width:48%;
}
@media screen and (max-width:768px) {
.info__wrapper{
	padding:2em;
}
.info__heading{
	font-size:3em;
}
.info__subheading{
	font-size:1.6em;
}
.info__form{
	width:auto;
	padding:2em;
}
.info__form h3{
	font-size:2em;
}
.info__form--box{
	display: block;
}
.info__form--box .info__form--input{
	width: auto;
}
}

/** about **/
.about__heading {
    text-align: center;
    font-size: 6em;
    margin: 0 0 0.6em;
}
.about__subheading {
    text-align: center;
    font-size: 2em;
    margin: 0 0 2em;
}
.about__heading--full {
	background:rgb(var(--color_15));
	color:rgb(var(--color_36));
    text-align: center;
    font-size: 6em;
	padding: .4em;
}
.about__contents{
	background:rgb(var(--color_12));
	padding:6em 0;
}
.about__strength{
	width:878px;
	margin:0 auto 4em;
	background:rgb(var(--color_11));
	display:flex;
	justify-content: space-between;
}
.about__strength--item{
	width:505px;
	padding:4em 2em;
}
.about__strength--img{
	padding:4em 2em;
}
.about__strength--heading{
	font-size:4em;
	margin:0 0 .6em;
}
.about__strength--text{
	font-size:1.8em;
}
.about__strength--link a{
	align-items: center;
	justify-content: center;
    display: flex;
	transition: all 0.2s ease, visibility 0s;
    background: #FFFEF8;
    border: 1px solid #8c711e !important;
    border-radius: 20px;
	margin: 2em 5em;
}
.about__strength--link a span{
	transition: inherit;
    font-weight: normal;
    font-style: normal;
    font-family: "playfair display",serif;
    letter-spacing: 0.05em;
    color: #8c711e !important;
    display: initial;
    margin-right: 0px;
    font-size: 30px;
}
.about__strength--link a svg{
	width:32px;
	height:32px;
	fill:#8c711e !important;
}
.about__strength--link a:hover{
	background:rgb(var(--color_15));
}
.about__strength--link a:hover span{
	color:rgb(var(--color_36));
}
.about__contents--cando{
	background: url(../images/fddf8e_a3a877b34eb64ba6b1e974ee1fbaede5_mv2.jpg) no-repeat center top;
	background-size: cover;
	padding:3em 0;
}
.about__contents--cando__heading{
	text-align: center;
    font-size: 6em;
	color:rgb(var(--color_36)) !important;
	margin: 0 0 .4em;
}
.about__contents--cando__subheading{
	text-align: center;
    font-size: 1.8em;
	color:rgb(var(--color_36)) !important;
	margin: 0 0 4em;
}
.about__contents--cando__img{
	margin:0 0 3em;
}
.about__contents--cando__catch{
	text-align: center;
    font-size: 2em;
	color:rgb(var(--color_36)) !important;
	margin: 0 0 2em;
}
.about__contents--cando__link a{
	align-items: center;
	justify-content: center;
    display: flex;
	transition: all 0.2s ease, visibility 0s;
    background: #FFFEF8 ;
    border: 1px solid #8c711e !important;
    border-radius: 20px;
	margin: 2em 34em;
}
.about__contents--cando__link a span{
	transition: inherit;
    font-weight: normal;
    font-style: normal;
    font-family: "playfair display",serif;
    letter-spacing: 0.05em;
    color: #8c711e !important;
    display: initial;
    margin-right: 0px;
    font-size: 30px;
}
.about__contents--cando__link a svg{
	width:32px;
	height:32px;
	
}
.about__contents--cando__link a:hover{
	background:rgb(var(--color_15));
}
.about__contents--cando__link a:hover span{
	color:rgb(var(--color_36));
}
.about__voice--heading{
	text-align: center;
    font-size: 6em;
	color:rgb(var(--color_15));
	margin: 1em 0;
}
.about__voice--box{
	display: flex;
    justify-content: flex-start;
	background:rgb(var(--color_12));
	margin:0 4em 4em;
	padding:3em;
}
.about__voice--item__text h3{
	font-size:3.6em;
	border-bottom:2px solid rgb(var(--color_15));
	margin:0 0 1em 1em;
	color:rgb(var(--color_15));
}
.about__voice--item__text ul{
	margin:0 3em;
}
.about__voice--item__text ul li{
	font-size:2em;
	list-style: disc;
	margin:0 0 0 2em;
}
.about__voice--dissolution{
	font-size:4em;
	text-align:center;
	margin:0 0 1em;
}
.about__voice--dissolution__item{
	display: flex;
    justify-content: space-between;
}
.about__voice--dissolution__item--box{
	background:rgb(var(--color_12));
	width:46%;
	margin: 0 2em 4em;
	padding: 1em;
}
.about__voice--dissolution__item--box .name{
	border-bottom:2px solid rgb(var(--color_15));
	font-size:2.4em;
	margin:0 0 1em;
}
.about__voice--woman{
	border-bottom:2px solid rgb(var(--color_15));
	font-size:3em;
	margin: 3em 0 1em;
    text-align: center;
    padding: 1em;
}
.about__voice--woman__item{
	background:rgb(var(--color_12));
	padding: 4em 0;
	margin:0 0 6em;
}
.about__voice--woman__item--box{
	display: flex;
    justify-content: space-between;
}
.about__voice--woman__item--box__text{
	width:50%;
	background: rgb(var(--color_11));
	padding:6em 1em;
}
.about__voice--woman__item--box__text--heading{
	font-size:4em;
	margin: 0 0 1em;
}
.about__voice--woman__item--box__text--subheading{
	font-size:3em;
	margin: 0 0 1em;
}
.about__voice--woman__item--box__img{
	width:50%;
}
.about__voice--woman__item--box__img--heading{
	text-align: center;
    padding: 1em 0 0;
}
.about__voice--woman__item--box__img--button a{
	align-items: center;
	justify-content: center;
    display: flex;
	transition: all 0.2s ease, visibility 0s;
    background: #FFFEF8;
    border: 1px solid #8c711e !important;
    border-radius: 20px;
	margin: 2em 8em;
}
.about__voice--woman__item--box__img--button a span{
	transition: inherit;
    font-weight: normal;
    font-style: normal;
    font-family: "playfair display",serif;
    letter-spacing: 0.05em;
    color: #8c711e !important;
    display: initial;
    margin-right: 0px;
    font-size: 30px;
}
.about__voice--woman__item--box__img--button a svg{
	width:32px;
	height:32px;
}
.about__voice--woman__item--box__img--button a:hover{
	background:rgb(var(--color_15));
}
.about__voice--woman__item--box__img--button a:hover span{
	color:rgb(var(--color_36));
}
.about__voice--woman__item--box__img--attention{
	text-align:right;
	font-size:1.4em;
}

@media screen and (max-width:768px) {
.about__wrapper{
	padding:2em;
}
.about__heading{
	font-size:2.6em;
}
.about__subheading{
	font-size:1.6em;
}
.about__heading--full{
	font-size:3em;
}
.about__contents{
	padding:2em;
}
.about__strength{
	width:auto;
	display:block;
}
.about__strength--item{
	width:auto;
}
.about__strength--heading{
	font-size:2.2em;
	text-align:center;
}
.about__strength--text {
    font-size: 1.3em;
}
.about__strength--img{
	padding:2em 0;
}
.about__strength--img img{
	height:auto;
}
.about__strength--link a{
	margin:2em 0 0;
}
.about__strength--link a span{
	font-size: 1.4em;
}
.about__contents--cando__heading{
	font-size:2.4em;
}
.about__contents--cando__subheading{
	font-size: 1.4em;
	margin: 0 1em 1em;
}
.about__contents--cando__img {
    margin: 0 1em 2em;
}
.about__contents--cando__img img{
	height:auto;
}
.about__contents--cando__catch{
	margin: 0 1em 2em;
}
.about__contents--cando__link a{
	margin:2em 1em 0;
}
.about__contents--cando__link a span{
	font-size: 1.4em;
}
.about__voice--heading{
	font-size: 2em;
}
.about__voice--box{
	margin: 0 2em 2em;
    padding: 1em;
	display:block;
}
.about__voice--item{
	display: flex;
    justify-content: flex-start;
	align-items: center;
	padding: 0 0 .4em;
}
.about__voice--item p img{
	width:86px;
	height:86px;
}
.about__voice--item__text h3{
	font-size: 1.7em;
	border:0;
	margin: 0 0 0 1em;
}
.about__voice--item__list{
	border-top: 2px solid rgb(var(--color_15));
	list-style: disc;
	font-size:1.4em;
	padding: 0.4em 0 0 1.4em;
}
.about__voice--dissolution{
	font-size:2em;
}
.about__voice--dissolution__item{
	display:block;
}
.about__voice--dissolution__item--box{
	width:auto;
	margin: 0 2em 2em;
}
.about__voice--dissolution__item--box .name{
	font-size:1.8em;
}
.about__voice--dissolution__item--box .comment{
	font-size:1.4em;
}
.about__voice--woman{
	font-size:2em;
	margin: 1em 0;
}
.about__voice--woman__item{
	margin: 0 0 4em;
}
.about__voice--woman__item--box{
	display:block;
}
.about__voice--woman__item--box__text{
	width:auto;
	padding: 2em 2em;
}
.about__voice--woman__item--box__text--heading{
	font-size:2.4em;
	text-align:center;
}
.about__voice--woman__item--box__text--subheading{
	font-size:2em;
}
.about__voice--woman__item--box__text--comment{
	font-size:1.4em;
}
.about__voice--woman__item--box__img{
	width:auto;
}
.about__voice--woman__item--box__img--heading{
	padding:.4em 0 0;
}
.about__voice--woman__item--box__img--heading img{
	width:140px;
	height:140px;
}
.about__voice--woman__item--box__img--button a{
	margin: 2em 4em;
}
.about__voice--woman__item--box__img--button a span{
	font-size:1.4em;
}
.about__voice--woman__item--box__img--attention{
	font-size:1em;
	margin-right:10px;
}

}

/** aseet **/
.asset__heading{
	border-bottom: 3px solid rgb(var(--color_15));
	font-size:3em;
	text-align:center;
}
.asset__subheading{
	width:640px;
	margin:1em auto 2em;
	font-size: 2em;
}
.asset__catch{
	width:640px;
	margin:0 auto 2em;
	font-size:3em;
	font-weight:700;
}
.asset__catch span{
	font-size:1em;
	font-weight:700;
}
.asset__preferential{
	background: url(../images/fddf8e_41a85aa5dad74f3e8d6095cb5d7293a2_mv2.jpg) no-repeat center top;
	background-size: cover;
	padding:3em 0;
}
.asset__preferential--heading{
	text-align:center;
	margin:0 0 2em;
}
.asset__preferential--box{
	display:flex;
	justify-content: space-between;
	margin:0 0 2em;
}
.asset__preferential--item{
	position:relative;
}
.asset__preferential--item .asset__preferential--text{
	width:460px;
	margin-right:20px;
}
.asset__preferential--text{
	color:rgb(var(--color_36));
	font-weight:700;
	margin:0 0 1em;
}
.asset__preferential--text2{
	color:rgb(var(--color_36));
	position:absolute;
	font-size:1.4em;
	bottom:0;
	width: 460px;
    margin-right: 20px;
}
.asset__process--heading{
	border-bottom: 3px solid rgb(var(--color_15));
	font-size:3em;
	text-align:center;
	margin: 2em 0 0.4em;
    padding: 0.4em;
}
.asset__process{
}
.asset__process--box{
	display:flex;
	justify-content: space-between;
	margin:0 0 8em;
}
.asset__process--box__item--heading{
	font-size:3em;
	display:flex;
	align-items: center;
	margin: 0 0 1em;
}
.asset__process--box__item--heading .number{
	width:50px;
	height:50px;
	line-height: 44px;
	background:#00655a;
	color:rgb(var(--color_36));
	border-radius: 50%;
	text-align:center;
	margin-right:20px;
}
.asset__process--box__item--heading .text{
	font-size:.8em;
}
.asset__process--box__item p{
	font-size:1.8em;
	margin: 0 4em 0 0;
}
.asset__result--heading{
	font-size:2.4em;
	background: rgb(var(--color_13));
	text-align: center;
    display: table;
    margin: 0 auto 4em;
}
.asset__result--box{
	display:flex;
	justify-content: space-between;
	margin:0 8em 8em;
}
.asset__result--box__item ul{
	margin:2em 1em;
}
.asset__result--box__item ul li{
	font-size:2em;
	color:rgb(var(--color_15));
}
.asset__result--box__item--max{
	color:#FF4040;
	font-size:2.6em;
	margin: 0 0.3em;
}
.asset__result--achievement{
	text-align:center;
	font-size:2em;
	margin: 0 0 2em;
}

.asset__conviction{
	background: url(../images/fddf8e_54e90561af8e43b783dcab657aea18a2_mv2.jpg) no-repeat center top;
	background-size: cover;
}
.asset__conviction--bg{
	background-color: rgba(0,0,0,0.5);
	padding:3em 0;
	margin: 0 0 3em;
}
.asset__conviction--box{
	display:flex;
	justify-content: space-between;
}
.asset__conviction--item{
	margin: 4em 0 0 4em;
}
.asset__conviction--item__heading{
	text-shadow:#ffffff 0px 0px 6px;
	color:rgb(var(--color_36));
	font-size: 2.8em;
    font-weight: 700;
	line-height: 1.8;
	margin:0 0 2em;
}
.asset__conviction--item__subheading{
	font-size: 2em;
	color:rgb(var(--color_36));
	font-weight: 700;
    line-height: 1.8;
}
.asset__message h2{
	font-size:3em;
	margin: 0 0 2em;
	text-align:center;
}
.asset__message--box{
	display:flex;
	justify-content: space-between;
	margin:0 8em 8em;
}
.asset__message--box__item{
	margin:0 0 0 6em;
}
.asset__message--box__item p{
	font-size:1.8em;
	color:rgb(var(--color_15));
}
.asset__message--text{
	margin:0 4em 2em;
	text-align:center;
}
.asset__message--closing{
	margin:0 0 1em;
	text-align:center;
}

@media screen and (max-width:768px) {
.asset__heading{
	margin: 0 0.6em;
    font-size: 2em;
}
.asset__subheading{
	width:auto;
	margin: 2em 0.8em;
    font-size: 1.6em;
}
.asset__catch{
	width:auto;
	margin: 2em 0.8em;
    font-size: 2em;
}
.asset__preferential{
	padding:3em 2em;
}
.asset__preferential--heading{
	margin:0 0 2em;
}
.asset__preferential--heading img{
	height:auto;
}
.asset__preferential--img{
	margin:0 0 2em;
}
.asset__preferential--img img{
	height:auto;
}
.asset__preferential--box{
	display:block;
}
.asset__preferential--item{
	margin:0;
}
.asset__preferential--item .asset__preferential--text{
	width: auto;
	margin:0;
}
.asset__preferential--text{
	padding:0 0 1em;
}
.asset__preferential--text2{
	position:inherit;
	width: auto;
	margin:0;
}
.asset__process--box{
	display:block;
	margin:0 1em 2em;
}
.asset__process--box__item--heading .text{
	width:74%;
	font-size: .6em;
    line-height: 1.4;
}
.asset__process--box__item p{
	margin:0 0 1em;
	font-size:1.6em;
}
.asset__process--box__img img{
	height:auto;
}
.asset__process--result{
	margin:0 1em;
}
.asset__result--heading{
	font-size:1.6em;
	margin:0 auto 1em;
}
.asset__result--box{
	display:block;
	margin:0;
}
.asset__result--box__item p{
	font-size:1.6em;
}
.asset__result--box__item ul li{
	font-size:1.4em;
}
.asset__result--box__img{
	margin:1em 0;
}
.asset__result--box__img img{
	height:auto;
}
.asset__conviction--bg{
	padding:3em 2em;
}
.asset__conviction--box{
	display:block;
}
.asset__conviction--img img{
	height:auto;
}
.asset__conviction--item{
	margin:2em 0 0;
}
.asset__conviction--item__heading{
	font-size:2em;
	margin:0 0 1em;
}
.asset__conviction--item__subheading{
	font-size:1.6em;
}
.asset__result--achievement{
	font-size:1.6em;
}
.asset__message{
	margin:0 1em;
}
.asset__message h2{
	font-size:1.8em;
}
.asset__message--box{
	display:block;
	margin:0;
}
.asset__message--box__img{
	margin:0 4em 1em;
}
.asset__message--box__img img{
	height:auto;
}
.asset__message--box__item{
	margin:0 0 2em;
}
.asset__message--box__item p{
	font-size: 1.5em;
    line-height: 1.6;
}
.asset__message--text{
	margin:0 0 1em;
	font-size:1.6em;
}
.asset__message--closing{
	font-size:1.6em;
}

}

/** reason **/
.reason__achievement--box{
	display:flex;
	justify-content: space-between;
	margin:0 8em 8em;
}
.reason__answer{
	background: url(../images/fddf8e_cefabd51fb6f43e390ec5a9ca3c61a9a_mv2.jpg) no-repeat center top;
	background-size: cover;
	padding:6em 0;
}
.reason__answer p{
	font-size:4em;
	font-weight:700;
	text-align:center;
	color:rgb(var(--color_36));
}
.reason__answer__item{
	width:720px;
	margin:0 auto 10em;
}
.reason__answer__heading{
	text-align:center;
	font-size:4em;
	margin:2em 0;
}
.reason__answer__heading span{
	color:#FF4040;
	font-size:1em;
}
.reason__answer__comment{
	font-size:2em;
	margin:0 0 2em;
}
.reason__answer__impact{
	font-size:2.6em;
	margin:0 0 2em;
	text-align:center;
}
.reason__intermediary{
	background:rgb(var(--color_15));
	padding:6em 0;
}
.reason__intermediary--box{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0 4em;
}
.reason__intermediary--box__img,
.reason__intermediary--box__item{
	width:50%;
	margin: 4em;
}
.reason__intermediary--box__item p{
	font-size:4em;
	text-align:center;
	color:rgb(var(--color_36));
}
.reason__intermediary--box__item p span{
	font-size:1em;
	color:rgb(var(--color_14));
}
.reason__environmental--theme--box{
	display:flex;
	justify-content: space-between;
	align-items: center;
	background:rgb(var(--color_36));
}
.reason__environmental--theme--box__item{
	width:50%;
	margin: 8em 4em;
}
.reason__environmental--theme--box__item p{
	font-size:3em;
	font-weight:700;
	text-align:center;
}
.reason__environmental--theme--box__item--list{
	display:flex;
	margin: 4em 4em 4em 8em;
}
.reason__environmental--theme--box__item--list ul{
	width:44%;
}
.reason__environmental--theme--box__item--list ul li{
	list-style:disc;
	font-size:2em;
	color:rgb(var(--color_15));
}
.reason__information-channel{
	padding:4em 0;
}
.reason__information-channel--heading{
	font-size:4em;
	text-align:center;
}
.reason__information-channel--arrow{
	text-align:center;
	margin:4em 0;
}
.reason__information-channel--arrow svg{
	color:rgb(var(--color_15));
	width:33px;
	height:68px;
	transform: rotate(180deg);
}
.reason__information-channel--item{
	width:740px;
	margin: 0 auto;
}
.reason__information-channel--item p{
	margin:0 0 1em;
	font-size:2em;
}
.reason__information-channel--item__point{
	text-align:center;
	font-weight:700;
}
.reason__information-channel--item__closing{
	text-align:center;
	margin:2em 0;
}
.reason__pleasure{
	background: url(../images/99ec98fdb81945c29c25a3ad6c5606b1.jpg) no-repeat center center;
	background-size: cover;
}
.reason__pleasure--item{
	background: url("data:image/svg+xml,%3Csvg id='comp-ldo2l47j-top' preserveAspectRatio='xMidYMax slice' data-bbox='0 220.149 1920 79.851' viewBox='0 220.149 1920 79.851' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-ldo2l47j-top %7B fill: %23004831; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m1904.9 224.5-9.8 1.5c.1-1.2-4.9-1.1-6.3-2-.1-.1-.5-.1-.8-.1-1.4 0-2.8 0-4.2.1-2.9 0-5.7.3-8.5.6-.2 0-.4.1-.6.2 0-.2-.1-.3-.1-.4-.5.1-1.1.1-1.2.2-.6.3-1.4 0-1.8.1-1.3.4-2.7.3-4.1.3-.4 0-1.1 0-1.3.1-.8.3-1.6.2-2.5.2-.7 0-1.4-.2-2.1.1-.2.1-.9 0-1.2 0-.9.1-1.8.3-2.7.4-.1-.2-.2-.3-.2-.4-1.1 0-2 .1-2.9.1-.4 0-1 0-1.2.1-.7.3-1.5.3-2.4.3-.4 5-.8-.1-1.2-.1-1.1.1-2.1.2-3.2.3-.7.1-1.6.2-1.9.2-.9-.3-1.8-.2-2.8-.1-1 .1-1.9.2-2.5-.1-.8.1-1.5.3-2.2.4-1.8.2-3.7.2-5.6.4-.8.1-1.3.1-1.9-.1-.5-.1-1.2-.3-1.8 0-.6.3-1.4.3-2.2.3-1 0-2.1-.2-2.9.2-.1.1-.4 0-.6.1l-3.9.3c-1.1.1-2.5.3-3.3.1-1.9-.3-3.6.2-5.3.1-.7 0-1.5.1-2.3.1-1.1.1-2 0-2.6-.2-.4.1-.8.3-1.1.3-1.2.1-2.4.2-3.6.2-1.4.1-2.8.1-4.2.2h-3.2c-1.3.1-2.5.2-3.8.2-.6.1-1 0-1.8 0-1.6-.1-3.4-.1-4.9.4-.2.1-.6 0-.9 0-.2 0-.4-.1-.7-.1-1.1.1-2.3.1-3.4.2-1.6.1-3.1.3-4.7.3-.9 0-1.9-.1-3.1-.1-.4 0-1.1 0-1.8.1h-.5l-2.7.2c-.9.1-1.8.1-2.6.2h-1.1c-.6-.2-1.1-.1-1.8 0-1.3.1-2.6.1-4 .2h-.4c-1 .1-1.9.1-2.9.2-.5 0-1.1-.1-1.6 0-1.1.2-2.1.4-2.8 0-.6.1-1 .2-1.5.3h-2c-1.4 0-2.8.2-4 .1-1.4-.1-2.4.3-3.7.2-1 3-2.1.2-3.1.3h-5.1v-.1c-1.2.2-2.4.5-3.8.8-.1-.2-.1-.3-.2-.5-2.2 0-4.3.1-6.4.3-1.7.2-3.5.2-5.3.3h-.2c-1.2-.4-2.4-.2-3.7 0-.3.1-.8 0-1.1 0-.4 0-.9 0-1.3.1-1.1.2-3 .2-3.7-.1-.5.1-.9.2-1.3.2h-1.7c-1.5.2-3 .4-4.6.3-.9 0-1.7-.2-2.4.2h-.5c-1.1-.4-2.5.3-3.6 0-.6.4-1.6.2-2.5.2-1.4.1-2.9.1-4.3.2-.9 0-1.8-.1-2.7-.1-.4 0-.8.1-1.2.2-.2 0-.5.1-.7.1-1.1 0-2.2-.1-3.4-.1l-.3.3c-.1-.8-.9-.2-1.5-.2-2.3-.2-4.8-.2-6.8.1-2.4.4-4.9-.1-7.2.3-.4.1-1-.1-1.6-.1-.3 0-.6-.1-.9 0-3.2.5-6.4.4-9.6.1h-.3v.3c-.8 0-1.6 0-2.5-.1-.3.1-.9.2-1.3.2-1.3-.1-2.3.1-3.6.2-1.5.2-3.3.1-5 .1-.9 0-1.8 0-2.7-.1-.6 0-1.1-.1-1.7-.1-.3 0-.7.1-1 .2-.4.1-1 .3-1 .3-.9-.4-1.7.1-2.6.1-.1-.2-.2-.3-.3-.5-.3.1-.5.1-.5.2-.3.5-1.3.4-2.1.4-.7 0-1.6-.1-2.1.1-.9.2-1.5.1-2-.1-.1 0-.2-.1-.3-.1l-.4.2c-1.1 0-2-.1-2.9-.1-.8 0-1.6.2-2.4.3-1 .1-2 .2-3 .2-1.4 0-2.9-.1-4.3.1h-.9c-1 0-2 .1-3 .1v-.2c-.3-.6-.8-1.3-1.1-1.9-.1-.2-.2-.4-.1-.6.5-.7.4-1.4-.4-2h-1.6c-.2.1-.4.3-.6.4-1.2 0-2.4.1-3.6.1-1.1.1-2.1.2-3.2.2-.9 0-1.8-.1-2.8 0-3.1.2-6.3.4-9.4.5-1.2.1-1.6 0-1.6-.5.1-1.1-2.2-1.5-3.4-2.3-.1-.1-.5-.1-.7-.1-1.2 0-2.5 0-3.7.1-2.6 0-5.1.3-7.6.5-.2 0-.3.1-.5.2 0-.1-.1-.3-.1-.3-.5.1-.9.1-1.1.1-.5.3-1.2 0-1.6.1-1.2.4-2.4.3-3.7.3-.4 0-.9 0-1.2.1-.7.3-1.4.2-2.2.2-.6 0-1.2-.2-1.8.1-.2.1-.8 0-1.1 0-.8.1-1.6.2-2.4.4-.1-.2-.2-.3-.2-.3-.9 0-1.8.1-2.6.1-.4 0-.9 0-1.1.1-.6.3-1.4.3-2.2.3-.4 0-.7-.1-1.1-.1-.9.1-1.9.2-2.8.3-.6.1-1.4.2-1.7.1-.8-.2-1.6-.2-2.5-.1-.8.1-1.7.2-2.2-.1-.7.1-1.3.3-1.9.3-1.6.1-3.3.2-5 .3-.7.1-1.2.1-1.7-.1-.4-.1-1.1-.2-1.6 0-.5.3-1.3.3-2 .2-.9 0-1.8-.2-2.6.2-.1 0-.4 0-.5.1-1.2.1-2.3.2-3.5.3-1 .1-2.2.2-3 .1-1.7-.3-3.2.2-4.8.1-.6 0-1.4.1-2.1.1-1 .1-1.8 0-2.3-.2-.4.1-.7.2-1 .3-1.1.1-2.2.2-3.2.2-1.3.1-2.5.1-3.8.2h-2.9c-1.1.1-2.3.1-3.4.2-.5.1-.9 0-1.6 0-1.4-.1-3-.1-4.4.4h-.8c-.2 0-.4-.1-.6-.1-1 .1-2 .1-3.1.2l-4.2.3c-.8 0-1.7-.1-2.7-.1h-2.1l-2.4.2c-.8.1-1.6.1-2.3.2h-1c-.5-.2-1-.1-1.6 0-1.1.1-2.4.1-3.5.2h-.3c-.9.1-1.7.1-2.6.2-.5 0-1-.1-1.4 0-1 .2-1.9.3-2.5 0-.5.1-.9.2-1.4.2h-1.8c-1.2 0-2.5.2-3.6.1-1.3-.1-2.1.3-3.3.2-.9 0-1.9.2-2.8.3h-4.5v-.1c-1.1.2-2.2.4-3.3.7-.1-.2-.1-.3-.2-.4-2 0-3.8.1-5.7.3-1.5.2-3.2.2-4.7.3h-.2c-1.1-.3-2.2-.2-3.3 0-.3.1-.7 0-1 0-.4 0-.8 0-1.1.1-1 .2-2.7.2-3.3 0-.5.1-.8.1-1.1.2h-1.6c-1.4.1-2.7.3-4.1.2-.8 0-1.5-.2-2.2.2h-.4c-1-.3-2.2.2-3.2 0-.6.4-1.4.2-2.2.2-1.3.1-2.6.1-3.9.2-.8 0-1.6-.1-2.4-.1-.4 0-.7.1-1.1.2-.2 0-.4.1-.6.1-1 0-2-.1-3-.1 0 0-.1.1-.3.2-.1-.7-.8-.2-1.3-.2-2-.2-4.2-.2-6.1.1-2.2.3-4.3-.1-6.4.3-.4.1-.9-.1-1.4-.1-.3 0-.6-.1-.8 0-2.9.5-5.7.4-8.5.1h-.2v.3c-.8 0-1.5 0-2.2-.1-.3 0-.8.2-1.1.2-1.1-.1-2.1 0-3.2.2-1.4.2-3 .1-4.5.1-.8 0-1.6 0-2.4-.1-.5 0-1-.1-1.5-.1-.3 0-.6.1-.9.2l-.9.3c-.8-.3-1.5.1-2.3.1-.1-.1-.2-.3-.3-.4-.2.1-.5.1-.5.2-.3.5-1.1.3-1.9.3-.6 0-1.4 0-1.9.1-.8.2-1.3.1-1.8-.1-.1 0-.2 0-.3-.1l-.4.2c-1 0-1.8-.1-2.6-.1-.7 0-1.4.2-2.2.3-.9.1-1.8.1-2.7.2-1.3 0-2.6-.1-3.9 0h-.8c-1.2 0-2.4.1-3.6.1-1.3.1-2.5.1-3.6-.2-.7-.2-1.3-.3-2.1 0-.2.1-.7.1-1.1.1-1.2 0-2.3 0-3.3.3-.8.2-2.7 0-3.1-.1-.6.1-1.1.1-1.6.2-.7 0-1.4 0-2.1.1-1 .1-2.4 0-3.2-.3-.2-.1-.9-.1-1 0-.6.3-1.1.3-1.8.1-.3-.1-.7-.2-1.1-.3-.3.2-.4.5-.8.6-.8.4-1 .7-.6 1.1.3.4.2.7-1.1.9 1.2.2 1.1.6 1.1 1s-.8.2-1.3.2c-2.1.2-4.1.3-5.9-.2-.1.1-.2.3-.4.5-1.4-.6-3.3.3-4.6-.4-.5.3-1 .5-2.1.4-.4-.1-1 .1-1.5.1-.7-.1-1.5-.1-2.2 0-1 .1-2 .2-3 .1h-.2c-.3-.2-.6-.3-1-.6-.1.3-.2.4-.3.6-2.5-.3-4.9.2-7.5.4.4-.2.5-.3.6-.3-1.1-.2-2.2-.2-3.4 0h-.5c-1.1-.2-2.4-.2-3.4.1-.1 0-.3.1-.4.1-1-.1-1.9-.1-2.9-.2h-.8c-.6.3-1.3.2-2 .2s-1.4 0-2 .1c-.9.1-2.1 0-2.8.4-.1 0-.6 0-.9-.1-.8-.2-1.6-.1-2.3 0-.2 0-.4.1-.5.1-1.4-.3-2.9 0-4.3-.1-.2 0-.5 0-.5-.1-.1 0 .1-.1.2-.2.6-.3 1.5-.3 2.1-.2 1 .1 1.4-.1 2-.4-1.1 0-2.4.4-2.8-.3-1.1.4-2 .3-2.7 0-.2.1-.4.3-.7.3-.7.1-1.5.1-2.2.1-.9.1-1.8.1-2.7.2.4 0 .9.1 1.2.1.2 0 .2.2.3.2-.9.2-1.7.3-2.5.5-.3.1-.9.1-1 0-.9-.3-2.1-.1-3.1-.2-.7-.1-1.4-.1-1.5.3 0 .1-.5.2-.9.4-.4-.3-.7-.5-1.1-.8-.3.1-.4.2-.6.3-.2.1-.5.1-.8.2-.4-.3-1.1-.2-1.9-.2-.2 0-.4-.2-.6-.3.3 0 .5-.1.8-.1 1.5 0 2.9-.1 4.3-.3h1c1 .1 2 .1 3 0h-1.2c-.5-.2-3.3-.2-5.1.2-.9-.5-2.1-.1-3.2-.1-.9 0-1.8 0-2.7.1-2.2 0-4.4.1-6.6.1-.7 0-1.5.2-2.3.2h1.3c.1 0 .3.1.3.1 0 .1-.1.2-.2.2-.3.1-.6.1-.9.1h-1.5c-.2 0-.4-.1-.4-.2s.2-.2.3-.2h.5c-.2 0-.5 0-.8-.1-.1 0-.3 0-.5.1h-.7c0 .1 0 .2-.2.3-.6.3-1.3.6-1.9.9l-.3-.1.3-.3c.1-.1.1-.3 0-.3-.2-.1-.5 0-.8 0s-.6.1-.9.1c-.2 0-.5-.1-.6-.2 0 0 .1-.1.3-.1.3-.1.6-.1.9-.2h-1.1c-.3 0-.6.2-.8.2-4.7-.3-9.3 0-13.9.2-.3.7 2 .3 2.2.8-.2 0-.5.1-.7.2-.3.1-.7.2-.6.3.2.4.7.7.9 1.1.2.3.7.5.6.8h.3v.5c.3.1.7.2.9.2 1-.3 2.1-.2 3.1-.2.1 0 .2-.1.2-.2.8-.1 1.5-.2 2.3-.3.1.1.2.2.4.3l.2-.1c.3.1.7.1.9.2.1.1.1.3 0 .3-.8.4-1.7.7-2.6 1-1.5-.3.6-.6.1-.8-1.5 0-2.7 0-4 .1 0 .1-.1.2-.2.4-.2-.2-.4-.4-.6-.5-.7 0-1.3.1-2 .1 0 .1-.1.2-.2.4-.4-.1-.7-.2-.9-.3-.4.1-.7.2-.9.1-.9-.1-.8.1-.8.3 0 .1-.1.3-.4.4-.4.2-.5.6.1.6 1.1.1.5.3.4.5-.3.4-.6.7.2 1.1 1-.2-.7-.7.9-.8l-.4-.4c.9-.3 1.7-.6 2.5-.8.3.3-.1.8-1 1 .3.1.7.2.8.3 1-.4 2-.8 3-1.1h.2c-.1.1-.2.3-.4.5.5-.2 1-.3 1.4-.4.6-.1 1.3 0 1.1.2-.3.5.6.7.9 1 .1.1.1.1.1.2.2.4.5.8.7 1.1 1.7-.4 1.9-.7.8-1-.9-.3-1.6-.6-1.5-1.1 0-.1-.1-.2-.3-.3-.8-.3-.4-.4.4-.6.2.2.4.4.6.7.3-.2.6-.3.7-.4.5 0 .8.1 1 .1.4-.2.7-.3 1-.4.2.2.3.3.6.4.2.1.6.1 1.1.2.2.2.6.5 1 .8 1.1-.4.2-.8.4-1.2.5.1 1 .2 1.5.2l.2-.2c1.2.2 1.3-.1 1.5-.4-.5-.1-1-.2-1.5-.2l.3-.2 1.3.2c.2-.3.8-.5 1.1-.9.2.1.3.2.3.2-.6.3-.7.6-.5.9 0 0 0 .1-.1.2-.8.2-.6.5-.5.7-.4.1-.7.2-1 .3l.3.2c.3 0 .7-.1.9-.2.2-.1.2-.2.2-.4.1-.3.2-.5.3-.8h.3l1.1 1.1c.3-.2.5-.3.7-.5l.8.4.3.3.4.1c.2-.1.6-.3.6-.4.1-.2-.1-.4 0-.7 0-.1.2-.2.4-.3.3.1.5.1.8.2s.7.2 1 .4c-.6-.4-.4-.7 1.1-1.1v1.3h.2l.5-.5c.5 0 .9.1 1.3.1l-.3.6c.4.1.7.1 1.2.2.4-.4.8-.7 1.1-1-.3-.2-.5-.3-.6-.4 0 0 .4-.2.5-.1.7.2 1.3.3 2 .5.4 0 .9.1 1.3.1.2-.2.4-.3.8-.6.2.3.3.5.3.6.5 0 .9.1 1.1.1.5-.2.9-.4 1.4-.6-.1.4-.2.6-.3.9h.2l.5-.6h.4l.6 1.2s-.1.1-.2.1c-.2.1-.5.2-.6.3.4.2.8.3 1.3.4.2-.1.1-.2.1-.3-.2-.3.3-.7 1-.8l.3.9c.1.2.1.5 1.1.5-.3-.1-.5-.2-.7-.3h1.5c.1.1.1.3.2.4.4 0 .8-.1 1-.1-.1-.3-.3-.6-.4-.9-.8-.1-1.2-.3-1.4-.6-.1-.1-.5-.2-.8-.3.8-.3.3-.4-.5-.4.4-.4 1-.3 1.5-.1.3.1.5.4.7.5.1.1.3.2.5.2.6-.1 1.3-.3 2.2-.3.2.7-.2 1.3 1.1 1.8.3-.2.6-.4 1-.6-.6.1-.9.2-1.2.2-.8-.4-.6-.8.8-1.3-1.2.1-1-.1-.9-.3.1-.2.2-.4.3-.7.3.1.5.1.8.2.1-.2.2-.3.3-.4.4 0 .7 0 1.2.1v.6h.3v-.4h.2c.2.2.4.5.6.7-.8.1-1.1.2-.7.5.2.1.2.5 0 .5-.9.2-.4.4-.3.5.7-.3 1.5-.6 2.2-.9.2-.1.3-.2.3-.3 0-.3-.2-.5-.3-.9.5.1.8.1 1 .1 0-.1.1-.2.2-.4 1.1.5 1 1.3-.2 1.8 1 .4.3.7-.3 1-.2.1-.4.3-.3.4.1.1.6.2 1 .3v-.8h.4v.7h.4v-1.2c.3-.1.6-.2 1.1-.3-.6-.1-.8-.1-1.2-.1 1.2-.5 2.3-1 3.4-1.4l-.3-.1c-.3.1-.6.2-1.1.3.1-.4.1-.8.2-1.2.4.2.4.6 1.5.3 0 .3-.1.6.1.9.1.2.6.5 1.1.5.7.1 1.2-.1 1.2-.5 0-.2.1-.4.4-.5.6-.2 1.3-.3 1.9-.5.1.3.7.4 1.7.2 0 .2.1.3.1.5-.7.1-1.3.2-1.8.2-.2.4-.5.8-.7 1.2h.3l.3-.6c.2-.5.5-.6 1.5-.5.4.4.9.8 1.3 1.2.8-.5 1.7-.1 2.6-.1.1-.1.3-.2.4-.3l.4-.4c-.8.1-1.5.2-2.1.1-.5 0-1.1-.1-1.6-.2-.2-.1-.2-.4 0-.4.3-.1.9-.1 1.3-.1h2.4v-.1c.2.1.5.2.9.4.4-.2.7-.4 1-.5-.9-.1-1.6-.3-2.4-.4.2-.1.3-.3.5-.3.7-.1 1.4-.1 2.2-.2 0 .2-.1.4-.1.6h1.1c-.2.2-.4.3-.5.4.5.1.9.2 1.3.3l-.9.4.2.1c.5-.1.9-.1 1.3-.2l.6.6h.2c.1-.2.2-.5.3-.7h-.7c.3-.3.5-.7.8-1 .3 0 .8-.1 1.4-.2l.9 1.2h.3l-.3-.9c.6.1 1.2.1 2 .2-.3.3-.6.6-1 .9s-.3.7.5.8c.1 0 .4 0 .5-.1.1-.1.2-.3.3-.5.7.3 1.3.5 1.9.7l.3-.1c-.3-.4-.7-.9-1.1-1.4.4.1.6.1.9.2l.1-.1.6-.3c.1.1.2.2.2.4.1.1.1.3.2.5.3-.4.6-.7.8-1h.7l-.3-.1c.3-.3.5-.6.8-1 .3.2.5.4.8.6.4-.2.6-.4.8-.5.6.7 1.2 1.3 1.8 2 .1-.5.5-1-.7-1.3-.1 0 0-.2 0-.2 0-.2.1-.3.2-.5 0-.1.1-.2.2-.4h.5c0 .2-.1.5-.1.6.3.2.6.3.7.5.2.2.3.5.4.7h.4c.3-.2.9-.5.9-.7 0-.4.4-.5 1.4-.5 0 .2.1.4.1.6h.2l.2-.3c0 .4 1.8.6.5 1.2-.1-.2-.2-.3-.3-.4-.1.3-.2.6-.2.8.4 0 1.1 0 1.3-.1.3-.2.2-.4.3-.7.5.3-.5.8.8.9.2-.5.4-.9.6-1.4l.3.1c.4-.1.7-.1 1.2-.2.3.3-.9.8.4 1l.3-1.5c-.1-.2-.3-.3-.4-.5.5 0 .8.1.9.2.2 0 .5-.1.8-.1-1.1-.2-1.7-.4-1.9-.6-.2.1-.8.2-1.9.2l.7-.7c-.5-.3-1.1-.5-1.6-.8l.3-.2c1.4.1 2.7.1 4.2.2-.8.3-1.3.6-1.9.8.1.1.2.1.2.2.1-.1.3-.2.5-.2-.1.2-.1.3-.2.5.4.1.8.1 1.1.1 1.2 0 1.3.2 1.3.6 0 .3.2.6.4 1 .4 0 .8-.1.9-.1.2.4.5.7.7 1h.2l.3-.3c.6.1 1.2.2 1.9.3-.2-.3.7-.7-.5-.9-.2.1-.6.1-1.1.2.1-.2.1-.3.2-.4.2-.1.4-.3.6-.4.1-.1.3-.1.5-.2.1.1.4.1.3.2 0 .1 0 .2-.1.3.2 0 .3 0 .4.1.3.2.5.4.8.6 0-.4-.4-.8-.1-1.1s1.3-.5 1.8-.7c.6.2 1.2.4 1.7.6.2.1.3.3.2.3-1 .2-.5.5-.4.7 0 .1 0 .2-.1.3-.4 0-.6-.1-.9-.1l-.6.6c.8-.2 1.5-.4 2.3-.6-1.1-.5 0-.7 1-1-.1.6-.2 1.1-.2 1.6s.2 1.1.3 1.6h-.5l-.3 1.2h.9c-.1.2-.3.3-.3.4-.1.1-.2.3 0 .4 1.2.4.1.6-.2.9-.5-.1-.9-.1-1.3-.1-.3 0-.7.1-1 0-1.2-.1-2.5-.3-3.4.3-.4-.1-.7-.1-1.1-.2.2.5.8.7 1.9.6-.1-.2-.2-.3-.3-.5h1.3c.4.6-1.3.7-2.1 1.1-1.9-.3-1.9-.3-1.5-.9-.8-.1-1.5-.1-2.6-.2-.2.4-.5.9-.8 1.4h-.3c0-.1.1-.3 0-.4 0-.2 0-.5-.3-.6-.2-.2-.7-.3-.9-.3-.1.1-.4.2-.7.3l-.1-.1h-2.2c-.2 0-.4 0-.7.1.3.1.7.2 1.1.3 0 0 .2-.1.4-.1.3.6-1.2 1-3.1.8.5-.3 1-.6 1.6-1-.3 0-.6.1-.9.1-1.3 0-2 .2-2.2.8h-1.4l.3-.6-.2.1c-.3-.1-.7-.1-1-.2-.4.3-.6.5-.9.7-.9-.5-.7-.6.9-.7-.7-.1-1.4-.3-2.2-.4-3.3.6-3.3.6-3.8.1-.6.2-1.2.5-1.9.6-.7.1-1.6-.2-2.1-.3.3-.3.7-.5.8-.7 0-.1-.6-.2-.9-.3l-.4.1c.3.1.5.2.8.3-.4.2-.8.4-1.2.5-.5-.1.1-.7-1-.6-.1.3.1.6-.2.7-.3.1-1 .1-1.7.2.2.2.7.6.6.9-.2.3-1.1.5-1.6.8-.9-.4.3-1.1-1.1-1.5-.1.1 0 .3-.1.4 0 .2-.1.4-.2.7-.4-.1-.7-.2-1.2-.3-.1 0-.3.1-.9.2l1-1c-1 .4-1.5.3-2.3 0-.2.1-.3.2-.5.2.6.1 1.6.7 1.3.8-.7.1-1.5.1-2.4.1.2-.4.3-.6.5-.9-1.8.2-.8.6-1 .9-.5-.1-.8-.3-1.4-.5-.1.4-.2.6-.2.8h-.3c-.2-.2-.4-.3-.5-.5-.4.1-.9.4-1.5.4-.5.1-1.1-.1-1.9-.2.1.2.1.5.2.7-1.4-.4-1.4-.4-.8-.5h-.1l-.098-.098c-.002 0-.002-.002-.003-.002l-.003-.003c-.295-.195-.393-.198-.296-.296v-.001l.001-.002c-.099-.198-.098-.299.301-.498h.3c.1-.1.1-.2.1-.3l-.3-.1c-.8.5-1.3.1-2 0-.2.2-.3.4-.5.5-.2.1-.5.2-.8.4-.3-.1-.6-.3-.8-.4-.2-.2-.3-.5-.4-.7h-.5c.5.4.2.6-.4.7.2.2.3.4.6.7-1.1-.4-1.4 0-2.1.2-.3-.2-.6-.3-.8-.4.8-.2 1.5-.3 2.2-.5-.2 0-.4.1-.6.1-.1-.1-.2-.2-.3-.4-1.7.3-1.3-.2-1.6-.6-.5.6-.8 1.1-2.3 1.2-1.4-.4-2.4-.3-2.9.4-.1.2-.3.3-.5.5h-.3l.1-.2c-.5 0-1 0-1.4.1-1.3.3-1.7.3-2.2-.3 1.7-.5-.6-.8-.3-1.3-.9.4.8.7-.6 1-.2-.1-.3-.3-.4-.4-.3.1-.5.1-.8.2.6.2 1.1.4 1.5.6-1.1.2-2.2.4-3.1.6v-.5c-.4 0-.8 0-1.3.1-.3 0-.6.1-.9.1s-.7 0-1 .1c-1 .2-1 .2-1.3-.1-1 0-1.9.1-2.9.1-.1 0-.2.1-.5.3-.3-.2-.4-.3-.6-.5-.6.4-1.5.6-2.1.5-.6-.1-1.3-.2-2-.4h-.3c0 .1.1.3.1.4h-.3c-.2-.2-.4-.3-.6-.5-.3.2-.6.4-.8.6h-.2c0-.2 0-.3.1-.6-.5.3-.8.4-1.1.6.2.1.4.1.6.2l-.3.2c-.4-.1-.7-.3-1.1-.3-.4-.1-.6-.4-1.3-.1-.2.1-.7.1-.9.1-.2-.1-.3-.2-.5-.4.5 0 .8-.1 1.1-.1-.5-.6-1.8-.3-2.9-.4.1.2.1.4.2.6h-.2l-.8-.4h-.4c.8.3 1 .6 0 .9-1.4-.9-1.1.4-2 .2-.1-.1-.2-.2-.3-.4-.4.1-.8.1-1.2.1.3.2.5.4.8.7-1.4-.2-2.3-1-2.1-1.7-1.4.1-1.3.1-.8.5.1.1 0 .3-.1.4-.1.1-.4.1-.7.1l-.3-.3c-.2-.2-.3-.4-.5-.6h-.4c-.1.2-.2.5-.3.7-.2 0-.6-.1-.9-.1v.6c-.4 0-.9 0-1.3-.1-1.5-.3-1.5-.3-2.4.3h-.1c-.5-.1-.8-.3-1.2-.3-.9-.1-1.8 0-2.7 0-.8 0-2.4.2-2.7.5-.1-.1-.2-.3-.2-.3h-1.9c.4.3.7.5 1.1.8.3 0 .6-.1.9-.1l.1.1-1.5.5h-.3c.1-.1.1-.3.3-.4.1 0 .3-.1.5-.1h-.1l-1.1-.3c-.4.1-.8.1-1.1.1-.2 0-.2-.2-.3-.4-.1-.1-.1-.3-.2-.6-.7.4-.6.4-1.4.2h-.4c-.6.1-1.3.2-2 .3-.1 0-.2-.1-.4-.2h-.2c.1.1.1.2.2.3-1.8.4-3.5.9-5.7 1l-.2-.2c1.2-.2 2.4-.4 3.6-.7-.8-.4-2.4-.5-2.9-.2-.4.2-.5.7-1.4.1h-.5c-.3 0-.6-.1-.9-.1-.4-.1-.7-.1-1.3-.2-.1-.1-.4-.2-.7-.4.3-.1.6-.3 1.1-.5-.7 0-1-.1-1.3 0-.3 0-.8.2-.8.3.1.5-.9.4-1.6.6-.3-.2.4-.7-.9-.6l-.1.1s.1.1.2.1c.1.1.4.3.4.4-.3.4-.7.8 0 1.3.1.1-.1.2-.1.3h-.4c-.2-.4-.3-.8-.4-1.2-.4 0-1.1.1-1.4 0-1-.3-1.3-.1-1.9.2 1.1.2 1.1.4 0 .7-.3-.5-.7-.9-1-1.4h-.4c-.4.2-.8.5-1.2.8-.6-.2-1.3-.3-.7-.7.1-.1 0-.2-.1-.3-.1-.1-.3-.2-.5-.3-.2.1-.4.2-.6.4-.1.1-.2.1-.2.1-.4-.1-.7-.2-1.1-.2-.2 0-.5.1-.7.2.6.2 1 .3 1.4.4.3 0 .7 0 1-.1 0 .1.1.2-.1.3-.4.1-1.2.3-1.3.3-.8-.5-1.4-.1-2.1.1 0-.1 0-.2-.1-.2-.4-.1-.9-.1-1.3-.1 0 .1.1.2.1.3v.5c.899 0 1.599 0 2.699.1-.6.1-1.2.4-1.5.4-.6 0-1.4-.2-1.2-.5h.001c-1.199-.5-.3-.9-.2-1.2-.5.2-1.1.5-1.7.7-.1 0-.6-.1-.8 0-.3.1-.6.2-.8.3-.3-.3-.6-.5-.7-.6-.9.2-1.7.4-2.5.5v-.2c-.4-.1-1.1-.3-1.3-.3-.9.2-1.5.1-2-.1l-1.2.6c-.8-.3-1.5-.2-2.3 0-.3.1-.8 0-1.2 0-.5-.1-1-.1-1.5-.2l-.6.3c-.4-.1-.6-.3-.9-.4l-.1.1h-2.2s-.2.1-.1.2.3.2.6.2h.8c-.1.1-.1.2-.3.3l-.8.4c-.5-.5-.9-.8-1.3-1.2-.2.1-.3.2-.4.2-.5-.1-.8-.3-1.3-.3-.3 0-.6.1-1 .2l.4.1 1-.1.1.1c-.4.2-.9.3-1.2.4-.4-.3-.8-.7-1.1-1-1.3.2-2.8.1-3.3.7-.4-.2-.7-.3-.8-.4-.8.1-1.5.2-2.2.3-.3 0-.6.1-.7.2-.2.3-.5.3-1.1.1l-.9-.3c-.3.2-.6.4-1 .7-.3-.5-.4-.8-.6-1.1-1.3 0-1.9.2-1.4.7-.5-.3-.8-.4-1.2-.7-.4.4-.9.4-1.6.3-.6-.1-1.3-.4-2.1 0-.7-.5-2.1-.2-2.4 0-1.3.5-1.3-.1-1.7-.2-1.1.9-1.1.9-2.1.7.3-.2.6-.3.9-.4-.8.2-1-.1-1.4-.2-.2.2-.3.3-.4.5h-.2v-.6c-.4.4-.7.6-1 .9-.5-.1-.9-.1-1.3-.2-.3-.1-.5-.2-.7-.3-1.1.1-2.2.2-2.9.2-.2.2-.3.4-.4.5h-.5c0-.1 0-.3.2-.4.3-.3 0-.4-.4-.3-.5-.3-1-.5-1.4-.7l-.7.3h.4c.2.2.6.3.5.5 0 .2-.4.4-.7.6-.1.1-.4.2-.6.2s-.6-.1-.6-.1c-.3-.2-.4-.4-.7-.7-.3.1-.5.2-.8.3-.5-.4-.9-.1-1.2 0-.3-.1-.5-.1-.6-.2l-.6.3c-.7-.2-1.3-.4-2-.6 0 .1-.1.2-.2.3s-.2.2-.5.3c-.4.1-1 .2-1.5.3 0-.1-.1-.2-.1-.3-.3 0-.8 0-.9-.1-.2-.1-.1-.2-.1-.3s-.1-.2-.1-.3c-.8.3-1.3.5-1.8.7.2.2.4.4.5.6 0 0-.3.1-.5.2-.3-.1-.6-.3-.9-.4-.3-.2-.7-.3-1.1-.5-.6.2-1 .3-1.6.5-.2-.2-.6-.4-.5-.6.2-.4-.3-.6-1-.7-.7-.1-1.5 0-2.5 0 .7.4 2.3.2 1.9.7-.2.2-1 .4-1.6.6-.5-.2-.9-.3-1.2-.4-.4.2-.7.4-1 .6l-.4-.1.4-.4c-.2-.1-.5-.2-.8-.4-.2.2-.3.4-.4.6-.1.1-.1.4-.3.4-.3.1-.8 0-1.5 0 .5-.2.7-.2.8-.3-.6-.2-1.2-.3-1.9-.5h-1.3v.9c-.6-.2-.9-.2-1.3-.3.2-.1.4-.2.4-.3-.7-.4-2.3.2-2.8-.4-.6.2-1.2.4-1.9.6h-.1c0-.1 0-.2-.1-.3h-1.1c-.2.4-1 .5-1.7.3-.7-.1-1.9-.3-1.2-.8.1-.1-.2-.2-.5-.4-.4.8-1.1 1-2.6.9h-.2c-.3.1-.7.2-1.2.3v-.5c-.4.1-.7.1-1 .1-.2-.2-.4-.3-.6-.4-.2.1-.5.2-.7.3-.2.1-.5.2-.7.3-.4.1-.9 0-1.3 0v-.5c0-.2.1-.4.1-.6h-.3c-.1.1 0 .3-.2.4-.4.2-1 .4-1.4.6-.2 0-.6-.1-.9-.1-1.6 0-.2.5-.7.8-1.4-.3-1.4-.3-.9-.8.3-.2.4-.5.6-.8l-.4-.1c0 .6-1.6.7-2.2 1.3-.3-.2-.4-.4-.6-.5-.5.2-1 .4-1.6.6l-.4-.1c.1-.2.2-.4.4-.6-.9.4-2.8-.1-3 .7-.6-.2-1.1-.4-1.4-.5-.8 0-1.5-.1-2.1-.1-.1.1-.3.2-.5.3-.1-.1-.3-.2-.4-.3-.2-.1-.4-.2-.7-.3-.1.2-.2.3-.4.5-.3-.1-.6-.2-.8-.3v.1c-.6.1-1.2.2-1.9.3-.3 0-1 .1-1.1 0-.3-.4-.9-.3-1.6-.1l-.2-.1c.4-.2.9-.4 1.4-.7-.5 0-.9-.1-1.4-.1l.1.1-1 .3c.1.2.3.3.5.6-.5-.1-.8-.2-.8-.2-.6 0-1.1.1-1.3.1-.2-.1-.3-.2-.3-.4s0-.4.1-.5h-.4c0 .1-.1.3-.1.4.1.3-.2.5-1.2.5-.7 0-1.4-.1-2.1-.1-.4.4-.8.4-1.7.2-.4-.1-.9-.1-1.3-.2-.5 0-.9-.1-1.4-.1-.2.1-.4.3-.8.5-.3-.2-.4-.3-.6-.4-.8.1-1.4.1-1.8.2-1.4-.3-2.2.2-3.3.2-.1-.1-.2-.2-.2-.3h-2.3c-.4 0-.8 0-1.4.1-.1-.2-.2-.4-.3-.7h1.1l.2-.1c-.4-.2-.8-.3-1.2-.5-1.6.3 0 .7-.2 1.1-.4.1-.9.1-1.3.2-.3-.2-.5-.3-.5-.3l-.8.8c-.6-.3-1.1-.4-1.6-.6-.9.3-1.7.3-2.2 0-.6.1-1.1.2-1.7.3l.7.7-.3.1c-.3-.1-.7-.2-.9-.3-.4.1-.7.1-1 .2-.1-.4-.2-.7-.3-1.1.6-.2 1.2-.3 2.1-.6-1.6-.1-2.7 0-3.1.5.9.4-.7.7-.3 1.1-.7 0-1.3-.1-2.1-.1.3-.2.7-.4 1.1-.6-1.9.1-3.8-.1-5 .4-1.2-.1-2.3-.2-3.4-.3-.1.2-.2.4-.4.6-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1-.4.3-.8.7-1.4 1.2-.2-.5.2-1 1-1.1-.1-.3-.4-.5-1.1-.5-.5 0-1 .1-1.4 0-.9 0-1.2.1-1.1.4.1.2-.1.4-.1.7h-.5c0-.1-.1-.2 0-.3.2-.3-.1-.4-.8-.4-1.3.1-1.8-.1-1.8-.7-.2.4-.8.3-1.4.3 0-.6.1-.6 1.1-.5.1-.4-.4-.5-1.6-.4 0 .2-.2.4 0 .6.6.5-.2.7-1 1-.3-.3-.6-.5-.9-.8h-.4c-.1.1-.2.3-.4.4-.1.1-.4.2-.5.4l-.3-.1.4-.6-.3-.1-1.8.3c-.7-.3-1.6-.4-2.5-.2-.2-.1-.3-.2-.5-.4-.9.5-2.4.5-2.9.2-1 .1-2 .1-3.1.2-.1.6.4 1 1 1.1-.7.2-1.4.5-2.2.7-.6.2-1.1.6-2.4.3.9-.3 1.7-.5 2.3-.7-.1-.3-.1-.5-.2-.7-.1-.3-.1-.7-1.1-.6-1.3.1-1.6-.1-1.6-.3-.2 0-.6.2-1.1.3-.4.1-.8.1-1 .1-.2-.1-.4-.3-.7-.4l-.6.3-.5-.5h-.2c-.1.2-.1.3-.2.5h-1c.3.2.5.3.7.4.7.2.7.2-.2.4l-.4-.4h-1.7c-.5 0-1 0-1.4.1-.2 0-.5.1-.7.1-.1 0-.2-.1-.2-.1.1-.1.4-.1.5-.2.3-.1.5-.2.8-.3-1.3.1-3 .1-3.4-.2l-.1.7h-.4v-.7c-1.5.1-2.7.2-4 .3-.3 0-.8.3-.8.4.3.5 0 .7-1.5 1-.1-.2-.3-.4-.4-.6h-1c.5-.2.8-.3 1.1-.4 1.3-.4 1.3-.4 0-.6h-.4c0 .2 0 .3-.1.6-1.2-.5 1-.9.3-1.4-.4.1-.9.2-1.4.3.7.5-.2.7-1.2.8-.7-.2-3.1-.2-3.5 0-.2-.1-.3-.2-.4-.3H916v-.9c-.9.1-1.3.5-2.1.7.1-.2.6-.4.5-.5 0-.2-.5-.3-.7-.4-1.3.2-1.1.5-.4.7-.3.2-.6.5-1 .8-.6-.2-1.2-.3-1.9-.5-.3 0-.8.1-1.5.2 0-.3-.2-.6.1-.7.3-.2 1.1-.2 1.7-.3-.5-.1-1-.2-1.5-.1-.2 0-.4.3-.5.4-.1.3-.2.5-1.2.5-.2 0-.4.1-.6.2-.4.1-.7.2-1.1.3-.4-.3-.6-.4-.8-.6h-1.2c-.1.2-.1.4-.2.7-.7-.7-1.2-.7-2.9-.5-.8.1-1.3.1-1.6-.3-.2-.2-.4-.4-1.1-.3-.1.2-.2.4-.3.7-1.1-.5-2-.1-3.3-.1.4.1.5.2.5.2 0 .1 0 .3-.2.4-.1.1-.5.1-.8.1l-.3-.3-.2-.2c-1.3-.6-1.4-.8-.7-1.2-.6-.1-1.3-.1-2.2-.2.3.3.5.5.7.8-.1.1-.4.2-.6.3-.6-.1-1.3-.3-1.9.1l-.3-.6c-.3.5-1.1.5-1.9.4-.1.1-.1.3-.3.3h-.9c.1-.1.1-.3.3-.4.1 0 .2-.1.3-.1l.3-.6h.1c-.1-.1-.3-.2-.6-.3-.1.1-.3.2-.5.4-.1-.2-.1-.3-.2-.4-2.6.2-1.3 1-2.1 1.5l-.6-1.5c-.4.2-.8.3-1 .5-.1.1-.1.3.1.4 1 .3.3.4-.4.6-.5-.3-1-.5-1.5-.8-1.1.2-2.1.4-3.2.6l-.2-.1c-.4.1-.7.2-1.3.4.3-.5.6-.8.7-1.1-.3-.2-.5-.3-.8-.5l-.3.1c.2.1.4.3.6.5-.2.1-.5.3-.8.5-.3-.1-.5-.2-.8-.3-.4.5-.4.5-1.1.6.2-.2.3-.3.4-.5-.9-.3-.9-.3 1.1-.7-.6-.1-1.3-.2-2-.3-.9.2-2.1.4-1.4 1-.6 0-1.1.1-1.6.1.1-.2.3-.4.3-.5-.3-.2-.6-.3-.8-.4.3-.1.6-.1 1.1-.2H868c0 .1 0 .3.1.4.4.4.2.5-.9.7-.3 0-.5.2-.7.3l-.3.3c-.2-.4-.4-.6-.5-.8 0-.1.2-.2.3-.3s.4-.3.4-.4c0-.2-.3-.3-.5-.5-.8.4-.3 1.2-2.3 1.2-.3-.1-.6-.2-.9-.4 0 .1 0 .3-.1.3-.8.1-1.4.2-2.1.2-.6 0-1.2-.1-1.8-.1-.1 0 0-.2 0-.4.3 0 .5 0 .7.1-.1-.3-.1-.6-.2-.8h-.7c-1.3 0-1.9.3-1.7.8 0 .1-.3.3-.6.4-.1 0-.6-.1-.7-.1-1.2.2-2.4.1-3.6.1-.3 0-.6 0-.9-.1-.5.2-2.4.3-3.1.1.4-.2.4-.2 3.1-.1-.1 0-.2 0-.3-.1-.1 0 0-.3.1-.3h1.4c.5 0 1.1.1 1.9.1-.6-.4-1-.7-1.4-1-.4.2-.7.4-.9.5-.7 0-1.2.1-1.6.1s-.7-.2-1.1-.4c-.2.3-.4.5-.5.7h-.3c-.1-.2-.1-.3-.2-.5-.6 0-1.1 0-1.7.1-.3-.2-.8-.2-1.3 0l-2.1.7c-.1-.3-.1-.5-.1-.8-1.2.3-1.6.3-2.6.1h-.1c-.4.4-.7.6-.9.8-2.2 0-2.4-.1-1.8-.7.9.4 1.6 0 2.6-.1-.3-.1-.7-.1-1.4-.1-.3-.2-.7-.2-1.7.2-1.1-.4-2.2-.4-3-.2.5 0 .8.1 1.7.5h-3.1l-.2.1c.3 0 .7.1 1.1.2-.2.1-.3.2-.5.3-1.8-.4-1.8-.5-.1-.9.4-.1.7-.1 1-.2-1.3-.2-2.3-.3-3.3-.4-.2.1-.4.3-.6.4-.3-.1-.4-.2-.5-.3-.7.1-1.3.2-1.8.3-.3-.3-.6-.5-.8-.7h-.4c0 .2-.1.4-.1.5-.9.2-1.8.3-2.8.5v-.8c-.7.4-1.2.6-1.7.9v-.4l-.3-.1c-.4.2-.6.4-1.1.5-.9.2-1.5 0-1.2-.4 1.1.2 1.1.2 1.5-.4-.9-.2-1.7-.3-2.8-.5l-.1-.2c.5 0 1-.1 1.5-.1-.3-.6-.4-.6 1.1-.5.3 0 .7-.1.8-.1.6.1 1.1.1 1.6.2.1-.2.1-.4.2-.5-1.8 0-.7-.5-.8-.8-1.1.2-.4.5-.4.8-.4 0-1.1 0-1.1-.1-.1-.2-.1-.5-.1-.8-.1 0-.4-.2-.6-.2-.4.1-.7.2-1.2.3.4 0 .7.1.9.1s.1.6-.2.7c-.1-.1-.2-.1-.4-.2-.3.1-.5.3-.7.3.1.2.3.4.1.5-.3.1-.8.1-1.3.2.1.1.4.3.4.4 0 .1-.4.4-.6.4-1 0-2.1-.1-3.1-.1-.8 0-1.9 0-2.3.1-.8.3-1.5.2-2.1.2-.2-.2-.3-.3-.5-.4-.4-.2-.4-.4.3-.5.9-.2.6-.5.3-.8l-.6.5h-.1c.1-.2.2-.5.3-.7-1.1 0-1 .8-2.5.5-.1.3-.3.5-.4.7.6-.1 1.3-.3 1.6-.2.4.1.5.4.8.6-1.4.1-1.1-.2-1-.5-.6.4-1 .6-1.4.8-.1-.1-.2-.2-.3-.2-.9 0-.7-.2-.6-.4.2-.2.3-.5.5-.7.1-.1 0-.3 0-.4h-.3c0 .2-.1.3-.1.5-.7 0-1.3 0-1.9-.1v.5c-.8-1-1.3-1.2-2.3-1.2.6.5.4.8-.7.9-.5 0-1.1-.1-1.6-.1-1.1 0-1.5-.2-1.3-.6 0 0-.1-.1-.2-.1-.6.2-1.2.3-1.8.5-.2-.5-.5-.9-.7-1.4-.3-.1-.6-.1-.9-.2-.3.1-.6.2-.9.2.3 0 .7 0 .9.1.2 0 .5.1.6.2.1.1-.2.2-.3.2-.2 0-.5-.1-.8-.1-.1 0-.1-.1-.2-.1-.5.4-.5.4 1.6 1-.2.1-.3.3-.6.5h.1c0-.1.3-.1.4-.2.1 0 .4 0 .4.1.1 0 .1.1.1.1h6.2c.1.1 1.2.3 0 .6-.2-.1-.3-.3-.6-.5-.1.3-.1.4-.2.7-.4-.3-.8-.3-1.5-.1-.3.1-1.1 0-1.7 0-1.6-.2-2.6-.1-3.1.5-.8-.4-.9-.5 0-.7v-.2c-.2-.1-.3-.2-.5-.2 0 .2-.1.3-.1.5h-.5c-.1-.1-.2-.3-.4-.5-.4.1-.8.1-1.2.2-.4-.3-.8-.5.1-.8.2-.1.1-.2-.1-.3-.3.1-.6.3-1 .5 0-.3-.1-.6-.1-.8h.2c-.1-.1-.1-.2-.1-.3-.2.1-.4.2-.6.2.1-.3.2-.5.3-.8-.6-.1-1.2-.2-1.9-.4.3.3.5.4.8.7-.4-.1-.7-.2-.9-.2-.1.2-.3.3-.4.5-.9-.2-1.8-.2-2.4.2-.2-.1-.3-.1-.4-.2-.1 0-.2.1-.2.1.2.5.4.9-1 1.2l.2.1c.5-.1 1-.1 1.4-.2.4.3.1.4-1 .6-.3.2-.5.4-.9.7-.2-.5-.1-.8-.4-1.1-.3-.3-.9-.5-1.5-.8 1.5.2 2 .1 2.3-.5.1-.1.2-.2.4-.3v-.4c-.4 0-.7 0-.9.2.1.3.2.5.1.7 0 0-.4.1-.6.1-.2-.1-.3-.3-.4-.4h-2.7l-.2-.1c.5-.2 1-.3 1.6-.6-.8.1-1.4.1-1.9.2-.4.1-.8.2-1.1.4l.2.1c-.4 0-.9.1-1.3.1.2.1.5.1.8.2.4-.1.8-.3 1.2-.4l.4.1c-.3.4-.6.7-.9 1.1-1.8-.7-1.2.1-2.1.4-.3-.2-.6-.4-.9-.5-.1-.1-.1-.2-.1-.4 0-.1.1-.2.1-.4h-1.2c.4-.2.7-.5 1.2-.8-.2-.1-.5-.3-.9-.5-.2.2-.4.3-.8.6.3.2 0 .4-.9.4 0 0-.1 0-.1-.1 0-.3.1-.7 0-1 0-.2-.1-.4-.1-.5.3 0 .6 0 1-.1.2-.3.3-.7.5-1 .7.1 1.2.1 1.8.2 0-.2 0-.3-.1-.4l.3-.1.5.5c.3 0 .6-.1 1-.2.3.1.5.3.9.5-2.1 0-4.5-.1-4.1 1 0-.1.3-.2.7-.2.9 0 1.5-.1 1.8-.5.1-.1.4-.1.6-.1.2 0 .4.1.5.2s0 .2-.1.3l.3.1c.5-.1 1-.3 1.8-.5-.7 0-1-.1-1.4-.1.1-.2.2-.3.4-.4.6-.2 1.3 0 2 .1v-.4c.8.2 1.5.3 2.3.5-.3.1-.7.2-1 .1-1-.1-1.3.1-1.1.5h1.9c0-.1.1-.2.1-.3.3.1.7.2 1.1.3 0-.1.2-.2.2-.2-.7-.3.1-.7-.2-1.1 1.2-.1 1.6.3 2.3.7.6-.2 1.1-.4 1.7-.7l-.2-.1c-.2 0-.5 0-.7.1-.9.2-1.1 0-.9-.3.1-.2 0-.3-.1-.5-.1-.3-.2-.5-.3-.8h.3c.3.4.5.8.8 1.2.8-.2 1.2-.3 1.7-.4.5.2 1.1.3 1.7.5-.5.1-.8.2-1.1.3-.2-.1-.3-.2-.5-.2.1.3 1.1.6-.1.9h1c.7-.1 1.3-.1 1 .3 0 .1.5.2.8.2.2 0 .6-.1 1.1-.1-.4.2-.6.4-.9.6l.2.1c.3-.1.7-.1 1-.2.3.3.7.4 1.3 0-1.4.1-1.3-.2-1.4-.5-.6 0-1.1-.1-1.7-.1v-.1c.6-.1 1.2-.2 1.7-.3 1.6 0 2.5.2 2.2.9.4 0 .8 0 1.3.1-.1-.4-.1-.8-.2-1.3l.4-.1.5.5c.1-.1.3-.2.6-.3.1.1.2.3.3.5.6-.1 1-.2 1.6-.3.5.1 1.3.1 1.9.2.2 0 .3.2.3.3-.1.1-.4.2-.6.4-.2-.1-.3-.3-.4-.3-1.7.1-1.8.1-1.2.6.4-.1.7-.2 1-.3 1.6.2-.8.6.1.8.3-.1.6-.3 1.1-.5 0 .4.2.7-.1.8-.5.2-1.4.2-2.1.2v.1c.5 0 1 .1 1.6.1 0 .1.1.2.1.4 1-.1 1.1-.3 1-.6-.1-.3-.1-.6-.2-.8.7-.1 1.4 0 1.5-.1.4-.3 1.1-.6 0-.9.5 0 .9.1 1.6.1-.6-.2-1.1-.4-1.8-.6h1c1-.1 1.2-.1 1 .4-.1.3-.7.8.7 1 .4-.2.8-.3 1-.4-.4-.2-1-.4-.9-.6s.8-.3 1.3-.4c.2-.1.5-.1.8-.1 1.1-.1 1.5-.5.8-.9-.5-.2-.4-.6.3-.8.9.6.4 1.3.4 1.9-.1 0-.3.1-.6.1.1.1.2.2.2.3.2-.1.5-.1.8-.2.1.2.2.4.3.5.3-.3.5-.6.8-1h.4c0 .2.1.3.1.5.5-.1.8-.2 1.2-.2.2.1.3.2.5.3.4-.1.7-.1 1-.2-.2-.1-.4-.2-.7-.3 1.2 0 1.8.2 1.7.7.7-.5 1.2 0 1.9-.1-.3-.1-.9-.3-1.7-.5h1.2c.5 0 1.3.1 1.4-.2.5.1.9.3 1.4.4.1 0 .3-.2.6-.2.7 0 .8-.1.7-.3-.1-.1-.1-.2-.1-.3 1.4 0 .9.4 1 .7l1.5-.9.4.1c-.1.3-.3.7-.4 1-.5 0-.8 0-1.2.1v.1c.4 0 .9-.1 1.3 0 .6 0 1.1.1 1.6.2.1 0-.1.2-.3.5.4-.2.8-.3.8-.3-.3-.2-.7-.4-1.2-.7.3-.1.8-.2 1.2-.3.1.1.2.2.4.3.2-.1.5-.1.7-.2.1.2.3.4.4.5 1.5-.1 1-.6 1.2-.9l.7.5.3-.1c0-.2.1-.4.1-.5-.3-.1-.7-.2-.7-.4 0-.1.5-.3.7-.3.5.1.9.2 1.5.4 0 0 .2 0 .5-.1.4.4.8.7 1.2 1.1h.3l-.3-.6c-.3-.3-.6-.7-.8-1l.2-.2.6.3c.2-.4.4-.6.6-.9.2.4.8.5 1.6.3v1c-.4-.2-.7-.4-1-.6-.8.5-.3.6.9.7-.9.3-.3.5.1.8h-.1c.2.1.5.3.6.4.1.2 0 .5-.1.7.2-.2.3-.5.7-.6.8-.1.7-.3.5-.5-.1-.2 0-.3-.1-.5 1.1 0 .5-.3.4-.4-.1-.3-.3-.6-.4-.9h.9c-.1.2-.1.4-.2.5h.4c.2-.3.3-.6.5-1 .4.4.7.6 1 .9.1 0 .2-.1.4-.2.2.1.3.2.5.3.5-.2.9-.4 1.2-.6.3.2.6.4 1 .7-.5.1-.9.3-1.5.4-.1 0-.4-.1-.7-.1-.5.3-.9.5-1.3.7.7 0 1.3 0 1.6.1.6.2 1.1.5 1.7.8-.2.2-.5.4-.7.6.2.1.5.2.7.3h.3c-.1-.2-.1-.4-.2-.6.4-.1.8-.3 1.3-.4l.1.1c.3-.1.5-.1.8-.2-.4-.1-.7-.1-1-.2-.5-.1-.9-.3-1.3-.4-.2-.1-.5-.1-.7-.2.3-.1.5-.2.8-.2 1.1-.1 1.9-.3 1.6-.8-.1-.1.2-.3.3-.4.3.1.6.2.8.3l-.6.3.2.1c.5-.1 1.1-.1 1.7-.2 0 .1 0 .2-.1.2-.1.1-.2.1-.3.2.5 0 .9 0 1.2-.1v.6c.3-.1.5-.2.6-.3.5-.3 1-.3 1.6 0 .7.3 1.4.5 2.2.8-.3.3-.1.5 1.1.5.5 0 1.2-.1 1.4-.3.2-.1-.2-.4-.3-.6-.1-.1-.2-.3-.3-.4v-.4c-.8 0-1-.2-.5-.7.4.3.9.6.9.9.2.5.1.5 1.3.7-.2-.5-.3-.9-.5-1.4l.9.6.6-.2c-.3.3-1.1.7-.3 1 1-.3 1.9-.5 2.9-.8 0-.2.1-.3.1-.6.7.2 1.1.3 1.6.4.1-.3.2-.5.3-.8h.4c-.1.1-.2.2-.1.3.1.1.3.2.6.3.4.1.9.1 1.3.1v.1c-.5 0-1.1 0-1.4.1-.3.1-.3.4-.4.6-.4-.2-.6-.3-1.1-.6-.1.6-.2 1-.3 1.6.7-.3 1.5-.5 1.8-.7.3-.3.6-.4 1.4-.4h.8c-.1-.5-.2-.9-.3-1.4h.2c.3.2.7.5 1.1.8.7-.4 0-.9 1-1 .2.3.6.5.6.8 0 .2.4.3.8.5-.1-.3-.1-.6-.1-.9 1.3.1 1.4.6.3 1 0 0 .1 0 .1.1-.1.1-.2.3-.4.5.8-.2 1.4-.4 2.1-.6.7.6.7.6 1 .5-.1-.2-.1-.4-.2-.7.7 0 1.1.1 1.8.1-.9-.6-2.1-.1-3.2-.3.2-.3.4-.5.7-.8.5.2.9.3 1.3.4.6-.3 1.2-.6 2-.9.4.4.7.6 1.1.9.2 0 .4-.1.6-.1.3.2.5.3.8.4-.1-.4-.1-.7-.1-1.1.6-.1 1.1-.1 1.5-.2l.2.1c-.4.2-.8.3-1.5.6 1 0 1.6.2 1.9.6l1.8-1.2c1.1.4 1.1.4 1 .6.3 0 .6 0 1.1.1-.3-.2-.5-.3-.7-.5-.1 0-.2.1-.3.1-.7-.3-1.1-.6.3-.8.1.1.3.1.5.3.1-.2.1-.4.2-.6h-.8c-.1-.3-.1-.6-.2-.9.6.2 1.1.3 1.4.4.2.1.3.2.3.3.1.3 0 .6-.2.8-.1.1-.4.2-.7.2.5 0 .8 0 .6.3 0 .1.1.2.2.2.4.3 1.2.3 2.4-.2-.2.3 1.5.3.5.8-.2.1.2.4.3.6.4-.2 1-.4 1-.6 0-.3.5-.4.9-.5.6-.1 1.1-.2 1.9-.4.1 0 .5.1 1 .2-.4.1-.5.1-.6.1.2.5.5 1 .7 1.6-.2 0-.6.1-.8.1.2.2.4.5.6.8l.6-.9c.3.1.6.2.8.3l.3-.1c-.4-.2-.7-.4-1.2-.6.2-.2.5-.4.8-.6.4.3.7.4 1 .6.4 0 .8-.1 1.2-.1v-.3c.2-.1.3-.2.5-.3.2-.1.4-.2.7-.3-.1-.2-.1-.4-.2-.8.7.2 1.1.2 1.3.3v1.3h-.4l-.9.1c0 .1 0 .1.1.1h2v.4h.1c.1-.2.1-.5.2-.8-1.9-.4.7-.5.3-.8 2.6.1.3.6.6.9h.9c.7-.3 1.5-.6 1.1-1.1.3.2.5.4.7.6-.1 0-.2.1-.3.2h1l.2-.4c.3.1.5.2.7.3.3-.2.9-.5.8-.5-.8-.3.1-.5.3-.7-.6-.1-1.1-.2-1.8-.3.2-.1.3-.2.5-.3.2.1.4.1.7.2.4.1.7.1 1.1.1.3 0 .5 0 .8-.1-.1.2-.4.2-.4.3-.1.1.2.3.2.3 1-.1 1.5.1 2.1.4.8.4.5.6.1.9-.1-.1-.1-.2-.2-.2-.9.4-.9.4 1.2.6.4-.4.9-.7 1.3-1.1h.3c.1.1.1.3.2.4.4-.1.6-.2.9-.2 0 0-.1 0-.1-.1 0 0-.1 0-.1.1h-.3v-.8c.5.1.9.1 1.4.2l-.6.3h.4c.3-.2.6-.4 1-.6-.2-.2-.3-.5-.5-.8-1 0-1.4.2-1.8.6-.3-.2-.4-.4-.7-.4-1.5-.2-3-.3-4.6-.2-.5 0-1.1-.1-1.6-.1v-.1c.2 0 .4-.1.5-.1.9-.5 1.9-.3 3-.1.551.092 1.248.165 1.518-.13l-.217.029c-1.1.2-.9-.1-.6-.3l.9-.4h1.1c.269.359.207.477-.963.642.353.105.697.259.962.259 1.1-.1 2.2-.2 3.1-.3.3.1.7.4 1 .4.7 0 .8 0 .6.3-.1.1-.3.2-.2.2.8.4-.2.6-.7.8.1.2.2.3.4.5.2-.1.4-.2.6-.2.1.1.2.1.2.2l.3.6c.7-.2 1.2-.3 1.7-.4.5.6 1.4 0 2.4.2-.3-.2-.5-.3-.7-.4.2-.2.5-.3.6-.5.2-.3.9-.6 0-.8-1-.3-.4-.5.1-.8.6.5 1.7.2 2.4.3.1 0 .4-.2.7-.3l-.2-.1c-.3.1-.7.1-1.1.2 0-.3.1-.6.1-1-.6.2-1 .3-1.4.4-.6-.4-1.2-.7-1.8-1.1.6-.1 1-.2 1.4-.3 0-.5 0-.5 1.3-.6.1 0 .2-.1.3-.1.6-.2 1.2-.3 2-.6 0 .3.1.5 0 .7-.1.1-.3.3-.5.4l-.9-.3c-1.1.2-1.1.5 0 .8.4.1 1 .3 1 .5-.3.5.4.5 1.6.5-.5.3-.8.5-1.2.7.7.1.8.3.7.4 0 0 .1 0 .1-.1.2-.1.5-.2.8-.2.2 0 .5.1.6.3.5.1.7.4.9.7-.3.1-.8.2-1.3.4-.6-.2-.9-.6-2.1-.2l-.1-.1.4-.5c.1 0 .1-.1.2-.1-.9 0-1.7-.1-2.7-.2 0 .3-.3.7 0 1 .4.4.4.6-.7.7.1.1.3.2.4.3-1 .2-1.1.3-.2.6.3-.3.6-.5.8-.7 1.6 0 2.6-.3 3.6-.6.8.3.8.3-.3.6l1 .6.3-.1c-.1-.1-.4-.3-.3-.4.5-.3 1.1-.7 1.9-.8 1.3-.1 1-.4 1-.7-.5-.2-1.1-.3-1.5-.5-.1 0 0-.3.2-.3 1-.2.8.1.9.3.8-.4 2.2-.5 3.3-.4-.1.3-.2.6-.4.9-.1.2-.5.4-.7.4-1.7 0-2 .5-2.6 1 .4 0 .8.1 1.1.1.2-.6 1.6-.6 2.4-.9l.3.1c-.1.2-.1.3-.2.5.8.1 1.5.1 2.6.2-.5.2-.9.4-1.4.6 1.2-.1 2.3-.2 2-.9.7.2 1.6-.4 1.7.2.857-.095-.276-.643.997-.695-.157-.138-.279-.223-.197-.305.5-.4-.1-.5-1-.5-.3 0-.5-.1-.8-.1-.1.1-.1.3-.2.5.4 0 .7-.1.9-.1.3 0 .6.1.9.2-.2.1-.4.3-.6.3-.8 0-1.7 0-1.9-.4 0-.1-.1-.2-.2-.2-1.8-.3-.6-.6 0-.7 1.2 0 2.1 0 3.5.1.747.28.188.735-.215 1.201h.014c-.1.1-.2.3-.4.4.4 0 .8.1.9.1.2-.4.5-.8.6-1.1.7 0 1.2-.1 1.8-.1.5.4-.5.5-.9.8l-.6-.3c-.1.1 0 .3.1.3.8.2.4.5.1.6-1.4.3-.8.9-1.4 1.3.4-.1.8-.3 1-.5s.2-.6.6-.7c.8-.3 1.4-.5 1.8-.9.3-.3.2-.8-.6-1H938c-.3 0-.7.1-.8 0-.2-.1-.3-.3-.2-.4.1-.2.5-.3.8-.5 1.4.7 3 0 4.6.2.2 0 .4-.2.7-.2.2 0 .3-.1.5-.1-.7-.1-1.3-.2-1.9.1-.3.1-1.1.1-1.6.1-.3-.1-.6-.3-.6-.5 0-.3.3-.6.4-.9h-.1c-.2.2-.5.3-.8.5-.1-.2-.2-.2-.3-.4-.3.2-.3.2-3.6.6.7-.2 1.2-.4 1.7-.6.3 0 .8.1 1.5.1-.8-.4-1.3-.6-2.1-1 .6.1.8.1 1.1.1l-.3-.3.2-.1c.3.1.5.2.6.2.7 0 1.2-.1 1.7-.1.2-.2.2-.5.5-.7.1 0 .1-.1.2-.1-.086.431.499.713 1.43.846-.029-.096.013-.221-.029-.347.9.1 1.7.1 1.9.5.2.3.8.2 1.4.1h.2c.1 0 .3-.1.5-.1s.5-.1.8-.1c.2.2.4.3.6.5.2.1.6.2.8.2.3 0 .6-.2.6-.3.2-.5.3-1 .4-1.6-.7-.3-1.6-.2-2.4 0-.3-.1-.6-.2-.8-.2-.9.1-2-.3-2.9.1h-.5c-1.5-.3-1.8-.2-2 .3-.1-.1-.4-.2-.7-.3-.1.1-.2.1-.2.2l-3-.3s-.1.1-.1.2c-.2-.2-.4-.3-.6-.5-.2.1-.3.2-.5.2-1.5.1-2.9.1-4.4.1-1.2 0-2.4-.3-3.4-.1-2.5.3-5-.3-7.5.2h-.4c-.7 0-1.4-.1-2.1-.1-.7 0-1.7.2-2 .1-.6-.2-1.2-.1-1.7-.1-.7 0-1.4.1-2.2 0-.8-.1-1.7-.1-2.5-.1-1.2.1-2.2.1-3.3-.1-.3 0-.8.1-1.2.1-.6.1-1.2.2-1.8.1-1.4-.1-2.8-.3-4.3-.1-.5 0-1.2.1-1.5 0-.8-.2-1.4-.1-2 .1-1.3-.5-2.6 0-3.9-.1-.7-.4-1.7-.5-2.7 0-.6-.2-1.7-.2-2.2 0-1.1 0-1.9-.1-2.7 0-1.3.1-1.8.1-2.4-.4-1.6.5-3.3.4-4.7.1-1 .1-1.8.2-2.6.3-1.5-.2-3-.2-4.5-.3-1 0-2.1.3-3.1 0h-.7c-.7 0-1.3.1-2 .1-1.3 0-2.5 0-3.8.1-.9 0-2 .1-2.8 0-.7-.1-1 0-1.4.1-.5-.1-1.1-.2-1.3-.3-.5.1-.7.1-1 .1-1.2 0-2.2-.3-3.5-.1-.7.1-1.8 0-2.7 0-1.4 0-2.7-.1-4.3-.2h-1.3c-1.4 0-2.9-.2-4.1-.1-1.5.2-2.6.2-3.8-.2-.5.1-1 .1-1.5.1h-1.9c-.5 0-1 .1-1.5 0-.8-.1-1.5-.3-2.3-.3-1.8 0-3.5.1-5.4.1 0 0-.1-.1-.1-.2-.8.1-1.6 0-2.2.2-.9.2-1.5-.1-2.2-.2h-.6c-1.2 0-2.3.1-3.5.1s-2.5 0-3.7-.1c-.9 0-1.8-.2-2.7-.3-.6.4-2.5.5-3.7.1-.9.5-1.2 0-1.9-.2.1.1.1.2.1.2-1-.1-2-.2-3.1-.1-.7.1-1.4.2-2.2.1-.8 0-1.5-.2-2.3-.2h-3.8c-.3 0-.6 0-.8.1h-.8c-.8 0-1.6-.1-2.4-.1-1.6 0-3.3.3-4.3-.4-.3.1-.6.2-.9.2-1.2 0-2.4 0-3.9.1-.5-.1-1.4-.3-2.4-.1-.3 0-.5.1-.8.1h-3.7c-.7-.3-.7-.3-2-.2-.4 0-.8-.1-1.2-.2-.5 0-.9-.1-1.4-.1s-1.2.1-1.4.1c-.6-.3-1.2-.2-1.9-.1h-.3c-1.5-.4-3.2-.4-5-.3-2.1.1-4.3.2-6.3-.2-.2 0-.7-.1-.8 0-.7.2-1.4.3-2.1.5-.1-.1-.3-.2-.4-.3-.1-.1-.5-.1-.7-.1-1.2-.1-2.5-.1-3.7-.2-2.6-.2-5.1-.1-7.6 0-.2 0-.4.1-.6.2 0-.1 0-.3-.1-.3-.5 0-.9 0-1.1.1-.6.3-1.2-.1-1.6 0-1.2.3-2.4.1-3.7 0-.4 0-.9-.1-1.2 0-.7.2-1.5.1-2.2 0-.6-.1-1.2-.2-1.9 0-.2.1-.8-.1-1.1-.1-.8.1-1.6.1-2.5.2-.1-.2-.2-.3-.2-.3-.9 0-1.8-.1-2.6-.1-.4 0-.9-.1-1.1 0-.6.2-1.4.2-2.2.1-.4 0-.7-.2-1-.2-1 0-1.9.1-2.8.1-.6 0-1.4.1-1.7 0-.8-.3-1.6-.3-2.5-.2-.9 0-1.7.1-2.2-.3-.7.1-1.3.2-2 .2-1.7 0-3.3-.1-5 0-.7 0-1.2 0-1.7-.2-.4-.2-1.1-.3-1.6-.1-.6.3-1.3.2-2 .1-.9-.1-1.8-.3-2.6 0h-4c-1 0-2.2.1-3-.1-1.6-.4-3.2-.1-4.7-.3-.6-.1-1.4 0-2.1 0-1 0-1.8-.1-2.3-.3-.4.1-.7.2-1.1.2h-3.3c-1.3 0-2.5-.1-3.8-.1l-1.4-.1c-.6 0-1-.1-1.5-.1h-3.4c-.5.1-.9 0-1.6-.1-1.4-.2-3-.3-4.4 0-.2 0-.5 0-.8-.1-.2 0-.4-.1-.6-.1h-7.3c-.8 0-1.7-.2-2.7-.3-.4 0-1 0-1.6-.1H632c-.3 0-.8 0-1-.1-.5-.2-1-.2-1.6-.1-1.2 0-2.4 0-3.5-.1H623c-.5 0-1-.1-1.4-.1-1 .1-1.9.2-2.5-.2-.5.1-1 .1-1.4.1-.6 0-1.2-.1-1.8-.1-1.2-.1-2.5 0-3.6-.2-1.2-.2-2.1.1-3.3 0-.9-.1-1.9 0-2.8.1h-.4c-.8 0-1.6-.1-2.4-.1-.6 0-1.1-.1-1.7-.2v-.1c-1.1.1-2.2.3-3.4.4 0-.2-.1-.3-.1-.4-1.9-.1-3.8-.2-5.7-.1-1.6.1-3.2 0-4.8 0h-.2c-1-.4-2.1-.4-3.3-.2H582c-1 .1-2.7 0-3.3-.3-.5 0-.8.1-1.2.1-.5 0-1-.1-1.5-.1-1.4 0-2.7.1-4.1 0-.7-.1-1.5-.3-2.2 0h-.4c-.9-.4-2.2.1-3.2-.3-.6.3-1.5.1-2.2.1-1.3 0-2.6-.1-3.9-.1-.8 0-1.6-.2-2.4-.2-.3 0-.7.1-1.1.1-.2 0-.5.1-.7.1l-3-.3s-.1.1-.3.2c0-.7-.8-.2-1.3-.3-2-.3-4.2-.5-6.1-.3-2.2.2-4.3-.4-6.4-.2-.4 0-.9-.1-1.4-.2-.2 0-.5-.1-.8-.1-2.9.3-5.7-.1-8.5-.5h-.2c0 .1 0 .2-.1.3-.7-.1-1.4-.1-2.2-.2-.3 0-.8.1-1.1.1-1.1-.2-2.1-.1-3.2 0-1.4.1-3-.2-4.5-.3-.8-.1-1.6-.1-2.4-.2-.5-.1-1-.2-1.5-.2-.3 0-.6 0-.9.1-.4.1-.9.2-1 .2-.7-.4-1.5-.1-2.3-.1-.1-.2-.1-.3-.2-.5-.2.1-.5.1-.5.2-.3.4-1.2.3-1.9.2-.6 0-1.4-.1-1.9-.1-.9.2-1.3 0-1.8-.2-.1 0-.2-.1-.2-.1l-.4.2c-1-.1-1.8-.2-2.6-.3-.7 0-1.5.1-2.2.1h-2.7c-1.3-.1-2.5-.3-3.8-.2h-.8c-1.2 0-2.4-.1-3.6-.1-2.3-.1-4.4-.9-6.7-.9-3 0-6 .7-9.1.6-4.9-.2-9.7-1-14.5-1.4-4.7-.6-9.4.4-14.1-.5-.4-.1-1-.1-1.3 0-1.1.2-2.1.5-3.1.8-.2-.1-.4-.3-.6-.4-.1-.1-.7-.2-1.1-.2l-5.7-.3c-3.9-.3-7.7-.1-11.6-.1-.3 0-.6.2-.8.2 0-.2-.1-.4-.1-.5-.7 0-1.4 0-1.7.1-.9.4-1.9-.1-2.5 0-1.9.4-3.7.2-5.6.1-.6 0-1.4-.1-1.8 0-1.1.3-2.2.2-3.4 0-.9-.1-1.8-.4-2.8 0-.2.1-1.1-.1-1.6-.1-1.2.1-2.5.2-3.8.3-.1-.3-.2-.5-.3-.5-1.4-.1-2.7-.1-3.9-.2-.6 0-1.3-.1-1.6 0-1 .3-2.1.3-3.3.2-.5 0-1.1-.3-1.6-.3-1.4 0-2.9.1-4.3.1-.9 0-2.2.2-2.6 0-1.2-.5-2.4-.4-3.7-.4-1.3.1-2.6.1-3.3-.4-1.1.1-2 .3-3 .3-2.5 0-5.1-.1-7.6 0-1.1 0-1.8 0-2.6-.3-.6-.2-1.6-.5-2.4-.1-.9.4-2 .2-3 .1-1.4-.1-2.7-.5-4 0-.1.1-.5 0-.8 0h-5.3c-1.5 0-3.4.1-4.5-.2-2.4-.6-4.8-.1-7.2-.4-1-.1-2.1-.1-3.1 0-1.5 0-2.8-.1-3.5-.5-.6.1-1.1.3-1.6.3H316c-1.9 0-3.8-.1-5.7-.2l-2.1-.1c-.8-.1-1.6-.1-2.3-.1h-5.2c-.8.1-1.4 0-2.5-.2-2.1-.3-4.6-.5-6.7.1-.2.1-.8-.1-1.2-.1-.3 0-.6-.2-.9-.2-1.6 0-3.1-.1-4.7-.1h-.9l-1.3.6-.7-.2.7-.4h-4c.2.1.3.3.6.5-1.3-.2-2.1-.3-2.8-.3l-.1-.2h.4c-.7-.1-1.5-.2-2.4-.3-.5 0-1.1 0-1.8-.1l-.9.9c-.6-.3-1.2-.5-1.7-.8.7 0 1.4-.1 2.2-.2h-8.1c-.5 0-1.2 0-1.5-.2-.8-.3-1.5-.2-2.5-.2-1.8.1-3.6-.1-5.4-.1h-1.3c.7 0 1.5 0 2.1.1.4.1.5.4.9.7-1.3-.2-2.2-.4-3-.6v-.2H250c-.7 0-1.5-.2-2.1-.2-1.5.1-2.9.3-3.8-.3-.8.1-1.5.2-2.1.2-.9 0-1.8-.1-2.7-.2-1.8-.1-3.9 0-5.5-.3-.9-.2-1.7-.1-2.4-.1.3.4.7.7 1.1 1.3-2-.4-1.7-.8-1.8-1.2-.4 0-.8.1-1.3 0l.9.9c-1.3-.3-2.2-.5-3.4-.7.5-.1 1-.2 1.3-.2-1.2 0-2.5.1-3.8.1-.2 0-.4 0-.7-.1-1.2-.1-2.5-.1-3.7-.2-.5 0-.9-.1-1.4-.1.1.2.1.3.2.5h-.5l-1.4-.6v-.1c-1.4.2-2.9.4-4.4.6 0-.2-.1-.4-.1-.7-2.3-.1-4.4-.2-6.6-.2.1.1.1.2.2.2-.7.1-1.3.1-2 .2-.1 0-.3-.1-.4-.2-.6.2-1.1.3-1.8.5 0-.3.4-.5.9-.7-1.8 0-3.5 0-5.3-.1l.5.2-.4.3c-.8-.1-1.7-.1-2.9-.2.3-.2.5-.3.7-.4-1.3-.3-2.8-.3-4.3-.1h-.1c-.3.2-.6.3-.9.4h-2.5c-.1-.1-.3-.2-.5-.4h-1.7c-.4.1-.9.2-1.5.3-.6-.2-1-.3-1.3-.5.2-.1.4-.1.6-.2-.1 0-.2-.1-.3-.1-.7 0-1.2.1-1.8.1-.8 0-1.6-.2-2.3-.2-2.1.1-4.2.2-6.3-.1-1-.1-2.1-.3-3.1-.1h.1l-.3.2c-2.4-.1-2.9-.1-2.9-.4-.9 0-1.8.1-2.6-.2-.8.4-1.9.2-2.9.1h-.4c-2-.1-3.9-.1-5.9-.2-1.2-.1-2.4-.3-3.6-.3-.5 0-1.1.1-1.6.1-.3 0-.7.1-1 .1-1.5-.1-3-.3-4.6-.5 0 0-.1.1-.5.3 0-1-1.2-.3-2-.4-3-.5-6.4-.7-9.2-.5-.5 0-1 .1-1.6.1-.5.1-1.1.2-1.7.4-.2-.1-.4-.2-.8-.5-1.9-.2-3.8-.4-5.7-.2-.6.1-1.4-.2-2.1-.3-.2 0-.4-.1-.6-.1l.3.7-.5.2-1.9-.6v-.1c-3.8.2-7.6-.3-11.3-.8h-.3c0 .1-.1.2-.1.4l-3.3-.3c-.5 0-1.2.2-1.7.1-1.7-.2-3.1-.2-4.8-.1-2.1.1-4.5-.2-6.8-.4-1.2-.1-2.5-.2-3.7-.4-.8-.1-1.5-.3-2.2-.4-.4 0-1 .1-1.4.1-.6.2-1.5.5-1.5.4-1.1-.6-2.3-.1-3.5-.1-.1-.2-.2-.4-.3-.7-.2.1-.4.1-.5.1l.3.1c-.3.3-.5.6-.9 1-.9-.2-1.5-.4-2.1-.6-.2 0-.4 0-.5-.1-.9-.1-1.9-.2-2.6-.1.1.1.1.2.2.4-.3-.2-.4-.3-.6-.3-.7.1-1.2.1-1.7 0-1.3.1-2.6.2-4.1-.2.3-.1.5-.1.8-.2-.9-.2-1.7-.3-2.5-.3-1.1 0-2.2.1-3.3.1H58c-1.1.1-2.1.1-3 .2-.4 0-1.1.1-1.2 0-.2-.1-.2-.2-.2-.3-.5 0-1-.1-1.5-.1-.6.2-1.2.4-2 .6-.1-.3-.1-.5-.2-.7h-1c-.4 0-.8-.1-1.2-.1-1.8-.1-3.7-.2-5.5-.2-.9 0-1.8-.1-2.7-.1l.1.1c-.9 0-1.6.1-2.3.1-1-.5-.6-.6 0-.6-.2-.1-.5-.1-.7-.2-1-.3-1.9-.6-3.1-.3-.4.1-1.1.1-1.7 0-1.8-.2-3.4-.2-5.1 0-1.3.3-4.2-.2-4.7-.5-1 0-1.7.1-2.4.1h-.3c.3 0 .7.1 1.1.1-1.1.3-1.9.5-3 .7-.1-.3-.1-.6-.2-.9h-.7c-1.6.1-3.7-.3-4.7-.8-.3-.1-1.3-.2-1.5-.1-1 .4-1.8.3-2.7-.1-.6-.2-6.4.049-7.6-.151V300h1920v-79.851c-3.672 1.275-14.851 4.932-15.1 4.351zm-715 22.5c.3.1.8.2.8.2-.2.3-.5.5-.7.7h-.4c0-.3.2-.5.3-.9zm-7.6.5c.3.3 1.2.6.1 1-1.3-.2-1.9-.6-1.6-1.3.3.2.5.4.8.6.2-.3.3-.6.5-.9h.4c.2.1.5.2.8.4-.4.1-.7.2-1 .2zm5.9.4c-.1-.2-.2-.3-.3-.5-.4 0-.7.1-1 .1.3.2.6.3.9.4-1 .3-1.6.1-2.4-.3 0 .4-.1.6-.1.8h-1c-.2 0-.5-.1-.6-.1-.1-.1.1-.2.2-.3 1.3-.2.4-.6.2-.7-1.2-.3-.6-.6 0-.8.4.3.8.5 1.1.7h.3c-.1-.3-.1-.6-.2-1 .5.2.8.4 1.3.5.5.1 1.2 0 1.9 0 .1.5-.1.8-.3 1.2zm-1.2-1.6c-.2-.1-.6-.2-.9-.4.5 0 1-.1 1.6-.1.3 0 .6.1 1.1.1-.8.2-1.2.3-1.8.4zm3.3 3.7c-.2.1-.6.1-.9.2l-.8-.7.5-.1.3.3c.3-.1.6-.1 1.1-.2 0 .2 0 .4-.2.5zm.1-.7h-.4c-.1-.2-.2-.3-.3-.6.5 0 .8.1 1.2.1l-.5.5zm2.4.1c-.5-.3-.9-.5-1.2-.6l.2-.1c.4 0 .8.1 1.3.1 0 .2-.1.4-.3.6zm.3-2c-.1-.1 0-.3.2-.4.3-.1.9-.2 1.2-.1.4.1.7.3 1.1.4.1-.1.2-.1.3-.2.6.2-.8.6.8.6-.2.2-.3.4-.6.7-1.1-.4-2.1-.7-3-1zm2.4 1.7c-.3 0-.8.1-1.3.2v-.9c.8.1 1.4.2 2.1.3.2 0 .6 0 .7-.1.6-.4.9-.1 1.5.1-1 .2-1.7.5-3 .4zm13.3-1.6c-.1.1-.2.3-.2.3h-2.6c.6-.6.6-.6 2.8-.3zm-4-.9c.4-.2 1.3-.2 2.1-.2 1 .7-1 .7-1.7 1.1-.5-.3-1-.6-.4-.9zm-2.4 2.8c-.2-.2-.5-.3-.7-.5-.2 0-.8-.1-1.3-.1v-.1l1.6-.3 1.1.9-.7.1zm.9-1.2h-.2c-.3-.2-.6-.3-.9-.5.4 0 .7-.1 1.1-.1v.6zm-1.7-2.9c-.2 0-.4-.1-.5-.2 0-.1.3-.2.5-.2h2.1c.3.4.6.7.8 1h-.3c-.2-.1-.5-.4-.8-.6h-1.8zm3 4.2c-1.1-.2-.9-.6-.8-1v.2c0 .1 0 .1.2.2l.9.5-.3.1zm3.1-.6c.2.2.3.4.5.6l-.3.1c-.7-.3-1.4-.3-2.4-.2-.1 0-.5-.1-.5-.2-.1-.3 0-.6-.1-.9h.3c.2.1.5.3.9.5.2-.2.2-.4.3-.5.1-.1.7-.2.7-.1.7.4 1.3.1 1.8-.1.8.4.4.7-1.2.8zm6.4-2c0 .4 1.9.4.8.9-1.3-.3-1.6-.5-.8-.9zm-.7-.5.2.2-1.2.2-.2-.3 1.2-.1zm2.9 3.6c-.7-.4-1.3-.7-1.9-1l.4-.2c.5.1 1.1.2 1.5.4.6.2.7.5 0 .8zm-3.3-1.4c-.5-.1-.9-.3-1.7-.5 1.6 0 3.1-.4 4.6 0 .2-.1.5-.2 1-.4v.6c.2.2.3.3.5.4-1.6 0-3 0-4.4-.1zm5.9-.1h-.4c.1-.2.2-.4.3-.7.4.2.7.3 1 .4l-.9.3zm2.2 2.2c-.6-.2-.9-.4-1.2-.5-.1-.1 0-.2.2-.3.4-.1.9-.2 1.6-.3-.2.4-.4.7-.6 1.1zm8.3-2.5c-.7 0-1.3 0-2.1-.1-.3.2-.6.4-1 .6l-.3-.1.3-.6h-.4l-.4.9h-.4v-.6l-.6.2c-.6 0-1 .1-1.4.1-.9-.1-1.7-.2-2.6-.3.1-.1.1-.3.3-.3.5-.1 1-.1 1.6-.1 1.1-.1 2.2-.2 3.3-.2 1.2 0 2.3.2 3.5 0 .1 0 .6.1.6.2.1.2-.2.3-.4.3zm4.9-2.2c.2 0 .6-.1 1.1-.1.1.2.1.3.2.5-2.3-.2-1.1.8-2.3.9-.1-.3-.2-.6-.2-.9 0-.2.1-.5 1.2-.4zm5.3 2.6c0-.2 0-.3.1-.6-2.4 0-4.9-.3-7.4.3 0 .1 0 .2-.1.3h-.2c-.1-.2-.2-.4-.3-.7-.3.1-.5.2-.7.3h-.3c.1-.1.1-.3.3-.4.2-.1.8-.1 1.1-.1.8 0 1.8 0 2.5-.1.7-.2 1.1-.2 1.3 0 1.3-.1 2.5-.2 3.6-.2.5 0 1.1.3 1.3.6.3.4-.1.6-1.2.6zm4.5-.7c.1-.3.1-.5.2-.8.5.2 1 .3 1.9.5-.8.1-1.3.2-2.1.3zm1.7-1.4c.3-.2.5-.4.7-.6h.4c.4.1.7.1 1.1.2-.5.1-.9.1-1.4.2-.1.2-.3.2-.8.2zm2.5 1.6c-.1-.3-1.4-.3-.8-.8.3.4 1.8.2.8.8zm11.4-2.6c-.4.2-.6.4-1 .6-.3-.2-.5-.3-.8-.5.6-.1 1-.1 1.8-.1zm-2.2 2.2c-.3-.1-.7-.1-1.3-.2v.7h-.2c-.1-.1-.2-.1-.2-.2.2-.3-.1-.4-.9-.3-1.4.1-1.5 0-1.4-.3.7 0 1.1-.1 1.6-.1.6 0 1.3-.1 1.7 0 1.1.2 1.7 0 2.4-.3.5.3.4.4-.3.5-.4 0-.9.1-1.4.2zm1.1.1c.8 0 1.3.1 1.8.1-.2.1-.4.3-.6.5-.4-.2-.7-.3-1.2-.6zm1.6 1.4-.8-.8c1.5.2 1.8.4.8.8zm5.8-2.9c.1 0-.3.2-.5.4-.4-.2-.9-.3-1.3-.5-.1 0-.2-.1-.2-.2.1 0 .3-.1.3-.1.6.1 1.2.3 1.7.4zm-3.6-.9c.4-.1.8-.2 1.6-.3 0 .3-.1.5-.1.7l-1.6-.2.1-.2zm6.3 2.5c-1.4-.1-2.7-.1-2.9-.7-2.4.3-2.5.3-2.6.8-.8 0-1.6-.6-1.2-.9.1 0 .2-.1.4-.1.9 0 1.8.1 2.5-.3.2-.1.6.3.8 0 .4.1.9.2 1.2.3.2.1.2.3.3.5.4-.1 1.1-.1 2.1-.3-.4.4-.5.5-.6.7zm3.3 1.2c-.3.3-1.1.4-1.8.2-1.3-.3.4-.5.3-.8.5.2.9.4 1.5.6zm-.1-2.7-.4-.2c-.7.1-1.1.1-1.6.2-.1 0-.2-.2-.3-.3.7-.1 1.3-.2 1.9-.2.3 0 .5.2.8.4l-.4.1zm.7-.9c-.4 0-.9 0-1.4.1v-.4c1.4-.2 1.5-.1 1.4.3zm-438.4 14.4h-.1.1zm71.3-8.2c.6.2 1.2.3 1.9.6-1.9.1-2.2 0-1.9-.6zm31.8-3.8-.3.3c-1.1.1-1.6-.1-1.9-.5.9-.3 1.6 0 2.2.2zm-3.5.4c.6.4 1.1.8.3 1.3-.2.1.1.3.2.5-.6 0-1.2-.1-1.7-.1.6.3.8.6 0 .9-.4-.3-.7-.5-1-.7-.2 0-.5.1-.8.2-.1 0-.1-.1-.1-.1.1-.2.1-.5.3-.7.1-.1.4-.2.6-.3.5-.1 1.1-.1 1.9-.2-1.5-.5-.3-.6.3-.8zm-2.8-.1c.8.2 1.8.3 1.3.7-.1.1-.8.2-1 .2-1-.2-.2-.5-.3-.9zm-2.6 1.2c.3-.1.6-.3.9-.4-.3-.2-.5-.3-.8-.5 1.6.1 2 .7 1.2 1.2.3.1.6.1 1.1.2-.7.1-1.1.2-1.5.2l-.9-.3c-.3-.1-.5-.2-.7-.3.2 0 .5 0 .7-.1zm-6-.2c.4 0 .8.1 1.2.1.1-.4.2-.8.2-1.1.9.1 1.7.1 2.7.2-.7.3-1.5.7-2.1.9.2.2.4.4.5.6l.5-.5c.4 0 .8 0 1.5.1-.4.2-.6.5-1 .6-.4.1-1.1.2-1-.2-.3.1-.6.3-.9.5-.1-.1-.2-.2-.4-.3-.2.1-.3.2-.4.2-.6-.1-1.2-.8-.8-1.1zm-5.8 2.5-.2.1h-1.7c.2-.2.4-.4.6-.7.5.2.9.4 1.3.6zm-4.8-3.3c.2 0 .2-.2.2-.3 0-.1-.1-.3-.2-.5.9.1 1.8 0 .9.5-.1 0 0 .2 0 .2h1l.1.1c-.4.5.3.7 1.2.9.7.2 1.3.8 1.1 1.1-.1.2-.1.3-.1.5h-.4c-.1-.3-.1-.6-.2-1h-1.2c-.1-.2-.1-.3-.2-.5-.2.2-.4.3-.7.5-.2-.2-.2-.3-.3-.4-.3.1-.6.1-1 .2-.1-.1-.2-.2-.1-.3.4-.3.1-.5-.4-.8-.3.1-.3 0 .3-.2zm-.7 1h.3c-.1.2-.2.4-.4.7-.1.1-.5.1-.7.2-.1-.1-.3-.2-.5-.3l.9-.6c.1-.1.2 0 .4 0zm-1.2.2-.6 1.1h-.3c.4-.4-.9-.9.9-1.1zm-31.3 2.8c-.2.1-.7.2-1.1.3l-.3-.3c0-.1 0-.4.1-.4.4-.1.9 0 1.4 0 0 .1.1.3-.1.4zm-1.4-.9c-.2.3-.3.5-.5.7-.9-.2-2-.3-1.7-.9.2 0 .6.1.6.1.8-.5 1.9-.2 2.9-.2.3 0 .6 0 1-.1.2.2.4.3.6.5-1 .3-1.9 0-2.9-.1zm-.1-1c.2-.2.5-.3.8-.5.1 0 .8.1.8.2.2.4-.9.2-1.2.4l-.4-.1zm5.9 1.5c-.5-.1-1.1-.6-.6-.7.5-.1 1.3-.1 2-.1.3 0 .6.1.9.1l.2.1c-.8.1-1.6.3-2.5.6zm4.6-.9c-.3.2-.8.3-1.3.5l-.4-.1c.2-.2.4-.4.7-.6l-.2-.4c1 .1 1.7.3 1.2.6zm5.3 2.8c-.2 0-.5 0-.7-.1-.2 0-.5-.1-.9-.2 0 0-.1-.2-.2-.3.7-.2 1.3-.3 2-.5l.3.1-.5 1zm7.5-2.9c-.1.4 0 .7 0 1.1-.2 0-.4.1-.8.1 0-.2.1-.3.1-.4-.6 0-1.1-.1-1.7-.1v-.1c.2 0 .4-.1.6-.1-.1-.1-.2-.3-.4-.5.6.1.9.1 1.2.2l.3-.1-1-1c1.9.3 1.9.3 1.7.9zm7.3-2.9c.2 0 .4-.1.7-.1.1.3.2.5.3.7 0 .1 0 .2-.1.3 0 0-.4.1-.5 0-.2-.1-.3-.2-.4-.3v-.6zm-1.1-.2c.2-.1.3-.2.7-.4.1.2.2.4.3.5-.3 0-.5.1-.8.1h-.6c.2 0 .3-.1.4-.2zm-5.9.9c.6-.2 1.2-.4 1.9-.7.2 0 .5.1.7.1.2.1.4.2.3.3-.1.1-.3.2-.6.2-.4.1-.9.1-1.7.2.9.2 1.5.3 1.9.4.7-.3 1.4-.6 2.1-.8.2-.1.9-.1 1.2 0 .2.1.3.3.4.4-1.1-.1-1.5 0-1.2.2.1.1.4.1.5.2.1.1.2.1.4.2.2-.1.4-.1.6-.2.1 0 .3-.1.4-.2.9.3.9.4-.1.8-.6-.1-.9-.4-1.8-.3-.5.1-.9.2-1.4.2.5.1 1 .1 1.4.2.2 0 .3.2.3.2s-.3.1-.5.1c-1.6.1-1.6-.1-2.1-.6-1.2-.2-2.2-.4-3.4-.6.4-.1.6-.2.7-.3zm-2.6-1c.5.2.5.4-.5.6l-.2-.6c.2-.1.6-.1.7 0zm-1.8 1.1c.2 0 .5.1.7.2 0-.1.1-.2.1-.3h.3l.3.3c.4.3.7.7 2 .5.2 0 .5.1.7.1-.2.1-.3.2-.5.3-.7 0-1.7.2-2.2 0-.8-.2-1.3-.5-1.9-.8-.1 0 .2-.2.5-.3zm-1.8 2.3c.7.1 1.8-.1 2.6-.1.2.3.6.6.7.9.1.2-.2.4-.3.6-.5-.4-1-.8-1.5-1.3-1 .3-1.8.4-2.4.7-.7.2-1.4.2-2.3.1.6-.1 1.2-.3 1.6-.4-.8 0-1.6-.1-2.4-.1h-1.9c-.4-.2-.1-.4.6-.5 1-.1 2-.4 3 0 .1 0 .4.1.4 0 .7-.2 1.1-.1 1.9.1zm-6.3-.5c.2-.3-.2-.7 1.1-.6.1.2.1.3.2.5-.4 0-.8.1-1.3.1zm-4.1-2.1c.1-.4 1.1-.3 1.6-.3.8 0 .4.3.3.4 0 .1-.1.2-.2.3.4.1.7.2 1 .2.2 0 .4.1.6.1.1 0 .2-.1.2-.2s-.1-.1-.3-.2-.5-.2-.8-.3c.2-.1.6-.2.7-.2.4.1.7.2 1 .3.1.1.1.2.1.3.7 0 1.6 0 2.1.1s.7.4 1 .7c0-.1.1-.2.1-.3 0-.1.1-.2.2-.4h.4c.2.2.8.5.7.6-.6.2-.3.8-1.8.7-.2 0-.5-.2-.6-.3 0-.2.1-.4.1-.5-.4.1-.9.2-1.3.4-.2-.1-.3-.2-.6-.5l-1.5.6c-.4.1-1 .1-1.4.2-.4-.2-.7-.4-1-.6-.3.1-.5.1-.9.3.3-.6-.2-.8-1.4-.8-.2 0-.3-.2-.4-.3.3 0 .5-.1.7-.1 1 .2 1.3.1 1.4-.2zm-2.4-1.1c.4.5 1.8.7 1.5 1.3-1.5-.4-2-.8-1.5-1.3zm0 2.1.2-.1h1.5c.1.3.1.6.1.9h-.3c-.1-.1-.1-.2-.2-.4-.5 0-1-.1-1.5-.1.1.2.1.4.2.6-.7-.2-1.2-.3-1.9-.4.4 0 .7-.1.7-.1l.6-.9h.3l.3.5zm-1-1.6.6.1-.3.7h-.4c0-.1-.1-.2-.1-.3-.5.1-1 .2-1.4.3l-.2-.1 1.8-.7zm-2.4 1.1c.4.1.7.3 1 .5-.6.1-1.1.4-1.7.4-1.3 0-.1-.5-.9-.7l.1-.1c.5-.1 1.1-.2 1.5-.1zm-1-1.9c.1.7.5 1.3-1 1.7.4-.5.7-1.1 1-1.7zm-2.1 3.4c-.1-.2-.3-.5-.4-.7l.4-.1.3.3c1.1-.1 1.1-.1 1.1.5h-1.3c-.4.3-.8.6-1.2 1-.2 0-.6-.1-1.3-.1.3-.1.5-.2.7-.3.3-.1.6-.2.7-.3.3-.3.4-.5 1-.3zm-2.3-1.5c.1 0 .4.1.8.3-.6.1-1 .2-1.3.2s-.6-.2-1-.2l1.5-.3zm-17.1 2.4c-.1.1-.4.1-.4.2.1.6-1.2.5-2.2.6.1-.4.3-.6 1.3-.4.5-.4.9-.7 1.4-1.1l.5.1-.6.6zm8.7-1.6c-.5-.2-.9-.3-1.5-.4.1-.2.8-.2 1.6-.2 0 .2-.1.4-.1.6zm5.6 1.5c-.9.2-.5.5-.7.8-.2.2-.6.4-1 .7-1-.6 1.1-1.1-.5-1.6-.1.3-.1.6-.2 1-.6 0-.9 0-1.2-.1-.2 0-.4-.1-.7-.1.2-.1.3-.1.5-.2s.5-.2.8-.2c-.3 0-.6-.1-.8-.1s-.5-.1-.7-.1c-.3-.1-.5-.2-.7-.3.4 0 .7-.1 1.1-.1.6 0 1.2-.1 1.8-.1.7 0 1.5.1 2.2.1.1 0 .2.3.1.3zm-.2-1.7c-1.1 0-1.4-.1-1.4-.5 1.6 0 1.6 0 1.4.5zm-3.9-1.2c1.5-.1 2.3.2 1.9.8-.3.4-.6.9-.9 1.3-2.1-.1-.3-.5-.5-.8-1.2 0-1.5-.2-1.3-.9.3 0 .5 0 .9.1-.1-.2-.1-.3-.1-.5zm-3.4.1.9-.9h.5l1.2.7-.6.2-.5-.5-.5.1c-.2.2-.4.5-.6.7-.3-.1-.7-.2-1-.3h.6zm-1.9.3c.3 0 .8.2.9.3.3.3.4.6.5.9l-.4.1c-.3-.2-.6-.5-.8-.6-.5-.2-.8-.3-1.2-.4.3-.1.6-.2 1-.3zm-1.6 1.9c0-.1.6-.1.9-.1.5.1 1 .3 1.6.1.1.1.4.2.3.3-.2.2-.5.3-.9.5-.2-.1-.4-.2-.5-.3l-.1.1c-.5 0-1.2 0-1.4-.1-.2-.1 0-.3.1-.5zm-.3 1.2h.3l.2.9h-.5v-.9zm-3.2-3.5c-.1-.3-.1-.5-.2-.8h.4v.9c.7-.1 1.2-.2 2-.4-.3.2-.5.4-.7.5-.1.1-.1.2-.2.3h.9c-.3.2-.5.3-.8.5.4-.1.7-.1 1-.1.1.1.2.1.2.1-.3.2-.5.4-1 .4-.2 0-.7-.1-1.1-.2-.5-.1-.9-.2-1.4-.3-.2-.1-.5-.1-.6-.2-.3-.2.7-.7 1.5-.7zm-2 2.4c.4.1.7.2.9.4.1 0-.4.2-1 .4-.3-.3-.7-.4-.6-.5 0-.1.6-.3.7-.3zm-5.8-1.5c.5-.1 1-.2 1.6-.3l.3.2c-.5.2-.9.3-1.4.5-.1 0-.6 0-.6-.1-.1-.1 0-.3.1-.3zm.8 3.8v.2c-.4 0-.9.1-1.3.1-.1 0-.3-.2-.5-.4.8 0 1.3 0 1.8.1zm-3.4-1.6c.4.2.8.3 1.4.6h-1.2c-.2-.2-.3-.4-.4-.6h.2zm-1.5 0c-.4-.1-.8-.2-1.2-.2l.2-.2 1.2.2-.2.2zm-1.4-2.7c.3.1.6.2.8.4 0 0-.3.1-.5.2l-.8-.4.5-.2zm-15.8 5.5-.1-.5.4-.1c.3.1.5.2.9.4-.6.1-.9.1-1.2.2zm9.7-3-.8-.4.9-.2.5.4-.6.2zm3.5-2.6c.3.2.6.5 1 .8-.7 0-1.1-.1-1.6-.1.5-.2-.9-.6.6-.7zm-1 3.1c-.4 0-.8 0-1.1-.1-.2-.1-.2-.2-.2-.4h.4l1.1.4-.2.1zm-.1-.5c-.6.1-.7-.6-1.4-.1-.8-.4.4-.4.8-.7.7.3 1.2.5.6.8zm-1.7-2.8c-.3.3-.6.6-1 .9h.2c.1-.1.2-.1.6-.3.2.5.4.8.6 1.2-.2 0-.4.1-.7.2-.1 0-.2-.1-.2-.1-.4-.3-.9-.6-1.3-1-.2-.1-.2-.3-.2-.4.8-.2 1.4-.3 2-.5zM834 251c.1.2.2.4.2.6 0 .1-.4.2-.6.3-.1-.1-.4-.2-.3-.4.1-.2.3-.3.5-.5h.2zm-1.9-1.9 1.5.3-.2.1c-.2 0-.4-.1-.7-.1 0 .1.1.2.1.4-1.1.1-.8-.3-1.1-.5-.1 0 .3-.2.4-.2zm-.7 1.6c.1 0 .4.1.4.2s-.1.2-.3.3c-.9.2-2.1.1-2.5-.4.9 0 1.7-.1 2.4-.1zm-2.7 2c.1.3.2.6.3.8h-.3c-.4-.2-.8-.4-1.1-.5.3-.1.6-.1 1.1-.3zm-1.9-3.6v1c-.8-.2-.9-.6 0-1zm-.6 1.8c.1-.1.7-.2 1.2-.2.2 0 .4.1.7.1l-.6.3c-.1.1-.1.2-.2.3-.2.1-.4.3-.6.4l-.4-.1c-.1-.2-.2-.5-.1-.8zm-1.5-2.7c1.1.2 1.4.6 1 1-.3 0-.6-.1-1-.1v-.9zm-1.4 5.1c.4.1.5.1.6.1.1-.3.2-.6.3-1 1.1.2 1.3.7 1.1.9-.2.3-1.2.5-2.1.8 0-.3.1-.6.1-.8zm-2.1-4.6c-.2.2-.3.3-.3.4-.3-.1-.7-.3-1-.4h1.3zm-3.3 5c.4 0 .7-.3 1-.5.2-.1.2-.2.5-.4.5.4.8.6 1.2.9-.7 0-1.1 0-1.4-.1 0 .3.1.5.1.8-1 .1-1.3 0-1-.4-.5.1-1 .2-1.4.3.1-.3.1-.5 1-.6zm-2.4-.8s.3 0 .3.1 0 .2-.1.2c-.3.1-.7.2-1.3.3-.2-.3.7-.4 1.1-.6zm-2.6-.4c.5.2.8.3 1.4.5-.4.1-1 .4-1.2.3-.9-.1-.5-.4-.2-.8zm-7.6.4c1.1-.2 1.7 0 2.1.4.1.1-.1.2-.1.4h-.3c-.1-.4-2-.2-1.7-.8zm-3 .6h.3l.3.5-.2.1c-.3-.1-.8-.1-.8-.2-.1-.1.2-.2.4-.4zm-9.3.1h1.7l.2.1c-.2.1-.5.2-.7.2H793v-.3zm-9.1-.1c.6-.1 1.2-.3 1.9-.3.2 0 .5.2.8.5-1.7-.3-1.5.2-1.8.5-.3-.2 0-.5-.9-.5 0 0-.1-.1 0-.2zm-1.2 0c.2.3.4.5.5.8-1.4-.3-1.5-.4-.5-.8zM14.4 223.7l1 .1c-.1.3-.2.5-.4.8 0 0-.7 0-1.1-.1l.5-.8zm-2.5 6.3c.2.2.3.4.4.5h1.8l-1.3.7-.6-.1c-.4-.4-1.9-.6-.3-1.1zm6.6 7.6c-.7-.3-1.4-.6-2.2-.9-.4.1-.7.2-1 .4l-.5-.1c.4-.2.7-.4 1.3-.6.2 0 .9.2 1.3.3.6.2 1.1.5 1.7.7l-.6.2zm.3-4c-.5.5-1.7.9-2.6 1.4-.3-.1-.5-.2-.8-.2l-.3.1.5.5c.2.1.4.3.5.4-.4 0-.8.1-1.1 0-.4-.1-.7-.3-.8-.5-.1-.7 1.2-.9 2.6-1.1-1-.4-1.9-.7-3-1.1-.3.3-.5.6-.7.8-1.4-.6-2.6-1.2-4.1-1.9h2c0 .1.1.2.3.4.3-.2.5-.4.8-.6 1.5.8 4.2.8 7.1 0 0 .6.1 1.3-.4 1.8zm16.1-11.8c.3 0 .9.3 1.2.4-1.4.3-2.6.6-3.6.8-.7-.3-1.4-.6-1.8-.8 1.4-.1 2.8-.3 4.2-.4zm-11 12.2c-.9.1-2.8-.6-2.7-1.2 1 .3 2 .5 2.9.8 0 .1-.1.4-.2.4zm3.1-.4c-.4 0-1.1.1-1.8.2-.9-.4-1.7-.8-2.6-1.2l-.1-.3c1.2.1 2.3.1 3.6.2.2-.2.4-.6.7-1h.4c-.1.7-.2 1.4-.2 2.1zm2.6-1.4c1 .5 1.9.9 2.8 1.3-.4.2-.8.4-1.1.6.7.2 1.7.4 2.7.6l-.3.2c-.5-.1-.9-.2-1.5-.3-.4.2-1 .4-1.7.6-.3-.2-.8-.4-.8-.6.4-.8 0-1.5-.5-2.3.1 0 .2 0 .4-.1zm4 .9c.3 0 .5.5.5.7s-.2.4-.3.7c-.5-.4-1-.6-1.4-.9.1-.3 0-.7 1.2-.5zm-3.9 2.9c.2-.1.7-.1 1.1-.1.1.3.1.6.2 1-1.7-.2-1.9-.5-1.3-.9zm4.4.4c-1.1.1-2.4.1-2.5-.6.8 0 1.4-.1 2.1-.1.4 0 .8.2 1.2.3-.3.2-.5.4-.8.4zm.8-4.6c-.4.1-1 .2-1.4.1-.5-.1-1-.3-1.7-.6-.4.1-1.1.3-1.8.5h-.4c.7-.5 1.5-1 2.5-1.6.7.6 1.2 1 1.6 1.4.3 0 .7 0 1.2-.1 0 .1.2.3 0 .3zm1.3 2.5c-1.9-1-1-1.8-.7-2.7h.4c.3.5.6 1.1.8 1.5-.2.4-.3.7-.5 1.2zm14.2-2.4c0 .1 0 .2-.1.3-.4.2-.9.5-1.3.7-.3-.3-.5-.6-.8-.9.9 0 1.5 0 2.2-.1zm-6.3-1.5h.5l-.6 1.4-.8-.1.9-1.3zm-1.9 1.7c0 .3 0 .5.1.9-1.2-.4-2-.7-3-1 1 0 1.8.1 2.9.1zm-2.9 1.1c.9.7 1.6 1.3 2.3 1.8l-.2.1c-1-.3-1.9-.6-3.1-1 .2-.1.5-.4 1-.9zm7.9 6.2c-1.5-.5-2.9-.9-4.4-1.3-1.2-.3-2-1-1.8-1.5l-.9.5c-1.6-1.7-1.6-1.7-1.4-1.8 1 .3 1.9.6 3.1 1v.4l.5.1c.1-.1.2-.3.3-.4.1-.3-1.2-1.1 1.4-.7.2 0 .6-.2 1.4-.5.3.5.5.9.7 1.2-.8 0-1.7-.1-2.6-.1-.5.6-.7 1.4 1.6 1.8.6 0 1.3-.1 2.2-.1 0 .6 0 1-.1 1.4zm2.2-4.9c-.2-.1-1.2.3-1.9.4 2 .7.1 1.3.2 2 0 .1-.8.1-1.1.2.1-.6.1-1.1.2-1.6 0-.4-.2-.7-1.5-.4-.4.1-.9.1-1.5.1-.1-.2-.2-.3-.4-.6-.5.3-.8.5-1.3.8-.2-.6-.4-1.2-.7-2 .7.3 1.1.4 1.5.5.5-.1.9-.3 1.5-.4 0 .2.1.4.1.6.8.2 1.5.3 2.4.5.2-.3.5-.6.9-1-.9 0-1.6-.1-2.4-.1-.3-1 1.7-.3 2.4-.6.4.5.8.9 1.1 1.3 1 0 1.7-.1 2.7-.1-.4.5-.7.9-2.2.4zm22.9-7.6c1.2-.4 2.3-.3 3.3.2-1.1.1-2.1.1-3.5.2 0-.1-.1-.3.2-.4zm.8 9.1c-.8-.5-2.9-.3-2.7-1.1.4 0 .6.1.7.1.7-.2 1.4-.5 1.7-.5 1 .2 1 .5.5.9-.3 0-.1.2-.2.6zm-5.6-3.3.3.9s-.5.1-.6 0c-.7-.2-1.3-.5-2.1-.8 1.1 0 1.7 0 2.4-.1zm-10.8-.1 2.1.3c.3.1.7.1.9.2-.8.3-1.4.5-2 .8l-.4-.1c.1-.3 1.3-.7-.7-.7-.1 0-.4-.1-.4-.2.1-.2.4-.3.5-.3zm-1.6 4.9c.3-.4.2-.9.7-1.3.3.9-.4 1.8 1.7 2.5-1-.3-3-.4-2.4-1.2zm3.9.5c-.2.2-.5.3-.8.4l-1.2-.6c.4 0 .8-.1 1.1-.1.4-.1.7-.2 1-.3 0 .2 0 .4-.1.6zm1.2 1.5c.3-.5.7-.9.7-1.3-.1-.6.6-1 1.7-1.4.6-.2 1-.2.2-.6-.3-.2-.5-.4-.7-.6-.1.2-.7.2-2.1 0 .3-.2.6-.3.7-.4-.1.1-.2-.1-.4-.1h-.7c-.8.3-1.6.6-2.4 1-.6-.4-2.2-.8-1.2-1.5.1 0 .3.1.5.1l1.7.4c.3-.2.5-.5.8-.7.2-.1.6-.4.7-.4.5.1 1.2.2 1.5.4.2.1.3.3.5.5-.1-.2-.2-.4-.3-.7-.1-.1.3-.3.6-.5.2-.1 1 0 1 .1.1.2 0 .4-.1.6-.1.2-.1.4-.2.6l.6.1c.2-.2.3-.4.6-.7l.9.6c1.1-.3 2.1-.6 3.1-.8h3.2c-.9.3-1.7.7-2.7 1-.3-.1-.6-.2-.9-.4-.1.1-.3.1-.3.1.4.2.7.4 1.2.5 1.4.2 1.8.6 1.3 1-1.4-.1-2.7-.3-3.9-.3-.5 0-1.2.2-1.3.4-.1.2.3.4.5.6s.6.3 1.1.6c-1.7.2-3.2.4-4.7.6-.3.2 1.2 1.1-1.2 1.2zm9-1.7c.6-.3 1.2-.6 1.9-.9l.8.3c-.7.5-1.3.9-2 1.4-.3-.3-.5-.6-.7-.8zm4.9 1.5-.4-.1c.1-.2.1-.4.2-.5-.7-.2-1.4-.5-2.3-.8h1.6c0-.2-.1-.4-.1-.7h.5l.3.6c.4 0 .8.1 1.5.1-.4.6-.8 1-1.3 1.4zm1.5-1.7c-1.3-.3-1.7-.9-1.1-1.5 1.6.3 1.6.3 1.1 1.5zm-.9-3.5c-.1-.6-.2-.9-.3-1.3h.3c.5.3 1 .6 1.4.9 0 .1-.8.2-1.4.4zm69.1-4.8c.4.3 1.8.6.4 1.1-.3-.4-.6-.7-.9-1.1h.5zm2.6 6.7c.1.1-1.2.4-2 .6-.1-.7-.2-1.2-.2-1.7l.4-.1c.7.4 1.5.8 1.8 1.2zm-16.4-.2c.4.5 2.5.5 1.6 1.4l-.6-.6c-.6.2-1.1.4-1.6.6-1.4-.7-1.2-.9.6-1.4zm-4.9-1.2c.5.4.8.6 1.2.9h-2.6c.4-.2.8-.5 1.4-.9zm-17.2-.1c.5.1 1 .2 1.4.2.6 0 1.1-.1 1.5-.1.1.1.3.3.2.3-.4.1-1 .3-1.4.2-.7-.1-1.4-.3-2-.4l.3-.2zm-3.1-1.5c1.3.5 0 .9 0 1.4-1.7-.6-1.7-.7 0-1.4zm-1.9 1.4h.5c0 .2.2.4 0 .6-.3.2-.9.3-1.4.5l-.4-.2 1.3-.9zm-15.4 1.5-.1 1.2h-.6l-.1-1.2h.8zM77 234.8c.1.2.2.4.2.5.6 0 1.2 0 1.7-.1v1c-2.1.1-2.9-.4-1.9-1.4zm2.6 2.8-1.9.1-.3-.1c.5-.2.9-.4 1.5-.5.2 0 .8.3 1.2.4l-.5.1zm1.3-.6c.1-.3.2-.6.4-1-.3 0-.7-.1-1.3-.2.1-.2.3-.5.3-.6-.6-.3-1-.5-1.2-.5.9-.3 1.9-.4 2.1-.7.2-.1-.8-.5-1.2-.7.1-.9.1-.9 1.4-1.1.5 1.2 1.1 2.3 1.5 3.3.9 0 2.1 0 2.3.1.4.3.3.6.4 1l-.6.1c-.4-.2-.7-.4-1.1-.7-.9.3-1.7.7-2.6 1h-.4zm4.2 2.1-1.6-1.6.7-.1c.2.2.3.5.5.7.1.1.3.3.6.4 1.2.3 1.3.2-.2.6zm4.1-.5c-1-.2-2-.3-3.4-.6.9-.3 1.4-.5 2.1-.7 0 .3-.1.5-.1.7.6.1 1.1.2 1.6.3l-.2.3zm2.4-3.8c.5.4 1.4.7.6 1.1 1.5-.3 3 0 4.4.3.9-.4 1-.8-.4-1.3 1.4.1 2.3.2 3.6.3 0 0 .1 0 .3.1.1.1.3.1.4.2.2.3.5.7.1.9-.8.4-1 .7.6.8-1.2.7-2.4 1.3-3.6 2-1.8-.8-.1-1.7-.9-2.6-1.5 0-3.2-.1-4.5-.7-.6 0-1.2.1-2.1.1l1.5-1.2zm1.6 3.3c1.2.1 1.9.4 1.7.7-1.2 0-2.2-.1-3.3-.1-.1-.4.6-.6 1.6-.6zm.5 2.9c-.4.1-1-.1-1.7-.1 1.3-.4 2.2-.7 3.1-1 .6.7-.2.9-1.4 1.1zm25.3-.5c-1.1-.3-1.3-.5-.3-.8.4-.1.3-.4.6-.6.4-.3.9-.6 1.4-.9-1.2-.2-1.8-.2-2.4.3-.6.5-1.7.8-2.6 1.2-.2.4.6 1.1-1.7.7 0 0-.5.3-.5.4.1.3.5.7.8 1.1-1.3.1-2.7.2-4.1.4-.3-.5-.7-.9-1-1.4-1.4-.1-1.4-.1-.8-.5.2-.1.2-.2.3-.3.1-.1.1-.2.5-.3.1.2.2.3.3.5 1.6-.5 1.8-.8.6-1.5.1.2.2.4.3.7-.5-.1-.9-.2-1.4-.4-.5.4-.9.8-1.5 1.3-.1-.3-.1-.5-.2-.7h-1.5c-.3-.3-.7-.5-1.3-1 .8.2 1.2.3 1.8.4-.1-.3-.1-.5-.2-.7.7.1 1.6.4 1.9.3.6-.1 1-.4 1.4-.7l-2.2-.5-.4.1.4-.6c-1.7-.4-2.4-.2-2.9.4-.6.7-1.7 1.3-2.8 1.9-.5.3-1.6.4-2 .7-.3.2.1.6.2.9-1 0-1.8.1-3 .1.2-.2.4-.4.6-.5.1-.1.5-.1.4-.2-.9-.7 1.4-.8 1.4-1.4 0-.1.9-.2 1.4-.2-.8-.8 1.4-.6 2.2-1 .4-.2.6-.4 1-.6l-.5-.1c-.4.1-.7.3-1.1.4-1.1-.6-.9-.8.6-1 2-.3 4-.6 6.3-1 .3.3.9.7 1.4 1.1.3-.2.7-.5 1-.8h.3l.2.6c1.4 0 1.4 0 1.2-.9-.1-.4.1-.8.4-1.3.5.5 1 .9 1.7 1.5.3-.5.6-.9.8-1.2h.4c-.1-.3-.2-.5-.4-.9 1.1.1 1.8.2 2.5.3-.2.5-1.8.8-.6 1.4.2.1-.4.4-.3.8l1.5-.5.5.1c-.3.2-.5.5-.9.7-.3.2-.6.3-.9.4.6.2 1.1.4 1.8.5 2.6.3 2.8.4 1.9 1.4-.3.3-.2.6-.3 1.2-.1-.3-.2-.4-.3-.6-.1.5.3 1.1-.3 1.5-.6.4-2.1.5-3.2.8-1.2-.5-.8-.8 1.6-1zm1.3 3c-.2.1-.8.2-.9.1-.3-.1-.6-.3-.5-.4.4-.4 1.3-.6 2.4-.4-.5.3-.7.5-1 .7zm2.6-2.2c-.2.1-.8.1-1.2.1-.1 0-.2-.1-.2-.2.4 0 .7-.1 1.1-.1h.6l.2-.2c-.5-.1-.9-.2-1.6-.3.1-.1.2-.3.3-.5.7.2 1.3.3 2.2.5-.4.2-.8.5-1.4.7zm.3-3.6c-.2 0 .1-.4.2-.7.6.3 1 .4 1.5.6l.6-.6h.4l.3.6c.1 0 .3-.1.4-.1 1.2 0 2.5 0 3.7.1.4 0 .7.3 1.3.6-2.4-.1-3.1.4-3.8.9-.8-.4-1.5-.7-2.1-1-.9-.1-1.8-.2-2.5-.4zm3.8 2.5c0-.3.1-.6.1-.9l.7-.1c.4.3.9.6 1.6 1H127zm6.5 1.1c-.5-.2-1-.3-1.6-.5-.4 0-.9.1-1.4.1l-.2-.2c.7-.1 1.4-.3 2.1-.4.5.4.9.7 1.3.9l-.2.1zm.2-2.9 1.3-.6.7.3c-.4.2-.8.4-1.3.6.1-.1-.4-.2-.7-.3zm4.8 5.3h-.5l-1.1-.9.2-.2c.5.1 1.2.2 1.4.4.3.2.1.5 0 .7zm3.6-3.3c-.4.1-.8.2-1.2.2-1.3 0-1.4.1-1 .6.3.3-.5.7-.8 1H136c.2-.2.3-.5.5-.5 2-.1 1.7-.6 1.6-1-1.1-.3-1.9-.5-3.2-.9 1.3-.2 2.2-.3 3.5-.5l.3-.3h.3l.4.9h.6c.5-.5-.5-1-1.1-1.5-.2-.1-1.5-.1-2.5-.1.1-.1.1-.3.3-.4.8-.3 1.7-.5 2.7-.7.5-.1 1-.3 1.9-.1.5.1 1.5 0 2.2-.1l.4.2c-.5.1-1 .3-1.4.4-.5.2-.9.4-1.2.5 2.6.5 4.3.2 5.7-.6l.6.3c-.3.2-.4.6-.8.6-1.3.2-1 .4-.4.7.2.1.2.3.2.4-.4 0-.8-.1-1.1-.1-1.9-.5-3.5-.4-4.7.4.4.2.8.4 1.3.6zm4.8 1.6c-.6-.3-1-.5-1.5-.7.8-.1 1.5-.2 2.3-.3-.2.3-.4.5-.8 1zm17-5.3c.1 0 .5-.1.6 0 .2.1.4.2.4.3 0 .2-.2.3-.3.5-.1.2 0 .3-.1.6-1.1-.4-1.3-1.2-.6-1.4zm-11.4-2.5c-.1.5-.1 1-.2 1.6-1.4-.6-1-1.1.2-1.6zm-2.2 7.4c.3-.5.6-1.1.9-1.7.7.1 1.4.1 2.1.2.6.9 1.5 1.3 3.4 1.2l.1.4c-1.4.3-3.4-.1-4.5.5-.4-.1-.8-.2-1.1-.3-.2-.1-.4-.2-.9-.3zm1.6 2.4c.1-1.1 1.4-1.7 3.9-1.6-1.2.5-2.5 1-3.9 1.6zm5.3-.3h-.5l.2-2 1.1-.8h.3l-1.1 2.8zm-.3-4.8c-1.7.1-1.9.3-1.4.9.2.2-.1.4-.2.6l-.5-.1c-.2-.4-.4-.7-.7-1.2-.3.2-.7.3-.9.4-1.1-.3-2.1-.7-3.3-1.1 1.1-.2.8-.9 2.2-.9-1-.2-.6-.8-1.6-1v-.2c1 .1 1.9.2 2.8.2h.5c.5-.1 1.1-.1 1.6-.2l1 1.1-.4.1c-.3-.1-.5-.3-.9-.4-.5.1-1 .3-1.5.5h.3c.6.6 1.5.3 2.5.3.5 0 1.2.4 2.1.7-.8.2-1.2.3-1.6.3zm7.8 3.3c-.1.2-.7.2-1.4.2.1-.2.2-.5.3-.8-.4 0-.8.1-1.2.1l-.6-.6c.3-.2.5-.4.8-.7 1.8.5 2.8 1 2.1 1.8zm-5.7-.9c.4-.3.7-.6 1.1-.8.2-.1 1.2-.1 1.2-.1.3.2.3.4.5.6-.8.2-1.6.3-2.8.3zm7.3 3.8c-.2-.2-.4-.4-.6-.7 1.7-.1 2.4.2 2.8.8-.9 0-1.4 0-2.2-.1zm3.9-2-1.4-.7c.5-.4.8-.7 1.2-.9h.4c-.1.4-.1.9-.2 1.6zm-1.9-2.9c-.3.1-1.2-.2-1 .2.1.2.1.5 0 .7-.1.3-.4.6-.6.8l-.7-.1c.1-.3 0-.6.3-.9.7-.6-.2-1.9-1.9-2.1-.5-.1-1.2 0-1.7.1-.1 0-.1.3 0 .3.4.1.9.1 1.8.1.2.1.5.4.8.7-.2.1-.3.1-.4.1-1.4-.3-3.2-.2-4.4-.6-.6-.2-1.3-.5-1.2-.8.1-.4-1.2-1.2 1.4-1.1.6 0 1.2-.3 2-.5.1.2.2.4.4.6.1.1.2.4.3.4 2.1.1 3.8 1.2 6.3.6.4-.1 1.4.2 2 .4-1.3.5-2.3.9-3.4 1.1zm1.5-1.6c-.2 0-.5-.2-.5-.2.1-.2.3-.4.7-.5.3-.1 1 0 1.2 0 .6.4 1.2.6 2.4.1l.2.2-.5 1.6c-.8-.5-1.5-1.1-3.5-1.2zm6.3 6-1.6-.7.4-.2c.8.1 1.5.2 2.7.3-.6.3-1 .5-1.5.6zm1.4-3.8c-.3 1-.6 1.8-.8 2.7-.5-.2-.6-.2-.6-.2 1.2-.9-1.5-1.4-1.7-2.1-.1-.4-.7-.8-1.1-1.2.7-.1 1.3-.2 2-.4.5.2 1.1.4 1.8.7.1-.6.2-1.2 1.9-1.4.1.5.2.9.2 1.3H178c-.1 0-.3.3-.5.6zm2.5 2.4c-.8-.3-1.3-.5-1.9-.7l.5-.2c.5 0 1 .1 1.7.1-.1.4-.2.6-.3.8zm2.8-5.4c.6.3.9.5 1.4.7.4-.2.6-.3.9-.5l.6.1c-.3.5-.5.9-.9 1.5-.7-.7-3.1-.9-2-1.8zm4 3c-1.5-.7-1.5-1.2.1-1.4 0 .3 0 .5.1.8.5.1.9.1 1.7.2-.8.2-1.3.3-1.9.4zm2.4-5.1c.2 0 .6 0 .7.1.1.1.1.2 0 .3-.3.2-.7.4-1.1.5-.5-.2-.3-.8.4-.9zm-.3 2.7c.3-.2.6-.3 1.1-.4.4 0 .9.1 1.4.1l.3.2c-.7.1-1.5.2-2.3.3-.1 0-.5-.2-.5-.2zm6.1 1.8c-.2-.1-.4-.1-.5-.1-1.7.3-3.2.6-4.8 1-.4-.7 0-.8 2.7-.8.4-.3.8-.7 1.3-1.1.6.4 1 .7 1.5 1h-.2zm32.2-.1c.2 0 .7.1 1 .1-.6.2-1.1.3-1.8.5-1.1-.6.3-.5.8-.6zm-10.1.1c.4 0 .8.2 1.2.4l-.2.2h-1.9l-.3-.2c.4-.2.8-.5 1.2-.4zm-11.8-1c.3-.3.9-.5 1.7-.7-.2.2-.4.4-.4.5.9.7 1.7 1.3 2.7 2-.8-.2-1.3-.3-1.8-.4-.4-.4-.7-.8-1.1-1.2h-.5c-.1.3-.2.5-.3.8h-.7c.1-.3.1-.7.4-1zm-1.6.6c1.3.6 1.2.7-1.2.8-.9-.6.7-.6 1.2-.8zm2.7 1.8c-.2.2-.3.4-.6.5-.4.1-.9.2-1.4.3-.4-.5.6-.7 1.3-1-.3-.2-.8-.4-.8-.6 0-.1.7-.3 1.1-.3.4 0 1 .1 1.5.2.6.3.6.5-.6.5-.5 0-.8.1-1.2.2.3.1.7.1.7.2zm.6.4c0-.7 0-.7 3.1-.5-.5.8-2.3.2-3.1.5zm2.8 1.9c-.8-.7-.7-.7 1.6-.9-.5.3-1 .6-1.6.9zm3.8-2.8-.2-.1c-.2.2-.5.4-.9.7-.1-.5-.1-.9-.2-1.5 1-.4 1.5.4 2.5.4l.2.2-1.4.3zm3.1 4.6h-.5c-.2-.2-.6-.5-.5-.7.1-.2.7-.4 1.1-.5h.5l-.6 1.2zm2.6-3.8c-.6-.2-1.3-.3-1.8-.5-.2-.1 0-.3.1-.5.8.3 1.4.5 1.8.7.2.1.2.2.2.3 0 0-.2.1-.3 0zm1.7-.2c-.6-.4-1-.6-1.3-.9l1.6-.3.4.2c-.2.2-.4.5-.7 1zm2.6-1.8h-2c-.3 0-.7-.1-1-.1.1-.1.1-.4.4-.4.9-.2 1.9-.3 3.4-.4-.4.4-.7.7-.8.9zm1-6.7c-.1.1-.8.2-1.1.2-.2 0-.4-.3-.5-.4-.2-.3-.3-.6-.5-.9h.4c.5.2 1.1.4 1.5.6.1.1.3.4.2.5zm.5 8.3c.8-.2 1.7-.5 2.6-.7.3-.1.8 0 1.3 0-.2.2-.3.4-.6.5-.9.2-1.9.3-2.9.4l-.4-.2zm3.4 4.2c-.1.5-.1.9-.1 1.4-.5-.3-.9-.5-1.2-.8h-.6l1.3-.7.5.1c.1-.8.1-1.4.2-1.9h.5c.3.4.7.8 1.1 1.3-.5.1-.9.3-1.7.6zm10.5-7.9 1.4 1.4c-.4 0-.8.1-1.2.1-.2.3-.3.5-.5.8l-.7-.1c.2-.4.3-.7.5-1.1-1.3-.2-1.3-.2.5-1.1zm1.8 3.5c-.1.5-.3 1-2.2 1-.5-.7-.4-.8 2.2-1zm-7.2-8.4h.3c.2.4.3.9.5 1.3-.6 0-1 0-1.5-.1.3-.4.5-.8.7-1.2zm-.3 7c.1.6.2 1.1.3 1.6l-2.1-.4-.2-.2c2.4.1 1-.7 2-1zm-2.5 4.7c.1-.6.1-1.1.2-1.7 2.2.8 2.2 1.1-.2 1.7zm4.7-1.2c0 .2-.1.3-.2.6-.4-.2-.7-.3-.9-.4-.2-.1-.3-.3-.4-.4-.2-.9-.1-.9-2.2-1.4.6-.1 1.2-.2 1.7-.3 2.3.5 2.5.7 1.3 2 .3 0 .4 0 .7-.1zm1.5.4c.3.2.6.4.8.6l-1.5.6c-.3-.3-.3-.3.7-1.2zm-.6 2.3c-.5-.8 1.9-.3 2-.7.6.7.4.8-2 .7zm3.2-1.3c-.6-.1-2.1-.2-1-.8.4.5 2.5-.1 2.3.7 0 .1-1 .2-1.3.1zm3.6.8c0-.4.1-.8.1-1.2 1.3.5.9 1.1-.1 1.2zm11.6-3.9c.8.1 1.4.2 2.2.2-.6.3-1.1.5-1.6.7h-.6v-.9zm1.1 3.9c-.5.1-1.2-.2-1.9-.3l.1-.2 2.7-.3.5.2c-.4.2-.8.6-1.4.6zm17.2.8c-.9-.2-1.8-.4-2.6-.7-.3-.1-.4-.2-.6-.4 1 0 2-.1 3.1 0 .2 0 .4.4.4.5 0 .3-.2.5-.3.6zm33-2.1c-.9-.2-1.5-.4-2-.6-.4.1-.7.2-1.1.3-.1 0-.7-.3-.6-.3.2-.2.5-.4.9-.4 1 0 2.1.1 3.3.1-.2.3-.3.5-.5.9zm8.4-1.9c-.6 0-1.3 0-2.6.1.4-.3.7-.5.9-.7l1.8.4-.1.2zM506 242c.8-.3 1.5-.2 2.2.1-.7 0-1.4.1-2.3.1 0 0 0-.2.1-.2zm.6 6c-.5-.3-1.9-.2-1.8-.7h.4c.5-.1.9-.4 1.1-.3.6.1.6.3.3.6-.1 0 0 .1 0 .4zm-4.4-8.5c.3.5 2.3-.1 2.4.8-.3-.2-.4-.2-.5-.3-1.2 0-2.3.3-3.7-.1.7-.2 1.2-.3 1.8-.4zm.9 6.9h-.4c-.5-.2-.9-.3-1.4-.5.7 0 1.1-.1 1.6-.1.1.2.1.4.2.6zm-5.9-.5c.2 0 .4.1.6.1-.5.2-.9.4-1.3.5l-.3-.1c.1-.2.9-.5-.5-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.1.6.1 1 .1 1.5.2zm-2.4-7.7c.8.6-.7.5-.8.7l-.4-.1c.4-.2.7-.4 1.2-.6zm-3.2 7.1c0 .1 0 .2-.1.2-.3.2-.6.3-.9.5-.2-.2-.4-.4-.5-.6.7-.1 1.1-.1 1.5-.1zm-4.1-1h.3l-.4.9-.5-.1.6-.8zm-1.3 1.1v.6c-.8-.3-1.3-.5-1.9-.7.7.1 1.2.1 1.9.1zm-4.8-6.8c.2 0 .6.2.8.2-.9.2-1.7.4-2.3.5-.5-.2-.9-.4-1.2-.5.9 0 1.8-.1 2.7-.2zm-13.5 1.3.6.1c-.1.2-.1.4-.2.5h-.7l.3-.6zm-1.7 4.1c.1.1.2.2.2.3h1.2l-.9.5-.4-.1c-.1-.2-1.1-.4-.1-.7zm4.3 5c-.5-.2-.9-.4-1.5-.6-.2.1-.5.2-.7.2l-.3-.1c.3-.1.5-.3.8-.4.1 0 .6.1.9.2.4.1.7.3 1.1.5l-.3.2zm.2-2.6c-.3.3-1.1.6-1.7.9-.2-.1-.4-.1-.5-.2h-.2l.3.3c.1.1.2.2.4.3-.2 0-.6.1-.7 0-.2-.1-.5-.2-.5-.3-.1-.4.8-.6 1.7-.7-.7-.2-1.3-.5-2-.7-.2.2-.3.4-.5.5-.9-.4-1.7-.8-2.7-1.2h1.3s.1.1.2.3c.2-.2.3-.3.5-.4 1 .5 2.8.5 4.7 0 0 .4.1.8-.3 1.2zm-.9-7.5c-.1-.3-.1-.5-.2-.7.7.1 1.3.1 2.1.2-.7.2-1.2.3-1.9.5zm4.3 7.8c-.6.1-1.8-.4-1.8-.8.7.2 1.3.3 1.9.5 0 0 0 .2-.1.3zm2.1-.3c-.2 0-.7.1-1.2.1-.6-.3-1.2-.5-1.7-.8v-.1c.8 0 1.5.1 2.4.1.1-.2.3-.4.4-.7h.3c-.1.5-.1.9-.2 1.4zm1.7-.9 1.8.9c-.3.1-.5.3-.7.4.5.1 1.1.3 1.8.4l-.2.1c-.3-.1-.6-.1-1-.2-.3.1-.7.2-1.1.4-.2-.1-.6-.3-.5-.4.3-.5 0-1-.3-1.5-.1 0 .1-.1.2-.1zm1.9.9c0-.2 0-.5.8-.4.2 0 .3.3.3.5 0 .1-.1.3-.2.4-.3-.2-.6-.3-.9-.5zM478 248c.1-.1.5-.1.7-.1 0 .2.1.4.2.7-1.1-.2-1.3-.4-.9-.6zm2.9.3c-.7 0-1.6.1-1.7-.4.5 0 .9-.1 1.4 0 .3 0 .5.1.8.2-.2 0-.3.1-.5.2zm.6-3.1c-.3.1-.7.1-.9.1-.4-.1-.6-.2-1.1-.4-.2.1-.7.2-1.2.3h-.3c.5-.3 1-.6 1.6-1.1.5.4.8.6 1.1.9h.8c-.1.1 0 .2 0 .2zm.8 1.6c-1.2-.6-.6-1.2-.5-1.8h.3c.2.3.4.7.5 1-.1.3-.2.5-.3.8zm1.6-8c.1.1.3.2.4.4-.6 0-1 0-1.5.1-.9-.6 1-.2 1.1-.5zm.4 7.4c.6.5 1.1.8 1.5 1.2l-.1.1c-.6-.2-1.3-.4-2.1-.6.2-.3.4-.4.7-.7zm5.2 4c-1-.3-1.9-.6-2.9-.8-.8-.2-1.3-.6-1.2-1l-.6.3c-1.1-1.1-1.1-1.1-.9-1.2.6.2 1.3.4 2.1.7v.3l.3.1c.1-.1.2-.2.2-.3.1-.2-.8-.7.9-.4.1 0 .4-.1.9-.3.2.3.3.6.5.8-.6 0-1.1-.1-1.7-.1-.3.4-.4.9 1 1.2.4 0 .9-.1 1.5-.1 0 .3 0 .5-.1.8zm1.5-3.2c-.1 0-.8.2-1.3.3 1.3.5.1.9.2 1.3 0 0-.5.1-.8.1 0-.4.1-.7.1-1.1 0-.3-.1-.5-1-.3-.2.1-.6.1-1 .1-.1-.1-.1-.2-.2-.4-.3.2-.5.4-.8.5-.2-.4-.3-.8-.5-1.3.5.2.7.3 1 .4.3-.1.6-.2 1-.3 0 .2 0 .3.1.4.5.1 1 .2 1.6.3.2-.2.3-.4.6-.6-.6 0-1.1-.1-1.6-.1-.2-.7 1.1-.2 1.6-.4.3.3.5.6.7.8.6 0 1.1 0 1.8-.1-.4.5-.6.7-1.5.4zm.3-7.1c-.1-.3-.1-.5-.2-.7.7 0 1.2.1 1.8.1l.2.1c-.5.1-1 .3-1.8.5zm2.5-.1c-.2-.1-.1-.2-.2-.4 1.2.2 2.3-.2 3.2.3-.8.1-1.5.1-2.2.1-.3 0-.7.1-.8 0zm.9 9.2c.2-.3.2-.6.5-.8.2.5-.2 1 .7 1.5-.7-.2-1.6-.3-1.2-.7zm2.6.3c-.1.1-.4.2-.5.3l-.7-.4c.3 0 .5 0 .8-.1.2 0 .4-.1.6-.2-.1.1-.1.2-.2.4zm.9-1.9h-.5c-.5.2-1 .4-1.6.6-.4-.3-1.4-.5-.8-1 .1 0 .2.1.3.1l1.1.3c.2-.1.3-.3.6-.4.1-.1.4-.2.5-.2.4.1.8.2 1 .3.3.2.4.4.6.7.2.2-.2.3-1.4.1.2-.1.4-.2.4-.3 0-.1-.1-.2-.2-.2zm.9 1.9c-.4.3.6.9-1 .9.2-.3.5-.6.4-.9 0-.4.4-.7 1.2-.9.4-.1.7-.1.2-.4-.6-.4-.7-.9-.9-1.3-.1-.1.2-.2.4-.3h.7v.4c0 .1-.1.3-.1.4h.4c.1-.1.2-.3.4-.5.2.2.4.3.6.4l2.1-.6h2.1c-.6.2-1.1.4-1.8.7-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.2.1.5.2.8.3.9.2 1.2.4.9.6-.9-.1-1.8-.2-2.6-.2-.3 0-.8.1-.9.3-.1.1.2.3.3.4.2.1.4.2.7.4-1.2.2-2.1.3-3.1.4zm4.9-.2 1.2-.6.5.2c-.4.3-.9.6-1.3.9-.1-.1-.3-.3-.4-.5zm3.3 1h-.3c0-.1.1-.2.1-.3-.5-.2-.9-.3-1.5-.5h1.1c0-.1 0-.3-.1-.4h.4c.1.1.1.3.2.4.2 0 .5 0 1 .1-.4.2-.7.5-.9.7zm.9-1.1c-.9-.2-1.1-.6-.7-1 1 .2 1 .2.7 1zm-.6-2.3c-.1-.4-.1-.6-.2-.8h.2c.3.2.7.4.9.6-.1 0-.6.1-.9.2zm.3-6.2c-.6-.2-1-.3-1.4-.5l.2-.1c.7.2 1.2.1 1.4-.2l.4.1c-.2.2-.3.4-.6.7zm46.9 7.5c.1.1-.8.2-1.3.4-.1-.5-.1-.8-.1-1.1l.3-.1c.4.3.9.5 1.1.8zm-1.7-4.5c.3.2 1.2.4.2.7-.2-.3-.4-.5-.6-.7h.4zm-8 5.2-.4-.4c-.4.1-.7.3-1 .4-.9-.4-.8-.6.4-.9.1.3 1.6.4 1 .9zm-.6-7.3.1.1c-.5.1-1 .2-1.6.3-.1-.1-.3-.2-.5-.3.8 0 1.4-.1 2-.1zm-3.7 5.7c.3.2.5.4.8.6h-1.7c.2-.2.5-.4.9-.6zm-5.2-6 1.3-.1.3.6-.4.1-1.2-.4v-.2zm-6.2 5.9c.3.1.7.1.9.2.4 0 .7-.1 1-.1.1.1.2.2.1.2-.3.1-.6.2-.9.1-.5 0-.9-.2-1.3-.3l.2-.1zm-2-1c.9.3 0 .6 0 .9-1.1-.4-1.1-.4 0-.9zm-1.2.9h.3c0 .1.1.3 0 .4-.2.1-.6.2-.9.3l-.3-.1.9-.6zm-10.1 1-.1.8h-.4l-.1-.8h.6zm-7-.7c.1.1.1.2.1.3h1.1v.6c-1.3.1-1.8-.3-1.2-.9zm1.7 1.8h-1.3l-.2-.1c.3-.1.6-.2 1-.3.1 0 .5.2.8.3l-.3.1zm.9-.3c.1-.2.2-.4.2-.6-.2 0-.5-.1-.9-.1.1-.2.2-.3.2-.4-.4-.2-.7-.3-.8-.4.6-.2 1.2-.3 1.4-.4.1-.1-.5-.3-.8-.5.1-.6.1-.6.9-.7.4.8.7 1.5 1 2.1.6 0 1.4 0 1.5.1.3.2.2.4.3.6h-.4c-.2-.1-.5-.3-.8-.4-.6.2-1.2.4-1.7.7h-.1zm2.8 1.3c-.4-.4-.7-.7-1-1.1l.5-.1c.1.1.2.3.4.4.1.1.2.2.4.2.6.4.6.4-.3.6zm2.7-.3c-.7-.1-1.3-.2-2.3-.4.6-.2.9-.3 1.4-.5v.5c.4.1.7.2 1.1.2l-.2.2zm1.6-2.6c.3.3.9.5.4.8 1-.2 2 0 2.9.2.6-.3.6-.5-.3-.8.9.1 1.5.1 2.4.2 0 0 .1 0 .2.1.1 0 .2.1.2.1.1.2.3.5.1.6-.5.3-.7.4.4.5-.8.4-1.6.9-2.3 1.3-1.2-.5-.1-1.1-.6-1.7-1.1 0-2.2-.1-3-.5-.4 0-.8 0-1.4.1.3-.3.6-.6 1-.9zm1 2.3c.8 0 1.2.3 1.1.5-.8 0-1.4 0-2.2-.1 0-.3.5-.5 1.1-.4zm.4 1.8c-.3 0-.7 0-1.1-.1.8-.3 1.4-.5 2-.7.3.6-.2.7-.9.8zm17.4 1.7c-.1.1-.5.1-.6.1-.2-.1-.4-.2-.4-.3.3-.3.8-.4 1.6-.2-.2.1-.4.3-.6.4zm.4-2.8c0 .3.2.7-.2 1-.4.3-1.4.4-2.1.5-.8-.3-.5-.5 1-.6-.7-.2-.9-.3-.2-.5.2-.1.2-.3.4-.4l.9-.6c-.8-.1-1.2-.1-1.6.2-.4.3-1.1.5-1.7.8-.1.3.4.7-1.1.5 0 0-.4.2-.3.3.1.2.3.5.5.7l-2.7.3c-.2-.3-.4-.6-.7-.9-.9 0-.9-.1-.5-.3l.2-.2c0-.1 0-.1.3-.2.1.1.1.2.2.3 1.1-.3 1.2-.5.4-1 .1.1.1.3.2.5-.4-.1-.6-.2-1-.3-.3.3-.6.5-1 .8 0-.2-.1-.3-.1-.5h-1c-.2-.2-.5-.4-.8-.6.5.1.8.2 1.2.3-.1-.2-.1-.4-.1-.5.5.1 1 .3 1.3.2.4-.1.6-.3.9-.4l-1.5-.3-.3.1.2-.4c-1.1-.3-1.6-.1-1.9.3-.4.4-1.1.8-1.8 1.2-.3.2-1 .2-1.3.4-.2.1.1.4.2.6-.6 0-1.2 0-2 .1.2-.1.3-.2.4-.3.1 0 .3-.1.3-.1-.6-.5.9-.5.9-.9 0-.1.6-.1.9-.2-.5-.5.9-.4 1.5-.6.3-.1.4-.3.6-.4l-.3-.1c-.2.1-.5.2-.7.3-.7-.4-.6-.5.4-.6 1.3-.2 2.6-.4 4.2-.7.2.2.6.5.9.7.2-.2.4-.4.7-.6h.2l.1.4c.9 0 .9 0 .8-.6-.1-.3 0-.5.3-.9.3.3.7.6 1.1 1 .2-.3.4-.6.5-.8h.2c-.1-.2-.2-.3-.3-.6.7.1 1.2.1 1.7.2-.1.3-1.2.5-.4.9.1.1-.3.3-.2.5l1-.3.3.1c-.2.1-.4.3-.6.4l-.6.3c.4.1.8.3 1.2.3 1.7.2 1.8.3 1.3.9-.2.2-.1.4-.2.8-.1-.3-.1-.4-.2-.5zm1.4 1.4c-.1.1-.5 0-.8 0 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3-.1-.6-.1-1-.2 0-.1.1-.2.2-.3.5.1.9.2 1.4.3-.2.1-.5.3-.8.5zm.2-2.4c-.1 0 .1-.3.2-.5.4.2.6.3 1 .4l.4-.4h.2c.1.1.1.2.2.4.1 0 .2-.1.3-.1.8 0 1.6 0 2.4.1.2 0 .5.2.8.4-1.6-.1-2 .2-2.5.6-.5-.2-1-.5-1.4-.6-.6-.1-1.2-.2-1.6-.3zm2.5 1.6c0-.2 0-.4.1-.6h.4c.3.2.6.4 1 .7-.7-.1-1.1-.1-1.5-.1zm4.2.7c-.3-.1-.7-.2-1-.4-.3 0-.6 0-.9.1l-.1-.1c.5-.1.9-.2 1.4-.3l.9.6-.3.1zm.2-1.9.9-.4.5.2c-.3.1-.5.3-.8.4-.1 0-.4-.1-.6-.2zm3.1 3.5h-.4l-.7-.6.2-.1c.3.1.8.2.9.3.2.1.1.3 0 .4zm5.6-1.1-1-.5c.6-.1 1-.1 1.5-.2-.2.3-.3.4-.5.7zm.2-2.4c-.9.1-.7.3-.3.5.1.1.1.2.2.3-.2 0-.5 0-.7-.1-1.6-.3-2.7-.3-3.5.2.2.1.6.2.9.4-.3 0-.5.1-.8.1-.9 0-.9.1-.6.4.2.2-.3.5-.5.7h-2c.1-.1.2-.3.3-.3 1.3 0 1.1-.4 1.1-.6-.7-.2-1.2-.3-2.1-.6.9-.1 1.5-.2 2.3-.3l.2-.2h.2l.3.6h.4c.3-.4-.3-.7-.7-1-.1-.1-1-.1-1.7-.1.1-.1.1-.2.2-.3.5-.2 1.1-.4 1.7-.5.3-.1.7-.2 1.3 0 .3.1 1 0 1.5-.1l.3.1c-.3.1-.7.2-.9.3-.3.1-.6.3-.8.3 1.7.3 2.9.1 3.8-.4l.4.2c-.2.1-.2.4-.5.4zm14.5-6.9-.2.1c-2-.1-2-.1-1.8-.6.6.2 1.3.4 2 .5zm-2.7-1.1c.4.1.7.2 1.1.3-.4.1-.7.2-1.2.3.1-.2.1-.4.1-.6zm-.9 6.9h.4c.1.1.3.1.3.2s-.2.2-.2.3v.4c-.8-.2-.9-.8-.5-.9zm-2.1-6.2c.3-.1.7-.1 1.4-.2 0 .1.1.3 0 .3-.5.1-1.1.1-1.6.2.1-.1 0-.3.2-.3zm-5.3 4.6c0 .3-.1.7-.1 1-1-.4-.7-.7.1-1zm.4 1.5h.3c.4 0 .7-.1 1.1-.1l.6.7h-.3l-.6-.3c-.5.2-1 .3-1.5.5 0-.1-.1-.2-.1-.2-1 .1-.5-.5-1.3-.7.6.1 1.2.1 1.8.1zm-.9 5c.1-.7.9-1.1 2.6-1.1-.8.3-1.6.7-2.6 1.1zm3.5-.2h-.3l.1-1.3c-.9.2-2.2-.1-2.9.3-.3-.1-.5-.1-.8-.2-.1-.1-.3-.2-.6-.2.2-.3.4-.7.6-1.1.5 0 .9.1 1.4.1.4.6 1 .9 2.2.8l.1.3.7-.6h.2l-.7 1.9zm-.1-3.2c-1.1.1-1.2.2-.9.6.1.1-.1.3-.1.4h-.3c-.1-.2-.3-.5-.5-.8-.2.1-.5.2-.6.3-.7-.2-1.4-.5-2.2-.7.8-.1.5-.7 1.9-.5h.8c.4.4 1 .2 1.6.2.3 0 .8.3 1.4.5-.6-.1-.9 0-1.1 0zm1.3 1.6c.3-.2.4-.4.7-.5.2-.1.8-.1.8 0 .2.1.2.3.3.4-.5 0-1 0-1.8.1zm3.8.5c-.1.1-.5.2-.9.2.1-.2.1-.3.2-.5-.3 0-.5 0-.8.1-.1-.1-.3-.2-.4-.4.2-.1.4-.3.5-.4 1.2.2 1.9.5 1.4 1zm1 2c-.1-.1-.2-.3-.4-.5 1.1-.1 1.6.1 1.8.5h-1.4zm2.6-1.4c-.5-.3-.8-.4-.9-.5.3-.3.6-.4.8-.6h.3c-.1.4-.1.7-.2 1.1zm-1.3-1.9c-.2.1-.8-.1-.7.2.1.1.1.3 0 .4-.1.2-.3.4-.4.6h-.5c0-.2 0-.4.2-.6.5-.4-.2-1.2-1.2-1.4-.3-.1-.8 0-1.1.1-.1 0-.1.2 0 .2.3 0 .6.1 1.2.1l.5.5c-.1 0-.2.1-.2.1-1-.2-2.1-.1-2.9-.4-.4-.1-.8-.3-.8-.5 0-.3-.8-.8.9-.7.4 0 .8-.2 1.3-.3.1.1.1.3.2.4.1.1.1.2.2.2 1.4.1 2.5.8 4.2.4.2-.1.9.2 1.3.2-.8.1-1.4.4-2.2.5zm1-1c-.1 0-.3-.1-.3-.2.1-.1.2-.2.4-.3h.8c.4.2.8.4 1.6 0l.1.2-.3 1c-.5-.3-.9-.6-2.3-.7zm4.2 3.9-1.1-.5.3-.1c.5.1 1 .1 1.8.2-.4.2-.7.3-1 .4zm.9-2.5c-.2.7-.3 1.2-.5 1.8-.3-.1-.4-.1-.4-.2.8-.6-1-.9-1.1-1.4-.1-.3-.5-.5-.7-.8.4-.1.9-.2 1.3-.2.4.1.7.2 1.2.4.1-.4.1-.8 1.3-.9.1.3.1.6.1.8h-.8c-.1.1-.3.3-.4.5zm1.7 1.6c-.5-.2-.9-.3-1.2-.4l.3-.1c.3 0 .7 0 1.1.1-.1.1-.2.3-.2.4zm38.8-3.5.9.9c-.3 0-.5 0-.8.1-.1.2-.2.4-.3.5l-.4-.1c.1-.2.2-.5.3-.7-.9-.2-.9-.2.3-.7zm-3.6-3.3h.2l.3.9h-1c.3-.4.4-.6.5-.9zm-.2 4.6c.1.4.1.7.2 1l-1.4-.3-.1-.1c1.6.1.7-.4 1.3-.6zm-4 .2c.1 0 .5.1.7.1l-1.2.3c-.7-.4.2-.4.5-.4zm-5.8-7.2c.3.1.2.3.3.5h-.3l-1.1-.5c.4 0 .9-.1 1.1 0zm-.8 7.2c.3 0 .5.2.8.3l-.2.1h-1.2l-.2-.1c.2-.2.5-.3.8-.3zm-18.3-7.9c.5-.1 1-.2 1.4.1-.4.2-.8.4-1.1.5h-1.6c-.1 0-.3-.2-.4-.3.7-.2 1.2-.3 1.7-.3zm.4 5.3c-.2.1-.5.2-.7.3-.4-.2-.3-.6.2-.6.1 0 .4 0 .5.1.1 0 .1.1 0 .2zm-4-5.5c.4 0 .8.2 1.1.3-.4.1-.7.2-1.3.3-.4-.1-.6-.2-.9-.3.4-.1.8-.3 1.1-.3zm.6 7.8c-.5-.5-2-.6-1.3-1.2.4.2.6.3.9.4l.6-.3h.4c-.2.4-.4.7-.6 1.1zm1.4.7c-1-.5-1-.8.1-.9v.5c.3 0 .6.1 1.1.1-.5.2-.9.3-1.2.3zm1.3-1.6c.2-.1.4-.2.7-.2s.6 0 .9.1l.2.1c-.5.1-1 .2-1.5.2l-.3-.2zm4 1.2c-.1 0-.3-.1-.3-.1-1.1.2-2.1.4-3.2.6-.3-.5 0-.5 1.8-.5.3-.2.5-.4.9-.7.4.3.7.5 1 .7h-.2zm1.6-7.2c-.6 0-1.1-.1-1.9-.1.3-.2.5-.3.7-.4l1.4.4-.2.1zm5.1-.3c.2 0 .2.2.3.3-.4 0-.9.1-1.3.1-.1 0-.2-.1-.3-.1-.4.1-.7.2-1.2.3.2-.5 1.7-.8 2.5-.6zm-1 7.2c.9.4.8.4-.8.5-.6-.3.5-.3.8-.5zm1.4 1.6c-.2.1-.6.1-1 .2-.2-.3.4-.4.9-.6.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm-.1-.5c-.2-.1-.5-.3-.5-.4 0-.1.4-.2.7-.2s.6.1.9.1c-.2-.2-.4-.4-.6-.7h-.3c-.1.2-.1.3-.2.5h-.5c.1-.2 0-.5.2-.7.2-.2.6-.3 1.2-.5-.1.1-.2.3-.3.3.6.5 1.2.9 1.8 1.4-.4-.1-.7-.2-1-.2.2.1 0 .2-.6.2-.2.1-.5.2-.8.2zm.9.4c0-.4 0-.4 2-.3-.3.5-1.5.1-2 .3zm1.9 1.3c-.5-.5-.5-.5 1.1-.6-.4.2-.7.4-1.1.6zm2.4-1.8-.2-.1c-.2.1-.3.3-.6.5 0-.3-.1-.6-.1-1 .7-.2 1 .3 1.6.2l.1.1-.8.3zm2.1 2.9h-.3c-.1-.1-.4-.3-.3-.4.1-.1.5-.2.7-.3h.3l-.4.7zm1.7-2.4c-.4-.1-.9-.2-1.2-.3-.1-.1 0-.2.1-.4l1.2.4c.1 0 .1.1.1.2 0 0-.1.1-.2.1zm1.2-.2c-.4-.3-.6-.4-.9-.6l1.1-.2.2.1c-.1.2-.2.4-.4.7zm1.6-1.2h-1.3c-.2 0-.5 0-.7-.1.1-.1.1-.2.2-.3.6-.1 1.2-.2 2.3-.3-.2.4-.4.6-.5.7zm.7-4.4c-.1.1-.5.1-.8.1-.1 0-.3-.2-.3-.3l-.3-.6h.2c.3.1.7.3 1 .4.2.2.3.3.2.4zm.3 5.5c.6-.2 1.1-.3 1.7-.5h.8c-.1.1-.2.3-.4.3-.6.1-1.3.2-1.9.3l-.2-.1zm2.2 3.7c-.4-.2-.6-.4-.8-.5h-.4l.9-.4.4.1c-.1.2-.1.5-.1.8zm0-.9c0-.5.1-.9.1-1.3h.3c.2.3.4.5.7.8-.2.1-.6.3-1.1.5zm-1-10.4c.7-.1 1-.2 1.5-.3l.7.7c-.9-.2-1.5-.3-2.2-.4zm2.8-.2c.2.3.5.5.8.9-1.3-.3-1-.7-1.2-.9h.4zm-.2 9.8c0-.4.1-.7.1-1.1 1.5.5 1.4.7-.1 1.1zm3-.4c-.3-.1-.5-.2-.6-.2-.1-.1-.2-.2-.2-.3-.1-.6-.1-.6-1.5-.9.4-.1.8-.1 1.1-.2 1.5.3 1.6.5.9 1.3h.5c-.1.1-.2.2-.2.3zm1.1-.1c.2.2.4.3.5.4-.3.1-.6.2-1 .4-.2-.2-.2-.2.5-.8zm-.4 1.5c-.3-.5 1.3-.2 1.3-.5.4.5.2.6-1.3.5zm2.1-.8c-.4-.1-1.4-.1-.7-.6.3.3 1.6-.1 1.5.4 0 .1-.6.2-.8.2zm-.6-1.6c-.4-.6-.4-.6 1.4-.7-.1.4-.2.7-1.4.7zm3 2.1c0-.3.1-.5.1-.8.8.3.5.7-.1.8zm6.4-10c.5 0 1 0 1.4.1.2 0 .3.2.6.5-.9-.2-1.4-.3-2-.4v-.2zm2.6 7.6c-.4.2-.7.3-1 .5h-.4v-.6c.5 0 .8 0 1.4.1zm-.7 2.4c-.3 0-.8-.1-1.2-.2l.1-.1 1.8-.2.3.1c-.4.1-.6.4-1 .4zm10.8-9.7-.6.6c-.4-.2-.8-.3-1.1-.5.4 0 1 0 1.7-.1zm.5 10.2c-.6-.1-1.2-.3-1.7-.4-.2-.1-.3-.2-.4-.2h2c.1 0 .3.2.3.4 0 0-.2.1-.2.2zm2-9.7-.1-.1c.4 0 .9-.1 1.2-.1.2 0 .4.2.7.5-.8-.2-1.3-.3-1.8-.3zm4.2.3-.5-.2 1.1-.6.5.2-1.1.6zm15.5 8c-.6-.2-1-.3-1.3-.4-.3.1-.5.2-.7.2-.1 0-.5-.2-.4-.2.1-.1.4-.2.6-.2.7 0 1.4 0 2.2.1-.2.1-.3.3-.4.5zm5.5-1.2h-1.7c.3-.2.4-.3.6-.4l1.2.3-.1.1zm112.3 6.6c.3-.2.5-.4.7-.6.3.1.7.3 1.2.5-.8 0-1.2.1-1.9.1zm5.2.3c-.6-.1-1.1-.3-1.8-.4.2-.3.2-.3 1.3-.1.1-.1.1-.2.2-.2h.3l.4.7h-.4zm4.1-1.4h1.9c.2 0 .2.2.5.5-1-.1-1.8-.2-2.5-.3l.1-.2zm2.8 1.4c-.5.1-1.2 0-1.8 0-.3 0-.4-.3-.6-.4l.4-.1c.8.4 1.4.2 2.3-.1-.1.2 0 .5-.3.6zm9.4 1.1c-.6-.1-1.1-.1-1.7-.2.1-.1.1-.2.2-.3.2 0 .5.1.7.1h1.4c-.1.2-.4.3-.6.4zm29.5.5c-.4 0-.9 0-1.3-.1-.3 0-.4-.2-.6-.3.3-.1.6-.2.8-.2.7 0 1.3.2 2.1.3.1.2-.1.3-1 .3zm12.4 0c-.2 0-.1-.3-.1-.5.9.2 1.9.1 1.9.6-.7 0-1.3 0-1.8-.1zm29.6 4.2h-1.1c0-.1.1-.1.1-.2.3 0 .8.2 1 .2.6-.1.8-.1.9 0h-.9zm4.9 0c.3-.1.6-.1.9-.2 0 .1.1.1.1.2h-1zm31.5-2.2h-1l.7-.7h.5c-.1.3-.1.5-.2.7zm23.3 2.1c.2-.1.5-.1.6-.1s.2 0 .3.1h-.9zm.9-1.4c.1-.3 0-.6-1.3-.4v-.1c.3-.1.6-.3 1.1-.5-.3.4 1.9.5.2 1zm1.9.2c-.2 0-.6.1-1 .1.2-.5.4-.9.7-1.5h.7c-.1.5-.2.9-.4 1.4zm17.9-2c.8.4.6.6-.8.7-.4-.4.2-.6.8-.7zm-.4 1.4c-.2-.1-.4-.2-.5-.3 0 0 .3-.2.4-.2.3 0 .7-.1 1-.1l.3.1-1.2.5zm2.6.6-.3-.2 1-.3.4.2-1.1.3zm6.5-1.1c.1.4.2.8.3 1.1-1.1-.5-1.2-.8-.3-1.1zm9.5 2.2h-.3c-.5-.4.4-.4 1.1-.5.1.3.1.3-.8.5zm3.6 0s0-.1-.1-.1c.5 0 .9 0 1.3-.1 0 .1.1.1.1.2h-1.3zm1.7-1h-.6c-.1-.1 0-.2 0-.2.6-.1 1.2-.1 1.8-.1.3 0 .6.1.9.2-.8-.1-1.5 0-2.1.1zm6.4-.9c-.5-.2-.9-.3-1.2-.5 1.1-.1 2-.1 2.8-.2.2 0 .5 0 .6.1.1.1.1.2 0 .3-.2.1-.5.2-.9.3-.4-.2-.9-.3-1.3 0zm2.1 1.9h-.6l-.2-.5.4-.1c.3.1.7.2.8.4.1 0-.2.1-.4.2zm.4-1c-.3-.1-.6-.2-.8-.3.3-.1.6-.3.9-.3.2 0 .5.2.8.3l-.9.3zm2-.3c-.2-.1-.6-.1-.7-.2 0-.2-.4-.5.4-.7.2.2.4.4.5.6.1.1-.1.2-.2.3zm4.5.1c.5-.4.8-.7 1.2-.9h.2c-.1.3-.1.6-.2.9 0 0-.7-.1-1.2 0zm1.6 1.1h-.8c.3-.1.5-.2.8-.3l.2.1-.2.2zm8.9-3.1c.2.1.6.2.6.2.1.2-.1.3-.2.6-.4-.3-.6-.4-.7-.6 0 0 .2-.2.3-.2zm1.6 1c-.3.2-1 .4-1 .7 0 0-.4.1-.7.1-.1 0-.3-.1-.3-.1.1-.1.3-.1.4-.2.2-.1.3-.2.5-.4s.5-.4.7-.6h.4c0 .2.1.4 0 .5zm8.2-.7-1.6-.3c.2-.1.4-.2.5-.2.5.1.9.2 1.4.3l-.3.2zm13.5.5c-.6.1-1.3.1-1.9.1v-.8h.4c.3.5.6.6 1.7.2-.1.2 0 .4-.2.5zm2.4 2.1h-.2c-.3-.5.9-.4 1.4-.6.3.5-.7.4-1.2.6zm1.2-1.1h-.5l.6-1h.5l-.6 1zm21.7-1.1h-.3c-.2-.2-.4-.5-.6-.7.4 0 .7-.1 1.2-.1-.1.3-.2.6-.3.8zm9 .4h-.4c0-.3-.9-.5.5-.8-.1.3-.1.6-.1.8zm.7 1.5.4-.1.1.1h-.5zm2.9-1.4c0-.1.7-.1.9-.1.7.1 1 .3.4.6-.5-.1-1.7 0-1.3-.5zm.7 1.3s-.3-.2-.2-.3c.2-.1.6-.1.7-.2.5 0 .9 0 1.1.1.1 0 .2.1.3.2-.6.1-1.3.1-1.9.2zm11.2-.9c-.3-.1-.7-.2-.7-.3s.4-.2.6-.2c.3 0 .5.1.8.2-.2.1-.4.2-.7.3zm.1-1c-.3 0-.7-.1-1-.1.2-.1.4-.2.7-.3.4-.1.9-.1 1.3-.1.2 0 .4.2.6.2-.8.2-1.2.2-1.6.3zm5.3-.9c-1.2-.2-1.2.2-1.8.6-.2-.3-.5-.5-.3-.7.2-.1.8-.2 1.2-.2.6-.1 1.3-.1 2.1-.1-.1.4-.4.5-1.2.4zm15.4 2.6c0-.1 0-.3.1-.4.3.2.4.3.6.4h-.7zm-.8-1.7c-.5-.5 1-.5 1.4-.7.6.5-.5.6-1.4.7zm12.2 1.6c.4 0 .7-.1.9 0h-.9zm6.1-2.3c-1.4 0-1.7.3-1.3.8h-.6c0-.3-.2-.6 0-.9s.8-.5 1.4-.9c.4.3.7.5 1 .7 0 .1-.3.3-.5.3zm11.6 2.1h-.9l.9-.3v.3zm1.6-2.2c-.1 0-.3-.1-.5-.2 1-.1 1.7-.2 2.5-.2l.1.2c-.6 0-1.3.1-2.1.2zm3.2-.6-.2.4h-.3c.4-.7.4-.7 1.6-.6l-1.1.2zm2.4.6c.2-.6 1.4-.3 2.1-.4-.3.5-1.5.2-2.1.4zm4.8 1c.3-.5.7-1 1.1-1.6.3.2.4.2.6.4 0-.1.1-.3.1-.4l.6.6c-.7.4-1.5.7-2.4 1zm2.6 1h-1.3c-.1-.1-.3-.2-.4-.3.5.2 2-.2 1.7.3zm17.8-.3c-.1 0-.2-.1-.3-.1.4-.1.7-.1 1-.2l.3.3h-1zm7.9-2.2c1 .2 1.1.4.7.7-.1.1-.6.1-.8.1 0-.2 0-.4.1-.8zm-1.9 1 .7-.7.5.1-.7.7-.5-.1zm1 1.1.6-.3c.4.1.9.2 1.3.3h-1.9zm5.5-.1v-.3c.3.1.5.2.7.3h-.7zm5.3-.1h-.5l.3-.3h.2v.3zm3.5-2-.2.1c-.2-.1-.6-.3-.6-.4 0-.1.5-.2.9-.4 0 .3 0 .5-.1.7zm1 .5-.3-.1c.3-.1.7-.2 1-.3.2 0 .5.1.9.3-.7 0-1.2.1-1.6.1zm16 1.1c.1 0 .1 0 .2-.1h2.4l-2.6.1zm32.2-4.4c-.3 0-.8 0-.8-.1-.1-.2-.1-.3-.1-.6.5.1.7.2 1 .3.3-.1.7-.2 1-.3.1.2.3.5.4.7h-1.5zm27.4-.5h-.4l.4-.9h.6l-.6.9zm8 .3c-.8-1-1-1.2.5-1.2-.1.4-.3.8-.5 1.2zm20.8-12.7c.4.1.9.4 1.5.5.9.2 1.2.1 1.2-.3 0 0 0-.1.1-.1 0 0 .1 0 .3-.1.1.4.2.7.2 1h-2.9c-1.3.1-1.2-.3-1.5-.5.4-.2.7-.3 1.1-.5zm-5.3.5c.3 0 .6.1.8.1.1 0-.2.2-.3.3-.3-.1-.6-.1-.8-.2-.1 0-.1-.1-.1-.2 0 .1.2 0 .4 0zm-1.1.4c-1.5-.1-.8-.5-.5-.7.1-.1.6-.1.9-.2l.2.6-.6.3zm4 3.2v-.7l.2-.1.9.6c-.3.1-.6.2-1.1.2zm2.6-2.4c-.7 0-1.5.1-2.2.1-.8.1-1.5.1-1.3.5 0 .1-.1.1-.1.2h-.3l-.2-.4c-.8-.1-1.5-.3-2.1-.4-.1 0 .1-.2.1-.3 2.4.3 4.5-.2 6.8-.1.2.2.1.4-.7.4zm2.6.1c-.2 0-.5-.1-.5-.1 0-.1.1-.2.2-.3.6-.1 1.3-.1 1.8.2-.6.1-1 .2-1.5.2zm12.2-4c-.7.2-1.2.4-1.9.6-.1-.3-.2-.4-.3-.7.8.1 1.4.1 2.2.1zm-3.6 1.7h.6c0 .2-.1.4-.2.5h-.7l.3-.5zm-1 4.3.3.3c.4 0 .8-.1 1.2-.1l-.8.5-.4-.1c-.3-.1-1.3-.3-.3-.6zm2.1 3.3c-.1-.4.7-.7 1.6-.9-.7-.2-1.3-.4-2.1-.6-.1.2-.3.4-.4.6-.9-.3-1.8-.7-2.9-1 .6-.1.9-.1 1.3-.1 0 0 .1.1.2.3l.4-.4c1 .5 2.8.3 4.6-.3 0 .4.1.8-.2 1.2-.3.4-1 .7-1.6 1.1-.2 0-.4-.1-.6-.1l-.2.1c.1.1.2.2.4.3.1.1.3.2.4.3-.2 0-.5.1-.7.1.1-.4-.2-.5-.2-.6zm2.9 1.4c-.5-.1-1-.3-1.5-.5l-.6.3-.3-.1c.2-.2.4-.3.8-.4.1 0 .6.1.9.2.4.1.8.3 1.2.4l-.5.1zm82.3-7.8c.4.2 1 .4 1.3.7.1.1-.7.3-1.2.5-.1-.5-.2-.8-.3-1.1l.2-.1zm-1.1-3.7c.3.2 1.2.3.3.7l-.7-.7h.4zm-7.2 5.8c-.2-.2-.3-.3-.5-.4-.3.2-.7.3-1 .5-.9-.3-.8-.5.3-.9.3.3 1.7.2 1.2.8zm-1.6-7.3.1.1c-.5.1-.9.3-1.5.4-.1-.1-.3-.1-.6-.3.7 0 1.4-.1 2-.2zm-2.9 6 .9.6c-.6 0-1 .1-1.7.1.2-.3.5-.5.8-.7zm-6.1-5.7 1.3-.2.4.6-.4.1-1.3-.3v-.2zm-5.2 6.4c.3 0 .7.1 1 .1.4-.1.7-.1 1-.2l.2.2c-.3.1-.6.2-.9.2-.5 0-.9-.1-1.4-.2l.1-.1zm-2.1-.8c.9.3.1.6.2.9-1.3-.4-1.3-.4-.2-.9zm-1.1.9h.3c0 .1.2.3.1.4l-.8.4-.3-.1.7-.7zm-10 1.8v.8h-.4l-.2-.8h.6zm-7.6 1.6c-.9-.2-1.2-.5-.9-1 1.1.2 1.1.2.9 1zm-.1-2.5s-.4.2-.8.3c-.1-.4-.2-.6-.3-.8h.2c.3.1.7.3.9.5zm-2.8-6.4c.8.2 1.2.1 1.4-.3l.4.1c-.1.2-.3.4-.5.7-.6-.2-1-.3-1.4-.4l.1-.1zm-.3 2.1c.7-.3 1.5-.3 2.2 0-.7.1-1.4.2-2.3.3 0-.1-.1-.2.1-.3zm1.4 5.9c-.5-.3-2 0-1.9-.6h.4c.4-.2.9-.4 1-.4.7.1.7.3.4.5 0 .1.1.3.1.5zm-5.6-8.1c.4.5 2.3-.2 2.5.6-.3-.1-.4-.2-.5-.2-1.2.1-2.3.4-3.7.2.6-.3 1.1-.4 1.7-.6zm1.9 6.8s-.3.1-.4 0c-.5-.1-.9-.3-1.5-.4.7-.1 1.1-.1 1.6-.2l.3.6zm-5.9-.1c.2 0 .4.1.6.1-.5.2-.8.4-1.2.6l-.3-.1c0-.2.8-.5-.5-.4-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1 0 1.4.1zm-5.3-6.3.2.1c-.5.2-.9.4-1.7.6-.1-.3-.2-.5-.3-.7h1.8zm-.4 6.1v.2c-.2.2-.5.3-.8.5l-.6-.6c.6 0 1 0 1.4-.1zm-4.3-.7h.3l-.2.9h-.5l.4-.9zm-1 1.2c0 .2.1.3.1.6-.8-.2-1.4-.4-2-.5.6 0 1.2-.1 1.9-.1zm-4.8.2c-.3.1-.7.2-.9.1-.4 0-.7-.2-1.2-.3-.2.1-.7.3-1.1.4h-.3c.4-.4.9-.7 1.5-1.2.5.4.9.6 1.2.8.2 0 .5-.1.8-.1 0 .1.1.3 0 .3zm-1-6.6c.2 0 .6.1.8.2-.9.3-1.6.5-2.2.7-.5-.2-1-.3-1.3-.4.9-.2 1.8-.4 2.7-.5zm-6 8.5c-.6.1-1.9-.3-1.9-.6.7.1 1.4.2 2 .4 0 0 0 .2-.1.2zm.8-.2c-.6-.2-1.2-.5-1.8-.7l-.1-.1c.8 0 1.5 0 2.4-.1.1-.2.2-.4.3-.7h.3c0 .4 0 .9.1 1.4-.3.1-.8.1-1.2.2zm2.4-1.2c.1.1.3.1.4 0 .7.3 1.3.5 2 .7-.1-.1-.2-.4.7-.4.2 0 .4.3.4.4 0 .1-.1.3-.1.5-.4-.2-.7-.3-1-.5-.2.1-.5.3-.7.4.5.1 1.2.2 1.8.3l-.2.1c-.3 0-.6-.1-1-.1-.3.1-.6.3-1.1.5-.2-.1-.6-.3-.6-.4.2-.5-.2-1-.6-1.5zm.8 2.5c.1-.1.5-.1.7-.1.1.2.2.4.3.7-1.2-.2-1.3-.4-1-.6zm2.9 0c-.7.1-1.5.2-1.7-.2.5-.1.9-.1 1.4-.1.3 0 .5.1.8.1-.2.1-.3.2-.5.2zm1.2-1.5c-1.3-.5-.8-1.2-.7-1.8h.3c.2.3.5.7.7 1-.2.3-.3.5-.3.8zm-.6-7.6c-.9-.4 1-.2 1-.5.2.1.3.2.5.3-.6.1-1.1.2-1.5.2zm2.5 6.8c.7.4 1.2.8 1.7 1.1l-.1.1c-.7-.2-1.3-.3-2.1-.5.1-.2.2-.4.5-.7zm6.8.4c-.1 0-.7.2-1.2.4 1.4.4.2.9.4 1.3 0 0-.5.1-.7.2 0-.4 0-.7-.1-1.1 0-.3-.2-.5-1-.2.2.3.4.5.6.8h-1.7c-.2.4-.3.9 1.2 1.1.4-.1.9-.1 1.4-.2v.9c-.9-.2-1.9-.4-2.9-.6-.8-.1-1.4-.6-1.3-.9l-.5.4c-1.2-1-1.2-1-1.1-1.1.7.2 1.3.3 2.2.5v.3h.3c.1-.1.1-.2.2-.3 0-.2-.9-.7.8-.5.1 0 .4-.2.8-.4-.2.1-.6.1-.9.2-.1-.1-.2-.2-.3-.4-.3.2-.5.4-.8.6-.2-.4-.4-.8-.7-1.3.5.1.8.2 1 .3l.9-.3c0 .2.1.3.1.4.5.1 1 .1 1.6.2.1-.2.3-.4.5-.7h-1.6c-.3-.6 1.1-.3 1.5-.5l.8.8c.6-.1 1.1-.1 1.7-.2-.1.2-.2.5-1.2.3zm2.4-9.1c.9.5-.7.5-.7.8l-.4-.1c.4-.2.7-.4 1.1-.7zm-.7 1.7c-.2-.1-.2-.2-.3-.4 1.2.1 2.3-.3 3.2.1-.8.1-1.5.2-2.2.3-.2 0-.6.1-.7 0zm2.3 9.1c.2-.3.1-.6.3-.9.3.5 0 1.1 1 1.5-.6-.2-1.6-.2-1.3-.6zm2.6.1c-.1.1-.3.2-.5.3l-.8-.3c.2 0 .5-.1.7-.1.2-.1.4-.1.6-.2 0 0 .1.1 0 .3zm.6-2h-.5c-.5.2-1 .5-1.5.7-.4-.2-1.5-.4-1-.9.1 0 .2 0 .3.1l1.1.2.5-.5c.1-.1.4-.3.4-.3.4 0 .8.1 1 .2.3.2.5.4.7.6.3.4 0 .4-1.2.4.2-.1.3-.2.4-.3 0-.1-.1-.1-.2-.2zm3.3 1c.2.1.4.2.8.3-1.1.2-2 .4-3 .6-.2.3.8.8-.7.9.1-.3.4-.6.3-.9-.1-.4.3-.7 1-1 .3-.1.6-.2.1-.4-.7-.3-.8-.8-1.1-1.2-.1-.1.1-.2.3-.3h.7c.1.1 0 .2 0 .4 0 .1 0 .3-.1.4h.4c.1-.1.2-.3.3-.5.2.1.4.2.7.4.7-.2 1.3-.5 2-.7.6 0 1.3-.1 2.1-.2-.5.3-1.1.5-1.7.8-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.3.1.5.2.8.2.9.1 1.2.3 1 .6-.9 0-1.8-.1-2.6 0-.3 0-.7.2-.8.3-.2.1.1.3.3.4zm2.7.3c.4-.2.8-.4 1.1-.7l.5.1c-.4.3-.8.7-1.2 1l-.4-.4zm3.4.8h-.3c0-.1 0-.2.1-.4-.5-.1-1-.3-1.6-.4.4 0 .7 0 1.1-.1 0-.1-.1-.3-.1-.4h.4c.1.1.2.2.3.4h1c-.4.3-.6.6-.9.9zm1.5-3.1c.1.1.1.2.2.3.4 0 .7-.1 1.1-.1 0 .2.1.4.1.6-1.4.3-2-.1-1.4-.8zm1.9 1.7-1.3.1-.2-.1c.3-.1.6-.3.9-.4.1 0 .5.1.8.2l-.2.2zm1-.4h-.2c0-.2.1-.4.1-.7-.2 0-.5 0-.9-.1.1-.2.1-.3.2-.4-.4-.1-.7-.3-.8-.3.6-.2 1.2-.4 1.3-.5.1-.1-.6-.3-.9-.4 0-.6 0-.6.8-.8.5.7.9 1.4 1.3 2.1.6 0 1.4-.1 1.5 0 .3.2.3.4.4.6l-.4.1c-.3-.1-.5-.2-.8-.4-.5.3-1.1.5-1.6.8zm2.8 1.2c-.4-.4-.8-.7-1.2-1l.5-.1.4.4c.1.1.2.2.4.2.8.2.8.2-.1.5zm2.7-.6c-.7-.1-1.4-.1-2.3-.2.5-.2.9-.4 1.3-.6v.5c.4.1.7.1 1.1.1l-.1.2zm3.1 1.4c-.3.1-.7 0-1.1 0 .8-.3 1.4-.6 1.9-.8.4.4-.1.6-.8.8zm-1.6-1.4c-.1-.3.3-.5 1-.5.8 0 1.3.2 1.2.4-.8 0-1.4.1-2.2.1zm3.2-1.6c-1 0-2.2 0-3.1-.3-.4 0-.8.1-1.4.2l.9-.9c.4.2 1 .4.5.7 1-.3 2-.1 2.9 0 .5-.3.6-.6-.4-.8h2.4s.1 0 .2.1c.1 0 .2.1.3.1.2.2.4.5.2.6-.5.3-.6.5.5.5l-2.1 1.5c-1.3-.5-.3-1.1-.9-1.7zm14.9 1.5c-.7-.1-.9-.3-.3-.5.2-.1.2-.3.3-.4.2-.2.5-.4.8-.7-.8-.1-1.2 0-1.5.3s-1 .6-1.6.9c-.1.3.5.7-1 .6 0 0-.3.2-.3.3.1.2.4.4.6.7-.9.1-1.7.3-2.7.4-.3-.3-.5-.6-.8-.9-.9 0-.9 0-.5-.3.1-.1.1-.2.1-.2 0-.1 0-.1.3-.2l.3.3c1-.4 1.1-.6.3-1 .1.1.2.3.3.5-.4-.1-.6-.1-1-.2-.3.3-.5.5-.8.9-.1-.2-.1-.3-.2-.5-.3 0-.6.1-1 .1-.3-.2-.5-.3-.9-.6.5.1.8.1 1.2.2-.1-.2-.1-.4-.2-.5.5.1 1.1.2 1.3.1.4-.1.6-.3.9-.5l-1.5-.2-.3.1.2-.4c-1.2-.2-1.6 0-1.9.4-.3.5-1 .9-1.6 1.3-.3.2-1 .3-1.2.5-.2.1.1.4.3.6-.6.1-1.2.1-2 .2.1-.1.2-.3.4-.4.1-.1.3-.1.3-.1-.6-.4.8-.6.8-1 0-.1.5-.1.9-.2-.6-.5.9-.5 1.4-.7.2-.1.4-.3.6-.4l-.4-.1c-.2.1-.4.2-.7.3-.8-.3-.7-.4.3-.7 1.3-.3 2.5-.6 4-1 .3.2.6.4 1 .7l.6-.6h.2l.2.4c.9-.1.9-.1.7-.6-.1-.3 0-.5.2-.9.4.3.8.6 1.3.9.2-.3.3-.6.4-.8h.2c-.1-.2-.2-.3-.4-.6.7 0 1.2.1 1.7.1-.1.3-1.1.6-.3 1 .2.1-.2.3-.1.5l.9-.4h.3l-.5.5c-.1.1-.4.2-.6.3.4.1.8.2 1.2.2 1.8.1 1.9.2 1.4.8-.1.2 0 .4-.1.8-.1-.1-.2-.2-.3-.4.1.3.2.6 0 .9-.3.3-1.3.5-2 .7-1-.1-.7-.3.8-.5zm1.1 1.9c-.1.1-.5.2-.6.1-.2 0-.4-.2-.4-.2.2-.3.8-.4 1.6-.3-.2.1-.3.2-.6.4zm1.6-1.6c-.1.1-.5.1-.8.1 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3 0-.6-.1-1.1-.1 0-.1.1-.2.2-.3.5.1.9.1 1.5.2-.2 0-.5.2-.8.4zm-.2-2.3c-.1 0 0-.3.1-.5.4.1.7.2 1 .3.1-.2.2-.3.3-.4h.2c.1.1.2.2.3.4.1 0 .2-.1.3-.1.8 0 1.6-.1 2.4-.1.3 0 .5.2.9.3-1.6 0-2 .4-2.4.8-.6-.2-1.1-.4-1.5-.5-.5-.2-1.1-.2-1.6-.2zm2.8 1.4v-.6l.4-.1c.3.2.6.4 1.1.6-.8.1-1.1.1-1.5.1zm4.3.4c-.4-.1-.7-.2-1.1-.3-.3 0-.6.1-.9.1l-.2-.1c.4-.1.9-.2 1.3-.4.4.2.7.4.9.7zm-.2-1.9.8-.4.5.1c-.3.1-.5.3-.8.4 0-.1-.3-.1-.5-.1zm3.7 3.2h-.4l-.8-.5.1-.1c.3.1.8.1 1 .2.2.1.1.3.1.4zm1.1-2.6.9.3c-.3.1-.5.1-.8.2-.9.1-.9.1-.6.5.2.2-.3.5-.4.7-.7 0-1.2.1-2 .1.1-.1.1-.3.3-.4 1.3-.1 1-.5 1-.7-.7-.1-1.3-.3-2.2-.5.9-.2 1.4-.3 2.2-.5l.2-.2h.2l.3.6h.4c.3-.4-.4-.7-.9-.9-.1-.1-1 0-1.7 0 0-.1 0-.2.2-.3.5-.2 1.1-.4 1.7-.6.3-.1.6-.2 1.2-.1.3.1 1-.1 1.4-.2l.3.1c-.3.1-.6.2-.9.4-.3.1-.5.3-.7.4 1.7.2 2.9-.1 3.7-.7l.4.1c-.1.2-.2.4-.5.5-.8.2-.6.3-.2.5.1.1.1.2.2.3h-.7c-1.2-.3-2.3-.2-3 .4zm4.3 1.1c-.4-.2-.7-.2-1-.4.5-.1.9-.2 1.5-.3-.2.2-.4.4-.5.7zm61.5-4.9c0 .4-.1.7-1.3.8-.5-.5-.5-.5 1.3-.8zm-1.6-2.2c.4.3.7.5 1 .8-.3 0-.5.1-.8.1l-.3.6h-.4c.1-.2.2-.5.2-.7-.8-.1-.8-.1.3-.8zm-4-2.9h.2c.2.3.3.5.5.8h-1c.1-.3.2-.6.3-.8zm-7.2-.1c.4.1.8.2 1.1.3.2.1.3.2.2.3-.1.1-.5.2-.7.2-.1 0-.3-.2-.4-.2-.2-.2-.3-.4-.4-.5l.2-.1zm-22.2-1c.5-.1.9-.3 1.4 0-.4.2-.7.4-1 .6-.4 0-.9.1-1.6.1-.2-.1-.4-.2-.5-.3.7-.1 1.2-.3 1.7-.4zm1.1 5.3c-.2.1-.4.3-.7.4-.4-.2-.3-.5.2-.6h.5c.1 0 .1.1 0 .2zm-14.5-4.5-.2.2c-2 .1-2 .1-1.9-.4.8.1 1.5.1 2.1.2zm-2.7-.9c.4.1.6.2 1.1.2-.4.1-.6.2-1.1.4v-.6zm.1 6.9c.1 0 .3-.1.4-.1.1.1.3.1.3.2s-.1.2-.1.3v.4c-.8-.1-1-.6-.6-.8zm-7.7-1.1c0 .3 0 .7.1 1-1.1-.2-.8-.6-.1-1zm-1.099 1.5c-.001 0-.001 0 0 0h2.2c.4-.1.7-.1 1-.2l.7.7-.3.1c-.2-.1-.4-.1-.6-.2-.2.1-.5.2-.7.3.2.2.4.2.7.2.3 0 .6-.1.9-.1s.8.2 1.4.4c-.3.2-.6.2-.8.2-1.1.1-1.2.3-.8.7.1.1 0 .3-.1.4h-.3c-.2-.2-.4-.4-.6-.7l-.6.3c-.7-.2-1.4-.4-2.3-.6.7-.2.5-.6 1.3-.7-.501-.2-.301-.7-1.1-.8zm1.699 5c0-.7.7-1.2 2.4-1.3-.7.5-1.5.9-2.4 1.3zm.1-1.2c-.3-.1-.5-.1-.8-.2-.2 0-.3-.1-.6-.1.1-.3.3-.7.4-1.1h1.4c.5.6 1.1.8 2.3.7l.1.2c-.7.2-2.1.1-2.8.5zm3.3.8h-.3l-.1-1.3.6-.6h.2l-.4 1.9zm.7-11c.3-.1.7-.2 1.3-.3 0 .1.2.3.1.3-.5.1-1 .2-1.6.3 0-.1 0-.3.2-.3zm4.1 9.6c-.1.1-.4.2-.9.2 0-.2.1-.3.1-.5-.3 0-.5.1-.7.1-.1-.1-.3-.2-.4-.3l.5-.5c1.1.2 1.8.5 1.4 1zm-3.8-.3c.2-.2.4-.4.7-.6.1-.1.7-.1.8-.1.2.1.3.3.4.4-.6.1-1.1.2-1.9.3zm5.3 2.2c-.1-.1-.3-.3-.5-.4 1.1-.1 1.6 0 1.9.4h-1.4zm1.3-2 .7-.7h.3c0 .3 0 .6.1 1.1-.6-.2-1-.3-1.1-.4zm-.5-1.3c-.2.1-.8-.1-.6.2.1.1.1.3.1.4l-.3.6h-.5c0-.2-.1-.4.1-.6.4-.5-.3-1.2-1.5-1.3-.3 0-.8.1-1.1.2-.1 0 0 .2 0 .2h1.2c.1.1.4.3.6.4-.1 0-.2.1-.2.1-1-.1-2.1 0-3-.2-.4-.1-.9-.3-.9-.4 0-.3-.9-.7.8-.8.4 0 .8-.3 1.2-.4.1.1.2.3.3.4l.2.2c1.4 0 2.6.6 4.2.1.2-.1.9.1 1.4.1-.7.3-1.3.5-2 .8zm5.5 2.5-1.2-.4.3-.1c.5 0 1 .1 1.8.1-.3.1-.599.2-.9.4zm.7-2.6c-.1.6-.2 1.1-.3 1.7-.3-.1-.4-.1-.4-.1.6-.6-1.2-.8-1.4-1.2-.1-.3-.5-.5-.8-.8v.1c-.7-.4-1.2-.8-2.5-.7-.1 0-.3-.1-.3-.1.1-.1.2-.3.4-.3.2-.1.7-.1.8 0 .4.2.9.3 1.6-.1l.2.1-.2 1c.4-.1.9-.2 1.3-.3.4.1.7.2 1.3.3 0-.4 0-.8 1.1-1 .1.3.2.6.3.8h-.8l-.3.6zm1.8 1.5c-.5-.1-.9-.2-1.3-.4l.3-.1h1.1c-.1.2-.1.3-.1.5zm0-9.9c.3-.1.6-.4 1-.4s.8.2 1.2.3c-.4.1-.7.2-1.2.4-.5-.1-.8-.2-1-.3zm2.7 7.3c-.5-.4-2.1-.4-1.5-1.1.4.2.6.3 1 .4l.6-.3h.4c-.2.3-.3.6-.5 1zm1.5.7c-1.1-.4-1.1-.7 0-.9 0 .2.1.3.1.5.3 0 .6 0 1.1.1-.5.1-.9.2-1.2.3zm1.1-1.7c.2-.1.4-.2.7-.3h.9l.2.1c-.5.1-.9.2-1.4.3-.1 0-.5-.1-.4-.1zm4.2.9c-.2 0-.3-.1-.3-.1-1.1.3-2 .6-3.1.9-.4-.4-.1-.5 1.7-.7l.8-.8c.4.2.8.4 1.1.6l-.2.1zm.4-7.3h-1.9c.3-.2.4-.3.6-.5l1.5.3-.2.2zm3.9-.3c-.4.1-.7.2-1.1.4 0-.5 1.5-.9 2.3-.8.2 0 .3.2.4.3-.4.1-.8.2-1.3.2-.1 0-.2-.1-.3-.1zm.6 7.5c-.7-.3.4-.4.7-.6.9.3.8.4-.7.6zm2.3.8c-.2.1-.6.2-.9.3-.3-.3.3-.5.8-.7-.2-.1-.6-.2-.6-.3 0-.1.4-.2.7-.3h1c-.3-.2-.6-.5-.8-.7h-.3c0 .2-.1.3-.1.5h-.5c0-.2-.1-.4.1-.7.2-.2.6-.4 1.1-.6-.1.1-.2.3-.2.4.7.4 1.3.8 1.9 1.2-.5-.1-.9-.1-1.2-.1.4.2.5.3-.3.4-.4 0-.6.1-.8.2.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm2.7-.6c-.2.5-1.5.2-2 .5 0-.4 0-.4 2-.5zm.1 1.6c-.6-.4-.5-.5 1-.6-.3.2-.6.4-1 .6zm2.2-2-.2-.1-.5.5c-.1-.3-.2-.6-.2-1 .6-.3 1 .2 1.7.1l.1.1-.9.4zm2-8c.3.1.3.3.4.5h-.3l-1.2-.4c.3-.1.9-.2 1.1-.1zm-.6 7.5c.3-.1.5-.3.8-.3s.6.1.8.2l-.1.1-1.2.1-.3-.1zm1.1 3.3-.3.1c-.2-.1-.5-.3-.4-.4.1-.1.4-.3.7-.4h.3l-.3.7zm1.3-2.5c-.4-.1-.9-.1-1.2-.3-.2-.1 0-.2 0-.4.6.2.9.2 1.3.3.1 0 .1.1.2.2 0 .1-.2.2-.3.2zm1.1-.3c-.4-.2-.7-.4-1-.5l1-.3.3.1c0 .2-.1.4-.3.7zm1.5-1.3c-.7.1-1 .1-1.3.1h-.7c.1-.1 0-.2.2-.3.6-.1 1.2-.3 2.2-.5-.2.4-.3.6-.4.7zm2.6-7c.2.2.5.4.8.7-.9-.1-1.5-.2-2.3-.3.7-.2 1.1-.3 1.5-.4zm.6 7c-.4.1-.7.3-1.1.4-.9-.4.1-.4.4-.5.1 0 .4.1.7.1zm-2 1c.5-.2 1-.4 1.6-.6.2-.1.6 0 .8 0-.1.1-.1.3-.3.3-.6.2-1.2.3-1.8.4l-.3-.1zm2.6 3.6c-.3-.3-.5-.4-.8-.5h-.4l.8-.5.4.1v.9zm0-1c0-.5-.1-.9-.1-1.3h.3c.3.2.5.5.8.8-.2.1-.5.3-1 .5zm-.2-10.6.4-.1c.3.2.5.5.9.8-1.4-.1-1.1-.5-1.3-.7zm1.6 9.8c0-.4 0-.7-.1-1.1 1.6.3 1.6.5.1 1.1zm2.9-.7c-.3-.1-.5-.1-.6-.2-.1-.1-.3-.2-.3-.3-.2-.6-.2-.6-1.6-.8.4-.1.7-.2 1.1-.3l-1.4-.2-.1-.1c1.6 0 .6-.4 1.2-.7.1.4.2.7.3 1 1.6.2 1.7.3 1 1.3.2 0 .3 0 .5-.1 0 .2 0 .3-.1.4zm1.1-.2c.3.1.4.2.6.3-.3.2-.6.3-.9.4-.3 0-.3 0 .3-.7zm-.1 1.6c-.4-.5 1.2-.3 1.2-.6.5.5.3.6-1.2.6zm1.9-1c-.4-.1-1.4 0-.8-.5.3.3 1.6-.2 1.6.3 0 .1-.6.2-.8.2zm2.5.3v-.8c.8.3.6.7 0 .8zm8.5-3c-.4.2-.7.4-1 .5h-.4c0-.2-.1-.4-.1-.6.6.1 1 .1 1.5.1zm-3.6-7.3c.5 0 1-.1 1.4 0 .2 0 .4.2.6.4-.9-.2-1.5-.2-2-.3v-.1zm3.3 9.8c-.3.1-.8-.1-1.3-.1l.1-.1 1.7-.3.3.1c-.2.1-.4.3-.8.4zm7.5-10.2c.5-.1 1.1-.2 1.8-.3-.2.3-.3.4-.5.7-.5-.1-.9-.3-1.3-.4zm3.8 9.8-1.8-.3c-.2 0-.3-.1-.4-.2.7-.1 1.3-.1 2-.2.1 0 .3.2.3.3.1.2 0 .4-.1.4zm.6-9.8-.1-.1c.4-.1.8-.2 1.2-.2.2 0 .4.2.8.4-.9 0-1.4 0-1.9-.1zm4.2.1-.5-.1 1-.6.6.1-1.1.6zm16.6 6.8c-.6-.1-1-.2-1.4-.3-.3.1-.5.2-.7.2-.1 0-.5-.1-.4-.2s.3-.3.5-.3c.7-.1 1.4-.1 2.2-.1 0 .3-.1.5-.2.7zm3.6-1.4c.3-.2.4-.4.5-.5l1.2.3c-.4 0-.8.1-1.7.2zm103.7-9.2c-1.2.1-2.2.1-3.4-.1-1-.1-2.3 0-3.5.1-1.8.1-3.5.3-5.3.2-.6 0-1.6 0-2.4.2-.4.1-1.1.1-2.1.2.9.1 1.4.2 2.3.3-1.2.3-2 .6-2.9.9-1.6-.9-2-1.8-1.2-2.2 1.2-.1 2.3-.2 3.4-.3.8-.1 1.6.2 2.3-.1 0 0 .5.1.9.2 1.5-.4 3.2-.3 4.9-.3 1.5 0 3.1-.2 4.6-.4.9-.1 1.3 0 1.5.3.1.2.4.4.6.5l.2-.1c.4.1 1 .1 1.1.2.2.4-.5.4-1 .4zm80.6 8.4c.5.3 1.2.5 1.4.8.1.1-.8.3-1.4.5-.1-.5-.2-.9-.3-1.2l.3-.1zm-1.2-4c.4.2 1.4.3.4.8-.3-.3-.5-.5-.8-.7l.4-.1zm-8 6.4c-.2-.2-.4-.3-.5-.4-.4.2-.7.4-1.1.5-1.2-.3-1.1-.5.2-1 .3.3 1.9.3 1.4.9zm-1.9-8.1c-.4.2-1 .4-1.6.6-.2-.1-.3-.2-.6-.3.801-.1 1.5-.2 2.2-.3zm-3.3 6.6c.4.2.7.4 1 .6-.6 0-1.1.1-1.9.1.3-.2.6-.4.9-.7zm-6.7-6.3 1.4-.2.4.7-.4.1-1.4-.4v-.2zm-5.9 7.2c.4 0 .8.1 1.1.1.4-.1.8-.1 1.1-.2l.2.2c-.3.1-.7.2-1 .2-.5 0-1-.1-1.6-.2l.2-.1zm-2.4-1c1 .3.1.6.2 1-1.4-.3-1.4-.4-.2-1zm-1.2 1.1h.3c0 .1.2.3.1.4-.2.2-.6.3-.9.4l-.3-.1.8-.7zm-11.2 2v.9h-.5l-.2-.9h.7zm-8.7-1.1s-.5.2-.9.4c-.2-.4-.2-.7-.3-.9h.2c.3.1.7.3 1 .5zm-3.2-7.1c.9.2 1.3.1 1.6-.3l.4.1c-.2.2-.3.5-.6.8-.7-.2-1.2-.3-1.6-.4l.2-.2zm-.4 2.4c.8-.4 1.6-.4 2.5 0-.8.1-1.5.2-2.5.3 0-.1-.1-.3 0-.3zm.1 5.9c.5-.2 1-.5 1.2-.5.7.1.8.3.5.6-.3.2-.1.3-.1.6-.6-.3-2.2 0-2.1-.7h.5zm-4.8-8.4c.4.5 2.5-.2 2.8.7-.3-.2-.5-.2-.6-.3-1.4.1-2.5.5-4.1.2.7-.3 1.3-.4 1.9-.6zm2.2 7.6-.4.1c-.5-.1-1-.3-1.6-.5.8-.1 1.2-.1 1.8-.2 0 .2.1.4.2.6zm-6.6-.1c.2.1.4.1.7.1-.5.3-.9.5-1.4.7l-.3-.1c.1-.2.9-.6-.6-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1.1 0 1.6.1zm-4-8.4c1 .6-.7.6-.8.9l-.4-.1c.3-.2.7-.4 1.2-.8zm-2 1.4.2.1c-.5.2-1.1.4-1.9.7l-.4-.8h2.1zm-.4 6.8c0 .1 0 .2-.1.2l-.9.6c-.2-.2-.5-.4-.7-.6.8-.1 1.2-.1 1.7-.2zm-4.8-.8h.4l-.3 1h-.6l.5-1zm-1.7 1.3c.2.1.3.1.5 0 0 .2.1.4.2.7-.3-.1-.5-.1-.7-.2v-.5zm0 2c.2.1.3.2.4.3l-.1.1c-.1 0-.2 0-.3-.1v-.3zm6.1-.5c-.2 0-.8.3-1.3.4 1.5.4.3 1 .4 1.4 0 0-.5.1-.8.2 0-.4 0-.8-.1-1.2 0-.3-.2-.5-.9-.3.3.4.5.6.7.9h-1.9c-.3.5-.3 1 1.4 1.3.4-.1 1-.1 1.6-.2v1c-1.3-.1-2.4-.4-3.5-.6-.9-.2-1.6-.6-1.5-1l-.2.2v-.7c.3.1.6.1.9.2v.3h.4c.1-.1.1-.2.2-.3 0-.2-1-.7 1-.6.1 0 .4-.2.8-.4h-.1c-.3.1-.7.1-1.1.2-.1-.1-.2-.2-.3-.5-.3.3-.6.4-.8.7-.2-.5-.5-.9-.7-1.4.6.2.9.2 1.2.3.4-.1.6-.2 1-.4.1.2.1.3.1.4.6.1 1.2.2 1.8.2.1-.2.3-.5.5-.8h-1.8c-.4-.7 1.2-.3 1.7-.6.4.3.7.6.9.9.7-.1 1.2-.1 1.9-.2-.2.5-.4.8-1.5.6zm1.9-8.3c-.2-.1-.2-.2-.3-.5 1.3.2 2.6-.4 3.6.1-.9.1-1.7.2-2.4.3-.3.1-.8.2-.9.1zm2.6 10.2c.2-.3.1-.6.4-1 .3.6-.1 1.2 1.2 1.7-.7-.2-1.9-.2-1.6-.7zm2.9.1c-.1.1-.4.2-.6.3l-.9-.3c.3-.1.6-.1.8-.2.3-.1.5-.2.7-.2.1.1.1.2 0 .4zm4.401-1.1c.2.1.5.2.8.4-1.3.3-2.3.5-3.4.7-.2.3.9.8-.8 1 .1-.4.4-.7.3-1-.1-.5.3-.8 1.1-1.1.4-.1.7-.2.1-.5-.2-.1-.3-.2-.5-.3 0 .2-.4.3-1.5.2.2-.1.4-.2.4-.4 0-.1-.1-.2-.2-.2s-.4 0-.5.1c-.6.3-1.1.5-1.7.8-.5-.3-1.7-.5-1.1-1 .1 0 .2 0 .4.1l1.3.2c.2-.2.3-.4.5-.5.1-.1.4-.3.5-.3.4 0 .9.1 1.1.2s.3.2.4.3c-.1-.2-.2-.4-.4-.6-.1-.1.2-.3.4-.4.1-.1.7 0 .8 0 .1.1 0 .3 0 .4 0 .1 0 .3-.1.4h.4c.1-.2.2-.3.3-.6.3.2.5.3.7.4.8-.3 1.5-.5 2.2-.8.6-.1 1.4-.1 2.4-.2-.6.3-1.2.6-1.9.9-.2-.1-.4-.1-.7-.2-.1 0-.2.1-.2.1l.9.3c1.1.1 1.4.3 1.1.6-1.1 0-2-.1-2.9 0-.4 0-.8.2-.9.4.2.3.5.5.7.6zm3.099.4c.4-.2.9-.5 1.3-.7l.6.2c-.4.4-.9.7-1.3 1.1-.2-.3-.4-.4-.6-.6zm3.8.8h-.3c0-.1.1-.3.1-.4-.6-.1-1.1-.3-1.8-.5.5 0 .8 0 1.2-.1 0-.2-.1-.3-.2-.5h.4c.1.1.2.3.3.4h1.1c-.3.5-.5.8-.8 1.1zm.9-1.3c-1-.2-1.4-.6-1-1.1 1.2.2 1.2.2 1 1.1zm.7-2.1c.1.1.2.3.2.4.4 0 .8-.1 1.2-.1 0 .2.1.5.1.7-1.5.1-2.1-.2-1.5-1zm2.3 1.9-1.4.1-.3-.1c.3-.1.6-.3 1-.4.1 0 .6.1.9.2l-.2.2zm.9-.5c0-.2.1-.5.2-.7-.2 0-.5 0-1-.1.1-.2.1-.4.2-.4-.5-.2-.8-.3-.9-.3.7-.3 1.3-.4 1.5-.6.1-.1-.6-.3-1-.5 0-.7 0-.7.9-.9.5.8 1 1.6 1.5 2.3.7 0 1.5-.1 1.7 0 .3.2.3.5.4.7l-.5.1c-.3-.1-.6-.3-.9-.4l-1.8.9-.3-.1zm3.3 1.3c-.5-.4-.9-.7-1.3-1.1l.5-.1.5.5c.1.1.3.2.5.2.8.2.8.2-.2.5zm3-.6c-.8-.1-1.5-.1-2.6-.2.6-.3 1-.4 1.5-.6v.5c.4.1.8.1 1.2.2l-.1.1zm2.9-.5c.9 0 1.4.2 1.3.4-.9 0-1.6.1-2.4.1-.199-.3.301-.5 1.1-.5zm.7 2c-.3.1-.7 0-1.3 0 .9-.4 1.5-.6 2.2-.9.4.5-.1.8-.9.9zm1.7-3.3c-1.2 0-2.4 0-3.4-.3-.4.1-.9.1-1.5.2.2-.3.5-.7.9-1 .4.3 1.1.4.6.8 1.1-.3 2.2-.2 3.3 0 .6-.3.6-.6-.4-.9 1 0 1.7 0 2.7.1 0 0 .1 0 .2.1.1 0 .2.1.3.1.2.2.5.5.2.7-.5.4-.7.6.6.6-.8.6-1.6 1.1-2.4 1.6-1.6-.6-.4-1.4-1.1-2zm16.7 1.6c-.8-.1-1-.3-.3-.6.3-.1.2-.3.4-.5.3-.2.6-.5.9-.7-.9-.1-1.3 0-1.7.4-.4.4-1.2.7-1.8 1-.1.3.5.8-1.2.6 0 0-.4.2-.3.4s.4.5.7.7c-1 .2-1.9.3-3 .5-.3-.3-.6-.6-.9-1-1 0-1 0-.6-.3.1-.1.1-.2.2-.3 0-.1 0-.1.3-.2.1.1.2.2.3.4 1.1-.5 1.2-.7.3-1.1.1.2.2.3.3.5-.4-.1-.7-.1-1.1-.2-.3.3-.6.6-.9 1-.1-.2-.1-.3-.2-.5-.3 0-.7.1-1.1.1-.3-.2-.6-.4-1-.6.6.1.9.1 1.4.2-.1-.2-.2-.4-.2-.5.5.1 1.2.2 1.4.2.4-.1.7-.4 1-.6l-1.7-.3-.3.1.2-.5c-1.3-.2-1.8 0-2.1.5-.4.5-1.1 1-1.8 1.5-.3.2-1.1.4-1.4.6-.2.2.2.4.3.6-.7.1-1.3.1-2.2.2l.4-.4c.1-.1.3-.1.3-.1-.7-.5.9-.7.9-1.1 0-.1.6-.2 1-.3-.7-.5 1-.5 1.5-.8.3-.1.4-.3.6-.5l-.4-.1c-.2.1-.5.3-.7.4-.8-.4-.7-.5.3-.7 1.5-.3 2.9-.7 4.5-1.1.3.2.7.5 1.1.7l.7-.7h.2l.2.4c1-.1 1-.1.7-.7-.1-.3 0-.6.2-1 .4.3.9.6 1.4 1 .2-.4.3-.7.5-.9h.3c-.1-.2-.2-.4-.4-.6.8 0 1.4.1 1.9.1-.1.4-1.2.7-.3 1.1.2.1-.2.3-.1.6l1-.5.4.1c-.2.2-.4.4-.6.5-.2.1-.4.2-.6.4.5.1.9.2 1.4.3 2 .1 2.1.2 1.6.9-.2.2-.1.5-.1.9-.2-.3-.3-.4-.4-.5 0 .4.4.8 0 1.1-.4.3-1.5.5-2.3.8-.999-.3-.8-.6.9-.9zm1.3 2.2c-.1.1-.6.2-.7.1-.2-.1-.5-.2-.4-.3.3-.3.9-.5 1.7-.4-.2.3-.3.4-.6.6zm1.7-1.8c-.1.1-.6.1-.9.1-.1 0-.1-.1-.2-.2.3-.1.5-.1.8-.2h.5l.1-.2c-.4 0-.7-.1-1.2-.1 0-.1.1-.2.2-.4.6.1 1 .1 1.7.2-.3.4-.6.6-1 .8zm-.2-2.6c-.1 0 0-.3.1-.5.5.2.7.2 1.1.4.2-.2.3-.3.4-.5h.3c.1.1.2.2.3.4.1 0 .2-.1.3-.1.9 0 1.8-.1 2.7-.1.3 0 .5.2 1 .3-1.8 0-2.2.4-2.7.9-.6-.2-1.2-.4-1.7-.6-.599-.1-1.199-.1-1.8-.2zm3.1 1.6v-.6l.5-.1c.4.2.7.4 1.3.7h-1.8zm4.9.4-1.2-.3c-.3 0-.7.1-1 .1l-.2-.1c.5-.1 1-.3 1.5-.4.4.2.8.4 1.1.6l-.2.1zm-.2-2.1.9-.5.6.2c-.3.2-.6.3-.9.5 0 0-.4-.1-.6-.2zm4.2 3.7h-.4l-.9-.6.2-.1c.4.1.9.1 1.1.2.1.1-.1.3 0 .5zm1.2-3c.3.1.7.2 1 .3-.3.1-.6.2-.9.2-1 .1-1 .2-.6.5.2.2-.3.6-.4.8-.8.1-1.4.1-2.3.1.1-.1.1-.4.3-.4 1.5-.1 1.2-.5 1.1-.8-.8-.2-1.4-.3-2.5-.5 1-.2 1.6-.3 2.5-.5l.2-.2h.2l.4.6h.4c.3-.4-.5-.7-1-1-.2-.1-1.1 0-1.9 0 .1-.1 0-.2.2-.3.6-.2 1.2-.5 1.9-.7.3-.1.7-.3 1.4-.1.4.1 1.1-.1 1.6-.2l.3.1c-.3.1-.7.3-1 .4-.3.2-.6.3-.8.5 2 .3 3.2-.1 4.1-.8l.5.2c-.2.2-.2.5-.5.5-.9.2-.7.3-.2.6.2.1.2.2.2.3h-.8c-1.5-.4-2.6-.3-3.4.4zm4.7 1.2c-.5-.2-.8-.3-1.2-.4.6-.1 1.1-.2 1.7-.4-.1.3-.3.5-.5.8zm3.3-6c0 .4 0 .7.1 1.2-1.3-.3-1-.7-.1-1.2zm1.2 1.7c.4-.1.8-.2 1.2-.2l.8.7-.3.1c-.2-.1-.4-.2-.7-.3-.5.2-1 .4-1.6.6 0-.1-.1-.2-.1-.2-1.4.1-.9-.6-1.8-.7h2.5zm-2.1 3.8c.1-.4.3-.8.5-1.3h1.4c-.8-.2-1.6-.4-2.6-.6.9-.2.4-.9 2-.7.3 0 .8-.1.8-.1.5.4 1.1.2 1.8.1.4 0 .9.2 1.6.4-.3-.1-.6-.1-.9 0-1.2.2-1.3.3-.9.8.1.1 0 .3-.1.5h-.4c-.2-.3-.4-.5-.7-.8-.2.1-.5.3-.6.4h.2c.6.7 1.3.9 2.6.7l.1.3c-.9.4-2.4.2-3.2.7-.3-.1-.6-.1-.9-.2-.2 0-.4-.1-.7-.2zm1.5 1.8c0-.8.8-1.3 2.7-1.4-.9.4-1.7.9-2.7 1.4zm3.8-.5h-.4l-.1-1.5.7-.7h.2l-.4 2.2zm59.4-8.7 1.2.9c-.3 0-.6.1-.9.1l-.3.6h-.5c.1-.3.2-.5.3-.8-1-.1-1-.1.2-.8zm1.8 2.5c0 .4-.1.8-1.5.9-.5-.6-.5-.6 1.5-.9zm-6.3-5.8h.3c.2.3.3.6.5.9h-1.1l.3-.9zm.5 5.1c.1.4.3.8.4 1.1l-1.6-.2-.1-.1c1.8 0 .7-.5 1.3-.8zm-8.5-5.1c.4.1.9.2 1.2.4.2.1.4.3.3.4-.1.1-.5.2-.8.2-.1 0-.3-.2-.4-.3-.2-.2-.3-.4-.5-.6l.2-.1zm-38.1 7c.2-.1.8-.1.9 0 .5.2 1 .3 1.8-.1l.2.2-.2 1.2c-.7-.4-1.3-.8-2.7-.7-.1 0-.4-.1-.4-.2.1-.1.2-.3.4-.4zm-1.7-7.3-.2.2c-2.3.1-2.3.1-2.1-.5.8.1 1.5.2 2.3.3zm-3.1-.9c.4 0 .7.1 1.3.2-.4.2-.7.3-1.3.5v-.7zm.2 7.6c.1 0 .4-.1.4-.1.2.1.3.1.3.2s-.1.3-.2.4v.5c-.8-.2-1-.8-.5-1zm-3.5-6.7c.3-.1.8-.2 1.5-.4 0 .2.2.4.1.4-.5.1-1.2.2-1.8.3.1-.1 0-.3.2-.3zm.4 10.5c.3-.2.4-.5.7-.6.2-.1.8-.1.9-.1.2.1.3.3.4.4-.5 0-1.1.1-2 .3zm4.3.2c-.1.1-.5.2-1 .3 0-.2.1-.4.1-.6-.3 0-.6.1-.8.1-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1.3.2 2.1.6 1.7 1.1zm1.5 2.2-.5-.5c1.3-.2 1.8 0 2.1.5-.6-.1-1-.1-1.6 0zm1.5-2.2.8-.8h.3c0 .3 0 .7.1 1.2-.7-.2-1-.4-1.2-.4zm-.6-1.6c-.2.1-.9-.1-.7.2.1.2.1.3.1.5-.1.2-.2.4-.4.7h-.5c0-.2-.1-.4.1-.6.5-.5-.4-1.4-1.6-1.5-.4 0-.9.1-1.2.2-.1 0-.1.3 0 .3h1.3c.1.1.4.3.7.5-.1.1-.2.1-.3.1-1.1-.1-2.3 0-3.3-.2-.4-.1-1-.3-1-.5 0-.3-1-.8.9-.9.4 0 .8-.3 1.4-.5.1.2.2.3.3.4.1.1.2.2.3.2 1.6 0 2.9.7 4.7.1.3-.1 1 .1 1.5.2-.8.3-1.5.6-2.3.8zm6.2 2.8-1.3-.5.3-.1c.6 0 1.1.1 2 .1-.4.3-.7.4-1 .5zm.7-2.9c-.1.7-.2 1.3-.3 2-.4-.1-.5-.1-.5-.1.8-.7-1.3-.9-1.5-1.4-.1-.3-.6-.6-.9-.8.5-.1 1-.3 1.4-.4.4.1.8.2 1.4.4 0-.5 0-.9 1.3-1.2.1.4.2.6.3.9h-.9l-.3.6zm2.1 1.7c-.6-.2-1-.3-1.5-.4l.3-.1h1.3c-.1.2-.1.3-.1.5zm0-11c.4-.1.7-.4 1.1-.4s.9.2 1.3.3c-.4.1-.8.2-1.4.4-.5-.2-.7-.2-1-.3zm3.1 8.1c-.6-.5-2.4-.5-1.7-1.2.4.2.7.3 1.1.4.2-.2.4-.3.6-.4h.4c-.1.4-.3.8-.4 1.2zm.1-8.3c.7-.2 1.3-.3 1.9-.4.5-.1 1.1-.3 1.5-.1-.4.2-.8.5-1.1.7-.5 0-1 .1-1.8.1-.1 0-.3-.2-.5-.3zm3.2 5.5c-.2.2-.5.3-.8.4-.4-.2-.4-.6.2-.7h.6c.1.1.1.2 0 .3zm-1.7 3.6c-1.2-.4-1.2-.8-.1-1 0 .2.1.4.1.5.4 0 .7 0 1.2.1-.5.2-.8.3-1.2.4zm1.2-1.9c.2-.1.4-.3.8-.3.3-.1.7 0 1.1 0l.2.2c-.5.1-1.1.3-1.6.4-.1-.1-.5-.3-.5-.3zm4.7 1c-.2 0-.3-.1-.4-.1-1.2.3-2.3.6-3.4 1-.4-.5-.1-.6 1.9-.8l.9-.9c.5.2.8.4 1.2.6l-.2.2zm.5-8.2h-2.2c.3-.2.5-.4.7-.5l1.6.4-.1.1zm3 .1c0-.5 1.7-1 2.6-.9.2 0 .3.2.4.3-.5.1-.9.2-1.4.3 0 0-.1-.1-.3-.1-.4.1-.8.3-1.3.4zm2 8c-.7-.4.4-.5.8-.7 1.1.4 1 .4-.8.7zm2.6.9c-.2.1-.6.2-1 .3-.3-.3.4-.5.8-.8.2 0 .6.1.6.1-.1.2-.1.3-.4.4zm-.1-.5c-.2-.1-.6-.2-.6-.4 0-.1.5-.3.8-.3h.9c-.3-.2-.5-.4-.8-.7h-.4c0 .2-.1.4-.1.6h-.5c0-.3-.1-.5.1-.8.2-.2.6-.4 1.2-.6-.1.2-.2.3-.3.4.8.5 1.4.9 2.2 1.4-.4-.1-.6-.1-.9-.1.1.1-.1.2-.7.2-.4.1-.6.3-.9.3zm3.2-.1c-.3.6-1.6.3-2.2.5-.1-.5-.1-.5 2.2-.5zm.1 1.7c-.6-.5-.6-.5 1.1-.7-.3.3-.7.5-1.1.7zm2.4-2.2-.2-.1-.6.6c-.1-.4-.2-.7-.3-1.1.7-.3 1.1.2 1.9.1l.1.1-.9.4zm.9-9c.5 0 1.1-.1 1.3 0 .3.1.3.3.4.5h-.4l-1.3-.4v-.1zm1.7 8.1c.3 0 .6.1 1 .2l-.2.2-1.4.1-.3-.2c.3-.1.6-.3.9-.3zm.3 4.1-.4.1c-.2-.2-.5-.3-.5-.5.1-.2.5-.3.8-.4h.4l-.3.8zm1.4-2.9c-.5-.1-1-.1-1.4-.3-.2-.1 0-.3 0-.4.7.2 1.1.3 1.4.4.1 0 .2.1.2.2.1 0-.1.1-.2.1zm1.3-.3c-.5-.3-.8-.4-1.1-.6l1.1-.3.3.1c-.1.2-.1.4-.3.8zm1.6-1.4c-.7.1-1.1.1-1.4.1h-.8c.1-.1 0-.3.2-.3.6-.2 1.3-.3 2.5-.5-.2.3-.4.5-.5.7zm2.9-8c.3.2.5.4.9.8-1-.1-1.7-.2-2.6-.3.8-.2 1.2-.3 1.7-.5zm.6 8c-.4.2-.8.3-1.2.5-1-.4.1-.4.5-.5.1-.1.5-.1.7 0zm-2.1 1.1c.6-.2 1.2-.5 1.8-.7.2-.1.6 0 .9 0-.1.1-.1.3-.4.4-.6.2-1.4.3-2.1.5l-.2-.2zm3 2.9c0 .3 0 .6.1 1-.6-.2-.8-.3-1.1-.5h-.4l.9-.6.3.1c0-.6-.1-1-.1-1.4h.3c.3.3.6.5.9.9-.2 0-.5.2-1 .5h.1zm-.4-11.9.5-.1c.3.3.6.5 1 .9-1.6-.2-1.3-.6-1.5-.8zm1.9 10.9c0-.4 0-.8-.1-1.2 1.7.4 1.7.6.1 1.2zm3.2-.7c-.3-.1-.6-.1-.7-.2-.2-.1-.3-.2-.3-.3-.2-.7-.2-.7-1.8-.9.5-.1.8-.2 1.2-.3 1.8.2 1.9.4 1.2 1.4.2 0 .3-.1.5-.1 0 .1 0 .2-.1.4zm1.2-.2c.3.2.5.3.7.4-.3.2-.7.3-1 .5-.3-.2-.3-.2.3-.9zm-.1 1.7c-.4-.5 1.4-.3 1.4-.7.5.6.3.7-1.4.7zm2.2-1.1c-.5-.1-1.6 0-.8-.6.4.3 1.8-.2 1.8.4-.1.1-.8.3-1 .2zm2.7.4c0-.3 0-.6-.1-.9 1 .3.8.8.1.9zm9.6-3.4c-.4.2-.7.4-1.1.6h-.4c0-.2-.1-.4-.1-.6h1.6zm-4.1-8.1v-.2c.5 0 1.1-.1 1.5-.1.3 0 .4.2.7.5-.9 0-1.6-.1-2.2-.2zm3.8 10.9c-.3.1-.9-.1-1.4-.1l.1-.1 1.9-.3.4.1c-.4 0-.6.3-1 .4zm8.4-11.4c.6-.1 1.2-.2 2-.3-.2.3-.4.5-.6.8-.5-.2-1-.4-1.4-.5zm4.2 11c-.7-.1-1.3-.2-2-.4-.2 0-.3-.2-.5-.2.7-.1 1.5-.2 2.2-.2.1 0 .4.2.4.4.1.2 0 .3-.1.4zm.7-11-.1-.2c.5-.1.9-.2 1.4-.2.3 0 .5.2.9.5-1.1 0-1.6-.1-2.2-.1zm4.7 0-.6-.1 1.1-.7.6.1-1.1.7zm18.6 7.7c-.7-.1-1.1-.2-1.6-.3-.3.1-.5.2-.8.3-.1 0-.5-.2-.5-.2.1-.1.4-.3.6-.3.8-.1 1.5-.1 2.4-.1.1.2 0 .3-.1.6zm6-1.8c-.5 0-.9.1-1.9.2.3-.3.4-.4.6-.5l1.4.2-.1.1z'/%3E%3C/g%3E%3C/svg%3E");
	transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: bottom;
	padding:10em 0;
}
.reason__pleasure--text{
	font-size:3.6em;
	font-weight:700;
	color:rgb(var(--color_36));
	text-align:center;
	text-shadow:rgba(0, 0, 0, 0.4) 0px 4px 5px;
	transform: rotate(-180deg);
}
.reason__result{
	background:rgb(var(--color_12));
	padding:8em 0;
	margin: 0 0 6em;
}
.reason__result--heading{
	margin:0 0 1.4em;
	font-size:6em;
	text-align:center;
}
.reason__result--box{
	display:flex;
	justify-content: center;
	margin:0 0 6em;
}
.reason__result--box li{
	margin:0 10px;
}
.reason__result--rising-right{
	margin:0 0 1.4em;
	font-size:3em;
	text-align:center;
}
.reason__result--rising-right__text{
	width:520px;
	margin:0 auto 2em;
	font-size:2em;
}
.reason__result--link a {
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.2s ease, visibility 0s;
    background: #FFFEF8;
    border: 1px solid #8c711e;
    border-radius: 20px;
    margin: 2em 30em;
}
.reason__result--link a span{
	transition: inherit;
    font-weight: normal;
    font-style: normal;
    font-family: "playfair display",serif;
    letter-spacing: 0.05em;
    color: #8c711e;
    display: initial;
    margin-right: 0px;
    font-size: 30px;
}
.reason__result--link a svg{
	width:32px;
	height:32px;
}
.reason__result--link a:hover{
	background:rgb(var(--color_15));
}
.reason__result--link a:hover span{
	color:rgb(var(--color_36));
}
@media screen and (max-width:768px) {
.reason__achievement--box{
	display:block;
	margin:0;
}
.reason__achievement--box li{
	margin:0 0 2em;
}
.reason__achievement--box li img{
	height:auto;
}
.reason__answer{
	padding: 2em;
}
.reason__answer p{
	font-size:2em;
}
.reason__answer__item{
	width:auto;
	margin:1em;
}
.reason__answer__heading {
    font-size: 2.2em;
    margin: 1em 0;
}
.reason__answer__comment{
	font-size: 1.6em;
}
.reason__answer__impact{
	font-size: 1.6em;
}
.reason__intermediary{
	padding:2em 0;
}
.reason__intermediary--box{
	display:block;
}
.reason__intermediary--box__img,
.reason__intermediary--box__item{
	width:auto;
	margin:1em;
}
.reason__intermediary--box__img img{
	height:auto;
}
.reason__intermediary--box__item p{
	font-size:2em;
}
.reason__environmental--theme--box{
	display:block;
}
.reason__environmental--theme--box__item{
	width:auto;
	margin: 4em 1em;
}
.reason__environmental--theme--box__item p{
	font-size:2.4em;
}
.reason__environmental--theme--box__item--list {
    margin: 2em;
	justify-content: space-between;
}
.reason__environmental--theme--box__item--list ul{
	width:auto;
}
.reason__environmental--theme--box__item--list ul li{
	font-size: 1.2em;
}
.reason__information-channel {
    padding: 2em 1em;
}
.reason__information-channel--heading{
	font-size:2em;
}
.reason__information-channel--arrow{
	margin:2em 0;
}
.reason__information-channel--arrow svg{
	width:11px;
	height:22px;
}
.reason__information-channel--item{
	width:auto;
}
.reason__information-channel--item p{
	font-size:1.4em;
}
.reason__information-channel--item__closing{
	font-size:1.4em;
	text-align:left;
}
.reason__pleasure--item{
	padding:4em 1em;
}
.reason__pleasure--text{
	font-size:2em;
}
.reason__result{
	padding:4em 1em;
}
.reason__result--heading{
	font-size:2em;
}
.reason__result--box{
	display:block;
	margin: 0;
}
.reason__result--box li{
	margin: 0 0 2em;
}
.reason__result--box li img{
	height:auto;
}
.reason__result--rising-right{
	font-size:2em;
}
.reason__result--rising-right__text{
	width:auto;
	font-size:1.4em;
}
.reason__result--link a{
	margin: 2em;
}
.reason__result--link a span{
	font-size: 1.4em;
}

}

/** interview **/
.interview-attention{
	font-size:1.4em;
	text-align:center;
	margin:0 0 4em;
}
.interview__wrapper--heading{
	background: rgb(var(--color_12));
	padding:4em 0;
}
.interview__wrapper--box{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.interview__wrapper--item {
    width: 50%;
    background: rgb(var(--color_11));
    padding: 4em 2em 3em;
}
.interview__wrapper--item h3{
	font-size:3em;
	border-bottom:2px solid rgb(var(--color_15));
	margin:0 0 1em;
	text-align: center;
}
.interview__wrapper--item p{
	margin:0 0 1em;
	font-size: 1.8em;
}
.interview__wrapper--img {
    width: 50%;
	--mask-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='25.5 29.868 149 142' viewBox='25.5 29.868 149 142' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M123.022 29.868H76.978l-37.25 27.119L25.5 100.868l14.228 43.88 37.25 27.12h46.044l37.25-27.12 14.228-43.88-14.228-43.881-37.25-27.119z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.interview__wrapper--img p {
    text-align: center;
}
.interview__wrapper--img p img{
	filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100% 100%);
    mask-size: var(--mask-size,100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position);
}
.interview__wrapper--comment{
	padding:4em 0;
}
.interview__wrapper--comment h3{
	font-size:3em;
	margin: 0 0 2em;
}
.interview__wrapper--comment__item{
	margin:0 4em;
}
.interview__wrapper--comment__item--q{
	font-size:2.4em;
	display: flex;
	justify-content: space-between;
}
.interview__wrapper--comment__item--q .line{
	content: "";
	display: inline-block;
	background: rgb(var(--color_15));
	width: 42px;
	height: 3px;
	margin:.6em 0 0 1em;
}
.interview__wrapper--comment__item--q .title{
	font-size:1em;
	margin-left:2em;
	width: 800px;
}

.interview__wrapper--comment__item--a{
	font-size:2em;
	margin:2em 0;
}
.interview__wrapper--comment__item--a__box{
	display: flex;
	margin: 2em 0 4em;
}
.interview__wrapper--comment__item--a__img{
	--mask-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='25.5 29.868 149 142' viewBox='25.5 29.868 149 142' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M123.022 29.868H76.978l-37.25 27.119L25.5 100.868l14.228 43.88 37.25 27.12h46.044l37.25-27.12 14.228-43.88-14.228-43.881-37.25-27.119z'/%3E%3C/g%3E%3C/svg%3E%0A");
	padding: 4em 4em 0 0;
}
.interview__wrapper--comment__item--a__img img{
	filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image,none);
    mask-image: var(--mask-image,none);
    -webkit-mask-position: var(--mask-position,0);
    mask-position: var(--mask-position,0);
    -webkit-mask-repeat: var(--mask-repeat,no-repeat);
    mask-repeat: var(--mask-repeat,no-repeat);
    -webkit-mask-size: var(--mask-size,100% 100%);
    mask-size: var(--mask-size,100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position);
}

@media screen and (max-width:768px) {
.interview-attention{
	margin:0 0 2em;
	font-size:1em;
}
.interview__wrapper--box{
	display:block;
}
.interview__wrapper--item{
	width:auto;
}
.interview__wrapper--item h3{
	font-size:2em;
}
.interview__wrapper--item p{
	font-size:1.4em;
}
.interview__wrapper--img{
	width:auto;
	margin:4em auto 0;
}
.interview__wrapper--img p img{
	width:140px;
	height:auto;
}
.interview__wrapper--comment{
	padding:4em 1em 0;
}
.interview__wrapper--comment h3{
	font-size:2em;
}
.interview__wrapper--comment__item{
	margin:0;
}
.interview__wrapper--comment__item--q{
	font-size:2em;
}
.interview__wrapper--comment__item--q .line{
	margin: 0.6em 0 0 0;
}
.interview__wrapper--comment__item--q .title{
	width:auto;
	margin-left: 1em;
}
.interview__wrapper--comment__item--a{
	font-size:1.4em;
	line-height: 1.8;
}
.interview__wrapper--comment__item--a__box{
	display:block;
}
.interview__wrapper--comment__item--a__img{
	padding:2em 4em;
}
.interview__wrapper--comment__item--a__img img{
	height:auto;
}

}

/** result **/
.result__wrapper a{
	display: flex;
	justify-content: space-between;
	margin: 0 0 4em;
}
.result__wrapper--img{
	width:400px;
}
.result__wrapper--item{
	margin:0 2em;
}
.result__wrapper--item h3{
	font-size:3em;
	margin: 0 0 1em;
}
.result__wrapper--item ul li{
	font-size:1.6em;
	color:rgb(var(--color_15));
}
.result__wrapper--pager ul{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 0 4em;
}
.result__wrapper--pager ul li{
	font-size:1.6em;
	margin:0 1em;
	font: var(--font_7);
}
@media screen and (max-width:768px) {
.result__wrapper a{
	display:block;
	margin: 0 1em 4em;
}
.result__wrapper--img{
	width:auto;
}
.result__wrapper--img img{
	height:auto;
}
.result__wrapper--item h3{
	font-size:2em;
}
.result__wrapper--item{
	margin:2em;
}
}
.result__wrapper--detail{
	margin: 0 auto 4em;
	width:740px;
}
.result__wrapper--detail__heading{
	font-size:3.6em;
	margin:0 0 2em;
}
.result__wrapper--detail__box{
	display: flex;
    justify-content: flex-start;
	margin: 0 0 2em;
}
.result__wrapper--detail__img{
	width:360px;
}
.result__wrapper--detail__item{
	margin:0 2em;
}
.result__wrapper--detail__item ul li{
	font-size: 1.8em !important;
	color:rgb(var(--color_15));
	font: var(--font_7);
}
.result__wrapper--detail__user h3{
	font-size: 1.8em !important;
	color:rgb(var(--color_15));
	font: var(--font_7);
	border-bottom:1px solid rgb(var(--color_15));
	margin:0 0 2em;
}
.result__wrapper--detail__user p{
	font-size: 1.8em !important;
	color:rgb(var(--color_15));
	font: var(--font_7);
}
@media screen and (max-width:768px) {
.result__wrapper--detail{
	width:auto;
	margin:2em 1em;
}
.result__wrapper--detail__heading{
	font-size:2.6em;
}
.result__wrapper--detail__box{
	display:block;
}
.result__wrapper--detail__img{
	width:auto;
	margin:0 0 1em;
}
.result__wrapper--detail__img img{
	height:auto;
}
.result__wrapper--detail__item{
	margin:0 0 1em;
}
.result__wrapper--detail__item ul li{
	font-size:1.4em !important;
}
.result__wrapper--detail__user h3,
.result__wrapper--detail__user p{
	font-size: 1.6em !important;
}

}

/** guide **/
.guide__wrapper--step{
	background: url(../images/11062b_952485dce28e4eac9e9f09d63fdc9ada_mv2.jpg) no-repeat center center;
	background-size: cover;
	padding:8em 0;
}
.guide__wrapper--step__box{
	display: flex;
}
.guide__wrapper--step__box li{
	flex: 1;
	background: rgb(var(--color_11));
	margin:0 4px;
	position:relative;
	padding: 0 4em 4em;
}
.guide__wrapper--step__box--item{
	background: rgb(var(--color_12));
    border-radius: 50%;
	width:84px;
	height:84px;
	margin:-26px auto 0;
	text-align:center;
	font-size:4em;
	line-height:2em;
	color:rgb(var(--color_15));
}
.guide__wrapper--step__box li h3{
	font-size:2em;
	text-align:center;
	margin:2em 0;
}
.guide__wrapper--step__box li p{
	font-size:1.7em;
}
.guide__wrapper--step__box--button{
	margin:2em 1em;
}
.guide__wrapper--step__box--button a{
	background: rgb(var(--color_15));
    padding: .6em;
    color: rgb(var(--color_36));
	display: block;
    text-align: center;
    font-size: 1.4em;
	border:1px solid rgb(var(--color_15));
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.guide__wrapper--step__box--button a:hover{
	background: rgb(var(--color_36));
	color: rgb(var(--color_15));
}
.guide__usage-charges{
	display: flex;
	justify-content: space-between;
	padding: 4em 20em;
}
.guide__usage-charges--img,
.guide__usage-charges--item{
	width:50%;
}
.guide__usage-charges--img h3{
	font-size:3.6em;
	margin:0 0 2em;
}
.guide__usage-charges--item p{
	font-size:1.8em;
	margin:0 0 4em;
	color: rgb(var(--color_15));
	line-height: 1.8;
}
.guide__faq__heading{
	text-align:center;
	font-size:6em;
	margin:0 0 1em;
}
.guide__faq__subheading{
	text-align:center;
	font-size:1.6em;
	margin:0 0 3em;
}
.guide__faq--list{
	margin:0 4em 8em;
}
.guide__faq--item h3,
.guide__faq--item p{
	margin:0 0 1em;
	color: rgb(var(--color_15));
	font-size:2em;
}
.guide__faq--item h3 span{
	background:rgb(var(--color_13));
	font-size:1em;
	font-weight:400;
}

@media screen and (max-width:768px) {
.guide__wrapper--step__box{
	display:block;
}
.guide__wrapper--step{
	padding:8em 0 1em;
}
.guide__wrapper--step__box li{
	padding: 1px 1em 2em;
	margin: 0 1em 6em;
}
.guide__wrapper--step__box--item{
	margin: -40px auto 0;
}
.guide__usage-charges{
	display:block;
	padding:4em 1em;
}
.guide__usage-charges--img,
.guide__usage-charges--item{
	width:auto;
}
.guide__usage-charges--img h3 {
    font-size: 2.6em;
    margin: 0 0 1em;
	text-align:center;
}
.guide__usage-charges--img p{
	margin:0 2em 2em;
}
.guide__usage-charges--img p img{
	height:auto;
}
.guide__usage-charges--item p{
	font-size:1.6em;
	margin:0 0 2em;
}
.guide__faq--list {
    margin: 0 1em 4em;
}
.guide__faq__heading{
    font-size: 2.6em;
}
.guide__faq--item h3,
.guide__faq--item p{
	font-size:1.6em;
}

}

/** reception **/
.reception__wrapper{
	background:rgb(var(--color_36));
	padding: 6em 0;
}
.reception__subheading{
	font-size:2em;
	margin:0 0 4em;
}
.reception__list--heading{
	text-align: center;
    font-size: 6em;
    margin: 0 0 0.6em;
}
.reception__list--subheading{
	text-align: center;
	font-size:2em;
	margin:0 0 4em;
}
.reception__list ul{
	display:flex;
	justify-content: flex-start;
	margin: 0 0 6em;
}
.reception__list--img{
	width: 380px;
	font-size:2em;
}

.reception__list--img p a{
	color:rgb(var(--color_15));
	text-decoration:underline;
}
.reception__list--text{
	color:rgb(var(--color_15));
	font: var(--font_7);
	width: 600px;
}
.reception__setting-method{
	padding:6em 0 0;
}

@media screen and (max-width:768px) {
.reception__subheading {
    font-size: 1.5em;
    margin: 0 0 2em;
}
.reception__wrapper{
	padding:4em 0 1em;
}
.reception__list--heading{
	font-size: 2.6em;
}
.reception__list--subheading{
	font-size: 1.5em;
	text-align:left;
    margin: 0 1em 2em;
}
.reception__list{
	margin: 0 1em;
}
.reception__list ul{
	display:block;
}
.reception__list--img{
	width:auto;
	margin:0 auto 2em;
	text-align: center;
}
.reception__list--img p img{
	width:40%;
	height:auto;
}
.reception__list--text{
	width:auto;
}
.reception__list--text p{
	font-size: .8em;
    line-height: 1.6;
}
.reception__setting-method{
	padding:4em 1em 0;
}

}

/** report **/
.report__wrapper a{
	display: flex;
	justify-content: space-between;
	margin: 0 2em 4em;
}
.report__wrapper--img img{
	width:454px;
	height:auto;
}
.report__wrapper--item{
	margin:0 2em;
	width:420px;
}
.report__wrapper--item h3{
	font-size:3em;
	margin: 0 0 1em;
}
.report__wrapper--item p{
	font-size:1.6em;
	color:rgb(var(--color_15));
}

@media screen and (max-width:768px) {
.report__wrapper a{
	display:block;
	margin: 0 1em 4em;
}
.report__wrapper--img img{
	width:100%;
	height:auto;
}
.report__wrapper--item h3{
	font-size:2em;
}
.report__wrapper--item{
	width:auto;
	margin:2em;
}
}

/** post **/
.post__wrapper{
	width:740px;
	margin:8em auto;
}
.post__heading {
    text-align: center;
    font-size: 4em;
	margin:0 0 2em;
}
.post__img{
	width:360px;
	height:240px;
	margin: 0 auto 4em;
    text-align: center;
}
.post__text{
	font: var(--font_7);
}
.post__text p{
	margin:0 0 2em;
}
@media screen and (max-width:768px) {
.post__wrapper{
	width:auto;
	margin:4em auto;
}
.post__heading{
	font-size: 2.4em;
	margin:0 1em 2em;
}
.post__img{
	width:100%;
	height:auto;
}
.post__text{
	margin:0 1em;
}
.post__text p {
    font-size: .8em;
	line-height: 1.8;
}

}

/** purchase-confirmation **/
.purchase-confirmation__wrapper h2{
	text-align: center;
    font-size: 3em;
    margin: 0 0 0.6em;
}
.purchase-confirmation__subheading {
    text-align: center;
    font-size: 2em;
    margin: 0 0 2em;
}
.purchase-confirmation__item{
	background:rgb(var(--color_36));
	padding:2em;
	margin: 0 0 4em;
}
.purchase-confirmation__item--box{
	border-bottom:2px solid rgb(var(--color_15));
}
.purchase-confirmation__item ul{
	border-top:2px solid rgb(var(--color_15));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.purchase-confirmation__item ul .content{
	font-size:2em;
	font-weight:700;
	color:rgb(var(--color_15));
	text-align:center;
	width: 300px;
}
.purchase-confirmation__item ul .content span img{
	width:120px;
	height:auto;
	display: block;
    margin: 0 auto;
}
.purchase-confirmation__item ul .price__content{
	border-left: 1px solid rgb(var(--color_15));
	width: 600px;
	margin: 2em;
    padding: 2em 4em;
}
.purchase-confirmation__item ul .price__content .product-name{
	font-size: 3em;
    font-weight: 700;
}
.price__content .price{
	display: flex;
	align-items: center;
}
.price__name{
	background:#ff5a54;
	color:rgb(var(--color_36));
	font-size: 2em;
    padding: .2em .6em;
	margin: 0 1em 0 0;
}
.amount{
	color:#ff5a54;
	font-size: 4em !important;
	font-weight:700;
}
.amount span{
	font-size: .8em;
	font-weight:700;
}
.price__content p{
	font-size:2em;
}
.price__content p img{
	width:60%;
	height:auto;
}
.price__content .number{
	color:#ff5a54;
}
.purchase-confirmation__attention{
	margin:0 0 4em;
}
.purchase-confirmation__attention p{
	margin:0 0 1em;
	font-size: 2em;
    text-align: center;
}
.price__credit{
	margin:2em 26em;
}
.price__credit button{
    border: 2px solid rgb(var(--color_15));
    transition: all 0.2s ease, visibility 0s;
    border-radius: 200px;
    background: rgb(var(--color_36));
    align-items: center;
    display: flex;
    color: rgb(var(--color_15));
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: .6em 1em;
    font-size: 2em;
	position:relative;
}
.price__credit button svg {
    fill: rgb(var(--color_15)) !important;
    width: 12px;
    height: 20px;
    transform: rotate(90deg);
	position:absolute;
	right:20px;
}
.price__credit button:hover{
	background: rgb(var(--color_15));
	color: rgb(var(--color_36));
}
.price__credit button:hover svg{
	fill: rgb(var(--color_36)) !important;
}


@media screen and (max-width:768px) {
.purchase-confirmation__wrapper h2{
	font-size:2em;
	margin:2em 1em 0;
}
.purchase-confirmation__subheading{
	font-size:1.4em;
	margin:2em 1em;
}
.purchase-confirmation__item ul{
	border:0;
	display:block;
}
.purchase-confirmation__item ul li{
	border-bottom:1px solid rgb(var(--color_15));
	padding: 1em 0;
}
.purchase-confirmation__item ul .content{
	width:auto;
}
.purchase-confirmation__item ul .price__content{
	width:auto;
	border-left:0;
	padding:1em;
	margin:0;
}
.price__name{
	font-size:1.2em !important;
}
.amount {
    font-size: 2.6em !important;
}
.price__content p {
    font-size: 1.4em;
}
.purchase-confirmation__attention {
    margin: 0 1em 2em;
}
.purchase-confirmation__attention p {
    font-size: 1.4em;
    text-align: left;
}
.price__content p img{
	width:100%;
}
.price__credit{
	margin:2em;
}
.price__credit button{
	font-size:1.6em;
}


}










