/*----
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
----*/

/*----Fonts----*/

@font-face {
	font-family: 'Gotham Light';
	src:url('/wp-content/themes/divi-child/fonts/woff2/Gotham-Light_Web.woff2') format('woff2'),
		url('/wp-content/themes/divi-child/fonts/woff/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Book';
	src:url('/wp-content/themes/divi-child/fonts/woff2/Gotham-Book_Web.woff2') format('woff2'),
		url('/wp-content/themes/divi-child/fonts/woff/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Medium';
	src:url('/wp-content/themes/divi-child/fonts/woff2/Gotham-Medium_Web.woff2') format('woff2'),
		url('/wp-content/themes/divi-child/fonts/woff/Gotham-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src:url('/wp-content/themes/divi-child/fonts/woff2/Gotham-Bold_Web.woff2') format('woff2'),
		url('/wp-content/themes/divi-child/fonts/woff/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Black';
	src:url('/wp-content/themes/divi-child/fonts/woff2/Gotham-Black_Web.woff2') format('woff2'),
		url('/wp-content/themes/divi-child/fonts/woff/Gotham-Black_Web.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: Bookmania;
	src: url(/wp-content/themes/divi-child/fonts/bookmania-regular.otf);
}

.dbs-popup-title{
    color: #8f7133;
    font-family: 'Gotham Book', sans-serif;
    font-size: 40px !important;
    text-transform: uppercase;
    line-height: 1.2em;
}

.dbs-popup-text{
    color: #575757;
    font-family: 'Bookmania';
    font-size: 19px;
    line-height: 1.7em;
}

#menu-main-menu{
	align-items:center;
}






.grg-vegas-ent-wrapper{
    display:flex;
    justify-content:center;
    align-items:flex-start;
 	gap:10px;
	margin-top:-30px;
}

.grg-vegas-chef-wrapper{
    display:flex;
    justify-content:center;
    align-items:flex-start;
	margin-top:-30px;
}

.grg-vegas-ent-talent{
    width:170px;
}

.grg-vegas-ent-talent img{
    width:110px;
}

.grg-vegas-ent-chip{
    width:225px;
}

.grg-vegas-ent-chip img{
    width:175px;
}

.grg-vegas-chef{
    width:280px;
}

.grg-vegas-chef img{
    width:165px;
}

.grg-vegas-ent-talent, .grg-vegas-ent-chip, .grg-vegas-chef{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.grg-ent-name{
    font-size:14px;
    text-align:center;
    font-family: 'Gotham Bold';
    text-transform:uppercase;
    color:#ffffff;
	line-height: 1.3em;
	margin-top:5px;
}

.grg-corvette-disclaimer{
    font-family: 'Gotham Book';
    font-style:italic;
    color:#ffffff;
    font-size:14px;
    text-align:center;
}

.grg-night-out{
    font-family: 'Gotham Bold';
    color:#ffffff;
    font-size:40px;
	line-height: 1.3em;
}

.grg-night-out-it{
    font-family: 'Gotham Light';
	font-style:italic;
    color:#ffffff;
    font-size:40px;
	line-height: 1.3em;
	padding-bottom:25px;
}

.grg-night-out-copy{
    font-family: 'Gotham Book';
    color:#ffffff;
    font-size:16px;
}

.grg-vresidency{
    font-family: 'Gotham Black';
    color:#ffffff;
    font-size:32px;
	text-align:center;
	padding-bottom:20px;
	line-height:1.3em;
}

.grg-vresidency-copy{
    font-family: 'Gotham Medium';
    color:#ffffff;
    font-size:16px;
	text-align:center;
}

.grg-lucky-vegas{
    font-family: 'Gotham Black';
    color:#ffffff;
    font-size:32px;
	text-transform:uppercase;
	text-align:center;
	line-height:1.3em;
}

.grg-lucky-vegas-dis{
    font-family: 'Gotham Book';
    color:#ffffff;
    font-size:16px;
	text-align:center;
}

.grg-winner-wrap{
    display:flex;
    justify-content:center;
	gap:20px;
}

.grg-winner-left, .grg-winner-center, .grg-winner-right{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:300px;
}

.grg-winner-copy{
    font-family: 'Gotham Bold';
    color:#ffffff;
    font-size:16px;
	text-align:center;
	line-height:1.3em;
	margin-top:15px;
}

#grg-countdown{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:20px;
}

.grg-unit{
  display:flex;
  color:#ffffff;
  font-family:'Gotham Medium';
  font-size:80px;
  gap:10px;
}

.grg-digit-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  border:1px solid #caa240;
  border-radius: 10px;
  overflow: hidden;
}

.grg-digit {
  line-height: 1;
  display: block;
  font-family:'Gotham Medium';
  font-size:80px;
  padding-top:2px;
  padding-bottom:5px;
}

.grg-colon{
  width:100%;
  max-width:8px;
  margin-left:10px;
  margin-right:10px;
  margin-top:20px;
}

.grg-dhms{
  color:#ffffff;
  text-align:center;
  font-family:'Gotham Bold';
  font-size:18px;
  margin-bottom:8px;
}

.grg-countdown-heading{
    font-family: 'Gotham Black';
    color:#ffffff;
    font-size:22px;
    text-align:center;
	text-transform:uppercase;
}

.grg-ent-heading{
    font-family: 'Gotham Bold';
    color:#ffffff;
    font-size:22px;
    text-align:center;
	margin-bottom:10px;
}

.grg-top-vegas-bg{
  position:relative;
  max-width:600px;
}

.grg-vegas-banner{
 margin:0 auto;
  text-align:center;
  display:block;
  max-width:100%;
}

.grg-countdown-small{
  position:absolute;
  top:50%;
  right:50px;
  transform:translateY(-50%);
}

.grg-countdown-mb{
  position:absolute;
  top:63%;
  left:50%;
  transform:translate(-50%, -50%);
}

#grg-countdown-sm, #grg-countdown-mb{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:0;
}

.grg-unit-sm{
  display:flex;
  color:#ffffff;
  font-family:'Gotham Medium';
  font-size:16px;
  gap:3px;
}

.grg-digit-box-sm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  border:1px solid #caa240;
  border-radius: 3px;
  overflow: hidden;
}

.grg-digit-sm{
  font-size: 16px;
  line-height: 1;
  display: block;
  font-family:'Gotham Medium';
  padding-top:1px;
  padding-bottom:2px;
}

.grg-colon-sm{
  width:100%;
  max-width:3px;
  margin-left:5px;
  margin-right:5px;
}




.grg-unit-mb{
  display:flex;
  color:#ffffff;
  font-family:'Gotham Medium';
  font-size:13px;
  gap:2px;
}

.grg-digit-box-mb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  border:1px solid #caa240;
  border-radius: 3px;
  overflow: hidden;
}

.grg-digit-mb {
  font-size: 13px;
  line-height: 1;
  display: block;
  font-family:'Gotham Medium';
  padding-top:0;
  padding-bottom:0;
}

.grg-colon-mb{
  width:100%;
  max-width:2px;
  margin-left:3px;
  margin-right:3px;
}

.grg-vegas-sm-bracket-wrap-mb img{
	display:block;
	margin:0 auto;
}

.grg-winner{
	margin-bottom:30px;
}


@media (max-width: 980px){

	.grg-vegas-ent-talent, .grg-vegas-ent-chip, .grg-vegas-chef{
		margin:0 auto;
		margin-bottom:30px;
	}
	
	.grg-vegas-ent-talent{
		width:225px;
	}

	.grg-vegas-ent-talent img{
		width:175px;
	}
	
}

@media (max-width: 767px){
	
	.grg-winner-copy{
		margin-top:6px;
	}
	
	.grg-vresidency{
		font-size:28px;
	}
	
}



@media (max-width: 750px){
	
	.grg-unit{
	  font-size:50px;
	  gap:7px;
	}

	.grg-digit-box {
	  width: 45px;
	  border-radius: 8px;
	}

	.grg-digit {
	  font-size: 50px;
	  padding-top:2px;
	  padding-bottom:5px;
	}

	.grg-colon{
	  max-width:8px;
	  margin-left:7px;
	  margin-right:7px;
	  margin-top:30px;
	}
	
	.grg-dhms{
	  font-size:16px;
	  margin-bottom:8px;
	}
	
	.grg-night-out, .grg-night-out-it{
		font-size:32px;
	}
	
}

@media (max-width: 540px){
	
	.grg-unit{
	  font-size:30px;
	  gap:5px;
	}

	.grg-digit-box {
	  width: 30px;
	  border-radius: 4px;
	}

	.grg-digit {
	  font-size:30px;
	  padding-top:3px;
	  padding-bottom:5px;
	}

	.grg-colon{
	  max-width:6px;
	  margin-left:5px;
	  margin-right:5px;
	  margin-top:30px;
	}
	
	.grg-dhms{
	  font-size:14px;
	  margin-bottom:8px;
	}
	
}









/*---- ENT ----*/

.dbs-upcoming-shows-head{
	font-family: 'Gotham Book';
	color:#838383;
	text-align:center;
	font-size:28px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-upcoming-shows-head{
	font-family: 'Gotham Book';
	color:#ffffff;
	text-align:center;
	font-size:28px;
	transition: color 1s ease-in-out;
}

.dbs-ucsh-flex{
    display:flex;
	align-items:center;
	justify-content:center;
}

.dbs-ucsh-left{
    width:100%;
    max-width:90px;
    margin-right:20px;
}

.dbs-ucsh-right{
	width:100%;
}

.dbs-usch-title{
    font-family: 'Gotham Book';
    color:#838383;
    font-size:23px;
    transition: color 1s ease-in-out;
}

.dbs-dark .dbs-usch-title{
    font-family: 'Gotham Book';
    color:#ffffff;
    font-size:23px;
    transition: color 1s ease-in-out;
}

.uppercase{
	text-transform:uppercase !important;
}

.bingo-tab-1{
  margin-right:1px;
}

.bingo-tab-2,
.bingo-tab-3 {
  margin-left:1px;
  margin-right:1px;
}

.bingo-tab-4 {
  margin-left:1px;
}

.dbs-bingo-tabs .tab-active{
    border-bottom: 2px solid #b9b9b9;
	transition: all 1s ease-in-out !important;
}

.dbs-bingo-tabs .active-tab.tab-active{
    border-bottom: 2px solid #f2efef;
	transition: all 1s ease-in-out !important;
}

.dbs-dark .dbs-bingo-tabs .tab-active{
    border-bottom: 2px solid #383535;
}

.dbs-dark .dbs-bingo-tabs .active-tab.tab-active{
    border-bottom: 2px solid #000000;
}


/*---- END ENT ----*/

#monday-thursday-section {
  display: none;
}

.dbs-promo-card-section{
    display:flex;
    align-items:center;
    border:1px solid #CDA349;
}

.dbs-insider{
    color:#8F7133 !important;
    font-family: 'Gotham Book';
    font-size: 32px;
    padding-bottom:15px !important;
    transition: color 1s ease-in-out;
}

.dbs-dark .dbs-insider{
    color:#cda349 !important;
    transition: color 1s ease-in-out;
}

.dbs-promo-card-left{
	flex:1;
}

.dbs-promo-card-right{
	flex:1.5;
	padding:20px;
}

.dbs-promo-card-left img{
	margin-top:-90px;
}

.dbs-mod-9a{
	background-size: contain !important;
    background-repeat: repeat-y !important;
}

.dbs-dark .dbs-mod-9a{
    background-size: contain !important;
    background-repeat: repeat-y !important;
}

.dbs-bingo-flex{
    display: flex;
    justify-content: space-between;
}

.dbs-bingo-heading{
    color: #CDA349;
    font-family: 'Gotham Book';
    font-size: 36px;
    text-align: center;
}

.dbs-bingo-title{
    color: #ffffff;
    font-family: 'Bookmania';
    font-size: 30px;
}

.dbs-bingo-amount{
    color: #D8C492;
    font-family: 'Gotham Book';
    font-size: 34px;
}

.dbs-bingo-description{
    color: #ffffff;
    font-family: 'Bookmania';
    font-size: 17px;
}

.dbs-bingo-jackpot{
    margin-bottom: 60px;
}



@media (max-width: 1200px){
	
.dbs-promo-card-section{
    display:block;
}
	
.dbs-promo-card-right{
	padding:30px;
}
	
.dbs-promo-card-right .dbs-insider{
	text-align:center;
}
	
.dbs-promo-card-right .dbs-body-copy{
	text-align:center;
	margin-bottom:25px !important;
}
	
.dbs-promo-card-right .dbs-gold-button{
	display:block;
	margin:0 auto;
}
}


@media (max-width: 768px){
.dbs-long-button{
	padding: 8px 20px !important;
    font-size: 15px !important;
}
}









.bookmania{
	font-family: 'Bookmania';
}

.flex{
  display:flex;
  justify-content:space-around;
}

.cont{
background:#454545;
padding:50px;
  width:50%;
}

.dbs-anim-btn-sm {
overflow: hidden;
position: relative;
width: 170px;
height: 65px;
margin: 5px 0 !important;
}

.dbs-anim-btn-md{
overflow: hidden;
position: relative;
width: 255px;
height: 65px;
margin:20px auto;
}

.dbs-anim-btn-dif{
overflow: hidden;
position: relative;
width: 320px;
height: 65px;
margin:20px auto;
}

.dbs-anim-btn-lg {
overflow: hidden;
position: relative;
width: 380px;
height: 65px;
margin:20px auto;
}

.layer-sm {
background-position: center;
background-size: auto;
background-repeat: no-repeat;
width: 170px;
height: 65px;
position: absolute;
z-index: 1;
}

.layer-md {
background-position: center;
background-size: auto;
background-repeat: no-repeat;
width: 255px;
height: 65px;
position: absolute;
z-index: 1;
}

.layer-dif {
background-position: center;
background-size: auto;
background-repeat: no-repeat;
width: 320px;
height: 65px;
position: absolute;
z-index: 1;
}

.layer-lg {
background-position: center;
background-size: auto;
background-repeat: no-repeat;
width: 380px;
height: 65px;
position: absolute;
z-index: 1;
}

.layer-white-text-sm {
display: flex;
width: 170px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#ffffff;
font-size:16px;
font-family:'Montserrat';
}

.layer-white-text-md{
display: flex;
width: 255px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#ffffff;
font-size:16px;
font-family:'Montserrat';
}

.layer-white-text-sm{
    display: flex;
    width: 170px;
    height: 65px;
    margin: auto;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat';
	text-transform:uppercase;
}

.dbs-super-ex-row .dbs-serif-tagline::after, .super-serif-tagline::after {
    content: "";
    display: block;
    height: 6px;
    width: 116px;
    background: url(https://playatgila.com/wp-content/uploads/eyebrow-bottom-border.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 8px;
    position: relative;
}

.layer-white-text-dif{
display: flex;
width: 320px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#ffffff;
font-size:16px;
font-family:'Montserrat';
}

.layer-white-text-lg {
display: flex;
width: 380px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#ffffff;
font-size:16px;
font-family:'Montserrat';
}

.layer-grey-text-sm {
display: flex;
width: 170px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#575757;
font-size:16px;
font-family:'Montserrat';
}

.layer-grey-text-md {
display: flex;
width: 255px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#575757;
font-size:16px;
font-family:'Montserrat';
}

.layer-grey-text-dif {
display: flex;
width: 320px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#575757;
font-size:16px;
font-family:'Montserrat';
}

.layer-grey-text-lg {
display: flex;
width: 380px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#575757;
font-size:16px;
font-family:'Montserrat';
}

.layer-black-text-sm {
display: flex;
width: 170px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#000000;
font-size:16px;
font-family:'Montserrat';
}

.layer-black-text-md {
display: flex;
width: 255px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#000000;
font-size:16px;
font-family:'Montserrat';
}

.layer-black-text-dif {
display: flex;
width: 320px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#000000;
font-size:16px;
font-family:'Montserrat';
}

.layer-black-text-lg {
display: flex;
width: 380px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#000000;
font-size:16px;
font-family:'Montserrat';
}

.layer-solid{
display: flex;
margin: auto;
align-items:center;
justify-content:center;
}

.dbs-inner-sm {
background-color:#A20888;
width: 150px;
height: 45px;
}

.dbs-inner-dark-sm {
background-color:#B40898;
width: 150px;
height: 45px;
}

.dbs-inner-md {
background-color:#A20888;
width: 220px;
height: 45px;
}

.dbs-inner-dark-md{
background-color:#B40898;
width: 220px;
height: 45px;
}

.dbs-inner-dif {
background-color:#A20888;
width: 300px;
height: 45px;
}

.dbs-inner-dark-dif{
background-color:#B40898;
width: 320px;
height: 45px;
}

.dbs-inner-lg {
background-color:#A20888;
width: 360px;
height: 45px;
}

.dbs-inner-dark-lg {
background-color:#B40898;
width: 360px;
height: 45px;
}

.layer-trans-sm {
background-image: url("https://davidsonbellusoftp.com/anim/d-0.png");
}

.layer-1-sm {
background-image: url("https://davidsonbellusoftp.com/anim/d-1.png");
}

.layer-2-sm {
background-image: url("https://davidsonbellusoftp.com/anim/d-4.png");
visibility:hidden;
}
.layer-3-sm {
background-image: url("https://davidsonbellusoftp.com/anim/d-6.png");
visibility:hidden;
}
.layer-4-sm {
background-image: url("https://davidsonbellusoftp.com/anim/d-5.png");
visibility:hidden;
}

.layer-5-sm{
background-image: url("https://davidsonbellusoftp.com/anim/d-3.png");
visibility:hidden;
}

.layer-6-sm {
background-image: url("https://davidsonbellusoftp.com/anim/d-2.png");
visibility:hidden;
}

.dbs-anim-btn-sm:hover .layer-1-sm{
animation:layer1 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-sm:hover .layer-2-sm{
animation:layer2 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-sm:hover .layer-3-sm{
animation:layer3 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-sm:hover .layer-4-sm{
animation:layer4 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-sm:hover .layer-5-sm{
animation:layer5 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-sm:hover .layer-6-sm{
animation:layer6 1500ms infinite;
animation-timing-function: step-end;
}

.layer-trans-md {
background-image: url("https://davidsonbellusoftp.com/anim/c-0.png");
}

.layer-1-md {
background-image: url("https://davidsonbellusoftp.com/anim/c-1.png");
}

.layer-2-md {
background-image: url("https://davidsonbellusoftp.com/anim/c-4.png");
visibility:hidden;
}
.layer-3-md {
background-image: url("https://davidsonbellusoftp.com/anim/c-6.png");
visibility:hidden;
}
.layer-4-md {
background-image: url("https://davidsonbellusoftp.com/anim/c-5.png");
visibility:hidden;
}

.layer-5-md{
background-image: url("https://davidsonbellusoftp.com/anim/c-3.png");
visibility:hidden;
}

.layer-6-md {
background-image: url("https://davidsonbellusoftp.com/anim/c-2.png");
visibility:hidden;
}

.dbs-anim-btn-md:hover .layer-1-md{
animation:layer1 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-md:hover .layer-2-md{
animation:layer2 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-md:hover .layer-3-md{
animation:layer3 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-md:hover .layer-4-md{
animation:layer4 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-md:hover .layer-5-md{
animation:layer5 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-md:hover .layer-6-md{
animation:layer6 1500ms infinite;
animation-timing-function: step-end;
}

.layer-trans-dif {
background-image: url("https://davidsonbellusoftp.com/anim/e-0.png");
}

.layer-1-dif {
background-image: url("https://davidsonbellusoftp.com/anim/e-1.png");
}

.layer-2-dif {
background-image: url("https://davidsonbellusoftp.com/anim/e-4.png");
visibility:hidden;
}
.layer-3-dif {
background-image: url("https://davidsonbellusoftp.com/anim/e-6.png");
visibility:hidden;
}
.layer-4-dif {
background-image: url("https://davidsonbellusoftp.com/anim/e-5.png");
visibility:hidden;
}

.layer-5-dif{
background-image: url("https://davidsonbellusoftp.com/anim/e-3.png");
visibility:hidden;
}

.layer-6-dif {
background-image: url("https://davidsonbellusoftp.com/anim/e-2.png");
visibility:hidden;
}

.dbs-anim-btn-dif:hover .layer-1-dif{
animation:layer1 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-dif:hover .layer-2-dif{
animation:layer2 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-dif:hover .layer-3-dif{
animation:layer3 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-dif:hover .layer-4-dif{
animation:layer4 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-dif:hover .layer-5-dif{
animation:layer5 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-dif:hover .layer-6-dif{
animation:layer6 1500ms infinite;
animation-timing-function: step-end;
}

.layer-trans-lg {
background-image: url("https://davidsonbellusoftp.com/anim/b-0.png");
}

.layer-1-lg {
background-image: url("https://davidsonbellusoftp.com/anim/b-1.png");
}

.layer-2-lg {
background-image: url("https://davidsonbellusoftp.com/anim/b-4.png");
visibility:hidden;
}
.layer-3-lg {
background-image: url("https://davidsonbellusoftp.com/anim/b-6.png");
visibility:hidden;
}
.layer-4-lg {
background-image: url("https://davidsonbellusoftp.com/anim/b-5.png");
visibility:hidden;
}

.layer-5-lg{
background-image: url("https://davidsonbellusoftp.com/anim/b-3.png");
visibility:hidden;
}

.layer-6-lg {
background-image: url("https://davidsonbellusoftp.com/anim/b-2.png");
visibility:hidden;
}

.dbs-anim-btn-lg:hover .layer-1-lg{
animation:layer1 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-lg:hover .layer-2-lg{
animation:layer2 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-lg:hover .layer-3-lg{
animation:layer3 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-lg:hover .layer-4-lg{
animation:layer4 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-lg:hover .layer-5-lg{
animation:layer5 1500ms infinite;
animation-timing-function: step-end;
}

.dbs-anim-btn-lg:hover .layer-6-lg{
animation:layer6 1500ms infinite;
animation-timing-function: step-end;
}

@keyframes layer1{
0%   {visibility:visible;}
16%  {visibility:hidden;}
}

@keyframes layer2{
0%   {visibility:hidden;}
16%   {visibility:visible;}
32%  {visibility:hidden;}
}

@keyframes layer3{
0%   {visibility:hidden;}
32%   {visibility:visible;}
48%  {visibility:hidden;}
}

@keyframes layer4{
0%   {visibility:hidden;}
48%   {visibility:visible;}
65%  {visibility:hidden;}
}

@keyframes layer5{
0%   {visibility:hidden;}
65%   {visibility:visible;}
81%  {visibility:hidden;}
}

@keyframes layer6{
0%   {visibility:hidden;}
81%   {visibility:visible;}
}


/*----End Fonts----*/

.dbs-bingo-wrap{
    display:flex;
    gap:50px;
}

.dbs-bingo-tab-left{
	flex:1;
}

.dbs-bingo-tab-right{
	flex:1;
}

.featured-promo-slider-img {
    max-width: 360px !important;
}

.featured-promo-slider-title{
	font-family:'Gotham Light';
	font-size:28px;
	color:#575757;
	line-height:1.3em !important;
}

.featured-promo-slider-date{
	font-family:'Bookmania';
	font-size:18px;
	color:#575757;
	line-height:1.2em;
}

.dbs-home-promo .custom .tp-bullet {
    content: url(/wp-content/uploads/Line-337.png) !important;
    width: 90px !important;
    height: 2px !important;
    background: rgba(125, 125, 125, 0.0);
}

.dbs-home-promo .custom .tp-bullet.selected {
    content: url(/wp-content/uploads/Line-109.png) !important;
    width: 90px !important;
    height: 2px !important;
    background: rgba(125, 125, 125, 0.0);
}

.dbs-fpromo-1{
    font-family:'Gotham Light';
    color:#ffffff;
    font-size:90px;
    text-align:left;
}

.dbs-fpromo-2{
    font-family:'Gotham Light';
    color:#ffffff;
    font-size:90px;
    text-align:right;
}

.dbs-fpromo-row{
	width:55%;
}

.dbs-kiw-date{
    font-family:'Gotham Bold';
    color:#ffffff;
    font-size:20px;
    text-align:center;
}

.dbs-kiw-outer{
    display:flex;
    align-items:center;
	border:1px solid #FDB516;
}

.dbs-kiw-lefft{
    width:50%;
	padding:50px;
}

.dbs-kiw-lefft img{
    max-width:80%;
	margin:0 auto;
	margin-bottom:30px;
	display:block;
}

.dbs-kiw-righht{
    width:50%;
	padding:50px;
}

.dbs-kick-it-win-container{
    display:flex;
    align-items:center;
	margin-bottom:30px;
}

.dbs-kick-it-win-container:last-of-type{
	margin-bottom:0;
}

.dbs-kick-it-win-left{
    width:40%;
}

.dbs-kick-it-win-right{
	width:50%;
}

.dbs-kiw-name{
    font-family:'Gotham Bold';
    color:#ffffff;
    font-size:22px;
    line-height:1.2em;
}

.dbs-kiw-value{
    background: rgb(253, 181, 22);
    background: -moz-linear-gradient(180deg, rgba(253, 181, 22, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(253, 181, 22, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(253, 181, 22, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb516",endColorstr="#ffffff",GradientType=1);
    color: #7F2437;
    font-family: 'Gotham Bold';
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 13px !important;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    max-width: 230px;
    border: 4px solid #B01F3E;
}

.dbs-kiw-mobile-logo{
	width:100%;
	max-width:400px;
	margin:30px auto;
	margin-top:40px;
	display:block;
	padding:20px;
}

.dbs-kiw-mobile-outer .dbs-kiw-date{
    font-family:'Gotham Bold';
    color:#ffffff;
    font-size:20px;
    text-align:center;
	margin-top:30px;
	margin-bottom:50px;
}

.dbs-kiw-mobile-outer .dbs-kiw-name{
	text-align:center;
}

.dbs-kiw-mobile-outer .dbs-kiw-value{
	margin:0 auto;
	margin-bottom:40px;
}

.tsf-bg-1{
    background-image: url(https://grgdev.dbwebdev.com/wp-content/uploads/promo-bg-2.png) !important;
}

.tsf-bg-2{
    background-image: url(https://grgdev.dbwebdev.com/wp-content/uploads/promo-bg-1.png) !important;
}

@media (max-width: 1500px){
.dbs-kiw-lefft img{
    max-width:90%;
}
	
.dbs-kiw-lefft{
    width:40%;
	padding:30px;
}

.dbs-kiw-righht{
    width:60%;
	padding:30px;
}
}

@media (max-width: 1350px){
	
.dbs-kick-it-win-left{
    width:50%;
}

.dbs-kick-it-win-right{
	width:50%;
}
}

@media (max-width: 1300px){
.dbs-fpromo-row{
	width:65%;
}
}

@media (max-width: 1200px){
.dbs-kiw-lefft img{
    max-width:100%;
}
}

@media (max-width: 1100px){
.dbs-fpromo-row{
	width:75%;
}
}

@media (max-width: 1000px){
.dbs-fpromo-row{
	width:80%;
}
	
.dbs-fpromo-1{
    font-size:80px;
    text-align:left;
}

.dbs-fpromo-2{
    font-size:80px;
    text-align:right;
}
	
.dbs-home-promo .custom .tp-bullet {
    width: 70px !important;
    height: 2px !important;
}

.dbs-home-promo .custom .tp-bullet.selected {
    width: 70px !important;
    height: 2px !important;
}
}

@media (max-width: 768px){
.dbs-fpromo-row{
	width:80%;
}
	
.dbs-fpromo-1{
    font-size:45px;
    text-align:center;
}

.dbs-fpromo-2{
    font-size:45px;
    text-align:center;
}
	
.featured-promo-slider-img {
    max-width: 360px !important;
}
}

/*----General----*/

#page-container{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark #page-container{
	background: #000000;
	transition: background 1s ease-in-out;
}

sup{
	font-size: 90%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top:-3px;
}

body p:empty:before{
    content: none;
}

body p:empty{
    padding-bottom:0;
}

.single .et_post_meta_wrapper{
	display:none !important;
}

.container{
	width:100%;
}

.uppercase{
	text-transform:uppercase;
}

.italic{
	font-style: italic;
}

.dbs-small-note{
	font-style: italic;
	font-size: 12px;
	font-family: 'Bookmania';
}

.mr-20{
	margin-right: 20px;
}

.mrmb{
	margin-right: 20px;
	margin-bottom: 20px;
}

.mrmb a{
	margin-right: 10px;
	margin-bottom: 20px;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-25{
	margin-bottom: 25px;
}

.pb-30{
	padding-bottom: 30px;
}

.pt-10{
	padding-top: 10px;
}

.pt-15{
	padding-top: 15px;
}

.ptb-15{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.center{
	text-align: center;
}

.dbs-left{
	text-align: left;
}

.dbs-right{
	text-align: right;
}

/*----End General----*/

/*----Flexbox----*/

.flex{
	display: flex;
}

.col-left{
	flex: 1;
}

.col-right{
	flex: 1;
}

/*----End Flexbox----*/


/*----Backgrounds----*/

.dbs-white-bg{
	background-color: #ffffff !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-white-bg{
	background-color: #3E3C3C !important;
}

.dbs-grey-bg{
	background-color: #f2efef !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-grey-bg{
	background-color: #000000 !important;
}

.dbs-white-bg-grey{
	background-color: #ffffff !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-white-bg-grey{
	background-color: #3E3C3C !important;
}

.dbs-white-bg-grey-dark{
	background-color: #ffffff !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-white-bg-grey-dark{
	background-color: #221f1f !important;
}

.dbs-white-bg-black-attack{
	background-color: #ffffff !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-white-bg-black-attack{
	background-color: #000000 !important;
}

.dbs-white-bg-black{
	background-color: #ffffff !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-white-bg-black{
	background-color: #1c1919 !important;
}

.dbs-grey-bg-grey{
	background-color: #f2efef !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-grey-bg-grey{
	background-color: #3E3C3C !important;
}

.dbs-grey-bg-grey-dark{
	background-color: #f2efef !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-grey-bg-grey-dark{
	background-color: #221f1f !important;
}

.dbs-grey-bg-black{
	background-color: #f2efef !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-grey-bg-black{
	background-color: #1c1919 !important;
}

.dbs-grey-bg-black-attack{
	background-color: #f2efef !important;
	transition: background-color 1s ease-in-out;
}

.dbs-dark .dbs-grey-bg-black-attack{
	background-color: #000000 !important;
}

/*----End Backgrounds----*/












.dbs-valley-white-gotham{
    color: #ffffff;
    font-family: 'Gotham Bold';
    font-size: 22px;
    line-height: 1.3em;
    text-align: center;
}

.dbs-fdf-amount{
    background: rgb(253, 181, 22);
    background: -moz-linear-gradient(180deg,rgba(253,181,22,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(253, 181, 22, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(253, 181, 22, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb516",endColorstr="#ffffff",GradientType=1);
    color: #7F2437;
    font-family: 'Gotham Bold';
    font-size: 28px;
    line-height: 1.3em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 13px !important;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    max-width: 210px;
    margin: 0 auto;
    border: 4px solid #B01F3E;
}

.dbs-kiw-heading {
    font-family: 'Gotham Bold';
    font-size: 40px;
    line-height: 1.1em;
    text-align: center;
    color: #000000;
}

.dbs-jp-large{
    font-family: 'Gotham Black';
    font-size: 175px;
    text-align: center;
    color: #A8233D;
}

.dbs-fdf-copy-large{
    font-family: 'Gotham Book';
    font-size: 40px;
    line-height: 1.1em;
    text-align: center;
    color: #000000;
}

.dbs-balance{
    text-wrap:balance;
}

.dbs-fdf-copy-large-red{
    font-family: 'Gotham Bold';
    font-size: 40px;
    text-align: center;
	line-height: 1.1em;
    color: #A8233D;
}

.dbs-fdf-pj{
    font-family: 'Gotham Book';
    font-style: italic;
    font-size: 24px;
    line-height: 1.1em;
    text-align: center;
    color: #000000;
}

.dbs-kiw-banner{
    background-image: url(/wp-content/uploads/ribbon-banner-5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 300px;
    margin: 0 auto;
}

.dbs-kiw-date{
    font-family:'Gotham Book';
    color:#ffffff;
    font-size:16px;
    text-align:center;
	text-transform:uppercase;
}

.dbs-fdf-date{
    font-family:'Gotham Bold';
    color:#ffffff;
    font-size:18px;
    text-align:center;
	text-transform:uppercase;
}

.dbs-fdf-flex{
    display:flex;
    align-items:center;
	justify-content:center;
}

.dbs-fdf-left{
    margin-right:40px;
}

.dbs-fdf-left img{
    max-width:210px;
}

@media (max-width: 980px){
	.dbs-jp-large{
		font-size: 125px;
	}
	
	.dbs-kiw-outer{
		display:block;
	}
	
	.dbs-kiw-lefft{
		width:100%;
		padding:50px;
		padding-bottom:0;
	}

	.dbs-kiw-lefft img{
		width:100%;
		height:auto;
		max-width:450px;
		margin:0 auto;
		margin-bottom:30px;
		display:block;
	}

	.dbs-kiw-righht{
		width:100%;
		padding:50px;
	}
	
	.dbs-kick-it-win-container{
		display:block;
	}

	.dbs-kick-it-win-left{
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}

	.dbs-kick-it-win-right{
		width:100%;
	}
	
	.dbs-kiw-value{
		margin:0 auto;
	}
}

@media (max-width: 650px){
	.dbs-jp-large{
		font-size: 100px;
	}
	
	.dbs-fdf-flex{
		display:block;
	}
	
	.dbs-fdf-left{
		margin-right:0;
	}

	.dbs-fdf-left img{
		max-width:210px;
		display:block;
		margin:0 auto;
		margin-bottom:30px;
	}
}

@media (max-width: 500px){
	.dbs-jp-large{
		font-size: 80px;
	}
}










/*----My Account-----*/

.dbs-container{
	max-width: 1600px;
	margin: 50px auto;
}

/*----End My Account-----*/

.dbs-footer-text {
    font-family: 'Bookmania' !important;
    line-height: 1.3em;
}


/*----Heros----*/

.dbs-hero-title{
	font-size:70px;
	font-family: 'Gotham Light';
	text-transform: uppercase;
	text-align:center;
	line-height: 1.2em;
}

.dbs-resort-hero-title{
	color: #ffffff;
	font-size:70px;
	font-family: 'Gotham Light';
	text-align:center;
	line-height: 1.2em;
}

.dbs-hero-title-white{
	color:#ffffff;
}

.dbs-hero-title-gold{
	color:#cda349;
}

.dbs-hero-text{
	font-size:17px;
	color:#ffffff;
	text-align:center;
	font-family: 'Bookmania';
}

/*----End Heros----*/


/*----Tagline----*/

.dbs-serif-tagline{
	color: #575757;
	font-size: 17px;
	display: table-cell;
	font-family: 'Bookmania';
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1em !important;
	padding-bottom: 3px !important;
	border-bottom: 1px solid #cda349;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-serif-tagline{
	color: #ffffff;
}

.dbs-sans-tagline{
	color: #707070;
	font-size: 14px;
	display: table-cell;
	font-family: 'Gotham Book';
	letter-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1em !important;
	padding-bottom: 3px !important;
	border-bottom: 1px solid #cda349;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-sans-tagline{
	color: #ffffff;
}

/*----End Tagline----*/




/*----Body Text----*/

.dbs-body-copy h2{
	color:#575757;
	font-family: 'Bookmania';
	font-size:34px;
	line-height:1.2em;
	padding-bottom: 20px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-body-copy h2{
	color:#ffffff;
}

.dbs-body-copy p{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.7em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-body-copy p{
	color:#ffffff;
}

.dbs-body-copy{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.7em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-body-copy{
	color:#ffffff;
}

.dbs-body-copy-white-2{
	color:#ffffff;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.7em;
}

.dbs-body-copy-white{
	color:#ffffff;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.7em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-body-copy-white{
	color: #000000;
}

.dbs-text-center{
	text-align: center;
}


/*----End Body Text----*/



/*----Doublr HR----*/

.dbs-double-hr-1{
	border: none;
	border-top:1px solid #cda349;
	margin-bottom:2px !important;
}

.dbs-double-hr-2{
	border:1px solid #F2EFEF;
	margin-top:3px !important;
	margin-bottom: 0px;
	transition: border 1s ease-in-out;
}

.dbs-dark .dbs-double-hr-2{
	border:1px solid #3e3c3c;
}

.dbs-single-hr{
	border:1px solid #dddddd;
	margin-top:1px !important;
}

.orange-hr{
	border-top:1px solid #cda349;
	margin-bottom:12px !important;
	margin-top: 0 !important;
}

.dbs-orange-hr{
	border-top:1px solid #cda349;
	margin-bottom:12px !important;
	margin-top: 5px !important;
}

/*----End Doublr HR----*/





/*----Breadcrumbs----*/

.dbs-breadcrumbs{
	box-shadow: -1px 8px 9px 4px rgba(0,0,0,0.19);
	-webkit-box-shadow: -1px 8px 9px 4px rgba(0,0,0,0.19);
	-moz-box-shadow: -1px 8px 9px 4px rgba(0,0,0,0.19);
}

.dbs-breadcrumbs a{
	color:#3d3d3d !important;
	font-family: 'Gotham Book';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-breadcrumbs a{
	color:#ffffff !important;
}

.dbs-breadcrumbs a:hover{
	color:#8F7133 !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-breadcrumbs a:hover{
	color:#cda349 !important;
}

.dbs-breadcrumbs .breadcrumb_last{
	color:#3d3d3d !important;
	font-family: 'Gotham Book';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-breadcrumbs .breadcrumb_last{
	color:#ffffff !important;
}

/*----End Breadcrumbs-----*/


/*----Sidebar----*/

.dbs-sidebar-title{
	color: #3d3d3d;
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: 'Gotham Medium', sans-serif;
	padding-bottom: 5px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-sidebar-title{
	color: #ffffff;
}

/*----End Sidebar----*/


/*----Footer Topper----*/

.dbs-footer-topper-river .st0p{
	fill: #ffffff;
	transition: fill 1s ease-in-out;
}

.dbs-dark .dbs-footer-topper-river .st0p{
	fill: #221f1f;
}

.dbs-footer-topper-container{
	border:1px solid #707070;
	padding:40px 10px 30px 10px;
}

.dbs-footer-topper-container-mobile{
	padding:40px 10px 30px 10px;
}

.dbs-footer-topper-text{
	font-size:15px;
	color:#575757;
	text-align:center;
	font-family: 'Bookmania', serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-footer-topper-text{
	color:#ffffff;
}

.dbs-footer-topper-button{
	display:inline-block;
	padding:15px 25px;
	font-size:14px;
	line-height:1em;
	color:#000000;
	background:#cda349;
	border:1px solid #cda349;
	font-family: 'Gotham Medium', sans-serif;
}

.dbs-footer-topper-button-mobile{
	display:block;
	width: 210px;
	padding:15px 25px;
	font-size:14px;
	line-height:1em;
	color:#000000;
	background:#cda349;
	border:1px solid #cda349;
	font-family: 'Gotham Medium', sans-serif;
	margin: 0 auto;
}

.dbs-footer-topper-social{
	display:inline-block;
}

.dbs-footer-topper-social a img{
	width:30px;
	margin:4px 7px;
}

/*----End Footer Topper----*/



.dbs-box-locations {
    display: flex;
    align-items: center;
}

.dbs-box-locations-1 {
    margin-right: 5px;
}

.dbs-box-locations-2 {
    height: 32px;
}

.dbs-box-locations-text {
    color: #959595;
    font-size: 12px;
    font-family: 'Gotham Medium';
    line-height: 0;
}

.dbs-dining-square {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'Gotham Medium';
    font-size: 10px;
    text-decoration: none;
}

.dbs-dining-square .tooltiptext {
    visibility: hidden;
    background-color: #707070;
    color: #fff;
    text-align: center;
    border-radius: 0;
    padding: 14px 5px;
    line-height: 0;
    position: absolute;
    z-index: 1;
}

.dbs-tooltip-top {
    bottom: 130%;
    left: 50%;
}

.dbs-tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #707070 transparent transparent transparent;
}

.dbs-dining-square:hover .tooltiptext {
    visibility: visible;
}

.dbs-ds-active {
    background: #CEA34A;
    border: 1px solid #F1EFEF;
}

.dbs-ds-active:hover {
    background: #AD893F;
    cursor: pointer;
}

.dbs-no-hover .dbs-ds-active:hover {
    background: #CEA34A;
    border: 1px solid #F1EFEF;
}

.dbs-ds-off {
    background: #A2A2A2;
    border: 1px solid #F1EFEF;
}

.dbs-ds-off:hover {
    background-image: url('/wp-content/uploads/stripes.svg');
    cursor: pointer;
}

.dbs-no-hover .dbs-ds-off:hover {
    background: #A2A2A2;
    border: 1px solid #F1EFEF;
}

.dbs-tooltip-whp {
    width: 120px;
    margin-left: -60px;
}

.dbs-tooltip-lb {
    width: 90px;
    margin-left: -45px;
}

.dbs-tooltip-vq {
    width: 80px;
    margin-left: -41px;
}

.dbs-tooltip-stm {
    width: 125px;
    margin-left: -63px;
}







/*----Dark Mode Toggle----*/

#dbs-moon{
	display:none;
}

.dbs-dark #dbs-moon{
	display:initial !important;
}

.dbs-dark #dbs-sun{
	display:none !important;
}

#dbs-theme-toggle{
	display:flex;
	align-items:center;
	line-height:0;
	cursor:pointer;
	color:#000000;
	font-family: 'Gotham Book', sans-serif;
	font-size:11px;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark #dbs-theme-toggle{
	color:#ffffff;
}

#dbs-theme-toggle img{
	width:16px;
	margin-left:5px;
}

/*----End Dark Mode Toggle----*/



/*----Main Nav Header----*/


#main-header{
	background-color: rgba(255,255,255,0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
	transition: background-color 1s ease-in-out;
}

.dbs-dark #main-header{
	background-color: rgba(0,0,0,0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.dbs-desktop-nav ul li a{
	color:#000000;
	font-family: 'Gotham Book', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-desktop-nav ul li a{
	color:#ffffff;
}

.dbs-top-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dbs-top-bar-border{
	border-bottom:1px solid #959595;
}

.dbs-dark .dbs-top-bar-border{
	border-bottom:1px solid #838383;
}

.dbs-third-bar{
	border-top:1px solid #959595;
}

.dbs-dark .dbs-third-bar{
	border-top:1px solid #838383;
}

.home .dbs-third-bar{
	display: none !important;
}

.dbs-top-card{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dbs-top-right{
	color:#000000;
	font-family: 'Gotham Book', sans-serif;
	font-size:11px;
	padding-bottom: 0;
	padding: 0 4px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-top-right{
	color:#ffffff;
}

.dbs-top-right a{
	color:#000000;
	transition: color 1s ease-in-out;
	font-weight:600;
}

.dbs-top-right.grg-mag a{
	color:#A20988;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-top-right.grg-mag a{
	color:#ff6dee;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-top-right a{
	color:#ffffff;
}

.grg-newsletter-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
}

.grg-newsletter-copy{
    font-size:54px;
    color:#ffffff;
    font-family: 'Gotham Light';
}

.grg-newsletter-left{
    margin-right:12%;
}

.grg-footer-topper{
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.grg-footer-topper-tablet{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:50px;
}

.grg-footer-topper-mobile{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:50px;
}

#grg-top-footer-tablet{
    display:none;
}

#grg-top-footer-mobile{
    display:none;
}


@media (max-width: 1250px){
#grg-top-footer-desktop{
    display:none;
}
#grg-top-footer-tablet{
    display:block;
}
}

@media (max-width: 1010px){
#grg-top-footer-tablet{
    display:none;
}
#grg-top-footer-mobile{
    display:block;
}
.grg-ft-spacing{
	margin-bottom:20px;	
}
}

@media (max-width: 850px){
.grg-ft-1, .grg-ft-2, .grg-ft-3, .grg-ft-4{
    width:200px;
}
}

@media (max-width: 610px){
.grg-footer-topper-mobile{
    display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
}

}

.dbs-footer-topper-button{
    margin-bottom:5px;
}

.dbs-desktop-logo svg{
	fill:#000000;
	max-width:190px;
	transition: fill 1s ease-in-out;
}

.dbs-dark .dbs-desktop-logo svg{
	fill:#ffffff !important;
}

.dbs-dark .dbs-svg svg{
	fill:#ffffff !important;
}

.et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 3px;
}

.dbs-book-now-nav{
	background:#cda349;
	padding-right:10px !important;
}

.dbs-book-now-nav a{
	padding-left:10px !important;
	padding-right:10px !important;
}

.dbs-dark .menu-item-330 a{
	color: #000000 !important;
}

/*----End Main Nav Header----*/


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

.dbs-mobile-header{
	display: flex;
	align-items:center;
	align-items:stretch;
	justify-content:center;
	height: 90px;
}

.dbs-mobile-left{
	background-color: rgba(255,255,255,0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
	padding: 30px 10px;
	flex: 1;
	align-self: center;
	height: 100%;
	line-height: 14px;
	border-right: 1px solid #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mobile-left{
	background-color: rgba(0,0,0,0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
	border-right: 1px solid #838383;
}

.dbs-mobile-center{
	flex: 4;
	display: flex;
	align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255,255,255,0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
    transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mobile-center{
    background-color: rgba(0,0,0,0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.dbs-mobile-center a{
	width: 200px;
	margin: 0 auto;
}

.dbs-dark .dbs-mobile-center svg{
	fill: #ffffff;
}

.dbs-mobile-right{
	background-color: rgba(205, 163, 73, 0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
	padding: 30px 10px;
	flex: 1;
	align-self: center;
	height: 100%;
}

.dbs-mobile-header-logo{
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.dbs-mobile-right p{
	color:#000000;
	font-family: 'Gotham Medium', sans-serif;
	font-size:16px;
	text-align: center;
	line-height: 1.1em;
}

.dbs-mobile-right p a{
	color:#000000;
	font-family: 'Gotham Medium', sans-serif;
	font-size:16px;
}

.dbs-mobile-left p{
	cursor:pointer;
	color:#000000;
	font-family: 'Gotham Book', sans-serif;
	font-size:11px;
	text-align: center;
}

.dbs-dark .dbs-mobile-left p{
	color:#ffffff;
}

.dbs-mobile-left img{
	width:26px;
	display: block;
	margin: 0 auto !important;
}

.dbs-dark .dbs-mobile-left #dbs-moon{
	display:block !important;
	margin: 0 auto !important;
}

/*----End Mobile Header----*/

.dbs-cooking {
    color: #ffffff !important;
    font-size: 18px !important;
    font-family: 'Bookmania';
    line-height: 1.2em !important;
    margin-bottom: 20px;
}

.dbs-dining-select:hover, .dbs-dining-select:active, .dbs-dining-select:focus {
    color: #ffffff;
    border: 1px solid #CEA34A;
}

.dbs-dining-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/dwn-arrow.png);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
}

.dbs-dining-select {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    font-family: 'Gotham Book';
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border: 1px solid #CEA34A;
    width: 290px;
}

.dining-culinary-delights-heading {
    color: #ffffff;
    font-size: 100px;
    font-family: 'Gotham Light';
}

.dining-culinary-delights-row {
    background: #000000;
}

.superd-culinary-delights-box {
    background: #ffffff;
    transition: background-color 1s ease-in-out;
    margin-top: 140px;
    margin-left: 60px;
}

.dbs-dark .superd-culinary-delights-box {
    background: #000000;
    transition: background-color 1s ease-in-out;
    margin-top: 140px;
    margin-left: 60px;
}

.dbs-dark .dining-culinary-delights-row {
    background: #3e3c3c;
    transition: 1s ease-in-out;
}

.dbs-dining-slider .custom .tp-bullet {
    content: url(/wp-content/uploads/dash-cd.png) !important;
    width: 80px !important;
    height: 2px !important;
    background: rgba(125, 125, 125, 0.0);
}

.dbs-dining-slider .custom .tp-bullet:hover, .dbs-dining-slider .custom .tp-bullet.selected {
    content: url(/wp-content/uploads/dash-active-cd.png) !important;
	width: 80px !important;
  height: 2px !important;
}

.dbs-dining-slider .custom.tparrows.tp-leftarrow:before {
    content: url(/wp-content/uploads/left-arrow-dining.png) !important;
    display: block;
    height: 150px;
    width: 70px;
    position: absolute;
}

.dbs-dining-slider .custom.tparrows.tp-rightarrow:before {
    content: url(/wp-content/uploads/right-arrow-dining.png) !important;
    display: block;
    height: 150px;
    width: 70px;
    position: absolute;
}

.dbs-cd-title{
	color:#ffffff;
font-family:'Gotham Book' !important;
}


.dbs-dining-slider .tp-bullets {
	top:113% !important;
}

.dbs-dining-slider .tp-leftarrow{
	top:114% !important;
	left:8% !important;
}

.dbs-dining-slider .tp-rightarrow {
	top:114% !important;
	left:90% !important;
}

.dbs-box-locations-dining-text{
    color:#ffffff;
    font-size:12px;
    font-family:'Gotham Medium';
	line-height:0;
}







/*----Mobile Slide Out Menu----*/

.dbs-slide-container{
	position: fixed;
	top: 90px;
	left: 0;
	height: 100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 20px;
	overflow: hidden;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	background-color: rgba(255,255,255,0.85)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.dbs-dark .dbs-slide-container{
	background-color: rgba(0, 0, 0, 0.65)!important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);
}

.slidex{
	opacity: 1 !important;
	transform: translateX(0px) !important;
	-webkit-transform: translateX(0px) !important;
	-moz-transform: translateX(0px) !important;
}

.dbs-grid{
	display: grid;
	gap: 1em;
	grid-template-rows: repeat(4, 75px);
	grid-template-columns: repeat(2, 1fr);
}

.dbs-grid-2{
	display: grid;
	gap: 1em;
	grid-template-rows: repeat(1, 75px);
	grid-template-columns: repeat(2, 1fr);
	margin-top:1em;
}

.dbs-mobile-two-box{
	display: grid;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.dbs-dark .dbs-mobile-two-box{
	background: #000000;
}

.m-link{
	font-family: 'Gotham Medium', sans-serif;
	font-size: 16px;
	color: #3d3d3d;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.2em;
}

.dbs-dark .m-link{
	color: #cda349;
}

.dbs-mobile-search-container{
	display:grid;
	grid-template-columns:44px 1fr;
	align-items:center;
	background:#ffffff;
	margin-top:20px;
}

.dbs-dark .dbs-mobile-search-container{
	background:#000000;
}

.dbs-mobile-form-container{

}

.dbs-mobile-search{
	width: 100%;
	border: none !important;
	padding: 14px 0 !important;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 16px;
	color: #3d3d3d !important;
}

.dbs-dark .dbs-mobile-search{
	background: #000000 !important;
	color: #cda349 !important;
}

.dbs-mobile-search::-webkit-input-placeholder {
    color: #3d3d3d !important;
}

.dbs-mobile-search:-moz-placeholder {
   color: #3d3d3d !important;
   opacity:  1;
}

.dbs-mobile-search::-moz-placeholder {
   color: #3d3d3d !important;
   opacity:  1;
}

.dbs-mobile-search:-ms-input-placeholder {
   color: #3d3d3d !important;
}

.dbs-mobile-search::-ms-input-placeholder {
   color: #3d3d3d !important;
}

.dbs-mobile-search::placeholder {
   color: #3d3d3d !important;
}

.dbs-dark .dbs-mobile-search::-webkit-input-placeholder {
    color: #cda349 !important;
}

.dbs-dark .dbs-mobile-search:-moz-placeholder {
   color: #cda349 !important;
   opacity:  1;
}

.dbs-dark .dbs-mobile-search::-moz-placeholder {
   color: #cda349 !important;
   opacity:  1;
}

.dbs-dark .dbs-mobile-search:-ms-input-placeholder {
   color: #cda349 !important;
}

.dbs-dark .dbs-mobile-search::-ms-input-placeholder {
   color: #cda349 !important;
}

.dbs-dark .dbs-mobile-search::placeholder {
   color: #cda349 !important;
}

.dbs-mobile-search-icon{
	width: 24px;
	margin-left: 10px;
	display: block;
}

#dbs-nav-icon{
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 70px;
	height: 70px;
	padding: 8px;
	cursor: pointer;
	z-index: 99;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.35); 
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.35);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.4s ease-in-out;
}

.dbs-dark #dbs-nav-icon{
	background: #221f1f;
}

#dbs-nav-icon span{
	display: block;
	margin:0 auto;
	position: relative;
	height: 2px;
	width: 70%;
	background: #8F7133;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.4s ease-in-out;
}

#dbs-nav-icon span{
	background: #cda349;
}

#dbs-nav-icon span:nth-child(1){
	top: 12px;
}

#dbs-nav-icon span:nth-child(2){
	top: 24px;
}

#dbs-nav-icon span:nth-child(3){
	top: 36px;
}

#dbs-nav-icon.dbs-open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 24px;
}

#dbs-nav-icon.dbs-open span:nth-child(2){
	width: 0%;
}

#dbs-nav-icon.dbs-open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px;
}

/*----End Mobile Slide Out Menu----*/





/*----Buttons----*/

.dbs-button{
	color: #575757;
	font-size: 16px;
	padding: 8px 35px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	transition: 0.4s;
	border: 1px solid #959595;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Gotham Book', sans-serif;
	transition: all 0.4s ease-in-out;
}

.dbs-button:hover{
	color: #ffffff;
	background: #575757;
	border: 1px solid #575757;
}

.dbs-dark .dbs-button{
	color: #ffffff;
	border: 1px solid #ffffff;
	transition: all 0.4s ease-in-out;
}

.dbs-dark .dbs-button:hover{
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.dbs-button-orange-border{
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #cda349;
	display: inline-block;
	padding: 20px 35px;
	line-height: 0;
	margin-right: 20px;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-button-orange-border:hover{
	color:#000000;
	background: #cda349;
	border:1px solid #cda349;
}

.dbs-white-button{
	color: #ffffff;
	font-size: 16px;
	padding: 8px 35px;
	text-align:c enter;
	white-space: nowrap;
	display: inline-block;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-white-button:hover{
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.dbs-gold-button{
	color: #000000 !important;
	font-size: 16px;
	padding: 8px 35px;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	background: #cda349;
	border: 1px solid #cda349;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-gold-button:hover{
	color: #cda349 !important;
	background: #000000;
	border: 1px solid #000000;
}

/*----End Buttons----*/






/*----Double Buttons----*/

.dbs-double-button{
	display:flex;
}

.dbs-double-button-left{
	margin-right: 25px;
}

.dbs-two-buttons{
	display:flex;
}

.dbs-two-buttons-left{
	margin-right: 25px;
}

/*----End Double Buttons----*/






/*----Homepage----*/

.dbs-home-stay{
	color:#cda349;
	font-size:100px;
	font-family: 'Gotham Light', sans-serif;
}

.dbs-home-play{
	color:#ffffff;
	font-size:100px;
	font-family: 'Gotham Light', sans-serif;
}

.dbs-home-play-container{
	display:flex;
	align-items:center;
	margin-bottom:30px;
}

.dbs-home-play-links{
	padding-left: 10px;
}

.dbs-home-play-links a{
	color:#ffffff;
	font-size:16px;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-home-right-arrow{
	width:8px;
	margin-left:20px;
}

.dbs-home-play-button{
	padding-left: 10px;
}

.dbs-home-select{
	background: none;
	color: #ffffff;
	font-size:16px;
	font-family: 'Gotham Book', sans-serif;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

option.dbs-home-option{
	background-color: #000000 !important;
	color: #444444 !important;
}

.dbs-home-form label{
	color:#F7D58D;
	font-size:12px;
	font-family: 'Bookmania';
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dbs-home-form select:focus{
	color: #ffffff;
}

.dbs-home-submit{
	color:#ffffff;
	font-size:16px;
	border:1px solid #cda349;
	display:inline-block;
	padding:20px 35px;
	line-height:0;
	margin-right:20px;
	transition: 0.4s;
	font-family: 'Gotham Book', sans-serif;
	background: none;
}

.dbs-home-submit:hover{
	color:#000000;
	background: #cda349;
	border:1px solid #cda349;
}

/*----End Homepage----*/






/*----Box Title----*/

.dbs-gold-box-title{
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	font-size:36px !important;
	text-transform: uppercase;
	line-height: 1.2em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-gold-box-title{
	color:#cda349;
}

/*----End Box Title----*/










/*----Big Headline----*/

.dbs-big-heading{
	color:#959595;
	font-size:100px;
	margin-bottom: -25px;
	font-family: 'Gotham Light';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-big-heading{
	color:#707070;
}

/*----End Big Headline----*/




















/*----Room Box Left Image Right----*/


.dbs-room-blir-stats{
	display:flex;
	align-items:center;
	color:#575757;
	font-size:16px;
	font-family: 'Bookmania';
	line-height:0px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-room-blir-stats{
	color:#ffffff;
}

.dbs-room-blir-icon{
	width:25px;
	margin-right:10px;
}

/*----End Room Box Left Image Right----*/





/*----Room Features----*/

.dbs-room-features{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGMkVGRUY7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iOTM5LjEiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCB4PSI5MzkuMSIgY2xhc3M9InN0MSIgd2lkdGg9IjYwLjkiIGhlaWdodD0iMTIwMCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-room-features{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzRTNDM0M7fQo8L3N0eWxlPgo8cmVjdCB3aWR0aD0iOTM5LjEiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCB4PSI5MzkuMSIgY2xhc3M9InN0MCIgd2lkdGg9IjYwLjkiIGhlaWdodD0iMTIwMCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-room-features-2{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGMkVGRUY7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iOTM5LjEiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCB4PSI5MzkuMSIgY2xhc3M9InN0MSIgd2lkdGg9IjYwLjkiIGhlaWdodD0iMTIwMCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-room-features-2{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjFGMUY7fQo8L3N0eWxlPgo8cmVjdCB3aWR0aD0iOTM5LjEiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCB4PSI5MzkuMSIgY2xhc3M9InN0MCIgd2lkdGg9IjYwLjkiIGhlaWdodD0iMTIwMCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-spacer{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-spacer{
	background: #221f1f;
}

.dbs-spacer-white-black{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-spacer-white-black{
	background: #000000;
}

.dbs-room-features-title{
	color:#8f7133;
	font-size:50px !important;
	font-family: 'Gotham Light', sans-serif;
	text-transform:uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-room-features-title{
	color:#cda349;
}

.dbs-room-features-row{
	display:flex;
}

.dbs-room-features-list{
	padding:0 15px !important;
	flex:1;
}

.dbs-room-features-list li{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.5em;
	list-style-position: outside !important;
	padding-bottom:10px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-room-features-list li{
	color:#ffffff;
}

.list-one{
	padding-right:20px !important;
}

/*----End Room Features----*/


/*----Dining----*/

h1.dbs-dining-heading{
	font-size: 36px;
	text-transform: uppercase;
	color: #8F7133;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark h1.dbs-dining-heading{
	color:#cda349;
}

.dbs-dining-heading-note{
	font-style: italic;
	text-transform: none;
}

/*----End Dining----*/




/*----Menu Tabs----*/

.dbs-menu-tabs{

}

.dbs-menu-tabs .et_pb_tabs_controls li a{
	font-size:20px !important;
	font-family: 'Gotham Book', sans-serif;
	text-transform:uppercase;
	color:#838383 !important;
	padding-top:15px !important;
	padding-bottom:15px !important;
}

 .dbs-menu-tabs .et_pb_tabs_controls{
	background:#D9D8D8 !important;
	margin-left:8%;
}

.et-db #et-boc .et-l .et_pb_tab_active a{
    color: #8F7133!important;
}

.dbs-dark .et-db #et-boc .et-l .et_pb_tab_active a{
	color:#cda349;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls:after {
    border-top:none !important;
}

.et_pb_tab_active{
	background:#F2EFEF !important;;
}

.et_pb_tab{
	padding:50px !important;
	padding-left:8% !important;
}

.et_pb_tabs{
	background:#D9D8D8 !important;
	border:none !important;
}

.et-pb-active-slide{
	background:#F2EFEF !important;
}

/*----End Menu Tabs----*/




/*----Menu Items----*/

.dbs-menu-section{
	display:flex;
}

.dbs-menu-col{
	flex:1;
	padding-bottom: 20px;
}

.dbs-menu-tabs-section-title{
	color:#3d3d3d;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.0em;
	text-transform:uppercase;
	padding-bottom:3px;
	letter-spacing:1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-tabs-section-title{
	color:#ffffff;
}

.dbs-menu-note{
	text-transform:none;
	font-size:16px;
	color: #575757;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-note{
	color:#ffffff;
}

.dbs-menu-tabs-hr{
	border-top:1px solid #cda349;
	border-bottom:none !important;
	margin-top:0 !important;
	margin-bottom: 30px;
}

.dbs-menu-item{
	margin-bottom:10px;
	padding-bottom: 5px;
	padding-right: 10%;
}

.dbs-menu-item-title{
	color:#575757;
	font-family: 'Bookmania';
	font-weight:700;
	font-size:17px;
	line-height:1.3em !important;
	padding-bottom:3px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-item-title{
	color:#ffffff;
}

.dbs-menu-scotch-title{
	color:#575757;
	font-family: 'Bookmania';
	text-transform: uppercase;
	font-size:18px;
	line-height:1.3em !important;
	padding-bottom: 0;
	padding-top: 10px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-scotch-title{
	color:#ffffff;
}

.dbs-menu-item-description{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.3em !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-item-description{
	color:#ffffff;
}

.dbs-menu-scotch-description{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.3em !important;
	padding-bottom: 0;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-scotch-description{
	color:#ffffff;
}

.dbs-menu-item-description-b{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.3em !important;
	padding-bottom: 10px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-menu-item-description-b{
	color:#ffffff;
}

/*----End Menu Items----*/


/*----Room Features More Info----*/

.dbs-room-features-more-info-title{
	color:#838383;
	font-size:28px !important;
	font-family: 'Gotham Book', sans-serif;
	text-transform:uppercase;
	text-align:center;
}

.dbs-room-features-more-info-img img{
	max-width: 100px;
}

/*----Room Features More Info----*/

.dbs-valley-white-serif{
	color: #ffffff;
	font-family: 'Bookmania';
	font-size: 22px;
	line-height: 1.3em;
	text-align:center;
}

.dbs-vws-hover:hover{
	text-decoration:underline;
}

.dbs-valley-amount{
	background: rgb(217,188,83);
	background: -moz-linear-gradient(122deg, rgba(217,188,83,1) 0%, rgba(226,200,102,1) 32%, rgba(218,190,76,1) 61%, rgba(226,200,132,1) 68%, rgba(222,194,80,1) 81%, rgba(188,150,65,1) 100%);
	background: -webkit-linear-gradient(122deg, rgba(217,188,83,1) 0%, rgba(226,200,102,1) 32%, rgba(218,190,76,1) 61%, rgba(226,200,132,1) 68%, rgba(222,194,80,1) 81%, rgba(188,150,65,1) 100%);
	background: linear-gradient(122deg, rgba(217,188,83,1) 0%, rgba(226,200,102,1) 32%, rgba(218,190,76,1) 61%, rgba(226,200,132,1) 68%, rgba(222,194,80,1) 81%, rgba(188,150,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9bc53",endColorstr="#bc9641",GradientType=1);
	color: #000000;
	font-family: 'Gotham Book';
	font-size: 34px;
	line-height: 1.3em;
	text-align:center;
	padding-top:10px;
	padding-bottom: 13px !important;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:50px;
	max-width: 250px;
	margin: 0 auto;
}

.dbs-valley-vault-amount{
	color:#CDA348;
	font-family: 'Gotham Bold', sans-serif;
	font-size: 60px;
	text-align:center;
}

.dbs-carousel-width img{
max-width:100% !important;
}

.dbs-valley-jp{
	color:#CDA348;
	font-family: 'Gotham Bold', sans-serif;
	font-size: 30px;
	text-align:center;
}




/*----Featured Promotions Slider----*/

.featured-promotions-slider{
	background: #f2efef;
	transition: background 1s ease-in-out;
	z-index: 1;
}

.dbs-dark .featured-promotions-slider{
	background: #1c1919;
}

.featured-promotions-slider rs-slide{
	-webkit-box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4); 
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.4);
}

.featured-promotions-slider rs-carousel-wrap{
	overflow: visible !important;
}

.featured-promotions-slider-heading{
	color:#8f7133;
	font-size:36px !important;
	font-family: 'Gotham Book', sans-serif;
	text-transform:uppercase;
	line-height:1.2em !important;
	text-align:center;
	transition: color 1s ease-in-out;
}

.dbs-dark .featured-promotions-slider-heading{
	color:#cda349;
}

.featured-promotions-slider-title{
	color:#575757;
	font-size:26px !important;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.2em !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .featured-promotions-slider-title{
	color:#ffffff;
}

.featured-promotions-slider-title-mobile{
	color:#575757;
	font-size:23px !important;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.2em !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .featured-promotions-slider-title-mobile{
	color:#ffffff;
}

.featured-promotions-slider-img{
	max-width:265px !important;
	border:1px solid #cda349;
}

.featured-promotions-slider-img-mobile{
	max-width:321px !important;
	border:1px solid #cda349;
}

.featured-promotions-slider-date{
	color:#8F7133;
	font-size:16px !important;
	font-family: 'Bookmania';
	line-height:1.2em !important;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .featured-promotions-slider-date{
	color:#cda349;
}

.featured-promotions-slider-excerpt{
	color:#575757;
	font-size:17px !important;
	font-family: 'Bookmania';
	line-height:1.2em !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .featured-promotions-slider-excerpt{
	color:#ffffff;
}

.featured-promotions-slider rs-slide {
    background-color: #f2efef;
    transition: background-color 1s ease-in-out;
}

.dbs-dark .featured-promotions-slider rs-slide {
    background-color: #3e3c3c !important;
}

/*----End Featured Promotions Slider----*/



/*----Meetings----*/

.dbs-meetings{
	background: #F2EFEF;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-meetings{
	background: #221f1f;
}

.dbs-meetings-heading{
	font-size:36px;
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	text-transform:uppercase;
	text-align:center;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-meetings-heading{
	color:#cda349;
}

.dbs-meetings-title{
	font-size:28px;
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-meetings-title{
	color:#cda349;
}

.dbs-ready-to-meet{
	font-size:36px !important;
	color:#cda349;
	font-family: 'Gotham Book', sans-serif;
	text-transform:uppercase;
	line-height: 1.2em;
}

.dbs-meetings-list{
	padding-bottom: 0 !important;
}

.dbs-meetings-list li{
	padding-bottom: 10px;
}

.dbs-conference-button{
	display:block;
	max-width: 340px;
	padding:10px 35px;
	font-size:16px;
	line-height:1.4em;
	color:#575757;
	border:1px solid #959595;
	font-family: 'Gotham Book', sans-serif;
	margin: 0 auto;
	text-transform:uppercase;
	letter-spacing: 1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-conference-button{
	color:#ffffff;
	border:1px solid #ffffff;
}

.dbs-meeting-buttons{
	display: flex;
	justify-content: space-between;
}

.dbs-meeting-buttons a{
	width: 45%;
}

/*----End Meetings----*/








/*----Table Games----*/

h2.dbs-table-games-heading{
	color: #8F7133;
	font-family: 'Gotham Book', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	transition: color 1s ease-in-out;
}

.dbs-dark h2.dbs-table-games-heading{
	color: #cda349;
}

.dbs-table-games-jackpots{
	display:flex;
	gap: 10%;
}

.dbs-table-games-col{
	flex:1;
}

.dbs-table-games-amount{
	color: #8F7133;
	font-family: 'Bookmania';
	font-size: 17px;
	font-weight: 700;
	padding-bottom: 0;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-table-games-amount{
	color: #cda349;
}

.dbs-table-games-game{
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dbs-hls li{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	font-family: 'Bookmania';
}

.dbs-dark .dbs-hls li{
	color: #ffffff;
}

.dbs-jackpots-heading{
	padding: 40px 0;
}

/*----End Table Games----*/

.dining-culinary-delights-heading-mobile {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Gotham Light';
}

/*----Poker----*/

.dbs-bravo-poker{
	color: #cda349;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Gotham Book', sans-serif;
	padding-bottom: 20px;
}

.dbs-poker-descriptions-title{
	color: #3d3d3d;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-poker-descriptions-title{
	color: #ffffff;
}


/*----Safety----*/

.dbs-safety{
	background: #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-safety{
	background: #000000;
}

.dbs-safety-row{
	display:flex;
	align-items:center;
	justify-content: center;
	border: 1px solid #cda349;
	padding: 22px;
}

.dbs-safety-page-row{
	display:flex;
	align-items:center;
	justify-content: center;
	padding: 22px;
}

.dbs-safety-block-1{
	flex-basis:16%;
	padding-right: 20px;
}

.dbs-safety-block-2{
	flex-basis:60%;
}

.dbs-safety-block-3{
	flex-basis:18%;
	padding-left: 20px;
}

.dbs-safety-heading{
	color:#8F7133;
	font-size:36px !important;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.3em !important;
	margin-bottom:0 !important;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-safety-heading{
	color:#cda349;
}

h3.dbs-safety-section-title{
	font-size:32px;
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark h3.dbs-safety-section-title{
	color:#cda349;
}

.dbs-safety-title{
	color:#575757;
	font-family: 'Bookmania';
	font-size:20px !important;
	line-height:1.4em;
	padding-bottom:10px;
	font-weight:600 !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-safety-title{
	color:#ffffff;
}

.dbs-safety-left-title{
	font-size:32px;
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	text-align: center;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-safety-left-title{
	color:#cda349;
}

.dbs-safety-icon{
	width:300px;
}

.dbs-safety-icons{
	max-height:50px;
	margin-right:5px;
	margin-left: 5px;
}

.dbs-safety-img-group{
	width:150px;
	margin: 0 auto;
}

.dbs-safety-button{
	display:block;
	padding:10px 35px;
	font-size:16px;
	line-height:1.4em;
	color:#575757;
	border:1px solid #959595;
	font-family: 'Gotham Book', sans-serif;
	max-width: 190px;
	margin: 0 auto;
	white-space: nowrap;
	letter-spacing: 1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-safety-button{
	color: #ffffff;
	border: 1px solid #ffffff;
}

/*----End Safety----*/





/*----Upcoming Shows----*/

.dbs-upcoming{
	color:#8f7133;
	font-size:100px;
	font-family: 'Gotham Light';
	padding-bottom: 0;
	transition: color 1s ease-in-out;
	line-height: 75px;
}

.dbs-dark .dbs-upcoming{
	color:#cda349;
}

.dbs-shows{
	color:#959595;
	font-size:100px;
	font-family: 'Gotham Light';
	transition: color 1s ease-in-out;
	line-height: 75px;
}

.dbs-dark .dbs-shows{
	color:#f2efef;
}

.dbs-entertainment{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	padding-bottom:3px !important;
	line-height:1em !important;
	border-bottom:1px solid #cda349;
	display:table-cell;
	text-align:center;
	letter-spacing: 2px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-entertainment{
	color:#ffffff;
}

.dbs-show-row{
	display:flex;
	justify-content: space-around;
}

.dbs-show-block{
	flex:1;
	padding:0 15px;
	max-width: 600px;
	margin: 0 auto;
}

.dbs-show-img{
	margin-bottom:15px;	
}

.dbs-show-title{
	font-family: 'Gotham Light';
	color:#575757;
	font-size:32px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-show-title{
	color:#ffffff;
}

.dbs-show-date{
	font-family: 'Bookmania', serif;
	color:#8f7133;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:15px;
	letter-spacing:1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-show-date{
	color:#cda349;
}

.dbs-upcoming-shows-heading{
	font-family: 'Gotham Book', sans-serif;
	color:#8f7133;
	font-size:36px;
	text-transform:uppercase;
	text-align: center;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-upcoming-shows-heading{
	color:#cda349;
}

/*----End Upcoming Shows----*/



/*----Experiences---*/

.dbs-experiences h3{
	color:#575757;
	font-family: 'Bookmania';
	font-size:20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

/*----End Experiences----*/



/*----Events----*/

.dbs-event{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-event{
	background: #000000;
}

.dbs-event-right-box{
	background: #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-event-right-box{
	background: #3e3c3c;
}

.dbs-event-title{
	color:#575757;
	font-family: 'Bookmania';
	font-size:20px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-event-title{
	color:#ffffff;
}

.dbs-event-small-title{
	color:#3d3d3d;
	font-family: 'Gotham Book', sans-serif;
	font-size:14px;
	text-transform: uppercase;
	padding-bottom: 7px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-event-small-title{
	color:#ffffff;
}

.dbs-event-copy{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.7em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-event-copy{
	color:#ffffff;
}

.dbs-event-prices p{
	color:#575757;
	font-family: 'Bookmania';
	font-size:16px;
	padding-bottom: 2px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-event-prices p{
	color:#ffffff;
}

.dbs-event-venue-info p{
	padding-bottom: 0;
	margin-left: 10px;
}

.dbs-event-venue-icon{
	width: 21px;
	padding-top: 4px;
}

.dbs-event-venue-info-item{
	display: flex;
	margin-bottom: 20px;
}

.dbs-event-venue-info-right p{
	color: #575757;
	font-family: 'Bookmania';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-event-venue-info-right p{
	color: #ffffff;
}

/*----End Events----*/

.super-culinary-delights-box-mobile {
    background: #ffffff;
    transition: background-color 1s ease-in-out;
    margin-top: 140px;
    margin-left: 60px;
}


@media (max-width: 1360px) {
    .dining-culinary-delights-heading {
        font-size: 65px;
    }
}

/*----Featured Promotions----*/

.dbs-featured-promotions{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGMkVGRUY7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cmVjdCB4PSIzNDkuOCIgY2xhc3M9InN0MCIgd2lkdGg9IjY1MC4yIiBoZWlnaHQ9IjEyMDAiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjM0OS44IiBoZWlnaHQ9IjEyMDAiLz4KPC9zdmc+Cg==");
	transition: background 1s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-dark .dbs-featured-promotions{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjFGMUY7fQo8L3N0eWxlPgo8cmVjdCB4PSIzNDkuOCIgd2lkdGg9IjY1MC4yIiBoZWlnaHQ9IjEyMDAiLz4KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjM0OS44IiBoZWlnaHQ9IjEyMDAiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-promos-block{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:45% 4% 4% 4%;
	width:100%;
}

.dbs-promo-heading{
	color:#8F7133;
	font-size:36px !important;
	line-height:1.3em;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-promo-heading{
	color:#cda349;
}

.dbs-promo-block{
	display:flex;
	padding:18px !important;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.36); 
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.36);
	background:#ffffff;
	margin-bottom:35px;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-promo-block{
	background:#3E3C3C;
}

.dbs-promo-img-block{
	flex:5;
	margin-right:30px;
}

.dbs-promotion-img{
	border:1px solid #cda349;
}

.dbs-promo-right-side{
	flex:8;
}

.dbs-promo-title{
	color:#575757;
	font-size:26px !important;
	line-height:1.2em;
	font-family: 'Gotham Book', sans-serif;
	margin-bottom:6px;
	text-transform:uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-promo-title{
	color:#ffffff;
}

.dbs-promo-date{
	font-family: 'Bookmania', serif;
	color:#8f7133;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:3px;
	letter-spacing:1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-promo-date{
	color:#cda349;
}

/*----End Featured Promotions----*/





/*----Mod 2----*/

.dbs-mod-2{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQoJLnN0MXtmaWxsOiNGMkVGRUY7fQo8L3N0eWxlPgo8cmVjdCB4PSI5MTciIGNsYXNzPSJzdDAiIHdpZHRoPSI4MyIgaGVpZ2h0PSIxMjAwIi8+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI5MTciIGhlaWdodD0iMTIwMCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-2{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzRTNDM0M7fQo8L3N0eWxlPgo8cmVjdCB4PSI5MTciIHdpZHRoPSI4MyIgaGVpZ2h0PSIxMjAwIi8+CjxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI5MTciIGhlaWdodD0iMTIwMCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-mod-2-row{
	display: flex;
	gap: 50px;
	margin-bottom:50px;
}

.dbs-mod-2-block{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:21% 2% 2% 2%;
	width:100%;
	max-width:48%;
}

.dbs-mod-2-title{
	color:#ffffff !important;
	font-size:28px !important;
	line-height:1.2em;
	font-family: 'Gotham Light';
}

.dbs-mod-2-btn-grp{
	display:flex;
	justify-content:flex-end;
}

.dbs-mod-2-hr{
	background:#cda349;
	height:1px;
	border:none;
	margin-bottom:16px;
	margin-top: 0;
}

/*----End Mod 2----*/





/*----Mod 3----*/

#dbs-mod-3-desktop{
	z-index: 1;
}

.dbs-mod-3{
	display: flex;
	align-items: center;
}

.dbs-mod-3-left{
	flex: 1;
	background:#F2EFEF;	
	padding:9% 10% 9% 6%;
	min-height: 500px;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-3-left{
	background:#3e3c3c;	
}

.dbs-mod-3-right{
	flex: 1;
}

.dbs-mod-3-title{
	font-family: 'Gotham Light';
	color:#8F7133;
	font-size:34px !important;
	line-height:1.2em;
	padding-top: 25px;
	padding-bottom:20px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-3-title{
	color:#cda349;
}

.dbs-mod-3-image{
	margin-left: -15%;
}

/*----End Mod 3----*/


/*----Mod 3 Mobile----*/

#dbs-mod-3-mobile{
	padding-top: 60px;
}

.dbs-mod-3-mobile-box{
	background:#F2EFEF;
	transition: background 1s ease-in-out;
	padding:4% 3%;
}

.dbs-dark .dbs-mod-3-mobile-box{
	background:#3E3C3C;	
}

.dbs-mod-3-mobile-title{
	font-family: 'Gotham Light';
	color:#8F7133;
	font-size:34px !important;
	line-height:1.3em;
	padding-top: 30px;
	padding-bottom:20px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-3-mobile-title{
	color:#cda349;
}

.dbs-mod-3-mobile-image{
	margin: 0 auto;
	margin-top: -21%;
	margin-bottom: 30px;
	display: block;
}

/*----End Mod 3 Mobile----*/


/*----Mod 4----*/

.dbs-mod-4{
	background:#F2EFEF;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-4{
	background:#221f1f;
}

.dbs-mod-4-heading{
	color:#8F7133;
	font-size:36px !important;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.1em !important;
	margin-bottom:0 !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-4-heading{
	color:#cda349;
}

.dbs-mod-4-content h2{
	font-size: 20px;
	font-family: 'Bookmania';
	font-weight: 600;
	text-transform:uppercase;
	color: #575757;
}

.dbs-mod-4-content h3{
	font-size: 17px;
	font-family: 'Bookmania';
	font-weight: 700;
	color: #575757;
}

.dbs-mod-4-box-title{
	
}

.dbs-mod-4-box-hr{
	
}

/*----End Mod 4----*/



/*----Mod 5----*/

.dbs-mod-5{

}

.dbs-mod-5-row{
	display: flex;
	margin-bottom: 40px;
}

.dbs-mod-5-left{
	flex: 1;
}

.dbs-mod-5-right{
	flex: 1;
	padding: 33px;
}

.dbs-mod-5-image{

}

.dbs-mod-5-title{
	font-size: 28px;
	font-family: 'Gotham Book';
	color: #8F7133;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-5-title{
	color:#cda349;
}

.dbs-mod-5-date{
	font-size: 17px;
	font-family: 'Bookmania';
	color: #3d3d3d;
	text-transform: uppercase;
	padding-bottom: 5px;
	letter-spacing: 1px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-5-date{
	color: #f2efef;
}

/*----End Mod 5----*/

/*----Mod 6----*/

.dbs-mod-6{
	margin-top:-225px;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-6{
	background: #000000;
}

.dbs-mod-6 .et_pb_row{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-6 .et_pb_row{
	background: #000000;
}

/*----End Mod 6----*/




/*----Mod 7----*/

.dbs-mod-7{

}

h3.dbs-mod-7-title{
	color:#ffffff;
	font-size:63px;
	font-family: 'Gotham Light', sans-serif;
	line-height:1.1em;
	margin-bottom:0;
}

.dbs-mod-7-tagline{
	color:#ffffff;
	font-size:25px;
	font-family: 'Gotham Light', sans-serif;
	line-height:1.9em;
	margin-bottom:0;
}

.dbs-mod-7-links{
	display: flex;
	align-items: center;
}

.dbs-mod-7-left{
	padding: 20px 40px 20px 0;
}

.dbs-mod-7-right{
	padding: 20px;
}

.dbs-mod-7-777{
	max-width: 140px;
}

.dbs-mod-7-app-store{
	display: flex;
	align-items: center;
}

.dbs-mod-7-apple{
	padding: 0 15px;
}

.dbs-mod-7-google{
	padding: 0 15px;
}

.dbs-mod-7-app{
	padding: 0 1px;
}

.dbs-mod-7-goog{
	padding: 0 15px;
}

.dbs-mod-7-link-img{
	max-height: 60px;
}

.dbs-mod-7-download{
	color:#ffffff;
	font-size:27px;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.2em;
	margin-bottom:30px;
	padding: 0 20px 20px 20px;
	letter-spacing: 2px;
}

.dbs-mod-7-downlo{
	color:#ffffff;
	font-size:22px;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.2em;
	margin-bottom:30px;
	padding: 0 0 20px 0;
	letter-spacing: 2px;
}

/*----End Mod 7----*/




/*----Sports HQ----*/

.dbs-sports-hq-list li{
	margin-bottom: 15px;
}

.dbs-sports-hq-text{
	line-height: 1.4em;
}


/*----End Sports HQ----*/



/*----Mod 8----*/

.dbs-mod-8{
	background: #000000;
}

.dbs-mod-8{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAwIDI0MCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjYuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDIwNykgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZjJlZmVmOwogICAgICB9CgogICAgICAuc3QxIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxNDAiIHdpZHRoPSI4NjAiIGhlaWdodD0iMjQwIi8+CiAgPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjE0MCIgaGVpZ2h0PSIyNDAiLz4KPC9zdmc+");
	background-repeat: repeat-y;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-8{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAwIDI0MCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjYuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDIwNykgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMjIxZjFmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCB3aWR0aD0iMTg1LjciIGhlaWdodD0iMjQwIi8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMTQwIiB3aWR0aD0iODYwIiBoZWlnaHQ9IjI0MCIvPgo8L3N2Zz4=");
	background-repeat: repeat-y;
}

.dbs-mod-8-block{
	display:flex;
	margin-bottom:50px;
}

.dbs-mod-8-heading{
	display:flex;
	justify-content:space-between;
}

.dbs-mod-8-left{
	flex:1;
}

.dbs-mod-8-right{
	flex:3;
	padding:0 30px;
}

h3.dbs-mod-8-title{
	color:#8F7133;
	font-family: 'Gotham Book', sans-serif;
	font-size:28px;
	flex:1;
	padding-bottom:0 !important;
	transition: color 1s ease-in-out;
}

.dbs-dark h3.dbs-mod-8-title{
	color:#cda349;
}

.dbs-mod-8-locations{
	color: #959595;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 12px;
	line-height: 14px;
	align-self: flex-end;
	padding-bottom: 0 !important;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-8-locations{
	color:#ffffff;
}

.dbs-mod-8-line{
	border-top:1px solid #cda349;
	border-bottom:none !important;
	margin-top:6px;
	margin-bottom:6px;
}

.dbs-mod-8-open-close{
	display:flex;
	margin-bottom: 20px;
}

.dbs-mod-8-open-close-dining{
	margin-top: 20px;
}

.dbs-mod-8-lb{
	flex:1;
}

.dbs-mod-8-vq{
	flex:1;
}

.dbs-mod-8-wh{
	flex:1;
}

.dbs-mod-8-location{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	font-weight:700;
	padding-bottom:3px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-8-location{
	color:#ffffff;
}

.dbs-mod-8-time{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	font-weight:400;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-8-time{
	color:#ffffff;
}

.dbs-mod-8-mobile-time{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	font-weight:400;
	padding-bottom: 25px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-8-mobile-time{
	color: #ffffff;
}

.dbs-dark .dbs-mod-8-mobile{
	background: #000000;
}

.dbs-mod-8-points{
	color:#575757;
	font-family: 'Bookmania';
	font-size:16px;
	line-height:14px;
	align-self:flex-end;
	padding-bottom:0 !important;
	font-style: italic;
}

.dbs-dark .dbs-mod-8-points{
	color:#ffffff;
}

/*----End Mod 8----*/



/*----Mod 9----*/

.dbs-mod-9{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGMkVGRUY7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cmVjdCB4PSIxNDAiIGNsYXNzPSJzdDAiIHdpZHRoPSI4NjAiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEyMDAiLz4KPC9zdmc+Cg==");
	background-repeat: repeat;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-9{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjFGMUY7fQo8L3N0eWxlPgo8cmVjdCB4PSIxNDAiIGNsYXNzPSJzdDAiIHdpZHRoPSI4NjAiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEyMDAiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-mod-9-block{
	display:flex;
	padding-bottom: 40px;
}

.dbs-mod-9-left{
	flex:1;
}

.dbs-mod-9-right{
	flex:1;
	padding:0 40px;
}

h3.dbs-mod-9-title{
	color:#8F7133;
	font-family: 'Gotham Book', sans-serif;
	font-size:28px;
	padding-bottom: 15px !important;
	transition: color 1s ease-in-out;
}

.dbs-dark h3.dbs-mod-9-title{
	color:#cda349;
}

.dbs-mod-9-line{
	border-top:1px solid #cda349;
	border-bottom:none !important;
	margin-top:6px;
	margin-bottom:26px;
}

.dbs-mod-9-date{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 1s ease-in-out;
	line-height:1.2em;
}

.dbs-dark .dbs-mod-9-date{
	color:#ffffff;
}


/*----End Mod 9----*/


/*----Mod 10----*/

.dbs-mod-10{
	background: #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-mod-10{
	background: #3e3c3c;
}

.dbs-mod-10-heading{
	color:#8F7133;
	font-size:36px !important;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.3em !important;
	margin-bottom:0 !important;
	text-transform: uppercase;
	padding-bottom: 0;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-10-heading{
	color:#cda349;
}

.dbs-mod-10-phone{
	color:#8f7133;
	font-family:'Bookmania';
	font-size:20px;
	padding-right: 30px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-10-phone{
	color:#cda349;
}

.dbs-mod-10-section-text{
	color:#575757;
	font-family:'Bookmania';
	font-size:16px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-10-section-text{
	color:#ffffff;
}

.dbs-mod-10-title{
	color:#575757;
	font-family: 'Bookmania';
	font-size:20px !important;
	line-height:1.4em;
	padding-bottom:10px;
	font-weight:600 !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-10-title{
	color:#ffffff;
}

.dbs-mod-10-left-title{
	font-size:32px;
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	text-align: center;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-mod-10-left-title{
	color:#cda349;
}

/*----End Mod 10----*/

/*----Four Diamond----*/

.dbs-four-diamond{
	border-top:2px solid #cda349;
	border-bottom:2px solid #cda349;
}

.dbs-four-diamond-top{
	border-top:2px solid #cda349;
}

.dbs-four-diamond-text{
	
}

/*----End Four Diamond----*/


/*----Available Restaurants----*/

.available-restaurants{
	background:#f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .available-restaurants{
	background:#1c1919;
}

.available-restaurants-title{
	color:#8f7133;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Gotham Book';
	transition: color 1s ease-in-out;
}

.dbs-dark .available-restaurants-title{
	color:#cda349;
}

.available-restaurants-logo{
	max-width:290px;
}

/*----End Available Restaurants----*/








/*----Casino Descriptions----*/

.dbs-casino-descriptions{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-casino-descriptions{
	background: #3E3C3C;
}

.dbs-casino-descriptions-title{
	color:#8F7133;
	font-size:24px !important;
	text-transform:uppercase;
	font-family: 'Gotham Book';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-casino-descriptions-title{
	color:#cda349;
}

.dbs-casino-descriptions-hr{
	height:1px;
	border-top:1px solid #cda349;
	border-bottom:none;
	padding:0;
	margin:0;
}

/*----Casino Descriptions----*/



/*----Casino Toggle----*/


.dbs-casino-toggle{
	margin: 30px auto;
	max-width: 800px;
}

.dbs-casino-toggle .et_pb_module{
	margin-bottom: 15px !important;
}

.dbs-casino-toggle .et_pb_toggle_close .et_pb_toggle_title:before{
	content: "\4c";
	font-size: 40px;
	color: #cda349;
}

.dbs-casino-toggle .et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\4b";
	font-size: 40px;
	color: #cda349;
}

.dbs-casino-toggle .et_pb_toggle_title{
	color: #8F7133 !important;
	font-size:28px;
	font-family: 'Gotham Book';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-casino-toggle .et_pb_toggle_title{
	color: #cda349 !important;
}

.dbs-casino-toggle .et_pb_toggle_close, .dbs-casino-toggle .et_pb_toggle_open{
	background: #ffffff;
	padding: 20px 0 15px 0;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-casino-toggle .et_pb_toggle_close, .dbs-dark .dbs-casino-toggle .et_pb_toggle_open{
	background: #000000;
}

.dbs-casino-toggle .et_pb_toggle{
	border: none;
	border-bottom: 1px solid #e6d1a4;
	font-family: 'Bookmania';
	font-size:17px;
}

.dbs-dark .dbs-casino-toggle .et_pb_toggle{
	border: none;
	border-bottom: 1px solid #cda349;
}

.dbs-dark .et_pb_toggle_content{
	color: #ffffff;
}

/*----End Casino Toggle----*/













/*----Rooms Icons----*/

.dbs-rooms-icons{

}

.dbs-rooms-icons-row{
	display:flex;
}

.dbs-rooms-icons-row-mobile{
	display:flex;
	padding-bottom: 25px;
}

.dbs-rooms-icons-group{
	flex:1;
}

.dbs-rooms-icons-title{
	color:#838383;
	font-size:28px !important;
	line-height:1.3em;
	font-family: 'Gotham Book', sans-serif;
	text-transform:uppercase;
	text-align:center;
}

.dbs-rooms-icons-img{
	width:60px;
	display:block;
	margin:0 auto;
	padding-bottom:5px;
}

.dbs-rooms-icons-text{
	color:#575757;
	font-family: 'Bookmania';
	font-size:16px;
	line-height:1.3em;
	text-align:center;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-rooms-icons-text{
	color:#ffffff;
}

/*----Rooms Icons----*/




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

.faq .et_pb_toggle{
	border: 1px solid #f2efef;
	transition: border 1s ease-in-out;
}

.dbs-dark .faq .et_pb_toggle{
	border: 1px solid #221f1f;
}

.faq .et_pb_toggle_title{
	font-family: 'Bookmania';
	color: #575757;
	transition: color 1s ease-in-out;
}

.faq .et_pb_toggle_close{
	background: #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .faq .et_pb_toggle_close{
	background: #221f1f;
}

.faq .et_pb_toggle_open{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .faq .et_pb_toggle_open{
	background: #221f1f;
}

.dbs-dark .faq .et_pb_toggle_close .et_pb_toggle_title{
	font-family: 'Bookmania';
	color: #ffffff;
}

.dbs-dark .faq .et_pb_toggle_open .et_pb_toggle_title{
	font-family: 'Bookmania';
	color: #ffffff;
}



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






/*----Shaded Section----*/

.dbs-shaded{
	
}

.dbs-shaded-title{
	font-family: 'Gotham Light';
	color:#ffffff;
	font-size:34px !important;
	line-height:1.3em;
	text-align:center;
}

.dbs-shaded-button{
	display:inline-block;
	padding:20px 30px;
	font-size:16px;
	line-height:0;
	margin: 0 auto;
	color:#ffffff;
	border:1px solid #ffffff;
	letter-spacing: 1px;
	font-family: 'Gotham Book', sans-serif;
}

/*----End Shaded Section----*/
 

/*----Mobile Tabs----*/


.dbs-mobile-tabs-wrapper{
	margin-top: -160px !important;
}

#dbs-mobile-tabs{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

#dbs-mobile-tabs .tab-one{
	width: 25%;
	background: #8a8a8a;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}

#dbs-mobile-tabs .tab-two{
	width: 25%;
	background: #757575;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}

#dbs-mobile-tabs .tab-three{
	width: 25%;
	background: #616161;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}

#dbs-mobile-tabs .tab-four{
	width: 25%;
	background: #3d3d3d;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}

#dbs-mobile-tabs .tab-one:hover{
	background: #cacaca;
}

#dbs-mobile-tabs .tab-two:hover{
	background: #cacaca;
}

#dbs-mobile-tabs .tab-three:hover{
	background: #cacaca;
}

#dbs-mobile-tabs .dbs-tab:hover{
	background: #ffffff;
}

.dbs-dark #dbs-mobile-tabs .dbs-tab:hover{
	background: #000000;
}

#dbs-mobile-tabs .dbs-tab:hover .st0{
	fill: #cda349;
}

#dbs-mobile-tabs .active-tab{
	background: #ffffff;	
}

.dbs-dark #dbs-mobile-tabs .active-tab{
	background: #000000;	
}

#dbs-mobile-tabs .active-tab .st0{
	fill: #cda349;	
}

#dbs-mobile-tabs svg{
	width: 40px;
	display: block;
	margin: 0 auto;
}

.dbs-tabs-row .et_pb_main_blurb_image {
    margin-bottom:0 !important;
}

.dbs-tab-one-content{
	display: none;
}

.dbs-tab-two-content{
	display: none;
}

.dbs-tab-three-content{
	display: none;
}

.dbs-tab-four-content{
	display: none;
}

/*----End Mobile Tabs----*/




/*----Dining Tabs----*/


.dbs-dining-tabs-wrapper{
	margin-top: -160px !important;
}

#dbs-dining-tabs{
	display:flex;
	align-items:center;
}

#dbs-dining-tabs .dining-tab-1{
	width: 25%;
	background: #d9d8d8;
	padding: 15px 0;
	color: #8f7133;
	transition: background 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.dbs-dark #dbs-dining-tabs .dining-tab-1{
	background: #221f1f;
}

#dbs-dining-tabs .dining-tab-2{
	width: 25%;
	background: #d9d8d8;
	padding: 15px 0;
	transition: background 0.4s ease-in-out;
}

.dbs-dark #dbs-dining-tabs .dining-tab-2{
	background: #221f1f;
}

#dbs-dining-tabs .dining-tab-3{
	width: 25%;
	background: #d9d8d8;
	padding: 15px 0;
	transition: background 0.4s ease-in-out;
}

.dbs-dark #dbs-dining-tabs .dining-tab-3{
	background: #221f1f;
}

#dbs-dining-tabs .dining-tab-4{
	width: 25%;
	background: #d9d8d8;
	padding: 15px 0;
	transition: background 0.4s ease-in-out;
}

.dbs-dark #dbs-dining-tabs .dining-tab-4{
	background: #221f1f;
}

.dbs-dining-tab{
	text-align: center;
}

#dbs-dining-tabs .dining-tab-1:hover{
	background: #d9d8d8;
}

.dbs-dark #dbs-dining-tabs .dining-tab-1:hover{
	background: #000000;
}

#dbs-dining-tabs .dining-tab-2:hover{
	background: #d9d8d8;
}

.dbs-dark #dbs-dining-tabs .dining-tab-2:hover{
	background: #000000;
}

#dbs-dining-tabs .dining-tab-3:hover{
	background: #d9d8d8;
}

.dbs-dark #dbs-dining-tabs .dining-tab-3:hover{
	background: #000000;
}

#dbs-dining-tabs .dbs-dining-tab:hover{
	background: #f2efef;
	cursor: pointer;
}

#dbs-dining-tabs .dbs-active{
	background: #f2efef;	
}

#dbs-dining-tabs .active-tab{
	background: #f2efef;
	transition: background 1s ease-in-out;	
}

.dbs-dark #dbs-dining-tabs .active-tab{
	background: #000000;	
}

a.dbs-dining-tab-label{
	color: #838383;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark a.dbs-dining-tab-label{
	color: #f2efef;
}

.active-tab a.dbs-dining-tab-label{
	color: #8f7133;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .active-tab a.dbs-dining-tab-label{
	color: #cda349;
}

.dbs-dining-tab-content{
	background: #f2efef;
	padding: 4%;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-dining-tab-content{
	background: #000000;
}

.dbs-dining-tab-1-content{

}

.dbs-dining-tab-2-content{
	display: none;
}

.dbs-dining-tab-3-content{
	display: none;
}

.dbs-dining-tab-4-content{
	display: none;
}

.dbs-pepper-icon{
	max-width: 20px;
}

.dbs-dining-toggle-bg .dbs-casino-toggle .et_pb_toggle_close, .dbs-dining-toggle-bg .dbs-casino-toggle .et_pb_toggle_open{
	background: #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-dining-toggle-bg .dbs-casino-toggle .et_pb_toggle_close, .dbs-dark .dbs-dining-toggle-bg .dbs-casino-toggle .et_pb_toggle_open{
	background: #000000;
}

.dbs-resort-tab-content{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-resort-tab-content{
	background: #000000;
}

/*----End Dining Tabs----*/






/*----Slider Arrows & Bullets----*/

.dbs-slider-with-text .custom.tparrows.tp-leftarrow:before {
    content: url(/wp-content/uploads/2021/03/left-arrow.png) !important;
    display:block;
    height:200px;
    width:84px;
    position: absolute;
}

.dbs-slider-with-text .custom.tparrows.tp-rightarrow:before {
    content: url(/wp-content/uploads/2021/03/right-arrow.png) !important;
    display:block;
    height:200px;
    width:84px;
    position: absolute;
}

.dbs-slider-with-text  .custom.tparrows {
    background: rgba(0,0,0,0.0) !important;
}

.custom .tp-bullet:hover, .custom .tp-bullet.selected {
    content: url(/wp-content/uploads/2021/03/guide-active.jpg) !important;
}

.custom .tp-bullet {
    content: url(/wp-content/uploads/2021/03/guide.jpg) !important;
    width: 90px !important;
    height: 2px !important;
    background: rgba(125,125,125,0.0);
}

.goth-med{
	font-family: 'Gotham Medium', sans-serif !important;
}

.goth-light{
	font-family: 'Gotham Light', sans-serif !important;
}

.goth-book{
	font-family: 'Gotham Book', sans-serif !important;
}

/*----End Slider Arrows & Bullets----*/






/*----Culinary Delights----*/

.dbs-culinary-delights{
	
}

.dbs-culinary-delights-row{
	background:#1C1919;
}

.dbs-culinary-delights-heading{
	color:#cda349;
	font-size:100px;
	font-family: 'Gotham Light';
}

.dbs-culinary-delights-heading-mobile{
	color:#cda349;
	font-size:40px;
	font-family: 'Gotham Light';
}

.dbs-culinary-delights-box{
	background:#ffffff;
	margin-bottom:-140px;
	margin-top:140px;
	margin-left: 60px;
	transition:  background 1s ease-in-out;
}

.dbs-dark .dbs-culinary-delights-box{
	background:#000000;
}

.dbs-culinary-delights-title{
	color:#8f7133;
	font-family: 'Gotham Book', sans-serif;
	font-size:36px !important;
	line-height:1.3em;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-culinary-delights-title{
	color:#cda349;
}

.dbs-culinary-delights-text{
	color:#575757;
	font-family: 'Bookmania';
	font-size:17px;
	line-height:1.7em;
}

.dbs-culinary-delights-box-button{
	display:inline-block;
	padding:20px 35px;
	font-size:16px;
	line-height:0;
	color:#575757;
	border:1px solid #959595;
	letter-spacing: 1px;
	font-family: 'Gotham Book', sans-serif;
	margin-right:20px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-culinary-delights-box-button{
	color:#ffffff;
	border:1px solid #ffffff;
}

.dbs-culinary-delights-nb{
	display:flex;
	align-items:center;
	margin-top: -90px;
}

.dbs-culinary-delights-nb-1{
	margin-left: 0px;
}

.dbs-culinary-delights-nb-2{
	margin-left: 30px;
}

.dbs-culinary-delights-name{
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 4px;
	font-family: 'Gotham Medium', sans-serif;
	text-transform: uppercase;
}

.dbs-culinary-delights-name-mobile{
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	font-family: 'Gotham Book', sans-serif;
	text-transform: uppercase;
	line-height: 12px !important;
}

.dbs-culinary-delights-nb-button{
	color:#ffffff;
	font-size:16px;
	border:1px solid #ffffff;
	line-height:0;
	width:185px;
	display:inline-block;
	padding:20px 35px;
	letter-spacing: 1px;
	font-family: 'Gotham Book', sans-serif;
	text-align:center;
	transition: all 0.4s ease-in-out;
}

.dbs-culinary-delights-nb-button:hover{
	color:#000000;
	background: #ffffff;
	border:1px solid #ffffff;
}

.rs-layer.dbs-cd-slide-text{
	font-family: 'Gotham Book', sans-serif !important;
}

.rs-layer.dbs-cd-btn.rev-btn{
	font-family: 'Gotham Book', sans-serif !important;
}

/*----End Culinary Delights----*/











/*----The Card----*/

.dbs-the-card{
	background:#ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-the-card{
	background:#2c2b2b;
}

h3.dbs-card-title{
	color:#8F7133;
	font-size:36px;
	font-family: 'Gotham Book', sans-serif;
	line-height:1.3em;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark h3.dbs-card-title{
	color:#cda349;
}

.dbs-dark .dbs-card-text{
	color:#ffffff;
}

/*----End The Card----*/





/*----The Card Portal----*/

.dbs-the-card-ppp-heading{
	color:#ffffff;
	font-size:80px;
	font-family: 'Gotham Light', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.dbs-the-card-ppp-body-white{
	color:#ffffff;
	font-size:17px;
	font-family: 'Bookmania';
	text-align: center;
	line-height: 1.9em;
}

.dbs-the-card-ppp-body{
	color:#575757;
	font-size:17px;
	font-family: 'Bookmania';
	line-height: 1.9em !important;
}

.dbs-dark .dbs-the-card-ppp-body{
	color:#ffffff;
}

.dbs-the-card-ppp-note{
	color:#575757;
	font-size:14px;
	font-family: 'Bookmania';
	line-height: 1.9em !important;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-the-card-ppp-note{
	color:#ffffff;
}

.dbs-the-card-ppp-body-title{
	color:#575757;
	font-size:20px;
	font-family: 'Bookmania';
	font-weight: 600;
	padding-bottom: 3px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-the-card-ppp-body-title{
	color:#ffffff;
}

.dbs-the-card-ppp-title{
	color: #8F7133;
	font-size: 36px;
	font-family: 'Gotham Book', sans-serif;
	text-transform: uppercase;
	line-height: 1.2em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-the-card-ppp-title{
	color:#cda349;
}

.dbs-the-card-ppp-buttons{
	display: flex;
	align-items: center;
}

.dbs-the-card-button-left{
	flex: 1;
}

.dbs-the-card-button-middle{
	flex: 1;
}

.dbs-the-card-button-right{
	flex: 1;
}

.dbs-the-card-button-left img{
	max-height: 58px;
	display: block;
}

.dbs-the-card-button-middle img{
	max-height: 58px;
	display: block;
}

.dbs-the-card-member-benefits{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGMkVGRUY7fQoJLnN0MXtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cmVjdCB4PSI1MCIgY2xhc3M9InN0MCIgd2lkdGg9Ijk1MCIgaGVpZ2h0PSIxMjAwIi8+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI1NSIgaGVpZ2h0PSIxMjAwIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-the-card-member-benefits{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMjFGMUY7fQoJLnN0MXtmaWxsOiMzRTNDM0M7fQo8L3N0eWxlPgo8cmVjdCB4PSI1MCIgY2xhc3M9InN0MCIgd2lkdGg9Ijk1MCIgaGVpZ2h0PSIxMjAwIi8+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI1NSIgaGVpZ2h0PSIxMjAwIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-the-card-member-hr{
	border-top:1px solid #dddddd;
	border-bottom:none !important;
	margin-top:0 !important;
	margin-bottom: 30px;
}

.dbs-card-tiers{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQoJLnN0MXtmaWxsOiNGMkVGRUY7fQo8L3N0eWxlPgo8cmVjdCB4PSIzNDkiIGNsYXNzPSJzdDAiIHdpZHRoPSI2NTEiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMzQ5IiBoZWlnaHQ9IjEyMDAiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-card-tiers{
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAwIDEyMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTIwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzRTNDM0M7fQoJLnN0MXtmaWxsOiMyMjFGMUY7fQo8L3N0eWxlPgo8cmVjdCB4PSIzNDkiIGNsYXNzPSJzdDAiIHdpZHRoPSI2NTEiIGhlaWdodD0iMTIwMCIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMzQ5IiBoZWlnaHQ9IjEyMDAiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: cover;
}

.dbs-sweeps-title{
	color:#575757;
	font-size:17px;
	font-family: 'Bookmania';
	font-weight: 600;
	padding-bottom: 25px;
}

.dbs-dark .dbs-sweeps-title{
	color:#ffffff;
}

.dbs-card-login-title{
	color:#575757;
	font-size:20px;
	font-family: 'Bookmania';
	font-weight: 600;
	padding-bottom: 25px;
}

.dbs-dark .dbs-card-login-title{
	color:#ffffff;
}

.dbs-card-tier-title{
	color: #3d3d3d;
	font-size: 14px;
	font-family: 'Gotham Medium', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.dbs-dark .dbs-card-tier-title{
	color:#ffffff;
}

.dbs-card-label{
	color: #959595;
	font-size: 15px;
	font-family: 'Gotham Book', sans-serif;
	text-transform: uppercase;
	line-height: 14px;
}

.dbs-dark .dbs-card-label{
	color:#ffffff;
}

.dbs-card-logo img{
	max-width: 170px;
}

/*----End The Card Portal----*/




/*----Art & Design----*/

.dbs-art-image{
	max-width: 85%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 30px;
}

/*----End Art & Design----*/


/*----Press----*/

.dbs-press-release{
	display: flex;
}

.dbs-pr-date{
	color: #8F7133;
	font-family: 'Bookmania';
	font-size: 17px;
	padding-right: 30px;
	font-weight: 700;
	min-width: 135px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-pr-date{
	color:#cda349;
}

.dbs-pr-link a{
	color: #575757;
	font-family: 'Bookmania';
	font-size: 17px;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-pr-link a{
	color: #ffffff;
}


/*----End Press----*/

/*----Resort 2nd Section----*/

.dbs-top-divider:before {
    border-top-color: #cda349 !important;
}

.dbs-top-divider-2:before {
    border-top-color: #f2efef !important;
}

.dbs-top-title{
	color: #8f7133;
	font-family: 'Gotham Book', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-top-title{
	color: #CDA349;
}

.dbs-sidebar{
	background: #f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-sidebar{
	background: #3e3c3c;
}

.dbs-top-sidebar-title{
	color:#3d3d3d;
	font-family: 'Gotham Book', sans-serif;
	font-weight:500;
	font-size:14px;
}

.dbs-sidebar .et_pb_widget_area_left{
    border-right:none !important;
    padding-right:0 !important;
}

.dbs-sidebar p{
    color:#575757;
	font-family:'Bookmania';
	font-size:16px;
}

.dbs-sidebar-info{
	display:inline-block;
}

.dbs-sidebar-overview-item{
	display:flex;
	margin-bottom:15px;
}

.dbs-sidebar-overview-item{
	color: #575757;
	font-family:'Bookmania';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-sidebar-overview-item{
	color: #ffffff;
}

.dbs-sidebar-overview-item p{
	color: #575757;
	font-family:'Bookmania';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-sidebar-overview-item p{
	color: #ffffff;
}

.dbs-custom-code{
	margin-bottom:5px !important;
}

.dbs-sidebar-widget{
	margin-bottom:5px !important;
}

.dbs-sidebar-icon{
	max-width:24px;
	margin-right:15px;
	display:inline-block;
	max-height: 30px;
}




/*----End Resort 2nd Section----*/



/*----Sign Up Win Loss----*/

.dbs-sign-up-win-loss-title{
	color:#8F7133;
	font-size:28px !important;
	line-height:1.2em;
	font-family: 'Gotham Book', sans-serif;
	margin-bottom:0;
	padding-bottom:0;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-sign-up-win-loss-title{
	color:#cda349;
}

.dbs-sign-up-win-loss-hr{
	border:1px solid #cda349;	
}

/*----End Sign Up Win Loss----*/





/*----Win Loss----*/

.dbs-win-loss{
	background: #ffffff;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-win-loss{
	background: #000000;
}

.dbs-win-loss ul li{
	color: #575757;
	font-size:17px !important;
	font-family: 'Bookmania';
	line-height:1.9em;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-win-loss ul li{
	color: #ffffff;
}

.dbs-win-loss-title{
	color: #8F7133;
	font-family: 'Gotham Book', sans-serif;
	font-size:24px !important;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-win-loss-title{
	color:#cda349;
}

/*----End Win Loss----*/










/*----Footer----*/

.dbs-bottom-bar{
	color:#ffffff;
	font-size:10px;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-footer-top{
	background:#f2efef;
	border-top:1px solid #959595;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-footer-top{
	background:#000000;
	border-top:1px solid #dddddd;
}

.dbs-footer-logo svg{
	max-width:190px;
}

.dbs-dark .dbs-footer-logo svg{
	fill:#ffffff;
}

.dbs-footer-top-text{
	color:#838383;
	text-align:right;
	font-size:18px;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-footer-top-text{
	color:#ffffff;
}

.dbs-footer-top-phone{
	color:#838383;
	font-weight:700;
	font-size:18px;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-footer-top-phone{
	color:#ffffff;
}

.dbs-footer{
	background:#f2efef;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-footer{
	background:#000000;
}

.dbs-footer-double-border{
	background:#f2efef;
	border-top:1px solid #858585;
	border-bottom:1px solid #858585;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-footer-double-border{
	background:#000000;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.dbs-footer-title{
	color:#cda349;
	font-size:16px;
	font-family: 'Gotham Book', sans-serif;
	line-height: 1.3em;
	text-transform:uppercase;
}

h4.dbs-footer-title-two{
	color:#575757;
	font-size:13px;
	font-weight:600;
	font-family:'Bookmania';
	transition: color 1s ease-in-out;
}

.dbs-dark h4.dbs-footer-title-two{
	color:#959595;
}

.dbs-footer-text{
	color:#575757;
	font-size:13px;
	font-family: 'Gotham Book', sans-serif;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-footer-text{
	color:#ffffff;
}

.dbs-footer-link a{
	color:#575757;
	font-size:13px;
	font-weight:600;
	font-family:'Bookmania';
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-footer-link a{
	color:#959595;
}

/*----End Footer----*/




/*----Vendor Form----*/

.page-id-311 .gform_title{
	display: none;
}

.page-id-311 .gform_required_legend{
	display: none;
}

.page-id-311 input, .page-id-311 textarea{
	border: 1px solid #dddddd;
}

.page-id-311 input[type=submit]{
	color:#000000 !important;
	font-size:16px;
	padding:8px 35px;
	text-align:center;
	white-space: nowrap;
	display:inline-block;
	background:#cda349;
	border:1px solid #cda349;
	text-transform:uppercase;
	font-family: 'Gotham Book', sans-serif;
}
/*----End Vendor Form----*/


/*----Footer Toggle----*/

.dbs-footer-toggle{

}

.dbs-footer-toggler{
	background: #f2efef;
	border-bottom: 1px solid #959595;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-footer-toggler{
	background: #000000;
	border-bottom: 1px solid #959595;
}

.dbs-footer-toggler h5.et_pb_toggle_title{
	color:#cda349;
	font-size:16px;
	font-family: 'Gotham Book', sans-serif;
}

.et_pb_toggle_title:before {
    content: "\33";
    position: absolute;
    right: 0;
    font-size: 46px;
    color: #3d3d3d;
    top: 50%;
    margin-top: -.5em;
    transition: color 1s ease-in-out;
}

.dbs-dark .et_pb_toggle_title:before {
    color: #ffffff;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\32";
}

.et_pb_toggle_content {
    padding-top: 40px;
}

/*----End Footer Toggle----*/

/*----Art Slider----*/

.a-outer{
	
}

.a-wrap{
	display: flex;
	margin-bottom: 30px;
}

.a-left{
	flex: 1;
	max-width: 50%;
	padding: 20px;
}

.a-right{
	flex: 1;
	max-width: 50%;
	padding: 20px;
}

.dbs-artist-item-wrap{
	width: 100%;
	height: auto;
}

.dbs-art-slide{
	width: 100%;
	height: auto;
}

/* Slider */

.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*----End Art Slider----*/

/*----Slider Box----*/

.dbs-slide{
	width: 100%;
	min-height: 500px;
	height: 100%;
	position: relative;
	padding-top: 15%;
	padding-bottom: 17%;
	padding-left: 9%;
	padding-right: 9%;
}

#dbs-back-box{
	width: 100%;
	height: 100%;            
	position: absolute;
	top: 0;
	left:100%;
}

.dbs-slide-ctrl:hover{
	cursor: pointer;
}

.dbs-slide-close{
	color: #ffffff;
	position: absolute;
	top: 15px;
	right: 15px;
	max-width: 40px;
}

.dbs-back-box{
	display:none;
	padding-top: 15%;
	padding-bottom: 17%;
	padding-left: 9%;
	padding-right: 9%;
	background-color: rgba(0, 0, 0, 0.84);
}

.dbs-top-box{
	z-index: 9;
	width: 100%;
	height: 100%;
}

.dbs-poker-slide-title{
	color: #cda349;
	font-size: 32px !important;
	text-transform: uppercase;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-slide-sub-title{
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 20px;
	font-family: 'Gotham Book', sans-serif;
}

.dbs-slide-games-amount{
	color: #cda349;
	font-size: 24px;
	padding-bottom: 0;
	font-family: 'Gotham Medium', sans-serif;
}

/*----Slider Box----*/



/*----Gila River Cares----*/

.dbs-grc-title{
	color: #8F7133;
	font-size: 28px;
	font-family: 'Gotham Book', sans-serif;
	text-transform: uppercase;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-grc-title{
	color:#cda349;
}

.dbs-grc-body-copy p{
	color: #575757;
	font-size: 17px;
	font-family: 'Bookmania';
}

.dbs-grc-body-copy h2{
	color: #575757;
	font-size: 34px;
	font-family: 'Bookmania';
	line-height: 1.5em;
}

.dbs-grc-links{
	color: #8F7133;
	font-family: 'Bookmania';
	font-size: 17px;
	text-decoration: underline;
	text-align: center;
	transition: color 1s ease-in-out;
}

.dbs-dark .dbs-grc-links{
	color:#cda349;
}

.gila-cares-links{
	color: #8F7133;
	font-family: 'Bookmania';
	font-size: 17px;
	text-decoration: underline;
	transition: color 1s ease-in-out;
}

.dbs-dark .gila-cares-links{
	color:#cda349;
}

.dbs-gila-cares-svg svg{
	max-width: 400px;
}

.dbs-grc-svg svg{
	max-width: 300px;
}

.st0black{
	fill: #000000;
	transition: fill 1s ease-in-out;
}

.dbs-dark .st0black{
	fill: #ffffff;
}

/*----End Gila River Cares----*/

.apple-android{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	gap:20px;
}

.dbs-gila-bet{
	display:flex;
	gap:25px;
	padding-top:15px;
	align-items: center;
}

/**** Bingo ****/

.dbs-flower{
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1500 1600' style='enable-background:new 0 0 1500 1600;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D8D8D8;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1090_00000148655094127750036780000014233017678565682829_' transform='matrix(0.966, 0.259, -0.259, 0.966, 236.444, 0)'%3E%3Cpath id='Path_557_00000003082135326416748080000007055443666485421231_' class='st0' d='M1308,89.9c-0.5,0.7-1,1.4-1.5,2.2 c-5.8,11.8-12.8,22.9-20.8,33.3c-6.8,8.9-14,17.4-21.1,26.1c-6.7,8.3-13.5,16.5-20.2,24.9c-8.3,10.5-16.7,21-24.8,31.6 c-9.7,12.6-18.4,25.8-26.1,39.6c-4.4,8-8.4,16.2-12,24.6c-4.2,9.9-7.3,20.2-9.1,30.8c-1.6,8.7-3.1,17.4-4.2,26.2 c-1.4,11.2-1.6,22.4-0.7,33.6c0.8,11.1,2.5,22.2,5.1,33.1c1.8,7.7,4.5,15.1,8.1,22.1c4.3,8.4,8.6,16.8,13.2,25.1 c4.4,7.8,8.9,15.6,13.8,23.2s10.1,14.9,15.4,22.1c6.1,8.3,12.6,16.1,18.5,24.5c6.1,8.8,11.8,18,17.5,27.1 c4.2,6.7,8,13.7,12,20.5c0.7,1.1,1.2,2.3,1.6,3.6c-1.6-0.8-3.1-1.8-4.5-3c-1.2-1.4-2.2-3-3-4.6c-4.2-7.1-8.1-14.4-12.5-21.4 c-3.8-6.2-7.8-12.2-12.1-18.1c-6.7-9.2-13.7-18-20.4-27.2c-5.4-7.4-10.8-14.9-15.6-22.6c-6.5-10.6-12.5-21.5-18.8-32.3 c-0.4-0.6-0.8-1.3-1-1.9c-0.9-3.9-3.9-4.9-7.3-5.5c-5.9-1.2-11.9-2.5-17.8-3.8c-6.5-1.4-13.1-2.8-19.6-4.2 c-5.8-1.2-11.4-3.2-16.6-6c-7-3.8-13.2-8.9-18.2-15.1c-4.5-5.5-8.1-11.7-10.6-18.4c-4.1-11.1-5.4-22.4-0.8-33.7 c1.9-4.4,4.1-8.7,6.6-12.9c2.5-4.5,2.4-8.8,0.3-13.3c-2.6-5.7-7.1-9.6-12.3-12.8c-6.9-4-14.3-7.2-21.9-9.6 c-5.9-1.9-11.9-3.8-17.8-5.8c-8.7-2.9-17.1-6.5-23.5-13.4c-3.5-3.6-6-8.1-7.3-12.9c-1.2-4.2-1.8-8.5-2.9-12.7 c-1.7-6.8-3.4-13.6-5.1-20.4c-0.6-2.6-1.2-5.2-1.7-7.8c-0.1-0.5-0.3-1.2,0-1.5c0.6-0.7,1.3-1.3,2-1.8c0.4,0.6,1.1,1.1,1.2,1.7 c0.9,5.1,3.2,9.6,5.5,14.2c2.5,5.1,5.5,10,9,14.6c3.4,4.2,7.7,7.7,12.5,10.3c11.5,6.4,24,9.4,36.9,10.9 c6.6,0.7,13.2,1.5,19.7,2.6c10.8,1.7,20.8,6.5,28.8,13.9c3.2,2.9,6.3,5.9,9.4,8.8c4.3,4.1,6.3,9.3,6.9,15.1 c0.5,5.9-0.3,11.9-2.4,17.5c-3.8,11.1-4.7,22.5-0.8,33.7c2.1,5.7,4.7,11.1,7.8,16.4c2.5,4.5,5.4,8.7,8.6,12.8 c3.3,4.1,6.8,8.1,10.5,11.8c3.9,4,8.1,7.8,12.1,11.7c0.4,0.3,0.8,0.6,1.2,0.8c-1.3-3.3-2.4-6.2-3.5-9.1 c-3-7.6-4.6-15.5-6.1-23.5c-3.1-16.6-4-33.5-2.6-50.3c0.8-8.7,2.2-17.3,3.6-25.9c1.5-9.5,3.8-18.8,6.9-27.9 c3.9-11.9,9-23.4,15.5-34.2c7.1-11.5,14.2-23.1,22.1-34.1c9.6-13.3,19.9-26.1,30.1-38.9c9-11.4,18.2-22.6,27.5-33.8 c7.1-8.3,13.7-17,19.8-26c5.9-8.7,11.2-17.8,15.8-27.2c4.4-9.2,8.1-18.8,10.9-28.6c3.4-11.2,5.3-22.7,5.7-34.3 c0.3-11.2-1-22.4-3.8-33.2c-2.4-9.2-6.5-17.9-12.1-25.6c-6.4-8.4-14.2-15.7-23.1-21.6c-7.5-5-15.4-9.2-23.6-12.7 c-8.3-3.6-16.7-7.1-25.1-10.5c-6.9-2.8-14-5.3-21-8c-15.4-5.9-30.3-12.8-43.4-23.1c-6.1-4.6-11.3-10.3-15.4-16.8 c-0.8-1.4-1.6-0.9-2.4-0.2c-3.1,2.7-5.8,5.7-7.4,9.6c-1.6,3.8-3.1,7.6-4.8,11.3c-3.5,7.8-9.1,14.5-16.3,19.2 c-6.8,4.5-14.3,7.3-21.9,10c-7.3,2.6-14.2,5.8-18.6,12.5c-2.7,4.3-5.1,8.7-7.3,13.3c-1.3,3-2.3,6-3.2,9.1 c-0.1,0.6-0.3,1.2-0.6,1.8c-0.5,0.5-1.1,1-1.7,1.4c-0.4-0.6-1.1-1.2-1.1-1.9c-0.1-3.3-0.1-6.7,0-10c0.5-8.9,2.3-17.4,6.5-25.4 c2.5-4.7,6.5-7.6,11-10.1c3.9-2.1,7.9-4,11.8-6.1c5.9-3.3,9.5-8.6,12.5-14.5c2.7-5.4,5.8-10.5,10.7-14.2 c3.2-2.2,6.6-3.9,10.3-5.1c4.3-1.6,8.8-2.5,13.2-3.8c0.3-0.1,0.6-0.2,1.4-0.5c-2.9-0.8-5.9-0.9-8.8-0.3 c-5.1,0.9-10.2,2.2-15.3,3.2c-4.7,1-9.6,0.7-14.1-0.8c-4.6-1.5-9.1-3.2-13.5-5.1c-6.9-3.1-13.8-3-20.8-0.4 c-2.5,1-5.2,1.7-7.9,2c-6.1,0.7-11.3-1.9-16-5.5c-6.3-4.9-10.1-11.5-11.9-19.1c-1.7-6.9-2.9-14-4.3-21 c-0.2-0.8-0.2-1.6-0.1-2.4c0.2-0.8,0.5-1.9,1.1-2.1c1.1-0.4,1.6,0.5,2,1.5c0.7,1.9,1.4,3.7,2.2,5.5c3.2,6.9,7.7,12.6,14.5,16.2 c6.2,3.4,13.4,4.4,20.3,2.6c4.5-1.1,8.9-2.7,13.4-3.9c5-1.4,10-2.5,15.2-2c0.3,0,0.7-0.1,1-0.2c-2.4-1.5-4.6-2.7-6.6-4.2 c-4-2.7-7.7-6-10.8-9.8c-3.4-4.4-6.3-9.2-8.5-14.2c-5-11.1-7.8-23.1-8.3-35.2c-0.5-9.5-0.1-19,1.2-28.4c0.5-4,0.8-8,1.4-12 c0.3-2.2,0.9-4.3,1.6-6.4c0.2-0.7,1.2-1.1,1.8-1.6c0.3,0.7,1.1,1.6,0.9,2.2c-0.6,3.9-1.3,7.7-2.1,11.5 c-1.9,8.7-0.8,17.1,1.8,25.5c1.5,4.9,3.7,9.5,7.9,12.8c5.4,4.2,11.7,7.1,18.3,8.6c7.3,1.7,14.6,3.3,21.8,5.4 c5,1.4,9.8,3.5,13.1,7.8c0.8,1,1.3,2.1,2.2,3.5c0.4-1.5,0.6-2.7,1-3.8c1.9-5.4,3.8-10.7,5.6-16.1c1.6-4.6,1.9-9.5,0.7-14.2 c-1.3-5.3-2.3-10.6-1.6-16.2c0.7-5.2,2.1-10.4,3.9-15.3c2.6-6.9,5.9-13.5,9.8-19.8c4.7-7,9.8-13.8,15.4-20.1 c0.7-1,1.6-1.9,2.5-2.8c0.6-0.4,1.6-0.4,2.4-0.5c0,0.8,0.3,1.7,0,2.3c-2,3.8-4.3,7.5-6.4,11.3c-3.9,7.3-5.9,15-5,23.3 c0.5,4.5,2.5,8.8,5.8,12c4.3,4.2,8.4,8.6,12.3,13.1c5.8,7.1,6.9,15.3,4.2,24.1c-2.5,8.2-7.6,14.7-13.1,21 c-4.2,4.7-8.1,9.8-11.7,15c-3,4.5-4.6,9.8-5.9,15.2c-0.3,1.1-0.5,2.3-0.5,3.4c1.8-2.5,3.6-5,5.5-7.5c5.3-7,11.8-12.6,20.3-15.4 c5.8-2,12-1.8,17.7,0.6c4.6,1.9,8.9,4.4,13.4,6.5c4.7,2.2,9.3,4.5,14.1,6.4c5.1,2.1,10.8,2.3,16,0.7c6-1.7,11.8-3.9,16.6-7.9 c2.2-1.9,4.1-4,6.2-6.1c0.9-1,1.9-2,3-2.8c0.8-0.5,1.7-0.7,2.6-0.5c1.1,0.4,1,1.6,0.6,2.5c-1.3,2.7-2.8,5.3-4.5,7.8 c-2.9,4.3-6.1,8.4-9.4,12.3c-5.3,6.1-11.5,11.4-18.4,15.5c-9.5,5.6-19.2,5.4-29.1,0.8c-6.3-2.9-11.9-7.1-17.9-10.5 c-5.8-3-12.9-2.5-18.2,1.4c-7.4,5.9-13.3,13.1-18.4,21c-1.2,2-2.1,4.1-2.7,6.4c-0.8,3,1,5.4,2.7,7.7 c5.1,6.8,11.4,12.7,18.5,17.4c7.2,5,14.9,9.3,23,12.7c7.2,3,14.5,5.8,21.8,8.6c7.8,3.1,15.7,6,23.4,9.2 c8.2,3.4,16.3,6.8,24.3,10.6c10.5,5,20.2,11.5,28.7,19.5c5.3,5.1,9.9,10.9,13.7,17.3c8.1,13.6,11.3,28.5,12.4,44.1 s-1.2,30.9-5.6,45.9c-2.8,10-6.5,19.7-11,29.1C1308.4,88.8,1308.2,89.4,1308,89.9L1308,89.9 M1016.1,241.8 c0.8,4,1.8,7.5,2.2,11.2c0.4,2.6,1.6,5,3.4,6.9c5.2,6.3,11,12.1,17.5,17.1c6.5,5.2,13.5,9.6,21.7,11.7 c8.3,2.2,16.7,4.1,25.1,6.2c8.1,2.1,16,5.2,23.3,9.3c8.3,4.6,13.4,11.3,14.6,20.8c0.7,5.9,0.1,12-1.7,17.6 c-2.8,8.8-3.3,18.2-1.5,27.2c1.6,7.2,4.1,14.2,7.5,20.7c4.5,8.8,11.5,16.1,20,21c6.3,3.7,12.8,7.1,19.8,9.4 c4.1,1.3,8.1,2.6,12.2,3.9c-0.1-0.5-0.4-0.9-0.8-1.2c-1.2-0.8-2.5-1.6-3.6-2.5c-10.2-8.6-19.4-18.3-27.4-28.9 c-6-8-10.7-16.8-14.1-26.2c-4-11.5-3.1-23.1,0.5-34.4c2.1-6.6,3.8-13,2.5-20c-0.7-3.6-1.8-7.1-4.4-9.8 c-3.3-3.5-6.8-6.9-10.4-10c-5.8-5.3-12.7-9.2-20.2-11.6c-6.8-2.1-13.9-2.7-20.9-3.7c-6.2-0.8-12.4-1.4-18.5-2.6 c-8.2-1.7-16.2-4.5-23.7-8.3c-7.2-3.5-13.3-8.8-17.8-15.4C1019.6,247.6,1018,244.8,1016.1,241.8 M1152.6-140.8h0.8 c0-0.6,0.1-1.2,0.1-1.8c0-2.5-0.2-5,0-7.5c0.7-8,2.3-15.8,4.6-23.5c1.8-6.6,5-12.7,9.3-18c3.6-4.4,7.4-8.6,11-13 c4.7-5.6,8.5-11.7,9.9-19.1c1.1-6,0.2-11.7-3.5-16.6c-3.1-3.9-6.4-7.6-10-11.1c-3.3-3.4-6.7-6.8-8.3-11.4 c-2.4-6.9-1.7-13.9,0-20.8c0.5-2,1.3-4,2.1-6.5c-0.4,0.3-0.7,0.7-1.1,1c-7.3,9.5-13,20.1-17,31.4c-2.8,8.3-3.4,16.6-1.1,25.1 c0.7,2.7,1,5.6,0.9,8.4c0,5.9-2.7,11.2-4.7,16.6c-2.5,6.7-4.6,13.3-4,20.8c0.9,11,1.6,21.9,5.5,32.4c0.7,1.9,1.4,3.7,2.2,5.9 c0-3.7,0-6.8,0-10c-0.2-6.9,0.5-13.9,2-20.6c2-7.9,5.5-15.1,9.4-22.2c3.3-5.8,6.9-11.5,8.9-17.9c2.8-9.1,2.2-17.9-2.4-26.3 c-1.4-2.7-2.6-5.4-3.6-8.2c-0.1-0.6-0.1-1.3,0-1.9c2.3,4.5,4.5,8.6,6.3,12.8c1.4,3.1,2.4,6.4,2.9,9.7 c1.2,9.1-1.3,17.5-5.8,25.4c-3.9,6.4-7.4,13.1-10.5,20c-4.3,10.1-5.1,20.6-4.9,31.4c0.1,3.6,0.1,7.1,0.2,10.7 C1152.2-144.1,1152.4-142.4,1152.6-140.8 M1072.4-239.6l-0.3-0.1c0.2,5.8-0.1,11.7,0.6,17.4c1.4,11.8,3.9,23.3,9.6,34 c3.9,7.3,8.7,13.6,15.4,18.5c5.9,4.4,12.8,7.4,20.1,8.7c6.5,1.1,12.7,2.8,18.3,6.4c1.8,1.2,3.6,2.3,5.8,3.7 c-0.3-0.8-0.6-1.5-0.9-2.2c-2.9-5.1-5.7-10.1-8.7-15.2c-3.4-5.8-7.4-11.3-13.4-14.6c-5-2.7-10.1-5.1-15.2-7.5 c-5.6-2.7-10.9-5.9-15.7-9.7c-0.8-0.7-1.5-1.5-2.1-2.3l0.4-0.3c0.5,0.4,1,0.8,1.5,1.1c4.5,2.7,8.8,5.6,13.4,8 c5.3,2.7,10.9,4.9,16.3,7.3c4.4,2,8.2,5,11.2,8.7c2.4,3.1,4.6,6.3,6.5,9.7c3.4,6,6.6,12.2,9.9,18.3c0.8,1.5,1.6,2.9,2.3,4.4 l0.5-0.3c-0.7-1.5-1.3-3.1-1.9-4.6c-2.9-7-4.8-14.3-5.7-21.8c-0.6-6-0.8-12-1.5-18c-0.7-5.5-3.1-10-8.2-12.7 c-5.5-2.8-11.4-4.7-17.5-5.8c-8.2-1.6-16.3-3.5-23.7-7.5c-5.6-3-10.2-6.9-12.8-12.7C1074.7-232.2,1073.7-235.9,1072.4-239.6 M1020.1,260.3l-0.4,0.2c0.5,1.5,0.9,3,1.4,4.5c2.7,9,8.8,15.2,16.9,19.3c8.6,4.3,17.9,6.7,27,9.7c9,2.9,17.8,6.2,25.9,11.2 c5.2,3.2,9.6,7.1,12.3,12.6c1.7,3.6,3.1,7.3,2.2,11.4s-3.3,7.4-5.2,11c-2.5,4.4-4.7,9-5.4,14.1c-2,14.6,2.4,27.4,11,39.1 c3.3,4.3,7.1,8.2,11.4,11.6c4.4,3.7,9.5,6.5,14.9,8.4c5.9,1.9,12,3.3,18,4.9c2.1,0.5,4.2,0.9,6.3,1.3c-2.1-1.4-4.4-2.5-6.5-3.7 c-7.4-4.1-14.1-9.1-19.1-16c-4.4-6.3-7.9-13.2-10.2-20.4c-4.1-12.1-4.7-24.2-0.9-36.6c1.2-4.1,1.9-8.4,2-12.7 c0.2-7.9-2-15.2-8.7-20.1c-3.7-2.8-7.8-5.1-12-7.1c-10.7-4.8-22-7.4-33.4-9.8c-6.1-1.3-12.2-2.9-17.7-5.9 c-9.2-5.1-16.8-12.2-23.8-19.9C1024,264.8,1022.1,262.5,1020.1,260.3 M1038.5-171.6c0.1,0.9,0.2,1.5,0.3,2.1 c0.9,3.8,1.7,7.6,2.6,11.4c2.1,7.9,5.9,14.7,12.9,19.3c5,3.3,10.3,4.7,16.1,2.7c2.4-0.8,4.9-1.5,7.3-2.3 c3.9-1.4,8.2-1.6,12.2-0.5c4.2,1.3,8.2,2.8,12.2,4.6c7.9,3.4,15.9,5,24.5,2.5c8.2-2.4,16.6-4.4,25.3-1.2 c-0.4-0.8-1-1.4-1.7-1.9c-3.3-1.6-7-2.4-10.7-2.4c-6.3-0.2-12.6-0.9-18.5-3.4c-3.8-1.7-7.5-3.8-10.9-6.2 c-3.9-2.7-8.4-4.4-13.1-4.9c-4.5-0.5-8.8,0.4-13.2,1c-1.3,0.2-2.7,0.2-4.1,0.4c0-0.2-0.1-0.4-0.1-0.6c2.3-0.5,4.6-0.9,6.9-1.4 c9.4-2,18.1-1.1,26,4.9c5.7,4.4,12.3,6.3,19.3,7.4c6,1,12.3-0.1,18.2,2.8c0-0.3-0.1-0.6-0.2-0.9c-3.4-4.8-7.1-9.4-12.1-12.7 c-5.6-3.7-11.9-6.2-18.5-7.5c-7-1.6-14.3-2.1-21.4-1.5c-6.9,0.7-13.3,3.1-19.9,5.2c-11.7,3.8-25.8,0.7-34.2-9.7 C1042-166.5,1040.4-168.9,1038.5-171.6 M1156.4-142.1c0.3-0.1,0.5-0.1,0.5-0.1c0.1-0.1,0.2-0.3,0.3-0.4 c5.2-7.7,11-14.9,18.2-20.8c6.1-4.9,16.2-5.8,22.7-1.6c3.7,2.3,7.4,4.8,11.2,7.1c5.1,3.3,10.9,5.4,17,6.1 c6.4,0.6,12.1-1.7,17.2-5.2c8.2-5.4,15.2-12.3,20.7-20.4c0.9-1.4,2-2.6,3-3.9l-0.3-0.3c-0.6,0.6-1.3,1.3-2,1.8 c-3.9,3.4-8.5,5.4-13.3,7.4c-9.4,3.9-18.7,3.2-27.7-1.1c-6.3-2.9-12.2-6.5-18.5-9.5c-4.9-2.4-10.1-3.8-15.6-3.1 c-8.9,1.2-15.5,6.3-21.2,12.6c-3.7,4.1-6.7,8.9-9.9,13.4c-1.8,2.5-2.7,6.9-2.1,9.2c0.3-1,0.7-2,1.1-3 c5.2-9.9,12.1-18.4,22.1-23.9c5.6-3.2,12.3-3.7,18.2-1.4c3.1,1.3,6.1,2.7,9,4.4c0.6,0.4,1.2,0.9,1.7,1.4 c-0.1,0.1-0.2,0.3-0.3,0.4c-1.2-0.6-2.4-1.2-3.6-1.8c-6.1-3.3-12.5-5.2-19.4-3.1c-5.1,1.5-9.3,4.6-13.1,8.2 c-7.5,6.9-13,15.6-15.9,25.3C1156.5-143.5,1156.4-142.8,1156.4-142.1 M1148.5-128.2l-0.1-0.3c-0.8,0.3-1.5,0.6-2.3,0.9 c-1.6,0.8-3.1,1.6-4.6,2.5c-6.1,3.5-11.1,8-13.9,14.6c-1.5,3.7-3.3,7.2-5.3,10.6c-4.2,6.7-10.5,11.1-17.5,14.4 c-2.4,1.1-4.9,2.2-7.4,3.2c-0.1-0.2-0.2-0.3-0.3-0.5c0.3-0.3,0.7-0.5,1-0.7c3.3-1.8,6.7-3.4,9.9-5.4 c7.5-4.7,13.4-10.8,16.1-19.5c1.4-4.6,3.9-8.8,7.3-12.2c1.6-1.6,3.4-3.1,5.1-4.6c-5.5,1.6-10.9,3.1-14.8,7.6 c-3.7,4.2-6.4,9.1-9.1,14c-3,5.9-7.8,10.7-13.6,13.8c-3.9,2-7.9,4-11.7,6.2c-4.5,2.4-8,6.3-9.9,11c-2.5,6.1-4,12.5-4.7,19.1 c-0.1,1.1,0,2.3,0,3.4c0.7-1.1,1.1-2.3,1.6-3.3c1.7-3.7,3.7-7.3,5.8-10.8c2-3.2,4.4-6,7.2-8.5c4.5-3.9,10-6.2,15.6-8.1 c8-2.8,15.8-6,22.6-11.3c5.6-4.4,10-10.1,12.8-16.7c1.9-4.5,3.7-9,5.8-13.4C1145.2-124.3,1147-126.1,1148.5-128.2'/%3E%3Cpath id='Path_558_00000155838572073023542070000011179020606891244950_' class='st0' d='M1320.9,595.5l-2.3-1.5 c1-1.6,2-3.2,2.8-4.8c3.7-7.1,6.5-14.7,8.2-22.5c1.5-6.4,2.6-13,3.5-19.6c1.1-8.5,0.9-17.2-0.7-25.6c-1.3-7.7-3-15.2-5.1-22.7 c-1.9-6.5-4.8-12.7-7.3-19c-3.3-8.4-5.9-17-5.8-26.2c0.2-8.9,1.1-17.7,3.8-26.2c0.8-2.4,1.6-4.9,2.1-7.3 c-1.8,2.3-3.6,4.6-5.4,6.9c-5.6,7.5-10.1,15.8-13.2,24.7c-2.6,7.5-4.7,15.1-6.5,22.9c-2.2,9.6-2.9,19.5-2.3,29.3 c0.4,8.2,2.3,16.1,4.5,24c3.3,12.1,6.9,24.1,9.7,36.3c1.7,7.4,2.3,15.1,3.3,22.7c0,0.6,0,1.1-0.1,1.7c-1.7-0.7-2.8-1.3-2.9-3.4 c-0.8-11.5-3.2-22.7-6.3-33.7c-3-10.6-6.2-21.1-9-31.7c-3.4-12.9-3.5-26-1.5-39.2c1.5-10.3,4.2-20.5,7.9-30.2 c5.6-14.5,14.1-27.7,25-38.8c5.8-6,12.3-11.5,19.2-16.2c5.1-3.4,10.4-6.5,16.3-8.3c4.7-1.4,8.9-0.3,13,2.1 c6.7,3.9,11.4,9.7,15,16.5c2.1,4.1,4.3,8.1,6.7,12c2.6,4.1,6.3,7.4,10.7,9.5c4.6,2.2,9.2,4.4,13.7,6.9 c8.6,4.7,14.9,12.7,17.5,22.1c2.2,7.5,4,15.1,6.1,22.6c2.1,8,5.5,15.5,10.1,22.3c2.3,3.3,4.7,6.5,7,9.8c0.7,0.9,1.3,2,0.3,3.1 c-0.9,1-2,0.6-2.9-0.1c-2-1.6-4.1-3.2-6-5c-9.1-8.7-16.9-18.7-23.1-29.7c-5.8-10-13.1-18.5-23.5-24c-7.3-4-15.7-5.6-24-4.6 c-6.1,0.7-11.4,3.5-16.4,7c-3.9,2.7-7.8,5.3-10.5,9.3c-7.9,11.5-11,23.9-6.3,37.5c2.6,7.4,5.3,14.8,7.7,22.3 c3.5,11.3,6.1,22.9,6.6,34.8c0.4,9.6-0.6,19.1-5.4,27.7c-3.8,6.6-8.5,12.6-14,17.9c-1.7,1.7-2.5-0.4-4.1-0.7 c0.6-0.6,0.9-1,1.3-1.4c5.3-4.9,9.8-10.6,13.5-16.8c2.6-4.7,4.2-10,4.8-15.3c1.5-11-0.4-21.7-2.8-32.3 c-2.5-11.2-6.4-22-10.3-32.7c-6.3-17.3-2.6-32.8,9.4-46c7-7.7,16-13.1,26.7-14.4c7.3-0.8,14.6,0.4,21.3,3.2 c5.9,2.4,10.8,6,15.6,10.1c4.8,4.2,8.4,9.3,11.8,14.6c3.8,5.9,7.6,11.8,11.7,17.5c2.4,3.3,5.1,6.4,8.1,9.2c0-0.3,0-0.5-0.1-0.8 c-5.2-7.9-8.3-16.7-10.7-25.8c-1.7-6.4-3.3-12.9-5.4-19.1c-2.9-9.1-9.5-16.7-18.2-20.8c-4.1-2-8.3-3.9-12.4-6 c-5.5-2.7-9.3-7.1-12.3-12.3c-2.7-4.6-5-9.4-7.9-13.9c-3.5-5.6-8.1-10.2-14.5-12.6c-3.4-1.3-6.7-0.5-9.9,0.9 c-9.1,4-16.9,9.9-24.6,16.3c-5.8,4.9-8.8,11.1-11.1,18c-3.3,10.1-4.6,20.8-3.9,31.4c0.5,6.3,2,12.4,4.4,18.3 c2.7,7.2,5.9,14.4,8.3,21.7c3,9.4,5,19.1,6,28.9c0.9,7.9,0.8,15.9-0.3,23.8c-1.2,9.2-3.3,18.2-6.2,27c-2,6-4.6,11.8-7.9,17.3 L1320.9,595.5'/%3E%3Cpath id='Path_559_00000084494858422673765560000013554250713910410146_' class='st0' d='M1308,90c4.5-7.3,10.6-13.1,17.3-18.3 c7.2-5.6,14.9-10.3,23.2-14.1c5.8-2.7,11.6-5.5,16.4-9.9c5.9-5.2,9.9-12.2,11.5-19.9c1.4-7.1,2-14.2,0.3-21.3 c-1.2-4.9-2.9-9.8-4.6-14.6c-3.4-9.2-5-18.9-4.7-28.7c0.2-9,1.5-18,3.9-26.7c2.5-9,6.9-17.1,12.2-24.8c2.9-4.2,5.9-8.3,9-12.4 c0.6-0.9,1.4-2.5,2.7-1.4c1.2,0.9,0,2.1-0.6,3c-5.7,8.4-9.7,17.8-11.8,27.7c-1.4,6-1.9,12.1-1.5,18.3c0.5,6,2.8,11.3,5.6,16.4 c3,5.5,7.6,9.5,11.8,14c5.2,5.6,10.3,11.4,13.8,18.2c3.1,5.8,3.4,12.1,2.5,18.4c-0.7,4.9-1.6,9.8-2.7,14.7 c-1.3,6.5-3.3,12.9-6,18.9c-3.1,7-7.5,13.3-12.8,18.7c-5.3,5.1-11.7,8.1-18.7,10c-12.6,3.6-25.6,5.6-38.5,7.8 c-8.1,1.4-16.1,3.4-23.4,7.3c-1.1,0.6-2.2,1.4-3.4,2c-0.7,0.2-1.5,0.4-2.2,0.5c0-0.7,0.1-1.5,0.2-2.2 C1307.6,91,1307.8,90.5,1308,90L1308,90 M1311.8,87.8c0.1,0.2,0.3,0.3,0.4,0.5c0.3-0.1,0.5-0.2,0.8-0.3 c6.9-3.2,14.2-5.4,21.7-6.6c13.2-2.3,26.5-4.2,39.5-7.9c6-1.7,11.6-4.1,16.2-8.3c8.1-7.4,13.3-16.6,16.6-26.9 c2.5-8.2,4.3-16.6,5.2-25.1c0.7-6,0-11.8-3-17.1c-3.4-5.8-7.5-11.2-12.3-16c-4.2-4.4-8.7-8.4-11.8-13.8c-2.9-5-5.3-10.2-6.2-16 c-1.4-9.6,0-18.9,2.7-28c0.3-0.9,0.5-1.9,0.8-2.8c0.3-0.8,0.6-1.7,0.9-2.5c-0.4,0-0.6,0.1-0.7,0.2c-3.8,5.8-6.7,12-8.8,18.6 c-0.9,2.6-1.5,5.2-1.7,8c-0.2,8.2,1,16.4,3.5,24.1c3.4,10.7,7.3,21.3,11,31.9c2.4,7.1,5,14.1,5.7,21.6 c0.6,6.1,0.1,12.2-2.4,17.9c-4.3,9.9-12.3,16.1-22.2,19.6c-5.8,2-12,2.9-18.1,4c-6.6,1.1-12.8,3.6-18.2,7.4 c-3.4,2.5-6.7,5-9.9,7.8C1318.2,81.1,1315.1,84.5,1311.8,87.8 M1347,61.3c0,0.1,0,0.2,0,0.3c2.7-0.5,5.3-1,8-1.5 c8.5-1.3,16.6-3.5,23.5-9.1c5.6-4.5,10-9.7,11.4-17c1.7-8.5,0.7-16.8-2.1-24.9c-3.2-9.1-6.4-18.3-9.7-27.4 c-3-7.8-5.1-15.9-6.2-24.1c-0.3-2.1-0.5-4.2-0.9-6.7c-0.1,0.3-0.3,0.6-0.4,0.9c-0.3,2.4-0.6,4.7-0.8,7.1 c-0.9,10.8,0.6,21.7,4.3,31.9c1.7,4.9,3.4,9.8,4.8,14.9c1.8,6.8,1,13.6-0.1,20.4c-2.1,13.2-9.5,22.7-20.9,29.2 C1354.4,57.5,1350.7,59.3,1347,61.3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg id='Group_1094_00000171714507104648640470000015339100849448868749_' transform='matrix(0.719, 0.695, -0.695, 0.719, 217.087, 0)'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1093_00000116952105215305191110000008125779168463299754_'%3E%3Cpath id='Path_560_00000002351849795374489470000006516761528209739415_' class='st0' d='M781.8,732.7 c0.3-0.1,0.5-0.1,0.8-0.2c2.6-0.2,5.2-0.9,7.4-2.3c2.8-1.4,4.5-4.4,4.4-7.5c0-0.8,0-1.6,0-2.6c0.8-0.1,1.6-0.3,2.5-0.4 c1.9-0.2,3.7-0.8,5.4-1.7c3.2-1.8,5.5-5,5.9-8.7c0.8-3.9-0.2-7.9-2.6-11.1c-0.5-0.7-1.1-1.4-1.7-2.1c-0.6-0.6-0.8-1.5-0.3-2.2 c0.6-1.2,1.1-2.4,1.6-3.7c1-2.4,1-5,0.1-7.4c-1-3-3-5.6-5.6-7.5c-2.8-2-6.3-2.7-9.7-2c-0.7,0.1-1.4,0.3-2.1,0.4 c0.6-4.7-1.1-8.6-3.8-12.1c-1.8-2.5-4.4-4.4-7.4-5.4c-2.4-0.8-4.9-1.1-7.4-0.9c-1.5,0.2-3.1,0.5-4.6,0.8 c-1.2,0.3-2.4-0.1-3.3-0.9c-1.1-1-2.3-2.1-3.5-3c-1.5-1.3-3.3-2.2-5.2-2.7c-2.4-0.6-5-0.5-7.3,0.5c-2.5,1-4.8,2.4-6.7,4.1 c-3.1,2.5-5.6,5.7-7.4,9.3c-0.8,1.7-1.3,3.5-1.9,5.2c-0.1,0.2-0.2,0.5-0.3,0.8c-2.2-2.1-4.7-2-7.2-1.1c-1.2,0.5-2.3,1-3.4,1.7 c-2.4,1.4-3.8,4-3.5,6.8c0,0.2,0,0.4,0,0.6c0.1,0.8-0.4,1.6-1.2,1.9c-1.3,0.5-2.5,1.2-3.6,2c-4.3,3-4.4,7.7-2.8,11.4 c0.8,1.7,1.8,3.3,3,4.7c2.4,3,4.9,6,7.3,9.1c3.8,4.9,6.8,10.3,9.1,16.1c1.2,3.2,2.2,6.4,2.7,9.8c0.8,4,0.6,8.2-0.7,12 c-0.3,0.8-0.7,1.6-1.1,2.4c-3.3,5.6-6.7,11.1-10,16.7c-2.7,4.6-5.3,9.2-7.9,13.9c-2.9,5.2-5.8,10.4-8.7,15.6 c-2.3,4.1-4.5,8.3-6.7,12.4c-0.3,0.5-0.6,1-1,1.5c0.1-1.3,0.2-2.6,0.2-3.9c0.1-3.6-0.8-7.2-2.7-10.2c-1.6-2.8-3.5-5.5-5.2-8.2 c-1.7-2.5-3-5.3-3.9-8.1c-0.9-3-1.1-6.2-0.6-9.3c0.6-4.6,1.5-9.3,2.7-13.8c0.1-0.5,0.2-1.1,0.3-1.6s0.1-1-0.4-1.2 s-0.8,0.2-1.1,0.6c-0.7,1-1.4,2-2,3.1c-1.8,3.1-3.3,6.3-4.7,9.6c-1.1,2.7-1.9,5.6-2.3,8.5c-0.7,6.6,0.7,12.5,5.5,17.4 c2.5,2.5,5.1,5,7.4,7.8c2.7,3.2,4.4,7.2,4.7,11.4c0.1,1.1-0.1,2.2-0.7,3.2c-1.6,3.1-3.2,6.2-4.8,9.3c-1.7,3.3-3.4,6.6-5.1,9.9 c-2.8,5.5-5.5,11-8.2,16.5c-3.2,6.5-6.4,13.1-9.5,19.6c-1.9,4-3.8,7.9-5.7,11.9c-2.5,5.3-4.9,10.5-7.3,15.8 c-3.8,8.5-7.6,17-11.2,25.6c-2.7,6.6-5.3,13.3-7.7,20c-1.9,5.2-3.5,10.4-5.3,15.7c-0.5,1.5-0.9,3-1.4,4.6l1.8,0.7l1-3.1 c0.9-2.8,1.8-5.6,2.7-8.4c1.2-3.5,2.4-7,3.6-10.5c0.6-1.8,1.3-3.6,2-5.3c3.3-8.2,6.6-16.5,10-24.6c1.8-4.4,3.8-8.7,5.8-13 c1.6-3.6,3.3-7.1,4.9-10.7c0.7-1.5,1.8-2.9,3.2-3.8c7.7-5.4,14.1-12.6,18.5-20.9c1.2-2.2,2.3-4.4,3.5-6.6 c0.2-0.4,0.5-0.8,0.7-1.3c0.2-0.4,0.5-0.9,0-1.3c-0.4-0.3-0.8-0.1-1.2,0.4c-0.8,0.9-1.6,1.9-2.4,2.8c-3.1,3.5-6.3,6.7-9.8,9.8 c-1.3,1.1-2.4,2.5-3.6,3.8c-0.2,0.3-0.6,0.6-0.9,0.7c0.3-0.7,0.6-1.5,1-2.2c1.4-3,2.8-5.9,4.3-8.9c1.6-3.3,3.2-6.5,4.8-9.8 c1.1-2.2,2.1-4.4,3.2-6.6c1-2.1,2.1-4.1,3.1-6.2c0.9-1.8,1.8-3.7,2.8-5.5c1.1-2.1,2.1-4.2,3.2-6.3c1.2-2.5,2.4-4.9,3.7-7.4 c1.8-3.4,3.6-6.7,5.4-10.1c1.1-2,2.2-4.1,3.2-6.1c1.3-2.5,2.7-5,4.1-7.4c1.3-2.3,2.5-4.6,3.8-7c1.4-2.5,2.8-4.9,4.2-7.4 c1.6-2.8,3.3-5.7,4.9-8.5c2.7-4.7,5.5-9.4,8.3-14.1c1-1.7,2.1-3.2,3.1-4.9s2.1-3.4,3-5.1c0.8-1.4,2-2.6,3.4-3.2 c3.4-1.7,7.1-2.7,10.9-3c6.2-0.4,12.3,0.7,18,3.1c2,0.9,4.1,1.5,6.2,1.8c3,0.5,6.1-0.2,8.6-2c2.9-2.2,4.6-5.6,4.5-9.3 C781.8,733.4,781.8,733.1,781.8,732.7 M731.6,740l-0.3-0.1c0.1-0.8,0.2-1.5,0.3-2.3c0.2-0.8,0.4-1.6,0.6-2.4 c0.8-3,1.4-6.2,1.7-9.3c0.3-3.3,0.6-6.5,0.7-9.8c0.1-2.6-0.2-5.1-0.3-7.7c-0.2-2.7-0.4-5.5-0.8-8.2c-0.9-6.2-2-12.3-3-18.5 c-0.6-2.9-0.7-5.8-0.5-8.8c0.5-5.1,2.6-9.9,5.8-13.8c2.4-3.1,5.5-5.6,9.1-7.3c2.4-1.3,5.2-1.5,7.8-0.7 c1.8,0.6,3.5,1.5,4.9,2.8c0.8,0.7,1.6,1.4,2.4,2.2c1.3,1.4,3.3,2,5.2,1.6c1.3-0.3,2.6-0.5,3.9-0.7c3.4-0.5,6.8,0.3,9.7,2.1 c3.6,2.3,6.1,5.9,7.1,10.1c0.4,1.3,0.5,2.6,0.4,4c0,0.8-0.5,1.5-1.3,1.8c-1.9,0.9-3.7,2-5.3,3.3c-5.1,4.1-9.9,8.8-14.1,13.8 c-5.3,6.1-10,12.5-14.6,19.1c-1.9,2.7-3.8,5.5-5.7,8.2c-2.3,3.2-4.5,6.5-6.8,9.7c-0.1,0.2-0.3,0.4-0.4,0.5 c2.1-5.4,3.7-10.9,4.9-16.5s2-11.2,2.7-16.9c0.5-4.8,1-15.8,0.5-17.2c-0.1,0.2-0.1,0.4-0.2,0.6c-0.2,3.5-0.4,6.9-0.7,10.4 c-0.6,6.3-1.5,12.6-2.8,18.8c-1,4.9-2.3,9.7-3.9,14.4c-1.6,4.7-3.6,9.3-5.7,13.8C732.6,738,732.1,739,731.6,740 M778.6,711.3 l-0.1-0.3c-0.2,0-0.4-0.1-0.6,0c-0.7,0.2-1.3,0.4-1.9,0.5c-4.1,1.1-8,2.5-11.8,4.4c-4.6,2.4-9,5.1-13.1,8 c-4.7,3.3-9.4,6.6-13.4,10.8c-0.1,0.1-0.3,0.2-0.4,0.3c0-0.1,0-0.2,0.1-0.4c2.3-3.5,4.6-7,6.8-10.6c3.1-5,6.4-9.8,9.9-14.6 c5.2-7.3,10.5-14.5,16.7-20.9c3-3.3,6.3-6.3,9.8-9c2.4-1.9,5.2-3.4,8.2-4.2c2.4-0.8,5.1-0.7,7.5,0.1c3.3,1.3,5.9,3.9,7.3,7.2 c1.1,2.1,1.2,4.5,0.4,6.7c-0.5,1.4-1.1,2.9-1.7,4.2c-0.6,1.1-0.4,2.4,0.4,3.3c0.6,0.8,1.3,1.6,1.9,2.4c2.3,3,3.1,7,2.2,10.7 c-0.5,2.7-2.1,5.2-4.5,6.7c-1.9,1.1-3.9,1.8-6.1,2c-0.6,0-1.1,0.1-1.7,0.2c-1,0.1-1.7,0.9-1.6,1.9c0,0.1,0,0.1,0,0.2 c0,0.5,0.1,1,0.1,1.6c0.2,2-0.5,4.1-2,5.5s-3.4,2.3-5.4,2.8c-2.6,0.6-5.3,0.7-8,0.4c-8.8-0.8-17.7-1.1-26.5,0.3 c-2.5,0.4-5,1-7.5,1.9c-1.4,0.5-2.7,1.1-4.1,1.6c0.8-0.8,1.7-1.5,2.6-2.2c4.5-3.4,9.1-6.9,13.6-10.3 c5.1-3.7,10.7-6.6,16.7-8.6c1.6-0.5,3.3-1,4.9-1.6C777.7,711.8,778.2,711.5,778.6,711.3 M731.4,733.2h-0.3 c-0.1-0.6-0.2-1.1-0.3-1.7c-0.9-3.9-2.1-7.8-3.6-11.5c-2.2-5.2-5-10.1-8.5-14.5c-2.5-3.2-5.1-6.3-7.6-9.5 c-1.1-1.3-2.1-2.8-2.7-4.5c-1-2.4-0.7-5.1,0.8-7.2c0.8-1.1,1.9-2,3.1-2.7c0.9-0.5,1.8-0.9,2.7-1.3c0.9-0.3,1.5-1.1,1.5-2 c0-0.7,0.1-1.5,0.1-2.2c-0.1-1.3,0.5-2.5,1.4-3.4c1.6-1.6,3.5-2.6,5.7-3.1c1-0.2,2-0.2,3,0.1c0.9,0.3,1.3,1,1.9,1.6 c0.4,0.5,0.2,1,0.1,1.5c-0.2,2.7-0.1,5.4,0.3,8c0.7,4,1.4,8.1,2,12.1c0.6,3.7,1,7.4,1.5,11.2c0.3,2.2,0.4,4.4,0.5,6.7 c0.1,2.9,0.2,5.9,0.1,8.8c-0.1,2.7-0.5,5.4-0.9,8.1C732,729.5,731.7,731.3,731.4,733.2 M780.1,732.5c0.7,1.9,0,4.7-1.2,6.7 c-2.3,3.7-5.8,4.8-9.9,4.4c-2.1-0.3-4.2-0.9-6.2-1.8c-2.6-1-5.3-1.9-8.1-2.5c-3.3-0.7-6.6-0.9-10-0.7 c-3.8,0.3-7.4,1.2-10.8,2.8c-0.3,0.1-0.6,0.2-0.9,0.3c0.5-1.1,1.4-2.1,2.4-2.8c2.1-1.4,4.3-2.6,6.7-3.6 c5.6-2.2,11.5-3.4,17.5-3.5c3.7-0.2,7.4-0.1,11.1,0C773.8,732,776.9,732.3,780.1,732.5 M682.7,752.6l0.2,0.1 c0,0.2,0,0.5,0,0.7c-0.6,2.8-1.3,5.6-1.9,8.5c-0.7,3-1,6.2-1,9.3c0,1.8,0.3,3.5,0.8,5.2c0.9,2.8,2.1,5.4,3.7,7.8 c1.7,2.7,3.4,5.3,5.1,8c2.2,3.4,3.3,7.3,3.1,11.3c0,0.7-0.1,1.5-0.2,2.2c-0.5-1-0.9-2-1.3-3c-1.1-3.1-3-5.9-5.3-8.2 c-2.1-2-4.1-4.2-6.1-6.2c-3.3-3.5-5.2-8.1-5.1-13c0.1-3.7,0.8-7.4,2.2-10.9c1.2-3.2,2.7-6.4,4.4-9.4 C681.7,754.3,682.2,753.4,682.7,752.6 M658.7,880.8c0.1-0.2,0.2-0.4,0.3-0.6c0.6-1.1,1.3-2.1,1.9-3.2 c2.4-4.5,5.6-8.4,9.4-11.8c1.8-1.6,3.6-3.4,5.3-5.1c1-1,1.9-2,2.8-3C673.9,866.8,667.6,874.9,658.7,880.8'/%3E%3Cpath id='Path_561_00000033362803155273398810000017948614760488246709_' class='st0' d='M571.6,856.7c-1.1-0.9-2-1.7-2.9-2.5 c-2.6-2.1-5.7-3.3-9-3.5c-2-0.1-4-0.1-6-0.2c-3.6-0.1-7.2-1-10.4-2.6c-2-1-3.9-2.2-5.7-3.7c-0.7-0.5-1.3-1.2-2-1.8 c-0.2-0.1-0.5-0.3-0.7-0.3l-0.1,0.2c0.3,0.5,0.6,1,0.8,1.5c1.1,1.9,2.1,3.8,3.3,5.6c3.2,4.4,7.9,7.7,13.2,9.1 c3.7,1.1,7.5,2.1,11.2,3.2c2.8,0.8,5.4,1.9,7.9,3.3c1.8,1,3.4,2.4,4.7,4c0.3,0.4,0.6,1,0.7,1.5c3.1,9.7,5.8,19.5,8.1,29.4 c1.8,8,3.5,16,4.9,24.1c1.2,7.3,2.3,14.6,3.4,21.9c0.2,1.4,0.5,2.4,2,2.8c0.4,0.1,0.7,0.3,1,0.5c0,0,0.1,0,0.2-0.1 c-0.1-1-0.2-1.9-0.4-2.9c-0.8-5.2-1.5-10.3-2.4-15.4c-1-5.9-2-11.8-3.2-17.7c-2.2-10.9-4.8-21.7-7.9-32.4 c-3.5-12.1-7.9-24-13.1-35.5c-4.4-9.7-9.6-19-15.4-27.8c-1.5-2.3-3.2-4.4-4.8-6.7c-0.5-0.6-0.6-1.4-0.2-2.1 c1.6-3.9,4.2-7.3,7.5-10c1.6-1.4,3.3-2.6,4.9-3.8c4.8-3.6,5.8-10,4.2-14.6c-0.6-1.8-1.8-3.4-3.5-4.3c-1.4-0.8-3.1-0.9-4.6-0.3 c0-0.3,0-0.6,0-0.8c0.1-1.5,0.3-3,0.3-4.4c-0.1-2-0.8-3.9-2.1-5.5c-0.9-1.1-1.8-2.2-2.8-3.2c-0.8-0.7-1.1-1.8-0.8-2.8 c0.4-1.8,0.4-3.6,0.2-5.4c-0.2-1.6-0.8-3-1.6-4.4c-1.7-2.8-4-5.1-6.8-6.9c-5.1-2.9-11.4-2.2-15.8,1.7 c-0.3,0.3-0.8,0.4-1.1,0.2c-0.4-0.2-0.7-0.3-1.1-0.5c-2.2-1.3-4.9-1.2-7,0.2c-3.7,2.1-6.4,5.7-7.4,9.8 c-0.9,3.5-0.9,7.2,0.1,10.7c0.1,0.3,0.1,0.5,0.2,0.8c0,0.1,0,0.2,0,0.3c-0.7,0-1.3,0-2,0c-5.8,0-11.1,3.7-13,9.2 c-1.1,3-0.9,6.3,0.5,9.1c1.1,2.6,2.8,4.8,5,6.5c0.6,0.4,1,1.1,0.9,1.9c-0.2,3.4,1.4,5.9,4,7.8c2.7,2,5.9,3.2,9.2,3.7 c0.7,0.1,1.4,0.2,2.3,0.3c-0.2,0.3-0.4,0.5-0.6,0.7c-1.5,1.5-2.4,3.4-2.6,5.5c-0.2,2.4,0.9,4.7,2.9,6 c3.6,2.8,8.6,3.5,12.8,1.6c1.6-0.7,3.2-1.7,4.5-2.9c0.9-0.7,1.9-1.5,2.8-2.2c1.7-1.3,3.8-2,5.9-1.9c1.2,0,2.4,0.4,3.4,1.2 c1.1,1.1,2.2,2.3,3.1,3.5c5.8,8.7,10.9,17.9,15.2,27.5c2,4.3,3.7,8.8,5.6,13.2C571.4,856.1,571.5,856.3,571.6,856.7 M542.4,802.2c-2.5-2.7-5-5.4-7.4-8.2c-3.7-4.2-7.3-8.5-10.9-12.7c-3.3-3.9-6.3-8-9-12.4c-3.1-5.4-3.9-11.1-1.7-17 c1-2.8,3-5.2,5.5-6.8c1.6-1.2,3.6-1.4,5.4-0.6c0.4,0.2,0.8,0.4,1.2,0.6c1.1,0.7,2.6,0.5,3.5-0.5c0.9-0.8,1.9-1.4,3-1.8 c4.2-1.9,9-1.1,12.4,2c1.4,1.2,2.7,2.6,3.8,4.1c1.5,1.9,2.2,4.2,2.2,6.5c0,1.1-0.1,2.3-0.3,3.4c-0.3,1.1,0,2.3,0.8,3.1 c0.6,0.6,1.2,1.3,1.8,1.9c2.7,2.6,3.9,6.4,3,10c-0.7,3-1.6,6-2.9,8.8c-1.6,3.8-3.3,7.6-4.9,11.4c-1.5,3.4-2.2,7-2.3,10.7 c0,0.1-0.1,0.2-0.2,0.5c-0.5-1.1-1-2-1.5-2.9c-1.1-2.2-2-4.6-2.4-7.1c-0.3-1.9-0.6-3.9-0.7-5.9c-0.2-2.1-0.2-4.2-0.1-6.4 c0.1-2.5,0.4-5,0.6-7.4c0.1-1.1,0.1-2.3,0.2-3.5c0-0.6,0-1.3,0-1.9c-0.4,1.1-0.7,2.3-1,3.5c-1.1,3.9-1.1,7.9-1.3,11.9 c0,1,0.1,1.9,0.1,2.9c0,2.8,0.4,5.6,1.2,8.3C541,798.5,541.7,800.3,542.4,802.2 M543.2,806c-0.5-0.3-0.9-0.6-1.4-0.9 c-2.2-1.7-4.7-2.8-7.4-3.5c-2.2-0.4-4.5-0.5-6.8-0.1c-2.3,0.3-4.5,0.7-6.8,0.8c-4.2,0.2-8.4-0.8-12-2.9 c-2.9-1.7-4.7-4.1-4.8-7.5c0-1.1-0.5-2.1-1.3-2.8c-2.3-1.9-3.9-4.4-4.8-7.3c-0.9-2.3-0.8-4.8,0.1-7.1c0.9-2.1,2.2-3.9,4-5.3 c2.6-2.3,6.2-3.1,9.5-2.1c0.8,0.2,1.4,0.7,1.8,1.4c0.8,1.5,1.6,2.9,2.6,4.3c2.8,3.9,5.8,7.7,9,11.4c2.5,2.9,5.1,5.8,7.6,8.7 c0.8,0.9,1.6,1.8,2.4,2.7c-0.1,0.1-0.2,0.1-0.2,0.1c-0.1-0.1-0.3-0.1-0.4-0.2c-5.5-3.6-11.3-6.6-17.5-8.8 c-1.1-0.5-2.2-0.7-3.4-0.8c0.3,0.3,0.6,0.5,0.9,0.6c1.5,0.7,3,1.4,4.4,2.1c3.9,1.7,7.7,3.6,11.4,5.7 C535.3,797.4,539.7,801.3,543.2,806 M544.3,808.9c-0.2,0.1-0.4,0.1-0.6,0.1c-2.1,0-4.2,0.6-5.9,1.9c-1.3,0.9-2.6,1.9-3.9,2.9 c-1.7,1.4-3.6,2.4-5.7,2.9c-2.3,0.5-4.8,0.4-7.1-0.3c-1.8-0.4-3.4-1.5-4.3-3.1c-1.2-1.9-1.2-4.3-0.1-6.2 c1.1-1.9,3-3.1,5.1-3.4c2.3-0.4,4.6-0.7,7-1c2.7-0.4,5.4,0,7.9,1c2.7,1.3,5.2,2.9,7.5,4.9 C544.2,808.7,544.2,808.8,544.3,808.9 M547.5,807.3c-0.1-0.3-0.2-0.6-0.2-1c-0.2-1.9-0.1-3.9,0.3-5.8c0.9-3.8,2.1-7.5,3.8-11 c1.7-3.8,3.2-7.8,4.8-11.6c0.1-0.3,0.3-0.6,0.5-0.7c1.3-0.6,2.8-0.7,4.1-0.1c1.5,0.7,2.5,2,3,3.6c1.5,4.2,0.5,8.9-2.7,12.1 c-1.1,1-2.2,2-3.4,2.9c-2.8,2-5.3,4.4-7.3,7.2C549.3,804.2,548.5,805.7,547.5,807.3 M575,866c-0.9-0.6-1.6-1.2-2.4-1.7 c-2.5-1.5-5.1-2.7-7.9-3.5c-3.1-1-6.2-1.7-9.3-2.6c-2.3-0.6-4.6-1.4-6.8-2.3c-3.1-1.5-5.9-3.6-8.1-6.3c-0.6-0.6-1-1.2-1.3-2 c1.2,0.6,2.4,1.2,3.5,1.8c3.4,1.7,7.2,2.7,11,2.8c1.4,0,2.8,0,4.1,0c2.3,0,4.7,0.5,6.8,1.4c2.9,1.5,5.5,3.6,7.4,6.3 C573.5,861.5,574.5,863.7,575,866'/%3E%3Cpath id='Path_562_00000181801173416559624630000016641197047906631815_' class='st0' d='M633.9,834.1 c0.3-1.6,0.7-3.2,0.9-4.7c0.6-4-0.1-8.1-2.2-11.6c-1-1.8-2.7-3.1-4.6-3.6c-1.3-0.3-2.8-0.2-4.1,0.2c-0.9,0.3-1.8,0.7-2.7,1 c-0.3,0.1-0.5,0.2-0.9,0.3c0-0.9,0-1.8-0.1-2.6c-0.4-2.7-2-5.1-4.3-6.5c-3.8-2.3-8.1-0.1-9.6,2.5c-0.7,1.1-1.3,2.4-1.9,3.6 c-0.2,0.4-0.4,0.9-0.6,1.3c-0.6,0-1.1,0-1.6,0c-0.9,0-1.8,0.5-2.3,1.3c-0.7,1.4-1.1,2.9-1.1,4.4c-0.1,0.7,0.1,1.6-0.3,2 c-0.3,0.4-1.2,0.4-1.8,0.5c-3,0.7-5.1,3.4-5.1,6.5c-0.3,4,1.2,8,4.1,10.8c0.5,0.5,1,1,1.8,1.7c-0.3,0.1-0.6,0.3-0.9,0.5 c-2.1,1.6-2.9,4.4-1.8,6.8c0.9,2,2.2,3.8,3.8,5.3c2.4,2.2,5.2,4.1,8.1,5.5c2,1,4,2.1,5.9,3.2c3.5,2.1,6.3,5.3,7.7,9.1 c1.4,2.1,1.3,4.5,1.4,6.8c0.1,2.5,0.1,5.1,0,7.6c-0.2,4.1-0.5,8.2-0.8,12.3c-0.3,3.3-0.6,6.6-1,9.9c0,0.3-0.1,0.6-0.2,1.1 c-0.1-0.1-0.2-0.3-0.3-0.5c-0.8-3.1-2.4-5.9-4.6-8.2c-2.1-2.4-4.2-4.7-6.2-7.2c-2.8-3.7-5.2-7.7-7.1-12 c-0.5-1-0.9-2.1-1.4-3.2c-0.1-0.3-0.3-0.6-0.5-0.9c-0.3-0.4-0.6-0.8-1.2-0.6c-0.5,0.2-0.8,0.7-0.8,1.2c0,0.7,0,1.5,0.1,2.2 c0.7,4.5,1.7,8.9,3.1,13.1c0.7,2.5,1.7,4.9,2.8,7.2c1.5,3,3.7,5.5,6.3,7.6c2.1,1.6,4.2,3.2,6.3,4.8c0.6,0.5,1.2,1,1.8,1.5 c0.5,0.4,0.7,1,0.6,1.6c-0.3,1.8-0.5,3.6-0.8,5.4c-0.8,5-1.7,10-2.6,15c-1.1,6.1-2.3,12.1-3.5,18.2c-0.1,0.4-0.1,0.8-0.2,1.3 l1.9,1c0.3-1.4,0.6-2.7,0.8-3.9c0.9-4.6,1.8-9.2,2.6-13.8c0.8-4.5,1.6-9.1,2.3-13.6c0.4-2.6,0.8-5.3,1.2-7.9 c0.7-3.9,1.1-7.9,1.5-11.8c0.4-4.1,0.8-8.1,1.1-12.2c0.4-5.2,0.4-10.4,0.2-15.6c-0.1-1.8-0.4-3.6-0.5-5.3 c-0.2-1.7,0.1-3.5,0.8-5c0.8-1.8,2-3.3,3.5-4.6c1.2-0.8,2.5-1.3,3.9-1.6c1.8-0.4,3.6-0.7,5.3-1.2c2.7-0.6,5.2-2,7.1-4.1 c2.3-2.4,2.9-6,1.4-9c-0.5-0.8-1.1-1.6-1.7-2.3c-0.6-0.7-0.9-1.7-0.9-2.6c0-2.9-0.8-5.6-3.5-7.3c-1.2-0.8-2.7-1.1-4.2-0.9 C634.5,834.1,634.2,834.1,633.9,834.1 M617.9,860.3c-0.2-0.1-0.3-0.1-0.3-0.2c-0.4-0.7-0.9-1.4-1.3-2.1 c-3.2-5.5-7.6-10.3-12.9-13.9c-2.6-1.7-5-3.6-7.2-5.9c-2.3-2.5-3.6-5.8-3.4-9.2c0-2.3,1.5-4.4,3.7-5.2c0.5-0.2,1-0.3,1.5-0.4 c1.1-0.1,1.8-1,1.8-2.1c0.1-0.7,0-1.3,0.1-2c0.1-0.9,0.2-1.8,0.4-2.7c0.3-1,1-1.3,2.1-1.2c1.1,0.2,2.2,0.7,3.1,1.5 c2.8,2.2,5.3,5,7.1,8.1c2.5,4.3,4.3,9,5.2,14c0.7,3.3,1.1,6.7,1.5,10.1c0.4,3.1,0.6,6.2,0.9,9.3c0.2,1.8,0.3,3.6,0.4,5.3 c0,0.1-0.1,0.3-0.3,0.6c-1.8-8.8-5.5-17.1-10.7-24.5C613.1,846.5,615.8,853.3,617.9,860.3 M621.7,855.5h-0.2 c-0.2-2.2-0.4-4.4-0.7-6.6c-0.5-3.6-0.9-7.2-1.6-10.8c-0.9-4.8-2.6-9.4-5-13.5c-2.1-3.7-4.9-6.8-8.4-9.3 c-0.5-0.4-0.5-0.8-0.3-1.3c0.5-1.5,1.2-3,2.1-4.3c0.9-1.2,2.2-2,3.6-2.3c0.9-0.3,1.8-0.2,2.6,0c2.9,1,4.9,3.7,5,6.7 c0,0.4,0,0.9-0.1,1.3c-0.1,1.5,0.5,2,2,1.6c0.5-0.1,1.1-0.4,1.6-0.5c1-0.3,2-0.7,3-1c1.2-0.3,2.5-0.1,3.5,0.6 c1.5,0.9,2.6,2.3,3.2,3.9c1.1,2.7,1.5,5.7,1.2,8.6c-0.3,3.2-1.3,6.3-2.8,9.1c-1.1,2.2-2.4,4.3-3.7,6.4c-2,3.1-3.5,6.4-4.6,9.9 C622,854.6,621.8,855,621.7,855.5 M622.8,866.3h-0.2c-0.1-0.6-0.2-1.3-0.1-1.9c0-1.5,0.1-3,0.1-4.6c0.2-2.5,0.7-5,1.6-7.4 c0.9-2.3,2-4.5,3.3-6.6c1.9-3.1,4-6.1,5.3-9.5c0.2-0.3,0.5-0.6,0.8-0.7c2.4-0.7,5.1,0.4,6.3,2.6c0.7,1.4,1.1,3,1,4.5 c-0.1,1.1,0.4,2.2,1.1,3c0.5,0.5,0.9,1,1.2,1.6c1.1,1.6,1.3,3.7,0.5,5.4c-0.6,1.5-1.5,2.7-2.8,3.7c-1.9,1.4-4,2.3-6.3,2.7 c-1.7,0.4-3.3,0.7-5,1.2c-2.4,0.6-4.5,2-5.8,4.1C623.5,865,623.2,865.7,622.8,866.3 M619.3,866.8L619.3,866.8 c-0.2,0-0.3,0-0.3-0.1c-1.5-2.1-3.5-3.9-5.8-5.2c-2-1.2-4-2.3-6-3.3c-2.9-1.4-5.6-3.2-8-5.3c-1.5-1.3-2.7-3-3.4-4.9 c-0.7-2,0-4.2,1.8-5.3c0.5-0.4,1.2-0.4,1.6,0.1l0,0c1.4,1,2.9,2.1,4.3,3.1c2.2,1.6,4.3,3.4,6.2,5.4c3.9,4.5,7,9.5,9.4,14.9 C619.2,866.5,619.3,866.6,619.3,866.8 M599.2,879.6c0.7,1.3,1.2,2.4,1.7,3.5c1.2,2.3,2.3,4.7,3.7,6.9c1.6,2.4,3.3,4.7,5.1,6.9 c1.3,1.6,2.7,3,4.1,4.6c2.6,2.8,4.3,6.2,4.9,10c0.2,0.6,0.2,1.3,0.1,1.9c-0.8-0.6-1.6-1.2-2.3-1.8c-1.6-1.2-3.3-2.3-4.9-3.5 c-2.5-1.7-4.6-4-6.1-6.7c-0.8-1.4-1.4-2.9-2-4.5c-1.7-4.5-3.1-9.2-4-14C599.1,881.8,599.1,880.7,599.2,879.6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1304_00000083772735745253329180000011433299428225032635_' transform='translate(944.445 250.853) rotate(107)'%3E%3Cpath id='Path_740_00000085929887016528501710000012355694295010389391_' class='st0' d='M1395.5,175.2c-0.5,0.7-1,1.3-1.4,2.1 c-5.5,11-12,21.5-19.5,31.3c-6.4,8.4-13.2,16.4-19.8,24.5c-6.3,7.8-12.7,15.5-18.9,23.4c-7.8,9.8-15.7,19.7-23.3,29.7 c-9.1,11.8-17.3,24.2-24.6,37.2c-4.1,7.5-7.9,15.2-11.3,23.1c-3.9,9.3-6.8,19-8.6,28.9c-1.5,8.2-2.9,16.4-4,24.6 c-1.3,10.5-1.5,21.1-0.7,31.6s2.4,20.9,4.8,31.1c1.7,7.2,4.2,14.2,7.6,20.8c4,7.9,8.1,15.8,12.4,23.5 c4.1,7.4,8.4,14.7,12.9,21.8c4.6,7.1,9.5,14,14.5,20.8c5.7,7.8,11.9,15.2,17.4,23c5.8,8.3,11.1,16.9,16.4,25.4 c3.9,6.3,7.5,12.8,11.2,19.3c0.7,1.1,1.2,2.2,1.5,3.4c-1.5-0.8-2.9-1.7-4.2-2.8c-1.1-1.3-2.1-2.8-2.8-4.3 c-3.9-6.7-7.7-13.5-11.7-20.1c-3.6-5.8-7.3-11.5-11.3-17c-6.3-8.6-12.9-16.9-19.2-25.5c-5.1-7-10.1-14-14.7-21.3 c-6.1-9.9-11.8-20.2-17.6-30.3c-0.4-0.6-0.7-1.2-0.9-1.8c-0.8-3.6-3.7-4.6-6.8-5.2c-5.6-1.2-11.2-2.3-16.7-3.5 c-6.1-1.3-12.3-2.6-18.4-4c-5.4-1.1-10.7-3-15.6-5.6c-6.6-3.6-12.4-8.4-17.1-14.2c-4.3-5.2-7.6-11-10-17.3 c-3.8-10.4-5.1-21-0.8-31.6c1.8-4.2,3.9-8.2,6.2-12.1c2.4-4.2,2.3-8.3,0.3-12.5c-2.5-5.4-6.7-9-11.6-12 c-6.5-3.8-13.4-6.8-20.6-9c-5.6-1.8-11.1-3.6-16.7-5.4c-8.2-2.7-16-6.1-22.1-12.6c-3.2-3.4-5.6-7.6-6.8-12.1 c-1.1-3.9-1.7-8-2.7-12c-1.6-6.4-3.2-12.8-4.8-19.2c-0.6-2.4-1.1-4.9-1.6-7.3c-0.1-0.5-0.3-1.1,0-1.4c0.6-0.6,1.2-1.2,1.9-1.7 c0.4,0.5,1,1,1.1,1.6c0.9,4.8,3,9,5.2,13.3c2.4,4.8,5.2,9.4,8.4,13.7c3.2,4,7.2,7.3,11.8,9.7c10.8,6,22.5,8.8,34.7,10.2 c6.2,0.7,12.4,1.4,18.5,2.4c10.1,1.6,19.6,6.1,27.1,13.1c3,2.7,5.9,5.5,8.9,8.3c4,3.9,5.9,8.8,6.5,14.2 c0.5,5.6-0.3,11.2-2.3,16.4c-3.6,10.4-4.4,21.1-0.8,31.7c2,5.3,4.4,10.5,7.3,15.4c2.4,4.2,5.1,8.2,8.1,12 c3.1,3.9,6.4,7.6,9.8,11.1c3.7,3.8,7.6,7.3,11.4,11c0.3,0.3,0.7,0.5,1.1,0.8c-1.2-3.1-2.2-5.8-3.3-8.6 c-2.8-7.1-4.3-14.6-5.7-22.1c-2.9-15.6-3.8-31.5-2.5-47.3c0.7-8.2,2.1-16.3,3.4-24.4c1.4-8.9,3.6-17.7,6.5-26.2 c3.6-11.2,8.5-22,14.5-32.1c6.7-10.8,13.3-21.7,20.8-32c9-12.5,18.7-24.5,28.2-36.6c8.5-10.7,17.1-21.3,25.9-31.7 c6.6-7.8,12.8-15.9,18.6-24.4c5.5-8.2,10.5-16.7,14.8-25.6c4.2-8.6,7.6-17.6,10.2-26.8c3.2-10.5,4.9-21.3,5.3-32.2 c0.3-10.5-0.9-21-3.6-31.2c-2.2-8.7-6.1-16.9-11.4-24.1c-6-7.9-13.4-14.8-21.7-20.3c-7-4.7-14.4-8.7-22.2-11.9 c-7.8-3.4-15.7-6.7-23.6-9.8c-6.5-2.6-13.1-5-19.7-7.5c-14.5-5.6-28.5-12-40.8-21.7c-5.7-4.4-10.6-9.7-14.5-15.8 c-0.8-1.3-1.5-0.9-2.3-0.2c-3,2.4-5.4,5.5-7,9c-1.5,3.5-2.9,7.1-4.5,10.6c-3.3,7.4-8.6,13.6-15.3,18c-6.4,4.2-13.4,6.9-20.6,9.4 c-6.8,2.4-13.3,5.5-17.5,11.7c-2.5,4-4.8,8.2-6.8,12.5c-1.2,2.8-2.2,5.7-3,8.6c-0.1,0.6-0.3,1.1-0.6,1.7c-0.5,0.5-1,0.9-1.6,1.3 c-0.4-0.6-1-1.2-1-1.8c-0.1-3.1-0.1-6.3,0-9.4c0.5-8.3,2.1-16.4,6.1-23.8c2.3-4.4,6.1-7.2,10.3-9.5c3.6-2,7.4-3.8,11-5.8 c5.6-3.1,9-8.1,11.7-13.6c2.5-5.1,5.5-9.9,10-13.3c3-2.1,6.2-3.7,9.6-4.8c4-1.5,8.3-2.4,12.4-3.6c0.3-0.1,0.6-0.2,1.3-0.5 c-2.7-0.7-5.5-0.8-8.2-0.3c-4.8,0.9-9.6,2-14.4,3c-4.4,0.9-9,0.7-13.3-0.7c-4.3-1.4-8.5-3-12.7-4.8c-6.2-2.8-13.3-2.9-19.6-0.4 c-2.4,0.9-4.9,1.6-7.4,1.9c-5.8,0.7-10.6-1.8-15-5.2c-5.9-4.6-9.5-10.8-11.2-18c-1.6-6.5-2.8-13.1-4.1-19.7 c-0.2-0.7-0.2-1.5-0.1-2.2c0.2-0.7,0.5-1.8,1-2c1-0.4,1.5,0.5,1.9,1.4c0.7,1.7,1.3,3.5,2.1,5.2c3,6.5,7.3,11.8,13.6,15.2 c5.8,3.2,12.6,4.1,19.1,2.5c4.2-1.1,8.3-2.5,12.6-3.7c4.7-1.3,9.4-2.3,14.3-1.9c0.3,0,0.6-0.1,0.9-0.2c-2.2-1.4-4.3-2.5-6.2-3.9 c-3.8-2.6-7.2-5.7-10.2-9.2c-3.2-4.1-5.9-8.6-8-13.4c-4.7-10.4-7.3-21.7-7.8-33.1c-0.5-8.9-0.1-17.8,1.1-26.7 c0.5-3.7,0.8-7.5,1.3-11.3c0.3-2.1,0.8-4.1,1.5-6c0.2-0.6,1.1-1,1.7-1.5c0.3,0.7,1,1.5,0.9,2.1c-0.6,3.6-1.2,7.3-2,10.8 c-1.8,8.2-0.8,16.1,1.7,23.9c1.4,4.6,3.5,8.9,7.4,12c5.1,3.9,11,6.7,17.2,8.1c6.8,1.6,13.7,3.1,20.5,5.1 c4.7,1.3,9.2,3.3,12.3,7.3c0.7,0.9,1.2,2,2.1,3.3c0.4-1.4,0.6-2.5,1-3.6c1.7-5,3.5-10,5.3-15.1c1.5-4.3,1.8-8.9,0.6-13.4 c-1.2-5-2.2-10-1.5-15.2c0.7-4.9,1.9-9.7,3.7-14.4c2.4-6.5,5.5-12.7,9.2-18.6c4.4-6.6,9.2-12.9,14.5-18.9 c0.7-0.9,1.5-1.8,2.4-2.6c0.6-0.4,1.5-0.3,2.2-0.5c0,0.7,0.3,1.6,0,2.1c-1.9,3.6-4,7-6,10.6c-3.7,6.8-5.6,14.1-4.7,21.8 c0.4,4.3,2.4,8.3,5.4,11.2c4.1,3.9,7.9,8,11.5,12.3c5.4,6.7,6.5,14.4,3.9,22.6c-2.4,7.7-7.2,13.8-12.3,19.8 c-4,4.5-7.6,9.2-11,14.1c-2.8,4.3-4.3,9.2-5.6,14.2c-0.3,1.1-0.5,2.1-0.5,3.2c1.7-2.3,3.4-4.7,5.2-7c5-6.6,11.1-11.8,19-14.4 c5.4-1.9,11.3-1.7,16.6,0.5c4.3,1.8,8.4,4.1,12.6,6.1c4.4,2.1,8.7,4.2,13.2,6c4.8,1.9,10.1,2.2,15,0.7 c5.6-1.6,11.1-3.6,15.6-7.5c2.1-1.8,3.9-3.8,5.8-5.7c0.8-1,1.8-1.8,2.8-2.6c0.7-0.5,1.6-0.6,2.4-0.4c1,0.4,1,1.5,0.5,2.3 c-1.2,2.5-2.6,5-4.2,7.3c-2.7,4-5.7,7.8-8.8,11.5c-4.9,5.7-10.8,10.7-17.2,14.6c-9,5.3-18,5-27.3,0.7 c-5.9-2.7-11.2-6.6-16.8-9.8c-5.5-2.8-12.1-2.3-17.1,1.3c-7,5.5-12.5,12.3-17.3,19.8c-1.2,1.9-2,3.9-2.5,6 c-0.7,2.8,0.9,5.1,2.5,7.3c4.8,6.4,10.7,11.9,17.4,16.3c6.8,4.7,14,8.7,21.6,12c6.8,2.9,13.6,5.4,20.5,8.1 c7.3,2.9,14.7,5.6,22,8.7c7.7,3.2,15.3,6.4,22.8,10c9.9,4.7,19,10.8,27,18.3c5,4.8,9.3,10.3,12.8,16.2 c7.6,12.8,10.7,26.8,11.7,41.4c1,14.7-1.1,29-5.2,43.1c-2.7,9.4-6.1,18.5-10.3,27.3C1395.8,174.2,1395.6,174.7,1395.5,175.2 L1395.5,175.2 M1121.3,317.9c0.8,3.7,1.7,7.1,2.1,10.5c0.4,2.4,1.5,4.7,3.2,6.5c4.9,5.9,10.4,11.3,16.4,16.1 c6.1,4.9,12.7,9,20.4,11c7.8,2.1,15.7,3.8,23.6,5.8c7.6,2,15,4.9,21.9,8.8c7.8,4.3,12.5,10.6,13.7,19.6 c0.7,5.6,0.1,11.2-1.6,16.6c-2.6,8.3-3.1,17.1-1.4,25.6c1.5,6.8,3.8,13.3,7.1,19.4c4.2,8.3,10.8,15.1,18.8,19.7 c5.9,3.6,12.1,6.5,18.6,8.8c3.8,1.2,7.6,2.4,11.5,3.6c-0.1-0.5-0.4-0.8-0.8-1.1c-1.1-0.8-2.4-1.5-3.4-2.4 c-9.6-8.1-18.2-17.2-25.8-27.2c-5.6-7.5-10.1-15.8-13.2-24.6c-3.8-10.8-2.9-21.7,0.5-32.3c2-6.2,3.6-12.2,2.3-18.8 c-0.7-3.4-1.7-6.7-4.2-9.2c-3.1-3.3-6.3-6.5-9.7-9.4c-5.5-4.9-11.9-8.7-19-10.9c-6.4-2-13-2.6-19.6-3.4 c-5.8-0.8-11.6-1.3-17.4-2.5c-7.7-1.6-15.2-4.2-22.2-7.8c-6.7-3.3-12.5-8.3-16.7-14.5C1124.6,323.3,1123.1,320.8,1121.3,317.9 M1249.5-41.4h0.8c0-0.6,0.1-1.1,0.1-1.7c0-2.3-0.1-4.7,0-7c0.7-7.5,2.1-14.9,4.3-22.1c1.7-6.2,4.7-11.9,8.7-16.9 c3.4-4.1,6.9-8.1,10.3-12.2c4.4-5.3,8-11,9.3-17.9c1.1-5.7,0.2-11-3.3-15.6c-2.9-3.7-6-7.2-9.4-10.5c-3.1-3.2-6.3-6.3-7.8-10.7 c-2.2-6.5-1.6-13,0-19.5c0.5-1.9,1.2-3.8,2-6.1c-0.4,0.3-0.7,0.6-1,1c-6.9,8.9-12.3,18.9-15.9,29.5c-2.7,7.6-3.1,15.8-1,23.6 c0.6,2.6,0.9,5.2,0.9,7.9c0,5.6-2.5,10.5-4.4,15.6c-2.4,6.3-4.3,12.5-3.7,19.5c0.9,10.3,1.5,20.6,5.1,30.4 c0.6,1.7,1.3,3.5,2,5.6c0-3.4,0-6.4,0-9.4c-0.2-6.5,0.5-13,1.9-19.4c1.8-7.4,5.1-14.2,8.8-20.8c3.1-5.5,6.5-10.8,8.4-16.8 c2.6-8.6,2.1-16.8-2.2-24.7c-1.3-2.5-2.4-5.1-3.4-7.7c-0.1-0.6-0.1-1.2,0-1.8c2.1,4.3,4.2,8,5.9,12c1.3,2.9,2.3,6,2.8,9.1 c1.1,8.5-1.2,16.4-5.5,23.9c-3.7,6.1-7,12.3-9.9,18.8c-4,9.5-4.7,19.4-4.6,29.5c0.1,3.4,0.1,6.7,0.2,10.1 C1249.1-44.5,1249.4-43,1249.5-41.4 M1174.2-134.2l-0.3-0.1c0.2,5.5-0.1,11,0.6,16.4c1.3,11.1,3.6,21.9,9,31.9 c3.7,6.8,8.2,12.8,14.5,17.4c5.6,4.2,12,7,18.9,8.2c6.1,1,11.9,2.6,17.2,6.1c1.7,1.1,3.4,2.1,5.5,3.5c-0.3-0.7-0.6-1.4-0.9-2.1 c-2.7-4.8-5.4-9.5-8.1-14.3c-3.2-5.5-6.9-10.6-12.6-13.7c-4.6-2.6-9.5-4.8-14.3-7.1c-5.2-2.5-10.2-5.6-14.8-9.1 c-0.7-0.7-1.4-1.4-2-2.2l0.3-0.3c0.5,0.3,0.9,0.7,1.4,1c4.2,2.5,8.3,5.3,12.6,7.5c5,2.5,10.2,4.6,15.3,6.9 c4.1,1.9,7.7,4.7,10.5,8.2c2.3,2.9,4.3,5.9,6.1,9.1c3.2,5.7,6.2,11.5,9.3,17.2c0.7,1.4,1.5,2.8,2.2,4.1l0.5-0.3 c-0.6-1.4-1.3-2.9-1.8-4.3c-2.7-6.6-4.5-13.4-5.4-20.5c-0.6-5.6-0.8-11.3-1.4-16.9c-0.6-5.1-2.9-9.4-7.7-12 c-5.2-2.6-10.7-4.4-16.4-5.4c-7.7-1.5-15.3-3.3-22.3-7.1c-5.2-2.8-9.6-6.4-12-11.9C1176.4-127.3,1175.4-130.8,1174.2-134.2 M1125.1,335.3l-0.4,0.1c0.4,1.4,0.9,2.8,1.3,4.2c2.6,8.4,8.2,14.3,15.9,18.1c8.1,4.1,16.8,6.3,25.4,9.1 c8.4,2.8,16.7,5.8,24.3,10.5c4.8,3,9,6.6,11.5,11.8c1.6,3.4,2.9,6.8,2.1,10.7c-0.8,3.9-3.1,7-4.9,10.3 c-2.3,4.2-4.5,8.5-5.1,13.2c-1.8,13.7,2.3,25.8,10.3,36.7c3.1,4.1,6.7,7.7,10.7,10.9c4.1,3.4,8.9,6.1,14,7.9 c5.5,1.8,11.3,3.1,16.9,4.6c1.9,0.5,3.9,0.8,5.9,1.2c-2-1.3-4.1-2.3-6.1-3.4c-7-3.9-13.3-8.5-18-15.1 c-4.1-5.9-7.4-12.4-9.6-19.2c-3.9-11.4-4.4-22.8-0.9-34.4c1.2-3.9,1.8-7.9,1.9-11.9c0.2-7.4-1.9-14.3-8.2-18.9 c-3.5-2.6-7.3-4.8-11.3-6.6c-10-4.5-20.7-6.9-31.3-9.2c-5.7-1.3-11.4-2.7-16.6-5.6c-8.6-4.8-15.8-11.4-22.4-18.7 C1128.7,339.5,1127,337.4,1125.1,335.3 M1142.3-70.4c0.1,0.9,0.2,1.4,0.3,2c0.8,3.6,1.6,7.2,2.5,10.7 c1.9,7.4,5.5,13.8,12.1,18.2c4.7,3.1,9.6,4.4,15.2,2.5c2.3-0.8,4.6-1.4,6.9-2.1c3.7-1.3,7.7-1.5,11.5-0.5 c3.9,1.2,7.7,2.6,11.5,4.3c7.4,3.2,14.9,4.7,23,2.3c7.7-2.2,15.6-4.1,23.7-1.1c-0.4-0.7-0.9-1.3-1.6-1.8 c-3.1-1.5-6.6-2.2-10.1-2.2c-5.9-0.2-11.9-0.8-17.3-3.2c-3.6-1.6-7-3.6-10.2-5.8c-3.7-2.5-7.9-4.1-12.3-4.6 c-4.2-0.4-8.3,0.4-12.4,0.9c-1.3,0.2-2.5,0.2-3.8,0.3c0-0.2,0-0.4-0.1-0.6c2.2-0.4,4.3-0.9,6.5-1.3c8.8-1.9,17-1,24.4,4.6 c5.3,4.1,11.6,5.9,18.2,7c5.6,0.9,11.5-0.1,17.1,2.6c0-0.3-0.1-0.5-0.2-0.8c-3.2-4.5-6.7-8.8-11.4-11.9 c-5.3-3.4-11.2-5.8-17.3-7.1c-6.6-1.5-13.4-2-20.1-1.5c-6.5,0.6-12.5,2.9-18.7,4.9c-11,3.5-24.3,0.7-32.1-9.1 C1145.7-65.5,1144.2-67.8,1142.3-70.4 M1253.1-42.6c0.3-0.1,0.4-0.1,0.5-0.1c0.1-0.1,0.2-0.2,0.3-0.4c4.9-7.2,10.3-14,17.1-19.5 c5.7-4.6,15.2-5.4,21.3-1.5c3.5,2.2,7,4.5,10.5,6.7c4.8,3.1,10.3,5,16,5.7c6,0.6,11.4-1.6,16.2-4.9c7.7-5.1,14.3-11.6,19.5-19.1 c0.9-1.3,1.9-2.4,2.8-3.6l-0.3-0.2c-0.6,0.6-1.2,1.2-1.8,1.7c-3.7,3.2-8,5.1-12.5,7c-8.9,3.7-17.5,3-26-1 c-5.9-2.8-11.5-6.1-17.3-8.9c-4.6-2.2-9.5-3.6-14.7-2.9c-8.3,1.1-14.5,6-19.9,11.8c-3.5,3.8-6.3,8.3-9.3,12.6 c-1.6,2.3-2.6,6.5-2,8.7c0.3-1,0.6-1.9,1.1-2.8c4.9-9.3,11.4-17.3,20.8-22.4c5.2-3,11.5-3.5,17.1-1.3c2.9,1.2,5.7,2.6,8.5,4.1 c0.6,0.4,1.1,0.8,1.6,1.3c-0.1,0.1-0.2,0.2-0.3,0.4c-1.1-0.6-2.3-1.1-3.4-1.7c-5.7-3.1-11.7-4.9-18.3-2.9 c-4.8,1.4-8.7,4.3-12.3,7.7c-7,6.4-12.2,14.7-15,23.8C1253.1-43.9,1253.1-43.3,1253.1-42.6 M1245.7-29.6l-0.1-0.3 c-0.7,0.3-1.4,0.5-2.1,0.9c-1.5,0.7-2.9,1.5-4.4,2.3c-5.7,3.3-10.4,7.5-13.1,13.7c-1.4,3.5-3.1,6.8-5,10 c-4,6.3-9.8,10.4-16.5,13.5c-2.3,1.1-4.6,2-6.9,3c-0.1-0.2-0.2-0.3-0.2-0.5c0.3-0.2,0.6-0.5,1-0.7c3.1-1.7,6.3-3.2,9.3-5 c7.1-4.4,12.6-10.1,15.1-18.3c1.3-4.3,3.7-8.2,6.8-11.4c1.5-1.5,3.2-2.9,4.8-4.3c-5.1,1.5-10.2,2.9-13.9,7.2 c-3.5,4-6,8.5-8.5,13.1c-2.8,5.6-7.3,10.1-12.8,13c-3.7,1.9-7.4,3.8-11,5.8c-4.2,2.2-7.5,5.9-9.3,10.3 c-2.3,5.7-3.8,11.8-4.4,17.9c-0.1,1.1,0,2.1,0,3.2c0.6-1,1-2.1,1.5-3.1c1.6-3.5,3.4-6.9,5.4-10.1c1.9-3,4.2-5.6,6.8-8 c4.2-3.6,9.4-5.8,14.7-7.6c7.5-2.6,14.8-5.6,21.2-10.6c5.3-4.1,9.4-9.5,12-15.7c1.8-4.2,3.5-8.5,5.5-12.6 C1242.6-25.9,1244.3-27.7,1245.7-29.6'/%3E%3Cpath id='Path_741_00000027565908692138792570000016670194718172533660_' class='st0' d='M1407.6,650.1l-2.1-1.4 c0.9-1.5,1.8-3,2.7-4.5c3.5-6.7,6.1-13.8,7.7-21.1c1.4-6.1,2.4-12.2,3.3-18.4c1.1-8,0.8-16.1-0.6-24c-1.2-7.2-2.8-14.3-4.8-21.3 c-1.8-6.1-4.5-11.9-6.9-17.9c-3.1-7.9-5.6-16-5.4-24.6c0.2-8.3,1-16.6,3.6-24.6c0.8-2.3,1.5-4.6,2-6.9c-1.7,2.2-3.4,4.3-5,6.5 c-5.3,7.1-9.5,14.9-12.4,23.2c-2.4,7.1-4.5,14.2-6.1,21.5c-2,9-2.8,18.3-2.2,27.5c0.4,7.7,2.2,15.2,4.2,22.6 c3.1,11.3,6.5,22.6,9.1,34c1.6,7,2.1,14.2,3.1,21.3c0,0.5,0,1.1-0.1,1.6c-1.6-0.7-2.6-1.2-2.8-3.2c-0.7-10.8-3.1-21.3-6-31.6 c-2.8-9.9-5.8-19.8-8.4-29.8c-3.2-12.1-3.3-24.5-1.4-36.8c1.4-9.7,3.9-19.2,7.5-28.4c5.2-13.6,13.2-26,23.5-36.4 c5.5-5.7,11.5-10.8,18.1-15.2c4.8-3.2,9.8-6.1,15.3-7.8c4.4-1.3,8.4-0.3,12.2,2c6.3,3.7,10.7,9.1,14.1,15.5 c2,3.8,4.1,7.6,6.3,11.3c2.4,3.9,5.9,7,10,8.9c4.3,2.1,8.6,4.1,12.8,6.5c8.1,4.4,14,11.9,16.4,20.8c2,7,3.7,14.2,5.7,21.3 c2,7.5,5.2,14.6,9.5,21c2.1,3.1,4.4,6.1,6.6,9.2c0.6,0.9,1.3,1.9,0.3,2.9c-0.9,0.9-1.9,0.6-2.7-0.1c-1.9-1.5-3.9-3-5.6-4.7 c-8.5-8.2-15.8-17.6-21.7-27.9c-5.4-9.4-12.3-17.4-22-22.5c-6.9-3.7-14.8-5.3-22.6-4.3c-5.7,0.7-10.8,3.3-15.4,6.5 c-3.6,2.5-7.3,5-9.9,8.7c-7.5,10.8-10.3,22.4-5.9,35.2c2.4,7,5,13.9,7.2,21c3.3,10.7,5.8,21.5,6.2,32.7c0.4,9-0.6,17.9-5.1,26 c-3.6,6.2-8,11.9-13.1,16.9c-1.6,1.6-2.3-0.4-3.8-0.7c0.5-0.6,0.9-0.9,1.2-1.3c4.9-4.6,9.2-9.9,12.7-15.8 c2.4-4.5,4-9.4,4.5-14.4c1.4-10.3-0.4-20.4-2.6-30.4c-2.4-10.5-6-20.6-9.7-30.7c-5.9-16.2-2.4-30.8,8.8-43.2 c6.5-7.2,15-12.3,25.1-13.6c6.8-0.7,13.7,0.3,20,3c5.6,2.2,10.2,5.7,14.6,9.5c4.5,3.9,7.9,8.8,11.1,13.7 c3.6,5.5,7.2,11.1,11,16.4c2.3,3.1,4.8,6,7.6,8.7c0-0.3,0-0.5-0.1-0.8c-4.9-7.4-7.8-15.7-10-24.2c-1.6-6-3.1-12.1-5-18 c-2.8-8.6-8.9-15.7-17.1-19.5c-3.9-1.9-7.8-3.7-11.7-5.6c-5.1-2.6-8.8-6.7-11.6-11.6c-2.5-4.3-4.7-8.8-7.4-13 c-3.3-5.3-7.6-9.6-13.6-11.8c-3.2-1.2-6.3-0.5-9.3,0.9c-8.6,3.8-15.9,9.3-23.1,15.3c-5.5,4.6-8.2,10.5-10.4,16.9 c-3.1,9.5-4.3,19.5-3.6,29.5c0.5,5.9,1.9,11.7,4.1,17.2c2.6,6.8,5.5,13.5,7.8,20.4c2.8,8.8,4.7,17.9,5.6,27.2 c0.9,7.4,0.8,14.9-0.3,22.3c-1.1,8.6-3.1,17.1-5.8,25.3c-1.8,5.7-4.3,11.1-7.4,16.2L1407.6,650.1'/%3E%3Cpath id='Path_742_00000086687232679368703510000013126228607896473524_' class='st0' d='M1395.5,175.3 c4.3-6.8,10-12.3,16.2-17.2c6.7-5.2,14-9.7,21.8-13.2c5.4-2.5,10.9-5.2,15.4-9.3c5.5-4.9,9.3-11.4,10.8-18.6 c1.3-6.6,1.9-13.3,0.2-20c-1.2-4.6-2.7-9.2-4.3-13.7c-3.2-8.6-4.7-17.8-4.4-26.9c0.2-8.5,1.5-16.9,3.6-25.1 c2.3-8.5,6.5-16.1,11.4-23.3c2.7-3.9,5.6-7.8,8.4-11.7c0.6-0.8,1.3-2.3,2.6-1.3c1.1,0.9,0,2-0.6,2.8c-5.4,7.8-9.1,16.7-11.1,26 c-1.3,5.6-1.8,11.4-1.4,17.1c0.4,5.6,2.6,10.6,5.2,15.4c2.8,5.2,7.2,8.9,11.1,13.1c4.9,5.2,9.6,10.7,13,17.1 c2.9,5.5,3.2,11.3,2.4,17.3c-0.7,4.6-1.5,9.2-2.5,13.8c-1.2,6.1-3.1,12.1-5.6,17.8c-2.9,6.5-7,12.5-12.1,17.6 c-4.9,4.8-11,7.6-17.5,9.4c-11.9,3.3-24,5.3-36.1,7.3c-7.6,1.3-15.1,3.2-22,6.9c-1.1,0.6-2.1,1.4-3.1,1.9 c-0.7,0.2-1.4,0.4-2.1,0.4c0-0.7,0.1-1.4,0.2-2.1C1395.1,176.3,1395.3,175.8,1395.5,175.3L1395.5,175.3 M1399,173.3 c0.1,0.2,0.3,0.3,0.4,0.5c0.2-0.1,0.5-0.2,0.7-0.3c6.5-3,13.4-5.1,20.4-6.2c12.4-2.2,24.9-3.9,37.1-7.4 c5.6-1.6,10.9-3.8,15.2-7.8c7.6-6.9,12.5-15.6,15.5-25.3c2.4-7.7,4-15.6,4.9-23.6c0.7-5.6,0-11.1-2.8-16.1 c-3.2-5.5-7.1-10.5-11.5-15c-3.9-4.1-8.2-7.9-11.1-12.9c-2.7-4.7-5-9.6-5.8-15.1c-1.3-9,0-17.7,2.5-26.3 c0.3-0.9,0.5-1.8,0.7-2.6c0.3-0.8,0.6-1.6,0.9-2.3c-0.4,0-0.5,0.1-0.6,0.2c-3.5,5.4-6.3,11.3-8.3,17.4c-0.8,2.4-1.4,4.9-1.6,7.5 c-0.2,7.7,0.9,15.4,3.3,22.7c3.2,10.1,6.8,20,10.3,30c2.3,6.6,4.7,13.3,5.3,20.3c0.7,5.7-0.1,11.5-2.2,16.8 c-4,9.3-11.5,15.1-20.8,18.4c-5.4,1.9-11.3,2.7-17,3.8c-6.2,1-12,3.4-17.1,7c-3.2,2.3-6.3,4.7-9.3,7.3 C1405.1,167,1402.1,170.2,1399,173.3 M1432.1,148.4v0.3c2.5-0.5,5-1,7.5-1.4c8-1.2,15.6-3.3,22.1-8.5c5.3-4.2,9.4-9.1,10.7-15.9 c1.5-7.8,0.8-15.9-2-23.4c-3-8.6-6-17.2-9.1-25.7c-2.8-7.3-4.8-14.9-5.8-22.7c-0.2-2-0.5-3.9-0.8-6.3c-0.1,0.3-0.2,0.6-0.3,0.9 c-0.2,2.2-0.5,4.4-0.7,6.7c-0.8,10.2,0.6,20.4,4.1,30c1.6,4.6,3.2,9.2,4.5,14c1.7,6.4,0.9,12.8-0.1,19.2 c-2,12.4-8.9,21.3-19.6,27.5C1439.1,144.8,1435.6,146.5,1432.1,148.4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1109_00000081616106624201537590000016119092942764687534_' transform='matrix(-0.966, 0.259, -0.259, -0.966, 631.543, 828.757)'%3E%3Cpath id='Path_599_00000183211872064516183040000014792081547949316012_' class='st0' d='M429.9,630.3c-0.5,0.7-1,1.3-1.4,2.1 c-5.5,11-12,21.5-19.5,31.3c-6.4,8.3-13.2,16.4-19.8,24.5c-6.3,7.8-12.7,15.5-18.9,23.4c-7.8,9.8-15.7,19.7-23.3,29.7 c-9.1,11.8-17.3,24.2-24.6,37.2c-4.1,7.5-7.9,15.2-11.3,23.1c-3.9,9.3-6.8,19-8.6,28.9c-1.5,8.2-2.9,16.4-4,24.6 c-1.3,10.5-1.5,21.1-0.7,31.6s2.4,20.9,4.8,31.1c1.7,7.2,4.2,14.2,7.6,20.8c4,7.9,8.1,15.8,12.4,23.5 c4.1,7.4,8.4,14.7,12.9,21.8s9.5,14,14.5,20.8c5.7,7.8,11.9,15.2,17.4,23c5.8,8.3,11.1,16.9,16.4,25.4 c3.9,6.3,7.5,12.8,11.2,19.3c0.7,1.1,1.2,2.2,1.5,3.4c-1.5-0.8-2.9-1.7-4.2-2.8c-1.1-1.3-2.1-2.8-2.8-4.3 c-3.9-6.7-7.7-13.5-11.7-20.1c-3.6-5.8-7.3-11.5-11.3-17c-6.3-8.6-12.9-16.9-19.2-25.5c-5.1-7-10.1-14-14.7-21.3 c-6.1-9.9-11.8-20.2-17.6-30.3c-0.4-0.6-0.7-1.2-0.9-1.8c-0.8-3.6-3.7-4.6-6.8-5.2c-5.6-1.2-11.2-2.3-16.7-3.5 c-6.1-1.3-12.3-2.6-18.4-4c-5.4-1.1-10.7-3-15.6-5.6c-6.6-3.6-12.4-8.4-17.1-14.2c-4.3-5.2-7.6-11-10-17.3 c-3.8-10.4-5.1-21-0.8-31.6c1.8-4.2,3.9-8.2,6.2-12.1c2.4-4.2,2.3-8.3,0.3-12.5c-2.5-5.4-6.7-9-11.6-12 c-6.5-3.8-13.4-6.8-20.6-9c-5.6-1.8-11.1-3.6-16.7-5.4c-8.2-2.7-16-6.1-22.1-12.6c-3.2-3.4-5.6-7.6-6.8-12.1 c-1.1-3.9-1.7-8-2.7-12c-1.6-6.4-3.2-12.8-4.8-19.2c-0.6-2.4-1.1-4.9-1.6-7.3c-0.1-0.5-0.3-1.1,0-1.4c0.6-0.6,1.2-1.2,1.9-1.7 c0.4,0.5,1,1,1.1,1.6c0.9,4.8,3,9,5.2,13.3c2.4,4.8,5.2,9.4,8.4,13.7c3.2,4,7.2,7.3,11.8,9.7c10.8,6,22.5,8.8,34.7,10.2 c6.2,0.7,12.4,1.4,18.5,2.4c10.1,1.6,19.6,6.1,27.1,13.1c3,2.7,5.9,5.5,8.9,8.3c4,3.9,5.9,8.8,6.5,14.2 c0.5,5.6-0.3,11.2-2.3,16.4c-3.6,10.4-4.4,21.1-0.8,31.7c2,5.3,4.4,10.5,7.3,15.4c2.4,4.2,5.1,8.2,8.1,12 c3.1,3.9,6.4,7.6,9.8,11.1c3.7,3.8,7.6,7.3,11.4,11c0.3,0.3,0.7,0.5,1.1,0.8c-1.2-3.1-2.2-5.8-3.3-8.6 c-2.8-7.1-4.3-14.6-5.7-22.1c-2.9-15.6-3.8-31.5-2.5-47.3c0.7-8.2,2.1-16.3,3.4-24.4c1.4-8.9,3.6-17.7,6.5-26.2 c3.6-11.2,8.5-22,14.6-32.1c6.7-10.8,13.3-21.7,20.8-32c9-12.5,18.7-24.5,28.2-36.6c8.5-10.7,17.1-21.3,25.9-31.7 c6.6-7.8,12.8-15.9,18.6-24.4c5.5-8.2,10.5-16.7,14.8-25.6c4.2-8.6,7.6-17.6,10.2-26.8c3.2-10.5,4.9-21.3,5.3-32.2 c0.3-10.5-0.9-21-3.6-31.2c-2.2-8.7-6.1-16.9-11.4-24.1c-6-7.9-13.4-14.8-21.7-20.3c-7-4.7-14.4-8.7-22.2-11.9 c-7.8-3.4-15.7-6.7-23.6-9.8c-6.5-2.6-13.1-5-19.7-7.5c-14.5-5.6-28.5-12-40.8-21.7c-5.7-4.4-10.6-9.7-14.5-15.8 c-0.8-1.3-1.5-0.9-2.3-0.2c-3,2.4-5.4,5.5-7,9c-1.5,3.5-2.9,7.1-4.5,10.6c-3.3,7.4-8.6,13.6-15.3,18 c-6.4,4.2-13.4,6.9-20.6,9.4c-6.8,2.4-13.3,5.5-17.5,11.7c-2.5,4-4.8,8.2-6.8,12.5c-1.2,2.8-2.2,5.7-3,8.6 c-0.1,0.6-0.3,1.1-0.6,1.7c-0.5,0.5-1,0.9-1.6,1.3c-0.4-0.6-1-1.2-1-1.8c-0.1-3.1-0.1-6.3,0-9.4c0.5-8.3,2.1-16.4,6.1-23.8 c2.3-4.4,6.1-7.2,10.3-9.5c3.6-2,7.4-3.8,11-5.8c5.6-3.1,9-8.1,11.7-13.6c2.5-5.1,5.5-9.9,10-13.3c3-2.1,6.2-3.7,9.6-4.8 c4-1.5,8.3-2.4,12.4-3.6c0.3-0.1,0.6-0.2,1.3-0.5c-2.7-0.7-5.5-0.8-8.2-0.3c-4.8,0.9-9.6,2-14.4,3c-4.4,0.9-9,0.7-13.3-0.7 c-4.3-1.4-8.5-3-12.7-4.8c-6.2-2.8-13.3-2.9-19.6-0.4c-2.4,0.9-4.9,1.6-7.4,1.9c-5.8,0.7-10.6-1.8-15-5.2 c-5.9-4.6-9.5-10.8-11.2-18c-1.6-6.5-2.8-13.1-4.1-19.7c-0.2-0.7-0.2-1.5-0.1-2.2c0.2-0.7,0.5-1.8,1-2c1-0.4,1.5,0.5,1.9,1.4 c0.7,1.7,1.3,3.5,2.1,5.2c3,6.5,7.3,11.8,13.6,15.2c5.8,3.2,12.6,4.1,19.1,2.5c4.2-1.1,8.3-2.5,12.6-3.7 c4.7-1.3,9.4-2.3,14.3-1.9c0.3,0,0.6-0.1,0.9-0.2c-2.2-1.4-4.3-2.6-6.2-3.9c-3.8-2.6-7.2-5.7-10.2-9.2c-3.2-4.1-5.9-8.6-8-13.4 c-4.7-10.4-7.3-21.7-7.8-33.1c-0.5-8.9-0.1-17.8,1.1-26.7c0.5-3.7,0.8-7.5,1.3-11.3c0.3-2.1,0.8-4.1,1.5-6 c0.2-0.6,1.1-1,1.7-1.5c0.3,0.7,1,1.5,0.9,2.1c-0.6,3.6-1.2,7.3-2,10.8c-1.8,8.2-0.8,16.1,1.7,23.9c1.4,4.6,3.5,8.9,7.4,12 c5.1,3.9,11,6.7,17.2,8.1c6.8,1.6,13.7,3.1,20.5,5.1c4.7,1.3,9.2,3.3,12.3,7.3c0.7,0.9,1.2,2,2.1,3.3c0.4-1.4,0.6-2.5,1-3.6 c1.7-5,3.5-10,5.3-15.1c1.5-4.3,1.8-8.9,0.6-13.4c-1.2-5-2.2-10-1.5-15.2c0.7-4.9,1.9-9.7,3.7-14.4c2.4-6.5,5.5-12.7,9.2-18.6 c4.4-6.6,9.2-12.9,14.5-18.9c0.7-0.9,1.5-1.8,2.4-2.6c0.6-0.4,1.5-0.3,2.2-0.5c0,0.7,0.3,1.6,0,2.1c-1.9,3.6-4,7-6,10.6 c-3.7,6.8-5.6,14.1-4.7,21.8c0.4,4.3,2.4,8.3,5.4,11.2c4.1,3.9,7.9,8,11.5,12.4c5.4,6.7,6.5,14.4,3.9,22.6 c-2.4,7.7-7.2,13.8-12.4,19.8c-4,4.5-7.6,9.2-11,14.1c-2.8,4.3-4.3,9.2-5.6,14.2c-0.3,1.1-0.5,2.1-0.5,3.2 c1.7-2.3,3.4-4.7,5.2-7c5-6.6,11.1-11.8,19-14.4c5.4-1.9,11.3-1.7,16.6,0.5c4.3,1.8,8.4,4.1,12.6,6.1c4.4,2.1,8.7,4.2,13.2,6 c4.8,1.9,10.1,2.2,15,0.7c5.6-1.6,11.1-3.6,15.6-7.5c2.1-1.8,3.9-3.8,5.8-5.7c0.8-1,1.8-1.8,2.8-2.6c0.7-0.5,1.6-0.6,2.4-0.4 c1,0.4,1,1.5,0.5,2.3c-1.2,2.5-2.6,5-4.2,7.3c-2.7,4-5.7,7.8-8.8,11.5c-4.9,5.7-10.8,10.7-17.2,14.6c-9,5.3-18,5-27.3,0.7 c-5.9-2.7-11.2-6.6-16.8-9.8c-5.5-2.8-12.1-2.3-17.1,1.3c-7,5.5-12.5,12.3-17.3,19.8c-1.2,1.9-2,3.9-2.5,6 c-0.7,2.8,0.9,5.1,2.5,7.3c4.8,6.4,10.7,11.9,17.4,16.3c6.8,4.7,14,8.7,21.6,12c6.8,2.9,13.6,5.4,20.5,8.1 c7.3,2.9,14.7,5.6,22,8.7c7.7,3.2,15.3,6.4,22.8,10c9.9,4.7,19,10.8,27,18.3c5,4.8,9.3,10.3,12.8,16.2 c7.6,12.8,10.7,26.8,11.7,41.4c1,14.7-1.1,29-5.2,43.1c-2.7,9.4-6.1,18.5-10.4,27.3C430.2,629.2,430.1,629.8,429.9,630.3 L429.9,630.3 M155.7,773c0.8,3.7,1.7,7.1,2.1,10.5c0.4,2.4,1.5,4.7,3.2,6.5c4.9,5.9,10.4,11.3,16.4,16.1 c6.1,4.9,12.7,9,20.4,11c7.8,2.1,15.7,3.8,23.6,5.8c7.6,2,15,4.9,21.9,8.8c7.8,4.3,12.5,10.6,13.7,19.6 c0.7,5.6,0.1,11.2-1.6,16.6c-2.6,8.3-3.1,17.1-1.4,25.6c1.5,6.8,3.8,13.3,7.1,19.4c4.2,8.3,10.8,15.1,18.8,19.7 c5.9,3.6,12.1,6.5,18.6,8.8c3.8,1.2,7.6,2.4,11.5,3.6c-0.1-0.5-0.4-0.8-0.8-1.1c-1.1-0.8-2.4-1.5-3.4-2.4 c-9.6-8.1-18.2-17.2-25.8-27.2c-5.6-7.5-10.1-15.8-13.2-24.6c-3.8-10.8-2.9-21.7,0.5-32.3c2-6.2,3.6-12.2,2.3-18.8 c-0.7-3.4-1.7-6.7-4.2-9.2c-3.1-3.3-6.3-6.5-9.7-9.4c-5.5-4.9-11.9-8.7-19-10.9c-6.4-2-13-2.6-19.6-3.4 c-5.8-0.8-11.6-1.3-17.4-2.5c-7.7-1.6-15.2-4.2-22.2-7.8c-6.7-3.3-12.5-8.3-16.7-14.5C159,778.4,157.5,775.8,155.7,773 M284,413.6h0.8c0-0.6,0.1-1.1,0.1-1.7c0-2.3-0.1-4.7,0-7c0.7-7.5,2.1-14.9,4.3-22.1c1.7-6.2,4.7-11.9,8.7-16.9 c3.4-4.1,6.9-8.1,10.3-12.2c4.4-5.3,8-11,9.3-17.9c1.1-5.7,0.2-11-3.3-15.6c-2.9-3.7-6-7.2-9.4-10.5c-3.1-3.2-6.3-6.3-7.8-10.7 c-2.2-6.5-1.6-13,0-19.5c0.5-1.9,1.2-3.8,2-6.1c-0.4,0.3-0.7,0.6-1,1c-6.9,8.9-12.3,18.9-15.9,29.5c-2.7,7.6-3.1,15.8-1,23.6 c0.6,2.6,0.9,5.2,0.9,7.9c0,5.6-2.5,10.5-4.4,15.6c-2.4,6.3-4.3,12.5-3.7,19.5c0.9,10.3,1.5,20.6,5.1,30.4 c0.6,1.7,1.3,3.5,2.1,5.6c0-3.4,0-6.4,0-9.4c-0.2-6.5,0.5-13,1.9-19.4c1.8-7.4,5.1-14.2,8.8-20.8c3.1-5.5,6.5-10.8,8.4-16.8 c2.6-8.6,2.1-16.8-2.2-24.7c-1.3-2.5-2.4-5.1-3.4-7.7c-0.1-0.6-0.1-1.2,0-1.8c2.1,4.3,4.2,8,5.9,12c1.3,2.9,2.3,6,2.8,9.1 c1.1,8.5-1.2,16.4-5.5,23.9c-3.7,6.1-7,12.3-9.9,18.8c-4,9.5-4.7,19.4-4.6,29.5c0.1,3.4,0.1,6.7,0.2,10.1 C283.6,410.5,283.8,412.1,284,413.6 M208.6,320.8l-0.3-0.1c0.2,5.5-0.1,11,0.6,16.4c1.3,11.1,3.6,21.9,9,31.9 c3.7,6.8,8.2,12.8,14.5,17.4c5.6,4.2,12,7,18.9,8.2c6.1,1,11.9,2.6,17.2,6.1c1.7,1.1,3.4,2.1,5.5,3.5c-0.3-0.7-0.6-1.4-0.9-2.1 c-2.7-4.8-5.4-9.5-8.1-14.3c-3.2-5.5-6.9-10.6-12.6-13.7c-4.6-2.6-9.5-4.8-14.3-7.1c-5.2-2.5-10.2-5.6-14.8-9.1 c-0.7-0.7-1.4-1.4-2-2.2l0.3-0.3c0.5,0.3,0.9,0.7,1.4,1c4.2,2.5,8.3,5.3,12.6,7.5c5,2.5,10.2,4.6,15.3,6.9 c4.1,1.9,7.7,4.7,10.5,8.2c2.3,2.9,4.3,5.9,6.1,9.1c3.2,5.7,6.2,11.5,9.3,17.2c0.7,1.4,1.5,2.8,2.2,4.1l0.5-0.3 c-0.6-1.4-1.3-2.9-1.8-4.3c-2.7-6.6-4.5-13.4-5.4-20.5c-0.6-5.6-0.8-11.3-1.4-16.9c-0.6-5.1-2.9-9.4-7.7-12 c-5.2-2.6-10.7-4.4-16.4-5.4c-7.7-1.5-15.3-3.3-22.3-7.1c-5.2-2.8-9.6-6.4-12-11.9C210.8,327.8,209.9,324.2,208.6,320.8 M159.6,790.3l-0.4,0.1c0.4,1.4,0.9,2.8,1.3,4.2c2.6,8.4,8.2,14.3,15.9,18.1c8.1,4.1,16.8,6.3,25.4,9.1 c8.4,2.8,16.7,5.8,24.3,10.5c4.8,3,9,6.6,11.5,11.8c1.6,3.4,2.9,6.8,2.1,10.7c-0.8,3.9-3.1,7-4.9,10.3 c-2.3,4.2-4.5,8.5-5.1,13.2C227.9,892,232,904.1,240,915c3.1,4.1,6.7,7.7,10.7,10.9c4.1,3.4,8.9,6.1,14,7.9 c5.5,1.8,11.3,3.1,16.9,4.6c1.9,0.5,3.9,0.8,5.9,1.2c-2-1.3-4.1-2.3-6.1-3.4c-7-3.9-13.3-8.5-18-15.1 c-4.1-5.9-7.4-12.4-9.6-19.2c-3.9-11.4-4.4-22.8-0.9-34.4c1.2-3.9,1.8-7.9,1.9-11.9c0.2-7.4-1.9-14.3-8.2-18.9 c-3.5-2.6-7.3-4.8-11.3-6.6c-10-4.5-20.7-6.9-31.3-9.2c-5.7-1.3-11.4-2.7-16.6-5.6c-8.6-4.8-15.8-11.4-22.4-18.7 C163.2,794.6,161.4,792.4,159.6,790.3 M176.8,384.7c0.1,0.9,0.2,1.4,0.3,2c0.8,3.6,1.6,7.2,2.5,10.7 c1.9,7.4,5.5,13.8,12.1,18.2c4.7,3.1,9.6,4.4,15.2,2.5c2.3-0.8,4.6-1.4,6.9-2.1c3.7-1.3,7.7-1.5,11.5-0.5 c3.9,1.2,7.7,2.6,11.5,4.3c7.4,3.2,14.9,4.7,23,2.3c7.7-2.2,15.6-4.1,23.7-1.1c-0.4-0.7-0.9-1.3-1.6-1.8 c-3.1-1.5-6.6-2.2-10.1-2.2c-5.9-0.2-11.9-0.8-17.3-3.2c-3.6-1.6-7-3.6-10.2-5.8c-3.7-2.5-7.9-4.1-12.3-4.6 c-4.2-0.4-8.3,0.4-12.4,0.9c-1.3,0.2-2.5,0.2-3.8,0.3c0-0.2,0-0.4-0.1-0.6c2.2-0.4,4.3-0.9,6.5-1.3c8.8-1.9,17-1,24.4,4.6 c5.3,4.1,11.6,5.9,18.2,7c5.6,0.9,11.5-0.1,17.1,2.6c0-0.3-0.1-0.5-0.2-0.8c-3.2-4.5-6.7-8.8-11.4-11.9 c-5.3-3.4-11.2-5.8-17.3-7.1c-6.6-1.5-13.4-2-20.1-1.5c-6.5,0.6-12.5,2.9-18.7,4.9c-11,3.5-24.3,0.7-32.1-9.1 C180.1,389.5,178.6,387.2,176.8,384.7 M287.5,412.4c0.3-0.1,0.4-0.1,0.5-0.1c0.1-0.1,0.2-0.2,0.3-0.4 c4.9-7.2,10.3-14,17.1-19.5c5.7-4.6,15.2-5.4,21.4-1.5c3.5,2.2,7,4.5,10.5,6.7c4.8,3.1,10.3,5,16,5.7c6,0.6,11.4-1.6,16.2-4.9 c7.7-5.1,14.3-11.6,19.5-19.1c0.9-1.3,1.9-2.4,2.8-3.6l-0.3-0.2c-0.6,0.6-1.2,1.2-1.8,1.7c-3.7,3.2-8,5.1-12.5,7 c-8.9,3.7-17.5,3-26-1c-5.9-2.8-11.5-6.1-17.3-8.9c-4.6-2.2-9.5-3.6-14.7-2.9c-8.3,1.1-14.5,6-19.9,11.8 c-3.5,3.8-6.3,8.3-9.3,12.6c-1.6,2.3-2.6,6.5-2,8.7c0.3-1,0.6-1.9,1-2.8c4.9-9.3,11.4-17.3,20.8-22.4c5.2-3,11.5-3.5,17.1-1.3 c2.9,1.2,5.7,2.6,8.5,4.1c0.6,0.4,1.1,0.8,1.6,1.3c-0.1,0.1-0.2,0.2-0.3,0.4c-1.1-0.6-2.3-1.1-3.4-1.7 c-5.7-3.1-11.7-4.9-18.3-2.9c-4.8,1.4-8.7,4.3-12.3,7.7c-7,6.4-12.2,14.7-15,23.8C287.6,411.1,287.5,411.8,287.5,412.4 M280.1,425.5l-0.1-0.3c-0.7,0.3-1.4,0.5-2.1,0.9c-1.5,0.7-2.9,1.5-4.4,2.3c-5.7,3.3-10.4,7.5-13.1,13.7c-1.4,3.5-3.1,6.8-5,10 c-4,6.3-9.8,10.4-16.5,13.5c-2.3,1.1-4.6,2-6.9,3c-0.1-0.2-0.2-0.3-0.2-0.5c0.3-0.2,0.6-0.5,0.9-0.7c3.1-1.7,6.3-3.2,9.3-5 c7.1-4.4,12.6-10.1,15.1-18.3c1.3-4.3,3.7-8.2,6.8-11.4c1.5-1.5,3.2-2.9,4.8-4.3c-5.1,1.5-10.2,2.9-13.9,7.2 c-3.5,4-6,8.5-8.5,13.1c-2.8,5.6-7.3,10.1-12.8,13c-3.7,1.9-7.4,3.8-11,5.8c-4.2,2.2-7.5,5.9-9.3,10.3 c-2.3,5.7-3.8,11.8-4.4,17.9c-0.1,1.1,0,2.1,0,3.2c0.6-1,1-2.1,1.5-3.1c1.6-3.5,3.4-6.9,5.4-10.1c1.9-3,4.2-5.6,6.8-8 c4.2-3.6,9.4-5.8,14.6-7.6c7.5-2.6,14.8-5.6,21.2-10.6c5.3-4.1,9.4-9.5,12-15.7c1.8-4.2,3.5-8.5,5.5-12.6 C277,429.1,278.7,427.4,280.1,425.5'/%3E%3Cpath id='Path_600_00000002369210402356992310000003400206391450816408_' class='st0' d='M442,1105.1l-2.1-1.4 c0.9-1.5,1.8-3,2.7-4.5c3.5-6.7,6.1-13.8,7.7-21.1c1.4-6.1,2.4-12.2,3.3-18.4c1.1-8,0.8-16.1-0.6-24 c-1.2-7.2-2.8-14.3-4.8-21.3c-1.8-6.1-4.5-11.9-6.9-17.9c-3.1-7.9-5.6-16-5.4-24.6c0.2-8.3,1-16.6,3.6-24.6 c0.8-2.3,1.5-4.6,2-6.9c-1.7,2.2-3.4,4.3-5,6.5c-5.3,7.1-9.5,14.9-12.4,23.2c-2.4,7.1-4.5,14.2-6.1,21.5 c-2,9-2.8,18.3-2.2,27.5c0.4,7.7,2.2,15.2,4.2,22.6c3.1,11.3,6.5,22.6,9.1,34c1.6,7,2.1,14.2,3.1,21.3c0,0.5,0,1.1-0.1,1.6 c-1.6-0.7-2.6-1.2-2.8-3.2c-0.7-10.8-3.1-21.3-6-31.6c-2.8-9.9-5.8-19.8-8.4-29.8c-3.2-12.1-3.3-24.5-1.4-36.8 c1.4-9.7,3.9-19.2,7.5-28.4c5.2-13.6,13.2-26,23.5-36.4c5.5-5.7,11.5-10.8,18.1-15.2c4.8-3.2,9.8-6.1,15.3-7.8 c4.4-1.3,8.4-0.3,12.2,2c6.3,3.7,10.7,9.1,14.1,15.5c2,3.8,4.1,7.6,6.3,11.3c2.4,3.9,5.9,7,10,8.9c4.3,2.1,8.6,4.1,12.8,6.5 c8.1,4.4,14,11.9,16.4,20.8c2,7,3.7,14.2,5.7,21.3c2,7.5,5.2,14.6,9.5,21c2.1,3.1,4.4,6.1,6.6,9.2c0.6,0.9,1.3,1.9,0.3,2.9 c-0.9,0.9-1.9,0.6-2.7-0.1c-1.9-1.5-3.9-3-5.6-4.7c-8.5-8.2-15.8-17.6-21.7-27.9c-5.4-9.4-12.3-17.4-22-22.5 c-6.9-3.7-14.8-5.3-22.6-4.3c-5.7,0.7-10.8,3.3-15.4,6.5c-3.6,2.5-7.3,5-9.9,8.7c-7.5,10.8-10.3,22.4-5.9,35.2 c2.4,7,5,13.9,7.2,21c3.3,10.7,5.8,21.5,6.2,32.7c0.4,9-0.6,17.9-5.1,26c-3.6,6.2-8,11.9-13.1,16.9c-1.6,1.6-2.3-0.4-3.8-0.7 c0.5-0.6,0.9-0.9,1.2-1.3c5-4.6,9.2-9.9,12.7-15.8c2.4-4.5,4-9.4,4.5-14.4c1.4-10.3-0.4-20.4-2.6-30.4 c-2.4-10.5-6-20.6-9.7-30.7c-5.9-16.2-2.4-30.8,8.8-43.2c6.5-7.2,15-12.3,25.1-13.6c6.8-0.7,13.7,0.3,20,3 c5.6,2.2,10.2,5.7,14.6,9.5c4.5,3.9,7.9,8.8,11.1,13.7c3.6,5.5,7.2,11.1,11,16.4c2.3,3.1,4.8,6,7.6,8.7c0-0.3,0-0.5-0.1-0.8 c-4.9-7.4-7.8-15.7-10-24.2c-1.6-6-3.1-12.1-5-18c-2.8-8.6-8.9-15.7-17.1-19.5c-3.9-1.9-7.8-3.7-11.7-5.6 c-5.1-2.6-8.8-6.7-11.6-11.6c-2.5-4.3-4.7-8.8-7.4-13c-3.3-5.3-7.6-9.6-13.6-11.8c-3.2-1.2-6.3-0.5-9.3,0.9 c-8.6,3.8-15.9,9.3-23.1,15.3c-5.5,4.6-8.2,10.5-10.4,16.9c-3.1,9.5-4.3,19.5-3.6,29.5c0.5,5.9,1.9,11.7,4.1,17.2 c2.6,6.8,5.5,13.5,7.8,20.4c2.8,8.8,4.7,17.9,5.6,27.2c0.9,7.4,0.8,14.9-0.3,22.3c-1.1,8.6-3.1,17.1-5.8,25.3 c-1.8,5.7-4.3,11.1-7.4,16.2L442,1105.1'/%3E%3Cpath id='Path_601_00000021800711623303079630000016765005835720566697_' class='st0' d='M429.9,630.3 c4.3-6.8,10-12.3,16.2-17.2c6.7-5.2,14-9.7,21.8-13.2c5.4-2.5,10.9-5.2,15.4-9.3c5.5-4.9,9.3-11.4,10.8-18.6 c1.3-6.6,1.9-13.3,0.2-20c-1.2-4.6-2.7-9.2-4.3-13.7c-3.2-8.6-4.7-17.8-4.4-26.9c0.2-8.5,1.5-16.9,3.6-25.1 c2.3-8.5,6.5-16.1,11.4-23.3c2.7-3.9,5.6-7.8,8.4-11.7c0.6-0.8,1.3-2.3,2.6-1.3c1.1,0.9,0,2-0.6,2.8c-5.4,7.8-9.1,16.7-11.1,26 c-1.3,5.6-1.8,11.4-1.4,17.1c0.4,5.6,2.6,10.6,5.2,15.4c2.8,5.2,7.2,8.9,11.1,13.1c4.9,5.2,9.6,10.7,13,17.1 c2.9,5.5,3.2,11.3,2.4,17.3c-0.7,4.6-1.5,9.2-2.5,13.8c-1.2,6.1-3.1,12.1-5.6,17.8c-2.9,6.5-7,12.5-12.1,17.6 c-4.9,4.8-11,7.6-17.5,9.4c-11.9,3.3-24,5.3-36.1,7.3c-7.6,1.3-15.1,3.2-22,6.9c-1.1,0.6-2.1,1.3-3.1,1.9 c-0.7,0.2-1.4,0.4-2.1,0.4c0-0.7,0.1-1.4,0.2-2.1C429.5,631.4,429.7,630.8,429.9,630.3L429.9,630.3 M433.5,628.3 c0.1,0.2,0.3,0.3,0.4,0.5c0.2-0.1,0.5-0.2,0.7-0.3c6.5-3,13.4-5.1,20.4-6.2c12.4-2.2,24.9-3.9,37.1-7.4 c5.6-1.6,10.9-3.8,15.2-7.8c7.6-6.9,12.5-15.6,15.5-25.3c2.4-7.7,4-15.6,4.9-23.6c0.7-5.6,0-11.1-2.8-16.1 c-3.2-5.5-7.1-10.5-11.5-15c-3.9-4.1-8.2-7.9-11.1-12.9c-2.7-4.7-5-9.6-5.8-15.1c-1.3-9,0-17.7,2.5-26.3 c0.3-0.9,0.5-1.8,0.7-2.6c0.3-0.8,0.6-1.6,0.9-2.3c-0.4,0-0.5,0.1-0.6,0.2c-3.5,5.4-6.3,11.3-8.3,17.4 c-0.8,2.4-1.4,4.9-1.6,7.5c-0.2,7.7,0.9,15.4,3.3,22.7c3.2,10.1,6.8,20,10.3,30c2.3,6.6,4.7,13.3,5.3,20.3 c0.7,5.7-0.1,11.5-2.2,16.8c-4,9.3-11.5,15.1-20.8,18.4c-5.4,1.9-11.3,2.7-17,3.8c-6.2,1-12,3.4-17.1,7 c-3.2,2.3-6.3,4.7-9.3,7.3C439.5,622.1,436.6,625.2,433.5,628.3 M466.5,603.4v0.3c2.5-0.5,5-1,7.5-1.4c8-1.2,15.6-3.3,22.1-8.5 c5.3-4.2,9.4-9.1,10.7-15.9c1.5-7.8,0.8-15.9-2-23.4c-3-8.6-6-17.2-9.1-25.7c-2.8-7.3-4.8-14.9-5.8-22.7 c-0.2-2-0.5-3.9-0.8-6.3c-0.1,0.3-0.2,0.6-0.3,0.9c-0.2,2.2-0.5,4.4-0.7,6.7c-0.8,10.2,0.6,20.4,4.1,30c1.6,4.6,3.2,9.2,4.5,14 c1.7,6.4,0.9,12.8-0.1,19.2c-2,12.4-8.9,21.3-19.6,27.5C473.5,599.8,470,601.6,466.5,603.4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:cover;
	background-position: center top;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-flower{
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1500 1600' style='enable-background:new 0 0 1500 1600;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231D1C1C;%7D .st1%7Bfill:%23575656;%7D%0A%3C/style%3E%3Crect class='st0' width='1500' height='1600'/%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1090_00000148655094127750036780000014233017678565682829_' transform='matrix(0.966, 0.259, -0.259, 0.966, 236.444, 0)'%3E%3Cpath id='Path_557_00000003082135326416748080000007055443666485421231_' class='st1' d='M1308,89.9c-0.5,0.7-1,1.4-1.5,2.2 c-5.8,11.8-12.8,22.9-20.8,33.3c-6.8,8.9-14,17.4-21.1,26.1c-6.7,8.3-13.5,16.5-20.2,24.9c-8.3,10.5-16.7,21-24.8,31.6 c-9.7,12.6-18.4,25.8-26.1,39.6c-4.4,8-8.4,16.2-12,24.6c-4.2,9.9-7.3,20.2-9.1,30.8c-1.6,8.7-3.1,17.4-4.2,26.2 c-1.4,11.2-1.6,22.4-0.7,33.6c0.8,11.1,2.5,22.2,5.1,33.1c1.8,7.7,4.5,15.1,8.1,22.1c4.3,8.4,8.6,16.8,13.2,25.1 c4.4,7.8,8.9,15.6,13.8,23.2s10.1,14.9,15.4,22.1c6.1,8.3,12.6,16.1,18.5,24.5c6.1,8.8,11.8,18,17.5,27.1 c4.2,6.7,8,13.7,12,20.5c0.7,1.1,1.2,2.3,1.6,3.6c-1.6-0.8-3.1-1.8-4.5-3c-1.2-1.4-2.2-3-3-4.6c-4.2-7.1-8.1-14.4-12.5-21.4 c-3.8-6.2-7.8-12.2-12.1-18.1c-6.7-9.2-13.7-18-20.4-27.2c-5.4-7.4-10.8-14.9-15.6-22.6c-6.5-10.6-12.5-21.5-18.8-32.3 c-0.4-0.6-0.8-1.3-1-1.9c-0.9-3.9-3.9-4.9-7.3-5.5c-5.9-1.2-11.9-2.5-17.8-3.8c-6.5-1.4-13.1-2.8-19.6-4.2 c-5.8-1.2-11.4-3.2-16.6-6c-7-3.8-13.2-8.9-18.2-15.1c-4.5-5.5-8.1-11.7-10.6-18.4c-4.1-11.1-5.4-22.4-0.8-33.7 c1.9-4.4,4.1-8.7,6.6-12.9c2.5-4.5,2.4-8.8,0.3-13.3c-2.6-5.7-7.1-9.6-12.3-12.8c-6.9-4-14.3-7.2-21.9-9.6 c-5.9-1.9-11.9-3.8-17.8-5.8c-8.7-2.9-17.1-6.5-23.5-13.4c-3.5-3.6-6-8.1-7.3-12.9c-1.2-4.2-1.8-8.5-2.9-12.7 c-1.7-6.8-3.4-13.6-5.1-20.4c-0.6-2.6-1.2-5.2-1.7-7.8c-0.1-0.5-0.3-1.2,0-1.5c0.6-0.7,1.3-1.3,2-1.8c0.4,0.6,1.1,1.1,1.2,1.7 c0.9,5.1,3.2,9.6,5.5,14.2c2.5,5.1,5.5,10,9,14.6c3.4,4.2,7.7,7.7,12.5,10.3c11.5,6.4,24,9.4,36.9,10.9 c6.6,0.7,13.2,1.5,19.7,2.6c10.8,1.7,20.8,6.5,28.8,13.9c3.2,2.9,6.3,5.9,9.4,8.8c4.3,4.1,6.3,9.3,6.9,15.1 c0.5,5.9-0.3,11.9-2.4,17.5c-3.8,11.1-4.7,22.5-0.8,33.7c2.1,5.7,4.7,11.1,7.8,16.4c2.5,4.5,5.4,8.7,8.6,12.8 c3.3,4.1,6.8,8.1,10.5,11.8c3.9,4,8.1,7.8,12.1,11.7c0.4,0.3,0.8,0.6,1.2,0.8c-1.3-3.3-2.4-6.2-3.5-9.1 c-3-7.6-4.6-15.5-6.1-23.5c-3.1-16.6-4-33.5-2.6-50.3c0.8-8.7,2.2-17.3,3.6-25.9c1.5-9.5,3.8-18.8,6.9-27.9 c3.9-11.9,9-23.4,15.5-34.2c7.1-11.5,14.2-23.1,22.1-34.1c9.6-13.3,19.9-26.1,30.1-38.9c9-11.4,18.2-22.6,27.5-33.8 c7.1-8.3,13.7-17,19.8-26c5.9-8.7,11.2-17.8,15.8-27.2c4.4-9.2,8.1-18.8,10.9-28.6c3.4-11.2,5.3-22.7,5.7-34.3 c0.3-11.2-1-22.4-3.8-33.2c-2.4-9.2-6.5-17.9-12.1-25.6c-6.4-8.4-14.2-15.7-23.1-21.6c-7.5-5-15.4-9.2-23.6-12.7 c-8.3-3.6-16.7-7.1-25.1-10.5c-6.9-2.8-14-5.3-21-8c-15.4-5.9-30.3-12.8-43.4-23.1c-6.1-4.6-11.3-10.3-15.4-16.8 c-0.8-1.4-1.6-0.9-2.4-0.2c-3.1,2.7-5.8,5.7-7.4,9.6c-1.6,3.8-3.1,7.6-4.8,11.3c-3.5,7.8-9.1,14.5-16.3,19.2 c-6.8,4.5-14.3,7.3-21.9,10c-7.3,2.6-14.2,5.8-18.6,12.5c-2.7,4.3-5.1,8.7-7.3,13.3c-1.3,3-2.3,6-3.2,9.1 c-0.1,0.6-0.3,1.2-0.6,1.8c-0.5,0.5-1.1,1-1.7,1.4c-0.4-0.6-1.1-1.2-1.1-1.9c-0.1-3.3-0.1-6.7,0-10c0.5-8.9,2.3-17.4,6.5-25.4 c2.5-4.7,6.5-7.6,11-10.1c3.9-2.1,7.9-4,11.8-6.1c5.9-3.3,9.5-8.6,12.5-14.5c2.7-5.4,5.8-10.5,10.7-14.2 c3.2-2.2,6.6-3.9,10.3-5.1c4.3-1.6,8.8-2.5,13.2-3.8c0.3-0.1,0.6-0.2,1.4-0.5c-2.9-0.8-5.9-0.9-8.8-0.3 c-5.1,0.9-10.2,2.2-15.3,3.2c-4.7,1-9.6,0.7-14.1-0.8c-4.6-1.5-9.1-3.2-13.5-5.1c-6.9-3.1-13.8-3-20.8-0.4 c-2.5,1-5.2,1.7-7.9,2c-6.1,0.7-11.3-1.9-16-5.5c-6.3-4.9-10.1-11.5-11.9-19.1c-1.7-6.9-2.9-14-4.3-21 c-0.2-0.8-0.2-1.6-0.1-2.4c0.2-0.8,0.5-1.9,1.1-2.1c1.1-0.4,1.6,0.5,2,1.5c0.7,1.9,1.4,3.7,2.2,5.5c3.2,6.9,7.7,12.6,14.5,16.2 c6.2,3.4,13.4,4.4,20.3,2.6c4.5-1.1,8.9-2.7,13.4-3.9c5-1.4,10-2.5,15.2-2c0.3,0,0.7-0.1,1-0.2c-2.4-1.5-4.6-2.7-6.6-4.2 c-4-2.7-7.7-6-10.8-9.8c-3.4-4.4-6.3-9.2-8.5-14.2c-5-11.1-7.8-23.1-8.3-35.2c-0.5-9.5-0.1-19,1.2-28.4c0.5-4,0.8-8,1.4-12 c0.3-2.2,0.9-4.3,1.6-6.4c0.2-0.7,1.2-1.1,1.8-1.6c0.3,0.7,1.1,1.6,0.9,2.2c-0.6,3.9-1.3,7.7-2.1,11.5 c-1.9,8.7-0.8,17.1,1.8,25.5c1.5,4.9,3.7,9.5,7.9,12.8c5.4,4.2,11.7,7.1,18.3,8.6c7.3,1.7,14.6,3.3,21.8,5.4 c5,1.4,9.8,3.5,13.1,7.8c0.8,1,1.3,2.1,2.2,3.5c0.4-1.5,0.6-2.7,1-3.8c1.9-5.4,3.8-10.7,5.6-16.1c1.6-4.6,1.9-9.5,0.7-14.2 c-1.3-5.3-2.3-10.6-1.6-16.2c0.7-5.2,2.1-10.4,3.9-15.3c2.6-6.9,5.9-13.5,9.8-19.8c4.7-7,9.8-13.8,15.4-20.1 c0.7-1,1.6-1.9,2.5-2.8c0.6-0.4,1.6-0.4,2.4-0.5c0,0.8,0.3,1.7,0,2.3c-2,3.8-4.3,7.5-6.4,11.3c-3.9,7.3-5.9,15-5,23.3 c0.5,4.5,2.5,8.8,5.8,12c4.3,4.2,8.4,8.6,12.3,13.1c5.8,7.1,6.9,15.3,4.2,24.1c-2.5,8.2-7.6,14.7-13.1,21 c-4.2,4.7-8.1,9.8-11.7,15c-3,4.5-4.6,9.8-5.9,15.2c-0.3,1.1-0.5,2.3-0.5,3.4c1.8-2.5,3.6-5,5.5-7.5c5.3-7,11.8-12.6,20.3-15.4 c5.8-2,12-1.8,17.7,0.6c4.6,1.9,8.9,4.4,13.4,6.5c4.7,2.2,9.3,4.5,14.1,6.4c5.1,2.1,10.8,2.3,16,0.7c6-1.7,11.8-3.9,16.6-7.9 c2.2-1.9,4.1-4,6.2-6.1c0.9-1,1.9-2,3-2.8c0.8-0.5,1.7-0.7,2.6-0.5c1.1,0.4,1,1.6,0.6,2.5c-1.3,2.7-2.8,5.3-4.5,7.8 c-2.9,4.3-6.1,8.4-9.4,12.3c-5.3,6.1-11.5,11.4-18.4,15.5c-9.5,5.6-19.2,5.4-29.1,0.8c-6.3-2.9-11.9-7.1-17.9-10.5 c-5.8-3-12.9-2.5-18.2,1.4c-7.4,5.9-13.3,13.1-18.4,21c-1.2,2-2.1,4.1-2.7,6.4c-0.8,3,1,5.4,2.7,7.7 c5.1,6.8,11.4,12.7,18.5,17.4c7.2,5,14.9,9.3,23,12.7c7.2,3,14.5,5.8,21.8,8.6c7.8,3.1,15.7,6,23.4,9.2 c8.2,3.4,16.3,6.8,24.3,10.6c10.5,5,20.2,11.5,28.7,19.5c5.3,5.1,9.9,10.9,13.7,17.3c8.1,13.6,11.3,28.5,12.4,44.1 s-1.2,30.9-5.6,45.9c-2.8,10-6.5,19.7-11,29.1C1308.4,88.8,1308.2,89.4,1308,89.9L1308,89.9 M1016.1,241.8 c0.8,4,1.8,7.5,2.2,11.2c0.4,2.6,1.6,5,3.4,6.9c5.2,6.3,11,12.1,17.5,17.1c6.5,5.2,13.5,9.6,21.7,11.7 c8.3,2.2,16.7,4.1,25.1,6.2c8.1,2.1,16,5.2,23.3,9.3c8.3,4.6,13.4,11.3,14.6,20.8c0.7,5.9,0.1,12-1.7,17.6 c-2.8,8.8-3.3,18.2-1.5,27.2c1.6,7.2,4.1,14.2,7.5,20.7c4.5,8.8,11.5,16.1,20,21c6.3,3.7,12.8,7.1,19.8,9.4 c4.1,1.3,8.1,2.6,12.2,3.9c-0.1-0.5-0.4-0.9-0.8-1.2c-1.2-0.8-2.5-1.6-3.6-2.5c-10.2-8.6-19.4-18.3-27.4-28.9 c-6-8-10.7-16.8-14.1-26.2c-4-11.5-3.1-23.1,0.5-34.4c2.1-6.6,3.8-13,2.5-20c-0.7-3.6-1.8-7.1-4.4-9.8 c-3.3-3.5-6.8-6.9-10.4-10c-5.8-5.3-12.7-9.2-20.2-11.6c-6.8-2.1-13.9-2.7-20.9-3.7c-6.2-0.8-12.4-1.4-18.5-2.6 c-8.2-1.7-16.2-4.5-23.7-8.3c-7.2-3.5-13.3-8.8-17.8-15.4C1019.6,247.6,1018,244.8,1016.1,241.8 M1152.6-140.8h0.8 c0-0.6,0.1-1.2,0.1-1.8c0-2.5-0.2-5,0-7.5c0.7-8,2.3-15.8,4.6-23.5c1.8-6.6,5-12.7,9.3-18c3.6-4.4,7.4-8.6,11-13 c4.7-5.6,8.5-11.7,9.9-19.1c1.1-6,0.2-11.7-3.5-16.6c-3.1-3.9-6.4-7.6-10-11.1c-3.3-3.4-6.7-6.8-8.3-11.4 c-2.4-6.9-1.7-13.9,0-20.8c0.5-2,1.3-4,2.1-6.5c-0.4,0.3-0.7,0.7-1.1,1c-7.3,9.5-13,20.1-17,31.4c-2.8,8.3-3.4,16.6-1.1,25.1 c0.7,2.7,1,5.6,0.9,8.4c0,5.9-2.7,11.2-4.7,16.6c-2.5,6.7-4.6,13.3-4,20.8c0.9,11,1.6,21.9,5.5,32.4c0.7,1.9,1.4,3.7,2.2,5.9 c0-3.7,0-6.8,0-10c-0.2-6.9,0.5-13.9,2-20.6c2-7.9,5.5-15.1,9.4-22.2c3.3-5.8,6.9-11.5,8.9-17.9c2.8-9.1,2.2-17.9-2.4-26.3 c-1.4-2.7-2.6-5.4-3.6-8.2c-0.1-0.6-0.1-1.3,0-1.9c2.3,4.5,4.5,8.6,6.3,12.8c1.4,3.1,2.4,6.4,2.9,9.7 c1.2,9.1-1.3,17.5-5.8,25.4c-3.9,6.4-7.4,13.1-10.5,20c-4.3,10.1-5.1,20.6-4.9,31.4c0.1,3.6,0.1,7.1,0.2,10.7 C1152.2-144.1,1152.4-142.4,1152.6-140.8 M1072.4-239.6l-0.3-0.1c0.2,5.8-0.1,11.7,0.6,17.4c1.4,11.8,3.9,23.3,9.6,34 c3.9,7.3,8.7,13.6,15.4,18.5c5.9,4.4,12.8,7.4,20.1,8.7c6.5,1.1,12.7,2.8,18.3,6.4c1.8,1.2,3.6,2.3,5.8,3.7 c-0.3-0.8-0.6-1.5-0.9-2.2c-2.9-5.1-5.7-10.1-8.7-15.2c-3.4-5.8-7.4-11.3-13.4-14.6c-5-2.7-10.1-5.1-15.2-7.5 c-5.6-2.7-10.9-5.9-15.7-9.7c-0.8-0.7-1.5-1.5-2.1-2.3l0.4-0.3c0.5,0.4,1,0.8,1.5,1.1c4.5,2.7,8.8,5.6,13.4,8 c5.3,2.7,10.9,4.9,16.3,7.3c4.4,2,8.2,5,11.2,8.7c2.4,3.1,4.6,6.3,6.5,9.7c3.4,6,6.6,12.2,9.9,18.3c0.8,1.5,1.6,2.9,2.3,4.4 l0.5-0.3c-0.7-1.5-1.3-3.1-1.9-4.6c-2.9-7-4.8-14.3-5.7-21.8c-0.6-6-0.8-12-1.5-18c-0.7-5.5-3.1-10-8.2-12.7 c-5.5-2.8-11.4-4.7-17.5-5.8c-8.2-1.6-16.3-3.5-23.7-7.5c-5.6-3-10.2-6.9-12.8-12.7C1074.7-232.2,1073.7-235.9,1072.4-239.6 M1020.1,260.3l-0.4,0.2c0.5,1.5,0.9,3,1.4,4.5c2.7,9,8.8,15.2,16.9,19.3c8.6,4.3,17.9,6.7,27,9.7c9,2.9,17.8,6.2,25.9,11.2 c5.2,3.2,9.6,7.1,12.3,12.6c1.7,3.6,3.1,7.3,2.2,11.4s-3.3,7.4-5.2,11c-2.5,4.4-4.7,9-5.4,14.1c-2,14.6,2.4,27.4,11,39.1 c3.3,4.3,7.1,8.2,11.4,11.6c4.4,3.7,9.5,6.5,14.9,8.4c5.9,1.9,12,3.3,18,4.9c2.1,0.5,4.2,0.9,6.3,1.3c-2.1-1.4-4.4-2.5-6.5-3.7 c-7.4-4.1-14.1-9.1-19.1-16c-4.4-6.3-7.9-13.2-10.2-20.4c-4.1-12.1-4.7-24.2-0.9-36.6c1.2-4.1,1.9-8.4,2-12.7 c0.2-7.9-2-15.2-8.7-20.1c-3.7-2.8-7.8-5.1-12-7.1c-10.7-4.8-22-7.4-33.4-9.8c-6.1-1.3-12.2-2.9-17.7-5.9 c-9.2-5.1-16.8-12.2-23.8-19.9C1024,264.8,1022.1,262.5,1020.1,260.3 M1038.5-171.6c0.1,0.9,0.2,1.5,0.3,2.1 c0.9,3.8,1.7,7.6,2.6,11.4c2.1,7.9,5.9,14.7,12.9,19.3c5,3.3,10.3,4.7,16.1,2.7c2.4-0.8,4.9-1.5,7.3-2.3 c3.9-1.4,8.2-1.6,12.2-0.5c4.2,1.3,8.2,2.8,12.2,4.6c7.9,3.4,15.9,5,24.5,2.5c8.2-2.4,16.6-4.4,25.3-1.2 c-0.4-0.8-1-1.4-1.7-1.9c-3.3-1.6-7-2.4-10.7-2.4c-6.3-0.2-12.6-0.9-18.5-3.4c-3.8-1.7-7.5-3.8-10.9-6.2 c-3.9-2.7-8.4-4.4-13.1-4.9c-4.5-0.5-8.8,0.4-13.2,1c-1.3,0.2-2.7,0.2-4.1,0.4c0-0.2-0.1-0.4-0.1-0.6c2.3-0.5,4.6-0.9,6.9-1.4 c9.4-2,18.1-1.1,26,4.9c5.7,4.4,12.3,6.3,19.3,7.4c6,1,12.3-0.1,18.2,2.8c0-0.3-0.1-0.6-0.2-0.9c-3.4-4.8-7.1-9.4-12.1-12.7 c-5.6-3.7-11.9-6.2-18.5-7.5c-7-1.6-14.3-2.1-21.4-1.5c-6.9,0.7-13.3,3.1-19.9,5.2c-11.7,3.8-25.8,0.7-34.2-9.7 C1042-166.5,1040.4-168.9,1038.5-171.6 M1156.4-142.1c0.3-0.1,0.5-0.1,0.5-0.1c0.1-0.1,0.2-0.3,0.3-0.4 c5.2-7.7,11-14.9,18.2-20.8c6.1-4.9,16.2-5.8,22.7-1.6c3.7,2.3,7.4,4.8,11.2,7.1c5.1,3.3,10.9,5.4,17,6.1 c6.4,0.6,12.1-1.7,17.2-5.2c8.2-5.4,15.2-12.3,20.7-20.4c0.9-1.4,2-2.6,3-3.9l-0.3-0.3c-0.6,0.6-1.3,1.3-2,1.8 c-3.9,3.4-8.5,5.4-13.3,7.4c-9.4,3.9-18.7,3.2-27.7-1.1c-6.3-2.9-12.2-6.5-18.5-9.5c-4.9-2.4-10.1-3.8-15.6-3.1 c-8.9,1.2-15.5,6.3-21.2,12.6c-3.7,4.1-6.7,8.9-9.9,13.4c-1.8,2.5-2.7,6.9-2.1,9.2c0.3-1,0.7-2,1.1-3 c5.2-9.9,12.1-18.4,22.1-23.9c5.6-3.2,12.3-3.7,18.2-1.4c3.1,1.3,6.1,2.7,9,4.4c0.6,0.4,1.2,0.9,1.7,1.4 c-0.1,0.1-0.2,0.3-0.3,0.4c-1.2-0.6-2.4-1.2-3.6-1.8c-6.1-3.3-12.5-5.2-19.4-3.1c-5.1,1.5-9.3,4.6-13.1,8.2 c-7.5,6.9-13,15.6-15.9,25.3C1156.5-143.5,1156.4-142.8,1156.4-142.1 M1148.5-128.2l-0.1-0.3c-0.8,0.3-1.5,0.6-2.3,0.9 c-1.6,0.8-3.1,1.6-4.6,2.5c-6.1,3.5-11.1,8-13.9,14.6c-1.5,3.7-3.3,7.2-5.3,10.6c-4.2,6.7-10.5,11.1-17.5,14.4 c-2.4,1.1-4.9,2.2-7.4,3.2c-0.1-0.2-0.2-0.3-0.3-0.5c0.3-0.3,0.7-0.5,1-0.7c3.3-1.8,6.7-3.4,9.9-5.4 c7.5-4.7,13.4-10.8,16.1-19.5c1.4-4.6,3.9-8.8,7.3-12.2c1.6-1.6,3.4-3.1,5.1-4.6c-5.5,1.6-10.9,3.1-14.8,7.6 c-3.7,4.2-6.4,9.1-9.1,14c-3,5.9-7.8,10.7-13.6,13.8c-3.9,2-7.9,4-11.7,6.2c-4.5,2.4-8,6.3-9.9,11c-2.5,6.1-4,12.5-4.7,19.1 c-0.1,1.1,0,2.3,0,3.4c0.7-1.1,1.1-2.3,1.6-3.3c1.7-3.7,3.7-7.3,5.8-10.8c2-3.2,4.4-6,7.2-8.5c4.5-3.9,10-6.2,15.6-8.1 c8-2.8,15.8-6,22.6-11.3c5.6-4.4,10-10.1,12.8-16.7c1.9-4.5,3.7-9,5.8-13.4C1145.2-124.3,1147-126.1,1148.5-128.2'/%3E%3Cpath id='Path_558_00000155838572073023542070000011179020606891244950_' class='st1' d='M1320.9,595.5l-2.3-1.5 c1-1.6,2-3.2,2.8-4.8c3.7-7.1,6.5-14.7,8.2-22.5c1.5-6.4,2.6-13,3.5-19.6c1.1-8.5,0.9-17.2-0.7-25.6c-1.3-7.7-3-15.2-5.1-22.7 c-1.9-6.5-4.8-12.7-7.3-19c-3.3-8.4-5.9-17-5.8-26.2c0.2-8.9,1.1-17.7,3.8-26.2c0.8-2.4,1.6-4.9,2.1-7.3 c-1.8,2.3-3.6,4.6-5.4,6.9c-5.6,7.5-10.1,15.8-13.2,24.7c-2.6,7.5-4.7,15.1-6.5,22.9c-2.2,9.6-2.9,19.5-2.3,29.3 c0.4,8.2,2.3,16.1,4.5,24c3.3,12.1,6.9,24.1,9.7,36.3c1.7,7.4,2.3,15.1,3.3,22.7c0,0.6,0,1.1-0.1,1.7c-1.7-0.7-2.8-1.3-2.9-3.4 c-0.8-11.5-3.2-22.7-6.3-33.7c-3-10.6-6.2-21.1-9-31.7c-3.4-12.9-3.5-26-1.5-39.2c1.5-10.3,4.2-20.5,7.9-30.2 c5.6-14.5,14.1-27.7,25-38.8c5.8-6,12.3-11.5,19.2-16.2c5.1-3.4,10.4-6.5,16.3-8.3c4.7-1.4,8.9-0.3,13,2.1 c6.7,3.9,11.4,9.7,15,16.5c2.1,4.1,4.3,8.1,6.7,12c2.6,4.1,6.3,7.4,10.7,9.5c4.6,2.2,9.2,4.4,13.7,6.9 c8.6,4.7,14.9,12.7,17.5,22.1c2.2,7.5,4,15.1,6.1,22.6c2.1,8,5.5,15.5,10.1,22.3c2.3,3.3,4.7,6.5,7,9.8c0.7,0.9,1.3,2,0.3,3.1 c-0.9,1-2,0.6-2.9-0.1c-2-1.6-4.1-3.2-6-5c-9.1-8.7-16.9-18.7-23.1-29.7c-5.8-10-13.1-18.5-23.5-24c-7.3-4-15.7-5.6-24-4.6 c-6.1,0.7-11.4,3.5-16.4,7c-3.9,2.7-7.8,5.3-10.5,9.3c-7.9,11.5-11,23.9-6.3,37.5c2.6,7.4,5.3,14.8,7.7,22.3 c3.5,11.3,6.1,22.9,6.6,34.8c0.4,9.6-0.6,19.1-5.4,27.7c-3.8,6.6-8.5,12.6-14,17.9c-1.7,1.7-2.5-0.4-4.1-0.7 c0.6-0.6,0.9-1,1.3-1.4c5.3-4.9,9.8-10.6,13.5-16.8c2.6-4.7,4.2-10,4.8-15.3c1.5-11-0.4-21.7-2.8-32.3 c-2.5-11.2-6.4-22-10.3-32.7c-6.3-17.3-2.6-32.8,9.4-46c7-7.7,16-13.1,26.7-14.4c7.3-0.8,14.6,0.4,21.3,3.2 c5.9,2.4,10.8,6,15.6,10.1c4.8,4.2,8.4,9.3,11.8,14.6c3.8,5.9,7.6,11.8,11.7,17.5c2.4,3.3,5.1,6.4,8.1,9.2c0-0.3,0-0.5-0.1-0.8 c-5.2-7.9-8.3-16.7-10.7-25.8c-1.7-6.4-3.3-12.9-5.4-19.1c-2.9-9.1-9.5-16.7-18.2-20.8c-4.1-2-8.3-3.9-12.4-6 c-5.5-2.7-9.3-7.1-12.3-12.3c-2.7-4.6-5-9.4-7.9-13.9c-3.5-5.6-8.1-10.2-14.5-12.6c-3.4-1.3-6.7-0.5-9.9,0.9 c-9.1,4-16.9,9.9-24.6,16.3c-5.8,4.9-8.8,11.1-11.1,18c-3.3,10.1-4.6,20.8-3.9,31.4c0.5,6.3,2,12.4,4.4,18.3 c2.7,7.2,5.9,14.4,8.3,21.7c3,9.4,5,19.1,6,28.9c0.9,7.9,0.8,15.9-0.3,23.8c-1.2,9.2-3.3,18.2-6.2,27c-2,6-4.6,11.8-7.9,17.3 L1320.9,595.5'/%3E%3Cpath id='Path_559_00000084494858422673765560000013554250713910410146_' class='st1' d='M1308,90c4.5-7.3,10.6-13.1,17.3-18.3 c7.2-5.6,14.9-10.3,23.2-14.1c5.8-2.7,11.6-5.5,16.4-9.9c5.9-5.2,9.9-12.2,11.5-19.9c1.4-7.1,2-14.2,0.3-21.3 c-1.2-4.9-2.9-9.8-4.6-14.6c-3.4-9.2-5-18.9-4.7-28.7c0.2-9,1.5-18,3.9-26.7c2.5-9,6.9-17.1,12.2-24.8c2.9-4.2,5.9-8.3,9-12.4 c0.6-0.9,1.4-2.5,2.7-1.4c1.2,0.9,0,2.1-0.6,3c-5.7,8.4-9.7,17.8-11.8,27.7c-1.4,6-1.9,12.1-1.5,18.3c0.5,6,2.8,11.3,5.6,16.4 c3,5.5,7.6,9.5,11.8,14c5.2,5.6,10.3,11.4,13.8,18.2c3.1,5.8,3.4,12.1,2.5,18.4c-0.7,4.9-1.6,9.8-2.7,14.7 c-1.3,6.5-3.3,12.9-6,18.9c-3.1,7-7.5,13.3-12.8,18.7c-5.3,5.1-11.7,8.1-18.7,10c-12.6,3.6-25.6,5.6-38.5,7.8 c-8.1,1.4-16.1,3.4-23.4,7.3c-1.1,0.6-2.2,1.4-3.4,2c-0.7,0.2-1.5,0.4-2.2,0.5c0-0.7,0.1-1.5,0.2-2.2 C1307.6,91,1307.8,90.5,1308,90L1308,90 M1311.8,87.8c0.1,0.2,0.3,0.3,0.4,0.5c0.3-0.1,0.5-0.2,0.8-0.3 c6.9-3.2,14.2-5.4,21.7-6.6c13.2-2.3,26.5-4.2,39.5-7.9c6-1.7,11.6-4.1,16.2-8.3c8.1-7.4,13.3-16.6,16.6-26.9 c2.5-8.2,4.3-16.6,5.2-25.1c0.7-6,0-11.8-3-17.1c-3.4-5.8-7.5-11.2-12.3-16c-4.2-4.4-8.7-8.4-11.8-13.8c-2.9-5-5.3-10.2-6.2-16 c-1.4-9.6,0-18.9,2.7-28c0.3-0.9,0.5-1.9,0.8-2.8c0.3-0.8,0.6-1.7,0.9-2.5c-0.4,0-0.6,0.1-0.7,0.2c-3.8,5.8-6.7,12-8.8,18.6 c-0.9,2.6-1.5,5.2-1.7,8c-0.2,8.2,1,16.4,3.5,24.1c3.4,10.7,7.3,21.3,11,31.9c2.4,7.1,5,14.1,5.7,21.6 c0.6,6.1,0.1,12.2-2.4,17.9c-4.3,9.9-12.3,16.1-22.2,19.6c-5.8,2-12,2.9-18.1,4c-6.6,1.1-12.8,3.6-18.2,7.4 c-3.4,2.5-6.7,5-9.9,7.8C1318.2,81.1,1315.1,84.5,1311.8,87.8 M1347,61.3c0,0.1,0,0.2,0,0.3c2.7-0.5,5.3-1,8-1.5 c8.5-1.3,16.6-3.5,23.5-9.1c5.6-4.5,10-9.7,11.4-17c1.7-8.5,0.7-16.8-2.1-24.9c-3.2-9.1-6.4-18.3-9.7-27.4 c-3-7.8-5.1-15.9-6.2-24.1c-0.3-2.1-0.5-4.2-0.9-6.7c-0.1,0.3-0.3,0.6-0.4,0.9c-0.3,2.4-0.6,4.7-0.8,7.1 c-0.9,10.8,0.6,21.7,4.3,31.9c1.7,4.9,3.4,9.8,4.8,14.9c1.8,6.8,1,13.6-0.1,20.4c-2.1,13.2-9.5,22.7-20.9,29.2 C1354.4,57.5,1350.7,59.3,1347,61.3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg id='Group_1094_00000171714507104648640470000015339100849448868749_' transform='matrix(0.719, 0.695, -0.695, 0.719, 217.087, 0)'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1093_00000116952105215305191110000008125779168463299754_'%3E%3Cpath id='Path_560_00000002351849795374489470000006516761528209739415_' class='st1' d='M781.8,732.7 c0.3-0.1,0.5-0.1,0.8-0.2c2.6-0.2,5.2-0.9,7.4-2.3c2.8-1.4,4.5-4.4,4.4-7.5c0-0.8,0-1.6,0-2.6c0.8-0.1,1.6-0.3,2.5-0.4 c1.9-0.2,3.7-0.8,5.4-1.7c3.2-1.8,5.5-5,5.9-8.7c0.8-3.9-0.2-7.9-2.6-11.1c-0.5-0.7-1.1-1.4-1.7-2.1c-0.6-0.6-0.8-1.5-0.3-2.2 c0.6-1.2,1.1-2.4,1.6-3.7c1-2.4,1-5,0.1-7.4c-1-3-3-5.6-5.6-7.5c-2.8-2-6.3-2.7-9.7-2c-0.7,0.1-1.4,0.3-2.1,0.4 c0.6-4.7-1.1-8.6-3.8-12.1c-1.8-2.5-4.4-4.4-7.4-5.4c-2.4-0.8-4.9-1.1-7.4-0.9c-1.5,0.2-3.1,0.5-4.6,0.8 c-1.2,0.3-2.4-0.1-3.3-0.9c-1.1-1-2.3-2.1-3.5-3c-1.5-1.3-3.3-2.2-5.2-2.7c-2.4-0.6-5-0.5-7.3,0.5c-2.5,1-4.8,2.4-6.7,4.1 c-3.1,2.5-5.6,5.7-7.4,9.3c-0.8,1.7-1.3,3.5-1.9,5.2c-0.1,0.2-0.2,0.5-0.3,0.8c-2.2-2.1-4.7-2-7.2-1.1c-1.2,0.5-2.3,1-3.4,1.7 c-2.4,1.4-3.8,4-3.5,6.8c0,0.2,0,0.4,0,0.6c0.1,0.8-0.4,1.6-1.2,1.9c-1.3,0.5-2.5,1.2-3.6,2c-4.3,3-4.4,7.7-2.8,11.4 c0.8,1.7,1.8,3.3,3,4.7c2.4,3,4.9,6,7.3,9.1c3.8,4.9,6.8,10.3,9.1,16.1c1.2,3.2,2.2,6.4,2.7,9.8c0.8,4,0.6,8.2-0.7,12 c-0.3,0.8-0.7,1.6-1.1,2.4c-3.3,5.6-6.7,11.1-10,16.7c-2.7,4.6-5.3,9.2-7.9,13.9c-2.9,5.2-5.8,10.4-8.7,15.6 c-2.3,4.1-4.5,8.3-6.7,12.4c-0.3,0.5-0.6,1-1,1.5c0.1-1.3,0.2-2.6,0.2-3.9c0.1-3.6-0.8-7.2-2.7-10.2c-1.6-2.8-3.5-5.5-5.2-8.2 c-1.7-2.5-3-5.3-3.9-8.1c-0.9-3-1.1-6.2-0.6-9.3c0.6-4.6,1.5-9.3,2.7-13.8c0.1-0.5,0.2-1.1,0.3-1.6s0.1-1-0.4-1.2 s-0.8,0.2-1.1,0.6c-0.7,1-1.4,2-2,3.1c-1.8,3.1-3.3,6.3-4.7,9.6c-1.1,2.7-1.9,5.6-2.3,8.5c-0.7,6.6,0.7,12.5,5.5,17.4 c2.5,2.5,5.1,5,7.4,7.8c2.7,3.2,4.4,7.2,4.7,11.4c0.1,1.1-0.1,2.2-0.7,3.2c-1.6,3.1-3.2,6.2-4.8,9.3c-1.7,3.3-3.4,6.6-5.1,9.9 c-2.8,5.5-5.5,11-8.2,16.5c-3.2,6.5-6.4,13.1-9.5,19.6c-1.9,4-3.8,7.9-5.7,11.9c-2.5,5.3-4.9,10.5-7.3,15.8 c-3.8,8.5-7.6,17-11.2,25.6c-2.7,6.6-5.3,13.3-7.7,20c-1.9,5.2-3.5,10.4-5.3,15.7c-0.5,1.5-0.9,3-1.4,4.6l1.8,0.7l1-3.1 c0.9-2.8,1.8-5.6,2.7-8.4c1.2-3.5,2.4-7,3.6-10.5c0.6-1.8,1.3-3.6,2-5.3c3.3-8.2,6.6-16.5,10-24.6c1.8-4.4,3.8-8.7,5.8-13 c1.6-3.6,3.3-7.1,4.9-10.7c0.7-1.5,1.8-2.9,3.2-3.8c7.7-5.4,14.1-12.6,18.5-20.9c1.2-2.2,2.3-4.4,3.5-6.6 c0.2-0.4,0.5-0.8,0.7-1.3c0.2-0.4,0.5-0.9,0-1.3c-0.4-0.3-0.8-0.1-1.2,0.4c-0.8,0.9-1.6,1.9-2.4,2.8c-3.1,3.5-6.3,6.7-9.8,9.8 c-1.3,1.1-2.4,2.5-3.6,3.8c-0.2,0.3-0.6,0.6-0.9,0.7c0.3-0.7,0.6-1.5,1-2.2c1.4-3,2.8-5.9,4.3-8.9c1.6-3.3,3.2-6.5,4.8-9.8 c1.1-2.2,2.1-4.4,3.2-6.6c1-2.1,2.1-4.1,3.1-6.2c0.9-1.8,1.8-3.7,2.8-5.5c1.1-2.1,2.1-4.2,3.2-6.3c1.2-2.5,2.4-4.9,3.7-7.4 c1.8-3.4,3.6-6.7,5.4-10.1c1.1-2,2.2-4.1,3.2-6.1c1.3-2.5,2.7-5,4.1-7.4c1.3-2.3,2.5-4.6,3.8-7c1.4-2.5,2.8-4.9,4.2-7.4 c1.6-2.8,3.3-5.7,4.9-8.5c2.7-4.7,5.5-9.4,8.3-14.1c1-1.7,2.1-3.2,3.1-4.9s2.1-3.4,3-5.1c0.8-1.4,2-2.6,3.4-3.2 c3.4-1.7,7.1-2.7,10.9-3c6.2-0.4,12.3,0.7,18,3.1c2,0.9,4.1,1.5,6.2,1.8c3,0.5,6.1-0.2,8.6-2c2.9-2.2,4.6-5.6,4.5-9.3 C781.8,733.4,781.8,733.1,781.8,732.7 M731.6,740l-0.3-0.1c0.1-0.8,0.2-1.5,0.3-2.3c0.2-0.8,0.4-1.6,0.6-2.4 c0.8-3,1.4-6.2,1.7-9.3c0.3-3.3,0.6-6.5,0.7-9.8c0.1-2.6-0.2-5.1-0.3-7.7c-0.2-2.7-0.4-5.5-0.8-8.2c-0.9-6.2-2-12.3-3-18.5 c-0.6-2.9-0.7-5.8-0.5-8.8c0.5-5.1,2.6-9.9,5.8-13.8c2.4-3.1,5.5-5.6,9.1-7.3c2.4-1.3,5.2-1.5,7.8-0.7 c1.8,0.6,3.5,1.5,4.9,2.8c0.8,0.7,1.6,1.4,2.4,2.2c1.3,1.4,3.3,2,5.2,1.6c1.3-0.3,2.6-0.5,3.9-0.7c3.4-0.5,6.8,0.3,9.7,2.1 c3.6,2.3,6.1,5.9,7.1,10.1c0.4,1.3,0.5,2.6,0.4,4c0,0.8-0.5,1.5-1.3,1.8c-1.9,0.9-3.7,2-5.3,3.3c-5.1,4.1-9.9,8.8-14.1,13.8 c-5.3,6.1-10,12.5-14.6,19.1c-1.9,2.7-3.8,5.5-5.7,8.2c-2.3,3.2-4.5,6.5-6.8,9.7c-0.1,0.2-0.3,0.4-0.4,0.5 c2.1-5.4,3.7-10.9,4.9-16.5s2-11.2,2.7-16.9c0.5-4.8,1-15.8,0.5-17.2c-0.1,0.2-0.1,0.4-0.2,0.6c-0.2,3.5-0.4,6.9-0.7,10.4 c-0.6,6.3-1.5,12.6-2.8,18.8c-1,4.9-2.3,9.7-3.9,14.4c-1.6,4.7-3.6,9.3-5.7,13.8C732.6,738,732.1,739,731.6,740 M778.6,711.3 l-0.1-0.3c-0.2,0-0.4-0.1-0.6,0c-0.7,0.2-1.3,0.4-1.9,0.5c-4.1,1.1-8,2.5-11.8,4.4c-4.6,2.4-9,5.1-13.1,8 c-4.7,3.3-9.4,6.6-13.4,10.8c-0.1,0.1-0.3,0.2-0.4,0.3c0-0.1,0-0.2,0.1-0.4c2.3-3.5,4.6-7,6.8-10.6c3.1-5,6.4-9.8,9.9-14.6 c5.2-7.3,10.5-14.5,16.7-20.9c3-3.3,6.3-6.3,9.8-9c2.4-1.9,5.2-3.4,8.2-4.2c2.4-0.8,5.1-0.7,7.5,0.1c3.3,1.3,5.9,3.9,7.3,7.2 c1.1,2.1,1.2,4.5,0.4,6.7c-0.5,1.4-1.1,2.9-1.7,4.2c-0.6,1.1-0.4,2.4,0.4,3.3c0.6,0.8,1.3,1.6,1.9,2.4c2.3,3,3.1,7,2.2,10.7 c-0.5,2.7-2.1,5.2-4.5,6.7c-1.9,1.1-3.9,1.8-6.1,2c-0.6,0-1.1,0.1-1.7,0.2c-1,0.1-1.7,0.9-1.6,1.9c0,0.1,0,0.1,0,0.2 c0,0.5,0.1,1,0.1,1.6c0.2,2-0.5,4.1-2,5.5s-3.4,2.3-5.4,2.8c-2.6,0.6-5.3,0.7-8,0.4c-8.8-0.8-17.7-1.1-26.5,0.3 c-2.5,0.4-5,1-7.5,1.9c-1.4,0.5-2.7,1.1-4.1,1.6c0.8-0.8,1.7-1.5,2.6-2.2c4.5-3.4,9.1-6.9,13.6-10.3 c5.1-3.7,10.7-6.6,16.7-8.6c1.6-0.5,3.3-1,4.9-1.6C777.7,711.8,778.2,711.5,778.6,711.3 M731.4,733.2h-0.3 c-0.1-0.6-0.2-1.1-0.3-1.7c-0.9-3.9-2.1-7.8-3.6-11.5c-2.2-5.2-5-10.1-8.5-14.5c-2.5-3.2-5.1-6.3-7.6-9.5 c-1.1-1.3-2.1-2.8-2.7-4.5c-1-2.4-0.7-5.1,0.8-7.2c0.8-1.1,1.9-2,3.1-2.7c0.9-0.5,1.8-0.9,2.7-1.3c0.9-0.3,1.5-1.1,1.5-2 c0-0.7,0.1-1.5,0.1-2.2c-0.1-1.3,0.5-2.5,1.4-3.4c1.6-1.6,3.5-2.6,5.7-3.1c1-0.2,2-0.2,3,0.1c0.9,0.3,1.3,1,1.9,1.6 c0.4,0.5,0.2,1,0.1,1.5c-0.2,2.7-0.1,5.4,0.3,8c0.7,4,1.4,8.1,2,12.1c0.6,3.7,1,7.4,1.5,11.2c0.3,2.2,0.4,4.4,0.5,6.7 c0.1,2.9,0.2,5.9,0.1,8.8c-0.1,2.7-0.5,5.4-0.9,8.1C732,729.5,731.7,731.3,731.4,733.2 M780.1,732.5c0.7,1.9,0,4.7-1.2,6.7 c-2.3,3.7-5.8,4.8-9.9,4.4c-2.1-0.3-4.2-0.9-6.2-1.8c-2.6-1-5.3-1.9-8.1-2.5c-3.3-0.7-6.6-0.9-10-0.7 c-3.8,0.3-7.4,1.2-10.8,2.8c-0.3,0.1-0.6,0.2-0.9,0.3c0.5-1.1,1.4-2.1,2.4-2.8c2.1-1.4,4.3-2.6,6.7-3.6 c5.6-2.2,11.5-3.4,17.5-3.5c3.7-0.2,7.4-0.1,11.1,0C773.8,732,776.9,732.3,780.1,732.5 M682.7,752.6l0.2,0.1 c0,0.2,0,0.5,0,0.7c-0.6,2.8-1.3,5.6-1.9,8.5c-0.7,3-1,6.2-1,9.3c0,1.8,0.3,3.5,0.8,5.2c0.9,2.8,2.1,5.4,3.7,7.8 c1.7,2.7,3.4,5.3,5.1,8c2.2,3.4,3.3,7.3,3.1,11.3c0,0.7-0.1,1.5-0.2,2.2c-0.5-1-0.9-2-1.3-3c-1.1-3.1-3-5.9-5.3-8.2 c-2.1-2-4.1-4.2-6.1-6.2c-3.3-3.5-5.2-8.1-5.1-13c0.1-3.7,0.8-7.4,2.2-10.9c1.2-3.2,2.7-6.4,4.4-9.4 C681.7,754.3,682.2,753.4,682.7,752.6 M658.7,880.8c0.1-0.2,0.2-0.4,0.3-0.6c0.6-1.1,1.3-2.1,1.9-3.2 c2.4-4.5,5.6-8.4,9.4-11.8c1.8-1.6,3.6-3.4,5.3-5.1c1-1,1.9-2,2.8-3C673.9,866.8,667.6,874.9,658.7,880.8'/%3E%3Cpath id='Path_561_00000033362803155273398810000017948614760488246709_' class='st1' d='M571.6,856.7c-1.1-0.9-2-1.7-2.9-2.5 c-2.6-2.1-5.7-3.3-9-3.5c-2-0.1-4-0.1-6-0.2c-3.6-0.1-7.2-1-10.4-2.6c-2-1-3.9-2.2-5.7-3.7c-0.7-0.5-1.3-1.2-2-1.8 c-0.2-0.1-0.5-0.3-0.7-0.3l-0.1,0.2c0.3,0.5,0.6,1,0.8,1.5c1.1,1.9,2.1,3.8,3.3,5.6c3.2,4.4,7.9,7.7,13.2,9.1 c3.7,1.1,7.5,2.1,11.2,3.2c2.8,0.8,5.4,1.9,7.9,3.3c1.8,1,3.4,2.4,4.7,4c0.3,0.4,0.6,1,0.7,1.5c3.1,9.7,5.8,19.5,8.1,29.4 c1.8,8,3.5,16,4.9,24.1c1.2,7.3,2.3,14.6,3.4,21.9c0.2,1.4,0.5,2.4,2,2.8c0.4,0.1,0.7,0.3,1,0.5c0,0,0.1,0,0.2-0.1 c-0.1-1-0.2-1.9-0.4-2.9c-0.8-5.2-1.5-10.3-2.4-15.4c-1-5.9-2-11.8-3.2-17.7c-2.2-10.9-4.8-21.7-7.9-32.4 c-3.5-12.1-7.9-24-13.1-35.5c-4.4-9.7-9.6-19-15.4-27.8c-1.5-2.3-3.2-4.4-4.8-6.7c-0.5-0.6-0.6-1.4-0.2-2.1 c1.6-3.9,4.2-7.3,7.5-10c1.6-1.4,3.3-2.6,4.9-3.8c4.8-3.6,5.8-10,4.2-14.6c-0.6-1.8-1.8-3.4-3.5-4.3c-1.4-0.8-3.1-0.9-4.6-0.3 c0-0.3,0-0.6,0-0.8c0.1-1.5,0.3-3,0.3-4.4c-0.1-2-0.8-3.9-2.1-5.5c-0.9-1.1-1.8-2.2-2.8-3.2c-0.8-0.7-1.1-1.8-0.8-2.8 c0.4-1.8,0.4-3.6,0.2-5.4c-0.2-1.6-0.8-3-1.6-4.4c-1.7-2.8-4-5.1-6.8-6.9c-5.1-2.9-11.4-2.2-15.8,1.7 c-0.3,0.3-0.8,0.4-1.1,0.2c-0.4-0.2-0.7-0.3-1.1-0.5c-2.2-1.3-4.9-1.2-7,0.2c-3.7,2.1-6.4,5.7-7.4,9.8 c-0.9,3.5-0.9,7.2,0.1,10.7c0.1,0.3,0.1,0.5,0.2,0.8c0,0.1,0,0.2,0,0.3c-0.7,0-1.3,0-2,0c-5.8,0-11.1,3.7-13,9.2 c-1.1,3-0.9,6.3,0.5,9.1c1.1,2.6,2.8,4.8,5,6.5c0.6,0.4,1,1.1,0.9,1.9c-0.2,3.4,1.4,5.9,4,7.8c2.7,2,5.9,3.2,9.2,3.7 c0.7,0.1,1.4,0.2,2.3,0.3c-0.2,0.3-0.4,0.5-0.6,0.7c-1.5,1.5-2.4,3.4-2.6,5.5c-0.2,2.4,0.9,4.7,2.9,6 c3.6,2.8,8.6,3.5,12.8,1.6c1.6-0.7,3.2-1.7,4.5-2.9c0.9-0.7,1.9-1.5,2.8-2.2c1.7-1.3,3.8-2,5.9-1.9c1.2,0,2.4,0.4,3.4,1.2 c1.1,1.1,2.2,2.3,3.1,3.5c5.8,8.7,10.9,17.9,15.2,27.5c2,4.3,3.7,8.8,5.6,13.2C571.4,856.1,571.5,856.3,571.6,856.7 M542.4,802.2c-2.5-2.7-5-5.4-7.4-8.2c-3.7-4.2-7.3-8.5-10.9-12.7c-3.3-3.9-6.3-8-9-12.4c-3.1-5.4-3.9-11.1-1.7-17 c1-2.8,3-5.2,5.5-6.8c1.6-1.2,3.6-1.4,5.4-0.6c0.4,0.2,0.8,0.4,1.2,0.6c1.1,0.7,2.6,0.5,3.5-0.5c0.9-0.8,1.9-1.4,3-1.8 c4.2-1.9,9-1.1,12.4,2c1.4,1.2,2.7,2.6,3.8,4.1c1.5,1.9,2.2,4.2,2.2,6.5c0,1.1-0.1,2.3-0.3,3.4c-0.3,1.1,0,2.3,0.8,3.1 c0.6,0.6,1.2,1.3,1.8,1.9c2.7,2.6,3.9,6.4,3,10c-0.7,3-1.6,6-2.9,8.8c-1.6,3.8-3.3,7.6-4.9,11.4c-1.5,3.4-2.2,7-2.3,10.7 c0,0.1-0.1,0.2-0.2,0.5c-0.5-1.1-1-2-1.5-2.9c-1.1-2.2-2-4.6-2.4-7.1c-0.3-1.9-0.6-3.9-0.7-5.9c-0.2-2.1-0.2-4.2-0.1-6.4 c0.1-2.5,0.4-5,0.6-7.4c0.1-1.1,0.1-2.3,0.2-3.5c0-0.6,0-1.3,0-1.9c-0.4,1.1-0.7,2.3-1,3.5c-1.1,3.9-1.1,7.9-1.3,11.9 c0,1,0.1,1.9,0.1,2.9c0,2.8,0.4,5.6,1.2,8.3C541,798.5,541.7,800.3,542.4,802.2 M543.2,806c-0.5-0.3-0.9-0.6-1.4-0.9 c-2.2-1.7-4.7-2.8-7.4-3.5c-2.2-0.4-4.5-0.5-6.8-0.1c-2.3,0.3-4.5,0.7-6.8,0.8c-4.2,0.2-8.4-0.8-12-2.9 c-2.9-1.7-4.7-4.1-4.8-7.5c0-1.1-0.5-2.1-1.3-2.8c-2.3-1.9-3.9-4.4-4.8-7.3c-0.9-2.3-0.8-4.8,0.1-7.1c0.9-2.1,2.2-3.9,4-5.3 c2.6-2.3,6.2-3.1,9.5-2.1c0.8,0.2,1.4,0.7,1.8,1.4c0.8,1.5,1.6,2.9,2.6,4.3c2.8,3.9,5.8,7.7,9,11.4c2.5,2.9,5.1,5.8,7.6,8.7 c0.8,0.9,1.6,1.8,2.4,2.7c-0.1,0.1-0.2,0.1-0.2,0.1c-0.1-0.1-0.3-0.1-0.4-0.2c-5.5-3.6-11.3-6.6-17.5-8.8 c-1.1-0.5-2.2-0.7-3.4-0.8c0.3,0.3,0.6,0.5,0.9,0.6c1.5,0.7,3,1.4,4.4,2.1c3.9,1.7,7.7,3.6,11.4,5.7 C535.3,797.4,539.7,801.3,543.2,806 M544.3,808.9c-0.2,0.1-0.4,0.1-0.6,0.1c-2.1,0-4.2,0.6-5.9,1.9c-1.3,0.9-2.6,1.9-3.9,2.9 c-1.7,1.4-3.6,2.4-5.7,2.9c-2.3,0.5-4.8,0.4-7.1-0.3c-1.8-0.4-3.4-1.5-4.3-3.1c-1.2-1.9-1.2-4.3-0.1-6.2 c1.1-1.9,3-3.1,5.1-3.4c2.3-0.4,4.6-0.7,7-1c2.7-0.4,5.4,0,7.9,1c2.7,1.3,5.2,2.9,7.5,4.9 C544.2,808.7,544.2,808.8,544.3,808.9 M547.5,807.3c-0.1-0.3-0.2-0.6-0.2-1c-0.2-1.9-0.1-3.9,0.3-5.8c0.9-3.8,2.1-7.5,3.8-11 c1.7-3.8,3.2-7.8,4.8-11.6c0.1-0.3,0.3-0.6,0.5-0.7c1.3-0.6,2.8-0.7,4.1-0.1c1.5,0.7,2.5,2,3,3.6c1.5,4.2,0.5,8.9-2.7,12.1 c-1.1,1-2.2,2-3.4,2.9c-2.8,2-5.3,4.4-7.3,7.2C549.3,804.2,548.5,805.7,547.5,807.3 M575,866c-0.9-0.6-1.6-1.2-2.4-1.7 c-2.5-1.5-5.1-2.7-7.9-3.5c-3.1-1-6.2-1.7-9.3-2.6c-2.3-0.6-4.6-1.4-6.8-2.3c-3.1-1.5-5.9-3.6-8.1-6.3c-0.6-0.6-1-1.2-1.3-2 c1.2,0.6,2.4,1.2,3.5,1.8c3.4,1.7,7.2,2.7,11,2.8c1.4,0,2.8,0,4.1,0c2.3,0,4.7,0.5,6.8,1.4c2.9,1.5,5.5,3.6,7.4,6.3 C573.5,861.5,574.5,863.7,575,866'/%3E%3Cpath id='Path_562_00000181801173416559624630000016641197047906631815_' class='st1' d='M633.9,834.1 c0.3-1.6,0.7-3.2,0.9-4.7c0.6-4-0.1-8.1-2.2-11.6c-1-1.8-2.7-3.1-4.6-3.6c-1.3-0.3-2.8-0.2-4.1,0.2c-0.9,0.3-1.8,0.7-2.7,1 c-0.3,0.1-0.5,0.2-0.9,0.3c0-0.9,0-1.8-0.1-2.6c-0.4-2.7-2-5.1-4.3-6.5c-3.8-2.3-8.1-0.1-9.6,2.5c-0.7,1.1-1.3,2.4-1.9,3.6 c-0.2,0.4-0.4,0.9-0.6,1.3c-0.6,0-1.1,0-1.6,0c-0.9,0-1.8,0.5-2.3,1.3c-0.7,1.4-1.1,2.9-1.1,4.4c-0.1,0.7,0.1,1.6-0.3,2 c-0.3,0.4-1.2,0.4-1.8,0.5c-3,0.7-5.1,3.4-5.1,6.5c-0.3,4,1.2,8,4.1,10.8c0.5,0.5,1,1,1.8,1.7c-0.3,0.1-0.6,0.3-0.9,0.5 c-2.1,1.6-2.9,4.4-1.8,6.8c0.9,2,2.2,3.8,3.8,5.3c2.4,2.2,5.2,4.1,8.1,5.5c2,1,4,2.1,5.9,3.2c3.5,2.1,6.3,5.3,7.7,9.1 c1.4,2.1,1.3,4.5,1.4,6.8c0.1,2.5,0.1,5.1,0,7.6c-0.2,4.1-0.5,8.2-0.8,12.3c-0.3,3.3-0.6,6.6-1,9.9c0,0.3-0.1,0.6-0.2,1.1 c-0.1-0.1-0.2-0.3-0.3-0.5c-0.8-3.1-2.4-5.9-4.6-8.2c-2.1-2.4-4.2-4.7-6.2-7.2c-2.8-3.7-5.2-7.7-7.1-12 c-0.5-1-0.9-2.1-1.4-3.2c-0.1-0.3-0.3-0.6-0.5-0.9c-0.3-0.4-0.6-0.8-1.2-0.6c-0.5,0.2-0.8,0.7-0.8,1.2c0,0.7,0,1.5,0.1,2.2 c0.7,4.5,1.7,8.9,3.1,13.1c0.7,2.5,1.7,4.9,2.8,7.2c1.5,3,3.7,5.5,6.3,7.6c2.1,1.6,4.2,3.2,6.3,4.8c0.6,0.5,1.2,1,1.8,1.5 c0.5,0.4,0.7,1,0.6,1.6c-0.3,1.8-0.5,3.6-0.8,5.4c-0.8,5-1.7,10-2.6,15c-1.1,6.1-2.3,12.1-3.5,18.2c-0.1,0.4-0.1,0.8-0.2,1.3 l1.9,1c0.3-1.4,0.6-2.7,0.8-3.9c0.9-4.6,1.8-9.2,2.6-13.8c0.8-4.5,1.6-9.1,2.3-13.6c0.4-2.6,0.8-5.3,1.2-7.9 c0.7-3.9,1.1-7.9,1.5-11.8c0.4-4.1,0.8-8.1,1.1-12.2c0.4-5.2,0.4-10.4,0.2-15.6c-0.1-1.8-0.4-3.6-0.5-5.3 c-0.2-1.7,0.1-3.5,0.8-5c0.8-1.8,2-3.3,3.5-4.6c1.2-0.8,2.5-1.3,3.9-1.6c1.8-0.4,3.6-0.7,5.3-1.2c2.7-0.6,5.2-2,7.1-4.1 c2.3-2.4,2.9-6,1.4-9c-0.5-0.8-1.1-1.6-1.7-2.3c-0.6-0.7-0.9-1.7-0.9-2.6c0-2.9-0.8-5.6-3.5-7.3c-1.2-0.8-2.7-1.1-4.2-0.9 C634.5,834.1,634.2,834.1,633.9,834.1 M617.9,860.3c-0.2-0.1-0.3-0.1-0.3-0.2c-0.4-0.7-0.9-1.4-1.3-2.1 c-3.2-5.5-7.6-10.3-12.9-13.9c-2.6-1.7-5-3.6-7.2-5.9c-2.3-2.5-3.6-5.8-3.4-9.2c0-2.3,1.5-4.4,3.7-5.2c0.5-0.2,1-0.3,1.5-0.4 c1.1-0.1,1.8-1,1.8-2.1c0.1-0.7,0-1.3,0.1-2c0.1-0.9,0.2-1.8,0.4-2.7c0.3-1,1-1.3,2.1-1.2c1.1,0.2,2.2,0.7,3.1,1.5 c2.8,2.2,5.3,5,7.1,8.1c2.5,4.3,4.3,9,5.2,14c0.7,3.3,1.1,6.7,1.5,10.1c0.4,3.1,0.6,6.2,0.9,9.3c0.2,1.8,0.3,3.6,0.4,5.3 c0,0.1-0.1,0.3-0.3,0.6c-1.8-8.8-5.5-17.1-10.7-24.5C613.1,846.5,615.8,853.3,617.9,860.3 M621.7,855.5h-0.2 c-0.2-2.2-0.4-4.4-0.7-6.6c-0.5-3.6-0.9-7.2-1.6-10.8c-0.9-4.8-2.6-9.4-5-13.5c-2.1-3.7-4.9-6.8-8.4-9.3 c-0.5-0.4-0.5-0.8-0.3-1.3c0.5-1.5,1.2-3,2.1-4.3c0.9-1.2,2.2-2,3.6-2.3c0.9-0.3,1.8-0.2,2.6,0c2.9,1,4.9,3.7,5,6.7 c0,0.4,0,0.9-0.1,1.3c-0.1,1.5,0.5,2,2,1.6c0.5-0.1,1.1-0.4,1.6-0.5c1-0.3,2-0.7,3-1c1.2-0.3,2.5-0.1,3.5,0.6 c1.5,0.9,2.6,2.3,3.2,3.9c1.1,2.7,1.5,5.7,1.2,8.6c-0.3,3.2-1.3,6.3-2.8,9.1c-1.1,2.2-2.4,4.3-3.7,6.4c-2,3.1-3.5,6.4-4.6,9.9 C622,854.6,621.8,855,621.7,855.5 M622.8,866.3h-0.2c-0.1-0.6-0.2-1.3-0.1-1.9c0-1.5,0.1-3,0.1-4.6c0.2-2.5,0.7-5,1.6-7.4 c0.9-2.3,2-4.5,3.3-6.6c1.9-3.1,4-6.1,5.3-9.5c0.2-0.3,0.5-0.6,0.8-0.7c2.4-0.7,5.1,0.4,6.3,2.6c0.7,1.4,1.1,3,1,4.5 c-0.1,1.1,0.4,2.2,1.1,3c0.5,0.5,0.9,1,1.2,1.6c1.1,1.6,1.3,3.7,0.5,5.4c-0.6,1.5-1.5,2.7-2.8,3.7c-1.9,1.4-4,2.3-6.3,2.7 c-1.7,0.4-3.3,0.7-5,1.2c-2.4,0.6-4.5,2-5.8,4.1C623.5,865,623.2,865.7,622.8,866.3 M619.3,866.8L619.3,866.8 c-0.2,0-0.3,0-0.3-0.1c-1.5-2.1-3.5-3.9-5.8-5.2c-2-1.2-4-2.3-6-3.3c-2.9-1.4-5.6-3.2-8-5.3c-1.5-1.3-2.7-3-3.4-4.9 c-0.7-2,0-4.2,1.8-5.3c0.5-0.4,1.2-0.4,1.6,0.1l0,0c1.4,1,2.9,2.1,4.3,3.1c2.2,1.6,4.3,3.4,6.2,5.4c3.9,4.5,7,9.5,9.4,14.9 C619.2,866.5,619.3,866.6,619.3,866.8 M599.2,879.6c0.7,1.3,1.2,2.4,1.7,3.5c1.2,2.3,2.3,4.7,3.7,6.9c1.6,2.4,3.3,4.7,5.1,6.9 c1.3,1.6,2.7,3,4.1,4.6c2.6,2.8,4.3,6.2,4.9,10c0.2,0.6,0.2,1.3,0.1,1.9c-0.8-0.6-1.6-1.2-2.3-1.8c-1.6-1.2-3.3-2.3-4.9-3.5 c-2.5-1.7-4.6-4-6.1-6.7c-0.8-1.4-1.4-2.9-2-4.5c-1.7-4.5-3.1-9.2-4-14C599.1,881.8,599.1,880.7,599.2,879.6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1304_00000083772735745253329180000011433299428225032635_' transform='translate(944.445 250.853) rotate(107)'%3E%3Cpath id='Path_740_00000085929887016528501710000012355694295010389391_' class='st1' d='M1395.5,175.2c-0.5,0.7-1,1.3-1.4,2.1 c-5.5,11-12,21.5-19.5,31.3c-6.4,8.4-13.2,16.4-19.8,24.5c-6.3,7.8-12.7,15.5-18.9,23.4c-7.8,9.8-15.7,19.7-23.3,29.7 c-9.1,11.8-17.3,24.2-24.6,37.2c-4.1,7.5-7.9,15.2-11.3,23.1c-3.9,9.3-6.8,19-8.6,28.9c-1.5,8.2-2.9,16.4-4,24.6 c-1.3,10.5-1.5,21.1-0.7,31.6s2.4,20.9,4.8,31.1c1.7,7.2,4.2,14.2,7.6,20.8c4,7.9,8.1,15.8,12.4,23.5 c4.1,7.4,8.4,14.7,12.9,21.8c4.6,7.1,9.5,14,14.5,20.8c5.7,7.8,11.9,15.2,17.4,23c5.8,8.3,11.1,16.9,16.4,25.4 c3.9,6.3,7.5,12.8,11.2,19.3c0.7,1.1,1.2,2.2,1.5,3.4c-1.5-0.8-2.9-1.7-4.2-2.8c-1.1-1.3-2.1-2.8-2.8-4.3 c-3.9-6.7-7.7-13.5-11.7-20.1c-3.6-5.8-7.3-11.5-11.3-17c-6.3-8.6-12.9-16.9-19.2-25.5c-5.1-7-10.1-14-14.7-21.3 c-6.1-9.9-11.8-20.2-17.6-30.3c-0.4-0.6-0.7-1.2-0.9-1.8c-0.8-3.6-3.7-4.6-6.8-5.2c-5.6-1.2-11.2-2.3-16.7-3.5 c-6.1-1.3-12.3-2.6-18.4-4c-5.4-1.1-10.7-3-15.6-5.6c-6.6-3.6-12.4-8.4-17.1-14.2c-4.3-5.2-7.6-11-10-17.3 c-3.8-10.4-5.1-21-0.8-31.6c1.8-4.2,3.9-8.2,6.2-12.1c2.4-4.2,2.3-8.3,0.3-12.5c-2.5-5.4-6.7-9-11.6-12 c-6.5-3.8-13.4-6.8-20.6-9c-5.6-1.8-11.1-3.6-16.7-5.4c-8.2-2.7-16-6.1-22.1-12.6c-3.2-3.4-5.6-7.6-6.8-12.1 c-1.1-3.9-1.7-8-2.7-12c-1.6-6.4-3.2-12.8-4.8-19.2c-0.6-2.4-1.1-4.9-1.6-7.3c-0.1-0.5-0.3-1.1,0-1.4c0.6-0.6,1.2-1.2,1.9-1.7 c0.4,0.5,1,1,1.1,1.6c0.9,4.8,3,9,5.2,13.3c2.4,4.8,5.2,9.4,8.4,13.7c3.2,4,7.2,7.3,11.8,9.7c10.8,6,22.5,8.8,34.7,10.2 c6.2,0.7,12.4,1.4,18.5,2.4c10.1,1.6,19.6,6.1,27.1,13.1c3,2.7,5.9,5.5,8.9,8.3c4,3.9,5.9,8.8,6.5,14.2 c0.5,5.6-0.3,11.2-2.3,16.4c-3.6,10.4-4.4,21.1-0.8,31.7c2,5.3,4.4,10.5,7.3,15.4c2.4,4.2,5.1,8.2,8.1,12 c3.1,3.9,6.4,7.6,9.8,11.1c3.7,3.8,7.6,7.3,11.4,11c0.3,0.3,0.7,0.5,1.1,0.8c-1.2-3.1-2.2-5.8-3.3-8.6 c-2.8-7.1-4.3-14.6-5.7-22.1c-2.9-15.6-3.8-31.5-2.5-47.3c0.7-8.2,2.1-16.3,3.4-24.4c1.4-8.9,3.6-17.7,6.5-26.2 c3.6-11.2,8.5-22,14.5-32.1c6.7-10.8,13.3-21.7,20.8-32c9-12.5,18.7-24.5,28.2-36.6c8.5-10.7,17.1-21.3,25.9-31.7 c6.6-7.8,12.8-15.9,18.6-24.4c5.5-8.2,10.5-16.7,14.8-25.6c4.2-8.6,7.6-17.6,10.2-26.8c3.2-10.5,4.9-21.3,5.3-32.2 c0.3-10.5-0.9-21-3.6-31.2c-2.2-8.7-6.1-16.9-11.4-24.1c-6-7.9-13.4-14.8-21.7-20.3c-7-4.7-14.4-8.7-22.2-11.9 c-7.8-3.4-15.7-6.7-23.6-9.8c-6.5-2.6-13.1-5-19.7-7.5c-14.5-5.6-28.5-12-40.8-21.7c-5.7-4.4-10.6-9.7-14.5-15.8 c-0.8-1.3-1.5-0.9-2.3-0.2c-3,2.4-5.4,5.5-7,9c-1.5,3.5-2.9,7.1-4.5,10.6c-3.3,7.4-8.6,13.6-15.3,18c-6.4,4.2-13.4,6.9-20.6,9.4 c-6.8,2.4-13.3,5.5-17.5,11.7c-2.5,4-4.8,8.2-6.8,12.5c-1.2,2.8-2.2,5.7-3,8.6c-0.1,0.6-0.3,1.1-0.6,1.7c-0.5,0.5-1,0.9-1.6,1.3 c-0.4-0.6-1-1.2-1-1.8c-0.1-3.1-0.1-6.3,0-9.4c0.5-8.3,2.1-16.4,6.1-23.8c2.3-4.4,6.1-7.2,10.3-9.5c3.6-2,7.4-3.8,11-5.8 c5.6-3.1,9-8.1,11.7-13.6c2.5-5.1,5.5-9.9,10-13.3c3-2.1,6.2-3.7,9.6-4.8c4-1.5,8.3-2.4,12.4-3.6c0.3-0.1,0.6-0.2,1.3-0.5 c-2.7-0.7-5.5-0.8-8.2-0.3c-4.8,0.9-9.6,2-14.4,3c-4.4,0.9-9,0.7-13.3-0.7c-4.3-1.4-8.5-3-12.7-4.8c-6.2-2.8-13.3-2.9-19.6-0.4 c-2.4,0.9-4.9,1.6-7.4,1.9c-5.8,0.7-10.6-1.8-15-5.2c-5.9-4.6-9.5-10.8-11.2-18c-1.6-6.5-2.8-13.1-4.1-19.7 c-0.2-0.7-0.2-1.5-0.1-2.2c0.2-0.7,0.5-1.8,1-2c1-0.4,1.5,0.5,1.9,1.4c0.7,1.7,1.3,3.5,2.1,5.2c3,6.5,7.3,11.8,13.6,15.2 c5.8,3.2,12.6,4.1,19.1,2.5c4.2-1.1,8.3-2.5,12.6-3.7c4.7-1.3,9.4-2.3,14.3-1.9c0.3,0,0.6-0.1,0.9-0.2c-2.2-1.4-4.3-2.5-6.2-3.9 c-3.8-2.6-7.2-5.7-10.2-9.2c-3.2-4.1-5.9-8.6-8-13.4c-4.7-10.4-7.3-21.7-7.8-33.1c-0.5-8.9-0.1-17.8,1.1-26.7 c0.5-3.7,0.8-7.5,1.3-11.3c0.3-2.1,0.8-4.1,1.5-6c0.2-0.6,1.1-1,1.7-1.5c0.3,0.7,1,1.5,0.9,2.1c-0.6,3.6-1.2,7.3-2,10.8 c-1.8,8.2-0.8,16.1,1.7,23.9c1.4,4.6,3.5,8.9,7.4,12c5.1,3.9,11,6.7,17.2,8.1c6.8,1.6,13.7,3.1,20.5,5.1 c4.7,1.3,9.2,3.3,12.3,7.3c0.7,0.9,1.2,2,2.1,3.3c0.4-1.4,0.6-2.5,1-3.6c1.7-5,3.5-10,5.3-15.1c1.5-4.3,1.8-8.9,0.6-13.4 c-1.2-5-2.2-10-1.5-15.2c0.7-4.9,1.9-9.7,3.7-14.4c2.4-6.5,5.5-12.7,9.2-18.6c4.4-6.6,9.2-12.9,14.5-18.9 c0.7-0.9,1.5-1.8,2.4-2.6c0.6-0.4,1.5-0.3,2.2-0.5c0,0.7,0.3,1.6,0,2.1c-1.9,3.6-4,7-6,10.6c-3.7,6.8-5.6,14.1-4.7,21.8 c0.4,4.3,2.4,8.3,5.4,11.2c4.1,3.9,7.9,8,11.5,12.3c5.4,6.7,6.5,14.4,3.9,22.6c-2.4,7.7-7.2,13.8-12.3,19.8 c-4,4.5-7.6,9.2-11,14.1c-2.8,4.3-4.3,9.2-5.6,14.2c-0.3,1.1-0.5,2.1-0.5,3.2c1.7-2.3,3.4-4.7,5.2-7c5-6.6,11.1-11.8,19-14.4 c5.4-1.9,11.3-1.7,16.6,0.5c4.3,1.8,8.4,4.1,12.6,6.1c4.4,2.1,8.7,4.2,13.2,6c4.8,1.9,10.1,2.2,15,0.7 c5.6-1.6,11.1-3.6,15.6-7.5c2.1-1.8,3.9-3.8,5.8-5.7c0.8-1,1.8-1.8,2.8-2.6c0.7-0.5,1.6-0.6,2.4-0.4c1,0.4,1,1.5,0.5,2.3 c-1.2,2.5-2.6,5-4.2,7.3c-2.7,4-5.7,7.8-8.8,11.5c-4.9,5.7-10.8,10.7-17.2,14.6c-9,5.3-18,5-27.3,0.7 c-5.9-2.7-11.2-6.6-16.8-9.8c-5.5-2.8-12.1-2.3-17.1,1.3c-7,5.5-12.5,12.3-17.3,19.8c-1.2,1.9-2,3.9-2.5,6 c-0.7,2.8,0.9,5.1,2.5,7.3c4.8,6.4,10.7,11.9,17.4,16.3c6.8,4.7,14,8.7,21.6,12c6.8,2.9,13.6,5.4,20.5,8.1 c7.3,2.9,14.7,5.6,22,8.7c7.7,3.2,15.3,6.4,22.8,10c9.9,4.7,19,10.8,27,18.3c5,4.8,9.3,10.3,12.8,16.2 c7.6,12.8,10.7,26.8,11.7,41.4c1,14.7-1.1,29-5.2,43.1c-2.7,9.4-6.1,18.5-10.3,27.3C1395.8,174.2,1395.6,174.7,1395.5,175.2 L1395.5,175.2 M1121.3,317.9c0.8,3.7,1.7,7.1,2.1,10.5c0.4,2.4,1.5,4.7,3.2,6.5c4.9,5.9,10.4,11.3,16.4,16.1 c6.1,4.9,12.7,9,20.4,11c7.8,2.1,15.7,3.8,23.6,5.8c7.6,2,15,4.9,21.9,8.8c7.8,4.3,12.5,10.6,13.7,19.6 c0.7,5.6,0.1,11.2-1.6,16.6c-2.6,8.3-3.1,17.1-1.4,25.6c1.5,6.8,3.8,13.3,7.1,19.4c4.2,8.3,10.8,15.1,18.8,19.7 c5.9,3.6,12.1,6.5,18.6,8.8c3.8,1.2,7.6,2.4,11.5,3.6c-0.1-0.5-0.4-0.8-0.8-1.1c-1.1-0.8-2.4-1.5-3.4-2.4 c-9.6-8.1-18.2-17.2-25.8-27.2c-5.6-7.5-10.1-15.8-13.2-24.6c-3.8-10.8-2.9-21.7,0.5-32.3c2-6.2,3.6-12.2,2.3-18.8 c-0.7-3.4-1.7-6.7-4.2-9.2c-3.1-3.3-6.3-6.5-9.7-9.4c-5.5-4.9-11.9-8.7-19-10.9c-6.4-2-13-2.6-19.6-3.4 c-5.8-0.8-11.6-1.3-17.4-2.5c-7.7-1.6-15.2-4.2-22.2-7.8c-6.7-3.3-12.5-8.3-16.7-14.5C1124.6,323.3,1123.1,320.8,1121.3,317.9 M1249.5-41.4h0.8c0-0.6,0.1-1.1,0.1-1.7c0-2.3-0.1-4.7,0-7c0.7-7.5,2.1-14.9,4.3-22.1c1.7-6.2,4.7-11.9,8.7-16.9 c3.4-4.1,6.9-8.1,10.3-12.2c4.4-5.3,8-11,9.3-17.9c1.1-5.7,0.2-11-3.3-15.6c-2.9-3.7-6-7.2-9.4-10.5c-3.1-3.2-6.3-6.3-7.8-10.7 c-2.2-6.5-1.6-13,0-19.5c0.5-1.9,1.2-3.8,2-6.1c-0.4,0.3-0.7,0.6-1,1c-6.9,8.9-12.3,18.9-15.9,29.5c-2.7,7.6-3.1,15.8-1,23.6 c0.6,2.6,0.9,5.2,0.9,7.9c0,5.6-2.5,10.5-4.4,15.6c-2.4,6.3-4.3,12.5-3.7,19.5c0.9,10.3,1.5,20.6,5.1,30.4 c0.6,1.7,1.3,3.5,2,5.6c0-3.4,0-6.4,0-9.4c-0.2-6.5,0.5-13,1.9-19.4c1.8-7.4,5.1-14.2,8.8-20.8c3.1-5.5,6.5-10.8,8.4-16.8 c2.6-8.6,2.1-16.8-2.2-24.7c-1.3-2.5-2.4-5.1-3.4-7.7c-0.1-0.6-0.1-1.2,0-1.8c2.1,4.3,4.2,8,5.9,12c1.3,2.9,2.3,6,2.8,9.1 c1.1,8.5-1.2,16.4-5.5,23.9c-3.7,6.1-7,12.3-9.9,18.8c-4,9.5-4.7,19.4-4.6,29.5c0.1,3.4,0.1,6.7,0.2,10.1 C1249.1-44.5,1249.4-43,1249.5-41.4 M1174.2-134.2l-0.3-0.1c0.2,5.5-0.1,11,0.6,16.4c1.3,11.1,3.6,21.9,9,31.9 c3.7,6.8,8.2,12.8,14.5,17.4c5.6,4.2,12,7,18.9,8.2c6.1,1,11.9,2.6,17.2,6.1c1.7,1.1,3.4,2.1,5.5,3.5c-0.3-0.7-0.6-1.4-0.9-2.1 c-2.7-4.8-5.4-9.5-8.1-14.3c-3.2-5.5-6.9-10.6-12.6-13.7c-4.6-2.6-9.5-4.8-14.3-7.1c-5.2-2.5-10.2-5.6-14.8-9.1 c-0.7-0.7-1.4-1.4-2-2.2l0.3-0.3c0.5,0.3,0.9,0.7,1.4,1c4.2,2.5,8.3,5.3,12.6,7.5c5,2.5,10.2,4.6,15.3,6.9 c4.1,1.9,7.7,4.7,10.5,8.2c2.3,2.9,4.3,5.9,6.1,9.1c3.2,5.7,6.2,11.5,9.3,17.2c0.7,1.4,1.5,2.8,2.2,4.1l0.5-0.3 c-0.6-1.4-1.3-2.9-1.8-4.3c-2.7-6.6-4.5-13.4-5.4-20.5c-0.6-5.6-0.8-11.3-1.4-16.9c-0.6-5.1-2.9-9.4-7.7-12 c-5.2-2.6-10.7-4.4-16.4-5.4c-7.7-1.5-15.3-3.3-22.3-7.1c-5.2-2.8-9.6-6.4-12-11.9C1176.4-127.3,1175.4-130.8,1174.2-134.2 M1125.1,335.3l-0.4,0.1c0.4,1.4,0.9,2.8,1.3,4.2c2.6,8.4,8.2,14.3,15.9,18.1c8.1,4.1,16.8,6.3,25.4,9.1 c8.4,2.8,16.7,5.8,24.3,10.5c4.8,3,9,6.6,11.5,11.8c1.6,3.4,2.9,6.8,2.1,10.7c-0.8,3.9-3.1,7-4.9,10.3 c-2.3,4.2-4.5,8.5-5.1,13.2c-1.8,13.7,2.3,25.8,10.3,36.7c3.1,4.1,6.7,7.7,10.7,10.9c4.1,3.4,8.9,6.1,14,7.9 c5.5,1.8,11.3,3.1,16.9,4.6c1.9,0.5,3.9,0.8,5.9,1.2c-2-1.3-4.1-2.3-6.1-3.4c-7-3.9-13.3-8.5-18-15.1 c-4.1-5.9-7.4-12.4-9.6-19.2c-3.9-11.4-4.4-22.8-0.9-34.4c1.2-3.9,1.8-7.9,1.9-11.9c0.2-7.4-1.9-14.3-8.2-18.9 c-3.5-2.6-7.3-4.8-11.3-6.6c-10-4.5-20.7-6.9-31.3-9.2c-5.7-1.3-11.4-2.7-16.6-5.6c-8.6-4.8-15.8-11.4-22.4-18.7 C1128.7,339.5,1127,337.4,1125.1,335.3 M1142.3-70.4c0.1,0.9,0.2,1.4,0.3,2c0.8,3.6,1.6,7.2,2.5,10.7 c1.9,7.4,5.5,13.8,12.1,18.2c4.7,3.1,9.6,4.4,15.2,2.5c2.3-0.8,4.6-1.4,6.9-2.1c3.7-1.3,7.7-1.5,11.5-0.5 c3.9,1.2,7.7,2.6,11.5,4.3c7.4,3.2,14.9,4.7,23,2.3c7.7-2.2,15.6-4.1,23.7-1.1c-0.4-0.7-0.9-1.3-1.6-1.8 c-3.1-1.5-6.6-2.2-10.1-2.2c-5.9-0.2-11.9-0.8-17.3-3.2c-3.6-1.6-7-3.6-10.2-5.8c-3.7-2.5-7.9-4.1-12.3-4.6 c-4.2-0.4-8.3,0.4-12.4,0.9c-1.3,0.2-2.5,0.2-3.8,0.3c0-0.2,0-0.4-0.1-0.6c2.2-0.4,4.3-0.9,6.5-1.3c8.8-1.9,17-1,24.4,4.6 c5.3,4.1,11.6,5.9,18.2,7c5.6,0.9,11.5-0.1,17.1,2.6c0-0.3-0.1-0.5-0.2-0.8c-3.2-4.5-6.7-8.8-11.4-11.9 c-5.3-3.4-11.2-5.8-17.3-7.1c-6.6-1.5-13.4-2-20.1-1.5c-6.5,0.6-12.5,2.9-18.7,4.9c-11,3.5-24.3,0.7-32.1-9.1 C1145.7-65.5,1144.2-67.8,1142.3-70.4 M1253.1-42.6c0.3-0.1,0.4-0.1,0.5-0.1c0.1-0.1,0.2-0.2,0.3-0.4c4.9-7.2,10.3-14,17.1-19.5 c5.7-4.6,15.2-5.4,21.3-1.5c3.5,2.2,7,4.5,10.5,6.7c4.8,3.1,10.3,5,16,5.7c6,0.6,11.4-1.6,16.2-4.9c7.7-5.1,14.3-11.6,19.5-19.1 c0.9-1.3,1.9-2.4,2.8-3.6l-0.3-0.2c-0.6,0.6-1.2,1.2-1.8,1.7c-3.7,3.2-8,5.1-12.5,7c-8.9,3.7-17.5,3-26-1 c-5.9-2.8-11.5-6.1-17.3-8.9c-4.6-2.2-9.5-3.6-14.7-2.9c-8.3,1.1-14.5,6-19.9,11.8c-3.5,3.8-6.3,8.3-9.3,12.6 c-1.6,2.3-2.6,6.5-2,8.7c0.3-1,0.6-1.9,1.1-2.8c4.9-9.3,11.4-17.3,20.8-22.4c5.2-3,11.5-3.5,17.1-1.3c2.9,1.2,5.7,2.6,8.5,4.1 c0.6,0.4,1.1,0.8,1.6,1.3c-0.1,0.1-0.2,0.2-0.3,0.4c-1.1-0.6-2.3-1.1-3.4-1.7c-5.7-3.1-11.7-4.9-18.3-2.9 c-4.8,1.4-8.7,4.3-12.3,7.7c-7,6.4-12.2,14.7-15,23.8C1253.1-43.9,1253.1-43.3,1253.1-42.6 M1245.7-29.6l-0.1-0.3 c-0.7,0.3-1.4,0.5-2.1,0.9c-1.5,0.7-2.9,1.5-4.4,2.3c-5.7,3.3-10.4,7.5-13.1,13.7c-1.4,3.5-3.1,6.8-5,10 c-4,6.3-9.8,10.4-16.5,13.5c-2.3,1.1-4.6,2-6.9,3c-0.1-0.2-0.2-0.3-0.2-0.5c0.3-0.2,0.6-0.5,1-0.7c3.1-1.7,6.3-3.2,9.3-5 c7.1-4.4,12.6-10.1,15.1-18.3c1.3-4.3,3.7-8.2,6.8-11.4c1.5-1.5,3.2-2.9,4.8-4.3c-5.1,1.5-10.2,2.9-13.9,7.2 c-3.5,4-6,8.5-8.5,13.1c-2.8,5.6-7.3,10.1-12.8,13c-3.7,1.9-7.4,3.8-11,5.8c-4.2,2.2-7.5,5.9-9.3,10.3 c-2.3,5.7-3.8,11.8-4.4,17.9c-0.1,1.1,0,2.1,0,3.2c0.6-1,1-2.1,1.5-3.1c1.6-3.5,3.4-6.9,5.4-10.1c1.9-3,4.2-5.6,6.8-8 c4.2-3.6,9.4-5.8,14.7-7.6c7.5-2.6,14.8-5.6,21.2-10.6c5.3-4.1,9.4-9.5,12-15.7c1.8-4.2,3.5-8.5,5.5-12.6 C1242.6-25.9,1244.3-27.7,1245.7-29.6'/%3E%3Cpath id='Path_741_00000027565908692138792570000016670194718172533660_' class='st1' d='M1407.6,650.1l-2.1-1.4 c0.9-1.5,1.8-3,2.7-4.5c3.5-6.7,6.1-13.8,7.7-21.1c1.4-6.1,2.4-12.2,3.3-18.4c1.1-8,0.8-16.1-0.6-24c-1.2-7.2-2.8-14.3-4.8-21.3 c-1.8-6.1-4.5-11.9-6.9-17.9c-3.1-7.9-5.6-16-5.4-24.6c0.2-8.3,1-16.6,3.6-24.6c0.8-2.3,1.5-4.6,2-6.9c-1.7,2.2-3.4,4.3-5,6.5 c-5.3,7.1-9.5,14.9-12.4,23.2c-2.4,7.1-4.5,14.2-6.1,21.5c-2,9-2.8,18.3-2.2,27.5c0.4,7.7,2.2,15.2,4.2,22.6 c3.1,11.3,6.5,22.6,9.1,34c1.6,7,2.1,14.2,3.1,21.3c0,0.5,0,1.1-0.1,1.6c-1.6-0.7-2.6-1.2-2.8-3.2c-0.7-10.8-3.1-21.3-6-31.6 c-2.8-9.9-5.8-19.8-8.4-29.8c-3.2-12.1-3.3-24.5-1.4-36.8c1.4-9.7,3.9-19.2,7.5-28.4c5.2-13.6,13.2-26,23.5-36.4 c5.5-5.7,11.5-10.8,18.1-15.2c4.8-3.2,9.8-6.1,15.3-7.8c4.4-1.3,8.4-0.3,12.2,2c6.3,3.7,10.7,9.1,14.1,15.5 c2,3.8,4.1,7.6,6.3,11.3c2.4,3.9,5.9,7,10,8.9c4.3,2.1,8.6,4.1,12.8,6.5c8.1,4.4,14,11.9,16.4,20.8c2,7,3.7,14.2,5.7,21.3 c2,7.5,5.2,14.6,9.5,21c2.1,3.1,4.4,6.1,6.6,9.2c0.6,0.9,1.3,1.9,0.3,2.9c-0.9,0.9-1.9,0.6-2.7-0.1c-1.9-1.5-3.9-3-5.6-4.7 c-8.5-8.2-15.8-17.6-21.7-27.9c-5.4-9.4-12.3-17.4-22-22.5c-6.9-3.7-14.8-5.3-22.6-4.3c-5.7,0.7-10.8,3.3-15.4,6.5 c-3.6,2.5-7.3,5-9.9,8.7c-7.5,10.8-10.3,22.4-5.9,35.2c2.4,7,5,13.9,7.2,21c3.3,10.7,5.8,21.5,6.2,32.7c0.4,9-0.6,17.9-5.1,26 c-3.6,6.2-8,11.9-13.1,16.9c-1.6,1.6-2.3-0.4-3.8-0.7c0.5-0.6,0.9-0.9,1.2-1.3c4.9-4.6,9.2-9.9,12.7-15.8 c2.4-4.5,4-9.4,4.5-14.4c1.4-10.3-0.4-20.4-2.6-30.4c-2.4-10.5-6-20.6-9.7-30.7c-5.9-16.2-2.4-30.8,8.8-43.2 c6.5-7.2,15-12.3,25.1-13.6c6.8-0.7,13.7,0.3,20,3c5.6,2.2,10.2,5.7,14.6,9.5c4.5,3.9,7.9,8.8,11.1,13.7 c3.6,5.5,7.2,11.1,11,16.4c2.3,3.1,4.8,6,7.6,8.7c0-0.3,0-0.5-0.1-0.8c-4.9-7.4-7.8-15.7-10-24.2c-1.6-6-3.1-12.1-5-18 c-2.8-8.6-8.9-15.7-17.1-19.5c-3.9-1.9-7.8-3.7-11.7-5.6c-5.1-2.6-8.8-6.7-11.6-11.6c-2.5-4.3-4.7-8.8-7.4-13 c-3.3-5.3-7.6-9.6-13.6-11.8c-3.2-1.2-6.3-0.5-9.3,0.9c-8.6,3.8-15.9,9.3-23.1,15.3c-5.5,4.6-8.2,10.5-10.4,16.9 c-3.1,9.5-4.3,19.5-3.6,29.5c0.5,5.9,1.9,11.7,4.1,17.2c2.6,6.8,5.5,13.5,7.8,20.4c2.8,8.8,4.7,17.9,5.6,27.2 c0.9,7.4,0.8,14.9-0.3,22.3c-1.1,8.6-3.1,17.1-5.8,25.3c-1.8,5.7-4.3,11.1-7.4,16.2L1407.6,650.1'/%3E%3Cpath id='Path_742_00000086687232679368703510000013126228607896473524_' class='st1' d='M1395.5,175.3 c4.3-6.8,10-12.3,16.2-17.2c6.7-5.2,14-9.7,21.8-13.2c5.4-2.5,10.9-5.2,15.4-9.3c5.5-4.9,9.3-11.4,10.8-18.6 c1.3-6.6,1.9-13.3,0.2-20c-1.2-4.6-2.7-9.2-4.3-13.7c-3.2-8.6-4.7-17.8-4.4-26.9c0.2-8.5,1.5-16.9,3.6-25.1 c2.3-8.5,6.5-16.1,11.4-23.3c2.7-3.9,5.6-7.8,8.4-11.7c0.6-0.8,1.3-2.3,2.6-1.3c1.1,0.9,0,2-0.6,2.8c-5.4,7.8-9.1,16.7-11.1,26 c-1.3,5.6-1.8,11.4-1.4,17.1c0.4,5.6,2.6,10.6,5.2,15.4c2.8,5.2,7.2,8.9,11.1,13.1c4.9,5.2,9.6,10.7,13,17.1 c2.9,5.5,3.2,11.3,2.4,17.3c-0.7,4.6-1.5,9.2-2.5,13.8c-1.2,6.1-3.1,12.1-5.6,17.8c-2.9,6.5-7,12.5-12.1,17.6 c-4.9,4.8-11,7.6-17.5,9.4c-11.9,3.3-24,5.3-36.1,7.3c-7.6,1.3-15.1,3.2-22,6.9c-1.1,0.6-2.1,1.4-3.1,1.9 c-0.7,0.2-1.4,0.4-2.1,0.4c0-0.7,0.1-1.4,0.2-2.1C1395.1,176.3,1395.3,175.8,1395.5,175.3L1395.5,175.3 M1399,173.3 c0.1,0.2,0.3,0.3,0.4,0.5c0.2-0.1,0.5-0.2,0.7-0.3c6.5-3,13.4-5.1,20.4-6.2c12.4-2.2,24.9-3.9,37.1-7.4 c5.6-1.6,10.9-3.8,15.2-7.8c7.6-6.9,12.5-15.6,15.5-25.3c2.4-7.7,4-15.6,4.9-23.6c0.7-5.6,0-11.1-2.8-16.1 c-3.2-5.5-7.1-10.5-11.5-15c-3.9-4.1-8.2-7.9-11.1-12.9c-2.7-4.7-5-9.6-5.8-15.1c-1.3-9,0-17.7,2.5-26.3 c0.3-0.9,0.5-1.8,0.7-2.6c0.3-0.8,0.6-1.6,0.9-2.3c-0.4,0-0.5,0.1-0.6,0.2c-3.5,5.4-6.3,11.3-8.3,17.4c-0.8,2.4-1.4,4.9-1.6,7.5 c-0.2,7.7,0.9,15.4,3.3,22.7c3.2,10.1,6.8,20,10.3,30c2.3,6.6,4.7,13.3,5.3,20.3c0.7,5.7-0.1,11.5-2.2,16.8 c-4,9.3-11.5,15.1-20.8,18.4c-5.4,1.9-11.3,2.7-17,3.8c-6.2,1-12,3.4-17.1,7c-3.2,2.3-6.3,4.7-9.3,7.3 C1405.1,167,1402.1,170.2,1399,173.3 M1432.1,148.4v0.3c2.5-0.5,5-1,7.5-1.4c8-1.2,15.6-3.3,22.1-8.5c5.3-4.2,9.4-9.1,10.7-15.9 c1.5-7.8,0.8-15.9-2-23.4c-3-8.6-6-17.2-9.1-25.7c-2.8-7.3-4.8-14.9-5.8-22.7c-0.2-2-0.5-3.9-0.8-6.3c-0.1,0.3-0.2,0.6-0.3,0.9 c-0.2,2.2-0.5,4.4-0.7,6.7c-0.8,10.2,0.6,20.4,4.1,30c1.6,4.6,3.2,9.2,4.5,14c1.7,6.4,0.9,12.8-0.1,19.2 c-2,12.4-8.9,21.3-19.6,27.5C1439.1,144.8,1435.6,146.5,1432.1,148.4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg id='Group_1109_00000081616106624201537590000016119092942764687534_' transform='matrix(-0.966, 0.259, -0.259, -0.966, 631.543, 828.757)'%3E%3Cpath id='Path_599_00000183211872064516183040000014792081547949316012_' class='st1' d='M429.9,630.3c-0.5,0.7-1,1.3-1.4,2.1 c-5.5,11-12,21.5-19.5,31.3c-6.4,8.3-13.2,16.4-19.8,24.5c-6.3,7.8-12.7,15.5-18.9,23.4c-7.8,9.8-15.7,19.7-23.3,29.7 c-9.1,11.8-17.3,24.2-24.6,37.2c-4.1,7.5-7.9,15.2-11.3,23.1c-3.9,9.3-6.8,19-8.6,28.9c-1.5,8.2-2.9,16.4-4,24.6 c-1.3,10.5-1.5,21.1-0.7,31.6s2.4,20.9,4.8,31.1c1.7,7.2,4.2,14.2,7.6,20.8c4,7.9,8.1,15.8,12.4,23.5 c4.1,7.4,8.4,14.7,12.9,21.8s9.5,14,14.5,20.8c5.7,7.8,11.9,15.2,17.4,23c5.8,8.3,11.1,16.9,16.4,25.4 c3.9,6.3,7.5,12.8,11.2,19.3c0.7,1.1,1.2,2.2,1.5,3.4c-1.5-0.8-2.9-1.7-4.2-2.8c-1.1-1.3-2.1-2.8-2.8-4.3 c-3.9-6.7-7.7-13.5-11.7-20.1c-3.6-5.8-7.3-11.5-11.3-17c-6.3-8.6-12.9-16.9-19.2-25.5c-5.1-7-10.1-14-14.7-21.3 c-6.1-9.9-11.8-20.2-17.6-30.3c-0.4-0.6-0.7-1.2-0.9-1.8c-0.8-3.6-3.7-4.6-6.8-5.2c-5.6-1.2-11.2-2.3-16.7-3.5 c-6.1-1.3-12.3-2.6-18.4-4c-5.4-1.1-10.7-3-15.6-5.6c-6.6-3.6-12.4-8.4-17.1-14.2c-4.3-5.2-7.6-11-10-17.3 c-3.8-10.4-5.1-21-0.8-31.6c1.8-4.2,3.9-8.2,6.2-12.1c2.4-4.2,2.3-8.3,0.3-12.5c-2.5-5.4-6.7-9-11.6-12 c-6.5-3.8-13.4-6.8-20.6-9c-5.6-1.8-11.1-3.6-16.7-5.4c-8.2-2.7-16-6.1-22.1-12.6c-3.2-3.4-5.6-7.6-6.8-12.1 c-1.1-3.9-1.7-8-2.7-12c-1.6-6.4-3.2-12.8-4.8-19.2c-0.6-2.4-1.1-4.9-1.6-7.3c-0.1-0.5-0.3-1.1,0-1.4c0.6-0.6,1.2-1.2,1.9-1.7 c0.4,0.5,1,1,1.1,1.6c0.9,4.8,3,9,5.2,13.3c2.4,4.8,5.2,9.4,8.4,13.7c3.2,4,7.2,7.3,11.8,9.7c10.8,6,22.5,8.8,34.7,10.2 c6.2,0.7,12.4,1.4,18.5,2.4c10.1,1.6,19.6,6.1,27.1,13.1c3,2.7,5.9,5.5,8.9,8.3c4,3.9,5.9,8.8,6.5,14.2 c0.5,5.6-0.3,11.2-2.3,16.4c-3.6,10.4-4.4,21.1-0.8,31.7c2,5.3,4.4,10.5,7.3,15.4c2.4,4.2,5.1,8.2,8.1,12 c3.1,3.9,6.4,7.6,9.8,11.1c3.7,3.8,7.6,7.3,11.4,11c0.3,0.3,0.7,0.5,1.1,0.8c-1.2-3.1-2.2-5.8-3.3-8.6 c-2.8-7.1-4.3-14.6-5.7-22.1c-2.9-15.6-3.8-31.5-2.5-47.3c0.7-8.2,2.1-16.3,3.4-24.4c1.4-8.9,3.6-17.7,6.5-26.2 c3.6-11.2,8.5-22,14.6-32.1c6.7-10.8,13.3-21.7,20.8-32c9-12.5,18.7-24.5,28.2-36.6c8.5-10.7,17.1-21.3,25.9-31.7 c6.6-7.8,12.8-15.9,18.6-24.4c5.5-8.2,10.5-16.7,14.8-25.6c4.2-8.6,7.6-17.6,10.2-26.8c3.2-10.5,4.9-21.3,5.3-32.2 c0.3-10.5-0.9-21-3.6-31.2c-2.2-8.7-6.1-16.9-11.4-24.1c-6-7.9-13.4-14.8-21.7-20.3c-7-4.7-14.4-8.7-22.2-11.9 c-7.8-3.4-15.7-6.7-23.6-9.8c-6.5-2.6-13.1-5-19.7-7.5c-14.5-5.6-28.5-12-40.8-21.7c-5.7-4.4-10.6-9.7-14.5-15.8 c-0.8-1.3-1.5-0.9-2.3-0.2c-3,2.4-5.4,5.5-7,9c-1.5,3.5-2.9,7.1-4.5,10.6c-3.3,7.4-8.6,13.6-15.3,18 c-6.4,4.2-13.4,6.9-20.6,9.4c-6.8,2.4-13.3,5.5-17.5,11.7c-2.5,4-4.8,8.2-6.8,12.5c-1.2,2.8-2.2,5.7-3,8.6 c-0.1,0.6-0.3,1.1-0.6,1.7c-0.5,0.5-1,0.9-1.6,1.3c-0.4-0.6-1-1.2-1-1.8c-0.1-3.1-0.1-6.3,0-9.4c0.5-8.3,2.1-16.4,6.1-23.8 c2.3-4.4,6.1-7.2,10.3-9.5c3.6-2,7.4-3.8,11-5.8c5.6-3.1,9-8.1,11.7-13.6c2.5-5.1,5.5-9.9,10-13.3c3-2.1,6.2-3.7,9.6-4.8 c4-1.5,8.3-2.4,12.4-3.6c0.3-0.1,0.6-0.2,1.3-0.5c-2.7-0.7-5.5-0.8-8.2-0.3c-4.8,0.9-9.6,2-14.4,3c-4.4,0.9-9,0.7-13.3-0.7 c-4.3-1.4-8.5-3-12.7-4.8c-6.2-2.8-13.3-2.9-19.6-0.4c-2.4,0.9-4.9,1.6-7.4,1.9c-5.8,0.7-10.6-1.8-15-5.2 c-5.9-4.6-9.5-10.8-11.2-18c-1.6-6.5-2.8-13.1-4.1-19.7c-0.2-0.7-0.2-1.5-0.1-2.2c0.2-0.7,0.5-1.8,1-2c1-0.4,1.5,0.5,1.9,1.4 c0.7,1.7,1.3,3.5,2.1,5.2c3,6.5,7.3,11.8,13.6,15.2c5.8,3.2,12.6,4.1,19.1,2.5c4.2-1.1,8.3-2.5,12.6-3.7 c4.7-1.3,9.4-2.3,14.3-1.9c0.3,0,0.6-0.1,0.9-0.2c-2.2-1.4-4.3-2.6-6.2-3.9c-3.8-2.6-7.2-5.7-10.2-9.2c-3.2-4.1-5.9-8.6-8-13.4 c-4.7-10.4-7.3-21.7-7.8-33.1c-0.5-8.9-0.1-17.8,1.1-26.7c0.5-3.7,0.8-7.5,1.3-11.3c0.3-2.1,0.8-4.1,1.5-6 c0.2-0.6,1.1-1,1.7-1.5c0.3,0.7,1,1.5,0.9,2.1c-0.6,3.6-1.2,7.3-2,10.8c-1.8,8.2-0.8,16.1,1.7,23.9c1.4,4.6,3.5,8.9,7.4,12 c5.1,3.9,11,6.7,17.2,8.1c6.8,1.6,13.7,3.1,20.5,5.1c4.7,1.3,9.2,3.3,12.3,7.3c0.7,0.9,1.2,2,2.1,3.3c0.4-1.4,0.6-2.5,1-3.6 c1.7-5,3.5-10,5.3-15.1c1.5-4.3,1.8-8.9,0.6-13.4c-1.2-5-2.2-10-1.5-15.2c0.7-4.9,1.9-9.7,3.7-14.4c2.4-6.5,5.5-12.7,9.2-18.6 c4.4-6.6,9.2-12.9,14.5-18.9c0.7-0.9,1.5-1.8,2.4-2.6c0.6-0.4,1.5-0.3,2.2-0.5c0,0.7,0.3,1.6,0,2.1c-1.9,3.6-4,7-6,10.6 c-3.7,6.8-5.6,14.1-4.7,21.8c0.4,4.3,2.4,8.3,5.4,11.2c4.1,3.9,7.9,8,11.5,12.4c5.4,6.7,6.5,14.4,3.9,22.6 c-2.4,7.7-7.2,13.8-12.4,19.8c-4,4.5-7.6,9.2-11,14.1c-2.8,4.3-4.3,9.2-5.6,14.2c-0.3,1.1-0.5,2.1-0.5,3.2 c1.7-2.3,3.4-4.7,5.2-7c5-6.6,11.1-11.8,19-14.4c5.4-1.9,11.3-1.7,16.6,0.5c4.3,1.8,8.4,4.1,12.6,6.1c4.4,2.1,8.7,4.2,13.2,6 c4.8,1.9,10.1,2.2,15,0.7c5.6-1.6,11.1-3.6,15.6-7.5c2.1-1.8,3.9-3.8,5.8-5.7c0.8-1,1.8-1.8,2.8-2.6c0.7-0.5,1.6-0.6,2.4-0.4 c1,0.4,1,1.5,0.5,2.3c-1.2,2.5-2.6,5-4.2,7.3c-2.7,4-5.7,7.8-8.8,11.5c-4.9,5.7-10.8,10.7-17.2,14.6c-9,5.3-18,5-27.3,0.7 c-5.9-2.7-11.2-6.6-16.8-9.8c-5.5-2.8-12.1-2.3-17.1,1.3c-7,5.5-12.5,12.3-17.3,19.8c-1.2,1.9-2,3.9-2.5,6 c-0.7,2.8,0.9,5.1,2.5,7.3c4.8,6.4,10.7,11.9,17.4,16.3c6.8,4.7,14,8.7,21.6,12c6.8,2.9,13.6,5.4,20.5,8.1 c7.3,2.9,14.7,5.6,22,8.7c7.7,3.2,15.3,6.4,22.8,10c9.9,4.7,19,10.8,27,18.3c5,4.8,9.3,10.3,12.8,16.2 c7.6,12.8,10.7,26.8,11.7,41.4c1,14.7-1.1,29-5.2,43.1c-2.7,9.4-6.1,18.5-10.4,27.3C430.2,629.2,430.1,629.8,429.9,630.3 L429.9,630.3 M155.7,773c0.8,3.7,1.7,7.1,2.1,10.5c0.4,2.4,1.5,4.7,3.2,6.5c4.9,5.9,10.4,11.3,16.4,16.1 c6.1,4.9,12.7,9,20.4,11c7.8,2.1,15.7,3.8,23.6,5.8c7.6,2,15,4.9,21.9,8.8c7.8,4.3,12.5,10.6,13.7,19.6 c0.7,5.6,0.1,11.2-1.6,16.6c-2.6,8.3-3.1,17.1-1.4,25.6c1.5,6.8,3.8,13.3,7.1,19.4c4.2,8.3,10.8,15.1,18.8,19.7 c5.9,3.6,12.1,6.5,18.6,8.8c3.8,1.2,7.6,2.4,11.5,3.6c-0.1-0.5-0.4-0.8-0.8-1.1c-1.1-0.8-2.4-1.5-3.4-2.4 c-9.6-8.1-18.2-17.2-25.8-27.2c-5.6-7.5-10.1-15.8-13.2-24.6c-3.8-10.8-2.9-21.7,0.5-32.3c2-6.2,3.6-12.2,2.3-18.8 c-0.7-3.4-1.7-6.7-4.2-9.2c-3.1-3.3-6.3-6.5-9.7-9.4c-5.5-4.9-11.9-8.7-19-10.9c-6.4-2-13-2.6-19.6-3.4 c-5.8-0.8-11.6-1.3-17.4-2.5c-7.7-1.6-15.2-4.2-22.2-7.8c-6.7-3.3-12.5-8.3-16.7-14.5C159,778.4,157.5,775.8,155.7,773 M284,413.6h0.8c0-0.6,0.1-1.1,0.1-1.7c0-2.3-0.1-4.7,0-7c0.7-7.5,2.1-14.9,4.3-22.1c1.7-6.2,4.7-11.9,8.7-16.9 c3.4-4.1,6.9-8.1,10.3-12.2c4.4-5.3,8-11,9.3-17.9c1.1-5.7,0.2-11-3.3-15.6c-2.9-3.7-6-7.2-9.4-10.5c-3.1-3.2-6.3-6.3-7.8-10.7 c-2.2-6.5-1.6-13,0-19.5c0.5-1.9,1.2-3.8,2-6.1c-0.4,0.3-0.7,0.6-1,1c-6.9,8.9-12.3,18.9-15.9,29.5c-2.7,7.6-3.1,15.8-1,23.6 c0.6,2.6,0.9,5.2,0.9,7.9c0,5.6-2.5,10.5-4.4,15.6c-2.4,6.3-4.3,12.5-3.7,19.5c0.9,10.3,1.5,20.6,5.1,30.4 c0.6,1.7,1.3,3.5,2.1,5.6c0-3.4,0-6.4,0-9.4c-0.2-6.5,0.5-13,1.9-19.4c1.8-7.4,5.1-14.2,8.8-20.8c3.1-5.5,6.5-10.8,8.4-16.8 c2.6-8.6,2.1-16.8-2.2-24.7c-1.3-2.5-2.4-5.1-3.4-7.7c-0.1-0.6-0.1-1.2,0-1.8c2.1,4.3,4.2,8,5.9,12c1.3,2.9,2.3,6,2.8,9.1 c1.1,8.5-1.2,16.4-5.5,23.9c-3.7,6.1-7,12.3-9.9,18.8c-4,9.5-4.7,19.4-4.6,29.5c0.1,3.4,0.1,6.7,0.2,10.1 C283.6,410.5,283.8,412.1,284,413.6 M208.6,320.8l-0.3-0.1c0.2,5.5-0.1,11,0.6,16.4c1.3,11.1,3.6,21.9,9,31.9 c3.7,6.8,8.2,12.8,14.5,17.4c5.6,4.2,12,7,18.9,8.2c6.1,1,11.9,2.6,17.2,6.1c1.7,1.1,3.4,2.1,5.5,3.5c-0.3-0.7-0.6-1.4-0.9-2.1 c-2.7-4.8-5.4-9.5-8.1-14.3c-3.2-5.5-6.9-10.6-12.6-13.7c-4.6-2.6-9.5-4.8-14.3-7.1c-5.2-2.5-10.2-5.6-14.8-9.1 c-0.7-0.7-1.4-1.4-2-2.2l0.3-0.3c0.5,0.3,0.9,0.7,1.4,1c4.2,2.5,8.3,5.3,12.6,7.5c5,2.5,10.2,4.6,15.3,6.9 c4.1,1.9,7.7,4.7,10.5,8.2c2.3,2.9,4.3,5.9,6.1,9.1c3.2,5.7,6.2,11.5,9.3,17.2c0.7,1.4,1.5,2.8,2.2,4.1l0.5-0.3 c-0.6-1.4-1.3-2.9-1.8-4.3c-2.7-6.6-4.5-13.4-5.4-20.5c-0.6-5.6-0.8-11.3-1.4-16.9c-0.6-5.1-2.9-9.4-7.7-12 c-5.2-2.6-10.7-4.4-16.4-5.4c-7.7-1.5-15.3-3.3-22.3-7.1c-5.2-2.8-9.6-6.4-12-11.9C210.8,327.8,209.9,324.2,208.6,320.8 M159.6,790.3l-0.4,0.1c0.4,1.4,0.9,2.8,1.3,4.2c2.6,8.4,8.2,14.3,15.9,18.1c8.1,4.1,16.8,6.3,25.4,9.1 c8.4,2.8,16.7,5.8,24.3,10.5c4.8,3,9,6.6,11.5,11.8c1.6,3.4,2.9,6.8,2.1,10.7c-0.8,3.9-3.1,7-4.9,10.3 c-2.3,4.2-4.5,8.5-5.1,13.2C227.9,892,232,904.1,240,915c3.1,4.1,6.7,7.7,10.7,10.9c4.1,3.4,8.9,6.1,14,7.9 c5.5,1.8,11.3,3.1,16.9,4.6c1.9,0.5,3.9,0.8,5.9,1.2c-2-1.3-4.1-2.3-6.1-3.4c-7-3.9-13.3-8.5-18-15.1 c-4.1-5.9-7.4-12.4-9.6-19.2c-3.9-11.4-4.4-22.8-0.9-34.4c1.2-3.9,1.8-7.9,1.9-11.9c0.2-7.4-1.9-14.3-8.2-18.9 c-3.5-2.6-7.3-4.8-11.3-6.6c-10-4.5-20.7-6.9-31.3-9.2c-5.7-1.3-11.4-2.7-16.6-5.6c-8.6-4.8-15.8-11.4-22.4-18.7 C163.2,794.6,161.4,792.4,159.6,790.3 M176.8,384.7c0.1,0.9,0.2,1.4,0.3,2c0.8,3.6,1.6,7.2,2.5,10.7 c1.9,7.4,5.5,13.8,12.1,18.2c4.7,3.1,9.6,4.4,15.2,2.5c2.3-0.8,4.6-1.4,6.9-2.1c3.7-1.3,7.7-1.5,11.5-0.5 c3.9,1.2,7.7,2.6,11.5,4.3c7.4,3.2,14.9,4.7,23,2.3c7.7-2.2,15.6-4.1,23.7-1.1c-0.4-0.7-0.9-1.3-1.6-1.8 c-3.1-1.5-6.6-2.2-10.1-2.2c-5.9-0.2-11.9-0.8-17.3-3.2c-3.6-1.6-7-3.6-10.2-5.8c-3.7-2.5-7.9-4.1-12.3-4.6 c-4.2-0.4-8.3,0.4-12.4,0.9c-1.3,0.2-2.5,0.2-3.8,0.3c0-0.2,0-0.4-0.1-0.6c2.2-0.4,4.3-0.9,6.5-1.3c8.8-1.9,17-1,24.4,4.6 c5.3,4.1,11.6,5.9,18.2,7c5.6,0.9,11.5-0.1,17.1,2.6c0-0.3-0.1-0.5-0.2-0.8c-3.2-4.5-6.7-8.8-11.4-11.9 c-5.3-3.4-11.2-5.8-17.3-7.1c-6.6-1.5-13.4-2-20.1-1.5c-6.5,0.6-12.5,2.9-18.7,4.9c-11,3.5-24.3,0.7-32.1-9.1 C180.1,389.5,178.6,387.2,176.8,384.7 M287.5,412.4c0.3-0.1,0.4-0.1,0.5-0.1c0.1-0.1,0.2-0.2,0.3-0.4 c4.9-7.2,10.3-14,17.1-19.5c5.7-4.6,15.2-5.4,21.4-1.5c3.5,2.2,7,4.5,10.5,6.7c4.8,3.1,10.3,5,16,5.7c6,0.6,11.4-1.6,16.2-4.9 c7.7-5.1,14.3-11.6,19.5-19.1c0.9-1.3,1.9-2.4,2.8-3.6l-0.3-0.2c-0.6,0.6-1.2,1.2-1.8,1.7c-3.7,3.2-8,5.1-12.5,7 c-8.9,3.7-17.5,3-26-1c-5.9-2.8-11.5-6.1-17.3-8.9c-4.6-2.2-9.5-3.6-14.7-2.9c-8.3,1.1-14.5,6-19.9,11.8 c-3.5,3.8-6.3,8.3-9.3,12.6c-1.6,2.3-2.6,6.5-2,8.7c0.3-1,0.6-1.9,1-2.8c4.9-9.3,11.4-17.3,20.8-22.4c5.2-3,11.5-3.5,17.1-1.3 c2.9,1.2,5.7,2.6,8.5,4.1c0.6,0.4,1.1,0.8,1.6,1.3c-0.1,0.1-0.2,0.2-0.3,0.4c-1.1-0.6-2.3-1.1-3.4-1.7 c-5.7-3.1-11.7-4.9-18.3-2.9c-4.8,1.4-8.7,4.3-12.3,7.7c-7,6.4-12.2,14.7-15,23.8C287.6,411.1,287.5,411.8,287.5,412.4 M280.1,425.5l-0.1-0.3c-0.7,0.3-1.4,0.5-2.1,0.9c-1.5,0.7-2.9,1.5-4.4,2.3c-5.7,3.3-10.4,7.5-13.1,13.7c-1.4,3.5-3.1,6.8-5,10 c-4,6.3-9.8,10.4-16.5,13.5c-2.3,1.1-4.6,2-6.9,3c-0.1-0.2-0.2-0.3-0.2-0.5c0.3-0.2,0.6-0.5,0.9-0.7c3.1-1.7,6.3-3.2,9.3-5 c7.1-4.4,12.6-10.1,15.1-18.3c1.3-4.3,3.7-8.2,6.8-11.4c1.5-1.5,3.2-2.9,4.8-4.3c-5.1,1.5-10.2,2.9-13.9,7.2 c-3.5,4-6,8.5-8.5,13.1c-2.8,5.6-7.3,10.1-12.8,13c-3.7,1.9-7.4,3.8-11,5.8c-4.2,2.2-7.5,5.9-9.3,10.3 c-2.3,5.7-3.8,11.8-4.4,17.9c-0.1,1.1,0,2.1,0,3.2c0.6-1,1-2.1,1.5-3.1c1.6-3.5,3.4-6.9,5.4-10.1c1.9-3,4.2-5.6,6.8-8 c4.2-3.6,9.4-5.8,14.6-7.6c7.5-2.6,14.8-5.6,21.2-10.6c5.3-4.1,9.4-9.5,12-15.7c1.8-4.2,3.5-8.5,5.5-12.6 C277,429.1,278.7,427.4,280.1,425.5'/%3E%3Cpath id='Path_600_00000002369210402356992310000003400206391450816408_' class='st1' d='M442,1105.1l-2.1-1.4 c0.9-1.5,1.8-3,2.7-4.5c3.5-6.7,6.1-13.8,7.7-21.1c1.4-6.1,2.4-12.2,3.3-18.4c1.1-8,0.8-16.1-0.6-24 c-1.2-7.2-2.8-14.3-4.8-21.3c-1.8-6.1-4.5-11.9-6.9-17.9c-3.1-7.9-5.6-16-5.4-24.6c0.2-8.3,1-16.6,3.6-24.6 c0.8-2.3,1.5-4.6,2-6.9c-1.7,2.2-3.4,4.3-5,6.5c-5.3,7.1-9.5,14.9-12.4,23.2c-2.4,7.1-4.5,14.2-6.1,21.5 c-2,9-2.8,18.3-2.2,27.5c0.4,7.7,2.2,15.2,4.2,22.6c3.1,11.3,6.5,22.6,9.1,34c1.6,7,2.1,14.2,3.1,21.3c0,0.5,0,1.1-0.1,1.6 c-1.6-0.7-2.6-1.2-2.8-3.2c-0.7-10.8-3.1-21.3-6-31.6c-2.8-9.9-5.8-19.8-8.4-29.8c-3.2-12.1-3.3-24.5-1.4-36.8 c1.4-9.7,3.9-19.2,7.5-28.4c5.2-13.6,13.2-26,23.5-36.4c5.5-5.7,11.5-10.8,18.1-15.2c4.8-3.2,9.8-6.1,15.3-7.8 c4.4-1.3,8.4-0.3,12.2,2c6.3,3.7,10.7,9.1,14.1,15.5c2,3.8,4.1,7.6,6.3,11.3c2.4,3.9,5.9,7,10,8.9c4.3,2.1,8.6,4.1,12.8,6.5 c8.1,4.4,14,11.9,16.4,20.8c2,7,3.7,14.2,5.7,21.3c2,7.5,5.2,14.6,9.5,21c2.1,3.1,4.4,6.1,6.6,9.2c0.6,0.9,1.3,1.9,0.3,2.9 c-0.9,0.9-1.9,0.6-2.7-0.1c-1.9-1.5-3.9-3-5.6-4.7c-8.5-8.2-15.8-17.6-21.7-27.9c-5.4-9.4-12.3-17.4-22-22.5 c-6.9-3.7-14.8-5.3-22.6-4.3c-5.7,0.7-10.8,3.3-15.4,6.5c-3.6,2.5-7.3,5-9.9,8.7c-7.5,10.8-10.3,22.4-5.9,35.2 c2.4,7,5,13.9,7.2,21c3.3,10.7,5.8,21.5,6.2,32.7c0.4,9-0.6,17.9-5.1,26c-3.6,6.2-8,11.9-13.1,16.9c-1.6,1.6-2.3-0.4-3.8-0.7 c0.5-0.6,0.9-0.9,1.2-1.3c5-4.6,9.2-9.9,12.7-15.8c2.4-4.5,4-9.4,4.5-14.4c1.4-10.3-0.4-20.4-2.6-30.4 c-2.4-10.5-6-20.6-9.7-30.7c-5.9-16.2-2.4-30.8,8.8-43.2c6.5-7.2,15-12.3,25.1-13.6c6.8-0.7,13.7,0.3,20,3 c5.6,2.2,10.2,5.7,14.6,9.5c4.5,3.9,7.9,8.8,11.1,13.7c3.6,5.5,7.2,11.1,11,16.4c2.3,3.1,4.8,6,7.6,8.7c0-0.3,0-0.5-0.1-0.8 c-4.9-7.4-7.8-15.7-10-24.2c-1.6-6-3.1-12.1-5-18c-2.8-8.6-8.9-15.7-17.1-19.5c-3.9-1.9-7.8-3.7-11.7-5.6 c-5.1-2.6-8.8-6.7-11.6-11.6c-2.5-4.3-4.7-8.8-7.4-13c-3.3-5.3-7.6-9.6-13.6-11.8c-3.2-1.2-6.3-0.5-9.3,0.9 c-8.6,3.8-15.9,9.3-23.1,15.3c-5.5,4.6-8.2,10.5-10.4,16.9c-3.1,9.5-4.3,19.5-3.6,29.5c0.5,5.9,1.9,11.7,4.1,17.2 c2.6,6.8,5.5,13.5,7.8,20.4c2.8,8.8,4.7,17.9,5.6,27.2c0.9,7.4,0.8,14.9-0.3,22.3c-1.1,8.6-3.1,17.1-5.8,25.3 c-1.8,5.7-4.3,11.1-7.4,16.2L442,1105.1'/%3E%3Cpath id='Path_601_00000021800711623303079630000016765005835720566697_' class='st1' d='M429.9,630.3 c4.3-6.8,10-12.3,16.2-17.2c6.7-5.2,14-9.7,21.8-13.2c5.4-2.5,10.9-5.2,15.4-9.3c5.5-4.9,9.3-11.4,10.8-18.6 c1.3-6.6,1.9-13.3,0.2-20c-1.2-4.6-2.7-9.2-4.3-13.7c-3.2-8.6-4.7-17.8-4.4-26.9c0.2-8.5,1.5-16.9,3.6-25.1 c2.3-8.5,6.5-16.1,11.4-23.3c2.7-3.9,5.6-7.8,8.4-11.7c0.6-0.8,1.3-2.3,2.6-1.3c1.1,0.9,0,2-0.6,2.8c-5.4,7.8-9.1,16.7-11.1,26 c-1.3,5.6-1.8,11.4-1.4,17.1c0.4,5.6,2.6,10.6,5.2,15.4c2.8,5.2,7.2,8.9,11.1,13.1c4.9,5.2,9.6,10.7,13,17.1 c2.9,5.5,3.2,11.3,2.4,17.3c-0.7,4.6-1.5,9.2-2.5,13.8c-1.2,6.1-3.1,12.1-5.6,17.8c-2.9,6.5-7,12.5-12.1,17.6 c-4.9,4.8-11,7.6-17.5,9.4c-11.9,3.3-24,5.3-36.1,7.3c-7.6,1.3-15.1,3.2-22,6.9c-1.1,0.6-2.1,1.3-3.1,1.9 c-0.7,0.2-1.4,0.4-2.1,0.4c0-0.7,0.1-1.4,0.2-2.1C429.5,631.4,429.7,630.8,429.9,630.3L429.9,630.3 M433.5,628.3 c0.1,0.2,0.3,0.3,0.4,0.5c0.2-0.1,0.5-0.2,0.7-0.3c6.5-3,13.4-5.1,20.4-6.2c12.4-2.2,24.9-3.9,37.1-7.4 c5.6-1.6,10.9-3.8,15.2-7.8c7.6-6.9,12.5-15.6,15.5-25.3c2.4-7.7,4-15.6,4.9-23.6c0.7-5.6,0-11.1-2.8-16.1 c-3.2-5.5-7.1-10.5-11.5-15c-3.9-4.1-8.2-7.9-11.1-12.9c-2.7-4.7-5-9.6-5.8-15.1c-1.3-9,0-17.7,2.5-26.3 c0.3-0.9,0.5-1.8,0.7-2.6c0.3-0.8,0.6-1.6,0.9-2.3c-0.4,0-0.5,0.1-0.6,0.2c-3.5,5.4-6.3,11.3-8.3,17.4 c-0.8,2.4-1.4,4.9-1.6,7.5c-0.2,7.7,0.9,15.4,3.3,22.7c3.2,10.1,6.8,20,10.3,30c2.3,6.6,4.7,13.3,5.3,20.3 c0.7,5.7-0.1,11.5-2.2,16.8c-4,9.3-11.5,15.1-20.8,18.4c-5.4,1.9-11.3,2.7-17,3.8c-6.2,1-12,3.4-17.1,7 c-3.2,2.3-6.3,4.7-9.3,7.3C439.5,622.1,436.6,625.2,433.5,628.3 M466.5,603.4v0.3c2.5-0.5,5-1,7.5-1.4c8-1.2,15.6-3.3,22.1-8.5 c5.3-4.2,9.4-9.1,10.7-15.9c1.5-7.8,0.8-15.9-2-23.4c-3-8.6-6-17.2-9.1-25.7c-2.8-7.3-4.8-14.9-5.8-22.7 c-0.2-2-0.5-3.9-0.8-6.3c-0.1,0.3-0.2,0.6-0.3,0.9c-0.2,2.2-0.5,4.4-0.7,6.7c-0.8,10.2,0.6,20.4,4.1,30c1.6,4.6,3.2,9.2,4.5,14 c1.7,6.4,0.9,12.8-0.1,19.2c-2,12.4-8.9,21.3-19.6,27.5C473.5,599.8,470,601.6,466.5,603.4'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	transition: background 1s ease-in-out;
}

.dbs-fire{
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1600 1200' style='enable-background:new 0 0 1600 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;stroke:%23231F20;stroke-miterlimit:10;%7D .st1%7Bclip-path:url(%23SVGID_00000068675185521414189990000015175795304049423499_);%7D .st2%7Bfill:%23E0E0E0;%7D .st3%7Bclip-path:url(%23SVGID_00000103983666674549074250000004586702564214440596_);%7D .st4%7Bfill:url(%23Path_625_00000127725295961659092690000005620029437492283061_);%7D .st5%7Bfill:url(%23Path_626_00000127740571236842938750000014724304048711524270_);%7D .st6%7Bfill:url(%23Path_627_00000124154830790237382840000017546816759380145805_);%7D .st7%7Bfill:url(%23Path_628_00000109734437910890119750000017475908825079310726_);%7D .st8%7Bfill:url(%23Path_629_00000034790975905968267510000015327923444895525036_);%7D .st9%7Bfill:url(%23Path_630_00000109731265107611453020000017167074390406117547_);%7D .st10%7Bfill:url(%23Path_631_00000096754734954427935030000008777212331302513079_);%7D .st11%7Bfill:url(%23Path_632_00000134245010943495054780000011043254379682487438_);%7D .st12%7Bfill:url(%23Path_633_00000176018405059002889860000006768511980210229183_);%7D .st13%7Bfill:url(%23Path_634_00000177458287725568156150000001927912602083149447_);%7D .st14%7Bfill:url(%23Path_635_00000103222856772198377300000014947746112962076327_);%7D .st15%7Bfill:url(%23Path_636_00000036214084578812780990000009802925274912244354_);%7D .st16%7Bfill:url(%23Path_637_00000166639210693815422340000008239663509208740512_);%7D .st17%7Bfill:url(%23Path_638_00000012437014540883655390000005174262976990844075_);%7D .st18%7Bfill:url(%23Path_639_00000070820152824492699570000002967697900338405011_);%7D .st19%7Bfill:url(%23Path_640_00000096764701824397072100000010387894568402049967_);%7D .st20%7Bfill:url(%23Path_641_00000093875127203522059080000017764798504971720354_);%7D .st21%7Bfill:url(%23Path_642_00000181074571890178360380000013016974340520183215_);%7D .st22%7Bfill:url(%23Path_643_00000031907684296995863030000012046041364684208540_);%7D .st23%7Bfill:url(%23Path_644_00000112617865565331829580000013567586454914877591_);%7D .st24%7Bfill:url(%23Path_645_00000148660858669062913430000001928512023193053090_);%7D .st25%7Bfill:url(%23Path_646_00000072254545282249283330000012809495778737644429_);%7D .st26%7Bfill:url(%23Path_647_00000143607581907477843440000009860263519042797450_);%7D .st27%7Bfill:url(%23Path_648_00000112613339387677079830000013408269032714978988_);%7D .st28%7Bfill:url(%23Path_649_00000050636247753707314600000011210400743054626176_);%7D .st29%7Bfill:url(%23Path_650_00000105397001581671724610000011538164991127366791_);%7D .st30%7Bfill:url(%23Path_651_00000161629942777193603660000010920014006233146245_);%7D .st31%7Bfill:url(%23Path_652_00000155108232913345062190000010172360676930425499_);%7D .st32%7Bfill:url(%23Path_653_00000080885945926877004240000012661819183705507004_);%7D .st33%7Bfill:url(%23Path_654_00000166669508860084310520000009934359292426845569_);%7D .st34%7Bfill:url(%23Path_655_00000036225397833502603360000005755496340161400225_);%7D .st35%7Bfill:url(%23Path_656_00000126323164364458933730000003925122277075671948_);%7D .st36%7Bfill:url(%23Path_657_00000131368383989605220730000010805198228008394625_);%7D .st37%7Bfill:url(%23Path_658_00000086656541337723138170000012959160560898130080_);%7D .st38%7Bfill:url(%23Path_659_00000165207060618719646070000015973930296548001456_);%7D .st39%7Bfill:url(%23Path_660_00000065788075573947591640000016378608884623437749_);%7D .st40%7Bfill:url(%23Path_661_00000007399515749239313220000010877776413312437164_);%7D .st41%7Bfill:url(%23Path_662_00000161591616899013423380000003595484067452958114_);%7D .st42%7Bclip-path:url(%23SVGID_00000166660173525244067900000016366272663928308634_);%7D .st43%7Bfill:%233E8AC4;%7D .st44%7Bdisplay:none;%7D .st45%7Bdisplay:inline;%7D .st46%7Bclip-path:url(%23SVGID_00000006699881608116018840000017765089448993389708_);%7D .st47%7Bfill:url(%23Path_625_00000115492412324491886080000007870330809169134742_);%7D .st48%7Bfill:url(%23Path_626_00000037667989561201119920000017330818165156152214_);%7D .st49%7Bfill:url(%23Path_627_00000036235275279318089980000012786298381128451250_);%7D .st50%7Bfill:url(%23Path_628_00000065049558779389864930000006015018974273756040_);%7D .st51%7Bfill:url(%23Path_629_00000145045016527353529730000014910751589006244251_);%7D .st52%7Bfill:url(%23Path_630_00000133526523827001698260000015358221458068704390_);%7D .st53%7Bfill:url(%23Path_631_00000134953711244706184690000017365531831458120629_);%7D .st54%7Bfill:url(%23Path_632_00000155824585340717300520000011562702729670132868_);%7D .st55%7Bfill:url(%23Path_633_00000129916307311541524930000002363776380868356775_);%7D .st56%7Bfill:url(%23Path_634_00000169516983285099440340000001466064688712507022_);%7D .st57%7Bfill:url(%23Path_635_00000018201903422604611610000011785210445787345570_);%7D .st58%7Bfill:url(%23Path_636_00000075155246560104261120000003247039131024664499_);%7D .st59%7Bfill:url(%23Path_637_00000040565978785762085990000017752082471380467381_);%7D .st60%7Bfill:url(%23Path_638_00000152241273688890370340000008467024565708060303_);%7D .st61%7Bfill:url(%23Path_639_00000155145054013123553950000005861013207199333781_);%7D .st62%7Bfill:url(%23Path_640_00000047030583040061245320000013933936022341939340_);%7D .st63%7Bfill:url(%23Path_641_00000070110010404897738350000008099679615631183773_);%7D .st64%7Bfill:url(%23Path_642_00000096043267292164421730000018042811696371878578_);%7D .st65%7Bfill:url(%23Path_643_00000158029172855197557090000010915725724873840794_);%7D .st66%7Bfill:url(%23Path_644_00000079483299126503890680000009437041860321048992_);%7D .st67%7Bfill:url(%23Path_645_00000078728469615213027920000015369156445767893380_);%7D .st68%7Bfill:url(%23Path_646_00000163046987483195457090000015912028590622190246_);%7D .st69%7Bfill:url(%23Path_647_00000071548088799096244310000015877467826508705976_);%7D .st70%7Bfill:url(%23Path_648_00000109006118403220811610000005711810438766816659_);%7D .st71%7Bfill:url(%23Path_649_00000068649592544085435640000003994028588192017821_);%7D .st72%7Bfill:url(%23Path_650_00000041294280781731473130000009877363095643615106_);%7D .st73%7Bfill:url(%23Path_651_00000126292216144510324100000010125674548974167976_);%7D .st74%7Bfill:url(%23Path_652_00000160149069737407621250000011919502018142693550_);%7D .st75%7Bfill:url(%23Path_653_00000150795269422557804890000009232086146252145042_);%7D .st76%7Bfill:url(%23Path_654_00000064314698486258556060000008165357656801110412_);%7D .st77%7Bfill:url(%23Path_655_00000060014516118167591210000010778299201287089574_);%7D .st78%7Bfill:url(%23Path_656_00000047024508721101369960000000426446150341938582_);%7D .st79%7Bfill:url(%23Path_657_00000050631751117723959570000002908778980577787269_);%7D .st80%7Bfill:url(%23Path_658_00000141449551236048614670000012562353632812622208_);%7D .st81%7Bfill:url(%23Path_659_00000170966821918536851400000005999355265724125843_);%7D .st82%7Bfill:url(%23Path_660_00000075858429511035210920000006185449436877356723_);%7D .st83%7Bfill:url(%23Path_661_00000183238338053625323050000013496481698573074851_);%7D .st84%7Bfill:url(%23Path_662_00000031174145127039695150000006205713153965611454_);%7D .st85%7Bdisplay:inline;opacity:0.25;%7D .st86%7Bclip-path:url(%23SVGID_00000078010643989351069810000013358801316055992741_);%7D%0A%3C/style%3E%3Crect class='st0' width='1600' height='1200'/%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='791.5' width='1600' height='408.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000002382577343972653820000009260573016207041681_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1116_00000124132637101733481260000002489864373173488571_' style='clip-path:url(%23SVGID_00000002382577343972653820000009260573016207041681_);'%3E%3Cpath id='Path_602_00000163751522540555280370000014474236302028301217_' class='st2' d='M0,892.1c3.7-3.2,7.4-6.2,11.3-9.1 c2.2-1.6,3.7-2.9,5.8-2.8c0.5,3.5,1.8,6.8,3.8,9.7c1.9,2.4,4.2,4.5,6.8,6.3c2.8,1.9,5.4,4.2,7.7,6.6c2.5,2.9,4.7,6.2,6.4,9.7 c2,4,3.8,8.1,5.3,12.3c-1.9,1.4-3.7,3-5.4,4.6c-1.5,1.4-3,2.7-4.6,4c-0.7,0.5-1.3,1-2,1.4c-0.5,0.3-3.1,1.3-2.4,1.7 c-0.6-0.3-1.4-0.1-1.7,0.4c-1.3,2-1.9,2.2-4.2,2.8l0,0c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.3-0.5,0.6 C20.2,948.6,10.1,952,3.2,959c-0.7,0.8-1.4,1.7-2.1,2.4c-0.3,0.3-0.7,0.5-1.1,0.7v2.8c0.6-0.2,1.2-0.4,1.8-0.8 c1.6-1,2.9-3.2,4.3-4.5c1.2-1.1,2.5-2.2,3.9-3.2c-0.1,1.2-0.2,2.5-0.2,3.7c-1.3,0.8-2.7,1.4-2.8,3c-0.1,1.9,0,3.8,0.3,5.6 c0.6,3.3,1.8,6.4,3.4,9.4c0.8,1.5,1.6,3,2.3,4.5c0.6,1.2,0.9,3,2,3.9c-2,7.6-4.3,15.3-4.8,23.1c-0.2,3.3,0.1,6.5,0,9.8 c-0.1,3.8-1.2,7.4-2.1,11.1c-1.8,8-3.3,16.1-5.5,24c-0.4,1.3-0.8,2.5-1,3.8c-0.2,1.1-0.4,2.1-0.6,3.2c-0.4,2.6-0.7,5.1-1.1,7.7 c0,0.1,0,0.2,0,0.3v8.1c0.5-1.9,0.9-3.8,1.2-5.7c0.4-2.6,0.8-5.3,1.1-7.9c0.3-2.2,0.6-4.3,1.1-6.4c0.5-1.8,1-3.5,1.5-5.3 c0.5-2,1-4,1.5-6c0.9-4,1.7-8.1,2.6-12.1c0.4-2,0.9-4,1.4-5.9c0.5-1.9,0.9-3.9,1.2-5.8c0.2-3.2,0.3-6.4,0.1-9.6 c0-3.9,0.5-7.8,1.3-11.6c0.8-4.1,1.9-8.2,3-12.3c0.2-0.6,0.3-1.2,0.5-1.8c1.7,0.5,3.4,1.1,5,1.9c4.1,2.2,7.9,5.1,11.2,8.4 c-0.8,4.6-1.6,9.2-2.7,13.7c-1.2,4.8-2.5,9.5-4.1,14.2c-0.7,2.3-1.5,4.5-2.1,6.8c-0.6,2.3-1.1,4.6-1.6,6.9 c-0.9,4.6-2.3,9-4.2,13.3c-2.1,4.3-4.5,8.5-7,12.6c-2.5,4.2-5.1,8.3-7.7,12.5c-1.1,1.8-2.3,3.6-3.3,5.4v3.1 c0.8-1.5,1.6-2.9,2.5-4.3c5.3-8.3,10.6-16.6,15.2-25.2c1.1-2,2.1-4.1,3-6.3c0.8-2.2,1.6-4.5,2.1-6.9c1.2-4.6,2-9.2,3.4-13.7 c0.7-2.4,1.6-4.7,2.3-7.1c0.7-2.3,1.4-4.7,2-7.1c1.3-4.8,2.3-9.6,3.1-14.5c0.1-0.7,0.2-1.4,0.3-2c1.7,1.8,3.4,3.7,5,5.7 c-2.5,7.6-4.2,15.4-6,23.1c-0.8,3.2-1.6,6.5-2.6,9.6c-1.5,4.4-3.2,8.7-5.2,12.9c-1.9,4.2-3.9,8.3-5.8,12.5 c-1.9,4.1-3.7,8.3-5.6,12.5c-3.7,8.5-7.3,17-11.1,25.5c-0.9,1.9-1.8,3.9-2.7,5.8v3.7c0.9-1.9,1.7-3.7,2.6-5.6 c3.9-8.5,7.5-17.1,11.2-25.6c3.7-8.4,7.4-16.8,11.4-25.1c2-4.2,3.9-8.4,5.5-12.7c1.3-3.4,2.3-6.9,3.2-10.4c2-7.9,3.6-15.9,6-23.6 c0.1-0.4,0.2-0.7,0.3-1.1c1.6,2,3.1,4.1,4.6,6.1c1.3,1.7,2.5,3.5,3.7,5.3c-1.1,5.7-2.7,11.2-4.2,16.8c-1.6,5.8-3.3,11.6-5.2,17.3 c-1.5,4.4-3.1,8.8-5,13c-1.2,1.3-2.3,2.7-3.3,4.2c-1,1.4-1.9,2.9-2.7,4.4c-1.7,3.1-3.2,6.2-4.6,9.4c-1.4,3.2-2.8,6.4-4.4,9.5 c-0.7,1.5-1.5,2.9-2.4,4.3c-0.9,1.5-1.9,2.9-2.7,4.4c-0.9,1.4-1.5,3-2,4.6c-0.3,1.7-0.4,3.4-0.1,5.1c0.3,1.6,0.3,3.3,0.2,5 c-0.3,1.5-0.9,3-1.7,4.4c-1.6,2.9-3.6,5.4-5.4,8.1c-1.8,2.9-3.3,6.1-4.8,9.1l-0.2,0.5v3.5l0.3-0.5c1.6-3.1,3.1-6.3,4.8-9.4 c1.5-2.9,3.5-5.5,5.3-8.2c1.8-2.7,3.4-5.7,3.4-9c0-1.7-0.3-3.4-0.4-5.1c-0.1-1.6,0.2-3.2,0.8-4.7c1.3-3.1,3.4-5.8,5-8.7 c1.7-3,3.1-6.2,4.5-9.3c1.4-3.2,2.9-6.4,4.5-9.6c1-2,2.1-3.9,3.2-5.7c-1.8,4-3.3,8.1-4.4,12.4c-2.6,10.3-2.2,21-3.1,31.4 c-0.4,4.8-1.3,9.6-2.9,14.2c-1.9,5.4-4.9,10.1-8,14.9c-4.5,7-8.8,14.1-13,21.3v3.1c3.9-6.7,7.8-13.3,11.9-19.9 c3.1-5,6.7-9.9,9-15.3c2-4.5,3.3-9.3,3.9-14.2c1.4-10.4,0.8-20.9,2.7-31.2c1-5.2,2.6-10.2,4.7-15c1.2-2.7,2.4-5.3,3.6-8 c1.2-2.7,2.3-5.5,3.3-8.3c2.1-5.7,3.8-11.5,5.5-17.3c1.6-5.8,3.3-11.5,4.7-17.4c0.2-0.7,0.3-1.5,0.5-2.2 c2.5,3.7,4.9,7.5,7.2,11.3c-1.5,6.2-3.5,12.3-5.3,18.3c-2,6.5-4,13-5.9,19.5c-1.9,6.2-3.7,12.4-6,18.5 c-2.2,5.7-4.4,11.5-4.3,17.7c0.1,3.1,0.3,6.1-0.3,9.1c-0.6,2.8-1.3,5.5-2.1,8.2c-1.7,5.8-3.7,11.5-5.7,17.2c-1,2.9-2,5.9-3.3,8.7 c-1.3,3-2.7,5.9-4.2,8.8c-2.6,5.2-5.3,10.3-7.7,15.5c-3.7,8.3-7.2,17-12.3,24.7v2.7c1.1-1.6,2.2-3.2,3.2-4.9 c-0.9,1.8-1.9,3.6-2.8,5.4h1.8l0.3-0.6c1.4-2.7,2.8-5.5,4.3-8.1c1.5-2.7,3-5.3,4.6-7.9c1.6-2.5,3.4-5,5.1-7.5 c3.2-4.9,6.2-10.1,9-15.3c5.7-10.5,10.8-21.3,17.3-31.4c3.3-5.2,6.9-10.2,10.4-15.3c3.4-5,6.7-10.2,9.9-15.4 c2.9-4.7,5.4-9.5,8.1-14.3c2.9-5.1,5.7-10.1,8.3-15.3c0.5-1.1,1-2.1,1.5-3.2c1.2,0.4,2.5,0.8,3.7,1.3c4.2,1.6,8.2,3.4,12.2,5.4 c-4.6,10.7-9.5,21.3-15,31.6c-5.6,10.6-12.1,20.6-19.5,30c-3.7,4.7-7.9,9-11.6,13.7c-3.7,4.8-7.2,9.9-10.5,15 c-3.4,5.1-6.7,10.2-10.4,15c-3.1,4.2-6.6,8-10.1,11.9c-3,3.4-6,6.8-8.8,10.3h2c1.9-2.3,3.8-4.5,5.8-6.7c3.5-4,7.1-8,10.5-12.1 c3.6-4.5,6.8-9.3,10-14.1c3.4-5.1,6.8-10.2,10.4-15.2c1.8-2.5,3.7-4.9,5.6-7.2c1.9-2.3,4-4.5,5.9-6.8c7.6-9.1,14.3-19,20-29.4 c5.9-10.5,11-21.4,15.8-32.4c0.4-1,0.9-2,1.3-3c2.4,1.3,4.8,2.6,7.1,4c1.6,0.9,3.1,1.9,4.7,2.9c-3.4,10.3-7.7,20.3-12.7,29.9 c-5,9.7-11.2,18.8-18.4,27c-3.8,4.2-8,7.8-12,11.6c-4.5,4.3-8.8,8.8-13,13.3s-8.4,9.1-12.7,13.6c-3.2,3.4-6.6,6.7-9.9,10 c-3.7,3.7-7.3,7.4-10.6,11.4c-0.9,1-1.8,2.1-2.6,3.2h2c3.2-4,6.7-7.7,10.3-11.4c3.4-3.5,6.9-6.9,10.3-10.4c4.1-4.2,8-8.5,12-12.8 c4.2-4.5,8.5-9.1,12.9-13.4c4.1-4.1,8.6-7.8,12.6-11.9c7.4-7.9,13.8-16.7,18.9-26.3c5.4-9.8,9.9-20,13.6-30.5 c0.3-0.8,0.6-1.6,0.8-2.4c4.1,2.6,7.8,5.7,11.2,9.1c0.3,0.4,0.9,0.5,1.3,0.3c0.1,0,0.2,0.1,0.2,0.1c-3.6,8.4-6.3,17.3-11.3,25 c-2.6,4.1-6,7.7-10,10.6c-1.1,0.8-1.1,1.6-1.2,2.9c-3.6,1.8-7,3.8-10.4,6c-1.7,1.2-3.3,2.4-4.8,3.8c-1.5,1.4-2.8,2.9-4,4.6 c-2.5,3.5-4.6,7.3-6.9,10.9c-1.1,1.8-2.4,3.5-3.7,5.2c-1.4,1.7-3,3.4-4.5,4.9c-3.2,3.1-6.5,6-9.8,9c-3.5,3.3-6.8,6.7-10.1,10.2 c-3,3.2-6,6.4-8.9,9.7c-1.6,1.8-3.1,3.7-4.6,5.5l-1.1,1.4h2c1.2-1.5,2.4-3,3.7-4.4c2.3-2.7,4.8-5.3,7.2-7.9 c3.2-3.5,6.5-7,9.8-10.3c3.2-3.2,6.7-6.2,10.1-9.3c3.4-3,6.4-6.3,9.1-9.8c2.6-3.5,4.6-7.4,6.9-11c1.1-1.8,2.3-3.5,3.6-5.1 c1.3-1.5,2.7-2.9,4.3-4.1c3.4-2.6,7-4.8,10.8-6.8c0.3-0.2,0.7-0.3,1-0.5c-0.1,1-0.2,2-0.3,3c-0.2,2.9-0.3,5.8-0.4,8.6 c0,0.2,0,0.4,0,0.7c-4.3,4-8.3,8.3-12,12.8c-1.9,2.3-3.5,4.8-5,7.3c-0.7,1.3-1.3,2.6-1.9,3.9c-0.4,1.1-0.8,2.2-1.3,3.2 c-1.7,4.4-3.8,8.6-5.8,12.9c-2.1,4.6-4.3,9.3-6.1,14.1c-0.3,0.9-0.7,1.8-1,2.7h1.7c0.1-0.2,0.1-0.5,0.2-0.7 c1.6-4.7,3.7-9.2,5.7-13.7c2-4.4,4.1-8.8,6-13.3c0.9-2.2,1.6-4.4,2.7-6.5c1.3-2.6,2.8-5,4.5-7.4c3.7-4.7,7.7-9.2,12.1-13.3 c0,2.2,0.1,4.4,0.1,6.7c-2.5,2.5-4.9,5.1-7.2,7.8c-2.4,2.7-4.6,5.6-6.5,8.7c-0.9,1.6-1.6,3.2-2.2,4.9c-0.8,2.1-1.4,4.2-2,6.3 c-1.3,4.5-2.2,9-3.3,13.5c-0.6,2.3-1.1,4.6-1.8,6.9h1.6c0.4-1.5,0.8-3,1.2-4.5c1.1-4.5,2.1-9,3.3-13.5c0.6-2.2,1.2-4.3,1.9-6.4 c0.6-1.9,1.4-3.7,2.2-5.5c0.7-1.3,1.5-2.6,2.4-3.7c1.1-1.5,2.2-3,3.4-4.4c2.2-2.7,4.6-5.4,7.1-7.9c0.1,2.3,0.1,4.6,0.2,6.9 c-2.1,3.7-4.1,7.4-6,11.2c-1,2-2.1,4.1-3.1,6.1c-0.8,1.5-1.4,3-1.8,4.6c-1.5,5.6-1.2,11.5-1.8,17.2H90c0.2-1.8,0.3-3.6,0.4-5.3 c0.1-3.4,0.4-6.7,1-10c0.3-1.6,0.8-3.1,1.4-4.5c0.9-1.9,1.9-3.7,2.9-5.6c1.9-3.7,3.8-7.3,5.8-11c0.2,0.3,0.6,0.5,1,0.5 c5.7-0.1,11.4,0,17,0.4c1.3,2.6,2.9,5,4.2,7.6c0.7,1.4,1.3,2.8,1.7,4.2c0.3,1.4,0.6,2.8,0.7,4.2c0.8,6.2,1.2,12.4,1.4,18.6 c0,0.3,0,0.6,0,1h1.6c-0.1-3.1-0.2-6.3-0.5-9.4c-0.2-3.1-0.5-6.2-0.9-9.3c-0.2-1.5-0.3-3-0.6-4.4c-0.4-1.6-0.9-3.1-1.6-4.5 c-1.3-2.7-2.9-5.2-4.3-7.9c2.8,0.2,5.7,0.5,8.5,0.8c1.5,2.1,3.3,4,5.2,5.7c2.2,1.8,4.7,3.1,7.3,3.8c2.6,0.8,5.3,1.4,7.8,2.5 c2.4,1.1,4.7,2.5,6.8,4.2c4.2,3.4,7.7,7.5,11.4,11.4c1.9,2,3.8,3.9,5.9,5.7c0.5,0.4,1,0.9,1.5,1.3h2.5c-2.5-2-4.9-4.2-7.2-6.5 c-3.8-3.8-7.2-8-11.2-11.6c-2-1.8-4.2-3.4-6.5-4.7c-2.5-1.3-5.1-2.3-7.8-3c-2.6-0.6-5.1-1.6-7.5-2.9c-2.3-1.5-4.3-3.5-5.9-5.6 c10.6,1.4,21.1,3.7,31.4,7c5.8,1.9,11.5,4.1,17.2,6.5c1.8,0.8,3.5,1.5,5.3,2.2c1,0.5,2,0.8,3.1,0.9c1.3-0.1,2.5-0.6,3.4-1.5 c4.7,4.5,8,10.2,12.4,14.9c1.5,1.6,3.1,3,4.8,4.3h2.6c-1.9-1.3-3.7-2.8-5.3-4.5c-2.3-2.4-4.5-5-6.5-7.7c-2-2.8-4.3-5.5-6.8-8 c1.5-1.4,2.9-3,4.6-4.3l0.2-0.2c2.6,2,5.2,4.1,8,5.8c2.3,1.5,4.8,2.6,7.4,3.4c2.6,0.7,5.2,1.3,7.8,1.7c2.8,0.5,5.6,1.2,8.3,2.2 c5.1,2.1,9.9,4.7,14.4,7.9c1.8,1.2,3.5,2.4,5.3,3.6h2.8c-1.9-1.3-3.7-2.6-5.6-3.9c-4.5-3.2-9.3-6-14.3-8.3c-2.6-1.1-5.2-2-8-2.6 c-2.8-0.6-5.6-1-8.3-1.7c-2.5-0.6-4.8-1.5-7.1-2.7c-3-1.7-5.8-3.7-8.5-5.9l-0.8-0.6c0.3-0.2,0.6-0.3,1-0.3c0.6-0.1,1.2,0.2,1.8,0 c0.6-0.2,1.1-0.8,1.6-1c2.7-1.4,6.2-1,9.2-1c5.7,4.8,13.8,5.8,20.8,7.2c3.9,0.7,7.7,1.8,11.4,3.3c1.6,0.7,3.1,1.7,4.5,2.9 c0.5,0.7,1.4,1.1,2.2,1.1c1.5,0.1,3.1,0.2,4.6,0.3c6.4,4.4,12.9,8.8,19.5,13h4.7c-3-1.9-6-3.9-9-5.8c-4.9-3.2-9.8-6.5-14.6-9.8 c-0.4-0.3-1-0.3-1.4,0.1l-3.8-0.3c-4.8-4.7-11.9-6.1-18.2-7.4c-6.7-1.4-13.7-2.4-19.2-6.7c-0.9-0.7-2.2-0.5-3.3-0.5 c-1.3,0-2.6,0-4,0.1c-2.1,0.1-4,0.8-5.7,1.9c-3.4-0.2-6.1,2.5-8.4,4.8c-1.1,1.3-2.3,2.3-3.8,3.2c-0.2,0.1-0.4,0.1-0.7,0.2 c0,0-0.3,0-0.4-0.1c-3-1-6-2.2-8.9-3.6c-13.3-5.7-27.2-9.8-41.4-12.2c-11.4-1.8-23-2.7-34.6-2.5c-0.2-11.2-1-22.4,0.6-33.5 c12.4-8.8,16.5-23.4,22.2-36.7c1.8,0.9,3.6,2,5.3,3.1c4.3,2.7,8.3,5.9,12,9.5c0.7,0.7,1.4,1.5,2,2.3c0.7,0.9,1,1.7,2.3,1.8 c3.8,0.1,7.6,0,11.4-0.4c6.1-0.4,12.2-1.1,18.4-1.3c7.5-0.2,15,0.7,22.3,2.7c0.8,1.4,1.6,3.6,3,4.3c0.4,0.2,0.9,0.3,1.3,0.4 c0.8,0.2,1.5,0.5,2.3,0.8c1.4,0.5,2.8,1,4.1,1.5c2.1,0.9,4.2,1.9,6.2,3.1c1.8,1.1,3.4,2.3,5,3.7c1.9,1.6,3.6,3.4,5.4,5.1 c5.8,5.6,11.6,11.2,17.7,16.4c11.9,10.2,24.4,19.7,37.1,28.8c12.8,9.2,25.8,18.2,38.9,26.9h4.5c-11.9-7.9-23.8-16-35.5-24.2 c-13.6-9.6-27-19.6-39.8-30.3c-6.7-5.6-13.2-11.5-19.5-17.7c-3.4-3.5-7-6.8-10.9-9.8c-4.3-2.8-8.9-5-13.8-6.4 c-0.6-0.2-1.3-0.4-1.9-0.6c-0.6-1.3-1.3-2.6-2.2-3.8c-0.8-0.6-1.7-1-2.7-1.1c-2.6-0.7-5.3-1.2-8-1.6c-4.6-0.7-9.3-0.9-14-0.8 c-9.7,0.3-19.3,1.7-29,1.7c-3.7-5.2-9.3-9.3-14.6-12.8c-2.3-1.6-4.7-2.9-7.1-4.1c-0.8-0.5-1.8-0.8-2.7-0.9 c-5.9-6-13.4-10.7-20.7-14.7c-7.5-4.3-15.4-7.8-23.7-10.2c-7.5-11-13.7-22.8-20.7-34.2c-7.6-12.4-15.8-25.2-26.7-35.1 c-4.4-4-9.6-7.7-15.5-9c-1.5-3.4-3.3-6.6-4.8-10c-1.6-3.5-2.3-7.3-2.2-11.2l1.9-1.3c0.3-0.1,0.5-0.3,0.6-0.5 c0.1-0.2,0.1-0.4,0.1-0.6l0.1,0c0.1-2.1,0.3-4.2,0.4-6.3c5.5-3.7,11.2-7.1,15.1-12.7c2.5-0.7,3.6-1.2,5-3.3 c0.7-0.3,1.4-0.6,2.1-1c1.9-1,3.7-2.3,5.4-3.7c3.6-3,6.7-6.4,10.7-8.8c0.4,0,0.7-0.2,0.9-0.5c1.8-2.4,6.5-1.6,9.2-1.2 c2.4,0.4,4.8,1.1,7,1.9c5.4,2.1,10.6,4.8,15.4,7.9c9.5,6,18.3,13,28.1,18.4c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0.1,0.2,0.1 c0.1,0.3,0.8,0.7,1,0.9c1.1,1,2.1,2,3.1,3.1c3.1,3.2,6.2,6.4,9.3,9.5c7.3,7.3,14.9,14.8,23.7,20.5c1.7,1.2,3.5,2.2,5.4,3 c0.1,0.1,0.3,0.1,0.4,0.2c1.7,0.7,3.4,1.2,5.3,1.3c2.3,1.3,4.8,2.1,7.4,2.2c1.9,0.1,3.7,0.1,5.6,0c0.6,0,2.3-0.3,2.8,0 c-0.3-0.1,1.1,1.9,1.3,2.1c3.7,4.6,7.5,9,11.4,13.3c8.2,8.8,16.8,17.1,26,24.9c1,0.9,2,1.7,3.1,2.6c0.1,0.2,0.3,0.4,0.5,0.5 c17,13.9,35,26.6,53.8,37.9c32.8,19.9,67.6,35.7,102.2,52.1c5.6,2.7,11.3,5.3,16.7,8.4c1.8,1,3.6,2.1,5.3,3.3 c0.6,0.4,1.1,0.9,1.7,1.4c1.6,1.4,3.8,1.3,5.9,1.5c0.4,0.3,0.9,0.3,1.3,0.1c5.4-2.6,11.9,0.9,17.6,1.7 c11.8,15.3,28.6,26.7,44.5,37.2c10.8,7.1,21.9,13.9,33,20.5h5c-1.6-1-3.3-1.9-4.9-2.9c4-2.7,7.9-5.4,11.9-8 c4.5-2.9,9-5.8,13.8-8.4c2.2-1.2,4.5-2.3,6.6-3.5c1.9-1.1,3.7-2.3,5.4-3.7c3.3-2.6,6.2-5.5,8.7-8.8c2.6-3.4,4.9-6.9,6.9-10.5 c0.1-0.2,0.2-0.4,0.3-0.6c2.3-0.9,4.7-1.8,7-2.7c-2.8,6.9-5.7,13.7-8.9,20.4c-3.5,7.3-7.7,14.3-12.3,20.9c-1.9,2.7-3.9,5.3-6,7.8 h2c4.1-5.1,7.9-10.4,11.2-16c4.1-7,7.7-14.2,10.9-21.6c1.8-4,3.4-8.1,5.1-12.2c5.3-1.8,10.6-3.5,16-5.1 c-1.9,5.1-3.6,10.2-5.6,15.2c-1,2.5-2.2,4.9-3.1,7.4c-0.4,1-0.7,2.1-0.9,3.2c-0.1,1.4,0,2.8,0.3,4.1c0.2,1.1,0.1,2.3-0.4,3.4 c-0.4,0.8-0.8,1.6-1.2,2.3c-1.1,1.7-2.2,3.3-3.6,4.8c-3,3.5-6.3,6.7-9.7,9.8c-1.7,1.6-3.5,3.1-5.2,4.7h2.3 c0.9-0.8,1.9-1.7,2.8-2.5c3.5-3.1,6.8-6.3,9.9-9.7c1.4-1.6,2.8-3.3,4-5c0.5-0.8,1-1.5,1.5-2.3c0.5-0.9,0.9-1.9,1.2-2.9 c0.1-1.4,0-2.7-0.2-4.1c-0.1-0.6-0.1-1.3-0.1-1.9c0.1-0.5,0.2-1.1,0.4-1.6c0.7-2.4,1.7-4.7,2.7-7c2.4-5.6,4.3-11.4,6.4-17.1 c0.2-0.4,0.3-0.8,0.5-1.3c7.3-2.1,14.6-4.1,21.8-6.2c-3.7,4.8-7.4,9.6-11.4,14.2c-1.3,1.5-2.7,3-4.1,4.4c-0.3,0.3-0.3,0.8,0,1.1 c2,1.5,3.3,3.6,3.7,6c0,0.3,0.2,0.7,0.6,0.8c0.4,0.1,0.8,0.1,1.2,0.3c0.2,0,0.3,0.1,0.5,0.2h0l0,0c0.1,0,0.1,0.1,0.2,0.1 c0.1,0,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.2l0,0c0,0,0,0.1,0.1,0.1v0c0,0,0,0.1,0,0.1c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0.1-0.1,0.1v0l0,0 c-0.1,0.2-0.3,0.5-0.4,0.7c0,0.1-0.1,0.1-0.1,0.2l0,0l0,0c-0.1,0.1-0.2,0.3-0.3,0.4c-0.5,0.6-1,1.1-1.6,1.6 c-0.3,0.3-0.6,0.5-1,0.8c-0.2,0.1-0.3,0.3-0.5,0.4l-0.3,0.2l-0.1,0l-0.1,0.1c-1.5,1.1-3,2.2-4.5,3.2c-1.3,0.9-2.7,1.8-4,2.7 c-0.5,0.4-1,0.7-1.5,1.1c-0.9,0.7-1.7,1.5-2.5,2.3c-5,4.8-9.7,9.9-14.3,15.1c-1.3,1.5-2.6,2.9-3.9,4.4h2.1c0.5-0.6,1-1.2,1.5-1.7 c4.7-5.3,9.6-10.5,14.6-15.5c1.1-1.1,2.2-2.2,3.3-3.2c0.2-0.1,0.3-0.3,0.5-0.4l0.1-0.1l0.2-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c1.3-0.9,2.6-1.8,4-2.7c1.6-1.1,3.1-2.1,4.6-3.3c1.4-1,2.7-2.1,3.9-3.3c0.9-0.8,1.5-2,1.7-3.2c0-1.4-1.2-2.1-2.4-2.5 c-0.2-0.1-0.5-0.1-0.7-0.2c-0.5-2.3-1.7-4.4-3.5-6c4.7-5,9.1-10.3,13.2-15.8c1-1.3,2.1-2.7,3.1-4c9.8-2.8,19.6-5.8,29.1-9.6 c2-0.8,4.1-1.7,6.1-2.6c1.5,1.8,3.2,3.5,4.8,5.4c0.4,0.5,0.8,1,1.2,1.5c-2.9,2.7-5.8,5.5-8.6,8.3c-3,2.9-6,5.9-9.2,8.6 c-3,2.2-6.2,4.1-9.6,5.6c-1.7,0.8-3.3,1.7-4.8,2.6c-1.6,1.1-3.1,2.3-4.6,3.6c-3.1,2.8-6.1,5.7-9.1,8.7c-2.5,2.4-5,4.8-7.6,6.9 c-5.2,4.2-10.7,7.9-16,11.9c-4.5,3.2-8.6,7-12.1,11.3h2c2.8-3.2,6-6.1,9.4-8.7c5.3-4.2,10.9-7.9,16.2-12.1c2.5-1.9,5-4,7.3-6.2 c3-2.9,6-5.9,9.1-8.7c1.5-1.4,2.9-2.8,4.5-4c1.5-1.1,3-2.1,4.6-2.9c3.3-1.6,6.6-3.3,9.7-5.2c1.6-1.2,3.2-2.4,4.6-3.8 c1.6-1.4,3.1-2.9,4.6-4.3c3-2.9,6-5.9,9.1-8.8c0.5-0.5,1.1-1,1.6-1.5c0.9,1.2,1.9,2.4,2.8,3.6c1.5,2.1,3.3,3.9,5.3,5.4 c1.9,1.3,4.3,1.7,6.4,2.5c1.9,0.7,3.8,1.8,4.2,3.9c0.2,0.9,0.2,1.8,0.4,2.7c0.3,1.1,0.9,2.1,1.7,3c0.3,0.4,0.7,0.8,1.1,1.2 c-3.2,1.3-6.5,2.4-9.8,3.6c-3.6,1.4-7,2.9-10.4,4.7c-3.5,1.8-7.2,3.5-10.9,4.9c-1.8,0.7-3.7,1.2-5.6,1.6 c-1.9,0.4-3.8,0.7-5.8,0.9c-3.9,0.4-7.7,1.4-11.2,3c-2.9,1.4-5.7,2.8-8.5,4.3c-6.2,3.3-12.2,6.9-17.9,10.9 c-4.5,3-8.7,6.4-12.6,10.1h2.3c2.9-2.7,6-5.1,9.3-7.4c5.7-4,11.6-7.7,17.7-11.1c2.9-1.6,5.8-3.1,8.7-4.5 c3.3-1.8,6.8-2.9,10.5-3.4c3.8-0.4,7.6-1.2,11.4-2.1c3.7-1.2,7.4-2.8,10.9-4.5c3.5-1.7,7-3.5,10.6-5c3.5-1.4,7.1-2.5,10.6-3.9 c0.7-0.3,1.4-0.6,2.1-0.8c2.4,1.9,4.9,3.5,7.6,4.9c3.9,2.2,7.9,4.5,10.5,8.1c-8.9,1.2-17.7,3.2-26.2,5.9c-4.6,1.4-9.1,3-13.5,4.7 c-2.2,0.8-4.4,1.7-6.6,2.6c-2,0.8-4.1,1.6-6.1,2.6c-1.3,0.7-2.4,1.6-3.7,2.3c-1.6,0.8-3.4,1.2-5.2,1c-1.9-0.3-3.8-0.9-5.6-1.7 c-1.6-0.6-3.4-0.9-5.1-0.8c-3.2,0.3-6.4,1.1-9.4,2.4c-3.5,1.4-6.9,3-10.1,4.9c-3.3,1.8-6.5,3.9-9.6,5.9h2.9 c1.6-1.1,3.3-2.1,5-3.1c3.2-1.9,6.6-3.7,10-5.3c3-1.4,6.3-2.5,9.6-3.1c1.5-0.3,3-0.3,4.5-0.1c1.9,0.4,3.6,1.3,5.4,1.8 c2,0.6,4.1,0.7,6.1,0.2c1.5-0.4,2.8-1,4-1.9c1.5-1,3.1-1.8,4.8-2.4c2.1-0.9,4.2-1.7,6.3-2.6c4.4-1.7,8.8-3.3,13.3-4.8 c9-3,18.2-5.3,27.5-6.8c1.1-0.2,2.2-0.3,3.3-0.4c0.4,0,0.8-0.4,0.8-0.8c0-0.1,0-0.3-0.1-0.4c-2.3-3.8-6-6.4-9.8-8.6 c-3.6-2.1-7.5-3.9-10.4-6.9c-0.7-0.7-1.4-1.5-1.9-2.4c-0.4-0.9-0.7-1.8-0.7-2.7c-0.1-1-0.3-1.9-0.8-2.8c-0.6-1-1.5-1.8-2.5-2.4 c-1.9-1.1-4.2-1.5-6.3-2.3c-1-0.4-2-0.9-2.9-1.7c-0.9-0.8-1.8-1.7-2.6-2.6c-2-2.3-3.8-4.8-5.7-7.2c-1.6-2-3.5-3.9-5.2-5.9 c0.4,0,0.7,0,1.1,0.1c0.9,0.2,1.7,0.5,2.6,0.7c3.5,1,7,1.9,10.5,2.9c9,2.5,17.9,5.1,26.8,7.7c0.2,0.1,0.4,0.2,0.6,0.2 c22.2,6.5,44.3,13.1,66.5,19.5c4.6,1.3,9.2,2.7,13.9,3.8c1.6,0.3,3.3,0.5,5,0.5c6.6,0.3,13.1,1.6,19.7,1.8l0,0 c3.1,0.5,6.5-0.6,9.7-0.5c5.3,0.4,10.6,1.4,15.7,2.9c9.6,2.5,19.6,5.6,29.6,3.7c22,11.9,44.8,22.9,68.2,31.7h7.2 c-1.2-0.4-2.5-0.9-3.7-1.3c12.5-7.2,25-14.4,38.4-19.9c6.8-2.8,13.8-5,21-6.5c7.5-1.5,14.8-2.8,22.1-5.2 c14.2-4.6,27.5-11.3,40.5-18.4c12.7-7,24.4-15.7,36.1-24.1c5.8-4.2,11.7-8.3,17.8-12.1c6.1-3.8,12.8-8.1,19.8-10.1 c7.3-2.1,15-1.3,22.4-1.9c0.6-0.1,1.1-0.1,1.6-0.2c0.1,0,0.2,0,0.3,0c6.9-0.9,13.8-2.2,20.5-3.9c15.6-3.5,31-8.1,45.9-13.7 c15.3-5.7,30.5-12,45.8-17.8c3.3-1.2,6.5-2.4,9.8-3.6c0,0,0.1,0,0.1,0c4.1-1.4,8.2-2.8,12.3-4.1c7.1-2.2,14.3-4.3,21.3-7 c7.2-2.7,14.1-6,21.2-9.1c7.3-3.2,14.5-6.4,21.7-9.8c2.5-1.2,5-2.3,7.5-3.5c-0.6,0.9-1.2,1.9-1.8,2.9c-3.2,5.6-5.9,11.4-9.4,16.9 c-11.5,7.7-22.8,15.8-33.8,24.2c-2.3,1.7-4.5,3.5-6.6,5.4c-0.3,0.3-0.6,0.6-0.9,0.8c-0.7,0.4-1.5,0.7-2.3,0.8 c-3.4,1.3-6.7,3-9.6,5.2c-6.3,4.5-11.7,10.1-18.2,14.2c-8.1,5.1-16.7,9.4-24.9,14.1c-24,13.6-47.8,27.6-71.1,42.4 c-12.7,8.1-25.1,16.5-37.4,25.3c-7.7,5.5-15.2,11.2-23.2,16.4c-1.9,1.2-3.8,2.4-5.7,3.6h4.8c6.6-4.2,12.9-8.7,19.2-13.3 c10.5-7.7,21.2-15.2,32.1-22.3c19.9-13.1,40.4-25.5,61-37.5c7.4-4.3,14.9-8.6,22.3-12.9c8.1-4.6,16.6-8.8,24.5-13.9 c6.5-4.2,11.9-9.8,18.2-14.2c3.1-2.3,6.6-4.1,10.4-5.2c1-0.4,1.8-1,2.5-1.7c5.4-4.6,11-9,16.9-13c8.8-6.4,17.7-12.6,26.7-18.6 c8.9-6,18-11.9,27.3-17.4c5.4-3.2,11.4-7.4,17.7-8.8c7.8-1.8,15.8-3.1,23.7-4.7c6.7-1.4,13.4-2.9,20.1-4.5 c9.5-2.2,18.9-5,28.2-8.3c1-0.4,2-0.8,3-1.2c-2.3,3.2-4.7,6.4-7.2,9.4c-2.3,3.1-4.8,6.1-7.5,8.8c-2.4,2.2-4.9,4.1-7.3,6.3 c-0.6,0.5-1.3,1.1-1.9,1.7c-4.7,3.2-9.6,6-14.7,8.5c-5.3,2.3-10.8,4.3-16.3,5.8c-5.4,1.6-10.9,3-16.3,4.7 c-5.2,1.6-10.4,3.6-15.4,5.7c-10.1,4.5-19.9,9.5-29.4,15c-9.8,5.4-19.7,10.4-29.8,15.3c-9.9,4.7-19.8,9.6-28.7,16 c-8.2,5.9-15.1,13.3-21.7,20.9c-6.8,7.9-13.4,16-20.3,23.7c-7.7,8.6-15.5,17.1-23.5,25.4c-4,4.1-8.1,8.2-12.2,12.2 c-4.1,4-8.4,7.7-12.5,11.7c-2.2,2.1-4.3,4.2-6.4,6.4h2.2c7.5-7.4,15.4-14.5,22.9-21.9c8.2-8.1,16-16.5,23.8-25.1 c7.3-8,14.6-16.1,21.5-24.5c6.5-7.8,13.1-15.7,20.8-22.4c8.1-7.1,17.6-12.4,27.2-17.2c9.9-5,20.1-9.4,29.8-14.8 c9.8-5.4,19.5-11,29.5-15.8c10.2-4.8,20.8-8.7,31.7-11.7c10.9-3.1,21.7-6.2,31.5-12c1.1-0.7,2.3-1.4,3.4-2.1 c-0.1,0.1-0.1,0.3-0.2,0.4c-0.4,1.4,0.4,2.9,1,4c0.8,1.5,1.9,2.9,2.6,4.5c0.2,0.3,0.5,0.5,0.9,0.4c13-2.5,25.2-7.8,38.3-9.7 c0.1,1.2,0.4,2.4,0.9,3.5c-4.4,3.6-8.8,7.2-13.3,10.7c-4.3,3.4-8.8,6.7-13.1,10c-9.7,7.6-20.3,14.2-31.4,19.6 c-11,5.2-22.4,9.7-34,13.5c-11.4,3.9-23,7.4-34.6,10.8c-11.8,3.4-23.9,5.8-35.6,9.6c-11.5,3.8-22.1,9.5-32.4,15.6 c-10.3,6.1-19.8,13.3-28.4,21.6c-8.9,8.5-17.2,17.7-26.2,26.1c-6.7,6.3-14,11.7-21.1,17.5c-3.5,2.8-6.9,5.8-10.1,8.9l-0.3,0.3 h2.2c1.7-1.7,3.5-3.3,5.4-4.8c6.4-5.5,13.3-10.4,19.6-15.9c9.3-8,17.6-17.1,26.2-25.7c8.5-8.7,17.9-16.5,28-23.2 c5-3.2,10.2-6.2,15.4-9c5.3-3,10.7-5.6,16.3-7.8c11.5-4.4,23.7-7,35.6-10.1c11.6-3.1,23.2-6.7,34.6-10.4 c11.4-3.6,22.5-7.8,33.5-12.5c11-4.8,21.5-10.7,31.3-17.6c5.3-3.8,10.3-7.9,15.5-11.8c3.7-2.7,7.3-5.6,10.8-8.5 c2.2-1.8,4.5-3.6,6.7-5.4c0.7,1.1,1.7,2.1,2.8,2.8c-1.7,5.7-3.8,11.3-5.3,17.1c-1,3.5-1.7,7-2,10.6c-9.5,5.7-19.1,11.1-28.9,16.4 c-9.8,5.3-19.7,10.2-29.6,15.3c-9.6,5-19.2,10-29.4,13.7c-9.3,3.4-17.8,8.4-26.1,13.7c-8.4,5.4-16.7,11.2-25.5,15.9 c-9.3,4.9-19,8.8-29,11.7c-5,1.5-10.1,2.9-15.2,4.1c-4.8,1.2-9.6,2-14.4,3.2c-4.6,1.2-9,3.3-12.8,6.1c-4.5,3.2-8.9,6.5-13.3,9.8 c-8.9,6.6-18,12.7-27.1,19c-1.6,1.1-3.2,2.3-4.8,3.4h2.7c7.5-5.3,15.3-10.3,22.8-15.7c4.5-3.2,8.9-6.5,13.3-9.8 c4.2-3.1,8.4-6.7,13.1-8.9c4.4-2.1,9.2-2.9,13.8-3.9c5.2-1.1,10.3-2.4,15.4-3.8c10-2.6,19.7-6,29.1-10.2 c9.2-4.3,17.8-9.7,26.3-15.3c8.4-5.5,16.7-11,25.8-15.2c4.7-2.2,9.7-3.8,14.5-5.8c5-2.1,9.8-4.5,14.6-7 c19.8-10.1,39.5-20.2,58.7-31.4c2-1.2,4-2.3,6-3.5c0,1.8,0.1,3.6,0.4,5.3c0.3,1.5,0.7,2.9,1.3,4.3c-7.2,3.9-14.5,7.5-21.8,11.4 c-3.5,1.8-6.9,3.8-10.5,5.6c-3.6,1.8-7.2,3.6-10.8,5.3c-14.5,6.9-29.3,13.1-43.4,20.7c-3.6,1.9-7.1,4-10.6,6.1 c-3.2,1.8-6.2,4.1-8.8,6.7c-2.2,2.4-4,5.2-6.2,7.7c-2.1,2.3-4.6,4.1-7.3,5.3c-2.4,1-4.6,2.4-6.3,4.3c-2.3,2.8-3.7,6.5-4.9,9.9 c-2.6,7.3-4.1,15-6.5,22.4c-1.6,5-4.5,9.6-6.9,14.3c-0.2,0.4-0.4,0.8-0.6,1.2h1.7c2-4.1,4.4-8.1,6.2-12.3c1.2-3,2.1-6,2.9-9.1 c1-3.8,2-7.5,3.1-11.3c1.1-3.7,2.4-7.3,4.1-10.8c1.2-2.7,3.3-4.9,5.9-6.3c2.4-1.1,4.7-2.4,6.9-3.9c2.5-2.1,4.6-4.6,6.5-7.3 c2-2.8,4.6-5.3,7.4-7.3c3.3-2.2,6.8-4.2,10.2-6.2c13.8-7.8,28.4-14.1,42.8-20.8c7.1-3.3,14.2-6.7,21.1-10.5 c7.2-3.9,14.5-7.6,21.7-11.4c1.6-0.8,3.2-1.7,4.7-2.5c0.8,1.5,1.7,2.9,2.6,4.2c-4.3,3.4-8.2,7.2-12.1,10.9 c-1.7,1.6-3.3,3.1-5.1,4.5c-2.5,1.9-5.1,3.7-7.7,5.5c-5.2,3.5-10.5,6.9-15.6,10.5c-5.2,3.6-10.1,7.6-14.7,12 c-8.7,8.3-16.9,17.2-24.6,26.5c-7.7,9.2-15.1,18.7-22.7,28c-4.9,5.9-9.8,11.8-15,17.4h2.1c3.8-4.2,7.6-8.6,11.2-13 c7.6-9.2,15-18.6,22.5-27.8c7.6-9.4,15.6-18.3,24.1-26.8c4.4-4.4,9.2-8.5,14.1-12.3c5-3.7,10.2-7.1,15.4-10.5 c4.9-3.1,9.6-6.5,14-10.2c4.1-3.7,8-7.6,12.1-11.2c0.9-0.8,1.8-1.5,2.7-2.2c0.7,1,1.5,1.9,2.3,2.9c1.8,2.2,3.5,4.5,5.1,6.8 c1.6,2.7,2.8,5.5,3.6,8.5c1.3,4.5,2.4,9.1,3.3,13.8c-5.5,2.2-11,4.6-16.4,6.9c-2.4,1-4.9,2-7.4,2.9c-2.3,0.8-4.7,1.3-7,2 c-5.7,1.6-11.2,4-16.3,7.1c-5.8,3.6-10.9,8.1-16.4,12.1c-11.1,8.3-22.6,16.2-34.5,23.4c-2.9,1.7-5.8,3.3-8.6,5.2 c-2.3,1.5-4.5,3.2-6.6,5.1c-4.2,3.8-8.2,7.9-11.8,12.3c-1.4,1.7-2.9,3.4-4.3,5.2h2l0.4-0.5c3.6-4.4,7.4-8.7,11.4-12.7 c4.1-4.1,8.7-7.6,13.8-10.4c12-7.1,23.6-14.7,34.8-22.9c2.8-2,5.6-4.1,8.3-6.2c2.8-2.1,5.5-4.3,8.3-6.3 c4.9-3.6,10.2-6.4,15.9-8.4c2.8-1,5.6-1.6,8.5-2.4c2.2-0.6,4.3-1.4,6.4-2.2c5.6-2.2,11.1-4.7,16.6-7c1.1-0.5,2.2-0.9,3.3-1.4 c0.2,1.2,0.3,2.5,0.4,3.7c0.4,4.7,0.2,9.4-0.4,14.1c-5.6,1.3-11.1,2.9-16.4,4.8c-5.3,2.1-10.5,4.6-16,6.4 c-2.6,0.9-5.2,1.6-7.8,2.6c-2.5,1-4.9,2.2-7.3,3.5c-4.8,2.6-9.4,5.5-14,8.3c-2.3,1.4-4.6,2.9-7,4.3c-2.4,1.4-4.8,2.6-7.1,4 c-4.6,2.9-9.1,6-13.3,9.4c-4.3,3.4-8.9,6.4-13.6,9.2c-5,2.8-9.8,5.9-14.4,9.3c-0.4,0.3-0.8,0.6-1.2,0.9h2.6 c0.1-0.1,0.2-0.1,0.3-0.2c4.4-3.2,9-6.1,13.8-8.8c4.6-2.6,8.9-5.6,13.1-8.9c4.1-3.1,8.2-6.3,12.7-9.1c2.2-1.4,4.5-2.5,6.8-3.8 c2.3-1.3,4.5-2.6,6.7-4c8.8-5.4,17.6-11.4,27.5-14.4c5.3-1.7,10.4-3.7,15.5-6c2.5-1.1,5-2.1,7.6-3c2.7-0.9,5.4-1.5,8.1-2.2 c1-0.3,2.1-0.5,3.1-0.8c-0.3,1.8-0.6,3.6-1,5.4c-1.5,6.6-3.6,13.1-6.1,19.5c-7.9,3.4-15.5,7.7-23,11.9c-3.8,2.1-7.7,4.2-11.7,6.2 c-3.9,1.8-7.9,3.2-12.1,4.2c-7.9,1.9-16.1,2.8-23.7,5.7c-5.5,2.2-10.8,5-15.7,8.2h2.9c3.5-2.2,7.2-4.2,11-5.9 c3.6-1.5,7.3-2.7,11.1-3.6c4.1-0.9,8.2-1.6,12.2-2.5c4.1-0.8,8.1-2,12-3.6c4-1.8,8-3.7,11.8-5.9c7.6-4.2,15.2-8.6,23.1-12.2 c0.4-0.2,0.8-0.4,1.2-0.5c-2.4,6.3-4.8,12.6-7,18.9c-1.7,5-3.5,10.1-5.1,15.2h1.6c1.1-3.5,2.3-7,3.5-10.4 c2.3-6.8,4.7-13.5,7.3-20.2c0.6-1.5,1.2-3,1.8-4.6c0-0.1,0.1-0.1,0.1-0.2c1.9-4.9,3.6-10,5.1-15.1c1.9-6.9,2.9-14.1,3-21.2 c-0.1-6.3-0.9-12.5-2.5-18.5c-0.7-3.3-1.6-6.5-2.7-9.7c-1-2.6-2.4-5.1-4-7.3c-3.2-4.5-7.3-8.5-9.7-13.5 c-2.7-5.4-2.3-11.5-1.1-17.2c1.3-6.3,3.5-12.3,5.4-18.4c0.4-1.3,0.8-2.7,1.2-4c0.1-0.3-0.1-0.7-0.4-0.9c-2.9-1.4-4.1-4.4-4.3-7.5 c0-0.4-0.3-0.8-0.8-0.8c-13.3,1.8-25.7,7.1-38.8,9.7c-0.6-1.1-1.3-2.2-2-3.3c-0.6-1-1.6-2.4-1.3-3.6c0.4-1,1.1-1.9,1.9-2.6 c1-1.1,2.2-2.2,3.3-3.2c2.3-2,4.6-3.8,6.8-5.9c2.6-2.6,4.9-5.4,7.1-8.3c3.2-3.9,6.3-7.9,9.1-12c10.1-4.6,19.4-10.6,27.9-17.8 c15-12.5,29.8-24.9,45.8-36.1c6.1-4.3,12.4-8.5,18.6-12.6c4.9-0.2,9.7-0.8,14.5-1.9c5.4-1.1,10.4-3.3,14.9-6.5 c1.8-1.4,3.2-3.9,5.2-4.8c2.2-1,3.6,0,5.3-1.8c2.3-2.5,5.6-2.9,8.7-4.1c0.4-0.1,0.8-0.3,1.2-0.4v-2.7c-1,0.4-2,0.8-3,1.1 c-2,0.7-4,1.2-6,1.9c-2.3,0.8-2.5,2.6-5,3.4c-1.4,0.4-2.5-0.1-3.6,0.9c-1.4,1.2-2.3,3-3.8,4.2c-3.8,2.9-8.2,4.9-12.8,6 c-5,1.3-10.1,2-15.3,2.2c-0.3-0.1-0.6-0.1-0.9,0c-5,0.1-9.9-0.2-14.8-0.9c-1.4-0.2-4.9-0.3-6-1.2c-0.5-0.6-0.8-1.2-1-2 c-1-2.5-2.2-4.9-3.6-7.3c-3.1-5.8-7-11.2-11.6-15.9c-3.6-3.7-8.1-7.2-13.6-6c-3,0.7-3.8,1.2-6.1-1.3c-1.9-1.9-3.5-4.1-5.4-6 c-3.6-3.7-7.6-7.2-11.7-10.4c-8.4-6.3-17.3-11.9-26.7-16.8c-0.6-0.3-1.4-0.1-1.7,0.5c-3.4-0.2-6.7-1.2-9.6-3.1 c-0.4-0.4-0.7-0.8-1-1.3c0,0,0-0.1,0-0.1c0-0.3-0.2-0.5-0.4-0.7c-0.3-0.5-0.5-1.1-0.9-1.6c-1-1.5-2.1-2.9-3.4-4.1 c-0.1-0.3-0.4-0.6-0.8-0.7l-0.1,0c-0.1,0-0.2,0-0.3,0l0,0c-1.8,0-3.7,0.2-5.4,0.7c-2.3,0.4-5.4,0.7-7.4,1.8c-2,1-2.6,3.9-3.9,5.8 c-2.5,3.8-5.6,7-9.3,9.6c-3.2,2.4-7.1,3.8-11.1,4.1c-1.4,0.1-2.9-0.6-4.3-0.3c-2.1,0.5-4.3,2.1-6.4,2.9 c-8.3,3.1-16.9,5.3-25.7,6.4c-2.2,0.3-4.4,0.6-6.6,0.9c-1.8,0.2-5.3,0-6.9,0.8c-1.7,0.8-2.6,3-3.7,4.6 c-3.2,4.6-6.5,9.1-10.1,13.4c-7.2,8.7-15,16.9-23.2,24.5c-23.9,22.2-51,40.9-79.3,57.2c-7.6-11.5-14.4-24.2-24.7-33.6 c-2.1-1.9-4.4-3.7-6.8-5.1c-1.9-1.1-5.3-1.6-6.4-3.4c-3.1-4.9-6.7-9.5-10.8-13.6c-4.5-4.9-9.5-9.3-15.1-13 c-0.5-0.3-1.1-0.2-1.5,0.2l-1.4,1.5c-7,1.4-14.1,3-20.7,6c-4.2,2-7.9,4.7-11.8,7.4c-20.4,14.1-44.7,22.5-67.9,30.7 c-5.1,1.8-9.4,3.4-13.4,6.7c-7.3-3.8-14.8-7.5-21.3-12.5c-3.3-2.5-6.3-5.4-8.8-8.7c-0.4-0.7-1.2-1.3-2-1.4c-1-0.2-2-0.5-3-0.7 c-1.7-0.4-3.4-0.1-4.9,0.7c-7.3-0.2-14.5-0.8-21.7-1.8c-7.1-1.1-14.3-2.6-20.8-5.8c-0.5-0.2-1-0.1-1.4,0.1 c-1.8,0.2-3.6,0-5.3-0.6c-1.1-0.4-2.3-0.6-3.5-0.3c-2.5,0.7-3.7,3.8-4.6,6.1c-5.2,1.8-9.9,4.9-13.7,9c-3.9,4.5-6.9,9.9-10.4,14.7 c-6.5,8.8-13.8,16.9-21.9,24.2c-4,3.7-8,7.3-12.2,10.7c-12.6-1.8-24.7,2.4-36.3,7.1c-5.9,2.4-11.7,5-17.8,7 c-2.7,0.9-5.5,1.7-8.3,2.2c-4.2,0.7-7.5-0.1-11.6-1.4c-21.4-6.7-39.4-17.7-56-32.4c0-1.3-0.2-2.6-0.8-3.8c-0.7-1.1-2.8-2-3.8-3.1 c-0.4-0.4-1-0.5-1.5-0.2c-9.4,4.2-21.1,11.7-30.6,4.1c-4.4-3.5-7.9-8.3-11.2-12.8c-1.2-1.6-2.2-4.2-4.1-4.8 c-1.8-0.6-5.4,0.3-7.2,0.8c-1.1,0.5-2.3,0.8-3.5,0.8c-1.5-0.2-3-0.6-4.4-1.2c-2.6-1-5-2.3-7.1-4c-4.2-3.3-7.6-7.4-10.1-12.1 c-5.2-9.1-7.9-19.5-9.8-29.8c-0.2-0.5-0.6-0.9-1.2-0.9c-3.7-0.5-7.5-1.1-11.2-1.2c-1.8-0.1-5.1-0.6-6.7,0.4 c-0.8,0.5-0.9,1.7-1.7,2.2c-0.7,0.5-1.3,0.3-2.2,0.5c-1.6,0.3-3.2,0.7-4.8,1.2c-9,3.2-17,9.1-25,14.2c-4.1,2.7-8.4,5.2-12.8,7.5 c-1.8,0.9-3.9,1.4-5.6,2.3c-2,1-3.1,2.7-5.1,3.9c-2.4,1.3-5.1,2.3-7.8,2.9c-2.4,0.6-5.7,0.6-7.9,1.7c-2,1-3.5,2.9-5.5,3.9 c-2.9,1.3-5.9,2.4-9,3.1c-10.4-17.6-26.7-30.4-40.1-45.5c-3.6-4-6.8-8.2-9.8-12.6c-1.3-2-2.6-4.1-3.7-6.3 c-1.3-2.6-1.4-2.6-3.8-3.9c-9.2-5.2-15.4-14.5-23.3-21.4c-0.1-0.1-0.2-0.2-0.3-0.3l-0.3-0.2c-0.2-0.4-0.6-0.7-1.1-0.7 c-9.7,0.1-17.2-5.6-25.1-10.4c-5.8-3.6-12.4-6.6-19.3-4.4c-4.5,1.5-7.3,5.2-11.4,7c-4.2,1.8-7.9,3.2-11.4,6.3 c-1.8,1.6-3.4,3.3-4.9,5.1c-1.5,1.8-2.8,4.4-4.5,5.9c-1.9,1.7-5.4,2.1-7.7,3c-2.2,0.9-4.4,1.9-6.6,2.9 c-12-15.2-19.9-33.2-27.3-50.9c-1.7-4.2-3.5-8.3-5.2-12.5c-0.8-2-1.7-4-2.5-6.1c-0.7-1.7-1.2-4.2-2.4-5.5c-1.1-1.4-3-2.2-4.4-3.4 c-1.7-1.4-3.4-3-4.9-4.5c-3.6-3.6-7.1-7.4-10.9-10.8c-0.5-0.5-1.3-0.5-1.8,0c-0.1,0.1-0.1,0.1-0.2,0.2l-2.3,3.7 c-3.9,1.1-3.7,1.7-5.9,5.1c-1.8,2.8-3.9,5.4-6.2,7.8c-5.1,5.4-10.5,10.5-16.3,15.2c-14,11.7-28.8,22.3-43.3,33.3 c-6.6,5-13.1,10.1-19.3,15.6c-5,4.4-9.7,10.8-15.7,13.5c-2.1,0.9-6.2,2.1-7.9,3.5c-1,0.8-1.5,2-2.6,2.8c-1.7,1.2-3.9,1.9-5.7,3.2 c-2,1.4-3.9,3-5.7,4.7c-1.8,1.7-3.5,3.6-5.2,5.4c-0.5,0.1-0.8,0.4-0.9,0.9l0,0c-1.2,1.3-2.4,2.5-3.8,3.7 c-1.9,1.6-3.9,1.7-6.2,2.1c-3.6,0.6-7.1,1.8-10.8,1.9c-3.1,0.1-0.5,0.5-1.7-0.9c-0.5-0.6-1-1.3-1.5-1.9c-1.5-1.8-3-3.5-4.7-5.2 c-3.5-3.4-7.4-6.5-11.5-9.2c-7.6-4.9-17.5-9.6-26.6-6.6c-0.2,0-0.3,0-0.5,0.1c-2.9,0.7-5.7,1.8-8.5,3.1c-2.9,1.5-4.3,3.2-7.8,3.1 c-6.5-0.2-12.9-0.7-19.4-1.4c-5.8-0.6-11.6-1.5-17.4-2.7c-2.6-0.6-5-1.9-7.4-2.6c-1.5-0.4-3.8,0.4-5.3,0.4c-1.6,0-3.2,0-4.8-0.2 c-3.2-0.4-6.4-1.1-9.5-2.2c-6.2-2.1-12-5.3-18-7.9c-2.4-1.1-6.7-3.7-9.4-3.6c-1.9,0.1-3.7,2-5.3,3.1c-3.9,2.7-7.6,5.7-11.2,8.7 V892.1z M58.1,1032.3c2.4,4,4.8,7.9,7.1,11.9c2.8,4.8,5.6,9.5,8.5,14.2c1.2,2,2.4,3.9,3.8,5.8c0.5,0.6,1.2,1,2,1.1 c-2.4,5-5,9.9-7.8,14.8c-2.6,4.6-5.1,9.3-7.7,13.9c-3.1,5.3-6.4,10.4-9.7,15.5c-3.4,5.1-7,10.1-10.4,15.2 c-6.8,10-12.2,20.8-17.8,31.5c-2.8,5.2-5.6,10.4-8.7,15.4c-3.2,5.2-6.9,10-9.9,15.3c-0.3,0.4-0.5,0.9-0.8,1.3 c1.9-3.8,3.6-7.6,5.3-11.5c2.3-5.1,4.6-10.1,7.1-15c3.1-5.7,5.8-11.6,8.2-17.6c2.1-5.6,4-11.3,5.8-17c0.9-2.9,1.8-5.8,2.6-8.8 c0.8-2.7,1.3-5.6,1.5-8.4c0.1-3-0.3-6.1,0-9.1c0.4-3.1,1.2-6.1,2.4-9c1-2.9,2.2-5.8,3.3-8.8c1.1-3.1,2-6.3,3-9.5 c3.9-13,8-26,11.7-39.1C57.7,1033.8,57.9,1033,58.1,1032.3 M594.1,1165.9C594.1,1166,594.1,1166,594.1,1165.9 M222.7,1036.2 c-0.2-0.2-0.5-0.4-0.7-0.6c18.9-1.9,39.9-4.3,53.3-19.1c1.8-2,3.4-4.2,4.8-6.4c0.7-1.2,1.4-2.4,2-3.6c0.2-0.6,0.5-1.1,0.9-1.5 c1-0.6,2-1.1,3.1-1.4c6.3-3,12.6-6.1,18.7-9.3c8.2-4.3,16.2-8.8,24-13.8c-1.2,3.1-2.2,6.3-3.3,9.4c-1.2,3.4-2.3,6.9-4.6,9.8 c-3.9,4.9-9.7,7.9-15.2,10.9c-2.8,1.5-5.5,3.1-8.2,4.9c-3.4,2.4-6.6,5-9.8,7.8c-3.1,2.7-6.2,5.5-9.4,8.2c-3,2.5-6.3,4.8-9.4,7.2 c-6.7,5.1-13.2,10.4-20.3,14.8c-0.6,0.3-1.1,0.7-1.7,1C238.7,1048.7,230.6,1042.6,222.7,1036.2 M268.5,1068.6 c-6.8-4.2-13.5-8.6-20.1-13.2c6.7-4,12.9-8.9,19.1-13.7c3.2-2.5,6.5-4.8,9.6-7.2c3.3-2.6,6.4-5.4,9.5-8.1c3.1-2.7,6.2-5.5,9.6-8 c2.7-2,5.6-3.9,8.6-5.5c5.5-3.1,11.5-6,15.9-10.6c1.1-1.1,2.1-2.4,2.9-3.7c0.9-1.6,1.7-3.2,2.3-4.9c1.6-4.2,2.9-8.4,4.5-12.6 c0.3-0.7,0.6-1.4,0.8-2.1c0.4-0.3,0.9-0.6,1.3-0.9c0.9-0.6,1.8-1.2,2.7-1.8c-1.2,2.6-2.3,5.3-3.4,8c-1.4,3.5-2.7,7-4,10.5 c-2.7,7-5.4,14.2-9.5,20.5c-1.9,3-4.2,5.7-6.8,8c-2.8,2.3-5.7,4.4-8.8,6.3c-6.2,4-12.6,7.9-17.2,13.9 c-5.7,7.4-10.6,15.4-15.7,23.2C269.4,1067.4,269,1068,268.5,1068.6 M269.9,1069.4c5-7.5,9.7-15.2,15-22.5 c1.2-1.7,2.4-3.3,3.8-4.9c1.2-1.3,2.6-2.6,4-3.8c2.9-2.3,5.9-4.4,9-6.3c3.1-2,6.2-4,9.1-6.3c2.8-2.2,5.3-4.8,7.4-7.7 c4.4-6.1,7.3-13.1,10-20.1c1.4-3.6,2.7-7.2,4-10.7c1.4-3.6,2.8-7.1,4.4-10.5l1-2.3c1.1-0.8,2.2-1.6,3.3-2.5 c-0.2,0.5-0.4,0.9-0.5,1.4c-0.7,2.1-1.3,4.3-1.7,6.5c-0.9,4.5-1.5,9-2.3,13.5c-0.4,2.2-0.8,4.3-1.3,6.5c-0.5,2.2-1.2,4.3-1.8,6.5 c-1.1,4.4-1.9,8.8-2.7,13.3c-0.8,4.5-1.6,9-2.8,13.4c-1.1,4.1-2.6,8.2-3.6,12.4c-0.9,3.9-1.4,7.9-1.3,11.9 c0.2,4.6,1.3,9.1,2,13.7c0.7,4.8,1.1,9.6,1.3,14.4c0.2,4.6,0.6,9.1,1,13.7c0.1,0.6,0.1,1.2,0.1,1.8 C307.7,1091.2,288.4,1080.9,269.9,1069.4 M364.1,1118.2c-5.5-2.6-11-5.1-16.6-7.7c7.2-18.4,15.3-36.6,21.7-55.3 c3-9,5.6-18.1,9.3-26.8c0.8-2,1.8-3.9,3-5.8c1.1-1.5,2.4-2.9,3.8-4.1c2.9-2.5,6.1-4.8,8.8-7.6c0.7-0.8,1.5-1.6,2.2-2.4 c-0.1,1.4-0.1,2.7-0.2,4.1c-0.1,2-0.2,4-0.1,6.1c-3.7,5.3-9.2,9.5-11.6,15.6c-0.9,2.5-1.5,5.1-1.9,7.8c-0.5,3.1-1,6.2-1.4,9.3 c-0.5,3-1.1,5.9-1.9,8.9c-1.1,3.7-2.2,7.5-3.4,11.2c-2.3,7.5-4.7,15-6.4,22.6c-1.7,7.6-3,15.2-4.8,22.8 C364.4,1117.3,364.2,1117.8,364.1,1118.2 M393.5,1132.7c-4.5-2.6-9.1-4.9-13.8-7.1c-4.7-2.3-9.4-4.5-14.1-6.7 c1.8-7.2,3.1-14.5,4.6-21.7c1.6-7.6,3.8-15,6.1-22.4c1.2-3.7,2.3-7.4,3.4-11.2c1-3.1,1.7-6.2,2.3-9.4c0.6-3.1,1-6.2,1.5-9.3 c0.4-2.8,0.9-5.6,1.7-8.3c1.8-6.2,6.9-10.4,10.7-15.2c0.1-0.1,0.1-0.2,0.2-0.3c0.3,2.4,1,4.7,2.1,6.9c0.2,0.3,0.3,0.7,0.5,1 c-1.5,7-5,13.4-6.5,20.5c-0.5,3.5-0.8,7-0.6,10.5c0,3-0.3,6-0.8,9c-0.6,3.6-1.9,7-2.6,10.6c-0.6,3.3-0.8,6.7-0.4,10.1 c0.7,7,2.9,13.7,3.8,20.7c1,7.3,1.2,14.6,1.9,21.9c0,0.1,0,0.3,0.1,0.4L393.5,1132.7 M409.1,1108.2c-0.2,6.4-0.6,12.9-0.6,19.3 c0,3.3,0.1,6.5,0.3,9.8c-1.3,0.1-2.7,0.3-3.9,0.8h0c-1.2-0.1-3.7,0-4.7-0.5c-0.2-0.1-0.4-0.4-0.5-0.5c-0.6-0.4-1.2-1-1.8-1.5 c-0.9-0.6-1.7-1.2-2.7-1.8c-0.8-6.9-1.1-13.8-1.8-20.6c-0.4-3.6-1-7.2-1.7-10.7c-0.7-3.4-1.5-6.8-2.1-10.3 c-0.5-3.2-0.6-6.5-0.3-9.7c0.4-3.7,1.6-7.1,2.5-10.7c0.7-3,1.1-6.1,1.2-9.2c0.1-1.6,0.1-3.3,0.1-4.9c0-1.8,0-3.6,0.2-5.4 c0.5-3.5,1.4-6.9,2.8-10.2c1.3-3.4,2.6-6.8,3.6-10.4c0.1-0.2,0.1-0.4,0.2-0.6c0.9,1.6,1.6,3.2,2.3,4.8c1.2,3.5,1.9,7.1,2.2,10.7 c0.4,3.5,0.7,7,1.3,10.5c-0.1,7.5-0.6,14.9-1.7,22.3l-1,1c-0.3,0.3-0.4,0.8-0.3,1.2c0.8,2.1,1.8,4,2.5,6.1l0,0 c0,0.2,0.1,0.4,0.3,0.6c0.1,0.2,0.3,0.3,0.5,0.3l2.2,1.2l0,0l0,0c0.4,3,0.9,6,1.1,9C409.3,1101.8,409.3,1105,409.1,1108.2 M435.8,1152.4c-2-1.9-4-3.9-5.9-5.9c-1.7-1.9-3.2-4.4-5.1-6c-1-0.9-2.3-0.7-3.6-1c-2.3-0.4-4.5-1.2-6.7-1.7 c-1.3-0.3-2.6-0.5-3.9-0.6c-0.4-6.1-0.5-12.3-0.2-18.4c0.1-3.2,0.3-6.5,0.4-9.7c0.1-3.2,0.3-6.4,0.1-9.5 c-0.2-3.2-0.6-6.3-1.1-9.4c0,0,0.1,0,0.1,0c4.4-0.6,8.8-0.5,13.1,0.5c0.4,5.8,1.2,11.6,2.3,17.4c0.6,3,1.3,5.9,2.2,8.7 c0.7,2.4,1.8,4.8,3.1,7c1,1.8,2.6,3.2,4.5,3.9c1.4,4.6,3,9.2,4.6,13.9s3.1,9.3,4.4,14c0.5,1.7,0.9,3.5,1.3,5.3 C442.1,1158.1,438.9,1155.3,435.8,1152.4 M447.3,1162.3c-1.4-6.2-3.1-12.3-5.2-18.4c-1.1-3.2-2.2-6.3-3.2-9.5 c-0.5-1.6-1.1-3.2-1.6-4.9c-0.3-0.8-0.5-1.6-0.8-2.5c-0.1-0.4-0.4-0.8-0.8-0.9c-0.2,0-0.3-0.1-0.5-0.2l0,0l0,0 c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1-0.1-0.3-0.2-0.4-0.3c0,0-0.1,0-0.1-0.1l0,0c-0.1-0.1-0.1-0.1-0.2-0.2 c-0.3-0.2-0.5-0.5-0.8-0.7c-0.1-0.1-0.3-0.3-0.4-0.4c-0.1-0.1-0.1-0.1-0.2-0.2l0,0l0,0c0,0-0.1-0.1,0,0l-0.1-0.1 c-1-1.5-1.9-3-2.5-4.7c-1.7-4.3-2.9-8.8-3.6-13.4c-0.8-4.7-1.4-9.5-1.8-14.3c0-0.1,0-0.1,0-0.2c2.9,0.7,5.7,1.6,8.4,2.6 c2,6.3,3,12.9,4.8,19.3c0.9,3.2,2.1,6.3,3.7,9.2c1.6,2.7,3.4,5.2,5.4,7.5c2.1,2.5,4.4,5,6.6,7.4c2.1,2.3,4.1,4.6,6,7.1 c1.9,2.6,4.2,4.9,6.8,6.7c2.4,1.6,4.9,3,7.5,4.2c2.8,1.3,5.5,2.9,8,4.7c2.7,2.1,5.1,4.6,7.1,7.4c0.2,0.3,0.4,0.5,0.6,0.8 c-2,0.4-4,0.9-6,1.3c-7,1.5-13.9,2.9-20.9,4.3C457.3,1169.9,452.2,1166.2,447.3,1162.3 M536.6,1157.5c-2.4,0.5-4.8,1-7.2,1.6 c-3.3-1.9-6.8-3.5-10.2-5.5c-1.8-1-3.5-2.2-5.3-3.4c-1.9-1.2-3.7-2.4-5.6-3.7c-3.6-2.4-7.1-5-10.6-7.5c-3.2-2.3-6.5-4.3-9.9-6.2 c-3.2-1.7-6.5-3.2-10-4.4c-3-1-6.1-1.9-9.2-2.8c-3.1-0.9-6.1-2-9-3.4c-2.7-1.2-5-2.9-6.9-5.2c-1.9-2.7-3.4-5.7-4.3-8.8 c-1.1-3.2-2-6.5-3.3-9.6c6.3,3,12.3,6.3,18.3,9.8c19.5,11.2,38.1,24,57.8,35c7.7,4.3,15.6,8.5,23.9,11.2 c-1.3,0.6-2.6,1.2-3.9,1.8C539.9,1156.4,537.5,1157.3,536.6,1157.5 M541.2,1159L541.2,1159c-0.1,0-0.2,0-0.3-0.1l0,0 C541,1158.9,541.1,1159,541.2,1159 M450.2,1116.2c1.6,2.6,3.8,4.8,6.5,6.3c2.8,1.6,5.8,2.9,8.9,3.8c3.1,1,6.2,1.9,9.3,2.9 c3.2,1,6.4,2.2,9.4,3.7c3.5,1.7,6.9,3.6,10.1,5.8c3.5,2.4,6.9,5,10.4,7.4c3.7,2.5,7.4,5,11.1,7.4c3.4,2.2,7.1,4,10.7,5.9 c0.1,0.1,0.3,0.1,0.4,0.2l-4.1,0.9c-10.6,2.4-21.2,4.7-31.8,7c-1.8-2.6-3.9-5-6.2-7.2c-2.4-2.2-5.2-4-8.1-5.5 c-2.5-1.4-5.2-2.6-7.7-4c-2.6-1.5-4.9-3.4-6.9-5.6c-1-1.2-1.9-2.5-2.9-3.7c-1-1.2-2-2.4-3-3.6c-2.2-2.5-4.4-4.9-6.6-7.4 c-2.1-2.3-4.1-4.8-5.9-7.4c-1.7-2.6-3-5.4-4-8.4c-2.2-6.6-3-13.4-5-20.1c0-0.1-0.1-0.3-0.1-0.4l0.9,0.4c2.5,1,4.9,2,7.3,3.1 C445.9,1103.7,446.7,1110.5,450.2,1116.2 M479.5,1184.4c-4.7-2.9-9.4-5.9-14.1-9c23-4.5,45.8-9.8,68.7-14.8 c1.8-0.4,3.5-0.8,5.3-1.1c0.5-0.1,1-0.1,1.5-0.3c0,0,0.1,0,0.1,0c-1.3,1.1-2.6,2.2-3.9,3.2c-3.6,2.6-7.5,4.8-11.7,6.6 c-4.9,1.9-9.8,3.6-14.9,4.9c-2.8,0.8-5.5,1.6-8.3,2.4c-2.4,0.7-4.7,1.4-7,2.2c-4.9,1.7-9.7,3.6-14.4,5.5L479.5,1184.4 M546.6,1162.5c-2.4,3.3-5.2,6.2-8.2,8.9c-1.6,1.4-3.4,2.6-5.2,3.7c-2,1.3-4.2,2.3-6.3,3.4c-4.7,2.5-9.2,5.3-13.7,8.1 c-4.5,2.9-9,6-13.4,9l-0.8,0.6c-1.1-0.6-2.1-1.3-3.2-1.9c-4.9-2.9-9.8-5.9-14.7-8.9c4.3-1.7,8.6-3.4,13-5c4.9-1.8,10-3.2,15-4.7 c5.2-1.5,10.4-2.9,15.4-4.9c4.3-1.7,8.4-3.8,12.2-6.4c3-2.1,5.7-4.4,8.3-6.9c1.3-0.6,2.6-1.2,3.9-1.8c0.5,0.1,1-0.1,1.2-0.5 c0.6-0.2,1.2-0.5,1.7-0.7C550.3,1157.3,548.5,1160,546.6,1162.5 M710.8,1142c-7.7-2.3-15.4-4.5-23.1-6.8 c12.6-4.7,25.2-9.2,38-13.4c0.2,0,0.4-0.1,0.6-0.2c17.6-5.9,35.3-11.4,53.1-16.8c6.7-2,13.3-4,20-6c0.1,0,0.2-0.1,0.4-0.1 c9.1-2.7,18.1-5.4,27.2-8.2c6.3-1.7,12.3-4.4,17.8-7.8c5.3-3.5,10.3-7.4,15-11.6c3.4-2.9,6.8-5.9,10.2-8.8 c-0.9,1.4-1.8,2.9-2.8,4.3c-1.9,3-3.9,5.9-6,8.8c-3.5,4.7-8.4,8.1-12.9,11.8c-2.3,1.8-4.4,3.8-6.3,6c-1,1.2-1.9,2.5-2.9,3.8 c-0.9,1.2-1.9,2.5-2.8,3.7c-3.7,4.6-7.7,8.9-12,12.8c-2.3,2.1-4.8,4.1-7.2,6.2c-2.6,2.4-5.1,4.9-7.4,7.5 c-0.6,0.6-1.2,1.3-1.7,1.9c-3.5,1.2-6.9,2.6-10.4,3.8c-18.1,6.2-36.9,10.4-55.5,15.1c-2,0.5-3.9,1-5.9,1.5 C727.8,1147,719.3,1144.5,710.8,1142 M853.7,1041.6c-1.1,2.2-2.4,4.3-3.9,6.2c-1.4,1.8-3,3.4-4.7,4.9c-1.8,1.6-3.4,3.4-4.9,5.3 c-1.5,1.8-2.8,3.8-4.1,5.7c-2.6,4-5,8.2-7.2,12.4c-2.3,4.3-4.6,8.5-7.1,12.7c-0.2,0.3-0.3,0.5-0.5,0.8c-2.4,0.7-4.8,1.3-7.2,2 l-10.8,3.2c8-8.7,15.6-17.8,22.9-27.1c4.3-5.4,8.5-10.9,12.7-16.4c2.2-2.8,4.3-5.6,6.4-8.5c1.1-1.4,2.2-2.9,3.3-4.3 c0.5-0.7,1-1.3,1.6-1.8c0.8-0.6,1.7-1.2,2.6-1.7c2.1-1.4,4.1-2.8,6.2-4.2C857.3,1034.5,855.6,1038.1,853.7,1041.6 M861,1029.9 c0.1-0.2,0.2-0.5,0.3-0.7c6.6-4.5,13.1-9.2,19.4-14.1c-1.6,4.4-2.5,9-4.4,13.3c-1.3,2.8-2.7,5.6-4.3,8.2c-1.6,2.7-3.2,5.4-5,8 c-3,4.3-6.4,8.3-10.2,11.9c-2,2-4.2,3.8-6.1,5.9c-2.1,2.2-4,4.5-5.8,6.9c-3.8,4.9-7.2,10.1-10.6,15.3l-0.7,1 c-3.3,1.3-6.7,2.4-10.1,3.4c2.1-3.5,4-7,5.9-10.5c2.3-4.2,4.6-8.5,7.2-12.5c2.5-4.1,5.4-7.8,8.8-11.2c1.6-1.6,3.3-3.1,4.8-4.8 c1.6-1.9,2.9-4,4.1-6.1C856.8,1039.3,859,1034.7,861,1029.9 M985.2,972.7C985.2,972.7,985.2,972.7,985.2,972.7 c0,0.2-0.1,0.3-0.1,0.4c-0.1,0.2-0.1,0.5-0.2,0.7c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.5-0.4,0.7c-1.6,2.3-3.3,4.4-5.2,6.4 c-2.4,2.6-4.3,5.6-5.7,8.9c-0.7,1.7-1.1,3.6-1.7,5.4c-0.4,1.9-1.2,3.7-2.1,5.4c-1.9,3.1-5,5.4-6.6,8.8c-0.8,1.7-1.5,3.5-2,5.3 c-0.5,1.7-1.1,3.3-2,4.9c-2,3.6-5.3,6.3-8.5,8.7c-0.6,0.5-1.3,0.9-1.9,1.3c-4.2,1-8.4,1.8-12.6,2.6c3-2.9,6-5.9,8.9-9 c3.7-3.9,7.2-7.8,10.5-12c1.6-2,3.1-4.1,4.5-6.2c1.5-2.2,2.8-4.5,4.1-6.8c2.7-4.8,5.2-9.6,8.1-14.3c1.5-2.4,3-4.7,4.4-7.1 c1.5-2.4,2.9-4.8,4.4-7.3c0.3-0.4,0.5-0.8,0.8-1.3c1.1,0.4,2.1,1,2.9,1.7c0.1,0.1,0.3,0.3,0.4,0.4c0.1,0.1,0.1,0.2,0.2,0.3 c0,0,0,0.1,0.1,0.1l0,0l0,0c0.1,0.2,0.1,0.3,0.1,0.5c0,0,0,0.2,0,0.2C985.2,972.4,985.2,972.5,985.2,972.7 C985.2,972.7,985.2,972.7,985.2,972.7 M971.7,982.1c-2.9,4.6-5.5,9.3-8.1,14.1c-2.5,4.6-5.3,9-8.3,13.2c-3.2,4.2-6.6,8.2-10.2,12 c-3.6,3.9-7.4,7.6-11.2,11.3l-0.7,0.7c-2.4,0.4-4.8,0.9-7.2,1.3c3-3.2,6.3-6.1,9.5-9.1c4-3.5,7.8-7.4,11.3-11.4 c3.5-4.1,6.2-8.8,8-13.8c2.3-5.9,4.4-11.9,6.5-17.9c2.1-6,4.2-12.1,6.3-18.1c0.1-0.3,0.2-0.6,0.3-0.9c0.2,0.2,0.3,0.3,0.5,0.5 c2.4,1.7,5.1,2.9,7.9,3.5c1.2,0.3,2.4,0.6,3.6,1C977.3,973,974.6,977.6,971.7,982.1 M960.7,979.7c-2.1,6-4.2,12-6.4,17.9 c-0.9,2.6-2,5.2-3.2,7.7c-1.2,2.3-2.6,4.4-4.2,6.4c-3.4,4.1-7,7.9-11,11.5c-4,3.6-8,7.2-11.7,11.2c-0.2,0.2-0.4,0.5-0.7,0.7 c-2.1,0.3-4.2,0.7-6.2,1c3.5-3.7,6.9-7.5,10.1-11.5c3.8-4.6,7.3-9.6,10.4-14.7c3.1-5.2,5.6-10.7,7.6-16.4 c2.2-6.5,3.7-13.2,6.3-19.6c1.3-3.2,2.9-6.3,4.3-9.5c1.4-3.2,2.8-6.3,3.9-9.6c0.1-0.3,0.2-0.7,0.3-1c0.8,0.8,1.6,1.5,2.6,2.1 c0.5,0.3,1.2,0.6,1.8,0.6c0.2,2,1,4,2.2,5.6C964.7,967.9,962.7,973.8,960.7,979.7 M957.5,1030.6c-2,2.1-4.1,4.3-6.2,6.3 c-3.3,3.2-6.7,6.3-10.2,9.2c-6.9,5.8-14.2,11-21.9,15.7c-3.9,2.4-7.8,4.6-11.7,6.9c-3.8,2.1-7.7,4.2-11.4,6.6 c-6.8,4.5-13.3,9.4-19.4,14.7c-3.1,2.6-6.2,5.2-9.1,7.9c-2.7,2.5-5.4,5.1-8.1,7.6c-0.8,0.8-1.6,1.5-2.4,2.3 c-2.3,1.1-4.6,2.1-6.9,3.2c-4.4,2.1-8.8,4.1-13.2,6.3c-4.4,2.2-8.7,4.7-13.2,6.6c-0.4,0.2-0.9,0.4-1.3,0.5 c2.2-2.1,4.4-4.1,6.5-6.3c2.8-2.8,5.5-5.7,8.4-8.4c5.9-5.5,12.4-10.3,18.6-15.4c6.3-5.2,12.3-10.8,18.1-16.6 c5.7-5.7,11.2-11.6,16.6-17.7s10.5-12.2,15.6-18.5c0.4-0.5,0.9-1.1,1.3-1.6C924.3,1037.9,941,1034.8,957.5,1030.6 M959.1,1031.2 l1.3-1.3c6.7-1.8,13.3-3.9,19.8-6.3c-5.7,5.9-11.7,11.6-17.5,17.4c-3.1,3.3-6.3,6.3-9.8,9.2c-3.3,2.6-6.9,4.9-10.6,6.9 c-7.5,4.3-15.4,7.8-23,11.9c-7.7,4.3-15.2,9-22.5,14.1c-7.4,5.1-14.8,10.4-22.4,15.2c-3.8,2.4-7.7,4.7-11.6,6.8 c-0.3,0.2-0.6,0.3-0.9,0.5c1.8-1.7,3.5-3.3,5.3-5c2.7-2.6,5.6-5,8.4-7.4c6.1-5.4,12.5-10.4,19.1-15c3.6-2.4,7.3-4.5,11.1-6.6 c4-2.2,7.9-4.4,11.8-6.8c7.7-4.6,15.1-9.7,22.1-15.4c3.6-2.9,7-5.9,10.3-9C953.1,1037.4,956.1,1034.3,959.1,1031.2 M891.5,1056.8 c-5.3,6.1-10.7,12-16.4,17.8c-5.7,5.8-11.7,11.5-17.9,16.8c-6.2,5.2-12.7,10-18.7,15.3c-3,2.6-5.8,5.4-8.6,8.3 c-2.9,2.9-5.9,5.9-9,8.7c-0.7,0.7-1.5,1.4-2.2,2c-2.5,0.8-5,1.5-7.5,2.3c1.7-1.9,3.5-3.7,5.3-5.5c2.4-2.3,4.9-4.3,7.4-6.4 c4.4-3.9,8.5-8.1,12.3-12.7c2-2.4,3.9-5,5.8-7.6c1.7-2.3,3.7-4.4,6-6.3c4.4-3.8,9.4-7.1,13.2-11.5c1.1-1.3,2.1-2.6,3-4 c1-1.5,2-2.9,3-4.4c2-3,4-6.1,5.8-9.2c0.2-0.4,0.4-0.7,0.7-1.1c1.1-0.9,2.3-1.7,3.4-2.5c1.4-1,2.8-1.9,4.2-2.8 c1.2-0.6,2.4-1.3,3.5-2.2c0.5-0.8,0.9-1.6,1.2-2.4c0.6-1,1.3-2,2.1-2.9c0.9-1.2,1.9-2.3,2.7-3.6c1.4-0.2,2.7-0.3,4.1-0.5 c0.9-0.1,1.8-0.5,2.3-1.2c2.7-0.3,5.3-0.7,8-1C900.8,1045.9,896.2,1051.4,891.5,1056.8 M795.7,1159.2c-0.7,0-1.4,0.1-2,0.1 c-1.4,0.3-2.7,0.4-4.1,0.5c-0.1-0.1-0.3-0.1-0.4-0.1c-6.1-0.1-12-1.1-18-1.6c-1.9,0-3.9-0.2-5.8-0.5c-3.8-0.8-7.5-1.9-11.2-3 c-4.9-1.4-9.9-2.8-14.8-4.2c17.5-4.5,35.2-8.4,52.5-13.8c4.5-1.4,9.1-3,13.5-4.7c4.3-1.6,8.6-3,13-4.4c0.3-0.1,0.7-0.2,1-0.3 c0,0,0.1,0,0.1,0c4-1.4,7.8-3.1,11.5-5.1c4.4-2.3,8.9-4.4,13.4-6.6c4.4-2.1,8.9-4.1,13.4-6.2c0.1,0,0.2-0.1,0.3-0.2 c3.9-1.9,7.8-3.9,11.6-6.1c7.8-4.5,15.2-9.7,22.6-14.8c7.4-5.1,14.7-10.2,22.5-14.8c7.5-4.4,15.4-8.1,23.2-12.1 c7.5-3.9,14.8-8.3,20.9-14.2c3.4-3.3,6.8-6.8,10.2-10.2c3.5-3.4,7-6.8,10.4-10.3c1.4-1.4,2.8-2.9,4.2-4.3 c1.4-0.5,2.8-1.1,4.2-1.7c-1.2,1.9-2.5,3.8-3.9,5.5c-2.8,3.4-5.5,6.8-8.3,10.2c-5.5,6.7-11,13.2-17,19.4 c-5.2,5.3-10.1,11.2-16.4,15.2c-3.1,1.8-6.4,3.3-9.8,4.5c-2.9,0.9-5.7,2.3-8.2,4c-3,2.3-5.8,4.8-8.4,7.5 c-2.7,2.7-5.4,5.4-8.1,8.1c-5.3,5.4-10.8,10.7-17.1,14.9c-7.1,4.7-15,8-22.9,11.2c-3.9,1.6-7.8,3.2-11.6,5 c-3.9,1.8-7.6,3.9-11.3,6c-7.3,4.2-14.5,8.7-21.9,12.8c-3.7,2.1-7.4,4-11.2,5.8c-3.8,1.8-7.6,3.7-11.3,5.8 C798.9,1157.3,797.3,1158.3,795.7,1159.2 M859.6,1173.8c10.3-6.8,20.6-13.9,32-18.7c5.3-2.2,10.7-3.9,16.1-6 c5.5-2,10.6-4.7,15.4-8.1c2.6-1.9,5.1-3.9,7.8-5.7c2.6-1.8,5.3-3.5,8-5.2c5.4-3.3,10.9-6.4,16.4-9.5c5.4-3.1,10.8-6.2,16-9.7 c5-3.5,9.9-7.1,14.9-10.6c5.1-3.6,10.5-6.8,16-9.7c6-3,12-5.8,18.2-8.5c0.7-0.3,1.3-0.6,2-0.9c-5,6.7-10,13.5-14.9,20.4 c-4.1,2.9-8.8,4.7-13.4,6.7c-2.4,1-4.7,2-7,3.2c-2.4,1.3-4.8,2.8-7.2,4.2c-9.8,5.8-19.6,11.6-29.4,17.3 c-4.9,2.9-9.9,5.7-14.8,8.5c-4.8,2.7-9.8,5.3-14.5,8.2c-4.4,2.6-8.8,5.5-13.8,6.8c-2.6,0.5-5.2,0.9-7.9,1.1 c-2.4,0.3-4.8,0.9-7,1.9c-4.2,2-8.2,4.5-12,7.3c-4.1,2.9-8.2,6-12.4,8.8c-0.7,0.5-1.4,0.9-2.1,1.3 C863.8,1176,861.7,1174.9,859.6,1173.8 M870.8,1179.4c-1.1-0.5-2.2-1.1-3.2-1.6c7.8-4.9,14.7-11,22.7-15.4c2-1.2,4.1-2,6.3-2.6 c2.5-0.6,5.1-0.7,7.7-1.1c2.6-0.3,5.1-1,7.4-2.1c2.3-1,4.6-2.2,6.8-3.6c9.6-5.7,19.3-11,29-16.5c9.8-5.7,19.6-11.5,29.4-17.3 c4.6-2.9,9.4-5.6,14.3-8c4.5-2.1,9.3-3.7,13.7-6.1c-0.8,1.2-1.7,2.4-2.5,3.6c-33.2,26.4-68.7,50.8-107.9,66.5 c-6.2,2.5-12.5,4.7-18.9,6.6C874,1181,872.4,1180.2,870.8,1179.4 M1257,1059.8l-0.3,0.1c-14.2,5.1-28.2,10.7-42.3,16.2 c1.3-1.1,2.6-2.1,3.9-3.2c2.6-2.3,5.2-4.6,7.7-7c4.9-4.8,9.5-9.9,14-15.1s8.8-10.5,13.2-15.8c4.4-5.3,8.9-10.7,13.6-15.7 c2.2-2.4,4.5-4.7,6.9-6.9c0.1,0,0.3-0.1,0.4-0.2c0.3-0.3,0.7-0.7,1.1-1l3.9-2.1c0.4-0.1,0.7-0.2,1.1-0.3c0.3-0.1,0.6-0.2,0.9-0.4 c0,0,0.1,0,0.1,0c6.9-3.1,14-5.8,21.1-8.4c3.2-1.2,6.4-2.3,9.5-3.7c3-1.4,5.9-2.9,8.7-4.5c5.8-3.2,11.4-6.7,17.5-9.4 c2.9-1.3,6-2.3,9.1-2.9c1.5-0.2,3-0.4,4.5-0.3c-5.7,5-11.8,9.5-17.6,14.3c-3.1,2.5-6.2,5.1-9.1,7.9c-2.9,2.8-5.5,5.8-8.2,8.8 c-5.8,6.5-11.6,13-17.8,19.2c-5.8,5.7-12,10.9-18.7,15.6c-6.6,4.7-13.5,9-20.3,13.2L1257,1059.8 M1280.4,1006.7l0.1-0.1 L1280.4,1006.7L1280.4,1006.7z M1311.6,1039.7c-3.7,1.7-7.5,3.3-11.3,4.9c-7,3.1-14.2,5.8-21.6,8.1c-5.1,1.6-10.2,3.2-15.3,4.8 c5-3.1,10-6.3,14.9-9.7c6.7-4.6,13.1-9.6,19-15.2c6.3-6,12.2-12.6,18-19.1c2.7-3,5.4-6.2,8.3-9.1c2.8-2.9,5.8-5.6,8.9-8.1 c6.3-5.2,12.9-10.1,19.1-15.4c0.7-0.6,1.3-1.2,2-1.8c0.8,0.1,1.7,0.1,2.5,0.3c2.8,0.4,5.6,0.9,8.5,1.2c-3.4,3-6.9,5.9-10.3,8.9 c-1.6,1.4-3.2,2.7-4.7,4.2c-1.7,1.7-3.3,3.4-4.8,5.3c-3.5,4.4-6.7,9-9.6,13.8c-1.5,2.4-3,4.8-4.6,7.1c-1.6,2.2-3.2,4.3-5.1,6.3 c-3.9,4.3-8.1,8.3-12.4,12.1C1312.6,1038.8,1312.1,1039.3,1311.6,1039.7 M1316.2,1037.7c3.1-2.8,6.1-5.7,9-8.7 c1.9-2,3.8-4.2,5.5-6.4c1.7-2.2,3.1-4.5,4.6-6.8c3-4.7,6-9.4,9.4-13.9c1.6-2.1,3.4-4.2,5.2-6.1c1.3-1.4,2.8-2.6,4.2-3.8 c3.8-3.3,7.8-6.6,11.5-9.9c0.4-0.3,0.7-0.7,1.1-1c3.1,0.2,6.1-0.1,9.1-0.9c-0.6,4.4-3.6,8.1-6.5,11.4c-1.6,1.8-3.2,3.6-4.7,5.5 c-1.6,2.1-2.8,4.4-4.2,6.6c-3,4.6-6.3,8.9-10,12.9c-2,2.3-4.1,4.6-5.9,7.1c-0.5,0.6-0.9,1.3-1.4,1.9 C1334.3,1029.6,1325.3,1033.7,1316.2,1037.7 M1437.8,864.7c3.5,1.4,7.4,3.6,11.2,2.8c9.4,5.1,18.7,10.6,27.1,17.4 c4.4,3.6,8.5,7.5,12.3,11.7c3.1,3.5,4.4,6.6,9.6,6c1.2-0.2,2-1.3,3.6-1.2c0.8,0,1.6,0.2,2.3,0.5c1.6,0.7,3.1,1.6,4.4,2.7 c3.1,2.7,5.9,5.8,8.2,9.2c3.6,5,7.6,10.8,9.4,16.9c-10.2,3.5-20.4,7.2-30.3,11.4c-4,1.7-8,3.5-11.8,5.5c-2.4,1.2-4.7,2.7-6.8,4.4 c-5,0.1-10-0.3-15-1.2c-0.8-10.9-1.1-21.7-1.7-32.6c-0.3-5.7-0.7-11.3-1.4-17c-0.3-2.6-0.6-5.2-1-7.8c-0.1-1.2-0.3-2.3-0.6-3.5 c-0.4-1.1-1.9-1.3-2.9-1.8c-5.1-2.7-9.2-6.9-14.1-10c-1.2-4.4-2.2-8.9-3-13.4L1437.8,864.7 M1433.2,859.7 c0.4,0.6,0.8,1.2,1.1,1.8c0.6,3.6,1.3,7.1,2.1,10.7c0.4,1.8,0.8,3.6,1.3,5.4c0.1,0.7,0.3,1.4,0.7,2.1c0.6,0.5,1.3,0.9,2,1.3 c4.9,3.3,9.2,7.6,14.6,10c3.4,20,3.1,40.5,4.5,60.7c0,0.6,0.4,1,0.9,1.2c5.4,1.2,10.9,1.8,16.3,1.5c1.5,0,2.2-1.1,3.4-1.9 c1.2-0.8,2.5-1.6,3.8-2.4c8.1-4.5,16.8-7.8,25.4-11c6.1-2.3,12.2-4.4,18.3-6.5c5.8,1.5,11.8,2.2,17.8,2.3 c-18.5,12.2-36.2,25.4-53.1,39.7c-10,8.5-19.9,17-31.8,22.8c-18.6,8.9-39.5,12.9-59.5,17.1c-10,2.1-20.3,2.9-29.5,7.6 c-8.2,4.3-16.2,9.1-24,14.2c-4.8,3-9.5,6.1-14.2,9.3c2.3-4,4.4-8.2,6.6-12.2c1.3-2.3,2.7-4.6,4.1-6.8c0.1-0.1,0.2-0.2,0.2-0.3 c0.1-0.2,0.2-0.4,0.4-0.5c1.8-2.6,3.8-5,6-7.3c3.7-4,7.1-8.4,10.2-12.9c1.5-2.3,2.7-4.7,4.3-6.9c1.5-2,3.2-3.8,4.8-5.7 c3.5-4,7.2-8.4,7.4-14c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c-6.3,2-12.5,0.9-18.8,0c-3-0.5-6.1-0.7-9.1-0.5 c-3.1,0.3-6.2,1.1-9,2.3c-6.2,2.3-11.8,5.7-17.5,9c-2.9,1.6-5.8,3.3-8.7,4.8c-3.1,1.5-6.3,2.8-9.5,3.9 c-7.1,2.7-14.2,5.3-21.1,8.3c3.1-4.5,6.6-8.7,10.5-12.6c4.6-4.6,9.5-8.9,14.7-12.8c2.4-1.9,4.9-3.7,7.5-5.3 c2.7-1.7,5.5-3.2,8.4-4.6c5.7-2.9,11.5-5.6,16.8-9.1c5.3-3.5,10-8,15-11.9c5.1-4.2,10.6-7.8,16.5-10.9c5.1-2.6,10.7-4,15.7-7.1 c4.4-2.8,8.3-6.1,11.9-9.9c7.4-7.6,13.6-16.4,21.8-23.2c1-0.8,2.1-1.7,3.2-2.4c0.3-0.2,0.4-0.5,0.4-0.9c-0.7-2.5-0.1-5.2,0.6-7.6 c0.8-2.9,1.8-5.7,2.7-8.5c1.1-3.4,1.8-6.8,2.6-10.2C1431.7,865.8,1432.4,862.8,1433.2,859.7 M1406.3,873.4c5.2-3.6,9-8.5,12.2-14 c0.7-1.2,0.5-1.2,1.9-1.5c1.2-0.3,2.4-0.6,3.6-0.9c2.1-0.6,4.2-1,6.3-1.1c0.6,0.7,1.2,1.4,1.7,2.1c-1.5,5.7-2.9,11.5-4.3,17.3 c-1.2,4.6-3.1,9.1-4.1,13.7c-0.5,2-0.6,4.1-0.3,6.2c-8.5,6.2-15,14.6-22,22.4c-3.5,4-7.3,7.6-11.6,10.8c-2.1,1.5-4.3,2.9-6.6,4 c-2.6,1.2-5.4,2-8,3.2c-5.9,2.7-11.6,6-16.7,10c-5.3,3.9-10.1,8.3-15.3,12.3c-10.2,7.9-22.9,11.7-33.2,19.3 c-9.8,7.2-19.3,15.5-26.6,25.3c-5.6,4.1-10.9,8.7-15.7,13.7c-4.9,5-9.4,10.4-13.9,15.7c-4.4,5.3-8.7,10.6-13.1,15.8 s-9,10.3-13.8,15.2c-4.9,4.9-10.1,9.5-15.6,13.8c-0.5,0.4-1,0.8-1.6,1.2c-14.4,5.6-29.1,10.5-44,14.5c-7.7,2-15.4,3.7-23.2,5.1 c-1.1,0.2-2.3,0.4-3.4,0.6c4-2.5,8-4.9,11.9-7.5c4.9-3.3,9.8-6.7,14.7-10.1c9.7-6.8,19.3-13.7,29.4-19.9 c4.5-2.7,9.3-5.1,14.2-7.1c4.6-1.9,9.3-3.9,13.4-7c4.3-3.3,8-7.4,11.6-11.4c3.8-4,7.6-8.1,11.7-11.8c4.5-4,9.3-7.6,13.9-11.4 c4.6-3.9,9.2-8,13.7-12c9-8.1,17.9-16.2,27.2-24c17.7-15,32.8-32.7,49.3-49c8.5-8.4,17.7-16,26.7-23.9 c8.8-7.7,17.2-15.8,25.1-24.3C1403.2,876.9,1404.7,875.2,1406.3,873.4 M1359,886.7c0.6-0.1,1.3-0.2,1.9-0.3 c8.4-1.2,16.6-3.4,24.5-6.6c1.7-0.7,3.5-1.9,5.4-2c1.5-0.1,3.1,0.2,4.6,0c2.3-0.3,4.5-1,6.6-1.9c-6.3,7-13,13.7-20,20.1 c-8.8,8.1-18.2,15.6-26.9,23.8c-16.9,15.7-31.7,33.6-48.8,49.1c-4.4,4-9,7.8-13.5,11.7c-4.6,4-9.1,8.1-13.6,12.1 c-9,8.1-18,16.2-27.3,23.8c-4.5,3.6-8.9,7.4-13,11.4c-3.9,3.9-7.5,8.1-11.4,12c-1.9,2-3.9,3.9-6.1,5.6c-2,1.5-4.2,2.7-6.5,3.8 c-4.6,2.2-9.5,3.9-14.1,6.2c-5.1,2.7-10,5.6-14.7,8.9c-4.9,3.2-9.7,6.5-14.5,9.9c-9.6,6.8-19.2,13.7-29.2,19.9 c-2.4,1.5-4.9,2.9-7.3,4.5c-1.5,0.2-3,0.3-4.5,0.4c-3.8,0.2-7.6,0.1-11.4,0.4c-3.5,0.2-6.9,0.8-10.2,2c-3.1,1.2-6.2,2.7-9.1,4.4 c-6.3,3.4-12.3,7.2-18.2,11.2c-12,8.2-23.5,17.2-35.8,24.9c-12.9,8.1-26.5,15-40.6,20.5c-7,2.8-14.1,4.9-21.4,6.5 c-7.3,1.5-14.5,2.7-21.5,5c-14,4.6-27.1,11.6-39.9,18.9c-3,1.7-5.9,3.4-8.9,5.1c-6.2-2.3-12.4-4.8-18.5-7.4 c8.4-2.7,16.6-5.9,24.7-9.5c9.4-4.2,18.8-8.2,28.3-12.1c9-3.6,17.7-7.7,26.3-12.2c8.7-4.7,17.2-9.7,26.2-13.7 c8.9-4,18.4-6.2,27.6-9.4c9-3,17.7-6.7,26.2-10.8c8.7-4.3,18.2-6.7,26.9-11.1c8.3-4.2,15.9-9.6,23.3-15.1 c6.8-5,13.9-9.7,20.6-14.9c5.9-4.6,11.3-9.8,17.1-14.5c5.9-4.9,12.3-9.8,19.6-12.6c3.2-1.2,6.7-1.8,10.1-1.7 c4.3,0,8.7-0.5,12.9-1.5c9-2.1,17.5-5.9,25.7-10.1c7.9-4.1,15.3-9.2,22.1-15c6.7-5.7,12.9-12.1,19.2-18.2 c6.9-6.5,13.5-13.3,19.7-20.5c25.6-30.7,56-57.2,79.7-89.5C1354,894.3,1356.6,890.5,1359,886.7 M1348.9,888 c2.7-0.3,5.4-0.7,8.1-1c-21.7,33.3-52,59.4-77.9,89.2c-6.3,7.2-12.1,14.9-18.9,21.7c-6.3,6.4-12.9,12.5-19.4,18.7 c-6.3,6.3-13.2,12-20.5,17.1c-8,5.3-16.6,9.6-25.5,12.9c-4.4,1.7-8.9,3-13.5,3.8c-4.3,0.8-8.5,0.5-12.8,0.9 c-6.6,0.6-12.6,3.9-18,7.6c-6.2,4.4-12.1,9.2-17.7,14.3c-5.8,5.1-11.8,9.6-18.1,14.1c-7.6,5.4-14.9,11.2-22.7,16.3 c-8,5.3-16.7,9.5-25.7,12.6c-9.1,3.2-17.6,7.9-26.5,11.5c-9,3.6-18.2,6.6-27.5,9.4c-5.8,1.8-11.4,4-16.8,6.7 c10.2-9.6,20.1-19.3,30.9-28.3c11.8-9.9,24.2-19,37.2-27.2c6.7-4.2,13.3-8.5,19.8-13c6-4.2,11.7-8.7,17.6-13 c5.6-4.2,11.4-8,17.4-11.4c5.9-3.3,12.2-5.4,18.5-7.7c26.4-9.8,52.4-20.8,77.2-34.3c24.8-13.5,48.4-29.4,69.3-48.5 c2.6-2.4,5.1-4.9,7.9-7.1c2.9-2.4,6-4.5,9.1-6.8c5.6-3.9,10.7-8.7,14.9-14.1c4.5-6,8.8-12.1,13.4-18c4.7-5.9,9.4-11.8,13.9-17.9 c2-2.8,4-5.5,5.8-8.5C1348.4,888.1,1348.6,888.1,1348.9,888 M1295.7,941.9c17.3-14.5,33.5-30.7,46.4-49.3 c0.7-1.1,1.4-2.2,2.2-3.2c0.5-0.6,1.2-0.9,1.9-1.1c-7.7,12.3-17.7,22.9-26.2,34.7c-4.2,5.8-8.1,11.8-13.6,16.6 c-5.5,4.8-11.8,8.6-17.4,13.3c-5.4,4.6-10.5,9.6-15.9,14.2c-5.5,4.6-11.1,9-16.9,13.3c-11.5,8.4-23.5,16.1-35.9,23.1 c-24.7,14-50.7,25.4-77.1,35.5c-6.2,2.4-12.6,4.4-18.8,7c-6.2,2.8-12.1,6.2-17.6,10.1c-5.6,3.8-10.9,8-16.4,12 c-6.2,4.7-12.7,9-19.2,13.3c-6.6,4.3-13.2,8.3-19.7,12.7c-6.1,4.2-12.1,8.6-17.9,13.3c-12.1,9.6-23.6,20-34.8,30.8 c-2.8,2.7-5.5,5.4-8.4,8c-9.9,5.1-19.4,10.8-29.5,15.5c-9.2,4.2-18.6,7.8-27.9,11.7c-4.3,1.8-8.6,3.8-12.9,5.7 c-4.8,2.2-9.8,4-14.8,5.9c-4.2,1.6-8.3,3.2-12.5,4.5c-4.7-2-9.3-4.1-13.9-6.3c26.1-8.2,50.5-21.3,73.5-36 c22.8-14.6,44.4-30.9,65.3-48.1c13.4-11,26.1-22.8,39.8-33.4c5.2-4,11.6-5.7,17.6-8c33.1-12.3,65.9-25.5,97.8-40.7 C1216.3,996.6,1258.8,972.7,1295.7,941.9 M1155,922.6c2-0.5,3.9-0.9,5.9-1.3c0.5,0.3,1,0.1,1.4-0.2l0.3-0.3l0,0l0.9-1 c6,4,11.3,9.3,16.1,14.7c2.5,2.7,4.8,5.6,6.8,8.6c0.7,1,1.3,2.8,2.2,3.6c1.1,0.9,3.3,1.1,4.6,1.8c7.3,3.5,12.9,10.2,17.6,16.5 c5.3,7.2,9.9,14.8,14.8,22.2c-13,7.5-26.3,14.4-39.6,21.1c-33.9,16.9-68.8,31.4-104.2,44.7c-7.1,2.6-14.8,4.7-21.5,8.3 c-3.6,1.9-6.8,4.9-9.9,7.5c-6.5,5.5-13,11.1-19.5,16.6c-7.9,6.7-15.9,13.4-24,19.9c5.9-8.4,12-16.8,18.2-25.1 c0.1-0.1,0.2-0.2,0.3-0.4c2.6-3.5,5.3-7,7.9-10.4c8.8-11.4,17.1-23.4,27.1-33.8c5.2-5.2,10.7-10.1,16.7-14.4 c2.8-2.1,5.6-4.4,8.6-6.2c3.1-1.9,6.5-3.2,10.1-3.8c3.7-0.7,7.3-1.2,10.6-2.9c2.7-1.5,5.1-3.5,7-5.9c3.7-4.7,6-10.4,10-14.9 c1.1-1.2,2.3-2.3,3.4-3.6c1-1.2,1.8-2.6,2.5-4c1.3-2.8,2.1-5.8,2.5-8.8c0.9-6.5,0.8-13.1,2.9-19.3c0.6-1.7,1.3-3.3,2.1-4.8 c0.2-0.3,0.1-0.7-0.1-0.9c-0.2-0.2-0.5-0.4-0.7-0.5c-0.1,0-0.1,0-0.2,0c2.1-3.4,4.5-6.6,7-9.7c2.5-3.6,4.6-7.4,6.4-11.5 C1150.9,923.6,1152.9,923,1155,922.6 M1138.3,928.6c2.7-1.5,5.6-2.8,8.5-3.8c-1.6,3.5-3.5,6.9-5.7,10c-2.6,3.4-5.4,6.7-7.4,10.5 c-0.2,0.3-0.1,0.7,0.1,0.9c0.2,0.2,0.5,0.4,0.8,0.5c0.1,0,0.1,0,0.2,0c-3,5.7-3.7,12.1-4.2,18.4c-0.6,6.3-1.3,12.9-5.6,17.9 c-1.1,1.2-2.3,2.3-3.3,3.6c-1,1.2-1.9,2.4-2.7,3.6c-1.6,2.5-3.1,5.1-4.7,7.6c-1.6,2.6-3.5,4.9-5.8,6.8c-2.9,2.2-6.2,3.6-9.8,4.1 c-3.6,0.5-7.2,1.4-10.6,2.8c-3.1,1.5-6.1,3.4-8.8,5.6c-5.9,4.2-11.5,8.8-16.9,13.8c-10.3,9.9-18.7,21.6-27.3,33 c-3.7,4.9-7.4,9.8-11.1,14.7c0,0,0,0,0,0c-12,5.2-24.1,10.4-35,17.7c-5.1,3.4-10,7-15,10.6c-5.1,3.6-10.3,7-15.7,10 c-11,6.3-22.3,12.2-32.4,19.8c-2.5,1.9-5,3.8-7.7,5.5c-2.4,1.5-5,2.8-7.6,3.9c-5.2,2.2-10.5,3.9-15.8,5.9 c-12.1,4.6-22.9,11.6-33.6,18.7c-1.1,0.7-2.2,1.4-3.3,2.2c-2.6-1.3-5.1-2.7-7.7-4c23.5-12.9,46.6-26.4,69.9-39.6 c6-3.4,12.1-6.8,18.1-10.1c5.5-3,11.2-5.9,16.6-9.2c9.9-6.1,19-13.4,27.7-21c8.9-7.7,17.6-15.7,26.7-23 c4.7-3.8,9.7-7.2,14.6-10.9c4.8-3.7,9.5-7.5,14.2-11.3c4.8-3.9,9.7-7.8,14.7-11.3s10.4-6.6,15.6-9.9 c10.5-6.7,20.3-14.5,29.2-23.1c4.5-4.3,8.9-8.8,13.1-13.4c3.8-4.2,7.3-8.2,9.1-13.6c1.8-5.2,2.4-10.6,4-15.9 c2-6.3,4.5-12.4,7.4-18.3c1.3-2.6,2.6-5.3,3.9-7.9C1136.2,929.9,1137.2,929.2,1138.3,928.6 M1125.7,937c2.3-1.5,4.5-3.1,6.8-4.6 c-2.3,4.7-4.6,9.3-6.6,14.1c-2.3,5.6-4.1,11.4-5.4,17.4c-1.1,5.2-2.3,10.4-5.4,14.9c-1.8,2.5-3.8,4.8-6,7 c-2.1,2.3-4.3,4.6-6.5,6.8c-8.8,9.1-18.4,17.4-28.7,24.7c-5,3.5-10.2,6.4-15.3,9.6c-5.1,3.3-10,6.8-14.8,10.5 c-4.8,3.8-9.5,7.6-14.2,11.5c-4.8,3.9-9.8,7.5-14.8,11.1c-9.4,6.9-18,14.7-26.8,22.3c-8.8,7.7-17.6,15.4-27.2,22.1 c-10.5,7.3-22.1,12.8-33.2,19.1c-23.8,13.3-47.3,27.1-71.2,40.3c-2.6,1.5-5.3,2.9-8,4.4c-1.5-0.8-3-1.6-4.5-2.4 c-0.6-0.3-1.2-0.1-1.6,0.3c-2.4,0.4-4.9,0.5-7.4,0.4c4.6-2,9.2-4.2,13.6-6.6c5.6-3,11.2-6,16.7-9.1c10.9-6,21.7-12.1,32.1-19 c5.3-3.5,10.3-7.3,15.5-10.9c4.7-3.2,9.6-6.2,14.1-9.7c4.8-3.7,9-7.9,13.9-11.5c4.9-3.6,10-6.9,15.2-10.1 c21-12.7,40.4-27.8,58-44.9c8.2-8.1,16.1-16.7,24.6-24.5c4.4-4,9-7.8,13.8-11.2c2.3-1.7,4.6-3.2,7.1-4.5c2.4-1.2,4.9-2.1,7.2-3.3 c4.4-2.3,7.5-6.4,10.4-10.4c3.2-4.4,5.9-9,9-13.5c3.1-4.4,6.5-8.5,10.1-12.6c3.8-4.5,7.5-8.9,11-13.7c1.5-2,2.9-4.1,4.2-6.2 C1116.4,942.5,1121.2,939.9,1125.7,937 M1099.8,950.3c3-1.3,6.1-2.7,9-4.1c-5.7,8.7-12.9,16.4-19.5,24.5 c-6.7,8.1-11.1,17.9-18.4,25.5c-1.8,1.9-4,3.4-6.4,4.5c-2.4,1-4.8,2.1-7.1,3.3c-4.8,2.9-9.3,6.2-13.6,9.8 c-8.9,7.4-16.9,15.8-25,24c-17.1,17.5-36,33-56.6,46.3c-10.1,6.5-20.6,12.4-29.5,20.5c-4.4,4-9.1,7.6-14.1,10.8 c-5,3.3-9.9,6.8-14.8,10.3c-10.1,7.1-20.6,13.6-31.5,19.6c-5.4,3-10.9,6-16.4,9c-5.4,2.9-10.8,5.9-16.5,8.6 c-2.5,1.2-5.1,2.3-7.6,3.4c-5.2-0.8-10.3-2-15.3-3.5c3.8-2.5,7.6-5.1,11.4-7.7c3.9-2.7,8.1-4.9,12.3-7.2c5-2.7,10.1-5.3,15.3-7.8 c5.2-2.5,10.3-5.4,15.1-8.6c4.7-3.1,9.5-6.2,14.4-8.9c5-2.8,10-5.4,15-8c5-2.7,9.9-5.4,14.6-8.6c4.7-3.1,9.1-6.8,13.7-10.1 c9.2-6.6,18.8-12.6,27.3-20.1c8-7.2,15-15.5,23.4-22.3c4.5-3.6,9.3-6.8,14-10.1c4.6-3.2,9.1-6.4,13.6-9.7 c9.1-6.6,17.9-13.8,26.1-21.5c1.9-1.8,3.8-3.6,5.8-5.3c1.9-1.5,4-3,6-4.4c4-2.6,7.7-5.5,11.1-8.8c3.7-3.8,6.3-8.5,9.2-12.8 c3.3-5,6.6-10,9.8-15.1c1.4-2.2,2.7-4.5,4-6.8C1085.8,956.2,1092.8,953.3,1099.8,950.3 M1048.2,971.9c0.1-0.1,0.2-0.1,0.2-0.2 c1.8-1.6,3.8-2.9,5.9-3.9c2.2-0.9,4.4-1.7,6.6-2.4c5.2-1.8,10.3-3.7,15.4-5.6c-5.5,9.4-11.7,18.4-17.7,27.5 c-2.8,4.1-6.3,7.7-10.4,10.5c-3.8,2.8-7.8,5.4-11.4,8.4c-4.2,3.4-7.9,7.4-12,11c-4.3,3.7-8.7,7.3-13.2,10.7 c-9,6.8-18.2,13.2-27.4,19.7c-4.4,3.1-8.7,6.5-12.6,10.3c-3.9,3.7-7.5,7.5-11.3,11.3c-3.9,3.9-8.1,7.6-12.5,11 c-4.5,3.4-9.2,6.6-13.8,9.8c-9.4,6.5-18.1,13.8-28.1,19.5c-9.8,5.6-20,10.3-29.6,16.4c-4.8,3-9.5,6.3-14.4,9.1 c-4.9,2.8-10.1,5-15.2,7.6c-5.3,2.7-10.5,5.5-15.6,8.5c-3.6,2.1-6.9,4.6-10.4,6.9c-2.1,1.4-4.2,2.8-6.3,4.2 c-0.5-0.1-0.9-0.2-1.4-0.4c-4.4-1.2-8.9-2-13.5-2.5c-0.3,0-0.6,0-0.9-0.1c2.7-1.6,5.5-3.2,8.3-4.7c3.8-1.9,7.7-3.6,11.5-5.6 c7.5-3.9,14.7-8.3,22-12.6c7.3-4.4,14.9-8.4,22.8-11.8c8-3.4,16.3-6.5,23.9-10.8c13.3-7.5,22.7-19.8,33.9-29.9 c2.5-2.4,5.4-4.4,8.5-5.8c3-1.3,6.2-2.2,9.2-3.6c6.9-3.1,12-8.5,17.2-13.9c2.9-3,5.8-5.9,8.6-9c2.9-3.2,5.7-6.5,8.5-9.8 c2.7-3.3,5.5-6.6,8.2-9.9c2.3-2.7,4.5-5.4,6.5-8.3c0.9-1.3,1.7-2.6,2.5-4c1.5-0.6,3-1.3,4.5-2c15.2-7,28.9-16.6,39.8-29.4 C1038.9,982.9,1043,976.5,1048.2,971.9 M957,941c2.4,0.8,4.9,1,7.4,0.7c7.7,3.6,16.2,5.2,24.5,6.3c4.5,0.5,9,0.9,13.5,1.2 c1,0.1,2,0.1,3.1,0.2c1,0.2,2,0.2,2.9-0.1c0.5-0.2,0.8-0.6,1.4-0.7c0.8-0.1,1.6,0,2.4,0.1c1,0.2,1.9,0.5,2.9,0.7 c7.5,10.3,19.3,16.1,30.4,21.9c-3.3,3.5-6.4,7.2-9.2,11c-9.3,11.8-20.9,21.6-34.1,28.8c-15.4,8.4-32.3,14.1-49.5,18.3 c2.1-1.6,4.1-3.4,5.8-5.5c1.3-1.5,2.3-3.3,3.1-5.1c0.7-1.6,1.1-3.3,1.7-5c0.6-1.8,1.4-3.6,2.5-5.2c1.1-1.5,2.4-2.8,3.5-4.2 c1.3-1.4,2.2-3.1,2.9-4.9c0.7-1.9,1.2-3.8,1.8-5.7c0.5-1.9,1.2-3.7,2.1-5.4c0.8-1.5,1.8-2.9,2.9-4.3c1.9-2.3,4-4.5,5.8-6.9 c1.2-1.6,2.6-3.8,2-5.9c-0.8-2.7-4-3.8-6.4-4.5c-2.9-0.7-5.7-1.6-8.4-2.7c-2.5-1.1-4.5-3.3-5.3-5.9c-0.2-0.8-0.4-1.6-0.4-2.4 c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c0.2,0,0,0-0.1,0s-0.1,0-0.2,0c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3-0.1 c-0.1,0-0.2,0-0.2-0.1l-0.1,0l0,0c-0.2-0.1-0.4-0.2-0.5-0.3c-0.8-0.5-1.5-1.1-2.2-1.8c-0.3-0.3-0.7-0.7-1-1.1c0,0,0,0,0,0 c-1.5-1.7-2.8-3.5-4-5.4c-0.9-1.3-1.7-2.7-2.6-4C954.4,941.1,955.8,940.5,957,941 M931.9,964.8c0-0.4,0.1-0.8,0.1-1.2 c2.1-3.5,4.6-6.7,7.3-9.7c1.9-1.9,4-3.6,6.4-4.8c1.4-0.8,2.9-1.4,4.4-2c0.4-0.2,0.8-0.3,1.2-0.5c0.9-0.4,1.3-1.7,1.8-2.8 c1.5,2.3,3,4.6,4.7,6.8c0.4,0.5,0.8,1.1,1.3,1.6c-2,6.4-4.9,12.4-7.7,18.5c-2.8,6.3-4.5,13.1-6.6,19.7 c-1.8,5.7-4.2,11.3-7.1,16.5c-2.9,5.2-6.3,10.1-10,14.8c-3.7,4.7-7.8,9.2-11.9,13.6c-0.3,0.3-0.6,0.6-0.9,0.9l-0.8,0.1 c-3.6,0.5-7.3,1-10.9,1.5c2.8-3.8,5.7-7.7,8.5-11.5c3.3-4.4,6.3-9.1,9-13.9c2.6-4.4,4.5-9.2,5.7-14.1c0.6-2.6,0.8-5.3,1.2-7.9 c0.4-2.8,0.8-5.6,1.3-8.4c0.5-2.9,1.3-5.7,1.8-8.5C931.3,970.8,931.6,967.8,931.9,964.8 M915.1,985c4.9-5.1,9.3-10.5,13.4-16.2 c0.6-0.8,1.1-1.6,1.6-2.4c-0.2,1.7-0.3,3.3-0.6,5c-0.4,2.9-1.2,5.7-1.7,8.6c-0.5,2.7-1,5.5-1.4,8.2c-0.4,2.7-0.6,5.5-1.1,8.3 c-1,4.9-2.7,9.5-5.1,13.9c-2.6,4.8-5.5,9.4-8.7,13.8c-3.2,4.5-6.6,8.9-9.9,13.4c-0.2,0.3-0.4,0.5-0.6,0.8c-1.3,0.2-2.7,0.3-4,0.5 c-0.4-0.1-0.9,0-1.2,0.3l-0.1,0.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.2,0.1 c-0.5,0.1-1,0.2-1.4,0.2c-1.3,0.1-2.5,0.2-3.8,0.5c-1.1,0.3-1.3,1.1-2,2c-1,1.4-2.3,2.8-3.3,4.2c-1,1.4-1.6,3-3,4 c-1.3,0.9-2.7,1.6-4,2.4c-2.7,1.8-5.4,3.8-7.9,5.8c-3.6,2.9-7,5.9-10.5,9c2.7-5,5.9-9.7,9.5-14c4.6-5.6,9.7-10.7,14.8-15.9 s10.3-10.2,15-15.7c2.1-2.4,4.1-4.9,5.8-7.6c1.4-2.3,2.5-4.9,3.3-7.5c0.9-3.1,1.3-6.4,2.3-9.5c1.2-3.8,2.8-7.5,4.3-11.2 C914.6,986.1,914.9,985.5,915.1,985 M905.6,994.4c2.3-2.1,4.5-4.3,6.7-6.5c-1,2.4-1.9,4.7-2.8,7.1c-0.6,1.5-1.1,3.1-1.5,4.7 c-0.4,1.6-0.6,3.3-1,4.9c-0.6,2.7-1.6,5.4-2.9,7.9c-1.4,2.5-3.1,4.9-5.1,7.2c-4.6,5.6-9.7,10.7-14.8,15.8s-10.2,10.2-14.9,15.7 c-4.8,5.5-8.9,11.6-12.3,18.1c-0.2,0.5-0.5,1-0.7,1.5c-5.9,5-12,9.8-18.9,13.2c-0.4,0.2-0.8,0.4-1.1,0.5 c2.8-4.3,5.6-8.5,8.7-12.6c1.8-2.4,3.6-4.7,5.6-6.9c1.9-2.2,4-4.1,6.1-6.1c3.9-3.6,7.5-7.5,10.6-11.8c1.8-2.5,3.3-5.1,4.9-7.7 c1.6-2.7,3.2-5.4,4.6-8.2c1.3-2.8,2.4-5.6,3.3-8.6c0.8-2.9,1.7-5.8,2.7-8.6c0.1-0.3,0.2-0.5,0.3-0.8 C890.9,1007.3,898.4,1001,905.6,994.4 M655.3,929.1c0-0.1,0-0.2,0-0.3c0.1-1.6,0.2-3.1,0.3-4.7c0.1-1.4,0.1-2.8,0.2-4.2 c0.6,0.1,1.1,0.1,1.7,0.2c1.6,0.1,3.1,0.3,4.7,0.5c1.9,0.2,2.6,0,3.4,1.6c0.9,1.8,1,4.7,1.5,6.7c0.6,2.5,1.3,5,2.1,7.5 c2.8,8.8,6.9,17.6,13.5,24.2c3,3,6.5,5.3,10.3,6.9c2.1,0.8,4.9,2,7.1,1.9c2.6-0.1,4.8-2.1,7.7-1.7c2.9,0.4,5,4.9,6.7,7.2 c1.5,2,3.1,3.9,4.8,5.7c2.4,2.9,5.4,5.2,8.8,6.9c9.1,3.9,19.8-2.5,28-6.3c1.8,2,3.1,2.7,3.5,5.9c0,0.5,0.5,0.9,1.1,0.9 c0,0,0.1,0,0.1,0c15.9,14,33.1,24.8,53.4,31.6c3.1,1,6.7,2.6,10,2.9c2.6,0.3,5.8-0.5,8.4-1c5.9-1.5,11.7-3.5,17.3-6 c12.5-5.2,25.7-11.3,39.5-10c-10.9,8.9-22.4,17.1-34,25c-1.4,1-2.8,1.9-4.2,2.9c-1.3,0.8-2.6,1.7-3.6,2.9 c-2.1,2.8-4.3,5.6-6.4,8.4c-4,5.3-8,10.5-12.1,15.8c-7.8,10-15.7,19.9-24.1,29.4c-2,2.3-4.1,4.5-6.2,6.7c-3.2,1-6.5,1.9-9.7,2.9 c-16.8,5.1-33.5,10.2-50.1,15.6c-4.4,1.4-8.7,2.8-13,4.3c-17.2-7-34.4-14.2-51.4-21.9c-4.2-1.9-8.4-3.8-12.6-5.8 c-1.1-0.5-2.2-1-3.3-1.5c-0.9-0.4-1.6-0.6-2.1-1.5c-1-1.7-1.8-3.5-2.8-5.2c-4-6.1-8.7-11.7-14.2-16.6 c-5.9-5.5-12.1-10.6-17.7-16.4c-0.2-0.2-0.4-0.3-0.6-0.3l0,0c-13.1-3.6-20.2-15.2-26-26.6c-1.4-2.8-2.8-5.7-4.3-8.6 c3.9,1.7,7.8,3.6,11.5,5.7c4.4,2.4,8.8,4.7,13.1,7.1c2.2,1.1,4.3,2.4,6.3,3.9c1.7,1.5,3.3,3,4.7,4.7c2.6,2.7,5.4,5.1,9.2,5.5 c1.9,0.1,3.7,0.4,5.5,1c0.6,0.2,1.1,0.5,1.7,0.8c0,0,0.1,0,0.1,0.1c1.4,0.7,2.7,1.6,4,2.5c1.7,1.2,3.6,2.1,5.5,2.7 c2.2,0.5,4.4,1.2,6.4,2.2c3.7,2.1,6.1,6,9,9c1.4,1.4,3,2.7,4.6,4c1.6,1.4,3.1,2.8,4.6,4.3c3.4,3.3,7,6.5,10.8,9.4 c3.5,2.9,7.5,5,11.9,6.3c0.4,0.1,0.9-0.1,1-0.6c0-0.1,0-0.1,0-0.2c-0.2-3.7-0.9-7.3-2-10.7c-1.1-3.4-2.7-6.6-4-10 c-2.3-6.2-2.8-13-5.8-18.9c-2.5-5-6.8-8.4-10.6-12.2c-1.9-1.8-3.5-3.9-4.7-6.3c-1.3-3-2.1-6.2-2.5-9.4c-1.2-6.9-2.1-14-4.3-20.7 c-0.9-3.2-2.3-6.2-4-9.1c-1.5-2.1-3.1-4-4.8-5.8c-1.8-1.9-3.4-4.1-4.7-6.5c-0.5-0.9-0.7-1.9-0.5-2.9c0.3-1.1,0.8-2.1,1.5-3 c1.3-2,1.2-4.7-0.4-6.6c-1.5-1.8-3.8-2.9-5.7-4.3c-0.9-0.6-1.7-1.4-2.3-2.4c-0.5-1.1-0.5-2.3-0.2-3.5c0.8-2.7,2.8-5.1,4.5-7.3 c0.9-1.1,1.6-2.3,2.4-3.5c0.7-1.4,1.3-2.9,1.6-4.4C654.8,933.3,655.1,931.2,655.3,929.1 M621,992.4c0.2-1.6,0.7-3.1,1.5-4.4 c0.8-1.4,1.6-2.9,2.3-4.5c0.7-1.7,1.3-3.3,1.9-5c1.4-3.4,2.9-6.8,4.4-10.2c3.1-6.8,6.6-13.4,10.3-19.9c1.7-3,3.5-6.1,5.3-9 c1.8-3,3.9-5.7,6.3-8.1c0.1-0.1,0.3-0.3,0.4-0.4c-0.2,3.1-1.1,6.2-2.7,9c-1.6,2.5-3.6,4.7-5.1,7.2c-1.3,2.1-2.3,4.8-1.4,7.3 c0.5,1.1,1.2,2.1,2.1,2.8c-1.8,2.9-3.7,5.7-5.5,8.6c-0.6,1-1.1,2-1.7,3c-0.7,1.2-1.4,2.3-2.2,3.4c-1.7,2.5-3.3,5.1-4.8,7.7 c-1.4,2.4-2.2,5.1-2.4,7.9c0,2.8,1.5,5.2,3.2,7.3c1.8,2.3,4,4.2,5.8,6.6c0.8,1.1,1.5,2.2,2,3.5c0.5,1.4,1,2.8,1.4,4.2 c0.9,3.2,1.6,6.4,2.1,9.7c0.5,3,0.7,6.1,0.6,9.1c-0.3,3.8-0.9,7.6-1.8,11.3c-0.1,0.7-0.3,1.4-0.4,2c-1.4-0.6-2.8-1-4.3-1.2 c-1.5-0.1-3-0.3-4.4-0.6c-1.8-0.7-3.5-1.8-4.8-3.2c-1.6-1.5-3.1-3.2-4.7-4.8c-1.7-1.6-3.6-3-5.6-4.1c-4.4-2.6-8.9-4.9-13.4-7.3 c1.7-2.9,3.5-5.9,5.4-8.7c0.8-1.2,1.8-2.4,2.8-3.6c1-1.1,2.1-2.2,3.1-3.3c2-2.1,4-4.4,4.3-7.4C621.2,995.7,620.9,994.1,621,992.4 M653.7,976.8c1.6,2.3,3.5,4.3,5.3,6.4c1.4,1.6,2.6,3.3,3.6,5.2c-3.1,7.4-5.3,15.2-6.4,23.2c-0.5,3.9-0.8,7.7-1.1,11.6 c-0.3,3.7-0.7,7.5-1.2,11.2c-0.6,4.1-1.4,8.1-2.5,12.1c-0.6-0.2-1.2-0.5-1.8-0.8c-1-0.5-1.9-1.1-2.8-1.7c0.7-3.1,1.4-6.1,1.8-9.2 c0.4-3.3,0.5-6.6,0.3-9.9c-0.1-3.5-0.3-6.9-0.5-10.4c-0.1-1.7-0.1-3.5-0.2-5.2c0-1.6,0-3.1,0-4.7c0-1-0.1-2.1-0.3-3.1 c-0.3-1-0.6-2.1-1-3c-1-2.5-2.1-4.9-3.2-7.4c-1.1-2.2-1.7-4.7-1.8-7.2c0.1-2.4,0.7-4.8,1.6-7c2.2-5.2,5-10,8.3-14.5 c0.2-0.3,0.4-0.5,0.6-0.8c0.7,0.7,1.1,1.6,1.2,2.6c0,1.1-0.4,2.2-1.1,3.1c-0.7,1-1.1,2.1-1.3,3.2 C651.1,972.8,652.4,975,653.7,976.8 M676.8,1046.4c0-1.4-0.2-2.9-0.6-4.3c-0.4-1.2-0.9-2.3-1.5-3.4c-1.3-2-2.3-4.2-3.1-6.5 c-0.4-2.3-0.2-4.7,0.7-6.8c0.5,1,1.1,2,1.7,2.9c3,4.3,7.4,7.2,10.7,11.3c1.9,2.4,3.4,5.1,4.3,8.1c1.1,3.2,1.7,6.5,2.6,9.8 c0.4,1.6,0.8,3.1,1.4,4.6c0.6,1.6,1.3,3.2,2,4.8c1.5,3.3,2.6,6.8,3.4,10.4c0.3,1.5,0.5,3,0.6,4.6c-7.6-2.4-13.7-8.3-19.4-13.6 c-1.3-1.2-2.6-2.4-3.9-3.6C675.7,1058.6,677.2,1052.5,676.8,1046.4 M669.9,1031.3c0.5,2.4,1.4,4.8,2.8,6.9c0.6,1,1.2,2.1,1.6,3.2 c0.5,1.2,0.8,2.4,0.9,3.7c0.2,3.1,0.1,6.2-0.2,9.3c-0.3,2.9-0.7,5.9-0.7,8.8c-1.2-1.1-2.5-2.2-3.7-3.3c-3.2-2.8-5.5-6.5-8.8-9.2 c-0.8-0.6-1.6-1.2-2.5-1.7c1.3-4.9,2.1-10,3.1-14.9c1-5,2.5-9.8,4.4-14.4c0.8-1.8,1.7-3.6,2.6-5.4c0.4,3,1.1,6,2,9 C670.5,1025.8,669.6,1028.6,669.9,1031.3 M665.7,1018.2c-1,2.2-1.9,4.5-2.7,6.9c-1.5,5.1-2.7,10.3-3.6,15.5 c-0.5,2.7-1,5.3-1.7,7.9c-0.6-0.2-1.2-0.4-1.8-0.6c-1-0.3-2-0.6-3-0.9c1.9-7.2,3.1-14.6,3.6-22c0.3-3.8,0.5-7.5,0.9-11.3 c0.5-4,1.2-8,2.2-12c1-3.9,2.3-7.7,3.8-11.5c2.8,6.3,4,13.3,5.2,20.1c0.1,0.5,0.2,0.9,0.2,1.4 C667.8,1013.9,666.7,1016,665.7,1018.2 M643.1,974.3c-1.1,2.3-1.9,4.8-2.4,7.4c-0.2,1.1-0.3,2.3-0.2,3.4c0.1,1.3,0.4,2.5,0.8,3.7 c0.9,2.6,2.1,5.2,3.2,7.7c0.5,1.1,0.9,2.3,1.3,3.4c0.3,0.9,0.6,1.8,0.7,2.7c0.1,1.2,0.2,2.4,0.1,3.6c0,1.7,0,3.4,0.1,5.2 c0.1,3.5,0.3,6.9,0.5,10.4c0.2,3.4,0.2,6.8,0.1,10.3c-0.3,3.2-0.8,6.4-1.6,9.5c-0.1,0.5-0.2,0.9-0.3,1.4 c-0.4-0.2-0.8-0.5-1.1-0.7c-0.1,0-0.2-0.1-0.2-0.1c0.7-3.8,1.6-7.5,2.1-11.3c0.3-3.1,0.3-6.2,0-9.3c-0.3-3.3-0.9-6.6-1.7-9.8 c-0.4-1.5-0.8-3.1-1.3-4.6c-0.4-1.4-0.9-2.7-1.5-4c-1.5-2.5-3.3-4.8-5.4-6.8c-1.8-1.9-3.8-4.1-4.6-6.7c-0.7-2.4,0.1-5,1.1-7.2 c1.3-2.7,2.8-5.3,4.5-7.8c1.5-2.2,3-4.4,4.2-6.7c0.6-1.2,1.4-2.3,2.1-3.4c1-1.6,2.1-3.1,3.1-4.7c0.4-0.6,0.7-1.2,1.1-1.8 c0.5,0.4,1,0.7,1.5,1c0.7,0.4,1.4,0.9,2,1.4C648.2,964.8,645.4,969.4,643.1,974.3 M648.3,922.5c0.1-0.1,0.1-0.1,0.1-0.2 c1.4-2.2,3.5-2.6,5.8-2.5c-0.2,2.9-0.2,5.8-0.4,8.7c-1.3,1.1-2.5,2.3-3.6,3.5c-1.1,1.3-2.1,2.7-3.1,4.1c-2,2.9-3.7,5.8-5.5,8.8 c-3.7,6.5-7.3,13.1-10.5,19.9c-1.6,3.4-3.1,6.7-4.6,10.2c-0.7,1.7-1.4,3.4-2.1,5.1c-0.6,1.6-1.2,3.2-2,4.7 c-0.8,1.4-1.6,2.9-2.3,4.5c-0.6,1.6-0.8,3.2-0.7,4.9c0.2,1.6,0.1,3.2-0.4,4.7c-0.5,1.2-1.3,2.3-2.1,3.2c-1.9,2.3-4.2,4.2-6,6.6 c-2.1,2.9-4.1,5.9-5.9,9.1c-0.3,0.6-0.7,1.1-1,1.7c-4.7-2.6-9.4-4.9-14.4-7c-1.2-2.3-2.4-4.6-3.8-6.8c-1.4-2.3-2.8-4.5-4.5-6.6 c2.3-1.9,4.6-3.8,7-5.6c1.3-1,2.6-2,3.8-3c1.1-0.9,2.2-1.9,3.4-2.8c3-2.3,6.2-4.3,9.5-6.1c2.9-1.7,6-3.3,8.4-5.8 c4.4-4.6,6.9-10.6,10.5-15.7c1-1.4,2.2-2.7,3.2-4c1.2-1.6,2.4-3.2,3.6-4.9c2.3-3.3,4.4-6.6,6.4-10.1c2-3.3,3.7-6.7,5.7-10 C644.7,928.5,646.7,925.6,648.3,922.5 M640.2,924c2-0.7,4-1.1,6.1-1.1c-1.1,2-2.3,3.8-3.5,5.7c-2,3.2-3.8,6.5-5.7,9.7 c-3.8,6.9-8.3,13.4-13.2,19.6c-4,4.8-6.4,10.7-10.3,15.6c-0.9,1.2-2,2.2-3.1,3.1c-1.4,1-2.8,2-4.3,2.8c-3.2,1.9-6.5,3.6-9.5,5.8 c-1.4,1-2.7,2.1-4,3.2c-1.1,0.9-2.2,1.8-3.4,2.7c-2.7,2.1-5.4,4.1-8,6.3c-0.3,0.2-0.5,0.4-0.8,0.7l0-0.1c-1-1.2-2-2.3-3-3.3 c-0.6-0.5-1.2-1.1-1.6-1.8l-0.2-0.3c4.9-3.3,9.7-6.6,14.4-10.1c5-3.6,9.8-7.6,14.4-11.7c4.6-4.2,8.8-8.8,12.6-13.8 c0.9-1.2,1.8-2.5,2.8-3.8c1-1.3,2-2.5,3.1-3.6c2.1-2.4,4.3-4.6,6.4-7c4.2-5,7.6-10.6,10.1-16.6 C639.7,925.2,639.9,924.6,640.2,924 M626.4,931.7c0.1-0.1,0.2-0.2,0.3-0.3c3.7-2.5,7.5-4.6,11.5-6.5c-0.3,0.8-0.7,1.6-1,2.4 c-0.7,1.5-1.4,2.9-2.2,4.3c-1.5,2.8-3.3,5.5-5.3,8.1c-4,5-8.8,9.2-12.4,14.4c-3.6,5-7.6,9.7-12.1,13.9 c-4.5,4.2-9.2,8.2-14.1,11.9c-5,3.7-10.1,7.3-15.2,10.8l-0.8,0.5c-0.2-0.4-0.4-0.8-0.6-1.1c-2.3-4.4-5-8.6-7.4-13 c1.8-1.5,3.6-3,5.5-4.5c0.7-0.5,1.4-1,2.2-1.5c1.2-0.7,2.4-1.2,3.6-1.8c5.2-2.6,10.5-5.2,15.7-7.9c2.3-1.2,4.5-2.5,6.6-4 c1.7-1.3,3.3-2.7,4.8-4.3c1.5-1.5,2.9-3.2,4.4-4.7c1.6-1.8,3.3-3.5,5-5.2C618.8,939.3,622.8,935.7,626.4,931.7 M573.6,958.9 c2-1.3,3.3-2.5,5.7-3c2-0.4,4-0.8,6-1.4c3.7-0.9,7.1-2.6,10.1-5c2.4-2.1,5.4-2.8,8.3-4.3c6-3.2,11.9-6.8,17.6-10.6 c-2,2-4.1,3.9-6.1,5.9c-1.8,1.7-3.6,3.4-5.3,5.3c-1.5,1.6-3,3.3-4.5,4.8c-1.4,1.6-3,3-4.6,4.4c-1.8,1.5-3.8,2.8-5.9,3.9 c-5.2,2.8-10.5,5.3-15.7,7.9c-1.3,0.7-2.6,1.3-3.9,2c-0.9,0.4-1.7,0.9-2.5,1.4c-2.1,1.5-4,3.1-5.9,4.7l-0.6,0.5 c-2.1-3.7-3.6-7.8-4.5-11.9C565.8,962.5,570,961.3,573.6,958.9 M499.5,893.2c2.2,1.6,4.2,2.4,5.7,4.8c1.4,2.3,2.6,4.6,4,6.9 c2.6,3.8,5.4,7.5,8.4,11c13.6,15.8,30.8,28.8,41.4,47.1c1.5,9.2,7,17.2,11.5,25.2c1,1.8,2.1,3.7,2.9,5.6c0.7,1.5,2,2.4,3.1,3.6 c2.2,2.4,4.2,4.9,5.9,7.7c7.2,11.3,11.4,24.4,19.9,35c4.5,5.7,10.6,9.9,17.6,12c10.1,10.4,22.5,18.8,30.5,31.1 c1.1,1.6,2.1,3.3,3,5.1c0.3,0.8,0.7,1.5,1.1,2.2c0.7,0.9,2.2,1.3,3.2,1.7c4.2,2,8.4,3.9,12.6,5.8c8.4,3.8,16.9,7.6,25.4,11.2 c8.7,3.7,17.5,7.4,26.3,11c-12.9,4.3-25.6,8.9-38.3,13.7c-7.7-2.3-15.4-4.5-23.2-6.7c-3.7-1-7.3-2.1-11-3.1 c-1.5-0.4-3.1-0.8-4.6-1.3c-2-0.5-2.8-0.8-4.8,0c-9.8,4.3-19.9,7.8-30.1,10.7c-20.5,6.1-41.7,10.9-61.3,19.4 c-8.4-2.4-16.2-6.4-23.8-10.6c-9.7-5.3-19.1-11.2-28.6-17c-18.7-11.6-37.3-24-57.7-32.4c-9-3.7-19.2-7-29.1-5.5l-0.3-0.2l0,0 l-1.9-1c0-0.1,0-0.2,0-0.2c-0.9-2.3-1.2-4.7-0.9-7.1c0-0.1,0-0.1,0-0.2c1.2-8.6,1.7-17.2,1.7-25.9c7-3.1,13-8.4,20.5-10.5 c0.9-0.1,1.8-0.4,2.6-0.8c0.6-0.6,1.1-1.3,1.6-2.1c1.1-1.4,2.2-2.7,3.4-4.1c2.4-2.7,4.9-5.3,7.5-7.8 c10.5-10.2,22.2-19.4,31.3-30.9c2.6-3.2,4.9-6.6,6.9-10.1c0.8-1.5,1.5-3.8,2.9-4.7c1.2-0.8,2.2-1.8,2.9-3 c3.1-0.8,6.1-1.9,9.1-2.9c1.4-0.5,2.9-1,4.4-1.3c0.8-0.1,1.7-0.3,2.5-0.6c0.7-0.3,0.9-0.9,1.2-1.6c2.9-6,4.1-12.5,5.2-19 c0.6-3.4,1.2-6.8,2-10.1c0.4-1.5,0.8-3,1.3-4.4c0.3-0.7,0.6-1.5,0.9-2.3c0-0.7-0.2-1.3-0.7-1.8c-3.2-5-6.9-9.7-9.9-14.8 c-1.8-3.1-3.2-6.3-4.2-9.7c-0.1-0.7-0.3-1.5-0.7-2.1c-0.6-0.4-1.3-0.8-2-1c-1.3-0.6-2.7-1-4.1-1.3c-0.3-0.8-0.8-1.5-1.5-2 c-0.6-0.2-1.2-0.3-1.8-0.4c-1.2-0.5-2.4-1-3.5-1.6c-0.2-8.9-2.2-17.5-4.5-26C487.5,881.9,492.8,888.4,499.5,893.2 M411.1,1020.7 c1.9-4,4.2-7.9,6.4-11.8c1-1.8,2.1-3.7,3-5.5c0.9-1.9,1.7-3.8,2.5-5.7c3.6-8.6,7.5-17.2,13-24.9c2.8-3.9,5.9-7.6,8.8-11.5 c2.7-3.7,5.4-7.4,7.8-11.3c1.2-2,2.4-3.9,3.5-6c1.1-2.1,2.1-4.2,3.2-6.3c1.9-3.8,4.2-7.3,6.9-10.6c3-3.6,6.6-6.5,9.6-10 c2.9-3.5,5.6-7.2,8-11.1c0.4-0.6,0.7-1.2,1.1-1.7c1.7,0.7,3.3,1.9,5.1,2.2c0.3,0.6,0.7,1.2,1.2,1.7c0.6,0.4,1.3,0.6,2,0.6 c1.3,0.4,2.6,0.8,3.8,1.4c0.7,2.7,1.7,5.4,3,7.9c-2.5,3.7-5.3,7-7.8,10.7c-2.4,3.7-4.5,7.6-6.4,11.6c-2,4.1-4.3,8.1-6.8,11.9 c-1.3,1.9-2.6,3.7-4.2,5.4c-1.6,1.7-3.3,3.4-5.2,4.8c-1.8,1.4-3.6,2.8-5.4,4.3c-1.9,1.5-3.6,3.2-5.3,4.8 c-3.7,3.6-7.3,7.3-10.9,11c-3.5,3.5-6.9,7.2-10.1,11c-3.1,3.8-6.1,7.7-9,11.6c-2.9,3.8-5.7,7.7-8.8,11.4 c-3.1,3.5-6.1,7.2-8.8,11.1c-0.1,0.1-0.1,0.2-0.2,0.3C411.2,1025.6,411.2,1023.2,411.1,1020.7 M419.2,1020.1 c3.1-3.7,6-7.4,8.9-11.3c5.9-7.9,11.8-15.8,18.7-22.8c3.6-3.6,7.2-7.3,10.8-10.9c1.8-1.8,3.6-3.6,5.5-5.3 c1.7-1.5,3.5-2.9,5.3-4.3s3.6-2.8,5.3-4.4c1.7-1.6,3.3-3.4,4.7-5.3c2.7-3.7,5.1-7.6,7.1-11.7c2.1-4,4.1-8.1,6.4-12.1 c2.2-3.9,5.1-7.3,7.7-10.9c0.3-0.5,0.7-1,1-1.4c3.2,5.9,7.4,11.3,11,17c-0.5,1.4-1,2.7-1.4,4.1c-6,5.7-10.9,12.4-16.1,18.7 c-1.3,1.6-2.6,3.1-3.9,4.6s-2.7,3-4.1,4.4c-3.5,3.7-6.8,7.4-10.1,11.2c-3.4,3.8-6.7,7.6-10.3,11.2c-3.5,3.6-7.2,7-10.7,10.5 c-7,7.1-13.8,14.4-21.5,20.8c-3.4,2.8-7.2,5-10.2,8.2c-1.5,1.6-2.7,3.5-3.6,5.5c-0.9,2.2-1.6,4.4-2.1,6.7 c-0.2,0.9-0.4,1.7-0.6,2.6c-2.1,1.3-4.2,2.5-6.4,3.7c-0.2-5.9,0.1-11.9,0.3-17.8C413.4,1027.3,416.1,1023.6,419.2,1020.1 M509.5,943.9c-2.2,9.4-2.7,19.3-7,28.1c-3.6,0.9-7.2,2-10.8,3.3c-0.8,0.3-1.7,0.6-2.5,0.8c-1,0.2-2,0.4-2.9,0.8 c-1,0.7-1.4,2.1-2.5,2.8c-0.6,0.3-1.1,0.6-1.6,1c-0.4,0.6-0.8,1.2-1,1.9c-0.8,1.6-1.7,3.3-2.7,4.8c-1.8,2.8-3.7,5.6-5.8,8.2 c-8.5,10.5-19.1,19.1-28.9,28.4c-5.2,4.8-10,10-14.3,15.6c-3.7,1-7.3,2.5-10.6,4.6c0.8-3.7,1.8-7.5,4-10.7 c2.5-3.6,6.3-5.9,9.7-8.5c3.8-3,7.5-6.2,10.9-9.7c3.6-3.5,7-7.1,10.5-10.6c3.5-3.6,7.2-7,10.7-10.5c3.5-3.5,6.9-7.2,10.2-10.9 c3.4-3.7,6.7-7.5,10.1-11.2c2.9-3.1,5.8-6.1,8.5-9.4C498.8,956.6,503.8,949.9,509.5,943.9 M477.9,872.8l0.2,0.2 c2.8,9.8,5.3,19.7,5.5,29.9c0,0.1,0,0.2,0,0.3c-2.3,3.6-4.5,7.1-7.1,10.4c-1.5,1.9-3,3.7-4.7,5.4c-1.6,1.7-3.4,3.3-5,5 c-2.9,3.1-5.4,6.5-7.4,10.1c-2.3,4-4.2,8.2-6.5,12.2c-4.8,8-10.2,15.7-16.2,22.9c-5.9,7.4-10.1,15.8-13.8,24.5 c-1.7,3.9-3.2,7.9-5.3,11.6c-2.2,4-4.5,7.9-6.6,11.9c-0.1,0.1-0.1,0.3-0.2,0.4c-0.2-2.4-0.3-4.8-0.3-7.2 c0.4-18.4,5.6-36.3,15.1-52c3.1-5,6.8-9.7,10.8-14.1c8.7-9.5,15-20.8,20.4-32.3c5.5-11.9,10.2-24.1,15.8-36 c0.6-1.2,1.1-2.3,1.7-3.5C475.5,872.7,476.7,872.8,477.9,872.8 M472.7,872.2c-5.5,11.4-10.1,23.3-15.3,34.9 c-5.3,11.8-11.3,23.5-19.7,33.5c-2,2.3-4.1,4.5-6.1,6.9c-1.9,2.3-3.7,4.6-5.3,7.1c-3.4,5.1-6.3,10.5-8.7,16.2 c-4.8,11.2-7.7,23.1-8.5,35.3c-0.2,2.9-0.2,5.8,0,8.6c0.2,3.1,0.5,6.2,0.5,9.3c0.1,7.2-0.6,14.4-0.5,21.7c0,1.4,0,2.9,0.1,4.3 c-0.9,0.4-1.7,0.8-2.6,1.2c-0.1,0-0.2,0.1-0.2,0.1c-0.1-1.1-0.2-2.2-0.4-3.4c-0.3-3.7-0.9-7.4-1.9-11c-1-2.9-2.4-5.8-3.9-8.5 c-1.4-2.5-2.3-5.2-2.5-8.1c0-0.4,0-0.8-0.1-1.2c0-0.1,0-0.3,0-0.4c0-1.8,0-3.5,0.1-5.3c0.1-2.3,0.2-4.6,0.3-7 c8.3-10.8,13-24.3,17.1-37.1c2.5-7.8,5.1-15.6,7.4-23.5c1.2-4.3,2.8-8.6,4.9-12.5c2.4-4.2,5.7-7.9,8.7-11.6 c5.8-6.7,10.8-13.9,14.9-21.7c2-4,3.6-8.1,5.6-12.2c2.1-4.3,4.3-8.5,6.4-12.9c0.8-1.7,1.6-3.5,2.4-5.2 C467.7,870.9,470.2,871.7,472.7,872.2 M447.5,859.3c3.5,1.9,6.8,3.9,10.1,6.1c2.1,1.3,4.2,2.5,6.4,3.6c-1.8,4.2-3.9,8.3-5.9,12.4 c-2.1,4.2-4,8.4-5.9,12.7c-3.6,8-8.2,15.6-13.8,22.4c-2.9,3.6-6,7.2-8.9,10.9c-2.7,3.6-4.9,7.5-6.4,11.7 c-1.6,4.2-2.7,8.6-4.1,12.9c-1.2,3.7-2.4,7.3-3.6,11c-4.7,15-9.5,30.9-19.5,43.3c-2.5,3.1-5.4,5.8-8.5,8.3 c-2.9,2.3-5.7,4.6-7.7,7.7c-2.3,3.7-3.8,8.1-5.3,12.2c-1.6,4.5-3.1,9-4.5,13.6c-6.1,19-14,37.3-21.4,55.8 c-0.8,1.9-1.5,3.8-2.3,5.7c-0.8-0.4-1.6-0.8-2.5-1.2c4.2-7.7,7.4-16,9.7-24.5c2.3-9.6,1.7-19.7,3.6-29.4 c1.7-8.8,4.2-17.5,8.9-25.2c2.4-4,4.8-8.1,6.9-12.3c2.1-4.3,4.2-8.5,6.7-12.6c8.6-14.3,21.8-25.8,26.8-42.2 c1.3-4.2,1.7-8.7,2.7-13c1.1-4.7,2.6-9.2,4.5-13.6c3.8-8.7,9.3-16.4,14.5-24.3c4.5-7,8.2-14.4,11.1-22.2 c3.1-8.2,5.6-16.7,7.5-25.3C446.9,862.6,447.2,860.9,447.5,859.3 M441.1,857.3c1.7,0.2,3.4,0.7,5,1.4c-3,16.5-8.2,33.2-16.6,47.7 c-4.5,7.8-10.3,14.9-14.6,23c-4.3,8.3-7.3,17.2-8.8,26.4c-1.4,8.3-4.9,15.8-9.6,22.8c-4.6,6.9-10,13.3-14.9,20.1 c-5.5,7.7-9.1,16.4-13.7,24.6c-2.2,4-4.8,7.8-6.7,12c-1.7,3.9-3.1,8-4.2,12.2c-1.2,4.5-2,9-2.6,13.6c-0.5,4.9-0.7,9.8-1.2,14.7 c-1,9.5-4.3,18.5-8.3,27.1c-0.8,1.8-1.7,3.5-2.6,5.3c-2-0.9-4-1.9-5.9-2.8l-0.1,0c1.4-8.6,0.4-17.4-0.1-26 c-0.3-4.4-0.2-8.9,0.2-13.3c0.7-4.5,1.9-8.9,3.5-13.2c1.4-4.1,2.9-8.1,4.2-12.3c1.4-4.5,2.2-9.2,3.5-13.8 c2.6-9.1,6.2-18,10.7-26.3c8.5-16.1,18.2-31.6,29-46.3c5.5-7.5,11.1-14.8,17-21.9c2.9-3.5,5.8-7,8.7-10.4c2.9-3.5,6-6.8,8.9-10.3 c4.9-6.2,8.5-13.3,10.5-20.9c1.2-4.4,1.9-8.9,3.1-13.2c1.3-4.7,2.7-9.4,4.1-14.1C440.1,861.1,440.6,859.2,441.1,857.3 M421.6,865.8c1.1-0.3,2.1-0.7,3.2-1.2c1.8-0.9,3.5-3.1,5.2-4.2c1.9-1.4,4.1-2.4,6.4-2.9c1-0.2,2-0.3,3-0.3 c-2.3,9-5.4,17.7-7.3,26.7c-1.6,8-4.1,15.7-8.7,22.6c-2.5,3.6-5.3,7-8.3,10.2c-3,3.5-6,7-8.9,10.5c-5.8,7-11.4,14.1-16.9,21.4 c-11,14.5-20.9,29.8-29.7,45.7c-4.4,8.2-8.7,16.4-11.7,25.3c-1.5,4.5-2.7,9-3.7,13.6c-1,4.4-2.3,8.8-3.8,13.1 c-1.4,4.1-3,8.2-4.2,12.4c-1.2,4.2-1.8,8.6-1.8,13c-0.2,9.2,1.3,18.3,0.9,27.5c-0.1,1.8-0.3,3.6-0.5,5.3c-2-1-4-1.9-6-2.9 c-0.3-4.3-0.9-8.5-1.1-12.8c-0.2-4.7-0.4-9.4-0.9-14c-0.3-2.3-0.6-4.7-1-7c-0.4-2.3-0.9-4.6-1.2-6.9c2.9-6,6.2-11.8,9-17.9 c2.9-6.3,4.2-13.1,5.4-19.9c1.3-7.2,2.4-14.5,5.2-21.3c2.8-7,5.4-14.1,8.4-21c1.4-3.4,3-6.8,4.9-10c1.7-2.8,3.6-5.4,5.8-7.8 c2.2-2.5,4.4-5,6.5-7.6c2.4-3,4.7-6,7-9c9.3-12,18.3-24.3,26.4-37.1c4-6.1,7.4-12.5,10.3-19.2c2.8-6.7,4.9-13.6,7.1-20.5 C420.9,868.3,421.3,867,421.6,865.8 M390.3,887.1c2-0.9,4-1.8,6.1-2.6c1.8-0.7,4.9-1,6.4-2c1.2-0.8,2-2.7,2.9-3.9 c1.6-2.2,3.4-4.3,5.3-6.2c1.9-1.9,4-3.6,6.3-5c0.8-0.5,1.6-0.8,2.5-1.1c-1.9,6.1-3.8,12.3-6,18.3c-2.5,6.8-5.6,13.3-9.4,19.5 c-8,12.9-16.7,25.4-26,37.3c-4.5,5.9-9,11.8-13.9,17.4c-2,2.4-4.1,4.7-6,7.2c-2,2.8-3.8,5.9-5.3,9c-3.2,6.6-5.7,13.6-8.4,20.4 c-1.4,3.5-2.9,6.9-4,10.5c-1,3.5-1.8,7.1-2.5,10.7c-1.3,7-2.3,14.2-4.6,21c-2.1,6.1-5.4,11.7-8.3,17.5c-0.4,0.8-0.9,1.7-1.3,2.6 c-0.1-3.1,0.1-6.1,0.6-9.1c0.8-4,1.9-8,3.2-11.9c1.3-4.3,2.4-8.7,3.2-13.1c0.8-4.5,1.5-9,2.5-13.4c1-4.3,2.4-8.5,3.3-12.8 c0.9-4.4,1.5-8.8,2.2-13.3c0.4-2.3,0.8-4.5,1.4-6.8c0.5-2.2,1.2-4.3,2.2-6.3c0.2-0.4,0.5-0.9,0.7-1.3 c6.2-4.9,11.7-10.6,16.5-16.9c4.5-6.1,7.9-13,12.5-19.1c2.5-3.2,5.3-6,8.4-8.5c0.9-0.7,1.9-1.5,2.9-2.1c0.5-0.4,1-0.7,1.6-1.1 c0.9-0.5,1.5-1.4,1.5-2.4c1.3-7.3,2.1-14.8,2.4-22.2C389.9,894,390.1,890.6,390.3,887.1 M193.3,907.7c0.1-0.1,0.2-0.2,0.3-0.4 c3.4-3.8,7.3-7.2,11.5-10.1c1.6-1.1,4.4-1.7,5.8-2.9c1.5-1.3,2.3-2.5,4.2-3.5c3.6-1.8,7.3-2.4,10-5.5c2.3-2.6,4.8-5,7.4-7.3 c5.8-5.3,11.9-10.3,18.1-15.1c13.9-10.8,28.2-21,41.9-32c7-5.5,13.7-11.4,20.1-17.6c2.4-2.5,4.7-5.1,6.9-7.8 c1-1.3,1.9-2.6,2.8-3.9c1.4-2.2,1.7-2.8,4.5-3.5l-0.1,0c0.3-0.1,0.6-0.3,0.8-0.5l1.8-2.9c3.2,2.9,6.2,6.1,9.2,9.2 c3,3,7.8,5.7,10.1,9.2c2.5,4,4,9.5,5.8,13.8c1.7,4.1,3.4,8.2,5.1,12.2c7.2,17.1,15.2,34.3,26.9,48.9c0.4,0.4,0.9,0.5,1.4,0.3 c-0.6,10.5-1.1,21.1-3,31.5c-6.5,4.1-12,9.5-16.2,15.8c-3.9,5.9-7.2,12.2-11.7,17.8c-7.4,9.4-17,16.8-26.9,23.4 c-8.2,5.3-16.6,10.3-25.3,14.8c-5.5,2.9-11.1,5.7-16.7,8.3c-1.4,0.7-2.9,1.4-4.4,2.1c-0.8,0.3-1.5,0.6-2.2,1 c-0.5,0.5-0.9,1.1-1.1,1.7c-1.1,2.3-2.5,4.5-4,6.6c-11.5,15.9-31.9,19.3-50.2,21.3c-2.3,0.2-4.5,0.5-6.8,0.7 c-9.1-7.6-17.8-15.7-26-24.3c-4.6-4.8-9-9.8-13.2-14.9c-0.9-1.1-1.8-3-3-3.7c-1-0.6-2.1-0.4-3.3-0.3c-4.5,0.1-9.2,0.4-13-2.3 c-0.4-0.3-1-0.3-1.3,0.1c-0.6-0.1-1.2-0.2-1.8-0.4c2.6-1.9,5.4-3.8,8.1-5.6c1.6-1.1,3.3-2.1,4.9-3.2c1.9-1,3.7-2.2,5.4-3.4 c1.1-0.9,1.1-3.5,1.5-4.8c0.3-1.2,0.6-2.4,0.9-3.6c0.2-0.9,0.5-1.8,0.8-2.6c0.1-0.3,0.2-0.6,0.3-1c0.1-0.2,0.2-0.4,0.3-0.6 c0.2-0.4,0.4-0.8,0.6-1.2c0-0.1,0.1-0.2,0.2-0.2c0,0,0.2-0.2,0.2-0.3c1-0.8,1.8-1.8,2.4-3c1.8-3.6,2.5-7.9,3.4-11.8 C189.4,933.5,191.4,920.6,193.3,907.7 M178,915.8c2.2-0.5,4.4-1,6.6-1.2c2.2-0.4,4.3-1.6,5.7-3.4c-1.5,9.8-3.1,19.6-5,29.3 c-0.8,4.9-1.9,9.7-3.4,14.4c-0.2,0.9-0.6,1.7-1.1,2.5c-0.1,0.1-0.2,0.3-0.3,0.4c0,0,0,0.1,0,0.1l-0.1,0.1 c-0.2,0.2-0.3,0.3-0.5,0.5c-0.9,0.8-1.7,1.8-2.2,2.9c-1.8,3.8-2.5,8.1-3.4,12.2c-5.6,3.6-11.2,7.1-16.6,11 c1.3-3.5,2.8-6.8,4.3-10.2c2.2-4.7,4.5-9.2,6.7-13.9c2.2-4.4,4.1-9,5.8-13.7c1.5-4.7,2.4-9.5,2.8-14.3c0.5-5.2,0.7-10.4,0.6-15.7 C178,916.4,178,916.1,178,915.8 M168.6,917.1c1.5,0.6,5.3-0.5,6.8-0.8c0.4-0.1,0.7-0.1,1.1-0.2c0,4.8-0.1,9.5-0.4,14.3 c-0.3,4.9-1.2,9.7-2.5,14.3c-1.5,4.6-3.3,9.1-5.5,13.5c-2.2,4.6-4.5,9.2-6.6,13.8c-2.2,4.6-4.2,9.3-5.9,14l0,0 c-0.2,0.1-0.3,0.2-0.5,0.4c-0.8-0.4-1.6-0.8-2.3-1.3c1.7-5.3,3.3-10.5,4.6-15.9c1.5-5.6,2.6-11.3,3.3-17c0.3-2.7,0.6-5.4,0.6-8.1 c0-1.7,0-3.4,0.1-5.1c0.2-4.2,0.6-8.5,1-12.7c0.5-4.8,1-9.7,1.6-14.5C165.3,913.8,166.7,916.2,168.6,917.1 M145.6,897.8 c0-0.2,0.1-0.5,0.1-0.7c2.3,1.3,4.5,2.7,6.6,4.3c3.7,2.6,7.1,5.6,10.3,9c-0.6,4.6-1.2,9.3-1.6,14c-0.4,4.4-0.8,8.9-1.1,13.3 c-0.1,1.4-0.2,2.9-0.1,4.3c0,2.7-0.1,5.3-0.4,8c-0.6,5.7-1.6,11.3-3,16.8c-1.4,5.7-3,11.3-4.8,16.9c-0.1,0.2-0.1,0.4-0.2,0.7 c-0.6-0.4-1.2-0.8-1.7-1.1c-0.7-0.5-1.3-0.9-2-1.4c2.3-6,4.2-12.2,5.7-18.4c0.7-2.8,1-5.7,0.7-8.6c-0.3-2.3-1-4.5-2.1-6.6 c-1-2.1-2.2-4.2-3.2-6.3c-1-2.4-1.8-4.9-2.3-7.5c-1-5.6-1.5-11.3-1.6-17C144.8,910.8,145,904.3,145.6,897.8 M131,893.7 c0.1-0.5,0.2-0.9,0.3-1.4c4.5,0.4,9,1.7,12.9,4c-0.7,6.2-1,12.5-0.9,18.7c0,5.9,0.4,11.8,1.3,17.7c0.4,2.5,1,5,1.8,7.5 c0.9,2.4,2,4.7,3.2,6.9c1.1,1.9,2,3.9,2.6,6c0.6,2.5,0.6,5.2,0.1,7.7c-1.3,6.5-3.2,12.9-5.6,19.1c-0.1,0.3-0.2,0.6-0.3,0.9 c-1.9-1.4-3.7-2.9-5.5-4.5c0.5-5.6,0.7-11.2,0.6-16.8c-0.1-9-2.9-17.7-8.1-25.1c-1.5-2.2-3.1-4.4-4.5-6.7c-1.2-1.9-2-4-2.4-6.2 c-0.4-2.8-0.5-5.6,0-8.3C127.2,906.6,129.3,900.1,131,893.7 M106.4,899.5c2,0.2,4.3,0.4,6-0.3c1.8-0.8,3.4-2.8,5.4-3.7 c1.9-0.8,3.9-1.5,6-2.1c0.2,0,0.4,0,0.6-0.1c1.7-0.6,3.6-1,5.4-1c-1.5,6.1-3.5,12.2-4.5,18.4c-0.6,3-0.8,6-0.6,9 c0.2,2.4,0.8,4.7,1.8,6.9c1.1,2.2,2.4,4.3,3.9,6.3c1.9,2.6,3.6,5.3,5.1,8.1c2.5,5.2,4,10.8,4.4,16.5c0.3,5.8,0.1,11.7-0.4,17.5 c0,0,0,0.1,0,0.1c-0.8-0.7-1.6-1.4-2.4-2.2c-4.6-4.2-9-8.7-13.4-13.2c-0.7-4.4-1.5-8.8-2.5-13.2c-1-4.5-2.2-9-3.6-13.4 c-1.2-3.8-2.5-7.5-4.1-11.1c-1.8-4.1-3.7-8.1-5.2-12.3C106.8,906.4,106.3,902.9,106.4,899.5 M104.8,899.3 c-0.1,3.2,0.3,6.3,1.3,9.3c1.4,4.1,3,8.1,4.9,12c0.9,2,1.8,3.9,2.5,5.9c0.7,1.8,1.3,3.6,1.9,5.4c1.4,4.3,2.6,8.8,3.7,13.2 c1,4.2,1.9,8.4,2.6,12.7c-1.8-1.8-3.6-3.6-5.4-5.4c-0.7-0.7-2.3-2.7-3.6-2.9c-6.6-3.6-12.7-8-18.9-12.2c0.3-2.9,0.4-5.8,0.5-8.7 c0-1,0.1-2,0.1-3c0-0.4,0.1-0.8,0.1-1.1c0-0.1,0-0.2,0-0.2c0,0,0,0,0-0.1l0-0.1c0-0.2,0.1-0.4,0.1-0.5c0.4-1.9,1-3.8,1.7-5.6 c1.1-2.9,2.3-5.8,3.5-8.7c1.4-3.2,2.7-6.5,3.9-9.8C104,899.3,104.4,899.3,104.8,899.3 M102,899.2c-2.1,5.8-4.7,11.4-6.8,17.2 c-0.8,2-1.5,4-2,6.1c-0.3,1.6-0.5,3.3-0.5,4.9c-0.1,2.9-0.2,5.8-0.5,8.7c-3.7-2.6-7.5-5.1-11.4-7.3c-4.3-2.6-9-4.8-13.8-6.4 c1.3-1.5,2.7-3,4.3-4.3c0.9-0.8,1.9-1.5,2.9-2.2c1-0.8,2-1.5,2.9-2.3c3.7-2.9,7.1-6.2,10.3-9.7c1.6-1.8,3-3.6,4.4-5.5 C95.2,898.8,98.6,899,102,899.2 M70.2,895.3c4.6,1,9.3,1.7,13.9,2.3c1.9,0.2,3.9,0.5,5.8,0.7c-2.4,3.2-5.1,6.3-8,9.1 c-3.5,3.3-7.2,6.3-11.1,9.2c-2,1.6-3.9,3.4-5.5,5.4c-0.2-0.1-0.4-0.1-0.6-0.2c-0.8-0.2-1.5-0.4-2.3-0.5c3.1-6.6,6-13.5,7.2-20.8 C69.9,898.7,70.1,897,70.2,895.3 M52.5,893c1.6,0.2,3.2,0.3,4.8,0.3c1.5,0,4-0.8,5.3-0.6c0.7,0.3,1.4,0.7,2.1,1.2 c1.3,0.5,2.6,0.9,3.9,1.2c-0.3,7.2-2.6,14.2-5.5,20.8c-0.7,1.7-1.5,3.5-2.4,5.2c-1.3-0.2-2.5-0.3-3.8-0.3c-0.3,0-0.7,0-1,0 c0.1-3.9,0.5-7.9,0.5-11.8c0-2.1-0.3-4.2-0.7-6.2c-0.5-1.9-1.2-3.7-2.1-5.5c-0.7-1.5-1.6-2.9-2.4-4.2 C51.6,892.9,52.1,892.9,52.5,893 M19.7,880.7c3.6,1.4,7.2,2.9,10.7,4.6c4.8,2.5,9.9,4.5,15,6.2c1.2,0.4,2.4,0.6,3.7,0.9 c2.2,3,3.9,6.4,5,9.9c1.1,3.9,0.9,8.1,0.7,12.2c-0.1,2-0.2,4.1-0.3,6.1c-0.6,0-1.1,0.1-1.6,0.2c-1.6,0.2-1.9,0.8-2.7,1.9 c-0.6,0.3-1.2,0.7-1.7,1.1c-2.7-7.3-5.8-14.6-10.7-20.7c-2.3-2.7-4.9-5.2-7.8-7.3c-2.5-1.7-4.8-3.6-6.9-5.8 c-2.3-2.8-3.8-6.2-4.3-9.7C19,880.5,19.4,880.6,19.7,880.7'/%3E%3Cpath id='Path_603_00000114788008049761587990000006150371034864927888_' class='st2' d='M1560.6,1198.7c-1.1-1.7-2.3-3.3-3.5-5 c-1.2-1.5-2.4-3-3.5-4.7c-1.4-2.4-1.8-5.4-4-7.4c-2.4-2.1-5.4-1.8-8.2-1c-0.7-4.1,2.2-7.8,3.5-11.4c0.8-2.1,1.6-4.2,2.7-6.3 c0.6-1.2,1-2.5,1.3-3.8c0.3,0.1,0.5,0,0.7-0.2c2.9-2.5,4.2-6.2,5.7-9.7c1.6-3.7,4.2-6.9,6.5-10.2c1.2-1.7,2.4-3.4,3.4-5.2 c1-1.9,1.9-3.9,2.7-6c1.8-4.5,3.8-8.8,5.9-13.2c2-4.3,3.9-8.7,5.8-13c1.9-4.3,3.8-8.6,5.5-13c1.8-4.4,3.2-8.9,4.2-13.5 c1-4.6,1.5-9.2,2.3-13.9c0.4-2.3,0.8-4.7,1.4-6.9c0.6-2.3,1.3-4.5,1.8-6.7c0.5-2.3,1.2-4.5,1.9-6.8c0.5-1.7,0.6-3.5,0.4-5.3 c0-0.7-0.2-1.7,0.3-2.3c0.2-0.2,0.3-0.5,0.2-0.8c0.8-0.7,1.5-1.3,2.3-2v-2c-1.7,1.4-3.4,2.9-5.1,4.3c-2.5,2.2-5.2,4.1-7.7,6.2 c-1.3,1-2.6,2.1-3.8,3.3s-2.4,2.4-3.5,3.6c-4.5,4.9-9.3,9.5-14.4,13.8c-1.2,1-2.5,1.8-3.9,2.5c-1.4,0.7-2.8,1.2-4.1,2 c-2.7,1.8-5.1,3.9-7.2,6.3c-0.5,0.6-1.1,1.1-1.6,1.7c-0.5-0.2-1-0.4-1.4-0.7c-0.6-0.6-0.9-1.4-0.8-2.3c-0.1-1.7,0-3.5,0.2-5.2 c0.1-2.1-0.1-4.1-0.1-6.1c0-2.3,0.3-4.7,1-6.9c1.4-4.5,3.3-8.8,3.8-13.5c0.3-2.3,0.4-4.6,0.3-6.9c0.1-1.9-0.4-3.8-1.3-5.4 c-0.9-1.7-2.1-3.2-3-4.8c-0.4-0.6-0.9-1.4-0.4-2.1c0.7-0.6,1.4-1.2,2.1-1.7c1.6-1.5,3.1-3.1,4.8-4.5c1.7-1.4,3.4-2.9,5-4.4 c3.3-3.1,6.5-6.3,9.7-9.6c6.4-6.6,12.7-13.1,19.7-19c3.9-3.3,7.8-6.7,11.9-9.9v-1.9c-2.6,2.1-5.2,4.2-7.7,6.3 c-3.7,3.1-7.4,6.1-10.9,9.4c-3.4,3.1-6.6,6.4-9.8,9.7c-6.4,6.5-12.6,13.2-19.8,19c-1.7,1.4-3.1,3.2-4.8,4.5c-1,0.8-2.1,1.5-1.9,3 c0.3,1.7,1.7,3.3,2.6,4.7c1.3,1.6,2.1,3.5,2.3,5.6c0.3,4.8-0.3,9.7-1.7,14.3c-1.4,4.4-3.4,8.8-3.4,13.5c0,2.1,0.3,4.3,0.2,6.4 c-0.1,1.7-0.3,3.3-0.2,5c-0.1,1.4,0.4,2.9,1.3,4c0.6,0.5,1.2,0.9,1.9,1.1c1,0.4,1.9,0.9,2.7,1.5c3.6,2.5,6.3,6,7.9,10 c0.8,1.9,1.4,4,2.1,6c0.8,2.2,1.4,4.6,1.8,6.9c0.2,2.4,0,4.8-0.5,7.1c-0.6,2.2-1,4.5-1.2,6.7c0.1,2.4-0.1,4.8-0.8,7.1 c-0.8,2.1-1.8,4.2-2.9,6.2c-1.8,4.1-3.4,8.2-4.9,12.4c-1.7,4.4-3,9-3.8,13.7c-0.4,2.2-0.7,4.5-0.8,6.8c-0.1,2.3-1.3,4.1-2.3,6.1 c-0.9,2-1.5,4.1-2.4,6.1c-1,1.9-1.8,3.8-2.5,5.9c-0.6,1.8-0.6,3.7-0.2,5.6c0.1,0.4,0.5,0.7,1,0.5c1.7-0.7,3.5-1,5.3-0.8 c1.6,0.4,2.8,1.4,3.5,2.9c0.7,1.3,1.1,2.6,1.7,4c0.7,1.4,1.6,2.7,2.6,3.9c1.9,2.4,3.6,4.9,5.3,7.5h1.9 C1561.2,1199.6,1560.9,1199.1,1560.6,1198.7 M1551.8,1143.5c1.4-4.4,3.3-8.7,4.8-13.1c1.4-4.1,3.9-7.6,5.2-11.7 c0.5-2.2,0.7-4.5,0.6-6.7c0-2.5,0.9-4.8,1.3-7.2c0.4-2.2,0.6-4.4,0.4-6.6c-0.3-2.1-0.8-4.2-1.5-6.3c-1.1-4-2.6-7.8-4.6-11.4 c-1.9-3.2-4.6-5.7-7.8-7.5c2-2.2,4.1-4.3,6.4-6.2c2.4-1.9,5.4-2.6,8-4.3c1.4-0.9,2.7-2,3.9-3.1c1.3-1.1,2.5-2.2,3.7-3.4 c2.4-2.3,4.8-4.7,7.1-7.1c2.3-2.4,4.6-4.8,7.1-7c2.5-2.1,5.1-4.1,7.7-6.1c0.6-0.5,1.1-0.9,1.7-1.4c-0.1,0.9,0.1,1.9,0.1,2.8 c0,0.9-0.1,1.8-0.3,2.7c-0.3,1.1-0.7,2.1-1,3.2c-0.6,2.2-1.1,4.5-1.7,6.8c-0.6,2.3-1.3,4.5-1.8,6.9c-0.9,4.6-1.5,9.3-2.3,13.9 c-0.8,4.6-1.9,9.2-3.5,13.6c-1.6,4.4-3.4,8.8-5.3,13.1c-1.9,4.4-3.8,8.8-5.8,13.1c-2,4.4-4.1,8.7-6,13.1 c-0.9,2.1-1.7,4.3-2.6,6.5c-0.8,1.9-1.8,3.8-3,5.5c-2.3,3.5-5,6.7-7.1,10.3c-1.9,3.2-2.8,6.9-4.9,10c-0.4,0.6-0.9,1.1-1.3,1.6 C1549.4,1152.7,1550.3,1148,1551.8,1143.5'/%3E%3Cpath id='Path_604_00000046337357174281813730000006099505247704098434_' class='st2' d='M432.6,1123.8L432.6,1123.8'/%3E%3Cpath id='Path_605_00000137850307364749908180000001355336191734567606_' class='st2' d='M1593.9,1142.5 c-4.1,4.1-8.2,8.3-12.3,12.4c-4.6,4.5-9.2,8.8-14,13.1c-4.7,4.3-9.5,8.5-14.3,12.8l-1.8,1.6c-0.8,0.7,0.4,1.8,1.1,1.1 c4.8-4.2,9.6-8.5,14.3-12.8c4.7-4.3,9.4-8.6,14-13c4.3-4.1,8.4-8.4,12.6-12.6c2.2-2.2,4.3-4.4,6.5-6.5v-2.2 C1597.9,1138.6,1595.9,1140.5,1593.9,1142.5'/%3E%3Cpath id='Path_606_00000181805346155646536140000009959266597215342755_' class='st2' d='M594.1,1166.1 C594.1,1166.2,594.1,1166.1,594.1,1166.1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_00000008123799476797061280000014457484332652133291_' x='58.5' y='220.1' width='279.2' height='379.1'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000057136661133823297710000012826259827841141413_'%3E%3Cuse xlink:href='%23SVGID_00000008123799476797061280000014457484332652133291_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1138_00000103963117261548715280000009555745463184969401_' style='clip-path:url(%23SVGID_00000057136661133823297710000012826259827841141413_);'%3E%3ClinearGradient id='Path_625_00000170262598832174416800000017189222780862272442_' gradientUnits='userSpaceOnUse' x1='11.9831' y1='1208.3892' x2='11.9831' y2='1207.3892' gradientTransform='matrix(8.9711 0 0 -151.854 101.6705 183946.0312)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_625_00000135673316217595319440000002644527407846166710_' style='fill:url(%23Path_625_00000170262598832174416800000017189222780862272442_);' d=' M205.9,599.2c-0.4-3.3-0.9-6.5-1.1-9.8c-0.5-8.4,0.7-16.6,2.3-24.8c0.3-2.1,0.5-4.2,0.5-6.3c0.3-6.1,0.6-12.1,0.9-18.2 c0.1-1.2,0-2.4-0.1-3.5c-0.4-4.4-1.2-8.8-1.2-13.2c0-5,0.3-10,1-14.9c0.9-7.6,1.8-15.1,1.1-22.8c-1-10.5-3.2-21-2.4-31.7 c0.1-1.8,0.4-3.6,0.7-5.4c0.1-0.5,0.8-0.9,1.2-1.3c0.4,0.5,1,1,1.1,1.5c0.1,1.6,0.1,3.3,0,4.9c-0.3,5.6,0.2,11.1,1.5,16.6 c2.2,10.6,2.9,21.5,2,32.2c-0.4,4.3-1.1,8.6-1.9,12.8c-0.9,5.2-1,10.6-0.4,15.9c0.5,6.1,0.2,12.2-0.7,18.2 c-0.4,3.5-0.4,7-0.8,10.5c-0.2,2.8-0.6,5.6-1.1,8.4c-1.5,7.6-2.1,15.4-1.7,23.2c0.1,2.6,0,5.1,0,7.7L205.9,599.2'/%3E%3ClinearGradient id='Path_626_00000150785472282359842060000006687965759911656085_' gradientUnits='userSpaceOnUse' x1='44.7992' y1='1219.3105' x2='44.7992' y2='1218.3105' gradientTransform='matrix(60.613 0 0 -65.9706 -2471.468 80796.125)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_626_00000115488458399393465770000017927842481652141481_' style='fill:url(%23Path_626_00000150785472282359842060000006687965759911656085_);' d=' M274.3,421.5c-0.6,0.8-1,1.8-1.7,2c-0.9,0.2-1.9,0-2.7-0.6c-1.7-1.4-3.3-3-4.7-4.6c-6.4-7.1-12.7-14.3-19.2-21.4 c-3-3.3-6.3-6.5-9.3-9.9c-2.4-2.8-4.4-6-6.8-8.8c-4-4.8-8.1-9.4-12.2-14.1c-1.3-1.5-2.7-3-3.9-4.6c-0.3-0.5-0.2-1.3-0.2-1.9 c0.6,0.2,1.4,0.1,1.8,0.5c2.8,2.8,5.6,5.6,8.3,8.5c4.6,4.7,9.1,9.5,13.7,14.2c3.3,3.3,6.7,6.5,10,9.9c0.5,0.6,1,1.3,1.3,2 c0.7,1.2,1.4,2.3,2.2,3.4c3.4,3.7,6.9,7.3,10.4,10.9c3.7,3.9,7.4,7.7,11.1,11.6C273.1,419.5,273.7,420.4,274.3,421.5'/%3E%3ClinearGradient id='Path_627_00000181770472841826630450000013680862014327347332_' gradientUnits='userSpaceOnUse' x1='43.7838' y1='1224.3568' x2='43.7838' y2='1223.3568' gradientTransform='matrix(51.4491 0 0 -52.3027 -1990.8986 64296.7891)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_627_00000091736093393469096110000002300894351860492986_' style='fill:url(%23Path_627_00000181770472841826630450000013680862014327347332_);' d=' M236,311.5c0.2-0.5,0.5-1,0.8-1.5c1-1.1,2.1-2.2,3.2-3.3c4.7-4.9,9.4-9.9,14.1-14.9c4.3-4.5,8.7-8.9,13-13.4 c5.4-5.6,10.7-11.2,16.1-16.8c0.6-0.7,1.4-1.2,2.2-1.7c0.5-0.3,1-0.3,1.5-0.1c0.4,0.4,0.6,1,0.5,1.6c-0.4,1.2-1.1,2.3-1.9,3.3 c-6.8,7.2-13.4,14.5-20.4,21.4c-8,7.9-16.3,15.4-24.5,23c-1.3,1.1-2.6,2-4,2.9L236,311.5'/%3E%3ClinearGradient id='Path_628_00000026142284723811673210000005653323062219451302_' gradientUnits='userSpaceOnUse' x1='45.6801' y1='1261.5824' x2='45.6801' y2='1260.5824' gradientTransform='matrix(71.6898 0 0 -20.6865 -3003.4749 26401.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_628_00000039097977847425487950000013642515753311426957_' style='fill:url(%23Path_628_00000026142284723811673210000005653323062219451302_);' d=' M235.5,323.8c1.7-0.7,3.3-1.5,5-2c7.7-2.4,15.3-4.9,23.1-7.1c8.4-2.4,17-4.4,25.4-6.7c3.9-1,7.6-2.3,11.5-3.3 c1.2-0.4,2.5-0.6,3.8-0.7c1.2-0.2,2.4,0.6,2.8,1.8c0.3,1.1-0.3,2.3-1.4,2.6c-0.1,0-0.1,0-0.2,0c-2.1,0.7-4.2,1.2-6.4,1.6 c-8.3,1.7-16.7,3.2-24.9,5.1c-7.6,1.7-15,3.8-22.5,5.7c-4.8,1.2-9.6,2.6-14.4,3.8c-0.5,0.1-1.1,0-1.6-0.1L235.5,323.8'/%3E%3ClinearGradient id='Path_629_00000142141232968084605800000016292477105948862896_' gradientUnits='userSpaceOnUse' x1='44.9608' y1='1228.3773' x2='44.9608' y2='1227.3773' gradientTransform='matrix(62.381 0 0 -44.8923 -2532.0022 55511.6172)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_629_00000097493058951537689370000007042676012675271358_' style='fill:url(%23Path_629_00000142141232968084605800000016292477105948862896_);' d=' M303.9,409.3c0.1,1.2-0.8,2.3-2,2.5c-0.5,0.1-1-0.1-1.4-0.3c-0.6-0.4-1.3-0.9-1.8-1.4c-3.9-3.1-7.7-6.3-11.7-9.3 c-3.8-2.9-7.7-5.7-11.5-8.5c-2.8-2-5.6-3.9-8.4-5.9c-4.5-3.1-8.9-6.2-13.4-9.3c-2.7-1.9-5.4-3.7-8.1-5.7c-1.3-0.9-2.5-2-3.7-3.1 c-0.3-0.3-0.3-0.9-0.5-1.4c0.5,0.1,1.1,0,1.5,0.2c2.4,1.6,4.8,3.3,7.2,4.8c4.6,3.1,9.3,6.1,13.9,9.1c6.6,4.4,13.2,8.7,19.8,13.1 c4.5,3,9,6.1,13.5,9.2c1.9,1.3,3.7,2.8,5.5,4.3C303.2,408.2,303.6,408.7,303.9,409.3'/%3E%3ClinearGradient id='Path_630_00000134950018977964470670000002514266718624254653_' gradientUnits='userSpaceOnUse' x1='44.8116' y1='1249.6566' x2='44.8116' y2='1248.6566' gradientTransform='matrix(60.7446 0 0 -25.6547 -2464.2871 32403.6836)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_630_00000157280293444851734990000008467678346296054679_' style='fill:url(%23Path_630_00000134950018977964470670000002514266718624254653_);' d=' M285.7,369.8c-3-1.1-5.7-2-8.4-3.1c-12.1-5.1-24.2-10.3-36.3-15.4c-4.1-1.7-8.2-3.4-12.2-5.1c-0.4-0.1-0.7-0.4-1-0.7 c-0.2-0.4-0.3-0.8-0.3-1.2c0.4-0.1,0.8-0.3,1.1-0.2c2,0.5,4,1,5.9,1.8c7.8,2.9,15.5,6.1,23.4,8.9c6.6,2.3,13.3,4.2,20,6.4 c2.6,0.9,5.2,1.9,7.8,3c0.7,0.3,1.4,0.7,1.8,1.3c0.5,0.7,1,1.8,0.7,2.4C287.7,368.6,286.6,369.1,285.7,369.8'/%3E%3ClinearGradient id='Path_631_00000080177067305929379460000014592970264914212758_' gradientUnits='userSpaceOnUse' x1='40.158' y1='1218.8755' x2='40.158' y2='1217.8755' gradientTransform='matrix(33.4114 0 0 -67.4908 -1116.1763 82509.0625)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_631_00000172433157635714254170000002890486343408750755_' style='fill:url(%23Path_631_00000080177067305929379460000014592970264914212758_);' d=' M242.3,248.1c-1,2.3-1.8,4.4-2.8,6.5c-3.4,6.9-6.7,13.9-10.2,20.7c-2.6,5.1-5.6,10-8.2,15c-2.8,5.4-5.2,10.9-7.9,16.4 c-0.9,1.8-1.7,3.6-2.7,5.4c-0.4,0.6-1,1-1.6,1.4c-0.1-0.8-0.1-1.6,0.1-2.4c1.8-3.9,3.8-7.7,5.6-11.7c2.6-5.6,5.1-11.3,7.6-16.9 c4.9-11.2,9.7-22.3,14.7-33.5c0.5-1,1.3-1.9,2.2-2.7c0.6-0.4,1.3-0.5,1.9-0.3C241.6,246.6,241.8,247.4,242.3,248.1'/%3E%3ClinearGradient id='Path_632_00000175318079216063883990000002529982290901774481_' gradientUnits='userSpaceOnUse' x1='44.7878' y1='1235.4164' x2='44.7878' y2='1234.4164' gradientTransform='matrix(60.4916 0 0 -35.9699 -2551.2896 44730.8477)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_632_00000156575616791261466380000008530869494917236866_' style='fill:url(%23Path_632_00000175318079216063883990000002529982290901774481_);' d=' M129.6,293c0.8,0.3,1.7,0.6,2.5,1c5.8,3.4,11.7,6.8,17.5,10.3c4.9,2.9,9.7,5.8,14.5,8.8c7.5,4.8,14.7,10.2,22.8,14.1 c0.1,0.1,0.3,0.1,0.4,0.2c0.3,0.5,0.6,0.9,1,1.4c-0.6,0-1.2,0.2-1.6,0c-2.3-1.1-4.5-2.2-6.7-3.4c-6.8-3.8-13.5-7.7-20.3-11.4 c-7.5-4.1-15-8-22.6-12.1c-2.6-1.4-5.2-2.9-7.8-4.5c-1-0.6-1.9-1.6-1.4-2.8C128.2,294,129,293.6,129.6,293'/%3E%3ClinearGradient id='Path_633_00000038411217456410248740000002496504020812844452_' gradientUnits='userSpaceOnUse' x1='39.1338' y1='1226.7648' x2='39.1338' y2='1225.7648' gradientTransform='matrix(30.4007 0 0 -47.597 -953.0637 58780.6875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_633_00000152986434147241744710000006653594562443229860_' style='fill:url(%23Path_633_00000038411217456410248740000002496504020812844452_);' d=' M251.8,435.8c-0.5,0.7-0.8,1.6-1.4,2c-0.7,0.3-1.5,0.2-2.1-0.2c-0.9-0.6-1.7-1.4-2.2-2.3c-2.7-4.9-5.3-9.9-8.1-14.7 c-3.8-6.7-7.8-13.4-11.7-20.1c-1.6-2.8-3.2-5.6-4.8-8.5c-0.2-0.4,0-1.1,0.1-1.7c0.5,0.2,1.2,0.2,1.4,0.6c2.3,2.9,4.8,5.7,6.8,8.7 c3.3,4.8,6.4,9.8,9.5,14.8c1.7,2.7,3.1,5.4,4.8,8.1c1.9,3,3.8,6,5.7,9C250.5,432.9,251.2,434.3,251.8,435.8'/%3E%3ClinearGradient id='Path_634_00000011007561196884539480000009860214298166294425_' gradientUnits='userSpaceOnUse' x1='44.9497' y1='1473.2028' x2='44.9497' y2='1472.2028' gradientTransform='matrix(62.2563 0 0 -4.6629 -2510.259 7201.5249)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_634_00000089553954802208896400000008932319185418538397_' style='fill:url(%23Path_634_00000011007561196884539480000009860214298166294425_);' d=' M293.4,336.8c-5.8,0-11.7,0-17.5,0c-5.2,0-10.3,0-15.5-0.1c-0.7,0-1.4-0.1-2.1-0.3c-0.4-0.1-0.8-0.6-1.2-0.9 c0.4-0.3,0.9-0.5,1.4-0.7c2.8-0.3,5.6-0.5,8.4-0.7c5.4-0.4,10.8-0.8,16.3-1.1c4.9-0.3,9.8-0.4,14.8-0.5 c5.9-0.2,11.8-0.3,17.6-0.4c0.8,0,1.6,0.1,2.4,0.3c0.6,0.2,1.3,0.7,1.3,1.2c0,0.7-0.2,1.3-0.7,1.8c-0.6,0.4-1.4,0.6-2.1,0.6 c-5.6,0.1-11.3,0.1-16.9,0.1c-2,0-4.1,0-6.1,0C293.4,336.3,293.4,336.5,293.4,336.8'/%3E%3ClinearGradient id='Path_635_00000001660904868254770720000004591746801151030975_' gradientUnits='userSpaceOnUse' x1='44.486' y1='1230.1305' x2='44.486' y2='1229.1305' gradientTransform='matrix(57.456 0 0 -42.2802 -2425.0068 52371.5898)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_635_00000125563203952753234690000009206438240353609639_' style='fill:url(%23Path_635_00000001660904868254770720000004591746801151030975_);' d=' M104.6,403.8c-1.8,0-2.8-1.3-2.1-2.7c0.3-0.8,0.9-1.4,1.6-1.8c8-4.5,15.1-10.3,22.4-15.7c6.8-5,13.5-9.9,20.4-14.7 c3.6-2.5,7.3-4.8,11-7.2c0.5-0.3,1.3-0.1,1.9-0.1c-0.3,0.5-0.5,1.2-0.9,1.6c-6.7,5-13.4,9.9-20,14.9 c-8.8,6.7-17.4,13.6-26.1,20.5c-2.1,1.6-4.2,3.2-6.3,4.7C105.7,403.4,105.2,403.6,104.6,403.8'/%3E%3ClinearGradient id='Path_636_00000008132030622913224930000011019794760868996000_' gradientUnits='userSpaceOnUse' x1='43.6874' y1='1219.6989' x2='43.6874' y2='1218.6989' gradientTransform='matrix(50.7211 0 0 -64.67 -2059.1897 79236.2812)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_636_00000148624529418218551660000002529868974593859202_' style='fill:url(%23Path_636_00000008132030622913224930000011019794760868996000_);' d=' M182,358.7c-1.6,2-3.1,4-4.7,6c-3.8,5-7.6,10-11.5,14.9c-4.4,5.6-9,11.2-13.2,16.9c-4,5.5-7.7,11.2-11.4,16.9 c-1.5,2.3-2.7,4.7-4.2,7c-0.5,0.7-1,1.3-1.7,1.8c-0.9,0.9-2.3,1-3.2,0.1c0,0-0.1-0.1-0.1-0.1c-1-0.9-1.1-2.4-0.3-3.4 c1.2-1.8,2.6-3.4,3.8-5c2.7-3.4,5.3-6.9,8-10.3c2.9-3.6,5.7-7.3,8.7-10.8c5.6-6.6,11.4-13.1,17-19.7c2.4-2.8,4.6-5.8,6.9-8.7 c1.7-2.1,3.5-4,5.2-6L182,358.7'/%3E%3ClinearGradient id='Path_637_00000051358068968010574120000005442044303203718792_' gradientUnits='userSpaceOnUse' x1='45.3726' y1='1282.8878' x2='45.3726' y2='1281.8878' gradientTransform='matrix(67.3912 0 0 -15.3693 -2931.1658 20030.8613)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_637_00000150787045397136769490000009834105896744172428_' style='fill:url(%23Path_637_00000051358068968010574120000005442044303203718792_);' d=' M160.1,329.2c-1.2,0-2.4,0-3.6-0.2c-5.6-1.1-11.3-2.4-16.9-3.6c-6.2-1.3-12.4-2.5-18.6-3.6c-5-0.9-10.1-1.8-15.1-2.7 c-3.3-0.6-6.7-1.2-10-1.8c-0.9-0.2-1.7-0.6-2.5-1.2c-0.4-0.3-0.6-0.8-0.6-1.4c0.3-0.5,0.7-0.8,1.3-0.9c1.3-0.1,2.6,0,3.8,0.2 c3.9,0.7,7.9,1.5,11.8,2.2c4.3,0.8,8.7,1.4,13,2.4c8.3,2,16.6,4.2,25,6.3c3.3,0.9,6.7,1.7,10,2.6c0.9,0.3,1.7,0.6,2.5,1 C160.2,328.8,160.2,329,160.1,329.2'/%3E%3ClinearGradient id='Path_638_00000032612768323455367070000011988296016808123531_' gradientUnits='userSpaceOnUse' x1='34.8567' y1='1224.9973' x2='34.8567' y2='1223.9973' gradientTransform='matrix(22.0887 0 0 -50.9624 -610.5746 62658.793)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_638_00000041294510043650979040000003261871058814279053_' style='fill:url(%23Path_638_00000032612768323455367070000011988296016808123531_);' d=' M169.9,280.9c-0.6-0.5-1.1-1.1-1.5-1.7c-2.9-5.7-5.9-11.3-8.5-17.1c-2.8-6.1-5.2-12.4-7.7-18.6c-1.3-3.2-2.4-6.6-3.5-9.9 c-0.3-0.6-0.4-1.3-0.3-2c0.1-0.6,0.5-1.6,0.9-1.7c0.7,0,1.4,0.3,1.9,0.9c0.7,1.2,1.3,2.5,1.8,3.9c4.8,12.1,9.7,24.1,14.5,36.2 c1,2.5,1.9,5.1,2.7,7.7c0.1,0.7,0.2,1.3,0.2,2L169.9,280.9'/%3E%3ClinearGradient id='Path_639_00000098923075861231685210000003924045194885245086_' gradientUnits='userSpaceOnUse' x1='40.9914' y1='1223.4647' x2='40.9914' y2='1222.4647' gradientTransform='matrix(36.34 0 0 -54.291 -1242.3206 66670.9844)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_639_00000020363347521097498340000006555869113107470008_' style='fill:url(%23Path_639_00000098923075861231685210000003924045194885245086_);' d=' M229.1,301.9c0.3-0.8,0.6-1.6,1-2.3c1.9-2.9,3.9-5.8,5.7-8.8c3.6-5.8,7.1-11.7,10.8-17.5c2.9-4.6,6.1-9.1,9-13.7 c1.7-2.7,3.2-5.6,4.8-8.4c0.6-1.1,1.4-2,2.2-2.9c0.5-0.4,1.2-0.5,1.8-0.4c0.6,0.4,0.9,1,1,1.7c0,0.9-0.3,1.8-0.8,2.6 c-2.7,4.4-5.5,8.8-8.4,13.1c-3.2,4.8-6.6,9.5-9.9,14.1c-3,4.1-6.1,8.1-9.1,12.2c-1.9,2.6-3.7,5.2-5.5,7.8c-0.6,0.9-1.3,1.7-2,2.6 L229.1,301.9'/%3E%3ClinearGradient id='Path_640_00000070818512662788790330000017889783362593159560_' gradientUnits='userSpaceOnUse' x1='22.9266' y1='1219.8768' x2='22.9266' y2='1218.8768' gradientTransform='matrix(12.5317 0 0 -64.091 -77.7451 78555.8516)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_640_00000116956950299633492200000014912231817244251838_' style='fill:url(%23Path_640_00000070818512662788790330000017889783362593159560_);' d=' M203.8,372.7c0.3,0.6,0.5,1.3,0.7,1.9c2.2,10,4.5,19.9,6.4,29.9c1.5,7.6,2.6,15.3,3.8,23c0.3,2,0.7,4.1,1,6.1 c0.2,1.3,0.1,2.6-1.3,3.1c-0.9,0.3-2.2-1-2.6-2.4c-0.2-0.9-0.2-1.8-0.4-2.8c-1.1-7.9-2.1-15.8-3.3-23.7 c-1.2-8.6-2.6-17.1-3.8-25.7c-0.4-2.6-0.7-5.3-1-8c-0.1-0.5-0.1-1-0.1-1.4L203.8,372.7'/%3E%3ClinearGradient id='Path_641_00000051345389476805608460000005218498351184794531_' gradientUnits='userSpaceOnUse' x1='30.0543' y1='1220.0894' x2='30.0543' y2='1219.0894' gradientTransform='matrix(16.9004 0 0 -63.413 -326.5553 77605.6953)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_641_00000181046373610595676160000017298891954266655130_' style='fill:url(%23Path_641_00000051345389476805608460000005218498351184794531_);' d=' M189.8,298.6c-0.2,0.3-0.4,0.6-0.7,1c-0.4-0.3-1-0.5-1.1-0.8c-0.9-2.5-1.7-5-2.3-7.5c-1.8-8.1-3.4-16.2-5.4-24.3 c-2-8.4-4.4-16.7-6.6-25.1c-0.3-1.1-0.6-2.2-0.8-3.3c-0.2-1.1,0.1-2.3,1.2-2.5c0.9,0,1.7,0.5,2.1,1.3c0.9,2.4,1.6,4.8,2.2,7.2 c2.8,10.5,4.3,21.2,6.1,31.8c1.2,7,3.2,13.9,4.8,20.9C189.6,297.7,189.7,298.1,189.8,298.6'/%3E%3ClinearGradient id='Path_642_00000049193985540964684930000001974865715770038696_' gradientUnits='userSpaceOnUse' x1='33.3779' y1='1224.0282' x2='33.3779' y2='1223.0282' gradientTransform='matrix(20.181 0 0 -53.018 -450.8806 65115.6328)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_642_00000130634098507203297600000004932267443784796069_' style='fill:url(%23Path_642_00000049193985540964684930000001974865715770038696_);' d=' M232.8,222c-0.3,1-0.6,2.1-1,3.1c-2,4.3-4,8.6-5.9,12.9c-2.7,6.3-4.8,12.8-6.3,19.5c-1.1,4.4-2.6,8.8-4,13.1 c-0.2,0.7-0.6,1.3-1,1.9c-0.3,0.3-0.8,0.5-1.2,0.7c-0.3-0.4-0.5-0.9-0.7-1.4c0-0.5,0.2-1,0.4-1.5c1.5-5.2,2.8-10.5,4.4-15.7 c2-6.7,4.1-13.4,6.3-20c1.1-3.4,2.3-6.8,3.6-10.2c0.5-1.3,1.1-2.5,2-3.6c0.6-0.5,1.4-0.8,2.1-0.6 C232.1,220.4,232.4,221.4,232.8,222'/%3E%3ClinearGradient id='Path_643_00000163070361409064590500000000966848003758812322_' gradientUnits='userSpaceOnUse' x1='45.2097' y1='1279.7948' x2='45.2097' y2='1278.7948' gradientTransform='matrix(65.3158 0 0 -15.965 -2826.9644 20776.5176)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_643_00000011737356556078119490000003882104745663784840_' style='fill:url(%23Path_643_00000163070361409064590500000000966848003758812322_);' d=' M96.1,360.6c-0.5-0.1-1.1-0.2-1.6-0.4c-0.8-0.2-1.4-1.1-1.1-1.9c0.1-0.5,0.4-0.8,0.9-1c1.5-0.7,3-1.1,4.6-1.4 c3.8-0.7,7.7-1.1,11.5-1.7c5.6-1,11.3-2.1,16.9-3.3c6.7-1.4,13.3-3,20-4.4c3.3-0.7,6.5-1.2,9.8-1.8c0.5,0,1,0.1,1.5,0.3 c-0.3,0.5-0.6,1.1-1,1.3c-1,0.5-2.1,0.8-3.2,1.1c-3.8,0.8-7.7,1.5-11.4,2.3c-11.6,2.6-23.2,5.3-34.8,8c-3.6,0.8-7.3,1.8-10.9,2.7 C96.9,360.4,96.5,360.5,96.1,360.6'/%3E%3ClinearGradient id='Path_644_00000031889263014587531920000007571189075303955586_' gradientUnits='userSpaceOnUse' x1='41.4799' y1='1235.6917' x2='41.4799' y2='1234.6917' gradientTransform='matrix(38.3079 0 0 -35.6925 -1445.0881 44358.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_644_00000150077548343809909250000008898016632120408473_' style='fill:url(%23Path_644_00000031889263014587531920000007571189075303955586_);' d=' M126.8,253.6c1.4,0.8,2.7,1.7,3.9,2.7c7.4,7.3,14.6,14.7,22,22c3,2.9,6.1,5.6,9.2,8.5c0.7,0.6,1.8,1.3,0.9,2.4 c-0.2,0.3-1.6-0.1-2.2-0.6c-2.3-1.7-4.5-3.6-6.7-5.5c-3.7-3.3-7.4-6.6-11.1-10c-4.3-3.9-8.6-7.9-12.9-11.9 c-1.5-1.4-3.2-2.7-4.7-4.2c-0.4-0.6-0.5-1.4-0.2-2.1C125.2,254.4,126,254.1,126.8,253.6'/%3E%3ClinearGradient id='Path_645_00000052815999036095037460000014441445261749133704_' gradientUnits='userSpaceOnUse' x1='25.2217' y1='1224.9342' x2='25.2217' y2='1223.9342' gradientTransform='matrix(13.6695 0 0 -51.0915 -158.6995 62959.1875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_645_00000037681511237464280480000016556860992667135910_' style='fill:url(%23Path_645_00000052815999036095037460000014441445261749133704_);' d=' M192.9,375.6c0,0.6,0,1.3,0,1.9c-1.6,9.2-3.1,18.5-4.8,27.7c-0.8,4-2.1,7.8-3.1,11.8c-0.6,2.1-1,4.2-1.5,6.3 c-0.2,0.8-0.5,1.6-1,2.2c-0.4,0.5-1.4,1.1-1.8,1c-0.7-0.3-1.2-1-1.4-1.8c0-1.6,0.2-3.2,0.6-4.7c1.1-4,2.5-7.9,3.6-12 c1.9-7.1,3.7-14.1,5.5-21.2c0.7-2.8,1.4-5.6,2.1-8.4c0.4-1,0.8-2,1.3-3L192.9,375.6'/%3E%3ClinearGradient id='Path_646_00000104673463405171722310000006322709916172858263_' gradientUnits='userSpaceOnUse' x1='43.134' y1='1298.2424' x2='43.134' y2='1297.2424' gradientTransform='matrix(46.9102 0 0 -12.9671 -1716.9991 17184.4238)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_646_00000053517770492222574920000007027591870141223348_' style='fill:url(%23Path_646_00000104673463405171722310000006322709916172858263_);' d=' M328.1,362.9c-2.7-0.8-4.9-1.4-7.1-2.1c-9.9-3.5-20.1-5.4-30.3-7.5c-2.3-0.5-4.5-1.1-6.7-1.7c-0.4-0.1-0.6-0.5-1-0.8 c0.4-0.3,0.8-0.8,1.1-0.8c1.2,0,2.5,0.1,3.7,0.3c6.3,1,12.6,1.9,18.8,3c4,0.7,8,1.5,11.9,2.4c3,0.7,6,1.6,9.1,2.5 c0.6,0.1,1.1,0.4,1.5,0.8c0.4,0.7,1,1.7,0.8,2.4C329.6,362,328.6,362.4,328.1,362.9'/%3E%3ClinearGradient id='Path_647_00000111871685690425951160000007860914437761273227_' gradientUnits='userSpaceOnUse' x1='14.6559' y1='1222.162' x2='14.6559' y2='1221.162' gradientTransform='matrix(9.6401 0 0 -57.4825 61.9447 70484.5391)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_647_00000087399606684785773790000016292258607387579539_' style='fill:url(%23Path_647_00000111871685690425951160000007860914437761273227_);' d=' M198.7,287.2c0.4-3.8,0.7-7.7,1.1-11.5c1-11.2,2-22.3,3.1-33.5c0.4-2.9,0.9-5.8,1.6-8.6c0.1-0.4,0.4-0.9,0.7-1.2 c1-1.1,2.3-0.9,2.7,0.5c0.2,0.9,0.2,1.8,0,2.7c-1.6,9.1-3.3,18.1-4.7,27.2c-0.6,3.5-0.5,7.2-0.8,10.8c-0.4,4.3-0.8,8.5-1.2,12.8 c0,0.4-0.1,0.7-0.2,1c-0.5,0.6-0.9,1.2-1.5,1.7c-0.4-0.6-0.7-1.2-1.1-1.8L198.7,287.2'/%3E%3ClinearGradient id='Path_648_00000034091473084361821010000002040654326393848493_' gradientUnits='userSpaceOnUse' x1='-4.2235' y1='1224.7174' x2='-4.2235' y2='1223.7174' gradientTransform='matrix(6.3143 0 0 -51.5397 223.4473 63535.1641)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_648_00000119110195397523590400000013183056760105131434_' style='fill:url(%23Path_648_00000034091473084361821010000002040654326393848493_);' d=' M199.9,418.6c-0.4,3.6-0.7,7.2-1.3,10.7c-1.5,9.2-1.6,18.6-0.5,27.9c0.1,1.3,0.5,2.6,0.6,4c0.2,1.5-0.1,3-1.5,3.8 c-0.7,0.3-1.4,0.3-2.1,0c-1.2-0.9-1.8-2.4-1.3-3.8c1.4-6,0.6-12.1,0.9-18.2c0.2-5.6,0.9-11.2,1.5-16.7c0.4-3.4,0.8-6.8,1.4-10.3 c0.3-0.8,0.7-1.6,1.2-2.3c0.4,0.8,0.8,1.6,1.1,2.5c0.1,0.8,0.1,1.6,0,2.5L199.9,418.6'/%3E%3ClinearGradient id='Path_649_00000008855176562706919140000014213112196324816018_' gradientUnits='userSpaceOnUse' x1='24.26' y1='1232.0431' x2='24.26' y2='1231.0431' gradientTransform='matrix(13.1685 0 0 -39.7566 -158.1535 49392.7031)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_649_00000152237907208606142820000007158425847504380828_' style='fill:url(%23Path_649_00000008855176562706919140000014213112196324816018_);' d=' M167.9,413.2c-0.8,3.6-1.6,7.1-2.5,10.6c-1.9,7.5-3.8,14.9-5.7,22.4c-0.3,1.3-0.9,2.5-1.7,3.6c-0.4,0.8-1.4,1-2.1,0.6 c-0.4-0.2-0.7-0.6-0.8-1c-0.4-1-0.5-2.1-0.3-3.1c1-3.9,2.2-7.7,3.4-11.5c2.1-6.6,4.2-13.2,6.4-19.8c0.3-1,0.6-2,1-2.9 c0.2-0.5,0.8-0.8,1.2-1.2c0.3,0.5,0.6,1,0.8,1.5c0.1,0.3,0.1,0.5,0,0.8L167.9,413.2'/%3E%3ClinearGradient id='Path_650_00000172402948183574040820000018230790044024355462_' gradientUnits='userSpaceOnUse' x1='41.5512' y1='1264.1866' x2='41.5512' y2='1263.1866' gradientTransform='matrix(38.613 0 0 -19.8472 -1492.7395 25379.9277)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_650_00000027580125757507628680000005440424758723812530_' style='fill:url(%23Path_650_00000172402948183574040820000018230790044024355462_);' d=' M92.4,291.5c0-1.1,0.9-2.1,2.1-2.1c0.1,0,0.2,0,0.3,0c1.1,0.2,2.1,0.5,3.1,1c5,2.5,9.9,4.9,14.8,7.5c4.7,2.5,9.4,5.1,14.1,7.7 c1.2,0.7,2.4,1.4,3.5,2.2c0.4,0.3,0.5,0.9,0.8,1.4c-0.5,0-1.1,0.2-1.5,0c-3-1.3-6-2.8-9-4.1c-5.7-2.6-11.4-5.3-17.1-7.8 c-2.8-1.2-5.8-2.1-8.7-3.2C93.5,293.7,92.6,292.7,92.4,291.5'/%3E%3ClinearGradient id='Path_651_00000132772431348246148450000016678896215646939565_' gradientUnits='userSpaceOnUse' x1='43.2908' y1='1268.624' x2='43.2908' y2='1267.624' gradientTransform='matrix(47.9306 0 0 -18.5638 -1967.4967 23918.4434)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_651_00000114065393898902383350000009551861536254976920_' style='fill:url(%23Path_651_00000132772431348246148450000016678896215646939565_);' d=' M85.2,386.5c-0.6-0.6-1.6-1-1.6-1.6c-0.1-0.9,0.2-1.7,0.8-2.4c0.8-0.5,1.7-0.9,2.7-1c5.2-1.6,10.4-3.1,15.6-4.8 c4.8-1.6,9.6-3.5,14.4-5c4.2-1.4,8.4-2.6,12.7-3.8c0.5-0.1,1.2,0.2,1.8,0.3c-0.4,0.5-0.7,1.2-1.2,1.4c-2.6,1-5.4,1.7-8,2.7 c-7.6,2.7-15.2,5.5-22.7,8.3c-2.9,1.1-5.8,2.2-8.6,3.3c-0.9,0.4-1.7,0.9-2.6,1.3C87.3,385.6,86.4,386,85.2,386.5'/%3E%3ClinearGradient id='Path_652_00000036216077595776492030000004533577709007418016_' gradientUnits='userSpaceOnUse' x1='42.8575' y1='1421.4768' x2='42.8575' y2='1420.4768' gradientTransform='matrix(45.2131 0 0 -5.752 -1836.889 8508.2402)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_652_00000121974398921520345800000005408863115452486310_' style='fill:url(%23Path_652_00000036216077595776492030000004533577709007418016_);' d=' M123.4,337c-1.3,1.1-3,0.6-4.5,0.6c-4.2,0.1-8.4,0-12.6-0.1c-4.7-0.1-9.4-0.3-14.2-0.4c-3.5-0.1-7.1-0.2-10.6-0.4 c-0.3,0-0.5,0-0.8,0c-1.3-0.2-2.6-1.3-2.5-2.3c0.2-1.4,1.4-2.4,2.8-2.4c2.6,0.2,5.1,0.5,7.6,0.8c3.8,0.5,7.5,1.2,11.2,1.7 c2.8,0.4,5.6,0.7,8.4,0.9c3.7,0.3,7.5,0.4,11.2,0.6c1.3,0.1,2.6,0.3,3.9,0.5C123.4,336.7,123.4,336.8,123.4,337'/%3E%3ClinearGradient id='Path_653_00000014635618766703912440000004775504928249404838_' gradientUnits='userSpaceOnUse' x1='37.6404' y1='1245.3101' x2='37.6404' y2='1244.3101' gradientTransform='matrix(26.8702 0 0 -28.1157 -886.1178 35407.2227)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_653_00000176016411288638019530000018428304543474894997_' style='fill:url(%23Path_653_00000014635618766703912440000004775504928249404838_);' d=' M113.4,422.5c-2-1.9-1.9-2.3-0.4-4.2c6.9-8.3,14.6-15.9,23-22.8c0.5-0.4,1-0.8,1.5-1.1c0.3-0.2,0.7-0.2,1.1,0 c0.2,0.3,0.3,0.7,0.1,1.1c-0.3,0.5-0.7,1-1.1,1.5c-7,7.5-14,14.9-21,22.4C115.6,420.6,114.5,421.5,113.4,422.5'/%3E%3ClinearGradient id='Path_654_00000166672012746822162030000007357920489267005839_' gradientUnits='userSpaceOnUse' x1='-18.6359' y1='1484.8293' x2='-18.6359' y2='1483.8293' gradientTransform='matrix(4.998 0 0 -4.4726 208.8891 6903.1562)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_654_00000030477885752613502570000016898571048862697400_' style='fill:url(%23Path_654_00000166672012746822162030000007357920489267005839_);' d=' M115.8,262.1c1.3,0,2.4,0.9,2.5,2.2c-0.1,1.2-1.1,2.2-2.3,2.2c-1.3,0-2.5-0.9-2.7-2.3C113.4,263,114.5,262.1,115.8,262.1'/%3E%3ClinearGradient id='Path_655_00000174581719359311169640000014716239559315452863_' gradientUnits='userSpaceOnUse' x1='-32.0804' y1='1537.8652' x2='-32.0804' y2='1536.8652' gradientTransform='matrix(4.1843 0 0 -3.7705 212.9428 6045.3521)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_655_00000051353313902942309950000007115275152383616146_' style='fill:url(%23Path_655_00000174581719359311169640000014716239559315452863_);' d=' M78.9,250.6c-1.4,0-2.4-0.9-2.3-1.9c0-1,0.9-1.9,2-1.8c0,0,0.1,0,0.1,0c1.1,0,2,0.9,2.1,2.1C80.7,250.1,79.8,250.4,78.9,250.6'/%3E%3ClinearGradient id='Path_656_00000055693786738119868260000000458130937492874676_' gradientUnits='userSpaceOnUse' x1='-40.0395' y1='1501.8777' x2='-40.0395' y2='1500.8777' gradientTransform='matrix(3.8165 0 0 -4.22 474.4282 6769.9985)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_656_00000062159571379554245600000013298000056554405054_' style='fill:url(%23Path_656_00000055693786738119868260000000458130937492874676_);' d=' M323.5,434.2c-0.1,1.1-0.9,2-2,2.1c-1.1-0.3-1.8-1.2-1.8-2.3c0-1,0.7-1.8,1.7-1.9c0,0,0,0,0.1,0 C322.6,432.1,323.5,433,323.5,434.2'/%3E%3ClinearGradient id='Path_657_00000072979450358584886140000005306214862866478490_' gradientUnits='userSpaceOnUse' x1='-35.321' y1='1547.709' x2='-35.321' y2='1546.709' gradientTransform='matrix(4.0263 0 0 -3.6638 202.6847 5978.4062)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_657_00000161598994258738650820000011633585457130275224_' style='fill:url(%23Path_657_00000072979450358584886140000005306214862866478490_);' d=' M60.4,311.6c-1,0-1.8-0.7-1.9-1.7c-0.1-1,0.9-2.2,1.9-1.9c0.9,0.3,1.6,0.9,2,1.7C62.8,310.4,61.5,311.6,60.4,311.6'/%3E%3ClinearGradient id='Path_658_00000083088784212455939220000003333011402973927042_' gradientUnits='userSpaceOnUse' x1='-50.9309' y1='1512.0156' x2='-50.9309' y2='1511.0156' gradientTransform='matrix(3.4067 0 0 -4.0829 439.222 6643.3896)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_658_00000147906225153935647360000004530425990895492275_' style='fill:url(%23Path_658_00000083088784212455939220000003333011402973927042_);' d=' M267.4,472.8c-0.3,0.3-0.9,1-1.6,1.2c-0.9,0.2-2-1.3-1.7-2.4c0.2-0.7,0.7-1.3,1.4-1.6C266.4,469.8,267.5,471.1,267.4,472.8'/%3E%3ClinearGradient id='Path_659_00000008849031319537688320000008622202918179659939_' gradientUnits='userSpaceOnUse' x1='-46.0136' y1='1555.2252' x2='-46.0136' y2='1554.2252' gradientTransform='matrix(3.5802 0 0 -3.5862 449.5943 6000.8418)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_659_00000095310124659750124540000013126626560992307585_' style='fill:url(%23Path_659_00000008849031319537688320000008622202918179659939_);' d=' M284.3,427c-0.3-0.5-1.1-1.1-1.2-1.8c-0.2-1,0.7-1.7,1.7-1.7c0.9-0.1,1.7,0.5,1.8,1.4c0,0.1,0,0.2,0,0.2 C286.7,426.3,285.9,426.8,284.3,427'/%3E%3ClinearGradient id='Path_660_00000183230492951395555460000000943813107168891278_' gradientUnits='userSpaceOnUse' x1='-40.1482' y1='1579.1422' x2='-40.1482' y2='1578.1422' gradientTransform='matrix(3.8119 0 0 -3.36 217.3937 5843.5244)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_660_00000072259653158104595760000005340019012519771784_' style='fill:url(%23Path_660_00000183230492951395555460000000943813107168891278_);' d=' M66.2,539.6c-0.7,0.5-1.3,1.2-2.1,1.3c-0.9,0-1.7-0.7-1.7-1.6c0-0.9,0.7-1.7,1.6-1.7c0,0,0.1,0,0.1,0c0.7,0.1,1.4,0.9,2,1.3 C66.3,539.2,66.3,539.4,66.2,539.6'/%3E%3ClinearGradient id='Path_661_00000111884765605603742900000003540471419328737943_' gradientUnits='userSpaceOnUse' x1='-38.7407' y1='1578.1411' x2='-38.7407' y2='1577.1411' gradientTransform='matrix(3.872 0 0 -3.3689 485.6855 5628.458)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_661_00000041989568134745476480000006401465929171654040_' style='fill:url(%23Path_661_00000111884765605603742900000003540471419328737943_);' d=' M337.6,314c-0.6,0.4-1.4,1.3-1.7,1.2c-0.8-0.5-1.5-1.1-2.1-1.8c0.5-0.5,1-1.3,1.6-1.5C336.4,311.6,337.4,312.7,337.6,314'/%3E%3ClinearGradient id='Path_662_00000048478173874390002330000006399002423582459298_' gradientUnits='userSpaceOnUse' x1='-59.2167' y1='1573.2236' x2='-59.2167' y2='1572.2236' gradientTransform='matrix(3.1494 0 0 -3.4133 386.8304 5717.1802)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_662_00000052083319957969214390000005201592732930894982_' style='fill:url(%23Path_662_00000048478173874390002330000006399002423582459298_);' d=' M198.8,349.7c0.2-1.4,0.6-2.4,1.8-2.4c0.5,0,1.2,0.9,1.4,1.5c0.1,1-0.6,1.8-1.6,1.9c-0.1,0-0.2,0-0.2,0 C199.5,350.6,199.1,349.9,198.8,349.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_00000052809025572427798550000000233486328554281625_' x='1255.5' y='786.1' width='207.8' height='224.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000019663487317197239130000016490541995586461366_'%3E%3Cuse xlink:href='%23SVGID_00000052809025572427798550000000233486328554281625_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1140_00000146496801827432222460000017888539239267676829_' style='clip-path:url(%23SVGID_00000019663487317197239130000016490541995586461366_);'%3E%3Cpath id='Path_663_00000022525286885782931550000001988582603054406538_' class='st43' d='M1371.2,1010.6 c-0.2-1.3-0.2-2.5-0.2-3.8c0.4-5.1,0.9-10.1,1.3-15.2c0.6-7.2-0.4-14.3-1.6-21.3c-0.9-5.1-1.4-10.3-2.1-15.4 c-1.7-14.9-0.6-29.9-0.7-44.8c0-3.4,1.1-6.8,1.8-10.2c0.2-1.1,1.2-1.8,2.2-1.7c0,0,0,0,0,0c1,0.1,1.8,1,1.7,2c0,0,0,0,0,0.1 c-0.2,2.1-0.6,4.2-0.9,6.4c-0.5,3.6-1.1,7.3-1.4,10.9c-0.4,6-0.6,12-1,18.1c-0.5,10.6,0.2,21.2,2.1,31.6 c1.4,8.7,2.9,17.3,1.9,26.2c-0.6,5.3-1.3,10.5-2,15.8c-0.1,0.5-0.3,1.1-0.5,1.6L1371.2,1010.6'/%3E%3Cpath id='Path_664_00000053537487906710494630000010222126889362776994_' class='st43' d='M1442.6,865.2c1.5,0.3,3.6,0.6,5.6,1 c0.4,0.1,0.8,0.6,1.2,1c-0.4,0.4-0.7,0.9-1.1,1.2c-2.1,0.9-4.4,1.3-6.7,1.3c-9,0.5-18,1-27,1.6c-7.9,0.5-15.7,1.1-23.6,1.6 c-0.9,0.1-2.3,0.6-2.5-0.7c-0.2-1.3,1.3-1,2.1-1.2c8-1.8,16.2-2.9,24.4-3.4C1423.9,866.9,1432.9,866,1442.6,865.2'/%3E%3Cpath id='Path_665_00000084490565855765894910000003073324515276249231_' class='st43' d='M1368,867.3c-0.2,0.3-0.3,0.5-0.5,0.7 c-0.4-0.2-1-0.4-1.2-0.8c-0.7-1.3-1.1-2.7-1.8-4c-2.9-6.3-5.9-12.6-8.9-18.9c-2.8-6-6-11.8-7.9-18.1c-0.7-2.2-1.2-4.4-1.7-6.7 c-0.3-1.4,0.5-3.2,1.4-3.4c0.8-0.2,2.1,1,2.4,2.4c2.7,11.8,7.8,22.7,12.2,33.8c1.8,4.4,3.6,8.8,5.4,13.2 C1367.7,866,1367.8,866.6,1368,867.3'/%3E%3Cpath id='Path_666_00000137827840769678125020000013808573108883674540_' class='st43' d='M1305.4,845.3c1.8,0.8,3.4,1.4,4.9,2 c3.7,1.6,7.5,3.1,11.1,5c6.6,3.4,13.2,6.9,19.7,10.4c1,0.5,2,1.2,3,1.9c0.4,0.3,0.6,1,0.8,1.6c-0.6,0.1-1.2,0.4-1.7,0.2 c-5.2-2.1-10.3-4.3-15.4-6.6c-2.9-1.3-5.9-2.5-8.7-3.9c-1.6-0.8-2.9-2.2-4.5-2.9c-2.8-1.2-5.7-2.2-8.5-3.2 c-0.6-0.2-1.2-0.4-1.7-0.9c-0.5-0.6-1.2-1.5-1-2C1303.7,846.2,1304.7,845.8,1305.4,845.3'/%3E%3Cpath id='Path_667_00000158743824695744112530000015629975637437462425_' class='st43' d='M1381.3,863.8 c-0.7-0.9-0.8-2.2-0.2-3.2c2.6-5.8,5-11.6,7.7-17.3c2.6-5.4,5.7-10.6,8.4-16c1.7-3.3,3.1-6.8,4.7-10.1c0.3-0.8,0.8-1.6,1.4-2.2 c0.6-0.4,1.3-0.8,2.1-1c0.2,0.7,0.6,1.5,0.4,2.1c-0.7,2.4-1.6,4.7-2.5,7c-2.7,6.8-7.3,12.5-10.9,18.8 c-3.8,6.6-7.8,13.2-10.3,20.4C1381.9,862.9,1381.6,863.3,1381.3,863.8'/%3E%3Cpath id='Path_668_00000096761160747388401260000008408294849149424030_' class='st43' d='M1418,922.4c-0.3,1.4-1.3,2.3-2.4,1.7 c-1.2-0.7-2.3-1.5-3.2-2.5c-4.7-4.8-8.3-10.5-12-16.1c-3-4.4-6.4-8.4-10.3-12c-1.9-1.9-3.8-3.8-5.7-5.7c-0.3-0.3-0.5-0.6-0.6-1 c-0.1-0.3-0.2-0.9,0-1.1c0.3-0.3,0.7-0.4,1.2-0.3c0.8,0.3,1.4,0.8,2,1.4c5.6,6.1,11.2,12.3,16.8,18.5c3.9,4.4,7.8,8.8,11.6,13.3 C1416.4,919.8,1417.2,921.1,1418,922.4'/%3E%3Cpath id='Path_669_00000127036572464349818080000003818806731646907549_' class='st43' d='M1327.2,902.8c-2,0-3-1.2-2.3-2.6 c0.6-1.3,1.6-2.5,2.8-3.3c3.5-2.1,7-4.1,10.7-5.8c5.4-2.6,10.9-5.1,16.4-7.6c1.8-0.8,3.7-1.5,5.6-2.2c0.5-0.1,1,0,1.4,0.1 c-0.3,0.4-0.4,1-0.8,1.2c-2.3,1.3-4.7,2.7-7.1,3.9c-7.1,3.6-14.3,7.2-20.7,12c-1.6,1.2-3,2.5-4.5,3.7 C1328.1,902.4,1327.6,902.6,1327.2,902.8'/%3E%3Cpath id='Path_670_00000060750574038404804730000008930663695901303971_' class='st43' d='M1374.4,843.9c-0.2-0.5-0.4-1-0.5-1.6 c-0.5-5.7-1.1-11.3-1.5-17c-0.3-3.8-0.5-7.5-0.6-11.3c0-1.8,0.1-3.6,0.3-5.4c0.1-1,0.3-2.3,1.7-2.1c1.4,0.2,1.3,1.5,1.3,2.6 c0,2.4-0.2,4.9-0.1,7.3c0.2,5.3,0.7,10.6,0.8,16c0.1,3.1-0.2,6.3-0.4,9.4c-0.1,0.7-0.3,1.5-0.5,2.2L1374.4,843.9'/%3E%3Cpath id='Path_671_00000025411580658717736380000009077144156044406717_' class='st43' d='M1442.3,836.7c0.5,0.3,1.3,0.6,1.5,1 c0.2,0.6,0.1,1.3-0.3,1.8c-0.7,0.7-1.5,1.3-2.5,1.7c-7.3,3.1-14.7,6.1-22,9.3c-2.5,1.1-4.8,2.4-7.3,3.5c-0.6,0.1-1.3,0.2-2,0.1 c0.4-0.6,0.7-1.4,1.2-1.7c3.6-1.9,7.4-3.6,11-5.5c4.9-2.5,9.7-5.2,14.5-7.7c1.1-0.6,2.2-1.2,3.4-1.8 C1440.7,837.2,1441.5,836.9,1442.3,836.7'/%3E%3Cpath id='Path_672_00000171702430603093465170000007234884284955059377_' class='st43' d='M1434.5,885.1c1.9,0.2,4,0.3,6.1,0.6 c6.3,1,12.7,1.7,19.1,1.8c0.9,0.1,1.8,0.4,2.6,0.9c1.4,0.8,1.3,2.2-0.2,2.7c-1.1,0.3-2.2,0.4-3.3,0.2c-6.2-0.9-12.4-2-18.5-3 c-2.4-0.4-4.8-0.7-7.2-1.2c-0.6-0.2-1.2-0.6-1.7-1c0.6-0.4,1.2-0.7,1.8-1C1433.6,885,1434.1,885,1434.5,885.1'/%3E%3Cpath id='Path_673_00000122001144593929331490000001191096811212335016_' class='st43' d='M1327.2,935.2c-1.5-0.3-2.2-1-2-2 c0.2-1.1,0.7-2.2,1.4-3.1c2.3-2.9,4.7-5.8,7.3-8.5c3.2-3.3,6.7-6.3,10.2-9.3c0.3-0.3,1-0.2,1.5-0.3c-0.2,0.5-0.2,1.1-0.5,1.5 c-4.1,3.9-7.7,8.3-10.8,13c-1.3,2-2.6,4-4.1,5.9C1329.3,933.4,1328.3,934.3,1327.2,935.2'/%3E%3Cpath id='Path_674_00000134209523994835863170000011601830244914948010_' class='st43' d='M1289.5,904.4 c-0.5-0.4-1.3-0.8-1.5-1.3c-0.2-0.8,0-1.6,0.5-2.2c1.6-1,3.2-1.8,5-2.3c3.6-1.1,7.2-2,10.8-3c2.8-0.8,5.5-1.8,8.2-2.7 c0.5,0,1,0,1.4,0.2c-0.2,0.4-0.4,1.1-0.8,1.3c-2.1,1-4.1,2-6.3,2.9c-5.2,2.2-10.3,4.5-15.5,6.7 C1290.9,904,1290.3,904.1,1289.5,904.4'/%3E%3Cpath id='Path_675_00000120549597253050185330000013497078307375953321_' class='st43' d='M1394.2,942.9 c-0.3,0.4-0.8,1.4-1.3,1.4c-0.8-0.1-1.4-0.6-1.8-1.3c-0.7-1.6-1.3-3.3-1.8-5c-2.2-6.4-4.4-12.8-6.7-19.2 c-0.1-0.3-0.2-0.5-0.2-0.8c0.1-0.4,0.2-0.7,0.3-1.1c0.4,0.1,0.9,0.1,1.1,0.4c0.6,0.8,1.1,1.6,1.5,2.5c3.7,6.8,6.2,14,8.5,21.4 C1393.9,941.7,1394,942.1,1394.2,942.9'/%3E%3Cpath id='Path_676_00000173162938050013133010000014516608149858003638_' class='st43' d='M1413.5,890.3c1.4,0.1,2.7,0.3,4,0.7 c4.7,1.6,9.3,3.4,13.9,5.1c3.3,1.1,6.6,2.1,9.9,3.2c1.6,0.5,3.2,1,4.7,1.6c1,0.4,2.2,1.1,1.7,2.5c-0.5,1.4-1.9,1.3-3,0.9 c-3.3-1.3-6.6-2.7-9.8-4.4c-6-3.2-12.2-5.8-18.7-7.6c-1-0.3-2-0.7-2.9-1C1413.4,890.9,1413.4,890.6,1413.5,890.3'/%3E%3Cpath id='Path_677_00000081635765937948219770000011512138678260969143_' class='st43' d='M1342.8,952.6c0.8-2.2,1.4-4.3,2.3-6.3 c2.1-4.7,4.3-9.3,6.4-14c0.1-0.3,0.2-0.5,0.4-0.8c0.4-0.3,0.8-0.5,1.2-0.7c0.1,0.4,0.4,0.9,0.3,1.3c-0.9,2.9-1.8,5.8-2.8,8.7 c-1.3,3.7-2.7,7.3-4.1,11c-0.2,0.7-0.5,1.3-1,1.8c-0.5,0.5-1.1,0.8-1.8,0.8C1343.3,954.2,1343.1,953.2,1342.8,952.6'/%3E%3Cpath id='Path_678_00000144318812943511010270000013700546323109733033_' class='st43' d='M1415.2,950.8 c-0.3,0.4-0.5,1.1-0.9,1.2c-0.5,0.1-1.1,0-1.5-0.4c-1.2-1.5-2.3-3-3.3-4.6c-2.8-4.6-5.5-9.2-8.2-13.9c-0.3-0.7-0.5-1.5-0.6-2.2 c0.7,0.4,1.7,0.5,2.2,1.1c2.6,3.6,5.1,7.3,7.6,11c1.3,1.9,2.6,3.9,3.8,5.9C1414.6,949.5,1414.9,950.1,1415.2,950.8'/%3E%3Cpath id='Path_679_00000057838549390717358990000000601720670334875306_' class='st43' d='M1358.2,822.4 c-0.5-0.9-0.9-1.8-1.2-2.8c-1.6-6.2-3.9-12.2-7-17.8c-0.4-0.7-0.6-1.5-0.6-2.2c0.1-0.6,0.4-1.1,1-1.4c0.6-0.1,1.2,0.1,1.6,0.5 c0.5,0.6,1,1.4,1.2,2.1c1.6,5.1,3.2,10.2,4.8,15.2c0.4,1.3,0.7,2.6,1,4c0.1,0.7,0.1,1.5,0,2.2L1358.2,822.4'/%3E%3Cpath id='Path_680_00000073697543163762484630000011711092222835478669_' class='st43' d='M1387.3,818c0-1.2,0.1-2.5,0.3-3.7 c0.9-3.9,2-7.8,2.9-11.7c0.4-1.7,0.8-3.3,1.1-5c0.4-1.7,1.3-2.8,2.3-2.6c1.1,0.2,1.6,1.8,1,3.5c-1.2,3.5-2.4,6.9-3.6,10.4 c-0.9,2.6-1.8,5.2-2.7,7.8c-0.2,0.5-0.5,1-0.8,1.4L1387.3,818'/%3E%3Cpath id='Path_681_00000029727985663276863950000012507944490118643386_' class='st43' d='M1329.9,876.2 c-0.9,0.3-1.8,0.5-2.7,0.6c-2.8,0.1-5.6,0.1-8.4,0.2c-4.5,0.2-9.1,0.6-13.6,0.9c-1,0.1-2,0.1-3.1,0c-0.6-0.1-1.1-0.8-1.6-1.2 c0.5-0.5,0.8-1.2,1.4-1.4c0.8-0.3,1.6-0.4,2.5-0.3c7.7,0.1,15.5,0.2,23.2,0.3c0.7,0,1.5,0.2,2.2,0.2 C1329.8,875.7,1329.8,876,1329.9,876.2'/%3E%3Cpath id='Path_682_00000157294287874627085290000008807425289836719258_' class='st43' d='M1441.5,854.9c0.4-0.4,0.8-0.7,1.3-0.9 c3.3-1.1,6.6-2.2,9.9-3.2c1.9-0.6,3.9-1,5.8-1.4c1.1-0.2,2.2-0.3,3.3-0.2c0.6,0,1.2,0.5,1.2,1.2c0,0.4-0.2,0.8-0.6,1 c-0.6,0.5-1.4,0.9-2.2,1.1c-5.7,1-11.4,2-17.1,2.9c-0.5,0-1,0-1.5,0L1441.5,854.9z'/%3E%3Cpath id='Path_683_00000151510378845328611910000010275285557668712887_' class='st43' d='M1413.8,831.5c0.3-0.5,0.6-1,0.9-1.5 c2.7-2.7,5.4-5.3,8.1-7.9c1.3-1.3,2.6-2.5,3.9-3.8c0.2-0.2,0.5-0.6,0.8-0.7c0.8-0.2,1.5-0.3,2.3-0.4c0,0.8,0.3,1.8-0.1,2.4 c-0.8,1.1-1.7,2-2.8,2.8c-3.8,2.9-7.6,5.8-11.4,8.7c-0.4,0.3-0.8,0.5-1.2,0.7L1413.8,831.5'/%3E%3Cpath id='Path_684_00000100375252636891976070000005532937248458221752_' class='st43' d='M1428,916.2c0.3,0.1,0.7,0.3,0.9,0.5 c3.6,3.2,7.2,6.4,10.8,9.5c0.2,0.2,0.4,0.4,0.5,0.7c0,0.6,0,1.3-0.1,1.9c-0.6,0-1.4,0.1-1.8-0.2c-1.1-0.9-2.2-1.8-3.1-2.9 c-2.4-2.6-4.8-5.3-7.2-8c-0.2-0.3-0.4-0.7-0.5-1.2C1427.5,916.5,1427.8,916.3,1428,916.2'/%3E%3Cpath id='Path_685_00000099642243919019638570000011354168157151209635_' class='st43' d='M1336.5,837.1c-0.6-0.7-1.3-1.3-1.9-2 c-2-2.5-3.9-5-5.9-7.5c-0.9-1.1-2.1-2-3.2-3.1c-0.6-0.6-1.1-1.2-1.6-1.9c-0.6-0.8-0.4-1.9,0.5-2.5c0.7-0.6,1.7-0.5,2.3,0.1 c0,0,0.1,0.1,0.1,0.1c1,1.3,1.9,2.6,2.6,4.1c1.8,3.9,4.1,7.6,6.8,10.9c0.3,0.4,0.6,0.9,0.8,1.4L1336.5,837.1'/%3E%3Cpath id='Path_686_00000145036297673030721350000001303230646317567676_' class='st43' d='M1269.3,843.9c0,1.1-0.7,2.1-1.8,2.3 c-1.3-0.2-2.3-1.3-2.4-2.6c-0.1-1.1,0.8-2.1,1.9-2.1c0,0,0.1,0,0.1,0C1268.3,841.6,1269.3,842.7,1269.3,843.9'/%3E%3Cpath id='Path_687_00000084523442760119638060000017292089800303241149_' class='st43' d='M1313.2,968c0.1-1,0.8-1.8,1.8-1.9 c1,0,2.1,1.2,1.8,2.1c-0.4,0.8-1,1.4-1.8,1.7C1314.1,970.2,1313.2,969,1313.2,968'/%3E%3Cpath id='Path_688_00000023990129658871198780000003370926411640255904_' class='st43' d='M1423.6,788.1c-0.6,0.4-1.3,1.1-2,1.2 c-0.8,0.1-1.6-0.5-1.7-1.3c0-0.1,0-0.2,0-0.2c-0.1-0.8,1-2,1.8-1.7c0.7,0.4,1.4,0.8,1.9,1.4L1423.6,788.1'/%3E%3Cpath id='Path_689_00000157266059213841142610000007359412560855457440_' class='st43' d='M1258.6,899.7 c-0.6,0.3-1.2,0.9-1.9,0.9c-0.6-0.2-1.1-0.6-1.2-1.2c-0.1-0.9,0.7-1.2,1.5-1.1c0.6,0.2,1.1,0.5,1.6,0.8L1258.6,899.7'/%3E%3Cpath id='Path_690_00000067954935615703827630000007555054945409185969_' class='st43' d='M1327.2,805.9c-0.6,0.4-1.2,0.7-1.8,1 c-0.2,0.1-0.7-0.6-1-1c0.4-0.5,0.9-0.9,1.5-1.3c0.3-0.1,0.9,0.4,1.3,0.6C1327.1,805.4,1327.1,805.6,1327.2,805.9'/%3E%3Cpath id='Path_691_00000059300029300060870300000005362306561254497188_' class='st43' d='M1296.8,876.7c-0.5-0.6-1.1-1.2-1-1.3 c0.3-0.5,0.8-1,1.3-1.2c0.2-0.1,1.1,0.7,1,0.9C1297.7,875.6,1297.3,876.1,1296.8,876.7'/%3E%3Cpath id='Path_692_00000087385889266042420830000017578701880877459097_' class='st43' d='M1293.8,813.6l1.4,1.6 c-0.4,0.4-0.8,0.8-1.3,1.1c-0.2,0.1-0.9-0.6-0.9-1C1292.9,814.9,1293.3,814.4,1293.8,813.6'/%3E%3Cpath id='Path_693_00000013176083192642444030000012731626192063749261_' class='st43' d='M1399.6,962.7 c-0.5,0.4-0.8,0.9-1.1,0.9c-0.3,0-0.7-0.5-0.7-0.8c0.1-0.4,0.3-0.7,0.7-0.8C1398.7,961.9,1399,962.4,1399.6,962.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st44'%3E%3Cg class='st45'%3E%3Cdefs%3E%3Crect id='SVGID_00000015320839889468299490000002404794683927683218_' x='121.8' y='231.9' width='279.2' height='379.1'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000013884178502705342380000011702858132303096488_'%3E%3Cuse xlink:href='%23SVGID_00000015320839889468299490000002404794683927683218_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1138_00000160171582166327784140000012843318067214515123_' style='clip-path:url(%23SVGID_00000013884178502705342380000011702858132303096488_);'%3E%3ClinearGradient id='Path_625_00000042710597787768388880000016428889534854960285_' gradientUnits='userSpaceOnUse' x1='19.0481' y1='1208.3112' x2='19.0481' y2='1207.3112' gradientTransform='matrix(8.9711 0 0 -151.854 101.6705 183946.0312)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_625_00000093170026781001772470000002504672210545999242_' style='fill:url(%23Path_625_00000042710597787768388880000016428889534854960285_);' d=' M269.3,611c-0.4-3.3-0.9-6.5-1.1-9.8c-0.5-8.4,0.7-16.6,2.3-24.8c0.3-2.1,0.5-4.2,0.5-6.3c0.3-6.1,0.6-12.1,0.9-18.2 c0.1-1.2,0-2.4-0.1-3.5c-0.4-4.4-1.2-8.8-1.2-13.2c0-5,0.3-10,1-14.9c0.9-7.6,1.8-15.1,1.1-22.8c-1-10.5-3.2-21-2.4-31.7 c0.1-1.8,0.4-3.6,0.7-5.4c0.1-0.5,0.8-0.9,1.2-1.3c0.4,0.5,1,1,1,1.5c0.1,1.6,0.1,3.3,0,4.9c-0.3,5.6,0.2,11.1,1.5,16.6 c2.2,10.6,2.9,21.5,2,32.2c-0.4,4.3-1.1,8.6-1.9,12.8c-0.9,5.2-1,10.6-0.4,15.9c0.5,6.1,0.2,12.2-0.7,18.2 c-0.5,3.5-0.4,7-0.8,10.5c-0.2,2.8-0.6,5.6-1.1,8.4c-1.5,7.6-2.1,15.4-1.7,23.2c0.1,2.6,0,5.1,0,7.7L269.3,611'/%3E%3ClinearGradient id='Path_626_00000119816124430330866730000009481540826647549078_' gradientUnits='userSpaceOnUse' x1='45.8449' y1='1219.1309' x2='45.8449' y2='1218.1309' gradientTransform='matrix(60.613 0 0 -65.9706 -2471.468 80796.125)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_626_00000024713697147326874130000003798088597978539688_' style='fill:url(%23Path_626_00000119816124430330866730000009481540826647549078_);' d=' M337.6,433.3c-0.6,0.8-1,1.8-1.7,2c-0.9,0.2-1.9,0-2.7-0.6c-1.7-1.4-3.3-3-4.7-4.6c-6.4-7.1-12.7-14.3-19.2-21.4 c-3-3.3-6.3-6.5-9.3-9.9c-2.4-2.8-4.4-6-6.8-8.8c-4-4.8-8.1-9.4-12.2-14.1c-1.3-1.5-2.7-3-3.9-4.6c-0.3-0.5-0.2-1.3-0.2-1.9 c0.6,0.2,1.4,0.1,1.8,0.5c2.8,2.8,5.6,5.6,8.3,8.5c4.6,4.7,9.1,9.5,13.7,14.2c3.3,3.3,6.7,6.5,10,9.9c0.5,0.6,1,1.3,1.3,2 c0.7,1.2,1.4,2.3,2.2,3.4c3.4,3.7,6.9,7.3,10.4,10.9c3.7,3.9,7.4,7.7,11.1,11.6C336.5,431.3,337.1,432.3,337.6,433.3'/%3E%3ClinearGradient id='Path_627_00000133505956591495538910000001705037322807299988_' gradientUnits='userSpaceOnUse' x1='45.0158' y1='1224.1302' x2='45.0158' y2='1223.1302' gradientTransform='matrix(51.4491 0 0 -52.3027 -1990.8986 64296.7891)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_627_00000160162953426927505120000000214309042760606097_' style='fill:url(%23Path_627_00000133505956591495538910000001705037322807299988_);' d=' M299.4,323.3c0.2-0.5,0.5-1,0.8-1.5c1-1.1,2.1-2.2,3.2-3.3c4.7-4.9,9.4-9.9,14.1-14.9c4.3-4.5,8.7-8.9,13-13.4 c5.4-5.6,10.7-11.2,16.1-16.8c0.6-0.7,1.4-1.2,2.2-1.7c0.5-0.3,1-0.3,1.5-0.1c0.4,0.4,0.6,1,0.5,1.6c-0.4,1.2-1.1,2.3-1.9,3.3 c-6.8,7.2-13.4,14.5-20.4,21.4c-8,7.9-16.3,15.4-24.5,23c-1.3,1.1-2.6,2-4,2.9L299.4,323.3'/%3E%3ClinearGradient id='Path_628_00000150098453343267216320000013467529558766622398_' gradientUnits='userSpaceOnUse' x1='46.5642' y1='1261.0096' x2='46.5642' y2='1260.0096' gradientTransform='matrix(71.6898 0 0 -20.6865 -3003.4749 26401.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_628_00000129181713878388876440000000842964506869761947_' style='fill:url(%23Path_628_00000150098453343267216320000013467529558766622398_);' d=' M298.9,335.6c1.7-0.7,3.3-1.5,5-2c7.7-2.4,15.3-4.9,23.1-7.1c8.4-2.4,17-4.4,25.4-6.7c3.9-1,7.6-2.3,11.5-3.3 c1.2-0.4,2.5-0.6,3.8-0.7c1.2-0.2,2.4,0.6,2.8,1.8c0.3,1.1-0.3,2.3-1.4,2.6c-0.1,0-0.1,0-0.2,0c-2.1,0.7-4.2,1.2-6.4,1.6 c-8.3,1.7-16.7,3.2-24.9,5.1c-7.6,1.7-15,3.8-22.5,5.7c-4.8,1.2-9.6,2.6-14.4,3.8c-0.5,0.1-1.1,0-1.6-0.1L298.9,335.6'/%3E%3ClinearGradient id='Path_629_00000183249950173348140500000000991498886525622421_' gradientUnits='userSpaceOnUse' x1='45.9768' y1='1228.1134' x2='45.9768' y2='1227.1134' gradientTransform='matrix(62.381 0 0 -44.8923 -2532.0022 55511.6172)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_629_00000071554691620656395940000008162890729160483459_' style='fill:url(%23Path_629_00000183249950173348140500000000991498886525622421_);' d=' M367.3,421.1c0.1,1.2-0.8,2.3-2,2.5c-0.5,0.1-1-0.1-1.4-0.3c-0.6-0.4-1.3-0.9-1.8-1.4c-3.9-3.1-7.7-6.3-11.7-9.3 c-3.8-2.9-7.7-5.7-11.5-8.5c-2.8-2-5.6-3.9-8.4-5.9c-4.5-3.1-8.9-6.2-13.4-9.3c-2.7-1.9-5.4-3.7-8.1-5.7c-1.3-0.9-2.5-2-3.7-3.1 c-0.3-0.3-0.3-0.9-0.5-1.4c0.5,0.1,1.1,0,1.5,0.2c2.4,1.6,4.8,3.3,7.2,4.8c4.6,3.1,9.3,6.1,13.9,9.1c6.6,4.4,13.2,8.7,19.8,13.1 c4.5,3,9,6.1,13.5,9.2c1.9,1.3,3.7,2.8,5.5,4.3C366.6,420,367,420.6,367.3,421.1'/%3E%3ClinearGradient id='Path_630_00000057138920124812282660000004487599969138244485_' gradientUnits='userSpaceOnUse' x1='45.855' y1='1249.1947' x2='45.855' y2='1248.1947' gradientTransform='matrix(60.7446 0 0 -25.6547 -2464.2871 32403.6836)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_630_00000003795124404757489470000017597357629312951970_' style='fill:url(%23Path_630_00000057138920124812282660000004487599969138244485_);' d=' M349.1,381.6c-3-1.1-5.7-2-8.4-3.1c-12.1-5.1-24.2-10.3-36.3-15.4c-4.1-1.7-8.2-3.4-12.2-5.1c-0.4-0.1-0.7-0.4-1-0.7 c-0.2-0.4-0.3-0.8-0.3-1.2c0.4-0.1,0.8-0.3,1.1-0.2c2,0.5,4,1,5.9,1.8c7.8,2.9,15.5,6.1,23.4,8.9c6.6,2.3,13.3,4.2,20,6.4 c2.6,0.9,5.2,1.9,7.8,3c0.7,0.3,1.4,0.7,1.8,1.3c0.5,0.7,1,1.8,0.7,2.4C351.1,380.5,350,381,349.1,381.6'/%3E%3ClinearGradient id='Path_631_00000023277572920194259550000011898881409497581239_' gradientUnits='userSpaceOnUse' x1='42.055' y1='1218.7' x2='42.055' y2='1217.7' gradientTransform='matrix(33.4114 0 0 -67.4908 -1116.1763 82509.0625)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_631_00000180324845404262525110000004727295548287975338_' style='fill:url(%23Path_631_00000023277572920194259550000011898881409497581239_);' d=' M305.6,260c-1,2.3-1.8,4.4-2.8,6.5c-3.4,6.9-6.7,13.9-10.2,20.7c-2.6,5.1-5.6,10-8.2,15c-2.8,5.4-5.2,11-7.9,16.4 c-0.9,1.8-1.7,3.6-2.7,5.4c-0.4,0.6-1,1-1.6,1.4c-0.1-0.8-0.1-1.6,0.1-2.4c1.8-3.9,3.8-7.7,5.6-11.7c2.6-5.6,5.1-11.3,7.6-16.9 c4.9-11.2,9.7-22.3,14.7-33.5c0.5-1,1.3-1.9,2.2-2.7c0.6-0.4,1.3-0.5,1.9-0.3C305,258.4,305.2,259.3,305.6,260'/%3E%3ClinearGradient id='Path_632_00000127751992046920302350000017774688540231770530_' gradientUnits='userSpaceOnUse' x1='45.8356' y1='1235.0869' x2='45.8356' y2='1234.0869' gradientTransform='matrix(60.4916 0 0 -35.9699 -2551.2896 44730.8477)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_632_00000068675120159311413370000013097620280184963484_' style='fill:url(%23Path_632_00000127751992046920302350000017774688540231770530_);' d=' M193,304.9c0.8,0.3,1.7,0.6,2.5,1c5.8,3.4,11.7,6.8,17.5,10.3c4.9,2.9,9.7,5.8,14.5,8.8c7.5,4.8,14.7,10.2,22.8,14.1 c0.1,0.1,0.3,0.1,0.4,0.2c0.3,0.5,0.6,0.9,1,1.4c-0.6,0-1.2,0.2-1.6,0c-2.3-1.1-4.5-2.2-6.7-3.4c-6.8-3.8-13.5-7.7-20.3-11.4 c-7.5-4.1-15-8-22.6-12.1c-2.6-1.4-5.2-2.9-7.8-4.5c-1-0.6-1.9-1.6-1.4-2.8C191.5,305.9,192.4,305.4,193,304.9'/%3E%3ClinearGradient id='Path_633_00000055668779229074567680000010128738200535952015_' gradientUnits='userSpaceOnUse' x1='41.2187' y1='1226.5159' x2='41.2187' y2='1225.5159' gradientTransform='matrix(30.4007 0 0 -47.597 -953.0637 58780.6875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_633_00000101092312308729740990000007447524363173842056_' style='fill:url(%23Path_633_00000055668779229074567680000010128738200535952015_);' d=' M315.2,447.7c-0.5,0.7-0.8,1.6-1.4,2c-0.7,0.3-1.5,0.2-2.1-0.2c-0.9-0.6-1.7-1.4-2.2-2.3c-2.7-4.9-5.3-9.9-8.1-14.7 c-3.8-6.7-7.8-13.4-11.7-20.1c-1.6-2.8-3.2-5.6-4.8-8.5c-0.2-0.4,0-1.1,0.1-1.7c0.5,0.2,1.2,0.2,1.4,0.6c2.3,2.9,4.8,5.7,6.8,8.7 c3.3,4.8,6.4,9.8,9.5,14.8c1.7,2.7,3.1,5.4,4.8,8.1c1.9,3,3.8,5.9,5.7,9C313.9,444.8,314.6,446.2,315.2,447.7'/%3E%3ClinearGradient id='Path_634_00000122708880653724209790000009655578223729150904_' gradientUnits='userSpaceOnUse' x1='45.9678' y1='1470.6616' x2='45.9678' y2='1469.6616' gradientTransform='matrix(62.2563 0 0 -4.6629 -2510.259 7201.5249)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_634_00000167359697949223236630000018209748809101943460_' style='fill:url(%23Path_634_00000122708880653724209790000009655578223729150904_);' d=' M356.7,348.6c-5.8,0-11.7,0-17.5,0c-5.2,0-10.3,0-15.5-0.1c-0.7,0-1.4-0.1-2.1-0.3c-0.4-0.1-0.8-0.6-1.2-0.9 c0.4-0.3,0.9-0.5,1.4-0.7c2.8-0.3,5.6-0.5,8.4-0.7c5.4-0.4,10.8-0.8,16.3-1.1c4.9-0.3,9.8-0.4,14.8-0.5 c5.9-0.2,11.8-0.3,17.6-0.4c0.8,0,1.6,0.1,2.4,0.3c0.6,0.2,1.3,0.7,1.3,1.2c0,0.7-0.2,1.3-0.7,1.8c-0.6,0.4-1.4,0.6-2.1,0.6 c-5.6,0.1-11.3,0.1-16.9,0.1c-2,0-4.1,0-6.1,0C356.7,348.2,356.7,348.4,356.7,348.6'/%3E%3ClinearGradient id='Path_635_00000080891677567071421440000011705765211453904266_' gradientUnits='userSpaceOnUse' x1='45.5891' y1='1229.8503' x2='45.5891' y2='1228.8503' gradientTransform='matrix(57.456 0 0 -42.2802 -2425.0068 52371.5898)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_635_00000057853328342093779210000017700243688978318762_' style='fill:url(%23Path_635_00000080891677567071421440000011705765211453904266_);' d=' M168,415.6c-1.8,0-2.8-1.3-2.1-2.7c0.3-0.8,0.9-1.4,1.6-1.8c8-4.5,15.1-10.3,22.4-15.7c6.8-5,13.5-9.9,20.4-14.7 c3.6-2.5,7.3-4.8,11-7.2c0.5-0.3,1.3-0.1,1.9-0.1c-0.3,0.5-0.5,1.2-0.9,1.6c-6.7,5-13.4,9.9-20,14.9 c-8.8,6.7-17.4,13.6-26.1,20.5c-2.1,1.6-4.2,3.2-6.3,4.7C169.1,415.3,168.5,415.5,168,415.6'/%3E%3ClinearGradient id='Path_636_00000100384918547951253530000009448991189059850168_' gradientUnits='userSpaceOnUse' x1='44.937' y1='1219.5156' x2='44.937' y2='1218.5156' gradientTransform='matrix(50.7211 0 0 -64.67 -2059.1897 79236.2812)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_636_00000140714391521352904730000016205119563545144964_' style='fill:url(%23Path_636_00000100384918547951253530000009448991189059850168_);' d=' M245.4,370.6c-1.6,2-3.1,4-4.7,6c-3.8,5-7.6,10-11.5,14.9c-4.4,5.6-9,11.2-13.2,16.9c-4,5.5-7.7,11.2-11.4,16.9 c-1.5,2.3-2.7,4.7-4.2,7c-0.5,0.7-1,1.3-1.7,1.8c-0.9,0.9-2.3,1-3.2,0.1c0,0-0.1-0.1-0.1-0.1c-1-0.9-1.1-2.4-0.3-3.4 c1.2-1.8,2.5-3.4,3.8-5c2.7-3.4,5.3-6.9,8-10.3c2.9-3.6,5.7-7.3,8.7-10.8c5.6-6.6,11.4-13.1,17-19.7c2.4-2.8,4.6-5.8,6.9-8.7 c1.7-2.1,3.5-4,5.2-6L245.4,370.6'/%3E%3ClinearGradient id='Path_637_00000138571302377360897810000012683007760303084958_' gradientUnits='userSpaceOnUse' x1='46.3131' y1='1282.1168' x2='46.3131' y2='1281.1168' gradientTransform='matrix(67.3912 0 0 -15.3693 -2931.1658 20030.8613)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_637_00000101072805132211525480000000395495246775900347_' style='fill:url(%23Path_637_00000138571302377360897810000012683007760303084958_);' d=' M223.5,341c-1.2,0-2.4,0-3.6-0.2c-5.6-1.1-11.3-2.4-16.9-3.6c-6.2-1.3-12.4-2.5-18.6-3.6c-5-0.9-10.1-1.8-15.1-2.7 c-3.3-0.6-6.7-1.2-10-1.8c-0.9-0.2-1.7-0.6-2.5-1.2c-0.4-0.3-0.6-0.8-0.6-1.4c0.3-0.5,0.7-0.8,1.3-0.9c1.3-0.1,2.6,0,3.8,0.2 c3.9,0.7,7.9,1.5,11.8,2.2c4.3,0.8,8.7,1.4,13,2.4c8.3,2,16.6,4.2,24.9,6.3c3.3,0.9,6.7,1.7,10,2.6c0.9,0.3,1.7,0.6,2.5,1 C223.6,340.7,223.5,340.8,223.5,341'/%3E%3ClinearGradient id='Path_638_00000008144351993188024180000011441276096307173013_' gradientUnits='userSpaceOnUse' x1='37.7261' y1='1224.7648' x2='37.7261' y2='1223.7648' gradientTransform='matrix(22.0887 0 0 -50.9624 -610.5746 62658.793)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_638_00000119108693051876845560000001327774379965900192_' style='fill:url(%23Path_638_00000008144351993188024180000011441276096307173013_);' d=' M233.3,292.8c-0.6-0.5-1.1-1.1-1.5-1.7c-2.9-5.7-5.9-11.3-8.5-17.1c-2.8-6.1-5.2-12.4-7.7-18.6c-1.3-3.2-2.4-6.6-3.5-9.9 c-0.3-0.6-0.4-1.3-0.3-2c0.1-0.6,0.5-1.6,0.9-1.7c0.7,0,1.4,0.3,1.9,0.9c0.7,1.2,1.3,2.5,1.8,3.9c4.8,12.1,9.7,24.1,14.5,36.2 c1,2.5,1.9,5.1,2.7,7.7c0.1,0.7,0.2,1.3,0.2,2L233.3,292.8'/%3E%3ClinearGradient id='Path_639_00000061461746896038170610000015851932841090252716_' gradientUnits='userSpaceOnUse' x1='42.7356' y1='1223.2465' x2='42.7356' y2='1222.2465' gradientTransform='matrix(36.34 0 0 -54.291 -1242.3206 66670.9844)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_639_00000035517474842156237780000008834207795272019126_' style='fill:url(%23Path_639_00000061461746896038170610000015851932841090252716_);' d=' M292.5,313.7c0.3-0.8,0.6-1.6,1-2.3c1.9-2.9,3.9-5.8,5.7-8.8c3.6-5.8,7.1-11.7,10.8-17.5c2.9-4.6,6.1-9.1,9-13.7 c1.7-2.7,3.2-5.6,4.8-8.4c0.6-1.1,1.4-2,2.2-2.9c0.5-0.4,1.2-0.5,1.8-0.4c0.6,0.4,0.9,1,1,1.7c0,0.9-0.3,1.8-0.8,2.6 c-2.7,4.4-5.5,8.8-8.4,13.1c-3.2,4.8-6.6,9.5-9.9,14.1c-3,4.1-6.1,8.1-9.1,12.2c-1.9,2.6-3.7,5.2-5.5,7.8c-0.6,0.9-1.3,1.7-2,2.6 L292.5,313.7'/%3E%3ClinearGradient id='Path_640_00000183225573080151036990000013993912055395146167_' gradientUnits='userSpaceOnUse' x1='27.9843' y1='1219.6919' x2='27.9843' y2='1218.6919' gradientTransform='matrix(12.5317 0 0 -64.091 -77.7451 78555.8516)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_640_00000088104278434700680680000017744478752005892784_' style='fill:url(%23Path_640_00000183225573080151036990000013993912055395146167_);' d=' M267.2,384.6c0.3,0.6,0.5,1.3,0.7,1.9c2.2,10,4.5,19.9,6.4,29.9c1.5,7.6,2.6,15.3,3.8,23c0.3,2,0.7,4.1,1,6.1 c0.2,1.3,0.1,2.6-1.3,3.1c-0.9,0.3-2.2-1-2.6-2.4c-0.2-0.9-0.2-1.8-0.4-2.8c-1.1-7.9-2.1-15.8-3.3-23.7 c-1.2-8.6-2.6-17.1-3.8-25.7c-0.4-2.6-0.7-5.3-1-8c-0.1-0.5-0.1-1-0.1-1.4L267.2,384.6'/%3E%3ClinearGradient id='Path_641_00000106143510835893431350000016435655720177377153_' gradientUnits='userSpaceOnUse' x1='33.8046' y1='1219.9025' x2='33.8046' y2='1218.9025' gradientTransform='matrix(16.9004 0 0 -63.413 -326.5553 77605.6953)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_641_00000134937212911546355830000001890771978487171465_' style='fill:url(%23Path_641_00000106143510835893431350000016435655720177377153_);' d=' M253.2,310.4c-0.2,0.3-0.4,0.6-0.7,1c-0.4-0.3-1-0.5-1.1-0.8c-0.9-2.5-1.7-5-2.3-7.5c-1.8-8.1-3.4-16.2-5.4-24.3 c-2-8.4-4.4-16.7-6.6-25c-0.3-1.1-0.6-2.2-0.8-3.3c-0.2-1.1,0.1-2.3,1.2-2.5c0.9,0,1.7,0.5,2.1,1.3c0.9,2.4,1.6,4.8,2.2,7.2 c2.8,10.5,4.3,21.2,6.1,31.8c1.2,7,3.2,13.9,4.8,20.9C253,309.6,253.1,309.9,253.2,310.4'/%3E%3ClinearGradient id='Path_642_00000026163513086679730740000011964416057955958459_' gradientUnits='userSpaceOnUse' x1='36.5185' y1='1223.8047' x2='36.5185' y2='1222.8047' gradientTransform='matrix(20.181 0 0 -53.018 -450.8806 65115.6328)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_642_00000102516692282056729990000017544162436076788890_' style='fill:url(%23Path_642_00000026163513086679730740000011964416057955958459_);' d=' M296.2,233.9c-0.3,1-0.6,2.1-1,3.1c-2,4.3-4,8.6-5.9,12.9c-2.7,6.3-4.8,12.8-6.3,19.5c-1.1,4.4-2.6,8.8-4,13.1 c-0.2,0.7-0.6,1.3-1,1.9c-0.3,0.3-0.8,0.5-1.2,0.7c-0.3-0.4-0.5-0.9-0.7-1.4c0-0.5,0.2-1,0.4-1.5c1.5-5.2,2.8-10.5,4.4-15.7 c2-6.7,4.1-13.4,6.3-20c1.1-3.4,2.3-6.8,3.6-10.2c0.5-1.3,1.1-2.5,2-3.6c0.6-0.5,1.4-0.8,2.1-0.6 C295.5,232.3,295.8,233.3,296.2,233.9'/%3E%3ClinearGradient id='Path_643_00000083052438345367045630000005083866417890529425_' gradientUnits='userSpaceOnUse' x1='46.1801' y1='1279.0526' x2='46.1801' y2='1278.0526' gradientTransform='matrix(65.3158 0 0 -15.965 -2826.9644 20776.5176)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_643_00000042001602304724397070000003474644927010854784_' style='fill:url(%23Path_643_00000083052438345367045630000005083866417890529425_);' d=' M159.5,372.4c-0.5-0.1-1.1-0.2-1.6-0.4c-0.8-0.2-1.4-1.1-1.1-1.9c0.1-0.5,0.4-0.8,0.9-1c1.5-0.7,3-1.1,4.6-1.4 c3.8-0.7,7.7-1.1,11.5-1.7c5.6-1,11.3-2.1,16.9-3.3c6.7-1.4,13.3-3,20-4.4c3.3-0.7,6.5-1.2,9.8-1.8c0.5,0,1,0.1,1.5,0.3 c-0.3,0.4-0.6,1.1-1,1.3c-1,0.5-2.1,0.8-3.2,1.1c-3.8,0.8-7.7,1.5-11.4,2.3c-11.6,2.6-23.2,5.3-34.8,8c-3.6,0.8-7.3,1.8-10.9,2.7 C160.2,372.3,159.9,372.3,159.5,372.4'/%3E%3ClinearGradient id='Path_644_00000036971311481503410820000002976670036849862325_' gradientUnits='userSpaceOnUse' x1='43.1344' y1='1235.3596' x2='43.1344' y2='1234.3596' gradientTransform='matrix(38.3079 0 0 -35.6925 -1445.0881 44358.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_644_00000059988503930051148910000001925171771547979156_' style='fill:url(%23Path_644_00000036971311481503410820000002976670036849862325_);' d=' M190.1,265.5c1.4,0.8,2.7,1.7,3.9,2.7c7.4,7.3,14.6,14.7,22,22c3,2.9,6.1,5.6,9.2,8.5c0.7,0.6,1.8,1.3,0.9,2.4 c-0.2,0.3-1.6-0.1-2.2-0.6c-2.3-1.7-4.5-3.6-6.7-5.5c-3.7-3.3-7.4-6.6-11.1-10c-4.3-3.9-8.6-7.9-12.9-11.9 c-1.5-1.4-3.2-2.7-4.7-4.2c-0.4-0.6-0.5-1.4-0.2-2.1C188.5,266.3,189.4,266,190.1,265.5'/%3E%3ClinearGradient id='Path_645_00000021840734570733993470000017908934561960222136_' gradientUnits='userSpaceOnUse' x1='29.8584' y1='1224.7023' x2='29.8584' y2='1223.7023' gradientTransform='matrix(13.6695 0 0 -51.0915 -158.6995 62959.1875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_645_00000085231889029891314170000011751267816720413072_' style='fill:url(%23Path_645_00000021840734570733993470000017908934561960222136_);' d=' M256.3,387.5c0,0.6,0,1.3,0,1.9c-1.6,9.2-3.1,18.5-4.8,27.7c-0.8,4-2.1,7.8-3.1,11.8c-0.6,2.1-1,4.2-1.5,6.3 c-0.2,0.8-0.5,1.6-1,2.2c-0.4,0.5-1.4,1.1-1.8,1c-0.7-0.3-1.2-1-1.4-1.8c0-1.6,0.2-3.2,0.6-4.7c1.1-4,2.5-7.9,3.6-12 c1.9-7.1,3.7-14.1,5.5-21.2c0.7-2.8,1.4-5.6,2.1-8.4c0.4-1,0.8-2,1.3-3L256.3,387.5'/%3E%3ClinearGradient id='Path_646_00000075873043946422249650000003223568650414728589_' gradientUnits='userSpaceOnUse' x1='44.4851' y1='1297.3286' x2='44.4851' y2='1296.3286' gradientTransform='matrix(46.9102 0 0 -12.9671 -1716.9991 17184.4238)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_646_00000068644562645781352610000003336229029219973803_' style='fill:url(%23Path_646_00000075873043946422249650000003223568650414728589_);' d=' M391.4,374.7c-2.7-0.8-4.9-1.4-7.1-2.1c-9.9-3.5-20.1-5.4-30.3-7.5c-2.3-0.5-4.5-1.1-6.7-1.7c-0.4-0.1-0.6-0.5-1-0.8 c0.4-0.3,0.8-0.8,1.1-0.8c1.2,0,2.5,0.1,3.7,0.3c6.3,1,12.6,1.9,18.8,3c4,0.7,8,1.5,11.9,2.4c3,0.7,6,1.6,9.1,2.5 c0.6,0.1,1.1,0.4,1.5,0.8c0.4,0.7,1,1.7,0.8,2.4C393,373.8,392,374.3,391.4,374.7'/%3E%3ClinearGradient id='Path_647_00000128479634003777092240000004931353574004714671_' gradientUnits='userSpaceOnUse' x1='21.2307' y1='1221.9558' x2='21.2307' y2='1220.9558' gradientTransform='matrix(9.6401 0 0 -57.4825 61.9447 70484.5391)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_647_00000046306677527843401980000006392799187499884210_' style='fill:url(%23Path_647_00000128479634003777092240000004931353574004714671_);' d=' M262.1,299c0.4-3.8,0.7-7.7,1.1-11.5c1-11.2,2-22.3,3.1-33.5c0.4-2.9,0.9-5.8,1.6-8.6c0.1-0.4,0.4-0.9,0.7-1.2 c1-1.1,2.3-0.9,2.7,0.5c0.2,0.9,0.2,1.8,0,2.7c-1.6,9.1-3.3,18.1-4.7,27.2c-0.6,3.5-0.5,7.2-0.8,10.8c-0.4,4.3-0.8,8.5-1.2,12.8 c0,0.4-0.1,0.7-0.2,1c-0.5,0.6-0.9,1.2-1.5,1.7c-0.4-0.6-0.7-1.2-1.1-1.8L262.1,299'/%3E%3ClinearGradient id='Path_648_00000125603931208051905140000009232838559267250878_' gradientUnits='userSpaceOnUse' x1='5.8143' y1='1224.4874' x2='5.8143' y2='1223.4874' gradientTransform='matrix(6.3143 0 0 -51.5397 223.4473 63535.1641)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_648_00000176722302114669144690000003385697928131627138_' style='fill:url(%23Path_648_00000125603931208051905140000009232838559267250878_);' d=' M263.3,430.5c-0.4,3.6-0.7,7.2-1.3,10.7c-1.5,9.2-1.6,18.6-0.5,27.9c0.1,1.3,0.5,2.6,0.6,4c0.2,1.5-0.1,3-1.5,3.8 c-0.7,0.3-1.4,0.3-2.1,0c-1.2-0.9-1.8-2.4-1.3-3.8c1.4-6,0.6-12.1,0.9-18.2c0.2-5.6,0.9-11.2,1.5-16.7c0.4-3.4,0.8-6.8,1.4-10.3 c0.3-0.8,0.7-1.6,1.2-2.3c0.4,0.8,0.8,1.6,1.1,2.5c0.1,0.8,0.1,1.6,0,2.5L263.3,430.5'/%3E%3ClinearGradient id='Path_649_00000071552293096430389370000008242501437610562965_' gradientUnits='userSpaceOnUse' x1='29.0731' y1='1231.745' x2='29.0731' y2='1230.745' gradientTransform='matrix(13.1685 0 0 -39.7566 -158.1535 49392.7031)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_649_00000065051096492831736940000011544282160937800075_' style='fill:url(%23Path_649_00000071552293096430389370000008242501437610562965_);' d=' M231.3,425c-0.8,3.6-1.6,7.1-2.5,10.6c-1.9,7.5-3.8,14.9-5.7,22.4c-0.3,1.3-0.9,2.5-1.7,3.6c-0.4,0.8-1.4,1-2.1,0.6 c-0.4-0.2-0.7-0.6-0.8-1c-0.4-1-0.5-2.1-0.3-3.1c1-3.9,2.2-7.7,3.4-11.5c2.1-6.6,4.2-13.2,6.4-19.8c0.3-1,0.6-2,1-2.9 c0.2-0.5,0.8-0.8,1.2-1.2c0.3,0.5,0.6,1,0.8,1.5c0.1,0.3,0.1,0.5,0,0.8L231.3,425'/%3E%3ClinearGradient id='Path_650_00000063610238122817354250000006987996272296228786_' gradientUnits='userSpaceOnUse' x1='43.1926' y1='1263.5897' x2='43.1926' y2='1262.5897' gradientTransform='matrix(38.613 0 0 -19.8472 -1492.7395 25379.9277)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_650_00000112631081217441361340000004728803603620989571_' style='fill:url(%23Path_650_00000063610238122817354250000006987996272296228786_);' d=' M155.8,303.3c0-1.1,0.9-2.1,2.1-2.1c0.1,0,0.2,0,0.3,0c1.1,0.2,2.1,0.5,3.1,1c5,2.5,9.9,4.9,14.8,7.5c4.7,2.5,9.4,5.1,14.1,7.7 c1.2,0.7,2.4,1.4,3.5,2.2c0.4,0.3,0.5,0.9,0.8,1.4c-0.5,0-1.1,0.2-1.5,0c-3-1.3-6-2.8-9-4.1c-5.7-2.6-11.4-5.3-17.1-7.8 c-2.8-1.2-5.8-2.1-8.7-3.2C156.9,305.6,156,304.6,155.8,303.3'/%3E%3ClinearGradient id='Path_651_00000091710687424383793940000016935784928993562007_' gradientUnits='userSpaceOnUse' x1='44.6132' y1='1267.9857' x2='44.6132' y2='1266.9857' gradientTransform='matrix(47.9306 0 0 -18.5638 -1967.4967 23918.4434)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_651_00000145016684716696674420000015589210987012493982_' style='fill:url(%23Path_651_00000091710687424383793940000016935784928993562007_);' d=' M148.5,398.3c-0.6-0.6-1.6-1-1.6-1.6c-0.1-0.9,0.2-1.7,0.8-2.4c0.8-0.5,1.7-0.9,2.7-1c5.2-1.6,10.4-3.1,15.6-4.8 c4.8-1.6,9.6-3.5,14.4-5c4.2-1.4,8.4-2.6,12.7-3.8c0.5-0.1,1.2,0.2,1.8,0.3c-0.4,0.5-0.7,1.2-1.2,1.4c-2.6,1-5.4,1.7-8,2.7 c-7.6,2.7-15.2,5.5-22.7,8.3c-2.9,1.1-5.8,2.2-8.6,3.3c-0.9,0.4-1.7,0.9-2.6,1.3C150.7,397.5,149.7,397.8,148.5,398.3'/%3E%3ClinearGradient id='Path_652_00000095306194040769743020000005864874230226785173_' gradientUnits='userSpaceOnUse' x1='44.2593' y1='1419.4167' x2='44.2593' y2='1418.4167' gradientTransform='matrix(45.2131 0 0 -5.752 -1836.889 8508.2402)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_652_00000070109728142779443460000009229361729460516751_' style='fill:url(%23Path_652_00000095306194040769743020000005864874230226785173_);' d=' M186.8,348.9c-1.3,1.1-3,0.6-4.5,0.6c-4.2,0.1-8.4,0-12.6-0.1c-4.7-0.1-9.4-0.3-14.2-0.4c-3.5-0.1-7.1-0.2-10.6-0.4 c-0.3,0-0.5,0-0.8,0c-1.3-0.2-2.6-1.3-2.5-2.3c0.2-1.4,1.4-2.4,2.8-2.4c2.6,0.2,5.1,0.5,7.6,0.8c3.8,0.5,7.5,1.2,11.2,1.7 c2.8,0.4,5.6,0.7,8.4,0.9c3.7,0.3,7.5,0.4,11.2,0.6c1.3,0.1,2.6,0.3,3.9,0.4C186.8,348.5,186.8,348.7,186.8,348.9'/%3E%3ClinearGradient id='Path_653_00000132077661671553749740000012131334495943857050_' gradientUnits='userSpaceOnUse' x1='39.9992' y1='1244.8885' x2='39.9992' y2='1243.8885' gradientTransform='matrix(26.8702 0 0 -28.1157 -886.1178 35407.2227)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_653_00000124884756651827308510000002800387293428448685_' style='fill:url(%23Path_653_00000132077661671553749740000012131334495943857050_);' d=' M176.8,434.4c-2-1.9-1.9-2.3-0.4-4.2c6.9-8.3,14.6-15.9,23-22.8c0.5-0.4,1-0.8,1.5-1.1c0.3-0.2,0.7-0.2,1.1,0 c0.2,0.3,0.3,0.7,0.1,1.1c-0.3,0.5-0.7,1-1.1,1.5c-7,7.5-14,14.9-21,22.4C178.9,432.4,177.9,433.3,176.8,434.4'/%3E%3ClinearGradient id='Path_654_00000138567734813592752170000016590508207766965424_' gradientUnits='userSpaceOnUse' x1='-5.9545' y1='1482.1801' x2='-5.9545' y2='1481.1801' gradientTransform='matrix(4.998 0 0 -4.4726 208.8891 6903.1562)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_654_00000061455011923646205440000005868540153298494142_' style='fill:url(%23Path_654_00000138567734813592752170000016590508207766965424_);' d=' M179.2,274c1.3,0,2.4,0.9,2.5,2.2c-0.1,1.2-1.1,2.2-2.3,2.2c-1.3,0-2.5-0.9-2.7-2.3C176.8,274.9,177.9,273.9,179.2,274'/%3E%3ClinearGradient id='Path_655_00000088847134872527170730000013602417963704212406_' gradientUnits='userSpaceOnUse' x1='-16.9329' y1='1534.7227' x2='-16.9329' y2='1533.7227' gradientTransform='matrix(4.1843 0 0 -3.7705 212.9428 6045.3521)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_655_00000093856298951419368050000013869979083260044932_' style='fill:url(%23Path_655_00000088847134872527170730000013602417963704212406_);' d=' M142.3,262.4c-1.4,0-2.4-0.9-2.3-1.9c0-1,0.9-1.9,2-1.8c0,0,0.1,0,0.1,0c1.1,0,2,0.9,2.1,2.1C144.1,262,143.2,262.3,142.3,262.4' /%3E%3ClinearGradient id='Path_656_00000112626348506854699670000013477855189698500543_' gradientUnits='userSpaceOnUse' x1='-23.4321' y1='1499.0698' x2='-23.4321' y2='1498.0698' gradientTransform='matrix(3.8165 0 0 -4.22 474.4282 6769.9985)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_656_00000111881626892383537550000000421711517175946127_' style='fill:url(%23Path_656_00000112626348506854699670000013477855189698500543_);' d=' M386.9,446c-0.1,1.1-0.9,2-2,2.1c-1.1-0.3-1.8-1.2-1.8-2.3c0-1,0.7-1.8,1.7-1.9c0,0,0,0,0.1,0C386,444,386.9,444.9,386.9,446'/%3E%3ClinearGradient id='Path_657_00000156550997783832514380000003576767372546310023_' gradientUnits='userSpaceOnUse' x1='-19.5791' y1='1544.4749' x2='-19.5791' y2='1543.4749' gradientTransform='matrix(4.0263 0 0 -3.6638 202.6847 5978.4062)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_657_00000124851429773437605500000012915692439733701534_' style='fill:url(%23Path_657_00000156550997783832514380000003576767372546310023_);' d=' M123.8,323.5c-1,0-1.8-0.7-1.9-1.7c-0.1-1,0.9-2.2,1.9-1.9c0.9,0.3,1.6,0.9,2,1.7C126.2,322.2,124.9,323.4,123.8,323.5'/%3E%3ClinearGradient id='Path_658_00000098208193474581897480000001767070848332475028_' gradientUnits='userSpaceOnUse' x1='-32.3258' y1='1509.1134' x2='-32.3258' y2='1508.1134' gradientTransform='matrix(3.4067 0 0 -4.0829 439.222 6643.3896)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_658_00000176020443905119288510000016945587412040812473_' style='fill:url(%23Path_658_00000098208193474581897480000001767070848332475028_);' d=' M330.8,484.7c-0.3,0.3-0.9,1-1.6,1.2c-0.9,0.2-2-1.3-1.7-2.4c0.2-0.7,0.7-1.3,1.4-1.6C329.8,481.6,330.9,483,330.8,484.7'/%3E%3ClinearGradient id='Path_659_00000065786879960233847750000004055534010532497808_' gradientUnits='userSpaceOnUse' x1='-28.3104' y1='1551.9213' x2='-28.3104' y2='1550.9213' gradientTransform='matrix(3.5802 0 0 -3.5862 449.5943 6000.8418)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_659_00000140727165799572244490000005177311797871785112_' style='fill:url(%23Path_659_00000065786879960233847750000004055534010532497808_);' d=' M347.7,438.9c-0.3-0.5-1.1-1.1-1.2-1.8c-0.2-1,0.7-1.7,1.7-1.7c0.9-0.1,1.7,0.5,1.8,1.4c0,0.1,0,0.2,0,0.2 C350.1,438.1,349.3,438.7,347.7,438.9'/%3E%3ClinearGradient id='Path_660_00000011749777619140785920000007991030687067314062_' gradientUnits='userSpaceOnUse' x1='-23.5209' y1='1575.6157' x2='-23.5209' y2='1574.6157' gradientTransform='matrix(3.8119 0 0 -3.36 217.3937 5843.5244)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_660_00000034059974286132886040000015776883030879693959_' style='fill:url(%23Path_660_00000011749777619140785920000007991030687067314062_);' d=' M129.6,551.5c-0.7,0.5-1.3,1.2-2.1,1.3c-0.9,0-1.7-0.7-1.7-1.6c0-0.9,0.7-1.7,1.6-1.7c0,0,0.1,0,0.1,0c0.7,0.1,1.4,0.9,2,1.3 C129.6,551,129.6,551.2,129.6,551.5'/%3E%3ClinearGradient id='Path_661_00000075157817361181674400000013111019230064058268_' gradientUnits='userSpaceOnUse' x1='-22.3716' y1='1574.6239' x2='-22.3716' y2='1573.6239' gradientTransform='matrix(3.872 0 0 -3.3689 485.6855 5628.458)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_661_00000075155973467022559270000002116683170264746173_' style='fill:url(%23Path_661_00000075157817361181674400000013111019230064058268_);' d=' M401,325.9c-0.6,0.4-1.4,1.3-1.7,1.2c-0.8-0.5-1.5-1.1-2.1-1.8c0.5-0.5,1-1.3,1.6-1.5C399.7,323.5,400.8,324.5,401,325.9'/%3E%3ClinearGradient id='Path_662_00000134964973961207265980000007779013278301443003_' gradientUnits='userSpaceOnUse' x1='-39.0918' y1='1569.7522' x2='-39.0918' y2='1568.7522' gradientTransform='matrix(3.1494 0 0 -3.4133 386.8304 5717.1802)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_662_00000119831439968242587910000010661061195115016102_' style='fill:url(%23Path_662_00000134964973961207265980000007779013278301443003_);' d=' M262.1,361.5c0.2-1.4,0.6-2.4,1.8-2.4c0.5,0,1.2,0.9,1.4,1.5c0.1,1-0.6,1.8-1.6,1.9c-0.1,0-0.2,0-0.2,0 C262.9,362.4,262.5,361.8,262.1,361.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st44'%3E%3Cg id='Group_1117_00000000927261702871958270000015956798704958247355_' transform='translate(0 0.001)' class='st85'%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_00000139288823449926363750000004504738633226258092_' y='791.5' width='1600' height='408.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000137122433299318686790000017554857850678174903_'%3E%3Cuse xlink:href='%23SVGID_00000139288823449926363750000004504738633226258092_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1116_00000007410111005026666190000002301294351770721470_' transform='translate(0 -0.001)' style='clip-path:url(%23SVGID_00000137122433299318686790000017554857850678174903_);'%3E%3Cpath id='Path_602_00000138546229753400092950000004434448816254345387_' class='st2' d='M0,892.1c3.7-3.2,7.4-6.2,11.3-9.1 c2.2-1.6,3.7-2.9,5.8-2.8c0.5,3.5,1.8,6.8,3.8,9.7c1.9,2.4,4.2,4.5,6.8,6.3c2.8,1.9,5.4,4.2,7.7,6.6c2.5,2.9,4.7,6.2,6.4,9.7 c2,4,3.8,8.1,5.3,12.3c-1.9,1.4-3.7,3-5.4,4.6c-1.5,1.4-3,2.7-4.6,4c-0.7,0.5-1.3,1-2,1.4c-0.5,0.3-3.1,1.3-2.4,1.7 c-0.6-0.3-1.4-0.1-1.7,0.4c-1.3,2-1.9,2.2-4.2,2.8l0,0c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.3-0.5,0.6 C20.2,948.6,10.1,952,3.2,959c-0.7,0.8-1.4,1.7-2.1,2.4c-0.3,0.3-0.7,0.5-1.1,0.7v2.8c0.6-0.2,1.2-0.4,1.8-0.8 c1.6-1,2.9-3.2,4.3-4.5c1.2-1.1,2.5-2.2,3.9-3.2c-0.1,1.2-0.2,2.5-0.2,3.7c-1.3,0.8-2.7,1.4-2.8,3c-0.1,1.9,0,3.8,0.3,5.6 c0.6,3.3,1.8,6.4,3.4,9.4c0.8,1.5,1.6,3,2.3,4.5c0.6,1.2,0.9,3,2,3.9c-2,7.6-4.3,15.3-4.8,23.1c-0.2,3.3,0.1,6.5,0,9.8 c-0.1,3.8-1.2,7.4-2.1,11.1c-1.8,8-3.3,16.1-5.5,24c-0.4,1.3-0.8,2.5-1,3.8c-0.2,1.1-0.4,2.1-0.6,3.2c-0.4,2.6-0.7,5.1-1.1,7.7 c0,0.1,0,0.2,0,0.3v8.1c0.5-1.9,0.9-3.8,1.2-5.7c0.4-2.6,0.8-5.3,1.1-7.9c0.3-2.2,0.6-4.3,1.1-6.4c0.5-1.8,1-3.5,1.5-5.3 c0.5-2,1-4,1.5-6c0.9-4,1.7-8.1,2.6-12.1c0.4-2,0.9-4,1.4-5.9c0.5-1.9,0.9-3.9,1.2-5.8c0.2-3.2,0.3-6.4,0.1-9.6 c0-3.9,0.5-7.8,1.3-11.6c0.8-4.1,1.9-8.2,3-12.3c0.2-0.6,0.3-1.2,0.5-1.8c1.7,0.5,3.4,1.1,5,1.9c4.1,2.2,7.9,5.1,11.2,8.4 c-0.8,4.6-1.6,9.2-2.7,13.7c-1.2,4.8-2.5,9.5-4.1,14.2c-0.7,2.3-1.5,4.5-2.1,6.8c-0.6,2.3-1.1,4.6-1.6,6.9 c-0.9,4.6-2.3,9-4.2,13.3c-2.1,4.3-4.5,8.5-7,12.6c-2.5,4.2-5.1,8.3-7.7,12.5c-1.1,1.8-2.3,3.6-3.3,5.4v3.1 c0.8-1.5,1.6-2.9,2.5-4.3c5.3-8.3,10.6-16.6,15.2-25.2c1.1-2,2.1-4.1,3-6.3c0.8-2.2,1.6-4.5,2.1-6.9c1.2-4.6,2-9.2,3.4-13.7 c0.7-2.4,1.6-4.7,2.3-7.1c0.7-2.3,1.4-4.7,2-7.1c1.3-4.8,2.3-9.6,3.1-14.5c0.1-0.7,0.2-1.4,0.3-2c1.7,1.8,3.4,3.7,5,5.7 c-2.5,7.6-4.2,15.4-6,23.1c-0.8,3.2-1.6,6.5-2.6,9.6c-1.5,4.4-3.2,8.7-5.2,12.9c-1.9,4.2-3.9,8.3-5.8,12.5 c-1.9,4.1-3.7,8.3-5.6,12.5c-3.7,8.5-7.3,17-11.1,25.5c-0.9,1.9-1.8,3.9-2.7,5.8v3.7c0.9-1.9,1.7-3.7,2.6-5.6 c3.9-8.5,7.5-17.1,11.2-25.6c3.7-8.4,7.4-16.8,11.4-25.1c2-4.2,3.9-8.4,5.5-12.7c1.3-3.4,2.3-6.9,3.2-10.4 c2-7.9,3.6-15.9,6-23.6c0.1-0.4,0.2-0.7,0.3-1.1c1.6,2,3.1,4.1,4.6,6.1c1.3,1.7,2.5,3.5,3.7,5.3c-1.1,5.7-2.7,11.2-4.2,16.8 c-1.6,5.8-3.3,11.6-5.2,17.3c-1.5,4.4-3.1,8.8-5,13c-1.2,1.3-2.3,2.7-3.3,4.2c-1,1.4-1.9,2.9-2.7,4.4c-1.7,3.1-3.2,6.2-4.6,9.4 c-1.4,3.2-2.8,6.4-4.4,9.5c-0.7,1.5-1.5,2.9-2.4,4.3c-0.9,1.5-1.9,2.9-2.7,4.4c-0.9,1.4-1.5,3-2,4.6c-0.3,1.7-0.4,3.4-0.1,5.1 c0.3,1.6,0.3,3.3,0.2,5c-0.3,1.5-0.9,3-1.7,4.4c-1.6,2.9-3.6,5.4-5.4,8.1c-1.8,2.9-3.3,6.1-4.8,9.1l-0.2,0.5v3.5l0.3-0.5 c1.6-3.1,3.1-6.3,4.8-9.4c1.5-2.9,3.5-5.5,5.3-8.2c1.8-2.7,3.4-5.7,3.4-9c0-1.7-0.3-3.4-0.4-5.1c-0.1-1.6,0.2-3.2,0.8-4.7 c1.3-3.1,3.4-5.8,5-8.7c1.7-3,3.1-6.2,4.5-9.3c1.4-3.2,2.9-6.4,4.5-9.6c1-2,2.1-3.9,3.2-5.7c-1.8,4-3.3,8.1-4.4,12.4 c-2.6,10.3-2.2,21-3.1,31.4c-0.4,4.8-1.3,9.6-2.9,14.2c-1.9,5.4-4.9,10.1-8,14.9c-4.5,7-8.8,14.1-13,21.3v3.1 c3.9-6.7,7.8-13.3,11.9-19.9c3.1-5,6.7-9.9,9-15.3c2-4.5,3.3-9.3,3.9-14.2c1.4-10.4,0.8-20.9,2.7-31.2c1-5.2,2.6-10.2,4.7-15 c1.2-2.7,2.4-5.3,3.6-8c1.2-2.7,2.3-5.5,3.3-8.3c2.1-5.7,3.8-11.5,5.5-17.3c1.6-5.8,3.3-11.5,4.7-17.4c0.2-0.7,0.3-1.5,0.5-2.2 c2.5,3.7,4.9,7.5,7.2,11.3c-1.5,6.2-3.5,12.3-5.3,18.3c-2,6.5-4,13-5.9,19.5c-1.9,6.2-3.7,12.4-6,18.5 c-2.2,5.7-4.4,11.5-4.3,17.7c0.1,3.1,0.3,6.1-0.3,9.1c-0.6,2.8-1.3,5.5-2.1,8.2c-1.7,5.8-3.7,11.5-5.7,17.2 c-1,2.9-2,5.9-3.3,8.7c-1.3,3-2.7,5.9-4.2,8.8c-2.6,5.2-5.3,10.3-7.7,15.5c-3.7,8.3-7.2,17-12.3,24.7v2.7 c1.1-1.6,2.2-3.2,3.2-4.9c-0.9,1.8-1.9,3.6-2.8,5.4h1.8l0.3-0.6c1.4-2.7,2.8-5.5,4.3-8.1c1.5-2.7,3-5.3,4.6-7.9 c1.6-2.5,3.4-5,5.1-7.5c3.2-4.9,6.2-10.1,9-15.3c5.7-10.5,10.8-21.3,17.3-31.4c3.3-5.2,6.9-10.2,10.4-15.3 c3.4-5,6.7-10.2,9.9-15.4c2.9-4.7,5.4-9.5,8.1-14.3c2.9-5.1,5.7-10.1,8.3-15.3c0.5-1.1,1-2.1,1.5-3.2c1.2,0.4,2.5,0.8,3.7,1.3 c4.2,1.6,8.2,3.4,12.2,5.4c-4.6,10.7-9.5,21.3-15,31.6c-5.6,10.6-12.1,20.6-19.5,30c-3.7,4.7-7.9,9-11.6,13.7 c-3.7,4.8-7.2,9.9-10.5,15c-3.4,5.1-6.7,10.2-10.4,15c-3.1,4.2-6.6,8-10.1,11.9c-3,3.4-6,6.8-8.8,10.3h2 c1.9-2.3,3.8-4.5,5.8-6.7c3.5-4,7.1-8,10.5-12.1c3.6-4.5,6.8-9.3,10-14.1c3.4-5.1,6.8-10.2,10.4-15.2c1.8-2.5,3.7-4.9,5.6-7.2 c1.9-2.3,4-4.5,5.9-6.8c7.6-9.1,14.3-19,20-29.4c5.9-10.5,11-21.4,15.8-32.4c0.4-1,0.9-2,1.3-3c2.4,1.3,4.8,2.6,7.1,4 c1.6,0.9,3.1,1.9,4.7,2.9c-3.4,10.3-7.7,20.3-12.7,29.9c-5,9.7-11.2,18.8-18.4,27c-3.8,4.2-8,7.8-12,11.6 c-4.5,4.3-8.8,8.8-13,13.3s-8.4,9.1-12.7,13.6c-3.2,3.4-6.6,6.7-9.9,10c-3.7,3.7-7.3,7.4-10.6,11.4c-0.9,1-1.8,2.1-2.6,3.2h2 c3.2-4,6.7-7.7,10.3-11.4c3.4-3.5,6.9-6.9,10.3-10.4c4.1-4.2,8-8.5,12-12.8c4.2-4.5,8.5-9.1,12.9-13.4 c4.1-4.1,8.6-7.8,12.6-11.9c7.4-7.9,13.8-16.7,18.9-26.3c5.4-9.8,9.9-20,13.6-30.5c0.3-0.8,0.6-1.6,0.8-2.4 c4.1,2.6,7.8,5.7,11.2,9.1c0.3,0.4,0.9,0.5,1.3,0.3c0.1,0,0.2,0.1,0.2,0.1c-3.6,8.4-6.3,17.3-11.3,25c-2.6,4.1-6,7.7-10,10.6 c-1.1,0.8-1.1,1.6-1.2,2.9c-3.6,1.8-7,3.8-10.4,6c-1.7,1.2-3.3,2.4-4.8,3.8c-1.5,1.4-2.8,2.9-4,4.6c-2.5,3.5-4.6,7.3-6.9,10.9 c-1.1,1.8-2.4,3.5-3.7,5.2c-1.4,1.7-3,3.4-4.5,4.9c-3.2,3.1-6.5,6-9.8,9c-3.5,3.3-6.8,6.7-10.1,10.2c-3,3.2-6,6.4-8.9,9.7 c-1.6,1.8-3.1,3.7-4.6,5.5l-1.1,1.4h2c1.2-1.5,2.4-3,3.7-4.4c2.3-2.7,4.8-5.3,7.2-7.9c3.2-3.5,6.5-7,9.8-10.3 c3.2-3.2,6.7-6.2,10.1-9.3c3.4-3,6.4-6.3,9.1-9.8c2.6-3.5,4.6-7.4,6.9-11c1.1-1.8,2.3-3.5,3.6-5.1c1.3-1.5,2.7-2.9,4.3-4.1 c3.4-2.6,7-4.8,10.8-6.8c0.3-0.2,0.7-0.3,1-0.5c-0.1,1-0.2,2-0.3,3c-0.2,2.9-0.3,5.8-0.4,8.6c0,0.2,0,0.4,0,0.7 c-4.3,4-8.3,8.3-12,12.8c-1.9,2.3-3.5,4.8-5,7.3c-0.7,1.3-1.3,2.6-1.9,3.9c-0.4,1.1-0.8,2.2-1.3,3.2c-1.7,4.4-3.8,8.6-5.8,12.9 c-2.1,4.6-4.3,9.3-6.1,14.1c-0.3,0.9-0.7,1.8-1,2.7h1.7c0.1-0.2,0.1-0.5,0.2-0.7c1.6-4.7,3.7-9.2,5.7-13.7c2-4.4,4.1-8.8,6-13.3 c0.9-2.2,1.6-4.4,2.7-6.5c1.3-2.6,2.8-5,4.5-7.4c3.7-4.7,7.7-9.2,12.1-13.3c0,2.2,0.1,4.4,0.1,6.7c-2.5,2.5-4.9,5.1-7.2,7.8 c-2.4,2.7-4.6,5.6-6.5,8.7c-0.9,1.6-1.6,3.2-2.2,4.9c-0.8,2.1-1.4,4.2-2,6.3c-1.3,4.5-2.2,9-3.3,13.5c-0.6,2.3-1.1,4.6-1.8,6.9 h1.6c0.4-1.5,0.8-3,1.2-4.5c1.1-4.5,2.1-9,3.3-13.5c0.6-2.2,1.2-4.3,1.9-6.4c0.6-1.9,1.4-3.7,2.2-5.5c0.7-1.3,1.5-2.6,2.4-3.7 c1.1-1.5,2.2-3,3.4-4.4c2.2-2.7,4.6-5.4,7.1-7.9c0.1,2.3,0.1,4.6,0.2,6.9c-2.1,3.7-4.1,7.4-6,11.2c-1,2-2.1,4.1-3.1,6.1 c-0.8,1.5-1.4,3-1.8,4.6c-1.5,5.6-1.2,11.5-1.8,17.2H90c0.2-1.8,0.3-3.6,0.4-5.3c0.1-3.4,0.4-6.7,1-10c0.3-1.6,0.8-3.1,1.4-4.5 c0.9-1.9,1.9-3.7,2.9-5.6c1.9-3.7,3.8-7.3,5.8-11c0.2,0.3,0.6,0.5,1,0.5c5.7-0.1,11.4,0,17,0.4c1.3,2.6,2.9,5,4.2,7.6 c0.7,1.4,1.3,2.8,1.7,4.2c0.3,1.4,0.6,2.8,0.7,4.2c0.8,6.2,1.2,12.4,1.4,18.6c0,0.3,0,0.6,0,1h1.6c-0.1-3.1-0.2-6.3-0.5-9.4 c-0.2-3.1-0.5-6.2-0.9-9.3c-0.2-1.5-0.3-3-0.6-4.4c-0.4-1.6-0.9-3.1-1.6-4.5c-1.3-2.7-2.9-5.2-4.3-7.9c2.8,0.2,5.7,0.5,8.5,0.8 c1.5,2.1,3.3,4,5.2,5.7c2.2,1.8,4.7,3.1,7.3,3.8c2.6,0.8,5.3,1.4,7.8,2.5c2.4,1.1,4.7,2.5,6.8,4.2c4.2,3.4,7.7,7.5,11.4,11.4 c1.9,2,3.8,3.9,5.9,5.7c0.5,0.4,1,0.9,1.5,1.3h2.5c-2.5-2-4.9-4.2-7.2-6.5c-3.8-3.8-7.2-8-11.2-11.6c-2-1.8-4.2-3.4-6.5-4.7 c-2.5-1.3-5.1-2.3-7.8-3c-2.6-0.6-5.1-1.6-7.5-2.9c-2.3-1.5-4.3-3.5-5.9-5.6c10.6,1.4,21.1,3.7,31.4,7 c5.8,1.9,11.5,4.1,17.2,6.5c1.8,0.8,3.5,1.5,5.3,2.2c1,0.5,2,0.8,3.1,0.9c1.3-0.1,2.5-0.6,3.4-1.5c4.7,4.5,8,10.2,12.4,14.9 c1.5,1.6,3.1,3,4.8,4.3h2.6c-1.9-1.3-3.7-2.8-5.3-4.5c-2.3-2.4-4.5-5-6.5-7.7c-2-2.8-4.3-5.5-6.8-8c1.5-1.4,2.9-3,4.6-4.3 l0.2-0.2c2.6,2,5.2,4.1,8,5.8c2.3,1.5,4.8,2.6,7.4,3.4c2.6,0.7,5.2,1.3,7.8,1.7c2.8,0.5,5.6,1.2,8.3,2.2 c5.1,2.1,9.9,4.7,14.4,7.9c1.8,1.2,3.5,2.4,5.3,3.6h2.8c-1.9-1.3-3.7-2.6-5.6-3.9c-4.5-3.2-9.3-6-14.3-8.3c-2.6-1.1-5.2-2-8-2.6 c-2.8-0.6-5.6-1-8.3-1.7c-2.5-0.6-4.8-1.5-7.1-2.7c-3-1.7-5.8-3.7-8.5-5.9l-0.8-0.6c0.3-0.2,0.6-0.3,1-0.3 c0.6-0.1,1.2,0.2,1.8,0c0.6-0.2,1.1-0.8,1.6-1c2.7-1.4,6.2-1,9.2-1c5.7,4.8,13.8,5.8,20.8,7.2c3.9,0.7,7.7,1.8,11.4,3.3 c1.6,0.7,3.1,1.7,4.5,2.9c0.5,0.7,1.4,1.1,2.2,1.1c1.5,0.1,3.1,0.2,4.6,0.3c6.4,4.4,12.9,8.8,19.5,13h4.7c-3-1.9-6-3.9-9-5.8 c-4.9-3.2-9.8-6.5-14.6-9.8c-0.4-0.3-1-0.3-1.4,0.1l-3.8-0.3c-4.8-4.7-11.9-6.1-18.2-7.4c-6.7-1.4-13.7-2.4-19.2-6.7 c-0.9-0.7-2.2-0.5-3.3-0.5c-1.3,0-2.6,0-4,0.1c-2.1,0.1-4,0.8-5.7,1.9c-3.4-0.2-6.1,2.5-8.4,4.8c-1.1,1.3-2.3,2.3-3.8,3.2 c-0.2,0.1-0.4,0.1-0.7,0.2c0,0-0.3,0-0.4-0.1c-3-1-6-2.2-8.9-3.6c-13.3-5.7-27.2-9.8-41.4-12.2c-11.4-1.8-23-2.7-34.6-2.5 c-0.2-11.2-1-22.4,0.6-33.5c12.4-8.8,16.5-23.4,22.2-36.7c1.8,0.9,3.6,2,5.3,3.1c4.3,2.7,8.3,5.9,12,9.5c0.7,0.7,1.4,1.5,2,2.3 c0.7,0.9,1,1.7,2.3,1.8c3.8,0.1,7.6,0,11.4-0.4c6.1-0.4,12.2-1.1,18.4-1.3c7.5-0.2,15,0.7,22.3,2.7c0.8,1.4,1.6,3.6,3,4.3 c0.4,0.2,0.9,0.3,1.3,0.4c0.8,0.2,1.5,0.5,2.3,0.8c1.4,0.5,2.8,1,4.1,1.5c2.1,0.9,4.2,1.9,6.2,3.1c1.8,1.1,3.4,2.3,5,3.7 c1.9,1.6,3.6,3.4,5.4,5.1c5.8,5.6,11.6,11.2,17.7,16.4c11.9,10.2,24.4,19.7,37.1,28.8c12.8,9.2,25.8,18.2,38.9,26.9h4.5 c-11.9-7.9-23.8-16-35.5-24.2c-13.6-9.6-27-19.6-39.8-30.3c-6.7-5.6-13.2-11.5-19.5-17.7c-3.4-3.5-7-6.8-10.9-9.8 c-4.3-2.8-8.9-5-13.8-6.4c-0.6-0.2-1.3-0.4-1.9-0.6c-0.6-1.3-1.3-2.6-2.2-3.8c-0.8-0.6-1.7-1-2.7-1.1c-2.6-0.7-5.3-1.2-8-1.6 c-4.6-0.7-9.3-0.9-14-0.8c-9.7,0.3-19.3,1.7-29,1.7c-3.7-5.2-9.3-9.3-14.6-12.8c-2.3-1.6-4.7-2.9-7.1-4.1 c-0.8-0.5-1.8-0.8-2.7-0.9c-5.9-6-13.4-10.7-20.7-14.7c-7.5-4.3-15.4-7.8-23.7-10.2c-7.5-11-13.7-22.8-20.7-34.2 c-7.6-12.4-15.8-25.2-26.7-35.1c-4.4-4-9.6-7.7-15.5-9c-1.5-3.4-3.3-6.6-4.8-10c-1.6-3.5-2.3-7.3-2.2-11.2l1.9-1.3 c0.3-0.1,0.5-0.3,0.6-0.5c0.1-0.2,0.1-0.4,0.1-0.6l0.1,0c0.1-2.1,0.3-4.2,0.4-6.3c5.5-3.7,11.2-7.1,15.1-12.7 c2.5-0.7,3.6-1.2,5-3.3c0.7-0.3,1.4-0.6,2.1-1c1.9-1,3.7-2.3,5.4-3.7c3.6-3,6.7-6.4,10.7-8.8c0.4,0,0.7-0.2,0.9-0.5 c1.8-2.4,6.5-1.6,9.2-1.2c2.4,0.4,4.8,1.1,7,1.9c5.4,2.1,10.6,4.8,15.4,7.9c9.5,6,18.3,13,28.1,18.4c0.1,0.1,0.3,0.1,0.4,0.1 c0.1,0,0.2,0.1,0.2,0.1c0.1,0.3,0.8,0.7,1,0.9c1.1,1,2.1,2,3.1,3.1c3.1,3.2,6.2,6.4,9.3,9.5c7.3,7.3,14.9,14.8,23.7,20.5 c1.7,1.2,3.5,2.2,5.4,3c0.1,0.1,0.3,0.1,0.4,0.2c1.7,0.7,3.4,1.2,5.3,1.3c2.3,1.3,4.8,2.1,7.4,2.2c1.9,0.1,3.7,0.1,5.6,0 c0.6,0,2.3-0.3,2.8,0c-0.3-0.1,1.1,1.9,1.3,2.1c3.7,4.6,7.5,9,11.4,13.3c8.2,8.8,16.8,17.1,26,24.9c1,0.9,2,1.7,3.1,2.6 c0.1,0.2,0.3,0.4,0.5,0.5c17,13.9,35,26.6,53.8,37.9c32.8,19.9,67.6,35.7,102.2,52.1c5.6,2.7,11.3,5.3,16.7,8.4 c1.8,1,3.6,2.1,5.3,3.3c0.6,0.4,1.1,0.9,1.7,1.4c1.6,1.4,3.8,1.3,5.9,1.5c0.4,0.3,0.9,0.3,1.3,0.1c5.4-2.6,11.9,0.9,17.6,1.7 c11.8,15.3,28.6,26.7,44.5,37.2c10.8,7.1,21.9,13.9,33,20.5h5c-1.6-1-3.3-1.9-4.9-2.9c4-2.7,7.9-5.4,11.9-8 c4.5-2.9,9-5.8,13.8-8.4c2.2-1.2,4.5-2.3,6.6-3.5c1.9-1.1,3.7-2.3,5.4-3.7c3.3-2.6,6.2-5.5,8.7-8.8c2.6-3.4,4.9-6.9,6.9-10.5 c0.1-0.2,0.2-0.4,0.3-0.6c2.3-0.9,4.7-1.8,7-2.7c-2.8,6.9-5.7,13.7-8.9,20.4c-3.5,7.3-7.7,14.3-12.3,20.9 c-1.9,2.7-3.9,5.3-6,7.8h2c4.1-5.1,7.9-10.4,11.2-16c4.1-7,7.7-14.2,10.9-21.6c1.8-4,3.4-8.1,5.1-12.2c5.3-1.8,10.6-3.5,16-5.1 c-1.9,5.1-3.6,10.2-5.6,15.2c-1,2.5-2.2,4.9-3.1,7.4c-0.4,1-0.7,2.1-0.9,3.2c-0.1,1.4,0,2.8,0.3,4.1c0.2,1.1,0.1,2.3-0.4,3.4 c-0.4,0.8-0.8,1.6-1.2,2.3c-1.1,1.7-2.2,3.3-3.6,4.8c-3,3.5-6.3,6.7-9.7,9.8c-1.7,1.6-3.5,3.1-5.2,4.7h2.3 c0.9-0.8,1.9-1.7,2.8-2.5c3.5-3.1,6.8-6.3,9.9-9.7c1.4-1.6,2.8-3.3,4-5c0.5-0.8,1-1.5,1.5-2.3c0.5-0.9,0.9-1.9,1.2-2.9 c0.1-1.4,0-2.7-0.2-4.1c-0.1-0.6-0.1-1.3-0.1-1.9c0.1-0.5,0.2-1.1,0.4-1.6c0.7-2.4,1.7-4.7,2.7-7c2.4-5.6,4.3-11.4,6.4-17.1 c0.2-0.4,0.3-0.8,0.5-1.3c7.3-2.1,14.6-4.1,21.8-6.2c-3.7,4.8-7.4,9.6-11.4,14.2c-1.3,1.5-2.7,3-4.1,4.4c-0.3,0.3-0.3,0.8,0,1.1 c2,1.5,3.3,3.6,3.7,6c0,0.3,0.2,0.7,0.6,0.8c0.4,0.1,0.8,0.1,1.2,0.3c0.2,0,0.3,0.1,0.5,0.2h0l0,0c0.1,0,0.1,0.1,0.2,0.1 c0.1,0,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.2l0,0c0,0,0,0.1,0.1,0.1v0c0,0,0,0.1,0,0.1c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0.1-0.1,0.1v0l0,0 c-0.1,0.2-0.3,0.5-0.4,0.7c0,0.1-0.1,0.1-0.1,0.2l0,0l0,0c-0.1,0.1-0.2,0.3-0.3,0.4c-0.5,0.6-1,1.1-1.6,1.6 c-0.3,0.3-0.6,0.5-1,0.8c-0.2,0.1-0.3,0.3-0.5,0.4l-0.3,0.2l-0.1,0l-0.1,0.1c-1.5,1.1-3,2.2-4.5,3.2c-1.3,0.9-2.7,1.8-4,2.7 c-0.5,0.4-1,0.7-1.5,1.1c-0.9,0.7-1.7,1.5-2.5,2.3c-5,4.8-9.7,9.9-14.3,15.1c-1.3,1.5-2.6,2.9-3.9,4.4h2.1 c0.5-0.6,1-1.2,1.5-1.7c4.7-5.3,9.6-10.5,14.6-15.5c1.1-1.1,2.2-2.2,3.3-3.2c0.2-0.1,0.3-0.3,0.5-0.4l0.1-0.1l0.2-0.1 c0.1-0.1,0.3-0.2,0.4-0.3c1.3-0.9,2.6-1.8,4-2.7c1.6-1.1,3.1-2.1,4.6-3.3c1.4-1,2.7-2.1,3.9-3.3c0.9-0.8,1.5-2,1.7-3.2 c0-1.4-1.2-2.1-2.4-2.5c-0.2-0.1-0.5-0.1-0.7-0.2c-0.5-2.3-1.7-4.4-3.5-6c4.7-5,9.1-10.3,13.2-15.8c1-1.3,2.1-2.7,3.1-4 c9.8-2.8,19.6-5.8,29.1-9.6c2-0.8,4.1-1.7,6.1-2.6c1.5,1.8,3.2,3.5,4.8,5.4c0.4,0.5,0.8,1,1.2,1.5c-2.9,2.7-5.8,5.5-8.6,8.3 c-3,2.9-6,5.9-9.2,8.6c-3,2.2-6.2,4.1-9.6,5.6c-1.7,0.8-3.3,1.7-4.8,2.6c-1.6,1.1-3.1,2.3-4.6,3.6c-3.1,2.8-6.1,5.7-9.1,8.7 c-2.5,2.4-5,4.8-7.6,6.9c-5.2,4.2-10.7,7.9-16,11.9c-4.5,3.2-8.6,7-12.1,11.3h2c2.8-3.2,6-6.1,9.4-8.7 c5.3-4.2,10.9-7.9,16.2-12.1c2.5-1.9,5-4,7.3-6.2c3-2.9,6-5.9,9.1-8.7c1.5-1.4,2.9-2.8,4.5-4c1.5-1.1,3-2.1,4.6-2.9 c3.3-1.6,6.6-3.3,9.7-5.2c1.6-1.2,3.2-2.4,4.6-3.8c1.6-1.4,3.1-2.9,4.6-4.3c3-2.9,6-5.9,9.1-8.8c0.5-0.5,1.1-1,1.6-1.5 c0.9,1.2,1.9,2.4,2.8,3.6c1.5,2.1,3.3,3.9,5.3,5.4c1.9,1.3,4.3,1.7,6.4,2.5c1.9,0.7,3.8,1.8,4.2,3.9c0.2,0.9,0.2,1.8,0.4,2.7 c0.3,1.1,0.9,2.1,1.7,3c0.3,0.4,0.7,0.8,1.1,1.2c-3.2,1.3-6.5,2.4-9.8,3.6c-3.6,1.4-7,2.9-10.4,4.7c-3.5,1.8-7.2,3.5-10.9,4.9 c-1.8,0.7-3.7,1.2-5.6,1.6c-1.9,0.4-3.8,0.7-5.8,0.9c-3.9,0.4-7.7,1.4-11.2,3c-2.9,1.4-5.7,2.8-8.5,4.3 c-6.2,3.3-12.2,6.9-17.9,10.9c-4.5,3-8.7,6.4-12.6,10.1h2.3c2.9-2.7,6-5.1,9.3-7.4c5.7-4,11.6-7.7,17.7-11.1 c2.9-1.6,5.8-3.1,8.7-4.5c3.3-1.8,6.8-2.9,10.5-3.4c3.8-0.4,7.6-1.2,11.4-2.1c3.7-1.2,7.4-2.8,10.9-4.5c3.5-1.7,7-3.5,10.6-5 c3.5-1.4,7.1-2.5,10.6-3.9c0.7-0.3,1.4-0.6,2.1-0.8c2.4,1.9,4.9,3.5,7.6,4.9c3.9,2.2,7.9,4.5,10.5,8.1 c-8.9,1.2-17.7,3.2-26.2,5.9c-4.6,1.4-9.1,3-13.5,4.7c-2.2,0.8-4.4,1.7-6.6,2.6c-2,0.8-4.1,1.6-6.1,2.6 c-1.3,0.7-2.4,1.6-3.7,2.3c-1.6,0.8-3.4,1.2-5.2,1c-1.9-0.3-3.8-0.9-5.6-1.7c-1.6-0.6-3.4-0.9-5.1-0.8c-3.2,0.3-6.4,1.1-9.4,2.4 c-3.5,1.4-6.9,3-10.1,4.9c-3.3,1.8-6.5,3.9-9.6,5.9h2.9c1.6-1.1,3.3-2.1,5-3.1c3.2-1.9,6.6-3.7,10-5.3c3-1.4,6.3-2.5,9.6-3.1 c1.5-0.3,3-0.3,4.5-0.1c1.9,0.4,3.6,1.3,5.4,1.8c2,0.6,4.1,0.7,6.1,0.2c1.5-0.4,2.8-1,4-1.9c1.5-1,3.1-1.8,4.8-2.4 c2.1-0.9,4.2-1.7,6.3-2.6c4.4-1.7,8.8-3.3,13.3-4.8c9-3,18.2-5.3,27.5-6.8c1.1-0.2,2.2-0.3,3.3-0.4c0.4,0,0.8-0.4,0.8-0.8 c0-0.1,0-0.3-0.1-0.4c-2.3-3.8-6-6.4-9.8-8.6c-3.6-2.1-7.5-3.9-10.4-6.9c-0.7-0.7-1.4-1.5-1.9-2.4c-0.4-0.9-0.7-1.8-0.7-2.7 c-0.1-1-0.3-1.9-0.8-2.8c-0.6-1-1.5-1.8-2.5-2.4c-1.9-1.1-4.2-1.5-6.3-2.3c-1-0.4-2-0.9-2.9-1.7c-0.9-0.8-1.8-1.7-2.6-2.6 c-2-2.3-3.8-4.8-5.7-7.2c-1.6-2-3.5-3.9-5.2-5.9c0.4,0,0.7,0,1.1,0.1c0.9,0.2,1.7,0.5,2.6,0.7c3.5,1,7,1.9,10.5,2.9 c9,2.5,17.9,5.1,26.8,7.7c0.2,0.1,0.4,0.2,0.6,0.2c22.2,6.5,44.3,13.1,66.5,19.5c4.6,1.3,9.2,2.7,13.9,3.8 c1.6,0.3,3.3,0.5,5,0.5c6.6,0.3,13.1,1.6,19.7,1.8l0,0c3.1,0.5,6.5-0.6,9.7-0.5c5.3,0.4,10.6,1.4,15.7,2.9 c9.6,2.5,19.6,5.6,29.6,3.7c22,11.9,44.8,22.9,68.2,31.7h7.2c-1.2-0.4-2.5-0.9-3.7-1.3c12.5-7.2,25-14.4,38.4-19.9 c6.8-2.8,13.8-5,21-6.5c7.5-1.5,14.8-2.8,22.1-5.2c14.2-4.6,27.5-11.3,40.5-18.4c12.7-7,24.4-15.7,36.1-24.1 c5.8-4.2,11.7-8.3,17.8-12.1c6.1-3.8,12.8-8.1,19.8-10.1c7.3-2.1,15-1.3,22.4-1.9c0.6-0.1,1.1-0.1,1.6-0.2c0.1,0,0.2,0,0.3,0 c6.9-0.9,13.8-2.2,20.5-3.9c15.6-3.5,31-8.1,45.9-13.7c15.3-5.7,30.5-12,45.8-17.8c3.3-1.2,6.5-2.4,9.8-3.6c0,0,0.1,0,0.1,0 c4.1-1.4,8.2-2.8,12.3-4.1c7.1-2.2,14.3-4.3,21.3-7c7.2-2.7,14.1-6,21.2-9.1c7.3-3.2,14.5-6.4,21.7-9.8c2.5-1.2,5-2.3,7.5-3.5 c-0.6,0.9-1.2,1.9-1.8,2.9c-3.2,5.6-5.9,11.4-9.4,16.9c-11.5,7.7-22.8,15.8-33.8,24.2c-2.3,1.7-4.5,3.5-6.6,5.4 c-0.3,0.3-0.6,0.6-0.9,0.8c-0.7,0.4-1.5,0.7-2.3,0.8c-3.4,1.3-6.7,3-9.6,5.2c-6.3,4.5-11.7,10.1-18.2,14.2 c-8.1,5.1-16.7,9.4-24.9,14.1c-24,13.6-47.8,27.6-71.1,42.4c-12.7,8.1-25.1,16.5-37.4,25.3c-7.7,5.5-15.2,11.2-23.2,16.4 c-1.9,1.2-3.8,2.4-5.7,3.6h4.8c6.6-4.2,12.9-8.7,19.2-13.3c10.5-7.7,21.2-15.2,32.1-22.3c19.9-13.1,40.4-25.5,61-37.5 c7.4-4.3,14.9-8.6,22.3-12.9c8.1-4.6,16.6-8.8,24.5-13.9c6.5-4.2,11.9-9.8,18.2-14.2c3.1-2.3,6.6-4.1,10.4-5.2 c1-0.4,1.8-1,2.5-1.7c5.4-4.6,11-9,16.9-13c8.8-6.4,17.7-12.6,26.7-18.6c8.9-6,18-11.9,27.3-17.4c5.4-3.2,11.4-7.4,17.7-8.8 c7.8-1.8,15.8-3.1,23.7-4.7c6.7-1.4,13.4-2.9,20.1-4.5c9.5-2.2,18.9-5,28.2-8.3c1-0.4,2-0.8,3-1.2c-2.3,3.2-4.7,6.4-7.2,9.4 c-2.3,3.1-4.8,6.1-7.5,8.8c-2.4,2.2-4.9,4.1-7.3,6.3c-0.6,0.5-1.3,1.1-1.9,1.7c-4.7,3.2-9.6,6-14.7,8.5 c-5.3,2.3-10.8,4.3-16.3,5.8c-5.4,1.6-10.9,3-16.3,4.7c-5.2,1.6-10.4,3.6-15.4,5.7c-10.1,4.5-19.9,9.5-29.4,15 c-9.8,5.4-19.7,10.4-29.8,15.3c-9.9,4.7-19.8,9.6-28.7,16c-8.2,5.9-15.1,13.3-21.7,20.9c-6.8,7.9-13.4,16-20.3,23.7 c-7.7,8.6-15.5,17.1-23.5,25.4c-4,4.1-8.1,8.2-12.2,12.2c-4.1,4-8.4,7.7-12.5,11.7c-2.2,2.1-4.3,4.2-6.4,6.4h2.2 c7.5-7.4,15.4-14.5,22.9-21.9c8.2-8.1,16-16.5,23.8-25.1c7.3-8,14.6-16.1,21.5-24.5c6.5-7.8,13.1-15.7,20.8-22.4 c8.1-7.1,17.6-12.4,27.2-17.2c9.9-5,20.1-9.4,29.8-14.8c9.8-5.4,19.5-11,29.5-15.8c10.2-4.8,20.8-8.7,31.7-11.7 c10.9-3.1,21.7-6.2,31.5-12c1.1-0.7,2.3-1.4,3.4-2.1c-0.1,0.1-0.1,0.3-0.2,0.4c-0.4,1.4,0.4,2.9,1,4c0.8,1.5,1.9,2.9,2.6,4.5 c0.2,0.3,0.5,0.5,0.9,0.4c13-2.5,25.2-7.8,38.3-9.7c0.1,1.2,0.4,2.4,0.9,3.5c-4.4,3.6-8.8,7.2-13.3,10.7 c-4.3,3.4-8.8,6.7-13.1,10c-9.7,7.6-20.3,14.2-31.4,19.6c-11,5.2-22.4,9.7-34,13.5c-11.4,3.9-23,7.4-34.6,10.8 c-11.8,3.4-23.9,5.8-35.6,9.6c-11.5,3.8-22.1,9.5-32.4,15.6c-10.3,6.1-19.8,13.3-28.4,21.6c-8.9,8.5-17.2,17.7-26.2,26.1 c-6.7,6.3-14,11.7-21.1,17.5c-3.5,2.8-6.9,5.8-10.1,8.9l-0.3,0.3h2.2c1.7-1.7,3.5-3.3,5.4-4.8c6.4-5.5,13.3-10.4,19.6-15.9 c9.3-8,17.6-17.1,26.2-25.7c8.5-8.7,17.9-16.5,28-23.2c5-3.2,10.2-6.2,15.4-9c5.3-3,10.7-5.6,16.3-7.8 c11.5-4.4,23.7-7,35.6-10.1c11.6-3.1,23.2-6.7,34.6-10.4c11.4-3.6,22.5-7.8,33.5-12.5c11-4.8,21.5-10.7,31.3-17.6 c5.3-3.8,10.3-7.9,15.5-11.8c3.7-2.7,7.3-5.6,10.8-8.5c2.2-1.8,4.5-3.6,6.7-5.4c0.7,1.1,1.7,2.1,2.8,2.8 c-1.7,5.7-3.8,11.3-5.3,17.1c-1,3.5-1.7,7-2,10.6c-9.5,5.7-19.1,11.1-28.9,16.4c-9.8,5.3-19.7,10.2-29.6,15.3 c-9.6,5-19.2,10-29.4,13.7c-9.3,3.4-17.8,8.4-26.1,13.7c-8.4,5.4-16.7,11.2-25.5,15.9c-9.3,4.9-19,8.8-29,11.7 c-5,1.5-10.1,2.9-15.2,4.1c-4.8,1.2-9.6,2-14.4,3.2c-4.6,1.2-9,3.3-12.8,6.1c-4.5,3.2-8.9,6.5-13.3,9.8 c-8.9,6.6-18,12.7-27.1,19c-1.6,1.1-3.2,2.3-4.8,3.4h2.7c7.5-5.3,15.3-10.3,22.8-15.7c4.5-3.2,8.9-6.5,13.3-9.8 c4.2-3.1,8.4-6.7,13.1-8.9c4.4-2.1,9.2-2.9,13.8-3.9c5.2-1.1,10.3-2.4,15.4-3.8c10-2.6,19.7-6,29.1-10.2 c9.2-4.3,17.8-9.7,26.3-15.3c8.4-5.5,16.7-11,25.8-15.2c4.7-2.2,9.7-3.8,14.5-5.8c5-2.1,9.8-4.5,14.6-7 c19.8-10.1,39.5-20.2,58.7-31.4c2-1.2,4-2.3,6-3.5c0,1.8,0.1,3.6,0.4,5.3c0.3,1.5,0.7,2.9,1.3,4.3c-7.2,3.9-14.5,7.5-21.8,11.4 c-3.5,1.8-6.9,3.8-10.5,5.6c-3.6,1.8-7.2,3.6-10.8,5.3c-14.5,6.9-29.3,13.1-43.4,20.7c-3.6,1.9-7.1,4-10.6,6.1 c-3.2,1.8-6.2,4.1-8.8,6.7c-2.2,2.4-4,5.2-6.2,7.7c-2.1,2.3-4.6,4.1-7.3,5.3c-2.4,1-4.6,2.4-6.3,4.3c-2.3,2.8-3.7,6.5-4.9,9.9 c-2.6,7.3-4.1,15-6.5,22.4c-1.6,5-4.5,9.6-6.9,14.3c-0.2,0.4-0.4,0.8-0.6,1.2h1.7c2-4.1,4.4-8.1,6.2-12.3c1.2-3,2.1-6,2.9-9.1 c1-3.8,2-7.5,3.1-11.3c1.1-3.7,2.4-7.3,4.1-10.8c1.2-2.7,3.3-4.9,5.9-6.3c2.4-1.1,4.7-2.4,6.9-3.9c2.5-2.1,4.6-4.6,6.5-7.3 c2-2.8,4.6-5.3,7.4-7.3c3.3-2.2,6.8-4.2,10.2-6.2c13.8-7.8,28.4-14.1,42.8-20.8c7.1-3.3,14.2-6.7,21.1-10.5 c7.2-3.9,14.5-7.6,21.7-11.4c1.6-0.8,3.2-1.7,4.7-2.5c0.8,1.5,1.7,2.9,2.6,4.2c-4.3,3.4-8.2,7.2-12.1,10.9 c-1.7,1.6-3.3,3.1-5.1,4.5c-2.5,1.9-5.1,3.7-7.7,5.5c-5.2,3.5-10.5,6.9-15.6,10.5c-5.2,3.6-10.1,7.6-14.7,12 c-8.7,8.3-16.9,17.2-24.6,26.5c-7.7,9.2-15.1,18.7-22.7,28c-4.9,5.9-9.8,11.8-15,17.4h2.1c3.8-4.2,7.6-8.6,11.2-13 c7.6-9.2,15-18.6,22.5-27.8c7.6-9.4,15.6-18.3,24.1-26.8c4.4-4.4,9.2-8.5,14.1-12.3c5-3.7,10.2-7.1,15.4-10.5 c4.9-3.1,9.6-6.5,14-10.2c4.1-3.7,8-7.6,12.1-11.2c0.9-0.8,1.8-1.5,2.7-2.2c0.7,1,1.5,1.9,2.3,2.9c1.8,2.2,3.5,4.5,5.1,6.8 c1.6,2.7,2.8,5.5,3.6,8.5c1.3,4.5,2.4,9.1,3.3,13.8c-5.5,2.2-11,4.6-16.4,6.9c-2.4,1-4.9,2-7.4,2.9c-2.3,0.8-4.7,1.3-7,2 c-5.7,1.6-11.2,4-16.3,7.1c-5.8,3.6-10.9,8.1-16.4,12.1c-11.1,8.3-22.6,16.2-34.5,23.4c-2.9,1.7-5.8,3.3-8.6,5.2 c-2.3,1.5-4.5,3.2-6.6,5.1c-4.2,3.8-8.2,7.9-11.8,12.3c-1.4,1.7-2.9,3.4-4.3,5.2h2l0.4-0.5c3.6-4.4,7.4-8.7,11.4-12.7 c4.1-4.1,8.7-7.6,13.8-10.4c12-7.1,23.6-14.7,34.8-22.9c2.8-2,5.6-4.1,8.3-6.2c2.8-2.1,5.5-4.3,8.3-6.3 c4.9-3.6,10.2-6.4,15.9-8.4c2.8-1,5.6-1.6,8.5-2.4c2.2-0.6,4.3-1.4,6.4-2.2c5.6-2.2,11.1-4.7,16.6-7c1.1-0.5,2.2-0.9,3.3-1.4 c0.2,1.2,0.3,2.5,0.4,3.7c0.4,4.7,0.2,9.4-0.4,14.1c-5.6,1.3-11.1,2.9-16.4,4.8c-5.3,2.1-10.5,4.6-16,6.4 c-2.6,0.9-5.2,1.6-7.8,2.6c-2.5,1-4.9,2.2-7.3,3.5c-4.8,2.6-9.4,5.5-14,8.3c-2.3,1.4-4.6,2.9-7,4.3c-2.4,1.4-4.8,2.6-7.1,4 c-4.6,2.9-9.1,6-13.3,9.4c-4.3,3.4-8.9,6.4-13.6,9.2c-5,2.8-9.8,5.9-14.4,9.3c-0.4,0.3-0.8,0.6-1.2,0.9h2.6 c0.1-0.1,0.2-0.1,0.3-0.2c4.4-3.2,9-6.1,13.8-8.8c4.6-2.6,8.9-5.6,13.1-8.9c4.1-3.1,8.2-6.3,12.7-9.1c2.2-1.4,4.5-2.5,6.8-3.8 c2.3-1.3,4.5-2.6,6.7-4c8.8-5.4,17.6-11.4,27.5-14.4c5.3-1.7,10.4-3.7,15.5-6c2.5-1.1,5-2.1,7.6-3c2.7-0.9,5.4-1.5,8.1-2.2 c1-0.3,2.1-0.5,3.1-0.8c-0.3,1.8-0.6,3.6-1,5.4c-1.5,6.6-3.6,13.1-6.1,19.5c-7.9,3.4-15.5,7.7-23,11.9 c-3.8,2.1-7.7,4.2-11.7,6.2c-3.9,1.8-7.9,3.2-12.1,4.2c-7.9,1.9-16.1,2.8-23.7,5.7c-5.5,2.2-10.8,5-15.7,8.2h2.9 c3.5-2.2,7.2-4.2,11-5.9c3.6-1.5,7.3-2.7,11.1-3.6c4.1-0.9,8.2-1.6,12.2-2.5c4.1-0.8,8.1-2,12-3.6c4-1.8,8-3.7,11.8-5.9 c7.6-4.2,15.2-8.6,23.1-12.2c0.4-0.2,0.8-0.4,1.2-0.5c-2.4,6.3-4.8,12.6-7,18.9c-1.7,5-3.5,10.1-5.1,15.2h1.6 c1.1-3.5,2.3-7,3.5-10.4c2.3-6.8,4.7-13.5,7.3-20.2c0.6-1.5,1.2-3,1.8-4.6c0-0.1,0.1-0.1,0.1-0.2c1.9-4.9,3.6-10,5.1-15.1 c1.9-6.9,2.9-14.1,3-21.2c-0.1-6.3-0.9-12.5-2.5-18.5c-0.7-3.3-1.6-6.5-2.7-9.7c-1-2.6-2.4-5.1-4-7.3c-3.2-4.5-7.3-8.5-9.7-13.5 c-2.7-5.4-2.3-11.5-1.1-17.2c1.3-6.3,3.5-12.3,5.4-18.4c0.4-1.3,0.8-2.7,1.2-4c0.1-0.3-0.1-0.7-0.4-0.9 c-2.9-1.4-4.1-4.4-4.3-7.5c0-0.4-0.3-0.8-0.8-0.8c-13.3,1.8-25.7,7.1-38.8,9.7c-0.6-1.1-1.3-2.2-2-3.3c-0.6-1-1.6-2.4-1.3-3.6 c0.4-1,1.1-1.9,1.9-2.6c1-1.1,2.2-2.2,3.3-3.2c2.3-2,4.6-3.8,6.8-5.9c2.6-2.6,4.9-5.4,7.1-8.3c3.2-3.9,6.3-7.9,9.1-12 c10.1-4.6,19.4-10.6,27.9-17.8c15-12.5,29.8-24.9,45.8-36.1c6.1-4.3,12.4-8.5,18.6-12.6c4.9-0.2,9.7-0.8,14.5-1.9 c5.4-1.1,10.4-3.3,14.9-6.5c1.8-1.4,3.2-3.9,5.2-4.8c2.2-1,3.6,0,5.3-1.8c2.3-2.5,5.6-2.9,8.7-4.1c0.4-0.1,0.8-0.3,1.2-0.4v-2.7 c-1,0.4-2,0.8-3,1.1c-2,0.7-4,1.2-6,1.9c-2.3,0.8-2.5,2.6-5,3.4c-1.4,0.4-2.5-0.1-3.6,0.9c-1.4,1.2-2.3,3-3.8,4.2 c-3.8,2.9-8.2,4.9-12.8,6c-5,1.3-10.1,2-15.3,2.2c-0.3-0.1-0.6-0.1-0.9,0c-5,0.1-9.9-0.2-14.8-0.9c-1.4-0.2-4.9-0.3-6-1.2 c-0.5-0.6-0.8-1.2-1-2c-1-2.5-2.2-4.9-3.6-7.3c-3.1-5.8-7-11.2-11.6-15.9c-3.6-3.7-8.1-7.2-13.6-6c-3,0.7-3.8,1.2-6.1-1.3 c-1.9-1.9-3.5-4.1-5.4-6c-3.6-3.7-7.6-7.2-11.7-10.4c-8.4-6.3-17.3-11.9-26.7-16.8c-0.6-0.3-1.4-0.1-1.7,0.5 c-3.4-0.2-6.7-1.2-9.6-3.1c-0.4-0.4-0.7-0.8-1-1.3c0,0,0-0.1,0-0.1c0-0.3-0.2-0.5-0.4-0.7c-0.3-0.5-0.5-1.1-0.9-1.6 c-1-1.5-2.1-2.9-3.4-4.1c-0.1-0.3-0.4-0.6-0.8-0.7l-0.1,0c-0.1,0-0.2,0-0.3,0l0,0c-1.8,0-3.7,0.2-5.4,0.7 c-2.3,0.4-5.4,0.7-7.4,1.8c-2,1-2.6,3.9-3.9,5.8c-2.5,3.8-5.6,7-9.3,9.6c-3.2,2.4-7.1,3.8-11.1,4.1c-1.4,0.1-2.9-0.6-4.3-0.3 c-2.1,0.5-4.3,2.1-6.4,2.9c-8.3,3.1-16.9,5.3-25.7,6.4c-2.2,0.3-4.4,0.6-6.6,0.9c-1.8,0.2-5.3,0-6.9,0.8c-1.7,0.8-2.6,3-3.7,4.6 c-3.2,4.6-6.5,9.1-10.1,13.4c-7.2,8.7-15,16.9-23.2,24.5c-23.9,22.2-51,40.9-79.3,57.2c-7.6-11.5-14.4-24.2-24.7-33.6 c-2.1-1.9-4.4-3.7-6.8-5.1c-1.9-1.1-5.3-1.6-6.4-3.4c-3.1-4.9-6.7-9.5-10.8-13.6c-4.5-4.9-9.5-9.3-15.1-13 c-0.5-0.3-1.1-0.2-1.5,0.2l-1.4,1.5c-7,1.4-14.1,3-20.7,6c-4.2,2-7.9,4.7-11.8,7.4c-20.4,14.1-44.7,22.5-67.9,30.7 c-5.1,1.8-9.4,3.4-13.4,6.7c-7.3-3.8-14.8-7.5-21.3-12.5c-3.3-2.5-6.3-5.4-8.8-8.7c-0.4-0.7-1.2-1.3-2-1.4c-1-0.2-2-0.5-3-0.7 c-1.7-0.4-3.4-0.1-4.9,0.7c-7.3-0.2-14.5-0.8-21.7-1.8c-7.1-1.1-14.3-2.6-20.8-5.8c-0.5-0.2-1-0.1-1.4,0.1 c-1.8,0.2-3.6,0-5.3-0.6c-1.1-0.4-2.3-0.6-3.5-0.3c-2.5,0.7-3.7,3.8-4.6,6.1c-5.2,1.8-9.9,4.9-13.7,9 c-3.9,4.5-6.9,9.9-10.4,14.7c-6.5,8.8-13.8,16.9-21.9,24.2c-4,3.7-8,7.3-12.2,10.7c-12.6-1.8-24.7,2.4-36.3,7.1 c-5.9,2.4-11.7,5-17.8,7c-2.7,0.9-5.5,1.7-8.3,2.2c-4.2,0.7-7.5-0.1-11.6-1.4c-21.4-6.7-39.4-17.7-56-32.4 c0-1.3-0.2-2.6-0.8-3.8c-0.7-1.1-2.8-2-3.8-3.1c-0.4-0.4-1-0.5-1.5-0.2c-9.4,4.2-21.1,11.7-30.6,4.1c-4.4-3.5-7.9-8.3-11.2-12.8 c-1.2-1.6-2.2-4.2-4.1-4.8c-1.8-0.6-5.4,0.3-7.2,0.8c-1.1,0.5-2.3,0.8-3.5,0.8c-1.5-0.2-3-0.6-4.4-1.2c-2.6-1-5-2.3-7.1-4 c-4.2-3.3-7.6-7.4-10.1-12.1c-5.2-9.1-7.9-19.5-9.8-29.8c-0.2-0.5-0.6-0.9-1.2-0.9c-3.7-0.5-7.5-1.1-11.2-1.2 c-1.8-0.1-5.1-0.6-6.7,0.4c-0.8,0.5-0.9,1.7-1.7,2.2c-0.7,0.5-1.3,0.3-2.2,0.5c-1.6,0.3-3.2,0.7-4.8,1.2c-9,3.2-17,9.1-25,14.2 c-4.1,2.7-8.4,5.2-12.8,7.5c-1.8,0.9-3.9,1.4-5.6,2.3c-2,1-3.1,2.7-5.1,3.9c-2.4,1.3-5.1,2.3-7.8,2.9c-2.4,0.6-5.7,0.6-7.9,1.7 c-2,1-3.5,2.9-5.5,3.9c-2.9,1.3-5.9,2.4-9,3.1c-10.4-17.6-26.7-30.4-40.1-45.5c-3.6-4-6.8-8.2-9.8-12.6c-1.3-2-2.6-4.1-3.7-6.3 c-1.3-2.6-1.4-2.6-3.8-3.9c-9.2-5.2-15.4-14.5-23.3-21.4c-0.1-0.1-0.2-0.2-0.3-0.3l-0.3-0.2c-0.2-0.4-0.6-0.7-1.1-0.7 c-9.7,0.1-17.2-5.6-25.1-10.4c-5.8-3.6-12.4-6.6-19.3-4.4c-4.5,1.5-7.3,5.2-11.4,7c-4.2,1.8-7.9,3.2-11.4,6.3 c-1.8,1.6-3.4,3.3-4.9,5.1c-1.5,1.8-2.8,4.4-4.5,5.9c-1.9,1.7-5.4,2.1-7.7,3c-2.2,0.9-4.4,1.9-6.6,2.9 c-12-15.2-19.9-33.2-27.3-50.9c-1.7-4.2-3.5-8.3-5.2-12.5c-0.8-2-1.7-4-2.5-6.1c-0.7-1.7-1.2-4.2-2.4-5.5 c-1.1-1.4-3-2.2-4.4-3.4c-1.7-1.4-3.4-3-4.9-4.5c-3.6-3.6-7.1-7.4-10.9-10.8c-0.5-0.5-1.3-0.5-1.8,0c-0.1,0.1-0.1,0.1-0.2,0.2 l-2.3,3.7c-3.9,1.1-3.7,1.7-5.9,5.1c-1.8,2.8-3.9,5.4-6.2,7.8c-5.1,5.4-10.5,10.5-16.3,15.2c-14,11.7-28.8,22.3-43.3,33.3 c-6.6,5-13.1,10.1-19.3,15.6c-5,4.4-9.7,10.8-15.7,13.5c-2.1,0.9-6.2,2.1-7.9,3.5c-1,0.8-1.5,2-2.6,2.8 c-1.7,1.2-3.9,1.9-5.7,3.2c-2,1.4-3.9,3-5.7,4.7c-1.8,1.7-3.5,3.6-5.2,5.4c-0.5,0.1-0.8,0.4-0.9,0.9l0,0 c-1.2,1.3-2.4,2.5-3.8,3.7c-1.9,1.6-3.9,1.7-6.2,2.1c-3.6,0.6-7.1,1.8-10.8,1.9c-3.1,0.1-0.5,0.5-1.7-0.9 c-0.5-0.6-1-1.3-1.5-1.9c-1.5-1.8-3-3.5-4.7-5.2c-3.5-3.4-7.4-6.5-11.5-9.2c-7.6-4.9-17.5-9.6-26.6-6.6c-0.2,0-0.3,0-0.5,0.1 c-2.9,0.7-5.7,1.8-8.5,3.1c-2.9,1.5-4.3,3.2-7.8,3.1c-6.5-0.2-12.9-0.7-19.4-1.4c-5.8-0.6-11.6-1.5-17.4-2.7 c-2.6-0.6-5-1.9-7.4-2.6c-1.5-0.4-3.8,0.4-5.3,0.4c-1.6,0-3.2,0-4.8-0.2c-3.2-0.4-6.4-1.1-9.5-2.2c-6.2-2.1-12-5.3-18-7.9 c-2.4-1.1-6.7-3.7-9.4-3.6c-1.9,0.1-3.7,2-5.3,3.1c-3.9,2.7-7.6,5.7-11.2,8.7V892.1z M58.1,1032.3c2.4,4,4.8,7.9,7.1,11.9 c2.8,4.8,5.6,9.5,8.5,14.2c1.2,2,2.4,3.9,3.8,5.8c0.5,0.6,1.2,1,2,1.1c-2.4,5-5,9.9-7.8,14.8c-2.6,4.6-5.1,9.3-7.7,13.9 c-3.1,5.3-6.4,10.4-9.7,15.5c-3.4,5.1-7,10.1-10.4,15.2c-6.8,10-12.2,20.8-17.8,31.5c-2.8,5.2-5.6,10.4-8.7,15.4 c-3.2,5.2-6.9,10-9.9,15.3c-0.3,0.4-0.5,0.9-0.8,1.3c1.9-3.8,3.6-7.6,5.3-11.5c2.3-5.1,4.6-10.1,7.1-15 c3.1-5.7,5.8-11.6,8.2-17.6c2.1-5.6,4-11.3,5.8-17c0.9-2.9,1.8-5.8,2.6-8.8c0.8-2.7,1.3-5.6,1.5-8.4c0.1-3-0.3-6.1,0-9.1 c0.4-3.1,1.2-6.1,2.4-9c1-2.9,2.2-5.8,3.3-8.8c1.1-3.1,2-6.3,3-9.5c3.9-13,8-26,11.7-39.1C57.7,1033.8,57.9,1033,58.1,1032.3 M594.1,1165.9C594.1,1166,594.1,1166,594.1,1165.9 M222.7,1036.2c-0.2-0.2-0.5-0.4-0.7-0.6c18.9-1.9,39.9-4.3,53.3-19.1 c1.8-2,3.4-4.2,4.8-6.4c0.7-1.2,1.4-2.4,2-3.6c0.2-0.6,0.5-1.1,0.9-1.5c1-0.6,2-1.1,3.1-1.4c6.3-3,12.6-6.1,18.7-9.3 c8.2-4.3,16.2-8.8,24-13.8c-1.2,3.1-2.2,6.3-3.3,9.4c-1.2,3.4-2.3,6.9-4.6,9.8c-3.9,4.9-9.7,7.9-15.2,10.9 c-2.8,1.5-5.5,3.1-8.2,4.9c-3.4,2.4-6.6,5-9.8,7.8c-3.1,2.7-6.2,5.5-9.4,8.2c-3,2.5-6.3,4.8-9.4,7.2 c-6.7,5.1-13.2,10.4-20.3,14.8c-0.6,0.3-1.1,0.7-1.7,1C238.7,1048.7,230.6,1042.6,222.7,1036.2 M268.5,1068.6 c-6.8-4.2-13.5-8.6-20.1-13.2c6.7-4,12.9-8.9,19.1-13.7c3.2-2.5,6.5-4.8,9.6-7.2c3.3-2.6,6.4-5.4,9.5-8.1c3.1-2.7,6.2-5.5,9.6-8 c2.7-2,5.6-3.9,8.6-5.5c5.5-3.1,11.5-6,15.9-10.6c1.1-1.1,2.1-2.4,2.9-3.7c0.9-1.6,1.7-3.2,2.3-4.9c1.6-4.2,2.9-8.4,4.5-12.6 c0.3-0.7,0.6-1.4,0.8-2.1c0.4-0.3,0.9-0.6,1.3-0.9c0.9-0.6,1.8-1.2,2.7-1.8c-1.2,2.6-2.3,5.3-3.4,8c-1.4,3.5-2.7,7-4,10.5 c-2.7,7-5.4,14.2-9.5,20.5c-1.9,3-4.2,5.7-6.8,8c-2.8,2.3-5.7,4.4-8.8,6.3c-6.2,4-12.6,7.9-17.2,13.9 c-5.7,7.4-10.6,15.4-15.7,23.2C269.4,1067.4,269,1068,268.5,1068.6 M269.9,1069.4c5-7.5,9.7-15.2,15-22.5 c1.2-1.7,2.4-3.3,3.8-4.9c1.2-1.3,2.6-2.6,4-3.8c2.9-2.3,5.9-4.4,9-6.3c3.1-2,6.2-4,9.1-6.3c2.8-2.2,5.3-4.8,7.4-7.7 c4.4-6.1,7.3-13.1,10-20.1c1.4-3.6,2.7-7.2,4-10.7c1.4-3.6,2.8-7.1,4.4-10.5l1-2.3c1.1-0.8,2.2-1.6,3.3-2.5 c-0.2,0.5-0.4,0.9-0.5,1.4c-0.7,2.1-1.3,4.3-1.7,6.5c-0.9,4.5-1.5,9-2.3,13.5c-0.4,2.2-0.8,4.3-1.3,6.5 c-0.5,2.2-1.2,4.3-1.8,6.5c-1.1,4.4-1.9,8.8-2.7,13.3c-0.8,4.5-1.6,9-2.8,13.4c-1.1,4.1-2.6,8.2-3.6,12.4 c-0.9,3.9-1.4,7.9-1.3,11.9c0.2,4.6,1.3,9.1,2,13.7c0.7,4.8,1.1,9.6,1.3,14.4c0.2,4.6,0.6,9.1,1,13.7c0.1,0.6,0.1,1.2,0.1,1.8 C307.7,1091.2,288.4,1080.9,269.9,1069.4 M364.1,1118.2c-5.5-2.6-11-5.1-16.6-7.7c7.2-18.4,15.3-36.6,21.7-55.3 c3-9,5.6-18.1,9.3-26.8c0.8-2,1.8-3.9,3-5.8c1.1-1.5,2.4-2.9,3.8-4.1c2.9-2.5,6.1-4.8,8.8-7.6c0.7-0.8,1.5-1.6,2.2-2.4 c-0.1,1.4-0.1,2.7-0.2,4.1c-0.1,2-0.2,4-0.1,6.1c-3.7,5.3-9.2,9.5-11.6,15.6c-0.9,2.5-1.5,5.1-1.9,7.8c-0.5,3.1-1,6.2-1.4,9.3 c-0.5,3-1.1,5.9-1.9,8.9c-1.1,3.7-2.2,7.5-3.4,11.2c-2.3,7.5-4.7,15-6.4,22.6c-1.7,7.6-3,15.2-4.8,22.8 C364.4,1117.3,364.2,1117.8,364.1,1118.2 M393.5,1132.7c-4.5-2.6-9.1-4.9-13.8-7.1c-4.7-2.3-9.4-4.5-14.1-6.7 c1.8-7.2,3.1-14.5,4.6-21.7c1.6-7.6,3.8-15,6.1-22.4c1.2-3.7,2.3-7.4,3.4-11.2c1-3.1,1.7-6.2,2.3-9.4c0.6-3.1,1-6.2,1.5-9.3 c0.4-2.8,0.9-5.6,1.7-8.3c1.8-6.2,6.9-10.4,10.7-15.2c0.1-0.1,0.1-0.2,0.2-0.3c0.3,2.4,1,4.7,2.1,6.9c0.2,0.3,0.3,0.7,0.5,1 c-1.5,7-5,13.4-6.5,20.5c-0.5,3.5-0.8,7-0.6,10.5c0,3-0.3,6-0.8,9c-0.6,3.6-1.9,7-2.6,10.6c-0.6,3.3-0.8,6.7-0.4,10.1 c0.7,7,2.9,13.7,3.8,20.7c1,7.3,1.2,14.6,1.9,21.9c0,0.1,0,0.3,0.1,0.4L393.5,1132.7 M409.1,1108.2c-0.2,6.4-0.6,12.9-0.6,19.3 c0,3.3,0.1,6.5,0.3,9.8c-1.3,0.1-2.7,0.3-3.9,0.8h0c-1.2-0.1-3.7,0-4.7-0.5c-0.2-0.1-0.4-0.4-0.5-0.5c-0.6-0.4-1.2-1-1.8-1.5 c-0.9-0.6-1.7-1.2-2.7-1.8c-0.8-6.9-1.1-13.8-1.8-20.6c-0.4-3.6-1-7.2-1.7-10.7c-0.7-3.4-1.5-6.8-2.1-10.3 c-0.5-3.2-0.6-6.5-0.3-9.7c0.4-3.7,1.6-7.1,2.5-10.7c0.7-3,1.1-6.1,1.2-9.2c0.1-1.6,0.1-3.3,0.1-4.9c0-1.8,0-3.6,0.2-5.4 c0.5-3.5,1.4-6.9,2.8-10.2c1.3-3.4,2.6-6.8,3.6-10.4c0.1-0.2,0.1-0.4,0.2-0.6c0.9,1.6,1.6,3.2,2.3,4.8c1.2,3.5,1.9,7.1,2.2,10.7 c0.4,3.5,0.7,7,1.3,10.5c-0.1,7.5-0.6,14.9-1.7,22.3l-1,1c-0.3,0.3-0.4,0.8-0.3,1.2c0.8,2.1,1.8,4,2.5,6.1l0,0 c0,0.2,0.1,0.4,0.3,0.6c0.1,0.2,0.3,0.3,0.5,0.3l2.2,1.2l0,0l0,0c0.4,3,0.9,6,1.1,9C409.3,1101.8,409.3,1105,409.1,1108.2 M435.8,1152.4c-2-1.9-4-3.9-5.9-5.9c-1.7-1.9-3.2-4.4-5.1-6c-1-0.9-2.3-0.7-3.6-1c-2.3-0.4-4.5-1.2-6.7-1.7 c-1.3-0.3-2.6-0.5-3.9-0.6c-0.4-6.1-0.5-12.3-0.2-18.4c0.1-3.2,0.3-6.5,0.4-9.7c0.1-3.2,0.3-6.4,0.1-9.5 c-0.2-3.2-0.6-6.3-1.1-9.4c0,0,0.1,0,0.1,0c4.4-0.6,8.8-0.5,13.1,0.5c0.4,5.8,1.2,11.6,2.3,17.4c0.6,3,1.3,5.9,2.2,8.7 c0.7,2.4,1.8,4.8,3.1,7c1,1.8,2.6,3.2,4.5,3.9c1.4,4.6,3,9.2,4.6,13.9s3.1,9.3,4.4,14c0.5,1.7,0.9,3.5,1.3,5.3 C442.1,1158.1,438.9,1155.3,435.8,1152.4 M447.3,1162.3c-1.4-6.2-3.1-12.3-5.2-18.4c-1.1-3.2-2.2-6.3-3.2-9.5 c-0.5-1.6-1.1-3.2-1.6-4.9c-0.3-0.8-0.5-1.6-0.8-2.5c-0.1-0.4-0.4-0.8-0.8-0.9c-0.2,0-0.3-0.1-0.5-0.2l0,0l0,0 c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1-0.1-0.3-0.2-0.4-0.3c0,0-0.1,0-0.1-0.1l0,0c-0.1-0.1-0.1-0.1-0.2-0.2 c-0.3-0.2-0.5-0.5-0.8-0.7c-0.1-0.1-0.3-0.3-0.4-0.4c-0.1-0.1-0.1-0.1-0.2-0.2l0,0l0,0c0,0-0.1-0.1,0,0l-0.1-0.1 c-1-1.5-1.9-3-2.5-4.7c-1.7-4.3-2.9-8.8-3.6-13.4c-0.8-4.7-1.4-9.5-1.8-14.3c0-0.1,0-0.1,0-0.2c2.9,0.7,5.7,1.6,8.4,2.6 c2,6.3,3,12.9,4.8,19.3c0.9,3.2,2.1,6.3,3.7,9.2c1.6,2.7,3.4,5.2,5.4,7.5c2.1,2.5,4.4,5,6.6,7.4c2.1,2.3,4.1,4.6,6,7.1 c1.9,2.6,4.2,4.9,6.8,6.7c2.4,1.6,4.9,3,7.5,4.2c2.8,1.3,5.5,2.9,8,4.7c2.7,2.1,5.1,4.6,7.1,7.4c0.2,0.3,0.4,0.5,0.6,0.8 c-2,0.4-4,0.9-6,1.3c-7,1.5-13.9,2.9-20.9,4.3C457.3,1169.9,452.2,1166.2,447.3,1162.3 M536.6,1157.5c-2.4,0.5-4.8,1-7.2,1.6 c-3.3-1.9-6.8-3.5-10.2-5.5c-1.8-1-3.5-2.2-5.3-3.4c-1.9-1.2-3.7-2.4-5.6-3.7c-3.6-2.4-7.1-5-10.6-7.5c-3.2-2.3-6.5-4.3-9.9-6.2 c-3.2-1.7-6.5-3.2-10-4.4c-3-1-6.1-1.9-9.2-2.8c-3.1-0.9-6.1-2-9-3.4c-2.7-1.2-5-2.9-6.9-5.2c-1.9-2.7-3.4-5.7-4.3-8.8 c-1.1-3.2-2-6.5-3.3-9.6c6.3,3,12.3,6.3,18.3,9.8c19.5,11.2,38.1,24,57.8,35c7.7,4.3,15.6,8.5,23.9,11.2 c-1.3,0.6-2.6,1.2-3.9,1.8C539.9,1156.4,537.5,1157.3,536.6,1157.5 M541.2,1159L541.2,1159c-0.1,0-0.2,0-0.3-0.1l0,0 C541,1158.9,541.1,1159,541.2,1159 M450.2,1116.2c1.6,2.6,3.8,4.8,6.5,6.3c2.8,1.6,5.8,2.9,8.9,3.8c3.1,1,6.2,1.9,9.3,2.9 c3.2,1,6.4,2.2,9.4,3.7c3.5,1.7,6.9,3.6,10.1,5.8c3.5,2.4,6.9,5,10.4,7.4c3.7,2.5,7.4,5,11.1,7.4c3.4,2.2,7.1,4,10.7,5.9 c0.1,0.1,0.3,0.1,0.4,0.2l-4.1,0.9c-10.6,2.4-21.2,4.7-31.8,7c-1.8-2.6-3.9-5-6.2-7.2c-2.4-2.2-5.2-4-8.1-5.5 c-2.5-1.4-5.2-2.6-7.7-4c-2.6-1.5-4.9-3.4-6.9-5.6c-1-1.2-1.9-2.5-2.9-3.7c-1-1.2-2-2.4-3-3.6c-2.2-2.5-4.4-4.9-6.6-7.4 c-2.1-2.3-4.1-4.8-5.9-7.4c-1.7-2.6-3-5.4-4-8.4c-2.2-6.6-3-13.4-5-20.1c0-0.1-0.1-0.3-0.1-0.4l0.9,0.4c2.5,1,4.9,2,7.3,3.1 C445.9,1103.7,446.7,1110.5,450.2,1116.2 M479.5,1184.4c-4.7-2.9-9.4-5.9-14.1-9c23-4.5,45.8-9.8,68.7-14.8 c1.8-0.4,3.5-0.8,5.3-1.1c0.5-0.1,1-0.1,1.5-0.3c0,0,0.1,0,0.1,0c-1.3,1.1-2.6,2.2-3.9,3.2c-3.6,2.6-7.5,4.8-11.7,6.6 c-4.9,1.9-9.8,3.6-14.9,4.9c-2.8,0.8-5.5,1.6-8.3,2.4c-2.4,0.7-4.7,1.4-7,2.2c-4.9,1.7-9.7,3.6-14.4,5.5L479.5,1184.4 M546.6,1162.5c-2.4,3.3-5.2,6.2-8.2,8.9c-1.6,1.4-3.4,2.6-5.2,3.7c-2,1.3-4.2,2.3-6.3,3.4c-4.7,2.5-9.2,5.3-13.7,8.1 c-4.5,2.9-9,6-13.4,9l-0.8,0.6c-1.1-0.6-2.1-1.3-3.2-1.9c-4.9-2.9-9.8-5.9-14.7-8.9c4.3-1.7,8.6-3.4,13-5c4.9-1.8,10-3.2,15-4.7 c5.2-1.5,10.4-2.9,15.4-4.9c4.3-1.7,8.4-3.8,12.2-6.4c3-2.1,5.7-4.4,8.3-6.9c1.3-0.6,2.6-1.2,3.9-1.8c0.5,0.1,1-0.1,1.2-0.5 c0.6-0.2,1.2-0.5,1.7-0.7C550.3,1157.3,548.5,1160,546.6,1162.5 M710.8,1142c-7.7-2.3-15.4-4.5-23.1-6.8 c12.6-4.7,25.2-9.2,38-13.4c0.2,0,0.4-0.1,0.6-0.2c17.6-5.9,35.3-11.4,53.1-16.8c6.7-2,13.3-4,20-6c0.1,0,0.2-0.1,0.4-0.1 c9.1-2.7,18.1-5.4,27.2-8.2c6.3-1.7,12.3-4.4,17.8-7.8c5.3-3.5,10.3-7.4,15-11.6c3.4-2.9,6.8-5.9,10.2-8.8 c-0.9,1.4-1.8,2.9-2.8,4.3c-1.9,3-3.9,5.9-6,8.8c-3.5,4.7-8.4,8.1-12.9,11.8c-2.3,1.8-4.4,3.8-6.3,6c-1,1.2-1.9,2.5-2.9,3.8 c-0.9,1.2-1.9,2.5-2.8,3.7c-3.7,4.6-7.7,8.9-12,12.8c-2.3,2.1-4.8,4.1-7.2,6.2c-2.6,2.4-5.1,4.9-7.4,7.5 c-0.6,0.6-1.2,1.3-1.7,1.9c-3.5,1.2-6.9,2.6-10.4,3.8c-18.1,6.2-36.9,10.4-55.5,15.1c-2,0.5-3.9,1-5.9,1.5 C727.8,1147,719.3,1144.5,710.8,1142 M853.7,1041.6c-1.1,2.2-2.4,4.3-3.9,6.2c-1.4,1.8-3,3.4-4.7,4.9c-1.8,1.6-3.4,3.4-4.9,5.3 c-1.5,1.8-2.8,3.8-4.1,5.7c-2.6,4-5,8.2-7.2,12.4c-2.3,4.3-4.6,8.5-7.1,12.7c-0.2,0.3-0.3,0.5-0.5,0.8c-2.4,0.7-4.8,1.3-7.2,2 l-10.8,3.2c8-8.7,15.6-17.8,22.9-27.1c4.3-5.4,8.5-10.9,12.7-16.4c2.2-2.8,4.3-5.6,6.4-8.5c1.1-1.4,2.2-2.9,3.3-4.3 c0.5-0.7,1-1.3,1.6-1.8c0.8-0.6,1.7-1.2,2.6-1.7c2.1-1.4,4.1-2.8,6.2-4.2C857.3,1034.5,855.6,1038.1,853.7,1041.6 M861,1029.9 c0.1-0.2,0.2-0.5,0.3-0.7c6.6-4.5,13.1-9.2,19.4-14.1c-1.6,4.4-2.5,9-4.4,13.3c-1.3,2.8-2.7,5.6-4.3,8.2c-1.6,2.7-3.2,5.4-5,8 c-3,4.3-6.4,8.3-10.2,11.9c-2,2-4.2,3.8-6.1,5.9c-2.1,2.2-4,4.5-5.8,6.9c-3.8,4.9-7.2,10.1-10.6,15.3l-0.7,1 c-3.3,1.3-6.7,2.4-10.1,3.4c2.1-3.5,4-7,5.9-10.5c2.3-4.2,4.6-8.5,7.2-12.5c2.5-4.1,5.4-7.8,8.8-11.2c1.6-1.6,3.3-3.1,4.8-4.8 c1.6-1.9,2.9-4,4.1-6.1C856.8,1039.3,859,1034.7,861,1029.9 M985.2,972.7C985.2,972.7,985.2,972.7,985.2,972.7 c0,0.2-0.1,0.3-0.1,0.4c-0.1,0.2-0.1,0.5-0.2,0.7c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.5-0.4,0.7c-1.6,2.3-3.3,4.4-5.2,6.4 c-2.4,2.6-4.3,5.6-5.7,8.9c-0.7,1.7-1.1,3.6-1.7,5.4c-0.4,1.9-1.2,3.7-2.1,5.4c-1.9,3.1-5,5.4-6.6,8.8c-0.8,1.7-1.5,3.5-2,5.3 c-0.5,1.7-1.1,3.3-2,4.9c-2,3.6-5.3,6.3-8.5,8.7c-0.6,0.5-1.3,0.9-1.9,1.3c-4.2,1-8.4,1.8-12.6,2.6c3-2.9,6-5.9,8.9-9 c3.7-3.9,7.2-7.8,10.5-12c1.6-2,3.1-4.1,4.5-6.2c1.5-2.2,2.8-4.5,4.1-6.8c2.7-4.8,5.2-9.6,8.1-14.3c1.5-2.4,3-4.7,4.4-7.1 c1.5-2.4,2.9-4.8,4.4-7.3c0.3-0.4,0.5-0.8,0.8-1.3c1.1,0.4,2.1,1,2.9,1.7c0.1,0.1,0.3,0.3,0.4,0.4c0.1,0.1,0.1,0.2,0.2,0.3 c0,0,0,0.1,0.1,0.1l0,0l0,0c0.1,0.2,0.1,0.3,0.1,0.5c0,0,0,0.2,0,0.2C985.2,972.4,985.2,972.5,985.2,972.7 C985.2,972.7,985.2,972.7,985.2,972.7 M971.7,982.1c-2.9,4.6-5.5,9.3-8.1,14.1c-2.5,4.6-5.3,9-8.3,13.2 c-3.2,4.2-6.6,8.2-10.2,12c-3.6,3.9-7.4,7.6-11.2,11.3l-0.7,0.7c-2.4,0.4-4.8,0.9-7.2,1.3c3-3.2,6.3-6.1,9.5-9.1 c4-3.5,7.8-7.4,11.3-11.4c3.5-4.1,6.2-8.8,8-13.8c2.3-5.9,4.4-11.9,6.5-17.9c2.1-6,4.2-12.1,6.3-18.1c0.1-0.3,0.2-0.6,0.3-0.9 c0.2,0.2,0.3,0.3,0.5,0.5c2.4,1.7,5.1,2.9,7.9,3.5c1.2,0.3,2.4,0.6,3.6,1C977.3,973,974.6,977.6,971.7,982.1 M960.7,979.7 c-2.1,6-4.2,12-6.4,17.9c-0.9,2.6-2,5.2-3.2,7.7c-1.2,2.3-2.6,4.4-4.2,6.4c-3.4,4.1-7,7.9-11,11.5c-4,3.6-8,7.2-11.7,11.2 c-0.2,0.2-0.4,0.5-0.7,0.7c-2.1,0.3-4.2,0.7-6.2,1c3.5-3.7,6.9-7.5,10.1-11.5c3.8-4.6,7.3-9.6,10.4-14.7 c3.1-5.2,5.6-10.7,7.6-16.4c2.2-6.5,3.7-13.2,6.3-19.6c1.3-3.2,2.9-6.3,4.3-9.5c1.4-3.2,2.8-6.3,3.9-9.6c0.1-0.3,0.2-0.7,0.3-1 c0.8,0.8,1.6,1.5,2.6,2.1c0.5,0.3,1.2,0.6,1.8,0.6c0.2,2,1,4,2.2,5.6C964.7,967.9,962.7,973.8,960.7,979.7 M957.5,1030.6 c-2,2.1-4.1,4.3-6.2,6.3c-3.3,3.2-6.7,6.3-10.2,9.2c-6.9,5.8-14.2,11-21.9,15.7c-3.9,2.4-7.8,4.6-11.7,6.9 c-3.8,2.1-7.7,4.2-11.4,6.6c-6.8,4.5-13.3,9.4-19.4,14.7c-3.1,2.6-6.2,5.2-9.1,7.9c-2.7,2.5-5.4,5.1-8.1,7.6 c-0.8,0.8-1.6,1.5-2.4,2.3c-2.3,1.1-4.6,2.1-6.9,3.2c-4.4,2.1-8.8,4.1-13.2,6.3c-4.4,2.2-8.7,4.7-13.2,6.6 c-0.4,0.2-0.9,0.4-1.3,0.5c2.2-2.1,4.4-4.1,6.5-6.3c2.8-2.8,5.5-5.7,8.4-8.4c5.9-5.5,12.4-10.3,18.6-15.4 c6.3-5.2,12.3-10.8,18.1-16.6c5.7-5.7,11.2-11.6,16.6-17.7s10.5-12.2,15.6-18.5c0.4-0.5,0.9-1.1,1.3-1.6 C924.3,1037.9,941,1034.8,957.5,1030.6 M959.1,1031.2l1.3-1.3c6.7-1.8,13.3-3.9,19.8-6.3c-5.7,5.9-11.7,11.6-17.5,17.4 c-3.1,3.3-6.3,6.3-9.8,9.2c-3.3,2.6-6.9,4.9-10.6,6.9c-7.5,4.3-15.4,7.8-23,11.9c-7.7,4.3-15.2,9-22.5,14.1 c-7.4,5.1-14.8,10.4-22.4,15.2c-3.8,2.4-7.7,4.7-11.6,6.8c-0.3,0.2-0.6,0.3-0.9,0.5c1.8-1.7,3.5-3.3,5.3-5 c2.7-2.6,5.6-5,8.4-7.4c6.1-5.4,12.5-10.4,19.1-15c3.6-2.4,7.3-4.5,11.1-6.6c4-2.2,7.9-4.4,11.8-6.8c7.7-4.6,15.1-9.7,22.1-15.4 c3.6-2.9,7-5.9,10.3-9C953.1,1037.4,956.1,1034.3,959.1,1031.2 M891.5,1056.8c-5.3,6.1-10.7,12-16.4,17.8 c-5.7,5.8-11.7,11.5-17.9,16.8c-6.2,5.2-12.7,10-18.7,15.3c-3,2.6-5.8,5.4-8.6,8.3c-2.9,2.9-5.9,5.9-9,8.7 c-0.7,0.7-1.5,1.4-2.2,2c-2.5,0.8-5,1.5-7.5,2.3c1.7-1.9,3.5-3.7,5.3-5.5c2.4-2.3,4.9-4.3,7.4-6.4c4.4-3.9,8.5-8.1,12.3-12.7 c2-2.4,3.9-5,5.8-7.6c1.7-2.3,3.7-4.4,6-6.3c4.4-3.8,9.4-7.1,13.2-11.5c1.1-1.3,2.1-2.6,3-4c1-1.5,2-2.9,3-4.4 c2-3,4-6.1,5.8-9.2c0.2-0.4,0.4-0.7,0.7-1.1c1.1-0.9,2.3-1.7,3.4-2.5c1.4-1,2.8-1.9,4.2-2.8c1.2-0.6,2.4-1.3,3.5-2.2 c0.5-0.8,0.9-1.6,1.2-2.4c0.6-1,1.3-2,2.1-2.9c0.9-1.2,1.9-2.3,2.7-3.6c1.4-0.2,2.7-0.3,4.1-0.5c0.9-0.1,1.8-0.5,2.3-1.2 c2.7-0.3,5.3-0.7,8-1C900.8,1045.9,896.2,1051.4,891.5,1056.8 M795.7,1159.2c-0.7,0-1.4,0.1-2,0.1c-1.4,0.3-2.7,0.4-4.1,0.5 c-0.1-0.1-0.3-0.1-0.4-0.1c-6.1-0.1-12-1.1-18-1.6c-1.9,0-3.9-0.2-5.8-0.5c-3.8-0.8-7.5-1.9-11.2-3c-4.9-1.4-9.9-2.8-14.8-4.2 c17.5-4.5,35.2-8.4,52.5-13.8c4.5-1.4,9.1-3,13.5-4.7c4.3-1.6,8.6-3,13-4.4c0.3-0.1,0.7-0.2,1-0.3c0,0,0.1,0,0.1,0 c4-1.4,7.8-3.1,11.5-5.1c4.4-2.3,8.9-4.4,13.4-6.6c4.4-2.1,8.9-4.1,13.4-6.2c0.1,0,0.2-0.1,0.3-0.2c3.9-1.9,7.8-3.9,11.6-6.1 c7.8-4.5,15.2-9.7,22.6-14.8c7.4-5.1,14.7-10.2,22.5-14.8c7.5-4.4,15.4-8.1,23.2-12.1c7.5-3.9,14.8-8.3,20.9-14.2 c3.4-3.3,6.8-6.8,10.2-10.2c3.5-3.4,7-6.8,10.4-10.3c1.4-1.4,2.8-2.9,4.2-4.3c1.4-0.5,2.8-1.1,4.2-1.7c-1.2,1.9-2.5,3.8-3.9,5.5 c-2.8,3.4-5.5,6.8-8.3,10.2c-5.5,6.7-11,13.2-17,19.4c-5.2,5.3-10.1,11.2-16.4,15.2c-3.1,1.8-6.4,3.3-9.8,4.5 c-2.9,0.9-5.7,2.3-8.2,4c-3,2.3-5.8,4.8-8.4,7.5c-2.7,2.7-5.4,5.4-8.1,8.1c-5.3,5.4-10.8,10.7-17.1,14.9 c-7.1,4.7-15,8-22.9,11.2c-3.9,1.6-7.8,3.2-11.6,5c-3.9,1.8-7.6,3.9-11.3,6c-7.3,4.2-14.5,8.7-21.9,12.8 c-3.7,2.1-7.4,4-11.2,5.8c-3.8,1.8-7.6,3.7-11.3,5.8C798.9,1157.3,797.3,1158.3,795.7,1159.2 M859.6,1173.8 c10.3-6.8,20.6-13.9,32-18.7c5.3-2.2,10.7-3.9,16.1-6c5.5-2,10.6-4.7,15.4-8.1c2.6-1.9,5.1-3.9,7.8-5.7c2.6-1.8,5.3-3.5,8-5.2 c5.4-3.3,10.9-6.4,16.4-9.5c5.4-3.1,10.8-6.2,16-9.7c5-3.5,9.9-7.1,14.9-10.6c5.1-3.6,10.5-6.8,16-9.7c6-3,12-5.8,18.2-8.5 c0.7-0.3,1.3-0.6,2-0.9c-5,6.7-10,13.5-14.9,20.4c-4.1,2.9-8.8,4.7-13.4,6.7c-2.4,1-4.7,2-7,3.2c-2.4,1.3-4.8,2.8-7.2,4.2 c-9.8,5.8-19.6,11.6-29.4,17.3c-4.9,2.9-9.9,5.7-14.8,8.5c-4.8,2.7-9.8,5.3-14.5,8.2c-4.4,2.6-8.8,5.5-13.8,6.8 c-2.6,0.5-5.2,0.9-7.9,1.1c-2.4,0.3-4.8,0.9-7,1.9c-4.2,2-8.2,4.5-12,7.3c-4.1,2.9-8.2,6-12.4,8.8c-0.7,0.5-1.4,0.9-2.1,1.3 C863.8,1176,861.7,1174.9,859.6,1173.8 M870.8,1179.4c-1.1-0.5-2.2-1.1-3.2-1.6c7.8-4.9,14.7-11,22.7-15.4c2-1.2,4.1-2,6.3-2.6 c2.5-0.6,5.1-0.7,7.7-1.1c2.6-0.3,5.1-1,7.4-2.1c2.3-1,4.6-2.2,6.8-3.6c9.6-5.7,19.3-11,29-16.5c9.8-5.7,19.6-11.5,29.4-17.3 c4.6-2.9,9.4-5.6,14.3-8c4.5-2.1,9.3-3.7,13.7-6.1c-0.8,1.2-1.7,2.4-2.5,3.6c-33.2,26.4-68.7,50.8-107.9,66.5 c-6.2,2.5-12.5,4.7-18.9,6.6C874,1181,872.4,1180.2,870.8,1179.4 M1257,1059.8l-0.3,0.1c-14.2,5.1-28.2,10.7-42.3,16.2 c1.3-1.1,2.6-2.1,3.9-3.2c2.6-2.3,5.2-4.6,7.7-7c4.9-4.8,9.5-9.9,14-15.1s8.8-10.5,13.2-15.8c4.4-5.3,8.9-10.7,13.6-15.7 c2.2-2.4,4.5-4.7,6.9-6.9c0.1,0,0.3-0.1,0.4-0.2c0.3-0.3,0.7-0.7,1.1-1l3.9-2.1c0.4-0.1,0.7-0.2,1.1-0.3 c0.3-0.1,0.6-0.2,0.9-0.4c0,0,0.1,0,0.1,0c6.9-3.1,14-5.8,21.1-8.4c3.2-1.2,6.4-2.3,9.5-3.7c3-1.4,5.9-2.9,8.7-4.5 c5.8-3.2,11.4-6.7,17.5-9.4c2.9-1.3,6-2.3,9.1-2.9c1.5-0.2,3-0.4,4.5-0.3c-5.7,5-11.8,9.5-17.6,14.3c-3.1,2.5-6.2,5.1-9.1,7.9 c-2.9,2.8-5.5,5.8-8.2,8.8c-5.8,6.5-11.6,13-17.8,19.2c-5.8,5.7-12,10.9-18.7,15.6c-6.6,4.7-13.5,9-20.3,13.2L1257,1059.8 M1280.4,1006.7l0.1-0.1L1280.4,1006.7L1280.4,1006.7z M1311.6,1039.7c-3.7,1.7-7.5,3.3-11.3,4.9c-7,3.1-14.2,5.8-21.6,8.1 c-5.1,1.6-10.2,3.2-15.3,4.8c5-3.1,10-6.3,14.9-9.7c6.7-4.6,13.1-9.6,19-15.2c6.3-6,12.2-12.6,18-19.1c2.7-3,5.4-6.2,8.3-9.1 c2.8-2.9,5.8-5.6,8.9-8.1c6.3-5.2,12.9-10.1,19.1-15.4c0.7-0.6,1.3-1.2,2-1.8c0.8,0.1,1.7,0.1,2.5,0.3c2.8,0.4,5.6,0.9,8.5,1.2 c-3.4,3-6.9,5.9-10.3,8.9c-1.6,1.4-3.2,2.7-4.7,4.2c-1.7,1.7-3.3,3.4-4.8,5.3c-3.5,4.4-6.7,9-9.6,13.8c-1.5,2.4-3,4.8-4.6,7.1 c-1.6,2.2-3.2,4.3-5.1,6.3c-3.9,4.3-8.1,8.3-12.4,12.1C1312.6,1038.8,1312.1,1039.3,1311.6,1039.7 M1316.2,1037.7 c3.1-2.8,6.1-5.7,9-8.7c1.9-2,3.8-4.2,5.5-6.4c1.7-2.2,3.1-4.5,4.6-6.8c3-4.7,6-9.4,9.4-13.9c1.6-2.1,3.4-4.2,5.2-6.1 c1.3-1.4,2.8-2.6,4.2-3.8c3.8-3.3,7.8-6.6,11.5-9.9c0.4-0.3,0.7-0.7,1.1-1c3.1,0.2,6.1-0.1,9.1-0.9c-0.6,4.4-3.6,8.1-6.5,11.4 c-1.6,1.8-3.2,3.6-4.7,5.5c-1.6,2.1-2.8,4.4-4.2,6.6c-3,4.6-6.3,8.9-10,12.9c-2,2.3-4.1,4.6-5.9,7.1c-0.5,0.6-0.9,1.3-1.4,1.9 C1334.3,1029.6,1325.3,1033.7,1316.2,1037.7 M1437.8,864.7c3.5,1.4,7.4,3.6,11.2,2.8c9.4,5.1,18.7,10.6,27.1,17.4 c4.4,3.6,8.5,7.5,12.3,11.7c3.1,3.5,4.4,6.6,9.6,6c1.2-0.2,2-1.3,3.6-1.2c0.8,0,1.6,0.2,2.3,0.5c1.6,0.7,3.1,1.6,4.4,2.7 c3.1,2.7,5.9,5.8,8.2,9.2c3.6,5,7.6,10.8,9.4,16.9c-10.2,3.5-20.4,7.2-30.3,11.4c-4,1.7-8,3.5-11.8,5.5 c-2.4,1.2-4.7,2.7-6.8,4.4c-5,0.1-10-0.3-15-1.2c-0.8-10.9-1.1-21.7-1.7-32.6c-0.3-5.7-0.7-11.3-1.4-17c-0.3-2.6-0.6-5.2-1-7.8 c-0.1-1.2-0.3-2.3-0.6-3.5c-0.4-1.1-1.9-1.3-2.9-1.8c-5.1-2.7-9.2-6.9-14.1-10c-1.2-4.4-2.2-8.9-3-13.4L1437.8,864.7 M1433.2,859.7c0.4,0.6,0.8,1.2,1.1,1.8c0.6,3.6,1.3,7.1,2.1,10.7c0.4,1.8,0.8,3.6,1.3,5.4c0.1,0.7,0.3,1.4,0.7,2.1 c0.6,0.5,1.3,0.9,2,1.3c4.9,3.3,9.2,7.6,14.6,10c3.4,20,3.1,40.5,4.5,60.7c0,0.6,0.4,1,0.9,1.2c5.4,1.2,10.9,1.8,16.3,1.5 c1.5,0,2.2-1.1,3.4-1.9c1.2-0.8,2.5-1.6,3.8-2.4c8.1-4.5,16.8-7.8,25.4-11c6.1-2.3,12.2-4.4,18.3-6.5c5.8,1.5,11.8,2.2,17.8,2.3 c-18.5,12.2-36.2,25.4-53.1,39.7c-10,8.5-19.9,17-31.8,22.8c-18.6,8.9-39.5,12.9-59.5,17.1c-10,2.1-20.3,2.9-29.5,7.6 c-8.2,4.3-16.2,9.1-24,14.2c-4.8,3-9.5,6.1-14.2,9.3c2.3-4,4.4-8.2,6.6-12.2c1.3-2.3,2.7-4.6,4.1-6.8c0.1-0.1,0.2-0.2,0.2-0.3 c0.1-0.2,0.2-0.4,0.4-0.5c1.8-2.6,3.8-5,6-7.3c3.7-4,7.1-8.4,10.2-12.9c1.5-2.3,2.7-4.7,4.3-6.9c1.5-2,3.2-3.8,4.8-5.7 c3.5-4,7.2-8.4,7.4-14c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c-6.3,2-12.5,0.9-18.8,0c-3-0.5-6.1-0.7-9.1-0.5 c-3.1,0.3-6.2,1.1-9,2.3c-6.2,2.3-11.8,5.7-17.5,9c-2.9,1.6-5.8,3.3-8.7,4.8c-3.1,1.5-6.3,2.8-9.5,3.9 c-7.1,2.7-14.2,5.3-21.1,8.3c3.1-4.5,6.6-8.7,10.5-12.6c4.6-4.6,9.5-8.9,14.7-12.8c2.4-1.9,4.9-3.7,7.5-5.3 c2.7-1.7,5.5-3.2,8.4-4.6c5.7-2.9,11.5-5.6,16.8-9.1c5.3-3.5,10-8,15-11.9c5.1-4.2,10.6-7.8,16.5-10.9c5.1-2.6,10.7-4,15.7-7.1 c4.4-2.8,8.3-6.1,11.9-9.9c7.4-7.6,13.6-16.4,21.8-23.2c1-0.8,2.1-1.7,3.2-2.4c0.3-0.2,0.4-0.5,0.4-0.9 c-0.7-2.5-0.1-5.2,0.6-7.6c0.8-2.9,1.8-5.7,2.7-8.5c1.1-3.4,1.8-6.8,2.6-10.2C1431.7,865.8,1432.4,862.8,1433.2,859.7 M1406.3,873.4c5.2-3.6,9-8.5,12.2-14c0.7-1.2,0.5-1.2,1.9-1.5c1.2-0.3,2.4-0.6,3.6-0.9c2.1-0.6,4.2-1,6.3-1.1 c0.6,0.7,1.2,1.4,1.7,2.1c-1.5,5.7-2.9,11.5-4.3,17.3c-1.2,4.6-3.1,9.1-4.1,13.7c-0.5,2-0.6,4.1-0.3,6.2 c-8.5,6.2-15,14.6-22,22.4c-3.5,4-7.3,7.6-11.6,10.8c-2.1,1.5-4.3,2.9-6.6,4c-2.6,1.2-5.4,2-8,3.2c-5.9,2.7-11.6,6-16.7,10 c-5.3,3.9-10.1,8.3-15.3,12.3c-10.2,7.9-22.9,11.7-33.2,19.3c-9.8,7.2-19.3,15.5-26.6,25.3c-5.6,4.1-10.9,8.7-15.7,13.7 c-4.9,5-9.4,10.4-13.9,15.7c-4.4,5.3-8.7,10.6-13.1,15.8s-9,10.3-13.8,15.2c-4.9,4.9-10.1,9.5-15.6,13.8c-0.5,0.4-1,0.8-1.6,1.2 c-14.4,5.6-29.1,10.5-44,14.5c-7.7,2-15.4,3.7-23.2,5.1c-1.1,0.2-2.3,0.4-3.4,0.6c4-2.5,8-4.9,11.9-7.5 c4.9-3.3,9.8-6.7,14.7-10.1c9.7-6.8,19.3-13.7,29.4-19.9c4.5-2.7,9.3-5.1,14.2-7.1c4.6-1.9,9.3-3.9,13.4-7 c4.3-3.3,8-7.4,11.6-11.4c3.8-4,7.6-8.1,11.7-11.8c4.5-4,9.3-7.6,13.9-11.4c4.6-3.9,9.2-8,13.7-12c9-8.1,17.9-16.2,27.2-24 c17.7-15,32.8-32.7,49.3-49c8.5-8.4,17.7-16,26.7-23.9c8.8-7.7,17.2-15.8,25.1-24.3C1403.2,876.9,1404.7,875.2,1406.3,873.4 M1359,886.7c0.6-0.1,1.3-0.2,1.9-0.3c8.4-1.2,16.6-3.4,24.5-6.6c1.7-0.7,3.5-1.9,5.4-2c1.5-0.1,3.1,0.2,4.6,0 c2.3-0.3,4.5-1,6.6-1.9c-6.3,7-13,13.7-20,20.1c-8.8,8.1-18.2,15.6-26.9,23.8c-16.9,15.7-31.7,33.6-48.8,49.1 c-4.4,4-9,7.8-13.5,11.7c-4.6,4-9.1,8.1-13.6,12.1c-9,8.1-18,16.2-27.3,23.8c-4.5,3.6-8.9,7.4-13,11.4c-3.9,3.9-7.5,8.1-11.4,12 c-1.9,2-3.9,3.9-6.1,5.6c-2,1.5-4.2,2.7-6.5,3.8c-4.6,2.2-9.5,3.9-14.1,6.2c-5.1,2.7-10,5.6-14.7,8.9c-4.9,3.2-9.7,6.5-14.5,9.9 c-9.6,6.8-19.2,13.7-29.2,19.9c-2.4,1.5-4.9,2.9-7.3,4.5c-1.5,0.2-3,0.3-4.5,0.4c-3.8,0.2-7.6,0.1-11.4,0.4 c-3.5,0.2-6.9,0.8-10.2,2c-3.1,1.2-6.2,2.7-9.1,4.4c-6.3,3.4-12.3,7.2-18.2,11.2c-12,8.2-23.5,17.2-35.8,24.9 c-12.9,8.1-26.5,15-40.6,20.5c-7,2.8-14.1,4.9-21.4,6.5c-7.3,1.5-14.5,2.7-21.5,5c-14,4.6-27.1,11.6-39.9,18.9 c-3,1.7-5.9,3.4-8.9,5.1c-6.2-2.3-12.4-4.8-18.5-7.4c8.4-2.7,16.6-5.9,24.7-9.5c9.4-4.2,18.8-8.2,28.3-12.1 c9-3.6,17.7-7.7,26.3-12.2c8.7-4.7,17.2-9.7,26.2-13.7c8.9-4,18.4-6.2,27.6-9.4c9-3,17.7-6.7,26.2-10.8 c8.7-4.3,18.2-6.7,26.9-11.1c8.3-4.2,15.9-9.6,23.3-15.1c6.8-5,13.9-9.7,20.6-14.9c5.9-4.6,11.3-9.8,17.1-14.5 c5.9-4.9,12.3-9.8,19.6-12.6c3.2-1.2,6.7-1.8,10.1-1.7c4.3,0,8.7-0.5,12.9-1.5c9-2.1,17.5-5.9,25.7-10.1 c7.9-4.1,15.3-9.2,22.1-15c6.7-5.7,12.9-12.1,19.2-18.2c6.9-6.5,13.5-13.3,19.7-20.5c25.6-30.7,56-57.2,79.7-89.5 C1354,894.3,1356.6,890.5,1359,886.7 M1348.9,888c2.7-0.3,5.4-0.7,8.1-1c-21.7,33.3-52,59.4-77.9,89.2 c-6.3,7.2-12.1,14.9-18.9,21.7c-6.3,6.4-12.9,12.5-19.4,18.7c-6.3,6.3-13.2,12-20.5,17.1c-8,5.3-16.6,9.6-25.5,12.9 c-4.4,1.7-8.9,3-13.5,3.8c-4.3,0.8-8.5,0.5-12.8,0.9c-6.6,0.6-12.6,3.9-18,7.6c-6.2,4.4-12.1,9.2-17.7,14.3 c-5.8,5.1-11.8,9.6-18.1,14.1c-7.6,5.4-14.9,11.2-22.7,16.3c-8,5.3-16.7,9.5-25.7,12.6c-9.1,3.2-17.6,7.9-26.5,11.5 c-9,3.6-18.2,6.6-27.5,9.4c-5.8,1.8-11.4,4-16.8,6.7c10.2-9.6,20.1-19.3,30.9-28.3c11.8-9.9,24.2-19,37.2-27.2 c6.7-4.2,13.3-8.5,19.8-13c6-4.2,11.7-8.7,17.6-13c5.6-4.2,11.4-8,17.4-11.4c5.9-3.3,12.2-5.4,18.5-7.7 c26.4-9.8,52.4-20.8,77.2-34.3c24.8-13.5,48.4-29.4,69.3-48.5c2.6-2.4,5.1-4.9,7.9-7.1c2.9-2.4,6-4.5,9.1-6.8 c5.6-3.9,10.7-8.7,14.9-14.1c4.5-6,8.8-12.1,13.4-18c4.7-5.9,9.4-11.8,13.9-17.9c2-2.8,4-5.5,5.8-8.5 C1348.4,888.1,1348.6,888.1,1348.9,888 M1295.7,941.9c17.3-14.5,33.5-30.7,46.4-49.3c0.7-1.1,1.4-2.2,2.2-3.2 c0.5-0.6,1.2-0.9,1.9-1.1c-7.7,12.3-17.7,22.9-26.2,34.7c-4.2,5.8-8.1,11.8-13.6,16.6c-5.5,4.8-11.8,8.6-17.4,13.3 c-5.4,4.6-10.5,9.6-15.9,14.2c-5.5,4.6-11.1,9-16.9,13.3c-11.5,8.4-23.5,16.1-35.9,23.1c-24.7,14-50.7,25.4-77.1,35.5 c-6.2,2.4-12.6,4.4-18.8,7c-6.2,2.8-12.1,6.2-17.6,10.1c-5.6,3.8-10.9,8-16.4,12c-6.2,4.7-12.7,9-19.2,13.3 c-6.6,4.3-13.2,8.3-19.7,12.7c-6.1,4.2-12.1,8.6-17.9,13.3c-12.1,9.6-23.6,20-34.8,30.8c-2.8,2.7-5.5,5.4-8.4,8 c-9.9,5.1-19.4,10.8-29.5,15.5c-9.2,4.2-18.6,7.8-27.9,11.7c-4.3,1.8-8.6,3.8-12.9,5.7c-4.8,2.2-9.8,4-14.8,5.9 c-4.2,1.6-8.3,3.2-12.5,4.5c-4.7-2-9.3-4.1-13.9-6.3c26.1-8.2,50.5-21.3,73.5-36c22.8-14.6,44.4-30.9,65.3-48.1 c13.4-11,26.1-22.8,39.8-33.4c5.2-4,11.6-5.7,17.6-8c33.1-12.3,65.9-25.5,97.8-40.7C1216.3,996.6,1258.8,972.7,1295.7,941.9 M1155,922.6c2-0.5,3.9-0.9,5.9-1.3c0.5,0.3,1,0.1,1.4-0.2l0.3-0.3l0,0l0.9-1c6,4,11.3,9.3,16.1,14.7c2.5,2.7,4.8,5.6,6.8,8.6 c0.7,1,1.3,2.8,2.2,3.6c1.1,0.9,3.3,1.1,4.6,1.8c7.3,3.5,12.9,10.2,17.6,16.5c5.3,7.2,9.9,14.8,14.8,22.2 c-13,7.5-26.3,14.4-39.6,21.1c-33.9,16.9-68.8,31.4-104.2,44.7c-7.1,2.6-14.8,4.7-21.5,8.3c-3.6,1.9-6.8,4.9-9.9,7.5 c-6.5,5.5-13,11.1-19.5,16.6c-7.9,6.7-15.9,13.4-24,19.9c5.9-8.4,12-16.8,18.2-25.1c0.1-0.1,0.2-0.2,0.3-0.4 c2.6-3.5,5.3-7,7.9-10.4c8.8-11.4,17.1-23.4,27.1-33.8c5.2-5.2,10.7-10.1,16.7-14.4c2.8-2.1,5.6-4.4,8.6-6.2 c3.1-1.9,6.5-3.2,10.1-3.8c3.7-0.7,7.3-1.2,10.6-2.9c2.7-1.5,5.1-3.5,7-5.9c3.7-4.7,6-10.4,10-14.9c1.1-1.2,2.3-2.3,3.4-3.6 c1-1.2,1.8-2.6,2.5-4c1.3-2.8,2.1-5.8,2.5-8.8c0.9-6.5,0.8-13.1,2.9-19.3c0.6-1.7,1.3-3.3,2.1-4.8c0.2-0.3,0.1-0.7-0.1-0.9 c-0.2-0.2-0.5-0.4-0.7-0.5c-0.1,0-0.1,0-0.2,0c2.1-3.4,4.5-6.6,7-9.7c2.5-3.6,4.6-7.4,6.4-11.5 C1150.9,923.6,1152.9,923,1155,922.6 M1138.3,928.6c2.7-1.5,5.6-2.8,8.5-3.8c-1.6,3.5-3.5,6.9-5.7,10c-2.6,3.4-5.4,6.7-7.4,10.5 c-0.2,0.3-0.1,0.7,0.1,0.9c0.2,0.2,0.5,0.4,0.8,0.5c0.1,0,0.1,0,0.2,0c-3,5.7-3.7,12.1-4.2,18.4c-0.6,6.3-1.3,12.9-5.6,17.9 c-1.1,1.2-2.3,2.3-3.3,3.6c-1,1.2-1.9,2.4-2.7,3.6c-1.6,2.5-3.1,5.1-4.7,7.6c-1.6,2.6-3.5,4.9-5.8,6.8c-2.9,2.2-6.2,3.6-9.8,4.1 c-3.6,0.5-7.2,1.4-10.6,2.8c-3.1,1.5-6.1,3.4-8.8,5.6c-5.9,4.2-11.5,8.8-16.9,13.8c-10.3,9.9-18.7,21.6-27.3,33 c-3.7,4.9-7.4,9.8-11.1,14.7c0,0,0,0,0,0c-12,5.2-24.1,10.4-35,17.7c-5.1,3.4-10,7-15,10.6c-5.1,3.6-10.3,7-15.7,10 c-11,6.3-22.3,12.2-32.4,19.8c-2.5,1.9-5,3.8-7.7,5.5c-2.4,1.5-5,2.8-7.6,3.9c-5.2,2.2-10.5,3.9-15.8,5.9 c-12.1,4.6-22.9,11.6-33.6,18.7c-1.1,0.7-2.2,1.4-3.3,2.2c-2.6-1.3-5.1-2.7-7.7-4c23.5-12.9,46.6-26.4,69.9-39.6 c6-3.4,12.1-6.8,18.1-10.1c5.5-3,11.2-5.9,16.6-9.2c9.9-6.1,19-13.4,27.7-21c8.9-7.7,17.6-15.7,26.7-23 c4.7-3.8,9.7-7.2,14.6-10.9c4.8-3.7,9.5-7.5,14.2-11.3c4.8-3.9,9.7-7.8,14.7-11.3s10.4-6.6,15.6-9.9 c10.5-6.7,20.3-14.5,29.2-23.1c4.5-4.3,8.9-8.8,13.1-13.4c3.8-4.2,7.3-8.2,9.1-13.6c1.8-5.2,2.4-10.6,4-15.9 c2-6.3,4.5-12.4,7.4-18.3c1.3-2.6,2.6-5.3,3.9-7.9C1136.2,929.9,1137.2,929.2,1138.3,928.6 M1125.7,937c2.3-1.5,4.5-3.1,6.8-4.6 c-2.3,4.7-4.6,9.3-6.6,14.1c-2.3,5.6-4.1,11.4-5.4,17.4c-1.1,5.2-2.3,10.4-5.4,14.9c-1.8,2.5-3.8,4.8-6,7 c-2.1,2.3-4.3,4.6-6.5,6.8c-8.8,9.1-18.4,17.4-28.7,24.7c-5,3.5-10.2,6.4-15.3,9.6c-5.1,3.3-10,6.8-14.8,10.5 c-4.8,3.8-9.5,7.6-14.2,11.5c-4.8,3.9-9.8,7.5-14.8,11.1c-9.4,6.9-18,14.7-26.8,22.3c-8.8,7.7-17.6,15.4-27.2,22.1 c-10.5,7.3-22.1,12.8-33.2,19.1c-23.8,13.3-47.3,27.1-71.2,40.3c-2.6,1.5-5.3,2.9-8,4.4c-1.5-0.8-3-1.6-4.5-2.4 c-0.6-0.3-1.2-0.1-1.6,0.3c-2.4,0.4-4.9,0.5-7.4,0.4c4.6-2,9.2-4.2,13.6-6.6c5.6-3,11.2-6,16.7-9.1c10.9-6,21.7-12.1,32.1-19 c5.3-3.5,10.3-7.3,15.5-10.9c4.7-3.2,9.6-6.2,14.1-9.7c4.8-3.7,9-7.9,13.9-11.5c4.9-3.6,10-6.9,15.2-10.1 c21-12.7,40.4-27.8,58-44.9c8.2-8.1,16.1-16.7,24.6-24.5c4.4-4,9-7.8,13.8-11.2c2.3-1.7,4.6-3.2,7.1-4.5 c2.4-1.2,4.9-2.1,7.2-3.3c4.4-2.3,7.5-6.4,10.4-10.4c3.2-4.4,5.9-9,9-13.5c3.1-4.4,6.5-8.5,10.1-12.6c3.8-4.5,7.5-8.9,11-13.7 c1.5-2,2.9-4.1,4.2-6.2C1116.4,942.5,1121.2,939.9,1125.7,937 M1099.8,950.3c3-1.3,6.1-2.7,9-4.1c-5.7,8.7-12.9,16.4-19.5,24.5 c-6.7,8.1-11.1,17.9-18.4,25.5c-1.8,1.9-4,3.4-6.4,4.5c-2.4,1-4.8,2.1-7.1,3.3c-4.8,2.9-9.3,6.2-13.6,9.8 c-8.9,7.4-16.9,15.8-25,24c-17.1,17.5-36,33-56.6,46.3c-10.1,6.5-20.6,12.4-29.5,20.5c-4.4,4-9.1,7.6-14.1,10.8 c-5,3.3-9.9,6.8-14.8,10.3c-10.1,7.1-20.6,13.6-31.5,19.6c-5.4,3-10.9,6-16.4,9c-5.4,2.9-10.8,5.9-16.5,8.6 c-2.5,1.2-5.1,2.3-7.6,3.4c-5.2-0.8-10.3-2-15.3-3.5c3.8-2.5,7.6-5.1,11.4-7.7c3.9-2.7,8.1-4.9,12.3-7.2 c5-2.7,10.1-5.3,15.3-7.8c5.2-2.5,10.3-5.4,15.1-8.6c4.7-3.1,9.5-6.2,14.4-8.9c5-2.8,10-5.4,15-8c5-2.7,9.9-5.4,14.6-8.6 c4.7-3.1,9.1-6.8,13.7-10.1c9.2-6.6,18.8-12.6,27.3-20.1c8-7.2,15-15.5,23.4-22.3c4.5-3.6,9.3-6.8,14-10.1 c4.6-3.2,9.1-6.4,13.6-9.7c9.1-6.6,17.9-13.8,26.1-21.5c1.9-1.8,3.8-3.6,5.8-5.3c1.9-1.5,4-3,6-4.4c4-2.6,7.7-5.5,11.1-8.8 c3.7-3.8,6.3-8.5,9.2-12.8c3.3-5,6.6-10,9.8-15.1c1.4-2.2,2.7-4.5,4-6.8C1085.8,956.2,1092.8,953.3,1099.8,950.3 M1048.2,971.9 c0.1-0.1,0.2-0.1,0.2-0.2c1.8-1.6,3.8-2.9,5.9-3.9c2.2-0.9,4.4-1.7,6.6-2.4c5.2-1.8,10.3-3.7,15.4-5.6 c-5.5,9.4-11.7,18.4-17.7,27.5c-2.8,4.1-6.3,7.7-10.4,10.5c-3.8,2.8-7.8,5.4-11.4,8.4c-4.2,3.4-7.9,7.4-12,11 c-4.3,3.7-8.7,7.3-13.2,10.7c-9,6.8-18.2,13.2-27.4,19.7c-4.4,3.1-8.7,6.5-12.6,10.3c-3.9,3.7-7.5,7.5-11.3,11.3 c-3.9,3.9-8.1,7.6-12.5,11c-4.5,3.4-9.2,6.6-13.8,9.8c-9.4,6.5-18.1,13.8-28.1,19.5c-9.8,5.6-20,10.3-29.6,16.4 c-4.8,3-9.5,6.3-14.4,9.1c-4.9,2.8-10.1,5-15.2,7.6c-5.3,2.7-10.5,5.5-15.6,8.5c-3.6,2.1-6.9,4.6-10.4,6.9 c-2.1,1.4-4.2,2.8-6.3,4.2c-0.5-0.1-0.9-0.2-1.4-0.4c-4.4-1.2-8.9-2-13.5-2.5c-0.3,0-0.6,0-0.9-0.1c2.7-1.6,5.5-3.2,8.3-4.7 c3.8-1.9,7.7-3.6,11.5-5.6c7.5-3.9,14.7-8.3,22-12.6c7.3-4.4,14.9-8.4,22.8-11.8c8-3.4,16.3-6.5,23.9-10.8 c13.3-7.5,22.7-19.8,33.9-29.9c2.5-2.4,5.4-4.4,8.5-5.8c3-1.3,6.2-2.2,9.2-3.6c6.9-3.1,12-8.5,17.2-13.9c2.9-3,5.8-5.9,8.6-9 c2.9-3.2,5.7-6.5,8.5-9.8c2.7-3.3,5.5-6.6,8.2-9.9c2.3-2.7,4.5-5.4,6.5-8.3c0.9-1.3,1.7-2.6,2.5-4c1.5-0.6,3-1.3,4.5-2 c15.2-7,28.9-16.6,39.8-29.4C1038.9,982.9,1043,976.5,1048.2,971.9 M957,941c2.4,0.8,4.9,1,7.4,0.7c7.7,3.6,16.2,5.2,24.5,6.3 c4.5,0.5,9,0.9,13.5,1.2c1,0.1,2,0.1,3.1,0.2c1,0.2,2,0.2,2.9-0.1c0.5-0.2,0.8-0.6,1.4-0.7c0.8-0.1,1.6,0,2.4,0.1 c1,0.2,1.9,0.5,2.9,0.7c7.5,10.3,19.3,16.1,30.4,21.9c-3.3,3.5-6.4,7.2-9.2,11c-9.3,11.8-20.9,21.6-34.1,28.8 c-15.4,8.4-32.3,14.1-49.5,18.3c2.1-1.6,4.1-3.4,5.8-5.5c1.3-1.5,2.3-3.3,3.1-5.1c0.7-1.6,1.1-3.3,1.7-5 c0.6-1.8,1.4-3.6,2.5-5.2c1.1-1.5,2.4-2.8,3.5-4.2c1.3-1.4,2.2-3.1,2.9-4.9c0.7-1.9,1.2-3.8,1.8-5.7c0.5-1.9,1.2-3.7,2.1-5.4 c0.8-1.5,1.8-2.9,2.9-4.3c1.9-2.3,4-4.5,5.8-6.9c1.2-1.6,2.6-3.8,2-5.9c-0.8-2.7-4-3.8-6.4-4.5c-2.9-0.7-5.7-1.6-8.4-2.7 c-2.5-1.1-4.5-3.3-5.3-5.9c-0.2-0.8-0.4-1.6-0.4-2.4c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c0.2,0,0,0-0.1,0s-0.1,0-0.2,0 c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.2-0.1l-0.1,0l0,0c-0.2-0.1-0.4-0.2-0.5-0.3c-0.8-0.5-1.5-1.1-2.2-1.8 c-0.3-0.3-0.7-0.7-1-1.1c0,0,0,0,0,0c-1.5-1.7-2.8-3.5-4-5.4c-0.9-1.3-1.7-2.7-2.6-4C954.4,941.1,955.8,940.5,957,941 M931.9,964.8c0-0.4,0.1-0.8,0.1-1.2c2.1-3.5,4.6-6.7,7.3-9.7c1.9-1.9,4-3.6,6.4-4.8c1.4-0.8,2.9-1.4,4.4-2 c0.4-0.2,0.8-0.3,1.2-0.5c0.9-0.4,1.3-1.7,1.8-2.8c1.5,2.3,3,4.6,4.7,6.8c0.4,0.5,0.8,1.1,1.3,1.6c-2,6.4-4.9,12.4-7.7,18.5 c-2.8,6.3-4.5,13.1-6.6,19.7c-1.8,5.7-4.2,11.3-7.1,16.5c-2.9,5.2-6.3,10.1-10,14.8c-3.7,4.7-7.8,9.2-11.9,13.6 c-0.3,0.3-0.6,0.6-0.9,0.9l-0.8,0.1c-3.6,0.5-7.3,1-10.9,1.5c2.8-3.8,5.7-7.7,8.5-11.5c3.3-4.4,6.3-9.1,9-13.9 c2.6-4.4,4.5-9.2,5.7-14.1c0.6-2.6,0.8-5.3,1.2-7.9c0.4-2.8,0.8-5.6,1.3-8.4c0.5-2.9,1.3-5.7,1.8-8.5 C931.3,970.8,931.6,967.8,931.9,964.8 M915.1,985c4.9-5.1,9.3-10.5,13.4-16.2c0.6-0.8,1.1-1.6,1.6-2.4c-0.2,1.7-0.3,3.3-0.6,5 c-0.4,2.9-1.2,5.7-1.7,8.6c-0.5,2.7-1,5.5-1.4,8.2c-0.4,2.7-0.6,5.5-1.1,8.3c-1,4.9-2.7,9.5-5.1,13.9c-2.6,4.8-5.5,9.4-8.7,13.8 c-3.2,4.5-6.6,8.9-9.9,13.4c-0.2,0.3-0.4,0.5-0.6,0.8c-1.3,0.2-2.7,0.3-4,0.5c-0.4-0.1-0.9,0-1.2,0.3l-0.1,0.1 c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.5,0.1-1,0.2-1.4,0.2 c-1.3,0.1-2.5,0.2-3.8,0.5c-1.1,0.3-1.3,1.1-2,2c-1,1.4-2.3,2.8-3.3,4.2c-1,1.4-1.6,3-3,4c-1.3,0.9-2.7,1.6-4,2.4 c-2.7,1.8-5.4,3.8-7.9,5.8c-3.6,2.9-7,5.9-10.5,9c2.7-5,5.9-9.7,9.5-14c4.6-5.6,9.7-10.7,14.8-15.9s10.3-10.2,15-15.7 c2.1-2.4,4.1-4.9,5.8-7.6c1.4-2.3,2.5-4.9,3.3-7.5c0.9-3.1,1.3-6.4,2.3-9.5c1.2-3.8,2.8-7.5,4.3-11.2 C914.6,986.1,914.9,985.5,915.1,985 M905.6,994.4c2.3-2.1,4.5-4.3,6.7-6.5c-1,2.4-1.9,4.7-2.8,7.1c-0.6,1.5-1.1,3.1-1.5,4.7 c-0.4,1.6-0.6,3.3-1,4.9c-0.6,2.7-1.6,5.4-2.9,7.9c-1.4,2.5-3.1,4.9-5.1,7.2c-4.6,5.6-9.7,10.7-14.8,15.8s-10.2,10.2-14.9,15.7 c-4.8,5.5-8.9,11.6-12.3,18.1c-0.2,0.5-0.5,1-0.7,1.5c-5.9,5-12,9.8-18.9,13.2c-0.4,0.2-0.8,0.4-1.1,0.5 c2.8-4.3,5.6-8.5,8.7-12.6c1.8-2.4,3.6-4.7,5.6-6.9c1.9-2.2,4-4.1,6.1-6.1c3.9-3.6,7.5-7.5,10.6-11.8c1.8-2.5,3.3-5.1,4.9-7.7 c1.6-2.7,3.2-5.4,4.6-8.2c1.3-2.8,2.4-5.6,3.3-8.6c0.8-2.9,1.7-5.8,2.7-8.6c0.1-0.3,0.2-0.5,0.3-0.8 C890.9,1007.3,898.4,1001,905.6,994.4 M655.3,929.1c0-0.1,0-0.2,0-0.3c0.1-1.6,0.2-3.1,0.3-4.7c0.1-1.4,0.1-2.8,0.2-4.2 c0.6,0.1,1.1,0.1,1.7,0.2c1.6,0.1,3.1,0.3,4.7,0.5c1.9,0.2,2.6,0,3.4,1.6c0.9,1.8,1,4.7,1.5,6.7c0.6,2.5,1.3,5,2.1,7.5 c2.8,8.8,6.9,17.6,13.5,24.2c3,3,6.5,5.3,10.3,6.9c2.1,0.8,4.9,2,7.1,1.9c2.6-0.1,4.8-2.1,7.7-1.7c2.9,0.4,5,4.9,6.7,7.2 c1.5,2,3.1,3.9,4.8,5.7c2.4,2.9,5.4,5.2,8.8,6.9c9.1,3.9,19.8-2.5,28-6.3c1.8,2,3.1,2.7,3.5,5.9c0,0.5,0.5,0.9,1.1,0.9 c0,0,0.1,0,0.1,0c15.9,14,33.1,24.8,53.4,31.6c3.1,1,6.7,2.6,10,2.9c2.6,0.3,5.8-0.5,8.4-1c5.9-1.5,11.7-3.5,17.3-6 c12.5-5.2,25.7-11.3,39.5-10c-10.9,8.9-22.4,17.1-34,25c-1.4,1-2.8,1.9-4.2,2.9c-1.3,0.8-2.6,1.7-3.6,2.9 c-2.1,2.8-4.3,5.6-6.4,8.4c-4,5.3-8,10.5-12.1,15.8c-7.8,10-15.7,19.9-24.1,29.4c-2,2.3-4.1,4.5-6.2,6.7c-3.2,1-6.5,1.9-9.7,2.9 c-16.8,5.1-33.5,10.2-50.1,15.6c-4.4,1.4-8.7,2.8-13,4.3c-17.2-7-34.4-14.2-51.4-21.9c-4.2-1.9-8.4-3.8-12.6-5.8 c-1.1-0.5-2.2-1-3.3-1.5c-0.9-0.4-1.6-0.6-2.1-1.5c-1-1.7-1.8-3.5-2.8-5.2c-4-6.1-8.7-11.7-14.2-16.6 c-5.9-5.5-12.1-10.6-17.7-16.4c-0.2-0.2-0.4-0.3-0.6-0.3l0,0c-13.1-3.6-20.2-15.2-26-26.6c-1.4-2.8-2.8-5.7-4.3-8.6 c3.9,1.7,7.8,3.6,11.5,5.7c4.4,2.4,8.8,4.7,13.1,7.1c2.2,1.1,4.3,2.4,6.3,3.9c1.7,1.5,3.3,3,4.7,4.7c2.6,2.7,5.4,5.1,9.2,5.5 c1.9,0.1,3.7,0.4,5.5,1c0.6,0.2,1.1,0.5,1.7,0.8c0,0,0.1,0,0.1,0.1c1.4,0.7,2.7,1.6,4,2.5c1.7,1.2,3.6,2.1,5.5,2.7 c2.2,0.5,4.4,1.2,6.4,2.2c3.7,2.1,6.1,6,9,9c1.4,1.4,3,2.7,4.6,4c1.6,1.4,3.1,2.8,4.6,4.3c3.4,3.3,7,6.5,10.8,9.4 c3.5,2.9,7.5,5,11.9,6.3c0.4,0.1,0.9-0.1,1-0.6c0-0.1,0-0.1,0-0.2c-0.2-3.7-0.9-7.3-2-10.7c-1.1-3.4-2.7-6.6-4-10 c-2.3-6.2-2.8-13-5.8-18.9c-2.5-5-6.8-8.4-10.6-12.2c-1.9-1.8-3.5-3.9-4.7-6.3c-1.3-3-2.1-6.2-2.5-9.4c-1.2-6.9-2.1-14-4.3-20.7 c-0.9-3.2-2.3-6.2-4-9.1c-1.5-2.1-3.1-4-4.8-5.8c-1.8-1.9-3.4-4.1-4.7-6.5c-0.5-0.9-0.7-1.9-0.5-2.9c0.3-1.1,0.8-2.1,1.5-3 c1.3-2,1.2-4.7-0.4-6.6c-1.5-1.8-3.8-2.9-5.7-4.3c-0.9-0.6-1.7-1.4-2.3-2.4c-0.5-1.1-0.5-2.3-0.2-3.5c0.8-2.7,2.8-5.1,4.5-7.3 c0.9-1.1,1.6-2.3,2.4-3.5c0.7-1.4,1.3-2.9,1.6-4.4C654.8,933.3,655.1,931.2,655.3,929.1 M621,992.4c0.2-1.6,0.7-3.1,1.5-4.4 c0.8-1.4,1.6-2.9,2.3-4.5c0.7-1.7,1.3-3.3,1.9-5c1.4-3.4,2.9-6.8,4.4-10.2c3.1-6.8,6.6-13.4,10.3-19.9c1.7-3,3.5-6.1,5.3-9 c1.8-3,3.9-5.7,6.3-8.1c0.1-0.1,0.3-0.3,0.4-0.4c-0.2,3.1-1.1,6.2-2.7,9c-1.6,2.5-3.6,4.7-5.1,7.2c-1.3,2.1-2.3,4.8-1.4,7.3 c0.5,1.1,1.2,2.1,2.1,2.8c-1.8,2.9-3.7,5.7-5.5,8.6c-0.6,1-1.1,2-1.7,3c-0.7,1.2-1.4,2.3-2.2,3.4c-1.7,2.5-3.3,5.1-4.8,7.7 c-1.4,2.4-2.2,5.1-2.4,7.9c0,2.8,1.5,5.2,3.2,7.3c1.8,2.3,4,4.2,5.8,6.6c0.8,1.1,1.5,2.2,2,3.5c0.5,1.4,1,2.8,1.4,4.2 c0.9,3.2,1.6,6.4,2.1,9.7c0.5,3,0.7,6.1,0.6,9.1c-0.3,3.8-0.9,7.6-1.8,11.3c-0.1,0.7-0.3,1.4-0.4,2c-1.4-0.6-2.8-1-4.3-1.2 c-1.5-0.1-3-0.3-4.4-0.6c-1.8-0.7-3.5-1.8-4.8-3.2c-1.6-1.5-3.1-3.2-4.7-4.8c-1.7-1.6-3.6-3-5.6-4.1c-4.4-2.6-8.9-4.9-13.4-7.3 c1.7-2.9,3.5-5.9,5.4-8.7c0.8-1.2,1.8-2.4,2.8-3.6c1-1.1,2.1-2.2,3.1-3.3c2-2.1,4-4.4,4.3-7.4 C621.2,995.7,620.9,994.1,621,992.4 M653.7,976.8c1.6,2.3,3.5,4.3,5.3,6.4c1.4,1.6,2.6,3.3,3.6,5.2c-3.1,7.4-5.3,15.2-6.4,23.2 c-0.5,3.9-0.8,7.7-1.1,11.6c-0.3,3.7-0.7,7.5-1.2,11.2c-0.6,4.1-1.4,8.1-2.5,12.1c-0.6-0.2-1.2-0.5-1.8-0.8 c-1-0.5-1.9-1.1-2.8-1.7c0.7-3.1,1.4-6.1,1.8-9.2c0.4-3.3,0.5-6.6,0.3-9.9c-0.1-3.5-0.3-6.9-0.5-10.4c-0.1-1.7-0.1-3.5-0.2-5.2 c0-1.6,0-3.1,0-4.7c0-1-0.1-2.1-0.3-3.1c-0.3-1-0.6-2.1-1-3c-1-2.5-2.1-4.9-3.2-7.4c-1.1-2.2-1.7-4.7-1.8-7.2 c0.1-2.4,0.7-4.8,1.6-7c2.2-5.2,5-10,8.3-14.5c0.2-0.3,0.4-0.5,0.6-0.8c0.7,0.7,1.1,1.6,1.2,2.6c0,1.1-0.4,2.2-1.1,3.1 c-0.7,1-1.1,2.1-1.3,3.2C651.1,972.8,652.4,975,653.7,976.8 M676.8,1046.4c0-1.4-0.2-2.9-0.6-4.3c-0.4-1.2-0.9-2.3-1.5-3.4 c-1.3-2-2.3-4.2-3.1-6.5c-0.4-2.3-0.2-4.7,0.7-6.8c0.5,1,1.1,2,1.7,2.9c3,4.3,7.4,7.2,10.7,11.3c1.9,2.4,3.4,5.1,4.3,8.1 c1.1,3.2,1.7,6.5,2.6,9.8c0.4,1.6,0.8,3.1,1.4,4.6c0.6,1.6,1.3,3.2,2,4.8c1.5,3.3,2.6,6.8,3.4,10.4c0.3,1.5,0.5,3,0.6,4.6 c-7.6-2.4-13.7-8.3-19.4-13.6c-1.3-1.2-2.6-2.4-3.9-3.6C675.7,1058.6,677.2,1052.5,676.8,1046.4 M669.9,1031.3 c0.5,2.4,1.4,4.8,2.8,6.9c0.6,1,1.2,2.1,1.6,3.2c0.5,1.2,0.8,2.4,0.9,3.7c0.2,3.1,0.1,6.2-0.2,9.3c-0.3,2.9-0.7,5.9-0.7,8.8 c-1.2-1.1-2.5-2.2-3.7-3.3c-3.2-2.8-5.5-6.5-8.8-9.2c-0.8-0.6-1.6-1.2-2.5-1.7c1.3-4.9,2.1-10,3.1-14.9c1-5,2.5-9.8,4.4-14.4 c0.8-1.8,1.7-3.6,2.6-5.4c0.4,3,1.1,6,2,9C670.5,1025.8,669.6,1028.6,669.9,1031.3 M665.7,1018.2c-1,2.2-1.9,4.5-2.7,6.9 c-1.5,5.1-2.7,10.3-3.6,15.5c-0.5,2.7-1,5.3-1.7,7.9c-0.6-0.2-1.2-0.4-1.8-0.6c-1-0.3-2-0.6-3-0.9c1.9-7.2,3.1-14.6,3.6-22 c0.3-3.8,0.5-7.5,0.9-11.3c0.5-4,1.2-8,2.2-12c1-3.9,2.3-7.7,3.8-11.5c2.8,6.3,4,13.3,5.2,20.1c0.1,0.5,0.2,0.9,0.2,1.4 C667.8,1013.9,666.7,1016,665.7,1018.2 M643.1,974.3c-1.1,2.3-1.9,4.8-2.4,7.4c-0.2,1.1-0.3,2.3-0.2,3.4 c0.1,1.3,0.4,2.5,0.8,3.7c0.9,2.6,2.1,5.2,3.2,7.7c0.5,1.1,0.9,2.3,1.3,3.4c0.3,0.9,0.6,1.8,0.7,2.7c0.1,1.2,0.2,2.4,0.1,3.6 c0,1.7,0,3.4,0.1,5.2c0.1,3.5,0.3,6.9,0.5,10.4c0.2,3.4,0.2,6.8,0.1,10.3c-0.3,3.2-0.8,6.4-1.6,9.5c-0.1,0.5-0.2,0.9-0.3,1.4 c-0.4-0.2-0.8-0.5-1.1-0.7c-0.1,0-0.2-0.1-0.2-0.1c0.7-3.8,1.6-7.5,2.1-11.3c0.3-3.1,0.3-6.2,0-9.3c-0.3-3.3-0.9-6.6-1.7-9.8 c-0.4-1.5-0.8-3.1-1.3-4.6c-0.4-1.4-0.9-2.7-1.5-4c-1.5-2.5-3.3-4.8-5.4-6.8c-1.8-1.9-3.8-4.1-4.6-6.7c-0.7-2.4,0.1-5,1.1-7.2 c1.3-2.7,2.8-5.3,4.5-7.8c1.5-2.2,3-4.4,4.2-6.7c0.6-1.2,1.4-2.3,2.1-3.4c1-1.6,2.1-3.1,3.1-4.7c0.4-0.6,0.7-1.2,1.1-1.8 c0.5,0.4,1,0.7,1.5,1c0.7,0.4,1.4,0.9,2,1.4C648.2,964.8,645.4,969.4,643.1,974.3 M648.3,922.5c0.1-0.1,0.1-0.1,0.1-0.2 c1.4-2.2,3.5-2.6,5.8-2.5c-0.2,2.9-0.2,5.8-0.4,8.7c-1.3,1.1-2.5,2.3-3.6,3.5c-1.1,1.3-2.1,2.7-3.1,4.1c-2,2.9-3.7,5.8-5.5,8.8 c-3.7,6.5-7.3,13.1-10.5,19.9c-1.6,3.4-3.1,6.7-4.6,10.2c-0.7,1.7-1.4,3.4-2.1,5.1c-0.6,1.6-1.2,3.2-2,4.7 c-0.8,1.4-1.6,2.9-2.3,4.5c-0.6,1.6-0.8,3.2-0.7,4.9c0.2,1.6,0.1,3.2-0.4,4.7c-0.5,1.2-1.3,2.3-2.1,3.2c-1.9,2.3-4.2,4.2-6,6.6 c-2.1,2.9-4.1,5.9-5.9,9.1c-0.3,0.6-0.7,1.1-1,1.7c-4.7-2.6-9.4-4.9-14.4-7c-1.2-2.3-2.4-4.6-3.8-6.8c-1.4-2.3-2.8-4.5-4.5-6.6 c2.3-1.9,4.6-3.8,7-5.6c1.3-1,2.6-2,3.8-3c1.1-0.9,2.2-1.9,3.4-2.8c3-2.3,6.2-4.3,9.5-6.1c2.9-1.7,6-3.3,8.4-5.8 c4.4-4.6,6.9-10.6,10.5-15.7c1-1.4,2.2-2.7,3.2-4c1.2-1.6,2.4-3.2,3.6-4.9c2.3-3.3,4.4-6.6,6.4-10.1c2-3.3,3.7-6.7,5.7-10 C644.7,928.5,646.7,925.6,648.3,922.5 M640.2,924c2-0.7,4-1.1,6.1-1.1c-1.1,2-2.3,3.8-3.5,5.7c-2,3.2-3.8,6.5-5.7,9.7 c-3.8,6.9-8.3,13.4-13.2,19.6c-4,4.8-6.4,10.7-10.3,15.6c-0.9,1.2-2,2.2-3.1,3.1c-1.4,1-2.8,2-4.3,2.8c-3.2,1.9-6.5,3.6-9.5,5.8 c-1.4,1-2.7,2.1-4,3.2c-1.1,0.9-2.2,1.8-3.4,2.7c-2.7,2.1-5.4,4.1-8,6.3c-0.3,0.2-0.5,0.4-0.8,0.7l0-0.1c-1-1.2-2-2.3-3-3.3 c-0.6-0.5-1.2-1.1-1.6-1.8l-0.2-0.3c4.9-3.3,9.7-6.6,14.4-10.1c5-3.6,9.8-7.6,14.4-11.7c4.6-4.2,8.8-8.8,12.6-13.8 c0.9-1.2,1.8-2.5,2.8-3.8c1-1.3,2-2.5,3.1-3.6c2.1-2.4,4.3-4.6,6.4-7c4.2-5,7.6-10.6,10.1-16.6 C639.7,925.2,639.9,924.6,640.2,924 M626.4,931.7c0.1-0.1,0.2-0.2,0.3-0.3c3.7-2.5,7.5-4.6,11.5-6.5c-0.3,0.8-0.7,1.6-1,2.4 c-0.7,1.5-1.4,2.9-2.2,4.3c-1.5,2.8-3.3,5.5-5.3,8.1c-4,5-8.8,9.2-12.4,14.4c-3.6,5-7.6,9.7-12.1,13.9 c-4.5,4.2-9.2,8.2-14.1,11.9c-5,3.7-10.1,7.3-15.2,10.8l-0.8,0.5c-0.2-0.4-0.4-0.8-0.6-1.1c-2.3-4.4-5-8.6-7.4-13 c1.8-1.5,3.6-3,5.5-4.5c0.7-0.5,1.4-1,2.2-1.5c1.2-0.7,2.4-1.2,3.6-1.8c5.2-2.6,10.5-5.2,15.7-7.9c2.3-1.2,4.5-2.5,6.6-4 c1.7-1.3,3.3-2.7,4.8-4.3c1.5-1.5,2.9-3.2,4.4-4.7c1.6-1.8,3.3-3.5,5-5.2C618.8,939.3,622.8,935.7,626.4,931.7 M573.6,958.9 c2-1.3,3.3-2.5,5.7-3c2-0.4,4-0.8,6-1.4c3.7-0.9,7.1-2.6,10.1-5c2.4-2.1,5.4-2.8,8.3-4.3c6-3.2,11.9-6.8,17.6-10.6 c-2,2-4.1,3.9-6.1,5.9c-1.8,1.7-3.6,3.4-5.3,5.3c-1.5,1.6-3,3.3-4.5,4.8c-1.4,1.6-3,3-4.6,4.4c-1.8,1.5-3.8,2.8-5.9,3.9 c-5.2,2.8-10.5,5.3-15.7,7.9c-1.3,0.7-2.6,1.3-3.9,2c-0.9,0.4-1.7,0.9-2.5,1.4c-2.1,1.5-4,3.1-5.9,4.7l-0.6,0.5 c-2.1-3.7-3.6-7.8-4.5-11.9C565.8,962.5,570,961.3,573.6,958.9 M499.5,893.2c2.2,1.6,4.2,2.4,5.7,4.8c1.4,2.3,2.6,4.6,4,6.9 c2.6,3.8,5.4,7.5,8.4,11c13.6,15.8,30.8,28.8,41.4,47.1c1.5,9.2,7,17.2,11.5,25.2c1,1.8,2.1,3.7,2.9,5.6c0.7,1.5,2,2.4,3.1,3.6 c2.2,2.4,4.2,4.9,5.9,7.7c7.2,11.3,11.4,24.4,19.9,35c4.5,5.7,10.6,9.9,17.6,12c10.1,10.4,22.5,18.8,30.5,31.1 c1.1,1.6,2.1,3.3,3,5.1c0.3,0.8,0.7,1.5,1.1,2.2c0.7,0.9,2.2,1.3,3.2,1.7c4.2,2,8.4,3.9,12.6,5.8c8.4,3.8,16.9,7.6,25.4,11.2 c8.7,3.7,17.5,7.4,26.3,11c-12.9,4.3-25.6,8.9-38.3,13.7c-7.7-2.3-15.4-4.5-23.2-6.7c-3.7-1-7.3-2.1-11-3.1 c-1.5-0.4-3.1-0.8-4.6-1.3c-2-0.5-2.8-0.8-4.8,0c-9.8,4.3-19.9,7.8-30.1,10.7c-20.5,6.1-41.7,10.9-61.3,19.4 c-8.4-2.4-16.2-6.4-23.8-10.6c-9.7-5.3-19.1-11.2-28.6-17c-18.7-11.6-37.3-24-57.7-32.4c-9-3.7-19.2-7-29.1-5.5l-0.3-0.2l0,0 l-1.9-1c0-0.1,0-0.2,0-0.2c-0.9-2.3-1.2-4.7-0.9-7.1c0-0.1,0-0.1,0-0.2c1.2-8.6,1.7-17.2,1.7-25.9c7-3.1,13-8.4,20.5-10.5 c0.9-0.1,1.8-0.4,2.6-0.8c0.6-0.6,1.1-1.3,1.6-2.1c1.1-1.4,2.2-2.7,3.4-4.1c2.4-2.7,4.9-5.3,7.5-7.8 c10.5-10.2,22.2-19.4,31.3-30.9c2.6-3.2,4.9-6.6,6.9-10.1c0.8-1.5,1.5-3.8,2.9-4.7c1.2-0.8,2.2-1.8,2.9-3 c3.1-0.8,6.1-1.9,9.1-2.9c1.4-0.5,2.9-1,4.4-1.3c0.8-0.1,1.7-0.3,2.5-0.6c0.7-0.3,0.9-0.9,1.2-1.6c2.9-6,4.1-12.5,5.2-19 c0.6-3.4,1.2-6.8,2-10.1c0.4-1.5,0.8-3,1.3-4.4c0.3-0.7,0.6-1.5,0.9-2.3c0-0.7-0.2-1.3-0.7-1.8c-3.2-5-6.9-9.7-9.9-14.8 c-1.8-3.1-3.2-6.3-4.2-9.7c-0.1-0.7-0.3-1.5-0.7-2.1c-0.6-0.4-1.3-0.8-2-1c-1.3-0.6-2.7-1-4.1-1.3c-0.3-0.8-0.8-1.5-1.5-2 c-0.6-0.2-1.2-0.3-1.8-0.4c-1.2-0.5-2.4-1-3.5-1.6c-0.2-8.9-2.2-17.5-4.5-26C487.5,881.9,492.8,888.4,499.5,893.2 M411.1,1020.7 c1.9-4,4.2-7.9,6.4-11.8c1-1.8,2.1-3.7,3-5.5c0.9-1.9,1.7-3.8,2.5-5.7c3.6-8.6,7.5-17.2,13-24.9c2.8-3.9,5.9-7.6,8.8-11.5 c2.7-3.7,5.4-7.4,7.8-11.3c1.2-2,2.4-3.9,3.5-6c1.1-2.1,2.1-4.2,3.2-6.3c1.9-3.8,4.2-7.3,6.9-10.6c3-3.6,6.6-6.5,9.6-10 c2.9-3.5,5.6-7.2,8-11.1c0.4-0.6,0.7-1.2,1.1-1.7c1.7,0.7,3.3,1.9,5.1,2.2c0.3,0.6,0.7,1.2,1.2,1.7c0.6,0.4,1.3,0.6,2,0.6 c1.3,0.4,2.6,0.8,3.8,1.4c0.7,2.7,1.7,5.4,3,7.9c-2.5,3.7-5.3,7-7.8,10.7c-2.4,3.7-4.5,7.6-6.4,11.6c-2,4.1-4.3,8.1-6.8,11.9 c-1.3,1.9-2.6,3.7-4.2,5.4c-1.6,1.7-3.3,3.4-5.2,4.8c-1.8,1.4-3.6,2.8-5.4,4.3c-1.9,1.5-3.6,3.2-5.3,4.8 c-3.7,3.6-7.3,7.3-10.9,11c-3.5,3.5-6.9,7.2-10.1,11c-3.1,3.8-6.1,7.7-9,11.6c-2.9,3.8-5.7,7.7-8.8,11.4 c-3.1,3.5-6.1,7.2-8.8,11.1c-0.1,0.1-0.1,0.2-0.2,0.3C411.2,1025.6,411.2,1023.2,411.1,1020.7 M419.2,1020.1 c3.1-3.7,6-7.4,8.9-11.3c5.9-7.9,11.8-15.8,18.7-22.8c3.6-3.6,7.2-7.3,10.8-10.9c1.8-1.8,3.6-3.6,5.5-5.3 c1.7-1.5,3.5-2.9,5.3-4.3s3.6-2.8,5.3-4.4c1.7-1.6,3.3-3.4,4.7-5.3c2.7-3.7,5.1-7.6,7.1-11.7c2.1-4,4.1-8.1,6.4-12.1 c2.2-3.9,5.1-7.3,7.7-10.9c0.3-0.5,0.7-1,1-1.4c3.2,5.9,7.4,11.3,11,17c-0.5,1.4-1,2.7-1.4,4.1c-6,5.7-10.9,12.4-16.1,18.7 c-1.3,1.6-2.6,3.1-3.9,4.6s-2.7,3-4.1,4.4c-3.5,3.7-6.8,7.4-10.1,11.2c-3.4,3.8-6.7,7.6-10.3,11.2c-3.5,3.6-7.2,7-10.7,10.5 c-7,7.1-13.8,14.4-21.5,20.8c-3.4,2.8-7.2,5-10.2,8.2c-1.5,1.6-2.7,3.5-3.6,5.5c-0.9,2.2-1.6,4.4-2.1,6.7 c-0.2,0.9-0.4,1.7-0.6,2.6c-2.1,1.3-4.2,2.5-6.4,3.7c-0.2-5.9,0.1-11.9,0.3-17.8C413.4,1027.3,416.1,1023.6,419.2,1020.1 M509.5,943.9c-2.2,9.4-2.7,19.3-7,28.1c-3.6,0.9-7.2,2-10.8,3.3c-0.8,0.3-1.7,0.6-2.5,0.8c-1,0.2-2,0.4-2.9,0.8 c-1,0.7-1.4,2.1-2.5,2.8c-0.6,0.3-1.1,0.6-1.6,1c-0.4,0.6-0.8,1.2-1,1.9c-0.8,1.6-1.7,3.3-2.7,4.8c-1.8,2.8-3.7,5.6-5.8,8.2 c-8.5,10.5-19.1,19.1-28.9,28.4c-5.2,4.8-10,10-14.3,15.6c-3.7,1-7.3,2.5-10.6,4.6c0.8-3.7,1.8-7.5,4-10.7 c2.5-3.6,6.3-5.9,9.7-8.5c3.8-3,7.5-6.2,10.9-9.7c3.6-3.5,7-7.1,10.5-10.6c3.5-3.6,7.2-7,10.7-10.5c3.5-3.5,6.9-7.2,10.2-10.9 c3.4-3.7,6.7-7.5,10.1-11.2c2.9-3.1,5.8-6.1,8.5-9.4C498.8,956.6,503.8,949.9,509.5,943.9 M477.9,872.8l0.2,0.2 c2.8,9.8,5.3,19.7,5.5,29.9c0,0.1,0,0.2,0,0.3c-2.3,3.6-4.5,7.1-7.1,10.4c-1.5,1.9-3,3.7-4.7,5.4c-1.6,1.7-3.4,3.3-5,5 c-2.9,3.1-5.4,6.5-7.4,10.1c-2.3,4-4.2,8.2-6.5,12.2c-4.8,8-10.2,15.7-16.2,22.9c-5.9,7.4-10.1,15.8-13.8,24.5 c-1.7,3.9-3.2,7.9-5.3,11.6c-2.2,4-4.5,7.9-6.6,11.9c-0.1,0.1-0.1,0.3-0.2,0.4c-0.2-2.4-0.3-4.8-0.3-7.2 c0.4-18.4,5.6-36.3,15.1-52c3.1-5,6.8-9.7,10.8-14.1c8.7-9.5,15-20.8,20.4-32.3c5.5-11.9,10.2-24.1,15.8-36 c0.6-1.2,1.1-2.3,1.7-3.5C475.5,872.7,476.7,872.8,477.9,872.8 M472.7,872.2c-5.5,11.4-10.1,23.3-15.3,34.9 c-5.3,11.8-11.3,23.5-19.7,33.5c-2,2.3-4.1,4.5-6.1,6.9c-1.9,2.3-3.7,4.6-5.3,7.1c-3.4,5.1-6.3,10.5-8.7,16.2 c-4.8,11.2-7.7,23.1-8.5,35.3c-0.2,2.9-0.2,5.8,0,8.6c0.2,3.1,0.5,6.2,0.5,9.3c0.1,7.2-0.6,14.4-0.5,21.7c0,1.4,0,2.9,0.1,4.3 c-0.9,0.4-1.7,0.8-2.6,1.2c-0.1,0-0.2,0.1-0.2,0.1c-0.1-1.1-0.2-2.2-0.4-3.4c-0.3-3.7-0.9-7.4-1.9-11c-1-2.9-2.4-5.8-3.9-8.5 c-1.4-2.5-2.3-5.2-2.5-8.1c0-0.4,0-0.8-0.1-1.2c0-0.1,0-0.3,0-0.4c0-1.8,0-3.5,0.1-5.3c0.1-2.3,0.2-4.6,0.3-7 c8.3-10.8,13-24.3,17.1-37.1c2.5-7.8,5.1-15.6,7.4-23.5c1.2-4.3,2.8-8.6,4.9-12.5c2.4-4.2,5.7-7.9,8.7-11.6 c5.8-6.7,10.8-13.9,14.9-21.7c2-4,3.6-8.1,5.6-12.2c2.1-4.3,4.3-8.5,6.4-12.9c0.8-1.7,1.6-3.5,2.4-5.2 C467.7,870.9,470.2,871.7,472.7,872.2 M447.5,859.3c3.5,1.9,6.8,3.9,10.1,6.1c2.1,1.3,4.2,2.5,6.4,3.6 c-1.8,4.2-3.9,8.3-5.9,12.4c-2.1,4.2-4,8.4-5.9,12.7c-3.6,8-8.2,15.6-13.8,22.4c-2.9,3.6-6,7.2-8.9,10.9 c-2.7,3.6-4.9,7.5-6.4,11.7c-1.6,4.2-2.7,8.6-4.1,12.9c-1.2,3.7-2.4,7.3-3.6,11c-4.7,15-9.5,30.9-19.5,43.3 c-2.5,3.1-5.4,5.8-8.5,8.3c-2.9,2.3-5.7,4.6-7.7,7.7c-2.3,3.7-3.8,8.1-5.3,12.2c-1.6,4.5-3.1,9-4.5,13.6 c-6.1,19-14,37.3-21.4,55.8c-0.8,1.9-1.5,3.8-2.3,5.7c-0.8-0.4-1.6-0.8-2.5-1.2c4.2-7.7,7.4-16,9.7-24.5 c2.3-9.6,1.7-19.7,3.6-29.4c1.7-8.8,4.2-17.5,8.9-25.2c2.4-4,4.8-8.1,6.9-12.3c2.1-4.3,4.2-8.5,6.7-12.6 c8.6-14.3,21.8-25.8,26.8-42.2c1.3-4.2,1.7-8.7,2.7-13c1.1-4.7,2.6-9.2,4.5-13.6c3.8-8.7,9.3-16.4,14.5-24.3 c4.5-7,8.2-14.4,11.1-22.2c3.1-8.2,5.6-16.7,7.5-25.3C446.9,862.6,447.2,860.9,447.5,859.3 M441.1,857.3c1.7,0.2,3.4,0.7,5,1.4 c-3,16.5-8.2,33.2-16.6,47.7c-4.5,7.8-10.3,14.9-14.6,23c-4.3,8.3-7.3,17.2-8.8,26.4c-1.4,8.3-4.9,15.8-9.6,22.8 c-4.6,6.9-10,13.3-14.9,20.1c-5.5,7.7-9.1,16.4-13.7,24.6c-2.2,4-4.8,7.8-6.7,12c-1.7,3.9-3.1,8-4.2,12.2c-1.2,4.5-2,9-2.6,13.6 c-0.5,4.9-0.7,9.8-1.2,14.7c-1,9.5-4.3,18.5-8.3,27.1c-0.8,1.8-1.7,3.5-2.6,5.3c-2-0.9-4-1.9-5.9-2.8l-0.1,0 c1.4-8.6,0.4-17.4-0.1-26c-0.3-4.4-0.2-8.9,0.2-13.3c0.7-4.5,1.9-8.9,3.5-13.2c1.4-4.1,2.9-8.1,4.2-12.3 c1.4-4.5,2.2-9.2,3.5-13.8c2.6-9.1,6.2-18,10.7-26.3c8.5-16.1,18.2-31.6,29-46.3c5.5-7.5,11.1-14.8,17-21.9 c2.9-3.5,5.8-7,8.7-10.4c2.9-3.5,6-6.8,8.9-10.3c4.9-6.2,8.5-13.3,10.5-20.9c1.2-4.4,1.9-8.9,3.1-13.2c1.3-4.7,2.7-9.4,4.1-14.1 C440.1,861.1,440.6,859.2,441.1,857.3 M421.6,865.8c1.1-0.3,2.1-0.7,3.2-1.2c1.8-0.9,3.5-3.1,5.2-4.2c1.9-1.4,4.1-2.4,6.4-2.9 c1-0.2,2-0.3,3-0.3c-2.3,9-5.4,17.7-7.3,26.7c-1.6,8-4.1,15.7-8.7,22.6c-2.5,3.6-5.3,7-8.3,10.2c-3,3.5-6,7-8.9,10.5 c-5.8,7-11.4,14.1-16.9,21.4c-11,14.5-20.9,29.8-29.7,45.7c-4.4,8.2-8.7,16.4-11.7,25.3c-1.5,4.5-2.7,9-3.7,13.6 c-1,4.4-2.3,8.8-3.8,13.1c-1.4,4.1-3,8.2-4.2,12.4c-1.2,4.2-1.8,8.6-1.8,13c-0.2,9.2,1.3,18.3,0.9,27.5 c-0.1,1.8-0.3,3.6-0.5,5.3c-2-1-4-1.9-6-2.9c-0.3-4.3-0.9-8.5-1.1-12.8c-0.2-4.7-0.4-9.4-0.9-14c-0.3-2.3-0.6-4.7-1-7 c-0.4-2.3-0.9-4.6-1.2-6.9c2.9-6,6.2-11.8,9-17.9c2.9-6.3,4.2-13.1,5.4-19.9c1.3-7.2,2.4-14.5,5.2-21.3c2.8-7,5.4-14.1,8.4-21 c1.4-3.4,3-6.8,4.9-10c1.7-2.8,3.6-5.4,5.8-7.8c2.2-2.5,4.4-5,6.5-7.6c2.4-3,4.7-6,7-9c9.3-12,18.3-24.3,26.4-37.1 c4-6.1,7.4-12.5,10.3-19.2c2.8-6.7,4.9-13.6,7.1-20.5C420.9,868.3,421.3,867,421.6,865.8 M390.3,887.1c2-0.9,4-1.8,6.1-2.6 c1.8-0.7,4.9-1,6.4-2c1.2-0.8,2-2.7,2.9-3.9c1.6-2.2,3.4-4.3,5.3-6.2c1.9-1.9,4-3.6,6.3-5c0.8-0.5,1.6-0.8,2.5-1.1 c-1.9,6.1-3.8,12.3-6,18.3c-2.5,6.8-5.6,13.3-9.4,19.5c-8,12.9-16.7,25.4-26,37.3c-4.5,5.9-9,11.8-13.9,17.4 c-2,2.4-4.1,4.7-6,7.2c-2,2.8-3.8,5.9-5.3,9c-3.2,6.6-5.7,13.6-8.4,20.4c-1.4,3.5-2.9,6.9-4,10.5c-1,3.5-1.8,7.1-2.5,10.7 c-1.3,7-2.3,14.2-4.6,21c-2.1,6.1-5.4,11.7-8.3,17.5c-0.4,0.8-0.9,1.7-1.3,2.6c-0.1-3.1,0.1-6.1,0.6-9.1c0.8-4,1.9-8,3.2-11.9 c1.3-4.3,2.4-8.7,3.2-13.1c0.8-4.5,1.5-9,2.5-13.4c1-4.3,2.4-8.5,3.3-12.8c0.9-4.4,1.5-8.8,2.2-13.3c0.4-2.3,0.8-4.5,1.4-6.8 c0.5-2.2,1.2-4.3,2.2-6.3c0.2-0.4,0.5-0.9,0.7-1.3c6.2-4.9,11.7-10.6,16.5-16.9c4.5-6.1,7.9-13,12.5-19.1c2.5-3.2,5.3-6,8.4-8.5 c0.9-0.7,1.9-1.5,2.9-2.1c0.5-0.4,1-0.7,1.6-1.1c0.9-0.5,1.5-1.4,1.5-2.4c1.3-7.3,2.1-14.8,2.4-22.2 C389.9,894,390.1,890.6,390.3,887.1 M193.3,907.7c0.1-0.1,0.2-0.2,0.3-0.4c3.4-3.8,7.3-7.2,11.5-10.1c1.6-1.1,4.4-1.7,5.8-2.9 c1.5-1.3,2.3-2.5,4.2-3.5c3.6-1.8,7.3-2.4,10-5.5c2.3-2.6,4.8-5,7.4-7.3c5.8-5.3,11.9-10.3,18.1-15.1c13.9-10.8,28.2-21,41.9-32 c7-5.5,13.7-11.4,20.1-17.6c2.4-2.5,4.7-5.1,6.9-7.8c1-1.3,1.9-2.6,2.8-3.9c1.4-2.2,1.7-2.8,4.5-3.5l-0.1,0 c0.3-0.1,0.6-0.3,0.8-0.5l1.8-2.9c3.2,2.9,6.2,6.1,9.2,9.2c3,3,7.8,5.7,10.1,9.2c2.5,4,4,9.5,5.8,13.8c1.7,4.1,3.4,8.2,5.1,12.2 c7.2,17.1,15.2,34.3,26.9,48.9c0.4,0.4,0.9,0.5,1.4,0.3c-0.6,10.5-1.1,21.1-3,31.5c-6.5,4.1-12,9.5-16.2,15.8 c-3.9,5.9-7.2,12.2-11.7,17.8c-7.4,9.4-17,16.8-26.9,23.4c-8.2,5.3-16.6,10.3-25.3,14.8c-5.5,2.9-11.1,5.7-16.7,8.3 c-1.4,0.7-2.9,1.4-4.4,2.1c-0.8,0.3-1.5,0.6-2.2,1c-0.5,0.5-0.9,1.1-1.1,1.7c-1.1,2.3-2.5,4.5-4,6.6 c-11.5,15.9-31.9,19.3-50.2,21.3c-2.3,0.2-4.5,0.5-6.8,0.7c-9.1-7.6-17.8-15.7-26-24.3c-4.6-4.8-9-9.8-13.2-14.9 c-0.9-1.1-1.8-3-3-3.7c-1-0.6-2.1-0.4-3.3-0.3c-4.5,0.1-9.2,0.4-13-2.3c-0.4-0.3-1-0.3-1.3,0.1c-0.6-0.1-1.2-0.2-1.8-0.4 c2.6-1.9,5.4-3.8,8.1-5.6c1.6-1.1,3.3-2.1,4.9-3.2c1.9-1,3.7-2.2,5.4-3.4c1.1-0.9,1.1-3.5,1.5-4.8c0.3-1.2,0.6-2.4,0.9-3.6 c0.2-0.9,0.5-1.8,0.8-2.6c0.1-0.3,0.2-0.6,0.3-1c0.1-0.2,0.2-0.4,0.3-0.6c0.2-0.4,0.4-0.8,0.6-1.2c0-0.1,0.1-0.2,0.2-0.2 c0,0,0.2-0.2,0.2-0.3c1-0.8,1.8-1.8,2.4-3c1.8-3.6,2.5-7.9,3.4-11.8C189.4,933.5,191.4,920.6,193.3,907.7 M178,915.8 c2.2-0.5,4.4-1,6.6-1.2c2.2-0.4,4.3-1.6,5.7-3.4c-1.5,9.8-3.1,19.6-5,29.3c-0.8,4.9-1.9,9.7-3.4,14.4c-0.2,0.9-0.6,1.7-1.1,2.5 c-0.1,0.1-0.2,0.3-0.3,0.4c0,0,0,0.1,0,0.1l-0.1,0.1c-0.2,0.2-0.3,0.3-0.5,0.5c-0.9,0.8-1.7,1.8-2.2,2.9 c-1.8,3.8-2.5,8.1-3.4,12.2c-5.6,3.6-11.2,7.1-16.6,11c1.3-3.5,2.8-6.8,4.3-10.2c2.2-4.7,4.5-9.2,6.7-13.9 c2.2-4.4,4.1-9,5.8-13.7c1.5-4.7,2.4-9.5,2.8-14.3c0.5-5.2,0.7-10.4,0.6-15.7C178,916.4,178,916.1,178,915.8 M168.6,917.1 c1.5,0.6,5.3-0.5,6.8-0.8c0.4-0.1,0.7-0.1,1.1-0.2c0,4.8-0.1,9.5-0.4,14.3c-0.3,4.9-1.2,9.7-2.5,14.3c-1.5,4.6-3.3,9.1-5.5,13.5 c-2.2,4.6-4.5,9.2-6.6,13.8c-2.2,4.6-4.2,9.3-5.9,14l0,0c-0.2,0.1-0.3,0.2-0.5,0.4c-0.8-0.4-1.6-0.8-2.3-1.3 c1.7-5.3,3.3-10.5,4.6-15.9c1.5-5.6,2.6-11.3,3.3-17c0.3-2.7,0.6-5.4,0.6-8.1c0-1.7,0-3.4,0.1-5.1c0.2-4.2,0.6-8.5,1-12.7 c0.5-4.8,1-9.7,1.6-14.5C165.3,913.8,166.7,916.2,168.6,917.1 M145.6,897.8c0-0.2,0.1-0.5,0.1-0.7c2.3,1.3,4.5,2.7,6.6,4.3 c3.7,2.6,7.1,5.6,10.3,9c-0.6,4.6-1.2,9.3-1.6,14c-0.4,4.4-0.8,8.9-1.1,13.3c-0.1,1.4-0.2,2.9-0.1,4.3c0,2.7-0.1,5.3-0.4,8 c-0.6,5.7-1.6,11.3-3,16.8c-1.4,5.7-3,11.3-4.8,16.9c-0.1,0.2-0.1,0.4-0.2,0.7c-0.6-0.4-1.2-0.8-1.7-1.1c-0.7-0.5-1.3-0.9-2-1.4 c2.3-6,4.2-12.2,5.7-18.4c0.7-2.8,1-5.7,0.7-8.6c-0.3-2.3-1-4.5-2.1-6.6c-1-2.1-2.2-4.2-3.2-6.3c-1-2.4-1.8-4.9-2.3-7.5 c-1-5.6-1.5-11.3-1.6-17C144.8,910.8,145,904.3,145.6,897.8 M131,893.7c0.1-0.5,0.2-0.9,0.3-1.4c4.5,0.4,9,1.7,12.9,4 c-0.7,6.2-1,12.5-0.9,18.7c0,5.9,0.4,11.8,1.3,17.7c0.4,2.5,1,5,1.8,7.5c0.9,2.4,2,4.7,3.2,6.9c1.1,1.9,2,3.9,2.6,6 c0.6,2.5,0.6,5.2,0.1,7.7c-1.3,6.5-3.2,12.9-5.6,19.1c-0.1,0.3-0.2,0.6-0.3,0.9c-1.9-1.4-3.7-2.9-5.5-4.5 c0.5-5.6,0.7-11.2,0.6-16.8c-0.1-9-2.9-17.7-8.1-25.1c-1.5-2.2-3.1-4.4-4.5-6.7c-1.2-1.9-2-4-2.4-6.2c-0.4-2.8-0.5-5.6,0-8.3 C127.2,906.6,129.3,900.1,131,893.7 M106.4,899.5c2,0.2,4.3,0.4,6-0.3c1.8-0.8,3.4-2.8,5.4-3.7c1.9-0.8,3.9-1.5,6-2.1 c0.2,0,0.4,0,0.6-0.1c1.7-0.6,3.6-1,5.4-1c-1.5,6.1-3.5,12.2-4.5,18.4c-0.6,3-0.8,6-0.6,9c0.2,2.4,0.8,4.7,1.8,6.9 c1.1,2.2,2.4,4.3,3.9,6.3c1.9,2.6,3.6,5.3,5.1,8.1c2.5,5.2,4,10.8,4.4,16.5c0.3,5.8,0.1,11.7-0.4,17.5c0,0,0,0.1,0,0.1 c-0.8-0.7-1.6-1.4-2.4-2.2c-4.6-4.2-9-8.7-13.4-13.2c-0.7-4.4-1.5-8.8-2.5-13.2c-1-4.5-2.2-9-3.6-13.4 c-1.2-3.8-2.5-7.5-4.1-11.1c-1.8-4.1-3.7-8.1-5.2-12.3C106.8,906.4,106.3,902.9,106.4,899.5 M104.8,899.3 c-0.1,3.2,0.3,6.3,1.3,9.3c1.4,4.1,3,8.1,4.9,12c0.9,2,1.8,3.9,2.5,5.9c0.7,1.8,1.3,3.6,1.9,5.4c1.4,4.3,2.6,8.8,3.7,13.2 c1,4.2,1.9,8.4,2.6,12.7c-1.8-1.8-3.6-3.6-5.4-5.4c-0.7-0.7-2.3-2.7-3.6-2.9c-6.6-3.6-12.7-8-18.9-12.2c0.3-2.9,0.4-5.8,0.5-8.7 c0-1,0.1-2,0.1-3c0-0.4,0.1-0.8,0.1-1.1c0-0.1,0-0.2,0-0.2c0,0,0,0,0-0.1l0-0.1c0-0.2,0.1-0.4,0.1-0.5c0.4-1.9,1-3.8,1.7-5.6 c1.1-2.9,2.3-5.8,3.5-8.7c1.4-3.2,2.7-6.5,3.9-9.8C104,899.3,104.4,899.3,104.8,899.3 M102,899.2c-2.1,5.8-4.7,11.4-6.8,17.2 c-0.8,2-1.5,4-2,6.1c-0.3,1.6-0.5,3.3-0.5,4.9c-0.1,2.9-0.2,5.8-0.5,8.7c-3.7-2.6-7.5-5.1-11.4-7.3c-4.3-2.6-9-4.8-13.8-6.4 c1.3-1.5,2.7-3,4.3-4.3c0.9-0.8,1.9-1.5,2.9-2.2c1-0.8,2-1.5,2.9-2.3c3.7-2.9,7.1-6.2,10.3-9.7c1.6-1.8,3-3.6,4.4-5.5 C95.2,898.8,98.6,899,102,899.2 M70.2,895.3c4.6,1,9.3,1.7,13.9,2.3c1.9,0.2,3.9,0.5,5.8,0.7c-2.4,3.2-5.1,6.3-8,9.1 c-3.5,3.3-7.2,6.3-11.1,9.2c-2,1.6-3.9,3.4-5.5,5.4c-0.2-0.1-0.4-0.1-0.6-0.2c-0.8-0.2-1.5-0.4-2.3-0.5c3.1-6.6,6-13.5,7.2-20.8 C69.9,898.7,70.1,897,70.2,895.3 M52.5,893c1.6,0.2,3.2,0.3,4.8,0.3c1.5,0,4-0.8,5.3-0.6c0.7,0.3,1.4,0.7,2.1,1.2 c1.3,0.5,2.6,0.9,3.9,1.2c-0.3,7.2-2.6,14.2-5.5,20.8c-0.7,1.7-1.5,3.5-2.4,5.2c-1.3-0.2-2.5-0.3-3.8-0.3c-0.3,0-0.7,0-1,0 c0.1-3.9,0.5-7.9,0.5-11.8c0-2.1-0.3-4.2-0.7-6.2c-0.5-1.9-1.2-3.7-2.1-5.5c-0.7-1.5-1.6-2.9-2.4-4.2 C51.6,892.9,52.1,892.9,52.5,893 M19.7,880.7c3.6,1.4,7.2,2.9,10.7,4.6c4.8,2.5,9.9,4.5,15,6.2c1.2,0.4,2.4,0.6,3.7,0.9 c2.2,3,3.9,6.4,5,9.9c1.1,3.9,0.9,8.1,0.7,12.2c-0.1,2-0.2,4.1-0.3,6.1c-0.6,0-1.1,0.1-1.6,0.2c-1.6,0.2-1.9,0.8-2.7,1.9 c-0.6,0.3-1.2,0.7-1.7,1.1c-2.7-7.3-5.8-14.6-10.7-20.7c-2.3-2.7-4.9-5.2-7.8-7.3c-2.5-1.7-4.8-3.6-6.9-5.8 c-2.3-2.8-3.8-6.2-4.3-9.7C19,880.5,19.4,880.6,19.7,880.7'/%3E%3Cpath id='Path_603_00000051379332719426389860000012635940006024857010_' class='st2' d='M1560.6,1198.7c-1.1-1.7-2.3-3.3-3.5-5 c-1.2-1.5-2.4-3-3.5-4.7c-1.4-2.4-1.8-5.4-4-7.4c-2.4-2.1-5.4-1.8-8.2-1c-0.7-4.1,2.2-7.8,3.5-11.4c0.8-2.1,1.6-4.2,2.7-6.3 c0.6-1.2,1-2.5,1.3-3.8c0.3,0.1,0.5,0,0.7-0.2c2.9-2.5,4.2-6.2,5.7-9.7c1.6-3.7,4.2-6.9,6.5-10.2c1.2-1.7,2.4-3.4,3.4-5.2 c1-1.9,1.9-3.9,2.7-6c1.8-4.5,3.8-8.8,5.9-13.2c2-4.3,3.9-8.7,5.8-13c1.9-4.3,3.8-8.6,5.5-13c1.8-4.4,3.2-8.9,4.2-13.5 c1-4.6,1.5-9.2,2.3-13.9c0.4-2.3,0.8-4.7,1.4-6.9c0.6-2.3,1.3-4.5,1.8-6.7c0.5-2.3,1.2-4.5,1.9-6.8c0.5-1.7,0.6-3.5,0.4-5.3 c0-0.7-0.2-1.7,0.3-2.3c0.2-0.2,0.3-0.5,0.2-0.8c0.8-0.7,1.5-1.3,2.3-2v-2c-1.7,1.4-3.4,2.9-5.1,4.3c-2.5,2.2-5.2,4.1-7.7,6.2 c-1.3,1-2.6,2.1-3.8,3.3s-2.4,2.4-3.5,3.6c-4.5,4.9-9.3,9.5-14.4,13.8c-1.2,1-2.5,1.8-3.9,2.5c-1.4,0.7-2.8,1.2-4.1,2 c-2.7,1.8-5.1,3.9-7.2,6.3c-0.5,0.6-1.1,1.1-1.6,1.7c-0.5-0.2-1-0.4-1.4-0.7c-0.6-0.6-0.9-1.4-0.8-2.3c-0.1-1.7,0-3.5,0.2-5.2 c0.1-2.1-0.1-4.1-0.1-6.1c0-2.3,0.3-4.7,1-6.9c1.4-4.5,3.3-8.8,3.8-13.5c0.3-2.3,0.4-4.6,0.3-6.9c0.1-1.9-0.4-3.8-1.3-5.4 c-0.9-1.7-2.1-3.2-3-4.8c-0.4-0.6-0.9-1.4-0.4-2.1c0.7-0.6,1.4-1.2,2.1-1.7c1.6-1.5,3.1-3.1,4.8-4.5c1.7-1.4,3.4-2.9,5-4.4 c3.3-3.1,6.5-6.3,9.7-9.6c6.4-6.6,12.7-13.1,19.7-19c3.9-3.3,7.8-6.7,11.9-9.9v-1.9c-2.6,2.1-5.2,4.2-7.7,6.3 c-3.7,3.1-7.4,6.1-10.9,9.4c-3.4,3.1-6.6,6.4-9.8,9.7c-6.4,6.5-12.6,13.2-19.8,19c-1.7,1.4-3.1,3.2-4.8,4.5 c-1,0.8-2.1,1.5-1.9,3c0.3,1.7,1.7,3.3,2.6,4.7c1.3,1.6,2.1,3.5,2.3,5.6c0.3,4.8-0.3,9.7-1.7,14.3c-1.4,4.4-3.4,8.8-3.4,13.5 c0,2.1,0.3,4.3,0.2,6.4c-0.1,1.7-0.3,3.3-0.2,5c-0.1,1.4,0.4,2.9,1.3,4c0.6,0.5,1.2,0.9,1.9,1.1c1,0.4,1.9,0.9,2.7,1.5 c3.6,2.5,6.3,6,7.9,10c0.8,1.9,1.4,4,2.1,6c0.8,2.2,1.4,4.6,1.8,6.9c0.2,2.4,0,4.8-0.5,7.1c-0.6,2.2-1,4.5-1.2,6.7 c0.1,2.4-0.1,4.8-0.8,7.1c-0.8,2.1-1.8,4.2-2.9,6.2c-1.8,4.1-3.4,8.2-4.9,12.4c-1.7,4.4-3,9-3.8,13.7c-0.4,2.2-0.7,4.5-0.8,6.8 c-0.1,2.3-1.3,4.1-2.3,6.1c-0.9,2-1.5,4.1-2.4,6.1c-1,1.9-1.8,3.8-2.5,5.9c-0.6,1.8-0.6,3.7-0.2,5.6c0.1,0.4,0.5,0.7,1,0.5 c1.7-0.7,3.5-1,5.3-0.8c1.6,0.4,2.8,1.4,3.5,2.9c0.7,1.3,1.1,2.6,1.7,4c0.7,1.4,1.6,2.7,2.6,3.9c1.9,2.4,3.6,4.9,5.3,7.5h1.9 C1561.2,1199.6,1560.9,1199.1,1560.6,1198.7 M1551.8,1143.5c1.4-4.4,3.3-8.7,4.8-13.1c1.4-4.1,3.9-7.6,5.2-11.7 c0.5-2.2,0.7-4.5,0.6-6.7c0-2.5,0.9-4.8,1.3-7.2c0.4-2.2,0.6-4.4,0.4-6.6c-0.3-2.1-0.8-4.2-1.5-6.3c-1.1-4-2.6-7.8-4.6-11.4 c-1.9-3.2-4.6-5.7-7.8-7.5c2-2.2,4.1-4.3,6.4-6.2c2.4-1.9,5.4-2.6,8-4.3c1.4-0.9,2.7-2,3.9-3.1c1.3-1.1,2.5-2.2,3.7-3.4 c2.4-2.3,4.8-4.7,7.1-7.1c2.3-2.4,4.6-4.8,7.1-7c2.5-2.1,5.1-4.1,7.7-6.1c0.6-0.5,1.1-0.9,1.7-1.4c-0.1,0.9,0.1,1.9,0.1,2.8 c0,0.9-0.1,1.8-0.3,2.7c-0.3,1.1-0.7,2.1-1,3.2c-0.6,2.2-1.1,4.5-1.7,6.8c-0.6,2.3-1.3,4.5-1.8,6.9c-0.9,4.6-1.5,9.3-2.3,13.9 c-0.8,4.6-1.9,9.2-3.5,13.6c-1.6,4.4-3.4,8.8-5.3,13.1c-1.9,4.4-3.8,8.8-5.8,13.1c-2,4.4-4.1,8.7-6,13.1 c-0.9,2.1-1.7,4.3-2.6,6.5c-0.8,1.9-1.8,3.8-3,5.5c-2.3,3.5-5,6.7-7.1,10.3c-1.9,3.2-2.8,6.9-4.9,10c-0.4,0.6-0.9,1.1-1.3,1.6 C1549.4,1152.7,1550.3,1148,1551.8,1143.5'/%3E%3Cpath id='Path_604_00000136397942777931656720000016491078154622131341_' class='st2' d='M432.6,1123.8L432.6,1123.8'/%3E%3Cpath id='Path_605_00000090998935595525884320000013307181397150655149_' class='st2' d='M1593.9,1142.5 c-4.1,4.1-8.2,8.3-12.3,12.4c-4.6,4.5-9.2,8.8-14,13.1c-4.7,4.3-9.5,8.5-14.3,12.8l-1.8,1.6c-0.8,0.7,0.4,1.8,1.1,1.1 c4.8-4.2,9.6-8.5,14.3-12.8c4.7-4.3,9.4-8.6,14-13c4.3-4.1,8.4-8.4,12.6-12.6c2.2-2.2,4.3-4.4,6.5-6.5v-2.2 C1597.9,1138.6,1595.9,1140.5,1593.9,1142.5'/%3E%3Cpath id='Path_606_00000072251773163964804500000012482936284066525879_' class='st2' d='M594.1,1166.1 C594.1,1166.2,594.1,1166.1,594.1,1166.1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:cover;
	background-position: center bottom;
	transition: background 1s ease-in-out;
}

.dbs-dark .dbs-fire{
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1600 1200' style='enable-background:new 0 0 1600 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bstroke:%23231F20;stroke-miterlimit:10;%7D .st1%7Bopacity:0.25;%7D .st2%7Bclip-path:url(%23SVGID_00000103248143163760824600000005177740306360523706_);%7D .st3%7Bfill:%23E0E0E0;%7D .st4%7Bdisplay:none;%7D .st5%7Bdisplay:inline;%7D .st6%7Bclip-path:url(%23SVGID_00000075163080621979599380000010756915798518702782_);%7D .st7%7Bclip-path:url(%23SVGID_00000053517928813230617940000000470269605976103847_);%7D .st8%7Bfill:url(%23Path_625_00000038375521337407620960000018105253628027513275_);%7D .st9%7Bfill:url(%23Path_626_00000083804207359993184200000009247398102475431069_);%7D .st10%7Bfill:url(%23Path_627_00000142858851326099140730000014697489626405394826_);%7D .st11%7Bfill:url(%23Path_628_00000071551772078522189060000004828598621887959169_);%7D .st12%7Bfill:url(%23Path_629_00000107573679429137964870000015988649868528622756_);%7D .st13%7Bfill:url(%23Path_630_00000083793480149321681680000009929558515008262032_);%7D .st14%7Bfill:url(%23Path_631_00000127020328432602080030000010011417974921485735_);%7D .st15%7Bfill:url(%23Path_632_00000049926446713499864010000002042245404929009842_);%7D .st16%7Bfill:url(%23Path_633_00000048485379463510972650000018254344497354892161_);%7D .st17%7Bfill:url(%23Path_634_00000183249923207389610050000005507255076291635112_);%7D .st18%7Bfill:url(%23Path_635_00000084518246690209444330000012324495895991863940_);%7D .st19%7Bfill:url(%23Path_636_00000125570040290936593490000007120802801243375020_);%7D .st20%7Bfill:url(%23Path_637_00000034789401392650886160000012899212973198602159_);%7D .st21%7Bfill:url(%23Path_638_00000062909494326290002890000000529697692864809397_);%7D .st22%7Bfill:url(%23Path_639_00000065755042379535632240000017692665231037359010_);%7D .st23%7Bfill:url(%23Path_640_00000066475376254706471280000005915507061113353093_);%7D .st24%7Bfill:url(%23Path_641_00000063597767223815080160000000542727292251259304_);%7D .st25%7Bfill:url(%23Path_642_00000023246298998728252420000008770090422900009377_);%7D .st26%7Bfill:url(%23Path_643_00000149352546347257632290000001243779611875336331_);%7D .st27%7Bfill:url(%23Path_644_00000129906714906031078420000004366417652182802073_);%7D .st28%7Bfill:url(%23Path_645_00000126282854077573410060000006800044476200598415_);%7D .st29%7Bfill:url(%23Path_646_00000061441945874900697300000006955086272288982969_);%7D .st30%7Bfill:url(%23Path_647_00000169559469085033930480000015323409105377762733_);%7D .st31%7Bfill:url(%23Path_648_00000183927805793627854080000002754954291228973709_);%7D .st32%7Bfill:url(%23Path_649_00000051371279121351876860000000792759576653631130_);%7D .st33%7Bfill:url(%23Path_650_00000101789258541244463030000017377423650317618569_);%7D .st34%7Bfill:url(%23Path_651_00000122720311832703012020000000151270943799935384_);%7D .st35%7Bfill:url(%23Path_652_00000078002738904497843490000001788807955681036953_);%7D .st36%7Bfill:url(%23Path_653_00000062876823363686678120000016940970387659341220_);%7D .st37%7Bfill:url(%23Path_654_00000085222262608567881520000000428246663536796050_);%7D .st38%7Bfill:url(%23Path_655_00000178896076083555611220000011225635211660545421_);%7D .st39%7Bfill:url(%23Path_656_00000180353506859287343740000003489365406887275447_);%7D .st40%7Bfill:url(%23Path_657_00000018927483423516598900000007151953939981049790_);%7D .st41%7Bfill:url(%23Path_658_00000088844126669572634700000008954275274655900826_);%7D .st42%7Bfill:url(%23Path_659_00000116214227778528837770000005998500842698145428_);%7D .st43%7Bfill:url(%23Path_660_00000121972073429430772270000008460369543862231226_);%7D .st44%7Bfill:url(%23Path_661_00000114760447542237056780000002898081742914336652_);%7D .st45%7Bfill:url(%23Path_662_00000129181301983460924060000002343911691366972052_);%7D .st46%7Bclip-path:url(%23SVGID_00000072995388772715507880000005518533970484243120_);%7D .st47%7Bfill:%233E8AC4;%7D .st48%7Bclip-path:url(%23SVGID_00000117646800343428753670000001092163977039972028_);%7D .st49%7Bfill:url(%23Path_625_00000142874136903228102380000013268021953704111527_);%7D .st50%7Bfill:url(%23Path_626_00000008123866742501420200000011706840692624491401_);%7D .st51%7Bfill:url(%23Path_627_00000128442868384383130580000014407771902326375870_);%7D .st52%7Bfill:url(%23Path_628_00000118394284439240061110000013546086419220180638_);%7D .st53%7Bfill:url(%23Path_629_00000052096567841506311920000008000938923142874008_);%7D .st54%7Bfill:url(%23Path_630_00000152256874244296807420000016313298546837811877_);%7D .st55%7Bfill:url(%23Path_631_00000154417517761759066480000012885534578237825408_);%7D .st56%7Bfill:url(%23Path_632_00000055667337657609394460000007789588243654760080_);%7D .st57%7Bfill:url(%23Path_633_00000101785124657034140120000017443759243154211504_);%7D .st58%7Bfill:url(%23Path_634_00000113326620092278970250000014506429424792173234_);%7D .st59%7Bfill:url(%23Path_635_00000009557137873264727700000017527379015945423766_);%7D .st60%7Bfill:url(%23Path_636_00000137090785886228635710000014787218226096117139_);%7D .st61%7Bfill:url(%23Path_637_00000140729783495623773720000013882404356991400323_);%7D .st62%7Bfill:url(%23Path_638_00000119098790731045976490000002668048867268866997_);%7D .st63%7Bfill:url(%23Path_639_00000140008428492964319920000000415269808424109478_);%7D .st64%7Bfill:url(%23Path_640_00000065756796742125237660000009678960938450752940_);%7D .st65%7Bfill:url(%23Path_641_00000081614263081050186110000004404303100804027314_);%7D .st66%7Bfill:url(%23Path_642_00000065046334718487751620000016270595677051795619_);%7D .st67%7Bfill:url(%23Path_643_00000053545015283628270600000002709266485245230742_);%7D .st68%7Bfill:url(%23Path_644_00000039853583780679543290000001878678162688201898_);%7D .st69%7Bfill:url(%23Path_645_00000044172805265244465260000017338937654416959874_);%7D .st70%7Bfill:url(%23Path_646_00000010993128445500118300000009487401273259508411_);%7D .st71%7Bfill:url(%23Path_647_00000159445276926860921260000001573330710808562829_);%7D .st72%7Bfill:url(%23Path_648_00000074436455134458537440000003868812046913230213_);%7D .st73%7Bfill:url(%23Path_649_00000093874068217849503290000016804895861537569718_);%7D .st74%7Bfill:url(%23Path_650_00000127742559769751215610000003692122648365509007_);%7D .st75%7Bfill:url(%23Path_651_00000090994360549011050250000003919413472626016166_);%7D .st76%7Bfill:url(%23Path_652_00000137834859037732171290000010636658026233399741_);%7D .st77%7Bfill:url(%23Path_653_00000090995471215106493660000015722611839351515796_);%7D .st78%7Bfill:url(%23Path_654_00000181054919882054271080000018405521403950273420_);%7D .st79%7Bfill:url(%23Path_655_00000018201167970255332410000001354543148314477480_);%7D .st80%7Bfill:url(%23Path_656_00000098202198774114710140000003364317502481557435_);%7D .st81%7Bfill:url(%23Path_657_00000022546011137027321770000007089603311691655823_);%7D .st82%7Bfill:url(%23Path_658_00000131366934164495966840000013231566449854812852_);%7D .st83%7Bfill:url(%23Path_659_00000046305455884633838340000002427970896133246624_);%7D .st84%7Bfill:url(%23Path_660_00000147906863516095790290000006565239034897190792_);%7D .st85%7Bfill:url(%23Path_661_00000120550232962905175200000007475980519704993182_);%7D .st86%7Bfill:url(%23Path_662_00000111159734516482921550000009279401119985606785_);%7D%0A%3C/style%3E%3Crect class='st0' width='1600' height='1200'/%3E%3Cg%3E%3Cg id='Group_1117_00000000927261702871958270000015956798704958247355_' transform='translate(0 0.001)' class='st1'%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='791.5' width='1600' height='408.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000170983935749781856790000001157847267185138109_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1116_00000007410111005026666190000002301294351770721470_' transform='translate(0 -0.001)' style='clip-path:url(%23SVGID_00000170983935749781856790000001157847267185138109_);'%3E%3Cpath id='Path_602_00000138546229753400092950000004434448816254345387_' class='st3' d='M0,892.1c3.7-3.2,7.4-6.2,11.3-9.1 c2.2-1.6,3.7-2.9,5.8-2.8c0.5,3.5,1.8,6.8,3.8,9.7c1.9,2.4,4.2,4.5,6.8,6.3c2.8,1.9,5.4,4.2,7.7,6.6c2.5,2.9,4.7,6.2,6.4,9.7 c2,4,3.8,8.1,5.3,12.3c-1.9,1.4-3.7,3-5.4,4.6c-1.5,1.4-3,2.7-4.6,4c-0.7,0.5-1.3,1-2,1.4c-0.5,0.3-3.1,1.3-2.4,1.7 c-0.6-0.3-1.4-0.1-1.7,0.4c-1.3,2-1.9,2.2-4.2,2.8l0,0c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.3-0.5,0.6 C20.2,948.6,10.1,952,3.2,959c-0.7,0.8-1.4,1.7-2.1,2.4c-0.3,0.3-0.7,0.5-1.1,0.7v2.8c0.6-0.2,1.2-0.4,1.8-0.8 c1.6-1,2.9-3.2,4.3-4.5c1.2-1.1,2.5-2.2,3.9-3.2c-0.1,1.2-0.2,2.5-0.2,3.7c-1.3,0.8-2.7,1.4-2.8,3c-0.1,1.9,0,3.8,0.3,5.6 c0.6,3.3,1.8,6.4,3.4,9.4c0.8,1.5,1.6,3,2.3,4.5c0.6,1.2,0.9,3,2,3.9c-2,7.6-4.3,15.3-4.8,23.1c-0.2,3.3,0.1,6.5,0,9.8 c-0.1,3.8-1.2,7.4-2.1,11.1c-1.8,8-3.3,16.1-5.5,24c-0.4,1.3-0.8,2.5-1,3.8c-0.2,1.1-0.4,2.1-0.6,3.2c-0.4,2.6-0.7,5.1-1.1,7.7 c0,0.1,0,0.2,0,0.3v8.1c0.5-1.9,0.9-3.8,1.2-5.7c0.4-2.6,0.8-5.3,1.1-7.9c0.3-2.2,0.6-4.3,1.1-6.4c0.5-1.8,1-3.5,1.5-5.3 c0.5-2,1-4,1.5-6c0.9-4,1.7-8.1,2.6-12.1c0.4-2,0.9-4,1.4-5.9c0.5-1.9,0.9-3.9,1.2-5.8c0.2-3.2,0.3-6.4,0.1-9.6 c0-3.9,0.5-7.8,1.3-11.6c0.8-4.1,1.9-8.2,3-12.3c0.2-0.6,0.3-1.2,0.5-1.8c1.7,0.5,3.4,1.1,5,1.9c4.1,2.2,7.9,5.1,11.2,8.4 c-0.8,4.6-1.6,9.2-2.7,13.7c-1.2,4.8-2.5,9.5-4.1,14.2c-0.7,2.3-1.5,4.5-2.1,6.8c-0.6,2.3-1.1,4.6-1.6,6.9 c-0.9,4.6-2.3,9-4.2,13.3c-2.1,4.3-4.5,8.5-7,12.6c-2.5,4.2-5.1,8.3-7.7,12.5c-1.1,1.8-2.3,3.6-3.3,5.4v3.1 c0.8-1.5,1.6-2.9,2.5-4.3c5.3-8.3,10.6-16.6,15.2-25.2c1.1-2,2.1-4.1,3-6.3c0.8-2.2,1.6-4.5,2.1-6.9c1.2-4.6,2-9.2,3.4-13.7 c0.7-2.4,1.6-4.7,2.3-7.1c0.7-2.3,1.4-4.7,2-7.1c1.3-4.8,2.3-9.6,3.1-14.5c0.1-0.7,0.2-1.4,0.3-2c1.7,1.8,3.4,3.7,5,5.7 c-2.5,7.6-4.2,15.4-6,23.1c-0.8,3.2-1.6,6.5-2.6,9.6c-1.5,4.4-3.2,8.7-5.2,12.9c-1.9,4.2-3.9,8.3-5.8,12.5 c-1.9,4.1-3.7,8.3-5.6,12.5c-3.7,8.5-7.3,17-11.1,25.5c-0.9,1.9-1.8,3.9-2.7,5.8v3.7c0.9-1.9,1.7-3.7,2.6-5.6 c3.9-8.5,7.5-17.1,11.2-25.6c3.7-8.4,7.4-16.8,11.4-25.1c2-4.2,3.9-8.4,5.5-12.7c1.3-3.4,2.3-6.9,3.2-10.4 c2-7.9,3.6-15.9,6-23.6c0.1-0.4,0.2-0.7,0.3-1.1c1.6,2,3.1,4.1,4.6,6.1c1.3,1.7,2.5,3.5,3.7,5.3c-1.1,5.7-2.7,11.2-4.2,16.8 c-1.6,5.8-3.3,11.6-5.2,17.3c-1.5,4.4-3.1,8.8-5,13c-1.2,1.3-2.3,2.7-3.3,4.2c-1,1.4-1.9,2.9-2.7,4.4c-1.7,3.1-3.2,6.2-4.6,9.4 c-1.4,3.2-2.8,6.4-4.4,9.5c-0.7,1.5-1.5,2.9-2.4,4.3c-0.9,1.5-1.9,2.9-2.7,4.4c-0.9,1.4-1.5,3-2,4.6c-0.3,1.7-0.4,3.4-0.1,5.1 c0.3,1.6,0.3,3.3,0.2,5c-0.3,1.5-0.9,3-1.7,4.4c-1.6,2.9-3.6,5.4-5.4,8.1c-1.8,2.9-3.3,6.1-4.8,9.1l-0.2,0.5v3.5l0.3-0.5 c1.6-3.1,3.1-6.3,4.8-9.4c1.5-2.9,3.5-5.5,5.3-8.2c1.8-2.7,3.4-5.7,3.4-9c0-1.7-0.3-3.4-0.4-5.1c-0.1-1.6,0.2-3.2,0.8-4.7 c1.3-3.1,3.4-5.8,5-8.7c1.7-3,3.1-6.2,4.5-9.3c1.4-3.2,2.9-6.4,4.5-9.6c1-2,2.1-3.9,3.2-5.7c-1.8,4-3.3,8.1-4.4,12.4 c-2.6,10.3-2.2,21-3.1,31.4c-0.4,4.8-1.3,9.6-2.9,14.2c-1.9,5.4-4.9,10.1-8,14.9c-4.5,7-8.8,14.1-13,21.3v3.1 c3.9-6.7,7.8-13.3,11.9-19.9c3.1-5,6.7-9.9,9-15.3c2-4.5,3.3-9.3,3.9-14.2c1.4-10.4,0.8-20.9,2.7-31.2c1-5.2,2.6-10.2,4.7-15 c1.2-2.7,2.4-5.3,3.6-8c1.2-2.7,2.3-5.5,3.3-8.3c2.1-5.7,3.8-11.5,5.5-17.3c1.6-5.8,3.3-11.5,4.7-17.4c0.2-0.7,0.3-1.5,0.5-2.2 c2.5,3.7,4.9,7.5,7.2,11.3c-1.5,6.2-3.5,12.3-5.3,18.3c-2,6.5-4,13-5.9,19.5c-1.9,6.2-3.7,12.4-6,18.5 c-2.2,5.7-4.4,11.5-4.3,17.7c0.1,3.1,0.3,6.1-0.3,9.1c-0.6,2.8-1.3,5.5-2.1,8.2c-1.7,5.8-3.7,11.5-5.7,17.2 c-1,2.9-2,5.9-3.3,8.7c-1.3,3-2.7,5.9-4.2,8.8c-2.6,5.2-5.3,10.3-7.7,15.5c-3.7,8.3-7.2,17-12.3,24.7v2.7 c1.1-1.6,2.2-3.2,3.2-4.9c-0.9,1.8-1.9,3.6-2.8,5.4h1.8l0.3-0.6c1.4-2.7,2.8-5.5,4.3-8.1c1.5-2.7,3-5.3,4.6-7.9 c1.6-2.5,3.4-5,5.1-7.5c3.2-4.9,6.2-10.1,9-15.3c5.7-10.5,10.8-21.3,17.3-31.4c3.3-5.2,6.9-10.2,10.4-15.3 c3.4-5,6.7-10.2,9.9-15.4c2.9-4.7,5.4-9.5,8.1-14.3c2.9-5.1,5.7-10.1,8.3-15.3c0.5-1.1,1-2.1,1.5-3.2c1.2,0.4,2.5,0.8,3.7,1.3 c4.2,1.6,8.2,3.4,12.2,5.4c-4.6,10.7-9.5,21.3-15,31.6c-5.6,10.6-12.1,20.6-19.5,30c-3.7,4.7-7.9,9-11.6,13.7 c-3.7,4.8-7.2,9.9-10.5,15c-3.4,5.1-6.7,10.2-10.4,15c-3.1,4.2-6.6,8-10.1,11.9c-3,3.4-6,6.8-8.8,10.3h2 c1.9-2.3,3.8-4.5,5.8-6.7c3.5-4,7.1-8,10.5-12.1c3.6-4.5,6.8-9.3,10-14.1c3.4-5.1,6.8-10.2,10.4-15.2c1.8-2.5,3.7-4.9,5.6-7.2 c1.9-2.3,4-4.5,5.9-6.8c7.6-9.1,14.3-19,20-29.4c5.9-10.5,11-21.4,15.8-32.4c0.4-1,0.9-2,1.3-3c2.4,1.3,4.8,2.6,7.1,4 c1.6,0.9,3.1,1.9,4.7,2.9c-3.4,10.3-7.7,20.3-12.7,29.9c-5,9.7-11.2,18.8-18.4,27c-3.8,4.2-8,7.8-12,11.6 c-4.5,4.3-8.8,8.8-13,13.3s-8.4,9.1-12.7,13.6c-3.2,3.4-6.6,6.7-9.9,10c-3.7,3.7-7.3,7.4-10.6,11.4c-0.9,1-1.8,2.1-2.6,3.2h2 c3.2-4,6.7-7.7,10.3-11.4c3.4-3.5,6.9-6.9,10.3-10.4c4.1-4.2,8-8.5,12-12.8c4.2-4.5,8.5-9.1,12.9-13.4 c4.1-4.1,8.6-7.8,12.6-11.9c7.4-7.9,13.8-16.7,18.9-26.3c5.4-9.8,9.9-20,13.6-30.5c0.3-0.8,0.6-1.6,0.8-2.4 c4.1,2.6,7.8,5.7,11.2,9.1c0.3,0.4,0.9,0.5,1.3,0.3c0.1,0,0.2,0.1,0.2,0.1c-3.6,8.4-6.3,17.3-11.3,25c-2.6,4.1-6,7.7-10,10.6 c-1.1,0.8-1.1,1.6-1.2,2.9c-3.6,1.8-7,3.8-10.4,6c-1.7,1.2-3.3,2.4-4.8,3.8c-1.5,1.4-2.8,2.9-4,4.6c-2.5,3.5-4.6,7.3-6.9,10.9 c-1.1,1.8-2.4,3.5-3.7,5.2c-1.4,1.7-3,3.4-4.5,4.9c-3.2,3.1-6.5,6-9.8,9c-3.5,3.3-6.8,6.7-10.1,10.2c-3,3.2-6,6.4-8.9,9.7 c-1.6,1.8-3.1,3.7-4.6,5.5l-1.1,1.4h2c1.2-1.5,2.4-3,3.7-4.4c2.3-2.7,4.8-5.3,7.2-7.9c3.2-3.5,6.5-7,9.8-10.3 c3.2-3.2,6.7-6.2,10.1-9.3c3.4-3,6.4-6.3,9.1-9.8c2.6-3.5,4.6-7.4,6.9-11c1.1-1.8,2.3-3.5,3.6-5.1c1.3-1.5,2.7-2.9,4.3-4.1 c3.4-2.6,7-4.8,10.8-6.8c0.3-0.2,0.7-0.3,1-0.5c-0.1,1-0.2,2-0.3,3c-0.2,2.9-0.3,5.8-0.4,8.6c0,0.2,0,0.4,0,0.7 c-4.3,4-8.3,8.3-12,12.8c-1.9,2.3-3.5,4.8-5,7.3c-0.7,1.3-1.3,2.6-1.9,3.9c-0.4,1.1-0.8,2.2-1.3,3.2c-1.7,4.4-3.8,8.6-5.8,12.9 c-2.1,4.6-4.3,9.3-6.1,14.1c-0.3,0.9-0.7,1.8-1,2.7h1.7c0.1-0.2,0.1-0.5,0.2-0.7c1.6-4.7,3.7-9.2,5.7-13.7c2-4.4,4.1-8.8,6-13.3 c0.9-2.2,1.6-4.4,2.7-6.5c1.3-2.6,2.8-5,4.5-7.4c3.7-4.7,7.7-9.2,12.1-13.3c0,2.2,0.1,4.4,0.1,6.7c-2.5,2.5-4.9,5.1-7.2,7.8 c-2.4,2.7-4.6,5.6-6.5,8.7c-0.9,1.6-1.6,3.2-2.2,4.9c-0.8,2.1-1.4,4.2-2,6.3c-1.3,4.5-2.2,9-3.3,13.5c-0.6,2.3-1.1,4.6-1.8,6.9 h1.6c0.4-1.5,0.8-3,1.2-4.5c1.1-4.5,2.1-9,3.3-13.5c0.6-2.2,1.2-4.3,1.9-6.4c0.6-1.9,1.4-3.7,2.2-5.5c0.7-1.3,1.5-2.6,2.4-3.7 c1.1-1.5,2.2-3,3.4-4.4c2.2-2.7,4.6-5.4,7.1-7.9c0.1,2.3,0.1,4.6,0.2,6.9c-2.1,3.7-4.1,7.4-6,11.2c-1,2-2.1,4.1-3.1,6.1 c-0.8,1.5-1.4,3-1.8,4.6c-1.5,5.6-1.2,11.5-1.8,17.2H90c0.2-1.8,0.3-3.6,0.4-5.3c0.1-3.4,0.4-6.7,1-10c0.3-1.6,0.8-3.1,1.4-4.5 c0.9-1.9,1.9-3.7,2.9-5.6c1.9-3.7,3.8-7.3,5.8-11c0.2,0.3,0.6,0.5,1,0.5c5.7-0.1,11.4,0,17,0.4c1.3,2.6,2.9,5,4.2,7.6 c0.7,1.4,1.3,2.8,1.7,4.2c0.3,1.4,0.6,2.8,0.7,4.2c0.8,6.2,1.2,12.4,1.4,18.6c0,0.3,0,0.6,0,1h1.6c-0.1-3.1-0.2-6.3-0.5-9.4 c-0.2-3.1-0.5-6.2-0.9-9.3c-0.2-1.5-0.3-3-0.6-4.4c-0.4-1.6-0.9-3.1-1.6-4.5c-1.3-2.7-2.9-5.2-4.3-7.9c2.8,0.2,5.7,0.5,8.5,0.8 c1.5,2.1,3.3,4,5.2,5.7c2.2,1.8,4.7,3.1,7.3,3.8c2.6,0.8,5.3,1.4,7.8,2.5c2.4,1.1,4.7,2.5,6.8,4.2c4.2,3.4,7.7,7.5,11.4,11.4 c1.9,2,3.8,3.9,5.9,5.7c0.5,0.4,1,0.9,1.5,1.3h2.5c-2.5-2-4.9-4.2-7.2-6.5c-3.8-3.8-7.2-8-11.2-11.6c-2-1.8-4.2-3.4-6.5-4.7 c-2.5-1.3-5.1-2.3-7.8-3c-2.6-0.6-5.1-1.6-7.5-2.9c-2.3-1.5-4.3-3.5-5.9-5.6c10.6,1.4,21.1,3.7,31.4,7 c5.8,1.9,11.5,4.1,17.2,6.5c1.8,0.8,3.5,1.5,5.3,2.2c1,0.5,2,0.8,3.1,0.9c1.3-0.1,2.5-0.6,3.4-1.5c4.7,4.5,8,10.2,12.4,14.9 c1.5,1.6,3.1,3,4.8,4.3h2.6c-1.9-1.3-3.7-2.8-5.3-4.5c-2.3-2.4-4.5-5-6.5-7.7c-2-2.8-4.3-5.5-6.8-8c1.5-1.4,2.9-3,4.6-4.3 l0.2-0.2c2.6,2,5.2,4.1,8,5.8c2.3,1.5,4.8,2.6,7.4,3.4c2.6,0.7,5.2,1.3,7.8,1.7c2.8,0.5,5.6,1.2,8.3,2.2 c5.1,2.1,9.9,4.7,14.4,7.9c1.8,1.2,3.5,2.4,5.3,3.6h2.8c-1.9-1.3-3.7-2.6-5.6-3.9c-4.5-3.2-9.3-6-14.3-8.3c-2.6-1.1-5.2-2-8-2.6 c-2.8-0.6-5.6-1-8.3-1.7c-2.5-0.6-4.8-1.5-7.1-2.7c-3-1.7-5.8-3.7-8.5-5.9l-0.8-0.6c0.3-0.2,0.6-0.3,1-0.3 c0.6-0.1,1.2,0.2,1.8,0c0.6-0.2,1.1-0.8,1.6-1c2.7-1.4,6.2-1,9.2-1c5.7,4.8,13.8,5.8,20.8,7.2c3.9,0.7,7.7,1.8,11.4,3.3 c1.6,0.7,3.1,1.7,4.5,2.9c0.5,0.7,1.4,1.1,2.2,1.1c1.5,0.1,3.1,0.2,4.6,0.3c6.4,4.4,12.9,8.8,19.5,13h4.7c-3-1.9-6-3.9-9-5.8 c-4.9-3.2-9.8-6.5-14.6-9.8c-0.4-0.3-1-0.3-1.4,0.1l-3.8-0.3c-4.8-4.7-11.9-6.1-18.2-7.4c-6.7-1.4-13.7-2.4-19.2-6.7 c-0.9-0.7-2.2-0.5-3.3-0.5c-1.3,0-2.6,0-4,0.1c-2.1,0.1-4,0.8-5.7,1.9c-3.4-0.2-6.1,2.5-8.4,4.8c-1.1,1.3-2.3,2.3-3.8,3.2 c-0.2,0.1-0.4,0.1-0.7,0.2c0,0-0.3,0-0.4-0.1c-3-1-6-2.2-8.9-3.6c-13.3-5.7-27.2-9.8-41.4-12.2c-11.4-1.8-23-2.7-34.6-2.5 c-0.2-11.2-1-22.4,0.6-33.5c12.4-8.8,16.5-23.4,22.2-36.7c1.8,0.9,3.6,2,5.3,3.1c4.3,2.7,8.3,5.9,12,9.5c0.7,0.7,1.4,1.5,2,2.3 c0.7,0.9,1,1.7,2.3,1.8c3.8,0.1,7.6,0,11.4-0.4c6.1-0.4,12.2-1.1,18.4-1.3c7.5-0.2,15,0.7,22.3,2.7c0.8,1.4,1.6,3.6,3,4.3 c0.4,0.2,0.9,0.3,1.3,0.4c0.8,0.2,1.5,0.5,2.3,0.8c1.4,0.5,2.8,1,4.1,1.5c2.1,0.9,4.2,1.9,6.2,3.1c1.8,1.1,3.4,2.3,5,3.7 c1.9,1.6,3.6,3.4,5.4,5.1c5.8,5.6,11.6,11.2,17.7,16.4c11.9,10.2,24.4,19.7,37.1,28.8c12.8,9.2,25.8,18.2,38.9,26.9h4.5 c-11.9-7.9-23.8-16-35.5-24.2c-13.6-9.6-27-19.6-39.8-30.3c-6.7-5.6-13.2-11.5-19.5-17.7c-3.4-3.5-7-6.8-10.9-9.8 c-4.3-2.8-8.9-5-13.8-6.4c-0.6-0.2-1.3-0.4-1.9-0.6c-0.6-1.3-1.3-2.6-2.2-3.8c-0.8-0.6-1.7-1-2.7-1.1c-2.6-0.7-5.3-1.2-8-1.6 c-4.6-0.7-9.3-0.9-14-0.8c-9.7,0.3-19.3,1.7-29,1.7c-3.7-5.2-9.3-9.3-14.6-12.8c-2.3-1.6-4.7-2.9-7.1-4.1 c-0.8-0.5-1.8-0.8-2.7-0.9c-5.9-6-13.4-10.7-20.7-14.7c-7.5-4.3-15.4-7.8-23.7-10.2c-7.5-11-13.7-22.8-20.7-34.2 c-7.6-12.4-15.8-25.2-26.7-35.1c-4.4-4-9.6-7.7-15.5-9c-1.5-3.4-3.3-6.6-4.8-10c-1.6-3.5-2.3-7.3-2.2-11.2l1.9-1.3 c0.3-0.1,0.5-0.3,0.6-0.5c0.1-0.2,0.1-0.4,0.1-0.6l0.1,0c0.1-2.1,0.3-4.2,0.4-6.3c5.5-3.7,11.2-7.1,15.1-12.7 c2.5-0.7,3.6-1.2,5-3.3c0.7-0.3,1.4-0.6,2.1-1c1.9-1,3.7-2.3,5.4-3.7c3.6-3,6.7-6.4,10.7-8.8c0.4,0,0.7-0.2,0.9-0.5 c1.8-2.4,6.5-1.6,9.2-1.2c2.4,0.4,4.8,1.1,7,1.9c5.4,2.1,10.6,4.8,15.4,7.9c9.5,6,18.3,13,28.1,18.4c0.1,0.1,0.3,0.1,0.4,0.1 c0.1,0,0.2,0.1,0.2,0.1c0.1,0.3,0.8,0.7,1,0.9c1.1,1,2.1,2,3.1,3.1c3.1,3.2,6.2,6.4,9.3,9.5c7.3,7.3,14.9,14.8,23.7,20.5 c1.7,1.2,3.5,2.2,5.4,3c0.1,0.1,0.3,0.1,0.4,0.2c1.7,0.7,3.4,1.2,5.3,1.3c2.3,1.3,4.8,2.1,7.4,2.2c1.9,0.1,3.7,0.1,5.6,0 c0.6,0,2.3-0.3,2.8,0c-0.3-0.1,1.1,1.9,1.3,2.1c3.7,4.6,7.5,9,11.4,13.3c8.2,8.8,16.8,17.1,26,24.9c1,0.9,2,1.7,3.1,2.6 c0.1,0.2,0.3,0.4,0.5,0.5c17,13.9,35,26.6,53.8,37.9c32.8,19.9,67.6,35.7,102.2,52.1c5.6,2.7,11.3,5.3,16.7,8.4 c1.8,1,3.6,2.1,5.3,3.3c0.6,0.4,1.1,0.9,1.7,1.4c1.6,1.4,3.8,1.3,5.9,1.5c0.4,0.3,0.9,0.3,1.3,0.1c5.4-2.6,11.9,0.9,17.6,1.7 c11.8,15.3,28.6,26.7,44.5,37.2c10.8,7.1,21.9,13.9,33,20.5h5c-1.6-1-3.3-1.9-4.9-2.9c4-2.7,7.9-5.4,11.9-8 c4.5-2.9,9-5.8,13.8-8.4c2.2-1.2,4.5-2.3,6.6-3.5c1.9-1.1,3.7-2.3,5.4-3.7c3.3-2.6,6.2-5.5,8.7-8.8c2.6-3.4,4.9-6.9,6.9-10.5 c0.1-0.2,0.2-0.4,0.3-0.6c2.3-0.9,4.7-1.8,7-2.7c-2.8,6.9-5.7,13.7-8.9,20.4c-3.5,7.3-7.7,14.3-12.3,20.9 c-1.9,2.7-3.9,5.3-6,7.8h2c4.1-5.1,7.9-10.4,11.2-16c4.1-7,7.7-14.2,10.9-21.6c1.8-4,3.4-8.1,5.1-12.2c5.3-1.8,10.6-3.5,16-5.1 c-1.9,5.1-3.6,10.2-5.6,15.2c-1,2.5-2.2,4.9-3.1,7.4c-0.4,1-0.7,2.1-0.9,3.2c-0.1,1.4,0,2.8,0.3,4.1c0.2,1.1,0.1,2.3-0.4,3.4 c-0.4,0.8-0.8,1.6-1.2,2.3c-1.1,1.7-2.2,3.3-3.6,4.8c-3,3.5-6.3,6.7-9.7,9.8c-1.7,1.6-3.5,3.1-5.2,4.7h2.3 c0.9-0.8,1.9-1.7,2.8-2.5c3.5-3.1,6.8-6.3,9.9-9.7c1.4-1.6,2.8-3.3,4-5c0.5-0.8,1-1.5,1.5-2.3c0.5-0.9,0.9-1.9,1.2-2.9 c0.1-1.4,0-2.7-0.2-4.1c-0.1-0.6-0.1-1.3-0.1-1.9c0.1-0.5,0.2-1.1,0.4-1.6c0.7-2.4,1.7-4.7,2.7-7c2.4-5.6,4.3-11.4,6.4-17.1 c0.2-0.4,0.3-0.8,0.5-1.3c7.3-2.1,14.6-4.1,21.8-6.2c-3.7,4.8-7.4,9.6-11.4,14.2c-1.3,1.5-2.7,3-4.1,4.4c-0.3,0.3-0.3,0.8,0,1.1 c2,1.5,3.3,3.6,3.7,6c0,0.3,0.2,0.7,0.6,0.8c0.4,0.1,0.8,0.1,1.2,0.3c0.2,0,0.3,0.1,0.5,0.2h0l0,0c0.1,0,0.1,0.1,0.2,0.1 c0.1,0,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.2l0,0c0,0,0,0.1,0.1,0.1v0c0,0,0,0.1,0,0.1c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0.1-0.1,0.1v0l0,0 c-0.1,0.2-0.3,0.5-0.4,0.7c0,0.1-0.1,0.1-0.1,0.2l0,0l0,0c-0.1,0.1-0.2,0.3-0.3,0.4c-0.5,0.6-1,1.1-1.6,1.6 c-0.3,0.3-0.6,0.5-1,0.8c-0.2,0.1-0.3,0.3-0.5,0.4l-0.3,0.2l-0.1,0l-0.1,0.1c-1.5,1.1-3,2.2-4.5,3.2c-1.3,0.9-2.7,1.8-4,2.7 c-0.5,0.4-1,0.7-1.5,1.1c-0.9,0.7-1.7,1.5-2.5,2.3c-5,4.8-9.7,9.9-14.3,15.1c-1.3,1.5-2.6,2.9-3.9,4.4h2.1 c0.5-0.6,1-1.2,1.5-1.7c4.7-5.3,9.6-10.5,14.6-15.5c1.1-1.1,2.2-2.2,3.3-3.2c0.2-0.1,0.3-0.3,0.5-0.4l0.1-0.1l0.2-0.1 c0.1-0.1,0.3-0.2,0.4-0.3c1.3-0.9,2.6-1.8,4-2.7c1.6-1.1,3.1-2.1,4.6-3.3c1.4-1,2.7-2.1,3.9-3.3c0.9-0.8,1.5-2,1.7-3.2 c0-1.4-1.2-2.1-2.4-2.5c-0.2-0.1-0.5-0.1-0.7-0.2c-0.5-2.3-1.7-4.4-3.5-6c4.7-5,9.1-10.3,13.2-15.8c1-1.3,2.1-2.7,3.1-4 c9.8-2.8,19.6-5.8,29.1-9.6c2-0.8,4.1-1.7,6.1-2.6c1.5,1.8,3.2,3.5,4.8,5.4c0.4,0.5,0.8,1,1.2,1.5c-2.9,2.7-5.8,5.5-8.6,8.3 c-3,2.9-6,5.9-9.2,8.6c-3,2.2-6.2,4.1-9.6,5.6c-1.7,0.8-3.3,1.7-4.8,2.6c-1.6,1.1-3.1,2.3-4.6,3.6c-3.1,2.8-6.1,5.7-9.1,8.7 c-2.5,2.4-5,4.8-7.6,6.9c-5.2,4.2-10.7,7.9-16,11.9c-4.5,3.2-8.6,7-12.1,11.3h2c2.8-3.2,6-6.1,9.4-8.7 c5.3-4.2,10.9-7.9,16.2-12.1c2.5-1.9,5-4,7.3-6.2c3-2.9,6-5.9,9.1-8.7c1.5-1.4,2.9-2.8,4.5-4c1.5-1.1,3-2.1,4.6-2.9 c3.3-1.6,6.6-3.3,9.7-5.2c1.6-1.2,3.2-2.4,4.6-3.8c1.6-1.4,3.1-2.9,4.6-4.3c3-2.9,6-5.9,9.1-8.8c0.5-0.5,1.1-1,1.6-1.5 c0.9,1.2,1.9,2.4,2.8,3.6c1.5,2.1,3.3,3.9,5.3,5.4c1.9,1.3,4.3,1.7,6.4,2.5c1.9,0.7,3.8,1.8,4.2,3.9c0.2,0.9,0.2,1.8,0.4,2.7 c0.3,1.1,0.9,2.1,1.7,3c0.3,0.4,0.7,0.8,1.1,1.2c-3.2,1.3-6.5,2.4-9.8,3.6c-3.6,1.4-7,2.9-10.4,4.7c-3.5,1.8-7.2,3.5-10.9,4.9 c-1.8,0.7-3.7,1.2-5.6,1.6c-1.9,0.4-3.8,0.7-5.8,0.9c-3.9,0.4-7.7,1.4-11.2,3c-2.9,1.4-5.7,2.8-8.5,4.3 c-6.2,3.3-12.2,6.9-17.9,10.9c-4.5,3-8.7,6.4-12.6,10.1h2.3c2.9-2.7,6-5.1,9.3-7.4c5.7-4,11.6-7.7,17.7-11.1 c2.9-1.6,5.8-3.1,8.7-4.5c3.3-1.8,6.8-2.9,10.5-3.4c3.8-0.4,7.6-1.2,11.4-2.1c3.7-1.2,7.4-2.8,10.9-4.5c3.5-1.7,7-3.5,10.6-5 c3.5-1.4,7.1-2.5,10.6-3.9c0.7-0.3,1.4-0.6,2.1-0.8c2.4,1.9,4.9,3.5,7.6,4.9c3.9,2.2,7.9,4.5,10.5,8.1 c-8.9,1.2-17.7,3.2-26.2,5.9c-4.6,1.4-9.1,3-13.5,4.7c-2.2,0.8-4.4,1.7-6.6,2.6c-2,0.8-4.1,1.6-6.1,2.6 c-1.3,0.7-2.4,1.6-3.7,2.3c-1.6,0.8-3.4,1.2-5.2,1c-1.9-0.3-3.8-0.9-5.6-1.7c-1.6-0.6-3.4-0.9-5.1-0.8c-3.2,0.3-6.4,1.1-9.4,2.4 c-3.5,1.4-6.9,3-10.1,4.9c-3.3,1.8-6.5,3.9-9.6,5.9h2.9c1.6-1.1,3.3-2.1,5-3.1c3.2-1.9,6.6-3.7,10-5.3c3-1.4,6.3-2.5,9.6-3.1 c1.5-0.3,3-0.3,4.5-0.1c1.9,0.4,3.6,1.3,5.4,1.8c2,0.6,4.1,0.7,6.1,0.2c1.5-0.4,2.8-1,4-1.9c1.5-1,3.1-1.8,4.8-2.4 c2.1-0.9,4.2-1.7,6.3-2.6c4.4-1.7,8.8-3.3,13.3-4.8c9-3,18.2-5.3,27.5-6.8c1.1-0.2,2.2-0.3,3.3-0.4c0.4,0,0.8-0.4,0.8-0.8 c0-0.1,0-0.3-0.1-0.4c-2.3-3.8-6-6.4-9.8-8.6c-3.6-2.1-7.5-3.9-10.4-6.9c-0.7-0.7-1.4-1.5-1.9-2.4c-0.4-0.9-0.7-1.8-0.7-2.7 c-0.1-1-0.3-1.9-0.8-2.8c-0.6-1-1.5-1.8-2.5-2.4c-1.9-1.1-4.2-1.5-6.3-2.3c-1-0.4-2-0.9-2.9-1.7c-0.9-0.8-1.8-1.7-2.6-2.6 c-2-2.3-3.8-4.8-5.7-7.2c-1.6-2-3.5-3.9-5.2-5.9c0.4,0,0.7,0,1.1,0.1c0.9,0.2,1.7,0.5,2.6,0.7c3.5,1,7,1.9,10.5,2.9 c9,2.5,17.9,5.1,26.8,7.7c0.2,0.1,0.4,0.2,0.6,0.2c22.2,6.5,44.3,13.1,66.5,19.5c4.6,1.3,9.2,2.7,13.9,3.8 c1.6,0.3,3.3,0.5,5,0.5c6.6,0.3,13.1,1.6,19.7,1.8l0,0c3.1,0.5,6.5-0.6,9.7-0.5c5.3,0.4,10.6,1.4,15.7,2.9 c9.6,2.5,19.6,5.6,29.6,3.7c22,11.9,44.8,22.9,68.2,31.7h7.2c-1.2-0.4-2.5-0.9-3.7-1.3c12.5-7.2,25-14.4,38.4-19.9 c6.8-2.8,13.8-5,21-6.5c7.5-1.5,14.8-2.8,22.1-5.2c14.2-4.6,27.5-11.3,40.5-18.4c12.7-7,24.4-15.7,36.1-24.1 c5.8-4.2,11.7-8.3,17.8-12.1c6.1-3.8,12.8-8.1,19.8-10.1c7.3-2.1,15-1.3,22.4-1.9c0.6-0.1,1.1-0.1,1.6-0.2c0.1,0,0.2,0,0.3,0 c6.9-0.9,13.8-2.2,20.5-3.9c15.6-3.5,31-8.1,45.9-13.7c15.3-5.7,30.5-12,45.8-17.8c3.3-1.2,6.5-2.4,9.8-3.6c0,0,0.1,0,0.1,0 c4.1-1.4,8.2-2.8,12.3-4.1c7.1-2.2,14.3-4.3,21.3-7c7.2-2.7,14.1-6,21.2-9.1c7.3-3.2,14.5-6.4,21.7-9.8c2.5-1.2,5-2.3,7.5-3.5 c-0.6,0.9-1.2,1.9-1.8,2.9c-3.2,5.6-5.9,11.4-9.4,16.9c-11.5,7.7-22.8,15.8-33.8,24.2c-2.3,1.7-4.5,3.5-6.6,5.4 c-0.3,0.3-0.6,0.6-0.9,0.8c-0.7,0.4-1.5,0.7-2.3,0.8c-3.4,1.3-6.7,3-9.6,5.2c-6.3,4.5-11.7,10.1-18.2,14.2 c-8.1,5.1-16.7,9.4-24.9,14.1c-24,13.6-47.8,27.6-71.1,42.4c-12.7,8.1-25.1,16.5-37.4,25.3c-7.7,5.5-15.2,11.2-23.2,16.4 c-1.9,1.2-3.8,2.4-5.7,3.6h4.8c6.6-4.2,12.9-8.7,19.2-13.3c10.5-7.7,21.2-15.2,32.1-22.3c19.9-13.1,40.4-25.5,61-37.5 c7.4-4.3,14.9-8.6,22.3-12.9c8.1-4.6,16.6-8.8,24.5-13.9c6.5-4.2,11.9-9.8,18.2-14.2c3.1-2.3,6.6-4.1,10.4-5.2 c1-0.4,1.8-1,2.5-1.7c5.4-4.6,11-9,16.9-13c8.8-6.4,17.7-12.6,26.7-18.6c8.9-6,18-11.9,27.3-17.4c5.4-3.2,11.4-7.4,17.7-8.8 c7.8-1.8,15.8-3.1,23.7-4.7c6.7-1.4,13.4-2.9,20.1-4.5c9.5-2.2,18.9-5,28.2-8.3c1-0.4,2-0.8,3-1.2c-2.3,3.2-4.7,6.4-7.2,9.4 c-2.3,3.1-4.8,6.1-7.5,8.8c-2.4,2.2-4.9,4.1-7.3,6.3c-0.6,0.5-1.3,1.1-1.9,1.7c-4.7,3.2-9.6,6-14.7,8.5 c-5.3,2.3-10.8,4.3-16.3,5.8c-5.4,1.6-10.9,3-16.3,4.7c-5.2,1.6-10.4,3.6-15.4,5.7c-10.1,4.5-19.9,9.5-29.4,15 c-9.8,5.4-19.7,10.4-29.8,15.3c-9.9,4.7-19.8,9.6-28.7,16c-8.2,5.9-15.1,13.3-21.7,20.9c-6.8,7.9-13.4,16-20.3,23.7 c-7.7,8.6-15.5,17.1-23.5,25.4c-4,4.1-8.1,8.2-12.2,12.2c-4.1,4-8.4,7.7-12.5,11.7c-2.2,2.1-4.3,4.2-6.4,6.4h2.2 c7.5-7.4,15.4-14.5,22.9-21.9c8.2-8.1,16-16.5,23.8-25.1c7.3-8,14.6-16.1,21.5-24.5c6.5-7.8,13.1-15.7,20.8-22.4 c8.1-7.1,17.6-12.4,27.2-17.2c9.9-5,20.1-9.4,29.8-14.8c9.8-5.4,19.5-11,29.5-15.8c10.2-4.8,20.8-8.7,31.7-11.7 c10.9-3.1,21.7-6.2,31.5-12c1.1-0.7,2.3-1.4,3.4-2.1c-0.1,0.1-0.1,0.3-0.2,0.4c-0.4,1.4,0.4,2.9,1,4c0.8,1.5,1.9,2.9,2.6,4.5 c0.2,0.3,0.5,0.5,0.9,0.4c13-2.5,25.2-7.8,38.3-9.7c0.1,1.2,0.4,2.4,0.9,3.5c-4.4,3.6-8.8,7.2-13.3,10.7 c-4.3,3.4-8.8,6.7-13.1,10c-9.7,7.6-20.3,14.2-31.4,19.6c-11,5.2-22.4,9.7-34,13.5c-11.4,3.9-23,7.4-34.6,10.8 c-11.8,3.4-23.9,5.8-35.6,9.6c-11.5,3.8-22.1,9.5-32.4,15.6c-10.3,6.1-19.8,13.3-28.4,21.6c-8.9,8.5-17.2,17.7-26.2,26.1 c-6.7,6.3-14,11.7-21.1,17.5c-3.5,2.8-6.9,5.8-10.1,8.9l-0.3,0.3h2.2c1.7-1.7,3.5-3.3,5.4-4.8c6.4-5.5,13.3-10.4,19.6-15.9 c9.3-8,17.6-17.1,26.2-25.7c8.5-8.7,17.9-16.5,28-23.2c5-3.2,10.2-6.2,15.4-9c5.3-3,10.7-5.6,16.3-7.8 c11.5-4.4,23.7-7,35.6-10.1c11.6-3.1,23.2-6.7,34.6-10.4c11.4-3.6,22.5-7.8,33.5-12.5c11-4.8,21.5-10.7,31.3-17.6 c5.3-3.8,10.3-7.9,15.5-11.8c3.7-2.7,7.3-5.6,10.8-8.5c2.2-1.8,4.5-3.6,6.7-5.4c0.7,1.1,1.7,2.1,2.8,2.8 c-1.7,5.7-3.8,11.3-5.3,17.1c-1,3.5-1.7,7-2,10.6c-9.5,5.7-19.1,11.1-28.9,16.4c-9.8,5.3-19.7,10.2-29.6,15.3 c-9.6,5-19.2,10-29.4,13.7c-9.3,3.4-17.8,8.4-26.1,13.7c-8.4,5.4-16.7,11.2-25.5,15.9c-9.3,4.9-19,8.8-29,11.7 c-5,1.5-10.1,2.9-15.2,4.1c-4.8,1.2-9.6,2-14.4,3.2c-4.6,1.2-9,3.3-12.8,6.1c-4.5,3.2-8.9,6.5-13.3,9.8 c-8.9,6.6-18,12.7-27.1,19c-1.6,1.1-3.2,2.3-4.8,3.4h2.7c7.5-5.3,15.3-10.3,22.8-15.7c4.5-3.2,8.9-6.5,13.3-9.8 c4.2-3.1,8.4-6.7,13.1-8.9c4.4-2.1,9.2-2.9,13.8-3.9c5.2-1.1,10.3-2.4,15.4-3.8c10-2.6,19.7-6,29.1-10.2 c9.2-4.3,17.8-9.7,26.3-15.3c8.4-5.5,16.7-11,25.8-15.2c4.7-2.2,9.7-3.8,14.5-5.8c5-2.1,9.8-4.5,14.6-7 c19.8-10.1,39.5-20.2,58.7-31.4c2-1.2,4-2.3,6-3.5c0,1.8,0.1,3.6,0.4,5.3c0.3,1.5,0.7,2.9,1.3,4.3c-7.2,3.9-14.5,7.5-21.8,11.4 c-3.5,1.8-6.9,3.8-10.5,5.6c-3.6,1.8-7.2,3.6-10.8,5.3c-14.5,6.9-29.3,13.1-43.4,20.7c-3.6,1.9-7.1,4-10.6,6.1 c-3.2,1.8-6.2,4.1-8.8,6.7c-2.2,2.4-4,5.2-6.2,7.7c-2.1,2.3-4.6,4.1-7.3,5.3c-2.4,1-4.6,2.4-6.3,4.3c-2.3,2.8-3.7,6.5-4.9,9.9 c-2.6,7.3-4.1,15-6.5,22.4c-1.6,5-4.5,9.6-6.9,14.3c-0.2,0.4-0.4,0.8-0.6,1.2h1.7c2-4.1,4.4-8.1,6.2-12.3c1.2-3,2.1-6,2.9-9.1 c1-3.8,2-7.5,3.1-11.3c1.1-3.7,2.4-7.3,4.1-10.8c1.2-2.7,3.3-4.9,5.9-6.3c2.4-1.1,4.7-2.4,6.9-3.9c2.5-2.1,4.6-4.6,6.5-7.3 c2-2.8,4.6-5.3,7.4-7.3c3.3-2.2,6.8-4.2,10.2-6.2c13.8-7.8,28.4-14.1,42.8-20.8c7.1-3.3,14.2-6.7,21.1-10.5 c7.2-3.9,14.5-7.6,21.7-11.4c1.6-0.8,3.2-1.7,4.7-2.5c0.8,1.5,1.7,2.9,2.6,4.2c-4.3,3.4-8.2,7.2-12.1,10.9 c-1.7,1.6-3.3,3.1-5.1,4.5c-2.5,1.9-5.1,3.7-7.7,5.5c-5.2,3.5-10.5,6.9-15.6,10.5c-5.2,3.6-10.1,7.6-14.7,12 c-8.7,8.3-16.9,17.2-24.6,26.5c-7.7,9.2-15.1,18.7-22.7,28c-4.9,5.9-9.8,11.8-15,17.4h2.1c3.8-4.2,7.6-8.6,11.2-13 c7.6-9.2,15-18.6,22.5-27.8c7.6-9.4,15.6-18.3,24.1-26.8c4.4-4.4,9.2-8.5,14.1-12.3c5-3.7,10.2-7.1,15.4-10.5 c4.9-3.1,9.6-6.5,14-10.2c4.1-3.7,8-7.6,12.1-11.2c0.9-0.8,1.8-1.5,2.7-2.2c0.7,1,1.5,1.9,2.3,2.9c1.8,2.2,3.5,4.5,5.1,6.8 c1.6,2.7,2.8,5.5,3.6,8.5c1.3,4.5,2.4,9.1,3.3,13.8c-5.5,2.2-11,4.6-16.4,6.9c-2.4,1-4.9,2-7.4,2.9c-2.3,0.8-4.7,1.3-7,2 c-5.7,1.6-11.2,4-16.3,7.1c-5.8,3.6-10.9,8.1-16.4,12.1c-11.1,8.3-22.6,16.2-34.5,23.4c-2.9,1.7-5.8,3.3-8.6,5.2 c-2.3,1.5-4.5,3.2-6.6,5.1c-4.2,3.8-8.2,7.9-11.8,12.3c-1.4,1.7-2.9,3.4-4.3,5.2h2l0.4-0.5c3.6-4.4,7.4-8.7,11.4-12.7 c4.1-4.1,8.7-7.6,13.8-10.4c12-7.1,23.6-14.7,34.8-22.9c2.8-2,5.6-4.1,8.3-6.2c2.8-2.1,5.5-4.3,8.3-6.3 c4.9-3.6,10.2-6.4,15.9-8.4c2.8-1,5.6-1.6,8.5-2.4c2.2-0.6,4.3-1.4,6.4-2.2c5.6-2.2,11.1-4.7,16.6-7c1.1-0.5,2.2-0.9,3.3-1.4 c0.2,1.2,0.3,2.5,0.4,3.7c0.4,4.7,0.2,9.4-0.4,14.1c-5.6,1.3-11.1,2.9-16.4,4.8c-5.3,2.1-10.5,4.6-16,6.4 c-2.6,0.9-5.2,1.6-7.8,2.6c-2.5,1-4.9,2.2-7.3,3.5c-4.8,2.6-9.4,5.5-14,8.3c-2.3,1.4-4.6,2.9-7,4.3c-2.4,1.4-4.8,2.6-7.1,4 c-4.6,2.9-9.1,6-13.3,9.4c-4.3,3.4-8.9,6.4-13.6,9.2c-5,2.8-9.8,5.9-14.4,9.3c-0.4,0.3-0.8,0.6-1.2,0.9h2.6 c0.1-0.1,0.2-0.1,0.3-0.2c4.4-3.2,9-6.1,13.8-8.8c4.6-2.6,8.9-5.6,13.1-8.9c4.1-3.1,8.2-6.3,12.7-9.1c2.2-1.4,4.5-2.5,6.8-3.8 c2.3-1.3,4.5-2.6,6.7-4c8.8-5.4,17.6-11.4,27.5-14.4c5.3-1.7,10.4-3.7,15.5-6c2.5-1.1,5-2.1,7.6-3c2.7-0.9,5.4-1.5,8.1-2.2 c1-0.3,2.1-0.5,3.1-0.8c-0.3,1.8-0.6,3.6-1,5.4c-1.5,6.6-3.6,13.1-6.1,19.5c-7.9,3.4-15.5,7.7-23,11.9 c-3.8,2.1-7.7,4.2-11.7,6.2c-3.9,1.8-7.9,3.2-12.1,4.2c-7.9,1.9-16.1,2.8-23.7,5.7c-5.5,2.2-10.8,5-15.7,8.2h2.9 c3.5-2.2,7.2-4.2,11-5.9c3.6-1.5,7.3-2.7,11.1-3.6c4.1-0.9,8.2-1.6,12.2-2.5c4.1-0.8,8.1-2,12-3.6c4-1.8,8-3.7,11.8-5.9 c7.6-4.2,15.2-8.6,23.1-12.2c0.4-0.2,0.8-0.4,1.2-0.5c-2.4,6.3-4.8,12.6-7,18.9c-1.7,5-3.5,10.1-5.1,15.2h1.6 c1.1-3.5,2.3-7,3.5-10.4c2.3-6.8,4.7-13.5,7.3-20.2c0.6-1.5,1.2-3,1.8-4.6c0-0.1,0.1-0.1,0.1-0.2c1.9-4.9,3.6-10,5.1-15.1 c1.9-6.9,2.9-14.1,3-21.2c-0.1-6.3-0.9-12.5-2.5-18.5c-0.7-3.3-1.6-6.5-2.7-9.7c-1-2.6-2.4-5.1-4-7.3c-3.2-4.5-7.3-8.5-9.7-13.5 c-2.7-5.4-2.3-11.5-1.1-17.2c1.3-6.3,3.5-12.3,5.4-18.4c0.4-1.3,0.8-2.7,1.2-4c0.1-0.3-0.1-0.7-0.4-0.9 c-2.9-1.4-4.1-4.4-4.3-7.5c0-0.4-0.3-0.8-0.8-0.8c-13.3,1.8-25.7,7.1-38.8,9.7c-0.6-1.1-1.3-2.2-2-3.3c-0.6-1-1.6-2.4-1.3-3.6 c0.4-1,1.1-1.9,1.9-2.6c1-1.1,2.2-2.2,3.3-3.2c2.3-2,4.6-3.8,6.8-5.9c2.6-2.6,4.9-5.4,7.1-8.3c3.2-3.9,6.3-7.9,9.1-12 c10.1-4.6,19.4-10.6,27.9-17.8c15-12.5,29.8-24.9,45.8-36.1c6.1-4.3,12.4-8.5,18.6-12.6c4.9-0.2,9.7-0.8,14.5-1.9 c5.4-1.1,10.4-3.3,14.9-6.5c1.8-1.4,3.2-3.9,5.2-4.8c2.2-1,3.6,0,5.3-1.8c2.3-2.5,5.6-2.9,8.7-4.1c0.4-0.1,0.8-0.3,1.2-0.4v-2.7 c-1,0.4-2,0.8-3,1.1c-2,0.7-4,1.2-6,1.9c-2.3,0.8-2.5,2.6-5,3.4c-1.4,0.4-2.5-0.1-3.6,0.9c-1.4,1.2-2.3,3-3.8,4.2 c-3.8,2.9-8.2,4.9-12.8,6c-5,1.3-10.1,2-15.3,2.2c-0.3-0.1-0.6-0.1-0.9,0c-5,0.1-9.9-0.2-14.8-0.9c-1.4-0.2-4.9-0.3-6-1.2 c-0.5-0.6-0.8-1.2-1-2c-1-2.5-2.2-4.9-3.6-7.3c-3.1-5.8-7-11.2-11.6-15.9c-3.6-3.7-8.1-7.2-13.6-6c-3,0.7-3.8,1.2-6.1-1.3 c-1.9-1.9-3.5-4.1-5.4-6c-3.6-3.7-7.6-7.2-11.7-10.4c-8.4-6.3-17.3-11.9-26.7-16.8c-0.6-0.3-1.4-0.1-1.7,0.5 c-3.4-0.2-6.7-1.2-9.6-3.1c-0.4-0.4-0.7-0.8-1-1.3c0,0,0-0.1,0-0.1c0-0.3-0.2-0.5-0.4-0.7c-0.3-0.5-0.5-1.1-0.9-1.6 c-1-1.5-2.1-2.9-3.4-4.1c-0.1-0.3-0.4-0.6-0.8-0.7l-0.1,0c-0.1,0-0.2,0-0.3,0l0,0c-1.8,0-3.7,0.2-5.4,0.7 c-2.3,0.4-5.4,0.7-7.4,1.8c-2,1-2.6,3.9-3.9,5.8c-2.5,3.8-5.6,7-9.3,9.6c-3.2,2.4-7.1,3.8-11.1,4.1c-1.4,0.1-2.9-0.6-4.3-0.3 c-2.1,0.5-4.3,2.1-6.4,2.9c-8.3,3.1-16.9,5.3-25.7,6.4c-2.2,0.3-4.4,0.6-6.6,0.9c-1.8,0.2-5.3,0-6.9,0.8c-1.7,0.8-2.6,3-3.7,4.6 c-3.2,4.6-6.5,9.1-10.1,13.4c-7.2,8.7-15,16.9-23.2,24.5c-23.9,22.2-51,40.9-79.3,57.2c-7.6-11.5-14.4-24.2-24.7-33.6 c-2.1-1.9-4.4-3.7-6.8-5.1c-1.9-1.1-5.3-1.6-6.4-3.4c-3.1-4.9-6.7-9.5-10.8-13.6c-4.5-4.9-9.5-9.3-15.1-13 c-0.5-0.3-1.1-0.2-1.5,0.2l-1.4,1.5c-7,1.4-14.1,3-20.7,6c-4.2,2-7.9,4.7-11.8,7.4c-20.4,14.1-44.7,22.5-67.9,30.7 c-5.1,1.8-9.4,3.4-13.4,6.7c-7.3-3.8-14.8-7.5-21.3-12.5c-3.3-2.5-6.3-5.4-8.8-8.7c-0.4-0.7-1.2-1.3-2-1.4c-1-0.2-2-0.5-3-0.7 c-1.7-0.4-3.4-0.1-4.9,0.7c-7.3-0.2-14.5-0.8-21.7-1.8c-7.1-1.1-14.3-2.6-20.8-5.8c-0.5-0.2-1-0.1-1.4,0.1 c-1.8,0.2-3.6,0-5.3-0.6c-1.1-0.4-2.3-0.6-3.5-0.3c-2.5,0.7-3.7,3.8-4.6,6.1c-5.2,1.8-9.9,4.9-13.7,9 c-3.9,4.5-6.9,9.9-10.4,14.7c-6.5,8.8-13.8,16.9-21.9,24.2c-4,3.7-8,7.3-12.2,10.7c-12.6-1.8-24.7,2.4-36.3,7.1 c-5.9,2.4-11.7,5-17.8,7c-2.7,0.9-5.5,1.7-8.3,2.2c-4.2,0.7-7.5-0.1-11.6-1.4c-21.4-6.7-39.4-17.7-56-32.4 c0-1.3-0.2-2.6-0.8-3.8c-0.7-1.1-2.8-2-3.8-3.1c-0.4-0.4-1-0.5-1.5-0.2c-9.4,4.2-21.1,11.7-30.6,4.1c-4.4-3.5-7.9-8.3-11.2-12.8 c-1.2-1.6-2.2-4.2-4.1-4.8c-1.8-0.6-5.4,0.3-7.2,0.8c-1.1,0.5-2.3,0.8-3.5,0.8c-1.5-0.2-3-0.6-4.4-1.2c-2.6-1-5-2.3-7.1-4 c-4.2-3.3-7.6-7.4-10.1-12.1c-5.2-9.1-7.9-19.5-9.8-29.8c-0.2-0.5-0.6-0.9-1.2-0.9c-3.7-0.5-7.5-1.1-11.2-1.2 c-1.8-0.1-5.1-0.6-6.7,0.4c-0.8,0.5-0.9,1.7-1.7,2.2c-0.7,0.5-1.3,0.3-2.2,0.5c-1.6,0.3-3.2,0.7-4.8,1.2c-9,3.2-17,9.1-25,14.2 c-4.1,2.7-8.4,5.2-12.8,7.5c-1.8,0.9-3.9,1.4-5.6,2.3c-2,1-3.1,2.7-5.1,3.9c-2.4,1.3-5.1,2.3-7.8,2.9c-2.4,0.6-5.7,0.6-7.9,1.7 c-2,1-3.5,2.9-5.5,3.9c-2.9,1.3-5.9,2.4-9,3.1c-10.4-17.6-26.7-30.4-40.1-45.5c-3.6-4-6.8-8.2-9.8-12.6c-1.3-2-2.6-4.1-3.7-6.3 c-1.3-2.6-1.4-2.6-3.8-3.9c-9.2-5.2-15.4-14.5-23.3-21.4c-0.1-0.1-0.2-0.2-0.3-0.3l-0.3-0.2c-0.2-0.4-0.6-0.7-1.1-0.7 c-9.7,0.1-17.2-5.6-25.1-10.4c-5.8-3.6-12.4-6.6-19.3-4.4c-4.5,1.5-7.3,5.2-11.4,7c-4.2,1.8-7.9,3.2-11.4,6.3 c-1.8,1.6-3.4,3.3-4.9,5.1c-1.5,1.8-2.8,4.4-4.5,5.9c-1.9,1.7-5.4,2.1-7.7,3c-2.2,0.9-4.4,1.9-6.6,2.9 c-12-15.2-19.9-33.2-27.3-50.9c-1.7-4.2-3.5-8.3-5.2-12.5c-0.8-2-1.7-4-2.5-6.1c-0.7-1.7-1.2-4.2-2.4-5.5 c-1.1-1.4-3-2.2-4.4-3.4c-1.7-1.4-3.4-3-4.9-4.5c-3.6-3.6-7.1-7.4-10.9-10.8c-0.5-0.5-1.3-0.5-1.8,0c-0.1,0.1-0.1,0.1-0.2,0.2 l-2.3,3.7c-3.9,1.1-3.7,1.7-5.9,5.1c-1.8,2.8-3.9,5.4-6.2,7.8c-5.1,5.4-10.5,10.5-16.3,15.2c-14,11.7-28.8,22.3-43.3,33.3 c-6.6,5-13.1,10.1-19.3,15.6c-5,4.4-9.7,10.8-15.7,13.5c-2.1,0.9-6.2,2.1-7.9,3.5c-1,0.8-1.5,2-2.6,2.8 c-1.7,1.2-3.9,1.9-5.7,3.2c-2,1.4-3.9,3-5.7,4.7c-1.8,1.7-3.5,3.6-5.2,5.4c-0.5,0.1-0.8,0.4-0.9,0.9l0,0 c-1.2,1.3-2.4,2.5-3.8,3.7c-1.9,1.6-3.9,1.7-6.2,2.1c-3.6,0.6-7.1,1.8-10.8,1.9c-3.1,0.1-0.5,0.5-1.7-0.9 c-0.5-0.6-1-1.3-1.5-1.9c-1.5-1.8-3-3.5-4.7-5.2c-3.5-3.4-7.4-6.5-11.5-9.2c-7.6-4.9-17.5-9.6-26.6-6.6c-0.2,0-0.3,0-0.5,0.1 c-2.9,0.7-5.7,1.8-8.5,3.1c-2.9,1.5-4.3,3.2-7.8,3.1c-6.5-0.2-12.9-0.7-19.4-1.4c-5.8-0.6-11.6-1.5-17.4-2.7 c-2.6-0.6-5-1.9-7.4-2.6c-1.5-0.4-3.8,0.4-5.3,0.4c-1.6,0-3.2,0-4.8-0.2c-3.2-0.4-6.4-1.1-9.5-2.2c-6.2-2.1-12-5.3-18-7.9 c-2.4-1.1-6.7-3.7-9.4-3.6c-1.9,0.1-3.7,2-5.3,3.1c-3.9,2.7-7.6,5.7-11.2,8.7V892.1z M58.1,1032.3c2.4,4,4.8,7.9,7.1,11.9 c2.8,4.8,5.6,9.5,8.5,14.2c1.2,2,2.4,3.9,3.8,5.8c0.5,0.6,1.2,1,2,1.1c-2.4,5-5,9.9-7.8,14.8c-2.6,4.6-5.1,9.3-7.7,13.9 c-3.1,5.3-6.4,10.4-9.7,15.5c-3.4,5.1-7,10.1-10.4,15.2c-6.8,10-12.2,20.8-17.8,31.5c-2.8,5.2-5.6,10.4-8.7,15.4 c-3.2,5.2-6.9,10-9.9,15.3c-0.3,0.4-0.5,0.9-0.8,1.3c1.9-3.8,3.6-7.6,5.3-11.5c2.3-5.1,4.6-10.1,7.1-15 c3.1-5.7,5.8-11.6,8.2-17.6c2.1-5.6,4-11.3,5.8-17c0.9-2.9,1.8-5.8,2.6-8.8c0.8-2.7,1.3-5.6,1.5-8.4c0.1-3-0.3-6.1,0-9.1 c0.4-3.1,1.2-6.1,2.4-9c1-2.9,2.2-5.8,3.3-8.8c1.1-3.1,2-6.3,3-9.5c3.9-13,8-26,11.7-39.1C57.7,1033.8,57.9,1033,58.1,1032.3 M594.1,1165.9C594.1,1166,594.1,1166,594.1,1165.9 M222.7,1036.2c-0.2-0.2-0.5-0.4-0.7-0.6c18.9-1.9,39.9-4.3,53.3-19.1 c1.8-2,3.4-4.2,4.8-6.4c0.7-1.2,1.4-2.4,2-3.6c0.2-0.6,0.5-1.1,0.9-1.5c1-0.6,2-1.1,3.1-1.4c6.3-3,12.6-6.1,18.7-9.3 c8.2-4.3,16.2-8.8,24-13.8c-1.2,3.1-2.2,6.3-3.3,9.4c-1.2,3.4-2.3,6.9-4.6,9.8c-3.9,4.9-9.7,7.9-15.2,10.9 c-2.8,1.5-5.5,3.1-8.2,4.9c-3.4,2.4-6.6,5-9.8,7.8c-3.1,2.7-6.2,5.5-9.4,8.2c-3,2.5-6.3,4.8-9.4,7.2 c-6.7,5.1-13.2,10.4-20.3,14.8c-0.6,0.3-1.1,0.7-1.7,1C238.7,1048.7,230.6,1042.6,222.7,1036.2 M268.5,1068.6 c-6.8-4.2-13.5-8.6-20.1-13.2c6.7-4,12.9-8.9,19.1-13.7c3.2-2.5,6.5-4.8,9.6-7.2c3.3-2.6,6.4-5.4,9.5-8.1c3.1-2.7,6.2-5.5,9.6-8 c2.7-2,5.6-3.9,8.6-5.5c5.5-3.1,11.5-6,15.9-10.6c1.1-1.1,2.1-2.4,2.9-3.7c0.9-1.6,1.7-3.2,2.3-4.9c1.6-4.2,2.9-8.4,4.5-12.6 c0.3-0.7,0.6-1.4,0.8-2.1c0.4-0.3,0.9-0.6,1.3-0.9c0.9-0.6,1.8-1.2,2.7-1.8c-1.2,2.6-2.3,5.3-3.4,8c-1.4,3.5-2.7,7-4,10.5 c-2.7,7-5.4,14.2-9.5,20.5c-1.9,3-4.2,5.7-6.8,8c-2.8,2.3-5.7,4.4-8.8,6.3c-6.2,4-12.6,7.9-17.2,13.9 c-5.7,7.4-10.6,15.4-15.7,23.2C269.4,1067.4,269,1068,268.5,1068.6 M269.9,1069.4c5-7.5,9.7-15.2,15-22.5 c1.2-1.7,2.4-3.3,3.8-4.9c1.2-1.3,2.6-2.6,4-3.8c2.9-2.3,5.9-4.4,9-6.3c3.1-2,6.2-4,9.1-6.3c2.8-2.2,5.3-4.8,7.4-7.7 c4.4-6.1,7.3-13.1,10-20.1c1.4-3.6,2.7-7.2,4-10.7c1.4-3.6,2.8-7.1,4.4-10.5l1-2.3c1.1-0.8,2.2-1.6,3.3-2.5 c-0.2,0.5-0.4,0.9-0.5,1.4c-0.7,2.1-1.3,4.3-1.7,6.5c-0.9,4.5-1.5,9-2.3,13.5c-0.4,2.2-0.8,4.3-1.3,6.5 c-0.5,2.2-1.2,4.3-1.8,6.5c-1.1,4.4-1.9,8.8-2.7,13.3c-0.8,4.5-1.6,9-2.8,13.4c-1.1,4.1-2.6,8.2-3.6,12.4 c-0.9,3.9-1.4,7.9-1.3,11.9c0.2,4.6,1.3,9.1,2,13.7c0.7,4.8,1.1,9.6,1.3,14.4c0.2,4.6,0.6,9.1,1,13.7c0.1,0.6,0.1,1.2,0.1,1.8 C307.7,1091.2,288.4,1080.9,269.9,1069.4 M364.1,1118.2c-5.5-2.6-11-5.1-16.6-7.7c7.2-18.4,15.3-36.6,21.7-55.3 c3-9,5.6-18.1,9.3-26.8c0.8-2,1.8-3.9,3-5.8c1.1-1.5,2.4-2.9,3.8-4.1c2.9-2.5,6.1-4.8,8.8-7.6c0.7-0.8,1.5-1.6,2.2-2.4 c-0.1,1.4-0.1,2.7-0.2,4.1c-0.1,2-0.2,4-0.1,6.1c-3.7,5.3-9.2,9.5-11.6,15.6c-0.9,2.5-1.5,5.1-1.9,7.8c-0.5,3.1-1,6.2-1.4,9.3 c-0.5,3-1.1,5.9-1.9,8.9c-1.1,3.7-2.2,7.5-3.4,11.2c-2.3,7.5-4.7,15-6.4,22.6c-1.7,7.6-3,15.2-4.8,22.8 C364.4,1117.3,364.2,1117.8,364.1,1118.2 M393.5,1132.7c-4.5-2.6-9.1-4.9-13.8-7.1c-4.7-2.3-9.4-4.5-14.1-6.7 c1.8-7.2,3.1-14.5,4.6-21.7c1.6-7.6,3.8-15,6.1-22.4c1.2-3.7,2.3-7.4,3.4-11.2c1-3.1,1.7-6.2,2.3-9.4c0.6-3.1,1-6.2,1.5-9.3 c0.4-2.8,0.9-5.6,1.7-8.3c1.8-6.2,6.9-10.4,10.7-15.2c0.1-0.1,0.1-0.2,0.2-0.3c0.3,2.4,1,4.7,2.1,6.9c0.2,0.3,0.3,0.7,0.5,1 c-1.5,7-5,13.4-6.5,20.5c-0.5,3.5-0.8,7-0.6,10.5c0,3-0.3,6-0.8,9c-0.6,3.6-1.9,7-2.6,10.6c-0.6,3.3-0.8,6.7-0.4,10.1 c0.7,7,2.9,13.7,3.8,20.7c1,7.3,1.2,14.6,1.9,21.9c0,0.1,0,0.3,0.1,0.4L393.5,1132.7 M409.1,1108.2c-0.2,6.4-0.6,12.9-0.6,19.3 c0,3.3,0.1,6.5,0.3,9.8c-1.3,0.1-2.7,0.3-3.9,0.8h0c-1.2-0.1-3.7,0-4.7-0.5c-0.2-0.1-0.4-0.4-0.5-0.5c-0.6-0.4-1.2-1-1.8-1.5 c-0.9-0.6-1.7-1.2-2.7-1.8c-0.8-6.9-1.1-13.8-1.8-20.6c-0.4-3.6-1-7.2-1.7-10.7c-0.7-3.4-1.5-6.8-2.1-10.3 c-0.5-3.2-0.6-6.5-0.3-9.7c0.4-3.7,1.6-7.1,2.5-10.7c0.7-3,1.1-6.1,1.2-9.2c0.1-1.6,0.1-3.3,0.1-4.9c0-1.8,0-3.6,0.2-5.4 c0.5-3.5,1.4-6.9,2.8-10.2c1.3-3.4,2.6-6.8,3.6-10.4c0.1-0.2,0.1-0.4,0.2-0.6c0.9,1.6,1.6,3.2,2.3,4.8c1.2,3.5,1.9,7.1,2.2,10.7 c0.4,3.5,0.7,7,1.3,10.5c-0.1,7.5-0.6,14.9-1.7,22.3l-1,1c-0.3,0.3-0.4,0.8-0.3,1.2c0.8,2.1,1.8,4,2.5,6.1l0,0 c0,0.2,0.1,0.4,0.3,0.6c0.1,0.2,0.3,0.3,0.5,0.3l2.2,1.2l0,0l0,0c0.4,3,0.9,6,1.1,9C409.3,1101.8,409.3,1105,409.1,1108.2 M435.8,1152.4c-2-1.9-4-3.9-5.9-5.9c-1.7-1.9-3.2-4.4-5.1-6c-1-0.9-2.3-0.7-3.6-1c-2.3-0.4-4.5-1.2-6.7-1.7 c-1.3-0.3-2.6-0.5-3.9-0.6c-0.4-6.1-0.5-12.3-0.2-18.4c0.1-3.2,0.3-6.5,0.4-9.7c0.1-3.2,0.3-6.4,0.1-9.5 c-0.2-3.2-0.6-6.3-1.1-9.4c0,0,0.1,0,0.1,0c4.4-0.6,8.8-0.5,13.1,0.5c0.4,5.8,1.2,11.6,2.3,17.4c0.6,3,1.3,5.9,2.2,8.7 c0.7,2.4,1.8,4.8,3.1,7c1,1.8,2.6,3.2,4.5,3.9c1.4,4.6,3,9.2,4.6,13.9s3.1,9.3,4.4,14c0.5,1.7,0.9,3.5,1.3,5.3 C442.1,1158.1,438.9,1155.3,435.8,1152.4 M447.3,1162.3c-1.4-6.2-3.1-12.3-5.2-18.4c-1.1-3.2-2.2-6.3-3.2-9.5 c-0.5-1.6-1.1-3.2-1.6-4.9c-0.3-0.8-0.5-1.6-0.8-2.5c-0.1-0.4-0.4-0.8-0.8-0.9c-0.2,0-0.3-0.1-0.5-0.2l0,0l0,0 c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1-0.1-0.3-0.2-0.4-0.3c0,0-0.1,0-0.1-0.1l0,0c-0.1-0.1-0.1-0.1-0.2-0.2 c-0.3-0.2-0.5-0.5-0.8-0.7c-0.1-0.1-0.3-0.3-0.4-0.4c-0.1-0.1-0.1-0.1-0.2-0.2l0,0l0,0c0,0-0.1-0.1,0,0l-0.1-0.1 c-1-1.5-1.9-3-2.5-4.7c-1.7-4.3-2.9-8.8-3.6-13.4c-0.8-4.7-1.4-9.5-1.8-14.3c0-0.1,0-0.1,0-0.2c2.9,0.7,5.7,1.6,8.4,2.6 c2,6.3,3,12.9,4.8,19.3c0.9,3.2,2.1,6.3,3.7,9.2c1.6,2.7,3.4,5.2,5.4,7.5c2.1,2.5,4.4,5,6.6,7.4c2.1,2.3,4.1,4.6,6,7.1 c1.9,2.6,4.2,4.9,6.8,6.7c2.4,1.6,4.9,3,7.5,4.2c2.8,1.3,5.5,2.9,8,4.7c2.7,2.1,5.1,4.6,7.1,7.4c0.2,0.3,0.4,0.5,0.6,0.8 c-2,0.4-4,0.9-6,1.3c-7,1.5-13.9,2.9-20.9,4.3C457.3,1169.9,452.2,1166.2,447.3,1162.3 M536.6,1157.5c-2.4,0.5-4.8,1-7.2,1.6 c-3.3-1.9-6.8-3.5-10.2-5.5c-1.8-1-3.5-2.2-5.3-3.4c-1.9-1.2-3.7-2.4-5.6-3.7c-3.6-2.4-7.1-5-10.6-7.5c-3.2-2.3-6.5-4.3-9.9-6.2 c-3.2-1.7-6.5-3.2-10-4.4c-3-1-6.1-1.9-9.2-2.8c-3.1-0.9-6.1-2-9-3.4c-2.7-1.2-5-2.9-6.9-5.2c-1.9-2.7-3.4-5.7-4.3-8.8 c-1.1-3.2-2-6.5-3.3-9.6c6.3,3,12.3,6.3,18.3,9.8c19.5,11.2,38.1,24,57.8,35c7.7,4.3,15.6,8.5,23.9,11.2 c-1.3,0.6-2.6,1.2-3.9,1.8C539.9,1156.4,537.5,1157.3,536.6,1157.5 M541.2,1159L541.2,1159c-0.1,0-0.2,0-0.3-0.1l0,0 C541,1158.9,541.1,1159,541.2,1159 M450.2,1116.2c1.6,2.6,3.8,4.8,6.5,6.3c2.8,1.6,5.8,2.9,8.9,3.8c3.1,1,6.2,1.9,9.3,2.9 c3.2,1,6.4,2.2,9.4,3.7c3.5,1.7,6.9,3.6,10.1,5.8c3.5,2.4,6.9,5,10.4,7.4c3.7,2.5,7.4,5,11.1,7.4c3.4,2.2,7.1,4,10.7,5.9 c0.1,0.1,0.3,0.1,0.4,0.2l-4.1,0.9c-10.6,2.4-21.2,4.7-31.8,7c-1.8-2.6-3.9-5-6.2-7.2c-2.4-2.2-5.2-4-8.1-5.5 c-2.5-1.4-5.2-2.6-7.7-4c-2.6-1.5-4.9-3.4-6.9-5.6c-1-1.2-1.9-2.5-2.9-3.7c-1-1.2-2-2.4-3-3.6c-2.2-2.5-4.4-4.9-6.6-7.4 c-2.1-2.3-4.1-4.8-5.9-7.4c-1.7-2.6-3-5.4-4-8.4c-2.2-6.6-3-13.4-5-20.1c0-0.1-0.1-0.3-0.1-0.4l0.9,0.4c2.5,1,4.9,2,7.3,3.1 C445.9,1103.7,446.7,1110.5,450.2,1116.2 M479.5,1184.4c-4.7-2.9-9.4-5.9-14.1-9c23-4.5,45.8-9.8,68.7-14.8 c1.8-0.4,3.5-0.8,5.3-1.1c0.5-0.1,1-0.1,1.5-0.3c0,0,0.1,0,0.1,0c-1.3,1.1-2.6,2.2-3.9,3.2c-3.6,2.6-7.5,4.8-11.7,6.6 c-4.9,1.9-9.8,3.6-14.9,4.9c-2.8,0.8-5.5,1.6-8.3,2.4c-2.4,0.7-4.7,1.4-7,2.2c-4.9,1.7-9.7,3.6-14.4,5.5L479.5,1184.4 M546.6,1162.5c-2.4,3.3-5.2,6.2-8.2,8.9c-1.6,1.4-3.4,2.6-5.2,3.7c-2,1.3-4.2,2.3-6.3,3.4c-4.7,2.5-9.2,5.3-13.7,8.1 c-4.5,2.9-9,6-13.4,9l-0.8,0.6c-1.1-0.6-2.1-1.3-3.2-1.9c-4.9-2.9-9.8-5.9-14.7-8.9c4.3-1.7,8.6-3.4,13-5c4.9-1.8,10-3.2,15-4.7 c5.2-1.5,10.4-2.9,15.4-4.9c4.3-1.7,8.4-3.8,12.2-6.4c3-2.1,5.7-4.4,8.3-6.9c1.3-0.6,2.6-1.2,3.9-1.8c0.5,0.1,1-0.1,1.2-0.5 c0.6-0.2,1.2-0.5,1.7-0.7C550.3,1157.3,548.5,1160,546.6,1162.5 M710.8,1142c-7.7-2.3-15.4-4.5-23.1-6.8 c12.6-4.7,25.2-9.2,38-13.4c0.2,0,0.4-0.1,0.6-0.2c17.6-5.9,35.3-11.4,53.1-16.8c6.7-2,13.3-4,20-6c0.1,0,0.2-0.1,0.4-0.1 c9.1-2.7,18.1-5.4,27.2-8.2c6.3-1.7,12.3-4.4,17.8-7.8c5.3-3.5,10.3-7.4,15-11.6c3.4-2.9,6.8-5.9,10.2-8.8 c-0.9,1.4-1.8,2.9-2.8,4.3c-1.9,3-3.9,5.9-6,8.8c-3.5,4.7-8.4,8.1-12.9,11.8c-2.3,1.8-4.4,3.8-6.3,6c-1,1.2-1.9,2.5-2.9,3.8 c-0.9,1.2-1.9,2.5-2.8,3.7c-3.7,4.6-7.7,8.9-12,12.8c-2.3,2.1-4.8,4.1-7.2,6.2c-2.6,2.4-5.1,4.9-7.4,7.5 c-0.6,0.6-1.2,1.3-1.7,1.9c-3.5,1.2-6.9,2.6-10.4,3.8c-18.1,6.2-36.9,10.4-55.5,15.1c-2,0.5-3.9,1-5.9,1.5 C727.8,1147,719.3,1144.5,710.8,1142 M853.7,1041.6c-1.1,2.2-2.4,4.3-3.9,6.2c-1.4,1.8-3,3.4-4.7,4.9c-1.8,1.6-3.4,3.4-4.9,5.3 c-1.5,1.8-2.8,3.8-4.1,5.7c-2.6,4-5,8.2-7.2,12.4c-2.3,4.3-4.6,8.5-7.1,12.7c-0.2,0.3-0.3,0.5-0.5,0.8c-2.4,0.7-4.8,1.3-7.2,2 l-10.8,3.2c8-8.7,15.6-17.8,22.9-27.1c4.3-5.4,8.5-10.9,12.7-16.4c2.2-2.8,4.3-5.6,6.4-8.5c1.1-1.4,2.2-2.9,3.3-4.3 c0.5-0.7,1-1.3,1.6-1.8c0.8-0.6,1.7-1.2,2.6-1.7c2.1-1.4,4.1-2.8,6.2-4.2C857.3,1034.5,855.6,1038.1,853.7,1041.6 M861,1029.9 c0.1-0.2,0.2-0.5,0.3-0.7c6.6-4.5,13.1-9.2,19.4-14.1c-1.6,4.4-2.5,9-4.4,13.3c-1.3,2.8-2.7,5.6-4.3,8.2c-1.6,2.7-3.2,5.4-5,8 c-3,4.3-6.4,8.3-10.2,11.9c-2,2-4.2,3.8-6.1,5.9c-2.1,2.2-4,4.5-5.8,6.9c-3.8,4.9-7.2,10.1-10.6,15.3l-0.7,1 c-3.3,1.3-6.7,2.4-10.1,3.4c2.1-3.5,4-7,5.9-10.5c2.3-4.2,4.6-8.5,7.2-12.5c2.5-4.1,5.4-7.8,8.8-11.2c1.6-1.6,3.3-3.1,4.8-4.8 c1.6-1.9,2.9-4,4.1-6.1C856.8,1039.3,859,1034.7,861,1029.9 M985.2,972.7C985.2,972.7,985.2,972.7,985.2,972.7 c0,0.2-0.1,0.3-0.1,0.4c-0.1,0.2-0.1,0.5-0.2,0.7c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.5-0.4,0.7c-1.6,2.3-3.3,4.4-5.2,6.4 c-2.4,2.6-4.3,5.6-5.7,8.9c-0.7,1.7-1.1,3.6-1.7,5.4c-0.4,1.9-1.2,3.7-2.1,5.4c-1.9,3.1-5,5.4-6.6,8.8c-0.8,1.7-1.5,3.5-2,5.3 c-0.5,1.7-1.1,3.3-2,4.9c-2,3.6-5.3,6.3-8.5,8.7c-0.6,0.5-1.3,0.9-1.9,1.3c-4.2,1-8.4,1.8-12.6,2.6c3-2.9,6-5.9,8.9-9 c3.7-3.9,7.2-7.8,10.5-12c1.6-2,3.1-4.1,4.5-6.2c1.5-2.2,2.8-4.5,4.1-6.8c2.7-4.8,5.2-9.6,8.1-14.3c1.5-2.4,3-4.7,4.4-7.1 c1.5-2.4,2.9-4.8,4.4-7.3c0.3-0.4,0.5-0.8,0.8-1.3c1.1,0.4,2.1,1,2.9,1.7c0.1,0.1,0.3,0.3,0.4,0.4c0.1,0.1,0.1,0.2,0.2,0.3 c0,0,0,0.1,0.1,0.1l0,0l0,0c0.1,0.2,0.1,0.3,0.1,0.5c0,0,0,0.2,0,0.2C985.2,972.4,985.2,972.5,985.2,972.7 C985.2,972.7,985.2,972.7,985.2,972.7 M971.7,982.1c-2.9,4.6-5.5,9.3-8.1,14.1c-2.5,4.6-5.3,9-8.3,13.2 c-3.2,4.2-6.6,8.2-10.2,12c-3.6,3.9-7.4,7.6-11.2,11.3l-0.7,0.7c-2.4,0.4-4.8,0.9-7.2,1.3c3-3.2,6.3-6.1,9.5-9.1 c4-3.5,7.8-7.4,11.3-11.4c3.5-4.1,6.2-8.8,8-13.8c2.3-5.9,4.4-11.9,6.5-17.9c2.1-6,4.2-12.1,6.3-18.1c0.1-0.3,0.2-0.6,0.3-0.9 c0.2,0.2,0.3,0.3,0.5,0.5c2.4,1.7,5.1,2.9,7.9,3.5c1.2,0.3,2.4,0.6,3.6,1C977.3,973,974.6,977.6,971.7,982.1 M960.7,979.7 c-2.1,6-4.2,12-6.4,17.9c-0.9,2.6-2,5.2-3.2,7.7c-1.2,2.3-2.6,4.4-4.2,6.4c-3.4,4.1-7,7.9-11,11.5c-4,3.6-8,7.2-11.7,11.2 c-0.2,0.2-0.4,0.5-0.7,0.7c-2.1,0.3-4.2,0.7-6.2,1c3.5-3.7,6.9-7.5,10.1-11.5c3.8-4.6,7.3-9.6,10.4-14.7 c3.1-5.2,5.6-10.7,7.6-16.4c2.2-6.5,3.7-13.2,6.3-19.6c1.3-3.2,2.9-6.3,4.3-9.5c1.4-3.2,2.8-6.3,3.9-9.6c0.1-0.3,0.2-0.7,0.3-1 c0.8,0.8,1.6,1.5,2.6,2.1c0.5,0.3,1.2,0.6,1.8,0.6c0.2,2,1,4,2.2,5.6C964.7,967.9,962.7,973.8,960.7,979.7 M957.5,1030.6 c-2,2.1-4.1,4.3-6.2,6.3c-3.3,3.2-6.7,6.3-10.2,9.2c-6.9,5.8-14.2,11-21.9,15.7c-3.9,2.4-7.8,4.6-11.7,6.9 c-3.8,2.1-7.7,4.2-11.4,6.6c-6.8,4.5-13.3,9.4-19.4,14.7c-3.1,2.6-6.2,5.2-9.1,7.9c-2.7,2.5-5.4,5.1-8.1,7.6 c-0.8,0.8-1.6,1.5-2.4,2.3c-2.3,1.1-4.6,2.1-6.9,3.2c-4.4,2.1-8.8,4.1-13.2,6.3c-4.4,2.2-8.7,4.7-13.2,6.6 c-0.4,0.2-0.9,0.4-1.3,0.5c2.2-2.1,4.4-4.1,6.5-6.3c2.8-2.8,5.5-5.7,8.4-8.4c5.9-5.5,12.4-10.3,18.6-15.4 c6.3-5.2,12.3-10.8,18.1-16.6c5.7-5.7,11.2-11.6,16.6-17.7s10.5-12.2,15.6-18.5c0.4-0.5,0.9-1.1,1.3-1.6 C924.3,1037.9,941,1034.8,957.5,1030.6 M959.1,1031.2l1.3-1.3c6.7-1.8,13.3-3.9,19.8-6.3c-5.7,5.9-11.7,11.6-17.5,17.4 c-3.1,3.3-6.3,6.3-9.8,9.2c-3.3,2.6-6.9,4.9-10.6,6.9c-7.5,4.3-15.4,7.8-23,11.9c-7.7,4.3-15.2,9-22.5,14.1 c-7.4,5.1-14.8,10.4-22.4,15.2c-3.8,2.4-7.7,4.7-11.6,6.8c-0.3,0.2-0.6,0.3-0.9,0.5c1.8-1.7,3.5-3.3,5.3-5 c2.7-2.6,5.6-5,8.4-7.4c6.1-5.4,12.5-10.4,19.1-15c3.6-2.4,7.3-4.5,11.1-6.6c4-2.2,7.9-4.4,11.8-6.8c7.7-4.6,15.1-9.7,22.1-15.4 c3.6-2.9,7-5.9,10.3-9C953.1,1037.4,956.1,1034.3,959.1,1031.2 M891.5,1056.8c-5.3,6.1-10.7,12-16.4,17.8 c-5.7,5.8-11.7,11.5-17.9,16.8c-6.2,5.2-12.7,10-18.7,15.3c-3,2.6-5.8,5.4-8.6,8.3c-2.9,2.9-5.9,5.9-9,8.7 c-0.7,0.7-1.5,1.4-2.2,2c-2.5,0.8-5,1.5-7.5,2.3c1.7-1.9,3.5-3.7,5.3-5.5c2.4-2.3,4.9-4.3,7.4-6.4c4.4-3.9,8.5-8.1,12.3-12.7 c2-2.4,3.9-5,5.8-7.6c1.7-2.3,3.7-4.4,6-6.3c4.4-3.8,9.4-7.1,13.2-11.5c1.1-1.3,2.1-2.6,3-4c1-1.5,2-2.9,3-4.4 c2-3,4-6.1,5.8-9.2c0.2-0.4,0.4-0.7,0.7-1.1c1.1-0.9,2.3-1.7,3.4-2.5c1.4-1,2.8-1.9,4.2-2.8c1.2-0.6,2.4-1.3,3.5-2.2 c0.5-0.8,0.9-1.6,1.2-2.4c0.6-1,1.3-2,2.1-2.9c0.9-1.2,1.9-2.3,2.7-3.6c1.4-0.2,2.7-0.3,4.1-0.5c0.9-0.1,1.8-0.5,2.3-1.2 c2.7-0.3,5.3-0.7,8-1C900.8,1045.9,896.2,1051.4,891.5,1056.8 M795.7,1159.2c-0.7,0-1.4,0.1-2,0.1c-1.4,0.3-2.7,0.4-4.1,0.5 c-0.1-0.1-0.3-0.1-0.4-0.1c-6.1-0.1-12-1.1-18-1.6c-1.9,0-3.9-0.2-5.8-0.5c-3.8-0.8-7.5-1.9-11.2-3c-4.9-1.4-9.9-2.8-14.8-4.2 c17.5-4.5,35.2-8.4,52.5-13.8c4.5-1.4,9.1-3,13.5-4.7c4.3-1.6,8.6-3,13-4.4c0.3-0.1,0.7-0.2,1-0.3c0,0,0.1,0,0.1,0 c4-1.4,7.8-3.1,11.5-5.1c4.4-2.3,8.9-4.4,13.4-6.6c4.4-2.1,8.9-4.1,13.4-6.2c0.1,0,0.2-0.1,0.3-0.2c3.9-1.9,7.8-3.9,11.6-6.1 c7.8-4.5,15.2-9.7,22.6-14.8c7.4-5.1,14.7-10.2,22.5-14.8c7.5-4.4,15.4-8.1,23.2-12.1c7.5-3.9,14.8-8.3,20.9-14.2 c3.4-3.3,6.8-6.8,10.2-10.2c3.5-3.4,7-6.8,10.4-10.3c1.4-1.4,2.8-2.9,4.2-4.3c1.4-0.5,2.8-1.1,4.2-1.7c-1.2,1.9-2.5,3.8-3.9,5.5 c-2.8,3.4-5.5,6.8-8.3,10.2c-5.5,6.7-11,13.2-17,19.4c-5.2,5.3-10.1,11.2-16.4,15.2c-3.1,1.8-6.4,3.3-9.8,4.5 c-2.9,0.9-5.7,2.3-8.2,4c-3,2.3-5.8,4.8-8.4,7.5c-2.7,2.7-5.4,5.4-8.1,8.1c-5.3,5.4-10.8,10.7-17.1,14.9 c-7.1,4.7-15,8-22.9,11.2c-3.9,1.6-7.8,3.2-11.6,5c-3.9,1.8-7.6,3.9-11.3,6c-7.3,4.2-14.5,8.7-21.9,12.8 c-3.7,2.1-7.4,4-11.2,5.8c-3.8,1.8-7.6,3.7-11.3,5.8C798.9,1157.3,797.3,1158.3,795.7,1159.2 M859.6,1173.8 c10.3-6.8,20.6-13.9,32-18.7c5.3-2.2,10.7-3.9,16.1-6c5.5-2,10.6-4.7,15.4-8.1c2.6-1.9,5.1-3.9,7.8-5.7c2.6-1.8,5.3-3.5,8-5.2 c5.4-3.3,10.9-6.4,16.4-9.5c5.4-3.1,10.8-6.2,16-9.7c5-3.5,9.9-7.1,14.9-10.6c5.1-3.6,10.5-6.8,16-9.7c6-3,12-5.8,18.2-8.5 c0.7-0.3,1.3-0.6,2-0.9c-5,6.7-10,13.5-14.9,20.4c-4.1,2.9-8.8,4.7-13.4,6.7c-2.4,1-4.7,2-7,3.2c-2.4,1.3-4.8,2.8-7.2,4.2 c-9.8,5.8-19.6,11.6-29.4,17.3c-4.9,2.9-9.9,5.7-14.8,8.5c-4.8,2.7-9.8,5.3-14.5,8.2c-4.4,2.6-8.8,5.5-13.8,6.8 c-2.6,0.5-5.2,0.9-7.9,1.1c-2.4,0.3-4.8,0.9-7,1.9c-4.2,2-8.2,4.5-12,7.3c-4.1,2.9-8.2,6-12.4,8.8c-0.7,0.5-1.4,0.9-2.1,1.3 C863.8,1176,861.7,1174.9,859.6,1173.8 M870.8,1179.4c-1.1-0.5-2.2-1.1-3.2-1.6c7.8-4.9,14.7-11,22.7-15.4c2-1.2,4.1-2,6.3-2.6 c2.5-0.6,5.1-0.7,7.7-1.1c2.6-0.3,5.1-1,7.4-2.1c2.3-1,4.6-2.2,6.8-3.6c9.6-5.7,19.3-11,29-16.5c9.8-5.7,19.6-11.5,29.4-17.3 c4.6-2.9,9.4-5.6,14.3-8c4.5-2.1,9.3-3.7,13.7-6.1c-0.8,1.2-1.7,2.4-2.5,3.6c-33.2,26.4-68.7,50.8-107.9,66.5 c-6.2,2.5-12.5,4.7-18.9,6.6C874,1181,872.4,1180.2,870.8,1179.4 M1257,1059.8l-0.3,0.1c-14.2,5.1-28.2,10.7-42.3,16.2 c1.3-1.1,2.6-2.1,3.9-3.2c2.6-2.3,5.2-4.6,7.7-7c4.9-4.8,9.5-9.9,14-15.1s8.8-10.5,13.2-15.8c4.4-5.3,8.9-10.7,13.6-15.7 c2.2-2.4,4.5-4.7,6.9-6.9c0.1,0,0.3-0.1,0.4-0.2c0.3-0.3,0.7-0.7,1.1-1l3.9-2.1c0.4-0.1,0.7-0.2,1.1-0.3 c0.3-0.1,0.6-0.2,0.9-0.4c0,0,0.1,0,0.1,0c6.9-3.1,14-5.8,21.1-8.4c3.2-1.2,6.4-2.3,9.5-3.7c3-1.4,5.9-2.9,8.7-4.5 c5.8-3.2,11.4-6.7,17.5-9.4c2.9-1.3,6-2.3,9.1-2.9c1.5-0.2,3-0.4,4.5-0.3c-5.7,5-11.8,9.5-17.6,14.3c-3.1,2.5-6.2,5.1-9.1,7.9 c-2.9,2.8-5.5,5.8-8.2,8.8c-5.8,6.5-11.6,13-17.8,19.2c-5.8,5.7-12,10.9-18.7,15.6c-6.6,4.7-13.5,9-20.3,13.2L1257,1059.8 M1280.4,1006.7l0.1-0.1L1280.4,1006.7L1280.4,1006.7z M1311.6,1039.7c-3.7,1.7-7.5,3.3-11.3,4.9c-7,3.1-14.2,5.8-21.6,8.1 c-5.1,1.6-10.2,3.2-15.3,4.8c5-3.1,10-6.3,14.9-9.7c6.7-4.6,13.1-9.6,19-15.2c6.3-6,12.2-12.6,18-19.1c2.7-3,5.4-6.2,8.3-9.1 c2.8-2.9,5.8-5.6,8.9-8.1c6.3-5.2,12.9-10.1,19.1-15.4c0.7-0.6,1.3-1.2,2-1.8c0.8,0.1,1.7,0.1,2.5,0.3c2.8,0.4,5.6,0.9,8.5,1.2 c-3.4,3-6.9,5.9-10.3,8.9c-1.6,1.4-3.2,2.7-4.7,4.2c-1.7,1.7-3.3,3.4-4.8,5.3c-3.5,4.4-6.7,9-9.6,13.8c-1.5,2.4-3,4.8-4.6,7.1 c-1.6,2.2-3.2,4.3-5.1,6.3c-3.9,4.3-8.1,8.3-12.4,12.1C1312.6,1038.8,1312.1,1039.3,1311.6,1039.7 M1316.2,1037.7 c3.1-2.8,6.1-5.7,9-8.7c1.9-2,3.8-4.2,5.5-6.4c1.7-2.2,3.1-4.5,4.6-6.8c3-4.7,6-9.4,9.4-13.9c1.6-2.1,3.4-4.2,5.2-6.1 c1.3-1.4,2.8-2.6,4.2-3.8c3.8-3.3,7.8-6.6,11.5-9.9c0.4-0.3,0.7-0.7,1.1-1c3.1,0.2,6.1-0.1,9.1-0.9c-0.6,4.4-3.6,8.1-6.5,11.4 c-1.6,1.8-3.2,3.6-4.7,5.5c-1.6,2.1-2.8,4.4-4.2,6.6c-3,4.6-6.3,8.9-10,12.9c-2,2.3-4.1,4.6-5.9,7.1c-0.5,0.6-0.9,1.3-1.4,1.9 C1334.3,1029.6,1325.3,1033.7,1316.2,1037.7 M1437.8,864.7c3.5,1.4,7.4,3.6,11.2,2.8c9.4,5.1,18.7,10.6,27.1,17.4 c4.4,3.6,8.5,7.5,12.3,11.7c3.1,3.5,4.4,6.6,9.6,6c1.2-0.2,2-1.3,3.6-1.2c0.8,0,1.6,0.2,2.3,0.5c1.6,0.7,3.1,1.6,4.4,2.7 c3.1,2.7,5.9,5.8,8.2,9.2c3.6,5,7.6,10.8,9.4,16.9c-10.2,3.5-20.4,7.2-30.3,11.4c-4,1.7-8,3.5-11.8,5.5 c-2.4,1.2-4.7,2.7-6.8,4.4c-5,0.1-10-0.3-15-1.2c-0.8-10.9-1.1-21.7-1.7-32.6c-0.3-5.7-0.7-11.3-1.4-17c-0.3-2.6-0.6-5.2-1-7.8 c-0.1-1.2-0.3-2.3-0.6-3.5c-0.4-1.1-1.9-1.3-2.9-1.8c-5.1-2.7-9.2-6.9-14.1-10c-1.2-4.4-2.2-8.9-3-13.4L1437.8,864.7 M1433.2,859.7c0.4,0.6,0.8,1.2,1.1,1.8c0.6,3.6,1.3,7.1,2.1,10.7c0.4,1.8,0.8,3.6,1.3,5.4c0.1,0.7,0.3,1.4,0.7,2.1 c0.6,0.5,1.3,0.9,2,1.3c4.9,3.3,9.2,7.6,14.6,10c3.4,20,3.1,40.5,4.5,60.7c0,0.6,0.4,1,0.9,1.2c5.4,1.2,10.9,1.8,16.3,1.5 c1.5,0,2.2-1.1,3.4-1.9c1.2-0.8,2.5-1.6,3.8-2.4c8.1-4.5,16.8-7.8,25.4-11c6.1-2.3,12.2-4.4,18.3-6.5c5.8,1.5,11.8,2.2,17.8,2.3 c-18.5,12.2-36.2,25.4-53.1,39.7c-10,8.5-19.9,17-31.8,22.8c-18.6,8.9-39.5,12.9-59.5,17.1c-10,2.1-20.3,2.9-29.5,7.6 c-8.2,4.3-16.2,9.1-24,14.2c-4.8,3-9.5,6.1-14.2,9.3c2.3-4,4.4-8.2,6.6-12.2c1.3-2.3,2.7-4.6,4.1-6.8c0.1-0.1,0.2-0.2,0.2-0.3 c0.1-0.2,0.2-0.4,0.4-0.5c1.8-2.6,3.8-5,6-7.3c3.7-4,7.1-8.4,10.2-12.9c1.5-2.3,2.7-4.7,4.3-6.9c1.5-2,3.2-3.8,4.8-5.7 c3.5-4,7.2-8.4,7.4-14c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c-6.3,2-12.5,0.9-18.8,0c-3-0.5-6.1-0.7-9.1-0.5 c-3.1,0.3-6.2,1.1-9,2.3c-6.2,2.3-11.8,5.7-17.5,9c-2.9,1.6-5.8,3.3-8.7,4.8c-3.1,1.5-6.3,2.8-9.5,3.9 c-7.1,2.7-14.2,5.3-21.1,8.3c3.1-4.5,6.6-8.7,10.5-12.6c4.6-4.6,9.5-8.9,14.7-12.8c2.4-1.9,4.9-3.7,7.5-5.3 c2.7-1.7,5.5-3.2,8.4-4.6c5.7-2.9,11.5-5.6,16.8-9.1c5.3-3.5,10-8,15-11.9c5.1-4.2,10.6-7.8,16.5-10.9c5.1-2.6,10.7-4,15.7-7.1 c4.4-2.8,8.3-6.1,11.9-9.9c7.4-7.6,13.6-16.4,21.8-23.2c1-0.8,2.1-1.7,3.2-2.4c0.3-0.2,0.4-0.5,0.4-0.9 c-0.7-2.5-0.1-5.2,0.6-7.6c0.8-2.9,1.8-5.7,2.7-8.5c1.1-3.4,1.8-6.8,2.6-10.2C1431.7,865.8,1432.4,862.8,1433.2,859.7 M1406.3,873.4c5.2-3.6,9-8.5,12.2-14c0.7-1.2,0.5-1.2,1.9-1.5c1.2-0.3,2.4-0.6,3.6-0.9c2.1-0.6,4.2-1,6.3-1.1 c0.6,0.7,1.2,1.4,1.7,2.1c-1.5,5.7-2.9,11.5-4.3,17.3c-1.2,4.6-3.1,9.1-4.1,13.7c-0.5,2-0.6,4.1-0.3,6.2 c-8.5,6.2-15,14.6-22,22.4c-3.5,4-7.3,7.6-11.6,10.8c-2.1,1.5-4.3,2.9-6.6,4c-2.6,1.2-5.4,2-8,3.2c-5.9,2.7-11.6,6-16.7,10 c-5.3,3.9-10.1,8.3-15.3,12.3c-10.2,7.9-22.9,11.7-33.2,19.3c-9.8,7.2-19.3,15.5-26.6,25.3c-5.6,4.1-10.9,8.7-15.7,13.7 c-4.9,5-9.4,10.4-13.9,15.7c-4.4,5.3-8.7,10.6-13.1,15.8s-9,10.3-13.8,15.2c-4.9,4.9-10.1,9.5-15.6,13.8c-0.5,0.4-1,0.8-1.6,1.2 c-14.4,5.6-29.1,10.5-44,14.5c-7.7,2-15.4,3.7-23.2,5.1c-1.1,0.2-2.3,0.4-3.4,0.6c4-2.5,8-4.9,11.9-7.5 c4.9-3.3,9.8-6.7,14.7-10.1c9.7-6.8,19.3-13.7,29.4-19.9c4.5-2.7,9.3-5.1,14.2-7.1c4.6-1.9,9.3-3.9,13.4-7 c4.3-3.3,8-7.4,11.6-11.4c3.8-4,7.6-8.1,11.7-11.8c4.5-4,9.3-7.6,13.9-11.4c4.6-3.9,9.2-8,13.7-12c9-8.1,17.9-16.2,27.2-24 c17.7-15,32.8-32.7,49.3-49c8.5-8.4,17.7-16,26.7-23.9c8.8-7.7,17.2-15.8,25.1-24.3C1403.2,876.9,1404.7,875.2,1406.3,873.4 M1359,886.7c0.6-0.1,1.3-0.2,1.9-0.3c8.4-1.2,16.6-3.4,24.5-6.6c1.7-0.7,3.5-1.9,5.4-2c1.5-0.1,3.1,0.2,4.6,0 c2.3-0.3,4.5-1,6.6-1.9c-6.3,7-13,13.7-20,20.1c-8.8,8.1-18.2,15.6-26.9,23.8c-16.9,15.7-31.7,33.6-48.8,49.1 c-4.4,4-9,7.8-13.5,11.7c-4.6,4-9.1,8.1-13.6,12.1c-9,8.1-18,16.2-27.3,23.8c-4.5,3.6-8.9,7.4-13,11.4c-3.9,3.9-7.5,8.1-11.4,12 c-1.9,2-3.9,3.9-6.1,5.6c-2,1.5-4.2,2.7-6.5,3.8c-4.6,2.2-9.5,3.9-14.1,6.2c-5.1,2.7-10,5.6-14.7,8.9c-4.9,3.2-9.7,6.5-14.5,9.9 c-9.6,6.8-19.2,13.7-29.2,19.9c-2.4,1.5-4.9,2.9-7.3,4.5c-1.5,0.2-3,0.3-4.5,0.4c-3.8,0.2-7.6,0.1-11.4,0.4 c-3.5,0.2-6.9,0.8-10.2,2c-3.1,1.2-6.2,2.7-9.1,4.4c-6.3,3.4-12.3,7.2-18.2,11.2c-12,8.2-23.5,17.2-35.8,24.9 c-12.9,8.1-26.5,15-40.6,20.5c-7,2.8-14.1,4.9-21.4,6.5c-7.3,1.5-14.5,2.7-21.5,5c-14,4.6-27.1,11.6-39.9,18.9 c-3,1.7-5.9,3.4-8.9,5.1c-6.2-2.3-12.4-4.8-18.5-7.4c8.4-2.7,16.6-5.9,24.7-9.5c9.4-4.2,18.8-8.2,28.3-12.1 c9-3.6,17.7-7.7,26.3-12.2c8.7-4.7,17.2-9.7,26.2-13.7c8.9-4,18.4-6.2,27.6-9.4c9-3,17.7-6.7,26.2-10.8 c8.7-4.3,18.2-6.7,26.9-11.1c8.3-4.2,15.9-9.6,23.3-15.1c6.8-5,13.9-9.7,20.6-14.9c5.9-4.6,11.3-9.8,17.1-14.5 c5.9-4.9,12.3-9.8,19.6-12.6c3.2-1.2,6.7-1.8,10.1-1.7c4.3,0,8.7-0.5,12.9-1.5c9-2.1,17.5-5.9,25.7-10.1 c7.9-4.1,15.3-9.2,22.1-15c6.7-5.7,12.9-12.1,19.2-18.2c6.9-6.5,13.5-13.3,19.7-20.5c25.6-30.7,56-57.2,79.7-89.5 C1354,894.3,1356.6,890.5,1359,886.7 M1348.9,888c2.7-0.3,5.4-0.7,8.1-1c-21.7,33.3-52,59.4-77.9,89.2 c-6.3,7.2-12.1,14.9-18.9,21.7c-6.3,6.4-12.9,12.5-19.4,18.7c-6.3,6.3-13.2,12-20.5,17.1c-8,5.3-16.6,9.6-25.5,12.9 c-4.4,1.7-8.9,3-13.5,3.8c-4.3,0.8-8.5,0.5-12.8,0.9c-6.6,0.6-12.6,3.9-18,7.6c-6.2,4.4-12.1,9.2-17.7,14.3 c-5.8,5.1-11.8,9.6-18.1,14.1c-7.6,5.4-14.9,11.2-22.7,16.3c-8,5.3-16.7,9.5-25.7,12.6c-9.1,3.2-17.6,7.9-26.5,11.5 c-9,3.6-18.2,6.6-27.5,9.4c-5.8,1.8-11.4,4-16.8,6.7c10.2-9.6,20.1-19.3,30.9-28.3c11.8-9.9,24.2-19,37.2-27.2 c6.7-4.2,13.3-8.5,19.8-13c6-4.2,11.7-8.7,17.6-13c5.6-4.2,11.4-8,17.4-11.4c5.9-3.3,12.2-5.4,18.5-7.7 c26.4-9.8,52.4-20.8,77.2-34.3c24.8-13.5,48.4-29.4,69.3-48.5c2.6-2.4,5.1-4.9,7.9-7.1c2.9-2.4,6-4.5,9.1-6.8 c5.6-3.9,10.7-8.7,14.9-14.1c4.5-6,8.8-12.1,13.4-18c4.7-5.9,9.4-11.8,13.9-17.9c2-2.8,4-5.5,5.8-8.5 C1348.4,888.1,1348.6,888.1,1348.9,888 M1295.7,941.9c17.3-14.5,33.5-30.7,46.4-49.3c0.7-1.1,1.4-2.2,2.2-3.2 c0.5-0.6,1.2-0.9,1.9-1.1c-7.7,12.3-17.7,22.9-26.2,34.7c-4.2,5.8-8.1,11.8-13.6,16.6c-5.5,4.8-11.8,8.6-17.4,13.3 c-5.4,4.6-10.5,9.6-15.9,14.2c-5.5,4.6-11.1,9-16.9,13.3c-11.5,8.4-23.5,16.1-35.9,23.1c-24.7,14-50.7,25.4-77.1,35.5 c-6.2,2.4-12.6,4.4-18.8,7c-6.2,2.8-12.1,6.2-17.6,10.1c-5.6,3.8-10.9,8-16.4,12c-6.2,4.7-12.7,9-19.2,13.3 c-6.6,4.3-13.2,8.3-19.7,12.7c-6.1,4.2-12.1,8.6-17.9,13.3c-12.1,9.6-23.6,20-34.8,30.8c-2.8,2.7-5.5,5.4-8.4,8 c-9.9,5.1-19.4,10.8-29.5,15.5c-9.2,4.2-18.6,7.8-27.9,11.7c-4.3,1.8-8.6,3.8-12.9,5.7c-4.8,2.2-9.8,4-14.8,5.9 c-4.2,1.6-8.3,3.2-12.5,4.5c-4.7-2-9.3-4.1-13.9-6.3c26.1-8.2,50.5-21.3,73.5-36c22.8-14.6,44.4-30.9,65.3-48.1 c13.4-11,26.1-22.8,39.8-33.4c5.2-4,11.6-5.7,17.6-8c33.1-12.3,65.9-25.5,97.8-40.7C1216.3,996.6,1258.8,972.7,1295.7,941.9 M1155,922.6c2-0.5,3.9-0.9,5.9-1.3c0.5,0.3,1,0.1,1.4-0.2l0.3-0.3l0,0l0.9-1c6,4,11.3,9.3,16.1,14.7c2.5,2.7,4.8,5.6,6.8,8.6 c0.7,1,1.3,2.8,2.2,3.6c1.1,0.9,3.3,1.1,4.6,1.8c7.3,3.5,12.9,10.2,17.6,16.5c5.3,7.2,9.9,14.8,14.8,22.2 c-13,7.5-26.3,14.4-39.6,21.1c-33.9,16.9-68.8,31.4-104.2,44.7c-7.1,2.6-14.8,4.7-21.5,8.3c-3.6,1.9-6.8,4.9-9.9,7.5 c-6.5,5.5-13,11.1-19.5,16.6c-7.9,6.7-15.9,13.4-24,19.9c5.9-8.4,12-16.8,18.2-25.1c0.1-0.1,0.2-0.2,0.3-0.4 c2.6-3.5,5.3-7,7.9-10.4c8.8-11.4,17.1-23.4,27.1-33.8c5.2-5.2,10.7-10.1,16.7-14.4c2.8-2.1,5.6-4.4,8.6-6.2 c3.1-1.9,6.5-3.2,10.1-3.8c3.7-0.7,7.3-1.2,10.6-2.9c2.7-1.5,5.1-3.5,7-5.9c3.7-4.7,6-10.4,10-14.9c1.1-1.2,2.3-2.3,3.4-3.6 c1-1.2,1.8-2.6,2.5-4c1.3-2.8,2.1-5.8,2.5-8.8c0.9-6.5,0.8-13.1,2.9-19.3c0.6-1.7,1.3-3.3,2.1-4.8c0.2-0.3,0.1-0.7-0.1-0.9 c-0.2-0.2-0.5-0.4-0.7-0.5c-0.1,0-0.1,0-0.2,0c2.1-3.4,4.5-6.6,7-9.7c2.5-3.6,4.6-7.4,6.4-11.5 C1150.9,923.6,1152.9,923,1155,922.6 M1138.3,928.6c2.7-1.5,5.6-2.8,8.5-3.8c-1.6,3.5-3.5,6.9-5.7,10c-2.6,3.4-5.4,6.7-7.4,10.5 c-0.2,0.3-0.1,0.7,0.1,0.9c0.2,0.2,0.5,0.4,0.8,0.5c0.1,0,0.1,0,0.2,0c-3,5.7-3.7,12.1-4.2,18.4c-0.6,6.3-1.3,12.9-5.6,17.9 c-1.1,1.2-2.3,2.3-3.3,3.6c-1,1.2-1.9,2.4-2.7,3.6c-1.6,2.5-3.1,5.1-4.7,7.6c-1.6,2.6-3.5,4.9-5.8,6.8c-2.9,2.2-6.2,3.6-9.8,4.1 c-3.6,0.5-7.2,1.4-10.6,2.8c-3.1,1.5-6.1,3.4-8.8,5.6c-5.9,4.2-11.5,8.8-16.9,13.8c-10.3,9.9-18.7,21.6-27.3,33 c-3.7,4.9-7.4,9.8-11.1,14.7c0,0,0,0,0,0c-12,5.2-24.1,10.4-35,17.7c-5.1,3.4-10,7-15,10.6c-5.1,3.6-10.3,7-15.7,10 c-11,6.3-22.3,12.2-32.4,19.8c-2.5,1.9-5,3.8-7.7,5.5c-2.4,1.5-5,2.8-7.6,3.9c-5.2,2.2-10.5,3.9-15.8,5.9 c-12.1,4.6-22.9,11.6-33.6,18.7c-1.1,0.7-2.2,1.4-3.3,2.2c-2.6-1.3-5.1-2.7-7.7-4c23.5-12.9,46.6-26.4,69.9-39.6 c6-3.4,12.1-6.8,18.1-10.1c5.5-3,11.2-5.9,16.6-9.2c9.9-6.1,19-13.4,27.7-21c8.9-7.7,17.6-15.7,26.7-23 c4.7-3.8,9.7-7.2,14.6-10.9c4.8-3.7,9.5-7.5,14.2-11.3c4.8-3.9,9.7-7.8,14.7-11.3s10.4-6.6,15.6-9.9 c10.5-6.7,20.3-14.5,29.2-23.1c4.5-4.3,8.9-8.8,13.1-13.4c3.8-4.2,7.3-8.2,9.1-13.6c1.8-5.2,2.4-10.6,4-15.9 c2-6.3,4.5-12.4,7.4-18.3c1.3-2.6,2.6-5.3,3.9-7.9C1136.2,929.9,1137.2,929.2,1138.3,928.6 M1125.7,937c2.3-1.5,4.5-3.1,6.8-4.6 c-2.3,4.7-4.6,9.3-6.6,14.1c-2.3,5.6-4.1,11.4-5.4,17.4c-1.1,5.2-2.3,10.4-5.4,14.9c-1.8,2.5-3.8,4.8-6,7 c-2.1,2.3-4.3,4.6-6.5,6.8c-8.8,9.1-18.4,17.4-28.7,24.7c-5,3.5-10.2,6.4-15.3,9.6c-5.1,3.3-10,6.8-14.8,10.5 c-4.8,3.8-9.5,7.6-14.2,11.5c-4.8,3.9-9.8,7.5-14.8,11.1c-9.4,6.9-18,14.7-26.8,22.3c-8.8,7.7-17.6,15.4-27.2,22.1 c-10.5,7.3-22.1,12.8-33.2,19.1c-23.8,13.3-47.3,27.1-71.2,40.3c-2.6,1.5-5.3,2.9-8,4.4c-1.5-0.8-3-1.6-4.5-2.4 c-0.6-0.3-1.2-0.1-1.6,0.3c-2.4,0.4-4.9,0.5-7.4,0.4c4.6-2,9.2-4.2,13.6-6.6c5.6-3,11.2-6,16.7-9.1c10.9-6,21.7-12.1,32.1-19 c5.3-3.5,10.3-7.3,15.5-10.9c4.7-3.2,9.6-6.2,14.1-9.7c4.8-3.7,9-7.9,13.9-11.5c4.9-3.6,10-6.9,15.2-10.1 c21-12.7,40.4-27.8,58-44.9c8.2-8.1,16.1-16.7,24.6-24.5c4.4-4,9-7.8,13.8-11.2c2.3-1.7,4.6-3.2,7.1-4.5 c2.4-1.2,4.9-2.1,7.2-3.3c4.4-2.3,7.5-6.4,10.4-10.4c3.2-4.4,5.9-9,9-13.5c3.1-4.4,6.5-8.5,10.1-12.6c3.8-4.5,7.5-8.9,11-13.7 c1.5-2,2.9-4.1,4.2-6.2C1116.4,942.5,1121.2,939.9,1125.7,937 M1099.8,950.3c3-1.3,6.1-2.7,9-4.1c-5.7,8.7-12.9,16.4-19.5,24.5 c-6.7,8.1-11.1,17.9-18.4,25.5c-1.8,1.9-4,3.4-6.4,4.5c-2.4,1-4.8,2.1-7.1,3.3c-4.8,2.9-9.3,6.2-13.6,9.8 c-8.9,7.4-16.9,15.8-25,24c-17.1,17.5-36,33-56.6,46.3c-10.1,6.5-20.6,12.4-29.5,20.5c-4.4,4-9.1,7.6-14.1,10.8 c-5,3.3-9.9,6.8-14.8,10.3c-10.1,7.1-20.6,13.6-31.5,19.6c-5.4,3-10.9,6-16.4,9c-5.4,2.9-10.8,5.9-16.5,8.6 c-2.5,1.2-5.1,2.3-7.6,3.4c-5.2-0.8-10.3-2-15.3-3.5c3.8-2.5,7.6-5.1,11.4-7.7c3.9-2.7,8.1-4.9,12.3-7.2 c5-2.7,10.1-5.3,15.3-7.8c5.2-2.5,10.3-5.4,15.1-8.6c4.7-3.1,9.5-6.2,14.4-8.9c5-2.8,10-5.4,15-8c5-2.7,9.9-5.4,14.6-8.6 c4.7-3.1,9.1-6.8,13.7-10.1c9.2-6.6,18.8-12.6,27.3-20.1c8-7.2,15-15.5,23.4-22.3c4.5-3.6,9.3-6.8,14-10.1 c4.6-3.2,9.1-6.4,13.6-9.7c9.1-6.6,17.9-13.8,26.1-21.5c1.9-1.8,3.8-3.6,5.8-5.3c1.9-1.5,4-3,6-4.4c4-2.6,7.7-5.5,11.1-8.8 c3.7-3.8,6.3-8.5,9.2-12.8c3.3-5,6.6-10,9.8-15.1c1.4-2.2,2.7-4.5,4-6.8C1085.8,956.2,1092.8,953.3,1099.8,950.3 M1048.2,971.9 c0.1-0.1,0.2-0.1,0.2-0.2c1.8-1.6,3.8-2.9,5.9-3.9c2.2-0.9,4.4-1.7,6.6-2.4c5.2-1.8,10.3-3.7,15.4-5.6 c-5.5,9.4-11.7,18.4-17.7,27.5c-2.8,4.1-6.3,7.7-10.4,10.5c-3.8,2.8-7.8,5.4-11.4,8.4c-4.2,3.4-7.9,7.4-12,11 c-4.3,3.7-8.7,7.3-13.2,10.7c-9,6.8-18.2,13.2-27.4,19.7c-4.4,3.1-8.7,6.5-12.6,10.3c-3.9,3.7-7.5,7.5-11.3,11.3 c-3.9,3.9-8.1,7.6-12.5,11c-4.5,3.4-9.2,6.6-13.8,9.8c-9.4,6.5-18.1,13.8-28.1,19.5c-9.8,5.6-20,10.3-29.6,16.4 c-4.8,3-9.5,6.3-14.4,9.1c-4.9,2.8-10.1,5-15.2,7.6c-5.3,2.7-10.5,5.5-15.6,8.5c-3.6,2.1-6.9,4.6-10.4,6.9 c-2.1,1.4-4.2,2.8-6.3,4.2c-0.5-0.1-0.9-0.2-1.4-0.4c-4.4-1.2-8.9-2-13.5-2.5c-0.3,0-0.6,0-0.9-0.1c2.7-1.6,5.5-3.2,8.3-4.7 c3.8-1.9,7.7-3.6,11.5-5.6c7.5-3.9,14.7-8.3,22-12.6c7.3-4.4,14.9-8.4,22.8-11.8c8-3.4,16.3-6.5,23.9-10.8 c13.3-7.5,22.7-19.8,33.9-29.9c2.5-2.4,5.4-4.4,8.5-5.8c3-1.3,6.2-2.2,9.2-3.6c6.9-3.1,12-8.5,17.2-13.9c2.9-3,5.8-5.9,8.6-9 c2.9-3.2,5.7-6.5,8.5-9.8c2.7-3.3,5.5-6.6,8.2-9.9c2.3-2.7,4.5-5.4,6.5-8.3c0.9-1.3,1.7-2.6,2.5-4c1.5-0.6,3-1.3,4.5-2 c15.2-7,28.9-16.6,39.8-29.4C1038.9,982.9,1043,976.5,1048.2,971.9 M957,941c2.4,0.8,4.9,1,7.4,0.7c7.7,3.6,16.2,5.2,24.5,6.3 c4.5,0.5,9,0.9,13.5,1.2c1,0.1,2,0.1,3.1,0.2c1,0.2,2,0.2,2.9-0.1c0.5-0.2,0.8-0.6,1.4-0.7c0.8-0.1,1.6,0,2.4,0.1 c1,0.2,1.9,0.5,2.9,0.7c7.5,10.3,19.3,16.1,30.4,21.9c-3.3,3.5-6.4,7.2-9.2,11c-9.3,11.8-20.9,21.6-34.1,28.8 c-15.4,8.4-32.3,14.1-49.5,18.3c2.1-1.6,4.1-3.4,5.8-5.5c1.3-1.5,2.3-3.3,3.1-5.1c0.7-1.6,1.1-3.3,1.7-5 c0.6-1.8,1.4-3.6,2.5-5.2c1.1-1.5,2.4-2.8,3.5-4.2c1.3-1.4,2.2-3.1,2.9-4.9c0.7-1.9,1.2-3.8,1.8-5.7c0.5-1.9,1.2-3.7,2.1-5.4 c0.8-1.5,1.8-2.9,2.9-4.3c1.9-2.3,4-4.5,5.8-6.9c1.2-1.6,2.6-3.8,2-5.9c-0.8-2.7-4-3.8-6.4-4.5c-2.9-0.7-5.7-1.6-8.4-2.7 c-2.5-1.1-4.5-3.3-5.3-5.9c-0.2-0.8-0.4-1.6-0.4-2.4c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c0.2,0,0,0-0.1,0s-0.1,0-0.2,0 c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.2-0.1l-0.1,0l0,0c-0.2-0.1-0.4-0.2-0.5-0.3c-0.8-0.5-1.5-1.1-2.2-1.8 c-0.3-0.3-0.7-0.7-1-1.1c0,0,0,0,0,0c-1.5-1.7-2.8-3.5-4-5.4c-0.9-1.3-1.7-2.7-2.6-4C954.4,941.1,955.8,940.5,957,941 M931.9,964.8c0-0.4,0.1-0.8,0.1-1.2c2.1-3.5,4.6-6.7,7.3-9.7c1.9-1.9,4-3.6,6.4-4.8c1.4-0.8,2.9-1.4,4.4-2 c0.4-0.2,0.8-0.3,1.2-0.5c0.9-0.4,1.3-1.7,1.8-2.8c1.5,2.3,3,4.6,4.7,6.8c0.4,0.5,0.8,1.1,1.3,1.6c-2,6.4-4.9,12.4-7.7,18.5 c-2.8,6.3-4.5,13.1-6.6,19.7c-1.8,5.7-4.2,11.3-7.1,16.5c-2.9,5.2-6.3,10.1-10,14.8c-3.7,4.7-7.8,9.2-11.9,13.6 c-0.3,0.3-0.6,0.6-0.9,0.9l-0.8,0.1c-3.6,0.5-7.3,1-10.9,1.5c2.8-3.8,5.7-7.7,8.5-11.5c3.3-4.4,6.3-9.1,9-13.9 c2.6-4.4,4.5-9.2,5.7-14.1c0.6-2.6,0.8-5.3,1.2-7.9c0.4-2.8,0.8-5.6,1.3-8.4c0.5-2.9,1.3-5.7,1.8-8.5 C931.3,970.8,931.6,967.8,931.9,964.8 M915.1,985c4.9-5.1,9.3-10.5,13.4-16.2c0.6-0.8,1.1-1.6,1.6-2.4c-0.2,1.7-0.3,3.3-0.6,5 c-0.4,2.9-1.2,5.7-1.7,8.6c-0.5,2.7-1,5.5-1.4,8.2c-0.4,2.7-0.6,5.5-1.1,8.3c-1,4.9-2.7,9.5-5.1,13.9c-2.6,4.8-5.5,9.4-8.7,13.8 c-3.2,4.5-6.6,8.9-9.9,13.4c-0.2,0.3-0.4,0.5-0.6,0.8c-1.3,0.2-2.7,0.3-4,0.5c-0.4-0.1-0.9,0-1.2,0.3l-0.1,0.1 c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.5,0.1-1,0.2-1.4,0.2 c-1.3,0.1-2.5,0.2-3.8,0.5c-1.1,0.3-1.3,1.1-2,2c-1,1.4-2.3,2.8-3.3,4.2c-1,1.4-1.6,3-3,4c-1.3,0.9-2.7,1.6-4,2.4 c-2.7,1.8-5.4,3.8-7.9,5.8c-3.6,2.9-7,5.9-10.5,9c2.7-5,5.9-9.7,9.5-14c4.6-5.6,9.7-10.7,14.8-15.9s10.3-10.2,15-15.7 c2.1-2.4,4.1-4.9,5.8-7.6c1.4-2.3,2.5-4.9,3.3-7.5c0.9-3.1,1.3-6.4,2.3-9.5c1.2-3.8,2.8-7.5,4.3-11.2 C914.6,986.1,914.9,985.5,915.1,985 M905.6,994.4c2.3-2.1,4.5-4.3,6.7-6.5c-1,2.4-1.9,4.7-2.8,7.1c-0.6,1.5-1.1,3.1-1.5,4.7 c-0.4,1.6-0.6,3.3-1,4.9c-0.6,2.7-1.6,5.4-2.9,7.9c-1.4,2.5-3.1,4.9-5.1,7.2c-4.6,5.6-9.7,10.7-14.8,15.8s-10.2,10.2-14.9,15.7 c-4.8,5.5-8.9,11.6-12.3,18.1c-0.2,0.5-0.5,1-0.7,1.5c-5.9,5-12,9.8-18.9,13.2c-0.4,0.2-0.8,0.4-1.1,0.5 c2.8-4.3,5.6-8.5,8.7-12.6c1.8-2.4,3.6-4.7,5.6-6.9c1.9-2.2,4-4.1,6.1-6.1c3.9-3.6,7.5-7.5,10.6-11.8c1.8-2.5,3.3-5.1,4.9-7.7 c1.6-2.7,3.2-5.4,4.6-8.2c1.3-2.8,2.4-5.6,3.3-8.6c0.8-2.9,1.7-5.8,2.7-8.6c0.1-0.3,0.2-0.5,0.3-0.8 C890.9,1007.3,898.4,1001,905.6,994.4 M655.3,929.1c0-0.1,0-0.2,0-0.3c0.1-1.6,0.2-3.1,0.3-4.7c0.1-1.4,0.1-2.8,0.2-4.2 c0.6,0.1,1.1,0.1,1.7,0.2c1.6,0.1,3.1,0.3,4.7,0.5c1.9,0.2,2.6,0,3.4,1.6c0.9,1.8,1,4.7,1.5,6.7c0.6,2.5,1.3,5,2.1,7.5 c2.8,8.8,6.9,17.6,13.5,24.2c3,3,6.5,5.3,10.3,6.9c2.1,0.8,4.9,2,7.1,1.9c2.6-0.1,4.8-2.1,7.7-1.7c2.9,0.4,5,4.9,6.7,7.2 c1.5,2,3.1,3.9,4.8,5.7c2.4,2.9,5.4,5.2,8.8,6.9c9.1,3.9,19.8-2.5,28-6.3c1.8,2,3.1,2.7,3.5,5.9c0,0.5,0.5,0.9,1.1,0.9 c0,0,0.1,0,0.1,0c15.9,14,33.1,24.8,53.4,31.6c3.1,1,6.7,2.6,10,2.9c2.6,0.3,5.8-0.5,8.4-1c5.9-1.5,11.7-3.5,17.3-6 c12.5-5.2,25.7-11.3,39.5-10c-10.9,8.9-22.4,17.1-34,25c-1.4,1-2.8,1.9-4.2,2.9c-1.3,0.8-2.6,1.7-3.6,2.9 c-2.1,2.8-4.3,5.6-6.4,8.4c-4,5.3-8,10.5-12.1,15.8c-7.8,10-15.7,19.9-24.1,29.4c-2,2.3-4.1,4.5-6.2,6.7c-3.2,1-6.5,1.9-9.7,2.9 c-16.8,5.1-33.5,10.2-50.1,15.6c-4.4,1.4-8.7,2.8-13,4.3c-17.2-7-34.4-14.2-51.4-21.9c-4.2-1.9-8.4-3.8-12.6-5.8 c-1.1-0.5-2.2-1-3.3-1.5c-0.9-0.4-1.6-0.6-2.1-1.5c-1-1.7-1.8-3.5-2.8-5.2c-4-6.1-8.7-11.7-14.2-16.6 c-5.9-5.5-12.1-10.6-17.7-16.4c-0.2-0.2-0.4-0.3-0.6-0.3l0,0c-13.1-3.6-20.2-15.2-26-26.6c-1.4-2.8-2.8-5.7-4.3-8.6 c3.9,1.7,7.8,3.6,11.5,5.7c4.4,2.4,8.8,4.7,13.1,7.1c2.2,1.1,4.3,2.4,6.3,3.9c1.7,1.5,3.3,3,4.7,4.7c2.6,2.7,5.4,5.1,9.2,5.5 c1.9,0.1,3.7,0.4,5.5,1c0.6,0.2,1.1,0.5,1.7,0.8c0,0,0.1,0,0.1,0.1c1.4,0.7,2.7,1.6,4,2.5c1.7,1.2,3.6,2.1,5.5,2.7 c2.2,0.5,4.4,1.2,6.4,2.2c3.7,2.1,6.1,6,9,9c1.4,1.4,3,2.7,4.6,4c1.6,1.4,3.1,2.8,4.6,4.3c3.4,3.3,7,6.5,10.8,9.4 c3.5,2.9,7.5,5,11.9,6.3c0.4,0.1,0.9-0.1,1-0.6c0-0.1,0-0.1,0-0.2c-0.2-3.7-0.9-7.3-2-10.7c-1.1-3.4-2.7-6.6-4-10 c-2.3-6.2-2.8-13-5.8-18.9c-2.5-5-6.8-8.4-10.6-12.2c-1.9-1.8-3.5-3.9-4.7-6.3c-1.3-3-2.1-6.2-2.5-9.4c-1.2-6.9-2.1-14-4.3-20.7 c-0.9-3.2-2.3-6.2-4-9.1c-1.5-2.1-3.1-4-4.8-5.8c-1.8-1.9-3.4-4.1-4.7-6.5c-0.5-0.9-0.7-1.9-0.5-2.9c0.3-1.1,0.8-2.1,1.5-3 c1.3-2,1.2-4.7-0.4-6.6c-1.5-1.8-3.8-2.9-5.7-4.3c-0.9-0.6-1.7-1.4-2.3-2.4c-0.5-1.1-0.5-2.3-0.2-3.5c0.8-2.7,2.8-5.1,4.5-7.3 c0.9-1.1,1.6-2.3,2.4-3.5c0.7-1.4,1.3-2.9,1.6-4.4C654.8,933.3,655.1,931.2,655.3,929.1 M621,992.4c0.2-1.6,0.7-3.1,1.5-4.4 c0.8-1.4,1.6-2.9,2.3-4.5c0.7-1.7,1.3-3.3,1.9-5c1.4-3.4,2.9-6.8,4.4-10.2c3.1-6.8,6.6-13.4,10.3-19.9c1.7-3,3.5-6.1,5.3-9 c1.8-3,3.9-5.7,6.3-8.1c0.1-0.1,0.3-0.3,0.4-0.4c-0.2,3.1-1.1,6.2-2.7,9c-1.6,2.5-3.6,4.7-5.1,7.2c-1.3,2.1-2.3,4.8-1.4,7.3 c0.5,1.1,1.2,2.1,2.1,2.8c-1.8,2.9-3.7,5.7-5.5,8.6c-0.6,1-1.1,2-1.7,3c-0.7,1.2-1.4,2.3-2.2,3.4c-1.7,2.5-3.3,5.1-4.8,7.7 c-1.4,2.4-2.2,5.1-2.4,7.9c0,2.8,1.5,5.2,3.2,7.3c1.8,2.3,4,4.2,5.8,6.6c0.8,1.1,1.5,2.2,2,3.5c0.5,1.4,1,2.8,1.4,4.2 c0.9,3.2,1.6,6.4,2.1,9.7c0.5,3,0.7,6.1,0.6,9.1c-0.3,3.8-0.9,7.6-1.8,11.3c-0.1,0.7-0.3,1.4-0.4,2c-1.4-0.6-2.8-1-4.3-1.2 c-1.5-0.1-3-0.3-4.4-0.6c-1.8-0.7-3.5-1.8-4.8-3.2c-1.6-1.5-3.1-3.2-4.7-4.8c-1.7-1.6-3.6-3-5.6-4.1c-4.4-2.6-8.9-4.9-13.4-7.3 c1.7-2.9,3.5-5.9,5.4-8.7c0.8-1.2,1.8-2.4,2.8-3.6c1-1.1,2.1-2.2,3.1-3.3c2-2.1,4-4.4,4.3-7.4 C621.2,995.7,620.9,994.1,621,992.4 M653.7,976.8c1.6,2.3,3.5,4.3,5.3,6.4c1.4,1.6,2.6,3.3,3.6,5.2c-3.1,7.4-5.3,15.2-6.4,23.2 c-0.5,3.9-0.8,7.7-1.1,11.6c-0.3,3.7-0.7,7.5-1.2,11.2c-0.6,4.1-1.4,8.1-2.5,12.1c-0.6-0.2-1.2-0.5-1.8-0.8 c-1-0.5-1.9-1.1-2.8-1.7c0.7-3.1,1.4-6.1,1.8-9.2c0.4-3.3,0.5-6.6,0.3-9.9c-0.1-3.5-0.3-6.9-0.5-10.4c-0.1-1.7-0.1-3.5-0.2-5.2 c0-1.6,0-3.1,0-4.7c0-1-0.1-2.1-0.3-3.1c-0.3-1-0.6-2.1-1-3c-1-2.5-2.1-4.9-3.2-7.4c-1.1-2.2-1.7-4.7-1.8-7.2 c0.1-2.4,0.7-4.8,1.6-7c2.2-5.2,5-10,8.3-14.5c0.2-0.3,0.4-0.5,0.6-0.8c0.7,0.7,1.1,1.6,1.2,2.6c0,1.1-0.4,2.2-1.1,3.1 c-0.7,1-1.1,2.1-1.3,3.2C651.1,972.8,652.4,975,653.7,976.8 M676.8,1046.4c0-1.4-0.2-2.9-0.6-4.3c-0.4-1.2-0.9-2.3-1.5-3.4 c-1.3-2-2.3-4.2-3.1-6.5c-0.4-2.3-0.2-4.7,0.7-6.8c0.5,1,1.1,2,1.7,2.9c3,4.3,7.4,7.2,10.7,11.3c1.9,2.4,3.4,5.1,4.3,8.1 c1.1,3.2,1.7,6.5,2.6,9.8c0.4,1.6,0.8,3.1,1.4,4.6c0.6,1.6,1.3,3.2,2,4.8c1.5,3.3,2.6,6.8,3.4,10.4c0.3,1.5,0.5,3,0.6,4.6 c-7.6-2.4-13.7-8.3-19.4-13.6c-1.3-1.2-2.6-2.4-3.9-3.6C675.7,1058.6,677.2,1052.5,676.8,1046.4 M669.9,1031.3 c0.5,2.4,1.4,4.8,2.8,6.9c0.6,1,1.2,2.1,1.6,3.2c0.5,1.2,0.8,2.4,0.9,3.7c0.2,3.1,0.1,6.2-0.2,9.3c-0.3,2.9-0.7,5.9-0.7,8.8 c-1.2-1.1-2.5-2.2-3.7-3.3c-3.2-2.8-5.5-6.5-8.8-9.2c-0.8-0.6-1.6-1.2-2.5-1.7c1.3-4.9,2.1-10,3.1-14.9c1-5,2.5-9.8,4.4-14.4 c0.8-1.8,1.7-3.6,2.6-5.4c0.4,3,1.1,6,2,9C670.5,1025.8,669.6,1028.6,669.9,1031.3 M665.7,1018.2c-1,2.2-1.9,4.5-2.7,6.9 c-1.5,5.1-2.7,10.3-3.6,15.5c-0.5,2.7-1,5.3-1.7,7.9c-0.6-0.2-1.2-0.4-1.8-0.6c-1-0.3-2-0.6-3-0.9c1.9-7.2,3.1-14.6,3.6-22 c0.3-3.8,0.5-7.5,0.9-11.3c0.5-4,1.2-8,2.2-12c1-3.9,2.3-7.7,3.8-11.5c2.8,6.3,4,13.3,5.2,20.1c0.1,0.5,0.2,0.9,0.2,1.4 C667.8,1013.9,666.7,1016,665.7,1018.2 M643.1,974.3c-1.1,2.3-1.9,4.8-2.4,7.4c-0.2,1.1-0.3,2.3-0.2,3.4 c0.1,1.3,0.4,2.5,0.8,3.7c0.9,2.6,2.1,5.2,3.2,7.7c0.5,1.1,0.9,2.3,1.3,3.4c0.3,0.9,0.6,1.8,0.7,2.7c0.1,1.2,0.2,2.4,0.1,3.6 c0,1.7,0,3.4,0.1,5.2c0.1,3.5,0.3,6.9,0.5,10.4c0.2,3.4,0.2,6.8,0.1,10.3c-0.3,3.2-0.8,6.4-1.6,9.5c-0.1,0.5-0.2,0.9-0.3,1.4 c-0.4-0.2-0.8-0.5-1.1-0.7c-0.1,0-0.2-0.1-0.2-0.1c0.7-3.8,1.6-7.5,2.1-11.3c0.3-3.1,0.3-6.2,0-9.3c-0.3-3.3-0.9-6.6-1.7-9.8 c-0.4-1.5-0.8-3.1-1.3-4.6c-0.4-1.4-0.9-2.7-1.5-4c-1.5-2.5-3.3-4.8-5.4-6.8c-1.8-1.9-3.8-4.1-4.6-6.7c-0.7-2.4,0.1-5,1.1-7.2 c1.3-2.7,2.8-5.3,4.5-7.8c1.5-2.2,3-4.4,4.2-6.7c0.6-1.2,1.4-2.3,2.1-3.4c1-1.6,2.1-3.1,3.1-4.7c0.4-0.6,0.7-1.2,1.1-1.8 c0.5,0.4,1,0.7,1.5,1c0.7,0.4,1.4,0.9,2,1.4C648.2,964.8,645.4,969.4,643.1,974.3 M648.3,922.5c0.1-0.1,0.1-0.1,0.1-0.2 c1.4-2.2,3.5-2.6,5.8-2.5c-0.2,2.9-0.2,5.8-0.4,8.7c-1.3,1.1-2.5,2.3-3.6,3.5c-1.1,1.3-2.1,2.7-3.1,4.1c-2,2.9-3.7,5.8-5.5,8.8 c-3.7,6.5-7.3,13.1-10.5,19.9c-1.6,3.4-3.1,6.7-4.6,10.2c-0.7,1.7-1.4,3.4-2.1,5.1c-0.6,1.6-1.2,3.2-2,4.7 c-0.8,1.4-1.6,2.9-2.3,4.5c-0.6,1.6-0.8,3.2-0.7,4.9c0.2,1.6,0.1,3.2-0.4,4.7c-0.5,1.2-1.3,2.3-2.1,3.2c-1.9,2.3-4.2,4.2-6,6.6 c-2.1,2.9-4.1,5.9-5.9,9.1c-0.3,0.6-0.7,1.1-1,1.7c-4.7-2.6-9.4-4.9-14.4-7c-1.2-2.3-2.4-4.6-3.8-6.8c-1.4-2.3-2.8-4.5-4.5-6.6 c2.3-1.9,4.6-3.8,7-5.6c1.3-1,2.6-2,3.8-3c1.1-0.9,2.2-1.9,3.4-2.8c3-2.3,6.2-4.3,9.5-6.1c2.9-1.7,6-3.3,8.4-5.8 c4.4-4.6,6.9-10.6,10.5-15.7c1-1.4,2.2-2.7,3.2-4c1.2-1.6,2.4-3.2,3.6-4.9c2.3-3.3,4.4-6.6,6.4-10.1c2-3.3,3.7-6.7,5.7-10 C644.7,928.5,646.7,925.6,648.3,922.5 M640.2,924c2-0.7,4-1.1,6.1-1.1c-1.1,2-2.3,3.8-3.5,5.7c-2,3.2-3.8,6.5-5.7,9.7 c-3.8,6.9-8.3,13.4-13.2,19.6c-4,4.8-6.4,10.7-10.3,15.6c-0.9,1.2-2,2.2-3.1,3.1c-1.4,1-2.8,2-4.3,2.8c-3.2,1.9-6.5,3.6-9.5,5.8 c-1.4,1-2.7,2.1-4,3.2c-1.1,0.9-2.2,1.8-3.4,2.7c-2.7,2.1-5.4,4.1-8,6.3c-0.3,0.2-0.5,0.4-0.8,0.7l0-0.1c-1-1.2-2-2.3-3-3.3 c-0.6-0.5-1.2-1.1-1.6-1.8l-0.2-0.3c4.9-3.3,9.7-6.6,14.4-10.1c5-3.6,9.8-7.6,14.4-11.7c4.6-4.2,8.8-8.8,12.6-13.8 c0.9-1.2,1.8-2.5,2.8-3.8c1-1.3,2-2.5,3.1-3.6c2.1-2.4,4.3-4.6,6.4-7c4.2-5,7.6-10.6,10.1-16.6 C639.7,925.2,639.9,924.6,640.2,924 M626.4,931.7c0.1-0.1,0.2-0.2,0.3-0.3c3.7-2.5,7.5-4.6,11.5-6.5c-0.3,0.8-0.7,1.6-1,2.4 c-0.7,1.5-1.4,2.9-2.2,4.3c-1.5,2.8-3.3,5.5-5.3,8.1c-4,5-8.8,9.2-12.4,14.4c-3.6,5-7.6,9.7-12.1,13.9 c-4.5,4.2-9.2,8.2-14.1,11.9c-5,3.7-10.1,7.3-15.2,10.8l-0.8,0.5c-0.2-0.4-0.4-0.8-0.6-1.1c-2.3-4.4-5-8.6-7.4-13 c1.8-1.5,3.6-3,5.5-4.5c0.7-0.5,1.4-1,2.2-1.5c1.2-0.7,2.4-1.2,3.6-1.8c5.2-2.6,10.5-5.2,15.7-7.9c2.3-1.2,4.5-2.5,6.6-4 c1.7-1.3,3.3-2.7,4.8-4.3c1.5-1.5,2.9-3.2,4.4-4.7c1.6-1.8,3.3-3.5,5-5.2C618.8,939.3,622.8,935.7,626.4,931.7 M573.6,958.9 c2-1.3,3.3-2.5,5.7-3c2-0.4,4-0.8,6-1.4c3.7-0.9,7.1-2.6,10.1-5c2.4-2.1,5.4-2.8,8.3-4.3c6-3.2,11.9-6.8,17.6-10.6 c-2,2-4.1,3.9-6.1,5.9c-1.8,1.7-3.6,3.4-5.3,5.3c-1.5,1.6-3,3.3-4.5,4.8c-1.4,1.6-3,3-4.6,4.4c-1.8,1.5-3.8,2.8-5.9,3.9 c-5.2,2.8-10.5,5.3-15.7,7.9c-1.3,0.7-2.6,1.3-3.9,2c-0.9,0.4-1.7,0.9-2.5,1.4c-2.1,1.5-4,3.1-5.9,4.7l-0.6,0.5 c-2.1-3.7-3.6-7.8-4.5-11.9C565.8,962.5,570,961.3,573.6,958.9 M499.5,893.2c2.2,1.6,4.2,2.4,5.7,4.8c1.4,2.3,2.6,4.6,4,6.9 c2.6,3.8,5.4,7.5,8.4,11c13.6,15.8,30.8,28.8,41.4,47.1c1.5,9.2,7,17.2,11.5,25.2c1,1.8,2.1,3.7,2.9,5.6c0.7,1.5,2,2.4,3.1,3.6 c2.2,2.4,4.2,4.9,5.9,7.7c7.2,11.3,11.4,24.4,19.9,35c4.5,5.7,10.6,9.9,17.6,12c10.1,10.4,22.5,18.8,30.5,31.1 c1.1,1.6,2.1,3.3,3,5.1c0.3,0.8,0.7,1.5,1.1,2.2c0.7,0.9,2.2,1.3,3.2,1.7c4.2,2,8.4,3.9,12.6,5.8c8.4,3.8,16.9,7.6,25.4,11.2 c8.7,3.7,17.5,7.4,26.3,11c-12.9,4.3-25.6,8.9-38.3,13.7c-7.7-2.3-15.4-4.5-23.2-6.7c-3.7-1-7.3-2.1-11-3.1 c-1.5-0.4-3.1-0.8-4.6-1.3c-2-0.5-2.8-0.8-4.8,0c-9.8,4.3-19.9,7.8-30.1,10.7c-20.5,6.1-41.7,10.9-61.3,19.4 c-8.4-2.4-16.2-6.4-23.8-10.6c-9.7-5.3-19.1-11.2-28.6-17c-18.7-11.6-37.3-24-57.7-32.4c-9-3.7-19.2-7-29.1-5.5l-0.3-0.2l0,0 l-1.9-1c0-0.1,0-0.2,0-0.2c-0.9-2.3-1.2-4.7-0.9-7.1c0-0.1,0-0.1,0-0.2c1.2-8.6,1.7-17.2,1.7-25.9c7-3.1,13-8.4,20.5-10.5 c0.9-0.1,1.8-0.4,2.6-0.8c0.6-0.6,1.1-1.3,1.6-2.1c1.1-1.4,2.2-2.7,3.4-4.1c2.4-2.7,4.9-5.3,7.5-7.8 c10.5-10.2,22.2-19.4,31.3-30.9c2.6-3.2,4.9-6.6,6.9-10.1c0.8-1.5,1.5-3.8,2.9-4.7c1.2-0.8,2.2-1.8,2.9-3 c3.1-0.8,6.1-1.9,9.1-2.9c1.4-0.5,2.9-1,4.4-1.3c0.8-0.1,1.7-0.3,2.5-0.6c0.7-0.3,0.9-0.9,1.2-1.6c2.9-6,4.1-12.5,5.2-19 c0.6-3.4,1.2-6.8,2-10.1c0.4-1.5,0.8-3,1.3-4.4c0.3-0.7,0.6-1.5,0.9-2.3c0-0.7-0.2-1.3-0.7-1.8c-3.2-5-6.9-9.7-9.9-14.8 c-1.8-3.1-3.2-6.3-4.2-9.7c-0.1-0.7-0.3-1.5-0.7-2.1c-0.6-0.4-1.3-0.8-2-1c-1.3-0.6-2.7-1-4.1-1.3c-0.3-0.8-0.8-1.5-1.5-2 c-0.6-0.2-1.2-0.3-1.8-0.4c-1.2-0.5-2.4-1-3.5-1.6c-0.2-8.9-2.2-17.5-4.5-26C487.5,881.9,492.8,888.4,499.5,893.2 M411.1,1020.7 c1.9-4,4.2-7.9,6.4-11.8c1-1.8,2.1-3.7,3-5.5c0.9-1.9,1.7-3.8,2.5-5.7c3.6-8.6,7.5-17.2,13-24.9c2.8-3.9,5.9-7.6,8.8-11.5 c2.7-3.7,5.4-7.4,7.8-11.3c1.2-2,2.4-3.9,3.5-6c1.1-2.1,2.1-4.2,3.2-6.3c1.9-3.8,4.2-7.3,6.9-10.6c3-3.6,6.6-6.5,9.6-10 c2.9-3.5,5.6-7.2,8-11.1c0.4-0.6,0.7-1.2,1.1-1.7c1.7,0.7,3.3,1.9,5.1,2.2c0.3,0.6,0.7,1.2,1.2,1.7c0.6,0.4,1.3,0.6,2,0.6 c1.3,0.4,2.6,0.8,3.8,1.4c0.7,2.7,1.7,5.4,3,7.9c-2.5,3.7-5.3,7-7.8,10.7c-2.4,3.7-4.5,7.6-6.4,11.6c-2,4.1-4.3,8.1-6.8,11.9 c-1.3,1.9-2.6,3.7-4.2,5.4c-1.6,1.7-3.3,3.4-5.2,4.8c-1.8,1.4-3.6,2.8-5.4,4.3c-1.9,1.5-3.6,3.2-5.3,4.8 c-3.7,3.6-7.3,7.3-10.9,11c-3.5,3.5-6.9,7.2-10.1,11c-3.1,3.8-6.1,7.7-9,11.6c-2.9,3.8-5.7,7.7-8.8,11.4 c-3.1,3.5-6.1,7.2-8.8,11.1c-0.1,0.1-0.1,0.2-0.2,0.3C411.2,1025.6,411.2,1023.2,411.1,1020.7 M419.2,1020.1 c3.1-3.7,6-7.4,8.9-11.3c5.9-7.9,11.8-15.8,18.7-22.8c3.6-3.6,7.2-7.3,10.8-10.9c1.8-1.8,3.6-3.6,5.5-5.3 c1.7-1.5,3.5-2.9,5.3-4.3s3.6-2.8,5.3-4.4c1.7-1.6,3.3-3.4,4.7-5.3c2.7-3.7,5.1-7.6,7.1-11.7c2.1-4,4.1-8.1,6.4-12.1 c2.2-3.9,5.1-7.3,7.7-10.9c0.3-0.5,0.7-1,1-1.4c3.2,5.9,7.4,11.3,11,17c-0.5,1.4-1,2.7-1.4,4.1c-6,5.7-10.9,12.4-16.1,18.7 c-1.3,1.6-2.6,3.1-3.9,4.6s-2.7,3-4.1,4.4c-3.5,3.7-6.8,7.4-10.1,11.2c-3.4,3.8-6.7,7.6-10.3,11.2c-3.5,3.6-7.2,7-10.7,10.5 c-7,7.1-13.8,14.4-21.5,20.8c-3.4,2.8-7.2,5-10.2,8.2c-1.5,1.6-2.7,3.5-3.6,5.5c-0.9,2.2-1.6,4.4-2.1,6.7 c-0.2,0.9-0.4,1.7-0.6,2.6c-2.1,1.3-4.2,2.5-6.4,3.7c-0.2-5.9,0.1-11.9,0.3-17.8C413.4,1027.3,416.1,1023.6,419.2,1020.1 M509.5,943.9c-2.2,9.4-2.7,19.3-7,28.1c-3.6,0.9-7.2,2-10.8,3.3c-0.8,0.3-1.7,0.6-2.5,0.8c-1,0.2-2,0.4-2.9,0.8 c-1,0.7-1.4,2.1-2.5,2.8c-0.6,0.3-1.1,0.6-1.6,1c-0.4,0.6-0.8,1.2-1,1.9c-0.8,1.6-1.7,3.3-2.7,4.8c-1.8,2.8-3.7,5.6-5.8,8.2 c-8.5,10.5-19.1,19.1-28.9,28.4c-5.2,4.8-10,10-14.3,15.6c-3.7,1-7.3,2.5-10.6,4.6c0.8-3.7,1.8-7.5,4-10.7 c2.5-3.6,6.3-5.9,9.7-8.5c3.8-3,7.5-6.2,10.9-9.7c3.6-3.5,7-7.1,10.5-10.6c3.5-3.6,7.2-7,10.7-10.5c3.5-3.5,6.9-7.2,10.2-10.9 c3.4-3.7,6.7-7.5,10.1-11.2c2.9-3.1,5.8-6.1,8.5-9.4C498.8,956.6,503.8,949.9,509.5,943.9 M477.9,872.8l0.2,0.2 c2.8,9.8,5.3,19.7,5.5,29.9c0,0.1,0,0.2,0,0.3c-2.3,3.6-4.5,7.1-7.1,10.4c-1.5,1.9-3,3.7-4.7,5.4c-1.6,1.7-3.4,3.3-5,5 c-2.9,3.1-5.4,6.5-7.4,10.1c-2.3,4-4.2,8.2-6.5,12.2c-4.8,8-10.2,15.7-16.2,22.9c-5.9,7.4-10.1,15.8-13.8,24.5 c-1.7,3.9-3.2,7.9-5.3,11.6c-2.2,4-4.5,7.9-6.6,11.9c-0.1,0.1-0.1,0.3-0.2,0.4c-0.2-2.4-0.3-4.8-0.3-7.2 c0.4-18.4,5.6-36.3,15.1-52c3.1-5,6.8-9.7,10.8-14.1c8.7-9.5,15-20.8,20.4-32.3c5.5-11.9,10.2-24.1,15.8-36 c0.6-1.2,1.1-2.3,1.7-3.5C475.5,872.7,476.7,872.8,477.9,872.8 M472.7,872.2c-5.5,11.4-10.1,23.3-15.3,34.9 c-5.3,11.8-11.3,23.5-19.7,33.5c-2,2.3-4.1,4.5-6.1,6.9c-1.9,2.3-3.7,4.6-5.3,7.1c-3.4,5.1-6.3,10.5-8.7,16.2 c-4.8,11.2-7.7,23.1-8.5,35.3c-0.2,2.9-0.2,5.8,0,8.6c0.2,3.1,0.5,6.2,0.5,9.3c0.1,7.2-0.6,14.4-0.5,21.7c0,1.4,0,2.9,0.1,4.3 c-0.9,0.4-1.7,0.8-2.6,1.2c-0.1,0-0.2,0.1-0.2,0.1c-0.1-1.1-0.2-2.2-0.4-3.4c-0.3-3.7-0.9-7.4-1.9-11c-1-2.9-2.4-5.8-3.9-8.5 c-1.4-2.5-2.3-5.2-2.5-8.1c0-0.4,0-0.8-0.1-1.2c0-0.1,0-0.3,0-0.4c0-1.8,0-3.5,0.1-5.3c0.1-2.3,0.2-4.6,0.3-7 c8.3-10.8,13-24.3,17.1-37.1c2.5-7.8,5.1-15.6,7.4-23.5c1.2-4.3,2.8-8.6,4.9-12.5c2.4-4.2,5.7-7.9,8.7-11.6 c5.8-6.7,10.8-13.9,14.9-21.7c2-4,3.6-8.1,5.6-12.2c2.1-4.3,4.3-8.5,6.4-12.9c0.8-1.7,1.6-3.5,2.4-5.2 C467.7,870.9,470.2,871.7,472.7,872.2 M447.5,859.3c3.5,1.9,6.8,3.9,10.1,6.1c2.1,1.3,4.2,2.5,6.4,3.6 c-1.8,4.2-3.9,8.3-5.9,12.4c-2.1,4.2-4,8.4-5.9,12.7c-3.6,8-8.2,15.6-13.8,22.4c-2.9,3.6-6,7.2-8.9,10.9 c-2.7,3.6-4.9,7.5-6.4,11.7c-1.6,4.2-2.7,8.6-4.1,12.9c-1.2,3.7-2.4,7.3-3.6,11c-4.7,15-9.5,30.9-19.5,43.3 c-2.5,3.1-5.4,5.8-8.5,8.3c-2.9,2.3-5.7,4.6-7.7,7.7c-2.3,3.7-3.8,8.1-5.3,12.2c-1.6,4.5-3.1,9-4.5,13.6 c-6.1,19-14,37.3-21.4,55.8c-0.8,1.9-1.5,3.8-2.3,5.7c-0.8-0.4-1.6-0.8-2.5-1.2c4.2-7.7,7.4-16,9.7-24.5 c2.3-9.6,1.7-19.7,3.6-29.4c1.7-8.8,4.2-17.5,8.9-25.2c2.4-4,4.8-8.1,6.9-12.3c2.1-4.3,4.2-8.5,6.7-12.6 c8.6-14.3,21.8-25.8,26.8-42.2c1.3-4.2,1.7-8.7,2.7-13c1.1-4.7,2.6-9.2,4.5-13.6c3.8-8.7,9.3-16.4,14.5-24.3 c4.5-7,8.2-14.4,11.1-22.2c3.1-8.2,5.6-16.7,7.5-25.3C446.9,862.6,447.2,860.9,447.5,859.3 M441.1,857.3c1.7,0.2,3.4,0.7,5,1.4 c-3,16.5-8.2,33.2-16.6,47.7c-4.5,7.8-10.3,14.9-14.6,23c-4.3,8.3-7.3,17.2-8.8,26.4c-1.4,8.3-4.9,15.8-9.6,22.8 c-4.6,6.9-10,13.3-14.9,20.1c-5.5,7.7-9.1,16.4-13.7,24.6c-2.2,4-4.8,7.8-6.7,12c-1.7,3.9-3.1,8-4.2,12.2c-1.2,4.5-2,9-2.6,13.6 c-0.5,4.9-0.7,9.8-1.2,14.7c-1,9.5-4.3,18.5-8.3,27.1c-0.8,1.8-1.7,3.5-2.6,5.3c-2-0.9-4-1.9-5.9-2.8l-0.1,0 c1.4-8.6,0.4-17.4-0.1-26c-0.3-4.4-0.2-8.9,0.2-13.3c0.7-4.5,1.9-8.9,3.5-13.2c1.4-4.1,2.9-8.1,4.2-12.3 c1.4-4.5,2.2-9.2,3.5-13.8c2.6-9.1,6.2-18,10.7-26.3c8.5-16.1,18.2-31.6,29-46.3c5.5-7.5,11.1-14.8,17-21.9 c2.9-3.5,5.8-7,8.7-10.4c2.9-3.5,6-6.8,8.9-10.3c4.9-6.2,8.5-13.3,10.5-20.9c1.2-4.4,1.9-8.9,3.1-13.2c1.3-4.7,2.7-9.4,4.1-14.1 C440.1,861.1,440.6,859.2,441.1,857.3 M421.6,865.8c1.1-0.3,2.1-0.7,3.2-1.2c1.8-0.9,3.5-3.1,5.2-4.2c1.9-1.4,4.1-2.4,6.4-2.9 c1-0.2,2-0.3,3-0.3c-2.3,9-5.4,17.7-7.3,26.7c-1.6,8-4.1,15.7-8.7,22.6c-2.5,3.6-5.3,7-8.3,10.2c-3,3.5-6,7-8.9,10.5 c-5.8,7-11.4,14.1-16.9,21.4c-11,14.5-20.9,29.8-29.7,45.7c-4.4,8.2-8.7,16.4-11.7,25.3c-1.5,4.5-2.7,9-3.7,13.6 c-1,4.4-2.3,8.8-3.8,13.1c-1.4,4.1-3,8.2-4.2,12.4c-1.2,4.2-1.8,8.6-1.8,13c-0.2,9.2,1.3,18.3,0.9,27.5 c-0.1,1.8-0.3,3.6-0.5,5.3c-2-1-4-1.9-6-2.9c-0.3-4.3-0.9-8.5-1.1-12.8c-0.2-4.7-0.4-9.4-0.9-14c-0.3-2.3-0.6-4.7-1-7 c-0.4-2.3-0.9-4.6-1.2-6.9c2.9-6,6.2-11.8,9-17.9c2.9-6.3,4.2-13.1,5.4-19.9c1.3-7.2,2.4-14.5,5.2-21.3c2.8-7,5.4-14.1,8.4-21 c1.4-3.4,3-6.8,4.9-10c1.7-2.8,3.6-5.4,5.8-7.8c2.2-2.5,4.4-5,6.5-7.6c2.4-3,4.7-6,7-9c9.3-12,18.3-24.3,26.4-37.1 c4-6.1,7.4-12.5,10.3-19.2c2.8-6.7,4.9-13.6,7.1-20.5C420.9,868.3,421.3,867,421.6,865.8 M390.3,887.1c2-0.9,4-1.8,6.1-2.6 c1.8-0.7,4.9-1,6.4-2c1.2-0.8,2-2.7,2.9-3.9c1.6-2.2,3.4-4.3,5.3-6.2c1.9-1.9,4-3.6,6.3-5c0.8-0.5,1.6-0.8,2.5-1.1 c-1.9,6.1-3.8,12.3-6,18.3c-2.5,6.8-5.6,13.3-9.4,19.5c-8,12.9-16.7,25.4-26,37.3c-4.5,5.9-9,11.8-13.9,17.4 c-2,2.4-4.1,4.7-6,7.2c-2,2.8-3.8,5.9-5.3,9c-3.2,6.6-5.7,13.6-8.4,20.4c-1.4,3.5-2.9,6.9-4,10.5c-1,3.5-1.8,7.1-2.5,10.7 c-1.3,7-2.3,14.2-4.6,21c-2.1,6.1-5.4,11.7-8.3,17.5c-0.4,0.8-0.9,1.7-1.3,2.6c-0.1-3.1,0.1-6.1,0.6-9.1c0.8-4,1.9-8,3.2-11.9 c1.3-4.3,2.4-8.7,3.2-13.1c0.8-4.5,1.5-9,2.5-13.4c1-4.3,2.4-8.5,3.3-12.8c0.9-4.4,1.5-8.8,2.2-13.3c0.4-2.3,0.8-4.5,1.4-6.8 c0.5-2.2,1.2-4.3,2.2-6.3c0.2-0.4,0.5-0.9,0.7-1.3c6.2-4.9,11.7-10.6,16.5-16.9c4.5-6.1,7.9-13,12.5-19.1c2.5-3.2,5.3-6,8.4-8.5 c0.9-0.7,1.9-1.5,2.9-2.1c0.5-0.4,1-0.7,1.6-1.1c0.9-0.5,1.5-1.4,1.5-2.4c1.3-7.3,2.1-14.8,2.4-22.2 C389.9,894,390.1,890.6,390.3,887.1 M193.3,907.7c0.1-0.1,0.2-0.2,0.3-0.4c3.4-3.8,7.3-7.2,11.5-10.1c1.6-1.1,4.4-1.7,5.8-2.9 c1.5-1.3,2.3-2.5,4.2-3.5c3.6-1.8,7.3-2.4,10-5.5c2.3-2.6,4.8-5,7.4-7.3c5.8-5.3,11.9-10.3,18.1-15.1c13.9-10.8,28.2-21,41.9-32 c7-5.5,13.7-11.4,20.1-17.6c2.4-2.5,4.7-5.1,6.9-7.8c1-1.3,1.9-2.6,2.8-3.9c1.4-2.2,1.7-2.8,4.5-3.5l-0.1,0 c0.3-0.1,0.6-0.3,0.8-0.5l1.8-2.9c3.2,2.9,6.2,6.1,9.2,9.2c3,3,7.8,5.7,10.1,9.2c2.5,4,4,9.5,5.8,13.8c1.7,4.1,3.4,8.2,5.1,12.2 c7.2,17.1,15.2,34.3,26.9,48.9c0.4,0.4,0.9,0.5,1.4,0.3c-0.6,10.5-1.1,21.1-3,31.5c-6.5,4.1-12,9.5-16.2,15.8 c-3.9,5.9-7.2,12.2-11.7,17.8c-7.4,9.4-17,16.8-26.9,23.4c-8.2,5.3-16.6,10.3-25.3,14.8c-5.5,2.9-11.1,5.7-16.7,8.3 c-1.4,0.7-2.9,1.4-4.4,2.1c-0.8,0.3-1.5,0.6-2.2,1c-0.5,0.5-0.9,1.1-1.1,1.7c-1.1,2.3-2.5,4.5-4,6.6 c-11.5,15.9-31.9,19.3-50.2,21.3c-2.3,0.2-4.5,0.5-6.8,0.7c-9.1-7.6-17.8-15.7-26-24.3c-4.6-4.8-9-9.8-13.2-14.9 c-0.9-1.1-1.8-3-3-3.7c-1-0.6-2.1-0.4-3.3-0.3c-4.5,0.1-9.2,0.4-13-2.3c-0.4-0.3-1-0.3-1.3,0.1c-0.6-0.1-1.2-0.2-1.8-0.4 c2.6-1.9,5.4-3.8,8.1-5.6c1.6-1.1,3.3-2.1,4.9-3.2c1.9-1,3.7-2.2,5.4-3.4c1.1-0.9,1.1-3.5,1.5-4.8c0.3-1.2,0.6-2.4,0.9-3.6 c0.2-0.9,0.5-1.8,0.8-2.6c0.1-0.3,0.2-0.6,0.3-1c0.1-0.2,0.2-0.4,0.3-0.6c0.2-0.4,0.4-0.8,0.6-1.2c0-0.1,0.1-0.2,0.2-0.2 c0,0,0.2-0.2,0.2-0.3c1-0.8,1.8-1.8,2.4-3c1.8-3.6,2.5-7.9,3.4-11.8C189.4,933.5,191.4,920.6,193.3,907.7 M178,915.8 c2.2-0.5,4.4-1,6.6-1.2c2.2-0.4,4.3-1.6,5.7-3.4c-1.5,9.8-3.1,19.6-5,29.3c-0.8,4.9-1.9,9.7-3.4,14.4c-0.2,0.9-0.6,1.7-1.1,2.5 c-0.1,0.1-0.2,0.3-0.3,0.4c0,0,0,0.1,0,0.1l-0.1,0.1c-0.2,0.2-0.3,0.3-0.5,0.5c-0.9,0.8-1.7,1.8-2.2,2.9 c-1.8,3.8-2.5,8.1-3.4,12.2c-5.6,3.6-11.2,7.1-16.6,11c1.3-3.5,2.8-6.8,4.3-10.2c2.2-4.7,4.5-9.2,6.7-13.9 c2.2-4.4,4.1-9,5.8-13.7c1.5-4.7,2.4-9.5,2.8-14.3c0.5-5.2,0.7-10.4,0.6-15.7C178,916.4,178,916.1,178,915.8 M168.6,917.1 c1.5,0.6,5.3-0.5,6.8-0.8c0.4-0.1,0.7-0.1,1.1-0.2c0,4.8-0.1,9.5-0.4,14.3c-0.3,4.9-1.2,9.7-2.5,14.3c-1.5,4.6-3.3,9.1-5.5,13.5 c-2.2,4.6-4.5,9.2-6.6,13.8c-2.2,4.6-4.2,9.3-5.9,14l0,0c-0.2,0.1-0.3,0.2-0.5,0.4c-0.8-0.4-1.6-0.8-2.3-1.3 c1.7-5.3,3.3-10.5,4.6-15.9c1.5-5.6,2.6-11.3,3.3-17c0.3-2.7,0.6-5.4,0.6-8.1c0-1.7,0-3.4,0.1-5.1c0.2-4.2,0.6-8.5,1-12.7 c0.5-4.8,1-9.7,1.6-14.5C165.3,913.8,166.7,916.2,168.6,917.1 M145.6,897.8c0-0.2,0.1-0.5,0.1-0.7c2.3,1.3,4.5,2.7,6.6,4.3 c3.7,2.6,7.1,5.6,10.3,9c-0.6,4.6-1.2,9.3-1.6,14c-0.4,4.4-0.8,8.9-1.1,13.3c-0.1,1.4-0.2,2.9-0.1,4.3c0,2.7-0.1,5.3-0.4,8 c-0.6,5.7-1.6,11.3-3,16.8c-1.4,5.7-3,11.3-4.8,16.9c-0.1,0.2-0.1,0.4-0.2,0.7c-0.6-0.4-1.2-0.8-1.7-1.1c-0.7-0.5-1.3-0.9-2-1.4 c2.3-6,4.2-12.2,5.7-18.4c0.7-2.8,1-5.7,0.7-8.6c-0.3-2.3-1-4.5-2.1-6.6c-1-2.1-2.2-4.2-3.2-6.3c-1-2.4-1.8-4.9-2.3-7.5 c-1-5.6-1.5-11.3-1.6-17C144.8,910.8,145,904.3,145.6,897.8 M131,893.7c0.1-0.5,0.2-0.9,0.3-1.4c4.5,0.4,9,1.7,12.9,4 c-0.7,6.2-1,12.5-0.9,18.7c0,5.9,0.4,11.8,1.3,17.7c0.4,2.5,1,5,1.8,7.5c0.9,2.4,2,4.7,3.2,6.9c1.1,1.9,2,3.9,2.6,6 c0.6,2.5,0.6,5.2,0.1,7.7c-1.3,6.5-3.2,12.9-5.6,19.1c-0.1,0.3-0.2,0.6-0.3,0.9c-1.9-1.4-3.7-2.9-5.5-4.5 c0.5-5.6,0.7-11.2,0.6-16.8c-0.1-9-2.9-17.7-8.1-25.1c-1.5-2.2-3.1-4.4-4.5-6.7c-1.2-1.9-2-4-2.4-6.2c-0.4-2.8-0.5-5.6,0-8.3 C127.2,906.6,129.3,900.1,131,893.7 M106.4,899.5c2,0.2,4.3,0.4,6-0.3c1.8-0.8,3.4-2.8,5.4-3.7c1.9-0.8,3.9-1.5,6-2.1 c0.2,0,0.4,0,0.6-0.1c1.7-0.6,3.6-1,5.4-1c-1.5,6.1-3.5,12.2-4.5,18.4c-0.6,3-0.8,6-0.6,9c0.2,2.4,0.8,4.7,1.8,6.9 c1.1,2.2,2.4,4.3,3.9,6.3c1.9,2.6,3.6,5.3,5.1,8.1c2.5,5.2,4,10.8,4.4,16.5c0.3,5.8,0.1,11.7-0.4,17.5c0,0,0,0.1,0,0.1 c-0.8-0.7-1.6-1.4-2.4-2.2c-4.6-4.2-9-8.7-13.4-13.2c-0.7-4.4-1.5-8.8-2.5-13.2c-1-4.5-2.2-9-3.6-13.4 c-1.2-3.8-2.5-7.5-4.1-11.1c-1.8-4.1-3.7-8.1-5.2-12.3C106.8,906.4,106.3,902.9,106.4,899.5 M104.8,899.3 c-0.1,3.2,0.3,6.3,1.3,9.3c1.4,4.1,3,8.1,4.9,12c0.9,2,1.8,3.9,2.5,5.9c0.7,1.8,1.3,3.6,1.9,5.4c1.4,4.3,2.6,8.8,3.7,13.2 c1,4.2,1.9,8.4,2.6,12.7c-1.8-1.8-3.6-3.6-5.4-5.4c-0.7-0.7-2.3-2.7-3.6-2.9c-6.6-3.6-12.7-8-18.9-12.2c0.3-2.9,0.4-5.8,0.5-8.7 c0-1,0.1-2,0.1-3c0-0.4,0.1-0.8,0.1-1.1c0-0.1,0-0.2,0-0.2c0,0,0,0,0-0.1l0-0.1c0-0.2,0.1-0.4,0.1-0.5c0.4-1.9,1-3.8,1.7-5.6 c1.1-2.9,2.3-5.8,3.5-8.7c1.4-3.2,2.7-6.5,3.9-9.8C104,899.3,104.4,899.3,104.8,899.3 M102,899.2c-2.1,5.8-4.7,11.4-6.8,17.2 c-0.8,2-1.5,4-2,6.1c-0.3,1.6-0.5,3.3-0.5,4.9c-0.1,2.9-0.2,5.8-0.5,8.7c-3.7-2.6-7.5-5.1-11.4-7.3c-4.3-2.6-9-4.8-13.8-6.4 c1.3-1.5,2.7-3,4.3-4.3c0.9-0.8,1.9-1.5,2.9-2.2c1-0.8,2-1.5,2.9-2.3c3.7-2.9,7.1-6.2,10.3-9.7c1.6-1.8,3-3.6,4.4-5.5 C95.2,898.8,98.6,899,102,899.2 M70.2,895.3c4.6,1,9.3,1.7,13.9,2.3c1.9,0.2,3.9,0.5,5.8,0.7c-2.4,3.2-5.1,6.3-8,9.1 c-3.5,3.3-7.2,6.3-11.1,9.2c-2,1.6-3.9,3.4-5.5,5.4c-0.2-0.1-0.4-0.1-0.6-0.2c-0.8-0.2-1.5-0.4-2.3-0.5c3.1-6.6,6-13.5,7.2-20.8 C69.9,898.7,70.1,897,70.2,895.3 M52.5,893c1.6,0.2,3.2,0.3,4.8,0.3c1.5,0,4-0.8,5.3-0.6c0.7,0.3,1.4,0.7,2.1,1.2 c1.3,0.5,2.6,0.9,3.9,1.2c-0.3,7.2-2.6,14.2-5.5,20.8c-0.7,1.7-1.5,3.5-2.4,5.2c-1.3-0.2-2.5-0.3-3.8-0.3c-0.3,0-0.7,0-1,0 c0.1-3.9,0.5-7.9,0.5-11.8c0-2.1-0.3-4.2-0.7-6.2c-0.5-1.9-1.2-3.7-2.1-5.5c-0.7-1.5-1.6-2.9-2.4-4.2 C51.6,892.9,52.1,892.9,52.5,893 M19.7,880.7c3.6,1.4,7.2,2.9,10.7,4.6c4.8,2.5,9.9,4.5,15,6.2c1.2,0.4,2.4,0.6,3.7,0.9 c2.2,3,3.9,6.4,5,9.9c1.1,3.9,0.9,8.1,0.7,12.2c-0.1,2-0.2,4.1-0.3,6.1c-0.6,0-1.1,0.1-1.6,0.2c-1.6,0.2-1.9,0.8-2.7,1.9 c-0.6,0.3-1.2,0.7-1.7,1.1c-2.7-7.3-5.8-14.6-10.7-20.7c-2.3-2.7-4.9-5.2-7.8-7.3c-2.5-1.7-4.8-3.6-6.9-5.8 c-2.3-2.8-3.8-6.2-4.3-9.7C19,880.5,19.4,880.6,19.7,880.7'/%3E%3Cpath id='Path_603_00000051379332719426389860000012635940006024857010_' class='st3' d='M1560.6,1198.7c-1.1-1.7-2.3-3.3-3.5-5 c-1.2-1.5-2.4-3-3.5-4.7c-1.4-2.4-1.8-5.4-4-7.4c-2.4-2.1-5.4-1.8-8.2-1c-0.7-4.1,2.2-7.8,3.5-11.4c0.8-2.1,1.6-4.2,2.7-6.3 c0.6-1.2,1-2.5,1.3-3.8c0.3,0.1,0.5,0,0.7-0.2c2.9-2.5,4.2-6.2,5.7-9.7c1.6-3.7,4.2-6.9,6.5-10.2c1.2-1.7,2.4-3.4,3.4-5.2 c1-1.9,1.9-3.9,2.7-6c1.8-4.5,3.8-8.8,5.9-13.2c2-4.3,3.9-8.7,5.8-13c1.9-4.3,3.8-8.6,5.5-13c1.8-4.4,3.2-8.9,4.2-13.5 c1-4.6,1.5-9.2,2.3-13.9c0.4-2.3,0.8-4.7,1.4-6.9c0.6-2.3,1.3-4.5,1.8-6.7c0.5-2.3,1.2-4.5,1.9-6.8c0.5-1.7,0.6-3.5,0.4-5.3 c0-0.7-0.2-1.7,0.3-2.3c0.2-0.2,0.3-0.5,0.2-0.8c0.8-0.7,1.5-1.3,2.3-2v-2c-1.7,1.4-3.4,2.9-5.1,4.3c-2.5,2.2-5.2,4.1-7.7,6.2 c-1.3,1-2.6,2.1-3.8,3.3s-2.4,2.4-3.5,3.6c-4.5,4.9-9.3,9.5-14.4,13.8c-1.2,1-2.5,1.8-3.9,2.5c-1.4,0.7-2.8,1.2-4.1,2 c-2.7,1.8-5.1,3.9-7.2,6.3c-0.5,0.6-1.1,1.1-1.6,1.7c-0.5-0.2-1-0.4-1.4-0.7c-0.6-0.6-0.9-1.4-0.8-2.3c-0.1-1.7,0-3.5,0.2-5.2 c0.1-2.1-0.1-4.1-0.1-6.1c0-2.3,0.3-4.7,1-6.9c1.4-4.5,3.3-8.8,3.8-13.5c0.3-2.3,0.4-4.6,0.3-6.9c0.1-1.9-0.4-3.8-1.3-5.4 c-0.9-1.7-2.1-3.2-3-4.8c-0.4-0.6-0.9-1.4-0.4-2.1c0.7-0.6,1.4-1.2,2.1-1.7c1.6-1.5,3.1-3.1,4.8-4.5c1.7-1.4,3.4-2.9,5-4.4 c3.3-3.1,6.5-6.3,9.7-9.6c6.4-6.6,12.7-13.1,19.7-19c3.9-3.3,7.8-6.7,11.9-9.9v-1.9c-2.6,2.1-5.2,4.2-7.7,6.3 c-3.7,3.1-7.4,6.1-10.9,9.4c-3.4,3.1-6.6,6.4-9.8,9.7c-6.4,6.5-12.6,13.2-19.8,19c-1.7,1.4-3.1,3.2-4.8,4.5 c-1,0.8-2.1,1.5-1.9,3c0.3,1.7,1.7,3.3,2.6,4.7c1.3,1.6,2.1,3.5,2.3,5.6c0.3,4.8-0.3,9.7-1.7,14.3c-1.4,4.4-3.4,8.8-3.4,13.5 c0,2.1,0.3,4.3,0.2,6.4c-0.1,1.7-0.3,3.3-0.2,5c-0.1,1.4,0.4,2.9,1.3,4c0.6,0.5,1.2,0.9,1.9,1.1c1,0.4,1.9,0.9,2.7,1.5 c3.6,2.5,6.3,6,7.9,10c0.8,1.9,1.4,4,2.1,6c0.8,2.2,1.4,4.6,1.8,6.9c0.2,2.4,0,4.8-0.5,7.1c-0.6,2.2-1,4.5-1.2,6.7 c0.1,2.4-0.1,4.8-0.8,7.1c-0.8,2.1-1.8,4.2-2.9,6.2c-1.8,4.1-3.4,8.2-4.9,12.4c-1.7,4.4-3,9-3.8,13.7c-0.4,2.2-0.7,4.5-0.8,6.8 c-0.1,2.3-1.3,4.1-2.3,6.1c-0.9,2-1.5,4.1-2.4,6.1c-1,1.9-1.8,3.8-2.5,5.9c-0.6,1.8-0.6,3.7-0.2,5.6c0.1,0.4,0.5,0.7,1,0.5 c1.7-0.7,3.5-1,5.3-0.8c1.6,0.4,2.8,1.4,3.5,2.9c0.7,1.3,1.1,2.6,1.7,4c0.7,1.4,1.6,2.7,2.6,3.9c1.9,2.4,3.6,4.9,5.3,7.5h1.9 C1561.2,1199.6,1560.9,1199.1,1560.6,1198.7 M1551.8,1143.5c1.4-4.4,3.3-8.7,4.8-13.1c1.4-4.1,3.9-7.6,5.2-11.7 c0.5-2.2,0.7-4.5,0.6-6.7c0-2.5,0.9-4.8,1.3-7.2c0.4-2.2,0.6-4.4,0.4-6.6c-0.3-2.1-0.8-4.2-1.5-6.3c-1.1-4-2.6-7.8-4.6-11.4 c-1.9-3.2-4.6-5.7-7.8-7.5c2-2.2,4.1-4.3,6.4-6.2c2.4-1.9,5.4-2.6,8-4.3c1.4-0.9,2.7-2,3.9-3.1c1.3-1.1,2.5-2.2,3.7-3.4 c2.4-2.3,4.8-4.7,7.1-7.1c2.3-2.4,4.6-4.8,7.1-7c2.5-2.1,5.1-4.1,7.7-6.1c0.6-0.5,1.1-0.9,1.7-1.4c-0.1,0.9,0.1,1.9,0.1,2.8 c0,0.9-0.1,1.8-0.3,2.7c-0.3,1.1-0.7,2.1-1,3.2c-0.6,2.2-1.1,4.5-1.7,6.8c-0.6,2.3-1.3,4.5-1.8,6.9c-0.9,4.6-1.5,9.3-2.3,13.9 c-0.8,4.6-1.9,9.2-3.5,13.6c-1.6,4.4-3.4,8.8-5.3,13.1c-1.9,4.4-3.8,8.8-5.8,13.1c-2,4.4-4.1,8.7-6,13.1 c-0.9,2.1-1.7,4.3-2.6,6.5c-0.8,1.9-1.8,3.8-3,5.5c-2.3,3.5-5,6.7-7.1,10.3c-1.9,3.2-2.8,6.9-4.9,10c-0.4,0.6-0.9,1.1-1.3,1.6 C1549.4,1152.7,1550.3,1148,1551.8,1143.5'/%3E%3Cpath id='Path_604_00000136397942777931656720000016491078154622131341_' class='st3' d='M432.6,1123.8L432.6,1123.8'/%3E%3Cpath id='Path_605_00000090998935595525884320000013307181397150655149_' class='st3' d='M1593.9,1142.5 c-4.1,4.1-8.2,8.3-12.3,12.4c-4.6,4.5-9.2,8.8-14,13.1c-4.7,4.3-9.5,8.5-14.3,12.8l-1.8,1.6c-0.8,0.7,0.4,1.8,1.1,1.1 c4.8-4.2,9.6-8.5,14.3-12.8c4.7-4.3,9.4-8.6,14-13c4.3-4.1,8.4-8.4,12.6-12.6c2.2-2.2,4.3-4.4,6.5-6.5v-2.2 C1597.9,1138.6,1595.9,1140.5,1593.9,1142.5'/%3E%3Cpath id='Path_606_00000072251773163964804500000012482936284066525879_' class='st3' d='M594.1,1166.1 C594.1,1166.2,594.1,1166.1,594.1,1166.1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st4'%3E%3Cg class='st5'%3E%3Cdefs%3E%3Crect id='SVGID_00000113337731867688848960000001729713337949725624_' y='791.5' width='1600' height='408.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000036216409015503674960000009253348635498999741_'%3E%3Cuse xlink:href='%23SVGID_00000113337731867688848960000001729713337949725624_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1116_00000124132637101733481260000002489864373173488571_' style='clip-path:url(%23SVGID_00000036216409015503674960000009253348635498999741_);'%3E%3Cpath id='Path_602_00000163751522540555280370000014474236302028301217_' class='st3' d='M0,892.1c3.7-3.2,7.4-6.2,11.3-9.1 c2.2-1.6,3.7-2.9,5.8-2.8c0.5,3.5,1.8,6.8,3.8,9.7c1.9,2.4,4.2,4.5,6.8,6.3c2.8,1.9,5.4,4.2,7.7,6.6c2.5,2.9,4.7,6.2,6.4,9.7 c2,4,3.8,8.1,5.3,12.3c-1.9,1.4-3.7,3-5.4,4.6c-1.5,1.4-3,2.7-4.6,4c-0.7,0.5-1.3,1-2,1.4c-0.5,0.3-3.1,1.3-2.4,1.7 c-0.6-0.3-1.4-0.1-1.7,0.4c-1.3,2-1.9,2.2-4.2,2.8l0,0c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.3-0.5,0.6 C20.2,948.6,10.1,952,3.2,959c-0.7,0.8-1.4,1.7-2.1,2.4c-0.3,0.3-0.7,0.5-1.1,0.7v2.8c0.6-0.2,1.2-0.4,1.8-0.8 c1.6-1,2.9-3.2,4.3-4.5c1.2-1.1,2.5-2.2,3.9-3.2c-0.1,1.2-0.2,2.5-0.2,3.7c-1.3,0.8-2.7,1.4-2.8,3c-0.1,1.9,0,3.8,0.3,5.6 c0.6,3.3,1.8,6.4,3.4,9.4c0.8,1.5,1.6,3,2.3,4.5c0.6,1.2,0.9,3,2,3.9c-2,7.6-4.3,15.3-4.8,23.1c-0.2,3.3,0.1,6.5,0,9.8 c-0.1,3.8-1.2,7.4-2.1,11.1c-1.8,8-3.3,16.1-5.5,24c-0.4,1.3-0.8,2.5-1,3.8c-0.2,1.1-0.4,2.1-0.6,3.2c-0.4,2.6-0.7,5.1-1.1,7.7 c0,0.1,0,0.2,0,0.3v8.1c0.5-1.9,0.9-3.8,1.2-5.7c0.4-2.6,0.8-5.3,1.1-7.9c0.3-2.2,0.6-4.3,1.1-6.4c0.5-1.8,1-3.5,1.5-5.3 c0.5-2,1-4,1.5-6c0.9-4,1.7-8.1,2.6-12.1c0.4-2,0.9-4,1.4-5.9c0.5-1.9,0.9-3.9,1.2-5.8c0.2-3.2,0.3-6.4,0.1-9.6 c0-3.9,0.5-7.8,1.3-11.6c0.8-4.1,1.9-8.2,3-12.3c0.2-0.6,0.3-1.2,0.5-1.8c1.7,0.5,3.4,1.1,5,1.9c4.1,2.2,7.9,5.1,11.2,8.4 c-0.8,4.6-1.6,9.2-2.7,13.7c-1.2,4.8-2.5,9.5-4.1,14.2c-0.7,2.3-1.5,4.5-2.1,6.8c-0.6,2.3-1.1,4.6-1.6,6.9 c-0.9,4.6-2.3,9-4.2,13.3c-2.1,4.3-4.5,8.5-7,12.6c-2.5,4.2-5.1,8.3-7.7,12.5c-1.1,1.8-2.3,3.6-3.3,5.4v3.1 c0.8-1.5,1.6-2.9,2.5-4.3c5.3-8.3,10.6-16.6,15.2-25.2c1.1-2,2.1-4.1,3-6.3c0.8-2.2,1.6-4.5,2.1-6.9c1.2-4.6,2-9.2,3.4-13.7 c0.7-2.4,1.6-4.7,2.3-7.1c0.7-2.3,1.4-4.7,2-7.1c1.3-4.8,2.3-9.6,3.1-14.5c0.1-0.7,0.2-1.4,0.3-2c1.7,1.8,3.4,3.7,5,5.7 c-2.5,7.6-4.2,15.4-6,23.1c-0.8,3.2-1.6,6.5-2.6,9.6c-1.5,4.4-3.2,8.7-5.2,12.9c-1.9,4.2-3.9,8.3-5.8,12.5 c-1.9,4.1-3.7,8.3-5.6,12.5c-3.7,8.5-7.3,17-11.1,25.5c-0.9,1.9-1.8,3.9-2.7,5.8v3.7c0.9-1.9,1.7-3.7,2.6-5.6 c3.9-8.5,7.5-17.1,11.2-25.6c3.7-8.4,7.4-16.8,11.4-25.1c2-4.2,3.9-8.4,5.5-12.7c1.3-3.4,2.3-6.9,3.2-10.4c2-7.9,3.6-15.9,6-23.6 c0.1-0.4,0.2-0.7,0.3-1.1c1.6,2,3.1,4.1,4.6,6.1c1.3,1.7,2.5,3.5,3.7,5.3c-1.1,5.7-2.7,11.2-4.2,16.8c-1.6,5.8-3.3,11.6-5.2,17.3 c-1.5,4.4-3.1,8.8-5,13c-1.2,1.3-2.3,2.7-3.3,4.2c-1,1.4-1.9,2.9-2.7,4.4c-1.7,3.1-3.2,6.2-4.6,9.4c-1.4,3.2-2.8,6.4-4.4,9.5 c-0.7,1.5-1.5,2.9-2.4,4.3c-0.9,1.5-1.9,2.9-2.7,4.4c-0.9,1.4-1.5,3-2,4.6c-0.3,1.7-0.4,3.4-0.1,5.1c0.3,1.6,0.3,3.3,0.2,5 c-0.3,1.5-0.9,3-1.7,4.4c-1.6,2.9-3.6,5.4-5.4,8.1c-1.8,2.9-3.3,6.1-4.8,9.1l-0.2,0.5v3.5l0.3-0.5c1.6-3.1,3.1-6.3,4.8-9.4 c1.5-2.9,3.5-5.5,5.3-8.2c1.8-2.7,3.4-5.7,3.4-9c0-1.7-0.3-3.4-0.4-5.1c-0.1-1.6,0.2-3.2,0.8-4.7c1.3-3.1,3.4-5.8,5-8.7 c1.7-3,3.1-6.2,4.5-9.3c1.4-3.2,2.9-6.4,4.5-9.6c1-2,2.1-3.9,3.2-5.7c-1.8,4-3.3,8.1-4.4,12.4c-2.6,10.3-2.2,21-3.1,31.4 c-0.4,4.8-1.3,9.6-2.9,14.2c-1.9,5.4-4.9,10.1-8,14.9c-4.5,7-8.8,14.1-13,21.3v3.1c3.9-6.7,7.8-13.3,11.9-19.9 c3.1-5,6.7-9.9,9-15.3c2-4.5,3.3-9.3,3.9-14.2c1.4-10.4,0.8-20.9,2.7-31.2c1-5.2,2.6-10.2,4.7-15c1.2-2.7,2.4-5.3,3.6-8 c1.2-2.7,2.3-5.5,3.3-8.3c2.1-5.7,3.8-11.5,5.5-17.3c1.6-5.8,3.3-11.5,4.7-17.4c0.2-0.7,0.3-1.5,0.5-2.2 c2.5,3.7,4.9,7.5,7.2,11.3c-1.5,6.2-3.5,12.3-5.3,18.3c-2,6.5-4,13-5.9,19.5c-1.9,6.2-3.7,12.4-6,18.5 c-2.2,5.7-4.4,11.5-4.3,17.7c0.1,3.1,0.3,6.1-0.3,9.1c-0.6,2.8-1.3,5.5-2.1,8.2c-1.7,5.8-3.7,11.5-5.7,17.2c-1,2.9-2,5.9-3.3,8.7 c-1.3,3-2.7,5.9-4.2,8.8c-2.6,5.2-5.3,10.3-7.7,15.5c-3.7,8.3-7.2,17-12.3,24.7v2.7c1.1-1.6,2.2-3.2,3.2-4.9 c-0.9,1.8-1.9,3.6-2.8,5.4h1.8l0.3-0.6c1.4-2.7,2.8-5.5,4.3-8.1c1.5-2.7,3-5.3,4.6-7.9c1.6-2.5,3.4-5,5.1-7.5 c3.2-4.9,6.2-10.1,9-15.3c5.7-10.5,10.8-21.3,17.3-31.4c3.3-5.2,6.9-10.2,10.4-15.3c3.4-5,6.7-10.2,9.9-15.4 c2.9-4.7,5.4-9.5,8.1-14.3c2.9-5.1,5.7-10.1,8.3-15.3c0.5-1.1,1-2.1,1.5-3.2c1.2,0.4,2.5,0.8,3.7,1.3c4.2,1.6,8.2,3.4,12.2,5.4 c-4.6,10.7-9.5,21.3-15,31.6c-5.6,10.6-12.1,20.6-19.5,30c-3.7,4.7-7.9,9-11.6,13.7c-3.7,4.8-7.2,9.9-10.5,15 c-3.4,5.1-6.7,10.2-10.4,15c-3.1,4.2-6.6,8-10.1,11.9c-3,3.4-6,6.8-8.8,10.3h2c1.9-2.3,3.8-4.5,5.8-6.7c3.5-4,7.1-8,10.5-12.1 c3.6-4.5,6.8-9.3,10-14.1c3.4-5.1,6.8-10.2,10.4-15.2c1.8-2.5,3.7-4.9,5.6-7.2c1.9-2.3,4-4.5,5.9-6.8c7.6-9.1,14.3-19,20-29.4 c5.9-10.5,11-21.4,15.8-32.4c0.4-1,0.9-2,1.3-3c2.4,1.3,4.8,2.6,7.1,4c1.6,0.9,3.1,1.9,4.7,2.9c-3.4,10.3-7.7,20.3-12.7,29.9 c-5,9.7-11.2,18.8-18.4,27c-3.8,4.2-8,7.8-12,11.6c-4.5,4.3-8.8,8.8-13,13.3s-8.4,9.1-12.7,13.6c-3.2,3.4-6.6,6.7-9.9,10 c-3.7,3.7-7.3,7.4-10.6,11.4c-0.9,1-1.8,2.1-2.6,3.2h2c3.2-4,6.7-7.7,10.3-11.4c3.4-3.5,6.9-6.9,10.3-10.4c4.1-4.2,8-8.5,12-12.8 c4.2-4.5,8.5-9.1,12.9-13.4c4.1-4.1,8.6-7.8,12.6-11.9c7.4-7.9,13.8-16.7,18.9-26.3c5.4-9.8,9.9-20,13.6-30.5 c0.3-0.8,0.6-1.6,0.8-2.4c4.1,2.6,7.8,5.7,11.2,9.1c0.3,0.4,0.9,0.5,1.3,0.3c0.1,0,0.2,0.1,0.2,0.1c-3.6,8.4-6.3,17.3-11.3,25 c-2.6,4.1-6,7.7-10,10.6c-1.1,0.8-1.1,1.6-1.2,2.9c-3.6,1.8-7,3.8-10.4,6c-1.7,1.2-3.3,2.4-4.8,3.8c-1.5,1.4-2.8,2.9-4,4.6 c-2.5,3.5-4.6,7.3-6.9,10.9c-1.1,1.8-2.4,3.5-3.7,5.2c-1.4,1.7-3,3.4-4.5,4.9c-3.2,3.1-6.5,6-9.8,9c-3.5,3.3-6.8,6.7-10.1,10.2 c-3,3.2-6,6.4-8.9,9.7c-1.6,1.8-3.1,3.7-4.6,5.5l-1.1,1.4h2c1.2-1.5,2.4-3,3.7-4.4c2.3-2.7,4.8-5.3,7.2-7.9 c3.2-3.5,6.5-7,9.8-10.3c3.2-3.2,6.7-6.2,10.1-9.3c3.4-3,6.4-6.3,9.1-9.8c2.6-3.5,4.6-7.4,6.9-11c1.1-1.8,2.3-3.5,3.6-5.1 c1.3-1.5,2.7-2.9,4.3-4.1c3.4-2.6,7-4.8,10.8-6.8c0.3-0.2,0.7-0.3,1-0.5c-0.1,1-0.2,2-0.3,3c-0.2,2.9-0.3,5.8-0.4,8.6 c0,0.2,0,0.4,0,0.7c-4.3,4-8.3,8.3-12,12.8c-1.9,2.3-3.5,4.8-5,7.3c-0.7,1.3-1.3,2.6-1.9,3.9c-0.4,1.1-0.8,2.2-1.3,3.2 c-1.7,4.4-3.8,8.6-5.8,12.9c-2.1,4.6-4.3,9.3-6.1,14.1c-0.3,0.9-0.7,1.8-1,2.7h1.7c0.1-0.2,0.1-0.5,0.2-0.7 c1.6-4.7,3.7-9.2,5.7-13.7c2-4.4,4.1-8.8,6-13.3c0.9-2.2,1.6-4.4,2.7-6.5c1.3-2.6,2.8-5,4.5-7.4c3.7-4.7,7.7-9.2,12.1-13.3 c0,2.2,0.1,4.4,0.1,6.7c-2.5,2.5-4.9,5.1-7.2,7.8c-2.4,2.7-4.6,5.6-6.5,8.7c-0.9,1.6-1.6,3.2-2.2,4.9c-0.8,2.1-1.4,4.2-2,6.3 c-1.3,4.5-2.2,9-3.3,13.5c-0.6,2.3-1.1,4.6-1.8,6.9h1.6c0.4-1.5,0.8-3,1.2-4.5c1.1-4.5,2.1-9,3.3-13.5c0.6-2.2,1.2-4.3,1.9-6.4 c0.6-1.9,1.4-3.7,2.2-5.5c0.7-1.3,1.5-2.6,2.4-3.7c1.1-1.5,2.2-3,3.4-4.4c2.2-2.7,4.6-5.4,7.1-7.9c0.1,2.3,0.1,4.6,0.2,6.9 c-2.1,3.7-4.1,7.4-6,11.2c-1,2-2.1,4.1-3.1,6.1c-0.8,1.5-1.4,3-1.8,4.6c-1.5,5.6-1.2,11.5-1.8,17.2H90c0.2-1.8,0.3-3.6,0.4-5.3 c0.1-3.4,0.4-6.7,1-10c0.3-1.6,0.8-3.1,1.4-4.5c0.9-1.9,1.9-3.7,2.9-5.6c1.9-3.7,3.8-7.3,5.8-11c0.2,0.3,0.6,0.5,1,0.5 c5.7-0.1,11.4,0,17,0.4c1.3,2.6,2.9,5,4.2,7.6c0.7,1.4,1.3,2.8,1.7,4.2c0.3,1.4,0.6,2.8,0.7,4.2c0.8,6.2,1.2,12.4,1.4,18.6 c0,0.3,0,0.6,0,1h1.6c-0.1-3.1-0.2-6.3-0.5-9.4c-0.2-3.1-0.5-6.2-0.9-9.3c-0.2-1.5-0.3-3-0.6-4.4c-0.4-1.6-0.9-3.1-1.6-4.5 c-1.3-2.7-2.9-5.2-4.3-7.9c2.8,0.2,5.7,0.5,8.5,0.8c1.5,2.1,3.3,4,5.2,5.7c2.2,1.8,4.7,3.1,7.3,3.8c2.6,0.8,5.3,1.4,7.8,2.5 c2.4,1.1,4.7,2.5,6.8,4.2c4.2,3.4,7.7,7.5,11.4,11.4c1.9,2,3.8,3.9,5.9,5.7c0.5,0.4,1,0.9,1.5,1.3h2.5c-2.5-2-4.9-4.2-7.2-6.5 c-3.8-3.8-7.2-8-11.2-11.6c-2-1.8-4.2-3.4-6.5-4.7c-2.5-1.3-5.1-2.3-7.8-3c-2.6-0.6-5.1-1.6-7.5-2.9c-2.3-1.5-4.3-3.5-5.9-5.6 c10.6,1.4,21.1,3.7,31.4,7c5.8,1.9,11.5,4.1,17.2,6.5c1.8,0.8,3.5,1.5,5.3,2.2c1,0.5,2,0.8,3.1,0.9c1.3-0.1,2.5-0.6,3.4-1.5 c4.7,4.5,8,10.2,12.4,14.9c1.5,1.6,3.1,3,4.8,4.3h2.6c-1.9-1.3-3.7-2.8-5.3-4.5c-2.3-2.4-4.5-5-6.5-7.7c-2-2.8-4.3-5.5-6.8-8 c1.5-1.4,2.9-3,4.6-4.3l0.2-0.2c2.6,2,5.2,4.1,8,5.8c2.3,1.5,4.8,2.6,7.4,3.4c2.6,0.7,5.2,1.3,7.8,1.7c2.8,0.5,5.6,1.2,8.3,2.2 c5.1,2.1,9.9,4.7,14.4,7.9c1.8,1.2,3.5,2.4,5.3,3.6h2.8c-1.9-1.3-3.7-2.6-5.6-3.9c-4.5-3.2-9.3-6-14.3-8.3c-2.6-1.1-5.2-2-8-2.6 c-2.8-0.6-5.6-1-8.3-1.7c-2.5-0.6-4.8-1.5-7.1-2.7c-3-1.7-5.8-3.7-8.5-5.9l-0.8-0.6c0.3-0.2,0.6-0.3,1-0.3c0.6-0.1,1.2,0.2,1.8,0 c0.6-0.2,1.1-0.8,1.6-1c2.7-1.4,6.2-1,9.2-1c5.7,4.8,13.8,5.8,20.8,7.2c3.9,0.7,7.7,1.8,11.4,3.3c1.6,0.7,3.1,1.7,4.5,2.9 c0.5,0.7,1.4,1.1,2.2,1.1c1.5,0.1,3.1,0.2,4.6,0.3c6.4,4.4,12.9,8.8,19.5,13h4.7c-3-1.9-6-3.9-9-5.8c-4.9-3.2-9.8-6.5-14.6-9.8 c-0.4-0.3-1-0.3-1.4,0.1l-3.8-0.3c-4.8-4.7-11.9-6.1-18.2-7.4c-6.7-1.4-13.7-2.4-19.2-6.7c-0.9-0.7-2.2-0.5-3.3-0.5 c-1.3,0-2.6,0-4,0.1c-2.1,0.1-4,0.8-5.7,1.9c-3.4-0.2-6.1,2.5-8.4,4.8c-1.1,1.3-2.3,2.3-3.8,3.2c-0.2,0.1-0.4,0.1-0.7,0.2 c0,0-0.3,0-0.4-0.1c-3-1-6-2.2-8.9-3.6c-13.3-5.7-27.2-9.8-41.4-12.2c-11.4-1.8-23-2.7-34.6-2.5c-0.2-11.2-1-22.4,0.6-33.5 c12.4-8.8,16.5-23.4,22.2-36.7c1.8,0.9,3.6,2,5.3,3.1c4.3,2.7,8.3,5.9,12,9.5c0.7,0.7,1.4,1.5,2,2.3c0.7,0.9,1,1.7,2.3,1.8 c3.8,0.1,7.6,0,11.4-0.4c6.1-0.4,12.2-1.1,18.4-1.3c7.5-0.2,15,0.7,22.3,2.7c0.8,1.4,1.6,3.6,3,4.3c0.4,0.2,0.9,0.3,1.3,0.4 c0.8,0.2,1.5,0.5,2.3,0.8c1.4,0.5,2.8,1,4.1,1.5c2.1,0.9,4.2,1.9,6.2,3.1c1.8,1.1,3.4,2.3,5,3.7c1.9,1.6,3.6,3.4,5.4,5.1 c5.8,5.6,11.6,11.2,17.7,16.4c11.9,10.2,24.4,19.7,37.1,28.8c12.8,9.2,25.8,18.2,38.9,26.9h4.5c-11.9-7.9-23.8-16-35.5-24.2 c-13.6-9.6-27-19.6-39.8-30.3c-6.7-5.6-13.2-11.5-19.5-17.7c-3.4-3.5-7-6.8-10.9-9.8c-4.3-2.8-8.9-5-13.8-6.4 c-0.6-0.2-1.3-0.4-1.9-0.6c-0.6-1.3-1.3-2.6-2.2-3.8c-0.8-0.6-1.7-1-2.7-1.1c-2.6-0.7-5.3-1.2-8-1.6c-4.6-0.7-9.3-0.9-14-0.8 c-9.7,0.3-19.3,1.7-29,1.7c-3.7-5.2-9.3-9.3-14.6-12.8c-2.3-1.6-4.7-2.9-7.1-4.1c-0.8-0.5-1.8-0.8-2.7-0.9 c-5.9-6-13.4-10.7-20.7-14.7c-7.5-4.3-15.4-7.8-23.7-10.2c-7.5-11-13.7-22.8-20.7-34.2c-7.6-12.4-15.8-25.2-26.7-35.1 c-4.4-4-9.6-7.7-15.5-9c-1.5-3.4-3.3-6.6-4.8-10c-1.6-3.5-2.3-7.3-2.2-11.2l1.9-1.3c0.3-0.1,0.5-0.3,0.6-0.5 c0.1-0.2,0.1-0.4,0.1-0.6l0.1,0c0.1-2.1,0.3-4.2,0.4-6.3c5.5-3.7,11.2-7.1,15.1-12.7c2.5-0.7,3.6-1.2,5-3.3 c0.7-0.3,1.4-0.6,2.1-1c1.9-1,3.7-2.3,5.4-3.7c3.6-3,6.7-6.4,10.7-8.8c0.4,0,0.7-0.2,0.9-0.5c1.8-2.4,6.5-1.6,9.2-1.2 c2.4,0.4,4.8,1.1,7,1.9c5.4,2.1,10.6,4.8,15.4,7.9c9.5,6,18.3,13,28.1,18.4c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0.1,0.2,0.1 c0.1,0.3,0.8,0.7,1,0.9c1.1,1,2.1,2,3.1,3.1c3.1,3.2,6.2,6.4,9.3,9.5c7.3,7.3,14.9,14.8,23.7,20.5c1.7,1.2,3.5,2.2,5.4,3 c0.1,0.1,0.3,0.1,0.4,0.2c1.7,0.7,3.4,1.2,5.3,1.3c2.3,1.3,4.8,2.1,7.4,2.2c1.9,0.1,3.7,0.1,5.6,0c0.6,0,2.3-0.3,2.8,0 c-0.3-0.1,1.1,1.9,1.3,2.1c3.7,4.6,7.5,9,11.4,13.3c8.2,8.8,16.8,17.1,26,24.9c1,0.9,2,1.7,3.1,2.6c0.1,0.2,0.3,0.4,0.5,0.5 c17,13.9,35,26.6,53.8,37.9c32.8,19.9,67.6,35.7,102.2,52.1c5.6,2.7,11.3,5.3,16.7,8.4c1.8,1,3.6,2.1,5.3,3.3 c0.6,0.4,1.1,0.9,1.7,1.4c1.6,1.4,3.8,1.3,5.9,1.5c0.4,0.3,0.9,0.3,1.3,0.1c5.4-2.6,11.9,0.9,17.6,1.7 c11.8,15.3,28.6,26.7,44.5,37.2c10.8,7.1,21.9,13.9,33,20.5h5c-1.6-1-3.3-1.9-4.9-2.9c4-2.7,7.9-5.4,11.9-8 c4.5-2.9,9-5.8,13.8-8.4c2.2-1.2,4.5-2.3,6.6-3.5c1.9-1.1,3.7-2.3,5.4-3.7c3.3-2.6,6.2-5.5,8.7-8.8c2.6-3.4,4.9-6.9,6.9-10.5 c0.1-0.2,0.2-0.4,0.3-0.6c2.3-0.9,4.7-1.8,7-2.7c-2.8,6.9-5.7,13.7-8.9,20.4c-3.5,7.3-7.7,14.3-12.3,20.9c-1.9,2.7-3.9,5.3-6,7.8 h2c4.1-5.1,7.9-10.4,11.2-16c4.1-7,7.7-14.2,10.9-21.6c1.8-4,3.4-8.1,5.1-12.2c5.3-1.8,10.6-3.5,16-5.1 c-1.9,5.1-3.6,10.2-5.6,15.2c-1,2.5-2.2,4.9-3.1,7.4c-0.4,1-0.7,2.1-0.9,3.2c-0.1,1.4,0,2.8,0.3,4.1c0.2,1.1,0.1,2.3-0.4,3.4 c-0.4,0.8-0.8,1.6-1.2,2.3c-1.1,1.7-2.2,3.3-3.6,4.8c-3,3.5-6.3,6.7-9.7,9.8c-1.7,1.6-3.5,3.1-5.2,4.7h2.3 c0.9-0.8,1.9-1.7,2.8-2.5c3.5-3.1,6.8-6.3,9.9-9.7c1.4-1.6,2.8-3.3,4-5c0.5-0.8,1-1.5,1.5-2.3c0.5-0.9,0.9-1.9,1.2-2.9 c0.1-1.4,0-2.7-0.2-4.1c-0.1-0.6-0.1-1.3-0.1-1.9c0.1-0.5,0.2-1.1,0.4-1.6c0.7-2.4,1.7-4.7,2.7-7c2.4-5.6,4.3-11.4,6.4-17.1 c0.2-0.4,0.3-0.8,0.5-1.3c7.3-2.1,14.6-4.1,21.8-6.2c-3.7,4.8-7.4,9.6-11.4,14.2c-1.3,1.5-2.7,3-4.1,4.4c-0.3,0.3-0.3,0.8,0,1.1 c2,1.5,3.3,3.6,3.7,6c0,0.3,0.2,0.7,0.6,0.8c0.4,0.1,0.8,0.1,1.2,0.3c0.2,0,0.3,0.1,0.5,0.2h0l0,0c0.1,0,0.1,0.1,0.2,0.1 c0.1,0,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0.1c0.1,0.1,0.1,0.1,0.2,0.2l0,0c0,0,0,0.1,0.1,0.1v0c0,0,0,0.1,0,0.1c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0.1-0.1,0.1v0l0,0 c-0.1,0.2-0.3,0.5-0.4,0.7c0,0.1-0.1,0.1-0.1,0.2l0,0l0,0c-0.1,0.1-0.2,0.3-0.3,0.4c-0.5,0.6-1,1.1-1.6,1.6 c-0.3,0.3-0.6,0.5-1,0.8c-0.2,0.1-0.3,0.3-0.5,0.4l-0.3,0.2l-0.1,0l-0.1,0.1c-1.5,1.1-3,2.2-4.5,3.2c-1.3,0.9-2.7,1.8-4,2.7 c-0.5,0.4-1,0.7-1.5,1.1c-0.9,0.7-1.7,1.5-2.5,2.3c-5,4.8-9.7,9.9-14.3,15.1c-1.3,1.5-2.6,2.9-3.9,4.4h2.1c0.5-0.6,1-1.2,1.5-1.7 c4.7-5.3,9.6-10.5,14.6-15.5c1.1-1.1,2.2-2.2,3.3-3.2c0.2-0.1,0.3-0.3,0.5-0.4l0.1-0.1l0.2-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c1.3-0.9,2.6-1.8,4-2.7c1.6-1.1,3.1-2.1,4.6-3.3c1.4-1,2.7-2.1,3.9-3.3c0.9-0.8,1.5-2,1.7-3.2c0-1.4-1.2-2.1-2.4-2.5 c-0.2-0.1-0.5-0.1-0.7-0.2c-0.5-2.3-1.7-4.4-3.5-6c4.7-5,9.1-10.3,13.2-15.8c1-1.3,2.1-2.7,3.1-4c9.8-2.8,19.6-5.8,29.1-9.6 c2-0.8,4.1-1.7,6.1-2.6c1.5,1.8,3.2,3.5,4.8,5.4c0.4,0.5,0.8,1,1.2,1.5c-2.9,2.7-5.8,5.5-8.6,8.3c-3,2.9-6,5.9-9.2,8.6 c-3,2.2-6.2,4.1-9.6,5.6c-1.7,0.8-3.3,1.7-4.8,2.6c-1.6,1.1-3.1,2.3-4.6,3.6c-3.1,2.8-6.1,5.7-9.1,8.7c-2.5,2.4-5,4.8-7.6,6.9 c-5.2,4.2-10.7,7.9-16,11.9c-4.5,3.2-8.6,7-12.1,11.3h2c2.8-3.2,6-6.1,9.4-8.7c5.3-4.2,10.9-7.9,16.2-12.1c2.5-1.9,5-4,7.3-6.2 c3-2.9,6-5.9,9.1-8.7c1.5-1.4,2.9-2.8,4.5-4c1.5-1.1,3-2.1,4.6-2.9c3.3-1.6,6.6-3.3,9.7-5.2c1.6-1.2,3.2-2.4,4.6-3.8 c1.6-1.4,3.1-2.9,4.6-4.3c3-2.9,6-5.9,9.1-8.8c0.5-0.5,1.1-1,1.6-1.5c0.9,1.2,1.9,2.4,2.8,3.6c1.5,2.1,3.3,3.9,5.3,5.4 c1.9,1.3,4.3,1.7,6.4,2.5c1.9,0.7,3.8,1.8,4.2,3.9c0.2,0.9,0.2,1.8,0.4,2.7c0.3,1.1,0.9,2.1,1.7,3c0.3,0.4,0.7,0.8,1.1,1.2 c-3.2,1.3-6.5,2.4-9.8,3.6c-3.6,1.4-7,2.9-10.4,4.7c-3.5,1.8-7.2,3.5-10.9,4.9c-1.8,0.7-3.7,1.2-5.6,1.6 c-1.9,0.4-3.8,0.7-5.8,0.9c-3.9,0.4-7.7,1.4-11.2,3c-2.9,1.4-5.7,2.8-8.5,4.3c-6.2,3.3-12.2,6.9-17.9,10.9 c-4.5,3-8.7,6.4-12.6,10.1h2.3c2.9-2.7,6-5.1,9.3-7.4c5.7-4,11.6-7.7,17.7-11.1c2.9-1.6,5.8-3.1,8.7-4.5 c3.3-1.8,6.8-2.9,10.5-3.4c3.8-0.4,7.6-1.2,11.4-2.1c3.7-1.2,7.4-2.8,10.9-4.5c3.5-1.7,7-3.5,10.6-5c3.5-1.4,7.1-2.5,10.6-3.9 c0.7-0.3,1.4-0.6,2.1-0.8c2.4,1.9,4.9,3.5,7.6,4.9c3.9,2.2,7.9,4.5,10.5,8.1c-8.9,1.2-17.7,3.2-26.2,5.9c-4.6,1.4-9.1,3-13.5,4.7 c-2.2,0.8-4.4,1.7-6.6,2.6c-2,0.8-4.1,1.6-6.1,2.6c-1.3,0.7-2.4,1.6-3.7,2.3c-1.6,0.8-3.4,1.2-5.2,1c-1.9-0.3-3.8-0.9-5.6-1.7 c-1.6-0.6-3.4-0.9-5.1-0.8c-3.2,0.3-6.4,1.1-9.4,2.4c-3.5,1.4-6.9,3-10.1,4.9c-3.3,1.8-6.5,3.9-9.6,5.9h2.9 c1.6-1.1,3.3-2.1,5-3.1c3.2-1.9,6.6-3.7,10-5.3c3-1.4,6.3-2.5,9.6-3.1c1.5-0.3,3-0.3,4.5-0.1c1.9,0.4,3.6,1.3,5.4,1.8 c2,0.6,4.1,0.7,6.1,0.2c1.5-0.4,2.8-1,4-1.9c1.5-1,3.1-1.8,4.8-2.4c2.1-0.9,4.2-1.7,6.3-2.6c4.4-1.7,8.8-3.3,13.3-4.8 c9-3,18.2-5.3,27.5-6.8c1.1-0.2,2.2-0.3,3.3-0.4c0.4,0,0.8-0.4,0.8-0.8c0-0.1,0-0.3-0.1-0.4c-2.3-3.8-6-6.4-9.8-8.6 c-3.6-2.1-7.5-3.9-10.4-6.9c-0.7-0.7-1.4-1.5-1.9-2.4c-0.4-0.9-0.7-1.8-0.7-2.7c-0.1-1-0.3-1.9-0.8-2.8c-0.6-1-1.5-1.8-2.5-2.4 c-1.9-1.1-4.2-1.5-6.3-2.3c-1-0.4-2-0.9-2.9-1.7c-0.9-0.8-1.8-1.7-2.6-2.6c-2-2.3-3.8-4.8-5.7-7.2c-1.6-2-3.5-3.9-5.2-5.9 c0.4,0,0.7,0,1.1,0.1c0.9,0.2,1.7,0.5,2.6,0.7c3.5,1,7,1.9,10.5,2.9c9,2.5,17.9,5.1,26.8,7.7c0.2,0.1,0.4,0.2,0.6,0.2 c22.2,6.5,44.3,13.1,66.5,19.5c4.6,1.3,9.2,2.7,13.9,3.8c1.6,0.3,3.3,0.5,5,0.5c6.6,0.3,13.1,1.6,19.7,1.8l0,0 c3.1,0.5,6.5-0.6,9.7-0.5c5.3,0.4,10.6,1.4,15.7,2.9c9.6,2.5,19.6,5.6,29.6,3.7c22,11.9,44.8,22.9,68.2,31.7h7.2 c-1.2-0.4-2.5-0.9-3.7-1.3c12.5-7.2,25-14.4,38.4-19.9c6.8-2.8,13.8-5,21-6.5c7.5-1.5,14.8-2.8,22.1-5.2 c14.2-4.6,27.5-11.3,40.5-18.4c12.7-7,24.4-15.7,36.1-24.1c5.8-4.2,11.7-8.3,17.8-12.1c6.1-3.8,12.8-8.1,19.8-10.1 c7.3-2.1,15-1.3,22.4-1.9c0.6-0.1,1.1-0.1,1.6-0.2c0.1,0,0.2,0,0.3,0c6.9-0.9,13.8-2.2,20.5-3.9c15.6-3.5,31-8.1,45.9-13.7 c15.3-5.7,30.5-12,45.8-17.8c3.3-1.2,6.5-2.4,9.8-3.6c0,0,0.1,0,0.1,0c4.1-1.4,8.2-2.8,12.3-4.1c7.1-2.2,14.3-4.3,21.3-7 c7.2-2.7,14.1-6,21.2-9.1c7.3-3.2,14.5-6.4,21.7-9.8c2.5-1.2,5-2.3,7.5-3.5c-0.6,0.9-1.2,1.9-1.8,2.9c-3.2,5.6-5.9,11.4-9.4,16.9 c-11.5,7.7-22.8,15.8-33.8,24.2c-2.3,1.7-4.5,3.5-6.6,5.4c-0.3,0.3-0.6,0.6-0.9,0.8c-0.7,0.4-1.5,0.7-2.3,0.8 c-3.4,1.3-6.7,3-9.6,5.2c-6.3,4.5-11.7,10.1-18.2,14.2c-8.1,5.1-16.7,9.4-24.9,14.1c-24,13.6-47.8,27.6-71.1,42.4 c-12.7,8.1-25.1,16.5-37.4,25.3c-7.7,5.5-15.2,11.2-23.2,16.4c-1.9,1.2-3.8,2.4-5.7,3.6h4.8c6.6-4.2,12.9-8.7,19.2-13.3 c10.5-7.7,21.2-15.2,32.1-22.3c19.9-13.1,40.4-25.5,61-37.5c7.4-4.3,14.9-8.6,22.3-12.9c8.1-4.6,16.6-8.8,24.5-13.9 c6.5-4.2,11.9-9.8,18.2-14.2c3.1-2.3,6.6-4.1,10.4-5.2c1-0.4,1.8-1,2.5-1.7c5.4-4.6,11-9,16.9-13c8.8-6.4,17.7-12.6,26.7-18.6 c8.9-6,18-11.9,27.3-17.4c5.4-3.2,11.4-7.4,17.7-8.8c7.8-1.8,15.8-3.1,23.7-4.7c6.7-1.4,13.4-2.9,20.1-4.5 c9.5-2.2,18.9-5,28.2-8.3c1-0.4,2-0.8,3-1.2c-2.3,3.2-4.7,6.4-7.2,9.4c-2.3,3.1-4.8,6.1-7.5,8.8c-2.4,2.2-4.9,4.1-7.3,6.3 c-0.6,0.5-1.3,1.1-1.9,1.7c-4.7,3.2-9.6,6-14.7,8.5c-5.3,2.3-10.8,4.3-16.3,5.8c-5.4,1.6-10.9,3-16.3,4.7 c-5.2,1.6-10.4,3.6-15.4,5.7c-10.1,4.5-19.9,9.5-29.4,15c-9.8,5.4-19.7,10.4-29.8,15.3c-9.9,4.7-19.8,9.6-28.7,16 c-8.2,5.9-15.1,13.3-21.7,20.9c-6.8,7.9-13.4,16-20.3,23.7c-7.7,8.6-15.5,17.1-23.5,25.4c-4,4.1-8.1,8.2-12.2,12.2 c-4.1,4-8.4,7.7-12.5,11.7c-2.2,2.1-4.3,4.2-6.4,6.4h2.2c7.5-7.4,15.4-14.5,22.9-21.9c8.2-8.1,16-16.5,23.8-25.1 c7.3-8,14.6-16.1,21.5-24.5c6.5-7.8,13.1-15.7,20.8-22.4c8.1-7.1,17.6-12.4,27.2-17.2c9.9-5,20.1-9.4,29.8-14.8 c9.8-5.4,19.5-11,29.5-15.8c10.2-4.8,20.8-8.7,31.7-11.7c10.9-3.1,21.7-6.2,31.5-12c1.1-0.7,2.3-1.4,3.4-2.1 c-0.1,0.1-0.1,0.3-0.2,0.4c-0.4,1.4,0.4,2.9,1,4c0.8,1.5,1.9,2.9,2.6,4.5c0.2,0.3,0.5,0.5,0.9,0.4c13-2.5,25.2-7.8,38.3-9.7 c0.1,1.2,0.4,2.4,0.9,3.5c-4.4,3.6-8.8,7.2-13.3,10.7c-4.3,3.4-8.8,6.7-13.1,10c-9.7,7.6-20.3,14.2-31.4,19.6 c-11,5.2-22.4,9.7-34,13.5c-11.4,3.9-23,7.4-34.6,10.8c-11.8,3.4-23.9,5.8-35.6,9.6c-11.5,3.8-22.1,9.5-32.4,15.6 c-10.3,6.1-19.8,13.3-28.4,21.6c-8.9,8.5-17.2,17.7-26.2,26.1c-6.7,6.3-14,11.7-21.1,17.5c-3.5,2.8-6.9,5.8-10.1,8.9l-0.3,0.3 h2.2c1.7-1.7,3.5-3.3,5.4-4.8c6.4-5.5,13.3-10.4,19.6-15.9c9.3-8,17.6-17.1,26.2-25.7c8.5-8.7,17.9-16.5,28-23.2 c5-3.2,10.2-6.2,15.4-9c5.3-3,10.7-5.6,16.3-7.8c11.5-4.4,23.7-7,35.6-10.1c11.6-3.1,23.2-6.7,34.6-10.4 c11.4-3.6,22.5-7.8,33.5-12.5c11-4.8,21.5-10.7,31.3-17.6c5.3-3.8,10.3-7.9,15.5-11.8c3.7-2.7,7.3-5.6,10.8-8.5 c2.2-1.8,4.5-3.6,6.7-5.4c0.7,1.1,1.7,2.1,2.8,2.8c-1.7,5.7-3.8,11.3-5.3,17.1c-1,3.5-1.7,7-2,10.6c-9.5,5.7-19.1,11.1-28.9,16.4 c-9.8,5.3-19.7,10.2-29.6,15.3c-9.6,5-19.2,10-29.4,13.7c-9.3,3.4-17.8,8.4-26.1,13.7c-8.4,5.4-16.7,11.2-25.5,15.9 c-9.3,4.9-19,8.8-29,11.7c-5,1.5-10.1,2.9-15.2,4.1c-4.8,1.2-9.6,2-14.4,3.2c-4.6,1.2-9,3.3-12.8,6.1c-4.5,3.2-8.9,6.5-13.3,9.8 c-8.9,6.6-18,12.7-27.1,19c-1.6,1.1-3.2,2.3-4.8,3.4h2.7c7.5-5.3,15.3-10.3,22.8-15.7c4.5-3.2,8.9-6.5,13.3-9.8 c4.2-3.1,8.4-6.7,13.1-8.9c4.4-2.1,9.2-2.9,13.8-3.9c5.2-1.1,10.3-2.4,15.4-3.8c10-2.6,19.7-6,29.1-10.2 c9.2-4.3,17.8-9.7,26.3-15.3c8.4-5.5,16.7-11,25.8-15.2c4.7-2.2,9.7-3.8,14.5-5.8c5-2.1,9.8-4.5,14.6-7 c19.8-10.1,39.5-20.2,58.7-31.4c2-1.2,4-2.3,6-3.5c0,1.8,0.1,3.6,0.4,5.3c0.3,1.5,0.7,2.9,1.3,4.3c-7.2,3.9-14.5,7.5-21.8,11.4 c-3.5,1.8-6.9,3.8-10.5,5.6c-3.6,1.8-7.2,3.6-10.8,5.3c-14.5,6.9-29.3,13.1-43.4,20.7c-3.6,1.9-7.1,4-10.6,6.1 c-3.2,1.8-6.2,4.1-8.8,6.7c-2.2,2.4-4,5.2-6.2,7.7c-2.1,2.3-4.6,4.1-7.3,5.3c-2.4,1-4.6,2.4-6.3,4.3c-2.3,2.8-3.7,6.5-4.9,9.9 c-2.6,7.3-4.1,15-6.5,22.4c-1.6,5-4.5,9.6-6.9,14.3c-0.2,0.4-0.4,0.8-0.6,1.2h1.7c2-4.1,4.4-8.1,6.2-12.3c1.2-3,2.1-6,2.9-9.1 c1-3.8,2-7.5,3.1-11.3c1.1-3.7,2.4-7.3,4.1-10.8c1.2-2.7,3.3-4.9,5.9-6.3c2.4-1.1,4.7-2.4,6.9-3.9c2.5-2.1,4.6-4.6,6.5-7.3 c2-2.8,4.6-5.3,7.4-7.3c3.3-2.2,6.8-4.2,10.2-6.2c13.8-7.8,28.4-14.1,42.8-20.8c7.1-3.3,14.2-6.7,21.1-10.5 c7.2-3.9,14.5-7.6,21.7-11.4c1.6-0.8,3.2-1.7,4.7-2.5c0.8,1.5,1.7,2.9,2.6,4.2c-4.3,3.4-8.2,7.2-12.1,10.9 c-1.7,1.6-3.3,3.1-5.1,4.5c-2.5,1.9-5.1,3.7-7.7,5.5c-5.2,3.5-10.5,6.9-15.6,10.5c-5.2,3.6-10.1,7.6-14.7,12 c-8.7,8.3-16.9,17.2-24.6,26.5c-7.7,9.2-15.1,18.7-22.7,28c-4.9,5.9-9.8,11.8-15,17.4h2.1c3.8-4.2,7.6-8.6,11.2-13 c7.6-9.2,15-18.6,22.5-27.8c7.6-9.4,15.6-18.3,24.1-26.8c4.4-4.4,9.2-8.5,14.1-12.3c5-3.7,10.2-7.1,15.4-10.5 c4.9-3.1,9.6-6.5,14-10.2c4.1-3.7,8-7.6,12.1-11.2c0.9-0.8,1.8-1.5,2.7-2.2c0.7,1,1.5,1.9,2.3,2.9c1.8,2.2,3.5,4.5,5.1,6.8 c1.6,2.7,2.8,5.5,3.6,8.5c1.3,4.5,2.4,9.1,3.3,13.8c-5.5,2.2-11,4.6-16.4,6.9c-2.4,1-4.9,2-7.4,2.9c-2.3,0.8-4.7,1.3-7,2 c-5.7,1.6-11.2,4-16.3,7.1c-5.8,3.6-10.9,8.1-16.4,12.1c-11.1,8.3-22.6,16.2-34.5,23.4c-2.9,1.7-5.8,3.3-8.6,5.2 c-2.3,1.5-4.5,3.2-6.6,5.1c-4.2,3.8-8.2,7.9-11.8,12.3c-1.4,1.7-2.9,3.4-4.3,5.2h2l0.4-0.5c3.6-4.4,7.4-8.7,11.4-12.7 c4.1-4.1,8.7-7.6,13.8-10.4c12-7.1,23.6-14.7,34.8-22.9c2.8-2,5.6-4.1,8.3-6.2c2.8-2.1,5.5-4.3,8.3-6.3 c4.9-3.6,10.2-6.4,15.9-8.4c2.8-1,5.6-1.6,8.5-2.4c2.2-0.6,4.3-1.4,6.4-2.2c5.6-2.2,11.1-4.7,16.6-7c1.1-0.5,2.2-0.9,3.3-1.4 c0.2,1.2,0.3,2.5,0.4,3.7c0.4,4.7,0.2,9.4-0.4,14.1c-5.6,1.3-11.1,2.9-16.4,4.8c-5.3,2.1-10.5,4.6-16,6.4 c-2.6,0.9-5.2,1.6-7.8,2.6c-2.5,1-4.9,2.2-7.3,3.5c-4.8,2.6-9.4,5.5-14,8.3c-2.3,1.4-4.6,2.9-7,4.3c-2.4,1.4-4.8,2.6-7.1,4 c-4.6,2.9-9.1,6-13.3,9.4c-4.3,3.4-8.9,6.4-13.6,9.2c-5,2.8-9.8,5.9-14.4,9.3c-0.4,0.3-0.8,0.6-1.2,0.9h2.6 c0.1-0.1,0.2-0.1,0.3-0.2c4.4-3.2,9-6.1,13.8-8.8c4.6-2.6,8.9-5.6,13.1-8.9c4.1-3.1,8.2-6.3,12.7-9.1c2.2-1.4,4.5-2.5,6.8-3.8 c2.3-1.3,4.5-2.6,6.7-4c8.8-5.4,17.6-11.4,27.5-14.4c5.3-1.7,10.4-3.7,15.5-6c2.5-1.1,5-2.1,7.6-3c2.7-0.9,5.4-1.5,8.1-2.2 c1-0.3,2.1-0.5,3.1-0.8c-0.3,1.8-0.6,3.6-1,5.4c-1.5,6.6-3.6,13.1-6.1,19.5c-7.9,3.4-15.5,7.7-23,11.9c-3.8,2.1-7.7,4.2-11.7,6.2 c-3.9,1.8-7.9,3.2-12.1,4.2c-7.9,1.9-16.1,2.8-23.7,5.7c-5.5,2.2-10.8,5-15.7,8.2h2.9c3.5-2.2,7.2-4.2,11-5.9 c3.6-1.5,7.3-2.7,11.1-3.6c4.1-0.9,8.2-1.6,12.2-2.5c4.1-0.8,8.1-2,12-3.6c4-1.8,8-3.7,11.8-5.9c7.6-4.2,15.2-8.6,23.1-12.2 c0.4-0.2,0.8-0.4,1.2-0.5c-2.4,6.3-4.8,12.6-7,18.9c-1.7,5-3.5,10.1-5.1,15.2h1.6c1.1-3.5,2.3-7,3.5-10.4 c2.3-6.8,4.7-13.5,7.3-20.2c0.6-1.5,1.2-3,1.8-4.6c0-0.1,0.1-0.1,0.1-0.2c1.9-4.9,3.6-10,5.1-15.1c1.9-6.9,2.9-14.1,3-21.2 c-0.1-6.3-0.9-12.5-2.5-18.5c-0.7-3.3-1.6-6.5-2.7-9.7c-1-2.6-2.4-5.1-4-7.3c-3.2-4.5-7.3-8.5-9.7-13.5 c-2.7-5.4-2.3-11.5-1.1-17.2c1.3-6.3,3.5-12.3,5.4-18.4c0.4-1.3,0.8-2.7,1.2-4c0.1-0.3-0.1-0.7-0.4-0.9c-2.9-1.4-4.1-4.4-4.3-7.5 c0-0.4-0.3-0.8-0.8-0.8c-13.3,1.8-25.7,7.1-38.8,9.7c-0.6-1.1-1.3-2.2-2-3.3c-0.6-1-1.6-2.4-1.3-3.6c0.4-1,1.1-1.9,1.9-2.6 c1-1.1,2.2-2.2,3.3-3.2c2.3-2,4.6-3.8,6.8-5.9c2.6-2.6,4.9-5.4,7.1-8.3c3.2-3.9,6.3-7.9,9.1-12c10.1-4.6,19.4-10.6,27.9-17.8 c15-12.5,29.8-24.9,45.8-36.1c6.1-4.3,12.4-8.5,18.6-12.6c4.9-0.2,9.7-0.8,14.5-1.9c5.4-1.1,10.4-3.3,14.9-6.5 c1.8-1.4,3.2-3.9,5.2-4.8c2.2-1,3.6,0,5.3-1.8c2.3-2.5,5.6-2.9,8.7-4.1c0.4-0.1,0.8-0.3,1.2-0.4v-2.7c-1,0.4-2,0.8-3,1.1 c-2,0.7-4,1.2-6,1.9c-2.3,0.8-2.5,2.6-5,3.4c-1.4,0.4-2.5-0.1-3.6,0.9c-1.4,1.2-2.3,3-3.8,4.2c-3.8,2.9-8.2,4.9-12.8,6 c-5,1.3-10.1,2-15.3,2.2c-0.3-0.1-0.6-0.1-0.9,0c-5,0.1-9.9-0.2-14.8-0.9c-1.4-0.2-4.9-0.3-6-1.2c-0.5-0.6-0.8-1.2-1-2 c-1-2.5-2.2-4.9-3.6-7.3c-3.1-5.8-7-11.2-11.6-15.9c-3.6-3.7-8.1-7.2-13.6-6c-3,0.7-3.8,1.2-6.1-1.3c-1.9-1.9-3.5-4.1-5.4-6 c-3.6-3.7-7.6-7.2-11.7-10.4c-8.4-6.3-17.3-11.9-26.7-16.8c-0.6-0.3-1.4-0.1-1.7,0.5c-3.4-0.2-6.7-1.2-9.6-3.1 c-0.4-0.4-0.7-0.8-1-1.3c0,0,0-0.1,0-0.1c0-0.3-0.2-0.5-0.4-0.7c-0.3-0.5-0.5-1.1-0.9-1.6c-1-1.5-2.1-2.9-3.4-4.1 c-0.1-0.3-0.4-0.6-0.8-0.7l-0.1,0c-0.1,0-0.2,0-0.3,0l0,0c-1.8,0-3.7,0.2-5.4,0.7c-2.3,0.4-5.4,0.7-7.4,1.8c-2,1-2.6,3.9-3.9,5.8 c-2.5,3.8-5.6,7-9.3,9.6c-3.2,2.4-7.1,3.8-11.1,4.1c-1.4,0.1-2.9-0.6-4.3-0.3c-2.1,0.5-4.3,2.1-6.4,2.9 c-8.3,3.1-16.9,5.3-25.7,6.4c-2.2,0.3-4.4,0.6-6.6,0.9c-1.8,0.2-5.3,0-6.9,0.8c-1.7,0.8-2.6,3-3.7,4.6 c-3.2,4.6-6.5,9.1-10.1,13.4c-7.2,8.7-15,16.9-23.2,24.5c-23.9,22.2-51,40.9-79.3,57.2c-7.6-11.5-14.4-24.2-24.7-33.6 c-2.1-1.9-4.4-3.7-6.8-5.1c-1.9-1.1-5.3-1.6-6.4-3.4c-3.1-4.9-6.7-9.5-10.8-13.6c-4.5-4.9-9.5-9.3-15.1-13 c-0.5-0.3-1.1-0.2-1.5,0.2l-1.4,1.5c-7,1.4-14.1,3-20.7,6c-4.2,2-7.9,4.7-11.8,7.4c-20.4,14.1-44.7,22.5-67.9,30.7 c-5.1,1.8-9.4,3.4-13.4,6.7c-7.3-3.8-14.8-7.5-21.3-12.5c-3.3-2.5-6.3-5.4-8.8-8.7c-0.4-0.7-1.2-1.3-2-1.4c-1-0.2-2-0.5-3-0.7 c-1.7-0.4-3.4-0.1-4.9,0.7c-7.3-0.2-14.5-0.8-21.7-1.8c-7.1-1.1-14.3-2.6-20.8-5.8c-0.5-0.2-1-0.1-1.4,0.1 c-1.8,0.2-3.6,0-5.3-0.6c-1.1-0.4-2.3-0.6-3.5-0.3c-2.5,0.7-3.7,3.8-4.6,6.1c-5.2,1.8-9.9,4.9-13.7,9c-3.9,4.5-6.9,9.9-10.4,14.7 c-6.5,8.8-13.8,16.9-21.9,24.2c-4,3.7-8,7.3-12.2,10.7c-12.6-1.8-24.7,2.4-36.3,7.1c-5.9,2.4-11.7,5-17.8,7 c-2.7,0.9-5.5,1.7-8.3,2.2c-4.2,0.7-7.5-0.1-11.6-1.4c-21.4-6.7-39.4-17.7-56-32.4c0-1.3-0.2-2.6-0.8-3.8c-0.7-1.1-2.8-2-3.8-3.1 c-0.4-0.4-1-0.5-1.5-0.2c-9.4,4.2-21.1,11.7-30.6,4.1c-4.4-3.5-7.9-8.3-11.2-12.8c-1.2-1.6-2.2-4.2-4.1-4.8 c-1.8-0.6-5.4,0.3-7.2,0.8c-1.1,0.5-2.3,0.8-3.5,0.8c-1.5-0.2-3-0.6-4.4-1.2c-2.6-1-5-2.3-7.1-4c-4.2-3.3-7.6-7.4-10.1-12.1 c-5.2-9.1-7.9-19.5-9.8-29.8c-0.2-0.5-0.6-0.9-1.2-0.9c-3.7-0.5-7.5-1.1-11.2-1.2c-1.8-0.1-5.1-0.6-6.7,0.4 c-0.8,0.5-0.9,1.7-1.7,2.2c-0.7,0.5-1.3,0.3-2.2,0.5c-1.6,0.3-3.2,0.7-4.8,1.2c-9,3.2-17,9.1-25,14.2c-4.1,2.7-8.4,5.2-12.8,7.5 c-1.8,0.9-3.9,1.4-5.6,2.3c-2,1-3.1,2.7-5.1,3.9c-2.4,1.3-5.1,2.3-7.8,2.9c-2.4,0.6-5.7,0.6-7.9,1.7c-2,1-3.5,2.9-5.5,3.9 c-2.9,1.3-5.9,2.4-9,3.1c-10.4-17.6-26.7-30.4-40.1-45.5c-3.6-4-6.8-8.2-9.8-12.6c-1.3-2-2.6-4.1-3.7-6.3 c-1.3-2.6-1.4-2.6-3.8-3.9c-9.2-5.2-15.4-14.5-23.3-21.4c-0.1-0.1-0.2-0.2-0.3-0.3l-0.3-0.2c-0.2-0.4-0.6-0.7-1.1-0.7 c-9.7,0.1-17.2-5.6-25.1-10.4c-5.8-3.6-12.4-6.6-19.3-4.4c-4.5,1.5-7.3,5.2-11.4,7c-4.2,1.8-7.9,3.2-11.4,6.3 c-1.8,1.6-3.4,3.3-4.9,5.1c-1.5,1.8-2.8,4.4-4.5,5.9c-1.9,1.7-5.4,2.1-7.7,3c-2.2,0.9-4.4,1.9-6.6,2.9 c-12-15.2-19.9-33.2-27.3-50.9c-1.7-4.2-3.5-8.3-5.2-12.5c-0.8-2-1.7-4-2.5-6.1c-0.7-1.7-1.2-4.2-2.4-5.5c-1.1-1.4-3-2.2-4.4-3.4 c-1.7-1.4-3.4-3-4.9-4.5c-3.6-3.6-7.1-7.4-10.9-10.8c-0.5-0.5-1.3-0.5-1.8,0c-0.1,0.1-0.1,0.1-0.2,0.2l-2.3,3.7 c-3.9,1.1-3.7,1.7-5.9,5.1c-1.8,2.8-3.9,5.4-6.2,7.8c-5.1,5.4-10.5,10.5-16.3,15.2c-14,11.7-28.8,22.3-43.3,33.3 c-6.6,5-13.1,10.1-19.3,15.6c-5,4.4-9.7,10.8-15.7,13.5c-2.1,0.9-6.2,2.1-7.9,3.5c-1,0.8-1.5,2-2.6,2.8c-1.7,1.2-3.9,1.9-5.7,3.2 c-2,1.4-3.9,3-5.7,4.7c-1.8,1.7-3.5,3.6-5.2,5.4c-0.5,0.1-0.8,0.4-0.9,0.9l0,0c-1.2,1.3-2.4,2.5-3.8,3.7 c-1.9,1.6-3.9,1.7-6.2,2.1c-3.6,0.6-7.1,1.8-10.8,1.9c-3.1,0.1-0.5,0.5-1.7-0.9c-0.5-0.6-1-1.3-1.5-1.9c-1.5-1.8-3-3.5-4.7-5.2 c-3.5-3.4-7.4-6.5-11.5-9.2c-7.6-4.9-17.5-9.6-26.6-6.6c-0.2,0-0.3,0-0.5,0.1c-2.9,0.7-5.7,1.8-8.5,3.1c-2.9,1.5-4.3,3.2-7.8,3.1 c-6.5-0.2-12.9-0.7-19.4-1.4c-5.8-0.6-11.6-1.5-17.4-2.7c-2.6-0.6-5-1.9-7.4-2.6c-1.5-0.4-3.8,0.4-5.3,0.4c-1.6,0-3.2,0-4.8-0.2 c-3.2-0.4-6.4-1.1-9.5-2.2c-6.2-2.1-12-5.3-18-7.9c-2.4-1.1-6.7-3.7-9.4-3.6c-1.9,0.1-3.7,2-5.3,3.1c-3.9,2.7-7.6,5.7-11.2,8.7 V892.1z M58.1,1032.3c2.4,4,4.8,7.9,7.1,11.9c2.8,4.8,5.6,9.5,8.5,14.2c1.2,2,2.4,3.9,3.8,5.8c0.5,0.6,1.2,1,2,1.1 c-2.4,5-5,9.9-7.8,14.8c-2.6,4.6-5.1,9.3-7.7,13.9c-3.1,5.3-6.4,10.4-9.7,15.5c-3.4,5.1-7,10.1-10.4,15.2 c-6.8,10-12.2,20.8-17.8,31.5c-2.8,5.2-5.6,10.4-8.7,15.4c-3.2,5.2-6.9,10-9.9,15.3c-0.3,0.4-0.5,0.9-0.8,1.3 c1.9-3.8,3.6-7.6,5.3-11.5c2.3-5.1,4.6-10.1,7.1-15c3.1-5.7,5.8-11.6,8.2-17.6c2.1-5.6,4-11.3,5.8-17c0.9-2.9,1.8-5.8,2.6-8.8 c0.8-2.7,1.3-5.6,1.5-8.4c0.1-3-0.3-6.1,0-9.1c0.4-3.1,1.2-6.1,2.4-9c1-2.9,2.2-5.8,3.3-8.8c1.1-3.1,2-6.3,3-9.5 c3.9-13,8-26,11.7-39.1C57.7,1033.8,57.9,1033,58.1,1032.3 M594.1,1165.9C594.1,1166,594.1,1166,594.1,1165.9 M222.7,1036.2 c-0.2-0.2-0.5-0.4-0.7-0.6c18.9-1.9,39.9-4.3,53.3-19.1c1.8-2,3.4-4.2,4.8-6.4c0.7-1.2,1.4-2.4,2-3.6c0.2-0.6,0.5-1.1,0.9-1.5 c1-0.6,2-1.1,3.1-1.4c6.3-3,12.6-6.1,18.7-9.3c8.2-4.3,16.2-8.8,24-13.8c-1.2,3.1-2.2,6.3-3.3,9.4c-1.2,3.4-2.3,6.9-4.6,9.8 c-3.9,4.9-9.7,7.9-15.2,10.9c-2.8,1.5-5.5,3.1-8.2,4.9c-3.4,2.4-6.6,5-9.8,7.8c-3.1,2.7-6.2,5.5-9.4,8.2c-3,2.5-6.3,4.8-9.4,7.2 c-6.7,5.1-13.2,10.4-20.3,14.8c-0.6,0.3-1.1,0.7-1.7,1C238.7,1048.7,230.6,1042.6,222.7,1036.2 M268.5,1068.6 c-6.8-4.2-13.5-8.6-20.1-13.2c6.7-4,12.9-8.9,19.1-13.7c3.2-2.5,6.5-4.8,9.6-7.2c3.3-2.6,6.4-5.4,9.5-8.1c3.1-2.7,6.2-5.5,9.6-8 c2.7-2,5.6-3.9,8.6-5.5c5.5-3.1,11.5-6,15.9-10.6c1.1-1.1,2.1-2.4,2.9-3.7c0.9-1.6,1.7-3.2,2.3-4.9c1.6-4.2,2.9-8.4,4.5-12.6 c0.3-0.7,0.6-1.4,0.8-2.1c0.4-0.3,0.9-0.6,1.3-0.9c0.9-0.6,1.8-1.2,2.7-1.8c-1.2,2.6-2.3,5.3-3.4,8c-1.4,3.5-2.7,7-4,10.5 c-2.7,7-5.4,14.2-9.5,20.5c-1.9,3-4.2,5.7-6.8,8c-2.8,2.3-5.7,4.4-8.8,6.3c-6.2,4-12.6,7.9-17.2,13.9 c-5.7,7.4-10.6,15.4-15.7,23.2C269.4,1067.4,269,1068,268.5,1068.6 M269.9,1069.4c5-7.5,9.7-15.2,15-22.5 c1.2-1.7,2.4-3.3,3.8-4.9c1.2-1.3,2.6-2.6,4-3.8c2.9-2.3,5.9-4.4,9-6.3c3.1-2,6.2-4,9.1-6.3c2.8-2.2,5.3-4.8,7.4-7.7 c4.4-6.1,7.3-13.1,10-20.1c1.4-3.6,2.7-7.2,4-10.7c1.4-3.6,2.8-7.1,4.4-10.5l1-2.3c1.1-0.8,2.2-1.6,3.3-2.5 c-0.2,0.5-0.4,0.9-0.5,1.4c-0.7,2.1-1.3,4.3-1.7,6.5c-0.9,4.5-1.5,9-2.3,13.5c-0.4,2.2-0.8,4.3-1.3,6.5c-0.5,2.2-1.2,4.3-1.8,6.5 c-1.1,4.4-1.9,8.8-2.7,13.3c-0.8,4.5-1.6,9-2.8,13.4c-1.1,4.1-2.6,8.2-3.6,12.4c-0.9,3.9-1.4,7.9-1.3,11.9 c0.2,4.6,1.3,9.1,2,13.7c0.7,4.8,1.1,9.6,1.3,14.4c0.2,4.6,0.6,9.1,1,13.7c0.1,0.6,0.1,1.2,0.1,1.8 C307.7,1091.2,288.4,1080.9,269.9,1069.4 M364.1,1118.2c-5.5-2.6-11-5.1-16.6-7.7c7.2-18.4,15.3-36.6,21.7-55.3 c3-9,5.6-18.1,9.3-26.8c0.8-2,1.8-3.9,3-5.8c1.1-1.5,2.4-2.9,3.8-4.1c2.9-2.5,6.1-4.8,8.8-7.6c0.7-0.8,1.5-1.6,2.2-2.4 c-0.1,1.4-0.1,2.7-0.2,4.1c-0.1,2-0.2,4-0.1,6.1c-3.7,5.3-9.2,9.5-11.6,15.6c-0.9,2.5-1.5,5.1-1.9,7.8c-0.5,3.1-1,6.2-1.4,9.3 c-0.5,3-1.1,5.9-1.9,8.9c-1.1,3.7-2.2,7.5-3.4,11.2c-2.3,7.5-4.7,15-6.4,22.6c-1.7,7.6-3,15.2-4.8,22.8 C364.4,1117.3,364.2,1117.8,364.1,1118.2 M393.5,1132.7c-4.5-2.6-9.1-4.9-13.8-7.1c-4.7-2.3-9.4-4.5-14.1-6.7 c1.8-7.2,3.1-14.5,4.6-21.7c1.6-7.6,3.8-15,6.1-22.4c1.2-3.7,2.3-7.4,3.4-11.2c1-3.1,1.7-6.2,2.3-9.4c0.6-3.1,1-6.2,1.5-9.3 c0.4-2.8,0.9-5.6,1.7-8.3c1.8-6.2,6.9-10.4,10.7-15.2c0.1-0.1,0.1-0.2,0.2-0.3c0.3,2.4,1,4.7,2.1,6.9c0.2,0.3,0.3,0.7,0.5,1 c-1.5,7-5,13.4-6.5,20.5c-0.5,3.5-0.8,7-0.6,10.5c0,3-0.3,6-0.8,9c-0.6,3.6-1.9,7-2.6,10.6c-0.6,3.3-0.8,6.7-0.4,10.1 c0.7,7,2.9,13.7,3.8,20.7c1,7.3,1.2,14.6,1.9,21.9c0,0.1,0,0.3,0.1,0.4L393.5,1132.7 M409.1,1108.2c-0.2,6.4-0.6,12.9-0.6,19.3 c0,3.3,0.1,6.5,0.3,9.8c-1.3,0.1-2.7,0.3-3.9,0.8h0c-1.2-0.1-3.7,0-4.7-0.5c-0.2-0.1-0.4-0.4-0.5-0.5c-0.6-0.4-1.2-1-1.8-1.5 c-0.9-0.6-1.7-1.2-2.7-1.8c-0.8-6.9-1.1-13.8-1.8-20.6c-0.4-3.6-1-7.2-1.7-10.7c-0.7-3.4-1.5-6.8-2.1-10.3 c-0.5-3.2-0.6-6.5-0.3-9.7c0.4-3.7,1.6-7.1,2.5-10.7c0.7-3,1.1-6.1,1.2-9.2c0.1-1.6,0.1-3.3,0.1-4.9c0-1.8,0-3.6,0.2-5.4 c0.5-3.5,1.4-6.9,2.8-10.2c1.3-3.4,2.6-6.8,3.6-10.4c0.1-0.2,0.1-0.4,0.2-0.6c0.9,1.6,1.6,3.2,2.3,4.8c1.2,3.5,1.9,7.1,2.2,10.7 c0.4,3.5,0.7,7,1.3,10.5c-0.1,7.5-0.6,14.9-1.7,22.3l-1,1c-0.3,0.3-0.4,0.8-0.3,1.2c0.8,2.1,1.8,4,2.5,6.1l0,0 c0,0.2,0.1,0.4,0.3,0.6c0.1,0.2,0.3,0.3,0.5,0.3l2.2,1.2l0,0l0,0c0.4,3,0.9,6,1.1,9C409.3,1101.8,409.3,1105,409.1,1108.2 M435.8,1152.4c-2-1.9-4-3.9-5.9-5.9c-1.7-1.9-3.2-4.4-5.1-6c-1-0.9-2.3-0.7-3.6-1c-2.3-0.4-4.5-1.2-6.7-1.7 c-1.3-0.3-2.6-0.5-3.9-0.6c-0.4-6.1-0.5-12.3-0.2-18.4c0.1-3.2,0.3-6.5,0.4-9.7c0.1-3.2,0.3-6.4,0.1-9.5 c-0.2-3.2-0.6-6.3-1.1-9.4c0,0,0.1,0,0.1,0c4.4-0.6,8.8-0.5,13.1,0.5c0.4,5.8,1.2,11.6,2.3,17.4c0.6,3,1.3,5.9,2.2,8.7 c0.7,2.4,1.8,4.8,3.1,7c1,1.8,2.6,3.2,4.5,3.9c1.4,4.6,3,9.2,4.6,13.9s3.1,9.3,4.4,14c0.5,1.7,0.9,3.5,1.3,5.3 C442.1,1158.1,438.9,1155.3,435.8,1152.4 M447.3,1162.3c-1.4-6.2-3.1-12.3-5.2-18.4c-1.1-3.2-2.2-6.3-3.2-9.5 c-0.5-1.6-1.1-3.2-1.6-4.9c-0.3-0.8-0.5-1.6-0.8-2.5c-0.1-0.4-0.4-0.8-0.8-0.9c-0.2,0-0.3-0.1-0.5-0.2l0,0l0,0 c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.3-0.2-0.4-0.2c-0.1-0.1-0.3-0.2-0.4-0.3c0,0-0.1,0-0.1-0.1l0,0c-0.1-0.1-0.1-0.1-0.2-0.2 c-0.3-0.2-0.5-0.5-0.8-0.7c-0.1-0.1-0.3-0.3-0.4-0.4c-0.1-0.1-0.1-0.1-0.2-0.2l0,0l0,0c0,0-0.1-0.1,0,0l-0.1-0.1 c-1-1.5-1.9-3-2.5-4.7c-1.7-4.3-2.9-8.8-3.6-13.4c-0.8-4.7-1.4-9.5-1.8-14.3c0-0.1,0-0.1,0-0.2c2.9,0.7,5.7,1.6,8.4,2.6 c2,6.3,3,12.9,4.8,19.3c0.9,3.2,2.1,6.3,3.7,9.2c1.6,2.7,3.4,5.2,5.4,7.5c2.1,2.5,4.4,5,6.6,7.4c2.1,2.3,4.1,4.6,6,7.1 c1.9,2.6,4.2,4.9,6.8,6.7c2.4,1.6,4.9,3,7.5,4.2c2.8,1.3,5.5,2.9,8,4.7c2.7,2.1,5.1,4.6,7.1,7.4c0.2,0.3,0.4,0.5,0.6,0.8 c-2,0.4-4,0.9-6,1.3c-7,1.5-13.9,2.9-20.9,4.3C457.3,1169.9,452.2,1166.2,447.3,1162.3 M536.6,1157.5c-2.4,0.5-4.8,1-7.2,1.6 c-3.3-1.9-6.8-3.5-10.2-5.5c-1.8-1-3.5-2.2-5.3-3.4c-1.9-1.2-3.7-2.4-5.6-3.7c-3.6-2.4-7.1-5-10.6-7.5c-3.2-2.3-6.5-4.3-9.9-6.2 c-3.2-1.7-6.5-3.2-10-4.4c-3-1-6.1-1.9-9.2-2.8c-3.1-0.9-6.1-2-9-3.4c-2.7-1.2-5-2.9-6.9-5.2c-1.9-2.7-3.4-5.7-4.3-8.8 c-1.1-3.2-2-6.5-3.3-9.6c6.3,3,12.3,6.3,18.3,9.8c19.5,11.2,38.1,24,57.8,35c7.7,4.3,15.6,8.5,23.9,11.2 c-1.3,0.6-2.6,1.2-3.9,1.8C539.9,1156.4,537.5,1157.3,536.6,1157.5 M541.2,1159L541.2,1159c-0.1,0-0.2,0-0.3-0.1l0,0 C541,1158.9,541.1,1159,541.2,1159 M450.2,1116.2c1.6,2.6,3.8,4.8,6.5,6.3c2.8,1.6,5.8,2.9,8.9,3.8c3.1,1,6.2,1.9,9.3,2.9 c3.2,1,6.4,2.2,9.4,3.7c3.5,1.7,6.9,3.6,10.1,5.8c3.5,2.4,6.9,5,10.4,7.4c3.7,2.5,7.4,5,11.1,7.4c3.4,2.2,7.1,4,10.7,5.9 c0.1,0.1,0.3,0.1,0.4,0.2l-4.1,0.9c-10.6,2.4-21.2,4.7-31.8,7c-1.8-2.6-3.9-5-6.2-7.2c-2.4-2.2-5.2-4-8.1-5.5 c-2.5-1.4-5.2-2.6-7.7-4c-2.6-1.5-4.9-3.4-6.9-5.6c-1-1.2-1.9-2.5-2.9-3.7c-1-1.2-2-2.4-3-3.6c-2.2-2.5-4.4-4.9-6.6-7.4 c-2.1-2.3-4.1-4.8-5.9-7.4c-1.7-2.6-3-5.4-4-8.4c-2.2-6.6-3-13.4-5-20.1c0-0.1-0.1-0.3-0.1-0.4l0.9,0.4c2.5,1,4.9,2,7.3,3.1 C445.9,1103.7,446.7,1110.5,450.2,1116.2 M479.5,1184.4c-4.7-2.9-9.4-5.9-14.1-9c23-4.5,45.8-9.8,68.7-14.8 c1.8-0.4,3.5-0.8,5.3-1.1c0.5-0.1,1-0.1,1.5-0.3c0,0,0.1,0,0.1,0c-1.3,1.1-2.6,2.2-3.9,3.2c-3.6,2.6-7.5,4.8-11.7,6.6 c-4.9,1.9-9.8,3.6-14.9,4.9c-2.8,0.8-5.5,1.6-8.3,2.4c-2.4,0.7-4.7,1.4-7,2.2c-4.9,1.7-9.7,3.6-14.4,5.5L479.5,1184.4 M546.6,1162.5c-2.4,3.3-5.2,6.2-8.2,8.9c-1.6,1.4-3.4,2.6-5.2,3.7c-2,1.3-4.2,2.3-6.3,3.4c-4.7,2.5-9.2,5.3-13.7,8.1 c-4.5,2.9-9,6-13.4,9l-0.8,0.6c-1.1-0.6-2.1-1.3-3.2-1.9c-4.9-2.9-9.8-5.9-14.7-8.9c4.3-1.7,8.6-3.4,13-5c4.9-1.8,10-3.2,15-4.7 c5.2-1.5,10.4-2.9,15.4-4.9c4.3-1.7,8.4-3.8,12.2-6.4c3-2.1,5.7-4.4,8.3-6.9c1.3-0.6,2.6-1.2,3.9-1.8c0.5,0.1,1-0.1,1.2-0.5 c0.6-0.2,1.2-0.5,1.7-0.7C550.3,1157.3,548.5,1160,546.6,1162.5 M710.8,1142c-7.7-2.3-15.4-4.5-23.1-6.8 c12.6-4.7,25.2-9.2,38-13.4c0.2,0,0.4-0.1,0.6-0.2c17.6-5.9,35.3-11.4,53.1-16.8c6.7-2,13.3-4,20-6c0.1,0,0.2-0.1,0.4-0.1 c9.1-2.7,18.1-5.4,27.2-8.2c6.3-1.7,12.3-4.4,17.8-7.8c5.3-3.5,10.3-7.4,15-11.6c3.4-2.9,6.8-5.9,10.2-8.8 c-0.9,1.4-1.8,2.9-2.8,4.3c-1.9,3-3.9,5.9-6,8.8c-3.5,4.7-8.4,8.1-12.9,11.8c-2.3,1.8-4.4,3.8-6.3,6c-1,1.2-1.9,2.5-2.9,3.8 c-0.9,1.2-1.9,2.5-2.8,3.7c-3.7,4.6-7.7,8.9-12,12.8c-2.3,2.1-4.8,4.1-7.2,6.2c-2.6,2.4-5.1,4.9-7.4,7.5 c-0.6,0.6-1.2,1.3-1.7,1.9c-3.5,1.2-6.9,2.6-10.4,3.8c-18.1,6.2-36.9,10.4-55.5,15.1c-2,0.5-3.9,1-5.9,1.5 C727.8,1147,719.3,1144.5,710.8,1142 M853.7,1041.6c-1.1,2.2-2.4,4.3-3.9,6.2c-1.4,1.8-3,3.4-4.7,4.9c-1.8,1.6-3.4,3.4-4.9,5.3 c-1.5,1.8-2.8,3.8-4.1,5.7c-2.6,4-5,8.2-7.2,12.4c-2.3,4.3-4.6,8.5-7.1,12.7c-0.2,0.3-0.3,0.5-0.5,0.8c-2.4,0.7-4.8,1.3-7.2,2 l-10.8,3.2c8-8.7,15.6-17.8,22.9-27.1c4.3-5.4,8.5-10.9,12.7-16.4c2.2-2.8,4.3-5.6,6.4-8.5c1.1-1.4,2.2-2.9,3.3-4.3 c0.5-0.7,1-1.3,1.6-1.8c0.8-0.6,1.7-1.2,2.6-1.7c2.1-1.4,4.1-2.8,6.2-4.2C857.3,1034.5,855.6,1038.1,853.7,1041.6 M861,1029.9 c0.1-0.2,0.2-0.5,0.3-0.7c6.6-4.5,13.1-9.2,19.4-14.1c-1.6,4.4-2.5,9-4.4,13.3c-1.3,2.8-2.7,5.6-4.3,8.2c-1.6,2.7-3.2,5.4-5,8 c-3,4.3-6.4,8.3-10.2,11.9c-2,2-4.2,3.8-6.1,5.9c-2.1,2.2-4,4.5-5.8,6.9c-3.8,4.9-7.2,10.1-10.6,15.3l-0.7,1 c-3.3,1.3-6.7,2.4-10.1,3.4c2.1-3.5,4-7,5.9-10.5c2.3-4.2,4.6-8.5,7.2-12.5c2.5-4.1,5.4-7.8,8.8-11.2c1.6-1.6,3.3-3.1,4.8-4.8 c1.6-1.9,2.9-4,4.1-6.1C856.8,1039.3,859,1034.7,861,1029.9 M985.2,972.7C985.2,972.7,985.2,972.7,985.2,972.7 c0,0.2-0.1,0.3-0.1,0.4c-0.1,0.2-0.1,0.5-0.2,0.7c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.3,0.5-0.4,0.7c-1.6,2.3-3.3,4.4-5.2,6.4 c-2.4,2.6-4.3,5.6-5.7,8.9c-0.7,1.7-1.1,3.6-1.7,5.4c-0.4,1.9-1.2,3.7-2.1,5.4c-1.9,3.1-5,5.4-6.6,8.8c-0.8,1.7-1.5,3.5-2,5.3 c-0.5,1.7-1.1,3.3-2,4.9c-2,3.6-5.3,6.3-8.5,8.7c-0.6,0.5-1.3,0.9-1.9,1.3c-4.2,1-8.4,1.8-12.6,2.6c3-2.9,6-5.9,8.9-9 c3.7-3.9,7.2-7.8,10.5-12c1.6-2,3.1-4.1,4.5-6.2c1.5-2.2,2.8-4.5,4.1-6.8c2.7-4.8,5.2-9.6,8.1-14.3c1.5-2.4,3-4.7,4.4-7.1 c1.5-2.4,2.9-4.8,4.4-7.3c0.3-0.4,0.5-0.8,0.8-1.3c1.1,0.4,2.1,1,2.9,1.7c0.1,0.1,0.3,0.3,0.4,0.4c0.1,0.1,0.1,0.2,0.2,0.3 c0,0,0,0.1,0.1,0.1l0,0l0,0c0.1,0.2,0.1,0.3,0.1,0.5c0,0,0,0.2,0,0.2C985.2,972.4,985.2,972.5,985.2,972.7 C985.2,972.7,985.2,972.7,985.2,972.7 M971.7,982.1c-2.9,4.6-5.5,9.3-8.1,14.1c-2.5,4.6-5.3,9-8.3,13.2c-3.2,4.2-6.6,8.2-10.2,12 c-3.6,3.9-7.4,7.6-11.2,11.3l-0.7,0.7c-2.4,0.4-4.8,0.9-7.2,1.3c3-3.2,6.3-6.1,9.5-9.1c4-3.5,7.8-7.4,11.3-11.4 c3.5-4.1,6.2-8.8,8-13.8c2.3-5.9,4.4-11.9,6.5-17.9c2.1-6,4.2-12.1,6.3-18.1c0.1-0.3,0.2-0.6,0.3-0.9c0.2,0.2,0.3,0.3,0.5,0.5 c2.4,1.7,5.1,2.9,7.9,3.5c1.2,0.3,2.4,0.6,3.6,1C977.3,973,974.6,977.6,971.7,982.1 M960.7,979.7c-2.1,6-4.2,12-6.4,17.9 c-0.9,2.6-2,5.2-3.2,7.7c-1.2,2.3-2.6,4.4-4.2,6.4c-3.4,4.1-7,7.9-11,11.5c-4,3.6-8,7.2-11.7,11.2c-0.2,0.2-0.4,0.5-0.7,0.7 c-2.1,0.3-4.2,0.7-6.2,1c3.5-3.7,6.9-7.5,10.1-11.5c3.8-4.6,7.3-9.6,10.4-14.7c3.1-5.2,5.6-10.7,7.6-16.4 c2.2-6.5,3.7-13.2,6.3-19.6c1.3-3.2,2.9-6.3,4.3-9.5c1.4-3.2,2.8-6.3,3.9-9.6c0.1-0.3,0.2-0.7,0.3-1c0.8,0.8,1.6,1.5,2.6,2.1 c0.5,0.3,1.2,0.6,1.8,0.6c0.2,2,1,4,2.2,5.6C964.7,967.9,962.7,973.8,960.7,979.7 M957.5,1030.6c-2,2.1-4.1,4.3-6.2,6.3 c-3.3,3.2-6.7,6.3-10.2,9.2c-6.9,5.8-14.2,11-21.9,15.7c-3.9,2.4-7.8,4.6-11.7,6.9c-3.8,2.1-7.7,4.2-11.4,6.6 c-6.8,4.5-13.3,9.4-19.4,14.7c-3.1,2.6-6.2,5.2-9.1,7.9c-2.7,2.5-5.4,5.1-8.1,7.6c-0.8,0.8-1.6,1.5-2.4,2.3 c-2.3,1.1-4.6,2.1-6.9,3.2c-4.4,2.1-8.8,4.1-13.2,6.3c-4.4,2.2-8.7,4.7-13.2,6.6c-0.4,0.2-0.9,0.4-1.3,0.5 c2.2-2.1,4.4-4.1,6.5-6.3c2.8-2.8,5.5-5.7,8.4-8.4c5.9-5.5,12.4-10.3,18.6-15.4c6.3-5.2,12.3-10.8,18.1-16.6 c5.7-5.7,11.2-11.6,16.6-17.7s10.5-12.2,15.6-18.5c0.4-0.5,0.9-1.1,1.3-1.6C924.3,1037.9,941,1034.8,957.5,1030.6 M959.1,1031.2 l1.3-1.3c6.7-1.8,13.3-3.9,19.8-6.3c-5.7,5.9-11.7,11.6-17.5,17.4c-3.1,3.3-6.3,6.3-9.8,9.2c-3.3,2.6-6.9,4.9-10.6,6.9 c-7.5,4.3-15.4,7.8-23,11.9c-7.7,4.3-15.2,9-22.5,14.1c-7.4,5.1-14.8,10.4-22.4,15.2c-3.8,2.4-7.7,4.7-11.6,6.8 c-0.3,0.2-0.6,0.3-0.9,0.5c1.8-1.7,3.5-3.3,5.3-5c2.7-2.6,5.6-5,8.4-7.4c6.1-5.4,12.5-10.4,19.1-15c3.6-2.4,7.3-4.5,11.1-6.6 c4-2.2,7.9-4.4,11.8-6.8c7.7-4.6,15.1-9.7,22.1-15.4c3.6-2.9,7-5.9,10.3-9C953.1,1037.4,956.1,1034.3,959.1,1031.2 M891.5,1056.8 c-5.3,6.1-10.7,12-16.4,17.8c-5.7,5.8-11.7,11.5-17.9,16.8c-6.2,5.2-12.7,10-18.7,15.3c-3,2.6-5.8,5.4-8.6,8.3 c-2.9,2.9-5.9,5.9-9,8.7c-0.7,0.7-1.5,1.4-2.2,2c-2.5,0.8-5,1.5-7.5,2.3c1.7-1.9,3.5-3.7,5.3-5.5c2.4-2.3,4.9-4.3,7.4-6.4 c4.4-3.9,8.5-8.1,12.3-12.7c2-2.4,3.9-5,5.8-7.6c1.7-2.3,3.7-4.4,6-6.3c4.4-3.8,9.4-7.1,13.2-11.5c1.1-1.3,2.1-2.6,3-4 c1-1.5,2-2.9,3-4.4c2-3,4-6.1,5.8-9.2c0.2-0.4,0.4-0.7,0.7-1.1c1.1-0.9,2.3-1.7,3.4-2.5c1.4-1,2.8-1.9,4.2-2.8 c1.2-0.6,2.4-1.3,3.5-2.2c0.5-0.8,0.9-1.6,1.2-2.4c0.6-1,1.3-2,2.1-2.9c0.9-1.2,1.9-2.3,2.7-3.6c1.4-0.2,2.7-0.3,4.1-0.5 c0.9-0.1,1.8-0.5,2.3-1.2c2.7-0.3,5.3-0.7,8-1C900.8,1045.9,896.2,1051.4,891.5,1056.8 M795.7,1159.2c-0.7,0-1.4,0.1-2,0.1 c-1.4,0.3-2.7,0.4-4.1,0.5c-0.1-0.1-0.3-0.1-0.4-0.1c-6.1-0.1-12-1.1-18-1.6c-1.9,0-3.9-0.2-5.8-0.5c-3.8-0.8-7.5-1.9-11.2-3 c-4.9-1.4-9.9-2.8-14.8-4.2c17.5-4.5,35.2-8.4,52.5-13.8c4.5-1.4,9.1-3,13.5-4.7c4.3-1.6,8.6-3,13-4.4c0.3-0.1,0.7-0.2,1-0.3 c0,0,0.1,0,0.1,0c4-1.4,7.8-3.1,11.5-5.1c4.4-2.3,8.9-4.4,13.4-6.6c4.4-2.1,8.9-4.1,13.4-6.2c0.1,0,0.2-0.1,0.3-0.2 c3.9-1.9,7.8-3.9,11.6-6.1c7.8-4.5,15.2-9.7,22.6-14.8c7.4-5.1,14.7-10.2,22.5-14.8c7.5-4.4,15.4-8.1,23.2-12.1 c7.5-3.9,14.8-8.3,20.9-14.2c3.4-3.3,6.8-6.8,10.2-10.2c3.5-3.4,7-6.8,10.4-10.3c1.4-1.4,2.8-2.9,4.2-4.3 c1.4-0.5,2.8-1.1,4.2-1.7c-1.2,1.9-2.5,3.8-3.9,5.5c-2.8,3.4-5.5,6.8-8.3,10.2c-5.5,6.7-11,13.2-17,19.4 c-5.2,5.3-10.1,11.2-16.4,15.2c-3.1,1.8-6.4,3.3-9.8,4.5c-2.9,0.9-5.7,2.3-8.2,4c-3,2.3-5.8,4.8-8.4,7.5 c-2.7,2.7-5.4,5.4-8.1,8.1c-5.3,5.4-10.8,10.7-17.1,14.9c-7.1,4.7-15,8-22.9,11.2c-3.9,1.6-7.8,3.2-11.6,5 c-3.9,1.8-7.6,3.9-11.3,6c-7.3,4.2-14.5,8.7-21.9,12.8c-3.7,2.1-7.4,4-11.2,5.8c-3.8,1.8-7.6,3.7-11.3,5.8 C798.9,1157.3,797.3,1158.3,795.7,1159.2 M859.6,1173.8c10.3-6.8,20.6-13.9,32-18.7c5.3-2.2,10.7-3.9,16.1-6 c5.5-2,10.6-4.7,15.4-8.1c2.6-1.9,5.1-3.9,7.8-5.7c2.6-1.8,5.3-3.5,8-5.2c5.4-3.3,10.9-6.4,16.4-9.5c5.4-3.1,10.8-6.2,16-9.7 c5-3.5,9.9-7.1,14.9-10.6c5.1-3.6,10.5-6.8,16-9.7c6-3,12-5.8,18.2-8.5c0.7-0.3,1.3-0.6,2-0.9c-5,6.7-10,13.5-14.9,20.4 c-4.1,2.9-8.8,4.7-13.4,6.7c-2.4,1-4.7,2-7,3.2c-2.4,1.3-4.8,2.8-7.2,4.2c-9.8,5.8-19.6,11.6-29.4,17.3 c-4.9,2.9-9.9,5.7-14.8,8.5c-4.8,2.7-9.8,5.3-14.5,8.2c-4.4,2.6-8.8,5.5-13.8,6.8c-2.6,0.5-5.2,0.9-7.9,1.1 c-2.4,0.3-4.8,0.9-7,1.9c-4.2,2-8.2,4.5-12,7.3c-4.1,2.9-8.2,6-12.4,8.8c-0.7,0.5-1.4,0.9-2.1,1.3 C863.8,1176,861.7,1174.9,859.6,1173.8 M870.8,1179.4c-1.1-0.5-2.2-1.1-3.2-1.6c7.8-4.9,14.7-11,22.7-15.4c2-1.2,4.1-2,6.3-2.6 c2.5-0.6,5.1-0.7,7.7-1.1c2.6-0.3,5.1-1,7.4-2.1c2.3-1,4.6-2.2,6.8-3.6c9.6-5.7,19.3-11,29-16.5c9.8-5.7,19.6-11.5,29.4-17.3 c4.6-2.9,9.4-5.6,14.3-8c4.5-2.1,9.3-3.7,13.7-6.1c-0.8,1.2-1.7,2.4-2.5,3.6c-33.2,26.4-68.7,50.8-107.9,66.5 c-6.2,2.5-12.5,4.7-18.9,6.6C874,1181,872.4,1180.2,870.8,1179.4 M1257,1059.8l-0.3,0.1c-14.2,5.1-28.2,10.7-42.3,16.2 c1.3-1.1,2.6-2.1,3.9-3.2c2.6-2.3,5.2-4.6,7.7-7c4.9-4.8,9.5-9.9,14-15.1s8.8-10.5,13.2-15.8c4.4-5.3,8.9-10.7,13.6-15.7 c2.2-2.4,4.5-4.7,6.9-6.9c0.1,0,0.3-0.1,0.4-0.2c0.3-0.3,0.7-0.7,1.1-1l3.9-2.1c0.4-0.1,0.7-0.2,1.1-0.3c0.3-0.1,0.6-0.2,0.9-0.4 c0,0,0.1,0,0.1,0c6.9-3.1,14-5.8,21.1-8.4c3.2-1.2,6.4-2.3,9.5-3.7c3-1.4,5.9-2.9,8.7-4.5c5.8-3.2,11.4-6.7,17.5-9.4 c2.9-1.3,6-2.3,9.1-2.9c1.5-0.2,3-0.4,4.5-0.3c-5.7,5-11.8,9.5-17.6,14.3c-3.1,2.5-6.2,5.1-9.1,7.9c-2.9,2.8-5.5,5.8-8.2,8.8 c-5.8,6.5-11.6,13-17.8,19.2c-5.8,5.7-12,10.9-18.7,15.6c-6.6,4.7-13.5,9-20.3,13.2L1257,1059.8 M1280.4,1006.7l0.1-0.1 L1280.4,1006.7L1280.4,1006.7z M1311.6,1039.7c-3.7,1.7-7.5,3.3-11.3,4.9c-7,3.1-14.2,5.8-21.6,8.1c-5.1,1.6-10.2,3.2-15.3,4.8 c5-3.1,10-6.3,14.9-9.7c6.7-4.6,13.1-9.6,19-15.2c6.3-6,12.2-12.6,18-19.1c2.7-3,5.4-6.2,8.3-9.1c2.8-2.9,5.8-5.6,8.9-8.1 c6.3-5.2,12.9-10.1,19.1-15.4c0.7-0.6,1.3-1.2,2-1.8c0.8,0.1,1.7,0.1,2.5,0.3c2.8,0.4,5.6,0.9,8.5,1.2c-3.4,3-6.9,5.9-10.3,8.9 c-1.6,1.4-3.2,2.7-4.7,4.2c-1.7,1.7-3.3,3.4-4.8,5.3c-3.5,4.4-6.7,9-9.6,13.8c-1.5,2.4-3,4.8-4.6,7.1c-1.6,2.2-3.2,4.3-5.1,6.3 c-3.9,4.3-8.1,8.3-12.4,12.1C1312.6,1038.8,1312.1,1039.3,1311.6,1039.7 M1316.2,1037.7c3.1-2.8,6.1-5.7,9-8.7 c1.9-2,3.8-4.2,5.5-6.4c1.7-2.2,3.1-4.5,4.6-6.8c3-4.7,6-9.4,9.4-13.9c1.6-2.1,3.4-4.2,5.2-6.1c1.3-1.4,2.8-2.6,4.2-3.8 c3.8-3.3,7.8-6.6,11.5-9.9c0.4-0.3,0.7-0.7,1.1-1c3.1,0.2,6.1-0.1,9.1-0.9c-0.6,4.4-3.6,8.1-6.5,11.4c-1.6,1.8-3.2,3.6-4.7,5.5 c-1.6,2.1-2.8,4.4-4.2,6.6c-3,4.6-6.3,8.9-10,12.9c-2,2.3-4.1,4.6-5.9,7.1c-0.5,0.6-0.9,1.3-1.4,1.9 C1334.3,1029.6,1325.3,1033.7,1316.2,1037.7 M1437.8,864.7c3.5,1.4,7.4,3.6,11.2,2.8c9.4,5.1,18.7,10.6,27.1,17.4 c4.4,3.6,8.5,7.5,12.3,11.7c3.1,3.5,4.4,6.6,9.6,6c1.2-0.2,2-1.3,3.6-1.2c0.8,0,1.6,0.2,2.3,0.5c1.6,0.7,3.1,1.6,4.4,2.7 c3.1,2.7,5.9,5.8,8.2,9.2c3.6,5,7.6,10.8,9.4,16.9c-10.2,3.5-20.4,7.2-30.3,11.4c-4,1.7-8,3.5-11.8,5.5c-2.4,1.2-4.7,2.7-6.8,4.4 c-5,0.1-10-0.3-15-1.2c-0.8-10.9-1.1-21.7-1.7-32.6c-0.3-5.7-0.7-11.3-1.4-17c-0.3-2.6-0.6-5.2-1-7.8c-0.1-1.2-0.3-2.3-0.6-3.5 c-0.4-1.1-1.9-1.3-2.9-1.8c-5.1-2.7-9.2-6.9-14.1-10c-1.2-4.4-2.2-8.9-3-13.4L1437.8,864.7 M1433.2,859.7 c0.4,0.6,0.8,1.2,1.1,1.8c0.6,3.6,1.3,7.1,2.1,10.7c0.4,1.8,0.8,3.6,1.3,5.4c0.1,0.7,0.3,1.4,0.7,2.1c0.6,0.5,1.3,0.9,2,1.3 c4.9,3.3,9.2,7.6,14.6,10c3.4,20,3.1,40.5,4.5,60.7c0,0.6,0.4,1,0.9,1.2c5.4,1.2,10.9,1.8,16.3,1.5c1.5,0,2.2-1.1,3.4-1.9 c1.2-0.8,2.5-1.6,3.8-2.4c8.1-4.5,16.8-7.8,25.4-11c6.1-2.3,12.2-4.4,18.3-6.5c5.8,1.5,11.8,2.2,17.8,2.3 c-18.5,12.2-36.2,25.4-53.1,39.7c-10,8.5-19.9,17-31.8,22.8c-18.6,8.9-39.5,12.9-59.5,17.1c-10,2.1-20.3,2.9-29.5,7.6 c-8.2,4.3-16.2,9.1-24,14.2c-4.8,3-9.5,6.1-14.2,9.3c2.3-4,4.4-8.2,6.6-12.2c1.3-2.3,2.7-4.6,4.1-6.8c0.1-0.1,0.2-0.2,0.2-0.3 c0.1-0.2,0.2-0.4,0.4-0.5c1.8-2.6,3.8-5,6-7.3c3.7-4,7.1-8.4,10.2-12.9c1.5-2.3,2.7-4.7,4.3-6.9c1.5-2,3.2-3.8,4.8-5.7 c3.5-4,7.2-8.4,7.4-14c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c-6.3,2-12.5,0.9-18.8,0c-3-0.5-6.1-0.7-9.1-0.5 c-3.1,0.3-6.2,1.1-9,2.3c-6.2,2.3-11.8,5.7-17.5,9c-2.9,1.6-5.8,3.3-8.7,4.8c-3.1,1.5-6.3,2.8-9.5,3.9 c-7.1,2.7-14.2,5.3-21.1,8.3c3.1-4.5,6.6-8.7,10.5-12.6c4.6-4.6,9.5-8.9,14.7-12.8c2.4-1.9,4.9-3.7,7.5-5.3 c2.7-1.7,5.5-3.2,8.4-4.6c5.7-2.9,11.5-5.6,16.8-9.1c5.3-3.5,10-8,15-11.9c5.1-4.2,10.6-7.8,16.5-10.9c5.1-2.6,10.7-4,15.7-7.1 c4.4-2.8,8.3-6.1,11.9-9.9c7.4-7.6,13.6-16.4,21.8-23.2c1-0.8,2.1-1.7,3.2-2.4c0.3-0.2,0.4-0.5,0.4-0.9c-0.7-2.5-0.1-5.2,0.6-7.6 c0.8-2.9,1.8-5.7,2.7-8.5c1.1-3.4,1.8-6.8,2.6-10.2C1431.7,865.8,1432.4,862.8,1433.2,859.7 M1406.3,873.4c5.2-3.6,9-8.5,12.2-14 c0.7-1.2,0.5-1.2,1.9-1.5c1.2-0.3,2.4-0.6,3.6-0.9c2.1-0.6,4.2-1,6.3-1.1c0.6,0.7,1.2,1.4,1.7,2.1c-1.5,5.7-2.9,11.5-4.3,17.3 c-1.2,4.6-3.1,9.1-4.1,13.7c-0.5,2-0.6,4.1-0.3,6.2c-8.5,6.2-15,14.6-22,22.4c-3.5,4-7.3,7.6-11.6,10.8c-2.1,1.5-4.3,2.9-6.6,4 c-2.6,1.2-5.4,2-8,3.2c-5.9,2.7-11.6,6-16.7,10c-5.3,3.9-10.1,8.3-15.3,12.3c-10.2,7.9-22.9,11.7-33.2,19.3 c-9.8,7.2-19.3,15.5-26.6,25.3c-5.6,4.1-10.9,8.7-15.7,13.7c-4.9,5-9.4,10.4-13.9,15.7c-4.4,5.3-8.7,10.6-13.1,15.8 s-9,10.3-13.8,15.2c-4.9,4.9-10.1,9.5-15.6,13.8c-0.5,0.4-1,0.8-1.6,1.2c-14.4,5.6-29.1,10.5-44,14.5c-7.7,2-15.4,3.7-23.2,5.1 c-1.1,0.2-2.3,0.4-3.4,0.6c4-2.5,8-4.9,11.9-7.5c4.9-3.3,9.8-6.7,14.7-10.1c9.7-6.8,19.3-13.7,29.4-19.9 c4.5-2.7,9.3-5.1,14.2-7.1c4.6-1.9,9.3-3.9,13.4-7c4.3-3.3,8-7.4,11.6-11.4c3.8-4,7.6-8.1,11.7-11.8c4.5-4,9.3-7.6,13.9-11.4 c4.6-3.9,9.2-8,13.7-12c9-8.1,17.9-16.2,27.2-24c17.7-15,32.8-32.7,49.3-49c8.5-8.4,17.7-16,26.7-23.9 c8.8-7.7,17.2-15.8,25.1-24.3C1403.2,876.9,1404.7,875.2,1406.3,873.4 M1359,886.7c0.6-0.1,1.3-0.2,1.9-0.3 c8.4-1.2,16.6-3.4,24.5-6.6c1.7-0.7,3.5-1.9,5.4-2c1.5-0.1,3.1,0.2,4.6,0c2.3-0.3,4.5-1,6.6-1.9c-6.3,7-13,13.7-20,20.1 c-8.8,8.1-18.2,15.6-26.9,23.8c-16.9,15.7-31.7,33.6-48.8,49.1c-4.4,4-9,7.8-13.5,11.7c-4.6,4-9.1,8.1-13.6,12.1 c-9,8.1-18,16.2-27.3,23.8c-4.5,3.6-8.9,7.4-13,11.4c-3.9,3.9-7.5,8.1-11.4,12c-1.9,2-3.9,3.9-6.1,5.6c-2,1.5-4.2,2.7-6.5,3.8 c-4.6,2.2-9.5,3.9-14.1,6.2c-5.1,2.7-10,5.6-14.7,8.9c-4.9,3.2-9.7,6.5-14.5,9.9c-9.6,6.8-19.2,13.7-29.2,19.9 c-2.4,1.5-4.9,2.9-7.3,4.5c-1.5,0.2-3,0.3-4.5,0.4c-3.8,0.2-7.6,0.1-11.4,0.4c-3.5,0.2-6.9,0.8-10.2,2c-3.1,1.2-6.2,2.7-9.1,4.4 c-6.3,3.4-12.3,7.2-18.2,11.2c-12,8.2-23.5,17.2-35.8,24.9c-12.9,8.1-26.5,15-40.6,20.5c-7,2.8-14.1,4.9-21.4,6.5 c-7.3,1.5-14.5,2.7-21.5,5c-14,4.6-27.1,11.6-39.9,18.9c-3,1.7-5.9,3.4-8.9,5.1c-6.2-2.3-12.4-4.8-18.5-7.4 c8.4-2.7,16.6-5.9,24.7-9.5c9.4-4.2,18.8-8.2,28.3-12.1c9-3.6,17.7-7.7,26.3-12.2c8.7-4.7,17.2-9.7,26.2-13.7 c8.9-4,18.4-6.2,27.6-9.4c9-3,17.7-6.7,26.2-10.8c8.7-4.3,18.2-6.7,26.9-11.1c8.3-4.2,15.9-9.6,23.3-15.1 c6.8-5,13.9-9.7,20.6-14.9c5.9-4.6,11.3-9.8,17.1-14.5c5.9-4.9,12.3-9.8,19.6-12.6c3.2-1.2,6.7-1.8,10.1-1.7 c4.3,0,8.7-0.5,12.9-1.5c9-2.1,17.5-5.9,25.7-10.1c7.9-4.1,15.3-9.2,22.1-15c6.7-5.7,12.9-12.1,19.2-18.2 c6.9-6.5,13.5-13.3,19.7-20.5c25.6-30.7,56-57.2,79.7-89.5C1354,894.3,1356.6,890.5,1359,886.7 M1348.9,888 c2.7-0.3,5.4-0.7,8.1-1c-21.7,33.3-52,59.4-77.9,89.2c-6.3,7.2-12.1,14.9-18.9,21.7c-6.3,6.4-12.9,12.5-19.4,18.7 c-6.3,6.3-13.2,12-20.5,17.1c-8,5.3-16.6,9.6-25.5,12.9c-4.4,1.7-8.9,3-13.5,3.8c-4.3,0.8-8.5,0.5-12.8,0.9 c-6.6,0.6-12.6,3.9-18,7.6c-6.2,4.4-12.1,9.2-17.7,14.3c-5.8,5.1-11.8,9.6-18.1,14.1c-7.6,5.4-14.9,11.2-22.7,16.3 c-8,5.3-16.7,9.5-25.7,12.6c-9.1,3.2-17.6,7.9-26.5,11.5c-9,3.6-18.2,6.6-27.5,9.4c-5.8,1.8-11.4,4-16.8,6.7 c10.2-9.6,20.1-19.3,30.9-28.3c11.8-9.9,24.2-19,37.2-27.2c6.7-4.2,13.3-8.5,19.8-13c6-4.2,11.7-8.7,17.6-13 c5.6-4.2,11.4-8,17.4-11.4c5.9-3.3,12.2-5.4,18.5-7.7c26.4-9.8,52.4-20.8,77.2-34.3c24.8-13.5,48.4-29.4,69.3-48.5 c2.6-2.4,5.1-4.9,7.9-7.1c2.9-2.4,6-4.5,9.1-6.8c5.6-3.9,10.7-8.7,14.9-14.1c4.5-6,8.8-12.1,13.4-18c4.7-5.9,9.4-11.8,13.9-17.9 c2-2.8,4-5.5,5.8-8.5C1348.4,888.1,1348.6,888.1,1348.9,888 M1295.7,941.9c17.3-14.5,33.5-30.7,46.4-49.3 c0.7-1.1,1.4-2.2,2.2-3.2c0.5-0.6,1.2-0.9,1.9-1.1c-7.7,12.3-17.7,22.9-26.2,34.7c-4.2,5.8-8.1,11.8-13.6,16.6 c-5.5,4.8-11.8,8.6-17.4,13.3c-5.4,4.6-10.5,9.6-15.9,14.2c-5.5,4.6-11.1,9-16.9,13.3c-11.5,8.4-23.5,16.1-35.9,23.1 c-24.7,14-50.7,25.4-77.1,35.5c-6.2,2.4-12.6,4.4-18.8,7c-6.2,2.8-12.1,6.2-17.6,10.1c-5.6,3.8-10.9,8-16.4,12 c-6.2,4.7-12.7,9-19.2,13.3c-6.6,4.3-13.2,8.3-19.7,12.7c-6.1,4.2-12.1,8.6-17.9,13.3c-12.1,9.6-23.6,20-34.8,30.8 c-2.8,2.7-5.5,5.4-8.4,8c-9.9,5.1-19.4,10.8-29.5,15.5c-9.2,4.2-18.6,7.8-27.9,11.7c-4.3,1.8-8.6,3.8-12.9,5.7 c-4.8,2.2-9.8,4-14.8,5.9c-4.2,1.6-8.3,3.2-12.5,4.5c-4.7-2-9.3-4.1-13.9-6.3c26.1-8.2,50.5-21.3,73.5-36 c22.8-14.6,44.4-30.9,65.3-48.1c13.4-11,26.1-22.8,39.8-33.4c5.2-4,11.6-5.7,17.6-8c33.1-12.3,65.9-25.5,97.8-40.7 C1216.3,996.6,1258.8,972.7,1295.7,941.9 M1155,922.6c2-0.5,3.9-0.9,5.9-1.3c0.5,0.3,1,0.1,1.4-0.2l0.3-0.3l0,0l0.9-1 c6,4,11.3,9.3,16.1,14.7c2.5,2.7,4.8,5.6,6.8,8.6c0.7,1,1.3,2.8,2.2,3.6c1.1,0.9,3.3,1.1,4.6,1.8c7.3,3.5,12.9,10.2,17.6,16.5 c5.3,7.2,9.9,14.8,14.8,22.2c-13,7.5-26.3,14.4-39.6,21.1c-33.9,16.9-68.8,31.4-104.2,44.7c-7.1,2.6-14.8,4.7-21.5,8.3 c-3.6,1.9-6.8,4.9-9.9,7.5c-6.5,5.5-13,11.1-19.5,16.6c-7.9,6.7-15.9,13.4-24,19.9c5.9-8.4,12-16.8,18.2-25.1 c0.1-0.1,0.2-0.2,0.3-0.4c2.6-3.5,5.3-7,7.9-10.4c8.8-11.4,17.1-23.4,27.1-33.8c5.2-5.2,10.7-10.1,16.7-14.4 c2.8-2.1,5.6-4.4,8.6-6.2c3.1-1.9,6.5-3.2,10.1-3.8c3.7-0.7,7.3-1.2,10.6-2.9c2.7-1.5,5.1-3.5,7-5.9c3.7-4.7,6-10.4,10-14.9 c1.1-1.2,2.3-2.3,3.4-3.6c1-1.2,1.8-2.6,2.5-4c1.3-2.8,2.1-5.8,2.5-8.8c0.9-6.5,0.8-13.1,2.9-19.3c0.6-1.7,1.3-3.3,2.1-4.8 c0.2-0.3,0.1-0.7-0.1-0.9c-0.2-0.2-0.5-0.4-0.7-0.5c-0.1,0-0.1,0-0.2,0c2.1-3.4,4.5-6.6,7-9.7c2.5-3.6,4.6-7.4,6.4-11.5 C1150.9,923.6,1152.9,923,1155,922.6 M1138.3,928.6c2.7-1.5,5.6-2.8,8.5-3.8c-1.6,3.5-3.5,6.9-5.7,10c-2.6,3.4-5.4,6.7-7.4,10.5 c-0.2,0.3-0.1,0.7,0.1,0.9c0.2,0.2,0.5,0.4,0.8,0.5c0.1,0,0.1,0,0.2,0c-3,5.7-3.7,12.1-4.2,18.4c-0.6,6.3-1.3,12.9-5.6,17.9 c-1.1,1.2-2.3,2.3-3.3,3.6c-1,1.2-1.9,2.4-2.7,3.6c-1.6,2.5-3.1,5.1-4.7,7.6c-1.6,2.6-3.5,4.9-5.8,6.8c-2.9,2.2-6.2,3.6-9.8,4.1 c-3.6,0.5-7.2,1.4-10.6,2.8c-3.1,1.5-6.1,3.4-8.8,5.6c-5.9,4.2-11.5,8.8-16.9,13.8c-10.3,9.9-18.7,21.6-27.3,33 c-3.7,4.9-7.4,9.8-11.1,14.7c0,0,0,0,0,0c-12,5.2-24.1,10.4-35,17.7c-5.1,3.4-10,7-15,10.6c-5.1,3.6-10.3,7-15.7,10 c-11,6.3-22.3,12.2-32.4,19.8c-2.5,1.9-5,3.8-7.7,5.5c-2.4,1.5-5,2.8-7.6,3.9c-5.2,2.2-10.5,3.9-15.8,5.9 c-12.1,4.6-22.9,11.6-33.6,18.7c-1.1,0.7-2.2,1.4-3.3,2.2c-2.6-1.3-5.1-2.7-7.7-4c23.5-12.9,46.6-26.4,69.9-39.6 c6-3.4,12.1-6.8,18.1-10.1c5.5-3,11.2-5.9,16.6-9.2c9.9-6.1,19-13.4,27.7-21c8.9-7.7,17.6-15.7,26.7-23 c4.7-3.8,9.7-7.2,14.6-10.9c4.8-3.7,9.5-7.5,14.2-11.3c4.8-3.9,9.7-7.8,14.7-11.3s10.4-6.6,15.6-9.9 c10.5-6.7,20.3-14.5,29.2-23.1c4.5-4.3,8.9-8.8,13.1-13.4c3.8-4.2,7.3-8.2,9.1-13.6c1.8-5.2,2.4-10.6,4-15.9 c2-6.3,4.5-12.4,7.4-18.3c1.3-2.6,2.6-5.3,3.9-7.9C1136.2,929.9,1137.2,929.2,1138.3,928.6 M1125.7,937c2.3-1.5,4.5-3.1,6.8-4.6 c-2.3,4.7-4.6,9.3-6.6,14.1c-2.3,5.6-4.1,11.4-5.4,17.4c-1.1,5.2-2.3,10.4-5.4,14.9c-1.8,2.5-3.8,4.8-6,7 c-2.1,2.3-4.3,4.6-6.5,6.8c-8.8,9.1-18.4,17.4-28.7,24.7c-5,3.5-10.2,6.4-15.3,9.6c-5.1,3.3-10,6.8-14.8,10.5 c-4.8,3.8-9.5,7.6-14.2,11.5c-4.8,3.9-9.8,7.5-14.8,11.1c-9.4,6.9-18,14.7-26.8,22.3c-8.8,7.7-17.6,15.4-27.2,22.1 c-10.5,7.3-22.1,12.8-33.2,19.1c-23.8,13.3-47.3,27.1-71.2,40.3c-2.6,1.5-5.3,2.9-8,4.4c-1.5-0.8-3-1.6-4.5-2.4 c-0.6-0.3-1.2-0.1-1.6,0.3c-2.4,0.4-4.9,0.5-7.4,0.4c4.6-2,9.2-4.2,13.6-6.6c5.6-3,11.2-6,16.7-9.1c10.9-6,21.7-12.1,32.1-19 c5.3-3.5,10.3-7.3,15.5-10.9c4.7-3.2,9.6-6.2,14.1-9.7c4.8-3.7,9-7.9,13.9-11.5c4.9-3.6,10-6.9,15.2-10.1 c21-12.7,40.4-27.8,58-44.9c8.2-8.1,16.1-16.7,24.6-24.5c4.4-4,9-7.8,13.8-11.2c2.3-1.7,4.6-3.2,7.1-4.5c2.4-1.2,4.9-2.1,7.2-3.3 c4.4-2.3,7.5-6.4,10.4-10.4c3.2-4.4,5.9-9,9-13.5c3.1-4.4,6.5-8.5,10.1-12.6c3.8-4.5,7.5-8.9,11-13.7c1.5-2,2.9-4.1,4.2-6.2 C1116.4,942.5,1121.2,939.9,1125.7,937 M1099.8,950.3c3-1.3,6.1-2.7,9-4.1c-5.7,8.7-12.9,16.4-19.5,24.5 c-6.7,8.1-11.1,17.9-18.4,25.5c-1.8,1.9-4,3.4-6.4,4.5c-2.4,1-4.8,2.1-7.1,3.3c-4.8,2.9-9.3,6.2-13.6,9.8 c-8.9,7.4-16.9,15.8-25,24c-17.1,17.5-36,33-56.6,46.3c-10.1,6.5-20.6,12.4-29.5,20.5c-4.4,4-9.1,7.6-14.1,10.8 c-5,3.3-9.9,6.8-14.8,10.3c-10.1,7.1-20.6,13.6-31.5,19.6c-5.4,3-10.9,6-16.4,9c-5.4,2.9-10.8,5.9-16.5,8.6 c-2.5,1.2-5.1,2.3-7.6,3.4c-5.2-0.8-10.3-2-15.3-3.5c3.8-2.5,7.6-5.1,11.4-7.7c3.9-2.7,8.1-4.9,12.3-7.2c5-2.7,10.1-5.3,15.3-7.8 c5.2-2.5,10.3-5.4,15.1-8.6c4.7-3.1,9.5-6.2,14.4-8.9c5-2.8,10-5.4,15-8c5-2.7,9.9-5.4,14.6-8.6c4.7-3.1,9.1-6.8,13.7-10.1 c9.2-6.6,18.8-12.6,27.3-20.1c8-7.2,15-15.5,23.4-22.3c4.5-3.6,9.3-6.8,14-10.1c4.6-3.2,9.1-6.4,13.6-9.7 c9.1-6.6,17.9-13.8,26.1-21.5c1.9-1.8,3.8-3.6,5.8-5.3c1.9-1.5,4-3,6-4.4c4-2.6,7.7-5.5,11.1-8.8c3.7-3.8,6.3-8.5,9.2-12.8 c3.3-5,6.6-10,9.8-15.1c1.4-2.2,2.7-4.5,4-6.8C1085.8,956.2,1092.8,953.3,1099.8,950.3 M1048.2,971.9c0.1-0.1,0.2-0.1,0.2-0.2 c1.8-1.6,3.8-2.9,5.9-3.9c2.2-0.9,4.4-1.7,6.6-2.4c5.2-1.8,10.3-3.7,15.4-5.6c-5.5,9.4-11.7,18.4-17.7,27.5 c-2.8,4.1-6.3,7.7-10.4,10.5c-3.8,2.8-7.8,5.4-11.4,8.4c-4.2,3.4-7.9,7.4-12,11c-4.3,3.7-8.7,7.3-13.2,10.7 c-9,6.8-18.2,13.2-27.4,19.7c-4.4,3.1-8.7,6.5-12.6,10.3c-3.9,3.7-7.5,7.5-11.3,11.3c-3.9,3.9-8.1,7.6-12.5,11 c-4.5,3.4-9.2,6.6-13.8,9.8c-9.4,6.5-18.1,13.8-28.1,19.5c-9.8,5.6-20,10.3-29.6,16.4c-4.8,3-9.5,6.3-14.4,9.1 c-4.9,2.8-10.1,5-15.2,7.6c-5.3,2.7-10.5,5.5-15.6,8.5c-3.6,2.1-6.9,4.6-10.4,6.9c-2.1,1.4-4.2,2.8-6.3,4.2 c-0.5-0.1-0.9-0.2-1.4-0.4c-4.4-1.2-8.9-2-13.5-2.5c-0.3,0-0.6,0-0.9-0.1c2.7-1.6,5.5-3.2,8.3-4.7c3.8-1.9,7.7-3.6,11.5-5.6 c7.5-3.9,14.7-8.3,22-12.6c7.3-4.4,14.9-8.4,22.8-11.8c8-3.4,16.3-6.5,23.9-10.8c13.3-7.5,22.7-19.8,33.9-29.9 c2.5-2.4,5.4-4.4,8.5-5.8c3-1.3,6.2-2.2,9.2-3.6c6.9-3.1,12-8.5,17.2-13.9c2.9-3,5.8-5.9,8.6-9c2.9-3.2,5.7-6.5,8.5-9.8 c2.7-3.3,5.5-6.6,8.2-9.9c2.3-2.7,4.5-5.4,6.5-8.3c0.9-1.3,1.7-2.6,2.5-4c1.5-0.6,3-1.3,4.5-2c15.2-7,28.9-16.6,39.8-29.4 C1038.9,982.9,1043,976.5,1048.2,971.9 M957,941c2.4,0.8,4.9,1,7.4,0.7c7.7,3.6,16.2,5.2,24.5,6.3c4.5,0.5,9,0.9,13.5,1.2 c1,0.1,2,0.1,3.1,0.2c1,0.2,2,0.2,2.9-0.1c0.5-0.2,0.8-0.6,1.4-0.7c0.8-0.1,1.6,0,2.4,0.1c1,0.2,1.9,0.5,2.9,0.7 c7.5,10.3,19.3,16.1,30.4,21.9c-3.3,3.5-6.4,7.2-9.2,11c-9.3,11.8-20.9,21.6-34.1,28.8c-15.4,8.4-32.3,14.1-49.5,18.3 c2.1-1.6,4.1-3.4,5.8-5.5c1.3-1.5,2.3-3.3,3.1-5.1c0.7-1.6,1.1-3.3,1.7-5c0.6-1.8,1.4-3.6,2.5-5.2c1.1-1.5,2.4-2.8,3.5-4.2 c1.3-1.4,2.2-3.1,2.9-4.9c0.7-1.9,1.2-3.8,1.8-5.7c0.5-1.9,1.2-3.7,2.1-5.4c0.8-1.5,1.8-2.9,2.9-4.3c1.9-2.3,4-4.5,5.8-6.9 c1.2-1.6,2.6-3.8,2-5.9c-0.8-2.7-4-3.8-6.4-4.5c-2.9-0.7-5.7-1.6-8.4-2.7c-2.5-1.1-4.5-3.3-5.3-5.9c-0.2-0.8-0.4-1.6-0.4-2.4 c0-0.4-0.4-0.8-0.8-0.8c-0.1,0-0.1,0-0.2,0c0.2,0,0,0-0.1,0s-0.1,0-0.2,0c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3-0.1 c-0.1,0-0.2,0-0.2-0.1l-0.1,0l0,0c-0.2-0.1-0.4-0.2-0.5-0.3c-0.8-0.5-1.5-1.1-2.2-1.8c-0.3-0.3-0.7-0.7-1-1.1c0,0,0,0,0,0 c-1.5-1.7-2.8-3.5-4-5.4c-0.9-1.3-1.7-2.7-2.6-4C954.4,941.1,955.8,940.5,957,941 M931.9,964.8c0-0.4,0.1-0.8,0.1-1.2 c2.1-3.5,4.6-6.7,7.3-9.7c1.9-1.9,4-3.6,6.4-4.8c1.4-0.8,2.9-1.4,4.4-2c0.4-0.2,0.8-0.3,1.2-0.5c0.9-0.4,1.3-1.7,1.8-2.8 c1.5,2.3,3,4.6,4.7,6.8c0.4,0.5,0.8,1.1,1.3,1.6c-2,6.4-4.9,12.4-7.7,18.5c-2.8,6.3-4.5,13.1-6.6,19.7 c-1.8,5.7-4.2,11.3-7.1,16.5c-2.9,5.2-6.3,10.1-10,14.8c-3.7,4.7-7.8,9.2-11.9,13.6c-0.3,0.3-0.6,0.6-0.9,0.9l-0.8,0.1 c-3.6,0.5-7.3,1-10.9,1.5c2.8-3.8,5.7-7.7,8.5-11.5c3.3-4.4,6.3-9.1,9-13.9c2.6-4.4,4.5-9.2,5.7-14.1c0.6-2.6,0.8-5.3,1.2-7.9 c0.4-2.8,0.8-5.6,1.3-8.4c0.5-2.9,1.3-5.7,1.8-8.5C931.3,970.8,931.6,967.8,931.9,964.8 M915.1,985c4.9-5.1,9.3-10.5,13.4-16.2 c0.6-0.8,1.1-1.6,1.6-2.4c-0.2,1.7-0.3,3.3-0.6,5c-0.4,2.9-1.2,5.7-1.7,8.6c-0.5,2.7-1,5.5-1.4,8.2c-0.4,2.7-0.6,5.5-1.1,8.3 c-1,4.9-2.7,9.5-5.1,13.9c-2.6,4.8-5.5,9.4-8.7,13.8c-3.2,4.5-6.6,8.9-9.9,13.4c-0.2,0.3-0.4,0.5-0.6,0.8c-1.3,0.2-2.7,0.3-4,0.5 c-0.4-0.1-0.9,0-1.2,0.3l-0.1,0.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.1-0.2,0.1 c-0.5,0.1-1,0.2-1.4,0.2c-1.3,0.1-2.5,0.2-3.8,0.5c-1.1,0.3-1.3,1.1-2,2c-1,1.4-2.3,2.8-3.3,4.2c-1,1.4-1.6,3-3,4 c-1.3,0.9-2.7,1.6-4,2.4c-2.7,1.8-5.4,3.8-7.9,5.8c-3.6,2.9-7,5.9-10.5,9c2.7-5,5.9-9.7,9.5-14c4.6-5.6,9.7-10.7,14.8-15.9 s10.3-10.2,15-15.7c2.1-2.4,4.1-4.9,5.8-7.6c1.4-2.3,2.5-4.9,3.3-7.5c0.9-3.1,1.3-6.4,2.3-9.5c1.2-3.8,2.8-7.5,4.3-11.2 C914.6,986.1,914.9,985.5,915.1,985 M905.6,994.4c2.3-2.1,4.5-4.3,6.7-6.5c-1,2.4-1.9,4.7-2.8,7.1c-0.6,1.5-1.1,3.1-1.5,4.7 c-0.4,1.6-0.6,3.3-1,4.9c-0.6,2.7-1.6,5.4-2.9,7.9c-1.4,2.5-3.1,4.9-5.1,7.2c-4.6,5.6-9.7,10.7-14.8,15.8s-10.2,10.2-14.9,15.7 c-4.8,5.5-8.9,11.6-12.3,18.1c-0.2,0.5-0.5,1-0.7,1.5c-5.9,5-12,9.8-18.9,13.2c-0.4,0.2-0.8,0.4-1.1,0.5 c2.8-4.3,5.6-8.5,8.7-12.6c1.8-2.4,3.6-4.7,5.6-6.9c1.9-2.2,4-4.1,6.1-6.1c3.9-3.6,7.5-7.5,10.6-11.8c1.8-2.5,3.3-5.1,4.9-7.7 c1.6-2.7,3.2-5.4,4.6-8.2c1.3-2.8,2.4-5.6,3.3-8.6c0.8-2.9,1.7-5.8,2.7-8.6c0.1-0.3,0.2-0.5,0.3-0.8 C890.9,1007.3,898.4,1001,905.6,994.4 M655.3,929.1c0-0.1,0-0.2,0-0.3c0.1-1.6,0.2-3.1,0.3-4.7c0.1-1.4,0.1-2.8,0.2-4.2 c0.6,0.1,1.1,0.1,1.7,0.2c1.6,0.1,3.1,0.3,4.7,0.5c1.9,0.2,2.6,0,3.4,1.6c0.9,1.8,1,4.7,1.5,6.7c0.6,2.5,1.3,5,2.1,7.5 c2.8,8.8,6.9,17.6,13.5,24.2c3,3,6.5,5.3,10.3,6.9c2.1,0.8,4.9,2,7.1,1.9c2.6-0.1,4.8-2.1,7.7-1.7c2.9,0.4,5,4.9,6.7,7.2 c1.5,2,3.1,3.9,4.8,5.7c2.4,2.9,5.4,5.2,8.8,6.9c9.1,3.9,19.8-2.5,28-6.3c1.8,2,3.1,2.7,3.5,5.9c0,0.5,0.5,0.9,1.1,0.9 c0,0,0.1,0,0.1,0c15.9,14,33.1,24.8,53.4,31.6c3.1,1,6.7,2.6,10,2.9c2.6,0.3,5.8-0.5,8.4-1c5.9-1.5,11.7-3.5,17.3-6 c12.5-5.2,25.7-11.3,39.5-10c-10.9,8.9-22.4,17.1-34,25c-1.4,1-2.8,1.9-4.2,2.9c-1.3,0.8-2.6,1.7-3.6,2.9 c-2.1,2.8-4.3,5.6-6.4,8.4c-4,5.3-8,10.5-12.1,15.8c-7.8,10-15.7,19.9-24.1,29.4c-2,2.3-4.1,4.5-6.2,6.7c-3.2,1-6.5,1.9-9.7,2.9 c-16.8,5.1-33.5,10.2-50.1,15.6c-4.4,1.4-8.7,2.8-13,4.3c-17.2-7-34.4-14.2-51.4-21.9c-4.2-1.9-8.4-3.8-12.6-5.8 c-1.1-0.5-2.2-1-3.3-1.5c-0.9-0.4-1.6-0.6-2.1-1.5c-1-1.7-1.8-3.5-2.8-5.2c-4-6.1-8.7-11.7-14.2-16.6 c-5.9-5.5-12.1-10.6-17.7-16.4c-0.2-0.2-0.4-0.3-0.6-0.3l0,0c-13.1-3.6-20.2-15.2-26-26.6c-1.4-2.8-2.8-5.7-4.3-8.6 c3.9,1.7,7.8,3.6,11.5,5.7c4.4,2.4,8.8,4.7,13.1,7.1c2.2,1.1,4.3,2.4,6.3,3.9c1.7,1.5,3.3,3,4.7,4.7c2.6,2.7,5.4,5.1,9.2,5.5 c1.9,0.1,3.7,0.4,5.5,1c0.6,0.2,1.1,0.5,1.7,0.8c0,0,0.1,0,0.1,0.1c1.4,0.7,2.7,1.6,4,2.5c1.7,1.2,3.6,2.1,5.5,2.7 c2.2,0.5,4.4,1.2,6.4,2.2c3.7,2.1,6.1,6,9,9c1.4,1.4,3,2.7,4.6,4c1.6,1.4,3.1,2.8,4.6,4.3c3.4,3.3,7,6.5,10.8,9.4 c3.5,2.9,7.5,5,11.9,6.3c0.4,0.1,0.9-0.1,1-0.6c0-0.1,0-0.1,0-0.2c-0.2-3.7-0.9-7.3-2-10.7c-1.1-3.4-2.7-6.6-4-10 c-2.3-6.2-2.8-13-5.8-18.9c-2.5-5-6.8-8.4-10.6-12.2c-1.9-1.8-3.5-3.9-4.7-6.3c-1.3-3-2.1-6.2-2.5-9.4c-1.2-6.9-2.1-14-4.3-20.7 c-0.9-3.2-2.3-6.2-4-9.1c-1.5-2.1-3.1-4-4.8-5.8c-1.8-1.9-3.4-4.1-4.7-6.5c-0.5-0.9-0.7-1.9-0.5-2.9c0.3-1.1,0.8-2.1,1.5-3 c1.3-2,1.2-4.7-0.4-6.6c-1.5-1.8-3.8-2.9-5.7-4.3c-0.9-0.6-1.7-1.4-2.3-2.4c-0.5-1.1-0.5-2.3-0.2-3.5c0.8-2.7,2.8-5.1,4.5-7.3 c0.9-1.1,1.6-2.3,2.4-3.5c0.7-1.4,1.3-2.9,1.6-4.4C654.8,933.3,655.1,931.2,655.3,929.1 M621,992.4c0.2-1.6,0.7-3.1,1.5-4.4 c0.8-1.4,1.6-2.9,2.3-4.5c0.7-1.7,1.3-3.3,1.9-5c1.4-3.4,2.9-6.8,4.4-10.2c3.1-6.8,6.6-13.4,10.3-19.9c1.7-3,3.5-6.1,5.3-9 c1.8-3,3.9-5.7,6.3-8.1c0.1-0.1,0.3-0.3,0.4-0.4c-0.2,3.1-1.1,6.2-2.7,9c-1.6,2.5-3.6,4.7-5.1,7.2c-1.3,2.1-2.3,4.8-1.4,7.3 c0.5,1.1,1.2,2.1,2.1,2.8c-1.8,2.9-3.7,5.7-5.5,8.6c-0.6,1-1.1,2-1.7,3c-0.7,1.2-1.4,2.3-2.2,3.4c-1.7,2.5-3.3,5.1-4.8,7.7 c-1.4,2.4-2.2,5.1-2.4,7.9c0,2.8,1.5,5.2,3.2,7.3c1.8,2.3,4,4.2,5.8,6.6c0.8,1.1,1.5,2.2,2,3.5c0.5,1.4,1,2.8,1.4,4.2 c0.9,3.2,1.6,6.4,2.1,9.7c0.5,3,0.7,6.1,0.6,9.1c-0.3,3.8-0.9,7.6-1.8,11.3c-0.1,0.7-0.3,1.4-0.4,2c-1.4-0.6-2.8-1-4.3-1.2 c-1.5-0.1-3-0.3-4.4-0.6c-1.8-0.7-3.5-1.8-4.8-3.2c-1.6-1.5-3.1-3.2-4.7-4.8c-1.7-1.6-3.6-3-5.6-4.1c-4.4-2.6-8.9-4.9-13.4-7.3 c1.7-2.9,3.5-5.9,5.4-8.7c0.8-1.2,1.8-2.4,2.8-3.6c1-1.1,2.1-2.2,3.1-3.3c2-2.1,4-4.4,4.3-7.4C621.2,995.7,620.9,994.1,621,992.4 M653.7,976.8c1.6,2.3,3.5,4.3,5.3,6.4c1.4,1.6,2.6,3.3,3.6,5.2c-3.1,7.4-5.3,15.2-6.4,23.2c-0.5,3.9-0.8,7.7-1.1,11.6 c-0.3,3.7-0.7,7.5-1.2,11.2c-0.6,4.1-1.4,8.1-2.5,12.1c-0.6-0.2-1.2-0.5-1.8-0.8c-1-0.5-1.9-1.1-2.8-1.7c0.7-3.1,1.4-6.1,1.8-9.2 c0.4-3.3,0.5-6.6,0.3-9.9c-0.1-3.5-0.3-6.9-0.5-10.4c-0.1-1.7-0.1-3.5-0.2-5.2c0-1.6,0-3.1,0-4.7c0-1-0.1-2.1-0.3-3.1 c-0.3-1-0.6-2.1-1-3c-1-2.5-2.1-4.9-3.2-7.4c-1.1-2.2-1.7-4.7-1.8-7.2c0.1-2.4,0.7-4.8,1.6-7c2.2-5.2,5-10,8.3-14.5 c0.2-0.3,0.4-0.5,0.6-0.8c0.7,0.7,1.1,1.6,1.2,2.6c0,1.1-0.4,2.2-1.1,3.1c-0.7,1-1.1,2.1-1.3,3.2 C651.1,972.8,652.4,975,653.7,976.8 M676.8,1046.4c0-1.4-0.2-2.9-0.6-4.3c-0.4-1.2-0.9-2.3-1.5-3.4c-1.3-2-2.3-4.2-3.1-6.5 c-0.4-2.3-0.2-4.7,0.7-6.8c0.5,1,1.1,2,1.7,2.9c3,4.3,7.4,7.2,10.7,11.3c1.9,2.4,3.4,5.1,4.3,8.1c1.1,3.2,1.7,6.5,2.6,9.8 c0.4,1.6,0.8,3.1,1.4,4.6c0.6,1.6,1.3,3.2,2,4.8c1.5,3.3,2.6,6.8,3.4,10.4c0.3,1.5,0.5,3,0.6,4.6c-7.6-2.4-13.7-8.3-19.4-13.6 c-1.3-1.2-2.6-2.4-3.9-3.6C675.7,1058.6,677.2,1052.5,676.8,1046.4 M669.9,1031.3c0.5,2.4,1.4,4.8,2.8,6.9c0.6,1,1.2,2.1,1.6,3.2 c0.5,1.2,0.8,2.4,0.9,3.7c0.2,3.1,0.1,6.2-0.2,9.3c-0.3,2.9-0.7,5.9-0.7,8.8c-1.2-1.1-2.5-2.2-3.7-3.3c-3.2-2.8-5.5-6.5-8.8-9.2 c-0.8-0.6-1.6-1.2-2.5-1.7c1.3-4.9,2.1-10,3.1-14.9c1-5,2.5-9.8,4.4-14.4c0.8-1.8,1.7-3.6,2.6-5.4c0.4,3,1.1,6,2,9 C670.5,1025.8,669.6,1028.6,669.9,1031.3 M665.7,1018.2c-1,2.2-1.9,4.5-2.7,6.9c-1.5,5.1-2.7,10.3-3.6,15.5 c-0.5,2.7-1,5.3-1.7,7.9c-0.6-0.2-1.2-0.4-1.8-0.6c-1-0.3-2-0.6-3-0.9c1.9-7.2,3.1-14.6,3.6-22c0.3-3.8,0.5-7.5,0.9-11.3 c0.5-4,1.2-8,2.2-12c1-3.9,2.3-7.7,3.8-11.5c2.8,6.3,4,13.3,5.2,20.1c0.1,0.5,0.2,0.9,0.2,1.4 C667.8,1013.9,666.7,1016,665.7,1018.2 M643.1,974.3c-1.1,2.3-1.9,4.8-2.4,7.4c-0.2,1.1-0.3,2.3-0.2,3.4c0.1,1.3,0.4,2.5,0.8,3.7 c0.9,2.6,2.1,5.2,3.2,7.7c0.5,1.1,0.9,2.3,1.3,3.4c0.3,0.9,0.6,1.8,0.7,2.7c0.1,1.2,0.2,2.4,0.1,3.6c0,1.7,0,3.4,0.1,5.2 c0.1,3.5,0.3,6.9,0.5,10.4c0.2,3.4,0.2,6.8,0.1,10.3c-0.3,3.2-0.8,6.4-1.6,9.5c-0.1,0.5-0.2,0.9-0.3,1.4 c-0.4-0.2-0.8-0.5-1.1-0.7c-0.1,0-0.2-0.1-0.2-0.1c0.7-3.8,1.6-7.5,2.1-11.3c0.3-3.1,0.3-6.2,0-9.3c-0.3-3.3-0.9-6.6-1.7-9.8 c-0.4-1.5-0.8-3.1-1.3-4.6c-0.4-1.4-0.9-2.7-1.5-4c-1.5-2.5-3.3-4.8-5.4-6.8c-1.8-1.9-3.8-4.1-4.6-6.7c-0.7-2.4,0.1-5,1.1-7.2 c1.3-2.7,2.8-5.3,4.5-7.8c1.5-2.2,3-4.4,4.2-6.7c0.6-1.2,1.4-2.3,2.1-3.4c1-1.6,2.1-3.1,3.1-4.7c0.4-0.6,0.7-1.2,1.1-1.8 c0.5,0.4,1,0.7,1.5,1c0.7,0.4,1.4,0.9,2,1.4C648.2,964.8,645.4,969.4,643.1,974.3 M648.3,922.5c0.1-0.1,0.1-0.1,0.1-0.2 c1.4-2.2,3.5-2.6,5.8-2.5c-0.2,2.9-0.2,5.8-0.4,8.7c-1.3,1.1-2.5,2.3-3.6,3.5c-1.1,1.3-2.1,2.7-3.1,4.1c-2,2.9-3.7,5.8-5.5,8.8 c-3.7,6.5-7.3,13.1-10.5,19.9c-1.6,3.4-3.1,6.7-4.6,10.2c-0.7,1.7-1.4,3.4-2.1,5.1c-0.6,1.6-1.2,3.2-2,4.7 c-0.8,1.4-1.6,2.9-2.3,4.5c-0.6,1.6-0.8,3.2-0.7,4.9c0.2,1.6,0.1,3.2-0.4,4.7c-0.5,1.2-1.3,2.3-2.1,3.2c-1.9,2.3-4.2,4.2-6,6.6 c-2.1,2.9-4.1,5.9-5.9,9.1c-0.3,0.6-0.7,1.1-1,1.7c-4.7-2.6-9.4-4.9-14.4-7c-1.2-2.3-2.4-4.6-3.8-6.8c-1.4-2.3-2.8-4.5-4.5-6.6 c2.3-1.9,4.6-3.8,7-5.6c1.3-1,2.6-2,3.8-3c1.1-0.9,2.2-1.9,3.4-2.8c3-2.3,6.2-4.3,9.5-6.1c2.9-1.7,6-3.3,8.4-5.8 c4.4-4.6,6.9-10.6,10.5-15.7c1-1.4,2.2-2.7,3.2-4c1.2-1.6,2.4-3.2,3.6-4.9c2.3-3.3,4.4-6.6,6.4-10.1c2-3.3,3.7-6.7,5.7-10 C644.7,928.5,646.7,925.6,648.3,922.5 M640.2,924c2-0.7,4-1.1,6.1-1.1c-1.1,2-2.3,3.8-3.5,5.7c-2,3.2-3.8,6.5-5.7,9.7 c-3.8,6.9-8.3,13.4-13.2,19.6c-4,4.8-6.4,10.7-10.3,15.6c-0.9,1.2-2,2.2-3.1,3.1c-1.4,1-2.8,2-4.3,2.8c-3.2,1.9-6.5,3.6-9.5,5.8 c-1.4,1-2.7,2.1-4,3.2c-1.1,0.9-2.2,1.8-3.4,2.7c-2.7,2.1-5.4,4.1-8,6.3c-0.3,0.2-0.5,0.4-0.8,0.7l0-0.1c-1-1.2-2-2.3-3-3.3 c-0.6-0.5-1.2-1.1-1.6-1.8l-0.2-0.3c4.9-3.3,9.7-6.6,14.4-10.1c5-3.6,9.8-7.6,14.4-11.7c4.6-4.2,8.8-8.8,12.6-13.8 c0.9-1.2,1.8-2.5,2.8-3.8c1-1.3,2-2.5,3.1-3.6c2.1-2.4,4.3-4.6,6.4-7c4.2-5,7.6-10.6,10.1-16.6 C639.7,925.2,639.9,924.6,640.2,924 M626.4,931.7c0.1-0.1,0.2-0.2,0.3-0.3c3.7-2.5,7.5-4.6,11.5-6.5c-0.3,0.8-0.7,1.6-1,2.4 c-0.7,1.5-1.4,2.9-2.2,4.3c-1.5,2.8-3.3,5.5-5.3,8.1c-4,5-8.8,9.2-12.4,14.4c-3.6,5-7.6,9.7-12.1,13.9 c-4.5,4.2-9.2,8.2-14.1,11.9c-5,3.7-10.1,7.3-15.2,10.8l-0.8,0.5c-0.2-0.4-0.4-0.8-0.6-1.1c-2.3-4.4-5-8.6-7.4-13 c1.8-1.5,3.6-3,5.5-4.5c0.7-0.5,1.4-1,2.2-1.5c1.2-0.7,2.4-1.2,3.6-1.8c5.2-2.6,10.5-5.2,15.7-7.9c2.3-1.2,4.5-2.5,6.6-4 c1.7-1.3,3.3-2.7,4.8-4.3c1.5-1.5,2.9-3.2,4.4-4.7c1.6-1.8,3.3-3.5,5-5.2C618.8,939.3,622.8,935.7,626.4,931.7 M573.6,958.9 c2-1.3,3.3-2.5,5.7-3c2-0.4,4-0.8,6-1.4c3.7-0.9,7.1-2.6,10.1-5c2.4-2.1,5.4-2.8,8.3-4.3c6-3.2,11.9-6.8,17.6-10.6 c-2,2-4.1,3.9-6.1,5.9c-1.8,1.7-3.6,3.4-5.3,5.3c-1.5,1.6-3,3.3-4.5,4.8c-1.4,1.6-3,3-4.6,4.4c-1.8,1.5-3.8,2.8-5.9,3.9 c-5.2,2.8-10.5,5.3-15.7,7.9c-1.3,0.7-2.6,1.3-3.9,2c-0.9,0.4-1.7,0.9-2.5,1.4c-2.1,1.5-4,3.1-5.9,4.7l-0.6,0.5 c-2.1-3.7-3.6-7.8-4.5-11.9C565.8,962.5,570,961.3,573.6,958.9 M499.5,893.2c2.2,1.6,4.2,2.4,5.7,4.8c1.4,2.3,2.6,4.6,4,6.9 c2.6,3.8,5.4,7.5,8.4,11c13.6,15.8,30.8,28.8,41.4,47.1c1.5,9.2,7,17.2,11.5,25.2c1,1.8,2.1,3.7,2.9,5.6c0.7,1.5,2,2.4,3.1,3.6 c2.2,2.4,4.2,4.9,5.9,7.7c7.2,11.3,11.4,24.4,19.9,35c4.5,5.7,10.6,9.9,17.6,12c10.1,10.4,22.5,18.8,30.5,31.1 c1.1,1.6,2.1,3.3,3,5.1c0.3,0.8,0.7,1.5,1.1,2.2c0.7,0.9,2.2,1.3,3.2,1.7c4.2,2,8.4,3.9,12.6,5.8c8.4,3.8,16.9,7.6,25.4,11.2 c8.7,3.7,17.5,7.4,26.3,11c-12.9,4.3-25.6,8.9-38.3,13.7c-7.7-2.3-15.4-4.5-23.2-6.7c-3.7-1-7.3-2.1-11-3.1 c-1.5-0.4-3.1-0.8-4.6-1.3c-2-0.5-2.8-0.8-4.8,0c-9.8,4.3-19.9,7.8-30.1,10.7c-20.5,6.1-41.7,10.9-61.3,19.4 c-8.4-2.4-16.2-6.4-23.8-10.6c-9.7-5.3-19.1-11.2-28.6-17c-18.7-11.6-37.3-24-57.7-32.4c-9-3.7-19.2-7-29.1-5.5l-0.3-0.2l0,0 l-1.9-1c0-0.1,0-0.2,0-0.2c-0.9-2.3-1.2-4.7-0.9-7.1c0-0.1,0-0.1,0-0.2c1.2-8.6,1.7-17.2,1.7-25.9c7-3.1,13-8.4,20.5-10.5 c0.9-0.1,1.8-0.4,2.6-0.8c0.6-0.6,1.1-1.3,1.6-2.1c1.1-1.4,2.2-2.7,3.4-4.1c2.4-2.7,4.9-5.3,7.5-7.8 c10.5-10.2,22.2-19.4,31.3-30.9c2.6-3.2,4.9-6.6,6.9-10.1c0.8-1.5,1.5-3.8,2.9-4.7c1.2-0.8,2.2-1.8,2.9-3 c3.1-0.8,6.1-1.9,9.1-2.9c1.4-0.5,2.9-1,4.4-1.3c0.8-0.1,1.7-0.3,2.5-0.6c0.7-0.3,0.9-0.9,1.2-1.6c2.9-6,4.1-12.5,5.2-19 c0.6-3.4,1.2-6.8,2-10.1c0.4-1.5,0.8-3,1.3-4.4c0.3-0.7,0.6-1.5,0.9-2.3c0-0.7-0.2-1.3-0.7-1.8c-3.2-5-6.9-9.7-9.9-14.8 c-1.8-3.1-3.2-6.3-4.2-9.7c-0.1-0.7-0.3-1.5-0.7-2.1c-0.6-0.4-1.3-0.8-2-1c-1.3-0.6-2.7-1-4.1-1.3c-0.3-0.8-0.8-1.5-1.5-2 c-0.6-0.2-1.2-0.3-1.8-0.4c-1.2-0.5-2.4-1-3.5-1.6c-0.2-8.9-2.2-17.5-4.5-26C487.5,881.9,492.8,888.4,499.5,893.2 M411.1,1020.7 c1.9-4,4.2-7.9,6.4-11.8c1-1.8,2.1-3.7,3-5.5c0.9-1.9,1.7-3.8,2.5-5.7c3.6-8.6,7.5-17.2,13-24.9c2.8-3.9,5.9-7.6,8.8-11.5 c2.7-3.7,5.4-7.4,7.8-11.3c1.2-2,2.4-3.9,3.5-6c1.1-2.1,2.1-4.2,3.2-6.3c1.9-3.8,4.2-7.3,6.9-10.6c3-3.6,6.6-6.5,9.6-10 c2.9-3.5,5.6-7.2,8-11.1c0.4-0.6,0.7-1.2,1.1-1.7c1.7,0.7,3.3,1.9,5.1,2.2c0.3,0.6,0.7,1.2,1.2,1.7c0.6,0.4,1.3,0.6,2,0.6 c1.3,0.4,2.6,0.8,3.8,1.4c0.7,2.7,1.7,5.4,3,7.9c-2.5,3.7-5.3,7-7.8,10.7c-2.4,3.7-4.5,7.6-6.4,11.6c-2,4.1-4.3,8.1-6.8,11.9 c-1.3,1.9-2.6,3.7-4.2,5.4c-1.6,1.7-3.3,3.4-5.2,4.8c-1.8,1.4-3.6,2.8-5.4,4.3c-1.9,1.5-3.6,3.2-5.3,4.8 c-3.7,3.6-7.3,7.3-10.9,11c-3.5,3.5-6.9,7.2-10.1,11c-3.1,3.8-6.1,7.7-9,11.6c-2.9,3.8-5.7,7.7-8.8,11.4 c-3.1,3.5-6.1,7.2-8.8,11.1c-0.1,0.1-0.1,0.2-0.2,0.3C411.2,1025.6,411.2,1023.2,411.1,1020.7 M419.2,1020.1 c3.1-3.7,6-7.4,8.9-11.3c5.9-7.9,11.8-15.8,18.7-22.8c3.6-3.6,7.2-7.3,10.8-10.9c1.8-1.8,3.6-3.6,5.5-5.3 c1.7-1.5,3.5-2.9,5.3-4.3s3.6-2.8,5.3-4.4c1.7-1.6,3.3-3.4,4.7-5.3c2.7-3.7,5.1-7.6,7.1-11.7c2.1-4,4.1-8.1,6.4-12.1 c2.2-3.9,5.1-7.3,7.7-10.9c0.3-0.5,0.7-1,1-1.4c3.2,5.9,7.4,11.3,11,17c-0.5,1.4-1,2.7-1.4,4.1c-6,5.7-10.9,12.4-16.1,18.7 c-1.3,1.6-2.6,3.1-3.9,4.6s-2.7,3-4.1,4.4c-3.5,3.7-6.8,7.4-10.1,11.2c-3.4,3.8-6.7,7.6-10.3,11.2c-3.5,3.6-7.2,7-10.7,10.5 c-7,7.1-13.8,14.4-21.5,20.8c-3.4,2.8-7.2,5-10.2,8.2c-1.5,1.6-2.7,3.5-3.6,5.5c-0.9,2.2-1.6,4.4-2.1,6.7 c-0.2,0.9-0.4,1.7-0.6,2.6c-2.1,1.3-4.2,2.5-6.4,3.7c-0.2-5.9,0.1-11.9,0.3-17.8C413.4,1027.3,416.1,1023.6,419.2,1020.1 M509.5,943.9c-2.2,9.4-2.7,19.3-7,28.1c-3.6,0.9-7.2,2-10.8,3.3c-0.8,0.3-1.7,0.6-2.5,0.8c-1,0.2-2,0.4-2.9,0.8 c-1,0.7-1.4,2.1-2.5,2.8c-0.6,0.3-1.1,0.6-1.6,1c-0.4,0.6-0.8,1.2-1,1.9c-0.8,1.6-1.7,3.3-2.7,4.8c-1.8,2.8-3.7,5.6-5.8,8.2 c-8.5,10.5-19.1,19.1-28.9,28.4c-5.2,4.8-10,10-14.3,15.6c-3.7,1-7.3,2.5-10.6,4.6c0.8-3.7,1.8-7.5,4-10.7 c2.5-3.6,6.3-5.9,9.7-8.5c3.8-3,7.5-6.2,10.9-9.7c3.6-3.5,7-7.1,10.5-10.6c3.5-3.6,7.2-7,10.7-10.5c3.5-3.5,6.9-7.2,10.2-10.9 c3.4-3.7,6.7-7.5,10.1-11.2c2.9-3.1,5.8-6.1,8.5-9.4C498.8,956.6,503.8,949.9,509.5,943.9 M477.9,872.8l0.2,0.2 c2.8,9.8,5.3,19.7,5.5,29.9c0,0.1,0,0.2,0,0.3c-2.3,3.6-4.5,7.1-7.1,10.4c-1.5,1.9-3,3.7-4.7,5.4c-1.6,1.7-3.4,3.3-5,5 c-2.9,3.1-5.4,6.5-7.4,10.1c-2.3,4-4.2,8.2-6.5,12.2c-4.8,8-10.2,15.7-16.2,22.9c-5.9,7.4-10.1,15.8-13.8,24.5 c-1.7,3.9-3.2,7.9-5.3,11.6c-2.2,4-4.5,7.9-6.6,11.9c-0.1,0.1-0.1,0.3-0.2,0.4c-0.2-2.4-0.3-4.8-0.3-7.2 c0.4-18.4,5.6-36.3,15.1-52c3.1-5,6.8-9.7,10.8-14.1c8.7-9.5,15-20.8,20.4-32.3c5.5-11.9,10.2-24.1,15.8-36 c0.6-1.2,1.1-2.3,1.7-3.5C475.5,872.7,476.7,872.8,477.9,872.8 M472.7,872.2c-5.5,11.4-10.1,23.3-15.3,34.9 c-5.3,11.8-11.3,23.5-19.7,33.5c-2,2.3-4.1,4.5-6.1,6.9c-1.9,2.3-3.7,4.6-5.3,7.1c-3.4,5.1-6.3,10.5-8.7,16.2 c-4.8,11.2-7.7,23.1-8.5,35.3c-0.2,2.9-0.2,5.8,0,8.6c0.2,3.1,0.5,6.2,0.5,9.3c0.1,7.2-0.6,14.4-0.5,21.7c0,1.4,0,2.9,0.1,4.3 c-0.9,0.4-1.7,0.8-2.6,1.2c-0.1,0-0.2,0.1-0.2,0.1c-0.1-1.1-0.2-2.2-0.4-3.4c-0.3-3.7-0.9-7.4-1.9-11c-1-2.9-2.4-5.8-3.9-8.5 c-1.4-2.5-2.3-5.2-2.5-8.1c0-0.4,0-0.8-0.1-1.2c0-0.1,0-0.3,0-0.4c0-1.8,0-3.5,0.1-5.3c0.1-2.3,0.2-4.6,0.3-7 c8.3-10.8,13-24.3,17.1-37.1c2.5-7.8,5.1-15.6,7.4-23.5c1.2-4.3,2.8-8.6,4.9-12.5c2.4-4.2,5.7-7.9,8.7-11.6 c5.8-6.7,10.8-13.9,14.9-21.7c2-4,3.6-8.1,5.6-12.2c2.1-4.3,4.3-8.5,6.4-12.9c0.8-1.7,1.6-3.5,2.4-5.2 C467.7,870.9,470.2,871.7,472.7,872.2 M447.5,859.3c3.5,1.9,6.8,3.9,10.1,6.1c2.1,1.3,4.2,2.5,6.4,3.6c-1.8,4.2-3.9,8.3-5.9,12.4 c-2.1,4.2-4,8.4-5.9,12.7c-3.6,8-8.2,15.6-13.8,22.4c-2.9,3.6-6,7.2-8.9,10.9c-2.7,3.6-4.9,7.5-6.4,11.7 c-1.6,4.2-2.7,8.6-4.1,12.9c-1.2,3.7-2.4,7.3-3.6,11c-4.7,15-9.5,30.9-19.5,43.3c-2.5,3.1-5.4,5.8-8.5,8.3 c-2.9,2.3-5.7,4.6-7.7,7.7c-2.3,3.7-3.8,8.1-5.3,12.2c-1.6,4.5-3.1,9-4.5,13.6c-6.1,19-14,37.3-21.4,55.8 c-0.8,1.9-1.5,3.8-2.3,5.7c-0.8-0.4-1.6-0.8-2.5-1.2c4.2-7.7,7.4-16,9.7-24.5c2.3-9.6,1.7-19.7,3.6-29.4 c1.7-8.8,4.2-17.5,8.9-25.2c2.4-4,4.8-8.1,6.9-12.3c2.1-4.3,4.2-8.5,6.7-12.6c8.6-14.3,21.8-25.8,26.8-42.2 c1.3-4.2,1.7-8.7,2.7-13c1.1-4.7,2.6-9.2,4.5-13.6c3.8-8.7,9.3-16.4,14.5-24.3c4.5-7,8.2-14.4,11.1-22.2 c3.1-8.2,5.6-16.7,7.5-25.3C446.9,862.6,447.2,860.9,447.5,859.3 M441.1,857.3c1.7,0.2,3.4,0.7,5,1.4c-3,16.5-8.2,33.2-16.6,47.7 c-4.5,7.8-10.3,14.9-14.6,23c-4.3,8.3-7.3,17.2-8.8,26.4c-1.4,8.3-4.9,15.8-9.6,22.8c-4.6,6.9-10,13.3-14.9,20.1 c-5.5,7.7-9.1,16.4-13.7,24.6c-2.2,4-4.8,7.8-6.7,12c-1.7,3.9-3.1,8-4.2,12.2c-1.2,4.5-2,9-2.6,13.6c-0.5,4.9-0.7,9.8-1.2,14.7 c-1,9.5-4.3,18.5-8.3,27.1c-0.8,1.8-1.7,3.5-2.6,5.3c-2-0.9-4-1.9-5.9-2.8l-0.1,0c1.4-8.6,0.4-17.4-0.1-26 c-0.3-4.4-0.2-8.9,0.2-13.3c0.7-4.5,1.9-8.9,3.5-13.2c1.4-4.1,2.9-8.1,4.2-12.3c1.4-4.5,2.2-9.2,3.5-13.8 c2.6-9.1,6.2-18,10.7-26.3c8.5-16.1,18.2-31.6,29-46.3c5.5-7.5,11.1-14.8,17-21.9c2.9-3.5,5.8-7,8.7-10.4c2.9-3.5,6-6.8,8.9-10.3 c4.9-6.2,8.5-13.3,10.5-20.9c1.2-4.4,1.9-8.9,3.1-13.2c1.3-4.7,2.7-9.4,4.1-14.1C440.1,861.1,440.6,859.2,441.1,857.3 M421.6,865.8c1.1-0.3,2.1-0.7,3.2-1.2c1.8-0.9,3.5-3.1,5.2-4.2c1.9-1.4,4.1-2.4,6.4-2.9c1-0.2,2-0.3,3-0.3 c-2.3,9-5.4,17.7-7.3,26.7c-1.6,8-4.1,15.7-8.7,22.6c-2.5,3.6-5.3,7-8.3,10.2c-3,3.5-6,7-8.9,10.5c-5.8,7-11.4,14.1-16.9,21.4 c-11,14.5-20.9,29.8-29.7,45.7c-4.4,8.2-8.7,16.4-11.7,25.3c-1.5,4.5-2.7,9-3.7,13.6c-1,4.4-2.3,8.8-3.8,13.1 c-1.4,4.1-3,8.2-4.2,12.4c-1.2,4.2-1.8,8.6-1.8,13c-0.2,9.2,1.3,18.3,0.9,27.5c-0.1,1.8-0.3,3.6-0.5,5.3c-2-1-4-1.9-6-2.9 c-0.3-4.3-0.9-8.5-1.1-12.8c-0.2-4.7-0.4-9.4-0.9-14c-0.3-2.3-0.6-4.7-1-7c-0.4-2.3-0.9-4.6-1.2-6.9c2.9-6,6.2-11.8,9-17.9 c2.9-6.3,4.2-13.1,5.4-19.9c1.3-7.2,2.4-14.5,5.2-21.3c2.8-7,5.4-14.1,8.4-21c1.4-3.4,3-6.8,4.9-10c1.7-2.8,3.6-5.4,5.8-7.8 c2.2-2.5,4.4-5,6.5-7.6c2.4-3,4.7-6,7-9c9.3-12,18.3-24.3,26.4-37.1c4-6.1,7.4-12.5,10.3-19.2c2.8-6.7,4.9-13.6,7.1-20.5 C420.9,868.3,421.3,867,421.6,865.8 M390.3,887.1c2-0.9,4-1.8,6.1-2.6c1.8-0.7,4.9-1,6.4-2c1.2-0.8,2-2.7,2.9-3.9 c1.6-2.2,3.4-4.3,5.3-6.2c1.9-1.9,4-3.6,6.3-5c0.8-0.5,1.6-0.8,2.5-1.1c-1.9,6.1-3.8,12.3-6,18.3c-2.5,6.8-5.6,13.3-9.4,19.5 c-8,12.9-16.7,25.4-26,37.3c-4.5,5.9-9,11.8-13.9,17.4c-2,2.4-4.1,4.7-6,7.2c-2,2.8-3.8,5.9-5.3,9c-3.2,6.6-5.7,13.6-8.4,20.4 c-1.4,3.5-2.9,6.9-4,10.5c-1,3.5-1.8,7.1-2.5,10.7c-1.3,7-2.3,14.2-4.6,21c-2.1,6.1-5.4,11.7-8.3,17.5c-0.4,0.8-0.9,1.7-1.3,2.6 c-0.1-3.1,0.1-6.1,0.6-9.1c0.8-4,1.9-8,3.2-11.9c1.3-4.3,2.4-8.7,3.2-13.1c0.8-4.5,1.5-9,2.5-13.4c1-4.3,2.4-8.5,3.3-12.8 c0.9-4.4,1.5-8.8,2.2-13.3c0.4-2.3,0.8-4.5,1.4-6.8c0.5-2.2,1.2-4.3,2.2-6.3c0.2-0.4,0.5-0.9,0.7-1.3 c6.2-4.9,11.7-10.6,16.5-16.9c4.5-6.1,7.9-13,12.5-19.1c2.5-3.2,5.3-6,8.4-8.5c0.9-0.7,1.9-1.5,2.9-2.1c0.5-0.4,1-0.7,1.6-1.1 c0.9-0.5,1.5-1.4,1.5-2.4c1.3-7.3,2.1-14.8,2.4-22.2C389.9,894,390.1,890.6,390.3,887.1 M193.3,907.7c0.1-0.1,0.2-0.2,0.3-0.4 c3.4-3.8,7.3-7.2,11.5-10.1c1.6-1.1,4.4-1.7,5.8-2.9c1.5-1.3,2.3-2.5,4.2-3.5c3.6-1.8,7.3-2.4,10-5.5c2.3-2.6,4.8-5,7.4-7.3 c5.8-5.3,11.9-10.3,18.1-15.1c13.9-10.8,28.2-21,41.9-32c7-5.5,13.7-11.4,20.1-17.6c2.4-2.5,4.7-5.1,6.9-7.8 c1-1.3,1.9-2.6,2.8-3.9c1.4-2.2,1.7-2.8,4.5-3.5l-0.1,0c0.3-0.1,0.6-0.3,0.8-0.5l1.8-2.9c3.2,2.9,6.2,6.1,9.2,9.2 c3,3,7.8,5.7,10.1,9.2c2.5,4,4,9.5,5.8,13.8c1.7,4.1,3.4,8.2,5.1,12.2c7.2,17.1,15.2,34.3,26.9,48.9c0.4,0.4,0.9,0.5,1.4,0.3 c-0.6,10.5-1.1,21.1-3,31.5c-6.5,4.1-12,9.5-16.2,15.8c-3.9,5.9-7.2,12.2-11.7,17.8c-7.4,9.4-17,16.8-26.9,23.4 c-8.2,5.3-16.6,10.3-25.3,14.8c-5.5,2.9-11.1,5.7-16.7,8.3c-1.4,0.7-2.9,1.4-4.4,2.1c-0.8,0.3-1.5,0.6-2.2,1 c-0.5,0.5-0.9,1.1-1.1,1.7c-1.1,2.3-2.5,4.5-4,6.6c-11.5,15.9-31.9,19.3-50.2,21.3c-2.3,0.2-4.5,0.5-6.8,0.7 c-9.1-7.6-17.8-15.7-26-24.3c-4.6-4.8-9-9.8-13.2-14.9c-0.9-1.1-1.8-3-3-3.7c-1-0.6-2.1-0.4-3.3-0.3c-4.5,0.1-9.2,0.4-13-2.3 c-0.4-0.3-1-0.3-1.3,0.1c-0.6-0.1-1.2-0.2-1.8-0.4c2.6-1.9,5.4-3.8,8.1-5.6c1.6-1.1,3.3-2.1,4.9-3.2c1.9-1,3.7-2.2,5.4-3.4 c1.1-0.9,1.1-3.5,1.5-4.8c0.3-1.2,0.6-2.4,0.9-3.6c0.2-0.9,0.5-1.8,0.8-2.6c0.1-0.3,0.2-0.6,0.3-1c0.1-0.2,0.2-0.4,0.3-0.6 c0.2-0.4,0.4-0.8,0.6-1.2c0-0.1,0.1-0.2,0.2-0.2c0,0,0.2-0.2,0.2-0.3c1-0.8,1.8-1.8,2.4-3c1.8-3.6,2.5-7.9,3.4-11.8 C189.4,933.5,191.4,920.6,193.3,907.7 M178,915.8c2.2-0.5,4.4-1,6.6-1.2c2.2-0.4,4.3-1.6,5.7-3.4c-1.5,9.8-3.1,19.6-5,29.3 c-0.8,4.9-1.9,9.7-3.4,14.4c-0.2,0.9-0.6,1.7-1.1,2.5c-0.1,0.1-0.2,0.3-0.3,0.4c0,0,0,0.1,0,0.1l-0.1,0.1 c-0.2,0.2-0.3,0.3-0.5,0.5c-0.9,0.8-1.7,1.8-2.2,2.9c-1.8,3.8-2.5,8.1-3.4,12.2c-5.6,3.6-11.2,7.1-16.6,11 c1.3-3.5,2.8-6.8,4.3-10.2c2.2-4.7,4.5-9.2,6.7-13.9c2.2-4.4,4.1-9,5.8-13.7c1.5-4.7,2.4-9.5,2.8-14.3c0.5-5.2,0.7-10.4,0.6-15.7 C178,916.4,178,916.1,178,915.8 M168.6,917.1c1.5,0.6,5.3-0.5,6.8-0.8c0.4-0.1,0.7-0.1,1.1-0.2c0,4.8-0.1,9.5-0.4,14.3 c-0.3,4.9-1.2,9.7-2.5,14.3c-1.5,4.6-3.3,9.1-5.5,13.5c-2.2,4.6-4.5,9.2-6.6,13.8c-2.2,4.6-4.2,9.3-5.9,14l0,0 c-0.2,0.1-0.3,0.2-0.5,0.4c-0.8-0.4-1.6-0.8-2.3-1.3c1.7-5.3,3.3-10.5,4.6-15.9c1.5-5.6,2.6-11.3,3.3-17c0.3-2.7,0.6-5.4,0.6-8.1 c0-1.7,0-3.4,0.1-5.1c0.2-4.2,0.6-8.5,1-12.7c0.5-4.8,1-9.7,1.6-14.5C165.3,913.8,166.7,916.2,168.6,917.1 M145.6,897.8 c0-0.2,0.1-0.5,0.1-0.7c2.3,1.3,4.5,2.7,6.6,4.3c3.7,2.6,7.1,5.6,10.3,9c-0.6,4.6-1.2,9.3-1.6,14c-0.4,4.4-0.8,8.9-1.1,13.3 c-0.1,1.4-0.2,2.9-0.1,4.3c0,2.7-0.1,5.3-0.4,8c-0.6,5.7-1.6,11.3-3,16.8c-1.4,5.7-3,11.3-4.8,16.9c-0.1,0.2-0.1,0.4-0.2,0.7 c-0.6-0.4-1.2-0.8-1.7-1.1c-0.7-0.5-1.3-0.9-2-1.4c2.3-6,4.2-12.2,5.7-18.4c0.7-2.8,1-5.7,0.7-8.6c-0.3-2.3-1-4.5-2.1-6.6 c-1-2.1-2.2-4.2-3.2-6.3c-1-2.4-1.8-4.9-2.3-7.5c-1-5.6-1.5-11.3-1.6-17C144.8,910.8,145,904.3,145.6,897.8 M131,893.7 c0.1-0.5,0.2-0.9,0.3-1.4c4.5,0.4,9,1.7,12.9,4c-0.7,6.2-1,12.5-0.9,18.7c0,5.9,0.4,11.8,1.3,17.7c0.4,2.5,1,5,1.8,7.5 c0.9,2.4,2,4.7,3.2,6.9c1.1,1.9,2,3.9,2.6,6c0.6,2.5,0.6,5.2,0.1,7.7c-1.3,6.5-3.2,12.9-5.6,19.1c-0.1,0.3-0.2,0.6-0.3,0.9 c-1.9-1.4-3.7-2.9-5.5-4.5c0.5-5.6,0.7-11.2,0.6-16.8c-0.1-9-2.9-17.7-8.1-25.1c-1.5-2.2-3.1-4.4-4.5-6.7c-1.2-1.9-2-4-2.4-6.2 c-0.4-2.8-0.5-5.6,0-8.3C127.2,906.6,129.3,900.1,131,893.7 M106.4,899.5c2,0.2,4.3,0.4,6-0.3c1.8-0.8,3.4-2.8,5.4-3.7 c1.9-0.8,3.9-1.5,6-2.1c0.2,0,0.4,0,0.6-0.1c1.7-0.6,3.6-1,5.4-1c-1.5,6.1-3.5,12.2-4.5,18.4c-0.6,3-0.8,6-0.6,9 c0.2,2.4,0.8,4.7,1.8,6.9c1.1,2.2,2.4,4.3,3.9,6.3c1.9,2.6,3.6,5.3,5.1,8.1c2.5,5.2,4,10.8,4.4,16.5c0.3,5.8,0.1,11.7-0.4,17.5 c0,0,0,0.1,0,0.1c-0.8-0.7-1.6-1.4-2.4-2.2c-4.6-4.2-9-8.7-13.4-13.2c-0.7-4.4-1.5-8.8-2.5-13.2c-1-4.5-2.2-9-3.6-13.4 c-1.2-3.8-2.5-7.5-4.1-11.1c-1.8-4.1-3.7-8.1-5.2-12.3C106.8,906.4,106.3,902.9,106.4,899.5 M104.8,899.3 c-0.1,3.2,0.3,6.3,1.3,9.3c1.4,4.1,3,8.1,4.9,12c0.9,2,1.8,3.9,2.5,5.9c0.7,1.8,1.3,3.6,1.9,5.4c1.4,4.3,2.6,8.8,3.7,13.2 c1,4.2,1.9,8.4,2.6,12.7c-1.8-1.8-3.6-3.6-5.4-5.4c-0.7-0.7-2.3-2.7-3.6-2.9c-6.6-3.6-12.7-8-18.9-12.2c0.3-2.9,0.4-5.8,0.5-8.7 c0-1,0.1-2,0.1-3c0-0.4,0.1-0.8,0.1-1.1c0-0.1,0-0.2,0-0.2c0,0,0,0,0-0.1l0-0.1c0-0.2,0.1-0.4,0.1-0.5c0.4-1.9,1-3.8,1.7-5.6 c1.1-2.9,2.3-5.8,3.5-8.7c1.4-3.2,2.7-6.5,3.9-9.8C104,899.3,104.4,899.3,104.8,899.3 M102,899.2c-2.1,5.8-4.7,11.4-6.8,17.2 c-0.8,2-1.5,4-2,6.1c-0.3,1.6-0.5,3.3-0.5,4.9c-0.1,2.9-0.2,5.8-0.5,8.7c-3.7-2.6-7.5-5.1-11.4-7.3c-4.3-2.6-9-4.8-13.8-6.4 c1.3-1.5,2.7-3,4.3-4.3c0.9-0.8,1.9-1.5,2.9-2.2c1-0.8,2-1.5,2.9-2.3c3.7-2.9,7.1-6.2,10.3-9.7c1.6-1.8,3-3.6,4.4-5.5 C95.2,898.8,98.6,899,102,899.2 M70.2,895.3c4.6,1,9.3,1.7,13.9,2.3c1.9,0.2,3.9,0.5,5.8,0.7c-2.4,3.2-5.1,6.3-8,9.1 c-3.5,3.3-7.2,6.3-11.1,9.2c-2,1.6-3.9,3.4-5.5,5.4c-0.2-0.1-0.4-0.1-0.6-0.2c-0.8-0.2-1.5-0.4-2.3-0.5c3.1-6.6,6-13.5,7.2-20.8 C69.9,898.7,70.1,897,70.2,895.3 M52.5,893c1.6,0.2,3.2,0.3,4.8,0.3c1.5,0,4-0.8,5.3-0.6c0.7,0.3,1.4,0.7,2.1,1.2 c1.3,0.5,2.6,0.9,3.9,1.2c-0.3,7.2-2.6,14.2-5.5,20.8c-0.7,1.7-1.5,3.5-2.4,5.2c-1.3-0.2-2.5-0.3-3.8-0.3c-0.3,0-0.7,0-1,0 c0.1-3.9,0.5-7.9,0.5-11.8c0-2.1-0.3-4.2-0.7-6.2c-0.5-1.9-1.2-3.7-2.1-5.5c-0.7-1.5-1.6-2.9-2.4-4.2 C51.6,892.9,52.1,892.9,52.5,893 M19.7,880.7c3.6,1.4,7.2,2.9,10.7,4.6c4.8,2.5,9.9,4.5,15,6.2c1.2,0.4,2.4,0.6,3.7,0.9 c2.2,3,3.9,6.4,5,9.9c1.1,3.9,0.9,8.1,0.7,12.2c-0.1,2-0.2,4.1-0.3,6.1c-0.6,0-1.1,0.1-1.6,0.2c-1.6,0.2-1.9,0.8-2.7,1.9 c-0.6,0.3-1.2,0.7-1.7,1.1c-2.7-7.3-5.8-14.6-10.7-20.7c-2.3-2.7-4.9-5.2-7.8-7.3c-2.5-1.7-4.8-3.6-6.9-5.8 c-2.3-2.8-3.8-6.2-4.3-9.7C19,880.5,19.4,880.6,19.7,880.7'/%3E%3Cpath id='Path_603_00000114788008049761587990000006150371034864927888_' class='st3' d='M1560.6,1198.7c-1.1-1.7-2.3-3.3-3.5-5 c-1.2-1.5-2.4-3-3.5-4.7c-1.4-2.4-1.8-5.4-4-7.4c-2.4-2.1-5.4-1.8-8.2-1c-0.7-4.1,2.2-7.8,3.5-11.4c0.8-2.1,1.6-4.2,2.7-6.3 c0.6-1.2,1-2.5,1.3-3.8c0.3,0.1,0.5,0,0.7-0.2c2.9-2.5,4.2-6.2,5.7-9.7c1.6-3.7,4.2-6.9,6.5-10.2c1.2-1.7,2.4-3.4,3.4-5.2 c1-1.9,1.9-3.9,2.7-6c1.8-4.5,3.8-8.8,5.9-13.2c2-4.3,3.9-8.7,5.8-13c1.9-4.3,3.8-8.6,5.5-13c1.8-4.4,3.2-8.9,4.2-13.5 c1-4.6,1.5-9.2,2.3-13.9c0.4-2.3,0.8-4.7,1.4-6.9c0.6-2.3,1.3-4.5,1.8-6.7c0.5-2.3,1.2-4.5,1.9-6.8c0.5-1.7,0.6-3.5,0.4-5.3 c0-0.7-0.2-1.7,0.3-2.3c0.2-0.2,0.3-0.5,0.2-0.8c0.8-0.7,1.5-1.3,2.3-2v-2c-1.7,1.4-3.4,2.9-5.1,4.3c-2.5,2.2-5.2,4.1-7.7,6.2 c-1.3,1-2.6,2.1-3.8,3.3s-2.4,2.4-3.5,3.6c-4.5,4.9-9.3,9.5-14.4,13.8c-1.2,1-2.5,1.8-3.9,2.5c-1.4,0.7-2.8,1.2-4.1,2 c-2.7,1.8-5.1,3.9-7.2,6.3c-0.5,0.6-1.1,1.1-1.6,1.7c-0.5-0.2-1-0.4-1.4-0.7c-0.6-0.6-0.9-1.4-0.8-2.3c-0.1-1.7,0-3.5,0.2-5.2 c0.1-2.1-0.1-4.1-0.1-6.1c0-2.3,0.3-4.7,1-6.9c1.4-4.5,3.3-8.8,3.8-13.5c0.3-2.3,0.4-4.6,0.3-6.9c0.1-1.9-0.4-3.8-1.3-5.4 c-0.9-1.7-2.1-3.2-3-4.8c-0.4-0.6-0.9-1.4-0.4-2.1c0.7-0.6,1.4-1.2,2.1-1.7c1.6-1.5,3.1-3.1,4.8-4.5c1.7-1.4,3.4-2.9,5-4.4 c3.3-3.1,6.5-6.3,9.7-9.6c6.4-6.6,12.7-13.1,19.7-19c3.9-3.3,7.8-6.7,11.9-9.9v-1.9c-2.6,2.1-5.2,4.2-7.7,6.3 c-3.7,3.1-7.4,6.1-10.9,9.4c-3.4,3.1-6.6,6.4-9.8,9.7c-6.4,6.5-12.6,13.2-19.8,19c-1.7,1.4-3.1,3.2-4.8,4.5c-1,0.8-2.1,1.5-1.9,3 c0.3,1.7,1.7,3.3,2.6,4.7c1.3,1.6,2.1,3.5,2.3,5.6c0.3,4.8-0.3,9.7-1.7,14.3c-1.4,4.4-3.4,8.8-3.4,13.5c0,2.1,0.3,4.3,0.2,6.4 c-0.1,1.7-0.3,3.3-0.2,5c-0.1,1.4,0.4,2.9,1.3,4c0.6,0.5,1.2,0.9,1.9,1.1c1,0.4,1.9,0.9,2.7,1.5c3.6,2.5,6.3,6,7.9,10 c0.8,1.9,1.4,4,2.1,6c0.8,2.2,1.4,4.6,1.8,6.9c0.2,2.4,0,4.8-0.5,7.1c-0.6,2.2-1,4.5-1.2,6.7c0.1,2.4-0.1,4.8-0.8,7.1 c-0.8,2.1-1.8,4.2-2.9,6.2c-1.8,4.1-3.4,8.2-4.9,12.4c-1.7,4.4-3,9-3.8,13.7c-0.4,2.2-0.7,4.5-0.8,6.8c-0.1,2.3-1.3,4.1-2.3,6.1 c-0.9,2-1.5,4.1-2.4,6.1c-1,1.9-1.8,3.8-2.5,5.9c-0.6,1.8-0.6,3.7-0.2,5.6c0.1,0.4,0.5,0.7,1,0.5c1.7-0.7,3.5-1,5.3-0.8 c1.6,0.4,2.8,1.4,3.5,2.9c0.7,1.3,1.1,2.6,1.7,4c0.7,1.4,1.6,2.7,2.6,3.9c1.9,2.4,3.6,4.9,5.3,7.5h1.9 C1561.2,1199.6,1560.9,1199.1,1560.6,1198.7 M1551.8,1143.5c1.4-4.4,3.3-8.7,4.8-13.1c1.4-4.1,3.9-7.6,5.2-11.7 c0.5-2.2,0.7-4.5,0.6-6.7c0-2.5,0.9-4.8,1.3-7.2c0.4-2.2,0.6-4.4,0.4-6.6c-0.3-2.1-0.8-4.2-1.5-6.3c-1.1-4-2.6-7.8-4.6-11.4 c-1.9-3.2-4.6-5.7-7.8-7.5c2-2.2,4.1-4.3,6.4-6.2c2.4-1.9,5.4-2.6,8-4.3c1.4-0.9,2.7-2,3.9-3.1c1.3-1.1,2.5-2.2,3.7-3.4 c2.4-2.3,4.8-4.7,7.1-7.1c2.3-2.4,4.6-4.8,7.1-7c2.5-2.1,5.1-4.1,7.7-6.1c0.6-0.5,1.1-0.9,1.7-1.4c-0.1,0.9,0.1,1.9,0.1,2.8 c0,0.9-0.1,1.8-0.3,2.7c-0.3,1.1-0.7,2.1-1,3.2c-0.6,2.2-1.1,4.5-1.7,6.8c-0.6,2.3-1.3,4.5-1.8,6.9c-0.9,4.6-1.5,9.3-2.3,13.9 c-0.8,4.6-1.9,9.2-3.5,13.6c-1.6,4.4-3.4,8.8-5.3,13.1c-1.9,4.4-3.8,8.8-5.8,13.1c-2,4.4-4.1,8.7-6,13.1 c-0.9,2.1-1.7,4.3-2.6,6.5c-0.8,1.9-1.8,3.8-3,5.5c-2.3,3.5-5,6.7-7.1,10.3c-1.9,3.2-2.8,6.9-4.9,10c-0.4,0.6-0.9,1.1-1.3,1.6 C1549.4,1152.7,1550.3,1148,1551.8,1143.5'/%3E%3Cpath id='Path_604_00000046337357174281813730000006099505247704098434_' class='st3' d='M432.6,1123.8L432.6,1123.8'/%3E%3Cpath id='Path_605_00000137850307364749908180000001355336191734567606_' class='st3' d='M1593.9,1142.5 c-4.1,4.1-8.2,8.3-12.3,12.4c-4.6,4.5-9.2,8.8-14,13.1c-4.7,4.3-9.5,8.5-14.3,12.8l-1.8,1.6c-0.8,0.7,0.4,1.8,1.1,1.1 c4.8-4.2,9.6-8.5,14.3-12.8c4.7-4.3,9.4-8.6,14-13c4.3-4.1,8.4-8.4,12.6-12.6c2.2-2.2,4.3-4.4,6.5-6.5v-2.2 C1597.9,1138.6,1595.9,1140.5,1593.9,1142.5'/%3E%3Cpath id='Path_606_00000181805346155646536140000009959266597215342755_' class='st3' d='M594.1,1166.1 C594.1,1166.2,594.1,1166.1,594.1,1166.1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_00000120545673054821338980000016791144572878728355_' x='58.5' y='220.1' width='279.2' height='379.1'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000116940856814266826890000014361379401991007628_'%3E%3Cuse xlink:href='%23SVGID_00000120545673054821338980000016791144572878728355_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1138_00000103963117261548715280000009555745463184969401_' style='clip-path:url(%23SVGID_00000116940856814266826890000014361379401991007628_);'%3E%3ClinearGradient id='Path_625_00000142889372791591361290000012004576574406318271_' gradientUnits='userSpaceOnUse' x1='11.9831' y1='1208.3892' x2='11.9831' y2='1207.3892' gradientTransform='matrix(8.9711 0 0 -151.854 101.6705 183946.0312)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_625_00000135673316217595319440000002644527407846166710_' style='fill:url(%23Path_625_00000142889372791591361290000012004576574406318271_);' d=' M205.9,599.2c-0.4-3.3-0.9-6.5-1.1-9.8c-0.5-8.4,0.7-16.6,2.3-24.8c0.3-2.1,0.5-4.2,0.5-6.3c0.3-6.1,0.6-12.1,0.9-18.2 c0.1-1.2,0-2.4-0.1-3.5c-0.4-4.4-1.2-8.8-1.2-13.2c0-5,0.3-10,1-14.9c0.9-7.6,1.8-15.1,1.1-22.8c-1-10.5-3.2-21-2.4-31.7 c0.1-1.8,0.4-3.6,0.7-5.4c0.1-0.5,0.8-0.9,1.2-1.3c0.4,0.5,1,1,1.1,1.5c0.1,1.6,0.1,3.3,0,4.9c-0.3,5.6,0.2,11.1,1.5,16.6 c2.2,10.6,2.9,21.5,2,32.2c-0.4,4.3-1.1,8.6-1.9,12.8c-0.9,5.2-1,10.6-0.4,15.9c0.5,6.1,0.2,12.2-0.7,18.2 c-0.4,3.5-0.4,7-0.8,10.5c-0.2,2.8-0.6,5.6-1.1,8.4c-1.5,7.6-2.1,15.4-1.7,23.2c0.1,2.6,0,5.1,0,7.7L205.9,599.2'/%3E%3ClinearGradient id='Path_626_00000004526720745028154780000005356483109566915483_' gradientUnits='userSpaceOnUse' x1='44.7992' y1='1219.3105' x2='44.7992' y2='1218.3105' gradientTransform='matrix(60.613 0 0 -65.9706 -2471.468 80796.125)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_626_00000115488458399393465770000017927842481652141481_' style='fill:url(%23Path_626_00000004526720745028154780000005356483109566915483_);' d=' M274.3,421.5c-0.6,0.8-1,1.8-1.7,2c-0.9,0.2-1.9,0-2.7-0.6c-1.7-1.4-3.3-3-4.7-4.6c-6.4-7.1-12.7-14.3-19.2-21.4 c-3-3.3-6.3-6.5-9.3-9.9c-2.4-2.8-4.4-6-6.8-8.8c-4-4.8-8.1-9.4-12.2-14.1c-1.3-1.5-2.7-3-3.9-4.6c-0.3-0.5-0.2-1.3-0.2-1.9 c0.6,0.2,1.4,0.1,1.8,0.5c2.8,2.8,5.6,5.6,8.3,8.5c4.6,4.7,9.1,9.5,13.7,14.2c3.3,3.3,6.7,6.5,10,9.9c0.5,0.6,1,1.3,1.3,2 c0.7,1.2,1.4,2.3,2.2,3.4c3.4,3.7,6.9,7.3,10.4,10.9c3.7,3.9,7.4,7.7,11.1,11.6C273.1,419.5,273.7,420.4,274.3,421.5'/%3E%3ClinearGradient id='Path_627_00000126299174085755177570000000833645955450346922_' gradientUnits='userSpaceOnUse' x1='43.7838' y1='1224.3568' x2='43.7838' y2='1223.3568' gradientTransform='matrix(51.4491 0 0 -52.3027 -1990.8986 64296.7891)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_627_00000091736093393469096110000002300894351860492986_' style='fill:url(%23Path_627_00000126299174085755177570000000833645955450346922_);' d=' M236,311.5c0.2-0.5,0.5-1,0.8-1.5c1-1.1,2.1-2.2,3.2-3.3c4.7-4.9,9.4-9.9,14.1-14.9c4.3-4.5,8.7-8.9,13-13.4 c5.4-5.6,10.7-11.2,16.1-16.8c0.6-0.7,1.4-1.2,2.2-1.7c0.5-0.3,1-0.3,1.5-0.1c0.4,0.4,0.6,1,0.5,1.6c-0.4,1.2-1.1,2.3-1.9,3.3 c-6.8,7.2-13.4,14.5-20.4,21.4c-8,7.9-16.3,15.4-24.5,23c-1.3,1.1-2.6,2-4,2.9L236,311.5'/%3E%3ClinearGradient id='Path_628_00000119803297821136708010000002074566059672605591_' gradientUnits='userSpaceOnUse' x1='45.6801' y1='1261.5824' x2='45.6801' y2='1260.5824' gradientTransform='matrix(71.6898 0 0 -20.6865 -3003.4749 26401.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_628_00000039097977847425487950000013642515753311426957_' style='fill:url(%23Path_628_00000119803297821136708010000002074566059672605591_);' d=' M235.5,323.8c1.7-0.7,3.3-1.5,5-2c7.7-2.4,15.3-4.9,23.1-7.1c8.4-2.4,17-4.4,25.4-6.7c3.9-1,7.6-2.3,11.5-3.3 c1.2-0.4,2.5-0.6,3.8-0.7c1.2-0.2,2.4,0.6,2.8,1.8c0.3,1.1-0.3,2.3-1.4,2.6c-0.1,0-0.1,0-0.2,0c-2.1,0.7-4.2,1.2-6.4,1.6 c-8.3,1.7-16.7,3.2-24.9,5.1c-7.6,1.7-15,3.8-22.5,5.7c-4.8,1.2-9.6,2.6-14.4,3.8c-0.5,0.1-1.1,0-1.6-0.1L235.5,323.8'/%3E%3ClinearGradient id='Path_629_00000169558992652083240550000013155141797657344433_' gradientUnits='userSpaceOnUse' x1='44.9608' y1='1228.3773' x2='44.9608' y2='1227.3773' gradientTransform='matrix(62.381 0 0 -44.8923 -2532.0022 55511.6172)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_629_00000097493058951537689370000007042676012675271358_' style='fill:url(%23Path_629_00000169558992652083240550000013155141797657344433_);' d=' M303.9,409.3c0.1,1.2-0.8,2.3-2,2.5c-0.5,0.1-1-0.1-1.4-0.3c-0.6-0.4-1.3-0.9-1.8-1.4c-3.9-3.1-7.7-6.3-11.7-9.3 c-3.8-2.9-7.7-5.7-11.5-8.5c-2.8-2-5.6-3.9-8.4-5.9c-4.5-3.1-8.9-6.2-13.4-9.3c-2.7-1.9-5.4-3.7-8.1-5.7c-1.3-0.9-2.5-2-3.7-3.1 c-0.3-0.3-0.3-0.9-0.5-1.4c0.5,0.1,1.1,0,1.5,0.2c2.4,1.6,4.8,3.3,7.2,4.8c4.6,3.1,9.3,6.1,13.9,9.1c6.6,4.4,13.2,8.7,19.8,13.1 c4.5,3,9,6.1,13.5,9.2c1.9,1.3,3.7,2.8,5.5,4.3C303.2,408.2,303.6,408.7,303.9,409.3'/%3E%3ClinearGradient id='Path_630_00000026141642514445644850000010902790606613879982_' gradientUnits='userSpaceOnUse' x1='44.8116' y1='1249.6566' x2='44.8116' y2='1248.6566' gradientTransform='matrix(60.7446 0 0 -25.6547 -2464.2871 32403.6836)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_630_00000157280293444851734990000008467678346296054679_' style='fill:url(%23Path_630_00000026141642514445644850000010902790606613879982_);' d=' M285.7,369.8c-3-1.1-5.7-2-8.4-3.1c-12.1-5.1-24.2-10.3-36.3-15.4c-4.1-1.7-8.2-3.4-12.2-5.1c-0.4-0.1-0.7-0.4-1-0.7 c-0.2-0.4-0.3-0.8-0.3-1.2c0.4-0.1,0.8-0.3,1.1-0.2c2,0.5,4,1,5.9,1.8c7.8,2.9,15.5,6.1,23.4,8.9c6.6,2.3,13.3,4.2,20,6.4 c2.6,0.9,5.2,1.9,7.8,3c0.7,0.3,1.4,0.7,1.8,1.3c0.5,0.7,1,1.8,0.7,2.4C287.7,368.6,286.6,369.1,285.7,369.8'/%3E%3ClinearGradient id='Path_631_00000140727248091963997440000016714480013420010905_' gradientUnits='userSpaceOnUse' x1='40.158' y1='1218.8755' x2='40.158' y2='1217.8755' gradientTransform='matrix(33.4114 0 0 -67.4908 -1116.1763 82509.0625)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_631_00000172433157635714254170000002890486343408750755_' style='fill:url(%23Path_631_00000140727248091963997440000016714480013420010905_);' d=' M242.3,248.1c-1,2.3-1.8,4.4-2.8,6.5c-3.4,6.9-6.7,13.9-10.2,20.7c-2.6,5.1-5.6,10-8.2,15c-2.8,5.4-5.2,10.9-7.9,16.4 c-0.9,1.8-1.7,3.6-2.7,5.4c-0.4,0.6-1,1-1.6,1.4c-0.1-0.8-0.1-1.6,0.1-2.4c1.8-3.9,3.8-7.7,5.6-11.7c2.6-5.6,5.1-11.3,7.6-16.9 c4.9-11.2,9.7-22.3,14.7-33.5c0.5-1,1.3-1.9,2.2-2.7c0.6-0.4,1.3-0.5,1.9-0.3C241.6,246.6,241.8,247.4,242.3,248.1'/%3E%3ClinearGradient id='Path_632_00000098941731835398159380000009770471225570582422_' gradientUnits='userSpaceOnUse' x1='44.7878' y1='1235.4164' x2='44.7878' y2='1234.4164' gradientTransform='matrix(60.4916 0 0 -35.9699 -2551.2896 44730.8477)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_632_00000156575616791261466380000008530869494917236866_' style='fill:url(%23Path_632_00000098941731835398159380000009770471225570582422_);' d=' M129.6,293c0.8,0.3,1.7,0.6,2.5,1c5.8,3.4,11.7,6.8,17.5,10.3c4.9,2.9,9.7,5.8,14.5,8.8c7.5,4.8,14.7,10.2,22.8,14.1 c0.1,0.1,0.3,0.1,0.4,0.2c0.3,0.5,0.6,0.9,1,1.4c-0.6,0-1.2,0.2-1.6,0c-2.3-1.1-4.5-2.2-6.7-3.4c-6.8-3.8-13.5-7.7-20.3-11.4 c-7.5-4.1-15-8-22.6-12.1c-2.6-1.4-5.2-2.9-7.8-4.5c-1-0.6-1.9-1.6-1.4-2.8C128.2,294,129,293.6,129.6,293'/%3E%3ClinearGradient id='Path_633_00000146458237339220200800000010110388308518172577_' gradientUnits='userSpaceOnUse' x1='39.1338' y1='1226.7648' x2='39.1338' y2='1225.7648' gradientTransform='matrix(30.4007 0 0 -47.597 -953.0637 58780.6875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_633_00000152986434147241744710000006653594562443229860_' style='fill:url(%23Path_633_00000146458237339220200800000010110388308518172577_);' d=' M251.8,435.8c-0.5,0.7-0.8,1.6-1.4,2c-0.7,0.3-1.5,0.2-2.1-0.2c-0.9-0.6-1.7-1.4-2.2-2.3c-2.7-4.9-5.3-9.9-8.1-14.7 c-3.8-6.7-7.8-13.4-11.7-20.1c-1.6-2.8-3.2-5.6-4.8-8.5c-0.2-0.4,0-1.1,0.1-1.7c0.5,0.2,1.2,0.2,1.4,0.6c2.3,2.9,4.8,5.7,6.8,8.7 c3.3,4.8,6.4,9.8,9.5,14.8c1.7,2.7,3.1,5.4,4.8,8.1c1.9,3,3.8,6,5.7,9C250.5,432.9,251.2,434.3,251.8,435.8'/%3E%3ClinearGradient id='Path_634_00000151530926496499299120000015196888196514616193_' gradientUnits='userSpaceOnUse' x1='44.9497' y1='1473.2028' x2='44.9497' y2='1472.2028' gradientTransform='matrix(62.2563 0 0 -4.6629 -2510.259 7201.5249)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_634_00000089553954802208896400000008932319185418538397_' style='fill:url(%23Path_634_00000151530926496499299120000015196888196514616193_);' d=' M293.4,336.8c-5.8,0-11.7,0-17.5,0c-5.2,0-10.3,0-15.5-0.1c-0.7,0-1.4-0.1-2.1-0.3c-0.4-0.1-0.8-0.6-1.2-0.9 c0.4-0.3,0.9-0.5,1.4-0.7c2.8-0.3,5.6-0.5,8.4-0.7c5.4-0.4,10.8-0.8,16.3-1.1c4.9-0.3,9.8-0.4,14.8-0.5 c5.9-0.2,11.8-0.3,17.6-0.4c0.8,0,1.6,0.1,2.4,0.3c0.6,0.2,1.3,0.7,1.3,1.2c0,0.7-0.2,1.3-0.7,1.8c-0.6,0.4-1.4,0.6-2.1,0.6 c-5.6,0.1-11.3,0.1-16.9,0.1c-2,0-4.1,0-6.1,0C293.4,336.3,293.4,336.5,293.4,336.8'/%3E%3ClinearGradient id='Path_635_00000020377340031224018930000000266331536406504619_' gradientUnits='userSpaceOnUse' x1='44.486' y1='1230.1305' x2='44.486' y2='1229.1305' gradientTransform='matrix(57.456 0 0 -42.2802 -2425.0068 52371.5898)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_635_00000125563203952753234690000009206438240353609639_' style='fill:url(%23Path_635_00000020377340031224018930000000266331536406504619_);' d=' M104.6,403.8c-1.8,0-2.8-1.3-2.1-2.7c0.3-0.8,0.9-1.4,1.6-1.8c8-4.5,15.1-10.3,22.4-15.7c6.8-5,13.5-9.9,20.4-14.7 c3.6-2.5,7.3-4.8,11-7.2c0.5-0.3,1.3-0.1,1.9-0.1c-0.3,0.5-0.5,1.2-0.9,1.6c-6.7,5-13.4,9.9-20,14.9 c-8.8,6.7-17.4,13.6-26.1,20.5c-2.1,1.6-4.2,3.2-6.3,4.7C105.7,403.4,105.2,403.6,104.6,403.8'/%3E%3ClinearGradient id='Path_636_00000118365663413407808780000011099105824822422974_' gradientUnits='userSpaceOnUse' x1='43.6874' y1='1219.6989' x2='43.6874' y2='1218.6989' gradientTransform='matrix(50.7211 0 0 -64.67 -2059.1897 79236.2812)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_636_00000148624529418218551660000002529868974593859202_' style='fill:url(%23Path_636_00000118365663413407808780000011099105824822422974_);' d=' M182,358.7c-1.6,2-3.1,4-4.7,6c-3.8,5-7.6,10-11.5,14.9c-4.4,5.6-9,11.2-13.2,16.9c-4,5.5-7.7,11.2-11.4,16.9 c-1.5,2.3-2.7,4.7-4.2,7c-0.5,0.7-1,1.3-1.7,1.8c-0.9,0.9-2.3,1-3.2,0.1c0,0-0.1-0.1-0.1-0.1c-1-0.9-1.1-2.4-0.3-3.4 c1.2-1.8,2.6-3.4,3.8-5c2.7-3.4,5.3-6.9,8-10.3c2.9-3.6,5.7-7.3,8.7-10.8c5.6-6.6,11.4-13.1,17-19.7c2.4-2.8,4.6-5.8,6.9-8.7 c1.7-2.1,3.5-4,5.2-6L182,358.7'/%3E%3ClinearGradient id='Path_637_00000097462175004158420410000003918754836008870046_' gradientUnits='userSpaceOnUse' x1='45.3726' y1='1282.8878' x2='45.3726' y2='1281.8878' gradientTransform='matrix(67.3912 0 0 -15.3693 -2931.1658 20030.8613)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_637_00000150787045397136769490000009834105896744172428_' style='fill:url(%23Path_637_00000097462175004158420410000003918754836008870046_);' d=' M160.1,329.2c-1.2,0-2.4,0-3.6-0.2c-5.6-1.1-11.3-2.4-16.9-3.6c-6.2-1.3-12.4-2.5-18.6-3.6c-5-0.9-10.1-1.8-15.1-2.7 c-3.3-0.6-6.7-1.2-10-1.8c-0.9-0.2-1.7-0.6-2.5-1.2c-0.4-0.3-0.6-0.8-0.6-1.4c0.3-0.5,0.7-0.8,1.3-0.9c1.3-0.1,2.6,0,3.8,0.2 c3.9,0.7,7.9,1.5,11.8,2.2c4.3,0.8,8.7,1.4,13,2.4c8.3,2,16.6,4.2,25,6.3c3.3,0.9,6.7,1.7,10,2.6c0.9,0.3,1.7,0.6,2.5,1 C160.2,328.8,160.2,329,160.1,329.2'/%3E%3ClinearGradient id='Path_638_00000088122944238753107740000017904877159473816466_' gradientUnits='userSpaceOnUse' x1='34.8567' y1='1224.9973' x2='34.8567' y2='1223.9973' gradientTransform='matrix(22.0887 0 0 -50.9624 -610.5746 62658.793)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_638_00000041294510043650979040000003261871058814279053_' style='fill:url(%23Path_638_00000088122944238753107740000017904877159473816466_);' d=' M169.9,280.9c-0.6-0.5-1.1-1.1-1.5-1.7c-2.9-5.7-5.9-11.3-8.5-17.1c-2.8-6.1-5.2-12.4-7.7-18.6c-1.3-3.2-2.4-6.6-3.5-9.9 c-0.3-0.6-0.4-1.3-0.3-2c0.1-0.6,0.5-1.6,0.9-1.7c0.7,0,1.4,0.3,1.9,0.9c0.7,1.2,1.3,2.5,1.8,3.9c4.8,12.1,9.7,24.1,14.5,36.2 c1,2.5,1.9,5.1,2.7,7.7c0.1,0.7,0.2,1.3,0.2,2L169.9,280.9'/%3E%3ClinearGradient id='Path_639_00000130607633188707560030000000912111619403777936_' gradientUnits='userSpaceOnUse' x1='40.9914' y1='1223.4647' x2='40.9914' y2='1222.4647' gradientTransform='matrix(36.34 0 0 -54.291 -1242.3206 66670.9844)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_639_00000020363347521097498340000006555869113107470008_' style='fill:url(%23Path_639_00000130607633188707560030000000912111619403777936_);' d=' M229.1,301.9c0.3-0.8,0.6-1.6,1-2.3c1.9-2.9,3.9-5.8,5.7-8.8c3.6-5.8,7.1-11.7,10.8-17.5c2.9-4.6,6.1-9.1,9-13.7 c1.7-2.7,3.2-5.6,4.8-8.4c0.6-1.1,1.4-2,2.2-2.9c0.5-0.4,1.2-0.5,1.8-0.4c0.6,0.4,0.9,1,1,1.7c0,0.9-0.3,1.8-0.8,2.6 c-2.7,4.4-5.5,8.8-8.4,13.1c-3.2,4.8-6.6,9.5-9.9,14.1c-3,4.1-6.1,8.1-9.1,12.2c-1.9,2.6-3.7,5.2-5.5,7.8c-0.6,0.9-1.3,1.7-2,2.6 L229.1,301.9'/%3E%3ClinearGradient id='Path_640_00000159464395463874809610000013675917256746515391_' gradientUnits='userSpaceOnUse' x1='22.9266' y1='1219.8768' x2='22.9266' y2='1218.8768' gradientTransform='matrix(12.5317 0 0 -64.091 -77.7451 78555.8516)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_640_00000116956950299633492200000014912231817244251838_' style='fill:url(%23Path_640_00000159464395463874809610000013675917256746515391_);' d=' M203.8,372.7c0.3,0.6,0.5,1.3,0.7,1.9c2.2,10,4.5,19.9,6.4,29.9c1.5,7.6,2.6,15.3,3.8,23c0.3,2,0.7,4.1,1,6.1 c0.2,1.3,0.1,2.6-1.3,3.1c-0.9,0.3-2.2-1-2.6-2.4c-0.2-0.9-0.2-1.8-0.4-2.8c-1.1-7.9-2.1-15.8-3.3-23.7 c-1.2-8.6-2.6-17.1-3.8-25.7c-0.4-2.6-0.7-5.3-1-8c-0.1-0.5-0.1-1-0.1-1.4L203.8,372.7'/%3E%3ClinearGradient id='Path_641_00000168798394389256521760000007849125895367731123_' gradientUnits='userSpaceOnUse' x1='30.0543' y1='1220.0894' x2='30.0543' y2='1219.0894' gradientTransform='matrix(16.9004 0 0 -63.413 -326.5553 77605.6953)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_641_00000181046373610595676160000017298891954266655130_' style='fill:url(%23Path_641_00000168798394389256521760000007849125895367731123_);' d=' M189.8,298.6c-0.2,0.3-0.4,0.6-0.7,1c-0.4-0.3-1-0.5-1.1-0.8c-0.9-2.5-1.7-5-2.3-7.5c-1.8-8.1-3.4-16.2-5.4-24.3 c-2-8.4-4.4-16.7-6.6-25.1c-0.3-1.1-0.6-2.2-0.8-3.3c-0.2-1.1,0.1-2.3,1.2-2.5c0.9,0,1.7,0.5,2.1,1.3c0.9,2.4,1.6,4.8,2.2,7.2 c2.8,10.5,4.3,21.2,6.1,31.8c1.2,7,3.2,13.9,4.8,20.9C189.6,297.7,189.7,298.1,189.8,298.6'/%3E%3ClinearGradient id='Path_642_00000055680673129170657320000003262391117538013571_' gradientUnits='userSpaceOnUse' x1='33.3779' y1='1224.0282' x2='33.3779' y2='1223.0282' gradientTransform='matrix(20.181 0 0 -53.018 -450.8806 65115.6328)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_642_00000130634098507203297600000004932267443784796069_' style='fill:url(%23Path_642_00000055680673129170657320000003262391117538013571_);' d=' M232.8,222c-0.3,1-0.6,2.1-1,3.1c-2,4.3-4,8.6-5.9,12.9c-2.7,6.3-4.8,12.8-6.3,19.5c-1.1,4.4-2.6,8.8-4,13.1 c-0.2,0.7-0.6,1.3-1,1.9c-0.3,0.3-0.8,0.5-1.2,0.7c-0.3-0.4-0.5-0.9-0.7-1.4c0-0.5,0.2-1,0.4-1.5c1.5-5.2,2.8-10.5,4.4-15.7 c2-6.7,4.1-13.4,6.3-20c1.1-3.4,2.3-6.8,3.6-10.2c0.5-1.3,1.1-2.5,2-3.6c0.6-0.5,1.4-0.8,2.1-0.6 C232.1,220.4,232.4,221.4,232.8,222'/%3E%3ClinearGradient id='Path_643_00000170968664345037880790000003788969989633929909_' gradientUnits='userSpaceOnUse' x1='45.2097' y1='1279.7948' x2='45.2097' y2='1278.7948' gradientTransform='matrix(65.3158 0 0 -15.965 -2826.9644 20776.5176)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_643_00000011737356556078119490000003882104745663784840_' style='fill:url(%23Path_643_00000170968664345037880790000003788969989633929909_);' d=' M96.1,360.6c-0.5-0.1-1.1-0.2-1.6-0.4c-0.8-0.2-1.4-1.1-1.1-1.9c0.1-0.5,0.4-0.8,0.9-1c1.5-0.7,3-1.1,4.6-1.4 c3.8-0.7,7.7-1.1,11.5-1.7c5.6-1,11.3-2.1,16.9-3.3c6.7-1.4,13.3-3,20-4.4c3.3-0.7,6.5-1.2,9.8-1.8c0.5,0,1,0.1,1.5,0.3 c-0.3,0.5-0.6,1.1-1,1.3c-1,0.5-2.1,0.8-3.2,1.1c-3.8,0.8-7.7,1.5-11.4,2.3c-11.6,2.6-23.2,5.3-34.8,8c-3.6,0.8-7.3,1.8-10.9,2.7 C96.9,360.4,96.5,360.5,96.1,360.6'/%3E%3ClinearGradient id='Path_644_00000058576933228723944930000008276880713514649485_' gradientUnits='userSpaceOnUse' x1='41.4799' y1='1235.6917' x2='41.4799' y2='1234.6917' gradientTransform='matrix(38.3079 0 0 -35.6925 -1445.0881 44358.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_644_00000150077548343809909250000008898016632120408473_' style='fill:url(%23Path_644_00000058576933228723944930000008276880713514649485_);' d=' M126.8,253.6c1.4,0.8,2.7,1.7,3.9,2.7c7.4,7.3,14.6,14.7,22,22c3,2.9,6.1,5.6,9.2,8.5c0.7,0.6,1.8,1.3,0.9,2.4 c-0.2,0.3-1.6-0.1-2.2-0.6c-2.3-1.7-4.5-3.6-6.7-5.5c-3.7-3.3-7.4-6.6-11.1-10c-4.3-3.9-8.6-7.9-12.9-11.9 c-1.5-1.4-3.2-2.7-4.7-4.2c-0.4-0.6-0.5-1.4-0.2-2.1C125.2,254.4,126,254.1,126.8,253.6'/%3E%3ClinearGradient id='Path_645_00000166644669616452985680000011186151172762454191_' gradientUnits='userSpaceOnUse' x1='25.2217' y1='1224.9342' x2='25.2217' y2='1223.9342' gradientTransform='matrix(13.6695 0 0 -51.0915 -158.6995 62959.1875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_645_00000037681511237464280480000016556860992667135910_' style='fill:url(%23Path_645_00000166644669616452985680000011186151172762454191_);' d=' M192.9,375.6c0,0.6,0,1.3,0,1.9c-1.6,9.2-3.1,18.5-4.8,27.7c-0.8,4-2.1,7.8-3.1,11.8c-0.6,2.1-1,4.2-1.5,6.3 c-0.2,0.8-0.5,1.6-1,2.2c-0.4,0.5-1.4,1.1-1.8,1c-0.7-0.3-1.2-1-1.4-1.8c0-1.6,0.2-3.2,0.6-4.7c1.1-4,2.5-7.9,3.6-12 c1.9-7.1,3.7-14.1,5.5-21.2c0.7-2.8,1.4-5.6,2.1-8.4c0.4-1,0.8-2,1.3-3L192.9,375.6'/%3E%3ClinearGradient id='Path_646_00000029045180001908471420000009998671066569230505_' gradientUnits='userSpaceOnUse' x1='43.134' y1='1298.2424' x2='43.134' y2='1297.2424' gradientTransform='matrix(46.9102 0 0 -12.9671 -1716.9991 17184.4238)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_646_00000053517770492222574920000007027591870141223348_' style='fill:url(%23Path_646_00000029045180001908471420000009998671066569230505_);' d=' M328.1,362.9c-2.7-0.8-4.9-1.4-7.1-2.1c-9.9-3.5-20.1-5.4-30.3-7.5c-2.3-0.5-4.5-1.1-6.7-1.7c-0.4-0.1-0.6-0.5-1-0.8 c0.4-0.3,0.8-0.8,1.1-0.8c1.2,0,2.5,0.1,3.7,0.3c6.3,1,12.6,1.9,18.8,3c4,0.7,8,1.5,11.9,2.4c3,0.7,6,1.6,9.1,2.5 c0.6,0.1,1.1,0.4,1.5,0.8c0.4,0.7,1,1.7,0.8,2.4C329.6,362,328.6,362.4,328.1,362.9'/%3E%3ClinearGradient id='Path_647_00000003803418926171204180000004026299550354992004_' gradientUnits='userSpaceOnUse' x1='14.6559' y1='1222.162' x2='14.6559' y2='1221.162' gradientTransform='matrix(9.6401 0 0 -57.4825 61.9447 70484.5391)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_647_00000087399606684785773790000016292258607387579539_' style='fill:url(%23Path_647_00000003803418926171204180000004026299550354992004_);' d=' M198.7,287.2c0.4-3.8,0.7-7.7,1.1-11.5c1-11.2,2-22.3,3.1-33.5c0.4-2.9,0.9-5.8,1.6-8.6c0.1-0.4,0.4-0.9,0.7-1.2 c1-1.1,2.3-0.9,2.7,0.5c0.2,0.9,0.2,1.8,0,2.7c-1.6,9.1-3.3,18.1-4.7,27.2c-0.6,3.5-0.5,7.2-0.8,10.8c-0.4,4.3-0.8,8.5-1.2,12.8 c0,0.4-0.1,0.7-0.2,1c-0.5,0.6-0.9,1.2-1.5,1.7c-0.4-0.6-0.7-1.2-1.1-1.8L198.7,287.2'/%3E%3ClinearGradient id='Path_648_00000137122077938688591380000004193432496564178076_' gradientUnits='userSpaceOnUse' x1='-4.2235' y1='1224.7174' x2='-4.2235' y2='1223.7174' gradientTransform='matrix(6.3143 0 0 -51.5397 223.4473 63535.1641)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_648_00000119110195397523590400000013183056760105131434_' style='fill:url(%23Path_648_00000137122077938688591380000004193432496564178076_);' d=' M199.9,418.6c-0.4,3.6-0.7,7.2-1.3,10.7c-1.5,9.2-1.6,18.6-0.5,27.9c0.1,1.3,0.5,2.6,0.6,4c0.2,1.5-0.1,3-1.5,3.8 c-0.7,0.3-1.4,0.3-2.1,0c-1.2-0.9-1.8-2.4-1.3-3.8c1.4-6,0.6-12.1,0.9-18.2c0.2-5.6,0.9-11.2,1.5-16.7c0.4-3.4,0.8-6.8,1.4-10.3 c0.3-0.8,0.7-1.6,1.2-2.3c0.4,0.8,0.8,1.6,1.1,2.5c0.1,0.8,0.1,1.6,0,2.5L199.9,418.6'/%3E%3ClinearGradient id='Path_649_00000144317542382738469540000015940689043021208732_' gradientUnits='userSpaceOnUse' x1='24.26' y1='1232.0431' x2='24.26' y2='1231.0431' gradientTransform='matrix(13.1685 0 0 -39.7566 -158.1535 49392.7031)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_649_00000152237907208606142820000007158425847504380828_' style='fill:url(%23Path_649_00000144317542382738469540000015940689043021208732_);' d=' M167.9,413.2c-0.8,3.6-1.6,7.1-2.5,10.6c-1.9,7.5-3.8,14.9-5.7,22.4c-0.3,1.3-0.9,2.5-1.7,3.6c-0.4,0.8-1.4,1-2.1,0.6 c-0.4-0.2-0.7-0.6-0.8-1c-0.4-1-0.5-2.1-0.3-3.1c1-3.9,2.2-7.7,3.4-11.5c2.1-6.6,4.2-13.2,6.4-19.8c0.3-1,0.6-2,1-2.9 c0.2-0.5,0.8-0.8,1.2-1.2c0.3,0.5,0.6,1,0.8,1.5c0.1,0.3,0.1,0.5,0,0.8L167.9,413.2'/%3E%3ClinearGradient id='Path_650_00000158745646968332338370000005578294758119295163_' gradientUnits='userSpaceOnUse' x1='41.5512' y1='1264.1866' x2='41.5512' y2='1263.1866' gradientTransform='matrix(38.613 0 0 -19.8472 -1492.7395 25379.9277)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_650_00000027580125757507628680000005440424758723812530_' style='fill:url(%23Path_650_00000158745646968332338370000005578294758119295163_);' d=' M92.4,291.5c0-1.1,0.9-2.1,2.1-2.1c0.1,0,0.2,0,0.3,0c1.1,0.2,2.1,0.5,3.1,1c5,2.5,9.9,4.9,14.8,7.5c4.7,2.5,9.4,5.1,14.1,7.7 c1.2,0.7,2.4,1.4,3.5,2.2c0.4,0.3,0.5,0.9,0.8,1.4c-0.5,0-1.1,0.2-1.5,0c-3-1.3-6-2.8-9-4.1c-5.7-2.6-11.4-5.3-17.1-7.8 c-2.8-1.2-5.8-2.1-8.7-3.2C93.5,293.7,92.6,292.7,92.4,291.5'/%3E%3ClinearGradient id='Path_651_00000108270119563633971780000012261784203333118357_' gradientUnits='userSpaceOnUse' x1='43.2908' y1='1268.624' x2='43.2908' y2='1267.624' gradientTransform='matrix(47.9306 0 0 -18.5638 -1967.4967 23918.4434)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_651_00000114065393898902383350000009551861536254976920_' style='fill:url(%23Path_651_00000108270119563633971780000012261784203333118357_);' d=' M85.2,386.5c-0.6-0.6-1.6-1-1.6-1.6c-0.1-0.9,0.2-1.7,0.8-2.4c0.8-0.5,1.7-0.9,2.7-1c5.2-1.6,10.4-3.1,15.6-4.8 c4.8-1.6,9.6-3.5,14.4-5c4.2-1.4,8.4-2.6,12.7-3.8c0.5-0.1,1.2,0.2,1.8,0.3c-0.4,0.5-0.7,1.2-1.2,1.4c-2.6,1-5.4,1.7-8,2.7 c-7.6,2.7-15.2,5.5-22.7,8.3c-2.9,1.1-5.8,2.2-8.6,3.3c-0.9,0.4-1.7,0.9-2.6,1.3C87.3,385.6,86.4,386,85.2,386.5'/%3E%3ClinearGradient id='Path_652_00000164480647784857723770000003318075912512174000_' gradientUnits='userSpaceOnUse' x1='42.8575' y1='1421.4768' x2='42.8575' y2='1420.4768' gradientTransform='matrix(45.2131 0 0 -5.752 -1836.889 8508.2402)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_652_00000121974398921520345800000005408863115452486310_' style='fill:url(%23Path_652_00000164480647784857723770000003318075912512174000_);' d=' M123.4,337c-1.3,1.1-3,0.6-4.5,0.6c-4.2,0.1-8.4,0-12.6-0.1c-4.7-0.1-9.4-0.3-14.2-0.4c-3.5-0.1-7.1-0.2-10.6-0.4 c-0.3,0-0.5,0-0.8,0c-1.3-0.2-2.6-1.3-2.5-2.3c0.2-1.4,1.4-2.4,2.8-2.4c2.6,0.2,5.1,0.5,7.6,0.8c3.8,0.5,7.5,1.2,11.2,1.7 c2.8,0.4,5.6,0.7,8.4,0.9c3.7,0.3,7.5,0.4,11.2,0.6c1.3,0.1,2.6,0.3,3.9,0.5C123.4,336.7,123.4,336.8,123.4,337'/%3E%3ClinearGradient id='Path_653_00000097476350024708832610000005401535951888552363_' gradientUnits='userSpaceOnUse' x1='37.6404' y1='1245.3101' x2='37.6404' y2='1244.3101' gradientTransform='matrix(26.8702 0 0 -28.1157 -886.1178 35407.2227)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_653_00000176016411288638019530000018428304543474894997_' style='fill:url(%23Path_653_00000097476350024708832610000005401535951888552363_);' d=' M113.4,422.5c-2-1.9-1.9-2.3-0.4-4.2c6.9-8.3,14.6-15.9,23-22.8c0.5-0.4,1-0.8,1.5-1.1c0.3-0.2,0.7-0.2,1.1,0 c0.2,0.3,0.3,0.7,0.1,1.1c-0.3,0.5-0.7,1-1.1,1.5c-7,7.5-14,14.9-21,22.4C115.6,420.6,114.5,421.5,113.4,422.5'/%3E%3ClinearGradient id='Path_654_00000051374134864451543820000004603627217263915651_' gradientUnits='userSpaceOnUse' x1='-18.6359' y1='1484.8293' x2='-18.6359' y2='1483.8293' gradientTransform='matrix(4.998 0 0 -4.4726 208.8891 6903.1562)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_654_00000030477885752613502570000016898571048862697400_' style='fill:url(%23Path_654_00000051374134864451543820000004603627217263915651_);' d=' M115.8,262.1c1.3,0,2.4,0.9,2.5,2.2c-0.1,1.2-1.1,2.2-2.3,2.2c-1.3,0-2.5-0.9-2.7-2.3C113.4,263,114.5,262.1,115.8,262.1'/%3E%3ClinearGradient id='Path_655_00000106825824769203528740000008226060382517530300_' gradientUnits='userSpaceOnUse' x1='-32.0804' y1='1537.8652' x2='-32.0804' y2='1536.8652' gradientTransform='matrix(4.1843 0 0 -3.7705 212.9428 6045.3521)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_655_00000051353313902942309950000007115275152383616146_' style='fill:url(%23Path_655_00000106825824769203528740000008226060382517530300_);' d=' M78.9,250.6c-1.4,0-2.4-0.9-2.3-1.9c0-1,0.9-1.9,2-1.8c0,0,0.1,0,0.1,0c1.1,0,2,0.9,2.1,2.1C80.7,250.1,79.8,250.4,78.9,250.6'/%3E%3ClinearGradient id='Path_656_00000099640948483874560400000016062095136526582196_' gradientUnits='userSpaceOnUse' x1='-40.0395' y1='1501.8777' x2='-40.0395' y2='1500.8777' gradientTransform='matrix(3.8165 0 0 -4.22 474.4282 6769.9985)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_656_00000062159571379554245600000013298000056554405054_' style='fill:url(%23Path_656_00000099640948483874560400000016062095136526582196_);' d=' M323.5,434.2c-0.1,1.1-0.9,2-2,2.1c-1.1-0.3-1.8-1.2-1.8-2.3c0-1,0.7-1.8,1.7-1.9c0,0,0,0,0.1,0 C322.6,432.1,323.5,433,323.5,434.2'/%3E%3ClinearGradient id='Path_657_00000147916071016725302750000002467756189606866340_' gradientUnits='userSpaceOnUse' x1='-35.321' y1='1547.709' x2='-35.321' y2='1546.709' gradientTransform='matrix(4.0263 0 0 -3.6638 202.6847 5978.4062)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_657_00000161598994258738650820000011633585457130275224_' style='fill:url(%23Path_657_00000147916071016725302750000002467756189606866340_);' d=' M60.4,311.6c-1,0-1.8-0.7-1.9-1.7c-0.1-1,0.9-2.2,1.9-1.9c0.9,0.3,1.6,0.9,2,1.7C62.8,310.4,61.5,311.6,60.4,311.6'/%3E%3ClinearGradient id='Path_658_00000042738409988199490480000006563472403301450155_' gradientUnits='userSpaceOnUse' x1='-50.9309' y1='1512.0156' x2='-50.9309' y2='1511.0156' gradientTransform='matrix(3.4067 0 0 -4.0829 439.222 6643.3896)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_658_00000147906225153935647360000004530425990895492275_' style='fill:url(%23Path_658_00000042738409988199490480000006563472403301450155_);' d=' M267.4,472.8c-0.3,0.3-0.9,1-1.6,1.2c-0.9,0.2-2-1.3-1.7-2.4c0.2-0.7,0.7-1.3,1.4-1.6C266.4,469.8,267.5,471.1,267.4,472.8'/%3E%3ClinearGradient id='Path_659_00000010299880950892300100000000286247827244396221_' gradientUnits='userSpaceOnUse' x1='-46.0136' y1='1555.2252' x2='-46.0136' y2='1554.2252' gradientTransform='matrix(3.5802 0 0 -3.5862 449.5943 6000.8418)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_659_00000095310124659750124540000013126626560992307585_' style='fill:url(%23Path_659_00000010299880950892300100000000286247827244396221_);' d=' M284.3,427c-0.3-0.5-1.1-1.1-1.2-1.8c-0.2-1,0.7-1.7,1.7-1.7c0.9-0.1,1.7,0.5,1.8,1.4c0,0.1,0,0.2,0,0.2 C286.7,426.3,285.9,426.8,284.3,427'/%3E%3ClinearGradient id='Path_660_00000128446923763487354240000005892178766084981174_' gradientUnits='userSpaceOnUse' x1='-40.1482' y1='1579.1422' x2='-40.1482' y2='1578.1422' gradientTransform='matrix(3.8119 0 0 -3.36 217.3937 5843.5244)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_660_00000072259653158104595760000005340019012519771784_' style='fill:url(%23Path_660_00000128446923763487354240000005892178766084981174_);' d=' M66.2,539.6c-0.7,0.5-1.3,1.2-2.1,1.3c-0.9,0-1.7-0.7-1.7-1.6c0-0.9,0.7-1.7,1.6-1.7c0,0,0.1,0,0.1,0c0.7,0.1,1.4,0.9,2,1.3 C66.3,539.2,66.3,539.4,66.2,539.6'/%3E%3ClinearGradient id='Path_661_00000011028721139865641220000016675339398986791045_' gradientUnits='userSpaceOnUse' x1='-38.7407' y1='1578.1411' x2='-38.7407' y2='1577.1411' gradientTransform='matrix(3.872 0 0 -3.3689 485.6855 5628.458)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_661_00000041989568134745476480000006401465929171654040_' style='fill:url(%23Path_661_00000011028721139865641220000016675339398986791045_);' d=' M337.6,314c-0.6,0.4-1.4,1.3-1.7,1.2c-0.8-0.5-1.5-1.1-2.1-1.8c0.5-0.5,1-1.3,1.6-1.5C336.4,311.6,337.4,312.7,337.6,314'/%3E%3ClinearGradient id='Path_662_00000132056217696231877830000006891423536946617254_' gradientUnits='userSpaceOnUse' x1='-59.2167' y1='1573.2236' x2='-59.2167' y2='1572.2236' gradientTransform='matrix(3.1494 0 0 -3.4133 386.8304 5717.1802)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_662_00000052083319957969214390000005201592732930894982_' style='fill:url(%23Path_662_00000132056217696231877830000006891423536946617254_);' d=' M198.8,349.7c0.2-1.4,0.6-2.4,1.8-2.4c0.5,0,1.2,0.9,1.4,1.5c0.1,1-0.6,1.8-1.6,1.9c-0.1,0-0.2,0-0.2,0 C199.5,350.6,199.1,349.9,198.8,349.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_00000079482203920575654360000012410175675872348803_' x='1255.5' y='786.1' width='207.8' height='224.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000060745545269848478210000014509102427886798758_'%3E%3Cuse xlink:href='%23SVGID_00000079482203920575654360000012410175675872348803_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1140_00000146496801827432222460000017888539239267676829_' style='clip-path:url(%23SVGID_00000060745545269848478210000014509102427886798758_);'%3E%3Cpath id='Path_663_00000022525286885782931550000001988582603054406538_' class='st47' d='M1371.2,1010.6 c-0.2-1.3-0.2-2.5-0.2-3.8c0.4-5.1,0.9-10.1,1.3-15.2c0.6-7.2-0.4-14.3-1.6-21.3c-0.9-5.1-1.4-10.3-2.1-15.4 c-1.7-14.9-0.6-29.9-0.7-44.8c0-3.4,1.1-6.8,1.8-10.2c0.2-1.1,1.2-1.8,2.2-1.7c0,0,0,0,0,0c1,0.1,1.8,1,1.7,2c0,0,0,0,0,0.1 c-0.2,2.1-0.6,4.2-0.9,6.4c-0.5,3.6-1.1,7.3-1.4,10.9c-0.4,6-0.6,12-1,18.1c-0.5,10.6,0.2,21.2,2.1,31.6 c1.4,8.7,2.9,17.3,1.9,26.2c-0.6,5.3-1.3,10.5-2,15.8c-0.1,0.5-0.3,1.1-0.5,1.6L1371.2,1010.6'/%3E%3Cpath id='Path_664_00000053537487906710494630000010222126889362776994_' class='st47' d='M1442.6,865.2c1.5,0.3,3.6,0.6,5.6,1 c0.4,0.1,0.8,0.6,1.2,1c-0.4,0.4-0.7,0.9-1.1,1.2c-2.1,0.9-4.4,1.3-6.7,1.3c-9,0.5-18,1-27,1.6c-7.9,0.5-15.7,1.1-23.6,1.6 c-0.9,0.1-2.3,0.6-2.5-0.7c-0.2-1.3,1.3-1,2.1-1.2c8-1.8,16.2-2.9,24.4-3.4C1423.9,866.9,1432.9,866,1442.6,865.2'/%3E%3Cpath id='Path_665_00000084490565855765894910000003073324515276249231_' class='st47' d='M1368,867.3c-0.2,0.3-0.3,0.5-0.5,0.7 c-0.4-0.2-1-0.4-1.2-0.8c-0.7-1.3-1.1-2.7-1.8-4c-2.9-6.3-5.9-12.6-8.9-18.9c-2.8-6-6-11.8-7.9-18.1c-0.7-2.2-1.2-4.4-1.7-6.7 c-0.3-1.4,0.5-3.2,1.4-3.4c0.8-0.2,2.1,1,2.4,2.4c2.7,11.8,7.8,22.7,12.2,33.8c1.8,4.4,3.6,8.8,5.4,13.2 C1367.7,866,1367.8,866.6,1368,867.3'/%3E%3Cpath id='Path_666_00000137827840769678125020000013808573108883674540_' class='st47' d='M1305.4,845.3c1.8,0.8,3.4,1.4,4.9,2 c3.7,1.6,7.5,3.1,11.1,5c6.6,3.4,13.2,6.9,19.7,10.4c1,0.5,2,1.2,3,1.9c0.4,0.3,0.6,1,0.8,1.6c-0.6,0.1-1.2,0.4-1.7,0.2 c-5.2-2.1-10.3-4.3-15.4-6.6c-2.9-1.3-5.9-2.5-8.7-3.9c-1.6-0.8-2.9-2.2-4.5-2.9c-2.8-1.2-5.7-2.2-8.5-3.2 c-0.6-0.2-1.2-0.4-1.7-0.9c-0.5-0.6-1.2-1.5-1-2C1303.7,846.2,1304.7,845.8,1305.4,845.3'/%3E%3Cpath id='Path_667_00000158743824695744112530000015629975637437462425_' class='st47' d='M1381.3,863.8 c-0.7-0.9-0.8-2.2-0.2-3.2c2.6-5.8,5-11.6,7.7-17.3c2.6-5.4,5.7-10.6,8.4-16c1.7-3.3,3.1-6.8,4.7-10.1c0.3-0.8,0.8-1.6,1.4-2.2 c0.6-0.4,1.3-0.8,2.1-1c0.2,0.7,0.6,1.5,0.4,2.1c-0.7,2.4-1.6,4.7-2.5,7c-2.7,6.8-7.3,12.5-10.9,18.8 c-3.8,6.6-7.8,13.2-10.3,20.4C1381.9,862.9,1381.6,863.3,1381.3,863.8'/%3E%3Cpath id='Path_668_00000096761160747388401260000008408294849149424030_' class='st47' d='M1418,922.4c-0.3,1.4-1.3,2.3-2.4,1.7 c-1.2-0.7-2.3-1.5-3.2-2.5c-4.7-4.8-8.3-10.5-12-16.1c-3-4.4-6.4-8.4-10.3-12c-1.9-1.9-3.8-3.8-5.7-5.7c-0.3-0.3-0.5-0.6-0.6-1 c-0.1-0.3-0.2-0.9,0-1.1c0.3-0.3,0.7-0.4,1.2-0.3c0.8,0.3,1.4,0.8,2,1.4c5.6,6.1,11.2,12.3,16.8,18.5c3.9,4.4,7.8,8.8,11.6,13.3 C1416.4,919.8,1417.2,921.1,1418,922.4'/%3E%3Cpath id='Path_669_00000127036572464349818080000003818806731646907549_' class='st47' d='M1327.2,902.8c-2,0-3-1.2-2.3-2.6 c0.6-1.3,1.6-2.5,2.8-3.3c3.5-2.1,7-4.1,10.7-5.8c5.4-2.6,10.9-5.1,16.4-7.6c1.8-0.8,3.7-1.5,5.6-2.2c0.5-0.1,1,0,1.4,0.1 c-0.3,0.4-0.4,1-0.8,1.2c-2.3,1.3-4.7,2.7-7.1,3.9c-7.1,3.6-14.3,7.2-20.7,12c-1.6,1.2-3,2.5-4.5,3.7 C1328.1,902.4,1327.6,902.6,1327.2,902.8'/%3E%3Cpath id='Path_670_00000060750574038404804730000008930663695901303971_' class='st47' d='M1374.4,843.9c-0.2-0.5-0.4-1-0.5-1.6 c-0.5-5.7-1.1-11.3-1.5-17c-0.3-3.8-0.5-7.5-0.6-11.3c0-1.8,0.1-3.6,0.3-5.4c0.1-1,0.3-2.3,1.7-2.1c1.4,0.2,1.3,1.5,1.3,2.6 c0,2.4-0.2,4.9-0.1,7.3c0.2,5.3,0.7,10.6,0.8,16c0.1,3.1-0.2,6.3-0.4,9.4c-0.1,0.7-0.3,1.5-0.5,2.2L1374.4,843.9'/%3E%3Cpath id='Path_671_00000025411580658717736380000009077144156044406717_' class='st47' d='M1442.3,836.7c0.5,0.3,1.3,0.6,1.5,1 c0.2,0.6,0.1,1.3-0.3,1.8c-0.7,0.7-1.5,1.3-2.5,1.7c-7.3,3.1-14.7,6.1-22,9.3c-2.5,1.1-4.8,2.4-7.3,3.5c-0.6,0.1-1.3,0.2-2,0.1 c0.4-0.6,0.7-1.4,1.2-1.7c3.6-1.9,7.4-3.6,11-5.5c4.9-2.5,9.7-5.2,14.5-7.7c1.1-0.6,2.2-1.2,3.4-1.8 C1440.7,837.2,1441.5,836.9,1442.3,836.7'/%3E%3Cpath id='Path_672_00000171702430603093465170000007234884284955059377_' class='st47' d='M1434.5,885.1c1.9,0.2,4,0.3,6.1,0.6 c6.3,1,12.7,1.7,19.1,1.8c0.9,0.1,1.8,0.4,2.6,0.9c1.4,0.8,1.3,2.2-0.2,2.7c-1.1,0.3-2.2,0.4-3.3,0.2c-6.2-0.9-12.4-2-18.5-3 c-2.4-0.4-4.8-0.7-7.2-1.2c-0.6-0.2-1.2-0.6-1.7-1c0.6-0.4,1.2-0.7,1.8-1C1433.6,885,1434.1,885,1434.5,885.1'/%3E%3Cpath id='Path_673_00000122001144593929331490000001191096811212335016_' class='st47' d='M1327.2,935.2c-1.5-0.3-2.2-1-2-2 c0.2-1.1,0.7-2.2,1.4-3.1c2.3-2.9,4.7-5.8,7.3-8.5c3.2-3.3,6.7-6.3,10.2-9.3c0.3-0.3,1-0.2,1.5-0.3c-0.2,0.5-0.2,1.1-0.5,1.5 c-4.1,3.9-7.7,8.3-10.8,13c-1.3,2-2.6,4-4.1,5.9C1329.3,933.4,1328.3,934.3,1327.2,935.2'/%3E%3Cpath id='Path_674_00000134209523994835863170000011601830244914948010_' class='st47' d='M1289.5,904.4 c-0.5-0.4-1.3-0.8-1.5-1.3c-0.2-0.8,0-1.6,0.5-2.2c1.6-1,3.2-1.8,5-2.3c3.6-1.1,7.2-2,10.8-3c2.8-0.8,5.5-1.8,8.2-2.7 c0.5,0,1,0,1.4,0.2c-0.2,0.4-0.4,1.1-0.8,1.3c-2.1,1-4.1,2-6.3,2.9c-5.2,2.2-10.3,4.5-15.5,6.7 C1290.9,904,1290.3,904.1,1289.5,904.4'/%3E%3Cpath id='Path_675_00000120549597253050185330000013497078307375953321_' class='st47' d='M1394.2,942.9 c-0.3,0.4-0.8,1.4-1.3,1.4c-0.8-0.1-1.4-0.6-1.8-1.3c-0.7-1.6-1.3-3.3-1.8-5c-2.2-6.4-4.4-12.8-6.7-19.2 c-0.1-0.3-0.2-0.5-0.2-0.8c0.1-0.4,0.2-0.7,0.3-1.1c0.4,0.1,0.9,0.1,1.1,0.4c0.6,0.8,1.1,1.6,1.5,2.5c3.7,6.8,6.2,14,8.5,21.4 C1393.9,941.7,1394,942.1,1394.2,942.9'/%3E%3Cpath id='Path_676_00000173162938050013133010000014516608149858003638_' class='st47' d='M1413.5,890.3c1.4,0.1,2.7,0.3,4,0.7 c4.7,1.6,9.3,3.4,13.9,5.1c3.3,1.1,6.6,2.1,9.9,3.2c1.6,0.5,3.2,1,4.7,1.6c1,0.4,2.2,1.1,1.7,2.5c-0.5,1.4-1.9,1.3-3,0.9 c-3.3-1.3-6.6-2.7-9.8-4.4c-6-3.2-12.2-5.8-18.7-7.6c-1-0.3-2-0.7-2.9-1C1413.4,890.9,1413.4,890.6,1413.5,890.3'/%3E%3Cpath id='Path_677_00000081635765937948219770000011512138678260969143_' class='st47' d='M1342.8,952.6c0.8-2.2,1.4-4.3,2.3-6.3 c2.1-4.7,4.3-9.3,6.4-14c0.1-0.3,0.2-0.5,0.4-0.8c0.4-0.3,0.8-0.5,1.2-0.7c0.1,0.4,0.4,0.9,0.3,1.3c-0.9,2.9-1.8,5.8-2.8,8.7 c-1.3,3.7-2.7,7.3-4.1,11c-0.2,0.7-0.5,1.3-1,1.8c-0.5,0.5-1.1,0.8-1.8,0.8C1343.3,954.2,1343.1,953.2,1342.8,952.6'/%3E%3Cpath id='Path_678_00000144318812943511010270000013700546323109733033_' class='st47' d='M1415.2,950.8 c-0.3,0.4-0.5,1.1-0.9,1.2c-0.5,0.1-1.1,0-1.5-0.4c-1.2-1.5-2.3-3-3.3-4.6c-2.8-4.6-5.5-9.2-8.2-13.9c-0.3-0.7-0.5-1.5-0.6-2.2 c0.7,0.4,1.7,0.5,2.2,1.1c2.6,3.6,5.1,7.3,7.6,11c1.3,1.9,2.6,3.9,3.8,5.9C1414.6,949.5,1414.9,950.1,1415.2,950.8'/%3E%3Cpath id='Path_679_00000057838549390717358990000000601720670334875306_' class='st47' d='M1358.2,822.4 c-0.5-0.9-0.9-1.8-1.2-2.8c-1.6-6.2-3.9-12.2-7-17.8c-0.4-0.7-0.6-1.5-0.6-2.2c0.1-0.6,0.4-1.1,1-1.4c0.6-0.1,1.2,0.1,1.6,0.5 c0.5,0.6,1,1.4,1.2,2.1c1.6,5.1,3.2,10.2,4.8,15.2c0.4,1.3,0.7,2.6,1,4c0.1,0.7,0.1,1.5,0,2.2L1358.2,822.4'/%3E%3Cpath id='Path_680_00000073697543163762484630000011711092222835478669_' class='st47' d='M1387.3,818c0-1.2,0.1-2.5,0.3-3.7 c0.9-3.9,2-7.8,2.9-11.7c0.4-1.7,0.8-3.3,1.1-5c0.4-1.7,1.3-2.8,2.3-2.6c1.1,0.2,1.6,1.8,1,3.5c-1.2,3.5-2.4,6.9-3.6,10.4 c-0.9,2.6-1.8,5.2-2.7,7.8c-0.2,0.5-0.5,1-0.8,1.4L1387.3,818'/%3E%3Cpath id='Path_681_00000029727985663276863950000012507944490118643386_' class='st47' d='M1329.9,876.2 c-0.9,0.3-1.8,0.5-2.7,0.6c-2.8,0.1-5.6,0.1-8.4,0.2c-4.5,0.2-9.1,0.6-13.6,0.9c-1,0.1-2,0.1-3.1,0c-0.6-0.1-1.1-0.8-1.6-1.2 c0.5-0.5,0.8-1.2,1.4-1.4c0.8-0.3,1.6-0.4,2.5-0.3c7.7,0.1,15.5,0.2,23.2,0.3c0.7,0,1.5,0.2,2.2,0.2 C1329.8,875.7,1329.8,876,1329.9,876.2'/%3E%3Cpath id='Path_682_00000157294287874627085290000008807425289836719258_' class='st47' d='M1441.5,854.9c0.4-0.4,0.8-0.7,1.3-0.9 c3.3-1.1,6.6-2.2,9.9-3.2c1.9-0.6,3.9-1,5.8-1.4c1.1-0.2,2.2-0.3,3.3-0.2c0.6,0,1.2,0.5,1.2,1.2c0,0.4-0.2,0.8-0.6,1 c-0.6,0.5-1.4,0.9-2.2,1.1c-5.7,1-11.4,2-17.1,2.9c-0.5,0-1,0-1.5,0L1441.5,854.9z'/%3E%3Cpath id='Path_683_00000151510378845328611910000010275285557668712887_' class='st47' d='M1413.8,831.5c0.3-0.5,0.6-1,0.9-1.5 c2.7-2.7,5.4-5.3,8.1-7.9c1.3-1.3,2.6-2.5,3.9-3.8c0.2-0.2,0.5-0.6,0.8-0.7c0.8-0.2,1.5-0.3,2.3-0.4c0,0.8,0.3,1.8-0.1,2.4 c-0.8,1.1-1.7,2-2.8,2.8c-3.8,2.9-7.6,5.8-11.4,8.7c-0.4,0.3-0.8,0.5-1.2,0.7L1413.8,831.5'/%3E%3Cpath id='Path_684_00000100375252636891976070000005532937248458221752_' class='st47' d='M1428,916.2c0.3,0.1,0.7,0.3,0.9,0.5 c3.6,3.2,7.2,6.4,10.8,9.5c0.2,0.2,0.4,0.4,0.5,0.7c0,0.6,0,1.3-0.1,1.9c-0.6,0-1.4,0.1-1.8-0.2c-1.1-0.9-2.2-1.8-3.1-2.9 c-2.4-2.6-4.8-5.3-7.2-8c-0.2-0.3-0.4-0.7-0.5-1.2C1427.5,916.5,1427.8,916.3,1428,916.2'/%3E%3Cpath id='Path_685_00000099642243919019638570000011354168157151209635_' class='st47' d='M1336.5,837.1c-0.6-0.7-1.3-1.3-1.9-2 c-2-2.5-3.9-5-5.9-7.5c-0.9-1.1-2.1-2-3.2-3.1c-0.6-0.6-1.1-1.2-1.6-1.9c-0.6-0.8-0.4-1.9,0.5-2.5c0.7-0.6,1.7-0.5,2.3,0.1 c0,0,0.1,0.1,0.1,0.1c1,1.3,1.9,2.6,2.6,4.1c1.8,3.9,4.1,7.6,6.8,10.9c0.3,0.4,0.6,0.9,0.8,1.4L1336.5,837.1'/%3E%3Cpath id='Path_686_00000145036297673030721350000001303230646317567676_' class='st47' d='M1269.3,843.9c0,1.1-0.7,2.1-1.8,2.3 c-1.3-0.2-2.3-1.3-2.4-2.6c-0.1-1.1,0.8-2.1,1.9-2.1c0,0,0.1,0,0.1,0C1268.3,841.6,1269.3,842.7,1269.3,843.9'/%3E%3Cpath id='Path_687_00000084523442760119638060000017292089800303241149_' class='st47' d='M1313.2,968c0.1-1,0.8-1.8,1.8-1.9 c1,0,2.1,1.2,1.8,2.1c-0.4,0.8-1,1.4-1.8,1.7C1314.1,970.2,1313.2,969,1313.2,968'/%3E%3Cpath id='Path_688_00000023990129658871198780000003370926411640255904_' class='st47' d='M1423.6,788.1c-0.6,0.4-1.3,1.1-2,1.2 c-0.8,0.1-1.6-0.5-1.7-1.3c0-0.1,0-0.2,0-0.2c-0.1-0.8,1-2,1.8-1.7c0.7,0.4,1.4,0.8,1.9,1.4L1423.6,788.1'/%3E%3Cpath id='Path_689_00000157266059213841142610000007359412560855457440_' class='st47' d='M1258.6,899.7 c-0.6,0.3-1.2,0.9-1.9,0.9c-0.6-0.2-1.1-0.6-1.2-1.2c-0.1-0.9,0.7-1.2,1.5-1.1c0.6,0.2,1.1,0.5,1.6,0.8L1258.6,899.7'/%3E%3Cpath id='Path_690_00000067954935615703827630000007555054945409185969_' class='st47' d='M1327.2,805.9c-0.6,0.4-1.2,0.7-1.8,1 c-0.2,0.1-0.7-0.6-1-1c0.4-0.5,0.9-0.9,1.5-1.3c0.3-0.1,0.9,0.4,1.3,0.6C1327.1,805.4,1327.1,805.6,1327.2,805.9'/%3E%3Cpath id='Path_691_00000059300029300060870300000005362306561254497188_' class='st47' d='M1296.8,876.7c-0.5-0.6-1.1-1.2-1-1.3 c0.3-0.5,0.8-1,1.3-1.2c0.2-0.1,1.1,0.7,1,0.9C1297.7,875.6,1297.3,876.1,1296.8,876.7'/%3E%3Cpath id='Path_692_00000087385889266042420830000017578701880877459097_' class='st47' d='M1293.8,813.6l1.4,1.6 c-0.4,0.4-0.8,0.8-1.3,1.1c-0.2,0.1-0.9-0.6-0.9-1C1292.9,814.9,1293.3,814.4,1293.8,813.6'/%3E%3Cpath id='Path_693_00000013176083192642444030000012731626192063749261_' class='st47' d='M1399.6,962.7 c-0.5,0.4-0.8,0.9-1.1,0.9c-0.3,0-0.7-0.5-0.7-0.8c0.1-0.4,0.3-0.7,0.7-0.8C1398.7,961.9,1399,962.4,1399.6,962.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg class='st4'%3E%3Cg class='st5'%3E%3Cdefs%3E%3Crect id='SVGID_00000130618239038847754770000001109185022192603792_' x='121.8' y='231.9' width='279.2' height='379.1'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000029042484201971060320000017102382991576978850_'%3E%3Cuse xlink:href='%23SVGID_00000130618239038847754770000001109185022192603792_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1138_00000160171582166327784140000012843318067214515123_' style='clip-path:url(%23SVGID_00000029042484201971060320000017102382991576978850_);'%3E%3ClinearGradient id='Path_625_00000019645152130012986470000012576315005157903777_' gradientUnits='userSpaceOnUse' x1='19.0481' y1='1208.3112' x2='19.0481' y2='1207.3112' gradientTransform='matrix(8.9711 0 0 -151.854 101.6705 183946.0312)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_625_00000093170026781001772470000002504672210545999242_' style='fill:url(%23Path_625_00000019645152130012986470000012576315005157903777_);' d=' M269.3,611c-0.4-3.3-0.9-6.5-1.1-9.8c-0.5-8.4,0.7-16.6,2.3-24.8c0.3-2.1,0.5-4.2,0.5-6.3c0.3-6.1,0.6-12.1,0.9-18.2 c0.1-1.2,0-2.4-0.1-3.5c-0.4-4.4-1.2-8.8-1.2-13.2c0-5,0.3-10,1-14.9c0.9-7.6,1.8-15.1,1.1-22.8c-1-10.5-3.2-21-2.4-31.7 c0.1-1.8,0.4-3.6,0.7-5.4c0.1-0.5,0.8-0.9,1.2-1.3c0.4,0.5,1,1,1,1.5c0.1,1.6,0.1,3.3,0,4.9c-0.3,5.6,0.2,11.1,1.5,16.6 c2.2,10.6,2.9,21.5,2,32.2c-0.4,4.3-1.1,8.6-1.9,12.8c-0.9,5.2-1,10.6-0.4,15.9c0.5,6.1,0.2,12.2-0.7,18.2 c-0.5,3.5-0.4,7-0.8,10.5c-0.2,2.8-0.6,5.6-1.1,8.4c-1.5,7.6-2.1,15.4-1.7,23.2c0.1,2.6,0,5.1,0,7.7L269.3,611'/%3E%3ClinearGradient id='Path_626_00000172405616419814019760000013916237137258008477_' gradientUnits='userSpaceOnUse' x1='45.8449' y1='1219.1309' x2='45.8449' y2='1218.1309' gradientTransform='matrix(60.613 0 0 -65.9706 -2471.468 80796.125)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_626_00000024713697147326874130000003798088597978539688_' style='fill:url(%23Path_626_00000172405616419814019760000013916237137258008477_);' d=' M337.6,433.3c-0.6,0.8-1,1.8-1.7,2c-0.9,0.2-1.9,0-2.7-0.6c-1.7-1.4-3.3-3-4.7-4.6c-6.4-7.1-12.7-14.3-19.2-21.4 c-3-3.3-6.3-6.5-9.3-9.9c-2.4-2.8-4.4-6-6.8-8.8c-4-4.8-8.1-9.4-12.2-14.1c-1.3-1.5-2.7-3-3.9-4.6c-0.3-0.5-0.2-1.3-0.2-1.9 c0.6,0.2,1.4,0.1,1.8,0.5c2.8,2.8,5.6,5.6,8.3,8.5c4.6,4.7,9.1,9.5,13.7,14.2c3.3,3.3,6.7,6.5,10,9.9c0.5,0.6,1,1.3,1.3,2 c0.7,1.2,1.4,2.3,2.2,3.4c3.4,3.7,6.9,7.3,10.4,10.9c3.7,3.9,7.4,7.7,11.1,11.6C336.5,431.3,337.1,432.3,337.6,433.3'/%3E%3ClinearGradient id='Path_627_00000000191681392888697680000006529950786019545269_' gradientUnits='userSpaceOnUse' x1='45.0158' y1='1224.1302' x2='45.0158' y2='1223.1302' gradientTransform='matrix(51.4491 0 0 -52.3027 -1990.8986 64296.7891)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_627_00000160162953426927505120000000214309042760606097_' style='fill:url(%23Path_627_00000000191681392888697680000006529950786019545269_);' d=' M299.4,323.3c0.2-0.5,0.5-1,0.8-1.5c1-1.1,2.1-2.2,3.2-3.3c4.7-4.9,9.4-9.9,14.1-14.9c4.3-4.5,8.7-8.9,13-13.4 c5.4-5.6,10.7-11.2,16.1-16.8c0.6-0.7,1.4-1.2,2.2-1.7c0.5-0.3,1-0.3,1.5-0.1c0.4,0.4,0.6,1,0.5,1.6c-0.4,1.2-1.1,2.3-1.9,3.3 c-6.8,7.2-13.4,14.5-20.4,21.4c-8,7.9-16.3,15.4-24.5,23c-1.3,1.1-2.6,2-4,2.9L299.4,323.3'/%3E%3ClinearGradient id='Path_628_00000085965591624456371020000001097968556427181194_' gradientUnits='userSpaceOnUse' x1='46.5642' y1='1261.0096' x2='46.5642' y2='1260.0096' gradientTransform='matrix(71.6898 0 0 -20.6865 -3003.4749 26401.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_628_00000129181713878388876440000000842964506869761947_' style='fill:url(%23Path_628_00000085965591624456371020000001097968556427181194_);' d=' M298.9,335.6c1.7-0.7,3.3-1.5,5-2c7.7-2.4,15.3-4.9,23.1-7.1c8.4-2.4,17-4.4,25.4-6.7c3.9-1,7.6-2.3,11.5-3.3 c1.2-0.4,2.5-0.6,3.8-0.7c1.2-0.2,2.4,0.6,2.8,1.8c0.3,1.1-0.3,2.3-1.4,2.6c-0.1,0-0.1,0-0.2,0c-2.1,0.7-4.2,1.2-6.4,1.6 c-8.3,1.7-16.7,3.2-24.9,5.1c-7.6,1.7-15,3.8-22.5,5.7c-4.8,1.2-9.6,2.6-14.4,3.8c-0.5,0.1-1.1,0-1.6-0.1L298.9,335.6'/%3E%3ClinearGradient id='Path_629_00000054235436161367534700000017568068853136822698_' gradientUnits='userSpaceOnUse' x1='45.9768' y1='1228.1134' x2='45.9768' y2='1227.1134' gradientTransform='matrix(62.381 0 0 -44.8923 -2532.0022 55511.6172)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_629_00000071554691620656395940000008162890729160483459_' style='fill:url(%23Path_629_00000054235436161367534700000017568068853136822698_);' d=' M367.3,421.1c0.1,1.2-0.8,2.3-2,2.5c-0.5,0.1-1-0.1-1.4-0.3c-0.6-0.4-1.3-0.9-1.8-1.4c-3.9-3.1-7.7-6.3-11.7-9.3 c-3.8-2.9-7.7-5.7-11.5-8.5c-2.8-2-5.6-3.9-8.4-5.9c-4.5-3.1-8.9-6.2-13.4-9.3c-2.7-1.9-5.4-3.7-8.1-5.7c-1.3-0.9-2.5-2-3.7-3.1 c-0.3-0.3-0.3-0.9-0.5-1.4c0.5,0.1,1.1,0,1.5,0.2c2.4,1.6,4.8,3.3,7.2,4.8c4.6,3.1,9.3,6.1,13.9,9.1c6.6,4.4,13.2,8.7,19.8,13.1 c4.5,3,9,6.1,13.5,9.2c1.9,1.3,3.7,2.8,5.5,4.3C366.6,420,367,420.6,367.3,421.1'/%3E%3ClinearGradient id='Path_630_00000052797429053503911890000013704367314217926289_' gradientUnits='userSpaceOnUse' x1='45.855' y1='1249.1947' x2='45.855' y2='1248.1947' gradientTransform='matrix(60.7446 0 0 -25.6547 -2464.2871 32403.6836)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_630_00000003795124404757489470000017597357629312951970_' style='fill:url(%23Path_630_00000052797429053503911890000013704367314217926289_);' d=' M349.1,381.6c-3-1.1-5.7-2-8.4-3.1c-12.1-5.1-24.2-10.3-36.3-15.4c-4.1-1.7-8.2-3.4-12.2-5.1c-0.4-0.1-0.7-0.4-1-0.7 c-0.2-0.4-0.3-0.8-0.3-1.2c0.4-0.1,0.8-0.3,1.1-0.2c2,0.5,4,1,5.9,1.8c7.8,2.9,15.5,6.1,23.4,8.9c6.6,2.3,13.3,4.2,20,6.4 c2.6,0.9,5.2,1.9,7.8,3c0.7,0.3,1.4,0.7,1.8,1.3c0.5,0.7,1,1.8,0.7,2.4C351.1,380.5,350,381,349.1,381.6'/%3E%3ClinearGradient id='Path_631_00000019650459205470588250000017461043305469970308_' gradientUnits='userSpaceOnUse' x1='42.055' y1='1218.7' x2='42.055' y2='1217.7' gradientTransform='matrix(33.4114 0 0 -67.4908 -1116.1763 82509.0625)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_631_00000180324845404262525110000004727295548287975338_' style='fill:url(%23Path_631_00000019650459205470588250000017461043305469970308_);' d=' M305.6,260c-1,2.3-1.8,4.4-2.8,6.5c-3.4,6.9-6.7,13.9-10.2,20.7c-2.6,5.1-5.6,10-8.2,15c-2.8,5.4-5.2,11-7.9,16.4 c-0.9,1.8-1.7,3.6-2.7,5.4c-0.4,0.6-1,1-1.6,1.4c-0.1-0.8-0.1-1.6,0.1-2.4c1.8-3.9,3.8-7.7,5.6-11.7c2.6-5.6,5.1-11.3,7.6-16.9 c4.9-11.2,9.7-22.3,14.7-33.5c0.5-1,1.3-1.9,2.2-2.7c0.6-0.4,1.3-0.5,1.9-0.3C305,258.4,305.2,259.3,305.6,260'/%3E%3ClinearGradient id='Path_632_00000029038161876196508420000010895392421790502323_' gradientUnits='userSpaceOnUse' x1='45.8356' y1='1235.0869' x2='45.8356' y2='1234.0869' gradientTransform='matrix(60.4916 0 0 -35.9699 -2551.2896 44730.8477)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_632_00000068675120159311413370000013097620280184963484_' style='fill:url(%23Path_632_00000029038161876196508420000010895392421790502323_);' d=' M193,304.9c0.8,0.3,1.7,0.6,2.5,1c5.8,3.4,11.7,6.8,17.5,10.3c4.9,2.9,9.7,5.8,14.5,8.8c7.5,4.8,14.7,10.2,22.8,14.1 c0.1,0.1,0.3,0.1,0.4,0.2c0.3,0.5,0.6,0.9,1,1.4c-0.6,0-1.2,0.2-1.6,0c-2.3-1.1-4.5-2.2-6.7-3.4c-6.8-3.8-13.5-7.7-20.3-11.4 c-7.5-4.1-15-8-22.6-12.1c-2.6-1.4-5.2-2.9-7.8-4.5c-1-0.6-1.9-1.6-1.4-2.8C191.5,305.9,192.4,305.4,193,304.9'/%3E%3ClinearGradient id='Path_633_00000069362876644264493820000014527714238295373190_' gradientUnits='userSpaceOnUse' x1='41.2187' y1='1226.5159' x2='41.2187' y2='1225.5159' gradientTransform='matrix(30.4007 0 0 -47.597 -953.0637 58780.6875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_633_00000101092312308729740990000007447524363173842056_' style='fill:url(%23Path_633_00000069362876644264493820000014527714238295373190_);' d=' M315.2,447.7c-0.5,0.7-0.8,1.6-1.4,2c-0.7,0.3-1.5,0.2-2.1-0.2c-0.9-0.6-1.7-1.4-2.2-2.3c-2.7-4.9-5.3-9.9-8.1-14.7 c-3.8-6.7-7.8-13.4-11.7-20.1c-1.6-2.8-3.2-5.6-4.8-8.5c-0.2-0.4,0-1.1,0.1-1.7c0.5,0.2,1.2,0.2,1.4,0.6c2.3,2.9,4.8,5.7,6.8,8.7 c3.3,4.8,6.4,9.8,9.5,14.8c1.7,2.7,3.1,5.4,4.8,8.1c1.9,3,3.8,5.9,5.7,9C313.9,444.8,314.6,446.2,315.2,447.7'/%3E%3ClinearGradient id='Path_634_00000125574028613720070390000014443943052969473457_' gradientUnits='userSpaceOnUse' x1='45.9678' y1='1470.6616' x2='45.9678' y2='1469.6616' gradientTransform='matrix(62.2563 0 0 -4.6629 -2510.259 7201.5249)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_634_00000167359697949223236630000018209748809101943460_' style='fill:url(%23Path_634_00000125574028613720070390000014443943052969473457_);' d=' M356.7,348.6c-5.8,0-11.7,0-17.5,0c-5.2,0-10.3,0-15.5-0.1c-0.7,0-1.4-0.1-2.1-0.3c-0.4-0.1-0.8-0.6-1.2-0.9 c0.4-0.3,0.9-0.5,1.4-0.7c2.8-0.3,5.6-0.5,8.4-0.7c5.4-0.4,10.8-0.8,16.3-1.1c4.9-0.3,9.8-0.4,14.8-0.5 c5.9-0.2,11.8-0.3,17.6-0.4c0.8,0,1.6,0.1,2.4,0.3c0.6,0.2,1.3,0.7,1.3,1.2c0,0.7-0.2,1.3-0.7,1.8c-0.6,0.4-1.4,0.6-2.1,0.6 c-5.6,0.1-11.3,0.1-16.9,0.1c-2,0-4.1,0-6.1,0C356.7,348.2,356.7,348.4,356.7,348.6'/%3E%3ClinearGradient id='Path_635_00000010287446823510555820000016430350275174474917_' gradientUnits='userSpaceOnUse' x1='45.5891' y1='1229.8503' x2='45.5891' y2='1228.8503' gradientTransform='matrix(57.456 0 0 -42.2802 -2425.0068 52371.5898)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_635_00000057853328342093779210000017700243688978318762_' style='fill:url(%23Path_635_00000010287446823510555820000016430350275174474917_);' d=' M168,415.6c-1.8,0-2.8-1.3-2.1-2.7c0.3-0.8,0.9-1.4,1.6-1.8c8-4.5,15.1-10.3,22.4-15.7c6.8-5,13.5-9.9,20.4-14.7 c3.6-2.5,7.3-4.8,11-7.2c0.5-0.3,1.3-0.1,1.9-0.1c-0.3,0.5-0.5,1.2-0.9,1.6c-6.7,5-13.4,9.9-20,14.9 c-8.8,6.7-17.4,13.6-26.1,20.5c-2.1,1.6-4.2,3.2-6.3,4.7C169.1,415.3,168.5,415.5,168,415.6'/%3E%3ClinearGradient id='Path_636_00000181777410767845256520000009316401241854604949_' gradientUnits='userSpaceOnUse' x1='44.937' y1='1219.5156' x2='44.937' y2='1218.5156' gradientTransform='matrix(50.7211 0 0 -64.67 -2059.1897 79236.2812)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_636_00000140714391521352904730000016205119563545144964_' style='fill:url(%23Path_636_00000181777410767845256520000009316401241854604949_);' d=' M245.4,370.6c-1.6,2-3.1,4-4.7,6c-3.8,5-7.6,10-11.5,14.9c-4.4,5.6-9,11.2-13.2,16.9c-4,5.5-7.7,11.2-11.4,16.9 c-1.5,2.3-2.7,4.7-4.2,7c-0.5,0.7-1,1.3-1.7,1.8c-0.9,0.9-2.3,1-3.2,0.1c0,0-0.1-0.1-0.1-0.1c-1-0.9-1.1-2.4-0.3-3.4 c1.2-1.8,2.5-3.4,3.8-5c2.7-3.4,5.3-6.9,8-10.3c2.9-3.6,5.7-7.3,8.7-10.8c5.6-6.6,11.4-13.1,17-19.7c2.4-2.8,4.6-5.8,6.9-8.7 c1.7-2.1,3.5-4,5.2-6L245.4,370.6'/%3E%3ClinearGradient id='Path_637_00000067196478000890689440000013561833466967765419_' gradientUnits='userSpaceOnUse' x1='46.3131' y1='1282.1168' x2='46.3131' y2='1281.1168' gradientTransform='matrix(67.3912 0 0 -15.3693 -2931.1658 20030.8613)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_637_00000101072805132211525480000000395495246775900347_' style='fill:url(%23Path_637_00000067196478000890689440000013561833466967765419_);' d=' M223.5,341c-1.2,0-2.4,0-3.6-0.2c-5.6-1.1-11.3-2.4-16.9-3.6c-6.2-1.3-12.4-2.5-18.6-3.6c-5-0.9-10.1-1.8-15.1-2.7 c-3.3-0.6-6.7-1.2-10-1.8c-0.9-0.2-1.7-0.6-2.5-1.2c-0.4-0.3-0.6-0.8-0.6-1.4c0.3-0.5,0.7-0.8,1.3-0.9c1.3-0.1,2.6,0,3.8,0.2 c3.9,0.7,7.9,1.5,11.8,2.2c4.3,0.8,8.7,1.4,13,2.4c8.3,2,16.6,4.2,24.9,6.3c3.3,0.9,6.7,1.7,10,2.6c0.9,0.3,1.7,0.6,2.5,1 C223.6,340.7,223.5,340.8,223.5,341'/%3E%3ClinearGradient id='Path_638_00000083067796154888472060000000999386131886919813_' gradientUnits='userSpaceOnUse' x1='37.7261' y1='1224.7648' x2='37.7261' y2='1223.7648' gradientTransform='matrix(22.0887 0 0 -50.9624 -610.5746 62658.793)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_638_00000119108693051876845560000001327774379965900192_' style='fill:url(%23Path_638_00000083067796154888472060000000999386131886919813_);' d=' M233.3,292.8c-0.6-0.5-1.1-1.1-1.5-1.7c-2.9-5.7-5.9-11.3-8.5-17.1c-2.8-6.1-5.2-12.4-7.7-18.6c-1.3-3.2-2.4-6.6-3.5-9.9 c-0.3-0.6-0.4-1.3-0.3-2c0.1-0.6,0.5-1.6,0.9-1.7c0.7,0,1.4,0.3,1.9,0.9c0.7,1.2,1.3,2.5,1.8,3.9c4.8,12.1,9.7,24.1,14.5,36.2 c1,2.5,1.9,5.1,2.7,7.7c0.1,0.7,0.2,1.3,0.2,2L233.3,292.8'/%3E%3ClinearGradient id='Path_639_00000067925442152368141900000000997019978034758032_' gradientUnits='userSpaceOnUse' x1='42.7356' y1='1223.2465' x2='42.7356' y2='1222.2465' gradientTransform='matrix(36.34 0 0 -54.291 -1242.3206 66670.9844)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_639_00000035517474842156237780000008834207795272019126_' style='fill:url(%23Path_639_00000067925442152368141900000000997019978034758032_);' d=' M292.5,313.7c0.3-0.8,0.6-1.6,1-2.3c1.9-2.9,3.9-5.8,5.7-8.8c3.6-5.8,7.1-11.7,10.8-17.5c2.9-4.6,6.1-9.1,9-13.7 c1.7-2.7,3.2-5.6,4.8-8.4c0.6-1.1,1.4-2,2.2-2.9c0.5-0.4,1.2-0.5,1.8-0.4c0.6,0.4,0.9,1,1,1.7c0,0.9-0.3,1.8-0.8,2.6 c-2.7,4.4-5.5,8.8-8.4,13.1c-3.2,4.8-6.6,9.5-9.9,14.1c-3,4.1-6.1,8.1-9.1,12.2c-1.9,2.6-3.7,5.2-5.5,7.8c-0.6,0.9-1.3,1.7-2,2.6 L292.5,313.7'/%3E%3ClinearGradient id='Path_640_00000096046706448636540750000007651408418429026204_' gradientUnits='userSpaceOnUse' x1='27.9843' y1='1219.6919' x2='27.9843' y2='1218.6919' gradientTransform='matrix(12.5317 0 0 -64.091 -77.7451 78555.8516)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_640_00000088104278434700680680000017744478752005892784_' style='fill:url(%23Path_640_00000096046706448636540750000007651408418429026204_);' d=' M267.2,384.6c0.3,0.6,0.5,1.3,0.7,1.9c2.2,10,4.5,19.9,6.4,29.9c1.5,7.6,2.6,15.3,3.8,23c0.3,2,0.7,4.1,1,6.1 c0.2,1.3,0.1,2.6-1.3,3.1c-0.9,0.3-2.2-1-2.6-2.4c-0.2-0.9-0.2-1.8-0.4-2.8c-1.1-7.9-2.1-15.8-3.3-23.7 c-1.2-8.6-2.6-17.1-3.8-25.7c-0.4-2.6-0.7-5.3-1-8c-0.1-0.5-0.1-1-0.1-1.4L267.2,384.6'/%3E%3ClinearGradient id='Path_641_00000093862113839122031470000017607563250649845430_' gradientUnits='userSpaceOnUse' x1='33.8046' y1='1219.9025' x2='33.8046' y2='1218.9025' gradientTransform='matrix(16.9004 0 0 -63.413 -326.5553 77605.6953)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_641_00000134937212911546355830000001890771978487171465_' style='fill:url(%23Path_641_00000093862113839122031470000017607563250649845430_);' d=' M253.2,310.4c-0.2,0.3-0.4,0.6-0.7,1c-0.4-0.3-1-0.5-1.1-0.8c-0.9-2.5-1.7-5-2.3-7.5c-1.8-8.1-3.4-16.2-5.4-24.3 c-2-8.4-4.4-16.7-6.6-25c-0.3-1.1-0.6-2.2-0.8-3.3c-0.2-1.1,0.1-2.3,1.2-2.5c0.9,0,1.7,0.5,2.1,1.3c0.9,2.4,1.6,4.8,2.2,7.2 c2.8,10.5,4.3,21.2,6.1,31.8c1.2,7,3.2,13.9,4.8,20.9C253,309.6,253.1,309.9,253.2,310.4'/%3E%3ClinearGradient id='Path_642_00000077288567418054656990000007270210113770396069_' gradientUnits='userSpaceOnUse' x1='36.5185' y1='1223.8047' x2='36.5185' y2='1222.8047' gradientTransform='matrix(20.181 0 0 -53.018 -450.8806 65115.6328)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_642_00000102516692282056729990000017544162436076788890_' style='fill:url(%23Path_642_00000077288567418054656990000007270210113770396069_);' d=' M296.2,233.9c-0.3,1-0.6,2.1-1,3.1c-2,4.3-4,8.6-5.9,12.9c-2.7,6.3-4.8,12.8-6.3,19.5c-1.1,4.4-2.6,8.8-4,13.1 c-0.2,0.7-0.6,1.3-1,1.9c-0.3,0.3-0.8,0.5-1.2,0.7c-0.3-0.4-0.5-0.9-0.7-1.4c0-0.5,0.2-1,0.4-1.5c1.5-5.2,2.8-10.5,4.4-15.7 c2-6.7,4.1-13.4,6.3-20c1.1-3.4,2.3-6.8,3.6-10.2c0.5-1.3,1.1-2.5,2-3.6c0.6-0.5,1.4-0.8,2.1-0.6 C295.5,232.3,295.8,233.3,296.2,233.9'/%3E%3ClinearGradient id='Path_643_00000150065829638141639170000016972266161314908802_' gradientUnits='userSpaceOnUse' x1='46.1801' y1='1279.0526' x2='46.1801' y2='1278.0526' gradientTransform='matrix(65.3158 0 0 -15.965 -2826.9644 20776.5176)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_643_00000042001602304724397070000003474644927010854784_' style='fill:url(%23Path_643_00000150065829638141639170000016972266161314908802_);' d=' M159.5,372.4c-0.5-0.1-1.1-0.2-1.6-0.4c-0.8-0.2-1.4-1.1-1.1-1.9c0.1-0.5,0.4-0.8,0.9-1c1.5-0.7,3-1.1,4.6-1.4 c3.8-0.7,7.7-1.1,11.5-1.7c5.6-1,11.3-2.1,16.9-3.3c6.7-1.4,13.3-3,20-4.4c3.3-0.7,6.5-1.2,9.8-1.8c0.5,0,1,0.1,1.5,0.3 c-0.3,0.4-0.6,1.1-1,1.3c-1,0.5-2.1,0.8-3.2,1.1c-3.8,0.8-7.7,1.5-11.4,2.3c-11.6,2.6-23.2,5.3-34.8,8c-3.6,0.8-7.3,1.8-10.9,2.7 C160.2,372.3,159.9,372.3,159.5,372.4'/%3E%3ClinearGradient id='Path_644_00000047739519066558170020000007537141499464715407_' gradientUnits='userSpaceOnUse' x1='43.1344' y1='1235.3596' x2='43.1344' y2='1234.3596' gradientTransform='matrix(38.3079 0 0 -35.6925 -1445.0881 44358.5586)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_644_00000059988503930051148910000001925171771547979156_' style='fill:url(%23Path_644_00000047739519066558170020000007537141499464715407_);' d=' M190.1,265.5c1.4,0.8,2.7,1.7,3.9,2.7c7.4,7.3,14.6,14.7,22,22c3,2.9,6.1,5.6,9.2,8.5c0.7,0.6,1.8,1.3,0.9,2.4 c-0.2,0.3-1.6-0.1-2.2-0.6c-2.3-1.7-4.5-3.6-6.7-5.5c-3.7-3.3-7.4-6.6-11.1-10c-4.3-3.9-8.6-7.9-12.9-11.9 c-1.5-1.4-3.2-2.7-4.7-4.2c-0.4-0.6-0.5-1.4-0.2-2.1C188.5,266.3,189.4,266,190.1,265.5'/%3E%3ClinearGradient id='Path_645_00000114053933865964611170000011681433183168189628_' gradientUnits='userSpaceOnUse' x1='29.8584' y1='1224.7023' x2='29.8584' y2='1223.7023' gradientTransform='matrix(13.6695 0 0 -51.0915 -158.6995 62959.1875)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_645_00000085231889029891314170000011751267816720413072_' style='fill:url(%23Path_645_00000114053933865964611170000011681433183168189628_);' d=' M256.3,387.5c0,0.6,0,1.3,0,1.9c-1.6,9.2-3.1,18.5-4.8,27.7c-0.8,4-2.1,7.8-3.1,11.8c-0.6,2.1-1,4.2-1.5,6.3 c-0.2,0.8-0.5,1.6-1,2.2c-0.4,0.5-1.4,1.1-1.8,1c-0.7-0.3-1.2-1-1.4-1.8c0-1.6,0.2-3.2,0.6-4.7c1.1-4,2.5-7.9,3.6-12 c1.9-7.1,3.7-14.1,5.5-21.2c0.7-2.8,1.4-5.6,2.1-8.4c0.4-1,0.8-2,1.3-3L256.3,387.5'/%3E%3ClinearGradient id='Path_646_00000112624376956023950090000002668656594414766730_' gradientUnits='userSpaceOnUse' x1='44.4851' y1='1297.3286' x2='44.4851' y2='1296.3286' gradientTransform='matrix(46.9102 0 0 -12.9671 -1716.9991 17184.4238)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_646_00000068644562645781352610000003336229029219973803_' style='fill:url(%23Path_646_00000112624376956023950090000002668656594414766730_);' d=' M391.4,374.7c-2.7-0.8-4.9-1.4-7.1-2.1c-9.9-3.5-20.1-5.4-30.3-7.5c-2.3-0.5-4.5-1.1-6.7-1.7c-0.4-0.1-0.6-0.5-1-0.8 c0.4-0.3,0.8-0.8,1.1-0.8c1.2,0,2.5,0.1,3.7,0.3c6.3,1,12.6,1.9,18.8,3c4,0.7,8,1.5,11.9,2.4c3,0.7,6,1.6,9.1,2.5 c0.6,0.1,1.1,0.4,1.5,0.8c0.4,0.7,1,1.7,0.8,2.4C393,373.8,392,374.3,391.4,374.7'/%3E%3ClinearGradient id='Path_647_00000139261423943746432780000006193451830061701054_' gradientUnits='userSpaceOnUse' x1='21.2307' y1='1221.9558' x2='21.2307' y2='1220.9558' gradientTransform='matrix(9.6401 0 0 -57.4825 61.9447 70484.5391)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_647_00000046306677527843401980000006392799187499884210_' style='fill:url(%23Path_647_00000139261423943746432780000006193451830061701054_);' d=' M262.1,299c0.4-3.8,0.7-7.7,1.1-11.5c1-11.2,2-22.3,3.1-33.5c0.4-2.9,0.9-5.8,1.6-8.6c0.1-0.4,0.4-0.9,0.7-1.2 c1-1.1,2.3-0.9,2.7,0.5c0.2,0.9,0.2,1.8,0,2.7c-1.6,9.1-3.3,18.1-4.7,27.2c-0.6,3.5-0.5,7.2-0.8,10.8c-0.4,4.3-0.8,8.5-1.2,12.8 c0,0.4-0.1,0.7-0.2,1c-0.5,0.6-0.9,1.2-1.5,1.7c-0.4-0.6-0.7-1.2-1.1-1.8L262.1,299'/%3E%3ClinearGradient id='Path_648_00000135656895948722075440000010159152435893425081_' gradientUnits='userSpaceOnUse' x1='5.8143' y1='1224.4874' x2='5.8143' y2='1223.4874' gradientTransform='matrix(6.3143 0 0 -51.5397 223.4473 63535.1641)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_648_00000176722302114669144690000003385697928131627138_' style='fill:url(%23Path_648_00000135656895948722075440000010159152435893425081_);' d=' M263.3,430.5c-0.4,3.6-0.7,7.2-1.3,10.7c-1.5,9.2-1.6,18.6-0.5,27.9c0.1,1.3,0.5,2.6,0.6,4c0.2,1.5-0.1,3-1.5,3.8 c-0.7,0.3-1.4,0.3-2.1,0c-1.2-0.9-1.8-2.4-1.3-3.8c1.4-6,0.6-12.1,0.9-18.2c0.2-5.6,0.9-11.2,1.5-16.7c0.4-3.4,0.8-6.8,1.4-10.3 c0.3-0.8,0.7-1.6,1.2-2.3c0.4,0.8,0.8,1.6,1.1,2.5c0.1,0.8,0.1,1.6,0,2.5L263.3,430.5'/%3E%3ClinearGradient id='Path_649_00000163781120162586904390000014113621597859314577_' gradientUnits='userSpaceOnUse' x1='29.0731' y1='1231.745' x2='29.0731' y2='1230.745' gradientTransform='matrix(13.1685 0 0 -39.7566 -158.1535 49392.7031)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_649_00000065051096492831736940000011544282160937800075_' style='fill:url(%23Path_649_00000163781120162586904390000014113621597859314577_);' d=' M231.3,425c-0.8,3.6-1.6,7.1-2.5,10.6c-1.9,7.5-3.8,14.9-5.7,22.4c-0.3,1.3-0.9,2.5-1.7,3.6c-0.4,0.8-1.4,1-2.1,0.6 c-0.4-0.2-0.7-0.6-0.8-1c-0.4-1-0.5-2.1-0.3-3.1c1-3.9,2.2-7.7,3.4-11.5c2.1-6.6,4.2-13.2,6.4-19.8c0.3-1,0.6-2,1-2.9 c0.2-0.5,0.8-0.8,1.2-1.2c0.3,0.5,0.6,1,0.8,1.5c0.1,0.3,0.1,0.5,0,0.8L231.3,425'/%3E%3ClinearGradient id='Path_650_00000060747150850226821180000005561814712682010763_' gradientUnits='userSpaceOnUse' x1='43.1926' y1='1263.5897' x2='43.1926' y2='1262.5897' gradientTransform='matrix(38.613 0 0 -19.8472 -1492.7395 25379.9277)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_650_00000112631081217441361340000004728803603620989571_' style='fill:url(%23Path_650_00000060747150850226821180000005561814712682010763_);' d=' M155.8,303.3c0-1.1,0.9-2.1,2.1-2.1c0.1,0,0.2,0,0.3,0c1.1,0.2,2.1,0.5,3.1,1c5,2.5,9.9,4.9,14.8,7.5c4.7,2.5,9.4,5.1,14.1,7.7 c1.2,0.7,2.4,1.4,3.5,2.2c0.4,0.3,0.5,0.9,0.8,1.4c-0.5,0-1.1,0.2-1.5,0c-3-1.3-6-2.8-9-4.1c-5.7-2.6-11.4-5.3-17.1-7.8 c-2.8-1.2-5.8-2.1-8.7-3.2C156.9,305.6,156,304.6,155.8,303.3'/%3E%3ClinearGradient id='Path_651_00000168109769385644564710000010321419878134134656_' gradientUnits='userSpaceOnUse' x1='44.6132' y1='1267.9857' x2='44.6132' y2='1266.9857' gradientTransform='matrix(47.9306 0 0 -18.5638 -1967.4967 23918.4434)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_651_00000145016684716696674420000015589210987012493982_' style='fill:url(%23Path_651_00000168109769385644564710000010321419878134134656_);' d=' M148.5,398.3c-0.6-0.6-1.6-1-1.6-1.6c-0.1-0.9,0.2-1.7,0.8-2.4c0.8-0.5,1.7-0.9,2.7-1c5.2-1.6,10.4-3.1,15.6-4.8 c4.8-1.6,9.6-3.5,14.4-5c4.2-1.4,8.4-2.6,12.7-3.8c0.5-0.1,1.2,0.2,1.8,0.3c-0.4,0.5-0.7,1.2-1.2,1.4c-2.6,1-5.4,1.7-8,2.7 c-7.6,2.7-15.2,5.5-22.7,8.3c-2.9,1.1-5.8,2.2-8.6,3.3c-0.9,0.4-1.7,0.9-2.6,1.3C150.7,397.5,149.7,397.8,148.5,398.3'/%3E%3ClinearGradient id='Path_652_00000064314945699218119770000002753894087397891991_' gradientUnits='userSpaceOnUse' x1='44.2593' y1='1419.4167' x2='44.2593' y2='1418.4167' gradientTransform='matrix(45.2131 0 0 -5.752 -1836.889 8508.2402)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_652_00000070109728142779443460000009229361729460516751_' style='fill:url(%23Path_652_00000064314945699218119770000002753894087397891991_);' d=' M186.8,348.9c-1.3,1.1-3,0.6-4.5,0.6c-4.2,0.1-8.4,0-12.6-0.1c-4.7-0.1-9.4-0.3-14.2-0.4c-3.5-0.1-7.1-0.2-10.6-0.4 c-0.3,0-0.5,0-0.8,0c-1.3-0.2-2.6-1.3-2.5-2.3c0.2-1.4,1.4-2.4,2.8-2.4c2.6,0.2,5.1,0.5,7.6,0.8c3.8,0.5,7.5,1.2,11.2,1.7 c2.8,0.4,5.6,0.7,8.4,0.9c3.7,0.3,7.5,0.4,11.2,0.6c1.3,0.1,2.6,0.3,3.9,0.4C186.8,348.5,186.8,348.7,186.8,348.9'/%3E%3ClinearGradient id='Path_653_00000057854457989088962410000003878620618694467731_' gradientUnits='userSpaceOnUse' x1='39.9992' y1='1244.8885' x2='39.9992' y2='1243.8885' gradientTransform='matrix(26.8702 0 0 -28.1157 -886.1178 35407.2227)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_653_00000124884756651827308510000002800387293428448685_' style='fill:url(%23Path_653_00000057854457989088962410000003878620618694467731_);' d=' M176.8,434.4c-2-1.9-1.9-2.3-0.4-4.2c6.9-8.3,14.6-15.9,23-22.8c0.5-0.4,1-0.8,1.5-1.1c0.3-0.2,0.7-0.2,1.1,0 c0.2,0.3,0.3,0.7,0.1,1.1c-0.3,0.5-0.7,1-1.1,1.5c-7,7.5-14,14.9-21,22.4C178.9,432.4,177.9,433.3,176.8,434.4'/%3E%3ClinearGradient id='Path_654_00000155856930037464950860000012701299834019614640_' gradientUnits='userSpaceOnUse' x1='-5.9545' y1='1482.1801' x2='-5.9545' y2='1481.1801' gradientTransform='matrix(4.998 0 0 -4.4726 208.8891 6903.1562)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_654_00000061455011923646205440000005868540153298494142_' style='fill:url(%23Path_654_00000155856930037464950860000012701299834019614640_);' d=' M179.2,274c1.3,0,2.4,0.9,2.5,2.2c-0.1,1.2-1.1,2.2-2.3,2.2c-1.3,0-2.5-0.9-2.7-2.3C176.8,274.9,177.9,273.9,179.2,274'/%3E%3ClinearGradient id='Path_655_00000038391672589059032880000007456331880319279021_' gradientUnits='userSpaceOnUse' x1='-16.9329' y1='1534.7227' x2='-16.9329' y2='1533.7227' gradientTransform='matrix(4.1843 0 0 -3.7705 212.9428 6045.3521)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_655_00000093856298951419368050000013869979083260044932_' style='fill:url(%23Path_655_00000038391672589059032880000007456331880319279021_);' d=' M142.3,262.4c-1.4,0-2.4-0.9-2.3-1.9c0-1,0.9-1.9,2-1.8c0,0,0.1,0,0.1,0c1.1,0,2,0.9,2.1,2.1C144.1,262,143.2,262.3,142.3,262.4' /%3E%3ClinearGradient id='Path_656_00000035492855759505085220000003704847236982750387_' gradientUnits='userSpaceOnUse' x1='-23.4321' y1='1499.0698' x2='-23.4321' y2='1498.0698' gradientTransform='matrix(3.8165 0 0 -4.22 474.4282 6769.9985)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_656_00000111881626892383537550000000421711517175946127_' style='fill:url(%23Path_656_00000035492855759505085220000003704847236982750387_);' d=' M386.9,446c-0.1,1.1-0.9,2-2,2.1c-1.1-0.3-1.8-1.2-1.8-2.3c0-1,0.7-1.8,1.7-1.9c0,0,0,0,0.1,0C386,444,386.9,444.9,386.9,446'/%3E%3ClinearGradient id='Path_657_00000116224182569506215850000007260067740685387171_' gradientUnits='userSpaceOnUse' x1='-19.5791' y1='1544.4749' x2='-19.5791' y2='1543.4749' gradientTransform='matrix(4.0263 0 0 -3.6638 202.6847 5978.4062)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_657_00000124851429773437605500000012915692439733701534_' style='fill:url(%23Path_657_00000116224182569506215850000007260067740685387171_);' d=' M123.8,323.5c-1,0-1.8-0.7-1.9-1.7c-0.1-1,0.9-2.2,1.9-1.9c0.9,0.3,1.6,0.9,2,1.7C126.2,322.2,124.9,323.4,123.8,323.5'/%3E%3ClinearGradient id='Path_658_00000183951317822077676760000009570232730844091579_' gradientUnits='userSpaceOnUse' x1='-32.3258' y1='1509.1134' x2='-32.3258' y2='1508.1134' gradientTransform='matrix(3.4067 0 0 -4.0829 439.222 6643.3896)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_658_00000176020443905119288510000016945587412040812473_' style='fill:url(%23Path_658_00000183951317822077676760000009570232730844091579_);' d=' M330.8,484.7c-0.3,0.3-0.9,1-1.6,1.2c-0.9,0.2-2-1.3-1.7-2.4c0.2-0.7,0.7-1.3,1.4-1.6C329.8,481.6,330.9,483,330.8,484.7'/%3E%3ClinearGradient id='Path_659_00000145777602289019279820000014707249173728049538_' gradientUnits='userSpaceOnUse' x1='-28.3104' y1='1551.9213' x2='-28.3104' y2='1550.9213' gradientTransform='matrix(3.5802 0 0 -3.5862 449.5943 6000.8418)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_659_00000140727165799572244490000005177311797871785112_' style='fill:url(%23Path_659_00000145777602289019279820000014707249173728049538_);' d=' M347.7,438.9c-0.3-0.5-1.1-1.1-1.2-1.8c-0.2-1,0.7-1.7,1.7-1.7c0.9-0.1,1.7,0.5,1.8,1.4c0,0.1,0,0.2,0,0.2 C350.1,438.1,349.3,438.7,347.7,438.9'/%3E%3ClinearGradient id='Path_660_00000008859370022419809080000000139142666676713892_' gradientUnits='userSpaceOnUse' x1='-23.5209' y1='1575.6157' x2='-23.5209' y2='1574.6157' gradientTransform='matrix(3.8119 0 0 -3.36 217.3937 5843.5244)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_660_00000034059974286132886040000015776883030879693959_' style='fill:url(%23Path_660_00000008859370022419809080000000139142666676713892_);' d=' M129.6,551.5c-0.7,0.5-1.3,1.2-2.1,1.3c-0.9,0-1.7-0.7-1.7-1.6c0-0.9,0.7-1.7,1.6-1.7c0,0,0.1,0,0.1,0c0.7,0.1,1.4,0.9,2,1.3 C129.6,551,129.6,551.2,129.6,551.5'/%3E%3ClinearGradient id='Path_661_00000177477433414779539650000017264481756802894731_' gradientUnits='userSpaceOnUse' x1='-22.3716' y1='1574.6239' x2='-22.3716' y2='1573.6239' gradientTransform='matrix(3.872 0 0 -3.3689 485.6855 5628.458)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_661_00000075155973467022559270000002116683170264746173_' style='fill:url(%23Path_661_00000177477433414779539650000017264481756802894731_);' d=' M401,325.9c-0.6,0.4-1.4,1.3-1.7,1.2c-0.8-0.5-1.5-1.1-2.1-1.8c0.5-0.5,1-1.3,1.6-1.5C399.7,323.5,400.8,324.5,401,325.9'/%3E%3ClinearGradient id='Path_662_00000109012940680262867210000004231878982111164072_' gradientUnits='userSpaceOnUse' x1='-39.0918' y1='1569.7522' x2='-39.0918' y2='1568.7522' gradientTransform='matrix(3.1494 0 0 -3.4133 386.8304 5717.1802)'%3E%3Cstop offset='0' style='stop-color:%2393FF6E'/%3E%3Cstop offset='1' style='stop-color:%23FF8DE5'/%3E%3C/linearGradient%3E%3Cpath id='Path_662_00000119831439968242587910000010661061195115016102_' style='fill:url(%23Path_662_00000109012940680262867210000004231878982111164072_);' d=' M262.1,361.5c0.2-1.4,0.6-2.4,1.8-2.4c0.5,0,1.2,0.9,1.4,1.5c0.1,1-0.6,1.8-1.6,1.9c-0.1,0-0.2,0-0.2,0 C262.9,362.4,262.5,361.8,262.1,361.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	transition: background 1s ease-in-out;
}

.dbs-blue-flower{
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1600 900' style='enable-background:new 0 0 1600 900;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23B40098;stroke:%23231F20;stroke-miterlimit:10;%7D .st1%7Bclip-path:url(%23SVGID_00000071554855363269603860000015331510025299228570_);%7D .st2%7Bfill:url(%23Path_557_00000147195587296755512700000018151443557739080382_);%7D .st3%7Bfill:url(%23Path_558_00000137840158133120537180000003357204916923188879_);%7D .st4%7Bfill:url(%23Path_559_00000074442441453768652880000015847903226271163777_);%7D%0A%3C/style%3E%3Crect class='st0' width='1600' height='900'/%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' x='17.4' y='4.9' width='520.5' height='1053.6'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000107550986112634845460000011477757291333466558_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg id='Group_1090_00000089546573549676354760000009363586376550731709_' style='clip-path:url(%23SVGID_00000107550986112634845460000011477757291333466558_);'%3E%3ClinearGradient id='Path_557_00000031885964406498583270000017088931070486080442_' gradientUnits='userSpaceOnUse' x1='-0.5567' y1='901.0355' x2='-0.5567' y2='900.0355' gradientTransform='matrix(365.8722 0 0 -1003.4531 404.0068 904151.75)'%3E%3Cstop offset='0' style='stop-color:%23B436A5'/%3E%3Cstop offset='1' style='stop-color:%23FA8BAD'/%3E%3C/linearGradient%3E%3Cpath id='Path_557_00000109739789932029687010000015828792020155660467_' style='fill:url(%23Path_557_00000031885964406498583270000017088931070486080442_);' d=' M363.2,461.3c-0.6,0.8-1.2,1.7-1.7,2.5c-6.7,13.6-14.7,26.4-24,38.4c-7.8,10.3-16.2,20.1-24.3,30.1c-7.8,9.6-15.6,19.1-23.2,28.7 c-9.6,12.1-19.2,24.2-28.6,36.5c-11.1,14.5-21.2,29.8-30.1,45.7c-5.1,9.2-9.7,18.7-13.9,28.4c-4.8,11.4-8.4,23.3-10.5,35.5 c-1.9,10-3.6,20.1-4.9,30.2c-1.6,12.9-1.9,25.9-0.9,38.8c0.9,12.9,2.9,25.6,5.9,38.2c2.1,8.8,5.2,17.4,9.3,25.5 c4.9,9.7,9.9,19.4,15.3,28.9c5.1,9,10.3,18,15.9,26.7s11.7,17.2,17.8,25.5c7,9.5,14.6,18.6,21.3,28.3 c7.1,10.2,13.6,20.7,20.2,31.2c4.8,7.8,9.2,15.8,13.8,23.7c0.8,1.3,1.4,2.7,1.9,4.2c-1.8-1.1-3.8-2-5.2-3.5 c-1.4-1.6-2.5-3.4-3.5-5.3c-4.8-8.2-9.4-16.6-14.4-24.7c-4.4-7.1-9-14.1-13.9-20.8c-7.7-10.6-15.8-20.8-23.5-31.3 c-6.2-8.5-12.4-17.1-18-26.1c-7.5-12.2-14.5-24.8-21.7-37.3c-0.5-0.7-0.9-1.4-1.2-2.2c-1-4.5-4.5-5.6-8.4-6.4 c-6.8-1.4-13.7-2.9-20.5-4.3c-7.5-1.6-15.1-3.2-22.6-4.9c-6.7-1.4-13.1-3.7-19.1-6.9c-8.1-4.4-15.2-10.3-21-17.4 c-5.2-6.4-9.4-13.5-12.3-21.3c-4.7-12.8-6.3-25.8-0.9-38.8c2.2-5.1,4.8-10.1,7.6-14.8c2.9-5.1,2.8-10.2,0.4-15.4 c-3-6.6-8.2-11.1-14.2-14.7c-8-4.6-16.5-8.3-25.3-11.1c-6.8-2.2-13.7-4.4-20.5-6.6c-10.1-3.4-19.7-7.6-27.1-15.5 c-4-4.2-6.9-9.3-8.4-14.9c-1.3-4.8-2.1-9.8-3.3-14.7c-1.9-7.9-4-15.7-5.9-23.6c-0.7-3-1.3-6-2-9c-0.1-0.6-0.3-1.4,0-1.7 c0.7-0.8,1.5-1.5,2.3-2.1c0.5,0.7,1.3,1.3,1.4,2c1.1,5.9,3.7,11.1,6.4,16.3c2.9,5.9,6.4,11.5,10.4,16.8c4,4.9,8.9,8.9,14.4,11.9 c13.2,7.4,27.7,10.9,42.6,12.5c7.6,0.8,15.2,1.8,22.7,3c12.4,1.9,24,7.5,33.3,16c3.7,3.4,7.3,6.7,10.9,10.2 c5,4.7,7.2,10.8,7.9,17.4c0.8,7-0.5,13.6-2.8,20.2c-4.4,12.8-5.4,25.9-1,38.9c2.4,6.5,5.4,12.8,9,18.9c2.9,5.2,6.3,10.1,9.9,14.7 c3.8,4.8,7.8,9.3,12.1,13.7c4.5,4.7,9.3,9,14,13.5c0.4,0.3,0.9,0.6,1.4,0.9c-1.5-3.8-2.8-7.1-4.1-10.5c-3.4-8.8-5.3-17.9-7-27.1 c-3.6-19.1-4.6-38.6-3-58c0.9-10,2.6-20,4.1-29.9c1.7-10.9,4.4-21.7,7.9-32.2c4.6-13.7,10.3-27.1,17.9-39.4 c8.2-13.3,16.4-26.7,25.5-39.3c11-15.3,22.9-30.1,34.7-44.9c10.4-13.1,21-26.1,31.8-39c8.1-9.6,15.8-19.6,22.8-30 c6.8-10,12.9-20.5,18.2-31.4c5.1-10.6,9.3-21.6,12.6-33c3.9-12.9,6.1-26.2,6.5-39.6c0.4-12.9-1.1-25.8-4.4-38.3 c-2.7-10.7-7.5-20.7-14-29.6c-7.4-9.7-16.4-18.2-26.6-24.9c-8.6-5.7-17.7-10.6-27.2-14.7c-9.6-4.2-19.2-8.2-28.9-12.1 c-8-3.2-16.1-6.1-24.2-9.2c-17.8-6.8-35-14.8-50.1-26.6c-7-5.4-13.1-11.9-17.8-19.4c-1-1.6-1.9-1-2.8-0.2 c-3.6,3.1-6.7,6.6-8.6,11.1c-1.8,4.4-3.6,8.7-5.5,13c-4,9-10.5,16.7-18.8,22.1c-7.8,5.2-16.5,8.5-25.2,11.6 c-8.4,3-16.4,6.7-21.4,14.4c-3.1,4.9-5.9,10-8.4,15.3c-1.6,3.3-2.5,7-3.7,10.5c-0.1,0.7-0.4,1.4-0.7,2c-0.6,0.6-1.3,1.1-2,1.6 c-0.4-0.7-1.3-1.4-1.3-2.2c-0.1-3.9-0.2-7.7,0.1-11.6c0.6-10.2,2.6-20.1,7.4-29.3c2.8-5.4,7.5-8.8,12.7-11.6 c4.5-2.4,9.1-4.6,13.6-7.1c6.8-3.8,11-9.9,14.4-16.7c3.1-6.2,6.7-12.2,12.3-16.3c3.6-2.5,7.6-4.5,11.8-5.9 c5-1.8,10.2-2.9,15.3-4.4c0.4-0.1,0.7-0.3,1.6-0.6c-3.3-0.9-6.7-1-10.1-0.4c-5.9,1.1-11.8,2.5-17.6,3.7c-5.4,1.1-11,0.8-16.3-0.9 c-5.3-1.7-10.5-3.7-15.6-5.9c-8-3.5-15.9-3.5-24-0.5c-2.9,1.1-6,1.9-9.1,2.3c-7.1,0.8-13-2.2-18.4-6.4 c-7.3-5.6-11.6-13.2-13.7-22c-1.9-8-3.4-16.1-5-24.2c-0.2-0.9-0.3-1.8-0.2-2.7c0.2-0.9,0.6-2.2,1.3-2.5c1.2-0.5,1.9,0.6,2.3,1.8 c0.8,2.1,1.6,4.3,2.6,6.3c3.6,7.9,8.9,14.5,16.7,18.6c7.1,3.9,15.5,5,23.4,3c5.2-1.3,10.3-3.1,15.4-4.5 c5.7-1.6,11.6-2.8,17.6-2.3c0.4,0,0.8-0.1,1.1-0.2c-2.7-1.7-5.3-3.1-7.6-4.8c-4.7-3.2-8.9-7-12.5-11.3c-4-5-7.3-10.6-9.9-16.4 c-5.9-12.9-8.8-26.6-9.6-40.6C88,86,88.5,75,90,64.2c0.6-4.6,0.9-9.2,1.6-13.8c0.4-2.5,1-5,1.8-7.4c0.3-0.8,1.4-1.3,2.1-1.9 c0.4,0.9,1.2,1.8,1.1,2.6c-0.7,4.5-1.5,8.9-2.5,13.3c-2.2,10-0.9,19.8,2.1,29.4c1.8,5.7,4.3,11,9.1,14.8 c6.2,4.8,13.5,8.2,21.1,9.9c8.4,2,16.8,3.8,25.1,6.2c5.7,1.6,11.2,4,15.1,9c0.9,1.1,1.5,2.4,2.6,4c0.5-1.7,0.7-3.1,1.2-4.4 c2.1-6.2,4.3-12.3,6.5-18.5c1.9-5.3,2.2-11,0.8-16.4c-1.5-6.1-2.7-12.3-1.8-18.6c0.9-6,2.4-11.9,4.6-17.6c3-8,6.8-15.6,11.4-22.8 c5.3-8.3,11.5-15.7,17.8-23.2c0.8-1.2,1.8-2.2,2.9-3.2c0.7-0.5,1.8-0.4,2.8-0.6c0,0.9,0.3,1.9-0.1,2.6c-2.4,4.4-5,8.6-7.3,13 c-4.5,8.4-6.8,17.3-5.8,26.8c0.5,5.2,2.9,10.1,6.7,13.8c5,4.8,9.7,9.9,14.2,15.2c6.7,8.2,8,17.7,4.8,27.7 c-2.9,9.4-8.8,17-15.2,24.3c-4.9,5.5-9.4,11.2-13.5,17.3c-3.5,5.2-5.3,11.3-6.8,17.5c-0.4,1.3-0.6,2.6-0.6,4 c2.1-2.9,4.2-5.8,6.3-8.6c6.2-8.1,13.6-14.5,23.4-17.7c6.6-2.3,13.9-2,20.4,0.7c5.3,2.2,10.3,5.1,15.5,7.5 c5.4,2.5,10.7,5.2,16.2,7.4c5.9,2.4,12.4,2.7,18.5,0.8c6.9-2,13.6-4.5,19.1-9.2c2.5-2.1,4.8-4.7,7.1-7c1-1.2,2.2-2.3,3.4-3.2 c0.9-0.6,2-0.8,3-0.5c1.3,0.4,1.2,1.9,0.6,2.9c-1.5,3.1-3.2,6.1-5.1,9c-3.4,4.9-7,9.6-10.9,14.2c-6.1,7.1-13.2,13.1-21.2,17.9 c-11,6.5-22.1,6.2-33.6,0.9c-7.3-3.4-13.7-8.1-20.6-12.1c-6.1-3.5-15.4-2.8-21,1.6c-8.6,6.8-15.3,15.2-21.2,24.3 c-1.4,2.3-2.5,4.8-3.1,7.4c-0.9,3.5,1.1,6.3,3.1,8.9c5.9,7.8,13.1,14.6,21.3,20c8.3,5.8,17.2,10.7,26.6,14.7 c8.3,3.5,16.8,6.6,25.1,9.9c9,3.5,18.1,6.9,27,10.6c9.4,3.9,18.8,7.9,28,12.3c12.2,5.7,23.3,13.3,33.2,22.5 c6.2,5.9,11.5,12.6,15.8,19.9c9.3,15.7,13.1,32.9,14.3,50.8c1.3,18-1.4,35.6-6.4,52.9c-3.3,11.5-7.5,22.7-12.7,33.6 C363.5,460,363.3,460.7,363.2,461.3L363.2,461.3 M26.5,636.5c0.9,4.6,2,8.7,2.6,12.9c0.5,3,1.9,5.7,3.9,8 c6,7.3,12.7,13.9,20.1,19.7c7.5,6,15.6,11.1,25,13.5c9.6,2.5,19.3,4.7,28.9,7.2c9.4,2.4,18.4,6,26.9,10.8 c9.6,5.3,15.4,13,16.8,24c0.8,6.8,0.1,13.8-2,20.3c-3.2,10.2-3.8,21-1.7,31.4c1.8,8.3,4.7,16.3,8.7,23.8 c5.2,10.1,13.2,18.5,23.1,24.2c7.3,4.2,14.8,8.2,22.8,10.8c4.7,1.5,9.4,3,14.1,4.5c-0.1-0.6-0.5-1-1-1.3c-1.4-1-2.9-1.8-4.2-2.9 c-11.7-10.1-22.5-20.9-31.6-33.4c-6.9-9.2-12.4-19.4-16.3-30.2c-4.7-13.2-3.5-26.6,0.6-39.7c2.4-7.6,4.4-15,2.8-23 c-0.8-4.2-2.1-8.2-5.1-11.3c-3.8-4-7.8-7.9-12-11.6c-6.7-6.1-14.7-10.6-23.3-13.4c-7.9-2.4-16-3.2-24.1-4.2 c-7.1-0.9-14.3-1.7-21.3-3c-9.5-1.9-18.7-5.2-27.3-9.6c-8.3-4-15.4-10.1-20.5-17.8C30.5,643.2,28.6,640,26.5,636.5 M183.9,195.3 l0.9,0c0-0.7,0.1-1.4,0.1-2.1c0-2.9-0.2-5.8,0-8.6c0.8-9.2,2.6-18.3,5.3-27.1c2.1-7.6,5.8-14.7,10.7-20.8 c4.1-5.1,8.5-9.9,12.7-15c5.4-6.5,9.9-13.5,11.5-22c1.3-7,0.3-13.5-4-19.2c-3.6-4.5-7.4-8.8-11.5-12.8c-3.9-3.9-7.7-7.8-9.6-13.2 c-2.7-8-2-16,0-24c0.6-2.4,1.5-4.6,2.4-7.5c-0.4,0.4-0.9,0.8-1.2,1.2c-8.3,11.1-15.1,23-19.6,36.3c-3.2,9.6-3.9,19.1-1.2,28.9 c0.8,3.2,1.1,6.4,1.1,9.7c-0.1,6.8-3.1,12.9-5.4,19.1c-2.9,7.7-5.3,15.4-4.6,24c1.1,12.7,1.9,25.3,6.3,37.4 c0.8,2.1,1.6,4.3,2.5,6.8c0-4.2,0-7.9,0-11.5c-0.2-8,0.6-16,2.3-23.8c2.3-9.1,6.3-17.5,10.9-25.6c3.8-6.7,8-13.2,10.3-20.7 c3.2-10.5,2.6-20.6-2.7-30.3c-1.6-3.1-3-6.2-4.2-9.5c-0.1-0.7-0.1-1.5,0-2.2c2.6,5.2,5.2,9.9,7.3,14.7c1.6,3.6,2.8,7.3,3.4,11.2 c1.3,10.5-1.5,20.2-6.7,29.3c-4.3,7.5-8.7,15-12.1,23.1c-4.9,11.7-5.8,23.8-5.6,36.2c0.1,4.1,0.1,8.2,0.3,12.3 C183.4,191.5,183.7,193.4,183.9,195.3 M91.4,81.3l-0.4-0.1c0.2,6.7-0.1,13.5,0.7,20.1c1.6,13.6,4.5,26.9,11.1,39.2 c4.5,8.4,10,15.7,17.8,21.3c6.8,5.1,14.8,8.6,23.2,10c7.4,1.3,14.7,3.2,21.1,7.4c2,1.3,4.1,2.6,6.7,4.3c-0.3-0.9-0.7-1.7-1.1-2.6 c-3.3-5.8-6.6-11.7-10-17.5c-3.9-6.7-8.5-13-15.4-16.9c-5.7-3.2-11.7-5.9-17.6-8.7c-6.4-3.1-12.5-6.8-18.2-11.2 c-0.9-0.8-1.7-1.7-2.5-2.7c0.1-0.1,0.3-0.3,0.4-0.4c0.6,0.4,1.1,0.9,1.7,1.3c5.1,3.1,10.1,6.5,15.5,9.2 c6.1,3.1,12.5,5.6,18.8,8.5c5,2.3,9.5,5.7,12.9,10.1c2.8,3.5,5.3,7.3,7.5,11.2c4,7,7.6,14.1,11.4,21.2c0.9,1.7,1.8,3.4,2.7,5.1 c0.2-0.1,0.4-0.2,0.6-0.3c-0.8-1.8-1.5-3.5-2.2-5.3c-3.3-8.1-5.5-16.5-6.6-25.1c-0.7-6.9-0.9-13.8-1.8-20.7 c-0.8-6.3-3.5-11.5-9.5-14.7c-6.4-3.2-13.2-5.5-20.2-6.7c-9.4-1.9-18.8-4-27.4-8.7c-6.4-3.4-11.8-7.9-14.8-14.6 C94.1,89.9,92.9,85.5,91.4,81.3 M31.1,657.8l-0.5,0.2c0.5,1.7,1.1,3.4,1.6,5.2c3.2,10.3,10.1,17.5,19.5,22.2 c9.9,5,20.7,7.8,31.2,11.2c10.3,3.4,20.5,7.2,29.8,12.9c5.9,3.6,11.1,8.1,14.2,14.5c2,4.1,3.6,8.4,2.5,13.2 c-1,4.7-3.7,8.6-6,12.7c-2.9,5.1-5.5,10.4-6.2,16.2c-2.2,16.8,2.8,31.6,12.7,45.1c3.8,5,8.2,9.5,13.2,13.4 c5.1,4.2,10.9,7.5,17.2,9.7c6.8,2.2,13.8,3.8,20.8,5.6c2.4,0.6,4.9,1,7.3,1.5c-2.5-1.6-5.1-2.8-7.6-4.2 c-8.5-4.8-16.3-10.5-22.1-18.5c-5.1-7.2-9.1-15.2-11.8-23.6c-4.8-14-5.4-28-1.1-42.2c1.4-4.8,2.2-9.7,2.3-14.7 c0.2-9.1-2.3-17.5-10-23.2c-4.3-3.2-8.9-5.9-13.8-8.1c-12.3-5.5-25.4-8.5-38.5-11.4c-7-1.5-14-3.3-20.4-6.9 c-10.6-5.9-19.3-14-27.5-22.9C35.6,663.1,33.4,660.4,31.1,657.8 M52.3,159.7c0.2,1.1,0.2,1.8,0.4,2.4c1,4.4,1.9,8.8,3,13.2 c2.4,9.1,6.8,16.9,14.9,22.3c5.8,3.8,11.8,5.4,18.6,3.1c2.8-0.9,5.6-1.7,8.4-2.6c4.5-1.6,9.5-1.8,14.1-0.6 c4.8,1.5,9.5,3.2,14.1,5.3c9.1,4,18.3,5.8,28.2,2.9c9.5-2.8,19.1-5.1,29.2-1.3c-0.5-0.9-1.1-1.6-2-2.2c-3.9-2-8.1-2.6-12.4-2.7 c-7.3-0.3-14.6-1-21.3-3.9c-4.4-2-8.6-4.4-12.6-7.1c-4.5-3.1-9.7-5-15.1-5.6c-5.2-0.6-10.2,0.5-15.2,1.1 c-1.6,0.2-3.1,0.3-4.7,0.4c0-0.2-0.1-0.5-0.1-0.7c2.7-0.5,5.3-1.1,7.9-1.6c10.8-2.3,20.9-1.3,30,5.7c6.6,5,14.2,7.3,22.3,8.6 c6.9,1.1,14.2-0.1,21,3.2c0-0.3-0.1-0.7-0.3-1c-3.9-5.6-8.2-10.8-14-14.6c-6.5-4.2-13.7-7.2-21.3-8.7c-8.1-1.9-16.4-2.5-24.7-1.8 c-7.9,0.8-15.4,3.6-22.9,6c-13.5,4.4-29.8,0.9-39.5-11.1C56.4,165.7,54.5,162.8,52.3,159.7 M188.3,193.8c0.4-0.1,0.6-0.1,0.6-0.2 c0.1-0.1,0.2-0.3,0.3-0.5c6-8.9,12.6-17.1,21-23.9c7-5.7,18.7-6.6,26.2-1.9c4.3,2.7,8.5,5.6,12.9,8.2c5.9,3.8,12.6,6.2,19.6,7 c7.4,0.7,14-2,19.9-6c9.3-6.4,17.6-14,23.9-23.5c1-1.6,2.3-3,3.5-4.5l-0.4-0.3c-0.7,0.7-1.5,1.4-2.3,2.1 c-4.5,3.9-9.8,6.3-15.3,8.5c-10.9,4.5-21.5,3.7-31.9-1.2c-7.2-3.4-14.1-7.4-21.3-10.9c-5.6-2.7-11.6-4.4-18-3.5 c-10.2,1.4-17.8,7.3-24.4,14.5c-4.3,4.7-7.7,10.2-11.4,15.4c-2,2.8-3.2,7.9-2.5,10.6c0.4-1.2,0.8-2.4,1.3-3.5 c6-11.5,14-21.2,25.5-27.5c6.4-3.7,14.1-4.3,21-1.6c3.6,1.5,7,3.2,10.4,5c0.7,0.5,1.3,1,1.9,1.6c-0.1,0.2-0.2,0.3-0.3,0.5 c-1.4-0.7-2.8-1.3-4.2-2.1c-7.1-3.8-14.4-6-22.4-3.6c-5.9,1.8-10.7,5.3-15.2,9.5c-8.6,7.9-15,18-18.4,29.2 C188.4,192.2,188.3,193,188.3,193.8 M179.2,209.8l-0.2-0.3c-0.9,0.4-1.8,0.6-2.6,1.1c-1.8,0.9-3.6,1.8-5.4,2.8 c-7,4-12.8,9.2-16,16.9c-1.7,4.2-3.8,8.3-6.1,12.3c-4.9,7.7-12.1,12.8-20.2,16.6c-2.8,1.3-5.7,2.5-8.5,3.7 c-0.1-0.2-0.2-0.4-0.3-0.6c0.4-0.3,0.8-0.6,1.2-0.8c3.8-2.1,7.7-3.9,11.4-6.2c8.7-5.4,15.4-12.4,18.6-22.5 c1.6-5.3,4.5-10.1,8.4-14c1.9-1.9,3.9-3.6,5.9-5.3c-6.3,1.8-12.5,3.6-17.1,8.8c-4.3,4.9-7.4,10.5-10.4,16.1 c-3.7,6.9-8.7,12.4-15.7,16c-4.5,2.3-9.1,4.6-13.5,7.1c-5.2,2.7-9.3,7.2-11.4,12.7c-2.8,7-4.6,14.5-5.4,22c-0.1,1.3,0,2.6,0,3.9 c0.8-1.3,1.3-2.6,1.9-3.8c2.2-4.2,4.1-8.5,6.7-12.5c2.3-3.6,5.1-6.9,8.3-9.8c5.2-4.5,11.5-7.1,18-9.4c9.2-3.2,18.2-6.9,26-13 c6.5-5,11.6-11.7,14.7-19.2c2.2-5.2,4.2-10.4,6.7-15.4C175.4,214.4,177.5,212.2,179.2,209.8'/%3E%3ClinearGradient id='Path_558_00000070078364806123463740000012103066346433322174_' gradientUnits='userSpaceOnUse' x1='-1.4682' y1='904.0701' x2='-1.4682' y2='903.0701' gradientTransform='matrix(196.4417 0 0 -255.3027 728.1069 231614.6875)'%3E%3Cstop offset='0' style='stop-color:%23B436A5'/%3E%3Cstop offset='1' style='stop-color:%23FA8BAD'/%3E%3C/linearGradient%3E%3Cpath id='Path_558_00000118390615091797535460000014622064896455791037_' style='fill:url(%23Path_558_00000070078364806123463740000012103066346433322174_);' d=' M378,1044.4l-2.6-1.8c1.1-1.9,2.3-3.7,3.3-5.6c4.3-8.2,7.5-16.9,9.5-25.9c1.7-7.4,2.9-15,4-22.6c1.3-9.8,1-19.8-0.8-29.5 c-1.5-8.8-3.5-17.6-5.9-26.2c-2.2-7.5-5.6-14.6-8.4-21.9c-3.8-9.7-6.9-19.7-6.7-30.3c0.2-10.2,1.2-20.4,4.4-30.2 c1-2.8,1.8-5.6,2.5-8.5c-2.1,2.7-4.2,5.3-6.2,8c-6.5,8.7-11.6,18.3-15.3,28.5c-3,8.7-5.5,17.5-7.5,26.4 c-2.5,11.1-3.4,22.4-2.6,33.8c0.5,9.5,2.7,18.6,5.2,27.7c3.8,13.9,7.9,27.8,11.2,41.8c2,8.6,2.6,17.4,3.8,26.2 c0,0.6,0,1.3-0.1,1.9c-1.9-0.8-3.2-1.5-3.4-3.9c-0.9-13.2-3.7-26.1-7.3-38.9c-3.4-12.2-7.2-24.3-10.3-36.6 c-3.9-14.9-4-30-1.7-45.2c1.8-11.9,4.8-23.6,9.2-34.9c6.4-16.7,16.2-32,28.8-44.7c6.7-7,14.2-13.2,22.2-18.6 c5.9-3.9,12-7.5,18.8-9.5c5.4-1.7,10.3-0.4,15,2.4c7.8,4.6,13.1,11.2,17.3,19.1c2.5,4.7,5,9.3,7.8,13.8c3,4.7,7.3,8.5,12.3,10.9 c5.3,2.6,10.6,5.1,15.8,7.9c9.9,5.4,17.2,14.6,20.1,25.5c2.5,8.6,4.6,17.4,7,26.1c2.4,9.2,6.4,17.9,11.7,25.8 c2.6,3.8,5.4,7.5,8.1,11.3c0.8,1.1,1.5,2.3,0.4,3.6c-1.1,1.1-2.3,0.7-3.4-0.2c-2.3-1.9-4.7-3.7-6.9-5.8 c-10.5-10.1-19.4-21.6-26.6-34.2c-6.6-11.5-15.1-21.4-27.1-27.7c-8.5-4.6-18.2-6.5-27.7-5.3c-7,0.9-13.2,4-19,8 c-4.5,3.1-9,6.1-12.1,10.7c-9.2,13.3-12.6,27.5-7.2,43.3c3,8.6,6.2,17.1,8.9,25.8c4.1,13.1,7.1,26.4,7.7,40.2 c0.5,11.1-0.7,22-6.2,32c-4.4,7.6-9.8,14.6-16.1,20.7c-2,2-2.9-0.5-4.7-0.8c0.7-0.7,1.1-1.2,1.5-1.6c6.1-5.7,11.3-12.2,15.6-19.4 c3-5.5,4.9-11.5,5.5-17.7c1.7-12.7-0.5-25-3.2-37.3c-2.9-12.9-7.4-25.3-11.9-37.7c-7.2-19.9-3-37.8,10.8-53 c8-8.9,18.5-15.2,30.8-16.6c8.4-1,16.6,0.5,24.5,3.7c6.8,2.7,12.5,7,18,11.7c5.6,4.8,9.7,10.7,13.6,16.8 c4.4,6.8,8.8,13.6,13.5,20.2c2.8,3.8,5.9,7.4,9.3,10.7c0-0.3-0.1-0.6-0.2-0.9c-6-9.1-9.6-19.2-12.3-29.7 c-1.9-7.4-3.8-14.8-6.2-22.1c-3.4-10.5-11-19.2-21-24c-4.7-2.4-9.6-4.5-14.3-6.9c-6.3-3.2-10.8-8.2-14.2-14.2 c-3.1-5.3-5.8-10.8-9.1-16c-4.1-6.5-9.4-11.8-16.7-14.5c-3.9-1.5-7.7-0.6-11.4,1.1c-10.5,4.6-19.5,11.4-28.3,18.8 c-6.7,5.6-10.1,12.9-12.8,20.7c-3.8,11.7-5.3,24-4.5,36.2c0.5,7.3,2.5,14.3,5.1,21.1c3.2,8.4,6.8,16.6,9.6,25 c3.5,10.8,5.8,22,6.9,33.4c1.1,9.1,0.9,18.3-0.3,27.4c-1.4,10.6-3.8,21-7.1,31.1c-2.3,7-5.3,13.7-9.1,19.9 C378.6,1043.3,378.4,1043.7,378,1044.4'/%3E%3ClinearGradient id='Path_559_00000088119611508711598690000015178538667027094965_' gradientUnits='userSpaceOnUse' x1='-2.6001' y1='904.5906' x2='-2.6001' y2='903.5906' gradientTransform='matrix(124.7142 0 0 -226.3512 748.808 204994.6562)'%3E%3Cstop offset='0' style='stop-color:%23B436A5'/%3E%3Cstop offset='1' style='stop-color:%23FA8BAD'/%3E%3C/linearGradient%3E%3Cpath id='Path_559_00000049181315043223470520000009734538712700264377_' style='fill:url(%23Path_559_00000088119611508711598690000015178538667027094965_);' d=' M363.1,461.4c5.2-8.4,12.3-15.1,19.9-21.2c8.3-6.4,17.2-11.9,26.7-16.3c6.7-3.1,13.3-6.3,18.9-11.4c6.8-6,11.4-14,13.2-22.9 c1.6-8.1,2.4-16.4,0.3-24.5c-1.4-5.7-3.4-11.3-5.3-16.8c-3.9-10.6-5.7-21.8-5.4-33.1c0.3-10.4,1.8-20.7,4.5-30.8 c2.9-10.4,7.9-19.8,14-28.6c3.3-4.8,6.8-9.6,10.3-14.3c0.7-1,1.6-2.9,3.2-1.6c1.3,1,0,2.4-0.7,3.4c-6.8,9.7-11,20.5-13.6,31.9 c-1.6,6.9-2.2,14-1.7,21c0.5,6.9,3.2,13,6.4,19c3.4,6.3,8.8,11,13.6,16.1c6,6.4,11.8,13.1,16,21c3.5,6.7,3.9,13.9,2.9,21.2 c-0.8,5.7-1.9,11.4-3.1,17c-1.5,7.5-3.8,14.8-6.9,21.8c-3.6,8-8.6,15.3-14.8,21.6c-6.1,5.9-13.5,9.3-21.5,11.6 c-14.6,4.1-29.5,6.5-44.4,9c-9.3,1.6-18.6,3.9-27,8.4c-1.3,0.7-2.5,1.7-3.9,2.3c-0.8,0.3-1.7,0.5-2.6,0.5c0-0.8,0.1-1.7,0.3-2.5 C362.6,462.7,362.9,462,363.1,461.4L363.1,461.4 M367.5,458.9c0.2,0.2,0.3,0.4,0.5,0.6c0.3-0.1,0.6-0.2,0.9-0.3 c8-3.7,16.4-6.3,25.1-7.6c15.3-2.7,30.6-4.8,45.6-9.1c6.9-2,13.4-4.7,18.7-9.5c9.3-8.5,15.3-19.1,19.1-31.1 c2.9-9.5,4.9-19.2,6-29c0.8-6.9,0.1-13.6-3.4-19.8c-3.9-6.7-8.7-12.9-14.2-18.5c-4.8-5.1-10.1-9.7-13.6-15.9 c-3.3-5.8-6.2-11.8-7.1-18.5c-1.6-11,0-21.8,3.1-32.3c0.3-1.1,0.6-2.2,0.9-3.2c0.3-1,0.7-1.9,1.1-2.9c-0.5,0-0.7,0.1-0.8,0.3 c-4.3,6.6-7.8,13.8-10.1,21.4c-1,3-1.7,6-1.9,9.2c-0.3,9.4,1.1,18.9,4,27.8c3.9,12.4,8.4,24.6,12.6,36.8c2.8,8.2,5.7,16.3,6.5,25 c0.7,7,0.1,14.1-2.7,20.6c-5,11.4-14.1,18.6-25.6,22.6c-6.7,2.3-13.8,3.4-20.8,4.7c-7.6,1.2-14.8,4.2-21,8.6 c-3.9,2.8-7.8,5.8-11.4,9C374.9,451.2,371.3,455.2,367.5,458.9 M408.1,428.3c0,0.1,0,0.2,0.1,0.3c3.1-0.6,6.1-1.2,9.2-1.7 c9.8-1.5,19.1-4.1,27.1-10.4c6.5-5.2,11.5-11.2,13.2-19.6c2-9.8,0.8-19.4-2.4-28.8c-3.7-10.5-7.4-21.1-11.2-31.6 c-3.3-9.1-6-18.2-7.2-27.8c-0.3-2.4-0.6-4.8-1-7.7c-0.2,0.3-0.3,0.7-0.4,1.1c-0.3,2.7-0.6,5.5-0.9,8.2c-1.2,12.7,0.8,24.9,5,36.8 c2,5.7,4,11.3,5.5,17.1c2,7.8,1.1,15.7-0.1,23.6c-2.4,15.2-10.9,26.2-24.1,33.7C416.7,424,412.3,426.1,408.1,428.3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:cover;
	background-position: center;
}

.xyzhero {
    width: 100%;
    height:100%;
}

.dbslayer-bg {
background-image: url("/wp-content/uploads/home-bg.jpg");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
width: 100%;
height: 0;
padding-top: 55%;
position: absolute;
margin: 0 auto;
overflow: hidden;
z-index: -1;
display:block;
}

.dbslayer-1 {
background-image: url("/wp-content/uploads/legendary-status-bg.png");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
width: 100%;
height: 0;
padding-top: 55%;
position: absolute;
margin: 0 auto;
overflow: hidden;
z-index: -1;
display:block;
}

.dbslayer-2 {
background-image: url("/wp-content/uploads/clover-bg.png");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
width: 100%;
height: 0;
padding-top: 55%;
position: absolute;
margin: 0 auto;
overflow: hidden;
z-index: -1;
display:block;
}

.dbslayer-3 {
background-image: url("/wp-content/uploads/home-chips-bg.png");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
width: 100%;
height: 0;
padding-top: 55%;
position: absolute;
margin: 0 auto;
overflow: hidden;
z-index: -1;
display:block;
}

.dbslayer-4 {
background-image: url("/wp-content/uploads/legend-status-bg.png");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
width: 100%;
height: 0;
padding-top: 55%;
position: absolute;
margin: 0 auto;
overflow: hidden;
z-index: -1;
display:block;
}

.dbslayer-5 {
background-image: url("/wp-content/uploads/bg-clear.png");
background-position: center;
background-repeat: no-repeat;
background-size:cover;
width: 100%;
height: 0;
padding-top: 55%;
}




#dbs-anim-btn {
	overflow: hidden;
	position: relative;
	width: 170px;
	height: 65px;
}

.layer {
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	width: 170px;
	height: 65px;
	position: absolute;
}

.layer-mag-text-sm {
display: flex;
width: 170px;
height: 65px;
margin: auto;
align-items:center;
justify-content:center;
color:#A20888;
font-size:16px;
font-family:'Montserrat';
font-weight:500;
}

.grg-inner-dark-sm {
background-color:#ffffff;
width: 150px;
height: 45px;
}

.layer-0 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-0.png");
}

.layer-1 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-1.png");
}

.layer-2 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-4.png");
	visibility:hidden;
}
.layer-3 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-6.png");
  visibility:hidden;
}
.layer-4 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-5.png");
  visibility:hidden;
}

.layer-5 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-3.png");
  visibility:hidden;
}

.layer-6 {
	background-image: url("https://davidsonbellusoftp.com/anim/a-2.png");
  visibility:hidden;
}

#dbs-anim-btn:hover .layer-1{
  animation:layer1 1500ms infinite;
  animation-timing-function: step-end;
}

#dbs-anim-btn:hover .layer-2{
  animation:layer2 1500ms infinite;
  animation-timing-function: step-end;
}

#dbs-anim-btn:hover .layer-3{
  animation:layer3 1500ms infinite;
  animation-timing-function: step-end;
}

#dbs-anim-btn:hover .layer-4{
  animation:layer4 1500ms infinite;
  animation-timing-function: step-end;
}

#dbs-anim-btn:hover .layer-5{
  animation:layer5 1500ms infinite;
  animation-timing-function: step-end;
}

#dbs-anim-btn:hover .layer-6{
  animation:layer6 1500ms infinite;
  animation-timing-function: step-end;
}

@keyframes layer1 {
  0%   {visibility:visible;}
  16%  {visibility:hidden;}
}

@keyframes layer2 {
  0%   {visibility:hidden;}
  16%   {visibility:visible;}
  32%  {visibility:hidden;}
}

@keyframes layer3 {
  0%   {visibility:hidden;}
  32%   {visibility:visible;}
  48%  {visibility:hidden;}
}

@keyframes layer4 {
  0%   {visibility:hidden;}
  48%   {visibility:visible;}
  65%  {visibility:hidden;}
}

@keyframes layer5 {
  0%   {visibility:hidden;}
  65%   {visibility:visible;}
  81%  {visibility:hidden;}
}

@keyframes layer6 {
  0%   {visibility:hidden;}
  81%   {visibility:visible;}
}


.dbs-no-underline a{
	border-bottom:none !important;
}

.mod-3-white .dbs-mod-3-mobile-box{
    background: #ffffff;
    transition: background 1s ease-in-out;
}

.dbs-dark .mod-3-white .dbs-mod-3-mobile-box{
    background:#3e3c3c;	
    transition: background 1s ease-in-out;
}

.mod-3-white .dbs-mod-3-left {
    flex: 1;
    background: #ffffff;
    padding: 9% 10% 9% 6%;
    min-height: 500px;
    transition: background 1s ease-in-out;
}

.dbs-dark .mod-3-white .dbs-mod-3-left{
	background:#3e3c3c;	
}

.stay-play{
    max-width:1500px;
    padding:0 6% 5% 6%;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.golf-imgs{
    display:flex;
    justify-content:center;
	margin-bottom:30px;
}

.golf-imgs img{
    width:100%;
	height:auto;
	max-width:580px;
}

.dbs-golf-title {
    color: #8f7133;
    font-family: 'Gotham Book', sans-serif;
    font-size: 50px !important;
    text-transform: uppercase;
    line-height: 1.2em;
    transition: color 1s ease-in-out;
    text-align:center;
	margin-bottom:1.5%;
}

.dbs-dark .dbs-golf-title{
    color: #cda349;
}

.golf-blurbs{
    display:flex;
    justify-content:space-around;
	margin-top:4%;
	margin-bottom:5%;
}

.golf-blurb{
    display:flex;
    flex-direction:column;
    align-items:center;
	max-width:260px;
}

.golf-blurb img{
	max-width:110px;
	margin-bottom:10px;
}

.golf-blurb-copy{
    text-align:center;
	text-wrap: balance;
	padding-bottom:0;
}

.golf-btn-bottom{
	text-align:center;
}

.golf-views{
    display:flex;
    justify-content:space-around;
	flex-wrap:wrap;
}

.golf-view{
    display:flex;
    flex-direction:column;
    align-items:center;
	flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    max-width:250px;
}

.golf-view img{
    max-width:95px;
    margin-bottom:15px;
}

.golf-view-copy{
    font-family:'Gotham Book';
    font-size:26px;
    color:#ffffff;
    text-align:center;
	line-height:1.1;
	font-variant-numeric: tabular-nums;
}

.dbs-golf-info-icon {
    margin-right: 15px;
    display: inline-block;
    max-height: 25px;
}

.dbs-golf-overview-icons{
    display:flex;
    justify-content:space-between;
}

.overview-left{
    flex:1;
}

.overview-right{
    flex:1;
}

.golf-indent{
	margin-left:15px;
	margin-bottom:15px;
}

.golf-courses-info{
	margin-left:40px;
}

.golf-img-one{
	margin-top:-70px;
}

.golf-img-two{
	margin-top:-140px;
}


@media (max-width: 1200px){

	.golf-img-two{
		margin-top:-70px;
	}

}

@media (min-width: 980px){

	.golf-img-three{
		display:none;
	}
}

@media (max-width: 980px){

	.golf-img.g-left, .golf-img-two{
		display:none;
	}
	
	.golf-img-three{
		display:initial;
		margin-top:-70px;
	}
	
	.dbs-golf-title {
		font-size: 40px !important;
	}
	
	.golf-view{
	  flex: 1 1 calc(50% - 20px);
	 }
	
	.gv-1, .gv-2{
		margin-bottom:40px;
	}
	
	.golf-blurbs{
		justify-content:space-between;
		margin-top:4%;
		margin-bottom:5%;
	}
	
	.stay-play{
		padding:0 6% 6% 6%;
	}

}

@media (max-width: 700px){
	.golf-blurbs{
		display:block;
	}
	
	.golf-blurb{
		margin:0 auto;
		margin-bottom:25px;
	}
}

@media (max-width: 650px){
	
	.golf-view{
       flex: 1 1 100%;
    }
	
	.gv-3{
		margin-bottom:40px;
	}
	
	.dbs-golf-overview-icons{
		display:block;
		margin-bottom:30px;
	}
	
	.overview-left, .overview-right{
		margin-bottom:20px;
	}
	
	.stay-play{
		padding:0 6% 10% 6%;
	}
}













@media (max-width: 1500px){

	#dbs-mod-3-desktop{
		display: none !important;
	}

	.flex{
		display: block;
	}

}

@media (min-width: 1500px){

	#dbs-mod-3-mobile{
		display: none !important;
	}

}

@media (max-width: 1440px){

	.dbs-upcoming, .dbs-shows{
		font-size:70px;
		line-height: 55px;
	}

	.dbs-meeting-buttons{
		display: block;
	}

	.dbs-meeting-buttons a{
		display: block;
		width: 70%;
		margin: 0 auto;
		margin-top: 20px;
	}
}
	

@media (max-width: 1360px){

	.dbs-culinary-delights-heading{
		font-size:70px;
	}

}



@media (max-width: 1300px){

	.dbs-double-button{
		display:block;
	}

	.dbs-double-button-left{
		margin-bottom: 25px;
	}

}

@media (max-width: 1250px){

	#dbs-info-desktop{
		display: none !important;
	}

	#dbs-cd-desktop{
		display: none !important;
	}

	#main-header{
		
	}

	.dbs-main-header{
		display: none !important;
	}
	
	.grg-header-hide{
		display: none !important;
	}

}

@media (min-width: 1250px){

	#dbs-info-mobile{
		display: none !important;
	}

	#dbs-cd-tablet{
		display: none !important;
	}

	#dbs-mobile-navigation{
		display: none !important;
	}
	
	.translatepress-es_MX #dbs-mobile-navigation{
		display: block !important;
	}

	#dbs-slide-out-navigation{
		display: none !important;
	}

}

@media (max-width: 1750px){

	.translatepress-es_MX #dbs-info-desktop{
		display: none !important;
	}

	.translatepress-es_MX #dbs-cd-desktop{
		display: none !important;
	}

	.translatepress-es_MX #main-header{
		display: none !important;
	}

	.translatepress-es_MX .dbs-main-header{
		display: none !important;
	}

}

@media (min-width: 1750px){

	.translatepress-es_MX #dbs-info-mobile{
		display: none !important;
	}

	.translatepress-es_MX #dbs-cd-tablet{
		display: none !important;
	}

	.translatepress-es_MX #dbs-mobile-navigation{
		display: none !important;
	}

	.translatepress-es_MX #dbs-slide-out-navigation{
		display: none !important;
	}

}

@media (max-width: 1250px){
.grg-footer-topper{
    display:block;
}

}

@media (max-width: 1225px){
.grg-newsletter-copy{
    font-size:50px;
    color:#ffffff;
    font-family: 'Gotham Light';
}

.grg-newsletter-left{
    margin-right:8%;
}
	
.grg-newsletter-row{
width:90%;
}
}

@media (max-width: 980px){
.grg-newsletter-wrapper{
    display:block;
}
	
.grg-newsletter-left{
    margin-right:0;
	margin-bottom:20px;
}
	
.grg-newsletter-copy{
    text-align:center;
	line-height:52px;
}
	
.grg-newsletter-right{
    display:flex;
    justify-content:center;
}
}

@media (max-width: 550px){

.grg-newsletter-copy{
    font-size:42px;
    line-height:45px;
}
}

@media (max-width: 1200px){

	.dbs-show-row{
		display:block;
	}

	.dbs-show-block{
		padding:20px 15px;
	}

	.dbs-slider-with-text .custom.tparrows.tp-leftarrow:before {
	    content: url(/wp-content/uploads/2021/09/left-slider-arrow.svg) !important;
	    display:block;
	    position: absolute;
	    left: 10px;
	    width: 30px;
	}

	.dbs-slider-with-text .custom.tparrows.tp-rightarrow:before {
	    content: url(/wp-content/uploads/2021/09/right-slider-arrow.svg) !important;
	    display:block;
	    position: absolute;
	    left: 50px;
	    width: 30px;
	}
	
	.dbs-dining-slider .custom.tparrows.tp-leftarrow:before {
        content: url(/wp-content/uploads/left-arrow-dining-1.png)!important
    }

    .dbs-dining-slider .custom.tparrows.tp-rightarrow:before {
        content: url(/wp-content/uploads/right-arrow-dining-1.png)!important
    }

    .dbs-dining-slider .tp-leftarrow {
        top: 116%!important;
        left: 7%!important
    }

    .dbs-dining-slider .tp-rightarrow {
        top: 116%!important;
        left: 88%!important
    }

}

@media (max-width: 1130px){

	.dbs-home-stay{
		font-size:80px;
	}

	.dbs-home-play{
		font-size:80px;
	}

	.dbs-big-heading{
		font-size:70px;
		text-align:center;
		margin-bottom: 0;
	}
}

@media (max-width: 1100px){

	.dbs-mod-8{
		display: none !important;
	}

	.dbs-pfg-mod{
		display: none !important;
		background: #ffffff;
	}

	.dbs-gold-box-title{
		font-size:30px !important;
	}
	
	a.dbs-dining-tab-label, .active-tab a.dbs-dining-tab-label{
		font-size:16px;
	}
}

@media (min-width: 1100px){

	.dbs-mod-8-mobile{
		display:none !important;
	}

	.dbs-pfg-mod-mobile{
		display: none !important;
		background: #ffffff;
	}

}



@media (max-width: 991.98px){

	.dbs-menu-section{
		display: block;
	}

	.dbs-mod-8-header{
		font-size: 36px;
		padding: 20px 0 20px 0;
		margin-bottom:2px;
	}

	.dbs-slbr .tp-leftarrow, .dbs-srbl .tp-leftarrow{
		top: 70% !important;
		left: -13% !important;
	}

	.dbs-slbr .tp-rightarrow, .dbs-srbl .tp-rightarrow{
		top: 70% !important;
		left: 110% !important;
	}

	.dbs-mod-2-row{
		display: block;
	}

	.dbs-mod-2-block{
		width:100%;
		max-width: 100%;
		margin-bottom: 50px;
		padding:30% 4% 4% 4%;
	}

	.dbs-mod-6{
		margin-top:-125px;
	}

	.dbs-safety-row{
		display:block;
	}

	.dbs-safety-block-1{
		padding-right: 10px;
		padding-left: 10px;
	}

	.dbs-safety-block-2{
		padding-bottom: 25px;
	}

	.dbs-safety-block-3{
		padding-right: 10px;
		padding-left: 10px;
	}

	.dbs-shaded-button{
		display:block;
		margin: 0 auto;
		max-width: 300px;
		margin-bottom: 10px;
	}

	.flex-columns .et_pb_row {
	  display: flex; 
	}

	.flex-columns.two-by-two .et_pb_row {
	  display: flex; 
	}

	.flex-columns.two-by-two .et_pb_row {
	  flex-wrap: wrap; 
	}

	.flex-columns.two-by-two .et_pb_row .et_pb_column {
	  width: 50% !important; 
	}

	.dbs-mod-3-mobile-box{
		background:#F2EFEF;	
		padding: 7%;
		margin-top: 40px;
		margin-bottom: 60px;
	}

}


@media(min-width: 980px){


	.dbs-tab-one-content{
		display: none !important;
	}

	.dbs-tab-two-content{
		display: none !important;
	}

	.dbs-tab-three-content{
		display: none !important;
	}

	.dbs-tab-four-content{
		display: none !important;
	}

}

@media (max-width: 980px){
	
	.dbs-bingo-wrap{
		display:block;
	}
	
	.dbs-top-bar-border{
		background-color: rgba(255, 255, 255, 0.65) !important;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		transition:background 1s ease-in-out;
	}
	
	.dbs-dark .dbs-top-bar-border{
		background-color: rgba(0, 0, 0, 0.65) !important;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		transition:background 1s ease-in-out;
	}

	a.dbs-dining-tab-label{
		font-size: 14px;
		line-height: 16px;
	}

	.active-tab a.dbs-dining-tab-label{
		font-size: 14px;
		line-height: 2em;
	}

	.dbs-mobile-left p{
		margin-top: -10px;
	}

	.dbs-home-stay{
		font-size:100px;
	}

	.dbs-home-play{
		font-size:100px;
	}

	.dbs-with-button-box-right{
		margin-top: 20px;
		margin-left: 20px;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.dbs-with-button-box-left{
		margin-top: 20px;
		margin-right: 20px;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.dbs-no-button-box-left{
		margin-top: -40px;
		margin-right: 40px;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}

	.dbs-no-button-box-right{
		margin-top: -40px;
		margin-left: 40px;
		padding-left: 5% !important;
		padding-right: 15% !important;
	}

	.dbs-gold-box-title{
		font-size:36px !important;
	}

	.dbs-big-heading{
		font-size:36px;
		padding-bottom: 20px;
	}

	.dbs-hero-title{
		font-size:50px;
		line-height: 1.2em;
	}

	.dbs-the-card-ppp-heading{
		font-size:50px;
		line-height: 1.2em;
	}

	#dbs-dining-tabs .dining-tab-1{
		width: 33.33%;
	}

	#dbs-dining-tabs .dining-tab-2{
		width: 33.33%;
	}

	#dbs-dining-tabs .dining-tab-3{
		width: 33.33%;
	}

	.dbs-press-release{
		display: block;
	}

	.dbs-pr-date{
		display: block;
	}

	.dbs-pr-link{
		display: block;
	}

	.dbs-slider-with-text .custom.tparrows.tp-leftarrow:before {
	    content: url(/wp-content/uploads/2021/09/left-slider-arrow.svg) !important;
	    display:block;
	    position: absolute;
	    left: 30px !important;
	    width: 40px;
	}

	.dbs-slider-with-text .custom.tparrows.tp-rightarrow:before {
	    content: url(/wp-content/uploads/2021/09/right-slider-arrow.svg) !important;
	    display:block;
	    position: absolute;
	    left: 30px !important;
	    width: 40px;
	}

	.dbs-the-card-ppp-buttons{
		display: block;
	}

	.dbs-the-card-button-left img{
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.dbs-the-card-button-middle img{
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.dbs-the-card-button-right{
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;
	}

	.dbs-safety-page-icon{
		display: none;
	}
	
	.dbs-dining-slider .custom.tparrows.tp-leftarrow:before {
        content: url(/wp-content/uploads/left-arrow-dining-2.png)!important
    }

    .dbs-dining-slider .custom.tparrows.tp-rightarrow:before {
        content: url(/wp-content/uploads/right-arrow-dining-2.png)!important
    }

    .dbs-dining-slider .tp-leftarrow {
        top: 119%!important;
        left: 0%!important
    }

    .dbs-dining-slider .tp-rightarrow {
        top: 119%!important;
        left: 92%!important
    }

    .dbs-dining-slider .custom .tp-bullet {
        width: 60px!important;
        height: 2px!important
    }

    .dbs-dining-slider .custom .tp-bullet:hover,.dbs-dining-slider .custom .tp-bullet.selected {
        width: 60px!important;
        height: 2px!important
    }
	
	.dbs-dining-slider .custom .tp-bullet {
        width: 50px!important;
        height: 2px!important
    }

    .dbs-dining-slider .custom .tp-bullet:hover,.dbs-dining-slider .custom .tp-bullet.selected {
        width: 50px!important;
        height: 2px!important
    }

    .dbs-dining-slider .tp-bullets {
        top: 115%!important
    }
	
	 .dbs-dining-slider .tp-leftarrow {
        top:122%!important;
        left: -2%!important
    }

    .dbs-dining-slider .tp-rightarrow {
        top: 122%!important;
        left: 94%!important
    }

    .dbs-dining-slider .custom .tp-bullet {
        width: 50px!important;
        height: 2px!important
    }

    .dbs-dining-slider .custom .tp-bullet:hover,.dbs-dining-slider .custom .tp-bullet.selected {
        width: 50px!important;
        height: 2px!important
    }

    .dbs-dining-slider .tp-bullets {
        top: 115%!important
    }
	
	#dbs-dining-tabs {
        display: block;
    }
	
	#dbs-dining-tabs .dining-tab-1 {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
	
	#dbs-dining-tabs .dining-tab-2 {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
	
	#dbs-dining-tabs .dining-tab-3 {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
	
	#dbs-dining-tabs .dining-tab-4 {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
	
	

	
}


@media (max-width: 767.98px){

	h3.dbs-mod-7-title{
		font-size:43px;
	}

	.dbs-mod-7-tagline{
		font-size:21px;
		line-height:1.4em;
	}

	.dbs-mod-7-download{
		font-size:21px;
	}

	.dbs-mod-7-app-store{
		display: block;
	}

	.dbs-mod-8{
		background-image: none !important;
		background: #ffffff;
	}

	.dbs-footer-top-text{
		text-align:center;
		font-size: 16px;
	}

	.dbs-footer-top-phone{
		font-size: 16px;
	}

	.dbs-mod-7-left{
		padding: 0;
		width: 150px;
	}

	.dbs-mod-7-right img{
		padding-left: 25px;
		width: 120px;
	}

	.mobile-flex div{
		letter-spacing: 0;
		border-radius: 100px;
		padding: 35px 15px;
		line-height: 13px;
	}

	.mobile-flex div a{
		font-size:11px;
		width: 70px;
	}

	.apple-android .dbs-button{
		width: 100%;
	}

	.apple-android{
		justify-content: center;
	}

	.dbs-one-hundred{
		width: 100%;
	}
	
}

@media (max-width: 600px){

	.dbs-upcoming, .dbs-shows{
		font-size:50px;
		line-height: 40px;
	}

	.dbs-two-buttons{
		display:block;
	}

	.dbs-two-buttons-left{
		margin-bottom: 25px;
	}
	
    .dbs-kiw-center {
        font-family: 'Gotham Book';
        font-size: 15px;
        line-height: 0;
        margin-bottom: 0;
    }
	
	.dbs-kiw-left {
		width: 100%;
		max-width: 20px;
		margin-left: 0 !important;
	}
	
	.dbs-kiw-right{
		width: 100%;
		max-width: 20px;
		margin-right: 0 !important;
	}
}


@media (max-width: 576px){

	.dbs-slbr .tp-leftarrow, .dbs-srbl .tp-leftarrow{
		top: 70% !important;
		left: -23% !important;
	}

	.dbs-slbr .tp-rightarrow, .dbs-srbl .tp-rightarrow{
		top: 70% !important;
		left: 120% !important;
	}

	.dbs-mod-2-block{
		padding:40% 4% 4% 4%;
	}

	.dbs-rooms-icons-title{
		font-size:24px !important;
	}

	.dbs-shaded-title{
		font-size:28px !important;
	}

	.dbs-mobile-tabs-wrapper{
		margin-top: -130px !important;
	}

	#dbs-mod-3-mobile{
		width: 92%;
	}

	.dbs-hero-title{
		font-size:40px;
		line-height: 1.2em;
	}

	.dbs-the-card-ppp-heading{
		font-size:40px;
		line-height: 1.2em;
	}

	.dbs-slider-with-text .custom.tparrows.tp-leftarrow:before {
	    content: url(/wp-content/uploads/2021/09/left-slider-arrow.svg) !important;
	    display:block;
	    position: absolute;
	    left: -30px !important;
	    width: 30px;
	}

	.dbs-slider-with-text .custom.tparrows.tp-rightarrow:before {
	    content: url(/wp-content/uploads/2021/09/right-slider-arrow.svg) !important;
	    display:block;
	    position: absolute;
	    left: 80px !important;
	    width: 30px;
	}

	.dbs-ready-to-meet{
		font-size: 28px;
	}

}

@media (max-width: 980px){

	.dbs-tab-one-content{
		display: initial;
	}

	.dbs-double-button{
		display:flex;
	}

	.dbs-double-button-left{
		margin-bottom:0;
	}
}

@media (min-width: 981px){

	.dbs-tab-2-content{
		display: none;
	}

	.et-db #et-boc header.et-l .et_pb_section{
	    padding:0 !important;
	}
}



@media screen and (orientation:portrait) {

	.dbs-grid{
		display: grid;
		gap: 1em;
		grid-template-rows: repeat(4, 75px);
		grid-template-columns: repeat(2, 1fr);
	}

	.dbs-grid-2{
		display: grid;
		gap: 1em;
		grid-template-rows: repeat(1, 75px);
		grid-template-columns: repeat(2, 1fr);
		margin-top:1em;
	}

}

@media screen and (orientation:landscape) {

	.dbs-grid{
		display: grid;
		gap: 1em;
		grid-template-rows: repeat(2, 75px);
		grid-template-columns: repeat(4, 1fr);
	}

	.dbs-grid-2{
		display: grid;
		gap: 1em;
		grid-template-rows: repeat(2, 75px);
		grid-template-columns: repeat(2, 1fr);
		margin-top:1em;
	}

}



















